From 544161c3991a7aafc3d84a5be2d86819a2780faa Mon Sep 17 00:00:00 2001 From: Jordi Baylina Date: Wed, 5 Sep 2018 04:56:49 +0200 Subject: [PATCH] Prepare license --- COPYING | 674 +++++++++++++++++++++++++++++++++++++++ index.js | 19 ++ package-lock.json | 60 ++++ package.json | 9 +- src/bigint.js | 19 ++ src/bn128.js | 18 ++ src/calculateWitness.js | 18 ++ src/circuit.js | 18 ++ src/constants.js | 18 ++ src/f2field.js | 18 ++ src/f3field.js | 18 ++ src/futils.js | 18 ++ src/gcurve.js | 18 ++ src/polfield.js | 19 ++ src/prover.js | 19 ++ src/ratfield.js | 19 ++ src/setup.js | 19 ++ src/verifier.js | 19 ++ src/zqfield.js | 19 ++ test/algebra.js | 18 ++ test/calculatewitness.js | 18 ++ test/pols.js | 18 ++ test/ratzqfield.js | 18 ++ test/zksnark.js | 18 ++ vk_proof.json | 2 +- vk_verifier.json | 2 +- 26 files changed, 1129 insertions(+), 4 deletions(-) create mode 100644 COPYING diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..9cecc1d --- /dev/null +++ b/COPYING @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + {one line to give the program's name and a brief idea of what it does.} + Copyright (C) {year} {name of author} + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + {project} Copyright (C) {year} {fullname} + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/index.js b/index.js index c74af9e..b21864f 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,22 @@ +/* + Copyright 2018 0kims association + + This file is part of zksnark javascript library. + + zksnark javascript library is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + zksnark javascript library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with zksnark javascript library. If not, see . +*/ + exports.Circuit = require("./src/circuit.js"); exports.setup = require("./src/setup.js"); exports.genProof = require("./src/prover.js"); diff --git a/package-lock.json b/package-lock.json index e604506..7f4b17c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -130,6 +130,12 @@ "concat-map": "0.0.1" } }, + "browser-stdout": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.1.tgz", + "integrity": "sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==", + "dev": true + }, "caller-path": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-0.1.0.tgz", @@ -225,6 +231,12 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.1.tgz", "integrity": "sha1-SxQVMEz1ACjqgWQ2Q72C6gWANok=" }, + "commander": { + "version": "2.15.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.15.1.tgz", + "integrity": "sha512-VlfT9F3V0v+jr4yxPc5gg9s62/fIVWsd2Bk2iD435um1NlGMYdVCq+MjcXnhYq2icNOizHr1kK+5TI6H0Hy0ag==", + "dev": true + }, "concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", @@ -286,6 +298,12 @@ "rimraf": "^2.2.8" } }, + "diff": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz", + "integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==", + "dev": true + }, "doctrine": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", @@ -549,6 +567,12 @@ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=" }, + "growl": { + "version": "1.10.5", + "resolved": "https://registry.npmjs.org/growl/-/growl-1.10.5.tgz", + "integrity": "sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==", + "dev": true + }, "has": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", @@ -575,6 +599,12 @@ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.0.tgz", "integrity": "sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=" }, + "he": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/he/-/he-1.1.1.tgz", + "integrity": "sha1-k0EP0hsAlzUVH4howvJx80J+I/0=", + "dev": true + }, "iconv-lite": { "version": "0.4.23", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.23.tgz", @@ -755,6 +785,36 @@ "minimist": "0.0.8" } }, + "mocha": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-5.2.0.tgz", + "integrity": "sha512-2IUgKDhc3J7Uug+FxMXuqIyYzH7gJjXECKe/w43IGgQHTSj3InJi+yAA7T24L9bQMRKiUEHxEX37G5JpVUGLcQ==", + "dev": true, + "requires": { + "browser-stdout": "1.3.1", + "commander": "2.15.1", + "debug": "3.1.0", + "diff": "3.5.0", + "escape-string-regexp": "1.0.5", + "glob": "7.1.2", + "growl": "1.10.5", + "he": "1.1.1", + "minimatch": "3.0.4", + "mkdirp": "0.5.1", + "supports-color": "5.4.0" + }, + "dependencies": { + "supports-color": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.4.0.tgz", + "integrity": "sha512-zjaXglF5nnWpsq470jSv6P9DwPvgLkuapYmfDm3JWOm0vkNTVF2tI4UrN2r6jH1qM/uc/WtxYY1hYoA2dOKj5w==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + } + } + }, "ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", diff --git a/package.json b/package.json index 38f5d91..820ceff 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "zkSnark implementation in javascript", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "mocha" }, "keywords": [ "zksnark", @@ -17,12 +17,17 @@ ], "author": "Jordi Baylina", "license": "GPL-3.0", + "repository": { + "type": "git", + "url": "git+https://github.com/iden3/zksnark.git" + }, "dependencies": { "big-integer": "^1.6.34", "chai": "^4.1.2", "eslint": "^5.3.0" }, "devDependencies": { - "eslint-plugin-mocha": "^5.1.0" + "eslint-plugin-mocha": "^5.1.0", + "mocha": "^5.2.0" } } diff --git a/src/bigint.js b/src/bigint.js index 09da430..cfc1ce5 100644 --- a/src/bigint.js +++ b/src/bigint.js @@ -1,3 +1,22 @@ +/* + Copyright 2018 0kims association + + This file is part of zksnark javascript library. + + zksnark javascript library is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + zksnark javascript library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with zksnark javascript library. If not, see . +*/ + /* global BigInt */ const bigInt = require("big-integer"); diff --git a/src/bn128.js b/src/bn128.js index 23f46eb..ae0cbf0 100644 --- a/src/bn128.js +++ b/src/bn128.js @@ -1,3 +1,21 @@ +/* + Copyright 2018 0kims association + + This file is part of zksnark javascript library. + + zksnark javascript library is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + zksnark javascript library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with zksnark javascript library. If not, see . +*/ const bigInt = require("./bigint.js"); const assert = require("assert"); diff --git a/src/calculateWitness.js b/src/calculateWitness.js index f7ecdc8..c9c5073 100644 --- a/src/calculateWitness.js +++ b/src/calculateWitness.js @@ -1,3 +1,21 @@ +/* + Copyright 2018 0kims association + + This file is part of zksnark javascript library. + + zksnark javascript library is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + zksnark javascript library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with zksnark javascript library. If not, see . +*/ const bigInt = require("./bigInt"); module.exports = calculateWitness; diff --git a/src/circuit.js b/src/circuit.js index 180cd1f..ca9dda2 100644 --- a/src/circuit.js +++ b/src/circuit.js @@ -1,3 +1,21 @@ +/* + Copyright 2018 0kims association + + This file is part of zksnark javascript library. + + zksnark javascript library is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + zksnark javascript library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with zksnark javascript library. If not, see . +*/ const bigInt = require("./bigint.js"); const __P__ = bigInt("21888242871839275222246405745257275088548364400416034343698204186575808495617"); diff --git a/src/constants.js b/src/constants.js index f55612d..dab380f 100644 --- a/src/constants.js +++ b/src/constants.js @@ -1,3 +1,21 @@ +/* + Copyright 2018 0kims association + + This file is part of zksnark javascript library. + + zksnark javascript library is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + zksnark javascript library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with zksnark javascript library. If not, see . +*/ const bigInt = require("big-integer"); const F1Field = require("./f1field"); diff --git a/src/f2field.js b/src/f2field.js index ffa33d8..f3ab94c 100644 --- a/src/f2field.js +++ b/src/f2field.js @@ -1,3 +1,21 @@ +/* + Copyright 2018 0kims association + + This file is part of zksnark javascript library. + + zksnark javascript library is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + zksnark javascript library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with zksnark javascript library. If not, see . +*/ const fUtils = require("./futils.js"); class F2Field { diff --git a/src/f3field.js b/src/f3field.js index 3272fa0..565ff7c 100644 --- a/src/f3field.js +++ b/src/f3field.js @@ -1,3 +1,21 @@ +/* + Copyright 2018 0kims association + + This file is part of zksnark javascript library. + + zksnark javascript library is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + zksnark javascript library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with zksnark javascript library. If not, see . +*/ const fUtils = require("./futils.js"); class F3Field { diff --git a/src/futils.js b/src/futils.js index 151d86f..673e573 100644 --- a/src/futils.js +++ b/src/futils.js @@ -1,3 +1,21 @@ +/* + Copyright 2018 0kims association + + This file is part of zksnark javascript library. + + zksnark javascript library is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + zksnark javascript library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with zksnark javascript library. If not, see . +*/ const bigInt = require("./bigint.js"); exports.mulScalar = (F, base, e) =>{ diff --git a/src/gcurve.js b/src/gcurve.js index 2bc51ba..a212bbb 100644 --- a/src/gcurve.js +++ b/src/gcurve.js @@ -1,3 +1,21 @@ +/* + Copyright 2018 0kims association + + This file is part of zksnark javascript library. + + zksnark javascript library is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + zksnark javascript library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with zksnark javascript library. If not, see . +*/ const fUtils = require("./futils.js"); class GCurve { diff --git a/src/polfield.js b/src/polfield.js index afc81c3..579efd8 100644 --- a/src/polfield.js +++ b/src/polfield.js @@ -1,3 +1,22 @@ +/* + Copyright 2018 0kims association + + This file is part of zksnark javascript library. + + zksnark javascript library is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + zksnark javascript library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with zksnark javascript library. If not, see . +*/ + /* This library do operations on polinomials where their coefficients are in field F diff --git a/src/prover.js b/src/prover.js index d8e1edf..62229c8 100644 --- a/src/prover.js +++ b/src/prover.js @@ -1,3 +1,22 @@ +/* + Copyright 2018 0kims association + + This file is part of zksnark javascript library. + + zksnark javascript library is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + zksnark javascript library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with zksnark javascript library. If not, see . +*/ + const BN128 = require("./BN128.js"); const PolField = require("./polfield.js"); const ZqField = require("./zqfield.js"); diff --git a/src/ratfield.js b/src/ratfield.js index df51404..6deb53e 100644 --- a/src/ratfield.js +++ b/src/ratfield.js @@ -1,3 +1,22 @@ +/* + Copyright 2018 0kims association + + This file is part of zksnark javascript library. + + zksnark javascript library is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + zksnark javascript library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with zksnark javascript library. If not, see . +*/ + const fUtils = require("./futils.js"); class RatField { diff --git a/src/setup.js b/src/setup.js index dfde407..99af4dc 100644 --- a/src/setup.js +++ b/src/setup.js @@ -1,3 +1,22 @@ +/* + Copyright 2018 0kims association + + This file is part of zksnark javascript library. + + zksnark javascript library is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + zksnark javascript library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with zksnark javascript library. If not, see . +*/ + const bigInt = require("./bigint.js"); const BN128 = require("./BN128.js"); diff --git a/src/verifier.js b/src/verifier.js index c929dd6..abfa0d7 100644 --- a/src/verifier.js +++ b/src/verifier.js @@ -1,3 +1,22 @@ +/* + Copyright 2018 0kims association + + This file is part of zksnark javascript library. + + zksnark javascript library is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + zksnark javascript library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with zksnark javascript library. If not, see . +*/ + const BN128 = require("./BN128.js"); const bn128 = new BN128(); diff --git a/src/zqfield.js b/src/zqfield.js index a43465f..59ae8aa 100644 --- a/src/zqfield.js +++ b/src/zqfield.js @@ -1,3 +1,22 @@ +/* + Copyright 2018 0kims association + + This file is part of zksnark javascript library. + + zksnark javascript library is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + zksnark javascript library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with zksnark javascript library. If not, see . +*/ + const crypto = require("crypto"); const bigInt = require("./bigint"); diff --git a/test/algebra.js b/test/algebra.js index c149016..e6ad12d 100644 --- a/test/algebra.js +++ b/test/algebra.js @@ -1,3 +1,21 @@ +/* + Copyright 2018 0kims association + + This file is part of zksnark javascript library. + + zksnark javascript library is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + zksnark javascript library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with zksnark javascript library. If not, see . +*/ const chai = require("chai"); const bigInt = require("../src/bigint.js"); diff --git a/test/calculatewitness.js b/test/calculatewitness.js index 28b34d0..7758312 100644 --- a/test/calculatewitness.js +++ b/test/calculatewitness.js @@ -1,3 +1,21 @@ +/* + Copyright 2018 0kims association + + This file is part of zksnark javascript library. + + zksnark javascript library is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + zksnark javascript library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with zksnark javascript library. If not, see . +*/ const chai = require("chai"); const fs = require("fs"); diff --git a/test/pols.js b/test/pols.js index 8c52c8f..535e3a5 100644 --- a/test/pols.js +++ b/test/pols.js @@ -1,3 +1,21 @@ +/* + Copyright 2018 0kims association + + This file is part of zksnark javascript library. + + zksnark javascript library is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + zksnark javascript library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with zksnark javascript library. If not, see . +*/ const chai = require("chai"); const bigInt = require("../src/bigint.js"); diff --git a/test/ratzqfield.js b/test/ratzqfield.js index 32e0b50..a9b9179 100644 --- a/test/ratzqfield.js +++ b/test/ratzqfield.js @@ -1,3 +1,21 @@ +/* + Copyright 2018 0kims association + + This file is part of zksnark javascript library. + + zksnark javascript library is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + zksnark javascript library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with zksnark javascript library. If not, see . +*/ const chai = require("chai"); const bigInt = require("../src/bigint.js"); diff --git a/test/zksnark.js b/test/zksnark.js index b0f1795..0034565 100644 --- a/test/zksnark.js +++ b/test/zksnark.js @@ -1,3 +1,21 @@ +/* + Copyright 2018 0kims association + + This file is part of zksnark javascript library. + + zksnark javascript library is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + zksnark javascript library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with zksnark javascript library. If not, see . +*/ const chai = require("chai"); const fs = require("fs"); const bigInt = require("../src/bigint.js"); diff --git a/vk_proof.json b/vk_proof.json index ed87ae6..63f05ad 100644 --- a/vk_proof.json +++ b/vk_proof.json @@ -1 +1 @@ -{"nVars":101,"nPublic":2,"polsA":[[],[],[],[],["1","-2431402787126249031042124153321465588480901095172252355282073966326179396998","2477146361923350627012518278170689751927963242524079228580458047640855021789","-728829363665360331568411657682629292427936002017767889887242904815000336699","20349756116733599292981636195834878907726309792203790310466311635085917179795","-13107483829234192854606043451748360241022644333505303615595235904914072626681","1900865318077415221154018631384801726589693233306149875555906296588340337303","-14553187839492756354575853806135291987560195581293300076470868089396689517330","17233453233847305535522991648674417195878569543625219618365649230022246609746","-2707131313067984926352993487679715607747021098902856635716982051184986804963","3085952561972868400270766955848028052205414373427039565290260064759291457342","-4277664643514327833019114442455721448911121689181711008273748599921682361150","19030058474433762301021713519807417526039059226917954304485872484124003417134","-9457898882254964067976741284515702404058129009578144993506038399185038782246","14218484564379919108232218686193676789713096042947213239783298848289677052276","-1518743168758805766721934343348517084064560826460482990728376951049865581382","8902269781421158476685433078091270661785425902390088165168894867984009607961","-6423682713574516380005222490674742760813753743693779343155876642812079324438","7742834325520447125522057739389717495219808543982936196983524435765332088264","-15414000699119072237122706469189891777661583618784709265052042648003568716670","1676133091718737344604416038560502712850010537403455416758709700334935064919","-16556573967543197897705782648243795540433400317385485164734412330211188862410","19456044842159487161876420609666113217471917123949871629312445578350225605534","-14004782581860281389807890118304786622753150680862657744359130196055788834669","19137332725581722393042388560882463819998032754892908511774396708188730440390","-11827885321365353808101540183262007111006395466336557958415278640322595015023","19750123457365651762880687996375892195445538875010768678483053173832045586553","-10082242535179405321404345708834312082392350254879880609177872175038522656424","2731835998403503053290394880462403467967203916615583612811740266029223023948","-15464660691906608260354537492285935935318855106169160751496359120339334438774","7927921300474812086278343726029483489631807317123724695278251903118320138724","-657012741129949600582188060915125513161533066612790063997114119415161746848","16836231256138063644380049052220050551178670849518767378117639443555918866271","-19894790162753874436858804822796049450920979324241412747786110481919745949162","9099764902839816086952636921577529862197877107511971131628274960774126482023","-10321519704971250927967850458516922394188494777337503558054727333236199621272","5750810111836769668054326256847518444050338195168468562426953209750296569292","-14887136106920301950188329653181374546060877759030420937103100130382615115017","11673675776081315445658343137095129012249620012223361309327268140205277059966","-10518378651467098949391998316226589171876162881788510481024606632201544653616","12669022201780948661660281384341179667976706645469286545697224347933904315333","-1978455990676225068034513987358422880518961548522692433596279708292517109050","19678515840491943124442566104610263815009965232569712852341029180293560514138","-7339535042795597699929987548721463972402100440304289215426764508575488439996","15206563509616222225482490103684764927840267160024797085439343662675756953838","-2198740885714021889250411357302850932281507660058116879751898576819577275066","1212868185164872859328900288166849127800299783767762612734935776063799702551","-13193013692583787454885256275091707658971030220599633499381458798938888115942","6273167086803055639557215613900718748862398142663693190055296062902022411819","-3644856297744927418428004342800021878799285018992300895159738427343178100186","19431944754439829753706920063756441489084001145211424755220928872703454587439","-21142742692966783521677790267953029143656898731987592252598421068726572765327","20145762663432481098978064833126338759253904123260778261434474285256035142501","-11949295706496464308062577427866520688409890920986776617574208766604510364671","7130856306496335675727636921208919817854825795059629245462148729825944520997","-14058064206997361202919548222582033805930629292745939180571612897477767327432","5032500418790711675839726230969637203953088056238381815724740395822269657818","-6441360060714272509432154861120366036645426368084477293343089978078673539278","13494842175131674990064865193890493341499425041412002738858810855805970977102","-9665107802703000708098503666462878000516555732379301574959323441072249824945","20049091239927006606314303596241377179587201203231998057338817433460842120325","-16174728668873188804687238157843794982887471074539502899705834367075028115867","18349822787580759267150122051930178878637492718584006960769865022300964828574","-13236604739720828438764758599676354522740295862174563588580668438867832129798","18101885315128749336632215445437399375423891813395816940061298835728508362841","-2490047899520322984260605261086839009003608833942661274113576148943349195019","9859392629333736966591897167784069446625967524929552127584321398411974573783","-11971204830981523494716372319480145866727458763181009242550055342674966238949","4212871471721274437096778903696357165809414926507025598361377901895652392239","-12954798084102962623549786577606261798185735471412069066611284990555152014593","16586037501123842713376195038259601142085417973316106788203721499854981481405","-1137139616113750904836771656590761582853089431651499602160942081467326541103","14276205804860998424306012438773871621487176852870575511866514621082003180807","-9406057537305802542991750140798496100555239222532243479768456386989069554189","3844727801505983135563246787163224466523731645087746725282627678894278190305","-11760409591817283437119249098071345623826239993797797454656867146396316074702","9753447227720282701190317574456499131558437279809876930747728524156127415356","-8119338704523059216398811525703673313309625606595042519103128031321764877305","7356151390934200915666803112161396290585409564754778769408121996902568269767","-10209189254406449327733865203361703145515768579564214687744100890685172167884","3284480705113497570263097617717542632264513464530599830091674267481957876330","-12299646003728027394492040192890988322536975504378860625409122725728568094665","21783464113158587570763582432571646653509661619637607291655219169282530755931","-12086207189619241761140880417217865180689756653496079154977557187525993808134","7974682784218018552730334910417491835988084196015910681468626307110528066882","-2698383735035505872672523942502420976686397149020531525206519962351231725535","13043134630780604632399603813910505690121562828368659500701303347227992105805","-10085692197487801214951962516989232788301462147220593434480209088048864013911","17219434842877918680633291194592192608829930028490023831220750144346206963297","-14254270486472754472671729981770851685085714277702387888866689022759713921493","5705594095627476606557665611373419652328936441178488609949928135116733731083","-8453019450607186029996610178856459785116776291682604764712772976488680118125","15826468738988332652863177985196354986814531001854184316899915970353334375013","-18686291731283926330565591122373918551718877485581162701163987083907895868860","13365291781834213059205142463948126516963088587731989099541414966429568648743","-21464444615885992720809953105297962417754477029007457612797485432805145389079","8546569709232220899807601339907704874868031797424597463914680560320710826397","-13458192497795016224600490769722005983105213791033102879173157961680642559221","11276256947998208931849737574367817840405574391425513701658671584431385305547","-16981860568644349819756383239126651385294047673367614642945389629597504034953","10366687241017099288358596538643420076852363035459030837707990415788585270704"],["0","-21888242871839275222246405745257275088548364400416034343698204186575808495517","-2369607122392875659501952134316532874058101112648857747527150580284046247913","-17313885392129115625206993260334858743842149665233347013859796055108246016417","19244392600531227329183869697688587456106072135070035715906934396270762791768","18613417192838560958431754972249894993739162116757872798605108553312290678887","21159606579775788832611754512850376204376592791189571860973769256453537747807","-7636290330875441274450439801242202022137727882355784020417642950470513478063","3557198133080363158473364517466030154583128816188509360275228610439703995276","19619577514347449375552881254840292835667659946259792388380225059751302311750","11565360669620259407210401429956033123545922860966540941060470180162323762854","-8163026210682028899408989164100287984138105802570017685386586142545657937201","-20052875997168582978638724249784206192831351112836465982495566589773532635478","-21324158403809297211904672106425386292633131257236023435652082409468530040757","17856882603461680991509457978581752286230365803671022680163266067938974037408","-4918690499938572853531452589030724586652080329065920025588325417096681445714","18312935598895052252246359038175767715278752228214055651159612970523228381022","-10766286876238659413559374453502719825209962350250570267275476067259767638792","3512727921487959253310548836741256749865595292852525728082985248806554785918","11707659959158039026892121691708378172653695676584943396998282295186466265723","2484591076000080871869876940728456604880841827236420950668310555136189291913","-5008042726840386445659765165279472818505019635746312123046352903976772181123","-19047224093214534547757599095363395220717721343092252819122271931910021250848","-21496355470961313140045649456649556354330440585132146477017886702134416807361","-21127069859275837897064693590662612962550187044771722916245838366861556554773","-11670927151120542928263137339799163666454614391675859640549931780083851634452","9393898663504213485135160323150255103065880997550233421323434449326114122183","-7423856937304655451218962857672558410281391939232024006907829145867900323664","-8788938350638527368318869459269112576291655008082505114577654067232975167682","-20152495844198799928482656101373341930700000551932590301480281889796183215903","9334921737568190037804808328556870912896725661105807295154507509728584591121","14150308398835490664768574102243316688336338958501040449844347104831492621309","14113762901358356273288985246502590637828125498470137081227547723042743423360","12342187383540528598320648083697463937471151618312230428229769712297375887951","14693272445527130136863088622504551903274379632030080926155302498721354072898","-16524680759580095724468666265805290684517578834662282690039981446625763036333","-19929236280259253075672642090405600941593929748859024341697118001182725869534","-13942539764403442048646565782342908838817584642829061035155105877124089826376","7632607700476353267522465322271617664931783082835214969710969958345184869497","14923313101126311054297274533148939196830471083121525686432962090355040598396","13721105802701626782924918682839226259535674124240126081486099825839383026412","11105239414118530058661523892035237921401203447038788716712691797832921813926","10253826193049500255427776863508425666440328198513854450368558647763487369479","-13724691095130232524738535493877225890464308982373985592065104301279034317868","-3477937732154644961359495027276270120029963398657739449002612815250389466490","-14998587799281687970358886826809033534388755425300434963942539607981288775880","5897995219548150549310440640735899211492486973464254841547848762394877169307","17743599376839060370968440731134436548780643348160344396550405435895804946322","11736802428816828217227157937400175964579485313159055080296776736555503089142","-17593775046055864494443453030246201805631632432952656225119742570516510597468","11908966872558347663191416104382561908310424875305872445474090053530232305038","7049826722845828253953311152129227935906107759421291378426804718628734939025","15935115994577172644075641646781997159407581401017397457310503943824882481174","16793038128611962095212796395746564938348468888820063980523147304454015134510","3828582558286393290260963852987350878971054412608256782805296719096637430728","16490441309063153751139672125646529830905973105258082330677635731265217670684","11531564407040647682954817563908754904938365457290362270201413924340228646972","11352020233808485155260108519955148263634789871559753937616757215323599029581","1975057445720215657190389020379522166994720675177020570555680818154691474674","-5611783095147349115600247796522199173061368009416834852851893168948337543380","-9039877004519310146608761651489895328588907629041481226063253066837746230732","-17849097221031969961847730591021485516318312144116835112416294885727915794996","-15591991592244483984337521226362627252486453967280583649332621786620898706038","-19222114068667675938023398634955846826799791743826772442995271228892329480466","-7699772858554731257468508141897518699379149535905036335471659734551224227629","-14235399708339641040698640454511413506504213430854192856292723647492493079740","21306967673538638422444108125149261744263640380288126200426315883658097861381","-21501184369533600363947245123535722754912733946310275194957141044207444054318","-14768309516525812612032161082400179557498568241529310546561445050034600690283","-9357776909344598125035979872652689658975999198731403240689534405409722883106","8456986990715652854769707082157635835352317685023750720074217733623585394614","-18333964028524267920584031476692431774329943815400214924315354647215520627395","21169774462975568151463643081032335560199663822362065265477866512082484731624","-17721917464156029308444297973817933223823065718454684575650351880296366394015","4755015166191826171222540737652560616781045646626478570224993630132251994233","-4760576376316814272888083960655944324716349052087467088079913838804481896373","1163579521275704016492916476102348074271329190598642005936397596657569396745","-8462626939463410865563584614825117754561340847135210385709938383641071370420","11356731738123125939918681134584004279313945709169842764509017574063163732526","-19116629682831415272025208733280994761337851829913482324115929265833306637369","10600102724808862622415746702897894937406781433634697398987782621288284363847","-11163712713269783907216983449464243252915702519961869091016057615728863933025","6501530608766164311624124741101604540643517865866025958869308446235410850644","-3976345259302600836658206527461238963226760211976679245429193283092363117956","13144536601772635495052473485159647926505980861713328503914522412553531823196","-21140414106317967677277453792867621839523446752504908409754605966274384322050","15456612595881298166919832390492131731513939951266419881368256410663762063088","-15412739508254027150150536679151079657780005637245725014091864247661345589049","4765455719411786800234281649017570673846906460248545691702823716515252313850","-2462246868099087693902652767087900438480878323615784338380292588352922510193","16734734026017629707187128242807086897139744333603693459032281449679046051229","-3688413950895140637699265741797375260772450359780372825826418076194410222130","4651112990117990030249540437590374680936132088184490107126247551394109294433","-10543742755315835907420280446555208101641368956767585292851061033306473384308","3215971094469200149211501408178594341630220920895098148795790621423470352754","-17325908776144557709551408402959809452059513131700121206351372303319791501200","3165673947344417211847449847714182538780859608741517540022298887170710656983","-17707070003004501697248645971806333516350536665440109816437812543790546527997","15432981143368214844225839007201398751675041457459765919233255042421132773774","-17018196264292478749859908054652396900830832622038684130904408402958186939227","13966933746575281831967821908007196565085187674066564726714759376780280719216"],["0","-2475","9399229817585303322618902397505319683704182637123151977976017442234575521946","-19417869608342363187926084346924726474863266212460932855846691135348320889659","10251946212694708424773742352577215805018273253838262031599202643523280492410","-17561810578977884750429499423303985058869478120582896882452066391523839827320","-6134364000667506594430521105742077227066055051227897203755773038780359382579","-12680748232411890481557340872569805429399616069095523879481172555021592206368","6640004452758291739122048800345245834724816981993431942112048062090783998601","21652727104964991219524694310047848242939186629637113555723241455523695083292","13174044612926970326021071113593876199547306572082221005741716318406790166269","-3092927740398390554265277944912122749521927400893844811698643098373701115791","-19180142578366653733207977471695255721417334977280816450101465139002222838082","-5486135314624743621079786465550014251300064415271404189049721265269686257907","-3919085508381153760636158609067264284256459746675573752309200192491043132485","-7358423112855449993962092132813981840545162498915347844956019692584069245015","1376478601180847024547868409550114453470969568887838186012926004374122299627","-1913019210546295093165551469672454068264854612285722767765821469685467715151","17738002972260719226575520500999029238069715834128096573864642864304530556341","8510680118309181022923085233693053974101744123535028660487108260075684737454","2699744763001665014674839878398197359671178628775084268079210737236208266546","-10201626844751078384021589644420123888299619080534123384806311697518375869639","-13315021272003596026593498413063702678296363790215587549619977939268161512902","-6234176934327034715345118564156869775741382755764520187063584919663764095701","-1312785920459392010328014092626646290157784301594726050790886664547269051595","-10341435550720675454976865366296623565823580210655627075962538442619794223668","-17623509917059910041867366263914780519794578679000818328363836061319002065455","-2976857685496859263289242130166663714834116661940181759799472547904052790833","-11479149606413650127914744166083166425759776177752752152467977843318040997205","-14510744889460475894668528815620801614539164184099222754395155785349083872058","7131300049072117943428786290164184324355833749395215791830326812664943691105","-17118076918552893045529983899999702881484872433962258136016447732873363671324","19705766193081723694162839411154712170021302419303772234880316066054621433097","-17437412170945547669753054187081902118936429557792035837883999807396220392834","4228727963836482558498888243069765824684076182939293874420227238679807336900","-18690098295851645459221830658372734999685199372975598521016510496692005844199","3780910655405677240386667657585167325014901138529445000986710870567449588870","-4006704772773195354100417451586757805642722202272646102383117422424762052215","16689880371780167609488016502743286115227988799177713006752720071962234765365","19422106648397286776723530553159092167919654896142966771866341401275512429081","6633319652450666271457963953859028649183505579762072092820705467536568377719","2394624328139151394508785813556400427774808849366032793457588867200773711037","5853607231648606910604827553873847207757793525363113730972436757887032983869","-11003633195267197652919114808657584069948445121889355121905789809732757499599","-18338290741047363575380345754872421379192267353345391821069313131741445369618","-19524334978959582815281703399973529879618950422882445555697224964554379468236","-18050950435255145852227772944492204591620752271194496972752477311199749354401","-1240838622787556706261309712322368926152235903604992746839208759330470343588","-5169894950718459103758745928039160623936007388432826202029723377023423675908","-9909291178875804883286343980890445965613046891888708805845849088768957697526","19996871003315341824394815138868865652046129989010245857467762447324027413000","4404757693966693762923672102475116883876818310256306861889519189663174665524","17590080243904781865083018070097227362171853830096897173328898776916876992457","20393831612350264850266537616061473785121508192556503652698832492751118069588","13687669530063469625118240935090796078200478576487981986242257528621434016952","-101769110943233482739228847167429781611896749014710504944403174800324991797","2295982974469394723850304380511201539876336710405527353974165107826369115080","119649056770901116807599591793046370064573001931311322532785055430815464063","18729285533137187218726901394134836963527446207381971644970542538531736883714","11088881742406982346837263080698183395490820643852615630387991864171464425949","13780915076722063413016929342399108737132740506180185349231438751833267490277","-4907892257263027699914314400594976914888694203163259246977639565597658743306","18291539610315671484527581132796232322636438423177266868133985667317827411296","-10449913262564539515242772297206074817168492820973365641273454403002217105344","-11327804965626891517713252599766401183253494951245213599694008307601905241271","-13541020207391311596320496088433186051531240178855249073186754754467064371920","-16386448649571882426648647016841620712472516998662656028385989356822270277929","-15743301260912698334650610684759604568353758436302567733739889809309636886743","-4876420985644713054813990834740614483927656308255892751002338314470175862206","-10491496007481582552645647323391350471244316660983954719566283538889914808936","13491945778392776640660944857151545639267651205304683328976280707572641129919","-14185579129592923184864677779174900357866589774855581877438824050939820878349","16576794157229437042160778652244893592546587396989345588091205817747695599583","-8641096239685810541724726666596461011703457084908305518525629229017017019504","8469683946868827385789927934496199241453989582603952316475692853354207267152","-11969060375628400371200740820075066595518677020312263751245041862760530273521","610311449645898707944708996995655447134175786274908453361200346964624827888","-18633088115995441176524511007820375303267610377838102618526483506392078422222","14528036159958461198842202211760006590839415952307690299725396678155641637975","-21024969419649963600276630057408854864052330246407086693880667043569691244419","9142767279533135479949036137244043078962733418332193363830841708821170196481","-14924377499688448818898757164475573008020447649927758454793740037098111192411","20448200056350655646969315787974576237051815134636448091527158912571074039848","-14995629571033312645730917897426911311813447211483268615925157168337567700247","17469338025576386523346528516693733138449405028959377941593643773399390516513","-18242515835540387113017265420769210263481540050260321163820418200341719971585","4408531820047536133957575552267047704115213874002906648123522906793973797956","-16283952180881019530838583143144578678521267062196188300511051923141752428939","12293460231013381490908591256113898305996946565799521544158296356233777459684","-17433877408112461330435830716962435385961224020306388662572112002222012959551","19587370218858343769477336787535172787021358433233520087811432848841367024221","-4579170668162548607675216937132258551186156632008415068673819741386725493158","15661612312196312692455097480474129324740241201129786897991208758892816298561","-15556946555481424502441289228105031834844378844463867174058234554222675596890","12824616325427686514208449278030912572653973712481217903231673346823394886951","-10493993963738255072427495421483651945012840952012536257248781417011975565971","7432098817961529687516647034937155607218008707943988561459596758029535572889","-15945488179945735101150245708201889501323865670225570067488446275801425027917","19980401321074312909979596544177091296954129139236621326702266333172803972368","-13124326911793316731189778830492146544703308078500347070348904603512205826583","9060551443380356429477799401876572861830870947018145025961944819801976258552"],["0","-21888242871839275222246405745257275088548364400416034343698204186575808441717","21484171426037016048401207155320436136553121373617045142292618963730376412235","-227301032914146119621585532512690878469151498872072472825298677961292864394","5417486377605770355036101798919025119073872822801691191608845815737670601617","11921969995616486505564688845634172574033954810667967470690086235842357287552","4706849589110072424099888629414857842555616029503631568517352046328956851732","21232954027909070896458640046570601392305086597605441145259576952203406761384","13805062701734501786239692605090936002993791133361156610305410944135747923635","9072158736410833739860347688048478766106816521736360476671501400693783286777","10265424142917562462976098341178825680027710750168413001585852101499111036559","-14380927593245726990686044299519050535725478527705638627472376749835312276547","-167515998426917583525675923089997052896945754286115647324093305724343914371","-6741526818469745701882541934317211732459183336559774479159061466994986052711","-5820444011999919728192942332528503685899791684761876737347231212008828823707","-20558042506742671261794559376560486125187665207153511508229209689101824131807","2214944700957372876113662900036929745507877733689419450255661038260265239050","-15572864874389921263656887940655027733317864116933663027645709555053089068702","15720853958211643087263409457733900336993165181034810632158478082146578099428","8179673802656375836530413352972604137863674474884467776926756400033100365276","14715723734154338653285258343052771509230628520825042935745304056670812073639","-13483771025146888778125487145003510771852857497673137961051667508572469580202","1718686839007770273815403828781835587803576451928135080974403329684334374973","-13510425639434316224618467323296158871268736750703254071418710242031186597035","12139445553332423706475674782053142807897376000566928368176114409929543149112","-6349268549016089104630629750613969129805574744882065140095288457862515874577","-8173359251512163225745684708993710561655967271351685742988671333493905023817","-20354334892917319241606581326820683948074816510793120335722904469404243131112","-5659483399340470581756191945821328814428464800000534241437059824191202616967","-20024222252275946448785861149340315259247402019122511929196448248315635252965","18067253738174406884037208704413511747988771186363901428554634993616810245956","18703169458765364003072943644773649762574158442393251630953659409060962537178","1128528593972534475023525134178058755963240791084857754995155809935042148293","8579658455109837795915963750749498655706859143555444408583688354227486271128","7872728953083304056804707024100716346886505351115252698126959908061780529562","-13682008995870267220308036766717648032426252243964528936328244615854603731799","13588467837702734111150038049976179588799625735192314544475270018597284289634","13787209165142930600550164842963665242773653867390611884000276113826739836341","10943255011935509269116369603271268582652258801260734080401877617460329848367","-21137916224656639991189683445847637443460916587088483754854504682230387048788","8907661186667646141377943140586192002917853779849160107535264858116630718077","-13431300210299396514489312081774469615927876925083599694902838930783909069646","10856435996877433700852705410697664955993510745713307989005709844789382158220","15149530927094832404934336619749276479148423729234950250229581347313425482354","4916621625429526382771207317912505080124460494488988467579248339248372992837","973382338741398320815318895791721472205286055765189098963129089799073159758","20321952760755722381468860158162353369714901272386560312662824158246171593780","7483787413597028178949993077493841761614969597311106671956100651804651120720","11587066810041703159648757416227297170788195061787188411846452281590442870075","-2007549885077426742004777680235905154943969699906534665451666376884828957291","3148304925440974292886831366290867447492223082531830255462921386003910815156","15858119858091814928607865870175380345223665082450880971684748734716512296624","8227849440370382654258035611643585553126498956811960353534816494385571608935","5509546416250195380504567578713784507331536502504521578464088959139045609792","10936601097890125302564818546263820137311262822329739491759169120819881963667","13847786268676244321764376455287084237300812949507191129069547178536331688747","9442989887765979543761819544908328814976327046129485825419940618050266079294","8518487325703008457622325301842747022257235508520097615934966916740497898895","4840656390529653031881691983782328373093958148650681087009977997217423025619","-9184244278055911778279076449161434666355248335683446811913672950834516705932","9696612195499427584595828369559676475148702945784041782786479912940934076073","-9780951360593958139633206060350041538469967353685634463315874714921179227794","16762339802376577015321598123610218851904314307434449658826013314230953445368","-2994952597612775918317279195977794723449858485557219975419205674310580158323","-21309542798574089086496619456791379434858202077134421209335264886827947192604","-5798950600801092074868864664731804929075504936325309123587663332248059224360","10486603396706205550795637697163414403878640329710162575670490987778666689763","-14482591746331403248460136804489080317162380155078789224351377263749254948600","-9256301536232556360159767808812908065180635643814685310072213200338055373757","-12536822443919365002714485165096350887360206002142781179390859886269949303655","3632342494953184029685921916627744000143002827618670470819281194467121344410","-167604082024348297224119293261393539620231644867270109457724462947434472700","2494945548735160562951225295652892670209332734250527291607024564572680283539","-7445790900219831272170720006112558927880592257194443570493230688769196820900","1090368373021870140024646438199778112894193462809784256973836652821544750632","-6691553277426173989959552518681866709147075088528078648640733880553197478712","9798213669250634346561749595768334615613921584506450841105943971510413134694","-19633893361230424196115082263931049304857177978860183704230257358573097491425","1923255598446646707405676406408608308408021919250838456449600429589078294862","-15614647772838839391232572949227722093425687414274863624276074691336734394240","19104426769933076251890324582696642226210511343728155749320823270034564059856","-21414523391013635226999838798070523164556514451533590431656441573032468337500","14930569735459431758083941673977731243577466696831996579306209900499065187313","-10023737290604447146740161417841282051774956017881268478785818128662427807521","17159909268962456918155122825150552299343828937941973487622926090693123522203","-7487559029445761744561448166260470084776775266654730671734288750225326977984","9290792905681819270887328880434588341665638269152773133795487543640940877676","-7715351519810328977446921097102767114973969935614417845670758587263523705570","2314817525096915882553251706088312396226645030910047104671813829446875604261","-20741100511110666041342749468281801406206617952265791678660276023545834566881","1712285293122793865892067500784639939769287794036380572372203698742230321068","-5015914213733272889275713918886611957772005193539670582417672094105784103333","13539342031728010241550250187712713138770023770066201657115092386327952623400","-13903460624926760684858561595848849038293679150493751721401400036536241269919","20921268434763580917707892521030012344124671802874194418425628220162925166438","-11536843837060304999537522674999054300467741537767824050585826142447207272475","2146984983929577214534792030196261971579880642300688940085851530498842880305","-13728653365929485511462433479424854270468906022899285720226628335702980660725","11697328599961989479357108225594452179197198429526591391360739401384956674600","-13171620510771798292384710300273093616489483041021628841347341642637890748434","17753467345937968155923701887386229449384772136703754744917395894055363991145"],["0","-16416182153879456416684804308942956316411273300312025757773653139931857352019","-21379269348760460004888858186173915114306245725639428975539811754379452552295","-20076645095119735108725948434403955889301302695954936935669846786606137544124","409461542199619047454376781751689587438385076395733131240889442375321941828","11741217921573561518139434319649894594903403967028834705565606621641873769985","550542112798535217327263131715555411600617695042479486889811210884761005213","-7289554270988375497961633324129946882381355484666025074378389249396033377871","3048229031221184427362921090518297117992040466228644447357738248387116666085","12480395073915594236756017531955085365410692075247262853070424478748753531674","19163298893571518561877812442079388653072718615958721456708776524764874927002","254436114398133381668393822560083138717850793291471567972211835522193986333","11686995280233706112084210876505676823806044282006312302328359227134634930964","-9547785499501822105373861323913209460493557583725310051766296070975694450106","-5798886218097483857017255088843222357568365858518434456397504576039853874719","-21256742312259682506820372080558897358288384655206558156406307701452925930892","-21117970459449521884098214095394144679211110285811885342821979777853918940634","-9583249950131648732713901768998865155482625689950341829074514932899931101134","13995064898590794909514486037781976678765705396072086544776887851911304545422","4759233240091137472632162852911214926687821748120389260045123776828964209723","19803481375457191961037297671946221388267615798010086159998856856058446786466","-6706809408924523723812790274385327552819576985644002055145030830486771453967","-9343512255911453996295792872099114332101385868495190908836344889080042753131","-11590417606332841948557357724830471309414932928938461792214699271348205315791","-523340815627310350355852602758844256411146962885624286938965640344355190285","-17628416904582048186561060416066502891061243093668167222835790983322918664596","-17367939571774006700349849639362875105178252668895970450232572693190757322946","-21598258824321058767879866768973083930188514891166241504307665225578860241615","16542604895301891854583286159967720878729455756340930645654771511810187513575","-21668371338795576262462335838353612129139001194887878550133897821822890877444","5608997885945889753758320520496547344532024192117067924019059772477968650147","8805721959125874408955657840983163339460887548857528841365529618637065523555","19823446658723508529906252179500715779504612929937501747560969387543430986768","13076773754673983133981134748109818051176168983011927240763385093118267776825","2387116834906305179866628624300771294280562881865346757800465862535279125931","-2428587209115487395800066453845943508183695631987043878054409944642409169711","9941194555037877127600882864937350220610649785632596050155743720568774278862","16056537085959219818164451070264363882862842831303087780156560898575806921986","19898096536627398221800949440080764689333216733447961466670890116613663844841","19367016722662964595692881205139240879675028360382304293037463523216648235403","19752434262426945416083703615945412712511313490663522518950022488186550298210","20043434930178992005586195351797311877411114057576938911119915214186535095036","13415359207286818490030590091629560072855330723874573288429099932369783541377","-1158833780152912722256019334641028195446548744704762698425455587986646094351","-7442839268455000722033724684514012390027852996389797562055070480615719560872","-4805249473195930160081003173360251948363062165773357154499000262452180054979","-1013660031596005463195778599278355126419427562980875098733249734985593604953","-13162959980613384432796979037879568517080527477997449475366521579076075372042","18758023182268955101058161958967974202505693806507026657350752282925859120586","-3464863210865431865946603777690186560805608171422494665356584722056643261283","21360234213370987451386962952996966089982250264655490967364473732961633755849","-12278104729064565444748738546968441087532053078277909054401940131145651939408","15931118273646751292871198545593144554363713592149573460824130547827224817657","4275802996235028133175130980038016469596100860370996219997336871284499201605","17507162301862887872128334138239693119306151758862559600059307448601393715388","-8806765414390294612067855565348470381314097065796082634524241683224157852524","-3808909375624449216893301982228879067915109084903562660160421657076496965770","-1505011641761543844454910437236279588054898338429005838088145137627041472575","15212215219494316948708560223057514975076767308199659633372960767058172042552","-6382316123381663699539853594297196148187796820438966228630643417611249984794","5770462138536852467781569995769333687405058562912477855385701755222596886322","-12227398006009603841306728499365831291909110335057043232501279095321800405343","-8798945254459134883729665660286560443981704075134910533817833830436700841739","-6165126892949123613826554426032370873591134001932689412178067652895942942591","10817165955923333289507628918760440360225805426921907059184723021933535535252","-15544336957344900847269770700983606814073561606376383545623684719005516704397","-4044816918444433641389536074376419205926402195379510123775454297666713532796","-17405843802655970726270582476619259661179021011008076664816416153476932973840","-9988145530435652262546670595535619563778058997675724990207630103342955210634","-5705849221949536790206807011680478980625286879401902989279069363956964510771","11091537783655312190694267650895664310494389042782586716966034941820069267737","-18670256039273118963865474030200500482831759406726761456012919249705188113535","15972257870296156336566615807216096064591532673403124658882306684177672341834","-8254812504775478205819215312479132140958225680625710122821597391901516201619","9573964808325603467174369148464826846140484817205427352411450131184849805429","-6095043252280442105957663155629157009858680257410110329953681473010696451468","12266266846330096717657037336905855817679360147655285839306193981415892551125","-14101139309522805368468988894091810898195305549738909629801530914849142427256","10730892550675893249013571076503799498799184787549048476156518906088477173675","-21781685428891239721410957527330314851416710426614949848800295449078435997139","6610054232448862790657427979767633693927478688881781756591486969195831181057","-7423962463330986556981517096098022605631862128937241431750904458119979350577","16749384365894768023769319054326926432424731989694018833722697113557243281658","-2064449530385879562978761302970212790040058683121383453760464363628759051329","6927350362066791069728084520014159082816257119223417899535190971350330205350","-2930949747055506985922872493724702300781199351292401384358495524929079227938","20196250847405313327001070117226356273696621392338902780371515876247014504138","-8976887172355308075301078977603414933916841795193693171230271287551861678314","8745823983127589142964731912668756517120902893760843494717900821013998324159","-6011629623559584355355377450242424259220525077426169171106109680493455927990","12613879413075215273408804200282795634797422519245692305468314623879203863870","-8784120692566597911378322630194280996315632988498439143839459426718485904202","12535439935407548758881504903913849161848604029500551869834598530254874657307","-13494589961859949022349035269707253531586393518675956698945544357694104420507","9268350455648088936895141599930502682641701839762979151068591754547132542044","-20809367419657557738758716977394083671340442348820716155036999327706752921524","14400679859744067846960193242661688922691768010677809325979704064672287706442","-7296886375139343713499837914946141129325358317102291228840348556782338539817","10004068848698782315416712491931617626513245600733109541798527086638502559727","-7140632111543061885150118697521487277106029668315390029007345710638635781561","12715335015749595469339945572343756395523654793358642895641784347317545250978"],["0","-21888242871839275222246405745257275088548364400416034343698204186575793438113","61934119371537341396775560772209827518468339581113908818445748631263016121","4784243322659807070403081487687746490126271759118379289353832287032245504512","16508059991799554032227500910283290020293264315798732362554375885276590305177","510309734624315816909698066029256754034616402301376742321734587426873515446","20096947330583989285983337331114986405753749773682329597998140963602626483091","7784280707574673620302160794550047728790985570072919199469613012899005422825","8168433304604283834349921616247033114455966061172716601423367963734928526170","12505495647905157429359830118652995115414135898382400052025008979913709538268","16109870525608977884859174489755145167017495884442495794283290110510081518461","7236174523763272445416888325241179184851457275964883237470573523850810906454","10275381062595956695505764059954033833959997597376524486800438261476315271684","14979061526756124534516361631780138360833600541005466288853948572220330618632","20382019702298739710458433814749558614444175532873400959336756391348261358016","125783143777138106676949485954168046374927755978861602431105053606172072896","13382507109947298605751397402802487098143383548913107943674428949663720734026","-10890989961769541588278248386666930682644902607612132644178430426819305795857","-21051170486844160896717780881082783177268900834172383063305928287890632011843","-19193358880212196261988670062798572445208740616963636446271396681016445510170","-20081537880055069140947402116904980603435241854919812833901569763623848510814","-6188997552003911140242038319279112511611158442578124511178160734031218852909","1830007961691177891042690092798794371934450168517519604755117022736774017244","-1071144276354940895662713645792525429146332379552441335222979625548879449272","964860204009939102136917467710846016795795195604586569394382309512802032747","-8587092651748633597445627360132556457352211976892146883302231178960984560374","14375301969927610303510140960541059482128018731699867489905445955884068872969","-9611491634977210812091065701480907462556558371182399002839481171565652758736","-1875083177900528294881528473294980118074837507304613001414276648672983255559","-640190911448456573059880467333290150215161979172476698723322041937522662024","6492681038194202006665953284296995893980161204222803838141971510620496336713","-21363710855650988941248715081664983543959031706146838537728421697670464216131","-2657169200399347312474762913088141756911199616281016563632880315631803504056","-10574250893936175481034007839153563560157052393179379059239458707598942246621","-8703336987092120628937353089985551557128862697704553003333996484137271376584","-12180470686146441413451250907277371485912593606938674377412604520081679673585","-18245155001728194077906075791342999165684416460755549281699674673053159319006","-9855889413538903999043004309992582408578366944293211991175247765790462455175","7079249323240808184248758263350195223938526526393883562652512503003475641966","6233830142575554912305649482696514453837942558540229230456748037251791071560","18242569852136466936925706760044220599829538059660614463450679175168962348489","-3358162266894804135964346305122693590748174472024899256126136462235722109986","2440227200492058809756547783801037706883284146489867293141425455747158460917","-2866254675277859560336834585550241990780454281739744087067011236507399705146","-14150851284547457928562198411247397857255791229813380724659140735200308403623","-3129586312912899561750257678104949406482076838686084325010919469416620820879","1744921134901118240965192942452923400043440739179181420751940032457216235731","-7109887987416039531833367216326512415439636995880622984118638875057318340108","-385450631744203031296223472078019964893994288177407024942596728748241336888","-18412855426808665015192490435545042062260063594328166275544708712461612482268","2504453472344331907695715683212804458075114516370271349130938869343311800777","1452726531185312688129986176016536690723349788774279545757691744224589105921","17502635813785597509408480677566517457297850695624641715008086145069857132758","20012400468356316554293636212654029692226550942080181463357460208853383145494","15045994819544687302206743015412694935274153857120799818676681623358480382131","2385725117428878068329767861687952800446162820223419384736094330200609718959","13782127548462161159238375660901263732974025887290111161715141278134928766606","-15018699121455269576890867057938118507934012510801369922076926617486375771224","-11302765573465344263326469846821542401826029907281105701829503823758099268816","-20043684276533168113773661236666427844750840983338640252284753849882875069039","15053857728890946208255605516902457318299113465023829208814152833095020184204","-12028957192440531564289351423850886443258003715211968195553966827182681028557","7870654703179506959414752366550699654744212898929703883960615639825596922486","5573098772429246568896255383998049214193169759872304404371429482472769661813","1278811530143724238946903757508089523780111022643619212333572831953044953298","-17125407815422121328988764368849031652064734527807968863779728682890873514826","-14995423049959478929808097940089713550096838969283893066726767724807156421298","-2454448936737690164770029228305082081602212811806114182718329992486202301697","-17223920997136225918119217326066195433565177010296783482105029401138687143859","-11066850453937380352067157790326776299442122926602600037107130931782812640768","17388339539384891557473686013414624502464825496662852988147267275746256035618","-13865461329585635111648660918873274133518848591649224449042087008150799951442","11149475877734976187129283609706187105947602030657835635386589311559094936896","-2259251801350041144543561936933504784886254397250628920819085372705745124540","277161714592943027367717803383346991121903798083264829486649255479365413545","-12272021962475577782113738297831977418502164679207755253666445516184277561318","8115318337004737431511214699757611138538645315945343722475189021464174844288","-3468594314607490387396926824839114123497549562933883459431609866138238278347","6218063047510529296334152837676341938494159051955900162877136121694979710787","-2087438348389268792956496386752509952809297867820558974263898589929477938962","12280122834392301255800037985596002241749113906771263471540611757350252042536","-20102300995364589762102768879411294599721153315942331112053386190756057898937","14009791142721596908453791644810722501436833277766954084216296088101032826894","-7985086234268324404243742925655491976302379405307374609148087671472185663252","21529560230269295161996857864261488535011717859093409357294388281126133508545","-12502175651067747853944941577521295432719399232192886879120242664645114690912","4353947902536819234226830486855178042701676064513569757205907590826297477231","-13079405494954305269988283766787545843488807582700812183792410415564082463827","8060607327407043523328444905162933108181085625160981325175593891834650067486","-14301097230951936728247852067862894304785651888356108794222660505571072419404","16698958030369674530487729709931341989469978953891625724055299318025075156258","-18172770890309910605467968104751735089888469819876272609831706372652466161920","2105439396118650318605633054714006768788380111472226488231665479859216212785","-11202483991081623430298862907463359699866725742636359619503338289892857820924","12830016604270296122086195932558503139880727148974982917489704682296840833371","-1178830461681306035412578519201355331083701194451926571680905712347177325387","5972750291133259067114979559095048026509440679468035588796273785294645423784","-19665553256033575126211441071999942946640152795990307151295483806974719213223","7000885424430530705886000874401203510044747799529679913512785571660591608481","-15103675699040488883009771866507011701715271919083110795848764240616666131215","14146833585311214611180632805035723250816527892423261659316549933097671429503"],["0","-198675400","-13585327972502917134184525333811179025855225380826828552956222736609490907082","-3817535408398972676860838891950053872429753921221273436376019549884636541580","5152491211825782567737988033287424705955533070246789914452951589005018241644","3032046634736767437996911273140985054163715180708122325993384749242227343185","2382884932336082458722135064150999247802081938488332600653426836760752253969","16386227779449089757773202775481742845025664710862399910696772877388160308395","8519982600018411671189772317837981957961485878575405342319981423937281303261","8758190527741886401710291830947988326649041962622138936511533830839732612262","20717726365128327126830900231198818487395604887442182407394306183190040516856","-11207764992723811409691428184011668900968319736400532756784921179923923832968","-17421324950183103600441076471433788813246995707959075532147536709538390296171","-9266538849084377206065030472474193503921779760062551148720945190171365027796","7392873864345002560986087842196652114045467768982333266487116624088777884098","-146201419765181454715749221013390243441035252491755351786175332194038497883","-3593269763399323422442189689959711764594438075348088875411828722314322776925","-945357180207125253299780446045168698038443078119733444711555678236825558445","5658128974053253739893092805605070742885714718711033770161501041679772317265","19275038847286979753697165503033105082476472333357972005412472426206019552840","18101888070178855630179284948272605716330689809418172250192411510698240275699","-21212168412008821870261016377670611464354757777012750855878113167981737523890","11315237267267779373182927503929037472218020324584416092240612401043741631682","-13200163599725941975496017115097170442975545504978261944750120020729765442280","-2557283693355950830550265349224803310862457138586923899571118802936330374970","-8003507671721205600267827857974471500071985653049195041864889813397867988096","-8770150995895182489700549624048367822747281842785628001213703306960166466707","-262389576189944865160190104546264173318519692930557460342450659110607799710","-11002823947180317640252090420061719844515515062702573838969263286264509914254","-14751158894035434795901874461722973231189070896512782598734594568298445380108","21449996179236817480240681949277996886283313885273346661339214922355051932953","4667453470467916214086402842185693923268241720241608933344523278177827872093","15333719143449187761220577971721869211685409877653580181102202092318117565781","17719709477151676874439400162506842981897612588864870342957751685257052777785","2939743337075398125344787567411088101396093620314388246244529560402947006719","-3428210193619181288640227106454291920615342682253107740276581029555239812807","-4173947577684496876897772306581679024685272378861188595532908527772152675275","-11824641627519864670020468494304484426702962576925607558673586025064224582736","-392790030407866283898157005562978447912172764547573399380301658292897779003","-19859552372931421876199977712150830100301485973792247601804937178488048555384","-1989611805704486171512704026313662070966437737940967704013261514378897310902","-3339460805138800092520980250716493020519523539260491041582452365990441453541","21008858760552172771813355943473654836297995766173227710479451711918659915085","-17297118886660014835072689207895082713396089958460013175210149501530684328029","-11608044297490285412486959744906319599151762835645403758674450247476816982827","-18656274911829396705926000160467697193496350974566630686117146269432577754850","-16151072281126520733136248769172131642804411795005776098304600473085497267120","-7029310477482545179053258507649754430098489199306286340195453934282301817118","-12415922225099041273438824010523017288014325147737900758608809828733921783575","-2125768850672477551428075101084736279492617564527326661926338223372008607891","20764493536845050407008960539975276632981456709613643252763755210254258136872","-21258331073778533267597910982442565181931494954534606484023498288584884036938","-5076524224329283437468071375742531662164072990583532088165762214409181259591","-3476694135402524217923675863200687610866092266665840750801547407287206850188","11181256783446687260110265020098134688198030096472088212793348572922343793705","-17878376509052731261379783944411594647358869583887590986353259826977419673312","-14977767385925957970302668062777981282914445064805285214668493847722368709879","-16030152673078379981876167003761382720111970662093401393538880735567148730890","-2611872280881997350560256373132400823492899961529209012644548621476582421530","-21767616134877213990072886250655569976017838512504906516982112189998017886887","4470599499229356006357430491915143653073216072197986875096286196357622256987","13743907548285821557630980030081290713809880505812392059669561175786793012297","16876319926163877914198676107822726195591494722246903105348736767762006127706","1729134543374519508189353122695773059975125884106155965174146057621718810241","6025857532129641818991788057999760168438274553949865967110006567456460787782","-20159586397662280741165264070317784332817695494104942175942765057105281815607","-2697389724448375683435530950951931910670792855570724287335199793828263849717","-14323804298129720878092474160198622664894593944779620223681323117806590090759","4377375221483987276505160719464096278690473059840819342160883440921195657502","14353527543005604774676923532609011557112313979377571992500875040384646799166","337432856731476366379553312256493599785829775270270891681056179957229115385","-8233437085616308402352967028822327271653767619285531153423099322702712174435","11921394436874397141685698816306201306954052201387046971390315881929155253353","-10526096617491550331652439502139408464471934845395184666034851724750764383363","18419071818202037143579302885805479255692771519990389815584205223165713103330","-9990193444169702285104904452025344086422544421074935615068957753426189463903","9659021528852552003829085484243028107719359310498663507575382847701498632433","-15721502459959332051726951316937522273316643010734291551762234483140794352055","1031679605332164994406859502848097712684784173409002841491773642187037781587","-14853340998278159632927219360727010710325584573592369056697094512977947329267","7524496754279882646180610043088131979068235953350682291189780683822174231627","-3280696797583103702210032466176438313900390140855212973587562196328953635997","9012813352796995397936468574819059888882683282510279288773094466349006742402","-17898600109901651066973250579059541328901095886298330065144277069782908632780","17158167615033231031897902966022392570018787564756065580660300418738584410850","-937428989705790284680010201857165585097295423897699763971938841493924553162","2429017913798588469808502408124651629046581194944365772576790242037720977474","-18604343079645376747651800527551549446861983184933732275660646898407118917124","6206609120206223477195920225445210240911714319030966731133512905381538022090","-11529954321280508606807693977392721692023425091073274062758235971775153489867","2664774815023734811232876650622891781885442720581517714545968574414882502817","-14848879396457066180117088737841398227161429545007384926581296836847358835282","6302098196419901387622644311754022200871358015284194010291927571606701150661","-1840810846920317059224871928268585113336407346474536850627583395405821425448","15472527847127704645230470898108289795746384665401162571146492107166793932253","-11242945691228330467307776719566813607809012309265891600216170127160394756155","5585242940693926239515687065031721870133876577369771387067302888215084947489","-7770802478643615972933883148082074248855929802366948121768242219045253228550","17382670523704787262180447879441417528771010002822732696912921124629606060261","-21330404652351949399782641102133391341683826911912445911070280441908931382255","13131099344164583563976042827221528654678922707805395784218504747191461068720"],["0","-21888242871839275222246405745257275088548364400416034343698204186573521701217","7619185717738094176979983165282293185627383049954936069710359782000121931163","-10514705889703655638637451905069888733159394761361171021590180998905298836881","8700437976922141814832153433292846855732354965878377452941822841035017269229","-19751895436630710284874374636370045804111295692883465074241121462035043050952","-11478345774395313430541823925470210688364520174672966279134581598527382774753","-6997807258260244436315023239120213769393572974791577788698330137771020066085","13220868037814639976572321445967087709870069244006084698479872942442543085592","4977562977561371222929301661516335084548773731771164617138373559641867672058","12224039992212083404107522701385494237305641247115474734533197818159533111476","12809475110296179905384521394880623497242572370049261651796461909445167004203","17360546882982258900679184236562483592903676736843771076784910496860684619899","17201783215026689060605941534447006863615432425112890742240291052992552392864","16622379665766612854827214052796921215401803688426029856451202252890421497094","-20176418067792220366061746487847139042578139998512395900116230494969464208820","13628018952522156606696530958325278554685688545910784948166450498624136952327","-12826448491271677998693122119985027837029117714679359985092937137097790290155","-21868733759209851648262509303620144227852700258272447020026774318997506722910","-13114890414196853899228685709048200743544451715831647165988752790533982734930","16593627912171745175235479351640137983071899081424352761429955628378348040111","-9547964310456693661055015562390924765965585771027922738452627088058537652576","13529298674369077847906388354556639826409179511654399414959928980003529859068","-12037394736394071696922384821265824615892800332132219978343693839022764006564","-8328305457150681315890742520232251607136444882445753215215572131499721878204","-15820894965389978355185423234486001359580678779171447873828303513865304083860","-5560635830829714692804051768039196349295693044745328791092076225704259650471","-10131601933478234708340178584084800105024195790164726175134865935307032274105","-10655728931710279663712674771716056990826819176090453988980118338425157992330","-19906219824261745389003750514332205000953029596919644441689563398711616752368","6511436519650819779130885455792021812307657557555250705460408518969500786241","10244078364531353525344550611174509522701359867810195623245100787430226196450","21089904921857510603966770462353894329741178643981260754387887097317813386019","8490707472957313901305745842105211940843961882758782232378092715595934733642","13429693032491728812502787821887193103830456193602596821685962212114677996723","-9266618933428589913061826321884558870857033632589732426350908421973813294203","-953673492435923518366119998193830425669333688173164210410803086397745065407","-7835811058516942137312582705643205133843527015726441935618787302003871121187","13773399168768511767789437936376208757715535377439300706520584645178366681793","-4715274246107293914581148562760974647297728841326268931013814135680079579920","20311916086898097550413428394392649759960502391972436935025984479483703065881","-9827305049890100788685435251140913921719122059669930583909616333748105030651","17946136494857602053165185693155708346684318298353642268748891948927487039168","-8638235103462807709727043904038595128192568611289570108772602555977064566135","-20520590345687466028251296662697824709509139926158320682650837825737054638951","-16390636939388269924180862259589824775013953570816088236097057593764368195968","-16614141032024015676002919578422189707303357419894261656833380129034488858348","-2925308507504973015808854535729516098064397540981003465431166520839312250365","1697930041750444529338833123826016756899729830284659176836524791090100165792","-15188863070897823203945181121221472435284760552998674614654143736699473418106","21874501410607765328335542117699570706756754128370088049981905425205444247238","-6281248606560433423586165320410351983834824724774682837846918209483041197680","-8708613109269958980721625737823477828063753121107707127111122781661290646873","-8934667767166471244266150836453936551796001399968055141625186240307165950022","10319411344350762412697743507311292830708943478780655724378343312001867139603","-18763432302832124538103296362938516478363551002000833225149865467531016821191","18384280719787113809912728914981956289057080525341642402670317371917542030213","-19382341318660315943162714122188411789176650007330787677471484315913872684709","7710026483947723599462164099371777213243732571934275448755619343315889972178","-15571609688044480628856352601533107090192968374931644963678220762789898296765","-3867051292511731561100477457852141929753199212946128253841625463204105730284","-2314050464784202372865659413278191804054164743765181334844232513713691731459","-13656805069686940957215192449353192024614680131904018045552648276215898275653","-20747600937150659815140292987317578445123648238716604139452652067813035012129","-14955118777783989162361963814562343484959968582498404451272649643428994556360","-4666741174004406175344210188316064462091642815515285028501202954265044590319","-18566736552279687296958615708818610366077348710656160236451721400405195652206","-14936115744429867564129816427004889760329903646994053486371698036968625123741","-6737922615725112714083701828637998887385636743270105143732225171708604121377","-17960442915511202721668585291771354234908204420746644327264451941511848421346","1877590080577692338230351017635150768110457564202918312593727034427283138439","-4376450365461165021404714575638379282968724216149514907175394890442467710645","1813547314219319274693942126817689289316533551767325040221179570473175004331","-8038090178902650969239493802155054762324987060127140182963128672821770733534","6528779661535052191991577301891360068226770629812107075273998765090259687701","-12682078018603368590303454799758598413106668656706929082581948596076367565780","21063804752772581145692403171867040195977642490682879800436988589740014341573","-6558686114738154499133397720525066444746624667732838966157436796203048766327","14206035839770242392771509550016358011734317423824928872719544953052207513601","-12193251152901205692380549544794459804155613265326560669859647179974580854950","18505196098877370092917845097741789596652552915536836283489288742388052910175","-3677709281216816462784052693279895803082319326294661072751331923181639062844","13177287358788660589364381521730019389180625694999823414487492055989102762195","-18261968091702767404485695671235343846518447141500317214858483471378057308208","15265694765443632145274247237386593329910354489950958449128883168736235279423","-2356993077415242069954356268827209483208371911222493234964533142959863019743","11449453206620361580557529046331817001451463715614850362704271627369951217584","-1574150082463621480713188329913303241588565558572851636413356038437271890981","10574311720517303120210011055052719934824794846583408877755720936765222794645","-18702570268642440287173423228024911656809387805575415644043918308205421080790","16902625540483903294253838843046477116603625821622569413624514137775201409962","-6939706139099908088378633858762110088062611557193234754698177071176015866275","14126268523606604032964027011616261178806452354221156758680750937992794251167","-18754672646954622894320623943805231972633990390253857909292229046322654614218","14031738799539196223266045622393287143927604473430205901047809549085334652482","-18924504454523896342636507382123810919858255532244454183537783888863514470675","12395049884227989037050074090532773054762633042056483870709200776279655127599","-10192615862486401679088013138664793952958616865353305757381015558425092664092","10034881971900159359178653080614498910285783468141671580575921036808319125679","-14970716557708374332005141709796558709067654404368380260551607451370018621770","14408496690103561934754674957410012408804499127381555892721572735018139681851"],["0","-10944121435919637611123202872628637544274182200208017171849102093311165234596","817464303182729948132154297892861428658579408978257551960070947559489879595","18946985742793665692901862387973186676568055819423554535648010054482067776805","3926592496095184346032702443716926022185216973283037301112772929519008199476","11239209032319107065761737034145404011372877409896574985162917137465113435984","880243624638649386776333477347216914061074591333726573057137147635213902324","12886916980333946827825619851498746005732871409760076549005828397573758433166","13256893134963859279114593153622042247397627152572350537543499251608345860875","7857954532911562505847998281798150229627591274623129582948397669632911778987","21359384261340974485129169871357378153289480067918360938172222277896499178132","-15128347311513786396563063537989229810644956210339715379658265125864003025905","-11436940744965166529046138486570863809248497268326132113158613748608067082388","-14033439800268694825044753265142032719370287903153132002183153600969894812821","10799131148182118864567687805304244623278900102116751185545729530321939225284","-13454420160293048499410380143322801038852564047264437567039438925447208639011","8560811821083086840498598045201838168167610577954133946301252486967894214363","-507337658211727537209616989032990726225128783361247289947041661268900045027","251918086676324868846013205590057812380032377433626853184048493976955068401","423388666634700285551453693785504799154083429427930957609250057753608766459","6123191223778642681118107160186664335479921420183095100154697666508551854465","-7620724323399629580292628271124829512604809138821402279917745275232322272591","-6067686926980147359157103645587709819208028883204989889867478992486788781242","-14609554607276340088528925209128121720772682607084644193004732135536177173200","-268280095795417102319526757327307559369878721135419725229986411400668100683","-1689107647215341996235988604734875215826669605921577377841755532620660296204","8394939113545100793583090811635290839997641993570644759721975722859382032937","3001424659300707415567528243666611101891844144864452797392170342634953256316","19826613262737487020287263238996420091580449272159409098986586884146141156511","-20512529722844919543450502978364427940039438491560835994907029818697726164873","12743415498004695985100465661526299455935771420623394730053255809141858827378","19372622028699597038433454921811034828842577156407240965506134429744721639195","4907870269668514177027641729193469264258486693307526042265119102833986187417","4744000899480600214503300766281095215414720184899316177581903557360023586424","12785414748322349238663465464923805030609009848538569519528748771349911450072","-21429428954146695031613224553143168931098630633705435427372122125436040600388","-19439730906189666721198045997750033948321793579930750049261100157687525725273","-19187937520669490646431921619090975525908306214332720615977558102500705605841","-19136704624547785425115090586360803094366756548848251460440247475103340963926","-9997275855649096480009858624255661085402442485585524403819027042261882770439","13404717362702561906610704093846430616336932433990800886405458833528611056124","-21380231224667462003849127194730028966349998122110366642430915729415327195554","19041736211185607203537170141579490960003676611116224237884096431191424699780","-13978201532894284251108052762777805880654588374580944050645809506945723625552","-19661206243969395246064615223321595523562056415280442301099982968797911593033","-1328630073111219456030769707681761621757239950294680541317661719905025802367","-1364381456993350760009802519071500554602654448674250168622946528630003718492","-17471353150963660477301481611221220286075798301387521569790284369741162309266","-15155795340456707536438367885811246733384536987925715005805363995800708332785","-5669736866419355746101457076975174245668024529380177874983664085848424203072","2326019693455119191003849063350754743180343135443177845883979985504730068224","-12787993775623191138383237405497003484501376632531512225660877070773486349650","-16194058222440050424508789041637583525842916261524839163948681726483716365028","-15795657828765919427659382138959037653390398166998825271714758691489018952126","-16298258749713361241618705739821651273523736045205753137103219022831626854354","-5488922240547021050962716930673454745456022743548681742193411984190347180844","15556224452351510298274728928929378047718433730445796869339503566872933164995","6931510359839737554207950579761827771048467143850311194845955537105133666882","17055410784119379050876906642670423699096128154518472621901042396858152932746","-983890532527871417061763177717695837138522745368141789118600930333070440907","4614547900975045994963308228334675657579463949715315238850588931774912936592","-16046641632453776873968447499694589276727115179018028522287339266255091723456","13161543487409572644501586824467791013504347723761961974284278378694548784056","-13044133161621454250015714485863133839246106814420646290074445106732391731699","-12013244054881336923748336622529995572964775257352396070662536023328653462422","-13042218242602722915084792521465983258048555109001062069413716220871012799460","-18941324591741446591832587667643717021035213398754964260186000212867675510218","-6354582955554772904534319285048280853460019406949667875277275753330147609830","7050507930796173981750814898315108141487105996802597127395268531998996830149","-12610418233916845544903435267169942933259138897974566587723404069882976819717","2132860175047844173732368669050182817343314260158728664264775564820524593852","-13364988818407256559064209998792805758999223922009041815965053950189779749442","9775072630047498847956414826785058010202783449462403411765462296661422462975","-13219453159892938670689263418251348161388294494803206409142044460720925821814","6784248046858243824016199985506004918746536886676957729118205326120756373509","-4647921344311189247356897736726886244552471146765593845354185917817810771683","14000719934378794796270631416628155922870035090912014452599489815561180252751","-1476549095989498929453794167611884920223210041678624890896012799293627735066","6524603384929174951664400654070999488366700794576944100280038731443911631825","-10124778843283115285020488547605899090405881870146417067795228128798970892403","9955952738792105999459304274402073426526255587705623575898807412702940055364","-18930881065097206187272029491689558736936854056849458774385078746082269178387","7707407074193806998568340681603747058701521652136293990684428160315184814439","-7198235945257359255310760786677371194042368273287639996535879404376646089474","10514703284296402052125445481459097187181727858299294263319631632732345855314","-20928419398592241421585729079942432608779780866336410670346665210843159772529","18060094866058301305029381039035269541247782109864677701953221676293851719298","-16735516606558639643481818986549171728619975990637441644472047131164481325310","237291271639562918530044078605234002753526145910708593309658667792547043512","-19744835741791063296604866936430968262651977321016068028855725372659727793238","15937742479948164745460901116603215987864226004713483674930764895721501601059","-21531647888587500191495592659593635760163614277546269798253713209802398048424","855391533330873797227927626789612329033052383657214962922576435840221726924","-13292149510451299240151319595659289542660674671972621353121696761003224821727","19878629648118547812793170837920050454593235130633209914058116447372925329432","-7272077564534656552499316012717954153050746501650372752414412408855998201890","19248349523045802148381033922103163086888613570634956651229200320114068692478","-4155808047554864337865631865692564000649113895854346525718690104316756017593","11531244677886386642241898963446680752442875961748820952767412743887443533270","-1672285116033784090305726157977877417646456555184179602862672992375335509298","4871138593280384883667348864009647069966067297465683203735074924698618101466"],["0","-4864053971519838938276979054501616686344080977870229854155156485694376131426","2840734592437076748396269815686795578668190150713725269357031378837757931796","2027990845749914052168562755107593510635396915468506962153766529564548688584","10116742523659336868103080459774585757931659838603644233446174324168988826653","-8717058297350708166945928900771289910244375845175256760180246593875507086630","-4578285561282246963079673708593723662220306870748299192979396458536501520293","-9325439925807124458421327324658498851013044321633117946119266531951593440976","6907954377399918853969893063005529148919933322038635111831991693257953801645","90484607274753269665487108886885781924901065408440335954311530519541779975","20766425067751938620514782450276852960689615431890227210594041765677116521501","543677302031140476887110596256693565577358193750999909855066977964371114808","7081998569886275192882103470821737185135638811824793680912403643924258371365","1545689907970440478159207097087647325839870182295971402808348835664239004248","15544969853036881327574391243889290622615906385085520697459356534377936146299","8969328884561381893535549120399989121412462630261539121068076578406908529868","9802807007164775546617182390016568186785781048229974802697351308583069667361","-12140497603452439951079378029867193325651187428181572856446947824179359736857","16593128967299977724188992071736885742752440668123658939977181080801793605496","984975243891049747013929412177265544837199810891478513448161611508617797342","8185143528823719292550508383094805570775377509234407375711194529942649256524","-18009981537262332183204197291329135072725352772023920930452770555745984986552","1240768483641697651165972683283257801916053558673120565731411954259995922692","-2902715306683287086866745281653612517268760437172237539120813641512084660545","15516612933950785988272356843725755401957944980438411435941333138986042015270","-19442883566464104568768839590866508640264930089110871157552025192473326512740","-17396277210773227926745343292247358768209056500220265435223485089946944229979","-12103825250427539876121792116434586915396809043235448991107126595822991479147","-18655894143059269659986788701606863531162929483030298983111999314713877808757","-6916455095391241208528267070976256228738204237640925029073426734702691068720","16331478309029519315435544644778208951480921956781285093151335313332026996662","9421824138841735472930739712858716072994550566087555920318795466239262307376","10071722733569226092626415675691993281189882494550506459444392060200290266921","10066205942595801474964607461338177142315732580505038943693834418229519052873","584960162725341778138371599147556638253052803464657835635652462352875066489","-15523895812445990563967804219448919355843711770891478803625410367713321697071","-17777233188812143390640442244635422346474794702087416400230560753435128265158","-19676951768431081825741717458155431703608469083768135567417085570417688135255","-11150135379833467104661276527056216160949787113187245811565390976382062011023","-2393532849350296438880856407449688818477367422591942158213832986443338476515","11959401379463888422126584898504605491255762475671620986912853902896839162539","5992971534381384044166741989341973681953556155136717120215223472048416615757","355144114546304780958685679987201126202886917084255808044304232087672368118","6000001485667265397820647210541010615609936675905674320498760448869454647078","12924715904836170861614244135502506611611133953535538523392124722387112576377","2256557533995172578609046136830377821982747644567425203836494899651645499886","59775872610126401330402723528734083373449224459097938866245052934284249025","-10871064918082372953732124875728721219733065104882180499730229420718632203877","-16020567328991919849378665297261175679046897866204175646930229401259941490192","-7740001623485809271367652846414703999565922539792364970117545788152591264369","17233169686863170072804527575591057189955425634852139015862126298869159968944","6448506457411046358857135335932792015052413078292001032915437636098476119673","12817427921418841923642322826891204852952603869240236937188505329542348105243","-17473157949263358721506872769591515432122469577132518220464970436785293234994","-7172224454225652201880331673774254136423206085124487484774983089116791039631","-17263728942402522529319729247684385214931115191936518426625949611881276155312","-11147595718036435866573929271252033349386898539864250592368167046223559082912","-5478202718129209647820842659325493157860575465041441512550313755722934173556","2806963841292670191389982475395420966696326510555443654735896462312230411713","-20287260014219488245258722070211171430570252926835202287784761782386683329396","13337508382110485263672400983760232720304114061536068785179045840351751749249","-12577928035544676328914822033535124894467236629250547784632783503056959585786","8058073776707530498836946420780276540871098116111372223829162110390699385383","-8039966934245176004056931611324175356414982098451254049204270838728345432816","-15992724592341023014431810985783278525659131587282606744689303330385785686345","-951282141761346903422125731727115192729323974041425165907043424571963458394","-3594262059481070320573172081515030205918404229115521924478526141768860840093","-21460304376755014922379452325381047511286225186675804122436581332874427836257","10644365032667105892021066447005913202131874903254809232635598337754903123607","17845958386778449299723479915608263358071209997300342773442153633084640068099","1247354191232524923622635001991267007420015712789812986700398806455190476409","-13273410922482920952270789221094475112305867351394806371058581212583306706939","2614864486727617837016006947040974494708836226848144716192459629096382323285","-13059900597628283058387592238173528619759933366114123955825183318181948553046","14576937610671593105255474279853579589494757369525145506345557724946455685305","-7891358809686450531885714352350340427899841903358568701196779950680758685759","16602641101286386577132894383079485389655191267740674957480527102483699134272","-17477204671708292931793412185264895077080037674393171085305352177154983219024","4922265563547861462505668982415345128808543417182984354715548115535807046659","-12458122278312972764984559728059440088992310744315822329172364722059649676793","8255065879404534445419402998753714722578746371211980998594121024177813070984","-17078632478088910182497875976535562010362748901961959631329713465384647051969","21413615600411195773295260531478081673299748405638202160525962808329777769516","-16417900012021768626124678393618641570187858974767035928321900525146933305992","14709230292030278943353217090971678526601010401993685211188320634645115938925","-12438788213876407311411210558706266948353638841083345462436009359961720268803","1254539810276609809796341176461238920065514569879031269578339680820295586602","-21303686093624538563202844750804162632568366977198691091826944025653768221852","1869725325680961340541935168900868760133307608832010524862365206725866402938","-3055345596975287636913495710792509216553866875438961680711363897985377408395","4280506205313263909501501390307139828836082762753641284714640617834884829377","-12495630363823472083408170463823182104550914646624382385086398199452422881738","2323405609859743499145051505494318317686360068268470272786737048633171759387","-9321695363784610326211199562663029512420129384190905754269145099289759448979","19421603249636888451253440254716555959524780616143032863409521433188509078913","-17817236914916580516855627714221193623367807483815171018835038815166106501593","7262437131066863574683483967372954400067122464231080555762822892429312322559","-19826213822667518747097172551257234607737775912324289138697023347574377328874","3144899664546372999471260741142640485256045687656344348401583951459866920643","-18107229186183513517310094942597684164679333543044680579785750294920794167306","8574786482483021781835293599698563520920283804793552167236667489505170951104"],["0","-1731030945644","13895756030351910919070670185917495694376301336583146129711308559657813306101","20197763363220047679056752204421455326744329033744784103593987813438200032467","14909688657374948309051919009189908399764833296071760808460454568713759265767","7888768682034648264750837340208565694416776637311488774021371503213567998189","1678914402406472481034024581414549178705251551505230625894722260894283672927","6055628670161147902764960764144728456745334763684222714289455660180062523700","14997587808402865175854116880243863733028972009696068042180882251429599424699","11422576905061838440586956102627278362564769678412845273259030068367812423095","13257758071940601866528316412122896886482578361643410117848183271024706634527","-1083441496102958095513884536226196237384996315956587932935219439322925273884","-15808622206917536130797910263617660606196609539332683525534426841364596647764","-16331858588390468040357081233712154105308628544338965285965831965020067304916","-2995809198192528027163045261960851289400660844027741648590333950986495934754","-11677210028785395765960127208219309122806742178905840519019498957366287954561","12730173379721157843154987783367456836424192084278937884912635026561244778812","-13387677852969182017947559470481749926941102931213860458337551655060369625329","16534121978324286305130600240034866264590004010433354544433886787639894019911","-944614553001570166307457604360953198814225378348399046545029978055313915310","21756276860368323640593817443033004557234512379119067197175421698471763545499","-14915731885211785746134028968816992425240460213078900089444964862831250557702","15733935475223145820114272782433456620700133111449553198399626775750278990854","-6575515507104924899580966398564288605463260214650091378929277041793873269783","-17655631618876953588388447808200186287272390746939758088806634965385654720708","-14458293393285303080388652638519713701836829116213278543257699599599095311579","-21782393268872523469067817819090359758268252530666554391936863755442773740164","-4680434845299297046013477265663383964906789053799624375376651398982865711902","-2715389527466003438961728890154470251925620423443578329292059502259369464654","-6349062993820355451132631303769859260251016762492265697779007119343965655457","13409542030608669326323599640912306216574867020387688520491202216790545268401","-550589906559684400223972800563404625926757708399089911987055956739127755704","17743129420764612322946671547355648811904874451674302893537302847316076234694","-4086857994970189418856499993351984755763606965846492002813907931132399110162","4836267590418182246268735623274344860180388067316029938371933028268607972378","-21558934032326100558536307022721401054482496237360021884937968681038448303266","-484379006193909167640296627782188976729259619618391240034978558483811462026","-1941594789029417990695548673779783424571152471591948197282327411677157045348","-4702721451086950464515867450824910149794242921865737252922835417888602281735","-18593047323095709057289605646714862909685030518683164411105234446411113240024","15773829727467713853358392695280717887222598392060705081194953596748187627594","-18673639483616419790012532654432536096824962410161319446519960391773426715974","-13549748016904347549321317508654463590262840851032196756542827061685595768296","-3768730936768937541248448256462547088304505837342026766578621055668897270703","-5556438509827074381956850341950317562535210146306350156498303361841371042823","-2678827577916007576263065525024517333130935801833140166607267187777921519766","18149967212783312983141659550160961760044898216373377244163553880036789795030","-21602153916805693827755590364976922973650461193258241385033552177140180271603","-8452893985514679749957069383691713562165006294981890068659815601986016057463","-12663825126580129471051759461103067462983241475996934872353815907190415439498","11429141382579210603192261347202526129192228734808088276228638125655872702608","20702379705170658973149598707434890531839660887062295822658313348121347425526","21597920535709674433819848213497793021131971351129316149489287625950799075759","-9886324558581820468942616719375277508680258146094790917547527998378635626","4534530888103845275850557872010693401364104795436291339120376323084399039841","-18119913657851618768944767771651885384446908082875969312491081005376605784350","6361036182081984684146120643603766774717731055256997873426096966567836842780","9967910044939709587679207142898376189691705788456037897384730487536237945336","16580195985769579004037344853877118554284377941036716824990121835994445530946","-15903930628741335638079360599112372052054114658051020119605840665709619602194","17584116344742794564803045349876606657844489333586051001753847370899984389271","-5446502780275828312122826231126022418037496275407217930442148061112177952168","9347900037030795060763797063756496837804745426549118241134949226444596912943","6042531000554777792057948978280571979626463929338164401879595592034380805387","2350784805020583115798039104005086505558910672870413200018470052592975187255","-617474582106237182519404792597737105432696941628529436088218247771918437785","-1915065531920076033794299533430963522537450390662713020845606059391082119463","-18130105166697903814357031986389287992576078892306059280778794701916741509354","-3455671332231930149670791438479190734955979144765510445029338773756179285309","-5050372052739189580039846599455418929097647939899955208232588441795491100165","13398721534362229860283707465242120004042518799954520405664188244226754408586","-11389960159706997978957139854340724348929320855772146287276381575470346871234","11769534786569915521539151107049797288965892455649199156633001452243498992566","-11400446739990000955879618137929556328298905229845904488792307535615036857694","1765255555133671901607462115895412778027981031990905581219726323291157146443","-13421087771731623656902747663169823061389430695765372924960435541781075487041","6748882330886053369297983875350993425065382322445834602603960650599742842281","-6115753357117998942229121245782932439276396739968230091265949507562142996730","1174657057950747498876629045780754615640721116679240448925436596220383772263","-2374700673752714980795734759998376083343983096820826348011697330719372665552","5524149021054781287893156845818802925444836362374447577278177383885871354242","-21695357408842604103631067864469868381287767762115469316622261294071859455386","21197294651993642366067954568168885945004669760899170333925518203449070476924","-4153217061831657188577091471084636271132224382482666143443311368856529593890","15423551435558432071028649239368296273022748709260246126204984316725974897076","-9274848760843052354127190140156521116513082501183480327548869247390514939128","4401075535485038292334124209010546568924804289698263741330533721265806656815","-12179960810132577322539708008645691726628909612760870484292541952774541675849","14863322619128457311804652771602405891640311182104137536765289411148646620299","-17535364854633958917099831855337023290604570844776872282001895146207795692381","16004890094245220004387309923983117810620851808977262753533001312047373815392","-949604737067369333366623197638986728510459619210459109878850460331942245510","9560808405928477869474853241979352002199839603293337433427829825593153790667","-258139078533788866137710300328504746280615138537205192018451179137311356799","2719042239486070529845398379916799549467942535557863287061280875478488505352","-13426033747613159323523125087328606563745063736677681305287693423304244454105","10955087274020869514081883674475602465775480723680334552300606676907100868762","-12685810255538036762661486000344546801367828506719641962977154241472466314519","14687739183305180754938486592915597244311861700343246232375118196455717112241","-13940688606786191229512774207801467549115123623828489426815085728966547812400","13900063071129457718733732372823627331528547858126019521678783429121340026545"],["0","-15918722088610381979815567814732563700762446836666206795416875759179696665576","-20326255778037128100433908514484767432189850769701419446138032909652056665017","-15479043580007977127367755791045368690275694355819389946832587615714339876411","19394430446352029610878239521623609885448777247328716561811843206079284336894","5731141476996922922304176667566659008098813445498382200629132452338881690129","1136681738329175801092193475200007473502520867111157060425801858868808699329","-3350263201542737858036693107300609570516658321068853720831419310971971492160","15836512836838850932987933594160709350469076323608932259938747287330578876077","20613406326704281766910164045085986843250693484914258556887235645935823981995","577887408064917465589572758207568417764572681953856821582856280536224645902","18515017050178085716845198985708201746206480410013029572863967119243654877643","13181471799322454980659162595856140511449769590341599969305481069534160062339","7806565981595067046746782647711735416309508996873927800211026927371171853799","5237171092468275259827929386384511180307632175100634290430187152506389345982","-7876708727592626193860371206538084116119560849875826088609304852739840983176","20004841898665258153327849621521676129194075515571865534455696599527108763116","-10696035348293447005175420587103341921968562981245501949919395940820664626208","1217026852674600146514999147721575193787364802626533901260887720593088852381","9485603414701317202698996199700686281052927043459264751240044014894442113126","236814245919282823455497661816354247421710004891621968814884334707620028881","-19377257482321855535433954855951647373016661556954164037126655653173858182689","16277624882402495978763753945196445235885404453950091394132601939985761838737","-7733799385611712781715347232605590461198206911996662995369689646664526009095","-9580209917584229076461688144642327084742963591866801043082535393275817243511","-11561935614662797310507547402114188913885465113924614084489520900595883223758","-4271348493573867481718646513705945904106864934444299178493113134774523823246","-2760702809849820156061671427452034091279490612127894481551631479591603664878","-15010831007982773136059586265681153475372251538417706715054549988551435656476","-6629481531938749545376777508845466333731232946326870061095685667128020862859","16676526106651831365946363800003992368446560761133652573509473052683167252122","6902444859366786230812248051379061443210005343360110887964041018183802365896","659100044304639872323485862997559451610889253047170769357705099855566409740","8923647210216494065787594005639429836571229643108845846477305343417041815016","11364302605559188233720922710032546283334392432046111485095593939303271840574","-19164621509422348767182217953037983839463430604864077228521277215893048494532","-20325405384967041267664321155893563562742422561764461742251317936995297964970","-15624195553131086542412288492421830484448024026251076050771416047882020468668","-1351118243050413794879660423033036364520336951486280993946371421441560969953","-5156829590223154452776288382381011059690609786289355548598893452057267992694","-3550993272973587808336378830752265449060710840419421204720566951465509003798","-923237653995632180794716021560411545236367219518738722381113720165913805930","12823956305059665234715173494567759870317595618426398001512315347323116202117","-20315643844088042753579873462714462432889671987380815926261723382666678093679","-21569234813901260552098481763545827247438645640332390925647136980493476119353","-18548691758447719062764855256640655548614124142445221585474412311967702347876","-7529954551874981324404452354616486907928791670795823743808868091713283626531","-16989369172245942067199450724487394954869326517444768814803221064823959832902","18126373907273575904026483410881541574662371126745138253084696579713747064198","-1435652035779758309051268610613272034119623546828078307084414307257421530683","11082398008653373496897879640759942738805217823643401720861197874735683493395","12721243169438455826865024406890556157413155766927875769184363907076743482478","16362733830676962424575848397025830992733381821689679221654747557403210033337","10751631267141722856948806680245841398470405014511577947582637401451795672851","19520682358647738665685464574774288593141952295488021044308033496203018136954","16010836452322517065790027915611099099123293943330771138982853508845830574459","14831189961563790280232884164753265244206660829397332555680913592549073887839","-4567846665004733150802358911459587497778431743536409804027677626325291241524","16089942030770662456884804395650554219488870793005247107572703323695653325320","-10094333308601064901034351168346996747523468041857212017100175121568392985262","12031344930015947615459899250085786241189458813597706537598060994992489825218","-15864850847206982819530757515678337689595267614243288384900342507749497299402","17413912930892997725409944503899311438140667075826953277972156549212896145645","-17052660063139694492756508598586852941877422473853844290546190350793187074796","15849314109965841280859956901317689716354014215822846270230006325912622920630","-6508520457175310279162964423656272435749565481279353088417928375424426927003","7766489712019838134297011303604409763182367558209257481236053499384779314467","-15285276637617491935689439599184200326081342840392837642779416390400952704575","-13411304577143219005471262723960870440692904718335997941072888992458795018403","-11810224185848560797527168824145892786115411222524569294273224181456732492787","11101585647838254229617615714751225237008926395603399583036732476530945492036","-2170023716610977109277290863995699428903731306467757764204992130511999296141","19380489354843159762991937921322011044558030747032464490845635644420077063812","-10691444158778903021597541535662302718374034483939645057833047508176486359290","10341190997593184791201581421694274102823169769210212626676431985119512787264","-19481769540346910366026634528023338339673058599588806655351943015235178403950","3350943921792299005910964601061499397898041744913858010546913668481112004857","-15393876667500128851521786960051715582042821788154412688461286500607835739505","4308460362845701051070627217919850737880847196409321936102552857891201935230","-14356147792017464229062015368689370807925289610546879539913426426329550441368","1967992785287401386592512449159054448688789516852858610186627864670895477767","-16140835419066414660551859032200314533938043629876945485864224560189303769508","21723966481265517826217439570881682700295441890287350916643537102878862231785","-14318124080811799988329414288912899521009576263109869689021646929879511524801","4620437453567739183861119212800416162922329572171053372032641645774490193477","-8483335973060750608762004703572509475346485567050288698695230569488667923591","12596975994486200069831867197500042844606265638424746201165683545437720714060","-10448077115950216671121451435705943472427904841836765632894171317048523286881","4616102387684153146772029708305714257899828783351150555390348486276322427403","-7877360055589008396307968686232424997433106117678151639357335161531698914873","18786054911174208573516831077784311764616423108634067177076798988201163513193","-8810352167307300549526117550311898771961259694012165391454768274038283651208","10409897625307055358974784615295312162035771855073396152705205670745138558915","-18422705204846410026175925695564857878257525053550619772361570656092903697394","13545153354491919286622762646361857306585052618367574566741781433763757487905","-16092654473033731573972169952283520546762515453404978856764608292687375967508","18678554287747891429930263722818208212272436177321867835462337806478842342131","-715121354177202318272524795746470395638145728197119808003134661949114879659","12400178175325944814408881974407161428444334639485679301550523102837632448946","-1657449514793932659284785508841059591432413226108522080130090654591555251697","15611828206172881341816405444326947356188579890518225035390251227864268166005"],["0","-87535087592225","-4041815281666557669829225721872898995691800400610893613778497024830415131762","-15888776441299010024465114844731826421387006958748546866914201377184964823893","19135632330652034986203569329789334451100515834273297183011960039075144827261","5170008395505984957905171851603655674219654488640569922672332892166183172871","21477420743748989841691525882809561582996463972779734679340990681272049736981","2621202847517867217366052957572765176942945316046308819534134272613563861540","5850772789539483107867791117417057419766080641111479924078588027147633555765","-10697801849780337119677284115056733533969239384099690774373055904149615938676","11415953850250459466099672170053332449213726202256358915596734022810920904129","-9198624492205228160248331978034334296918917071986224450408693158937808560447","-21482305989042017369305111691974261342977034263610003121195527978075385474318","-14796762323778670536432992186654554406726025704688373225112020855998762784259","-10277420447061168068521104849251085476999456929850756692117172759440037592126","-2133553825447775068099938377015876839034995475727388937509194201249071681316","18854594164725783122392234490519808710200128876007879043069759521054696879306","-6371527587697461422452625910566762031692372132064416863116793225766632554104","19696592622055227169240914016361179550703690720896559501108668966639854400172","15273502639765997817721035674809274290109872641317093893777124132763130945713","20269577412493340397554390529464008651794209934827341065657246175957335661230","-3227584115454964408150912420136535900473288794882096312284557108059404685400","-16509247742337886272143500152003905353834154334954313814713620882445702275526","-10176992427950173849390511529525065752478441367838171533124942232893573983991","-18624745703231053626000082649399996664075553173319475669919975605769487416439","-5324908533916985424445447360142954814979078782173938104432924315521135978514","-10774781150924325473904167834627080206716582101337557610361277642702082060900","-13345201380569277226095538238667920064101258072129160259628038675440483432362","-174668388966780664926733466692046738988095993792250824401755312622651220875","-13013357794933609156289271127179173492202329561973778764216133947951747850215","18394469578008972559503590030968748197669344810126557594431932095681721414767","481248424433523224470399726820010534593736694515397550584096595095688987349","7121314500353396034021317286057743722111640474861278506473120263587124799077","13293205816862903592481015801680319085824235561219930151558119968064548951745","12962530556810964627691721408970219248624725654354181856115301744581130900172","-1748765080103006829905082937517237518101637366092346900836961000907195779159","-15775579623020658185922576024451969560477816904494299079850830931727611753916","-11319182130676156580580651245503058041147072293297921199413445916260529271626","6033924103261798679413888506217843545796116147705096895854807274144976617349","19374869474863584501595668267393742566673372093232234497596032621537149304670","9801045924827400093157466290844942317222149286629865588171088666928571815227","-9085378688501457842171461554880824461942940904772222573411123943054390313518","8920262241166211072756971992712707622564052061338888567063469098294051884222","-6734268882994231805218330401272958317401559263877498683233342650830574737933","-11182151804870989706981898097016831009663946842736642921029422045724707042871","-8390823612501484749796259044215857014489830065122456535560959124845137365273","-1250571559747680770048374261772540580580309235140498996007614256378831516034","-8271351130939032794050348541426559411728644683818336962322368658786316643130","-3094363082311487885627694391161391590366585329044730172777948840368250420018","-15622720712372173560589404947580381414579136340437243076784906835253458807225","11234864631594579889557229313963325850071808532938388095449352571007541663119","10523981258602024311502634152190005644617614555009341611259669681912736447575","5872771976193776945353822900831167791626286472077288693398237154469387792010","5603072018727941678784752889304538072360605291492065905148922486299809644350","4967948922181596504287871845038229928536576614333584215665516680907446335229","148482317916829569552021723267181299434578454262456574413522601725890503702","11525603856391852702333476529017713409850449696583379763218135056628758312658","597529104961297483780885064906228328717149945739077659652047283146749533971","8222688211432928820228406420561394040923788006607574592032377920311151367725","-20151954373518467727298827050881333597635834362757763946938853910781076813860","8174462541883084296331949691098900786107276578315183195471944092418147464127","1062920955410836539126689541565377889377449034580801702593636859019416648903","12494355716462453992589392365617819717125517874288621270563130347373092166662","-3743092797779068842791397794420565047891062640395096179638519242452217635563","868586975113403296909382434548078436712855205407661108175966148959079006768","-12611702039406196845181813874837511967207262763451577444262344455364816527935","-21394540861024114285592515885905760606195339335988167957242160624976782671900","-8585386530089224592652660995863011155654414325853001031850581261455262444203","-15961430766106067102951616076348606305170800367497822844157437370148287758505","-19614931003373664985816864647171479929683742995398949666309883207989592678458","12719761953407222815347826981686854565487426359865581185028859930920983944420","-5749791197036851224704641639709856942931580752213708569474037344000853622459","8236818860359522201143435755407314670178477978758210849198711544752747917449","-9193457332875886422036579903292249894313169618408840140875579046214950728057","15649271656526069929766144168304309840540037731299391900533488057939282658777","-6689117885645891185943182433564148526111479719230179401682699506570023050883","17668581660545976451176893044852320839006641218613632281102287897480398317036","-14008923767431144472958904300441099443694146093129337777901763268383993703222","7907303477685730309364776891407027085980864504048818473699023702230469974129","-6389515035471768537476293507729105214257784468328539604709529135880613221398","16887466103044925949277828624162022419224680434382094652942453552844319421414","-12130500594744643191260199731781251762720606236657728782540514317989008590165","13234299607343275704233150745455609353373815058196370845112805233514702396230","-13984562573940397919870676649120542150575628146013773120189529563710642251438","2349151985884441868105299679165230825168114381912589999999484048588907740272","-5242380080233531324278015851076047247664417188417718326607576211024294929163","7023112339672305696922721680542007827385051981408745662002551961904420369791","-11037700004470605289101400153666334104727636892309996667008759114828413673936","1672063215230866189088200445731360671993870680407615558089477701176290741576","-6381244329396949289532927675881825813576394185292944286343129600070439545743","641986057491853217764271427015924484920967182753386310814674237226429991350","-8846409636282795506431321766935797105709015725838191910364726900128488104711","21085754296076264075886230862054467149358431185238515940438154510353866168619","-3513670081786864331655484162589393081628294639058303733708910701175604229412","6433931554327171459829419011575840749349572301979615234696578436155325686405","-8301887194030459549896685408671028779180696986143144362997743611374090833321","14527483142899730297810004275737644790348371583552645253585073728013417361516","-8527450270086910887500461739644337010584352292932636351957314837014427897723","21096587609391791809112324491552575620045782189655727358185501764958022422549","-8645922849757010099041756292072142204898657025902481428820639443277450633444","2773589693347204168696357408052047171238339647576683682554242737292307120055"],["0","-11785976930990378965824987708984686586141426984839403108145186322729858436163","15671165472921766466825019746442266170993859511327320205422637561075522734606","-19218527806254327969472318032413388939734874489620101585553764479258023645174","17032150980439129644682834551037922416561521128654340462826581480146032251892","8499077615195990528349763223728714504882941487449530000846183805279917577056","20677731375473924795066541032862188223977090103956061561828274691418192102570","12973540910932731214874007830239887873951665032333702571899994644628147478346","17869700894375102357137529299766472356543267249620924946114750726069429096948","20496222868126573700554878536027952489556423167509291435660701180308709065844","17277459893524096918819755710804754161640982911784600836643935272735015472535","-3374303960833633945076585076898903073360488538163441714229536531051083953587","-8492496775986251707985681541718169225004226204739607723607470286228808370870","-8618128461008895516906494072846889234403395760917282320484451103003828306887","-18361881230490827638549062169206406567253968582369764059405279672226032329632","-14802631298925405260876432288594457129821175769811813434195706821512724465677","4013599347610439120009875059398972972397882341199271187194439515480952119789","5515070447233446652130773975580977309075975110305374608204237644781818734162","11837219496114361816885440788337353460955155323007070381517823143548366695490","-10575293427964493488417145797982454020814582028142831119568463503584587517221","-10462626223481824438319139157384161399277417987913158519776136914660117274855","-12563941802654968169247455687771394408146665772301956248164324162677336243579","17102831721004516012658897299747903018202155235824138250229366367359810344949","-19456775532918743809714967658441759905824477237967673198374717905862592358600","12962064287765291982175201169506039030845463099713999056466080871219984395126","-18168565219136142831045273027026992270063377024363577315728627848293208909780","-7300701335727470974047523130755573213648416384389910678845463837855105604980","-4897651961602020736766375340868605493593036352722760048959976777951548377934","-10249307143603667545570285690593153896042545029000249571420933853292680740125","-6729546937241806699031520800612722133176892052463917486819411693089180738354","1973996707562655754187256848514769574757093150116027558028315872523014040741","19026982347254643379369329562328117483715107827656265537271606651280739073800","21845122559402796045323324692762303863717672930360813438495386257919496392507","1071530134759694325733379578230755603438857471521809018894722270476617205407","3458396289960470286590273093823472655629878680283490343529665136097843675865","-1354972914475892276759774200094951069090017494920813089486209506209380094992","-5665227585108511884175558936399524586979799358791104384863695647675245731789","-12782526718114250320832684981257058288061725212885477752112806495156842772115","-11553744352428587319823402437195553267139707215669951720150793721823844221768","-12089724228135596461084434316048339869147849924947267312312588620495357975736","9566397687573924198587727177705472087164298834893588445089128870783091669588","3679672187538115254381338903944476494502513700161042796950760100493123177597","14415108765430596706381278543700218008010489919218387130481202473294503890273","-3455483701971715207771891212726720988161732364274850674628627844995432690071","-21323956108738877757418267151931093747588507930814918344875292668114859758454","-14998742621906917379740123164939400628791183987483599497715169510398826463757","9803227938907149539305812761074066170291249999789550077626478644591042257425","-21001503158308029633956173598995044803881733548028090115890504623425488896189","-14951338547884670636490997098091044589630538251599143686433951145023413238148","-18598692519716576727308046608863173037812164174493742716703349776629977223600","-1409541650569122039646336810455121201648470300343982822078805507124816185491","-21551313787127505847183226966144255385990814829421279086978260272371559227798","-6711709320856652639059249514218333984391239157226227746398625094460767188300","-2162387615576332094128248136846659229742336198931414882224968180523926888818","12247486720162685127482386736005615849479858270172468781177117679334538037127","18920225483110485512371100201560416856264118143934104673722851229806010476457","2302865070301736893607875908045447410909954753183442665720870934881610040767","11640620676555408374728571010239284098049068135028370435666140670891754777274","3964718338387329563207039823961938852067711629447995480430167193956324721564","-17660048082505892980594884758122642257501267403783751809934168219817125809524","-19542152024287465007242741014629608173994389897830378403190756746136244208461","-2981787582491089264964517018045679068918546505884456541851726931274837394314","92119141389481937244387415564284812439612661940030731551021673332611578983","-793530853754155699128038616219844187835737734312186404961416093886205497714","17429625552485354312903518013531114137137471982654210512920395550091431814270","-220623742144821147775090797609417938874505998842371213841381682239471488666","17011424970783744079166722430137135435245922469119446922066412943460522464148","-2811658752886694048937692680646174107652914352174019197322996815405349115012","8531710486295811985009960747384161266349002493174341073797652997843900380616","2748255274877452859778751284127806631187311434629959347065720961309355582526","4417283133502790600867328700548977931574601297861852477321340818987216454931","-15002966431987391985172531059768124958414238320165182696927791311044997462728","11991490376363119633277540078359291532996504539003228056111518466378758272746","-8317968731636853557320542029762463782397254161245485870550698612067392973306","16072680336497547529417191548970231627645210284111482454843033305494942982679","-4380277838036838498732918567599040782761033669962210213666819733922996273018","9335949587969231388957065266739390698286525787805541745078843557011004153856","-20535877083234587149478486723366628877019126816301508344507548528625124751511","387632277461953387129073961142852579114098534352721399616356026470691646042","-17836510589571812540840459610250691828255020281307959703159479997354488461460","9581707046449340732613600494878482423573812040280620432296426726958101987873","-20227515407259592799406059409846148469442161927096059175576709066048138566786","15506560793195052994830903961182454054060356737320920786412097185635519941945","-7369012463914676758431317178506025937868980171794877215283708762723066023005","12441907750088685695142641547797600450222352554615910026175699168897309725821","-16351009686466036160602788310637076467833391140694226608678400553673821369755","13001035183940208946042100370920620556348009339752169016622338355927008585015","-20531917277063954341149772791838611945206317544629305751686567142645963505860","13438670129196603319576176651468325859236178741931133526746050778481117724597","-11323912964444096589230785764087732259542166869705621358451752431940409510177","7336636085116042814033137349652754814085748671304118356008404268973745236395","-2236200693012363495242405527242261266570602918894966258478922445191844175364","3214809852402345388543813144725343012150122098329188013463604706407182042691","-16811167077083371436863097368240748648986366793702672585427885547233079429915","15086495116157941856735855874508561597645273947585161710008027252947825455044","-1638044475721808770845769129771405693152072840984672756022337072810247897812","16807380082720674073040669466381723351524121493579164909710159437032262715645","-12071368181666164354969785891361678091364890540428176125032118167302380265540","6701171035304108442476297456952126014732072649598389213060081335253555987971","-17494995375267110437383284118844537696041266178574997385715079401298835359442","8164307148836495131589464616579711565215380109223721956492146623345377643464"],["0","-3156210191237400","-1072073624606197605934518355484483532591299019591051702190078519444626420008","-17571495134672702651830401059329490454389219460881105088060242242590354316150","6956706878001293266876503860921047877323223381995775517225845699164322734895","3013785409735875177679486314221347961167480698976365193709862215817791284826","7287700183045248363572641882596174486169264506511624008869416239525838609042","4074623686246411061383034501395684631393006728693182532026654990353627156752","10365309806274180451183152312000144029624429825988242876456949286984709566051","9892704714874194203385794411353853012716538644250020431669418611697915317346","6705062245410561647212616403677305120141958621042320418369942301915307920627","18685144041469603413776533871650883941997940401272564234402811442078938412535","18131503244248460664210473552297992611911164746141241637891389920429060025371","-10480226782812091375387523664823920013662628381551081327792999096827870740078","539306159934272164715278621224041729697414206852068563044100487207980817405","7061927815735240005155618350049409163242332245026708564303734985265075233180","13433499904637650982361670154597013316502146084282120192352187263189316441811","-8870002929138183832343792929379845461775653491917296886177402851767971357263","21285177219702563239136763362382135942262675684263937893660283420748211101154","13636171690936627632792005850648350683112813838311610169599988640020837854727","369447585669135617824256575900118916872932876571618426606425798953151898153","-12301104175619293049174859473750493953391637529090011608925989430425761656650","5188790232813489672700302820564751250218895960695975583924246534051348862999","-19245983654129457935096959436544551285830465974549718479450799755436584027329","-4848449264017180077797375650526418419867070910334367192582321031365720304115","-11701493111562097548065265498029390823712848029431973377617164969204821643542","-13229091334714707208064329589113433322588032313060000831424817721284635577065","-492537541464545771767723877844544093523269035647184596629459118239059894411","-3705820133841111717057285676322630673007976381696760673282546390682518588983","-2722885317254759244988950608401918315750816649321229508283323710232632982736","17254938593057275347494135324271353720301583977971860129360753020962045689682","9462023426914035467086618021134513259660900932188184404309913736339173880788","16294162875549201446038908932633637334142743058749891104574715856368172699476","-18551077330765568634918524105435236974928426774560264792071493532085059298280","-1821106513465508473988597992809328513336674561996673788512839944522953502316","-45228602308070827212416680028840057936828863073372548317075960947919219043","-17609242465318704859980446880103518420162327599660888663911226408158259159322","-8854418080358232632689773602745465232994128477195527713210442350827008313978","-19483930961067880407938838648972354732144691722329199554451166591883462740389","-8899375435219640911328891087281394977995945660353538006219069187922272159543","16744900387534867202307762813706857055694541767910110470649385667144029068949","-1384799537724093382275852119238481420900951040010138937257121033118865488307","18637236591823178543057963680050597844824859746385060072856447941470559840714","-18787353024883378466359760732706518687248671567126651288783775319227001456544","-9482171630824664852006163812116047637110207738586879345486339438573407862386","-90831867984732875388694752767352793125222565112993369175369213313145908405","15386275145985589567417158010193275662908462578103326411726089203703155319909","6029012516268798672662041111947388743132981206355052328549842339406222536725","10044024726497163949590900642885352535426662996521886186857170974642537913439","14966689538269608196358359843171386956261429028023435390129210209116260425272","835463103276888219851926069963204934050373818877556206816573146593933289772","-8987339395557787288051280969040091398954619299412443397500900330887483452704","-12351738266439809322978734601042543082799874714698114677289892850920248166249","-19972310350095453921203511327366742314444056623466989691882857871029672874155","11925026926067419989086370547090005465478497770999841804097352289575666763309","-3275411520909327195457875354610170561368009884282485623377420593514349626868","-17855082786546225220238379818303655628560439935487700317476000693555209734348","-11475276552490234840877635957464452803986967304482255352410984896322282956770","7154487484349085744686785994870080642612210942217967671700348552892364276179","-17548862391683980401893572103473732878353683152148096854052392250713105199022","-3422240975950665458576673497759908682805042417408564923565500314694803906848","-8128819112955460566558902012166178794727122365616324131106355599359098248564","17554029274947066223341667615599722121728887999437342516128488854316060184186","18046288998860076278600586494643753313675723626190489981353079530930732621872","19629325249851223120109955683392682691412874056856730772775584782522879947881","-2319113563570110756624066918971291753146464069743854729000306096140433814833","293995924963896696321886602370987529527976012846834842662729439685529133941","-12162848162294466140708168185239260482027246355264794777966613324578049103337","245456433754678007163674649019428084461415997955006710534650429348031296151","-7140300138495764999156978670655791697050500806482860933881267888817621524337","15534910508763876910523251908402654895457523286686120695637730705458123932295","-6731664204500597564008838805581024616670098461860352822042517138238413442556","9206719621001454318355688912065065193844797881559262967700938456359393539356","-16599964908589432645806478386505520622381371323771319710178110564814826720107","13715887215675371552452270572121222727724929414916039987547115195632805071230","-13848402498334730817090159579179617180407891602664281848623284395600708665165","6178817289991119100038295276291944293639267571951854192305488774793876002306","-6568581310478988105755651908375637280786434439283682882048170624655234408340","10848570166254023845856276758084208886559175590629205522876559557147845601217","-21204768108099601972975496460520451748076454895658981640723071448234484967128","16018600775507395400119348252930355889934841382297922879701761421732514838571","-18033448748211708002305774995747108999383177327142322835910074057666249297344","21421230285385000986749948137294456597448363950531051966849769897589100091487","-16516212167857465286154190932143280217785037714780223352826997369058484811755","8627223788453899263832946470695983563529002051492420494574789776790977680609","-2919866513438835270343607528212082846007496702487752289020067173443709510579","7298778071488327147730824547220574027641206283671235752715253555386065961772","-864295083960293402106730407723379284690362790624784829177629004204822255512","7866473785951528691288394973592596448906794819269247358966211061727037309599","-13895561370116654274408449055440415216452604346248359896422731847824397980864","3909407982991157235893076010568063913771162314478980180969559304386812828921","-18291232133561528341204517968858533145045576634964366444102934769647803390964","2490133198905198296650477559389343635421120100220797652553471492556435686583","-20209745558734790389906092653320909792137360073506159812596267807361390136614","17165592241173536631130516620882646062300772198068398693054225642882479816786","-9873773429618607040967915419881190708078861664974392052692046235557609022864","5104650873650346391715756271465897608638867293226124006195984617550955360269","-19563563585388238718483366929197865471996401789238334510361663955346251382962","2484351168825055004907536384414695815145811525592410854350612397648446019189","-17061841582058691361697512791093523633462100227600620439651332090977713321395","21183175011130827412503660188528553421391906636905269256807188310817095415501"],["0","-21888242871839275222246405745257275088548364400416034343698187297344385163041","1748260827913118370813588730878977309375293685202528183756569545182742066407","-6076584282927104905640774074709949590792106463701303263296995754855509604369","13534809252466900721223442967360673824221161758814809445501677777925148296996","17299519371679015604770115635649336585563625540417945273122766552138495470577","14964196801656207167214969696193755396067754462218468958137150753444676037510","-14323948983751342189708170551175335582581196398388914508287705739533307168692","4575296845336022737783808602472980053316967870471700181668500264647293338875","21275005529615684105720788833062439327568964263618526593286017530284936395678","2979265682691062074356695065350710066639878622972327801000126136042194516780","12605498287656948660021692184996925333943954603074488483596019912828423741267","13784656317067588416400657828920384723891382268627783203023779749890028306300","19764488473120482259710315009033910852140346825760826024568010850135950670312","8434445247817596983549398476995346274677319689702390185625629585303777313872","-17078107968651405265458206120451330917854292905742472541143946570362963685077","17910473654213112912335774360493438651181372467501467940245332188985214774940","-16152111118035692766600439089617342789784364663866306162290878618445819371485","997416500215490474200462146007368922689377445305825738244868772528613471270","14712134216900626588322253471331349998893851663728922042362239571642764980427","14430415053651306620979617738195551631616341527565277003000921752299104608340","-18095849441642588669285544370484089805255206891736007553387434399289697591984","14285633754584102606079966027342543494756817697108307629911001022124838181941","-19083143575115020692384296391454453247575955124890064745454574475306569657852","-10214406963269727853474646667060663474819080666487939465831398485038983685881","-9376846423675557623582435770833287989796077612209009979106674454513594259947","-2793236083234737917508294172273666100570238789701920164843251178186606761653","-7665661446428067071131690253672922103349437291871610691136093026868407510905","-20559728003680434336793605320321091241863874703335885321217139259167834438485","-2127827823394792660148311720108636853355897568234187915094566800206509417284","18552107411924686011882871377731006643598666597493392941116445531617441327996","1462580581618522194722512111997367645589765781789788750379192040518333610087","17986390829360046217166407417377632098056735083529269424869375722063254616260","7663821033097753234719574461063451421683190250010957885047878000777111191066","15617208866037897009100499833706151701657555409045463260090662912620804766406","-191145479836720886403259969259309989220158423373420993273646524670994035290","-7459745399219408267854900862980383042126524564524254630532800044714496948725","-11892362669726221760531029336180934940508010265412725563233440538642965675814","-991541607431023455888621359281856682865142139412931939234796548779302611809","-15731086983087108387780095435074340909009169826598440420294809670976736583311","15581675812425276976454074587420346879977731184514296994874460799126927649224","21561662098182649585068474083448793430506572247150656024763172853822823327943","2253260704508300902100138344616051160412161207337934431780471165692581762894","-3579839061475398167735536464388174643908250290474164395984074305902818226923","-19425742021713500254028813092808019127977841911732195095533132481515901386786","-2195829935425342084459139865605734638896733975950407750011639776976801457103","20408607524272160832960551944388510158889601961621270177401032351728994725391","14670314655740594684816532948101162439062644951375396145441405725654418712835","9655458312574721325164524028373441869175835598497438657183839381813268539385","21869969576327655216967638316814140842093471694022195531544470212086399329899","18078353961517036451353540625688453841172784307366685021428628107311895324195","15665711139041052337454735257918415423928472772361582105546957553290353799416","14966922991420887185823813541389579659453992994329113176277145021673468737415","18710760900959668152134815460877457597785264642417940507085093479635044689115","19591815445016281548142056097492090449860529445859102938687026368205965607066","724730797125871817028569319190320386819438868324665011988491162425379542315","8539000147547112700407691969831399494274466729497000456305146394998915787755","18086045855989823156917368084522382113872448731238396172868671806070583745704","7467556167575748227668158137629889183999701607830818579727388551878077807463","13865749722047779604866770943401876367844801127015069833491370177673782587723","9124772065227204261590422459872055751010371477181514151099066895405201325326","8360973744061875235324234688523255897996694465401618777878848159768190967616","12860755126034827274255067536749641009289770347924811641293853626516945344228","108694935614286082061382004877358706901162080080982899044022780141217161132","19187220358015440589365999353724475386257141179999246444267801565400172672726","-11786539227367396231983150213880636186551948911910075580776023843191762228207","-3634515200095240852488684891001949864332229869981670792650603306860595789983","-11605386805286692726217488231335689754454825254815570583286438088147304875394","-607359952672810936078691123861310359485170976384994779934033646296335739377","-9114018034773403687440451668946527133345983470306171135915597637762296740824","2643653936092584258082690774347873306812937476439464595232018944564930956874","-375916977688718341683543835644574020503536133779306052015997645585359578741","10395658391284457676921941920105248159736155809521019703906774841686771849197","-6380949785789646378010703640271617698144721726433805588552165461205402175063","14780824916961997175779735745304885703312977242250207980173869333617491801805","-4302293405345073904134353598486985785297497557500542109525970147506740200779","19433279828452342010681011953228179706787352218785349711233455130220750741738","-3802671091923908867780498869683952434944574435622351761542409511332076871620","4751374028310111907873007592908674744855769850889385305910813771358922266618","-21374112647108549393033868327346319718667913237621754800840906857853952487100","11859281427470861988347540926600701043980472715468248542826685823280187971357","-4667007331825952901796118330890187848559039543880943847183217405499377728626","13486679416894642063878108487789954280744914849986059032893619719057266674453","-20826923938931736666236961496925175750532856354733544402181453118005536930367","20358905619534018739183667512422830875937677683237589130657063700408408919716","-7932205869124384583023847968849177686593068020659929796440135382091591105172","6577180575330383422884144312811056771995342205947463115403707317082162784040","-3820556625575857264377565345683507261784591354012199846441563403586919597176","1486178217445188066852437177297126836920161800376850128167853497647313903650","-1335161856514897311903233180087612017579789999960686570262063522544865756930","6658406294908467826882635175329232950927979028140330022133581888961800983489","-6317085792923122688757977640138760996102896212842217886130762117273594968702","17980435738355708940497494645260935479021143986222988945034185632312925326472","-11014432076825359489221906310893551381577312846244644355247301545566098313813","19244545919617594570619724829019927608748166500541132323359185407353741845542","-9459959021333895507012302555388156670343699473461304257387246064495987866155","13515508370057943487068368250040388641883802799375490604299443555560028901064","-11727656015034280281895729323708960916913010539817885916894260444721208693516","15802422875342278779626402238119329014318351737665464278655360329092380915004","-4659167837752874832008360099404532374055640932986090120488465365380089976673","6960821450973670805491261957945640903503473097517191077334918245893396125414"],["0","-8208091076939728208342402154471478158205636650156012878886910686255243611772","9675545554125852539045514075623508103845308193188374803146436795819705579465","-10788031713741853527163493068621949080173950696301290674271843283804790181048","5224773444243865147754343721634778619644591928602393693808142928965344713674","21860457456979877737646783011111096165067833936039727857737414051591805663623","18509998554653132149868592845876931571948096863287998389574460072749869515183","-8206514446424862332819574977690377566865261883475869447827838288426555066776","1783802303542250697028640392378085438808590847246510195131386809431649091787","-19255427047147189237479492453653784210905965371693861546468884664157961453428","11371588653631333903423646603909855201474734372928793762542269954683346185313","-1829199238637305444280472375743828615338047486375595519985870495002675428756","6981338461331804215245152947733148912864437469246559197679552686423979810338","19780109224291560140474874737595152206623792014246417223250400901665896197461","11619702172430942653990489034602491425727542447929921129725965075900497752343","4536281241546582015845869730803866423360914460954189976394496553804640558587","14595209221665669376055211806714471650688168662711176198105018326879613072501","4282700996462255250702047149088561631859494031119432044064248057215338728239","5241731278104851988385596968787498880465944894448504766289352151447805929382","15878938862395879988419396891816542220991986266946840647371989684959115167372","4203369666443423263817923421832515401676644128062280630112471099790473692509","-20075406870787447700174732772436133525580433941036561052341103507295913873137","-2572911415021534768404147596361975477064542458977403844342221756924943217388","-8191226236790509793907847636260435181948624608512574491858958923775023614160","-9926715615762127217236321407065586482167282290008795106140296665961288124922","-3481343759128881066275701577498797421486000757616353119257554488788273943357","-3099516795033115960161203575597851460223150220141581183393576633275287630392","-7574069416796088783869152294703707642045915509874198473273115439115697793496","-2709668429291656084134616346504893841436498692619395727120082022039813428989","-10334901126808377482463582059022636361039169244666736680525831099728360233920","19110624443774910985869417062417864578061183966916076461276210929119618971905","-5316603208498020509721764705632932346682159081057012488324763556100604967401","-12048964102804331220149636576050772021710358995969092155049000586848024491481","-11575200407769851327223068579223810212974686447247969886243673739691626539791","21169235076172224099938962384998958939113417970447708046385685908553050001786","-5877675337434105363803581841521517343324749841280319864621653172033951270111","-15689873701632020042528056751539479988850539145054024613358927791834237154337","-6558136671209612952299542445468069253150030366435507737665566459820559342785","-8739781004773471679096860022857594890594909571550427021938399085097395812088","-21024364912620290633688751229379982731695624591254554981446956970499184758697","6404219954184513485467462709434036507141410980718403851887697582562261243661","-16568871361859453381314696035523571451956213209090197205903919864692318917635","7811939890450862769575453276067006278152565292067646063237246369745188341177","-1035776986743475415704989796926658897622631411755039265112510080154655824","-20635171397664292746133986694469367689218914138670835861593764421042076176457","-21000157731529218498987978114299565212388556619909913261357685784457253059193","5755188337076740817530707368862035832239158740590082862557315456125868854357","13928837145253852962184381603188002967659151342078887822095059403310155192850","1771336380462142658979424353969618817557175331525821527167650724979640116012","14437254378518857834308086501868910588334328279228548227064015299203429882535","13373221649761263831632462278995821648979969908712821282705479843114777136448","6194178632274729162302265997106664111370442118285418999293847558661145043038","21762856163651269391244386653605573202975862580527712194807139423013744403455","-160733296052172256090234177547179902683467622088270730168138998970107073947","-4590450131383428072136734865361140981745207673421753033409135344932435314712","-7736922043374178852208413932432575571792636599378954471167804151911889190844","-1559690464196585129238070012143639604643216097228960053305431067650433204910","-9276885778450808709733715488690524671889364141787242526086115562124141439819","-12186885823062355216407179181440775896066858540634195430347939024987014467466","-2530432412819560397863589152878475334295141880521045128074207814842834287165","16713208449592865787251536505683177688085969385087253332588112009225879750440","-2511894474558554176117821793482862897639449037088535565290770347466038327530","2521231793334748514647559327833595407645340714346796380904855960040777577491","-1585662860545359665257774742367347440055160323151256494817808042993401674467","11593824486622081795259518371447713963310586583043481613506867428534971592511","-6963446276658309607550439560571820825219128345469012528979954495277117055251","-15830453626123901458646710753830212158885010583426477527811330980092592849753","-12369163892178783092025315079386634341704871901266251825664634151189789709503","-5791033053853593568713414998156857615590683428941800262559767539163844134141","-19724736323208630929592046270551334762670221349724730826934009036248504350131","14551784185245182014682866715794555681224456510639293929056774483083180135837","-20366261597273155772002996252727266803755432954221512659371751469879369964320","17279822456437373803360989140173352377724086367830964686542478528105494566563","-11397736027509138901006665527560653135368392611462745814698560371403710340243","12645518730850438351228809583712083656387320675133653138084899734003015057841","-9297925601379629856815349678587436281966772079572786375959709985580725074456","6968214461375164166953312561673935102026160307432042734402189318185364824628","-20514460068490045572102643898715724635662256234731737144970999324281095871356","16370643203793724200100158882331934153379273377889106031542098940548447940820","-13212486710936343720013163714206239982639698840841282394176496052442707687360","17402002078518778950335931101176951818410645095067575502921101905122711083174","-10633770328193189625457608850887421252124296411739101121238573388357448853951","4574132340406278926322503312404244283136959643788822638317151663706613477284","-778486328867517368468677185150720542351205995691353900218437977529883547717","1678982793282013375180888881273250799485522855953504383448882997778888224127","-8349774423791570281440576390725163550852814535759376340877521581025632063823","14361514396246160751732524530364834560930941955208471358606896014268056596918","-6618731750334989451642671310879669892118739466349073549697569566155767288804","321025263595303869186997795184729324771576921924444143164434565076692441341","-16093004458528995860097464583222898638032671418673682020378445496729169179103","5488832233375364822987774188835455485910956055549851789749259092631943883950","-20619206868465194673422669543430181339639682289887861173004250662711890069783","8124952757096038555631855883123940753161043141123622618138702643601484519966","-12452407885043708168782503409338233680229651052774156497863733286616894439595","12835484450156535758622904503904701697960264862442533008859071798846816870811","-21532302815432500937700129122633336620871968766253057652594892472084923747893","8827056618985380685417747327367141356195676190954336255102272732681378179378","-8714314247284959534341469932722295739888582260473212346070364064472409291435","15355026691652212638646859583966476558499976998842628547584409533240954815269","-21803641076665161518860718637049696913931517799253488858614745259353855132019","4061091426401014887539681620771173491165982420219986796092379668520974013020"],["0","-5150174793373947111116801351825241197305497505980243374987421565378252751804","-14208866772811350984892757723843988124820706169121307178946337257342725619058","-20031784575034600345178005847596043989729230638113442221110097781657711279735","20087576663664343623435437422664044797834802692348290740906902066820201039932","14341613448752174972640532653197856236091770590856453807089032245491540038620","16546137771898871540153291633921336376304342944418789938554045902480145095060","18842786516106036649617802696207529983701835315646519685282342099824368289357","12997391823949596077887870492872171075207320743178845443590804066410512760007","6534514496586163338016220950096625920559633099294985892215086124881185392442","2418414458825844350074379047925405439105580727272813197309081239838633579657","9076183530462690174762775824301345795979828837933036588955997382229664027111","18052531098474684372319289203404469273409052587541283542902499016643304338850","1079900324301533991835706374066500781389782290491269360205372563168326924686","7821133168745653519585534516615080927294108769637031286717989776365488394166","-4155992129610852328996766638691426391533178475918735225063069728242100093777","18328095336038803142300565446279231252282753231880052772507620759600286799167","-16035472520683880294666040391640666124411646812535368934183959086751775911744","-18243419674014164028469272698270036195732894036352334746047951684595867308839","-6594104931471471210636425763934106665335266329044729512943417446165057916941","17246874338398499610522752569008433638321848798937591050443860481179794809185","-18085210382555018519091424970138172262763606269661449393624803355301467143592","18169121816496735019185366041740551857708907780298577647638273404608155180369","3423496081229534896590002053426807041997359815085349990847662559350351627203","56959693453351631890904748475113650882514516511817978670788943771129088271","-10852246577103198447500920865218406059539073325523786320539638098556684215304","-5791660894995484298160506537035058548690047378565125720387202267552820585057","-1690763814740693003045626759218716310667974433399755655551660544807024490920","-5453027557910196221616306134853859912597294188938739806709882904268847576216","-2729736422287465938399214044848705501888939353746755185575985631774148635180","4072538886158371150665968259936133725239588190404983041103225106957059848617","1284354941291225472848760001257327984938981310857683951857896014689512138219","4652924104204345670043359366214192292207652838007213847927489007984629782100","15459900971090541642088718136729417661921790470217821750955647153684690576208","12173689091821593124306881591349864828363567729980253149207039435781750837401","-14950538094646429421376517322748069100594176291563960593687596426115305336472","-512418508655989002034010978083989651956832011975547626532969453648976172588","-13854160301709831074033608731168610686508518789332934284402236301659433285101","1342007466458482311797345958173562166973879199181961234187647572670059229836","20938285345828113915875881833262855503366813674094926092357917448860450282646","14643178855925105773543858638687512149279350288510500712591714829086049668653","2069600140256868157064538552110251085523031679845668663574866961070553279007","1313766645606809555591675768050707969380822063278362253014811380838714308546","-14536848070507913178245136372521842049631802716491219578751584192130877069865","-2668735680101092861872381443723616329400895452534377494357815242566699958340","-2029380136718873377721639711601548278204892552582400072596925766788040410539","7304703705933147259991554034698631107294735585473790271218751938738257562149","14503038569198452603410776530473270122591639305994931343938558855865133702996","6131239583102031184062026443279686977990063963383531385300669340405190502361","20757593439050300396312726775287183063395734615988040434489252899416512829142","19871627492324038408368612223414701366365661867951521419813537412081752783414","12603975026488134696690043241681087953508216018377668518367810842708789677622","1004247460050365640556869817225681357421609179815403346847672333068778927762","1527500698773619344266560468062547282976267582273491353538137875448227855956","2986809251671807990611927058792234688351182811145239941381449668582707535909","-18118617975358284516267170447876545228964119249492911324561933117146469218918","-7194690918701331848914547460795866526986500462888049844210328969745848755049","-18627462032288325830766580589067056989350796648473242730459683919309410911445","8425088998226233164885621717391827979509681123300944636774172519778062252276","-11122111992248418020328864933682004579671115307286756758620277297566694466714","-11253698164809298265395909026304700136274772418588734819029791556169861102334","-4571774258220985611372935805357403169543559117764763616033995955228465471692","19464527308086901936267009570181153451466307010302014848368884873958070636533","-16195980226600127600074079344060996011768093858284545543353576655382793379631","19043692200650788769322717382038139976125863013365272031684083074441138042395","-540817157690365284988401142049516789398458731115245836555874568351443301335","-19018450450274338485344504362224119720071177087269022523669167526524133354511","-18708891366239281083067683597295620791608063394383678254423139961182312824406","-13664150924019627187322642399832645656673330500727710760254823044431724443772","-5277573798944813252415972190665800710562786519836176243997934758386579165280","20273753817478993424557831314424791754944583759179914167012957925049612558045","-18999815793115295465642648225440425581253851351491175700905369787754474002292","8486751735788190075718351432668328789080572357895937336007671102316594197054","-6910397074213537987191699075193234164108907222046682801448735892507502415174","16391298690730580706098324973895018560283876524969597621066145116060211090160","-17860578385357825854128576779494014087319300300967414871567249026636783462752","20190023797554422759423524613594813154280922840554685149749697574151089866152","-11961383534673984770378964756366662099507150487938526580355800204424734877180","2558294411146976752193845151212717638633260129320039193466029742072628359835","-4612721097947347702254261030195091877375217353487941416379058172031934669326","11601529302954735262683370731694875600645995050242476198767051641024489998286","-14031392702503954204928557234030375190728977788107629915470946555882884582444","411148241054813142282408559074722837274878495171376399739428799200346077562","-403332114915522298711769713925506278026766331225551197559795246051756054141","3151064267414364770311018772240254347102625887858668143720311976827002813827","-11543170321322033622586369612504312132449433598014233975294979728145881569571","17128376346462009359195953398812402707015944346393800569992532522542224273918","-13948882259229497876127224484331525948817702833822856670902182505046269881181","18256905582107736204109724094344658397017265676501032976074164850543492878188","-14119991377812906705953831531505900103206011321299243477484978991334004114422","7062087940966816776626198681810496225350365962351515711516119103018584125525","-13585335894568252441982778481645634993840771175698802145229522087966818807523","7605878013845841402343763929853201163793614767747539408402724568813502328914","-13655440639501653795464934182360355113065134087799262707668794582255998534988","16773728487538969816848939498969941337196052721785272329799883977988479207364","-13827430858579763053219336720375299999800573871599632972791662350011133674015","1410266370845495859779091276364150688698222785629785226871078746337313549371","-11735261070703610777793679060677261346570944791798466822758579530739006831234","2317636848561355900878176255883255052937100944767731322446791029228140703162","-14046883309006730913323467323995809675471518576120737641192907124089815126931","18559741549264294477297583306643510552853435806706008202305072555383084574990"],["0","12160134928799597345692447636254041715860202444675574635386187630830838708215","3947219080202055534624995745730789199204107234830763732562346010255741859740","2005863947150474261675678783319633112658735986617699491053700419138529798171","5253654921116910808591156304807381445262061090414402303699046707897514586305","-20403562617247490125427338086929269959559472455495673872087475669679761854940","21278666088699548938315885650658849692491112081562966330004453002098654317272","3821206514812213875948020943147901349246644606089970945219884096614913835179","20046143761296828893107243287938164875547619228160265723166247555832143574179","10236892871699368710736615994908569330205071653384053312267074672542078586290","12855759235770577038446856754349241442863594099230481842126801769928431729500","-16439347809951215269378756652963769574684127343332590740157883899639898914884","-17148328686522785700953609829649150439316869591612472666442026907673656591764","-9948448308198333739294355633434897137173207409324677699237631806219899909508","-14339936276747636840540703316981587487084683378678314263931007978377320595950","-15620621820480126156453973265219214321383650735895340781114645586674524672611","18908706235689585905055998660333365236678822900277054173956089315425043928871","-1097269468268484797450409322021143690610717936832598946649856017383679740753","6710504862566439206106954399754107970819024723973602053219186929250060227507","2528014266707842585022027273724778751010194335066664408768238379609194029893","11976013900806960485145844492059136471600869848041307088084201841493938135560","-12289132520186903563001916909109188085726373418898605530572811636056146586581","8313733743342595576713397612521254141966609264962490413144633599776066955262","-14251520623477994372788670179266532448633421101786359048085040895613899449163","2404339213539076554179231251324131149320954164313468282502696962141501772395","-893728310716472873642621945643555384541426556034810914037230273724292902292","-15641576510800449346569121412524969020106669970080048781151872421704914813668","-2893558348410835366330297354743369669477903398777676237907927015136514236126","-16839615255593940181222211784919890813524363467913297394737106827225231445559","-7603919628107403324152621183133496347885818178004184918252519570683025149672","17825693934208246356074799870018426530401161232096973977469512616310814127492","-15044268185208958919928603627261715355123511900338144353377058881091847066518","18615352827294370888352489810402510489742007795090958187017852962552345650236","8940935089096761583946984721789470139339359121126120823577520356872389511683","4473160364314258690959345416583499383139163767076540575387875687510776439883","-11038023232808228818725352562314029347630744081781436058945746095080097142460","12380567580199636324579956318340551093922427943566316484381907624444654083591","292548795981136227716087249173742909919209230141391088613901663179317579904","19199150533644565895118131262527974784735041043080699752886525502418543747291","19396454281637210622964902761900545166134708300098537534224718064010987295158","14618725782628725652633037103043040575434305906501273493374783667501342932516","17033260322443053679036506372932368627263536294239058392030092858301613333984","14468191469115944373090783016218054722594791019607919519548639909062833413879","-1690206993872014679770372283760553806151421745164012896635653520334273711637","-21852884851409422384242144830558407350982202793636900893581659203574216086316","-3936446661202324954531493699678235050515855708700717824127522061414049798209","13523302834177180796887354915581964135792657794318719823619370475111604084494","-18855036143847355970257104834301184188249170777191646255861757663707239388742","-21668916668482630275661816498061029608204217623183555289161785634850292324486","-21731785227486683228984277079160477474393474514182053153735827143895776737640","7825722859427370794707794948609640401485893133172702342960687058269671470026","9815123724348873147708443032258492641368427235403212116297721421697362884320","20207987014296993043549923521833294751965491673985212223996507756298407483760","6752777934133766412808216729760097554578604064020278120852659710528161707339","5391284247696752960671466788707342078139040877974432700416725706104307120262","8022653052682138757016764602874367238592639147284000020556980107384797141069","18016538770317339403059531812503768175662248660561956957447227791152555092083","-11732405902076430678064182964468457880268078101544710479239960790798863672818","3756338514087487913867023998570439919985301960659785498852623943645269996302","17700486092492670070735810619651337374649025033653121919236712239418684433807","9176694663211409083818198793023027731945996820048916395288342399727068888666","-12052942417460364945110636314729216755228394630241129861667060731048921518582","877827964119180265371604355162880725262179620011746316048916996969108370960","9902816969846798250518118033327041901426521456328355079323272042831479674164","13045076063648952165987732658938987837825993859046694127266616627624971383783","-9606210849930276338962551702978259055808749860902465990927827401512221506944","-12426870538965861114442085227486638134172558217977367569602249887904226888224","-11706852913845894905520487938191130481695262111207246952169449837791232641947","-2683853069136986615952836176898842367865866480118039216799712700274352154743","-15119694803287017530313767096981648903336562015203263993853528803589415426460","18080081872874289335193520211123854203190260832856934939896723432628473409446","-11244941525584782686104505281551269660031527783517198496749208359888675364439","2135925734344721721746336489491702036804307854957833116102961095400313877512","-17874800517421277463419077943368633747426388816379803468792615954551952607339","8002072571180255082309995129152165049504774802620630813747448660046813071182","-15936698833475955720146926061946028210877278223213196492121150612827270209601","13216774964277219254021353377841564975295197416159594064384816509406463314080","-16314447737790750610684537484012730597648090594813164236413083089401949490536","17653053969307068020093257804314727545733541884338477445333623925457717342628","-8743687217355182785674687930485912858423198500507686121677016383204823293428","12932919941178724411018675888122236591281986582593474392330589034559217917770","-6678229518785227579572367544902662703916322620257686609085118982158508179496","8160599190816626717842309384061097763410835019201602879079862101684554528035","-1670643906945884268208732695385765792263506977840864794813311255138870996624","21210452025221420237772992052870442459711048238749693803177788178091740793142","-10301768843482720907762579573509392709954684601843826292399180861336627174236","8822575849835908142565551969940697048116543824399423774282274153937714888735","-13754169458595474566495583134954176369488050315971958382580090340939520670590","18502660175036170715398160118258539915298629494421426379292623347190523603481","-18464855188063569265090469790346109263048875627546690090236403237534895164323","13175042785199521325956181844025157220357805339683525907142766176643313743142","-7743520542534362828717342298579517895209474085577759901291637533792060698408","4243383543649788452111173549315769167863289105675983402673020316334765898545","-1039487233935533556515768117971576160560397333568230611992974767511079850589","19460611495520018782159450535339074394622378103892020443329711617983358652661","-12702031097594381116091876723003163758698979708261937371555116966292926550697","18794820217138126680108922105543578298949604334458689728187753139119145305828","-114595536146105413763715268832693263655948757620140363860698305616279441703","17835000782294090381620755856177030680091685083230986298157100940303651734222","-14729223310121188872145533212970710965553183785360960269656594992470128983934","9268021967473723651084457426592004501107625070880666556507716914228724607442"],["0","-16128178958197360690076298970189571117877742189780235832191711423111689824802","18758461007917309919753135818450255843783677158098858872575693171880253473800","-254150069482479350953191351671942908761305310100055594948451127103029041656","10490702554387907323758668438195376822188085509073214294807911631903298559538","11439551642564248421980640297492170057529176918260634165564459691481729185400","11253224167497921320520857934628011143139575986734677081348613742050381003407","13751847637034652492852770862610191565076120869838389346875984859736505341068","5546138495956768639581180641995980594292015315377494384281573817803582434255","14467104541309681495919084905948009334851325992409043355940596509272180772156","17158943174288708983944887726907977327110744196748738892282377965255042057307","-10088087028776409201980750544908090882864323415852145344563428363700730658889","-15035133029608622932952546984784880198311188864236685210705330437248191128113","-10576430200912063808008490571052138928890264870606675538883999318688654100163","-1543647499639986045931634963823300021404094448671820061364584984988658885635","-831213452795419040953841581833614752344316118049557101677660719736411602453","5498093195597382518645776638605971349571953748469688227222926993132574580720","-21002828385665098717807621728707897372656616257057602411738190742794784479982","20259981912587968857490856444944289055391112818967223252221643938582209233497","-15506490554533472190434780216556582554475474545389020645925499781588107926507","5422116784681497006986954344953950725060926172240866401402246829189835529950","-7077531021908836521411725700229509263507109383123680792256775484949992490749","14139059579863606040771480358878031890119122739718264865394327590590042337677","11668585948175982176834217314387589938601614805762928848229725046618857017371","21561157932986993153747555319690920488430454939251330437712197382253713236800","-15461790864782272278033536468616762781895973704476008845672518700332471726809","-19341934612338080858652857573057501539809158153757078300379861840716417851456","-10687351244681697639375317049058392750598480300263835253031133181269693230136","-15313505788471228675169844520751410680140612813113269664441039323924051931008","-2584177355856348932673706088451252098523181066158299227932253257697210841301","19294514315970267439990181025067356268885932619437077085051231731335352510432","-11155359683437717968275141780508986301260309295382267679412979006276348379634","4587348181995913521990528184778882041547888391653614324715442788228144625931","13569654399679265690328305475848406745042323682465365010275304879926769997694","19198223209794735103853427170036093672594012961586143026025357191479714162425","14112452402582852963839918812190651310362374907626243629819079079413867006416","4973902213141525175464165807381165616422197192876748560453786231392523315550","16247706984442687846295925070054562319553657554700839520859539891874552474717","21496227420778007456256529016682493947656513853472568705000069788424989056533","-932797570615173178081595445766478369600964855669728349747218872680609574985","11038950220577311803310996248522790089497505853768557350784711406989122767537","17385496702859344950750018951443242081564802543568531619655021214432564043158","1410483704907637854653577386029695672852977639603510455037308485672999189166","-11556318615086683808409347367860379249199261079023194540300364480285218103916","-1561144502608005295155019605457180953204143008348484671932793180080915911153","-20116232320099392153634263437525319395689406155148003396922641314037260902993","6600907813021492674872841843962147537814587047541226532221693055947198550032","-16076480514325016151722134400701632941408014763685469546288876483549111602093","-21001904595751710297777061213202862618234323917832793578253083097070674009206","-7697836470971057172008653531080625408911738688167045517798927942021003866987","-21209860438249058711678771616318795276201942601912315086511826152561558991367","-13458018002696884781246014752970168207752199291392894029722591635747485686788","-20106035181957573605073088338388811950627401321930870598024288424103059753390","-5888052915552623622039615288608805322421774477060995407932998118582584080314","-10329680741187655843409794196248663763614752012279182357883952038565380269499","-15750107911727601699722827744259901194891844680105971581465958695170862403491","-8520899630430273761768783120439348456320382621036037650752324201514290713713","-21630213826950654177489333394399953202095633787967260566988559587586470602869","10244905261403286916754069326813840551318148459750385180932677763598888762346","3841681965241886593355765928349979330195457900140548910453830309528699405744","13874469385913881180792626799884294621975817035993630323068262201308040837120","-14782506921749370149158820294328976787021116887798027935530738282998438184107","-20929092408765243159816504990413066491850786102438029286102977976145900782713","-16168198547139896298022934805701328126158150376933355037735850363986240701779","-10587023302547612932259819304443191791471502805019373237273749962696159580347","-8763734239341771957623894058752260799542247765395124499777759901454329924267","-5129985620706061613373562551444257935077386632597255490663877923836928567200","-2823902671872315653610905790549023770905482820161170231110749299842655227581","-13237669510842130991628482692313659064913488574500528320770330348067058572066","-18915568711448881046395415592248701332609277463684699693044464510670645289090","1196573473971229516549603069123311847294888495823612592744171519752796865498","-6302268178221830750473248857726731632885839275903118250547163374392118868389","6570687471398355514838692254026089493334999173729859003456120469633123620759","-8120770276210243500630729041429846305299913884706080084486592844245240330712","21789952691304761526991279048097889199442794199956207560334843986136415216303","-16821833056135020935368691632046446900145682116083452694672334999997856820060","10152341257920026152480905943473368330733741564849690744668607923143090684719","-12280065530811338505208013027654733260741260258074131555122677987981576730580","1383319867124596346963707873331237646317764707958236718577727896597543775745","-18253243311488168872621218085906263107386438074466079051238973510267089207387","10506797489947284391880539391997157575370232292771987825415041897469968538989","-551319134427300768153228816475655610476052338447123689275185179800414536842","7470214619600567780318957005167864791636373346974006938177174485808537695673","-9839773290699042966137561167699944793920703125954705568364203008471420975343","9028486026571036307363171037937373059729874576987591056484517292122118867261","-789318475231915768673239664607988048951971339249364470152623041110977953816","11446426130113389405652947761936140109996990648010845133277985390385349603075","-13673825589125079887150801371532999624664770472603899433106400722652964508677","6845669942790954316461757350613255833643886447471559260359395234191943042569","-5917219588421800274782402816800849499744373497192536113923265191256845792105","18507987570461165151631118855616331454199596898751137216904911157176877047203","-13788023123388273917824446759597057047475348634614885441276119871775872416186","13028400006309153625340645978458457769855374753386925143071712262823499127964","-8591439995516849520069331651955231478625680887459672044611329210006003002413","3537988278107470199893555298405157126458085877606672048767935323485615969033","-8942139838283731963267190213733200282633797415127493311631802646627843416919","18932563013936869389779761386055769991533521634499415168290627064237228301532","-19792003552971070281650265936195635747284422658855185140525306348560968609125","9987009200445672576894893652720306889213201338183301280984968777939367005332","-5230924299941564864692206797283049848903857653842988111276163276242108079899","9537718008223341850929996740290445248250232284509201007652104897684439342173"],["0","-10944121435919637611123202872628637544274182200208017171875901261808094731957","-20937410216117020152597090297260132539842513302179931752446612575841638800089","-18815329922363209925001238703684022818371624192412529138370737362130509124274","18509134291284581739864359713424165463868372104062774215845550225192006190541","-2331102294141844716251259059816261685369139105483024729891048656949632778229","-18716097555080425296318534321704357742807614638862647772025126937087508202708","-3139523413382121234441316166834036543871735405412087306301237049126401260152","7609617166023472182043330679929199922175206971457041132201060351998448568742","-14923935471184679461054641263260654253164640118111258081475342349282430921103","15016752978781157702285603798302329918086055963065259210620535036484070850278","16007458538228250959509746580755126842107482805972209384958716748705787277107","1118513954890803730714671303426502151857544048684550323887652838128632234456","-10012243003351660440571654251785368296695278845821471972379344519716992961788","-18919722025904293982008438361353313930459379053746372567996413607650882663943","-20824253547054783344467934487204617283302840790780366959567481874695744752542","9866990657178592001251657198173324948894508478931431455787293669173886723352","-9187200799833499928248030813471685658545527908700295010412288238348784578663","5163861326484024163299187940184730651292764398203767102268671207606998476654","13131897135164484262781781352588741863750779648168028149788352133814737788542","19391730397669321231629846449181233321625023431082698303365102899900518920519","-7528602856293862839801612457450091757232931030698705573612074737662734044878","9236184278522976135072527420367044603804448614560437978940354340480969326062","-15522906639269824880886577136558941245457814543156817340373635080722308224868","-547475020358787254134265728812788414477403559224134820244222901385785673748","-8567362215946683456918788773638670573845659479167401885432285822733213983591","-3287710068300523020840560523297110180068066058943719464086447577823119819284","-21184269387593127948598138620841185198425754178924539547231182622992736501277","-13690418479015150296208538052350893230774787320615177451686772073004272830719","-20272936737204803633932771180151672544621424322144501170179886213045104204117","14899459514477442792230450263862646632590958393434987531869921161241577503637","21634790703604930040786151363147725790248177474598031685575435249213405081880","21611485774777892310705268781030383634744798884296334714837409620680729454601","2058446849343361953313483794944242117509566981232463755041974615581730976639","5211419359897252049354203019751104562310763049507013911629282254496310319421","-7084331600615456317606255173189977983084504722076880136151091076957492458197","-17618504662802530588302195401626504096974924414921541303581552753945211392992","-18117791449327275033013832281338728825416881731058586078064647692478042562339","-21771414227390041931213626810503572173302790711848825524024247868394162921222","-11970534875501853475131704677981704633376576582432755823366729249080197828589","-9114120345426603058852773415256882832719229520120268612967126891504221925300","-13400043377135466498225726272944540660637783431014924836750139016403856320994","12088847582972421780741045380593149696510556023426117945664387251481328714437","-11009224194047699989825129106494003333139625556338530676788949111612481449869","-14558868374483352839549184004615172881169695675034276385525149383137022130586","-13498108317820102190460017678738285650658369424718159876563913818258569128780","2303884786190400429773098292663756206871303340548523150104593116836315884209","-21346642456526524990136656725047455976142443471174644214626229921455608967154","10105911996324961239004452542910873748191401066395009351209124036196803439680","16512611913526379038443323736207185167650608281503462715764599841817682931476","12033232914533412693809541571718967284780271451270550702857346039031311364078","-20040766766242243687822370293779154212972077226984463385278766706120902890239","-19722672469670975729955649623736741045338271799501646060257154285554211828725","-18956687751212827676879160641367842392126953605868681121066566850493688130170","14018699854352639138241700851540344725200138713897591490463929995807209250098","-10287456285090619642327156777315215734666664911404838234499826000727427918221","-11850622508638336693505616144819102008591701087633530518417922399378999398411","-4131589158496989561970535474500616936781907231553732543977282022383664200381","-2471029901816478627038843619381593410939515952741238708485182669024571399793","-21037920617864545206987954706087300590037711655484383748143330572200052745071","-3969665076160248313795145705634303322184474215036852740850481206936042843359","-5576009758271995425818130353651657517805386715396882101309597365342023712521","8304459856862708880822257225769656123206506162270864733621410204933271582387","3444736081872343902983033845069936334697630052576679611251409237208900446716","12350828237875366069974563532172005561601102211131348448860387909131646453173","-6002847132364190971145930866965767662971021808828094074963350056718641433596","-21134089354753461643953107357032358884297587093753397788828960491623471777523","-10218611717222487336936598739392397356824911114579421455260467504868049505564","-7552754365348668566753650267816197848913044176511875396747644573568590082595","-17395821806833710512676783633531402328298928917290885373723649581928418927755","3610053098870782878671870742142917833508126376303414855671054005323614454982","-2525356169129092530160445999773947799240454914260222910250560185830642621665","18734906798314947889340568280365105937510041610854246156128021587625423295603","-19621736380797014347104556364252163198533896497380271488258959220197234252712","3115248173234738845711518925806617568278103237849117171675105384932115843982","-8358311075719384650586773373471325487013739781461209701966009262946696649520","9263268904656461623390277346398701474338219895652057027979054189576921492813","-5337086750097122096170599018910311654028014873442480074731379667030159478513","4783451890949537596013744743651113202313058425442968758545975601536460552128","-5531877899768936772057749355165125094426729169307949164707002330326241239609","15466565246343439999774860272415309061975717720152852305618972497423734655276","-8712717278338608407145519493258665294646229363791783006256853538685369538591","6662510179444366191854229549202461021266030008475713017496553866458564249309","-4619320110068631227727404770413828788330865530545717815851886876023062905153","21371547169349618512677644367666665003485213032615861167745188422768061406268","-11850448721066499420229990704876650696333276094105317858017199578125224584448","9545078966441947086809155181224936219378455104907816409836976958935577727668","-16497678640163215530281554915343617426740359300555582790191083082994437779961","5307522304967046921567986819877097777286379592292922264407735276346603619654","-2504412087245911370975879024532140713470805196835802680985864027386331617382","3309821802556045599990835588703843852415357686473279861753877426648314144429","-18606380974642525582771313580253565940955637964434817556797240366834576400562","12143889503102694474076761772000685773293224306866893878583396398936306735138","-18583758141953165758480789976096992183462341916637920889779966309172169340806","9984527039998818356867153725369104078615734390865090871280421386295238678857","-17020672100660094547510288835809758978486731718538926446651292413493592717691","15933281478701006813819607607891230633827887231511219892863055703150886172485","-4091419981243330373489658026651520663192534290106155773296665791693787678462","6009150165409255691130871686580720856066225428340901870658383606374734301223","-15253690231357269272038408694654223858497980814156558795952743148183860762648","14998437102701689798237207277704020711530052028757020061069575421488751478461"],["0","-21888242871839275222246405745257275088548364400416034343600973643191897442017","4789378838026556860439906206161631716030990324923577222338442688721903834062","12231835144118408281063496280512653976526592447322673246207610531959215182493","4862806188017519345276278113300113377276341622058310322096853481292090919309","-12025361562276558937296012864604363046084039054514037720717172875844354355236","-21785838322420089938838977657573176311884443786727105912641343095282672836855","-21481895948593575146626271885812574778951516198207095316971814240983294869696","-16197164447180725986111627631696373687411293319767756915268195304547431240842","-19694872185878329176478594835691958461271526108037637618665092503962456780542","-11174680641469653589574349285443830165784149831810742141415757887527448049140","-15930218150800351679150682393211407122732702532071274869335556781077289218615","-11740209330063514221427771035919213861028196729871599409822762635950071992481","-15500186694500546940470942046384100478560535912357396871436173011874343773650","9903811677261148522981741386433495044700372841038598956093849066237814941226","-11635238537581533107894589274302426055510366478220685653763319191217759438423","2951313986886958793841286929862300518818189963641187586340007052785375257193","-4791278620276149034887076039652947020360414398331719371720330965002762611866","11234650535904528134718867850905112981107519212879993145998329129880976667568","21279190961313190998809629260195999292613738862637929382476087718342411954711","21387116681641114913805878980814493599231297122396967381890487131642808443311","-6168166865375725997364752141531344387622445277877100249897043911338218469131","-3503436793831527205105727434651463565333258796196341057056500169807951049745","-20245425952290440126250546261436972535423393374963270752658542432325494398586","-21696625476583163244054809932341491088944591505975029778838874000308984510443","-4444897735389736068940112042008192980129229181822846245955447553381506671964","-20014619924073382394063862382345380190972486241030996962425939422586776900860","-1770825359834404930463111748144384792404242003047588556760270836879873224741","-18382923146385659529787464343513145445984980745422210822743094761140599331085","-7234092891013366000531017845261951427593734989843293259169903278935122310625","12251142940010611214577468139879114296549470624343018961386672581610319110244","21726312847693049212412587509064784839847363422316704709888004976767003996685","14152850918915286863628191694949331656582389527656821783766798006046064303590","1940529095007897914396691186974002156783896298623386299133020292400248453959","2453755401703778689493018606969476025566593456085297988152480160411026215976","-2071873322735440543146176482004681841246332550522347766814889445669434074261","-14591786462995159888666603187085477301036763210202201810366723047941328085299","-12656902767469870431963486785823399406630045750427889721750098821786406470316","-4611051161933918817909896904958861697271631717355335346808261280874933584738","-19504238031851591729256723123488227122325778778259735668382812414393077941146","14927943704776038089566550938245508027849535913669606484583831649083026401943","1515557194495213142051429456019510808702441019987319832879326181499034043273","19793719087763998531807412582730119790213522907052328103415071869104014887303","-17573465241338858562897192643150114135753677878105570429278955664503349324411","-8331693153808879528044634279634227398355583606306797211254251483199338832686","-1762592103206427848289432370640627947620476233528204204240506453251222775903","14818664512732790742484810461901910489617387436862411953410786940429029880723","-12654103696905957447383705479804765156671915670447274098152692620184686551623","-14090327444727165741244497257532606848591584614010522761565492324198179157218","-17204407470625865491915770086454584723562592831836598252707728477679724414189","11327968590890012866485587132164221253479046741636026918542950751430164350639","5896472871002559183332287248195397666223461986095868304859030188896315833362","15689522861812431361942246095706030936077079063745409352286814342328081494056","4947202029420494410589930982717106824507353373372121308115339623203594404163","21774765450628104505391932688472101194843938761838716893908536933886805018639","20455192870200932793266436125259613474132588517883799092075408506963381438455","17634137926239333429283288924589481222847685389505026349657729418622590081334","-1954618492685327277370206972163727004646752629197631827736745027475651962981","10505009931357142803055691796842201904112046784282319070687419192805603673935","-9088341089140085924776691894354167780745471978437114600937318603710897669319","-7615454962728273579300061301713471058512080624208403664749064181746947761265","-8895100611483245871948126131552008060192106058755947252430608674012841701690","21145805590499021041573039145526194050384326460641313920198244777479915006324","-12317248163316780108570568757418066892887505356660100274698853559141867964435","4364970380137033759690024489862378551306780068748273798675823819351811551175","-18754948476682992730341139209493654356969882354424293868526669845550802958327","-17672468719924786129942012955620505395570104474643902831592175228830120052424","-18177300975843399439037551773287861379504999324636413719685883395617188007787","-15321381015907248293649612445718557915248773014285808278364540155028939736789","-2218312649322552182235829906106372520783668358017150026075146738669398367547","21262931583851355047044642287450340077792033252898547126993383938413489414439","-12349010746874948739797439310632517957489967128713806585001405157980276504960","19378122354256533383055232376902128643179239720930511440400437172124264039437","-14076569299524004055773394206443916645505659827516161397782931738841533155948","14495789103250372161861767363071582797933026543140254410075026333005732092937","-4900066586448559919175175048800326001456286547696088442464810142019988579538","17749712791484615328865283100419158958761716270710546189436621365748039024212","-19753041923637330398672069970960672781782767122684804223528554334335568306731","2971947756599957913556999530908115771494545286226426479888037412118289410225","-7161719955287271297732447462916167544024540924938350161613940181093533171988","21408088839366341699530070177357972994475167771084293869786026136875103753545","-101449355013558349259580564336966744046770947451313887442004959236761156167","18614342452587194430420468721597044829795712520206289440215142787361152945171","-6160680783304545055013996952058516462975053164023001551511640817564710842977","17866750588465112795037509906195920391975697387155710821430408751043866924788","-1315057750034167794787901340290474251342937844224477410604654770392683312088","14676230485773276336707881381135876589394127658780494192189340351339003487238","-1294208927547329118438911500278760090064233167385469023012998471926405767579","15460146165149347427916086906131715516318640182513344761458950860044478299778","-13634220633755023052317796863483492866183458410093402690201535659429716231666","13689942554229041420070245134732548246449041803874342620901870764341731034674","-19737535018635132133810652427352210784544341247271785850247310652032432706357","6271504497886600997140011571275466969321333583953584352107292104495299724660","-18421420703049910438011920816430663255911872145821974889918214311383588081360","10152412651151133732034408989430954107671247153394363928917946138236085901100","-18095246628035759500859964817001354973737907917314661251629817431715732003875","19839834394876641836605071438900639588937543991200196440912990926402933109573","-5293538087348188914030127037343807085231033421530597809622109046937693262458","630685878729139233598874157178999705767829629456440365774015992161025295206","-2154498967765307988697290660940741595629085255680238297163866401148508702471","18950798163244376541191001770831401168648878044276614390685851042901614376341"],["0","-11939041566457786484861675861049422775571835127499655096895932596549425373482","-21571981776189535551251848452441066894607286137800914312067608578134564694719","-13227789214585153432689411433508323825599429912407286124247983085967616486466","19820629372501433589534534344996020487178705307838092392702628362505659078884","17272017889529664861997849197021456044977811325037069532805820818666322604716","370656783637656291485523780709944288393511922627577944415420302065758268946","-19403500088604014800264978560069727264981118951345858445545522969677940694618","13594850108177779368399521622148797968085617290416179341565396084743124766957","8228901222471610466148781098554770370123189856271166279858911670813727108088","1364051617853985976949420918958407144571688899510999181286467205939554996990","-19380335928167053794008293839196532077922634561326381169094805745327151941666","-11628651278151978017719149529672176482874283045394595924088243757638943896222","-15658159983483823381563635485189267848373932366669294289666516789081171891958","18164858334819917664692742292899232642055311226618246986179308442525610891322","-11537207687279224053222206067276158218414995272933323662239371458704905351178","16946078583893923060387190998174007557486999156211894419703696365452022053921","-3987127212320548616810721761931912713606173703311244868580720779380661086385","14796236358406302165023079016037319785729037907831155714363502053795118002081","17618358799326201159012139136208836222626044558436981210542229489622164175381","1062417057928069146450833571342169105660126539302261062031897347764095283128","21335153409641092278087753214267220448712506212606059792726402818500178873684","19840586969656940492287999101848030089968582041915624349500693601625756499843","17582105434377929503773830446994814668365964494642585480491826888278980417096","19087892362686783712054969603759625579811444618568390113860915330923678306049","-9371512872936853303787151987872835324756893530828920464208414149118670258632","-5267273322686390677169130043625128570531562076530579271994099789132617676034","-10053833628881772337597542979174138931291068106167862955045514585570689781968","-16966966022460574401636428292247262634991714854235324165751079014761626764481","-4572127149438957273966359818374005268477270884642528322755252591535956262741","3696145777746629188647269444160021633299319321050139471641121548107916404386","4169878473819648523818283777920546757827482412946906049204782708778557657425","13336629043852873779198466977407081201517789982644190904022173761316559548375","18017330814660453775383065912567836212377436920427635888147149615449493990334","18728600240308199019046552662000022761484633071145384075314563462394020430425","-15207976883861131476904747894873314131681011034512896605784910045444763587781","-3472812961086020037000802423324824455891642671503504616109850427894513744220","-5781259763128693759353923658620102986581897167868002901947980167803831499666","-11215557363212446238150661876350023680583358048577588353647577255189436003459","-8484351721104123014580382986851029740002162556794093424191471080446994538698","2379961980431799508624489457116421532418223258709886456677274044028136966816","12454608367300756032711723850325450115394872533990719591688885934825621195805","440514050887321360051365183692741645818399212701869865799046848000274655271","-4348327180423284139647211559551556822256863447335403132554027115986431809328","-12721597596219707651473722020554147650342244346488205330131002936108101553314","-4353388479508710159702185049614884068664864776808853604108537001473189267381","-19803650228359635765758502863570956814087249550834100080413085215194740955266","-4581788175915713235781792419057156349552372808655647728554037251380021581614","15588000508530618616988177102406228801969330771503527364351257875525432627894","-14480383856467086696375726328259902823777726098714701998021221339562796553724","21198918315607627655687505781051944441147955094882497633820549508518001481887","2997179264111459225128824291278889655786546723824890590404347527514629504706","6020206860578946048449862007403325888518306507876238949895047666903394687213","-21223027769982329641326542968201286771203100140662194310734746096015231258614","-4968939130346232696217655490007768626772328632740175602932413415546306484401","-6819142797257159964299812504102121697452795917257409881518641816152249767341","-7895598718514114916048986479404897395932516652892818175314240432023985544372","-8372769986394469618876810631383875278598965620900229495283665482291789181323","10415540900231829927239309733275801640184378902360996868957968644145661343616","-13963856389830918994678810104799470677388312228920978642256050804130308291766","-7219073522771159176098162699678592840099720735657263638299059294634605835397","-14903256173384404759160517225491345960845680533107323299212676531910380683198","-17538251145657735343140787676170853338292031147208647515261263163904032114642","-10344117204810463556837014633846589568758769506315698395806189482185286448705","-2066356338078184418573268448501786656120475393031049259410636141837116417255","-14869892732467543269834317680272256361296890102395765512416386001534230427770","-17463917359192048302087500273965439779717586104755239020602268974684195649682","-8167610771815481406623939924342340658245796462074702369488427253645012461864","-9521616438695916251943844789921752121901580640189621446895510547141191179244","-18393983143222931954044440257109055589186049339823297826136189256168435715194","4879657496228492540515608735744391453397640890099667099545677272609079830625","-21045725805435581220371069774756690468431921927106603115629387232377231110035","18203809174211536127501025154334905616811184836812818296198633707129020839404","-5419681251788911668945703358557710612860059818838305006168020878081398778123","13298074042977252073106335234183257630284753179225066605668762630590010486628","-17904898506656356214512854510340666536036848132371310575476950833938128837495","17320400573090141717192217857346545714268120274886216186762529792928742795232","-5714631037265217755732585859597438672605943005664500917556400318410161652381","13192030460508296304343166062581034167624191064423066768961740951868294756713","-6973390830313956938915238812053821251386066233880253476984638846257312076356","9928193234411732803749226745216843573730263901520094266937917685598747553479","-18408954901299222611984902883219160828289425345946318619182814091716866661182","6343668746014158123562241080394592159892113171841873825535781791104114471481","-1333957130742658660517859501150248800259228781500334528949133864468045357359","19139969725540320244671589141717752541337169600634564293473382339742451896541","-20197023908060801781552415397237434413082722859286016617742416674905988241121","8618793532385651151988541887965022795131111870325676988762393849570894987380","-20046450774441096685084210609055184167196447030098247242015954766803645432292","11685426587250898632287614752387568416264152654814209749334937459715176873227","-8911851827027846648687833203900612332624866852418575752965486845298042400999","20360422752347686632835058514350083343575559349721213240062103402297032298711","-5840013036190379986793108901392955451450989506779639935280069543988962970896","19651909502568449983102134992213762682607889503611583256897584420070870604961","-1057196834462131363347439423859919769227590787764045191413706703908618929873","8726212817842175212545718992409297199252420264662232655825696675111824722471","-18364122557888855989094611392976683206824167967340255626643132316401216039256","15579059478108989855628561387422108098249231651763034284887136474164517362770","-8706255130368282099293786287955354287635542641984411877677179455725292077397","1733935315721955075212220441971467549926550842881444339036070627149725227927","-16537497730996286630370969313183727380565254394582190921159809204052717019481","4578576124907333839540839977640926779125874351478089555717576055945749293141"],["0","-9516627335582293574889741628372728299368854087137406235309424850413192372390","-14495882826179915896297927897055344210504122048979691476517412705313286739775","-14484703422209187071694824085312974838492388080761560881249167121761708416354","20056866792199251289035316614360143904271029939505930798246017394007692420427","4328473222395234263240138738597068772517698684735567570002117222221812774364","11173319145396478597135367030816799338420942909583783983239552092806043567005","1293524924646342035327674235467163644419251500131515284038996229186340661760","5188682526216126315740101908132094632137215531318849492193129510616535457323","20099397129963050189877609929937133711313854010887605253095683091077380112744","15330260036634908041929676579145663453601060299539391229341684846302163156555","3242036637317311392741823103013646281601036436444407958591900438063886112803","18164747419152130867773513169205535436619931450250594101528310106071881280426","14449567153702204266723955225372124199225581021291812448238843375610991568802","8618406404271344439656291946198740971235389822133497845820240840941589266859","-10539268000363862710288060602736524561363465360631556192819041098396408487360","-8967602099730064142566277755193968188138230103135485607252064667265649845428","-13176431117206785920025848138567463275396944809809504030524702398240716816660","19568952704807302005103677782106904201838171908825849048362161159997669883039","15600714343235684452948105246244830446326738115570855927549510618269506997416","5953498468562401720989774886886266263559030703279976032469812883290660903826","-5610543270983395939172765787734627439459282883092057372223167777322802914107","-14454260617774113688477161426396991247453937328511230671135167681427391715665","-6408898793307782278503973382694875461560296053699599578940505115524020936349","-5566689134429164273617683458755959963696817839646475813521257392378673132149","-20858726147647558494511796132037931487444852393388218675613539680643008058890","-14372965800381495335974778944492650075494717730471483945770749394462038795583","-19971273077282372370790231027876215233793372859925918650784201454782500026938","-16700960123558396373081087242564997029995794513590288781502124012648753540479","-5154089994804203596960354048910557254015780295963794393672764204026143124616","1428309813811792417918861649758610264862971742556945310688148947390622512660","8472326276083736720899504049102613814436181155990396212080149986272381567913","10559063768232668399135360172533368073940093617980117297384448152754411223502","14982231800016508753828137733650466750337091356370286083325484886481661236256","1847858521589238133484199194737028550104667328356465634162002873892501427769","18286860085841072226662587469474200726827435197325022902643361862653853090990","2494335799510841351928983586980433251574499951366437493231560553004564352747","16612147193451093988516612458171086632291435927690310471824512195573769006947","1701993877527599210958531235713389218397869913525379683121480910252873191458","6950428090913065673506864953552710535231872907163962936261572187976912294993","1137200782702871807610892767810069695550955857064776635624486859574266516392","-7437179897305749223020106038423978111160198650867286927424292998338755902953","13448742251971397318259921402538731194368363215537427092862627457561667113694","-10319214689912461241290590111245770379628022038707860801796285671766130806826","-6950772426943135953973374727373900016515643873880047284967830275323074292449","-3075935557590812089570574058075752386428550450798390898708274008597142402586","16336567753523501749311987018589834224713453807557654156381556658698840386793","10253094071500330624227366230522098102770643812925761341377669634993579727201","15283471984143408232782698831875859647128555902053886347228251545476624628344","12075577250028866888666096426284342453720962466802025944283944967504423864137","13369996368556210148939468567704830953483777135463870345712623415461719224755","17941698583504469024440150606141116078032998452313564206534580466979796874562","9167405187465224830914597294532556705188675998529629884683440909956120959006","13237822606706110012887835175909949104261410673695286087098915695969481523569","21012584155956188402621549551088599131803765898639636938116565293344456509099","-19365027123684078387728419313762577229103894470491972164215783561493890284316","11765535361259053121654941612472002622061370975190988088149981632650169701364","10618787612724925215493818429053327802453550679033628609224193542194107379024","12072093738977216767510416573202188427151842778837345246873407313362355808109","-4984081893595968698101057443356140723736225412855325894536928532476546219086","2274247133378224353872995583061621784028062528254525355244769984017562060006","13532372161918072172637636799920955965753294775123701715854678617750674055146","14898874293447397581612939409731457172688628529394070961937522007335700996186","-1319178985144273772710218702951883394913779892626910707837740834971995082350","5079011294209434277587637202789945788975399718370172161912670314538956018187","-12464836319345019557314734519420957835101802113482541732932682337485291350006","-9638566599714509791783826895271073535734232211485835089589561194525886179262","-12538586092149444456680135224779147498517386995987258030220286515599528275845","-14680560515683638835999274950832420872209220314602502243135852647131563810294","-1915775789953064220324993579790400391204104087396110350438543467785617424457","10753056043738153192414408877515319534753838779523682179029552950721050767463","-10855728465785965766801075486750425747408020780596924368272104518438985464522","1383982631855028782983104620884735113059077805680084366606646176086682967931","-9259341983315961966052290692354345427093736654761609447305190690752297613178","4113303103816681460119286045266819777873832983758141991254962975444540271299","-17319292169498081601324514743969978809162749687380882706107673688060474085913","5342003552127576513119656484279982355059871371291660456805864998486117088288","-7557333342526909494419903181680346105360434273703734110208981771312768059350","5315336677397985686434398504697753916694587129694702025901716270755402346899","-10786992600119519473396221211621040271482875841231185660680642857853585138377","18100709207419662566909877472707982711699811084539539120688522263453229933089","-12842081507752696033882875939171788237487207378157524745352836666175410154735","14464103920951270592161129403892383575712926815166647251806731154553096787805","-3542473319572720098234353167078504287771660397141366225903839408036439222831","7364370762226026129099161363192504174683439838793308305793432173803394778152","-17115191457404797917805651462857242932833248828706791252393605864150445863559","20868055722708977815444194767672067626343700780652053702819451863080328267335","-5865210218485540361573392049277736185333037020124242615091372590813695429645","12300579448753098845296420524367452627037182921484679665087491271453168080876","-13727087296103851418201846565149359095274564728603904117350923808699630993683","1803865006755816902733811370465670624916498925771820945365262001307687861795","-6690692463355882043058636080866201193933258592975159151451246269545000562911","19591130991320047082918120531205984527007522851200046664575149329896999745293","-3951498318690070763120971252401084199357988327125722349084416262624845936352","20769442304614374436183122977309137586435932149275740321398014380594291846768","-1090859811320910976739431506260448261937576696028509145957274920702788923725","5339286861598326423535272186988751802874293904542454031982698485550377783494","-6550644668389019757273689345124779677048175211508542682353386616473132353340","9978138114353026181485591532061140414113288513891522039122702554847972038553","-5123468372754212738394669026087424232089123819906510521435635452317188049352","18732513288845298631160221242316070191996648652160271783789757319693941781618"],["0","-10944121435919637611123202872628637544274182200208017175173105241867086279271","-17921060913556038083267082387689506336631973376799961810736234084221376478692","-3255595430003381636889410746369647130945961824791221827130214918673498599628","20887064813838547436207209302385705163240618977166450569470300160230706126237","11409190106395805392912594959402571931838956182567695222393022004430597520942","4510358423022304892895541088284849143420365334457180774114690908855625382121","1922493912454083289084993427435660849067492037809357551051452145450530893866","18690007496844532476763103261363405942047158421577048417481041643554485010456","20272603382724741954627919661407829321801984093801841167829604682625052968748","9330951138514300197679569475616946912352097563168166260631515068567586500116","1666112396599613283352007359243256629404515000934380089276346930817868036845","6023208467524009397817052103266293285660934156088086538576686151974265688120","10084413893190031161705108501569632867060871866102570871036248677252177004828","1351485814776446437351931206147545271715117710254627810925537132050193590044","11154765701512009444309913820840589517619620893026041878380650255061534079712","9755962195023569784338074685492620276172249631132328020964363382695764355183","19048425550857643887691393634175186022047168919361202145541945506236654456798","6087262877197234296142155471873788337691356731796394323776632637468535378411","14373504617848896587057162362457019681909147365482312049812555277178661168911","7103719730544087423605616860500162095350446020157087464660245020006272441941","-6395946737922588421397038991566344608993297170275132808833818262723326287434","-6887244030925535870470521218792915453908533630975922842967423500655686414998","-13598428525220945019915029475610112633605964843536653036024518299499333172234","13336263728003494702907766651681781122344409459736745999989324391061799274436","-2821880993431844180391179116773787910734430224756135071193678845872574484538","-20844794653112522591611695284320578334142900440451837089787252630502829151944","-5035895188832951756357585309872893281428767207613201300581446185069994044024","-13660635812704910636023780769959119863559728879008380706997639651233397099438","-16937082350871281173832363834277633326454552566699695484595528816808279483247","15341964323717219142876343088284323023900075184328055711674295497558932856682","-3977040052349690291438361594117492270659532116016788832401873132816004315432","12467908387465348711432482144493322687010953111224690240179672151207530260010","-15177801628532335846996646603569485956929661520418223760431401917356224974478","-13925205345127399742902795729902690768799406031031393522379937601779099066260","-8336404218370112697812738328524723576278888317354120779748293449910153838294","-10930028507802357610933089630831081572723506256512315587126667897659321997760","-10386105317485117471413443242981134684134231451030900777051301508578470242700","-12603175143990541863484524447235745076138132683587325361038461281543943301746","-11293646735904626801366685322691564532521914302670907217628825768471353053175","18964315065914495479217024285401545152571334089525499715589137562069925159497","11534811063150112843524767472746142068546398834191294877727652321997998759784","12818804822497278493483165482493727434514762835739062539541311965272124535674","-140425173053205840879375284965202216974969885709531323346784794829219844715","-8020428409211438402897977148403687471266833744275325699871850520331770204412","-2180048941344600547168894821480134415609113231078122486035944127426207864146","9043361689906762816897707550659272816995544108354974779201629488208144938987","-10191807681179534085788842316753996637765779821360318758768612994736760610624","12133256618099255251749414147369524930746240021496791375583942660814729122104","15695006095929969477726721839613045569056371767392530783222999295574155506298","13904717242976402521873165086782030671665325543805760457123727582944683705842","13436913313263374847370266549138115667849961012777572775840398186044511687947","12772161450150220760269847101549128259889165194713309042442990603239637008801","13230548091661860516574408530933862460879885477806882659348457248526051889403","17515397544410283731015341880815707297945037687022182841827727673351459524031","-10299297618754625543306512793133463220389450818191484691694858689451820020374","-3016399552382948117650638750690820005734360732173008156524685813515892509843","-6121666550628757941689426166388676142260793126347950890736590058847307143013","19641576317251628135204898689607805144852444312050274989844189434604664218193","8218418615003623697736709261825182303608274824864652296392645989140362430664","15483891997992929134775465049822247245094147815482200977976588328106002306538","-14513870773801268906862666317415848859679496487865751448765600595535401341496","6315970195253036083857746607615054171100595404472800944990760372038210399187","-13905351770566776192653660209057294014430532959563160973121246814286737504409","15510419345622451556830996960043732168857553798530711680133746905647373087095","-14196321343554093883994045339373553952611204414813713401399460716556307447809","-4998933311714462512558805398566851027471161269629743319856181751112783381060","-12231526151454927404065685362875508084867673625350148808735048584838991457018","-9374766524266290075243978531791765596651443694290399754193464157260743511532","-7596898947451496628646584912376182794447824728178383505033015866010020291965","185822208179624618022292443851483881197104218104249523828998650211381290333","-2911605920946712041731825895458949560666918333191221407509111302610660622251","8270373664008462985668561829744419445516306872556192427282105305881339722163","-12535588847011664666824600909174766059031969302245139048613128784210439011994","20971303562117037053212380829054698433196152876529741741078600510730589299386","-13802277080535725820895877388888748877159600945159826180060686252235665900824","16139239863930375129544264295219046120568107011143169404471337239100700480586","-11933639345218877872507149131609010302703043039260447931555906270606193945039","10992001861795750248262496674796088035354979689598983510679798811141648084313","-397571390983829274192289028346274211289981294484301952819431946104208594086","16456843836714929726110285674786660602489803919519955145694921024086576343925","-3998160676375788915605577662879839872760086355234476294382691455002280025154","6617163866335543250886482853072719287527898513673720061993442262426356474252","-13575135958962817775045581287675550729664542216421346186325484087057053285150","7136268473154779264656390868785533256559001233438293984917826324651030275758","-7085588101026077960033478601737975110181250503191673643163922959842442511400","11383640282880477144227608731979178311333737765336035432430584644980552003074","-19818999709990418518877548768088978081395915021062226567811118483693145246003","14872735555995537474437397053974594338244124936093898040425840638493020199685","-17736617550178977719978427132699583760108847752956528023651939557277474983494","12855903811261173894891339579142400193702818960615102037978927125051041840667","-15284045970241889133681935787827598312738514308164683313194951853112788929384","3973553402239469607837515696865846275034309354495515828918192660241128768844","-1216175920392683597212997736292327563176484129838306150654361902670590948816","10347093850137285860776369759975582228851292679421214428310725057747383574440","-16504641297740460117800871087311969686127449761433510413380853381936074470373","3536257330534663650089687096217201808870362191344245210419631982789353573123","-7346253837498684485155809734442006381546097603969968202149780684787000286252","5797320058867342758474638849077194012269061334946124097093417740204077327781","-5357927413406835600358269972866674383077004469419423948580950331326086690357","92521095846007086205239313693447960852087675463222472177923445732076813589"],["0","-10506356578482852106678274757723492042503214912199696475274367220742903237276","-3242780941457403261765825978931805971873578399642720202132105343777795664464","-17847932387208972246547742107869460723756024983209825673164736649178417812219","18412083738695460202420802985006179577099933847264100131861809565506805775671","16838120364438587713448617060496657514619585406719088980479380986995561118277","18175565975139193382166561442288846465780698517985646465216570686778127431833","-16102243378761711020082552293251552195051025099417070099419703269998014864163","10149157243811604728013701799776389393552393962887929524550335050088539696976","-871247022005897097407511593730078809468195888194946935177813042661373393180","2620441557659203039308696127095805255077422822769737419359064036535279946643","-13533917469855428201157487305349161352603724002643236689303482944781162449264","-16866253365141487968712152779729987568591108685899610954400822595969851921110","-21282686925408730796151849662965745925710247725695649651686439740093057920079","-7631676826461392206599541731068508857801783848434075145744924013653612622987","-7059484569776129023461048920471054713784770268810341458548004606342835112535","17779573344032293187593987859864726265573885888801661823079862231794919180379","9589870600114922413999514504861462525474074370916863713223095255434526868614","13757253603814435436096054602348477073181929471824233558698894967470609235365","20945136171793997493677389980331300514317407254566718462850458869195748946144","16665189410155504301143297994061522855649425687020534847124389948416615492854","8079019601743440488725683302412073242886255193192554206216950772612815202728","17754002456464521372686227059257031318297951136266433876315089632750761511066","19281056835630937073289185441379275801421083374755939141679702734445323931887","11643247346924004109911825700805570676484509129458308151546021501411719329116","-12230848400709510012679021892643746201016412954778056556314454544043608133272","-9305858178577987785204175890326902488002863625584158069960605188934032806139","-8207303525583877695838488502720453193327962736104032013702340925773893360638","-18473185547298746184053794541103344733151374645042876766311056593852321114085","-13207323987235805414612381520263338708495050636777669376237221867827416067885","12874613527609973057729278239040358969898443794420138978930888762543651903119","-10527670924814239332299325509318670617979202706891464802763532255149766209437","-10464828281610949879790238799319430466079257364231544419434445218173162191719","-20132243059777936961323246514347380068277497884141235632423470372461024155014","21843640936530504488310848092878301939257166222966646489236417200964848445509","-11091531593418461003234968701177182294880667903266152599652645298258989616831","-2409047721576527945983704692660383669727844168659749724355295546123442363369","-8587315413452100155241665762379786355449750914361957533033621882982687837663","1484279888742710661578027094871103182099171357641054436023586381317910200343","21435122605355926210916387838531898737076115688225156066840416323648158391720","17122797404624250123901918220771970384319864698200230470661904418073316066712","17727062639713888704117437873386252368877801817710370153867203865108103707018","1508584750176476928285594996736320614305399886864799500251905997654992118789","15091830227374883520598000502952678003474627144923447495192644778661327733290","13697186330581192281045735232798637845046805733032066858119110069266197824432","18157253008718270302409531003225343805254867980788109309988723938762881150797","15288988389505053879260805213461508064906610463372742158528000777428400738758","-17189427104548388464249061264346276471991310630715765840352530643543068180483","-16849201684432671802084740146413549125040529051452873199483023708588461535522","-20698164968088129150485916922729441663832889911180502399223828736218305076220","3577121312418919640018414216189407736719034283443735917599142826008511298762","-9083268959471330814984719106335800291434735765367689281189368706620683696390","-3398951493712646746872440134903976088205730264852551072798161149013047038015","-18353495314036964645687131989007706856735132425470447653337982258900555902257","10099266590864145545081680411353945186760921770343884098360421970708035059446","3838917339160283577137581137672090320967995244979179007860983143718068388117","7739243745395187503926649669070355230116198334121455280755904713974683415366","20189688050057121330257578583751514479715310375031744835516863436874883937910","1751919327657362336895202474979392664278716914071465025356181227377290458735","-8253109955259146429987868086131115608969455171564545995994406351624644658626","2549522370034687835435222835992695534091629833792344797963312404282543742798","-13477879742231678553091994572427111475453603282237257863395161764379148816813","-11911189767684366178718876910270892457592448006379642921187622644721217999353","-4969782878522703844184083327678875204839492530113506467421100590098960915786","-13289800537396664138389990973658093904940188114395761263760853088192428430127","-16155641225328709183641849881006016427607025675922452000312508578214386031126","-18182003047892224215643540532343870422145934913888591221482459918130758246326","-5597840679043888319860634523285282508602405948120158450996885870679228110427","13390635409010072126005227008779941584216483862416738976985154109323710620919","5491718130173306049714974319847028009102456672321215748045873271592411474724","4742205530580639467515532591215157197900446329784742381803099206227124038179","-7785464906789325452642598611497537381010127222455396488366646045349788395888","14211875717465332576376568783072743646216312372219279251739809241257171349926","-12867856825470833832327545910188291269321612467986041293329602181060321788167","18147548102149348273527049604688236578267433665770133246399074169444932243389","-9360438097883763904988674465000482738364596839674545979864550894058470305498","4744077211814129713177082918865358806778337649745800675223345906398590771305","-16988223903793645000566208124765351430384071141343241607776886937753608208300","21053717868824723207278937270506395111162884832816929900613027399814958008426","-7377435221457949636529186866076735115578916877052790004643225946809570751084","20200392125827278878370332384954624746382053834404912577093104596491773857874","-19248004603417226281304120087491641852654241539054907050443519688008753066901","15539217891488433999840756311663122814714166730262197025028219659061747586178","-2942720250805180672631925988316525190541833966198793666384087008201925594694","9834689384220076494956243916595470538902585803825291875126532631654936407072","-8668780696241112333847202956547527256719393326888093842446906982159663637186","1571407333108439814543075730157893218181153677183976213802778706965419292946","-4206539217272728545880335210036446132729828395906609451564112280500778302859","3186905407256627260125502965225409062176455173200716379796476066508748459765","-514254426629865845178248405410426659797383865565055821338250461051278295443","20050135189020917427236397018932390904778177371334377516391311357321374272023","-15157345496864474100378593890561175195694207476728888591450945282353349963739","2398706580671474180945424163277902134871469970011163396803652132024648657347","-20701602550801287530459051208554321107635982475004735428752954739731437327818","451223515040927958372386940159651995267364560909686787123456803280762538333","-3123403364905113486951603816179202641824390788017584143447402225484909604552","5058480387637613291572731697741234692325352978602764020864901510425374288912","-16031397885043129873894012773538651922589211339206706605934290587984585427724","10894296800722081883304887831444377380420044465960033885454336885559782105610","-9383526525948640574780617460611830779152355650855747350424715124222147829541","14602741021478845609063628393146865259222541258874707038293891571846036263709"],["0","-15153398911273344384632127054408882753610406123364946880236249686897577591881","-8101742560796606807004701957098676108713871159895807329063567009273108160114","-20490693254114027086046002141486742802154704686246747630753749392416727926336","10985580274734620551287014780102978037091309719570355983662661410219366149173","11065346907284600246147524604476825308544013091073863293051121766469700838459","7119399678837440269968265408832797262342179277749289330212054799618668142761","18005753028904007492083085536076882618806040440096859083761102536606434917638","20004184765185139964939439446597215725194458197639287658216569925396019205695","-19324753747042795652235708424850822830644901274531010908263881145552260522140","-19861756223612747890004352533149264814674713305912286141736523781382588996936","-2339894769288404268484538536654026239174723083722239847736544066825267255500","-4091067552573583687856734662932008546340390431577595738677567708758805193174","-10054511481050730053291826538584355602849306938233361449219800019008111868906","-8908138686583153389495269109422056592394712127157519540481878090045338690529","-20139737894961926034179879789420179589886842731382162393796971119079284062809","6244180292694840253928516203886416768309708697713101823045959920018459621279","5110944629352940882972006580037036503399059750163540101991042951680358801091","4126742702426169982120309850270925537682827022159311260427064942729934750905","1840100495376144824583594487987913113049951430471609875949674205590420422738","18791951769023546290896216978808798737312082645748333319293745100727058703216","-18217854523551349303401312002597826323432676319377574910704002767115515372909","12601659873712167757598332749225266354429951173192589482394312050049732667034","-4301854677207954736784963803632780918345734367077009564241198446891258210710","-6004123280571447569286009800463369890057752653046143202774752108822951154543","-13518654918580562629748519356420123923291181902195547360468194591172061622609","-17996433568246216264608955312071646836903201629635956460072184678310805772924","-2694133950822734859437271447575611548484791404732603360129906248136318027585","-12040626314352010489367202927369775902928815183839482536227024658575094554626","-6288964242912483079131480601008408669441776806093377343055916728301894108317","984457562683832787261084920160482482124501582306069721883740030305704298145","16873052413940377418909394317078561669034056459416766436323937711395324597703","9986097853150661923744006658996912840673651458319748829854096820581897372504","8923056313274793757119874690228821117959260203803129451394510515482300816129","11702986535578229266523000949123516177075805617276569833430178306366937038051","-10073898549051161792032795576548846894365060960304616771127144662135846066749","-10737106916099543182799223435689185730534668178814904597014495048302509369145","-7168672021827960851547441027183665193249224555709181242769973558073284729482","-16548507327848234040147064481697625619462857300512589464132165779970293425914","-7115489585711323289067767856718195251544276651381455405502480636413517296112","10821562068070581159477264546500598242397591381180136616329849721501473894950","1132698085383015426905369891477768968504622576161715526899334736009157938044","20264697857695596956197656834711658883710572581250436542085731876794779510575","-16013456963491394474454447074668194580431736381929234216818295801615982382552","-8892705113645833101754928657284863818950451610555830095900168471511666753780","-5569981658491797828726568187596861999249159657565611336393265489537169545731","1907372948130289751966486716933220329848734891101721670915192354992655100140","-15796401982046811579680219911825834445262106423557171341061377839896541704515","-1855961438891087645322652238918846556996292358926107270630045452658358443806","-3266506476471629822379630563567899535207112010476758254321703363834980070769","10062529682740284122916674491871925062462170455650824742287889135604169276970","10306404762161542057287429802778076975533528392556595291419462023797984271392","18562302525134149074922503881900059092522290661135583403013927476599079685334","12323719357238963407478912521304451227416256029264201045712981259452689421550","13716509491885027774087589551033531487973554155047397760779432907843962210754","8128675605593589531720099652787495381244785834750214759222342490583239812722","21462371014161321953897396054528395026472797355534479449335493131567701819848","3707886183064662925485843599948168967691523163704168031142719871556661159812","16011789326888516429077135158780412439611168253161609347902825833769906104094","-9940240688841277806602984035613493900788798849424813935896057953882754362294","20512616410223793789322460674404438965192481063399511873320576025477887126520","7856771016589796491427014917554255378623045178971182259799865027929557469180","19151959577531286265196014718256581068727899549532842327658662390698667383791","-16491958727525236229975765110353071114877677327528547611429935072263891525673","19453907819559777282311549785192212667234231656226869734326979862056272192060","-6459546246221855774611419926138587462992970077237597029018499491558923533377","-3740290833083926246151050903660518279804116669868444047118957875796584216397","-2208862926626478817655361384215692856358142419871359926828332255695161593849","18362839861832124964957651992704489468792250307788731948063040582787913941488","-6726379647903697509376089869702953446442811249759453219883634548079474555347","11902495459012085519921935965205815765642361430623354490750569200888829634224","-508047589738987908543165118896548149396095271394528366826347648383956126822","13770679763878221813424724759415132404970598863969254856211353804682229168018","-15660250119790083204049381362931162463342998889398518796317677707888358970174","7212216608919206649911714058850015546496321697075723032104218715392926343556","-12576433562668887928974437480786687284980630984435084027873908733141829418606","8276034458597454942807966333046405621722730914276167086425577292409493623372","-8990409327134034294184170308281663449871706010075607989785003259343625164456","9506428433531813389121972521679056806789761150749523515507703089342751576641","-7919861149849655704439693137132353007370133916486175084755991173869523085629","21723077468001315493184541622981663320084944515231728959537509709386491279958","-943811474495052622628815401220710289894503847978231916516802530475687351583","15956352485967592243018309131537781521256759240338090922178537594202740813564","-2710793069458462398202869164462673037286325064687202288320925615185528174622","6936675501241231489585839876344686680538934211724789493224377520226540199568","-20381740160473183110121245635706436722998252292132182233643470954687594108520","11768990413145812255192391078500790186001664120114869497903772732168391857539","-3927365895976607630316698094308721574400403149958218434215064019936000152628","9711228087177260916427950961819385562057145952223431555020775396735326761336","-8337357699310755745506035878579286149841502048894160522830950705142219701697","4623442003682815757700446126293702041305876838961880307655851981331054969452","-3671503653343124297788985232169440412313482809894191899462438629475458199510","19434660517033556750048555160410075492673768943159429883899644912336194571344","-17431130323925702199763962128227720166755136700100454299750647329183557111562","16018162906014263712984447073980702118059300234802354689356372299437603943638","-19779341765387544649925646398246765083534989231165616679087694454017768396620","16075587667699077988353884781945772258789715115398298407971217871443302365993","-9204824085808974391078375000620812077652698175882580224742372428474693759480","7476408229880380055408765790941865033156425792637882583185704159503649492255","-18422848409697018402315824727736795629209899161657158229422348089157494867118","17648448741910581542297026093355832186355510692843669635789639590708833977332"],["0","-2432026985759919469138489527250808343172040488935114856064496732566087952713","14619817431877105793612338221888655204377095545731326828662120879735653951696","13114857134067082496732254489111902695248248515332609036875611060721833568665","4391407872316486853614832604996705267774237570868362437807011478325662642236","2098787894522100705763248258307811538936000750139332642633295146994691452402","13727318624878307427509716144601689943749135978377941034548855297420940035003","4692236965538359112657001865833749749885938111289055221963923973356774852581","21265908815372405337865267041716896727408099191100775080464138609478063844511","14698127514324442416793301855304943568020136931742936147519211503250320877684","21638045419996857119340694350578659881622316899602361340652564563409947745474","15799822330092510241642086801883128959747600182830634357790506144465621494999","2017326650339631287421029680193990886768812221357751906254081761163782458789","43826294702771955851610826372404251399190938873166984560328651807062521516","6248105486529711995909452108094188835445391541764471573782261526065719690303","-10271708239928930935069950617176911513585705497218445879516340513435497737251","101204565190843491560095870218819435260349410858935221032399598508017842018","-14232530554266246866939152999574197422504894161879050686100971479251598121246","1830855412618423331365666995887601198747113298056586139491051541536765080120","21001404567518132961485806581155920908737945987395731794424788152927430883647","11868723653135337196325773496937717376869860362048147853910097439635287954488","15449120887739968389100380714160029964145685950011592284594517441554718516999","4346619960542976605272862032494980020363266549153079230801747329870254612914","-16660790519529304934217846062534817838396609013592014442577566838960096357867","4103621590266122442305340528974853041637319055393673797090012863144711231339","-8675207620171631947150911507223300536056983340759663228298860680530557806423","-16048358299592294323586324907920790744862766447737218011904160413439276837739","-7050522633258472829436115016278849322880388796349939955916066135658059449284","7733800873394039144760534350017665646908128980424895035837797965685553815995","-5595476644141288247470679259913386731188581977645464813459429435533436480803","20546157037899242920915106858133759693911960102233464776901244024845202975816","8842770971313428525170531072232247865654870710920079769597576565857238863187","12645453224457235605597745101393319045854777583397289984252829943479628508838","9908665006806062094241397565435030593687682657055204052866363237465431622639","4944666081482292299844646979452890385437407550151793222095412267292216229698","-3117453465221404265206342549219382790643018171840806986843080490080316572731","-7899591147867428722731605689208915279142266680039384270007522770100566888264","-15340104043142381976712529002201625304177445293366885062728916607592059646745","-10434507066619199230554491854859191078769916562673480919387534972875735627950","-19617137373218689587033771806807020093469645863752533553988063145792273768792","-10132891051069602875100223654715735117821543888667646392668423819871937203642","-6049413146049830769815318597176851488070984463339173311459440772751172811408","16486098337505538457894105664322123838002971679521253114951723333491326847642","15055969597886814589625445697991739040693691120408091357197158635875583209273","14085098390946069209910132092592789222605697020277682751587504764548704981246","19453733498173507962430399754782279716193654175574408904237703538442975519137","3648213422663879775026493190357344272855364070396563868711627225368821663537","-20553049891469709037428712111893757492557746830865271994460944295622255148221","-9746622249515716237592467136662013630732331386794129877872901944484182447134","-9102628819170801746276279506656229983756762017674433755843082631962485945470","-11943325027712795361280951174772803258261807050909348622012458224858862565687","-16203216824548755645761678897477488173595465510275606042925652478850475929982","-15186344485058340656284548985762956865752058780371607164806644774840628381315","-12617880137031416186000439053539789223958978209317966769313218556034175662354","-3650933930377236209981340666084173466934208675112569521941872665443074939392","-2331441522823581377475822887164408490158946165386014684551588460433548922569","-15521731268758394152567536522892676828337845525627817246293338406475091837518","-14997908693185824090007700094042084473724422648482385012808201685139289636389","7944072588262779176187661617153940037847573453251376244608078938130781093295","-8626491169546842789902511506182294673252381989361527857362218631353143858512","21217839847537599936824303575487818247305903544734833177134893042333746720702","-6428246380669312278635909226319980745723332089688122371052894074928272599521","-10143804572414133121363130780769386167140224687416766640769530332063668422768","-19819602485426371652504330028610022419538867154224091925567021501227967535176","6688861513355377250450986899251686850014675303231573058687587101646298638963","-4899423998068240519756863315030788594180013083651207311276680366114599115624","-20390191113466770153033657168380492703345153331351155127186837423967241167282","-13890653976064443695128527247600016296123724720907784372362585219189296701991","-17886378728066863906790793168418740098719051617402726008553017150239960399716","-16085194876202946851026671829209782385946173225846133775190614369217054552839","15438134025811731769903474379759588140452414309694820113227147632433705366536","-18286994955143730330813471245449573734221051554328767536228054324549158342305","5592676090195261313606055122730301920143366470047004988232093602431241322878","-7716202931899145055799566021205800473384726570197675966614200060307349518985","287515396340509792688041294231472792849729473675173512834463368030855297803","-12483811194139045352194899333107009649856470298514752039102579662558862126697","6623817619821063967577484635631591499657652835175707204882227440271348368759","-17822342533517844225908327697289332183384466901233358761012058728991610854975","1531136093181029000205139111723485524885496388024248734025208724862864730690","-4648101112029875202394423547447540403718537875743031653135984941580201834665","14832633926271964718672153065707989265314941014598867396696902300891701117711","-10427682652304773698456760979699440607154227039760952479170840104442624534117","18776621078618612201332732082421071572358703211544516303824097333387829236359","-1069229806986556369611563103154946320047875596146954984175783780382274848290","20800591679572394706995679423155286231147616376549982653502805336713474218039","-2321333054865596413000129109779931168979778787518726062469050524616518314329","18667244668435306106655216776080544000109804142574912678967567740602857596713","-10988103021020661960940278629102767417864157103792010054068070445646191123981","9714317860213457512741387770623650573973003911006489166475875634857055649205","-20246550035335875044840167723930787077075000358395072535743014129924401298633","8269869375875260931628695051048032971798689485388604517878970001870763223682","-2265049063383430910922716967861523241369226443554597918262059554634228465714","434337011557411956844354994945622960170862879802716390084041150037872064168","-7132273239905795546447389776198005562901840642828660944264491893882194199308","8775024615627485276560982806350883455238936618672168496104355986630558248360","-8148670346767987054151375352449964304511244642004255111388011516896033564847","13301587666132893004736410174392643714470759527486279461141344043128417424220","-10572698659278738632519489476529399100475506481663739823581860896879031039538","12990450118279145167905531916923686909686891172861817481257644637543325150428","-14091084519281080622353222813368674333323797826523056701671987216530194965488","11620176504249012308009410897803954620824858309642777347601251114598374605670"],["0","-178529060786954518757325","18772478172031610941797249875570063692541159988905755121914223907041919236226","-12987713244017413015115830378986350404447728392506778478033100784562005898047","20734823359989857960815220721461578604620913703201227618926119914503571245090","13350098120442787450616832448688828249573116788901578688539150869379837542497","1980975584958109146248056736702691955112729384184012461811644069175175278190","3958540610698856762672639737471979501661499186789142759324198570708606479140","21713840706682909027409119720610350439627629632150782029631668874086966847464","20440919455057771235801323893985799552464061364540089976480342560189806770900","15653960051696801530300498881931801284162750071072360010517316667177422048034","-4677978514739769885514921617973346485160441360987670815461676099418597810556","-9574619532497376049602866535002110387451921209622044165089593883034838983319","-12464755437867423778714731308397111925150473322973367962028678140823173360375","-7522146300125907925115096449080461499813130667850423434676009401256048436813","-5244077095579437401765204193745997121502793529593203067697573374441600162998","1980018277181586191986395436857187141482613116737018622235201767794915206593","-13945764178421528614146697980382985433007164570175073436600294213082907564991","14847919544149714937177762521137680677010504439879354761034425823788410747542","8569869324344186112606614737598709952497369510231897938184631292866740996285","14105805053363200523210756770767878651020420509681915074421933684184312153141","-14421101371517526286173283467954427731182476673000433569789680868139512621327","-16397449711069992293999696590153779852683734806848414453821229638998142715824","-20916755079507087742605084277433819334850626404141435443180044165447204009711","-6137847778443435203078450474544561438906511880857893281943412752358733434161","-21692184941205776947904131070812928992565288009226612647032884648641984269074","-14672772937283484120247839812398735857501332451581675512956632956706618740855","-5427535130030684231391183271810621881401638766375395630485667919419265804263","-3514217718562467373444786835183992442714119238978938991720855362093040111961","-972655835445789818344659974347769130849605751803776835834800542971440240370","18229409547877917642378821444702869801870528795062335320270796461433327269489","17995447679540358519021293887854270871624925125845078343690595856020383727074","1362706849573184080977755004022511562144043932419602599412109319440489837980","20287343969267267143832024208956767319378422713386732072396766963814897001255","6944484124556974051070901979418711032924589008743438471153898049699583967436","-19233284053689908709304627636601786129705885865191105125646335814784062949528","-16992862237667406381764322894314657434877481835391208659470672549070807975122","-6413837801148165780254522669452523867884316127114745044307814417915003980946","-15655560718871806681098607761343950385010716726970752637724630761956002021905","-17374816092156177708648961353234942617313411339981027683995811001869977280529","17834399500855541785445246294693073840112509643511664448250747516032260840838","21658176307583157157142568513832898288697438939142575670851720877349692799620","11864999867303030518376090719252349652001885629754004973458477909069819292242","-7945765035460979460130486053704852621352146305190987334624214407843837246561","-9137522629304445659859508739252451054082873911923498387756346099261994811367","-15955241183323310574784196352418480051650407817135698648863979239297301545695","17029127887228849996523635640685034879081939447904897456475431404595456716668","21349954694290407254254608340165452840803426985777779244053307888376474683109","7242987762891655031180369465183379493197448139387488694147282658441580059486","-7358362000532732701711534360082238093253341799665573047451503185820508015061","-20081758482487746685055840157547869915553182427383525317230842229056073330714","-13888110808667299790850455507044812497164407631526304326041091981924531668077","-9361149330044147972234001317970585553084371016452767927296680336153363196906","-4952889555143503841268765721497192375047347568600192967659810945712546223044","2968941785109932642944885665901548517945891265017178028940821216905183558300","3533501555054685107155848736897770660559238882757520123957145192624158110037","7522706520764056112408210098312713409121223468352577356227327037049041849378","-8839243919014709383590858079214965502797861705069175307741919423994205949504","8077491920382337511910307836671872741243324226280457930749986746105913790052","6885545229027865329182813824749334037361234982677146966711021096917188436281","13942766900648839311393238597997911405141939158967061026191618134648343918865","-21038035360326509302950995710687951019909735980866294742838879371913369181475","8880411971242564768896553026556262039543560818698197802381985592547429818019","2408029651761879273304404840671647050267897610485379080286899291543302567883","7696025954579740959840152897082009639956951159384298115342368077546622472975","-9315397551248236930808195813435289881836554022526205260617772464749129297424","-19156505256400613041655711931845827342618479676379763748110408130637723728475","-8729582112391386116280551726578161567005479888048483712863690626324458376323","8714664578657633939383451361824067138001970887108225177533001720720000141578","-476296029778969466125737281658892685096378202140509805833036498008243902881","5320356397685797710097777683125935504576655555006407740591346926820839032211","-5080986581062450391913168892435449149948850012570350392411832570489178002407","17306778610447035478896661308410686335538038424253673763274139563971971591622","-3165340642527498328321307792515283877003487854465637242462459559653545522607","19608013901336247799500358706934094718494465208357294452008579085411876604833","-19984510614838975793728838618396820318071772621672770287214934256363719922738","4197194712528330762600404243849020922076024130878722688840512051725636973881","-4234346953571256500301411047133706963298929203289316696376137210995728437292","6317084480500565179132182964651168366171554649873148496977590650780672795628","-10644238345329356874663574975394152236850940482049109971423980750886105264278","8074849727669280452585929071263239084719344872560123438403618530329947279862","-12708755815011484612694547034214829886872714275942188549817969202309285574558","13740495450628936413939878357113196527478759524166133008431272759456598427636","-21120983977677005443321300571416748384247028806713150962301938689208761875259","17291618925928988075056832946065122258537193595615998594779659878574943564100","-16457372681456719308754809588676748949790922079088603064292561066139196333986","4641505915814432783064643901723229459146221913854565880321840100942705459641","-13913117127183170991186833300709994031003688060557909632669126145475651730081","8006994935689026532827145941312818076532951107193455881570613188733974803054","-3746421635250848966535152440095259502728254053482768170421188051583553156570","12451581950148370739949918365401340212651149390770604677895852955394325297070","-238053204361050641248612594608490026829208483272254125390270659045581435343","20521063271236676508168553707207190494103161807554943990270781430148037559835","-16138418590258640867649683294339258336864119061054570678043786247459049136906","1602305430151141580302609984117276083144346006546222322500737961217522089528","-15408603647637225248123381023477108960288327378330571276606027505076704415532","6653751341252305714739094639161264987216789989390249355763461847972264135196","-20243048690893860383203973964832221767031902515498830152670089755275485523896","5111206469617556157411964684611290475003723873574247519176281607908694490757","-7629003092705927394762036913514514735051713374115293762121569282762202380514","11917579652469391554164961239435863123621322179233682435171846239621868305336"],["0","-2264300986741993988508248870199028457436037696594761745525751745222099315519","15354957461331214722623257044116970899144683123580001565771481031344056974927","17784349091509651719384517325718002948416769263770700822115929562283464533712","17647890657823975051327831175479165927840278038786907167287918272986550731023","19129104874124218835304621569969474389003278151378071802694219444170753778196","16417546995712670355747312075045774168398430619007655382344994884460818457236","-503098425449695230974315046703963377679048563641567196797634205438814522647","17656810584165326597462909970093931612303892611410682305025182897009600868215","-11266207481845760955923553122990600361919752353273874867888339435891664566442","-12557337688075977166768612907521893848129605270038752109786939813451387310623","-1334714088296745336929802191775017759610101259188893320033064212348532283832","-580213568880613617908705804440552823305078215313402652834584288478898006935","-10103649365449337059287104378106173688282724654516387275018950854524250810811","21431038821902034490322036650474595932739222052590204843816157344266642645474","-21506894023556158068061625410702618240489273092326361778386965859698541589623","6607779714463263754075282437157942442008291966528565872519524805188986588063","8763935345770616530068558927349156394382113516417004430807162007769741469288","11482383966676524067066804399763548546494677862180095051425177609970430616299","14073362972750347088906956708218510005303964775236301468522614297012522911577","12170788192087850883658632862806080497716580980279890220288635150171921317357","-5887963778088081959750087726716080754829466275361044893361771575395444351472","5050076228078432984558194681585150009293375766040764224218567270815277535315","-6655629559659130319881113997078246532836642298474438939973230658682533985232","19772275338320598255782473419145434653221373770474116666724904611759612770280","20013003376352807898093294219208251243753319353161747620673138878492647749637","5064356659007901816976516014659060628847860325449943179954009890632946791681","17108320862383702111469839140557449740812509252817783758312530169587758215980","11230095971543754660319298681329642527532450292719476561600778508818947670771","-6274851186084820946713709870398947841093132034268918141343307149822646752151","16669444210685983236201135143019160340097953535553433402158771398596696046224","12404022854480301505117484155196053127351859003240858792045868562305551947644","13510799145117530381955994032542448584484929008601230971301449327122397331117","3405111514817020436769209917182094858047146651389411563454080118068734640002","17636275413700135632559210462218324989100956349043691413738929242684615928464","-7191706394087015805475056206013144564659585026746864876907867962507548366222","-14071989803336447261140044881069441926301751716963780991346536982115387905743","-1946763752141640515356243333855446624079942378504954768171251847519737477762","10599696070536598701878740011334018063107276364593961075751298741744595735563","-18561023448552372014127383693902487144973722596568147055934534483028424266021","7173697873139732011418282539663763757168972399207423188885970854563753232095","-15059950109947265864837188171714822431872581207658457960023951330910962196993","636952806011027903807914518962850383137533614572638229905616543136523354373","-16898667286057238397925772445785390226071551274151319225964873500246209056940","-21313624640399523950836716813099062809753054848938185443484704139738309274224","-3585159009251782975718064292192523930334125813527429231936087369538456645613","-9153207346489542244387651051142658277190359919467670949854114883368468099167","-9877878380034695460152944664917231919351014662189621646093552810424866996060","5856786840623212154195030155397674815134953796807030377434249456401141175047","8961463831342361456893171996321786542006794278379602610150515434194293597886","21062772670053619638917883668798380054377471574880607551121855824244554861450","-6376413460864981443161762782637648513248877732415307630552647808895054423868","10880858930752146169506212246343216270872978655525075998367208698887148672150","3924929025489163840289479779321115861519877591442785981760625356362389645349","9433438041697075309647537213289476431739051607618513928451360621494535094872","-15568653115868847838664768610352551121280209771771363827918842280296850799159","-3848714177476382769436979733614131187502322851594698009310604232565445601697","-3545371803332040319239149786442902284461668898881042289656585586543498163903","18277210932658319453076126966397086804107257112487273236294779709209667179133","19014875727932521644941705499214378598954733528684738094645147951322552457523","20031376672772384631940538604377495202047046175792606243762423600935079774621","-15899662473621143897755093111759348119997207369227540830338769998948922379948","3456505990346198679447904979625262219435920007143344918696223494533313675061","14210476605978102049003237479840645580101303146635282077086547378359365639007","11293189865683821212946791446651040278369783059159238764629189596727884380511","-2673808890083349204132439275355770629851124450906460385443015579000801635454","-11576293377941828659151067870256888959134069015483287885012292965148267536509","-9403880320486819175118719371752001962725853968008138531505414422750311076192","2034427700208946702334727188579610691660135971179161548446337749936094082322","-17483769769631542270279742146685749457784832228964948856713242602553534482089","3207536048793684757237718727418464353941283618761488327446654225010592473577","-13618831005592023206839151838900774501556236726962035529423895871151847278424","4325984712594067059762836565276326197572152876889906161201743434717547126843","-12357294873724028573285174766360149674767219231113074911404166694645667833550","11770050962495709406392282693755284001350380870010140078731371233882995876743","-18094841229973345263840495540888090148203406808518456220287000275054451443901","19590333875262450845349068910952722030584552644533087487080644916275882967252","-10312636684964253673656996873467535719207945251840254860022079037393558644030","6027146846619021683972641938526073110645382843835219167733228059049123591755","-8923308581920005136055469236053608522773869940891063831917451517117088998625","13675231223091347153557254395978537947112649637185393074217608851757901431679","-12643375167745085509880597004864681402044371218199187889988404540576926500674","15066348463848716486957872372984360025679234316381896773678572140007445549533","-8966312112113857282674309200447112366428322958063034430873760084661205777562","11634156336330816330503403993422618129973711254046826168997643444045181654471","-20714768827856843268010754432812215457713301134241964613600057669828063542973","4214121179131420854300068942041998599427511310060591956562662659339877901462","-70053364108836006710519860982289588121586928262655278170878061609732397979","17428940691696842868233584133831835306875805565306426096941738345239033742054","-19819357702439562766753447413352818929193791003505184172962680577988600823958","21278546408663667553619660323932377765177886434348832473844494828966348830749","-10851034925850826002155299472243810226389825624735887575816778020590015463307","9233228884637280096999606324666901171831535537451281207663805051646243956821","-11161370342656851662067411997700429423278692950076017724637214825056950189890","16593076746799678356736492541733992881549886583126705695813850893687202165171","-15317793191353396089093404691678922080503345941438996103911342759004213714188","12367271485514795430702707843585054729991853885766836009747938937399087555571","-14685598138329814936731365183072961825045335151792364970538536622364523407452","13148323228761467885763693675992661933743452988820750439013371106029933879242","-12157034415401654135224253895063849453589950440322622522310908595415433226842","2866507190044573884714421993333816686442912838381529015401718992068456804391"],["0","-979077994053698160798792","-5977113199446096410040229549823000383363926401119682131920125988943002378918","-21604579713189620052309552601432886397400376060949077586840846538398544209797","1531240219343892823922963888869411385646582791935759762097375527707619000549","11987285378090171114162192385241611809129783574392775610523395084766080014807","15275595907627309692924168856749517842867814073237822055291873925182248561188","-862956398837138714745318664234662325576232469089613711054487081935219182647","17808053608842726050538578454411116280939629771567759710166421116720729512507","3221954785750681198817773827535620237499150759920356594613759437150277908050","6666781888056158416672144325090221902497456118178806806148578995343082435480","21376532714427911190957204484678194117117095840410145677934171269769868461644","7066233628274487697749685602796336521611174021808858059247119680402107611724","7447857262754098471364959805090532346260301268827779067332165317497851944641","11246736779010509264663057432076032899410151940834933328517066830705326212532","-20792403305591425882916063530460708702216223441526420349902841248156368916972","9975038264731434369086194048843122450914837245096485977887454826070280772059","-4676953749760908189020141918877569112510404818086463181731787520735126158296","14856866180855193133114404839996342995756107090209510030981352183772783999773","7435798534108961106741223585450696194389967451292814793540158132854967082137","18701094550507813188883697160019258295480779266841399661209193292808227035116","-1362319690282975790538466000756045495971082535230352834541812508614441766972","-6688578108766396426608085987001654636708774168215038577970741158318791744051","-2084230325093014118949514186748194628885623396664239792370812047158164311189","-14553234663228213943474755001127328366452869199514220454777679722064175345478","-20901055190284294401931720677797123322015671487149450065323681351539597725520","17410211092179392049409856485071418118011311518043892525442111216327985817023","-19020122066617322507912054596997086303840951488640149987038905428468060093258","-729002603282344749267525017518404842693484703559730947155412107172714614945","-9103175048677214060620258518063321121737340124644489981348157615755572207513","17756109798647302611869948195975591289749798343880920880710871236763930398311","-7355011474656829540249828798603141163087794019561337623001173303039180723792","-4226605574573435415171811413060626198693350938691961199598309809595677414864","-8251428756263269080346807903376558810254113660649537559742549993111695355501","-4068458507955855841386185891961160833145539372034528095419746084141098469413","-15269568966283175225803185662587926791339660930301423934431770164985977174630","-12051224794904046653069824831349170470832289322575673359083560572537879590040","-15663074723534907643370037002455395927390322733953625618247366212881869957160","-19891133780969144957838571200939873151933062438561452558793306344656986356186","-8338628190251958588491055568375009406859835786898739485119651615759124818374","17061711385637539044049750956273908758564653448745591953593160195385789921479","1394168543486051774837238396370483446936201114877683841631488267284093995438","19532648649217066305717122250376637224937736288529010152752161612210809609149","-21171419397014230218333625373017308584405175493186017306996991178279139389907","-11598001368120503334418688515330285889600748114993611902563003966170516668447","-18405113386831543169761218409477917586630915519656912653110431381424271108093","-21786692782670454208264959427299762762467651214313110489413404223038525945953","-1443449498364577616234966533032832950969151588055180986790056373416046623289","-7927446723300246943426284521269207390257600085083379131772920763499402482751","-2039527964441539881323257578159095787028126708278180221486573162653465987659","6978077426794792976382485212450022430482064006189093810541735605701794503631","7337616864985644546177850340102631680289462931654317165025867662283144771849","11912663053880602366234535214652456487986953181617830591488353894188709456027","10346062739993570657772241921148799868659552076354702771723733929247015857637","21073998172024097776276648802069494808000017700794500023046848365264792946820","-4985467904127704310200002620698097998322996592308150854397607475971445903681","11982837492199040598002074335182099735726433852385207000412922750831427452466","667546301061826377474511442472266893350790435306031199119779118741509190765","19458646829339073874508796466806695765526960844088775810481645519657497420180","-11205544550988632603890296420727195376903670744373223786566457007891522295733","10943983290759413122231510618397542000891628478222588903997191976519195708488","-18565164223951675285357647512868378037409205807228494499795027032892242617425","19914186388941422766753648917321947684063239711964245013457866284058698387443","-5405316094030032433907914075580010228942995080231431114745294989614152985421","-4320489008514907518861102099295057421036182627836383852857816248493877312637","-5806889134820602554364773106209040507930070544261263914151841477922757985755","-17478113359469391759972900362925973607433782767341360399015757592626366459631","-12254854379629232362167166741327833695080754024825416210582460208275028174095","-4831864504444545981684212365677060623102492934571769529508266099909898119232","-18589118545564410710522625667644418904799161572496477393268850410616921590058","17561176313085855175718357146728785960580766800443137585880941159951361885697","-12486503136914590361746037475255874322559347696223039845238970193079119188904","6439274895913925892574415576166661977575127881652934077855698026702759289647","-14682303545834546669093612412122331037458269805304103153904348156491847449649","20759740966443407919580244626608425152381766202579750636865945567211136244174","-10389819340792703204849185875379467289593403974139997329438241225290370154232","5623479654579610001901277208612529483255000522189542542774969166309600725971","-13002815263218085695693062981244211494482121964543388756685482440005845809534","12567754044244452386943957891098112566428136163553914395525125659251421254544","-20035511627240214657233669217260770149213505561770711068437890534960841979699","1828452273099424079548964614641530147625872426854250550478579041145376467405","-4591379596612630840631049948246128772998094039194367388333342685681625717439","12121764717275233353558868195747174959124225203242640664262464198912856819263","-10070161109054903447583130192111628632307351931709146280760666196238286227896","10353203021053228197074726109316507107555100664215663071354764822700961616722","-570525961704853284016220427142080057039351102304504246781301002494685349087","8235021280695956659900857426925763422971406569465557916064547135118813945385","-11125397383877891850454668219972798281232563562680405344351887172793817330614","3404968178199594940276957360497925975437134289993099586949498116109222505076","-2004367047637490241858379242295729018382004239979637232804984811744940324257","3363910616009394732110767476876798097111947527717427266257357690601731376762","-1498704148915499089120849467624335535538077692088281398975220257457922304109","2728475962068165375219999866249684372445870375436042772725277126009919971584","-8010457903007940520770886633049450003571772199065793092990720798213528936935","5567540113877040181240329288643454450435765070532218900504353582347068463079","-20833215668036799258967166715302882491140097141822854852680772127133836440031","9956352451227205000019215223233159488544646664662336653796222600254026980483","-7582607645859731369949023568250775012710985004618907853106583851040475244488","20310448990889538938878890359426001641189664581098225388496900215968603132268","-9385567016291204559013246067441016744671333316002394592949010606170814643917","2700838228024861069149310438721453047122730856010662879151820199620835911042"],["0","-13415374663385362232989732553544781505884481406706599555020244280048921463533","-695693002865889462177260161817995159645126592611812974789044775033226634228","-3082021241348804785073242914794822409976592458445956465243248945726291716984","-167816823439641685638583720442149696695445303074651682308190521801005025493","-20235209554733841833718487362735809516147673115793672189982756317684789878744","-7331597824226898409955515218865905086337208470457599287733610286389550499136","-2658877403701226195768370993018540474547480769686124260806514535334444125482","13095037929769904090231282617165259776588162101939521793819549631440412453718","7479289669447554638626457069667728713585818216827191267210771541711888261782","18546311014758762326932633389543602719449791108779137161825190205552807959823","-17932367320000626544699831731279077961283376380136044155335860509463462873615","-21318416046524569871684909849049869225429876263558101387338325157037690841382","-13874467586606468487962878204579446651005422965593137606056024761605040173781","-18992548585432692775611174672984694458235286449915232512100997222582020612004","-10660964483935870783337059295448177907891853085027971943501488411901866472028","7479385556165312432510151785541097580462718870055548220114510884663513951471","11279156583514661174896079023303555497590454180761407733909696446971443031159","10331912825311076182132017004164227583512569403620075597746475899970008177035","-4333430829829766457582596893812719175448822592399824337451222209386907411588","18390312764234322575354603076979928041069429106695313149493940566101421378690","-14814837571346089005722168244498060468548753132352245722715484988163557023789","3698365683207975525975059863396783337819439324551152035252304705023896372603","-6905558509182724133191840758682517990177373467972603692786108818997760997296","-12030117630833780727580197415374633695230745236511527651077390622624221099722","-7500149568503431804644321533882247013594463451226661442639674879631996876409","-6806407775468387617903070872807840514547033863452475076695341627280736159786","-12894563374987407932045245983975173715313769158349131085751748187518275672985","-9205088945651833465944614130989594086122663380647796190931792718460535293210","-5580075156047390231767172152312971719748988726279625149310876843372301510951","18709306011704488608782726196476860006818418951588099334796005529194106272583","-5353923446114386538348093777593942973668367152316664535500582718723055106365","19369253781003314596403552735860713679297807973735734269038705096220447509017","-14586695450089245191689409755102817883826845737939840069885463160190345873435","-5801450512532554373110310632871965894342049328093529873567624541477363258661","-13694067539190498386858129552208942242781382445818019108549520085070396941406","-14531655617950904035327252011426046721130768468939250250700189654408427712548","-10827417493689931728640798616587959239040528218744193548537918737098191907851","-15602666194512294244538690477963332212402094744464628762419467196291100286237","-20104543895417201626145361779886579585042520398287990737653796691028529867556","-20614455362931209931531150667659175363074626531392469876046610849115526235417","-7206281766825720861789215537096554922101841641613575796380099432622207675653","2420067891144003774087977201234079908624539521817627372561410223928671836439","-21498291705996559556663663618341731981385749573986625322841313659931628945678","-18230805764840912578187209046543349854198783419963708569123623699910954911983","-19362082220538951622507416112647409185110578956348644023675184182795260698624","5443000716854024503548900591878134603633311497711175401341475101673517619681","8097531982564322316474137024696116260229041700373654898369994573119178677604","2993441913646943911051752373709666868598813841371715886477878903552655864662","-693242075658459619749123680070223813511776682179419273756106580760237262753","20089022454809619959598414928363924157881094423022337072525864859009996891530","15483098280610441260536210168432054509318580641859975806016240783495717193201","13949960587870774670403644029810988224822309935928653420537669283971415230871","15903334076714541349662438061958858568723202951364770718085513741577404273032","12566521475773559216773235896579625580230314594605891275041632545034350932508","14451914547720535663120536982641108592416615720879347412879415391520831619255","13116268310622065250285582358707979697032808916745837268084184164589087760372","15894658620707669618736982599164737579083043115751013672731750368198998263317","3684019804235294498977509671954925824485363322483878491730295940003382135645","-16728697628908597110617026584613656238877875020097723175186904454853762809174","-12470499647956780098319605456164595860454432974987284579319623752848678273750","-12333142672777197903535100616786372903491689834071494810992035302284753080170","7733882234610088685744120705324063446297974790094678913004991632638247062399","-19240776332719039870398427405706927983176476941708449373598015360676791676647","5397559233122049613625012705029019265238887213727275145344270384566689464792","-15056392374521536101451115497718612656521952955961062169654246749183238465222","-4441678761052486273842708908460658912088392559706971364174744722134011498616","-3540214343286302595386957060884630495830797018792283954370837453961646018699","-8304946309473846887110336604724503917724339247290109105950365710839449332927","-12225052872369410056952975829516655507835368668051385508413565350210727720078","18366620707773155504909567011696260422574143351252279808509231904921018924198","-7763306476455616745725560288648395162145490542233265027114983882127043034389","14742697833056291751956589238910064943825405259033814388972506180641511753053","-12569877115120667151976956170458159414071396902964131635147374713239135223041","12288236240360502494573691039206479911978722963266777853651591456964172974471","-21282072403734910209095541823432400996192239204060834706230758936493036311634","6971981162865191188561806323152532777837111810472893017315714821587552925619","-674786579732445969924684533118932645371861513344308811608333338562193231266","1473323564427311686223766433926102065707221924923332025541244649583990346895","-2766789177791799171754717186816317874793582776720038602243856846508496541017","9419947466047088921573683460860828989176271445657791296924549702899056471092","-20460277457343175384337359417722077354791265232842470400108199866564502421544","7205434770647974531996900208773308151498324922021178575353279890298380481877","-2662081783358385813129379001064037952711930913498545582866434918397777696327","380790725092767395499464846507435625348900389640150177878469651695385168325","-21196135528483275537959740186810519452168026067232610829842530555765125255528","19862769736453592059454446784839385124610834665121294819447866171598921382840","-20137651762005447335936876995659097875721853455904645657432083646853456720992","13283736068115175228866304658242886029130559844431879218192589114201296402266","-8746057013226149010264810627642553048776746271818910922518427161012153489676","14724181272646035427573924556144944440948881153152428540623261610051758919450","-5252262779054644041181801733549927072688263424032855163679679719910942442992","9770973758569286463852370659019537958763965432347121865654963672427333668129","-8151650322129274380954666795868554096200265581016206236943443976546567588114","20035976019459355488669392815017341446759976909406761947754791397132948734503","-12619091838146061421385831636125936865101906597007713970058593059161346048760","15881395189451182839553582060282149933055967807801150581969035148611188782059","-9046300069858666589082265110131771062000616909284702149729012463229085808564","15039677336777201463330216419317905602485836117256403997110195180242026820458","-13854417502153749671665391662747703864583250587665683487929775586809988290937","8022780047582104180789560780472380273302455744760460817204408701872827617400"],["0","-17908562349686679727292513791574134163357752691249473714770439105959165541023","-19480891101504738913571132439959505407103033048085472320881041375904943876712","-21048722330742692069988657769227294555802145760250721775785331913050051657803","15455174512347408386749587639448187305495992475167525843402073523453796646842","-12538025337967153494543370567821360233044603981568668063895049341043482760814","-10951195209211927364782692984814569603264615760731426679348319590477534068338","-3734423995683037224833813438424885502586572922861806413782083835647395467190","11397041543977886729217348525042693299670936667404624329415719808385836627674","3359260989769853246570795438695647095203550734978027132153443873218530913315","6461297351320360449865663226014905710033342010449155986448281805678539718065","-21554255613944760557596299218057258910607783578778732366106822219867392026349","-9336958049971065596870358759934215114578844914389875766520445683441507581927","-20146743721966065438384939023583843691983943471979297543378123719148246985394","6952301607797725849661258436278569538768711494655702650648863379770985642639","7654306413531206694684612521462751932229123939858253043463389353041181319448","15919150722926726974723115201920963250856792225055189382257985207006047323974","-3479012990127750004026206165954862341382807550736733994206377346568959229939","15737878048334516933280058618963332714014459218841042671513677670990514131682","21466121296176059276445358817569869531157316665908395245676213993080476282189","21388315143353374283073217531204715422571166341376633216737422477889934380090","-5392934269386030056895538958447015887253414490462098006984440274932589786278","8600011852010693870864633041474500251722819212119537801999784573419542375162","-10270022434389071439179811643251652901558079903681727569086939412927615089988","12226798772160360200859377879780631658128121141497721434608587080357125259416","-18438307221129443111650404744816904524191703035327210396164660874060965911487","-15453817588238814697350427278139788058104784978063505275213254957893178691485","-10899925824023736846325298583487180160906850347611961113253597468864383762336","-19084081443193612268607921387524239467530428036472980113658269564923112899750","-12552245053737078864173416712693441875742784240101732939607519280254468075458","19912134766084119538987275495583628206666271015362940148040573018986590370581","-20056589999665019347075384287731995958988863938883316727925837787113266323576","11766205118290920494744121494361136794837485118376626639528885728745478435656","3931920573392367408892863722961507974303858477279457006966022775134906607578","7354280779501231513392216017999716265632320199084338994136509576612858055993","1755207025072127313524928893086766279830348666473889207972976533327560567530","3787630933667090239273683072023102006715177135538618600900545395081562371511","-9241145614089742747929919614299443928661252927081835517218203527571643320580","-12451495253885924337322763050540050049869389992447534587182199231328999484733","-14106669351003919462818843735764506468588946760654411398774729040366619878263","18721113854865430626683911805356295059118581517300863560273405844828466681936","-9203711539139857927143621767132516812213606334481241263651128694383392854589","2576855280177757958967883592742749387392337834688203461903970493774567733895","-9910975558408175094929725831808974992737281261794243492795282986274245705609","-18469651949185061151613111537691511968281989674088074293781640964941313142555","-8439367705943201989138087346975506418707528510924764996684038453595255465381","9444970387662720999020548546056415529824580965793959483031144648818739844679","8290193431687657214545421457985468132719297916057353885305922611830132651635","14293318339278311736495572329277361616118420462527248056796485870184134820742","9520307184916073175882262982156490428204201905617376145621081858965679379343","9634967684576160057341341662267597050646920620166232022506258263838026238372","-15112871896180380614746355116990426388168640953412684216478679285807435858594","-12936265486992306429179079216816575402333159849471052102580521848163400932785","-19638009696233480425970036595484233412079123667779520589315960491754577699289","-2653943919749278554704893704626181783022082606618740233425184230784613527173","-10033237816773536722144759983151792830852536089008360582259387214341170333895","-18497484481005124344165365283543003918750787648188324561473714348250645877844","-4490124608929472280108412734632986739029068880458503566088854858763035681320","16703388999171035053982257631913745931286907402027190411396943894086527502116","16118718839638265208916158767028271231983694973424897111569952611572529495069","406092210936348692438441435133728483923086703113941753586925199050071396322","8884215445791323086981617191689782511728860515548167311343658331333622841961","13249054023212596893517162309126950302211481227159368040359822821174781846235","-5817312734877211777976448701249205641301611040646721620809618517587433411590","-20951265618640851759175526155404038138850887811265096032925236358212921322906","-3259076151678469694331735661514765679279545545936182468306637849203291528425","2609394551502472787206285603425992758711572521553401832779671572652450025654","-871469937600415291079962856662012211490885423315774233147946331708248410684","-6521802841693833740685203787317785765203643764524417149047934721865277967748","-321868574571621795354568320586695442878188969108351568885610268649082422005","9014033181648049809365465452994105741279261195534177915769379264750039247213","-14893042860886054162520883256394345703789749662690808999114779609811385795247","7618916338109451549399679118948727214253221292230206359776237200581194488608","-6252284122232726368252208749742561636576811569954049673813325929332919680723","8126930151565360435851344398243431730454425059157787169904419032820146149739","-8932869925545382086466418235887816028918256156530661115212356712611455118091","16311528143966039234194232908080472563155227100725171611361323678071788229797","-12357304815953265422683927744578430428594724413960871674011847062185442238","12292413243926296638796657102571575343321024477100199465635891753534527014877","-20222929030227021913517766603640302063294790034907788390602668297260946141821","21086137849425974659317829777579141270287530892441688721322027125450711947013","-10987361004442056032776604378511531865984858585901815972270430526127222072325","18530041849495937658368940747796093253012325859617713496510620335437059773730","-13434362361605332601744528625005805502163691297894444135156198125646668155438","13856612713810836397375932872824567033354686365727025021582240670489414252304","-2214648233757975236495670109951619172278319307972136721670633820663764656099","19243348059395729307112147338917775665772297698021301148569432309980699404001","-1967461760431656953534382378924969864962577917290113717852185660347450533482","2848495122268696854842499278851069242879663451737762640939906450909904734833","-20645531817424941142164679550977964494463461096132093985172049049545218295522","6972022468254213907466712792040780385234213092749405462541264362485051319599","-8272365402732924361836365851692619083813667072373169094502388479661839666272","9394563837901946243327825333034746334403131442889024283802151022549537569555","-19430287604363408048825118946685259850527511922351407409091463039560613940163","14454783040110645600258386172795450849626699046172016820899024334402030292407","-21698620889913194633946369469045776758748785356890878805457242942952320967391","3269559639799771340334485323756050730194142261448171192964294132837708293052","-9218838184048894890471240760495254878731598511981692230389387238732420972067","14042098498889142943660962750841883963536831515495570298991490353406731615104","-6431807190937085701019863445984928614604253106836864966671340019381611104144","7788906783620498974967282064725975874361856629031185602644601517452102805617"],["0","-16738068078465328111129604393432033891242866894435808048634794992364132584338","-5983146032293922382534656579120645939631892395782073157649103625207889103417","-16089138083099906377630470044004099691829531653783203394228728378948884559353","4816969492273825406355872510260206562692082160927092137198702778557054724820","18959005154257261878066491802908801920005108204518113722717321430696562198568","21306679831816625198509765089573603135781665105862758179891094251352699163278","-10285185944958799115095363486346319110767936988153087737655882957655151772524","19262819864173510524028063640835068365432834782225814025622318563867422159187","-15782280410822562810319423020405397687275879961554665813474522911460817812217","16304307626944384616703208908073516128399169203532254127447968758865534455223","1105151357808172352087460274572105874284562800864765599588698864324086953573","8613182777558263186037983377120311620678437054836369999918274657125375564148","-2368995299082487122936386457202836054959739075904716172303862421813713994118","19680050471481200282393239381438550935603562297287752779596325623654185010280","-17994077140325158811689818984791077531598740216671413210817209083608143351548","8888511520513765675216802978921716894548720768748126889404427163989225717144","-15394449647440118251324029408903488741028887577348980342280588833234869655396","-1993696021535710335384681740920261388623385892867487619280740894205432073526","-4133079022911115293005709907138942980171643008846073688156711894222005293639","-20604731239373967723338780309354281087667518415957783110706904951972757073872","-9197972745292833223444422172798199127306736820848868554061348848606533182458","-7413024649904941763831869377336084036635806215704822431599376578134258753974","-19952821738470007090524844378315789023804610107575971974496183574552898950091","-5519348787533125915244889620611380128248589406779576415589003291674125758919","-13853136788891524511897945768317596243547034891464493217657071943228843371218","-9749733395308682629837051246611154935857608802084379170550067454592138994862","-18904421666844824614729785211954203362733695032766902839054955276843205108306","-18650201972943920469822448000404173464331113111546725726087636188168368751661","-784739878329565978259842070862505288106056978096661575111647126817112602635","2574546382730897130788555098600755076337175819550435849344953128869472907452","8708515546392721799704796904167263112754411736753021695215141105238712645984","11352969199615467421367699543013431510182105153613787259427180109116313981835","21670039533943542175704920399705522523507299491962182017897933340257289154580","8782141170674346632601796381898557538554669385304481111654883777012345221085","11282181553754829278112216956600608513549712693747276248166727993400186568970","18390996809331864642939306563196875982889221420864198922355590037470259174416","7661615850128764756147163137663427870894603178487616779087886176508409894998","12466045497249002156443489176281620318363008122675646142490621066910646489404","-450472324190647485122355716552930654922929635044150828109024490291427839732","11020641582847961937969767849922812669984611090432182023745904789205102137814","8731061224673281997503065402518634687251681206614160754887715938068770180581","17554021034597151450396773916550848368390069717490565508526919887456058319180","-5901988246237590771742381156228953336453734720255149717558241575774593923847","-2382484938553218724228310549264060336442692876498491504984386308276336921230","-1850835057614830349132206765412144887854363014429467860792242027928912770774","10247825762373426076752891555510363877391960275208504118312660515971308996841","-8077233299718111225323328092879390265314959124381709727709459354200516702321","17798714557715598230335698689013736849119228980004789407357082235591627313346","11828803969447267643602282311422856144931894125968652104143661506748862564685","15966633223214854657472988379307374152490554551131249243545227647480009568617","11529062331732659001190861830055485364835534158374272872273496950916974834702","6236648969376593627902758309269742292321217844889061454834918181151311541437","7872697386517075763493489923355027399569340552277099308790002476339078336316","8107741855884222766521244447611270271328668452903774478033736623114637225995","415785374577191593599600894014876272131039396832515378603592960901514624542","19150753548013016323486619898020026677953139751322725404014801711932333473098","-14490766291076343970292862880223043755244182605091528230923907353633551705110","14778064594484010652589106722158244782401818658473875690521015750691910049502","13422307546443763980825977558399054611995574119570044755319360403513420585042","18256011959882618614329118713764135431824855620319131939734579911802326005359","-6226059565704586163706727769645759037716306477381722171873872671865610256663","-10997233832636613624431112462209380563719996628573311995573169309857631828360","-20977534922692560326384646493632245219044192938232765123142323600220111271113","-10755518669738795792457996926623293575823347214197189874813542977956533178464","-6525374639151946226153099660247127809258744096902486867073278629153775713889","-5693505468933268730536953325790774491386795753316654684235086096534779115764","-17473230985740670610714971629997823233305342621226389441274075969679150244609","20051187005658775191136914790141844123562960279462393572414342978441335197209","11714680482252898389440640406102636551947648666277137109782376943050383125345","11487085540688040302607949997962046615006471878045975130102485859485813556942","-13446721447563913098120283407536529999536536761917392599424853645681300100609","7174540367498428499205625981364437871742417813217145255023289254666141225052","-6418237132174423681115254709313842625022117481851993011971999870809700079263","21092338526382181263835468661608683770737764279454441979076177948094039210221","-10527990448335318452920289256993998806362911422557433885501531773210078968924","7358393154724773605775549423725716015303225503726202383517385878742947852030","-8830882980405308816117138572447897582969508606631087631093693784200727199851","20516432901517797152183072361374479303955155773826445461530967597681648522431","-9461975682887175131268364498100576838240971548814661820266048515816669992410","10516637204754216063515602313835460722512030887337363988228385435550699635644","-17329798794462754395543281267175273573629463212702586239801172319591213842385","429261192820859423177760538197732421433747969473419549177896988743720847515","-1658008587820989582922306013051496598127291181854484889676547207907016916166","3987637049803573540537305967578957986791079538515301244337394223751839963964","-6677847611195515767309360789191899980665833105121450047096993694283688011632","19370281937544989522685630461333238566886231350612532162764010556907239225191","-20511097853911080707688129350823351811493660904977239086981770865972030557299","16385533979275597131220158581094925252518069998162318301187674199449533153004","-21459537963044329101129341313727843657379381556921583909733134182867110415577","20301610985409963058732858860797958913164611165686948700804971528948987426235","-20875355859439904954736333894793244825371528172459931737491963549021923184897","9321007645399487641388813612728767655441632322044431471722028871986177095776","-15981640358487392914653749500619393052038481293463374395316058867745837156048","12905275336806807546868249920798426249852401298844692242400160632180744928577","-18477422447273027223904955105300051014857075119208170671907259249348053669351","3741642718622064934163311851612790171596084176844737202136197914253387826348","-17759697439606567736625085111339502370485145494172106126019845390028784258882","5202391981423095202913277665748134540674431495209613450118693998860514349402","-8468231134010063716314549975381342417667491635022464461867422295585447660566","12333461440779864800993751432630071918392213972729412982406896422160849333388"],["0","-21888242871839275222246405745257275088548364400416003056065255959064766748045","16222784484957877651223041188321612373274386154486319818936918936981233297677","13264647713947248917218638880982928002851113650607543965243559979734738499830","19884480708919568483646604418495196627302885673290594266525228679235044690546","243511325088829933941871439823515674136930595463472095847425548752062561261","19657948931745242880304973419043155305605424599939535102442851035654671336906","-10128887076693477206865930151565088163115519441725694952140165897579845688051","9272591054764643493855135218988740768122763810990949779453436652367428119248","552523161293753709631456043773352001844615149428277586016125527877830950670","3283493412984567042601373044855247427751515795618204760442439468809990652090","-14328095941114555932261126922745449182237016697444801292912452769531103583015","-15109302593852713456483719702002160269739322791659260275840728501096098422994","-13227958616397211910809699376159499508054354204219170961267496505628804753431","-6109224200573906140387505931731168335524266149356879156545985357625736144097","-12894590829178951105502246968291836882227316268476892804135866910058257875939","21367678631867497624074322248624176427658554116685702594340617010405236850045","-19561469787986679306321339623382270912011542516199959218033171523372849578143","2996397314906908323597302558673147017039224747624219061661982915865344154140","2635634698985409747410259629654579830287017223652059915095751708051886588713","17102584756006441324960471720447063095126248589694738891277112518357206702466","-3516391288394887992277337128940298346633683878603065092722290284555842986539","8266278612194263336235612329042171730856781535024208870987221185395736740003","11818659719902665747676968112509527989245361774953275851578284956805680220954","21702100503062046767635597083957916916686277110305129533242429496181023299606","-7695828959644929844259966408818763401108354261157565647114174178766382071753","-17591484118556351444829047621198961074242257830941037367051057597139981654761","-12157920100098320622740954405711795117684106759964930054265202243663243939440","-8548212091155204062338537803924293511837767354296521698982773884315482820538","-2527475414655309936127753842798097688579212124715747594349201598491490977428","-18517494362579351170661130941471041532444034167109625455479583668912080104448","-19791454695347172176956910618963125825067772945561292601862488628629665150209","18112679524092079615674947503172098915115799708514219226904163090107508673528","117319880718829265502463995096096298496245548468641255516317750003843311435","8401110992508125003561011757379027535541051267416796458038311828222728988382","-7446355260682492238069368862218858923374004269949371617058637912911299930328","-1721526642593284438386470666927513897601846599628602016872869816972482579301","-18042577050010848357768180173489360419070010194817483679340980115010098401980","-174700594077881979210973331513901148395412676075552172436388046388333950862","-10229537099115953727449950793397874014385758247510118981077766188887555363874","8155638271554065104653266942942415181108321891234068985316891212506978738414","17888618456088303775777829295160843137289369070440165901981195174419760349884","10850837322221628336343356723266829933683408572107448319702611512156846659278","-2834602641629088045767668990334776405595503099033696866686726595974241663748","-12812658098981514848210540157731312659241877924188620884277983861455351659877","-1892622252876826050282287477482547363807717969083488567160837994144499562535","19293415183220386832121606147192623798535293475144283462052188778455241841350","-449636466478478023297931394835615593304800409366778451039483949870094232851","6435809473586003053554678845650992777952555246736047658488597926565091986663","-4498052048175591124744429126746466984105370616477056935892586865964997348874","-1776732423666362094602337992207948839548984074917137495312375187155588922475","-19005519987640785284380547693007118034732037463190967494329556211472997950734","-4502953757583433209606643701256614238523481906392403758158879888723300436203","-5708990920722765706436532844406854734318122639732926185176225763464600731683","-9909607956651000472799855142689871447339933348038720647150859774423890583423","-11346597275527386660053213922874127629084755069740332454897254526836187621912","-6258076857603717473931936746680158452285983229828592201889558359573351075366","-16271566512201750047404516090655309318146415525100489335678629028600097318722","8384145718855225672151571349361375531581566378387428165254875227210813616508","-15368200437160441403745676545983309599607381693242286465440456780028041601630","6097929823852215890876919892561987941984677639466153720735689040941662050123","10097162842705593269725965023336883130518874805150652981634979174310922066665","20169654253128254001427074882611469304833265536974086078738394630877209022217","-1720232373651783172180233774491019811331275896842313288625941066551214345855","6926684761709915711404190142027579897000972459163791287177269086124849708424","-3097744467808972325208020099141093978229299836211155512775736989296675528913","-12541994915641153882641779316523407879703363627057143487472562826773537157410","-12272662613187462929932229617990533508433073392693405026913751285534616009019","-2465336132455983101629147363449670035312120728188500989064840507207373675689","-20842606340913019009580572881029676092734168547736431011225254802844781612907","11494997159566052913127946507071743780553306826796011627012088250479173846180","-12461349877177284444121697173492048355632397087227929272728096307606713536349","17778402887801832776167910107432121164884563056282708670354039917800205164262","-14096662603441655378911665032179347605470457628983432410903767730021261908955","2978636207416601546680752047684997611403839330182855473216093835774721292512","-6938109285779483359567659492804484219807418504342656327080337389935267599910","263949206643825774388686844978481440528671070396276024962461209731250563706","-4449851658515057137250914533922111424987209155346704294018533767767890967275","5858824623120897331976377656053890934568007185374852740896122089047040390462","-10751482589978532389323574458699923860164328181047165759695288550602294431987","15618435171221721514472873407222960293202431961051243548896016935581808054889","-12840803287879894686020509368481067843920841912943719653526165197948628539289","8723208151234624375291107295211864852634821207968935861128097579686720363716","-10752516200039037061849261777450164505169857357372895094425379709180158806129","7683063623752526801429260731711981710794786154138303874781633274285284539518","-12097896578553570436298633822457003370700305964201827899539944464697035330872","2817107917376246788036309380238517271436669911549878464864032987353490187147","-12155100607422019778271498815508784969062934936139131724053330155461440377579","18562270050642962155824474477588742275762519920649213472985442764287515887665","-11647438346028365785596396945531364139639218797376266847759515404560136068516","3686709347101261979574924341693668577577447099526457687010707036882351109233","-7446130281581640598844689288871105923047448148794140951537647930096498291131","9158228202769926736879627882287165695541160648640070483105150203559727947284","-19615429783430467364912080826416244896080379012462867227759787079670885767079","10906340195214490283322931956706757335332013055204248717433528274207187451268","-11923766357332892231337766425741060461431397951126648596680346704977349780752","2869987243309327857496738366893397266627884722335316744429280838183383177109","-9584196985675574972030094219266904008244314050866575191356156398238905857494","10144889492429263493920482224481182977622523656196488542078183098098318590788","-16044017155787334991436485046057657093928822168413802376210861456172509409854","10513047428224279575306237591151660233363587297780702792024224634642217221706"],["0","-12768141675239577212977070018066743801653212566909408289506789801418928393837","-15202681949084491768400265268255748402469300989760319859138227315685564818548","-13621330070397383368821017417057267994675379039269691661216713972166135333440","14562657290799549787983922359847562811046127291011706412377550186522997529884","7814426702983313355784326615268054239330955732044293942372385218377597168069","6745259038129124373963859898645772639866088779943538063997639191056125855652","16200640831253046334163849681267509754285459203497052137391026591649588212371","6211809409148072625588064950148901710096100750127097843856095971373071432316","1728178237430659204725503957389383000075494032886120323910330379794364678245","13970752785735049428451277311531686707606647759991964908032391924858154703398","-13596565373922777823364187645707600645976190684418437446212937049931406447711","-17589887178389951400308037898409948192111322320067745507688768431351861644320","-9152597505801382532863110225863576512206823580515762434227375603127775972266","-7015058382963696139939464934544208524181669849691576917666564410346780692738","-20831896145371141481898343353608562011481104890563699193804490430003454552001","955096602001347810419740719186510382258758018523469214753150567243306331049","7907245737125858546573570903145519885842242714450761420648646541397966331474","15242020983448941220208428232477539335901022340621851030406036314642265826132","6198744648061530717211848543665079349572437824152822080157886575842471224751","2996618198767198171765052614232842477360517116710812527357174620284257253285","-4353997272055910395963267728973047543336823942537628822924382442358780460933","17213746378646324257477208867911036864272535337166799433258981716474834825204","11948390003332319025964023057864823538443575771511781221492756886908288454000","15928018415517100046994925967963630292916430935270238690422032892672516591298","-14296158788221417456606830288692318519411576769714218977857317371914107277691","-9997648770666382182825329944428455018582978635711233929138630750344316204224","-15065475670721481924836556705814009311391842295250632447648245743731733456048","-16794612604757279631855752964283609945805379991172971397125688606277664292262","-140331957883088136232938675979708922919972541106381628481620345996826061923","2109745830320722527959740744003423346179584047100702959144162429068904908728","-7793535506627150529159980061589568557535515987531571299956243201529966027806","6195412002155349579183212725752918828650945694045637642436014175101745582011","15145849922231812302198745765225362560230224013599118340279187320646964158961","14508934771389450282723864094402963151517523474750762827557319856922636711740","-17551740851102632937349898506553239738376848473739750221908257067783376366879","-727077300747570020751558593718396901001887438979484913182193519345294312901","-20233373544561615047800380577731418545504435493553489621599504616805303051290","-20988057280761613343509306657263159981661980176271300303042943505545668782113","-807467615997489057255820087288998415537016351892600288568874085070422277340","18318243199759561593410727055384280851074960266283405220114823491235559378753","3598333619300250584694393265990242352444463130636263079124605402162392364044","1101784505055619138364849252662666188191281165747572741441038455428450024707","-14817539525930233397426130876281217211107446170868966271076530949447072551655","-3446691709746036654814512478550025034163962330157916812453225270471400819981","-10049069229032140730366601115478381742015619522225464939445783453403963377597","-7540119213063762867489685823923653200642663973523177525823588986073500856990","-12892667437457571860462659937529070751742879983185759532132249634619527156775","8926564315714649047694984056282797436388414873595312911864136868131977617450","6085270135662769727357181021805888765147606326013825655341864291853905975438","6051683328633465869316669269081877270235697536246616437831423348782329235952","5895221327318996812984649965486117875579324103484693896292126702304766399770","8010158826617766188593276021272739616973192810866361468489623438480905143691","-10417550776825551398618914069870038299276838967465518299393220835537394720909","775008592068684408346396180727838944500584885788162025416899216715114003811","-9556194766196815815592235580120941676654937116966988921595956831276346551628","-12987129411931879092243209226987869281335443052819331020303680908757549856343","-3254951925143851415974868448085926047860149301391904707534229387398232315241","16431422351664362317609926292189421558884451957697988990813277206335602513935","6202491750947191412596706374166289553441691570883608113168816571427772166591","1988899278929312228219861898086438446467470864068657859287995241174735506105","-4190007881580818473882298707903621568334014623241865023420363225065369262040","19873689204205108577566858246278872219375160139378203002200969437772826949160","-111822940207400753232486262329218749325713436017333265992943122451560006441","7393501463676069835432062197404088348450830892048494137389114333579897454495","-8990047994484986147351458003209007970078278529189237228922048500181955067844","-13872804752206585541182734815011170856653305455342302755155450011880255330251","-20595844589909929847552831572289679607986314026841500321410228243741366800486","-21315362231620255810620356581061997023008189869340234041568402437190921940482","-17903422659959183774401990743903635197601343740318498294431562171522259690940","6770875431220841104214814262818939938642707085097677108053388805982682313529","-14634918762866677921308569887088928185058205601442431766543063122431337339000","15843453756865372760739585517073458309573002532885451084205609547672758884459","-2347256795927053751681422596807288423394661643611593181353079877959477005967","7898797992109470258117508934634759146862486003335231174428667277088330443774","-1132183657286626741648676005232881981199073313561335452352854712749332030606","20977924097271338710908058215529073234252400677558262097008916556259707713588","-15828591074100299450424233749296865995488851884425464226234473542751892342847","10417231156485765610925048025114372447846988701282130376530790741506481343703","-3022981827222660684048663485221825649779795019117220282748589442307014136684","20296710934063247569993550938434109461486984760912674007227375677329590233475","-5836882789162558001154715040976276582757342950558696865893817066237353590610","7069813985227244740527888226238295362653215280154653707700489353495440318451","-5132291791378288455630794358254544950967483829922923922212497770388711910537","20133005764796615516749977848411530093914135378452053236562914662890232080260","-2240352726383971317973001243401422233885161173456144692250893908881382605687","20411918038362312213651750131309164891527175773416354470433741538857325343885","-11732786109400429141984049823139992911836566318689670643536501103317900893285","17316346326853883317717537530917360008762065484146165909150410349548338634775","-3425031883387600699000497035038575757436481937592851454776115408693863455644","3506043863565906065182673960789596582207610504364989533524613948157869180843","-2286043844193658832106139848092559276667309302972390250504479919960361837969","20693313147119260517999191810409352657220523945896402854347853948575061435712","-16838380640667888496587182095248010296899157400093796554877673807248402208767","8841125572928909686126073459359238620776138230804026993151782913688836961304","-16715956543255770032733697249939640227341917601571410085202685534033027831693","16919471301700899333257255653882863569394778575597535721475709247212124624933","-10580938768744665004323899371266789230182791310876107670909750117402931385355","11918716382346787260316585812979933922071484482103764913503232286010957514222","-9469742766868283473983858313315083524911316506171156278505865015859913323059","6554392160629760748317877718776323293066614735047993359826388182901106594584"],["0","-20705094608496611696719573002270395354032236594988048162159179799784037692135","18625491220221551902344491753318171826691902735398098302530097454879256425282","-226378749807888031373877938524353420383684784700197611070012387318373297017","-5997361998383517449254303603131946960396462616756559538564563306633002340711","-4798460514098851769187573344548699920860146399285200808874054873723730428833","-20789542360367413825976298022448252751335188649499145430974785686941774958642","-17279267732741572653983379095685129525237923365015360182200359934215768752970","7551258093798038271791977555633865660986587181801589211559369981725368469554","14901531572547626239663429971261119961743312321121794763163068495622424826237","19196636290411830780694663118820335489495871524078508152350344003300504644466","-727455156172765220704350829878805066853651410309994741348848586440834287668","-17274584447177755102312643302872946585233671411359327567497531925821690294823","-11978772912664606015628057299908494060142570958857035962706417606827790585019","-13136010072231078458378204425081288492524192723718616413529808636159986451184","-17473980294829719523277889017307562642425786766872378498260769370443755388243","18307064486160492085106895244986611987634690679990791862345073799934304107169","-13583715848273014361303327628753073439364097684565822305370431466760511178846","11763577951079252640108733536750345239389809454767486410387945611417781116094","19585258133412347546569756843890008915616052805502091786392559409262563926147","8023053263901720275835430889476332401928302168273431887120908342424232008565","-17817020548050666248345342590146037990477851409321598969033254745088309218402","4352034584595730016041043811545300752108993738776692292400288917611026911853","-11655970144030648387926217699584290999800032078198523725266670690835276385704","-18105075153589691372096079890524744874776906095368253582597037359253214242063","-5822850670156765633069552621375167929006200119089842453803459418529308773960","-20149842222684607577732632420402285033607187326756760309525077229614817943365","-15868128970705231387292339163714298803276193120938194534650639562598998527916","-15925172992947161655393186282321351460902444764812715897029392780861875555913","-2850026437170249096282289879399483467887126863310966693789019880457518084434","21643553954593960967619409794205538543475895205233321028214531150241688301515","10746155331050515740925399660014646044494662334843941258496706636017833956696","3569208143957171814234270269664343763823821239205380831007320383774310946536","-19188328187565526648532028124841691768964499188392195799102802247137615088822","-2068747144506315918201044428212244864839512899889920836461131952066012024132","-17564036428398523828802385925709543608764462619910413626477654217778877213637","-4196611630630712614451470756771257099866714956285341810872289605522976654003","-6178188320388811366035402863597745969691540850382032646407651102460615515386","-11053806040912023662773313651875056658672087782688295012781684150245051239193","-15589699866053150518182086472185899614738747565294370143775913008587311246617","-4491624617612279406552555727985072473929402793905558934181504623716516663161","-524404925772854036907318036271139196883947537760049362798390473519243808889","11730097065068272556573585500045779062863151111709759140297131638885837377475","-8445538228618237061390638402932124759798292685065773898716845433564119642576","-13427076576420388155943187600241642670049321704949281565554151959291218632817","-16499963613173584804290894366521669616156549806180819224562915248318225854926","-15102513283424683452448646809648868266512706175568351190425485915943181971823","-6035150160711034218176521417728390060677571866357467006197677120955880314610","-14909702043388593231415509480017696219083537110825298721196017636234787635515","-4982817815926500795795484923999223674239191945208057758582609385109404496599","9390964009938897564083421203601570202327109076614656069907992299871966967564","5084764983397995941945739296371305049366468024910374047185990997924219687629","4807216993077515007914962470374062309974047642785780731894139995765120252055","18692455910298674797584297976114983317107117621721061059866344964670455050268","3670294458077532593181371442861494726734763364031359699079471243787649045714","-4262940053080630688452341040265495082600625275589039328289038011579983869247","21167213276198506704952332445142753132305576893944286815121445972720703300645","20296272806666051738533731739720263260351389706419975002421149832523474198730","5982691747959532382016335910063986932791982572518061314479304370711292437881","-11187608378776063569391559078129039093605060161346732750022995483738678292748","-8603907698006217493335778944908453122533261767409733502586266312045587633892","-14416503186885421071803682761612375149482659582395543343414278796531790667258","9568069585596201903847117376482525867148857135406158855360655712408894513677","13671025205564967422031962481520135734597994114999341946633211306779971519154","15821057489760774659162023530812345140182221786556695222944285857940585241411","-20038813861070025919836021931826794456909257894586954916840994428714593083137","-19791849328951544939273501436001403896897021100917941245706233538852417530283","-4509712971256441341624945719115142931045615505786378424045907023682898222807","-12937037125257772820029016653805642645482695505999938134715480970866777880220","-601868624070754133299841872321163407475370106377373077422812712667158124746","4955123555323766669490415605168936945158632781202526079003649266928678173906","-11404997665995096368904645288979217232030138195526137898002580433327203066064","21252153232047653843312293495207329517300517599253314115469854414191855087771","-15279767510936734673354817667783954300460596431246495215597627988718132716046","19935481589326880859340893091991197859269634101129739654550438483329467460129","-8858093688644398985512193617064245305891501484224348448719438179991991058333","1655412381830650112470776354787571001815508871359311751464623882267060849937","-13090007191554509040225799295368746627497544662775879222665985161312544450176","3070624468745621993938317321086168828628175931690718024217584700546204425173","-1537212025601158963541154931283549605137082885161816663416669516075331543009","19011758063810406026253453187917933231734039566888982014336528351814215398180","-4942267363437032760020944739966432748790610094712734703317252838858556030395","3347928384670200610816873654749890491697675836516324102628686472554612725036","-10367475059650695184267365673750270864977764951411295238660066110741991401819","20644785736885271188184194776715545576791639481637392646793235447537679103980","-18297390701454114926184509433656342981225041970437372035495775861918310605590","21295393157269120872892713061107233117721370424181849595057371004957655745872","-19191023529066816209206471699829704457144654159239303608522406185908418962507","4564718866035045127492408607104687542829073226547929355850535837072355080104","-14647472616229697011797417809165813892208154996328596123214635937987780956359","16071183796514525916575433615943510673389827800773671260310771545995345815278","-14564686011581777094955038746402629240807753058537832381824520965935742296471","1590474150224390311854407268605608898177860898947537143186197208670207922498","-9375073524121237675276381170750254522362151601309787626751452256067704793548","21764865630023179783954345751493118718123686431814207183471866017152445176481","-10565238210472840284514979917756498390627875388943682283232637235752308497694","17096280164704477273079647663561889228931260045248621905299523779959057012583","-16481864464213350936931398462314059142140350935977977337906877914230538559852","1033065789694646357591630460914581896695437741766957569367348204376844747126","-15662325992300248063135174136041188466517076774666993925241908897859180181735","20607676129703139840782749628167788216901306339983629176508491415389806397566"],["0","-5760063913641914532170106775067703970670622210635947723314965172438970291415","-17888426174705283590346049319924283264477574587353311778982771410236801354804","-10827990448360349341816102625442241314708790884743619915991747704346722580684","-11683194094113714408363080676524157509585303567849804334938783895252824327208","-1160053533671510142022235378430548772192394628759675636569135504365765592021","-4408447584944085489387960716554992714952946308657089201531369383889476472652","-17633774351544687337751689666673581982791362437962664681577903060938191626256","4478855041278185841182923827464878444107530697418883049889478199852060532592","20790248633993468029357418875552276330368933149057533709129479141016445517676","7967506743742319437002018689006999499794284857828392242416737035768490533280","-1871173312880702979747124155196691514017849182870710950072327836436806881161","-1162264572328157014097558629064856787244248349802677116189921883785582534279","-11611875712922181168852319683490815765099664119072227757658122183297020552268","2081036261407012209021625361822760608956543075313852830091924186631918265691","-4127467435844635707527320966053980722477273841846321492026012472371395065536","5167674809350514324513741460526219979784026776187806610657617353286056698025","-2466686628210250605597251192359653442765807950164615689728874195241477233386","12487996186994692617239693296301425191966653624366398742782449621537934826840","-15267254144784496082350465074539260705913955314836217468419404045004309340096","-4646753286453599967828375497917924984880705380918980900346519174841577727709","-11558655854517580759013842045579410328370489545607991508241502694848124844040","9431027125364636234251479045456615816070782524011438774038418715770162377470","17086291471368290999575428947378045243258320641604315914323022364726765585868","3323011802887583479203846962656566248882562997956037088006046082163769801375","-6051620975298210862044967090188311376937336408651142121164731559180867146075","-8888653695656944224461808818238915590745139498259534690716457787445734597625","-10406664545426627860790674804908515767351554814245660561643787176353526898875","18299120254949792529887348872892107977122427027036831580940667304535417161205","-18000998909647048426577545052272260651694766824232978437574202652249270637886","8649247977246988036046881954808402475785928235529379994996998018975630478070","16611631978798064542902820880065799383055333079264869028013015148332550653825","11424098657785126754862301346151074244450749613273068899171464387472479205010","2418886433919672079868464986652460853452013413518167786975239650881869190343","8811120959635957865006674256811985489895598174141131343459931627630850697426","-2715811379610692618866620508223198914930731658948159675900806336320784860461","-17346104201910837228404143201740690472534975141296594956322338931168034873922","-10932660829103281431651468494255793887317253170866320610230933103980951555877","16149679148398588438914908246840777891907816203149740207135930029654940349581","-8693831848594183530334483027663829955062795396687155290332010300128518645531","6675208881597479151499478203275572558626436708944150561667554611524919537164","15741762087574446110710242906331437913045931093803241251642668557692354065679","8225020846259110707060909238000796178763478515529714787149956751115365630818","-508497049243816499300343131105048276331533604080309380546089994183319666623","-21346609068644162306451933742113685217845893961390391129914288671622870048399","-4661618323201977049664557174494634212155838249421497436791016084644400599485","5817149129204441428181556703160731346847850152282599697612939545772785036913","6280693209600260256923861987612145207453190290252120192477923575208323908510","8039074852268523059464380932041708249778343645391675463853747885879370566617","-11403555828745883151673994507294987897990843707270661068940714864747519052242","6832722239347673388683331277439496352679438174241450790876628538740458730837","-13848601675142180416697762421587709381799299315920480302488221286343450161242","-3324986241876423461096465636927411984907330259587006371724527452766223274010","-20730152470465704527361829714377062093225457491928486333234249142226192801872","-13324811874278588640550136355305685466335889724856280104125249669187483159727","-20305513567436634938371828565128587101869150413679688001938716655380245846031","-14547733346064462355969416475418356566930236719188193974072701642424662547505","-11835321800875820689553707645386982526308612838030510277030281990857679224030","6695934434541340441276325196351344235625447526283095472551214538707604595044","-20898804019632445045381686150283577264698159233043382083240227064051223532905","3725770605676124914527141389407077026567360782383063322165990657306194483066","-21054592630812822875901518891364929746251733547549335923621138936395382322343","3668194446415079008249596230239111206694806455005207547530127490606196069227","1197557180966168123331858400744611403080298703449991251373168339661337081555","13605209064777382233723036290816636608610360067153424454878171199767239753767","-21748772777895140935585854651430400940529637036929666968758205195836331613165","-7756248519074588916901196753580009090273216769510148991916088250902462150544","-14645225212673725518351649516150097742735536175611932902112204816485784348154","-11939535681923149119425347272894202787813041555911942207769702276506071900728","-20673596029442658257587005340845962715435233314824764760232885934940131432752","6892036253033990371137796983106127903945340368958553445739733353650152275520","-5414329908700764013124581540046325717273626993668428855311894410531315178376","7086612818711155802485180223367512224960395724665263883544927295702007603055","-4794508908432315434250560294940096367790840074870721680631508959342572863650","20518826051447645917770823596470449303756642230831818172927453300582257203284","-1540826364155399673596758210017105750732831977010878227393092186211950614491","13392680525132537192486679195273123142873723739530153980865197906519675375348","-20690106149786795083957231256755873705362836851822112712075716642615418743847","8676412874580150720672392639417254074299963539272587969446210830320625303691","-16194763701238786857426169362669597708182293478823733320565113551718159974664","2755624906541643947456797705084507078984195490410517662150351171181622688561","-7414807035032451143108544406965218088752033018228702761757713644404780328038","687610537482718309702307042528263660868130375484303503437175471731820567992","-19676382961941713782896950810199865846477902122226613378414773325741754957772","2825801772259722270959253100676778383444510604112592063453271934459067082880","-18691147277099102456595350187322287048672890111053669688188725130740425223298","2562041455999277162113762979680949349199247292744981525166713096758243598117","-6267862586675772614206947539406809000773765099179412822188290077831783008393","19504782343462498726458770068407459904900523653380173140577099619271062314931","-18130697426400472242949750267273927353794601527578407599315953199622309602443","18733168288868006702142471028756266723116074534097459141268239673304354850902","-19904758105726083921956586269757931106213984811099901007412108611158668170935","14053710261597765147330950745701483596265663310755969200868672347205808547675","-797621229539446366836197998338091458976979035563559877827344417775629832117","17685980738535460418193806024005702315633068083011551114193968865270586013235","-4312468812331324192210139359816484447575322250580915665834504930695237358841","12284492616956031708724770914014693636481578271613802785963954092567490667230","-10477565701189351403927669215804385150926666071267663145794284810169625597857","1824334194179756470819193880109356415043763896668687188165556539779116694711","-20295004183289656885762415175115225292992687237465387948617289119013721842245","14219179080610560755246969895448432888770534479367848598700373486916055541715"],["0","-5051132970424448128210709018136294251203468707788084491519328283299734413327","-1408083720461259653640888069062417736876384089999998764918069800131799594025","-6298506668601979128373859837038524460178725904085989475860878006174521128389","17825152994023928751489747869566016439290382802071170137193143296250226552460","14153713299174054907117609899718741853369435396311422157739425927540448894340","20067071734792957971826111768619942652433301938358150278851706007818594765816","-743615231104020108606188616804652454392936853202872741577084560184032239205","8657908072634677275638695508198954689369271704749975849690016321687536416556","6249859170839206407861057410770318209199695907459345952176237539781941943480","2495657747896754084634307100063138777923277488092438174399107651428864974209","14209715144742237559739717032159482827455959722537889857375900233319873640530","11672604359169256346689994492472171437292791310094135295318629671070817852854","3761458262391586602815938293740918322643280434662421658511370054260074197034","11927188168883467353971006061642104577902023973819079627127500848364382348617","-12240472853995969844254549763556795429724520683965589077075653331419343992593","18697283045198138664350075102641128562356243249716164756097960533127792082774","15692484079174836666996769212899326697986078774867631614334861928766629171241","20446214156414371134841067971253504482888397735071659606382833921589461544475","9787624923374394695279637346826294242748390271993454475062404336884636404866","11647245049300329625027202905759769711205237306161991944668460418657387648401","17552868688038890939181741293879406706431115207075907800420265340288768283937","12122727683920812892721113315564011142761662679191796859964407803866274592226","-673699590144956251191494977099724012836398787848136171733319345943139334286","-8152090858372662975491213033645090688004144235790623205350793497186043125990","-14113383922667600049934568362707019325710234727164600292758170116650111361239","-16226000204326472640624178226023484324847485509168881407911597891508361829185","-17886759802203296662094080291242809787556318765251495425443368560095393884958","-7670569581031463783484660820119136009694596340699273526791918788147613895206","-12465903726819272872656459649397150109176909776265917498614094877978781853782","19036213511263656137251494124995209653805011185065139516106011535026097101329","-14701816756908242839014382494227441455482577089042154578463107691211906672533","10536787183211264367431364600461307936838934488348422212917153167980169009400","21856157831131779969101230455049790397745756083325853239874577240302323188728","20224473820920374471226675034795626225247669333840589414340190479056639223478","-14659548738518980803986887991347634618509773818588035366652106000009150855874","-9925521349300895509094503231528885192611905648346217101420394982084891660887","-21054341741628093969023592843272759852810339191818077819118199472132914089766","-19136684104594108609221761641420545267173253176000628835534605775628127190775","-19709034498121079582527156141549241316344567146901876622005223403421596985036","19553394458933141871405983822131472746582931232145213578524336180551204396539","16064917458180751473555430223552697325274950946058363551013582720198790155454","21411788640198904110232694206622591224713381691703450419508183234820011099176","11212975096307490643548867109009465840625783249591266636162139294360812142759","16768588186680812705678453272026019014449447213305710841352989444073262399612","2506541626267065628220877042975617199603795992390666820354600882766227468621","3354718114225325358668996879746228450570237615399353114836779816756772032437","2294099609107548091984915464816580401911183372877275937330235848249012465510","16600679504844709271692756044541954867777738348866455230121889678635581906167","-1959977141663064377432064676248249760939163126258613753792667219233978483393","-19905955163297737807939754758429241782680088772743154506456854794622871079067","-884772502984356149928885506792914456377078781107422903337053680173344378799","-9136790966209954906586320206303290528156893785443351055491202182894807360309","-10092943328532609928041208449655403198180993290435623354531141471726080463898","5994428659051907551027095907288073981495271655584057951618566809219285626649","-13734822954409730409778490926487615879212261388717344566540127920226630144688","-20335555406175909178398623764033969282999434238925695979614515371781739689663","-1460859443182644850700164098018063867284245731260947097327020555584828468993","7715393185779329882174848252581980448983735186283951938921423586421051634930","-17510408460962936556842189275846559447128678806779007189723820292343049825105","-21606622371285591315992981485357343144560062060241790166810245421714342922351","-13018926760633826196265298002020735521452393901593057460041657182744326539320","11402156110918368934159530430433898113004081484829655862136491587705152144192","-189896075112690609950833169458046786264520442586546365845263758083551184813","3880025281281249412830734760758480874896694727981401434954497863777023043318","-8124426102623657272200948645485852693335690380056959235827348508955911128551","-20006172880259495289947709651996065655463291129940833360889817351621528418428","-10983529114392290312350852416684601311204767998543720048334285177116817438790","-8460428412760616490245795233214626037836094400168614931684234873870305131914","-12442710222401862185733262875285401955969876863912643697103856916424985100327","8712521207323659609305211130020230848199890066611450759577077218621718082099","-635608771521939549265062358966340424456242748533411873211057502201742417857","16473663568774805684228756449795252463731494042267483705166947699052673331633","-15880191644241226891121583470456755079710011943012007110311092193680042065156","3072773985899479920887446988425672475753319024566661397734391182457746879800","-12686157472730755671995656110881500585971985174723808370070635305600536170923","10627156689627145653536076067306961812240239380010678528002895384318798367352","-1238948201122759416501422550040104118664851938475882863582248732406368549974","13502458367931568043556371748681679103716534633178465950378010416837370329365","-17501931494937973395161569113374001333480903412369398406589338058931959791475","11042460328190081617885082094840467513500237854502325818804340823848929710028","-5747736651191099372944297669767317879321779883518590113308636237734604923663","21625512390558714906834995189891084969483418362025351469375878935824447620251","-9103550795800802798301377039539556986885516267058668776592845346180789282282","8028307457052833546038644316963425809558672124067042119506493831676004929816","-8545467180567367920598243548061325956400673683338130913393417537754738033524","17442348380687273866313700558516521934089732363448164588567774764149372093928","-19485085867695531058826078005313597887657216139164088826978367654490255606785","12247600469245018329713376977113194660945759172589835736816719359588323197354","-11575618669116320489372248783871012737959709449811520488663375733622849162725","17004376945305089025870928878434958676644303763165225507461994916377356633297","-5009927626723817103478456085930761647903364420671939096427745579797976296871","4101099877656140027440082715624797307238791483983963877608763667370077440392","-17082190692035014301705779702506377752520246158855472439079425778728790387650","20745993325353527760008798113495680598737675371880240269837048084420163429522","-6832042155934589383701094584478396972677937601451787237557260311485626293558","17216117230172830439536935047776037360252322627444588756572639675557020940607","-9292746045419001231410042885970296521857671553680524689239687301293468558078","8712079174613490011930587854377259774842868365541903044193578224533678245044","-5494394901886063356633214045707828162282881225876550963718019073012603044841","7701949027729899876307532736566410658406116407734852344622560766315338850692"],["0","-343655853645070287531684243","-9371375041633823376837636792436760516411466316879938836052535639573562520491","-471621417845747207920111438615753889779679692396887804331513393082319275974","17526955899913910487168684567560166378060715881358917839979890597541665357587","1413992193728880497499513133697747454305439776878023971796926009007789854707","13583968260329334718959736016143559474014003213124436100980343088559546398212","-12878888216629195566702425349443092095568161008202766886148792036934992460596","8076446743058338270625076632348410389574756498421304383777125780972036892296","19858112114133962853298117956343565698244760997344475330607218798773232928996","6914747317549980077094114989425959234394976379736050956190852353764167215250","-16578167059457743004882002805350620443108106962890212783896093177363764924785","-3438819383874190408626423299765161828320193716584614049481964987669436883298","-6109300412170588200949909022784946444183379346522606020350047885373141152982","-407944674478510693537058775676775667363421076556505502851268984439442903","-8596095450332819759417985293526083963030236408071689000780737477013463387088","3898826156881328511057604239076698378133794141665768026902348030635501765734","-8226699069532846390356350751793418105966723751922514343837464774886172207990","7913024580423145729595428071347625990626906100879871219917242557741331016669","12238809158257018645448645413938183063546007295241996684481933721341631886833","19599848051170546692513135500686225523723031152339985456530224729785637240946","-9213817218891115412716792901181456767512368415611879803476075055168788065879","3221387843271657170021668164805574024652418768901661681622647241209250506008","16592587741517555962070292193215546040397219831834449878965203809322706619882","2496398877840047289480848309774302536735828039409998221640829960939050964589","-8032909996686816139697239506285893103657113496848227634366501188593185581248","11786369819764235484341293548346960019192841347830626264207941130639201856914","-20528380321746164492429725107195029835234659520897514117485045339978338005309","1618900593096587390783960863117652013127968765966287729215034545042883233908","-6286279970274589956416270680043004478354528582221615080027967917908699466395","11132275063858774957468576899175005395101290674942195070787037572737752754915","17008721338924333713478024070242923430862817650462427722734281257552988732006","13870075069715850351432800817267138183607282962692754829109136984497687372429","-3622515696747770968176619854372292789181406370424921436791124765282916746578","21588963593028337030963107837282455370255026137129748625431316908629087220426","-586324223932308142664135455472341425862941470156355904204953238474944966772","-2053884025558337142137766260940166891029249292261441672015390814140677139954","-1833826166602599759890190068953198574546149100186942433854668370232100606487","-10794871343329299306258210467622162673095853888106683029590268071317732277549","-12420399089093054129505188326073001634528848860512047148493968163663892321119","14475604699573014979972705977972360383723281473813580332255231702960701959943","5278830466942617486621051833724824076671298217933650495402435794028820619545","17198728341366361997273722550117965024307009515833124301045386775418172880533","-15904805008701942026978897378005516998292584025603093176142094924671111120437","-20292708854860711517959172874668025496367479187695711862495162735378174181102","-20407835933241698289593925257220823913535408375940551679503726624205738593644","-2584569225169084537970667190037874451894510625031968360333367207968271114519","-15263167172173677602530469483034204013039579104562077226673786280617811003583","1822165395735118832833439555641334070011253343765465643721874619716523005247","-14766067655229340734660749340248727736139214859348502233864952780401042982900","-20915564305810656015464346485124720604971212537651522909631575361280602002288","-4644869446726773182643969402429260725940502575831948749865666427249849652658","-2378843094864897554124631289208387529220800524995021429624838111347159939982","-15346718400381560996346311286744254489841368235297622805934837662992855637419","-14100116566590203503839635241284486018913167681310831810486802204807294864798","-4504115645353311945381647663340130304235956219035945799185387113045439412317","20885929234936089741267257263661611820030599836166263130025507946852704184176","-12198946086741191749858891311862588502859020601054607017319393711634065870903","-15403013780014291017867088471786428576413830581454505425018138754467503142687","-16258405686163356568627882020214803161950701669281916871676568844693293531894","-18086803073702205156421422068708903143693884224352482918226619607214087552869","-15804141823496575925701019898468809153978107926618426180503649429632914516862","-5478173773169138330284372546469802602347942987184731126001389979886716606605","-1704480765665508143293600746824747471540594669293040105313404519389278833479","-18473104807392447741650617602135835131943895851263804196379179100329267783820","-3706147275028800825798736221221437899757281361474197188132718516583686962144","-15430855950408627271414432536469947312972122157546800151423827389290414472526","-2410047096098889741418492174586716963761999497267358132549911313497569281817","6519099339015748150567544769594623593343978171768457288748462255294060879733","16330196098322430626441824385818027856663428038029671929752274844783793454353","1261525078964750470760058912356735999705830373992633818408633868483440249478","-14915886238590845606802896016542938039692832606943391272616510814041063281708","1265041972646849603361019716443962544129815184439275097117664305306679480567","-14046560753606746245413462802596086428963147830739912357105432009987212044228","1424089966247815244334364143327697130090366571383705658359610749687224900616","-1792028730407055615257255261701344755893838999381833470481715552275448509697","3137141929344656756807678236341259358565467750695741877231299414043939704074","-17291587670315896163566533639121343583615874047721241781939766546343596446097","15518567905406152634058697149382762328860756313381020964016731139883606656244","-6590442083055446144621896620324176172569552936145848794531773208680734133751","6429562366172591886168866537928806147134397309786721919639277548177526133204","-7083081084549635672493601239031875613009004418803852541242806537087388872670","10076709770254597712818750336283560386472914024244539856723030740661594955322","-3951733492025950688499819937009261015476301381861660969364521348692199576847","19601239034879154665843615628414522337041829023407593661946067589120192753392","-18728285917005109442229505379073059869048744796383981346888931196223149389416","21808583735584943837327675552417089409292332945933700659778710357754779584608","-5099020304112813093679998803882044790174092250996186991701468295139618212838","13245203337330230515902838898132024795684856332539383148848838736055327667569","-3016825448795052646017197638813816650842251087192676398646372208813224173687","7086960846408070741275640330270648861302648153814915796402547593976868391860","-7840616782206732539001166665430268537637788032003668724164746377368014567047","17961589466571503470001336124027731617054515932627792670942974863296974008865","-2532320189440965255858783738581113288151547255951590753132904017099931565887","8165895461883398888565142288015480711448577251985515427030054019871328497598","-15276572205064494022907505941824433330058553237491163275209341320934796220033","10463247046780638807691669455337447896249556145273336212347878445371703952080","-6017692851010380233439928546065071680626933901962564063152570939521558345452","6268277901234854904776774263256686698923226439326699758066602548698082118662","-12669023262443542661958058445293680219220988522510724201951162861581390714560","7953946317367250388652777747467771325624200438578781083778978599287335898750"],["0","-11744910809279611094863925034040489071904000409978844856613344442356515895814","-8860094423069783447463731535426056283077386814633393191803362611507514650336","-10150790361032293501071039786334833223072152937887261045692647808005335212729","8306063509624554454593554160061092817118574054619140285339881025313760357051","10554300870517046054929139355124082705367682161682882372278932964047024216445","5471307613809281059937787209037852657672224213520329414296990776564817876967","1245169631473669579736321736271066826882224130315865171920135386857411918059","904479735829780362192926013621969700579684687835036210225176615496171679455","-5853796993786356084545028638195571412137276022136408997114649253442543783857","18675741475053805734273165303480176987947381991707680702381991467253218810876","8069072639313513071502173359064619549771829700214047382040205101405922419472","10022626538209672727752715341511497873514920678830707567977953099252844995403","-4489376077644176673396943425011015182342959303708972368702360490391962344165","-15327126213595326095199071802062644288835876068375348113665251535158319838949","-18544032959547492639829688337513394805553730703669611752934609061548177045635","-13395936784226847861996516854793807677223310501343548682397931806650893107066","-15486678475117051963967247986494408754713232562227964497927084448557821212175","18942816075597334748744736261423315191795357813390408803743543278683958314343","18336307559768710822669293009830705498662434180928844425324891594954942238064","20492569621183329647671295381027810292068362496750293190393595198764248196419","-9057533087858174028538621847991535165843004320626030382765520587817810771267","11804267403656815628423394179032155953761963189705716029564995612497825057287","-20409072380023453666796898478754788736942744465793398013949828889087612345316","5085069337830090472128136421855853699714139668829194828100950320305386173493","-16729857334196016212339189785355551838514592100229294309470130827897623350061","-3967593984742846691938332710765384824796250434194352175526171083026806368164","-4781678942456283293203393310938411440294598481307362136689078760105649964815","-7861254465265476250850434965913395477477241341973070578729619017858309671132","-19609706212849428761479581857881811668183341098536631456804560054560904548517","5994923543388923638350559377171698264896803042764576217666168383002321281158","-6070706286271286180332181810740246273851151400651629149906172979700440505913","12258304345766934806881836271429208987432048269451595853962829614104996304706","575312376925987941571682931660688082616004392657140957624430182441868867008","3931849288023003818190516112585865819486513345078043286403191185308356597854","-9832993105664137374249133114997833721337622079129903370705717598959494677648","-9997781572711346681153584978537882088527054880208833311143751538052630880509","-21865876297621725658065696524382087545821755320849343585205520608944829034381","13849750596832578959547511085965077070211784325793702020558161697903202623821","4677424556053701215201813188298884300358330251805137208862871002819200627298","318948699392192795321734026774758213718475666283012028480156923030736162947","11881178146951794873881953473649515216691502327608163567426084892965039226954","12655349943022550414947412069917178188544165749007786018472529076490206245291","-13349366262339663580952511220371051902668900576487095317395464111840238316249","-1348328349773406952773735209871341259217331028936755291702136002866999169329","-13261533883399332921986828359362043344498898616134029434293521969551398192175","13497660708093922593281384990760483579095527700300873527583655914648496917723","20244641210765348777318064203093843131346287880013329180214967852435664932454","19769540472845868755280349924532195872728196626583055001608682348052754681068","-5923306639578049290988159083951902109251452793889405185187534165603065613044","-15302552760657756967466803301666705042407206140373771633507179599089756747853","-2131499354646642661336771761517913669100328331387240435231966280404447690272","18608392379810337018553039914254616862623551135243461240657663786552018791673","3829088348244987130173222430867690669102063637340901067407929201292525916464","20119375095606290648023691741155522811686465996295812664046221934178767036702","19282777448631527837497915832980849370491632360658411814524355606578730005858","2222346610052583142288869159878594901043976199083689660901653708105744692027","-17591270270238444597386316228204982145450156837763611266927435054323746275643","16686593341137928529810003289165103033945986596393432971956726307658738427060","6194515398616390651591766703873100882647209612672385728102337926714821387968","15523801350508383331080444332922226040581294120697952274700922075076179269602","7570258988274999019935024242692707271529719745687778143161945463859032438315","2884511695164584217234697739874927075274936146980271276114446927225956181645","14079298005265629980907170042021805155080633210633253155393192359560893091873","12412073889485822621917603977827456593015651201937162089444682377308119020655","-7304988755761109377748405569689239745045198882004404305576029901326909258725","-4659963803006305581744312167753665009992970334908505428157023369812622115047","-18434708197820713933831883694873335818206142729339748458896166013716578309380","-13840544221992287751555009382978042749900099527014271987673644011515022716899","-17313028603118353559194834580585382020587929671491713407722018758555337528026","2552249618315490085305605297835667571549245095242273623175868045986563060948","-6422792567170542279518432650778750171653294227055583040183645312920580237101","20239431082872987816839588109505762736034820214602173319458744836616968050781","-17857534919172269640457609246899317003061599488868360587723314540374394480960","16978000942153804416475579958637141666017787056055011010683879356234512764684","-1677122716926751923187376096996349944502435863445871670421962336291458611693","2655823111895919477373263588022065113383425219867545415243830782335643973899","-7844341714428135908234697202204443896842799024543595550300757988420821942405","14952342057888575718851306227265254404401852932199571547132836874052485947559","-11638456053992852938917733027477786490126140599481718702956076491190040861320","2983697593789529922956441792686145964708035955841513057188982292349279614338","-8491510234191419255625099382903748723360809751039934811150477015479695781706","16677094443448557092482630787118591212018003028137688881752730879388633917731","-1742722307264983898373449890101101668891754808199960462299215213230545773871","17495858681565107451070890421598875251210936505670975382250387128952357783848","-7851373854019006893412584535678130075341474063582784867246703917434637676703","3498599417129633073821293543761529080219700869067992252874449150271251545439","-21557094384626545967189601907897494898104967330499890443746284833205191778258","4652834393515406666165921086963700938237803003373409715479211101353200879230","-5718654641919653451173452261022061873252036331936925547945963790356183825685","17616688597832732732472841018963470173890666848600407710801165808134164978788","-1899333014761551936362862807766693244822011914818469799946643706092717168238","18600434842353719914345801780669153011227985326525642928594953054220328721773","-19756172935750677456187779525457851772358741784504873173088033586267255494950","6883907867702357526856725852434198335845694400073590806896044307042917970306","-18915255777027984105337497212753950112124545343851859976151373952477532419345","20643694074023089379154732724051570549328583975708300738026340680593852341045","-19346836616962295367976575368644745075047854694640148571111245053785766798696","2994316924666489155277406328498018982487562128150787601917130660634519462514","-12318832358088691990306189389261155355413020326318552421531812072660629680332","4909725609389817282206632030607542639208470002394395112875746678697802669247"],["0","-672828782646727956342106200","-16608222524584055585735537713418871632029307448379623857183004023780510820936","-15397792142284431698771465734534184802673659552100805647221840461419052799686","19470361867857407875182231176021844319038354689348701123158659711090110835604","-4326390455447111079836813571600691388636709845476396656469264953654190603028","-12737358908688142562548041692812465604735564627811951605842561803940761551022","-13987928162067715893579551142945992341044064495131629274206866634694194719893","19140503497144045499882044092450871233719681602105027346764799053921478903643","-6599931654556142233456501947415896262891955282476234796846184339338347557523","-19399268311268102302398961451996857124920744715017487212892852263487672499995","-13111164664247088927382231976367146946495147759984022693783729469393402823175","-17322832451577251831352307008694582978789759200576389768985941767005845215961","-18315594530287202721070642992794870299643001939863444435151003245979711018248","-19175216040293050806768344170887029476358070089070923227980842236545509449356","-4996787057196988126624697756402959340491892373121314634848164758251236600099","9106340831675503023479651137796064738969462680542305193034674551946165309868","-19283868100279473266819135896919386263483382951880901330871016642948381192358","-7174857958844553285733116551766829533674183957754358227706901586849999933095","-6454318080589481103391100457340006088597092173861320374212625641338712613639","1926824057025008032364729837082508394669721786805599194358249499980471043192","-10647102647740328863186935877819628057740007803882927387135540097616125856857","8122416724677632913995451586460810131570813900144890593203298415240676468337","-3524798720475769770694424614330207184020515776147011565047474418022223483442","18503783519868317543232995069558631221917688923980785362352873696018142460245","-1810014478374643232398983792925075115658946354153965863851534081942075914783","-11726914158515751840243137391845706953151912332781895049194896195875502666176","-12132153530711447079492358641721443496629515946215768679160319149804961075316","-9410141362536225237768995819987238042913164362226331950944605163141100870264","-15821344169310357123623516850523106027192795963517897099591541391065881357636","18900926248909499944437419764894230006556665367808990431509325509758522625879","-14836145222820398179670209859177645862003449388464280837283518021619396832999","21235938544009811400439715868474484469112513650191001449829170309074270698382","-5605952081250027636573267607429599707934377867133880740932786193487296010747","-641983434886915091420416876841508034855905072581379207312335076805892204776","-7816372488925699508988129461065234855460891650448782537582369244580205369349","-16150507372607824128889131414739189833196265988518291728253749873760460206166","-14460772981209835365043548178548270212539086981508861855172594124659099917798","-7734168053231442081286965490136825685348841999566275804727070779441564972764","-15478592208963421706760475637861415190411493969041868443100701893918076467508","6931999244271421456305128288494053115556642148567083621212462058281316234710","18191827406282734277596181478783814782382229292072960607989278846205390768623","21457860646407314477753136658819221443652527636292286135707961394163437995690","-16445903467699927241671773939618383099972513368003682430219270952371146361733","-21150303881022965546257838920530942718002815054202902252274981546988256910667","-19587835763727003906808140049047477972648638442065576126045667893721798753525","-18377181662608727007348150207092037019597900640766172399246853941951357239981","-13962261284739211463561032380128214815762989356850599112093103486595150747681","-261458487578999970472018915848464004820190390296314870650377381268128530189","-6236322835808749164521586324603110876743617353463137977538880674966588114415","-3446488059551015575485421982085660051336967852226925045718279127020805152444","-2646650546540403107481908690919652757716767405338253139055524243877386456066","-15936578675164343308613365959746969455019288250115777589316447194085707511264","-181110765990497925908336304269962608462924476468991365030423995517948579306","-986932260426162372734359672808576713483998122426495475753998361429227292174","-1026368424232199641000611012458581591016751567212445290315046197829996835615","18282424772695045057949449015142109264851555840230634707922283167781470052393","8154578537613681566759179288772673571733028008975797275505773071690209318385","20586551367559464394324682100713402234883420919355950944802922144061724794817","-17645988789875452341874491120736852145715668198637368946582942009005674326708","19719394689747103775796003771464494452351271747742982312622141826243477499683","-793529096260335558440411614266693395733177873471677486841500122815330810050","-1065891586034145961002456837161407664252415285457186174246156260670592950963","-2137417490896690095864032446255317473116658617951196072169837382606672206068","-14094373373504342484511154417282360975248998271614821120069492202877218897440","-9905176321670242019922983468883500975877642757593834053638759200515914948726","-18037907055146033783911560764657141410243693754261038853122170180903930597706","-4229288528584211442950252326705881554413491237265016998403108785796324525388","-957987322761707625254028649489119919905104735483610619735701692156355531662","-21476035679529947060152155679189730807990233593619899528942237632318810328249","4393273144207610038567603608458776119830563650204139511963663231591402697536","-5383581671734038929578019054643884455013575096885975298680346128030857323685","19252435270857723973709442381131707637298307221881768386545484016642420217036","-18686400006006122942338790175507885367691392751889190409047966555009733063659","20221419654393154247191009394893413259165492314894508155995781583834108876669","-14531177123017571289179550049963972886432426663146897350530733351943215892609","18861678318749238371251328851756396142987511020698940431811151750184925501399","-19055723018326462114987186823866028685051854269957551978952845508338372696192","5382948271694994322664214950422058951765140595076487947727241011915266303637","-12980717437731103098870218028431374450431844120210966600621706375482939311714","17272036455319202838987404372304048123001515407222679692207901756115864090824","-17326552220988710863950364849252757831914556269345177706920094908080081122777","4240899387749964044201199100805977510173830021339801554262640280511687037080","-5612404714751051415334291580136714930737664643366378857311282827528233472927","2208202280922882802794527948091177922396553414830856020464663414724604979891","-16824421214598226212083321071406315794577325824196280066684438233650200265976","2306729761527526630347901894312834706668041416109601003108549540446908500988","-10705142963332074141065374778881150839937745758347509159659882569139697832986","7583193563847962197358490450479368538973586665867652112914784758163779409276","-3349059348206361438483834452880186537342309310581406146745266930631859314644","4097641455614051316358917036877875052630906754627765894695033027405717523132","-7156421976741810780366630595153786379174165859094462726081914189471424066679","15541440918402229350674880961665294306162187180420838358571678863923735580058","-14364699749835322370244879862241027353779419071010928084038826833680019009226","15366462839428183727517426398458429708810635959648009510356524274793953644061","-15243859422563335210800432909637510290435445050744659918299228611961858315787","12635443738754300397930284830913595324066887850764898606152331847716060907139","-14827612561088781716728143876527226686311571115638599964014692214238295160586","7972070441147309840600037277381109152176674532993852055009176651589926834859","-10959063323147063722243541699880598294628915983465050640021869366804794158721","3004828657403500227916438556048647880217123653967508115966591083375476284075"],["0","-16797953831876653077537939292871862277258047097992814344398715149512938282627","-11502009101514330297394859022031987265593831619751462434109051123692795081556","-4142597433341886656235490464726432763437687198685013031971992335464108578601","676566199947987469699996761273312162093081371188159999620259947368329358434","-17775555436810226416470273103288538920546899764588008720110081587769969279190","-2022035552736949317942501366192427932682632954573567456565765915027719467784","-10701099957350572761515721207934741807976939858046056731521913542959914415519","19469941199108190880792333063347080386988194813116927033702934345393624521798","12696031725247565634346469796409010157733682917091303388458486974075155541581","6196521306673097399258759624609035391755968834478290346888845258796930438962","12073982059223143208671466574348204832256861898088814370549658316743098368244","4674552665831840223418006455903791095971643746192334725708635138373712429336","5619103782001266137126211589259070954069213052203843151868562900361842660671","5700719857221654390175268213329552249890931465136592210157015653517396589270","-7156072776893688618548125762344009401680867865931904884251863017128101925619","14764590938930709800628201349824374068387365918050147630776095351341001101961","12811995988668213170097897377759799082605669770397390659497179929657987631334","7429210518672342138268708919558701359362253581366840012993852044455054063897","13860984384768226806814690028773054403887827637082382623041520130578970112466","20842793791304543046819931449977867001520086001335669939965780704751912718181","-35561776971702918679436186251503376234621470071615307934073146099765023743","-4655221927188786767587974799809202423096778488246079080846365253599757865576","-13286106844271180759844883686790991388048366834790341815274263119751191736181","-4341846345025532380014815298974266603536606935538559851601217046777603114887","-18763712496600032661846069291963792027103037631951490764844060402328550494498","5202287878122919409282164582422958383472448171984337435175642676777441979500","14624104125703388395141835921847695352445894509159806312053085403530237983430","17767010775658612885966697342612814367416837456131330132827540104023785123515","-831404795181101374095608275268396941301204660049649513026826367679144155432","-18965360922230354213510837506373180416855766470536579196688836449204959331507","-8298594605910519291151819381820925733975657362674464339455750182983642696540","19875574367015529402571239850302793877531617485080421283684337793704985474048","7484129947760566362300221430933294857634841603608152891454322231562238950217","2655189385514947010471333472855322637790691607751908326099030689226698332558","-77897371466661192825240956298279374048929890183485071338899577721646790690","-12067923364694813924413100707029358760744163664973819697242506387892461987532","-19841785264746673223034304858570426019107275058362121276573404681598400597651","-7902286981428487202394530938707045308341145217142943847963016071682425567560","-5520776835761986406839157244186503353061725973943602486060304811467407508945","21351493841654380457975026518941788287125501427203625334246182264694978697800","21044177099013903723948283286902381043003542907979294327993350694198238996134","11121042449534533017878623909878689530670291103581639561750829341741898265398","-5954278105320551604038629846573211351268222416975414461849419705510198228818","-6858907025763585461293501404184735290259748302668054817433109444605866970698","-14744524491433635643803614786032718848524370001667367497125743048613024731348","-17338063442320080209010956708845405479606286916079873454658118789670722274759","-11445581880135480520289738333930014038638193028384048053317489643112522265385","-16482879984350107545640219130578678971247476584923020316931685699417764884947","-11222514215449387501660242875673267512044391012991926058329627682623246385904","20183548070863416511640863878544960017097669363186090478958278300521860032538","2463121998356081544318822482802400178580607037178555363153116790595552782881","19064308850494421371104514232365797539698265604058470457971778316173498477478","4644941647402913960712558728766915461554528991943270439318966123179714408283","17573139435230642463048916674241454937025462587462198497645991281157836014443","4630208712623288784867695181128513934732925416977600291627127249189744261038","3736951947724967657302321644165929153755284115632814136739644461254220255736","-12012583739950375302988889675689449090969265641658879361933787641689534856861","8249557333579396994475574755908909370920731963018988975410434907784038909325","-8196245903032308610398273023718851761457648512883414397321653811500331744990","16224009600414159114329393527032578412726652474652522156518607652650664498046","4148459391292974186497044378267604990671308805208335261215012979651022192482","18356682155253912631452238227528448969191559346852120939195627026529135808864","5127182246483633010785832621437530335319422602246963546654390395498644088100","18443520019959857954483046509010263710306275443863122657465710201311802495709","-16925113836582733368865408960173548117306243696929123050259135961534382734476","-12938931913768214832482154394324111787218501847049034320850634532542433868993","-9322657452130289486532601029518872104934060020381648468604684756238095810976","-19886510877595226339632308049475277899599128279356775955791756185946586475941","-9345790399650334442264733857170876627711096292654316549521573866569517003209","16404857308923281405583342470413605036726363893942614026370977324353266287225","-12974056622572546401491314460990538028687469127721944511237430730228594227460","14165120698974743982063143183231776249930718436122424054313014215831856128413","-5617053342972544181143120954429741011758403467317979334646526452679482877110","21532569112221908270024636457940646404297400522407222182992577963592437848526","-12132676419494206001147180690214664941416789399776023829224651397087093890898","20426197024982611208048566455575611814481294152158798015724992679979576820971","-4215832539105705611638221208299706322986134735807461698119489995607342908568","9471975869685330968120893244789537283386815286588964069578160892215899788806","-20236504268298552775612612826514698768828368769850851843316202874464192739679","4836934562839717168547038274322300484122475951828173160777218332848352481788","-4881745154137789856672864478757158023116029612240333033211043762102307320","6156849782883332673847858334009975021678590623446587572338102024223258243260","-11660879404773658177736570490309852367117504844019996447318069737970925138281","17170413788848205756644530036773797980971348022815212798897801286383951799897","-12903088965541495464819330721874522935398083374399974612114203081427881146401","14185899093839296061173724123195840109402544260729519296040414577580491261594","-5772335204748544928546344852949520412603539072597300340677942743644226184171","8622000693452584106753184834037344270060554278697245737734810573762267416823","-18398934111162789155385689974298401671211492883307993882249945056122445586943","18111285601867912424347474905149345584426658252555847884870729653209965477426","-4795583928289036887936529816779944336212629444205942552329941897575262219702","7303593380109786015764558283249818382391580742863485644640176693355460482831","-15067074205874885441093392736610369004961683566591440348171647655673879770574","4890968025424406533406276561130194426508490267240083459150156535339160305189","-7021568575965135375562062873329292242429176087727755902072872773872726780967","13537572847695415168196794429546939403939043650354016575096027329387109745213","-20547241410625861481124357509071248688002930294120301786997434813804527751785","20634744012357775931491340748630714307124657239264585013881036872324479957147","-10141217375169386080026294260774305920804627565260463760381865842109481664903","8163668995226502142203727945008209885408548225113240779597549247489343707406"],["0","-9949201305381488737384729884207852312976529272917501479767299032892353060785","1302745215438074693997388862040930301237432441815853231456347076595541377309","3997153110253751451741277684846131472082570094967200554894765301682051922504","1362212426949471077202239640015047908360881709067211651301472940227978682188","12017843821926896928101646477858300316601528995441192044059247570302462304146","387699545357534374789694602263544728001655688433359478567319105684645177558","-17402050113523119805039447436215626585631217738835621043561089134619519632198","2328423559688124613445923313959506617006415174200355056042134802940293035815","21602291021389961723509843887724487831495011716107975414552781371367524637934","20979403673906526578524960473946119107625426648091693441696051323322909531872","-5830569006576815165461370529163711656459365708993136488436321921076302704831","-10307882094306779639803767601255431740599071518745759303362913054106353172798","-18821666378750579734896664624029921140743175043115050189147974865647525628840","9468051286025746544064318511570440757975501372547729765208037138501101135650","19131866635216661579393309023687776686983708979576718062757634694845550493798","15155747878717679570174148557109632701475658878326255842709312644285414864166","1303057910718390745847340108104116743510661114538923568503563834763450420684","13307916593129481805841124012832188224345057696303241112021757006133693060298","17128162354556584320372888616156474151823540448317754355840452418595187136312","18695389979359134646626220945778896417778953782125803978605415209365544078243","-16440587877477826375350382747098828383589870211265317950077022437354874034418","-12491443615287531244091189473838413335935262462944916810285345655585515221518","-12532405373269862330496523391646002987802884974583216396460373778532165218486","16398084796422348370425426849974104594710570711036321466584015818504287156779","-11217968350845317293633762268861482560244282724908544877581966255541581066365","-7732736102881120636086306329208796812367274269867408590979423700700073084571","-3771355372391877281971873986792240947875492798077687583765671831941682037707","-15828399456095689460822475301146038846413862913862931948001894807474499397360","-717379307826087808301594351486388650471057811931784144878385885497109064685","9079715390136674621760240980610089970981607693486265421392884887066855122464","-3695640616899558817898452927589617941392044496333532701804872506526961887613","10235633585628392019118464694392099963700916643528634325179556377319928456870","17787331194193414780797661895123849372662071328044610287413979100043920159292","2429904849225349270096889890786583734258230635449291299204786436762131702773","18864159255473233211445181516125224776024309536325916373976724543892636510659","7315592362101998598730488647804012485901518271487611707802672652007394921019","13342345646902749231150366776689106563578051204886916962288868964842939669458","18349853383815986425671830410970080242259746146396267050193754314903381952291","10983845590500487637010787921605993476900347478378234100224553294190348045453","8567698543851170042054655554524179226882699117853582199392102060928695652074","16533106205129441179283458130947707832463575268097819480582156617356183491489","5548101227609231954336308765592177773933068333965986501242042181611834425977","-8379248020993968983628220359830812076941300055886890507545260762131232400284","-14067985811478420997483137929256119451088235693807317897547159833387901033469","-3087417180260275206404482333653289197289920193013530926702372686596305165825","-2488688488894833881192349863023849292865973028386678810099752511094641594406","-19044817632125455090664492987130675222483719342205279453565443271841766994099","-8167065331062663675050408083968288260761883546006552736281986172926152387864","-17090776152593420011518578678597297999840571192793763815379148330475129972254","-21319474899181485997308513923379477207283945982443362662494007223816790073061","-419575958597279174560460930390703057112303135307473207763695738503115943546","-16644684304770354646289133888590906074875010496543557693244309637288806394406","-15974620482034171942671605809142418522361731984322166729127485451203361573014","-20235544573571108291655496507782757136772799951114092272065345295458445339467","-19970715333927311368607707068008280848444758585277409138965388648511222195726","19213900000526815423249749945146374442726650830006353030442017955850678115213","17982047754862711839616493728426870532878988484348771705031956745292047830294","14981428103223667093974204430868322384213451975677081053677156217414246650362","-9198517937810626206797108216226137291581179551674931099699553155664998125138","-21351958733600449349289774195491222667179354721949739924410932074753090590672","-11862254877204560517948414958638897371734553258326027156875138653498437843396","16025159948042909313482508163055668664929251342585886991296594830302961543418","-15490385599844642858645619447234085132714600243299278830980545874877114593532","-18813647409072599551902023648025681099475801524540953817067537146276412441329","-1035065519865824178003672676339337217563511349812574361908883094954807277226","-5656135555797292489348470878731931602941239574892171240414018044306678455744","-18452749310009123291953359458451350511972228705638541556088117685767454494758","-13765185908501134423553259133159034413816979771753014518731288512763541398314","-2701388395605461785141367564841706351629404894362849392524258005789819277636","21540586625113674603033760368499442480235994994980719601859795303266983191157","-16892957216038007126222314516761340743300834644980095818909469977924720700888","17061461790004247194984416666907912115784020272169721187408921368018432499531","-20066057420234893131984065736268750643076863197210161026907326795331862947085","13678602962699126152383753499150257552998578448964291719866227073497042546221","-8115805645267110149351346645647904050865199899026838469449281783876363840156","1309305974350599643678747700030481923987377782610574374452875968255598901761","-21606671548436194519500552812174980715521470116757594206000412658296858068924","19886364232544996387990938965021420615193058189198229497621765185270156473770","-18997503898008024977866388004661909899559718348917346505549675055803532178801","16444248628720583678452178706958426011266737251293155711218998314706914253854","-3231239290460887443382244045374710569727625012421186789455302763875410819562","1945301243107116532943249131690645441968192958294990574798774184644441070448","-1371352439116803699948028902275243763244937375520431470062135666685628229476","5157411145152965727062959580464977454395354291968672254505007025152517487036","-1719145916004751582003809017672519234872124593329474304112668688643028369270","13266753423521664457659102483004994943723745733093560387987990904253213545182","-6478454865055430464179310202640199764233722842809963673046168944212569485834","3238818210521117064810078522814819139606819402491678789107957888735869569154","-4644038033237843693610079155781934173396379285359925609545072719046786984320","19080838030719311961303822351727912646061334567588286175024243774842903947844","-11820099560606074857380886337340883483937241121268394715077075762358174103451","7969643903909711854600244321390150468671372526774094077410242370739618901949","-9799737996980503207528434041711087037537587044132341839522418129728452685056","5227663893635823444178227999239587638094742823244711267691929903539149952857","-18682947821285424270516547028069397233174075378795503504780146539420213037571","4050329845031904554429470190347194889341748425680664988196637861528031823789","-7097475698430938535794629984148522163075926874146418484131830831707699728112","12567524977940871031795262282404139019565986082018162383948169884349315291760","-17834038638378770446732189899020018286656964046106038595157280130824097380522","12307500894924909957220958441281061150112216217901883076660388306263513624460"],["0","-14592161914559516814830937163504850059032242933609324040882933098170611872790","10602481257920940699233083849233158610034837026055361284730783022581786760961","-21119033691869886853123911136034299912731376789788207229630032213488126619988","8565719708428256237659184346093646484864863302046114577488626163567015434103","20117991898934999340646076710409226741884389288919081220408024995814603412260","934585331499108376153703549617791489607016622553282788212494101315074675470","2722727744855944874810362575755517346853346098936650557965395838585373993368","16894052841579305075072001245947782544475751424307737113696125565693863568336","5749092807355525676360098970707782544235520166802511120210608759374018664395","8024582924839029072804734494783964689277358265073443597578671014780984461372","11171439719119235485234604635288706199873940736843580565752328379546671756743","599116092349064522314051473568820030377474319990543299287178891436299575178","19701032575727166975423075065326072526265686366949407548838516865915129259435","7258389427797425099745838208374507003291653620181063860437634302616292349664","-7172464486847772764537982292332631163283668983161751473262900735804515293949","-17282616006840549183033727566984102124863540877210620490927496513629175588000","-4901276948829592480973331964797256344590856490193128846537896504557517105814","-15790227169781341649229647707253944532721029950477724280077478541660453912578","-20337845928799785567153550861126320935564271794278884581557888253359932511733","13159258987864031772834583030918039817765409246709381459531484043256847957167","-18638700967313578964122179393571659725847419769412254191124860227994203832959","17930018508505227804465987392671735302265148361768101339846746529748563761210","-7266900882092262903790221598491931891927466327081968044368575365007968653654","-3912496959109135871924627083561293167038517470741677132671324044528474365019","-12325107889752943955848733276977281332130070486915833375838056022320163368860","-14003626306425525070876263616460795222054673983818005323839313518438451038852","-12106364495925166169635649633889002589327489667626345823427908594954093510132","-9476323624225707139324453684106973197228599801811825118386445673737986854060","-21015110894475165868214675476551642411610524895049603788544259046564626337377","1306153372325258920828121762476207132715023552196878379952452812462263297895","-1686849280847942333504061060670339523957915151505616577574547317162149952611","6418742698465379991117794857901347499704421578797441410385573709053203364192","17521736934521244656452648924893050517813305956480313938421592728995944948528","19596646972086307879679182763501144231850797579999608593184424748795002750461","1912461636019843521804177951762441669637462453193000575143639562738207647399","11075613980015510009977648821247062595734601771175140136335975140407475536527","19602292982623122392127471720219013621367688385692306473066773297435527992013","1964635833693209367741336453688013151115801571463437905360478284406470178598","19429349804302837586050582490220033949345220580064744338197785449927654175701","12944487632515463867064781570316540040892967315047922953695494033719921398303","19600734827540311252584692483637197881694683721033318748729634282611184642725","8809733909621388470869082772835428051102849925398688938243706399496919351798","-6144122555906973776225468389334990400738484554662727194957028936313119794690","-18498650059148900367881680837169133718823085515212318660463823668034253216255","-2264134238539034032680543637801734810989865035483144951404987327443991815998","-3290235994510630462664824443546695780034906840740095956157106127194339897226","-7936203633280736413089052065264714198021355479220290445680374661267467995627","-10070316910747259691493379798690301720987726934079654377827881693883718272073","-20576659255464911078994142830184488362313112785946283152780852081972307441351","21444460677943243533247944482919694022336553376019318889594299144552687813907","-15318794981490038293275267900789753154877710116495436499197710385500452918615","-15217402958765506521281441596291512324626862224339695095614889078819198874380","-6815917308474509202615953178246011056411506143956379046401727434990608987015","-18255663857398173027998085777087798763547554183941966117579052291218231689339","-17155659548057249195495440676822782130939854135987509222523196021052750863873","5076897792034770605412971323579444649619424811210158363807742891268913674994","9558655345461451593239772408831328252980755118189985807443725305081289698763","6606149831318629017884371018737780821809067164988810625032412859848648657119","-9075189678557548995878220781411229935150276766030743177044128970422044735172","-16035836080337279410016091095356058814295723256336134549294429257075852028801","-7060877034385791515198258922413021202657705139575240426328496804550640749834","4595478735266156691248589462594326792116826481317181832614872364249975270656","-4148186348973511830957362178882813444428774023591415756572022279395894227842","-19210554612990575069912381540920639214305429795860714685695422987110117868985","-8821334813949352217901103147591672815783340828938958699898059608049060468410","-20689116144201997344346928198430644279147631897980253955031420378540650225956","-19604791451053352923762354597447225772998128608446806072581428049933898839902","11760812675467157778072286750034192160035846556517514236643786507170375668436","-561400802218633847304893782740327276595787570670790922368439744194879330429","7826487168327285566251891647377847358077845743069838106955435433559003154684","-19338695471585486517939738143007384385984677299247951649719786169283246198942","13537002488799377650773805733295123385692588305453516852942938214475004614658","-20565708454716378025361159977364306288614204434591764919356796682378903522319","7226420392537270960792739517759787073703651364399653245711119198595142389867","-13095502445796017749439531302126682911099385340821116037753607264335015894168","323428147737373054761754389657183247590399802004295947008462937978078581377","-11508160097654668587419760773437178947199042099382438830181557620112158116872","8640894198234697673188371805366752633321677647852694589764483867299485611037","-19886119832937625721455533182363724873031998994569322020180746854898166952182","4759773849832668426783460258787444800202780675510741335645875016890739748991","-19136225955404546276611464647947659075119898336905307035147693856929399814863","11299789045223792432167010815601563504632436650987977780660109196782573803013","-5981879983723868178572382209988349298803650395291298598721155422425235839143","5551658365543986602458040075552089645170691727522833129451228516434475826403","-9726637206470398183994053661109463398910289103018532629058464669198636841855","12550790801240791649310689754903874316435534200251722805643031640038876314996","-11078832594689785558305811804727057150847758586472280938815564543935217780370","6226513088629290278514390739543627885531336537817089635814788147973393094314","-8464800823829713946026288100519814870413880972584650778452714403667557214421","11249480734297652650924922477201557773913425373952985809183302810250062353401","-13148557630246922231778862789358041157768526105813057274558555954735331373894","16879015218547671484935099450246801007793261110085312059558712726551686685902","-13194923271156586059108367719472584940033407812540477580276382144571208116405","4175656652062870189881696818044834755195118862576082011486147064455502284226","-6138074515965159259031181071627364226766784024716361644589312646330151779739","15020503577460064111447953096123338506752030085921490596492866278279521885747","-116530089231556109565686315203451527865972849951943587854395007743255621092","9975119094952826478189654572190552594826240068191302668217208971166328024224","-15497179077137566062460126725521178987260419645326774906095365564602100010198","4140214772395023361899612379967812869681121506980798254554364940272790596776"],["0","-3806650934232917429955896651349091319747541634856559690169053228042399413516","-191738394908650146476232645967263955727616032858833495592970520427169589921","-12110314652715490490808965796346459984332364424311971502344430934871839131191","2936896813317762189557872046900677900915794828654492460038026664819511504786","14149423378644152983985176826103400283104049083723951364311327946790306070136","8529901122619161960740964532721131272360666950981146276558749110660106175041","-3967979602713658589607166475805979806949762752042810087847822621808782730606","19159635326529537121325571089417344054194614261272141034938197879819481290122","20746673129652528159054202915257813266678236187991344694080655340828789083388","11271742560438718293128715332209041229174843733540480933819896400581876869321","5913223959021910083920532854400267388163712114262361592698021313336002315253","5293661656911153340081182923371518354627560003605913709781687779559566343901","2337242460553896103829098715979373315039041867193340293810368456134376251963","8427158833378894333140371260421943404198738224566506763471224620325398432425","-6186106153116837232563361034467624334617732947937531619505897688708413760170","-18224360489422198478599732077812481746520074033136022508038307840477069990635","-7691071524902159080777445871986359561446058341894491979738420090268373426602","20533068099081780920768555206614815595413308327050781997130150431590689580429","1863652029813079448735180481905370449254608036164961986837529082716086146433","20593537258236871098451609953242298110804263710415627402149474214875116132395","-11379557059928002871276052147346595305409438148593002278307072801590698787003","-12549285938058419290865154998929225467254906400359552224603865603696104983643","-19422391577345793537485397061765378633281246604594614491965832565856415357124","-18905758306670372020702335313661577648179135605404093355210728917493370469171","-174909610724270733771221773535294798911038843378504571460625517646990622053","12972756123140520870918793481492167374376580271762666775104893315451892644406","-5947938911935250699081634535774814367124660174120578543275986145417160470431","-8000079358374600402716312005339502670001944442246891470990993023213494314745","-7089406286303431206882261463529496088107855468739167185653154016314497776797","18067135694554607844390101858002582191668557391842748342648193086439562032052","3082468183869305596209028963492618454988710768336225912495410147897905873479","9593628368958496759449511146549016013486153865583110912547083623104615747956","17657798586202570575316504689269894820838752747013829302996584161517309729595","16905028541782893673445265038178105281260102017314771071747689412788829693913","-20476072060454316297171956996265941266682579595427717367064863979393736630443","-17011954868605528288913321692291519051146785731507470681641203365622801807536","-20341162394193145635121532106778120592451275891075535257099784476896318958885","6344665546443975900961192394915264981719021440830097301205439490636604403728","-58874961792641096816523451668989765946777420060267508285937981535951116016","-9113128169149057431723313686380304048178087024735660840095359945760849005583","-4499367852903089738367758970979814123160639296045425245575876291704657820342","-19998976946039098944521964603945684193839077215278581146532457113853610302601","-735984608228242630051037448787041070101735054785443598306853913551756689718","-21146169907970618595746944081653468098728200745836359725089646189811711190761","-4612539566790891259709858355667893813317533848524840880412047802007165353448","2365281094341377739557569554794575762871056074477679320732154549632579679611","-4664339659552166281168681006954340801892507847024612177717447576569030797029","15608828298046000790969291167274077427734281668097027499015059391351909246316","-10880066179183891412411802856317525418751585888106596980366423078462024257301","-19026937233359468436872237991685819553889812502577117494992853471524385046041","-7509221443972826430673115760339465731956354063771132527386395251342864607725","-8301964668256731571595421027286281208583503800910758287646344007250685559578","-15909103681120694381006869887975881627282753253792942035916034666551099608504","-10202577877956047906481166529834567338763013272015034532746073129748646565224","-9035083950459279641623555236036063633580285324954085400294671920707491600091","525862798111176398874878990099107057503905875667992773177775014544694319358","-11254208890855714071497945829946366645847181727330654639444838803546993285459","-8529995908079420272334478234970644991814386807436917707830217130369569587300","-3187606268800070341682234412671656582212664389837522706592105037625858473526","-15260328233069423364840215401109512191593692015873412020722778335487631411224","-18339789394972239424674674878601759813470754739139704216872979245539561664087","11296692198196706858693670405491388903423297626633674684377396555833957796799","-8230413680588340677590867115786485102565104378475660025055166389150095525451","10152810457798671735675207762230452775643957265767491813615860843498203151528","-1990913997202350223616002371990952286401302386865292931833758319733638827463","7748390901089222352265771230295056967087997811844520142627612442312428691054","13024302224499164038594416803986088535756949184157937298574400857793071906030","14091462266025332980820533627796494163214302147615765715900755412964168879588","17912429928009627410012192473786287772853838382362190594432486724940229037091","14277614533216507889022967048516892815912166485648042771267591983570641068724","-182231133348623416825914991034528837452597291441592634347080948712591372434","11051027921446456837042833429150680334184752433572426337034271570073604315237","-21663824428417248001858108659956521467639546538895884944666044546499337128937","16112805301956686447046667248916575698530160343217172654285292469764939501222","-20318135446123461267923012075365879021028621639363250962127224504581530209172","8925172622567502285733114702334837749749826555429645600153829198330100439753","-10469861951579425196824828412896813455652051483714117223277889249901602523068","15423302551223344618305976797962223496940565246926128484961205198401036058910","-14298349384663479824625768035407091665810286877118863158712321318445638814925","3711206212166837452378466265575945555938486156081569154848249983843140573539","-12251861864474459181299631277838489285314186964285314651702016436342761492852","6128397061726649146918831477196872089752690299776280432941456880181293730876","-5982332296720412335320058616882382746378184198959909640711909231090930074506","16950417773404526843810681415265982213404956835558692591044176962649341334602","-18211861646198737189698144781755741249088732899711879017927327229670704473918","10169471060459281795816467583813945924241788037499879481959686862685430827022","-11589167000177453652666942663478037956782161107349510767373728154304149049425","19961608215825471991446705926091958403517127937252418927976242076509473476657","-13243120583218342127464838456192710256936734166878183809763794884431145553703","10125588939369075942926617045607005067832541160328301920941947692282564684777","-1931126560359447209405660007123405104634307401269846083077111803918441154359","6127029891957692955797026856502723431926739378315981449421531430445787285257","-16961344860297279692517954300225703519529155782434306300677226507108937903867","6724104160216297717689737001681982078333177797891299417849713499246688173365","-9623349792729578506580779156229528862301230963595633874549605384917760998493","9205451206355838911527152156202156742911911142888084046721431806984276687835","-6214092884642429199854621080088377232940623885514917209700176680813402366257","1579730193076790772612489910761361581114717466863814389380758110136644029001","-20680879348077999292845933144632362389317844330889690367641644936855352042309","4566370542501287381314118130585125955184904459225582236379869826445927980210"],["0","-14436926149511011316800820810701606973297857370485375556752367356262735221841","17710434640117348547812002567334312366199356173869458376340156357464174414075","17656273433538369617581751345247749575122936411291243754602928443618128829725","8013537162749698374236454554479131478232612588552225292149861330254537346335","-20890467628539148516305023363149965816554576844988794978046715845962134214066","-15536496513836906478378031615409482644127604419952923315549686372382514500448","-3448301602378380374244105382991158431282175253525336456690565824174695166500","20634438573690978111851588785161975437750447350317849658656134968148270278554","2508158411990406286957864339202374555391456014508771724079599319067108548934","15639729994683938104778814028349842747966355834442825912902735999979341858367","-1433532807058092255029637868498823196239842082301607713041881846056327923196","-14350166650439922817621550530788900473164479942332490354387390283630188131893","-16656439071953218096276951308034155825910563941595645544881412811727104185775","20150651601326186865887377889983768305378318920328956972730823078791640729513","-20420836447298604024860531201146544035290296362117359983628962681076202900502","20769470140463293058148621692534381307076310589831567347752386020269941745805","-5950525329193894608342770678769853846844377202632033526793538136275509660392","14328336416943407244079280056912202377123468027797242262230102713051138394952","12186924469258705867718493273123145078476437695653804321545938616159186196562","12917896277747605798900042800536248250506992229279358200187011701772309008354","9085847828391532805992204925535393793246670060142656322654750339619288969191","17524452136982647152012110937509941841878335882590615922760371014992573121492","2634031734804251070295300122689266441457928767707640890806360183704141915217","270213570932546712232109667909606550838344809413413551891228026165686758375","-13487795233858177597398937861929725508297563197941417427601358283186253673228","-7992471212731191729561985998349633585079897557544140455611788457752379284963","-19898106078462643593192313720127363078881055287612645610393071583814062623911","-19237744073746037486100087292563518992971636332883927142910428716862437777575","-7921979082339778512278882544392723275518327384798880225583611704982944001682","506727366520910418290882778621129308432514357425894104288615866362550299228","18527673403521802102959345919330459174358812554058759135339911483306557579694","16712452520497557291466720691385796125769391785313450457889304340827901847684","14463172588501969925373371201049400158032858450921253543731784433481944494340","9087658626832984337412371031005350442998993976491998723244314473003141880195","-4162049235230067358081304294342774722014321503981170129659340248985675223334","-12096910489556927552468222028209973966083503566257144749404069638422339833440","-9933600996882240792517217693681350097637495488561819383435051059848063344135","331529712883961402816120808283699305966962510294604899253902669813696907682","1506574274139297362039969516703810430705209830182002990244167244988321530367","11477192169581962570882893885486536525247052577287922760288995935426496835446","12690773826627497247763327283759518491634751762196992924553703438559778386296","20746227527552153218784186315534391184676840492851481520230645092281607434296","-12864099922578038673475714359536083449337205328088212378243600909218281615271","-20953390264375566183619662863641629766773610695602968044567579898309309462270","-13066608440428712715482638752827225293619657918496504348600885792150003185113","-414800075935533146942270356930845122742014082608224268538452603529923016345","-18684969877771842759340641119540455315509230416866662888004203385242974711925","-10582514282471121213600634598838162716962005339325926931369037164098938265350","-7575023286937533706981655674383553476616377529041467353621194227537452631373","14349486727530235187067299666174079957762983909054297742603831893029752284167","18718061148242538443195358547396238591455781610064266641518687561933039201604","5447984881394806682393321617886782571179347757319812016249422794299074860328","14374210370116391138402056040941734892310794540164133251030634566816759251362","21863093007239424987118240920244259379876996290904476900628891549186462631887","4380890792851387735526668203292595831508684650936145724742336564945396932528","10547168985383570790317358688890966234815464417908653344345062271997239782551","6977042745046888998915324823681036086266438935522296033557704602170329294804","18313673358593367113188327504788471575789679065612727396206404034115290032087","-18053315510761932888652840924374595500345451352140107102874507668996756896929","-1583426589008614663195585208408112131466148230846464085395600213379689534024","-4416755860819623912396666555327256415570324790909091971414159530127825373842","-9975463750747253176310022255704203412558504786558183763214419212447568350442","-3423611665091158180891931515123942656725608418257807545347920127776212961334","-11254798812957006479280308661861665953466763715094588841051792024472516171184","-3023919700432642595551222839474150619110483899640535874045525894360016551432","-2335825033508449147362132899254052886288488435727983949100872897599572466523","-14991517109231383911571875881597128932363937846857543273157932861114764141002","-5650284897100603488649358840469249304752507645770592403054517671330039197197","-11654280585722190735228155166564787431611314701322170795930699987052852587397","21718438542761494901418063351743230958165006836629106512679584144974131962680","-10220392704900079605368022670547820847029688205787371899633872362629375755974","7277638804918358661277604002114295208656858381544991200745325335838414291985","-19654606097067195024390777484324749132489783502898601276732055304535883915716","6824878790565381377555107449817822726459213466726586156550641937438808116347","-19805224735497731512614626784420410080073794738689588701479022370066318460062","13539874471738321585365019452575251384162052382479479857815964167461706432730","-12204788423178456608110570715571717549307924604758903243517577435804760751147","19833587481196531685080825500630245640115405554220851382653690744195876711383","-3138123033150273637836129587980488169793901721002599517816359328281260385811","11561610231211273702600924217533564390877576047406055867667354289102273847463","-21488017632793128194084369004976642563169718671232956288790252450781405122094","288821579715421073409166220170605003669359124703307821236139389012066010023","-11210190132795449737665488263642958823751380122179397262601901807082027634217","19168727859735863493567654794044379116774253724041297713579644027366770624462","-10624446099926234292939914486914092446606681747897711535721821740776786966160","14141330809293852088234833654093665758853196103583857145369705491674956768477","-9277904704205885377716906313698837471280684341426062339020922170414281452168","21314845213012508977175135641280963868363726748700174837549720105328002507919","-11128235743274849536280877235180254496200195471799946594057941684773146978526","9129096456125688253689491069346557360638454506674234342135950228281228712223","-6859389983423106743079430074264078875114374014292446285378308123730461227673","12754209060352658907426369731361350900673235280921541951933805427374606379181","-20675712326598319876192961331773297921597537497097062430267377807328676720145","8894710032285991917132695975545895475212639331348940593047957172245737241534","-21067808249730922076044665623382317485113234221694291911985331883624758584322","8405859593216841807552983593233704343129975189782011163961453470437695893362","-17350369379586450534781774530398816786435674124302432025391594091467442140173","11009883205371726569660753751152458812535185526667722655431267819795832292082","-1045164364172491832162362351962867793103245781864076666961462124980320371544","18970311064693038148209589780888968149458087404754305215059439299443870868952"],["0","-16416182153879456416684804308942956316411273300313967561083550012368305990069","-2664782938932674344190105785195998423201726424048723150253584460053364573202","-19725438770294232741318080616380030455618655160290370304568859268920834745641","6721438286012820151026360227352933331936949892662708584383869865968888017953","14084775929733802801099261997640143689260122593281974972896313319024629921453","289186641693796384075065113399653373785966094566455573534418863083677842027","-17257420825756256114320989288125583792621608325907260654987318271498154134043","21047437919944651842279200412616752571123178406334966788668532043725679539348","21305679828388880385437827486515523793178902587995386109790197642954379257204","17099336032906940834014249066073533830570409439957906777703558611491624545264","18995572803380405101232946851780686329113156618267964666299253937689589719674","17293152591118958464475958103339201554359004218457942571693214440751175793840","-18099901764036780629617420979087292675765298886773212819648275522395183386913","-15573302702456939886771228790474273976090662845531139774314162552265555098026","-19573615797676994048353881773048757531807043260939171592153211960728710865065","3999082783156341180085112072150576995846107168840796973963910881976631631007","-6315074556158322139001480190591226806202802650981352984417246695538727390411","12664598627080819506530174250398563282526762547662865260832359247142349110382","17494726841804509096091581620299590409465340190800611779338424500651484363593","12024742291438901083114097210703351811218622441060407702591641381665426842173","-5599071534900962825254359597027742376516438208130054711105671731455268258934","10719394222240188686760534001755501935547486186701045489281273853886268072985","16237330613938338410043542217529606684853994187668217924565437641358908697535","12646863774760648864410942419236425972663101577255612675135615715982156526949","-1022476185266828289936181743808768592844108435944419379126723555814797389183","-14842158894117277035093170186496587879667806980202972688595708886333355132091","-10425315219414035700670489134908283815900897026707272393815943297348078677419","-7483085091386262257831646595305669905457091940069684280404123916970408020793","-17294260600003179304255954913905103925010149550320493776909027276476063397945","21082860934333819292103062238352859213265421317887759371163672620973905016581","160663244263383876539350793533116721466737255254485762767492066628410472886","19506071582657746893867438972885430288977417674491414385435579941112204413934","2101959108054167664815925978761662679187120443617432055768559987970912860493","6178925377218684118948382957183189055611236424668086307411733502197710688901","-21468162127533077384473693778134316944229366375519427182999652325186822964549","-12563539075304618007122269676931115411467248258718988579401495805741512938132","-715788675377953229524051926357720548385383263672166449783946141408877952876","21371886518453730563203304047358984447548340966783153739592355734411611351714","-10039577034999307504259742894670990505123147696666807314326282637408530806235","8003509265493253751094758379629621111577848401578546108641232159093378886856","10365219955938463478960262074652197333774779178504881189346939708044896576680","1334074370584390484891207499138976097141587512365488944691261420179652069702","-21354677029767648442820908561895513563643639213795121649262814305354006505640","-10833637076387122179963713924738248504801612157177915832865188471911407661353","-11480341669123829798442133995306919317078200507346845029864495419284582075582","4259763705293895623513996095819441025835031458825810369111857736864213722339","-14622682331501003958279091230736960115737171473553927913734331755840657146999","-20538880157672642846845355064607783270642616603963530661157375302767191026860","-4043119822832577153798603378441088669054598494113950615238035008028226272469","13392703208578605074418169034979470814531509138483638176672739857988619484003","16025719500135204928636181257106234337180820394929852908296269183575451058658","8896444408048459703236901663713916032735011456519294284036436007109796263435","16367148563401801164650278314386329328823548948474718082169220813823660134341","7994911075933266272842022795453760918134342135619917316360514247453083940085","-11923557360666406750252180634884937692410460763323917576238254908677320675429","-12035348034003967816425476754659499718145412447730731576623372799798131895229","-7465935781888935860503237568487230985728526168456689062034111076519776310500","18898815637457511587194376561793622641329231622374116559346160683673680001059","-10503758500902301880465839788961855323683513635945316206396014348754212645300","-2598715489711385988867238345543394425712308748312180602712726772514349644558","-7760468431220212881934760674304925134641742615687632011678886194121401237526","11547838493033003081814663810611100439999317673216223633785150745634756108621","-14375608116911425896255504536214887400363814563318201302069613157733960815248","13291044101113250346525453297052159634571367033142107971771505640666947100106","-21716929464034958770053419457121182063337409968402612654642786945643123536074","-17310302933323050251421288529730964078614258445230756776161215872039945514079","-3424800120751271991214127992484622574809698914055623549662821587602724755555","-18903099795616147857231761791764798135034450147925645383544719182988565035883","-18076946104999908644098219574688926285825633766602967851565435059812024118514","19204112432446518561349676228955313006286904470610855386051734899156649949936","-761543444049939162184897829074377636042639527000714776986857600471140871261","1238318605484354761198271611318186617201946412230232520620729736181297608490","-21278928062996057218359127549268092613057915399714216566250858156812667416692","21337585631100817610016633993679101514733772840989993346568061311080431501512","-5659598083051282580811425993665911174595487584302132743435839021720491893003","11577986098315432171676682759544409323408949912855808138257838804835317163395","-20556840437653131783187288494006185745893179378194175699822616129178828030290","533886907489505328717547960923104633684820459385332861572504676845861863808","-4385904352915037684883834778457554993298777446232396402262744927633767065093","18610798836133127138357867426207427161956491129969100300061731704482842792521","-7398111183719819169494020966904581087345300197820168924927228573072942816395","15027987815485155898765747938866247813301195402427747927969819477681906918619","-15737540702349661550619212875418335730224317497551767390277547523175410646936","18732682541427763241651727008811505722932768895316284402999051344339687503396","-3699206123459303385518986327731535220011063277230409738640815409858113258527","6420192116589477738092759322641813773788915095742950136750079616741590037085","-7835720541281350840154342197926956666010643626659983909385468982960238915011","1326280260513339985443671711735151173449678284677245405112351448543350042956","-4522304234115982675524977213646758265077196975672018100690890690709354951447","11468494837920504209461778065521044599298268201035865721390674686135852537246","-8684135750712765998542825572667523891259197115199128539533397747295596110111","2554094413392212034093895862164328400500171665828097865557414847920604240196","-18606037755711474286024566365358206424196672221307093919967233543760780593505","19910965143665613650703689308972230330427701123512065117728079706121068825591","-8485193910245561513710879183899072406989776450983358128304349814243187630345","13050739366659540697955035667971303989380553680492401889736926246530318883633","-10653996379923837553177689180167824920484889988693137132501328902417042603638","13230228280217395035411938042757163618561242749372080074383995284953040847933","-12496268524545011483220011704353477447292349491802615907292115067944900842349","19182060131106774952136988483240101997312029891346517621818576782253041490830"],["0","-5360386009430026585039936100879332674746538220508030592683482494004663535196","12260291147505472998524370021100389600787320489487173125420054369506289224164","6741349807276861169554556706663638079587132991662704531167979341008693849441","18403612466715745647174495186793660562321414007556110531347502004935964444478","-5351028436553290646887877810577700171759795401433933457429211489182550635756","-21263729116306383615795757870315989228681894521125817935897069749970835334137","-18414797083782550510091622044417395033050442446977416969055161570389041335378","-14944742710231575293175487342689926793716358777805260782308252111171535447235","-19262944444427775164075791812203790145940744624112750075905544668061248637303","-10770086980161089163084963626104928187681895129289503480884644031486996277246","-5220224696652930675892243127037562675898550533193722684378855616821517819221","-21856906942926847227071094685522691056780057734709930308867447599424250974024","-3134599164866174825422750871733673917018510266244696709054582309594456398248","10373130564715815480014277300785098230396565451829612443660233572850300803672","2637149599486517836479203629138784972975136314066503034775342011839226824423","7296431772974988780189182692686426772277034803720695136474249898041391177524","-4531104679685607184802537278611256106271490734987770985330303390663162591035","1072634426568253555236288918019902652732030904051771628046896988304038280620","-5775195837134365220713439096550253456338797026784011476516540423318848584491","-10972323948559594864797472932444893211812520752028210579641149068476307543068","-633695813394984605771637840556085116391857907337709709146612116467456454976","1321008269678951721113787137997138928348712309490561974601907423075827952942","15322850360393788485351456765631295099131801562478718993253350612687462877586","4209063546905132277995811002906882326878308894065786842532166587214157266757","-14412284997864603259804303790929808011859265260132805277098021864541390765520","6124469138506437934048523275401163494765998037218156060623101772619495885578","-10380839046027163057344080790102193047981291706724234999766726055516030479188","-19414822967685557279462780655634064355954384827915616207552076059568615201767","-11323449424185746429163255195656398561388252109272508369540429774590001377500","20761518405002248606116777164282622486675797764996445267366845538766933132700","-4574166244447195751710143105149388466139988147580802614665194593431178127204","11803696279521386664706658653811866647594733182665301467892157473467936518205","2917859718816024709248305479207832886976663257291816590650589580185249377964","6553885128421500617342922186818335199085477376131321345207839024890928948180","-11491576298919043950302209872811668026884762586399613033767663803173729930370","-12416943882956091914138269913461043664335478219420565224554845020927721265412","-364836856407759680755880719894878907890842997795041166792178545151315863444","-20271331239827930791354648944888756475200709529031152848123819140714986851180","-14921160240004066277908463363086262077055075372648454458320599019042363994311","11040526330374899899686744139748631539185160672003694946953182762493313281842","8439363827341890256298769353797398784208286665023230690059634301310885019778","16321717555140648779767615126451756708234250782754760907285491124998590901773","-12846116376697798564973384511843686694424191176420351955344817116002735150807","-13666151432768483383000899785010539127633210389650327711478877164527463720870","-19155028877215175325959198513477190908399723812546343888127218266073379322932","11733480725784355692552353118878588516747498615385556777201751748357244378055","-5361594874881464776412476949771995120120292436380721458475089335721378069537","17871464340432118020157741025432190837965864941002141366984775395439379950004","4040946637411809851658836829557773620637340225076084031296510629317745182747","21753502518206001509728628823239321049616010830032486554685865764738534763665","14139763144201016126172088851428151416166597706247359197324356276639019988639","14715815941116464107005730749093267862896393941413971805276576299376375635670","11182697777426858950125502740669418887271572318342240715798798118591910926577","16447882535184979184298935129367179064449011248777786169595474606949596242529","-2028346951968674610242289354167440555137327563674560084100811832130150491121","5730226583754710862084885432479786489515197572064643248145433692884272936660","652770163409142917037843222206074937680189149645653951447906752940970635444","1491611975010238259265672420352193619196632508579148051979368331578545084387","-2160372994903043475098108320348697294341282521121881451439814906456905109180","1554797512630520690884190329949400847073308663366570118085295604220296413716","-14747782633327210853758693372710883154492115519654738781195290642847336696136","-1169583267382823331244748553724687617663394140904061086475566177985914650152","-363544344967616878230223335488034264874582916353080981248005162919414403116","14872385442245353402174912316803153294491041435738139253776441276715662391938","-2348960714751754653181366281145595889349822806979175553542571172855769648805","-354546581797560491967970940050470386860099260231865773902667005820055206561","-13614056977748292022693774882603401060985074985000774534117160906975217880431","1358141074506238634574935985306893688006844402918669267878111467955493480533","-16486692424840569583745091580305298101562604362890749885875759122243635536331","4314092644644497478715736021011853615308850238255512739895763829813528127028","-12561146331850166950168170563301188859456073692250022288518322011829343033340","4957998327665504907523298259598139108949794850081847531751003830940877596683","-9402932245000836554170839919221676561771896376288131641745083649474909932045","913374013591351617176727500861458249682281436380461624493705602080256064544","-19598937569437332680670520477754719045145696303145614414666764082663656745248","3495166744978154506587201455432989231742534882718322930938624259271579492709","-7753366220758979589033926739412342006284544640003926920692440423845798746189","21696115164944650074595725981247977119624760379088262274744573345627879004710","-13118544791728713962861118847662436721380976411565209799793278821571699131679","8824144345157166665762540047824356756315607847367152542154836889254117382887","-16695571469809030574285237581990696534793377124406910762433245186353400509288","6694556242061092737613403162504049420195727313785542575013948672542315428675","-20773312531501122088846208375099164171033863187890370574280933506788328465389","14193616523518329063005539610971094220181031808239315195263759618570270400260","-12296867721085413691203898497324653588096560002682690333877231561176201831875","19058218080311571170015397101610010179727336531140193883605023031329850885964","-18766326487796770883892072146789858127082193785133044826862896189720408939858","20549356070664591452475424675480465741178795772100665472967520203299254302932","-4641572867552115855963319411509885103344904394474516591656042218694690005166","13665968694472222842826628875374190266854803222210257404898094559936848073682","-5979162358281572639797778211678395450255752450824543963612685314268804622302","8922405262165178159698721764973915205502136018390178747804411718295078579982","-15007627009645931536729456808936173065082043764794563943399154524095534693908","14099978883987904210878934205725073032445268736089727912449131047179652024527","-1445239278553680086803375618440586088330794858124046414859146748206061800810","7524419543658589374980320731588311803811740230638910557034323570047999056931","-8571465671664497203752445686180987477179174218930254835852904982441332462068","1019269039784329579718016882607200061748092881349587546334109242957359301429","-3521535113601989767463500949796862773319111542305196212363068890845241750124","2871867398328367633585504033161081647842640703502344276280420918873140494876"],["0","7879767433862139080008706068292619031877411184147754536840442223300594808477","17088080702708085387394988601268301527638844196210033376081855937142892142111","21738839704832559564972982955932609816864156329573727303796206212306075794530","8818418532038805610761072300342802552845444345854702634526242034568782912584","-1681397240664678282939451142886204272453796212359515705080804244050913114461","-13217085420451838891077124933887156584841808712731583212566724523414993339781","-21733304272487023464184213716586170946488877202036666235220259151816426097870","17534247458046769387950204517677044549172991165039800991001638902685997669775","-9468854966223328046332290067524587362113955737410161865620792697655397918519","10157171887932024422879241999440728420081094028877185099418963363668953077969","-2669441866575779596767269694191494437640889505469122923710437621886827185427","-2957878714684582789792733775186605936689260824238942735495814700720774599651","-10802318976889750260105917800993278563173671928229941275933069837254967689085","5793474530334669421488485932169248336242473463947653761919946629673760394251","-6554932502656646598238353686687639855539389548725309927149815789750576637563","-20424962047254350495325454725780112648040463528374879277634848513709478113372","-2883437565479739439492158901435065041914981107933779551353024131220222072615","3111563429051369064830778996595874850455400026439797761528767527639360458515","-17668484668970321780421847300231362399090679118622403744238164003467968335937","-16408276807541613562444719102372579702806978818982832028870240681995130660604","-15397923968596556831734091787495409675853217139520476999002500783762361582797","5818147430386556032723810207144486947508451518994919936473640423827254570208","-3651438655204254757201610736863581601391807059981221164121962868721590318698","17228751849850732090095944148483032409797131125529668574822116308825133779634","-2769942548888176230001593284642554944909522645716370447999554267330334660826","3387035773691172770124837618545054488173972223723076433590027902340044994369","-4489744499517314371527297367761768265102469713010974410389033281062093562035","-15346601248305836557065212295136460362643990237347781978114940037679303709431","-5572618797103157923424196766891808773641022757355333844602939366080088410714","13925524053107140263296504397665503997871114796598942413026544343246629437225","5817210457695219575751882252494384711635140159789994277057858515276663731296","21030154833070309191242287666346102171304040318936468439231855024960809670464","11691894283771130344035665173726470055638158567261298738519803476290891993575","14912407155212084488810117354119597792645221964695498633774815296936746327542","-20738331296660681996499550423367825078525902826288681124125827686672135959969","-4907303448221044668406404099964995989887657512512380486066906120894972383135","-19090819181052848005509633355087533951507522694013618765156587901154935279353","-70603252979723221070430463555234296825764047474841322098926242093361393968","-19444042492092367615827469499750789953127159925007523328213608708419469725933","19413209319472240542099434609657343363982659525074861257725391033114890751032","14415957599506842894401696663769530615949565348675842097486117754987822171747","2942916284284888459726034001718629388011218619575622039472379721729211368462","-2946989836905905794435367940241240101100326376478039209000961732175948101448","-397376824993706346448309223473366944179056419735171537779760837643299435573","-9541554110562705460500305801057722459951292343302090929880586684643045381327","19480102942258877696655773761084540113536464626582858492380993726604044932916","16459750692470599866885775946369980732446160112850722528019455793043524986583","13428052304568920048450220656097260668271048744359709576683486471393967929467","-10874459807992212224968424605066970864941862602724366640333660146030841233809","-7311040546459140844723057928445143857696208592246496319466691097930316038025","-20070328168400941689113393502711672828560462799315614035404417246823094851777","-12870453745798272276346906321801780785534131942099162106179257332307088856874","-13683222598315169420158955387475630891331289508060468434414892556800761985266","-447136422993879775583668277030757480461275926520432746151594758700804195247","-16242121455468865108574328971646332033009883450999714335402106982709752787509","9954304473581809350990583931857897092019270134030263677529649089160613435732","-3943708768842659527890892410275845856071392094023634153896031811069436050645","255773515524751149389790397850736647190098733551029908431251383941170357034","-19001521196783367984038534721354387897551276799403419741149097812142664873157","13273450006440449045680686765315647012210433274889714464218493010892840902905","-1508441221450140495593441630015420448187740651037172758459719947917162596331","5338314578377147276277565498124483075506478534351535996799748404202277590463","7047799770289288588076605658389939251984616116564603580686777761578643372579","17521617898642347094133896711458531423347875592126913430395019239041152085788","-20190931995540389922885151647549516077157189283692849797876523224883276786499","-18500967281969364732476197104024227173431989738278260825838143057479135835202","-10180305316670153600515728761734335873511235427352511388020462423417368816551","-18526527052246167797835033333936713557155234922275752412062870426184349501291","-8430090514606765241349144237382063216972469954507337556621999494995344296387","7956681196659878415643369913342827522202772237829469059378160963010362071396","-20151675480639840574347416781887986625209770188876257187187664738895522759655","19521162090903244742397104402430050873145627438196533449135187194635928177649","-14746668696737010775649965351063197893237362987665071509547888794350697608069","12197214616267885410311525997719319458898941495902951778778858838525166160584","-17689039057166545832402147103729700936879019223749005484695013672731294902204","8596653131355270952295902756645362698651789772339742707362755146373849068669","-16171120792015224077181421809223714393974779968857127923580250936486814949446","10549517639202888722488119075486610808777484320772038499471669298427700092729","-11562186175331458173936051136761156036359848465012009906259977692443092405551","14985228160213332479365086060500914414867653337897588376063528532466437507202","-2066777486705775253685760343788557925510651394684221303732480707693848612109","8151658114368911815287107981613531383346595332837779725864239923153347544416","-11400036511398066841472143525469112670130559692223867049474385964760695841063","4745884338942277510043840944368098764248415067098807160850680228591495332263","-3564659773049143226093226298104002091664903656197022052079992537096855129795","21628312457478758500942152243939058545182882701152910402711199685586553908414","-17349669518177641757548463309715306966997344189504623372475692608795323281281","20999611855145075732125456731641756850989853439284813735854121795451063957526","-632282070467971452157254602317913417279292405342880153375538959028427535882","12077801148165959636234260872134589909356025485335742309565410140953901110349","-13552517992935963554117500115761614609403693145497069215549085462918553758622","8724050554367587341761971379990597474170625889053227541733349806461250962371","-10662621088764935838798668772143970209734628559369711312676753279532980037280","1084500882476743420075285274110557355552230055393884479317322829969181180838","-11825475107963939618809579892885400974067014650513202771536854057883003689674","20991259568611379256832265210094692831649885471004352359989025349068829418199","-7835160735939847649117123740988732059059051669594872680490482638849485370992","15871247044973973201038449997696400072230823278592213458044962540318876876997","-18598992657639467619021280200857905329936560416787201247650118752775168195790","9328111261935059138200773103519770768787590546660588070664965007231849452772"],["0","-18025611776808814888908804731388344190569241270928912340243858192225544472414","-915098094567639074927853023706880365591109150541458717043639862806101084825","-7085976033578910718723872990613030035521729597283395577840726202092871667657","-12631908156873205896744638582596010916857746749957237022193243144344037302566","-2745455174741671895798045220997961848540599698526742089444797623788123988819","-636431006521461141167992917138609408018997517904319758448129633346849292694","-9562929162793198010184831604091059317743886739042810100386005911256362479823","13282490567006976026628978006764422127260790141609863265338232748089787954128","18526345090325803179824218723496804201891992870063789991031806901631448280411","10135572541401311168158263865458701318130287030943695084582493855084648433942","6982298175004494670846593517424891877991942055783798319818720111762041195118","10998903042830358385617435729468410771063659396450538770654112807125589999271","7503726214894469985855707251783498175108805790092923926292269088777746526634","8029029582189004455308745434033345292917984337135459973651123049708978427975","-10816849012445195469154179061606408176601886238006520949424738857389593555747","12755030558227305686962475484009638626111270283060108206172804367585503259944","-7250651580827791405966193609361358097515830614470070698379877274097676751914","8702508072427631254624505962095217246794033992677316240153255958859370872757","17347493133995236640460572662975460292676946313691349068211778433655874553329","15233042057455425325463446608625591697932465217953707223931491402149183426841","-8678638946806367253676028422574964462047516460742873427815204646427373436005","8407540998080880989507060330376756953897126263111861899601849850442047002718","1556287673738824179626981894222304904666811649062381685093525346376506601713","17507869078638300478979514669005118561884702092335692489691350421129580816764","-11440430294204627753297944183591685900065799657767791788473585619524189832988","-10795502539436398027308349489471345001922722395885699587158304709276157490259","-9876330236498716677430792661463190054102424503179908554757897627756967418832","-12205846539793622195687585839579824002346284771727065736658232072401293223372","-4729502846107054643799502536029557606171355915536076055388477575601596599617","14497278256652515599919265863159426797082397048493211842099033905354561134062","18658171155942324258064929152753914201003114856362809666977268222814775657484","10079617325678046386106190653208934667550815124566259741834614946468070768515","-20835339425157220916646780696246455889967597264189841523285880065874355166439","17848195540395686095035440428349957616815653610207883322054850192112128466543","-8244381784392614053992888844209734517026137335235456286579986079781112080315","-21308321547662473113448761394640181529228310280580319506222749419739872765857","-10396038621195881091529725076410696693885421963974226693324379400048435768792","-10231080183056719123484916005105977120054222138814763127906644051867915464894","-5555524377777304539308173665613697267638919958063474350265256727700246949463","3924304707866048103280554129824296251229709763453127117835098640554931998534","19556767910919690230644832616629306520177577146839620848306970778036114001323","16758000980963689031910823842146716404245966816424151829463388430878584316856","-2462624176079720770978143141641732574395319027477628725189400884059028109319","-6488907547597029012536328665028536015799470018385937636800715726103233095037","-5816865251275159905027262537802732820232356055518460087770737493891625682842","16255870407443244545111915725461869046722094280696010660076912990078835717972","-12787924134914506650825237477389714351956672410290853250371997873862558568402","-16880309087336509832238225571701276473859407558777880744349040096100008511812","-13536997258751405466445544823800711536352584570338769489843818782969145212476","-18499733761596925226780872394765564446739344207091806619962146821931318825035","-11238165549744167627448546455537899432605891644201992465742235087835355880391","-10393030360828193234434089222270653539716815542048287381404191904770142068152","-11207231349019457448972754371400512752033811488343023162695095484743790334949","-13820474513479471597670706400991624774560639447938511312544971030391381629011","-6404932226307509484001166109644683663483803547461059817575765942958835850922","5419696418228274458203931557569260683880356961713353322071594055696091932089","13496519490131369082320892870017752917591085484995427137369014055964581078445","8981036567127285875440978351263585133840550667898051207368227974944334588303","-18666869101173800320220427957474676556107159548860365242537098706852531219117","-11705268708677519601160571878967129223757346755593285849330665191977948170713","-266458833012652741021359762318818170957809620947312213802832630170903183132","-5131582059212481124327831430876281944459914725681410002095927972046891554914","-4289605049839144349540817216144720570638948295878875021373655930515579590549","8632817031985102183256016371653985273983684858161462410330261124823250619108","-1091645388579968697216992676186500810451050606241336783057599118864660766224","2259097844100528885941416314000582287334197938272012194342029684083593230094","-11312199529341394487158822725735029391370214107154312486837321000109388112196","-10237878185106820399430316464412554215859913768438660217775376690212976844457","-18213434557568575387230328796293439810258356744217338149256013844725208903594","19132397999396607910435490762697986540012365947210877216097045479775188278504","-10490453652752710675681987953417652861235274549216620090786311458234288686183","20254693218057276563607811846263808931852977749255317012287579391890728675036","-16459516800152081833308273448427988888191966642086933316696866639640888010058","7176909513498315927376829415526750357573278159276163393739467731576543068998","-7548825308523552573808801021933858603960600935694559051240634687648075933856","8744552886802248109737087445394600663904895635796888060858768006632013292187","-14213283227937143329714804238536461731226552098309223597709425568750914523405","4409735234219945715081299554161770701408498115710004896567359798058435933728","-925966163018274163074703707751802025226076533694599528323493305499216914627","11292257034753867799129986508918583652684507270614848841161686631548609508867","-7408824154789417501209432944143223559559593954203338121299178052107960057192","7043298942114753577223116967564768032419074234237474375696387377948915783388","-18664291033882029330335593712529931382407663844802512221725268442499883705147","18399351034122534201774363113685938736304485614733150601983532008364031133819","-13878078395721126310616749639068226602810780555432120836701090098837630813851","254221071438857164254756186987085726919489503051894654088190081594457012046","-14965648077180397755656880983240544548459773084240769039141433583400567920824","8230128790853351437232902845885209951089756367109646209476047833930126911393","-2126016481545671874979739971020313241621552320230316199851927764038315424921","1162298470659718765815471244443552793299107975507801011926686875832142986537","-3843949243537513476781769828958541943006779281078920370421607199027393903958","18914723527156478320042492406914045111804203601585278558516944172343522843770","-8643808781838211122552869378580152433952732150712354646034693819630338143033","6375738327881320548412852271402174955208338919125613591460831585185870614259","-14844637141808910584420981673350728316675395574077244182426094507998840647335","12545967002155416211090615381985523770775674662563958156768461992118523242865","-3845055720287662429907754637645067128026116829245041096472081644152876107828","2359516108163270781309151677099226443930484348569864834134250760841695835512","-19666043188784529722538898628731974566182194535716542003500431239674769255989","2871867398328367633585504033161081647842640703502344276280420918873140494876"],["0","-1683710990141482709403569672712098083734489569264564306416689742754861839684","-11015965581031830278481122378914996979625418019846654407214759264058462187909","-5319936819023169146690775155326633320790766209169973869646578652468367346949","1430300484957983234171840912132824923177329057575730699249415075847103659866","12478651229890931198339685592812490645907267293115995893657507314163166218770","18335947645972080565181519155469587263576022816479103177489155373959900731272","17670418235447706408676250424757050843062954705985208640706184427277955684787","2421128050024955608039419581109253929433958109971104475316508941565860978685","7101678434796299631185195613630320497365298775295186057487106583633691142543","2462088445363904757476783561455171015895514478699658858131219086700523590267","-847003779122546649499066608946312458169673971197796552235210202662510763888","-20618464215134050280174556126780211188330960894985835987217417904419522942352","-17436671182308047672428590792813643484219698301510730651962074181156528871308","-8048685693434908716810270491877545679472706730653686766229241122478285822219","-4032633202091876938786422638735645294385078753778339424485163740926714844076","6936820313268546544411109207968110262651416527200602448535061535782903341897","-13349504093434504063618852988984467404323072636466033768538930117123407614422","19552748444760565069452167315012038916261216459812259697424950768965162278674","6179177101926030323873157172169600253132885335780652607616924366832204975499","15091432864761183181533121136888531685916251275385383730570371693305371038315","-17737231331867349811176584790170475131818121868623051546462300738374753598100","-21487254031645071085916358043421480700030794467877487591990819112057470125222","-2889091087120294234667105791525079622943644231991566938341489573660082096862","-8477391836326796588433970806015349399648882490979692127119480184941124553747","-4717481836127103945149093901733285933408002003786455956729297309089231225508","10221369444737482967853077814805845086204579657810177537703866121875877001413","-722822014542950945852098376329801700507757358377216111594261914095814893659","-10088298733776609719212920995733689885671811320352751229360805771614111330370","-5490839435510789875182826281470021753211399765101267493233363201174991038856","4113764610662741004363521221131791271774028658239200103513430672668146131099","663831252781728812127732856978520862807860084488438962165111261980953092390","14647858865411076808908734746151689563535966461567184018283073516848690125450","13632819709247174693252021223481341737594125640237720575640155581201210401778","12239286957409211020608741603237920770307150376671710508290535894179952654669","-11281664675088686213618246688447057304564353539704003725175777413182097892697","-2982663860103687860117026586497322660380684914891833489990073846770610116272","-20681012289446654529576475483597807650417948548700124673033303726621039359727","-16434909900665923618408429185209177233583137940669221114176223811392279589462","-6626933675468696396309772042590721254204916406617900984458548320169363493760","12925543181483026327878877841589358822265070995600530115629298699600132006242","-2965282583733504559625297563701020056241813631735091331063556789819470501317","21600557076317370406274351573806232973300951219301714993576578015634106702941","-20585052756512153288476147771770946527776546379932263772054315050408947752391","-304141718096596911004734143392192964576882875021313696062727905876132953702","-18392375371626914120748945406793736506960534974584550227441523059703173583404","1273599363857081812940126283005821183055942099113557431876979204030938772899","-8504153880604109637327180383559623160299672063179007320617391395659136847269","-6213469864657917416542941536466884757287637799372952323682518241834026810020","-16926309867342418943536837163178156931438719417811387503697949178747068629258","7484536391865984121877373398008605862713390563825784957906756787700019219684","788737584982329486305086829050736640591639137850883712257965376621757119152","3709806172168854578664925538031533095946302397147823326937088128241508495177","9115405626954942262830609664062684107828164208876740695677853703319347687336","14396233029415723095630506215400587602976446780331358416186207460366008867357","4270140615917477707914508072590994627632328969618089111798554006021743045171","11090108109231456554356863523792274047184191174298089940046567927429437971571","20492463123274617640199940474760197925335685945437191241071493788367885590044","19666433095970792511058055307507123385558861299798377163971425662067837229497","-17257714659190464679594844894982432815124030462604606451710598060003319282059","-11368180768712682114075595506586659361252826714507320776792072244423651307375","-15329780087356110455399203436299382655399290137059733255094841583359171586169","-15162613061014375734680602506026065707735394762160989649756137980382572987836","-20097370850834325964816453273727132455642755336170988287276072751843934147358","-10571476172303995104550867321594258411105096169317258824997638748407503294045","-19242507806376489245132716102397910227312058624702628292087082792696479896901","-9617239924312669504030866536413536107869876692714150494955953748198723338507","-3013410438212512977517071570114316454233099348502948540434811040020953194059","17916826937066591933370587942678290443788184655770549643648666181471126220595","5068051101627901653580924950235353486280969885145297218018513688889864583628","7227847678773837412770327964194041380223471996735623666613729135716347411789","-13140180641373245045742311743707545687000244180422587249654905615322182898684","7218928825836824057454917492451902228903101714228265455242308502317084050276","-164399321131761864647054080805770687343346566637438123755811926507404976174","10841871074119990110482491899411521974709070161373917375315413404951888223260","-15528350989761249936776852455315498423957093314155832152017881181279453039177","18074287528952648670864435565598327151310356717206032873353113381363477223421","-18008760650635279974025178527225547073036047587464195003249882524055845546205","18641713362223133502773074214176009421102080443444527592905302656086233024200","-3700299663176695782699395059859802594056231873751842934178441510522700922386","17613311378768609995492470806188683293494278542527180811822031334978140936141","-18634185090142606605797649305743121895007515871047288259774930559637088363858","11551271670724390761408081615393364976693333493100473259407934846332468155157","-282277157980945423282732480861647016860206003416671956079715834619070403181","19693562305617263996881757798919141131863054624449940740320063791341161209324","-28751368983516537917501288056689508523343007203802622458701802568874898816","9785266580717772986082145850649949666351748547489086976412880247885919934622","-9272898574549479253666366686514849221513266973654101202487129451612041932713","354765167840262316217142426618938722942023183013107566632592320928411193326","-20188372066541013548842093343460328125750979945187121379464889834068167295241","14494309867425998526986774778226333111367821820853207592018469762633080661542","-11325358538065797603663497629565270364937669675251328899549248659351881790884","2727760613986777331800629520620140227670733303848317914046889730282856275851","-4964559669042638826660128562813021518583983411012601771974804111681860963071","19483544052428785406492968002379361364293059068071263201660320455750804620193","-8682561817821198679746648723543517205360396932759116553116787667446055527946","7412835578881736324828759217791310013805075918793906817343841844767664328173","-1524324472833394278475523888328655545920825177127853664586399768966625569572","13229944521176999142672461592974953331588470107351099917802752138160538360117","-1432756615635737341411275007164894723689323127664648451112420498660160365880","19182060131106774952136988483240101997312029891346517621818576782253041490830"],["0","-1651942858252020771490294773226964157626291652859994790330372692581164642356","-17092151290006936707306373828648956284091091436675336283800886631350319086950","-14734173987287711872273910883544581981037635341694543602642907690041899060158","19297760910479759886582948678013252371052292760789922000536641059851948882113","-8813927712100124314006080600067866895257227364767299572731135259233571719361","9990397121904586931822199704122662164048239859738642588024112447539084249506","-11661974053896347906956483925975704781323592631040603832495156358885978509040","9057803723235734883677195621961665042946520590156054924899495487992257223508","11504460312554663818311557790947709825381262021345646532132891034098899700831","11561021781503277304197726760615930073455063091002895974571559596124641651348","-5478059978552900924706379708297195354401273860675015771477012547816230142517","-17344774176083079406464152452541636233413660329671260990477787171409672412643","-14827306488819705794601119120742604897698975200798756815953147151678365679475","-8527128036834892815573346692074281969549108370384308142441662595803696055209","-12042362390788057835735154700223192802203726903840993110312499333961583720348","9077622351056263958687608753002300860925675206996061175709809622802986525166","-9627338999620996753095005514986565323270188828503800478647564352229698004061","-2230598970949073012715031679068020810176677976120351264154236781495845087229","-9328474399641858776261369880595124693381680481663366771910170292277434717611","16005370578251098312665641838010805642727375271769907102636073421014558574073","-14185713072536138256715220371816128096354675504778687896084541479127260898974","1472937259746427599013781116455201259558196522700159826584102032620805782766","11531652126620130393632983171438832249109714979847876522203421810244650907088","820488699952544340009306475202987712935893521792202017244961944205728210021","-14428406756478301901574553154244289967154303924403095031964138311531485512524","11065960902640414607268922558048542659217285050703193058577436729559028595747","-12743054377021521039594290058335054009227932217074917592332167796219163056440","-405456696057577932136789609026454340718475633176707055675492046073723323658","-4191910797381990173389919762856175071053170565723470650056709214036883068895","20343054950183505446535621304699600565115374015812492093860483946521221373323","15152528416260947037327327806671338718817992303726115848599148887721955534665","19712623357324446043401145723123784877701905027630036610536509276645971447991","-6114903577512965754317958354731601092334866075160793907586345646660711886115","9322544354386649605050485507216973017448649999447283583319952205609589546626","-11533170620626523203488016915429943698917780722114421957814702519144540551830","-17887283834261126973388717841817540035625477766779087526283322763165992111805","-13461137580913236681395097936121906540236533406934034558094469792262953262349","-20008859260351118789558378939070059781151351991602103165112037705535580217781","-8546433663037574231852137067984754639256336484771912404300920304757391709385","489536565676830926904463658344553293962972520905842725169415568378415898623","2787053902090598765206978060460563851029848391670866048017743349315949685033","19449692499734568461642257072501684081223616848957388822743376826560738607500","-7302392503218729248830876352616148647864494906790183604489706964777773958271","-304999031044607385408254033828614346052055823655395437701912774844555910614","-20283463182024199881488557338655219345801252530312092213938423720985909114193","7755705643890942629672367727237128055658698707809784120515457989373092117265","9602570233781588775266567309754243470339883781582924835959305947938851677302","16754347677159354684427444122450039746766668982564625495451083437513808578227","8665802091693967918316242808575907400952831110790921192070930992907199603986","5184718622785025022543005162891565890754915636933579809769931031092502795745","319672336998535150906561003005791910906178411031593864421027382499227578451","13569778184807093691879589526263177096470636947248136746188409495420575353129","-14769860221025448478794835530181122574883807212268522896215110738850377054708","17186194891731208186573109598100532698732655968271955109575836618109308932267","-18091545340735369434148136420113722684779235376427990432908831288059648078085","12646013057094236735386013310599708873905173343737488304148124464340518891129","-16900410334605376670786977366031886155945208821281531598303476527432009807362","12486023618858901639097695180628057379462572700446529910193474999645468385679","12376514705874805265928827182131803365986298560621795064038892441441762082934","2060876993134090104530452896757095364287949695582836425645426780898561704718","-2609028174733241385814680618102717335290680642359432436119431289849096525377","1099599251417133746677824109533992090852654052647166922886300485529479627783","-21411426688488442124151343271361594119761676129011946215314541786856912141646","-4125277663297876606334676088393902357504688609697345264979769509634940222485","-9154841334341575012715176090677994658849141482723858339683753990665964866009","-2600055492087647501234539721913237826110301480428577404095801103208710617675","-9995463992787547932448666552748415925519622200824091557430795078969746883270","-21435793432468972393910431811009377506763360749468410659920063400630172921419","-4024996417261942073680035356131485586244694597343081059744097700671156026453","2471281847789438205964046448807865627332811339782824296990578970765240575219","-21816092452461397260663080278800022599956197607194977203951455317265354845033","12016768382817950802569849262730594797992885587491159659292218234751524746658","-3711610230444575314546092583191638334256373060689791664260735250137202891106","19568605111736836822015466394166105316516303852673046376767811794046198761371","-11953861866288893353947619344057856887212877832585957778890947681340076727073","5134440268295137243257245736641994183833116680671067932020168290332786785770","-7264835929175040904209187653594122758884266273994953873166756560014535820572","12725653766946586834636666276387015826665421633474557589258411992718617517324","-17371475788428064879384272659308128337602945638159050436984930447374524427807","2963437722460082905707667877044834145247449726487841339968445458432544572892","-18391670103893389914610675246865592085613399529585567762517818219702719868335","14356060743736978986529854744242959220012463917299019317171885431287231633506","-7197778110308092989126015573501944527710973104666787807248385165492929853038","19139317656401307869008514655405909589191927434896863654945052959635969049226","-1988490664278502139477355049225846470268411494959401095301745991054249737050","11051425131794371309651209777340781816759340179617272809396290888908344742737","-852133114756021500581941834074854594309725674783073511007341155733458252010","889449249813390113689141260915267562149775136551805567360932863316252212551","-8188891727130578697310475390708514758205307863861616744762660858367370109585","13519887448829475408520372769662349279983603521264826233920030112851113901631","-17563610163012866716845314955798105994158200620166100851783889040658196799783","15238227063686376620712029244245702190529846709464135105876704076140317909539","-5898625947011491694347006617410233931486353187217703976559957220724676215999","13948374681184496252802497094313622689901553480926491455447854081022923958394","-10327706899088100543273610722170862128578600118145914757112200337548496166678","13851681986970254996631271131359522373808847811878177679557254857646888619621","-16935368111965412506314164874936748514830023940033627850049093163359694751780","18031025836922220589574550016316474230787295432942876525558040984717510094879","-18552755207049914276383258138172709427644907755834451438794051447771946131534","18970311064693038148209589780888968149458087404754305215059439299443870868952"],["0","-9728107943039677876553958109003233372688161955741820282350883619910431647252","-10811772923007885610424283565719211783679045041540898043066884873749793597336","-5243469467020392965776985238210083906594656580030079762726686720961883585170","4655653943657565451035668952626924721529742443786457715182555402379380134153","7626325202921089131112693846456530256840151797441802782088617930325556563034","12820143586490893323197436406650500365592664519716204832430640883073360249693","10480804414473681366609344617140771314521987047942795596307610990977532172551","19426105724822610631350326322647138948782639937433635809207406766490983587372","13624648252665122529704704294120675079190800857770426060462913198130328058832","20008749029092866511721814000688294641792830570804779578856496317315535108338","19385811279593271201065959463979558914210027742738780258121902349265612260875","3948232181385293783636796844336196030774395314694747789407131676342926755071","18990257857911165195445244373274470442351371592952887593152351272502752311433","9108431355928583505649237900328399890271254549212648070255761705511850702472","-16201151260379356565297383260510197968465722927624319267969227215424952038508","-10035189396572848078460592914292868198779523961076284114934270955122230350165","-21802839781158193069647903504956099623029925571683262921025834191793908533642","20472505690300372039712117182099444037700282055886582882894169245263938028845","2397109568635162892689901400623078134909179114689928166068273425773422743992","1744346285481230005650351013015364672764157224841083097664381387978817543679","-18960188127961256075202233039145006841387745891296396382740202477865485735082","6599012208710523962460595114880000847738438278863827413755774677341928687331","12183246048474290853448997915566871581156324238833213279014919172443509665490","4747275909461976528721245515032656163437325055845208344744396867822135337437","-6196383219011342754814724308852698673241947343348489964563053981697388865513","-9327533991403460612427764623139656649637526592957204276355324912630625210771","-9127771590928129456320729601066458531642291749592792465471100344378781036214","-21871267952264401490839008516396813801127714050633749857492858299446060618183","-3863970750607629356874597951145749641718461754960969312302920831615640982637","9775523653323294621861160528646308815249369113568891496729486232386247987591","15848406281249126417355884825644338027317732079239290156868720335300963638721","12462134662738211555153489371407022353299550798738639067750392568814323465322","7798867954925759393700516491048929935268990075709315887157009352169285228845","17460709727137972214348841657778334791866330469046356122854440216139714988596","-4056141089349025718423612141021166496938822365263227416515486186884431839821","-11755565476920617766255296639233730575031818518827462135976976887160828284858","-6691532705062567276194924120037900119896041654925513339718010196440697735185","-4070621927751650657977264439506151712843157872141672712517127956075555187030","-1864379763037300331508965899856000857079766634026078014253120950808687868703","-20361943140909608018214878706012157871339338680827838403796260560335589895808","-8499822366583976036965165571898765360418197549606631789645767705283757297736","8020697481899178259864247737472789469187842271655892407865291498460276913541","-13889553244316597061747024178546903121709208937913724067656601365826748321516","-17446312938130708507251159314727867489185332951680902946964390070564112766955","-7914062811498774816307810315673523438676802467447177169589092308126668385018","332378437178488732853048603324365835416960244544199538698319407975480152742","14229229671040830501122674282689027632780869281956590842766347495038497520603","15267641528297521001034525406764445008604514656724233432406839700372196067234","-15759928091882146079941114612504300057379195338350607493752499042323069721200","18965891763014502621699722971549045529373124412359325418864563492187270028461","4034934657366047418176340256922111917378359177619429090793335849625171981740","843155480119915755150774035592238309942823370507413572531736783562534486400","-15004196679083933242380656347500761772049514446383727762347265381793344369031","-17186421772084559670864480879302180640507056002111464730563201529662443799422","-7015207775399570830269889698455777597580378497725042405999548673690866552725","21562929522663261754007614774731805838623972702399824008014433178111381583517","-15277410839488886856804978862439986912149551085865162913612944251819113542615","10494068011863733416039792980558829889006738354030977560895609088223393565448","-741719499213018169259683125672919028643851466099889108513299791960986900870","3259268572628973819993127271226892227448028818707445451717762394004929008908","-15279828062278233636114846328580454574085425873441584009328083417876431039405","-13829820076239545214848571593005495561832372509875608078622050100469846360525","-180317960896166097079385665000819399803331709979648624610544911089697137166","5960401419917706441960114783270103106713801038720155452238644277276797849801","-13528398077639408463429573494500095044653567289535477910981074457123467365517","10440202334964072633090295609696967196542208860117371944790831445828518077900","-1826186261815192797328097897879089258505070135069909841884386583489416199917","-7322048874548055095625167367598488434225504580526967377089622874333217017387","-20402201190780508732431891611826086624997610073623647289830365799484114616842","6183490371764049053026094915885557758944064308859549687517957857302585834525","-7195868242902903977558849247955432186761292081299524779751570906274740792438","366524149935531093589194020154635927317146302691128218459472410391775225506","-15814865321774618653207440695373983449971262891058884540135655907270753287991","12212685768690613055996513674698442959182633367299311206052981953742825313235","-16164252248878286408310546144542161897055907947877394493981296762352686635612","6058497265703577391006483689948095430708727363696026235193134335539078329995","-5729155225088949669827731334140406677234232448875087720114036423438116114925","17684875845796228803958935055237939140957700533296616992445547000097130343885","-18218261879213635482978304769450178283545954204950698739791768548989637382145","5520833898077037379343247147296186286791201523229936140817208836031394792394","-269813820072834108456631745692933132960940277399541637034605417688584482628","11927781459875109062723180359394779142550941312652800415354549898003826380748","-17959475428700876196681543173011564853965664499122081897938467881162705974762","19081499794568501363349754249799875940215201980380187019540445034642733841460","-2503532996391132020272048208851803720328218656085404470329967602267280396919","14223169532682317512336794076235000485092805577296840318255918698822569491908","-15471914513734994174400161415947602642422323981557500282864261516183611787913","20985808502459387468653320579635801347437617893399326381637011926357674113776","-12478223614017178667646577251242456558163229165212919459751266803587257783705","8639666447781086237674863801905046052205007377347539865061891146774849319810","-12616672255699685043306760531357870763326139130604196465875531714135237737910","7858806100696084531268277316512809959810680194002093272157026948080001444585","-634996846711131791184756518733794858515052510410126117086629286403693343844","760888556474541944923293058713305705800213792029916795122236365936433149848","-16009517048782381412928962857211393161496453924799355433005096377490141155017","18262201905632165607450136386314935151426114148564167361608957055179173488332","-3099079771019982229373288087549374053037271735665369196533881132154492029060","13968854278188376933338786055380317845484808371083001381098620340718418500655","-6038157879906975464579393845208629836386973057501066820300890511863736696246","4566370542501287381314118130585125955184904459225582236379869826445927980210"],["0","-13928881827534084232338621837890993238167140982081813701058600188191937759157","-12803457788833692690060451303687033827439616536335401571036244675435174189208","-14918995546873174822257176291957504779828142878180869959695109963617309079642","1947459412551957542478668285999023832739879005423164487069935366998200029672","-6344335791611636655166403483115347260265167947617786413870094629449686292780","-15635194593575595781068219095836635645668516095241463925684437318711241256974","-19165889156618886755814820204274395022180695845230823487662889828585497027247","5465070973323788950957941061499541824752863348024727439940605110137033084403","6087875744547277094565018481426019529546708673299893238372994372046858970842","2194078962994836949994681974148484036886550946004108476882224276826968138480","-516973555011294556748483305796696432422258541292600616556337638839512566623","-16436988904284948834039996598750800999715293812655185002722003486180666550114","-15630196835712986218541485891054019806244684895505256395571528257289545829172","3704424060947034098283864280717156772025828800800528589099830577240459030251","-14290326683338635364960830867873245989791756026734474050651465904630381817365","-11085993445992752255617624420504854722490554751176770362173459541627860000336","-8673086447246457588788012803863356166669016886139079274360541017672666474934","941026697741770790099552243972927714630331742674866527238690320769413125663","20277209659649928770256158904803849787152884650706871713771745138658314283764","9117313687478099868754318394285423854379461566262031198401039822165846434442","-17313176421612606570923824837702612346713848351019617465095275916612894845163","21459572477267343679497394270826742045207044409182359652036411805851916775777","-4289600258873320252846235310417324146174556928538366660174607443690036407589","-1157160875954469008626040068107221987786155541504576324864083511810624940031","-7646273849539857451207563199581453422460193155990530818958473733676993658182","-3015113626187468400320294036598857822241359991493603923604131602236275429631","-18858681376158140928631192656110191021027929132007817282892352748145011413562","14012117781468551658090115585129366319330411117763059765755395105277620744051","-10001662182262191390801035081931161681828952991828812759226915366265524239243","18381541708289790190386810304583866009264314563090359907385463641161103923908","15247002335331225643163246843045284707798655447458148065967359149200186201433","4763650678244413038772277545795667482570160233527573807699933000010997646390","6744481008514342061188035911785333938219010601607992856291275500924271919077","3102692471254911725062065954476563109457162453305399392960477499950501434210","-17439647197388806783982003254669211548190562755501141772228650248994330117769","12291721929342595948062284862854575261584806074507844961473280530650657051620","14468478557818372594451549826735164095876413164687679249788168855064340130422","12657192700052534144974246897994189904619527249209073457118047919637138328229","2958205150714380614825049689285775028217138664853272680520312304090425921833","15863021800279223093784351241762034439249682706686718946734447581520373701971","14498156907631284812800820153710732704007709549754072769292357809436373222615","9105030224949996924737397839526439501176056263158944144727646044310283670707","14080826166323636348937267514890284503039325319961948726016935244842941479045","13090230856168715620504281825447700250093172176712595277435930766907659295190","18620272432236815375092396113170954943668919111199729241992464255068231010407","7636906522068715620800290607687331943032674296795989359250596009512038906212","8032267680093820281733243253519705309088140054320004575144112601752716815317","17122972931920403810529886660525984957112886195021200212210121359864159959846","4751281737349604576842660792719088910310433654246689689652808750063852611615","4873030122355716223961143922923631461012225875406057991493388803271007842244","4675736029787070168584872667196093624823759106825411050194965573100609318142","11393049587369937329395149231000854952651748522774192627725758443994723893292","16397441613529152576986629237274813173097682034391685185363017073151457765733","9761660009477848437758535871041157459478535969569776071023597214262653799366","20300241605647967301080114173417675324678975055807940843443748807582742158943","7620618216329905823561529175056661678333299936348451215330960077123041233943","17020232673133887036829193607087351189990186120968298983482719131013741080045","13102089714581035826746687749115352483651570491548717160595699128437490952152","-939558358225434444540275027436570436420838558875763398768204553003458815597","12895614443176498737211458543721361702019374139983111952734725090480596306157","-18781968612116039956237670858331925211162291336340213461245311712741815895610","-17147512324116281979848472452228227326686588061075010480719166840343351449788","-20901924004586896465832251036556581598648689360398097784329051305457606041543","-899553929278123715192157088715019626056843798813264324063987351929750783356","-19619506142597549192049352746139135635555443856700341638765886921771876833683","-9562396059141669968128696533964331430890847542344875607000288450965667547574","-6286746659785417251984981587899713542027241043899746739443204178938746567680","-4462220512707706769378915092148649886457402469220764298018667891328491790734","-14683173996407054917359920420900039956227208067645183128557807080316758812274","18085771555194867019612223088210212201642228544611806416686388232205591224499","-13646196317732417013503561023058428310600077702955194258348516434294917243718","2423932144897472889087936522228535572427037391500877458408054496030831812932","-21804161186694731246725362493373594033881547695919535870726712448443718786427","3502200140021148885106011660211590546183759667893825800789840419113849841931","-1628949895655156194341787351133301827097815469525222895250452897878425679751","75137751390606796311459740732897311582203573837694116621559679798078506923","-12604026141191291899460195916648282532151854652794629526148047811924246969066","19784875359561483256242205089936828504510369862059493906214142141947102463713","-5322706432385562561487130996360929382262644067821450260215135221058601211161","14904287166957864970288673980970622525285460438835711984434209098753994251405","-20248083075239103428563046625064523303961693058225568328313387994888535256615","13602714936463056904368624871323336717339088417776638483949444832174374166284","-76777434804790925392703935466666257652313513024133892996076511542438371832","9425248062917632309649970011226418511571142498650673957371069316169889301870","-16245057907316710040722091008448260017165058386789869976315879222405367687563","11742184306224480240931611356442993599555231405985824114208578654451744314756","-19028402637309791674332740968047460540340700894471261809647090220492129900133","16490955676891582506586662195065524164133086718287909976510579316235349518132","-2361471325342596507243640543091631762108925185113856125618111108080804086788","21652099846707254884000777038808614739625607164150040376740501082557993134451","-2609411214762116250037179200988350788416440090237633380247522471986651111488","16787500570054635442900836346659575660725225214042303763278918826974640738133","-15971094894262727028929347003058147705449093175741326288668975360559398575073","20876564801466384133703586005813674638445321764927788235112818343524454293430","-3524503935518378673560764396358013182829272454702481177305414277201099138040","5571565504452399760407989242389925588044666738716515881210789267634887146815","-21757416493959064568778213786941483390077960349409241649607870516985178117298","8961894572430318340473839009320157457647525614007262273438464377326732074195","-17871517096865882887956814416357600467545933376350861047948124535025811033672","4140214772395023361899612379967812869681121506980798254554364940272790596776"],["0","-881754210662030638345799325","-8179425681062246965368641037002961009959592658878047541770017716167171000567","-14226609292968988706456994009948825186351642402507903347867458495144428599908","14815898710156569557849479987413018830306887519936775805850677433748815845287","17890927049225273981862396536135106459141588107482477416264614026873592088455","20343433030122016533554892956535603637331776675434408106388853939679674122738","-2372565555334876482858412999500210863912308148394952065452083390448949946326","534413387448368311157429236962582259210852136671288465520895005843575522844","2479318009122596005518350435863595749137419100996938945231564029281597361041","18096642910693146068720335645143834358855410748267922262210643961017877403635","-10495561430896113859353589540908298642164420948245755211181368476576776403126","-11700106971792340711526350806683911774446419315496613163642804618131469460035","-12859005913987762380284710677436761335425093351638087329719638655707807169252","-12779137719388332968988770183887245561576335834608155595423654417820604881141","-7644194656262851030139153913086789145348668088026683003394525064606045866783","-8503991805209011568864939632715567080060178050758319562777693159397492421674","-18160015168939334089099707128671308344953361412666814051586499964816605295810","-9434408688820076544468890677411123172226780426976157962072195801044428318647","-20953219848776371296238218132441810382500781450598092773551032332519379044641","15963517700851166874038832921284991665905204759226780350852460810604435995354","-3194851198063400852354358665453758507430695148360217050690836374606792021551","-4496975447487970916568089965694652513461850644665407005090935149241590665909","-19475668572358147549472929881352004425974332804888979825562806078811902811575","-16554388349008046403370322428306089837714886903141253476370911612129941783323","-2367048373027096458807964030242044205166131041119016631607031559216057909626","-2399915762542814467013464795343788314145475653332716797568497686701703858997","-522809978819082909003771060954463262089458894578345639823025169142514097497","-6906529115515851585567341605196180005656193441082949695649390468821740832232","-5094673815461416577803069405581045407902665126021623790119195086823745396936","20736047913799160488688809449584891608302712235961911445097915577853005114335","8639414083275372845081114397633796246142387755640450055563188603826754880532","7871690885642587594320457288093188169675471431550318905742327455818835006693","-4436942591641455169915749179427526224261918457099447802268531165868421530988","-9431772514846771576595528870484739174444929375661146474075386147723235440099","-8841665043457256658533728156557106037080989364959503177503509711567104828766","-14680716907682956926078644681739764481239376417447290284585197340758939251626","-6716563290984871855549793610737248517451541265925000579119650277900656321929","-5092665370894798290128812568256237567151261029460033038823130973735882256711","-14458417845345844492457455493812224285028586666988285564529149699386800767051","6277437008814377673588153588993672646801961197146269591223192637272954640692","10604231326064695860473700380796874777089756919162509615629584939652883600722","2299042228152590795727782128743189527766774398990855794128683274648899506681","-6641713784342701364968753972667941421992562435607112732841157722156020723782","-18057896663598325183411319748477452442621503430620193355427475089061731905665","-5623968031397968125816011615393290328226369132727437696113756195687816538097","-11381369165833089089746226091802928073967857282119867833259953472769199025374","-16686029071032417501549592690063533730796053444864814684907723601232420342032","1833232398267153849179847593801164908530007897889086885534153856784832499893","-8950413953474082777462084696119314872315379154186671258467609651051086436422","13099820087409265540057298535595248084584058272191388313004263196629405821215","4975301201256817330779685722586983782884054269751756106397751931521764220101","12424367043205560384189904089226798219663206814003302199139198138513302696873","10246707032737697093231669818843142309962121086144383596456639045672772930872","5675401452802927967935131063025662528498791657927006159185927813782110684476","-5457043872686531846481934639109358222367654930942215090906620049301035860671","-10831910730871621102596328837801750586190904904522492386433430747213199032177","-12204638197479130004481841677127606739757752015190020662134836218289591666521","10841212637815361340509290246560614866860835393389941779480890650286953653991","-12382538608267614941816802685475041508893808108239152752304522479319155731169","-10970474319130136281608458444500063843660335184216290413771659246681303860024","-12261851306379366991071789078413902254306932839856071788240222525329749041852","3203385935010189249753450842294639540163463105040431406016574788994278443163","18478079401234031012738031087076142089841296226609874803638108789349770463180","9276116987718585837901409906011013645687901668126236541170344132546665131701","-5783723547911695206317997225687428465487641032230545756741568455558031456492","-620289174370249791735410460017505908783125481669877902429775668648910558497","-17144693274318737655429635642320462900936758924246174563138935091145373023954","6405760043260153228196824549079526380343149882902950701633812004327889888431","-20914536503125062799723999476578624964578634666387412337355611729997772021687","9954866688860971477512748689872587035930577771429544923109467293709831486453","-7226141990937439520060006401643025834513719842786050735921352500946998689534","14359778923731535618392311659813946396078227421044532964578161893623935160392","-3697726434456972812397364630356133326251579948490628727716228726520471493692","5958566143046944520272653221074631669600607103531070026879079194235638447216","-13940930353149129596897358247258421978640815901973549408553954034192174544332","21249517276771190650555928320591231988074713486670577632305865858122724691882","-13884564941533875737418255408898883496411049975542176810719245317306499460236","6382219712763206330710176321036500038615075622427726625747891696697461420710","-5787080126928433638383716017195256322000800791234802229773262061894798339741","5339151892821424441900900360508783862541572653683226940990147412669585555291","-4691443569203117551010750804807558618919330127611112843299164168668472272096","13228220295949092035879761203440603643818923518969119456218720148514939294923","-17683054138524753961631646547757564217651896128216327367506014346304587664000","8451308984810604364215062014965428367885160766052108846877765726178598427544","-5982275659403977386392363630110316008633286579239390087731484175681729808121","2139659296123736261882811321238914355188714247526250358396258863964477073950","-14669588162749633463456779963644812006071063967485545283792501179704664245406","10215745096464650933880251788357016636996964296308553071142283903578613146349","-17204450840908861096935669833444063111272201744224661688703321788453021090705","12031763579305424684612817010385091104803291923430493128857518709243765716597","-20748080328596788615117781621371476292899986064143431365657249643215307949214","18219140714840252495255579160001992063528159690144324418037764646706002878645","-13770551089386428643688183123585578383456622735448381430313038257451758394565","10681187983014964015819128224179304307778068631045068571973638692853357797173","-8328290966031270067413297805107095717378610008081165132265597713570754104981","2585583648088917931312627251923648686959565487496991592245896542141629324787","-20455480465317798940061499652870267406117157368150631995683626017935819881596","14326285870081835136815741780359779869293616605710488276902609463643775975560","-1473485130315502293559123075190935016600555833779647737421845575116784860704","12307500894924909957220958441281061150112216217901883076660388306263513624460"],["0","-3456038348185148719302064065040622382402373326380810395796278086863806004529","18053408460973426173776472521108908220774702767561499806966479431887539122259","465432822868435649666955921437938374858507018371678537120447256547897075244","4431277290743272556587129203043676227961093634777331841925362442010671105661","16992579196197513890107569173257682850485475614371430000521574122105658489400","13676733947284410141761643892106110070710824658738690230681324218483586201532","-13173402260908826708717921879236793175075299261201625659297720189926777774327","15412485175469693059146683027072578165798083269503585301909592606633519439820","17954618444604752269204797852718824324726706503516937886548808600897181931747","17054960961493985647629297820398791909579777969865003831800933363605542230268","10450954330121646875227768739097094553868666034288663762274421197973495914257","8489998144483828266012874639595727771921424954875064720443381197487465657026","8913961799417153238701383078331917346728180969446322765780024579185661220771","18566505230456144019337345916434434586215061469008933602938538415497838355027","-17844865943927898303553310871424168418562266902542608806527882897044379322653","4038600798489111539325827535416438146138680284772930280956638681918986264319","14085065821655488959997615480216679398111850654364964791805925097276862372932","4858818182319639250718620879876605062999760633015958350941192538702361096455","-724686089029086519994108480963188324510324073085498681377459917571147798321","11627579540945706762526038533100689253534770216545711976791711375270597263418","-2876527557245912076197096300745486816594957715803186958074151647680734577983","10646482063309844615075726948565429660399432834650531554215785447314637834453","10597824243759990271726196626578904948955785099104591803408309797195280724771","17495814218586225709999886437826526527684094156627836495014650206912761206816","-16075990070547812240400784426126068676587721113758665133401192195892844875709","-2172382188843695588339721579194587150472688464791880950090802871532407459519","-13289429712063074614176254446901315367672256666124819484560888367557641252200","-7054749119650674043325670234908356096942264726022302034339234508772055450817","-294661058674001676682644068834169978302003048481692851577612281576270566082","14118529764854530437941771518972382905101407175601431449780637834682446508951","6992216445677695394141329214044488327773683022190617147226543062677060530607","669952275497605623692860418229984165452123596973927923238194022545515013645","-10051188582655869808593422591442669024135366332449075311856815004859921674136","9759489918514930963974530104575538357942897958000202649765078426638909580414","-12222264181384618499120476286619975442061393679665871276179809966228850396694","-10852948122441264156930599801993214440950964192719662641422131610775198299164","-14947048967400936821456010666903371482488063649777492242751509237396736175625","4492613221676863468408182788582640941557119401450367909671293287708845515765","-15467469998067338973520582809306108957687840074973028516735174090017219415260","1724606241592628489528556178506282674832999376374266537282059880702269434408","21675168659771307223110038647727776853572520585946260470279319727223587780706","14928700801965087755195289143069872318152871753316667563867387752626591554775","-10569090984662834522671700177080233451470610766436216550115434314232750289117","-18695373956167562991804874242007987152290602094364006338023278372928563669244","-17858792085672245420916766777308839278138613310008163819997659494569675518807","-14286240775956489200549535222936848795058415331596902770250274332658335685771","-12036883930280974532705525940006974083751398390171498328096983296070321882160","-10524805737157960392345845289380241760807243447568371090953525575351625389323","-6441558292244476128190597212043257725696960674021368413398329987646568642459","19150104415591659185903348243748000726439137841405838450475777306722363931557","14128150424085904494593979560946299144243074243687907501499018508284827112678","21498573345440296419442185482184283241518569252430038596801755169675688803201","14682908747659827312353043214022049616080133647613985842049007746682953618505","9208987565349868628386551548768555622326113815999453912646095099315022708412","20242412440944714977078778604462689539911306627664554018906799293730732696943","1940989629210126487534591173450829893877377280379822080280522303837632174486","-18309734948430238325126381130026947584152931140992449629269629670664666505633","2272831323105990447681546764862681641595160787830221267339137142806674675369","-13968072934695582126997331279229865881455644653289408309945026234929961389138","-20886461424421615801993439134828698245401952248528534995445066726402992751776","-12497687529841572255518592078269964745835939258165754040771018939131863759687","-268167677744389671762105254422388899105461659012458338415954745522090386197","-12203052122449339771079406602029566878597277009233378155492967831845924188194","16297523273547646417835624576855704700861257811886774964469572100615677166816","-16645760007681798221409194117055962788405212993054192671774053093200573120483","-14364098823249186058179531457121167062878507395161858904253871092454395591230","-1681825213076027474300869138570293062248201488047354875818067060808574783431","2796140993106424379497844737637654095318387805949658022874710426003745497552","-3196353499433495671895364059016127845609199033247102957148725824058888117613","11331466185410528307784454013862595440275271078906868661319829130350414978060","-16404525521322805739300251016640663532198850177441262161247897206414406096762","21761908148078994970807929595364512821252843496765086186889422214303200842550","-5640166276948635959463070835252196969973380379573589239158193793211397420773","4339330348500849683212295433467540555817086826988734724728506233510400869804","-238254313646128268460129347675949056214763373259696278353810198719432813904","4097782596928457947568126957448627565814855132576554595019287734038863324741","-5386849613487646853897473336514047922452843064234794178216399924384833351627","20181126367800397332338893907657598501698434010684970003464964048773398058361","-9318191051949711836025057275410611570404960918828949266197137853452029159691","7680507511172797042273232610518171208792517855856029682938973599986831671106","-16849982955337244822262326168907206859060561069957964717912057961823991119870","509070363779077995098038554481188163958917680064863119099605232592633871780","-14271947263686340516366175987657092804972797944597650043854216739235819723793","12523306705082822631137522462081908730795865043509832673901247440818758321306","-20951560980445415255401473600486971105968344485799461130055354522064254897311","6720399303540229098551297139758525011372903475365078943417800588238011676166","-645499734668311345046512249257788455342073278998035290610387896496247728923","3906230968169586379265998951763098420175907876748571778364508424787628384374","-1674494115902212706968190718050398506639143501243496699960972027926560130022","15108323675282432216878914691463889272992346446372176478295174748700909236370","-20950596492557569322628554401259656872864101332030890291634776226248363403351","10218362458146716563726092215501878141356407671240585639443849437036793158265","-2867159273581036640870761883269013254496904379401790866933626041151363343082","21183902969444047626978610202079247282017653661354996205107262123333645471112","-19987297996916016030231687613635863895128624912182525095568533104648935048153","14593137148982864460434200081987703925951926332381760625614245001259284433761","-11641989256793541090765717715527196108361920630894471743041919955367797082141","1898640373666715393747643599217594115758950044502206127503592099151934438329","-5291065801194732200406131756945742967826774415755264564507197310137712239304","8163668995226502142203727945008209885408548225113240779597549247489343707406"],["0","-9811970942548640616869078437529123315556163351911123305948697783192023954249","-10308898320963493088043614373704057869276642313478870357937262053812725756022","-14060584288742065010839325577116881873412550883735540662649261912107567249773","1668627440221679570887145861324908386323723800125544462330957728587835522240","-7213664866807019756550091599560322847257587731092968270164118481064420096495","-8896001822490045191060079713462515720154590135401767322679038708730110450703","-21761847495649370724973995933230297520418431564069229480830503540444751560333","6933428549195884520055450063414160949016925879516981554671211172423913865370","3690092786430986126321856143455396098455991441775497976645264933750610912844","16697731517012209045878980042635216815294727329779587097785279195159434510613","-10381463578576802146392438353341675830461623990968896831086746948313431819745","-14006590230481575707324012477985795074953962418221678996715610145508082104300","-12828456641019440740322281127955491199872791729163688295868510353846108468261","-1337240017799039475334322477912513465261598419250860105066761084237519206338","-13122782673234493892503617818148947044686560041587793870290726681814051169779","-19207934413288570584353261430203551287737345074378965456887312334982393952710","-20490493472519488868451364002805693801892805554147856483546137118551267332267","21577837659601332537535718700571954885072564200027386856658750174544474480326","18842312955446266690308161491461246708605501815189385936776307417349876946090","699284703716694129073770652939565174270445100579961542119668956864499101499","-1315615892019559437568161523848166295519955338659241449466582646055250232831","12835540704918763893342466282757869635897668887565477742047847693966100693367","-6245014672381619855384187526864558501896869855429555896898817554206311155788","-4762016654581409033391921478679673176683705353311365648457662911363119174684","-18694092025844002195490870592890842038637129985697935564810244076635514351010","-1612721683451460466045206001682710901257578931042739814428939149595244637912","-18422940870390304167980822085152185915669013978450690038381392346491364276225","-20885891565935405177550056904438171008580722138985071276133242154343406104997","-4484406737060137067401501028388502748712863183389754568582198204672913117909","8976356595733424824713627090678408403495364500391332658384902761564920829028","6067728624502320454055442272015524675473624531651794698748051874822467474482","11586941743198323620818676817401577452865011014199340666347870290090126554961","-11396131013418256512730689443500074507446729252819298352291796546386050655371","8492488719426274872725841503840703273477592778894508274659996843087468562924","-974038929629222185282729483465006061352475494178975292622564243337337289613","-13841524712435651507295112998499817150541809340758528472480808876140539854361","-14583002657601257588878370142769275900310675947934289869692349280868899476681","1567574597462659303186109251895181762241309838960269667538088821589393672444","4047079047375886182592919444174889189521413468196714562240755991715587704044","9884975068582936408984925036928859246480900870380146676217988182282045654772","17752907609487200987563384272421419449199280375756376219222994619026497304304","18172567714744596574677996253118031567587271769152959891669922821270968307310","6903429396843174121707424851606732316422541425819098773649358461315686343098","17164434723584774867439559525444722479084272354356272514183909660329720079039","4590711972006185982682465382040186113726995932099562516725080010804159260884","3336747610263025692025236961711809277083508218618540942300442454574633090461","-5962389930479006492202170954207041811722077588347932860851396692667452691655","-8353840143181411184101497576471971847352950024708539894438528195241404950267","-3145947746072634055768111746774570074337435015141377288028074524418392124880","-14141338835145242602608152185736977743081823514967347515263814602899580754780","-11912904972381246781375335251706308376174251053409723228379842458098276338675","-6039291650088864384516529494677590455190381450805062304916242027020404791749","-14678462709452709786752812282401772051879312634976073473294958033123190843800","-11531367367118288581699774881091305756708595043311531960577279007616472869191","-8850086366087401565485613765205964357335238192285249308546853601261018811738","19519625022975937401510012992286118670047742301235973061334026841641025252584","-17094022695726556386372149247501680706611497682541194328292004184418551235522","508992585277656610092901846882230367421890863897235816570541342951358042941","13292550225374111369211861980055694727773550235015417123692385308292377693441","15190368256145986164082153745647561878634327521366794440415577382863791646594","7272342272967061527602816945265253821810435129250863429277805488214972388496","15217321127121428035487742805164799638585749583293002828156988249983609587483","-5795642006320288149944069517991110821217963273968835485398421996512685035583","-16684862672825407951409265866671872945066921152946770867224426350112723292198","-14765047452521667840492957449097276805649072529458511497826670763800346588855","-5975437118655838198658169257515956696165304204188338909397468614074295781501","-10024901083258498521402395092661966676788054586602804595163305982440626839083","2602812167860128787260281132117523345492177885587842680476278782965017962363","-13603301460179992482804210345139235779783632867394554399946051364644648583006","19544562926985489840582461102334171049459826607804977265698152103746083454367","-17600415977381119628678947506477360869952247826327644750132303507042176571996","15617701059130581074274615177275596893005725044684013353481886073324989178367","-4914378420891051316655115214383964985357218905982326936345163740732459039882","9219793172276524511620861782203243981707920432159236049466423560977115851890","-15618245223840779340867491799991751838943934981729541505118910572930302947541","6092044204307918949929995777906816504862011492111244260474415733711441622267","-14773904941859159977504758468392023010127588063235119792668149236893737139835","17935010892167418050215456359443442412506028517505658563925213339227426459430","-8051264502564070357901012043953871003306059860779022820324466946262825266368","5044657355548069785060553012346586600727967988870065585845948783699486826683","-21437451007475867576750163916715355474125815378283083925897666127638334134827","3000118543086402295580182123558421685949820720471271707931953802791941423195","-2953397418080860267688311139779616511199324674500143772798447459899622861896","13343776415904289668183702282123484463882635858701021596528845320170897985010","-6330456444837154581179555594589203974181657520105742794296709674296982598821","18833578344598009915631101785767819801467755272403712497747689614724737189852","-20298093336541586003376557520005184537814310303593904153393359830571844295647","2684197917336723687431389240727733091709922838246254367979311263369240159614","-16850219265535704782269164940525791782422043139445685533944283511572644022382","20094119884880473658045238781776893121355915729045508068967409709527354173486","-16227940185328756674156971303608245905397256708966046941933002497809524638253","7323906407688171286415355210843364662881122874545573851847885898460357048874","-19600909533240348326697555480191718631503058808591708073881231387204199669198","1225188186288923014152977305872658692932165450979633215672039760980187094906","-2602651454284413956126125847524894416854392783282332809624023964223590007121","2574852987980216964953637354238839101560685910208611213456990808507728853231","-10910695143387981302337218798117556500820554979265129066919179552365805668940","16407149592368750343836066406821033742349406029892486531569493952634000938500","-6658290548369610520073336293616782388251666320816989471952820405948790604755","3004828657403500227916438556048647880217123653967508115966591083375476284075"],["0","-4451846007831716994355201168526903407840345301779191452273984411370492657156","-16421044185693439550311925931426413973245142500057939475985563123134656191566","-18311705774917388920578864372770284279535202680530225075737743834527460002231","1923817962073370932141759974974518704405336313433583800540813290603118049041","10194068357938337398434138395543373178233027899849845686919030801420742686969","6392899656889436294181001946233426695885848971108689995028883881060371371110","21285201777706114325881096981584058369670251798702046127675570749615574735483","18404595191384735170197217149676367430988614011680953893708530057070579677442","309578140687226826887603053692643996725637641031008925126491188182440784943","21615226468881066917428809174160894897479965364961883332626465879495772054473","-11037279085204848947226161134648258636177945710791379663941123810610610336624","-7085485591796185820406508780784078705900466277870164194503708588914488174278","-8974511430356037804934406622484852972605121769745919559911042450726693503639","12645118488402611999437697540155357236373116541640405827144116421227967638432","2056073989191228364902192738461060050015122802979440872452887452701145083651","16638228083938100830472486211053903749139835026784236040038108157886330354867","-19156567483657233680747489868925383892237968392088196337988666489900895764950","-2850997854205733755505788173053184425110080249131236401111848943017975406377","-2466693539878931079062131200706925045994579875611532161262084818501383759064","-20242813404073634691421654951729944351123791127594127379672616244560958161707","-16259327312261423390937908300539704638245160013227330929761146783190689158822","15871631688714423238476854161663949177819559110068979286149686132798812328291","-3725996659057699771283390114900183771376961423144357520200145367935059000164","-13619940617024516477844304548595717330642840972117077723863168646023552759926","-4523123783391623173066967919743791434550643538000451735021616935230768243620","-695311957024677037609616788974282067287127071824736015315821687772087517122","-2154437728770705418648664281201897305574988494406510651066902834056771257958","17582828240539595175745153417512514492341547589691509950288075521382344218961","-4663123490995223350549151451674763413374335845741839310083230023839200630507","2564359892230571160543581968541700028353154372950207548348190047473522609617","12417650980415022019146810625213513280003992235969328502558442676146856320149","9944806170485567134718194861022426327190071455684482893153139701591179166201","17425991209886284714501864797788408183054897723801919425625582036442203342495","791983769675725457377337423908552002849080577573700799124453649698103457861","-16902968481190463418740349008907371589530267403780734033323130036110107869580","-21164953372653966074866976581927782319705758349644445787797338721816766137733","-1657679893972545561886270110653157819213240488285854724631294529613512056424","-4501584764880454512372583781809095573696517617391865554250357755645659436855","-3367407752284389193675163590116840556517609430953347895835597957792379335033","4908122401705972747263006661147354882317123726105990754763807106934476494263","15753937884137675834339482711172003768201992059323362234995207025881127433030","8489048551343579199170424039980839308360557983739294764088891696312520945210","-15654075372353777234118963487025815989744588579801898018821476900634172893081","-5427882812081272904810957030753678928433332762622274267552407443139840719775","-16333543360112317711460659215501937991120165569543819971392382232827466590616","14150495540492346091936715736498042512668205185836177467150977740047420604597","9256541815929951618296486243800687307926131243401243285767870327962299584313","6503160091981338857369339996383705902983338668565907061715983037300834155236","-4712037211447522475435117595176843246400047235727098218242030581136498629767","-2080742503500579300659636639638008827783587542162602374606612943846946852195","-10160804952669453843761257855023396039722891332180517166684185615578965242378","-5012218235153969560840293650532464326328448435182729056983081441392890760731","-6643149445102753213156016131955701116625900611007357131909704211063911031732","-14762246779747695184531035924750120988556049444614484465053970448768885467897","-10192522110771125563973175164739692798306511550503551560048987662388472016825","15142273569197384980978575641984378002353266567238620640388579963614390731930","-13118421741290665293574380951018140849623597172566122610095466500533769097429","6477758903556830439230040503378884990642964551042436605004794721283676843204","-15901674884298812599603787087642066722650493314377102306346764451968831244754","-5168246364903746542563497922754397519669422860947574359441285985368546769406","-14752344091586758590429956827184935680010093570008414287805207897131224514166","-2825704034579408599503376994543948032675386510076228512451750501417555177160","-11459132901842234767247275093071009216896629353301814881495643208838440319359","8563471888705934541910402096628647136105301713828891728373582137081514490360","-7738488832031530493617231702631501095315289058528831988060606025434924467921","-10294383568889409816780802274080182261735606737553861063850651081887557344794","-4373353725834390600177565922969762012908171306711970382125046406495102551104","12508565606929148536142997831186153411588938821009977167124504443103021111980","2513019766626464386543613690337965875969860492079208550825883702436100474801","9158388089586883740100847027831761779872809536888284627780074099853913303702","-9916135590852711324392484459843928629791304489387684894888107026686670625638","21796210706487035781571586124255489331844157134662605516284175669586806408499","-6818279813302709812887015168292595664432047052835624351599278008877003524193","20889069875564714342999713733371256470686772327869034100388474417202234206841","-14825694046078628849953818623332803579596955388895931968041176536106559253815","509753349882423660657595717742311707592895276065613537225139581630828420354","-11423321457677889349326792289572514484629137633165184727788492130697821205458","5878103901154416073980586293007119642883207776382515798823391990762122417618","-3789695286582539448704083137589153894815424354738561193985256453952073506723","1464472480832245591303982235584848592732940027684968206208859078820454483919","-732809228967044418658167013941578708306630408728294767735166478578559885453","2075004381674475590683868563798902667890420831951525275578372334590917044698","-12959139554011117851266928573227803130740488571953925546018415458832206050269","11968030316905479178661237772922494641318638355402644501500791051549915404430","-16308359316318269361821548902100689682488055972359788244154447086490187008426","11562570549762670747702105331512406947382546842939178603108470790787474176639","-16327624917362922845252177786730093445920919867428617952850109716393218207794","354063332655611773843541402112219308670289074543267730100986386096385451762","-4788815205478714183642825997919840145932164954899595900653544889712067275793","1128250606650927536127541282760783833904852206053779923376171041302891962910","-17180801562943304981721554511109197679605417084196225966450202755132485317450","14892640969819600250445722301281973212828036942723217118103029513448280685037","-6371966555958074422418151273186671198205780907460704051409105370274802600294","187750366469130232977832432436080274452503289400897385361696447106213207359","-7693186462403244869135935473966965192038543800039973513360468086658956042743","16390758317097758981233519189003182252293216382202243871870540588187212963348","-8322675200790331989381544461286120087022378109625892668982067604840029816705","4864556871701236361028703908348785235421255502408623525196931590525282956176","-11496742876429081799572435819354488203854017884883577764561188602403415616354","4909725609389817282206632030607542639208470002394395112875746678697802669247"],["0","-229103902430046858354456162","-10990035983321058549378479106430249946793123164676764755970447749749980567243","-16392770066940753887803119210832395815294947969366297486931657200713412714881","839967401068707189361976805295483927150179989422038465822459311388951241528","-4077907634726676021450490951711656007163694700370406116172617422522110506180","12977291702915830994735831662636050024552050040871756528865407102719764150323","-9690448897301652534317668926116716975630558111693524300819353833716115102643","-5141878904027965126462632414919969781082911746311726300513890866143301555385","-4127354267636228745179067680343628023377339252841793860230297691087483676364","-3086007185275941549327345016079905435279838884484415296952791767846836631795","-2098689418085896021092357143134980086338166396157135316942204442529439807467","-7158478298655760374545282779366544733595248495041266088734992823066741152554","-1216428873781514937099066240482350666070388557267210301727821829295274707060","5188532565952663099125984014414622933184925925866960271838050565146026794474","-6009052006242082066485771606885172231681758856272334626626446690549731295696","-3194529937168075423678435144573459242667893119803774567482050916222152220152","-6332296743650696833224714682431690533942789435653369750587989971924269321612","-7096414534995456313590483940258009763559070187711352904929996087182705754964","-3399876696869256468581311225950897349289083014863473690003570326251813744374","-19661639656699998369890577465672292372411971264225551811706944791023581868388","-20659456759890127000273980788889887366024459770947500574463532180290691076299","1956831236497787920221825645075242173126410990012180774898640542054135287165","-11212397702137790322066981754196704510618124048848159678561771828456186144270","-258366696956842593231482742291154157262927998432446967778109899108668136051","-19993348005264009072674302351896536406370297865473548738533452581113458036254","14224712107918319674018499708381645150981183812534805794178639486523539245711","-21305832848171954586244771979636154752285228179665551773118223386022352687192","15293667386652823986752553528621644734357573226601813515286636117202130766725","-4327744581487777281382144004691224358358331720477418529312421988846075660310","12926219683678782321791221480353518704204554831094541908961168527286831023949","10639438540551913424315846598339681672775320689563623117669149548058616842634","14977426765661499955401539119048311450049627532557798967641193577593767648961","13654823503116048677595763281970159426588568722852894963160134169851916403676","13950989952955312507330064752285435280814571529627261545496792115119111749601","-13286324051862333050147044373131588420385847790471965421292830014377684524805","-12889848164621350708043868957637357506344869573727839017539130652089664808672","-3591974467236710921583202332106146402140862844857338346031661662778131048365","-9414707654414028912424997757326385088045317594523898719299615687745169541959","-11905303809886660783480639629753283978026451035517657417774168600479020251089","6010947575728904005374478839377356368665833546222954326399117096930914425193","-269897786075536062203670187369579863894819386906749160445678745177250795152","11738144137891260026072843095481357868671043790481676778827759344401610871704","-4492544262171418404536131281758060176366952199040043178750532554101204373347","-16986308702771511488639803439050771898637619661423762798989949815171919090886","-1876387754645365407375877616749715001835646911633950318638355301293290279930","5152284181082331756063777724226451373829831594508608085568305972709102610901","4545664689881255351377864923386452814101262567561647685447973156983287890113","20514734617118366630400983589757538737201765404072935608888389365470067681261","4330051535701701280941683145732392476440996081702944761185002710326542469891","7168389844222391484417895009344282934349808004311741470009742994572076493524","-8465378494474438056030317108780297115251215214966187251902610095322570725673","-18065752701251849200657664296854398609046985527627610685890827608631175016251","-4290925280006361878703276446800708569469311993457748627513167080753491602459","-16511895449666974091347841495276356610118698983648568085250241689026143341155","-17270297944982349701173065614210513520233833194666681794106814788041549271635","18818439788392740083439142550486599013748386967947404500297895813519556274106","-11815129360576396197910797077337521730102111348576058045991423374407564461706","-17923163913050527080498499421455580885721866106907306487450997795992760045104","-10516135578462187059758338100216733394979795631605224026429956810711353161376","-9773339926822523090241815072613573424158237942232106963693815785585445179509","-3101455872603297508615551233958525577810356379571599739860818160536196139813","-9642073229952332226207972181060924950384536045790250040704703984969344838544","-13244252414234993366029983651684518318862606750734270941154670548960924365441","-3022827487940770651839242293560067063713672862019608429247585353196188933312","-18264638334043807762016332105526697530303151084800486714681635518759166224040","-315365477731006526164925607931657494501275880225822232665871589161157004761","-3178793462174572417045370146353612736245849260257558651695491961210875938050","-14271752654487479883124863003268383025911521788557827674963591732521951745723","-1133446332657713501465073603139578253104433987540875112866059902781502438518","1644368155718795006153911262351394319068507435589715145413693875858328992885","-21246468924898288527106009440244973183555832060483927237204995038968628431484","10952364943851104123950617268354336151678063518927990492394463420191037532503","-19417431793076088358647471256985613100505531135112612341874836641812112693241","11439196181563037485088105398186322268332914119384008705281049112772709029142","-298159287621474198750727628711343582006904727107349451415846255913013987802","3940346016262803796667428096882112515987457771703072180446814446516651086049","-9690318139442022056526159449633775245741185831429369487598068764806535066397","10472399762451999657823137669413301024871749012525545180916849056281355460491","-1194494426976975362681562876427017206830597419049085307851449545860822334754","18603665238411897998271746988768052221741684325413182994608023147772958140937","-506307815325234889048845098543429207862014688865854379901054497192770490788","19230757028699061114209542748842970247911799005231079335266698733498931757429","-13790847024160184933804009719513109308376874445106282732511358595645011827265","3418602219920179943500564766289798214775251891037370529642375957781397949987","-10931214318932782938338187288312679057357909116427488421489498642456428798366","18317047495664380536991039960666945134481129958691081045892164812161933148859","-11848032240945606952653398664799154381973121237277648153116732894040352839141","15648928935355377599997031087070868481966902465386641955380069406470878891553","-6348803446930804357059176371778352056833139502664203487728368465350385294515","20720485703651919795313758121153025382370717855923843598162348195197885806012","-18132798163620656008447985927593171136203076166550250958966090086837144518499","10343640429901485240693683378631954362157031526148349787135413901268443273678","-5098415707681035091064610899932596409631577570804789701706792655420134497187","5401162049284931428456664405987795755607717662742790302210471202608882282877","-20080169652580644322951027844615857425816480465002036390217412478203352073295","1788181403632659148269559597951744008575786949626634909452203467425638054855","-2332359422072780214763120382895036594500155054534484868508458193765489287287","17008415833211773816472866329624035519037476507250954525779089353730544185854","-6807797017973461444627343712739179326575530553847342932259020181865332208879","7953946317367250388652777747467771325624200438578781083778978599287335898750"],["0","-13635298838194958335169892103602892678112095855996726084204946302612919483486","-17546862345415840933152270197716976135054301132415511036632913652572796066156","-1779718665533718700497820910759935847955896336046833793842650111265846901803","705778174013495492927607106256311099804866013710389520026306407399889424656","7333155284597059134918672497453969288323426328952795838686523894080720258508","20612075128242826557679349966714312177506832513733803116680723350428414002206","18909985646880556497565865448960750468612470015129991319279110583123380666733","475219223494227246268608077158450975084943235202318148250717522794823044547","2785198199968373347712654661528361986538667520001946416431792667096321261260","3332905009119654956587239391467325107526042879511932147283799581408510750656","2998623099752499785632999981577874427787918028906960894552054587830589726748","11943731726172489141573874472855371373866877977138504820043924031996034799845","19274023189782312225414533499399523666908772958007088989516136446657887047956","20438711541446239101739213650716480524289134123227048767514990918176426586780","17431312837630642842280150311120796891565841172194629494972316445979741364266","15669836234441106517973857062049132492624903740964507428740201118828938574518","18595037068872200052465762608994366348801417677394603276728832070252771935491","7378574084269334985054559874604349394535885576453526996920544690135446017523","6761085535789096842796920654427719189441498971310797714842096529183580676296","4885218318561518540456612400252975705964898571093816207802659331375514804750","-2882649506540226198755614821463010834554312414349723129913203542499613788511","12439119044001351455567799075823866692891746204473425039673004820984551573164","19309761726157170196556240944959356539666730702001413219434596275196808363979","7315609434136125048524069228666358962803047441117383804397146091384618928453","-17740333516188680237370377500240888217468870044146102672135668846314408088923","-16533460432516740851638814059374154656821848606256401002144250617545559876908","-8570248353104994036962500348028886087512850487517501089130137591428706419609","-13721996295198535499785743207751873080192703262621943144279126334975171587510","-15604504465061368744542254579746301117834643288607052021001626159116262760619","3148650072214075621717415283820199152066042503193417180545767441319427764829","14022387091523296941494553820834998829157911070048237963745246430541513625335","15460467049934002954459007997933947161606087121545043422148131540397108312519","12977854207628595601889121539485944909364041748879619582512211117778362593060","19961328407035687286156661186010017689626961929404220334030641742495100639874","-9376812233051228500664895828054809158319703054579831940651502995687187245290","-8053341155351861453485174796600329057285509369238925167998128233276522190854","-10200868227590051700591690831891698398808877911443498916703338934183491861808","-18874652805411121683834401822359154600789743216254993413339354823876850813590","-10084796951224003118646670319418985164774033737155988728362639876650169615900","13376772248999478031036174858619217105662320987938381740057182015433115013531","9810933045693055219771238754258781392725477250027103480448596192394408494821","12510508917045110465222158448413365845338152771789429561625566345417190585580","-8047564780072315047228750160781075595311491590218492860375143610582214815769","-718379174145010525556664225635267665859149671045641005547787284753046831767","-20213547807324045525662381271099159364076433068952088630737108090090031929380","8590008714526931263227693920588792781819310845035027353406698088944232971865","-20694522667189165283398471410446915663675628984490896614997369560881986551376","-19904500374128724105705966946553087928857666006336447597511853436306741283741","-416251096991407265709239711208978411788021453731552489356638490471545082947","-18083806039369331897239732734304266959075373548699942289227120837051912559302","-13453454457027465441596674091312468723981024191051205203050011644031452099928","-2459362310128501613542134740619264491479330476034002131588324610344221472410","-8855164938681397712398160398158649578888847964270363972273755231652413306122","14617504627017276448739212472023768714000961834531549996825042908145902646977","6430675104315335118863934618565970969873095095679417973532230541742163904810","6346814908612232694264845954858432205002798924399089172969034112311455679022","-3725989078948991545981321013297173198901944753436007553056624423981924448895","14225074086515552040785974988723070171819761436946163247514085653327785879810","-8576697524163006180369006800083177099923670432964046371881129508662976220736","1044154036099543494505730165612709480981074236744959875473270344039817179557","659515765029647844099439794398950318263254422046595628678947313385980802676","21508262341855927805576987682760253126233787505708550346168421962181766758927","-1391029707964171734518863267828960164020984407240336904241412671099755993040","1384510224944252791952318169433410089796221921727422334323518937943610957284","-4517567988770181635938075447127193043411404407010546239516412498392825067349","-14525821288122347816113603802553676661571899837651250160604638715336976471075","-473588724197626568973997294862723123757770515466014434396463408408307790891","-9542716101140011181035508654371079317225263228335912931903701451658083482691","-14431743574674737277620037196260952150099752880790967547112091175028307380076","6614164300801109431766486507960414395923129996429776373845776882415919809983","-440772114686527747522559944618804803378200446934176023622336769214323812599","9459065364320246029834832569190009121982970766373491759344345384201873000854","-4167900713255651305408963632115492048280603184365404678771897158960388466334","2874212493848259720406817440614049832178779992091450256238964910224973752496","-18519963052653929063171425975158215132203025056701126779368821714776264428954","11363482994253214507966138876213760201348639887604058863129367016471195385438","-10109458495196437773238228951136826467886529500062015480012041602994540939622","6334359161052816787024315693867952658433327651309472678461039151911711794785","-18124918722531244965418278043217836149728809240527543994412574346036269701948","21761490546184101567858428333188240603946628047778524089133974221190362247556","-9957886407730587042545730595036206160606124335597334989102866479224142826335","16986541300357440503232475921111457398778758217551709369231948949751576979470","-13072824746938001442332530142884718882462411189640695266577524298666226599379","1479545707467714056213310127961568750684060228063479880881746534706896229337","-547321009605944512814871346390028165882357113776494869658904469792501197857","4465133089390473360185835816785695517009818936657957417501833595489301427576","-829238514110269335511697005827394526452710125253451443953795762898005884846","18183328951895748898443203999575483567499070769779724471187317117043598234361","-10532911237039987631426320118947912847062469451626290482242375303819969160161","18424041124714747287444043861873594510484274412628946655985263771911668313264","-9638621064851248570074130750532656066037078704331647898339778428113956013428","15822609640139593652896468259332530800663420268968986117076447624301999258960","-7499831825907026674440186412241402017343109701748099898218788257939485685889","8397388497527306838625558021032699472889661874665774791028371380346137041221","-17488114627794903522731090749448891249967683579816580395355363599487582912775","13344101632914016386207136244509768662170317824506334569744627432209057697275","-5645915876996075194361886321489353409212833295017421028253731357495367680537","2041565397704201381637328285780677433541525582141589818812351882538581434067","-11157459266542467855838739803304994385735235459038074131607315706681616294553","7701949027729899876307532736566410658406116407734852344622560766315338850692"],["0","-4236434104226956494628336595856246791331941496854807776989759434287620775242","-1407322698221377216047663691225239991612956690232448070567235400214520525560","-14137481882930216508131200653770422236034410524714345946139215626771305873231","9378653999444434205830143649852351014132354380665972957999908723016630509154","3159068427942476055480844151590135581707908162254974944198283634163362053157","4428435018879423258801430438807684886397671468876870125750636552939438574141","20048880437018424745952620704179830563854621741470124021436539578278596328512","18180408822167479570693620276053618502286507346755222371518374033383532984019","8373932976431137112191763532761784910662414501743776996781813689785014381937","21275747670662770050556324594622055140874990851124496171827482881887648522950","-3050416164412611515327658813925852781014318538036889003798821565450554104325","-10616388661475831956357856829522539059058582417085755969233761976403040667791","-5151224902405724322986613091960726303456635228863411735191342869974990131387","-13094805306474634892313147826044407839169214107498744911704297955552793932309","-8423088549667842057150249384226368343855419251284344579644451017379204203520","8746579154692334540932931274289360855277237136973470606718423997823794859949","-19105924695461475224332203915463991038339124383326958861266881001668206798187","14093245671024085871920243575745774941638362014526862283620338038015405730191","906590891379960057588849097732474524078128613523374124324975098661486489558","4473581896576018738828857421879614315733751088092887165379689261793580840146","-5172054402087775387494140904611833511850360068742123185950965694108299081090","-17417070924598486812825594747075180290596486855454156854005339163128989751676","-18909757058528848923990581369407461840706725255364780759145510505137070266238","-3486403229450303561697895260797384530098463767426841421629252263866159715137","-16528189604514254964507759652901156230489369817888766378823071746961806240477","31717369116910950385983294650399421208169291347687209585282756040227131060","-10823871596699170668135502018741594520944105021889295579197400428765057594703","-10679382184148636942756495584675548888918369613000615552437047020125254924166","-16089735779670916896319255340842873190025333438166114100472162411864813980130","14510919369890045688362037957594158610383744850758067694889375384071442511459","2862106230295882751862061754756183158567497116428338541076204275542592878561","21607619739751325713356060214987689657801160550951831130917796962699164658565","16827349178387138266936949603349886397614622417246106692190777731153185161260","2455433441356135291243620236584474167149355806731397110700146810500989774396","-8121691800590211227276289302376451962644912977660135808121904854123939331317","4108844524575132678170676303879130043790130131120820289723461256999927050581","11650229414263940513522350156968075521197355954850241670739979931488032839962","9909394435656037216156353649772841196975213878145010577555452418964208212650","14693934657024470359557680932764051694515128119751569789170980155149139412630","11882238779273349053452368650569393802208035013952470445815037961472848046425","-3330177371492715501841530511074688973176814563642931988230075263887863408593","11794253389283299188720820847286606930286398805500059282996608007295481393696","-6608742371312061169228845657860273795853966385041452099217297481954041685321","-21654664820236919639500253590536288160045599176190013385551146411084825608914","-19454789790479255172030363911392106970417656217941453854959855898790518994112","17095160765229406932518438258842645917344237087652325346699239132285100715115","-19269027031299311441948695840355431022427006975201741511626356143057657040470","-6076002613062483098493842818840337345076678560533084264332386865356841198162","-8982119569626950677948420060554483244536272662649839549458456782976144810130","9875431730705789109671526692154157539871726646329879049547829186114866805545","-11263066082883208740185451976898008000476903237680937064281723253649728484152","-9056916113481139101452927397801571868001990996683667512278864982321595687865","-15269281029873813132835981147161345887830654777956312616279729584519054167005","-1371054277694326576188671351201808142466936826171964801766759489136723548678","-11193403699201452256887561342500171085185704348707995576455131131688244468569","-6651166129857721540514114909221378757989925207446507621404675028532102007323","-771891766515604699792746541030280751563168018160146548192177640005398339546","-18311912987915846152669494340818674563525530174322551714691948566437265939086","-1915139165639246632363950151608276645550538189402275279871439638204282143948","10003484648037269755358445636234629104648757793273132810699011618089908228281","11556321810135223643412509399963100045650849448914865711388803713733709220867","2068158349371653199811385057256446862406588701384355157318683530967950406171","1414251976183056666494600315255276115320320351263078771763957440655551297214","5164846022745224781039039826745602903911264912837079156652862209886565296746","-9582629951803475573552193710009616830174085389565601811779949360956893262992","-15501723063318713634997586996735404662339128742047075180491571411020390108623","-16514792466685007646494090201730030429927934500879469317524218614591446961224","-6641861893926006422932464928468469168499858849178859219730069224712657707250","-16115829097568010053456086742907961297624343988076908408674065715188542987214","21243400038636314402825720640779355903517021202695847351406169171195099721047","-7676456936757053005745958863748898796902498098888249178455842035615008706061","19487477476968652678361466422747189036716868316934672323073968865070199366128","-20037328622295080250253530427837910717792988804406511262349682323030067634530","9505913343006993198085759364047113846521989368366855261934506751061803403048","-12419162684600042700455594517117841239010160141970829589520531993483878209849","19330117669894331893540644467121141077007610237911274175953106687272606589155","-18586882667232324149475963228294336441531872720611802366236432174361640733514","21238352289505928763243878175207976952772677042617583849213136845424982610538","-10782319513672031422683260765829448633840315030535564086012935508224405600278","364084179819227815308316103371327705186257249713285532604398480678906170278","-4230096212679294908839141343889261155771400460209224237623239790182396136905","21301939365890543388959596929827890423714888491144661902144212722387165597036","-14551518817743411297561259465521830259866136092456116527913548106776416311794","6757108575738993578923177251677378474148068880514088323766135763555987205388","-11392456285907848742623538434955585609013972031348999224046107921597407070368","20045885413787195119856579092477759376028149419768512166012650525611263171830","-8149065994674226117279426856016234002479079174954880694683640967003874922391","10512057325100312858280244520997499210166469792758177001526477708013307130176","-4549719558977966159315924621676306023492096585495110199722434902451050946143","19467463161691464768620462115064448528335118613660314521437856741732331127325","-14659100213671655766509631086795066545979853702341058440441579668736001188523","4461737635011261307855906686718257099286273614717633227025832708021511126559","-20413599680194917390726601447261904949948596765657282815780344547788766238647","7699118494177061662733919024213462480559646035822853945997293278349397808572","-11630108853369848364767827843616943968655560928704263726812305929318313229533","19414408662029452230892925832056536317352647181570102024054699949395468682823","-5247626644912969470328129968496015609495115299951077375338668780159522084131","10381434727466585219405410581744404284118581504121670836401614086977218690303","-7358349326225327093531223863211962290725325738877536735281388231665516275340","14219179080610560755246969895448432888770534479367848598700373486916055541715"],["0","-14592161914559516814830937163504850059032242933610635276282175903143492921878","-6335810091267130886407705659544854786425679764280867731832057136533609401193","-14773893219044298794629973280854164790441219999216566440247285469393663906927","11533853618277802434812325779890607222085736215615816497883410615584749152237","3366481038353515606385957354033243390729825029617341745253609758194102699232","18493924554614512307494193800803758719118159660857860061166707343392750909089","-8829729419885360501895582908358463980734175990386972262886911367658687317475","13602228610336583872806309763848711861956586468446096534653388043513757709445","19965577946026309898102321031636652184428892317166095437436033116987999677308","584191430026966518325442037361149485540214761492889486612561316819590211622","12827193434332612003796501940921567539299134169399522465215631474470869019881","9873410599043922636618701238796286174599424034652831028570689483179845184909","17021173215280983655134108176548407278664234114231621640435058010214734310095","11854300498516759110068585995834910428342408195529868876284758513345912594607","21403093621072745796973673235772875224134369628292278917254039321189043083910","17622648120586470261422888725908191000046258266068453563632543089643914339024","7645857563191933838240970313549765726041529385331171140777788784372731411386","18363583007940541317388133692861879616767876789041382375061027648317730408658","11954647601031070208295346176592049830852704532353449625474539434383978143740","7370290527090421819771552035006103817380488050099946228764146383927372484118","-1788515098709588398233038270768916778071733432582091887621144172418556955792","-21509892316656605985930436140023111224729311455835639399343674484698870582413","-21500806031361850959799113815741832660316229087381192343146621438298782096597","-10094541759150337030078333977381881775399444345031364801374189280423505010730","-19621942164727093802018043985790956816438493166278426923227313447235201820622","-3367256856157443301411043607743943776463319271853775513165025505715221342234","-7315824955402698745115284627277529190814816752662381607416231605704512800852","-17555506756315635776845786917390918040731584532377452373200159133536735138675","-1352270937568705007327792387739574282588959830311975711153433297508368574781","8218445944216944793677291828395559668932977022559101945372961662165176289249","17910839633032181330105959758626655202895301235249155161385325688700965606928","6031683447914746827945381321809884990379587827866360038584757449280421113077","19343804842633163628185869460565764342335323235789853283908186068890246023721","1133804810200974244674782261394297961190153446513256346864129000356578709488","-20340092685386937665840606653557262670891397114322970205771362960572925595934","14168015416793022699937854556253412261795652434015864205015005981087216241416","15771825668955521460232249767445368227829133300778537888923895794559315652144","17134467664902077733240702102284181726339584778088380255399824029183050865456","-11140449546682974513213460697357459888573976796159162864403407975306874182373","11677414241478192413882963482459191060654917584312491028671161993736150299168","296099991703716629795415200216974418070263902881146950523974972758991341731","300912408889784540273709326639582734261458396285676698000799310160537407944","-5488926063284008484285712743288128373487093435924980175214568532653548178420","-16524623697749238313475446971122677136813060537212436234832642067575551275246","-3485838557391183078029524563770664423344214642118489647484740935518954545295","8013599863767528962753792279652255294954979331555602921092841212357783272092","-8736449662675308844655100718901043017466290538964426581221698306861580036929","-8451937019611157920104857528834446634513194085281380601834578881587571964139","-11509723269229920233163213236003490532952204269167540913343654177123745445924","6454023675078628826991397991381359617349763757333823721633798140682156545038","21701023478256927668511210174562078270209423003569347015195404743477777409255","3434468731913750194312150603607751647276683843843633244314139647229187548306","-18922869310449055022478963187978374373728465876683203838580488836527755975665","15803230594817956511742065361544924219505295260124023048557459902675443682314","120981813898920873040458978502556143752157896860483311248746214864429380060","13195988870317505556971776380628007417440569159511431801371868152226381783562","-1408926344271897543930093651026054895979387870042906110868234811222325380913","-12117909378370846998836527769995220722843737397009525771432954081535929415638","-9984703126787273149977114306002367141523146437192079490953125857615247541996","11295329133368328231929709425993743421906735796024573457415771632531741072869","-15794487686727779187633201590546281522769562282450056385836297930662963696593","18105037040530651116307689379844150061888284598808739698080279253043286187602","-3995612705611688713507635194672983836894088004701316970814106422835872372444","-10792338960077248911342696103425413165587407092711379258084228247946591654120","-16360451170976195004307847619919308797999881647364727278230535844559314649508","-16082019362143236662330073865214111661546176852256349919374552964743963184601","-16139540031292250079853799811135027375662272080661265869326934009184370019480","-5697948308945043678505143425575952568193431807847244323294676155366942895097","-13788436861524395356479049208137890229407708600857705546943702044914945189834","12081516838875970738866970240910799484757824019384858091007391215581906900811","-2415866760257064427192673843069871015602151574464958064916083870564183853493","15056134930069462709523677317228277205974376009465810198592992685617338363959","-11851640621926215489299811362667358129154843249987874629263090965138918971150","10372824987408698572867975043297806612858551703514203975077903875562956758527","-21683484731082648892000081776304165027399520065610635594220751492643383796094","73783830819321489054571832974375510612207632667875856687196221556797487598","-15703833026838595130530763660180542027701981507475678683150437697151079419334","6278514870511341358327238907995571863653441425924844665137187869997722844528","-16833779788096568611269340875435183911559866090093502693898643833457506975720","847292655796041775849266911053189169838636716791994484646375449032465840112","-14308763964349863229889906754029453311122152970917163024615413363666257056229","15367433740216132155523256940900264382283629757001982585399892098986817478247","-6940346039159485967300402601244150371098991150523497910773743698900776231761","14611141291874939202150904921075908451666793419434659772462277194869301610899","-13621318148786139460838593410523532192679973240820853538686671406924640283569","10149014591567468590581769191544436674990432120975122430286419084641210689682","-20481088314428492187323126129205571645386358993744092914543703010315856627857","15167956772129347646666239220043801191812303539091203702120379045460298510170","-21636610762290427704169746772158292916310418282022604559892118183921280552201","20098098275428480319215195125871316565655883519933791949991514202218164427517","-12311700627616568659609637068330150825264330410338350082833440938662437139825","11740254888401352093072969027292945006240056703526276527801979468760651772273","-16115293153671847049105493962889644586735503331060007419997337793623249156756","862850016488439445652442613878708722151724708463972671578955789738213306597","-18002029272567077987293453169652300450338085338539612894183194065194465502221","13049520013944839657164859396939834527106058592513450618705010487432146490819","-20861897098817625863400976432071032472929616617416403679166532223642582684064","13392196632415092436945043835850821192432244659989401181621679113584700410433","-5180575544161217536697421689853296952243857545077459584778032575543617739827","20607676129703139840782749628167788216901306339983629176508491415389806397566"],["0","-342003794872488675347600089769644923258568193756531430441880454993207066653","13530892679859984360921716999493058782134298912006368123855840530040580180921","-714963958443985873836764618537884592832673779750586863914714931364286962307","14891228799151303423204486983014372988780034552247581065205620082821408138495","-3465338331821129619815797021376571316296313556167786458231636852083620105314","-10404193709493222650390684419389767017983297087926595596692427856907013043597","-11333323629078592454796779605665381542623849283851910671762611824321104132739","16060068803107678659024580113096937869240440089578685384846837119427196907058","8650062798780115504577743500384779314217595958320385543173798858208110012424","9676721862609493934927035179444101456730050676362893337920634354784161830228","8017012308129079735760932295379272586987582823381949377755310956482540090744","4465556203209748300939662361779328389803736100037796197481233689489923057238","12296469949448651400476500302999441821404494211599059550904604527141129288763","8359304159108306338658485530769939680660374331527800859040200123249032776079","-4979645064474107213235323454761029023844668879237017822968578303149815452914","-5713138840812510527795437865161348748960424983277079366067446046833245224998","-15150581759392525598900183649230840988877425251645110859816671246227669498018","-1362748007872753225638589047662322613463079170552471825146839495072292249469","-534697394552165876108295826656672364668567941347642277352331330183116991193","-13467779269498791752947189110144680100396725362222136320240201809142623451638","-19464565624725050782335371273203339273074261875479269833032611710883712399746","2948557604900817244689464164698106385963357978080601344639831765306699380497","-3420034249017515680050448144258441572847547143698860470033247241143253085525","-14194875526671338639136036270119843835922500376146192966626757820194064272799","-15010331638798526505416540027982736992344915916078640115471532744479918816839","20357452026019032019690707014075595431058673818744527617725915559293753918370","-19628160640497238947624653121711681840173579059198627722722050668879403486658","-17042345030023466854047127023840120039466241144614495642702485732122052678994","-13762959340353568265881771815704953669698663260154884947169426516324413538135","7813954374154078676903592946086617148228962859139023282569783203244830611724","8017401151429216329688362137720634826851748776185609217158378378684785227253","15018090367286641156930865467498521236529958358798269827919560469388738633794","15839474623032833033188703452191584866182542649422775213331196527432338768474","21510261694883640071510295142976666003343271489735569657333523239569637930644","13492799555763595611827276179533621535805437221697564597071200525462506714269","19228302475046142503873746672603624653075355379929277831117498833516571305801","19710871728704849075093564399080401748207349392006659801555560983432714380903","788479432503484633362236037489729516454269571161789695985097592667925603480","-3191976301706218516946181752421352019658619039444450460667738494429748188425","13344788005502952576614272875562769262992378851599922606958103421160985752884","-10023780397090972199162851526377772109363666605099050215532938626912214779170","1090915842332650260027658434281289351408980016125146470072128886554706417773","-2178967498486006518519415608591785075668434438959634278805567943603184414772","-12343404039850478509125848625985734325616608258854261529854523070546509449165","-20839779545877962780099231704624649310939734099173728025940163848936771312966","-4067918111176593907142420539142820432867369581615103432381959057931297348303","-13695944393930181988109221900408655327771676697041936274899769319735955242999","-3199449851795122652258451153482398109237603232412652127568992076721634964888","-15234709443171420679943762947947594605967560437374626500106703758018854003592","10595030678631791184023751189263346098522405646103788986997549447046232490919","14673177029752785826816966722987059222988100016391176346214428524034955843782","7378900256802930837205648429459027629169228629803496407267724673432019415341","11230454016506704303291433643058260369775750828296565521023943132568677017184","14112340407961509813593600535690066080069685270318144627182117172598542300068","10907214612644584242023559273401566499027570171769874930908224512484342995807","20716787862004297589669048875746851503437876153452183265017596995955146607251","7587811916196541898206617864817664615063522168234059964847536387646052406265","10096100847577124799884869442534958077497822980431025578579002399629337378350","-16788311686070399762137211974216363590341238000781298400255483206926237005933","-7448566536245389942073947310991335487439292563674656997309583930841920856993","-4556362605986247165055234330705496889456585566671041590029998131153512512035","-17897096679364998652964226985994232155472309061893387307839407671956407737620","-653068933297445849170321729314452802352705514029618560715411398718521795604","9280444527763087458020507653412829262803568531905844043855604852050726156358","-12893505793588684590527052731256763641329338603445687191246655496551924205308","-6496429021737244953699506641990950096196509357264300183955124854339936360063","-7365861172565887988397841241973764751007345875987868701174835021534987248436","-4259089277195642381777451878003998844113310161503781848669790662687484740652","-912072314629450729237847073449745572382750320825196772976317461708232668562","10230175586912296356208324383540104359534790745164035868717889329430549112977","-5442059880199917939642871247694094523950256293570826720082814662366778272494","1531497671083689444982341419662176263401125370040548258070339063619001437554","-16250119441066319577076311009820882720249365086730495845841701970521167108957","11749925128926026849316505619210902920910293898220346487129748312301343637132","-8100762932905719703087097904679182179643482003163683070833784073881730106438","3483107176593851489020905249584777095460644845195472869141924471662463683102","-13964992121781845633572019505847395675251055082460999721626295284933229489244","17174936489945345283504458324079014943200397113466410803152459111078963618473","-13222967157642055664211722976683881779802556279534075272469788967141523679638","10573517539877796360861124418775802098537686895806364696610436195091861279233","-15133516963199797316220477222367397761406251266547703840817375016005832188","3383727609323462787786713425278406125990858718500431467998034500686024722366","-5338535796381204576737103311170694267052036331902995685081871935825526622574","18503672872442187846079178347504714233192812086422352593297778775260992477895","-3679683299141442526147245070002483467194151192802549218284136654896713638694","20693316817936659366936589312851176597694924634919926307647390088912425167633","-12067356048566711023657553849618970852136288578405955012957369658665660441631","9051209563810858861119766181187991128094342287011150307384335869613137723630","-15393871196355130988878523260564872259402613821354734490280253007333919010053","11703246610292876085966312546490002469147037716960042752166091967902213770763","-21678046061790644707340964697829191146656024558115204006584563285834018614281","8600958251624721734293200536920966610649425493653115847669641020159720108506","-8976524565872812097130495862685971977466313063356060848357469712753221935181","20828149200075663833177031172677020042821852860387816988595340337027820338733","-9557432106279691285212633578590102216418932553553171990867989468569153547799","17153138038729257963034424900106135600893734852791910619200323766715127307579","-9368164963377692714817926024561779549071330858101653823312631743324384564786","909163042946619295042408827259514912036917296897459482669437648416941764173","-1052705243949184299054528149636232027433019128155616952952629387235396639643","6554392160629760748317877718776323293066614735047993359826388182901106594584"],["0","-1989840261076297747476945976841570462595305854583284648176044636497944514472","-12807970052057311928938149055018632593564965339836651428341771189370852974467","-17677671503888786554677861133927895131143808369459582656030593176856782981308","18044482489287380592191414307363866012939237023869672235708630703668105477514","15936697877801021409705023735009604186731687773091622194810098968593313915532","15573336472894831354430609475927350910954246890511087384850982434787118821319","-1073977396266824028304821810016310997572856645562851627382779968959927729769","21670236127954029783066195553768590312683397226558016894104076980156679921238","17442493688294508724562893812181214884819616705810730449622874269590283428927","10229154619736109839269349131638110019573647078623123848047290177708825859109","-6155528246644180594718004929486807699304813256118602829808318195843241243742","-17229518967227640819205006118540775745851003063933166981402408346141395624718","-5591628126903966194727833302782497186329408204613974226727734175512768923277","-8150822344676072828696570058573016048348615046118296249265909557744336846039","-10022996037258362847436213040426749668891783471373486856671902245615927337948","-21168219260650433915357496074278253858021347884086612700220668123322532913055","-2747998332922129414506096989190074415791364416297386172489327946144069431639","2812597851099028255734079036761432622516278957698990801438277523279393987510","-2056339286459745172289020849470338898707518143184848893584987666455505362465","2682508976837992066925066490150212888525804162723302617855532171571592412791","-9360113275777780274856705958401415192128199929339711519166613432238104638654","19393515490931762099023523629590593680120403539191933309384700376062276145483","13010596351360097774545646675256694424503584995848789065504392792320132678696","17886187492362115337935984763840596052868278540883291785993407876228440516033","-14077916026104252227890457699000096182538580835928525102426038287977968109849","-10000596329625713113093156674156377183126904715478385436953701857568469363609","-8747522287750352147232266445427519868402573239791221208532992443271483008550","7791494873252174061368899780396410459266488254879102921452256820269533732051","-8626269298255004613758330787957784063246451671207235724884991184156287074120","19447672811274018197497950009461826116522479169613426267141762008877157146073","6400058626743818763150068460285369580554198854571907572327312536227317525457","7471722882219293415169380071891835655405048247617694309335262364754883677878","160425500999820873236933098869334727611743948590741853278743601020980615097","16468911697394503748925910640276271921079586157157184671946672933068005201746","-14964823599568030097414910169218332223262603164650758600833732163978998968155","-1867653460708114300753365054100230836979921405496127345923502076369576575187","-671376798478372047331703024622502050917899575199845488596479038455142572162","-9623077327127670820488298635470606717390783603070986998795712877206672418440","-1230025266523291483569465055531309386064092850273936817945296590714810340151","-21860634810426693659907979989362978489411797445076764359233734193230939620469","-12914023957851304606323336623663230928921300483815836852203116827325213468106","11036505001464446807051344717474968250438302113744870758919876859305191798072","12116273571202967717284064784408702432058272944344193858538335393606062588886","8663224502878334898642570513304857301475197234480539823846596422707327993391","872098967298843907024361814618823740812293479128140845157360222943631411915","12284880458397499098983778819966456323022863003930052574943065874424076189140","21406148842988370961730469310475257655199187141390576699685916813363218992059","12268873031511379148430890890786059113620527981655506076168512207125538368380","-2612800321709367802694450887674844259243511744336848556461475570454178524723","-18524780370439296891998902847321651307626753078259481422362480787711324172815","-552904030421980295597240794232931434084540991699304109017825567611799125495","-13883883149502325640646378986624821339029776558258533924932007846587127497391","-1555465256465556770692620785241515658526776455036102551213304679051859265666","-6578616840026907054308314899061305404037409854877241948563618120301805208756","-18911810600835231868280125097421688825305568327866506835528376253145242870462","6256296908161172413851534743767751379810401512365353001293776471604462055063","7263491192368482516689330840223357818306537139494730503216444138364284135015","7610912285213059294738869947402567410404002874731545422244798224681014682236","-20388554715469750670211701074246732997350214796249630678343495562208649880552","4249365820732510077647010260632317664136700008624338328871787915507510526939","-14032067322302467351736300552565461028539246009939188582619954497123506607041","-1803833994002597602298947387196232425677612910591782759634172547295570857079","-1049753700751122024693940137818518359720569826816174075509880064154898119298","19634217603617697318584836996135111771552381028180525925474807519374677609929","-9865546996461128155232379926909798742832382173652175134816142588060441543815","-4973466902001151062133547391137767487454770910485032630210985096371878889994","-16286532698919920272504947816377773255704752137697248098646287485963575681735","9020819469573666756786053086324449239765875490660399779241252015218450564932","12168869445840297970141100322175158705527907476856444249540812191597431864336","13552192172716425757288455939207567183339586119298655325277297738822853107185","-15186810520926159703599534447673157221660882510217265557238262374821551155468","21569876232610529133357108006427794592209871159192241398457270866282684017","-11042463924810599291509973653499181611583554295978704626147447331554140252048","5157805367925610736088216937592973222927278089094723209568865630343396190140","-13292663552335768606647036645495893893950937208589110011842698316638438232768","19667520484923137319855597102886691722470350493342861415314602337719252659012","-3699460731210660387718331095356863514192415739924367450575635815616618227223","13299940664780514445160522935240629259267262187577790009426614996702524646973","-5646971987857269509312723543213151707908752349193624636796157735028750312252","16087946069023182710505622779901907462564983790642492602751174690302084532603","-17134059423385553990267298276504920181470574338469449426229881428420380274766","15811182347021702367256074413886139164889082525089136600597505837538186995108","-7585507138489963371855372897249473552308912394487477127503716426335395263788","17219868685564533133525303034777594676817270386606436816360024651085172291296","-6556015391867868616939307988149980508152966344396947113125109046122274924611","13628516510395292702521090177033364495767829410395863246191340752050627881747","-2030678451398564925805369527812192172115839368160998559663629854499009536448","13032359576239293880796536761645199914789711192117325897511753306337009979788","-9779158994836157451512660659169201656582331426359313756966813126731682474551","22899705655910735373468152628127912346154075009173136087769985908714069292","-12719424619089502983267072300870098947063518741763570096332348229434313698811","10894826710258180845138245876383821178139304054359024997973882914022457328236","-19484881981306788234103876456002297928140228513024019751518683178862116241275","20855614595722740845919179051482218430703932820591641934309479048572557784817","-1438851439760975560300057675202171821198913286687061044002736296721554666771","12798154474841197977833977033835841634264737646341746568164814939510114499366","-11001555430627876080834252470831267873713886056588648560315687141745102865192","20027698465348579395631142000444289598245710289338546980940096544113381985537","-7785836722161344084949807545849992622987203715169867211414412144802821913256","12333461440779864800993751432630071918392213972729412982406896422160849333388"],["0","-12087537108329151988404731530962972810093872877841686209319500483021052952387","-2647690758204090697638583098621637913755530721860836983074046848713926222909","-6849137430639036386137747755083434357651338265043117012330252488622426896978","7170803851699844507493947621274917777648087020520953565795926825750019359931","-12179516097114486316412271226431479236002841732147779650338961944932884497237","-15189227146542077500404327485301629381599126714435779437550516189357048968061","-2229287562189696325035580353936799350033429579232238787413569662116707071830","4982552561807239589842954073438543505441751112942538832980460589210622091304","6459175623251099079569521510510616875756917234418706343583603752174230343840","21523348179851530643647228869622600942841224765187473880766013342008847550466","1369378491859223579014541765328060512992420045821155017700417149215454877688","8157570859502257878884364480975114537422927890530496897748720759781997306476","-7048389118517800510641448038437303156344499202493554798770496758150181756189","-19901928046442605940823525287704245836723512137863142425824635566268919705196","-3164581723052179332997323662997873184819379427246525097255906478017867040573","8986060555333667239211440126268063619633120860617621027590851235021548467367","-16518081314545913356260667717742399043007951023245840830296966788129425906677","14090683055334423878969187877300715591519691026232328182057087424367801038524","3361096486572325495208433490186313812800487536913665269499969842095003243515","11897769989257522293603153461621767592078111673709169222308204754511364238543","-4758012436938365600007481853281763024494715212767356780404551819635953493469","12412557981265409593307180464257546841542102138627467869925789314067712642740","-7288296929977008482480836970467498877334864249222407762952692913313340107035","-5694188931350894901728539733189804543959550822255121033207727321870592496993","-5102059233833914923848477604531100139541569177972273717510051773444090781977","-11986196009407988208003161992118344071231117492903958480823248703312228964599","-20671303665528334699775651611882797469922768967247593792489467268462786772003","-11832295008504010884675173119902932020259083501882928609490241712658086390608","-1827240940369006317083384008401756691061370122139681925892588865233535963253","18788179237817976840810792226574594677544390991584656763864259001180973786911","5785734810911543724121840462808720956336822406164804673011714029299931381014","18268538507048210785386123084163841931660480269654777182421258742810729857001","-13974152065812224941880110105523492702239097473416200762215535530577573833042","4988453842440782443319435574504358381075603471957726876952451920229714595302","-15178625310892607964385432962525948507298881587371253001422206525355048671902","-6227758812673035264414814303955596278965509408821724666096031126847917236931","-17442009955418408505268442816610359349028182757526660518498914271764928962935","-8542058325708046200667381255028858099789482841554115026629562905732551165789","-16690416982240742101548636326006504092086660715868405774775515635877257649735","4935311227543459853024418243256286017556518491198597860372312714303630631185","18129383844922566913251483437172181975429469193509539950126656015151190961806","19971804782879520148240805753719743784034307917850737592592660379885680519246","-19976338192555432110283419407698673276499424453367180825154794707910477534235","-20027998383999259064965936774823875688942743696271768990584991070473152923706","-8426934896490305096180790781726397786405043762509095314260496619397922098235","-8742111972284889466439809507021454589760735579066284708495150095587946269832","-9909207458679171368952395391647208588938504330334940424056051110301436797410","17549136105619605090372947158358363201975314898966209326969594002252933731206","-8329906865746258219878569799552922654109537592460134323466557581867106289491","-16429012302348696473541291427214094269821801203868926145120390816045218858538","-2605624874797746466590594925761930756914328998208913250929131321288293917920","-6511608312256757511000003876253369667675945186235178847213520555394759661744","-12190083668293783685325423556305592501079713157862934043905154155637893892096","-13283540441519995205787073011761261734403265646625300177230654151986275775035","-1180112388257106355446304325493387198610962704064030552746071608291799721179","-13225537608635272401193460796829929848323330689711624283092476303159812743271","-8993362172103395715937018453829526345926081619483442367465869555405691384432","-8828060148151822062854137352528675051924537571548678225337081849160138655304","-18577211301289583925407695750643156379277890490803537484340028723692804066709","16343365660951861105234498594774069281703982987458946191060700951473929190945","-16294494934874394625978814077777051372869582512375995108729411451558482569256","17910698742859162504089201966581857153374948595273316705745319910934400020250","20072646649215639440217875144540901147561131508296933421455856404025088213205","18815874129713447204822174123882045611925962865877709077629472291332197993779","-3951888941844607133569660123253979991975872118544709334878331015721578769879","-4932229957545235293792719532963726566531841148794789834553856877819817877785","-10995879169383854026843623332156252613999855126165400602381467035332393094265","-16104259328498681878298286709283804464292767545498219876000676564203505208184","-20556345932861245241247626771750418265732357501303634832977112541424747371565","870838640562735343891093194702522623192206073377197679392775695495784257497","-21831287989720197188171721977770523809541445188197898333281870371677097911045","21290315061314904777699171379818278727555466936426202613405250193021005444352","-17903181334553450405184448668096561739805332814677988399885494556090055661291","10036036005287797008490206483336827965435618347990861050911037895541015647426","-18745646090301541523277534216276487113663422290969914239458539356161085420992","20301804204716650652790477437403632490510674259780607688227003848100001553938","-3213431995769680575564423619982398196451818250011427106348638099235552107849","17440851684671473052966748444427295442727811018407019674040999226039094360775","-1063069582344568891511391812781012247739036504468914468681066168650146656008","18185552157182730550614359546147586250323233644635573009412047665070565509499","-16235753934470554858574071706206002754023293370093957852819028731038509778800","21135939915841651151096934177971578876681459722366950361509483996534576106932","-10171622857565108803127640513326061521220368468243937274266207769217558600717","14387470822568673955577462762026981837585975434450912275793472071251095153432","-10230199015175448529388879770244846572541902258298590838574170177690525233245","6744910331401901374087110545700524908385601878821615060243314871339251519253","-16183341013833509964522303277307103139916067604610612217724860250934246362508","7071236290665255182078356100273643333342477066082302788622565875340367363307","-7818837443339575713559309375284318337417803757538840611300112386634792263499","1011902878384480934284114124641510420319220510387990431166388464661353009162","-8083687945404888650458799115169298519303677295159229959318390238292150884251","16064146039141296933131641847920516085059792259807655858658091470382951133193","-19597991608504039504642741594458258702414187000501117575818009994649506116804","13650820802332778773099063223277945984429278827669366146222467758383496677390","-17233183717040280510333098960196621487684695895585408031772084439178526797780","11151044008501557459698463474705370252766766443300897255354549049225621107660","-4422987697088235003972939805155135693665225771843927127469545133757939989009","6007766751265441065083147082050006936061742082839454954306633003099540280517","-4267891009911423219089142188389049948881500524768966601133338664919817660570","7788906783620498974967282064725975874361856629031185602644601517452102805617"],["0","-4184517019616332027782401098358008472810716723608949845302617699996221627497","-15847070516477398455354405357949774041723202017134719020896576068711212064779","-4990987654200298786656310001476252605133300665415350982586782472795973161683","14166876526273646719845156522024437486830676673959931117271795959849760409103","14310263912817796805265691129302958202955495952250924584751875312940072909920","16995607302271862930119081699652797001618020944215883260690633125111260009505","-17466632034750416101940667766852130284360322343712905749703766646808551495392","17405850369546659469091556343469258844474189343157452144876446161144195096344","12994369155950790187467309866396772776860428697350765867701949569368821290379","19606482895213041585611056801429140554919677940599704981743357142828997307212","17538219344875892320347054523522743766582704216579048793589202013136370006499","3032016695258028200389422363265925098505704424321436234548622274575719180064","13077554087726182262672115834490949420366709261764434992435172734986228831293","6803899069208436797828020726254520809478068633106019348048100662948848725758","-21567319713754285530971246770845110930340962122984655394708324541905992335290","-272108325562919516669607370966236675979555188387558028149489360560974333808","-7293339990142170813932772224123995252104447913095562506836653872481732147165","4156561087347829486278525552113219326251666582119371986365520971378100609667","-1175630578146817601462992729634007922004618953685686814055557173697963410777","12447442486513612771299644571853518871146546873462362161846540319926123227054","-6005871243456440485645152790486397739832177313818098826103537454387319543623","11840369149410137324110589711382557918908923942497132547402378697900755855229","8779495285572223869081253655840535558211719812140462699863864161005053054252","8215072113609565187099339781840118837154031610960905687938221149417735362023","-6900137041514381681374491815630157977229460798425667941578883612383714908112","-11201467042825299244691981320071697733506503294340715420208957907680228787041","-15880324589522735593902967199084910969183717783940093969675710376298431088198","-6410657975739356298267207242574553581151605161589777384104247931534646938477","-3219709691497862506315498770372696551574322432016320322301506859240683056624","11641807492445513422857034149038767726771977683394609578630259027842577194712","-10248003106999728106861525140269615425030993597214885921898370987190113727185","17857678295511647256451707114109945546335858408592768964962903129748612026832","4050053399055561299489171348968409745666927742763903519955185020376456275792","21072236761059162406214339550708381004006786867874539613187684752467766758714","-8793988250241160098692309852512870895814392446317739813968401210684082892302","-16435679709186132764972930710580802234552968136226941943334750094295218306172","-13768092103977470752844128801570190931371563895497625623740387949576184113621","14228258563808324275393029864170195266577061470697274643731310703663697198175","-5901515196108721982290140411504014241786236590357256000605073223643192581410","5547661843530404500810232734600093752913951190853164402510121446642284134507","6732953033718474465536227486987091420204503904256347529159697112218360196317","10105492829640369255218985743858846816320439325651961630547598817887265621334","-6776750412854036685818263979394760617035068751737121982022999413435345216378","-17453222355783845251800977226282056772907797039700843074137628551144249220529","-16454931772478213068036789256852491447504757597909656074007825645535417967384","10481376333223395542502527480405578352314936146858837941509222138685480580225","-17219276321434668370236235639173991748663481167580043492801907211054807257993","11847636779790418383709409022248934390731528190202523437627778388951643883522","-3324442349128361362440291768182996443517756199381391371018548828243099837626","-1279689005712561643539367010003665953510067173864251910137315962380240744253","-1474723241395412631726269837765821299859997741162995511793516547766721924530","-13323956343195236203588974245824658333665370281058637622721476170668563539546","-7932841426690563011718917323117549869967438214924523177947855077136378688924","4249787315424850105852462017695913590087437259363616894568484476393475839657","-6331767943523303839740163377842121387408229211639184083749737540489304472015","20394800796281857293168776269605689982235892260850439141222812700057831859073","-13429892899181704927002333691030478660438973938477750171614264388048031140360","1573778743800371080297627355290827633402112022410252084169604105697059937685","-17565874097134652097848233179193769239202005890374490368799538985868626796154","-3055428339825074843006384247007342637173181813226874295967377432447081953782","-18574209818017248977305085172246058779662524473653440495669230146331714402455","9990360824429745499518781052795794560107438386504936075861533867592655850029","16811151545974142464598379098501902820667503720540389472570732410216847851076","18905303960831270244583512729671293057169052247303832638836084031459922745932","-13337941929611044296623874445957986958742234082500346045233618178402427190484","-4777047262769733918140629703089391575174824165688609160191970483389109045021","-15893348133035694432501079437805850371526770597204810001654438466313719040900","-8739259899368927217467972627940527404337972337563635415902546714551282741385","-4780805901702753162606186039061846133007501506884968875778773654925533140993","17297531476458208994054451897799158991290994554612404020707216495157013553465","-11700090334933902658018643142134790553231313711403120740195855211824529523747","14944670561175661011801713064995363503712115259734589064120807927720429715569","-21840985074382809811309359558997050049239094261956658774574526115475678106092","21340958614691088842354258494894766782014744004548366070744208268328679233431","-19346351732149542981559432760371827230630186053675288170537416273735118410549","20140998613137043984582520039842815128292689359998545248580825249880906620763","-7077803422736332457848342657602174206558671241385801738049921826888086989656","16441798665268851477773311622132064079918123630325830580566263278435619277121","-1638974849383731144603085264641374110126237373436538974378903600085070897489","11480562589614053673250145208078202272898859362250354641373995600486562816957","-11246559093390402482976758813432258844339422059064287467655292620877197837225","2715083740730351955217855897439183576224333008860031067715305412145322203246","-18741485092358811106742313035801356674005330956350230938112853228431021695487","10954143239934098241155922335059966368550830733551720423556007062107270791157","-18110310427135993965815227525085896015273198844231883079862930418592510145197","11886057593946313364221539453255182623410215257991289717242504844317533693351","-19555396815547405770166004481017531424526080728001691831480855363663877267784","16575045829629349935576561734382826168975193506190555146815714641668474549136","-3673476620701511449504698005034202766140864670059959683812308533602119840817","9919691199915448560941460674071652279218805030989036858860874981395918441098","-20156204693471460073718121584221354379796421599130097699520488245222742491077","19656360356047563131598062466581998108775422369489180920180915694617860569917","-6627347054718373747529559215670479084900219144384660703908442500553301580214","5609106563630754508033056948994866651154715826530244683663810793698571376411","-5013920358801887946870739780524566055853094434628940871075463714636735189602","19010391673390355011138378475362885257196322460966555311821144514767074739408","-19485216651844553335918998121120359148194505850347838466901009296098132291660","12184015405353965040005166257866946421281227720393326564317482267862555669998","-743070469365906974665285274755098974635392032932428294393780317262323298525","21005305548119819499103719621306661440651217501088316464374851063094380317311"],["0","-10468290069140522932378715791210001129305739495851145898802933786863447598669","7660676424657741254047479643150852284656361268844784203336406190312328414409","-12366301298096578991299565096198192396582110613984481960490614679453953413398","17871641190021188713145256666152966224102789105403785941217338648192206764688","20037363234117185199680197897973870347509007655894691666820241511596569545656","21398543456486986858195718117614775781404042211871324580552530393202416516204","-18225339365002670493104646136757162372657836162330765465508942611267322726573","-21306100438330040744798710179108463063050555134317136011748460077684403111062","-6654933982179768227608724579627425874998975138073837084535945181352616439392","17644184115377863274435777185279344672040719754054105130083772539802127491621","-10924633328492084042585641906974364502088826358589662462904883059975366753780","-12331265931845023195946893727587778381537201358731870585628129566635689803240","-6103207899566970673204510264065228338221383145341464275159805391584844121001","-15081896329999981998498008225687160677565586848345757329882564963016151033729","-19959636298476297017016857209912249066873901989192279761794804485000446360061","4177203029595682388998175719899735929000106221287040435309436723350692436151","-9255351560440326356852489635939253916099056971940382804348169169581296664524","1806505021246002497628590036344783260388597466031772148439090634636391968514","-484355785066542866062781187677208164047763047824676611475423953963024688256","9586981771353396004586929479326701168677490137011507141088127138418422890510","-3294096001657647221789049651873377904686540256058362980172544956643759025708","9441853719902583890189474090494196640020660544164701740349583860363478107878","18234542705293646378634442545509808500571638529570103424007356322709973333702","20971628552890575886681817891864858539124083920286958929226769552747437346090","-21290159087051594090144978050261335077143169174715333479362631940791552716937","-3892248352199227954854908189332415857849325859294890842053260230145130344712","-13998719128538574521866101626035421924931690004572208295069788714013071897587","-19695446576650470868466344568410784698815802047343339738687182897695449371005","-19154511837740725306436480665398574181585894753666633464473901304720555111440","8526120181927320101736834917723975838233078925684929063872628277249925352829","-16193467480411767909455539788843883263186730303849409386238611906595922529400","11082800958717674969498172967572324412711602887501496988971702351993731497412","5063637311347839748606375802870194704508276229753970887975611510046050380431","19249360610985487166472923864006330085290150319204126380416559399588305984599","11023356371247741714870155404015024147050328363028824407318172220179727743875","5883903317157285122491983926402796686950952688225208562386863363890863600431","10975210396389054948696063193350849077343408724586668719559761990006810992099","12656562189020197879038669673243033190338684467975441530415719609031959597960","13582541574700703003917674596271473253113161665139634224412199745561525053379","16287103711515262888551643761652874617074826771349677854446075229760834967779","2689955842378504418591391455778152520294413872750635969356218475932995183818","9478444302934630406601658689968410679884267465239529757265120923207464502538","-6066927462085082495352890253362743980835746383269378331053576329076345089828","-7967008905306620476268010247505287789559598301857358241319486918353395919067","-3474621246778910212172003025636452481985723653942682100100801534780907054124","455112798454490934269949148093220344868390738094784912453227268026996237468","-17370846753627502991693383809640369072983430122833208048166665106970367291119","-2513657260918385384206864644161838237401177552829855771686995068439001559652","-17203977909093611076616535588386724971274324373388599845805927534261983519382","19571727795770991664450162988546557981843416942559832411043346840860661539591","20589176746796722975914053772864335542324898429494003218899184439028661781867","21885199382758040324463256377480860802048808426403014004213952124650165696100","3770549617142116232592532305370499452661069298234867754545608156191947673586","5787211944365901243842707431632424767530811350435779143571723297061670011651","9249626482528730791072808256583226686219577734881651692189504428526889503429","8037967096622712238297538617546237888719689699072978260808800397757948375725","-1497484659590174287417312149115960931123835093342382064238299063626217718891","-2086350738249793360616839972688522085872356864009703482232045236870351641000","-19336593960821808427707814294814289414374801864129221320602752669284714423172","-15474332093414361250067204854409835254993965876543976590709688613573768716875","-3046743656910674121498035834153110126005724674702097918877645300564434318311","-831864520535805508280360489651052487347158231210435327775445333312396249890","-16699070795150985662790374991352489284432246785864752223402521997265599966359","11661233116633196719929408882358188601290613063673249603233562270951840746257","-11432001924699211599599656093200100715135569301320108231258919132419309689488","20896896168545261826296647781170462203509107987444627744858680328464750492798","-17718792739824926723386513202190880128401045737058594048532886285857308787831","-2033368938539017772390457339365539428271515637416862120528031315195126682843","-960429876329956949845981029218195724837195702810075695124975838388795909184","1118844621517448458661394782927031968785278777456423101043711337291738015389","-19598875658671646192406678673039612071126337556577228836709278699164609271822","8989768211844104589013686869331579667507154075638152999973029424281967624234","-1289619130205840808156215408988109795258760196658829873431786003691469813108","14883690213325063552474651153468578325479066901154208857857432540378774985383","-10475558248671528711460870342723393590349335718684732578551337659530390567197","10267815556294903814963356433247790948795034585785341177185899606533979323800","-14213119361437742351016022075476981996111562576183574436561001926374161414177","7127359391654581819695941196518172341242026536500300701224466716918604506939","-5284979507510566406958367140826932753539057951770328615390623110143685348616","7050642999482528497591278102028848689603684336870805062098523365295910699374","-12398845425544865935665284126967958393965006570015419015582061798070446460808","10332916711628254707681114610991111936309251421081686127273018938730603446413","-8763983800974960657467250326332492389484343151150423619792704984053888253861","5158181107386777072059246823776499295156772902142743869224312407566866167977","-571478414336055446047721781835555606783285976232744643626418655778619768760","9222761144118964839637679257028926126207545140721159501291303814776131425432","-7298228347586490482614224926401432501659283481955767313570462757823552135282","17256865826671942343866699964620170440236270712549251248366217825498889715979","-12119550033612681275095873674307695831930882579262112456580448146826814286265","856344271572950898398917315640538888295516235257876304908571211122105982395","-8270671809346000055162987889785262266664638989426111311541339667746861182477","10373310029714532660697449470047225626233702557177857597358088310758721541873","-10949687098074863619194448173939345164512331552119426775631917897476171054449","6106130927257115274062228176523932144700173023431334648527916256681297548445","-3650782492345727793070189929588355456527251559279743767610954067658300278671","17733385144775117159255189495199627641382691047728880747616354590658718527091","-8161311152814569678710896893732057990794509248598644680348242338312168706717","15017526101810992725391516327419477377543833358064514120521016370483924194523","-15424175899783643913111762438399104718767033892592653245937103527703857768375","8022780047582104180789560780472380273302455744760460817204408701872827617400"],["0","-419604854594442068913768","-12567673826889138563044169576327468776206649326384336605663902488277997876318","-9353256457473309196032721686707015147355057210767671172556702466447018882733","18967237377181586549489389725796145256503541969034059874452875038922528401276","-4306871007521067210560091152982863422860697571485935660379813967566467907417","-21202737883980688101352584620262559253403030374076501026536985138793374838584","-8395497924012353779579286447003236414124550916142679409460291028569308611057","16905090755646926044553079402961188099944164381606582227393327930746600725933","-1133575175076993797420336145534850310920112254223982205627799193772460850143","2482281197271682889738283057633984449113657944725769014864537243468484654437","15042687075814272706063771177611111610607828580667942643957242512659454535500","9817064377001214961957400873892615215569856717195375632925673625137437161845","-3960614820299337838664440324530072542212066577847841433020216897451038678712","-8163204663687834892603433038898398521952153571981214696235239270619960750967","-6999490578679517058414622230971353812400149399367093115942144489142652785762","16979625364891799268384907036786771885131368105881361147407321557202206844538","5287508009423377847719454108036198615650239536110853851751784820004596238897","6822267000809705075034544956743733324134174592298552175808890600578557869800","21520652661167722617952782666434964376920437009505993031846090420148964108222","398737412090161094593747575001859140474924822186490135458951805816365652702","6033848504765101843985385668399446970198938375822675157133655362274895321600","1616774644825800542110442178467252922922627106720376449490401310476955767224","-5464931429668390784763756908797657966216610951874747055701946882065518703695","-16291450184289694315456312522915744530920924633627860284357200863817978380237","-6793602444667362655345833394841445574358566417795498591191464748313015361872","18919864698531608588996459838062287492510536700366399480150441482997075181665","5628409685268009301158097403348548345077124487734621692375173594599469433915","12859948734268932477759243386147739542837092504094860733662544106535631991416","-1518408571712717400512230670306179480667872510410969533624847756470402287853","1464331471422829579589690840312562550894230427462006571358362331866955885095","-7137157671842866598667599860812065209915282304403592216053802260499744259634","3194736750214847200605291121001267020130654485157935127402419196284029284973","15018354415362963547398725777184919416222201360412997083041689660292879246803","1090313870109496559487588612625497913435672129476499521853964151739686978355","-17101836489328075170422851295882835685775042943166812258591690529389657409173","-5503675060600079639413725947414675687256463229865023192005213453244512520448","-21002912343947856035868281078165171958733694547786224259863714740709284606337","-20795933186445986154218074345270567129181735094098593068709221459199907666626","-3586623501614794269301588145651156802614910660892847500907220908390238083738","14259209849117534150430041750094302390132122077107520087905253266765862446894","11501586504034802587573166339556278930554946515560766363038484108857945567645","1949053958977656575958215354344030505317645452111666655518707946997230877696","-15891132527275587084956316981956494873018442972010494056068649670452567697666","-15213882413493893417618781952319112012839024802033742388114321651918437267379","-21697885271589254213641121407323520823118482512786471731451217761968737537841","-20641004267872646361324275609230005561403688883392858716198260911263276437865","-1853010970335666021844199073627776166888629184462847360075419494814419759615","-10282490090734893594254552779633303098167307099400882798397621116157831921749","-5910753832144417809235264107532191010507533409561706568719902317392504928552","18257071395089505675051949019453343671855033844353928154431867773693277320761","-15455529605607035203582562438647917623754928660530967304674658416543752625206","-9291202629813457053768751641082203337844459916605313031306701394986814228843","-14630236511346335043166005341952959558270667354750630301328218408661622252754","-6021482415243755826545997903258697776410040217526056379078029973557540699997","-20972369244994517443162295204235005182263620790173015833032102137513405885695","-3848179671234218591654277477075394537021454454827965951282807562296025346933","-10258809184318207859993605687593993791347431435168019576002044212969769391883","6307194173767950438061676320037013739283148814995614535387690244836554186415","15334542821204611255612290866759104820318425023810747963832794380226584858705","13199341439468525618640777931658595893231834636081121882949547421923785704216","18966990262976236043555296228847648148360333862525466450616387207202240601372","5631243922356265241240170686622063296194781751772927622478102238707450591290","-12213970775921480891891278265729653128587965811143304506971184907394655724613","3054122300172710421887515210787357655514905440580759436017298423037373054451","-6760963756309718740023489375854152162871830426646360784963642689688754402060","-5940803729233921326765909977587684920503048870007796244611335829395399253245","-4461883371642327856961645719485459599834216543522812192509613944455260871789","-13841659903646313334152632403832084256609515682452282670395812797476541415830","-590936040599878333346192174018756980747444633039857295574230836260784101479","2467619186803892983864832146087365203373607516366830911875048331444403566200","-11508075225695227175241662263117226815948664482552459350877726830940298505762","10278207195896853504252151148333044413700360932474906101125558352014871475248","-16556316983510707925646600376928480380138841233171860799084304607520642737989","11997152061057411836475977261228847944489372266481215784254006463300905385615","-2389135271804173795326500048713752432512228033676945918998167807951295371660","6902006770173238322543009750266335008491547045885340121506628671695548792862","-9619329830212278863419334736914530220862226423114490165570135258861070523745","3245691523678063598355251782292459037808934709216201286442595537895096477897","-17787806494587311570724922131986996222470384798850343444706673822584000436293","4568002682681527544856207920965813991687138091050575660892386259794969107328","-17250367688698875823481401952266657981210734444743148276868549692771625645264","323861576408308961288851538421937046246980709792713198340937945166551103083","-7611216644727239714888971141046383539536877806412637990367479342952185392989","13540201119703764158429738699186020512676086595197591377118343613500191367278","-18334955247416757506420330477847354906312352605175474157602447058649117478112","4838963192776616738369337735476485761180157394045370561280089841861271838723","-15447974817811306471307848023276865415848750652428250219586857354580707869658","2022899337939042629027833607173546604365636720155388734580662595352020022921","-5569096047813919827152808388586505375010815582506676328457020609596321994916","6706467404305329873660249897562669186600740132800976610499116658456990057967","-11538672402764909575867145752743554615369232745316087066492171361229081539838","15722310365494878374506210996135189160790258328991529880972242277794134845797","-9188521675025110454950315671735517457160395737518899403024864833422314495008","17691029148063121734187204730546057791405059774255702050661549551105969780279","-18136003816601373612620861405355744629281207879477759896303029906321863525032","17751174698247720145764545843614353590368256548858638162132674289302750680586","-21586996236675552343789475934247446950055134855413099433757930155001974783942","6002901973730802077350785892210359665570841033983204218923857524035573235195","-10793252254493137904272857244869270302503921077656051145367223554216420680322","2700838228024861069149310438721453047122730856010662879151820199620835911042"],["0","-924855332612927122066749538531997538952747791566874515778123952273815213381","-15597634251659918971225054285946582313989503830150570503738759430210654462166","-2728760522341250221427266013904464724704889784750384688490036801960342300332","17401070100078587776113705860394657707674518220992174507415247970365403566431","18908084002508040379570288831595664116178456689959811070301338652043096031624","1461798777222303987080969292515210762047992558911706500179471826555596240673","-6581837464694606091716191465381563424366339921324254710750154911931648074446","5584895120314833582457049070250141426301179892551365177651926230618402100681","-13403700462660243196615327638503871875507461044724657041122321373681297310868","-7625439843799042561337363306981780194615960235576096733896350281978680742499","-4175122889836619476513942012732714118841685412493065676471080603740062417048","-2126705063804412963273451304525033503751676602815338807758171632066682018423","-4148624268914853155840715105143148135783741033358833339865819184856212077817","-1027727055875539760409852559316992890586073769958304290035504779113030935324","-14341673540593997704263491884359735131025864933902613866900607651076424283174","9273858204380585759143040068370788602636894754880125062425561485594291644623","-5939652471968342683275811430685030227426611290823272915089163308142566981665","2016614144241775168360869172859866486171127013981045132335890026487657907842","-15040148113040931312829765853814145392102098411186205751545255682685898274353","-4995720880876917389651759825966645756459500157340883880089320850824827695024","-488728993445693219018846430235748486259042990425054022563125385653999658250","11695591189097668692712076974160918454691234041028383352503963758130064177204","-10640310661083333793616971450695528638156651306923774691085797203738728448111","-10168944024347099889698338975613787427975403792806281390060343377633804582622","-8278207757522233530388568715367580853758668523143992999008039974859840484303","-5728770379532232310846149808389263042057532169693552290841856232434034298169","-5803799715138352915595774173273669856589092458880072881286744547248311847137","2106238908371435261499566313069402649030998675693728496351209475111024689013","11797927796011462092845968329820594392839026002939848450557889019584483387322","280919970584869605633403816226973804911391461395853235114719360902021529245","-17977490619384207555329503041903450737951572064943087558188464416020330939591","15880565665477725419646493532825861030759891045011450054182321747019393479743","-425513475788476952527899258774358974671098189799902135762535623599500707958","15781579752368987917997455705571530610289629471728545055250169711553637527532","-13445273784963238924362199719292610419219488482635484443303603842076441829188","-17550626772077826086441012160339010353269697893854191174309536161278815007929","-14716981901600230123545356091516266190281164410876840055300682973987988679719","-474685565936427543484531529687794676962192584019542665434011695979043694435","-5270959417884191730663185249325855482196063507686781600192974323280865847601","342719950776999036822207611091694434137219423410596180847195454407241206882","-17345722176014751423320354066726251028663066569195342876364348094553570726482","19033361612541522707168691628388802998811946730795038291781872371386491365915","-6643168204072245334316713011526061463949303856819237429452184164491409783658","-12568827786246644780279704265267015054533029301511038627220005424537206762285","-12439458560568489227128696602183282386087475231828810384267847686171031634550","8776347114730941588358452433273527185017030328650613653429933517116760541627","-13030650770633294946184245974026785814865112210814954555554578995762115057936","-118477422355488011159812292459650492464610600627460939626104583694515802119","-10296672427983346519951283282973280205268717300607712128015698518934824294947","4324156532934065967078463329964977164486513054748476870088604936964471304876","6716632711617091779804338550248596027759026530320014263205412569557935232611","14185542030863547098989927247603028790722867347688163246493682287746906542436","-18697132460592887498174424656132506807609376219485273041759110808318793001765","10625031377118823419056084604096598885745290479148980771924343917604280711315","-6650529435163579076536847155699635706361524069158522795913685169282742761335","-14702662407819699522649858279805911518735610510021448986155283741635825066520","-21331229215840649299083354789429599327432633906374692610895362386756106618838","-8815991122550136005597881996209147666596837430521077638605588492043300028622","-13886627663409511522399528815607623045223295293519117124582636147699010311791","1552726234961572066394454511365913485129845384048747027829836853472951842005","-1205359020841084952112795505907066557788248666082449649425200582515722873662","19191025646023359272079953091473937548917005770901634526956361822432681413144","-7230367637465446683702387493223034248664236509883211365285250249611814000595","-12644953466053139025081704070553994952481716520616654340444035627951154927658","-5436982513775558662634824073110802248558631631851713954239399034382926720836","-13090961114417826360204736734607763927104244330157655345267667499749700183462","-15268903989980942774684697791826452255821259481722586698461210530953033354850","-9733336309943239813918826553380466102050645802305125787996492164839908207638","-12856133225670054455701427879020813558638612332689527075601331559819620495657","6616145222256986261305085282143296882658670980949734748168089503377885072474","-5514612535052188330905183616526727155160753207319870196233402042042764485569","15445640302770364639266170160657853675663604937574013452545944192186669341950","-12289573586929058258868739049510386129793220440163097033635683575564431673981","7274720312308235843348787039405791553415802242599610069162871583018233585212","-6529309826815445923206741536680736358875891308073206441785871761517132798279","18029704023727123675600587834789705570560946521200251914115244578253011219094","-9166746192463761792418927920152647235687716180751503887503900836727450821900","4327642341908278479576381966790347313007415745701497364774239676514725957137","-9834370574889808402745534967921632038437288498483031828204636142400649978973","8039106851428076985414669826951658840267469522874826843740973317863409133849","-6476717967938420434417824235086362536905991592165509188942720900801811194364","5315859634308473486345096540148632878087198332392402564882107931553008602196","-10581899764243748719543502380865662503127850965872820398105577447440805512679","13977777919107634349508756267416276454774493385521538073868253071997252438212","-5036816941335769145191493846193388224997928765591068790265504461193350401559","20130898528448584746620552096845296011837559154717663223124588976583998218665","-1962429159334000096591682155358929947365556674336227777553253053175616601317","7400495030082007807199143427211321952516940226031391812051073819816083138195","-8544761435270442683368039738579007568866579842835794502035304302446030746398","4225757732969385222600837618168361129890992278176690369816122021365205052606","-18853408079295421079110664389896748834842487319614795233983553915312658915668","6741460467879285633218271492257182341692190322469980152127684682658824172558","-20316505560811404633778915151744270445368845425188782628149630476211340965740","12505925422591300684455330841072256045426415240048821870497959715643870893392","-764996932117604369796543582319993317983802034328452854256016279307056000875","2173538600292564887143821565081024859814079754791386536554415687302994533362","-7683342158534975208732401483294454904777948106127242328694395862416145272062","17492184529797311860320505695332386358481883596305524292640307973398211154401","-1204946792725927088450558901329924065729433230378575593929731861419289920505","2866507190044573884714421993333816686442912838381529015401718992068456804391"],["0","3648040478639879203707734290876212514758060733402672321188399280613655232532","9479099019422221001802160708661651687857626267023278559988932760705174612132","-4571845336686366721093687892889051016001711109878336184159107010290573510808","3620378873742471400877114395946699638744529652305865284282392896968531941882","18330152628431649608835764653181839109976373884120199334266298354644944245748","21815779570051748730391201628540560648797178103903851934605962087443066676252","-9737212333961539298699810566371154980897658628694353726759165015163497916937","45961518094453134797638149323614589391786570465353792552109053486335249323","4304266582816626545348821170312300356176748149178621018384580358505278674101","7991554564974225343245643141489136977501503327466345163087174080351582621076","-12261750854749604035247923005311718318080527700908416185640222440473945374632","-11124874280195541234340652809077389788982425358601705642242278826997920041553","-15205050897923908174237889697888080087727613150088599056940202989313741999996","19228907469176183123961691117222738768148413926436714164224015521338529101523","-21124036787564385700334984688264587844461277720290954809629404131980860704793","9973556681890513846759553747784141346993805270706053254656918729507894841763","12319864277438667907624404834515629405793273880738846810307073914122061952239","6746998075496260627878350901350947555169323494005110031156495827311556769995","-18972032083767824088615303032927832443277019942913216799314960547447807309189","-12529131201119727200577948075193720768097329866752520619280295715340981955046","-18442274061144221497899212187558803535037639411631999774158884241069997164245","5119492562920916375022860903831475578969973748408640752071779525347253364548","-15131528178838196575803243613338004000962841338481777242387571221472162778977","-10210678132827339587469462805553348017468778083460808980969116569070007164053","-4844376308973254948038191852370604129275138300777161912382889218608015712730","-16416202458304429741221446977194224754645670518761315277795431639923339750414","-3654939271126062225154982881969156625265722854552373460235118352219933416764","-13198152392535780529414272986949222938795078255497397347252268942331421139951","-8416841843531619220111479372363776645307324923303348648542488022700135120061","4249792992860310938675312907588178765846969548423632056410982996683641558409","14100149269392431071705645252902492992981042915097337702892135708078339757525","6859911023423972312322722390667796148901458337579692407783373454367828470859","19213997521824825715024425802943804830633926849935859146559920750347907902859","3901738618437637956807823333315833983157464638653188078350904387839230499615","-3569826967715641695355408024758448785144488769306010381150329750699008411272","-18550922228365057230073722933878584366304759309884862798175152677401804285970","-83882992335167929409233178085783257275016858755253342079689588018675552950","-15728465516922977726830565439923564902822755970835203904894500978823577778404","-11925942836106830912029052406090717837609857660700080698082250686680773389400","6707275227891183910650561103517958572420909156905437738794948424687731929708","1580006516095833161608004261117860900941287125003238007125442963469153924648","5551316638616036547333077762046942405867918103064401930109776670644133823476","-19593891934734934456333368509789362992022301967979209763507357371293705376886","-18003419104114505123859030516420070403427274333558330436664950423775676696425","-19096095142015448817948695290912369646035932279429275509061452761958640027506","-2237282172216990552578450939052415146499913715736408945085184938953986066500","-19933139205951774414953366411371862203187991977779703433170871953249757406290","11667445728996412376298346505230178312646339241002628686299223116369278790838","5711960032815110387779088553124275481773743387814278559542494006653834891485","13652195632672780575905215287081602946360048406248104816436176497766817838052","4187696355939644302563062133404069105524454849491335268270313455975142490710","5426703738982080309944545102079631440058736689338960188850726075504221541921","4663333969911568061025383706507383435435180947135042308879652609024975956966","15272302300176942307334522393820591505363781199379913887458331252924581286261","-4839051336833702597255848879018696602450542691071714192893676562341613244430","20745410543444755854938279501486371366899138543952624415773727531810834745410","4042245877977936699109719181546239250063868513106221704049021626399214308399","6056186797420160741894539561040126629230695668857951780084366772507517817221","-1302405500612396186695836887097152350236483142331539410428245606741703197222","-1075605247501354728667256814143163109765820473370384706408836761827739448795","-10822073683500092448620272517686970885843990031943360740023259872259123450193","-7956746281364919834193461255322224112827116643657456008208618652762478363856","-6897477774989677020926761421868114527202481310821748585486285121479064564883","-13552526330247773214166844380390782589448436445569619930498470893289036064622","-21853972404976324810405200264220001932571977775836579050296284930441444168151","-6711888797464269824711357240370778505255663354037439662578823993941960469183","-3221995592889200944984876300732131597760980840875211387147941019449848212191","21705732875448228455678009142671616877030577054321744971090722902521987831463","-7604879060180589320713697635236573925796931854210022407808644519817000749739","13522147572704071867687683792968402309059495126443322349932137014153548040118","-1558022086429042522135172460181844920910230505279400861590171079163728702276","18027468775627827562527798967253777776394349697247042855824043391470077336158","-4942726919889725283053577091052177236776264588615782244529820784693540361","2197172436943272124841847147152054614218627475227675665692923177389400611062","-16829669193933656657558496659546583146919278316000446983271968562457015002824","16876228291161976966684749278465091353009713749876087163560937673208541180131","-16670761454351740234953825715944326096789646501304239169565578133544276622483","6843966583761450966871455479448350297882476095898246536078557779138158576759","-17204253264653471406381059358920859854273542795406103582497128804433517040697","6393145125633996744241652677912139065677098090595872783957061345111458409882","-1317610457781743752733815616781653274845803801435459971180156175152344208475","9453780212621535254715008334790934104618901588285651378927640343297600108096","-18001361645997505009501475970419778055768393407460580660726395134505975037313","20752001727254136482760358491286875661677011367994973760632269621351227742099","-8480052116421359983238277543812890872372840989514085431114257352988220453374","9211907154610862258128337488601234514703792226215099812929815653018974064519","-13251266569307687695230197058467930279372266247139969843309456463502958343381","1907010239858487851751820828027387076949452711294035654146444753058621581802","-17349839164145786406956565169296263912229021676597926595437834049749401158018","9517399486453997872696094353141012818909795079515532250767201440806780503422","-8645423230518104125626588021229190980893241597979543743911193710999811984174","16071735543168476663124923381904542503772643559834223185957117639301911812614","-16977965955134510790525818939594534854468313971830693080819122572914622207322","611458398324390198966624220972617414033854073229418092045073980397708964394","-1749949291109988961351957972040303587743146623899282210606244104318141914186","21625482638411484167760322627137545562564081851154894449120352426551140069654","-10704389732864745340266029173331926108153189202449485314144273117151288940150","17320341440267839563372128378103891435922238913804583230005165430393862043136","-8573327308195304345417480264511139420874283097818090863317235217219400840538","11917579652469391554164961239435863123621322179233682435171846239621868305336"],["0","899516830349559255708756400490025003638973879469152122581476895070828441787","5752806265049734388693517584438243821281382993199535968441389610507881939533","4129556790538428843319989576411731660431647514528994307507182999960412566446","15593563386102225025202318978757572607628232057975284729386801077028691364824","-11963356367441183251087674762986178765978817184616720179949918102126028320193","-11906385509770525970683387792485695435375295245778761207354295269410967323042","-21403421429108192523933984797248343135094243789739326320136174266656992219250","-16179278181573895206461573019343159085483319059920194075640088856487601567449","-6770372823450932725459144027847401478489505927536808665442677810337856617035","-20775675983871114781280304715300954269243858967253962346118795120907142403432","-14826449190473995003654710141743459769457827202168541055537087318963349027264","-19162934775766429451108840671508379664960153197744960360066447370403210908905","-20063301109733197021901358318172980980933463842424458498181823723928488575308","-9358376827370221966213166856791489589591026443417345178782915757011532086193","-7610979715808936601040659651667802607594943002946195446902531799791032775749","-12519355463465435489427358381361483836452206962054930699107342163874287809862","-11433749896310006148400995892400399115757698448657108511216850074434131847094","16007291277567900095890107657592603564231312865506404376297957897831182968683","13358941518918438640069541394075970116373689047049632806477313175941090474906","13580117871411944409164632840181012960659195469148643256469445009274198598994","-2657988249647177431566441400570405450186730787044321568999156147020634620189","12453652274730498708833115963522646622078976204184527343765576153715430626703","-15046323258469615997091969344042885858786899530471698248596939745552762746810","3338927499031241728943130211950090611439828909332133079145208212572183394944","-6517342074330150283988318961779231546270795188371901721406771083249746329611","-16400497384349658874688936726745505605763030958233949682793936823229218636832","-2012873485466542198649108298189576663035260728919356736893522653416519588199","-1568128360933673161566776054935518920573436376264900903682602386888844308785","-98110938674898197702887811038543845064859286989111034205994052136253748454","10972798319438054470673782737209813432818885669253921651181743426117144610016","1940116246844442203292840984223529393936917495345184565460578766207043245997","20174153584541351871042116800040947950285972470654598907438301758578655012240","2868464752442876262235929982597556570799363471595886511225789954341619929148","12526609963450309784447542571118526980433737028542689531891382310280755237679","-4347396866701944179735326252535448283923248898162839316652704784130327423391","-8035877167331079372691386780566170610074570217732301252916194661076083030949","-7174798760869922467567535518864212520362536280283273772535348509984111905245","-15741042471096122309666883786413037669656265947886873250427370460726976082710","-7028506871363592694613394862603919370219430456248161149931771729283107174199","-10771469271248860083139717803004059583330030345157628828037644550655514271213","-1646523937258166267788497051802037869401758057065967029553119359204296246361","15752757756442438492836337785346643288743796199543289580601991580660802374125","-12431736078746241361369247654090890846074402455533172020711215065462168322742","-10758612033653856148496359254869255143574372915754487876128114558362530942609","-5438504982456513623080662103066969461088141748117541620615397197733685551061","-10985208095099675021228109253814958319892075918351042463254347028962339944923","-17097278049513194941047512432442181953928847956643931710096654794794275533898","-19748878684579297072875634565127611606476105838242274259971329987333405550981","-16096978563971572429028654183684785770632981558166182167468304588246853430787","-17406281766878562739642924704684343459829105193601830657328553069181279754389","-9965711895012229420590829841782853384106487727747154680306648852037955859469","-11528200734298961314238905321439050717216217771175693547412664233224665974484","-3117580898491677829708687425410466129528969159456287910076327390937366273954","18869004870295695898319242994193069457807490269173926065679260406831684318235","-14046574130799056850474450586708755688962003363559691046050560873360855396637","20484431450101426054320021804999912140114125765020360003205792589464607692154","-20345722718643294062436808729032393442987315406021835200341516822166950053826","12159968149104864379099675796317008216405765573878695521527796520224020444735","-4032384857978636928646507037308639907738372805388795012369243808550261237195","-7381158962585200440808965643850360028399906568895952368506483925336331358852","-13863378593784211166081093574034203242281167936309635072341137971151210309650","9339244256063446802939618320038800751873755222074401357817197552704021762771","-467190069829731504162921031178114609047553649937076142881676171831775977543","1539708243682667466048389483509566471324576562875004808115854525034835901742","20905107630716023466751903146821636908330482773050403348849608434493915161751","4805466937517157243074743188025618165125012766121394465397395148171580035417","-17385728766027474132968642145610957299258927481979603710911371838111728035164","-66930921469921931942063069173381804390213419476611863124928185900459934547","-11701995497091344211613692112254305039687467491893701159707980585425166333888","12366495359677978292003119374878416562829286423354319605944878246084516712589","-13702056006949558938651115216067629992304163028257342656034225101923562456101","12925533380406577189868444536607698613336012351127641040213639824726002978714","-21043663521277553276539132104374972554652673971775817945372497408042849227252","13416525812939489605245559005447369483703440361731138196358786328561766789523","-5636806346746744460077950510461677591910471846212417503384084173628241094679","14537257472001808724747469367054648028638865767379284970074887723825881737167","-4984227317720611962070175813275377218899418786287903247447149376251231742984","15734122374296558580571194454293312583065913296060299842700763756888056871527","-7821217041812546308924080836834473160297750111585788010187100360393592271275","13838065760151507979733121045916883286113402717396926369552259779854591474231","-8667861448325722604838548909531402791632047928457591883067514963372615178007","3370817477597401066611576840444516016529134150931683406506513738405913654663","-306668020792040519068314428519216864501011585700884700361171801078459287533","807519877840354011339167958341248365204385273530504274292214517524986630803","-15224883277528069579345768047341974090276306646377790359173843174697225772166","3429334030614503620118284257791542727501865418987495893900538223203596632899","-18365261742216775491472678431933639050913880922541442498612609976971361926100","17884179196614417123031678709265162987870450315046512651339971281718549856384","-16071863464397351343089589098903434468973015491571122341745824757147887496285","9412524109975278746889039255530507119262770594260999909512214621114782181503","-12515823862725813019825518328668662764697140335388042298707840090853927136240","15312009739404257220006321596038982327633588606630926707951119781235192881349","-6931744490783544696227584158015231741905649830627207538804757058935055479430","4147820849131262725809665186649704827097158530378056244265369301831501875513","-2177761294708411607480811436987375199784935482481656126413981987414582700505","16095599483502751641063981523268262296872963002973224865104436624619912817207","-13167183301509227620977222227676625820211448875922343760101253170110854877242","15263509165283302237309805891641054081383601003939337946395536431103989761239","-4880794247969119787834059400561363900541061192940122960771336422824366999476","11620176504249012308009410897803954620824858309642777347601251114598374605670"],["0","-11239908501755303492504911058375357477903214151564990618379818589065583612179","-10484136903229930971194616003584070349366363954004161178783102972895132960396","-6048479019757309831248653334379886577601099419389995336142218965137212390575","-11621750957162496421497294208227720196001833179004916383056271551291011011533","-7066014257144748899646206433799934370252566499265298150277366456081449475716","-10462451527077631576800192938576849454938913345766852914011322208854399242080","-19644721652762538126865480192524238261243672216448551269840249666064879711418","5336558888186351251087719417593207940821793822708269343043738501504350685629","1885622471014415959397459909224227719936632898645185518660978167419240713146","10463821634740590937321777509420488114930325992480902009138798429978663244064","7869717760383169379319290391307686124194816788287350185584795860784147857774","18814086100646339363193031329313840488916326592963276164853817083608587267469","16594596318366653804810425147585000463431285830518213179075625199982914230749","2258616632020582087965056115007696772558652327969306086738325216886499521235","-6333647894685510688739509970405140078310916456215909836812224829945647708514","7408850086913647847645549848505885837742574962469993024311475342991923390987","-1737968706819946379945508975912228147361783149134911868531700244219552829045","19696181824066791838533617523743862902959341250035645542025264930848358359752","12984189320903117181184991890766310228852137727529670258755622986257804093518","15035211286914038947875708104310957658990142409434644436594500521941804700428","-21832561992298471632273888103992157163406573964348167870720404516563928317169","12069226539399870204690413848042591171317058206335859817816067843281292666009","15341205253420534688631461482216617580907497085308851071026327497417296361766","5254779507566398080512079842702383560579897406529337319079471237739611195259","-2231353812435710553320164427860800916845218435056492920280178412585196917204","-21255680515298105501864475353965196273905457612494777906085097283417031333339","-15484197707953614614495925124276566608601036326030975562845979462146825818417","18668062109097031281846131328942599032033878155828726495457313678593920222257","-19246090693659361572955987842433587576957797341125751731972480319008823422713","12593850956706518017693415432210174585766923316518903794802503419370612692612","12296781844122936186341231127114798275108696514699803819391938267613990896523","15869844246342558488096284476280561137602984902554999316143230996317999389187","11200888757810769800677323984934857091279404561545264101383755683997604765104","15086763089562474597246925493870765335859196935436840824810911297802170017245","-7043195948424557620663319316062298258882277925064218610571668627878465766266","-17633533678302803432797181122898975804326915086939199128589689080955011656639","-9119233006894517530806112848508718068193731110347510302769662143881428272400","14272821132107433424184773545027451176220405173788171354649214673271881149801","13001607914800868895718061712975311213128360188643252321680071586781850785855","15609718692865932918902763943834362016491840869823427015621467679171489468645","6082634073104053811914146293724918697805856217253412792282975684308763288913","9849003596410270760086020348811699412198802707531721033147250100326299311978","-13161779014973560312001181135928444537519540889382157618090125368687557223451","-7522733757890039929957715747696295075378716383623581365542557738175838349641","-8741609970504517303875147190660096895588091852423546431363864706565867232217","8909336064201007031065938331140597245393005110613997161788839449147337470195","9038100166256460839155238046274894063210802146316371668439051735122421815377","12106563585870061526686426230365084753318927189936056708222213833001156767525","20633447111902241419109814908382427362958931196038337249411579424945730453397","6224752274518046759666138219225386205818505273740065048010865321717507833653","16288151214825225549767811968184409342091996516789867495427726605778658039519","21096290713868595207169450873140734433932538931542488155724086271834748133406","-17524044338367011779993720981133539855383054872966356885032695111697354530639","18317958082025009221410618443939537253598462485791289162207232108133188821911","17411769122374294529217831099770099527254853995332907540302982555373892946313","16244105177950189962756429668610565573002775229953299384203397066165531713818","4190124373538687247215608441423071818810719245066047732183252195416609527098","2082835759831137146091600135495653043492286457548260954353183158959024393599","-6342829693560595665606496914277717251534634209248686754326094421012767183658","-21731383294312833123199558086207591472074068093948755808034041487691002433815","-7571350919512135141480419195914749574529235131321981922548633310054082104284","18943635509418392845899162025162265629091951524257218632055422968329265800284","-3135203582935345383762825592634576873371895661314507466209428562460112226898","-20492543630106871560575709464543385941154082223115926226029878465247072078379","-10204063860100226750526274607577983106215062782404340233882337159084196872009","-5505776749727166303882322413651550299429813888210415800563940554733753809508","-8194621537904237430715281231500417885116844731694570114100496297181170046265","455178653507729540958255635917385126876655644356258562005443342965994379918","19874499002783302516526339238790392064597932530735680446189613820133421454950","16077124764685580502857872814444301133393626386390914727429973119834851322016","-4854682351040116137772011461705245512612446520366847659459147323300672615398","10103775821522156661084450011035347253512024032725904393992298305475483713527","-19453794892342488701394665678536242410272292875339979098922895576667122675311","21117343080881369005430849231968968308655703072489695975474207195752881843935","-10442368195487212208986361621320779641984495630116688283770458466208372807991","16247052574641660665325452149395268010708966718165138992670103354939076663798","-14290984507018015464481545412415551900979945509106569471468882672571424244174","19240968637449513904705132712208303287932935514093547357854316580875370279409","-7975273261963247321625461686345174098707444144226826304701038275505939654658","9110619140744824152930328951008064873967744177977898289817854409125559448486","-15882975486483380690343466376447167170106611475761103329344096470196903307361","20193758705609903126528130725778643474322727738402827158766552605923519864564","-1486752693648057593435913353679772799911827188981548539826384585895332033519","6890557384941507457671552415873025408913679099821495888213532693970504983299","-21655341392009823929528926425762776964979049599023320466499366145815514842203","7371497582439006827841958789848570683352628084063133060720573539156542716407","-15637090053707889384910973763689570063342986610201825192220117090094414336474","14493722097821215682674268481860805803910554844775336739636038734254605465464","-1681565333568629644971959355972850260808543064554488257218873489863178372399","10588007711036129627947808758972445157019414713646345818589329112529198991940","-8899849242532284779063145983519133241982357967478127254205989676839659325011","6461953851106000537807322536135878309341902067083043341661473141713527692349","-5412396844222675509991419334086798598017842268614055341954870132022536841794","1649399578788162569134033598432936829710837823385447838774143221222667619807","-9214180396353745791860027838469791663244550448981556498820942083631183433855","20876092259365038687700450214844433536010670489239967166434146358692955131825","-17958608989612582899743398268190624421204965097566312625266877891647064996777","19959988628535182581682443598204025793822544639343881635682403374214800227064","-3050537927881562817421990566433304048983233120970320772051406825014186788628","17648448741910581542297026093355832186355510692843669635789639590708833977332"],["0","18386124012344991186686980826016111074380626096349468851940081779661507416525","13020938293744515962597342348500485106424233437827130325703032162333633577816","-10110109780301486870307019607308844711251043716653550752756751220293148579966","3613943069703206845820575272245328395240907304592192921648925158498308495513","19715716922161292338262521070896827546966672856609213335239781938801268626160","20980895098666741006847261774343231482571081797609987166850441088488335021069","-14960836934882817469486859954569659970421083592260420601678659326736557924936","16239373652001294953730401201658823079460904322635471983122938725397473642277","-8380823460712765912431606017447643187068674534090334567258965861537973850153","20910536275462442633369270735685727308122296474027392234227620492909815792089","21122923837619126385340809224163250945888793018951623006453669960919210849767","4178990387703922166407726145126607012230166142498902464454388293025065961747","1649828185346214955686258719508985653412901990640963574585895183964892216717","1263993452150552576717419120651324149288785684139695289427035797621697820127","-21788049551720302942582912627897252876936921360207454227417437811304996487688","-20827591102913478526049267867056267661089415524122862566245459445179836732891","-8991868190901916270046821638875672457756613575421924070755681436721918986968","10466702688172917691807060660871700916077776016773383632015411805502676845820","17152351385247774031683599422010804864000317092315710848986868467974387848142","7255552102645027138667561250196816350296116512210114261685805112381985029294","-17861481977235649740021094084687628421754432498321586259851854781080277934514","5863970702726309590808737397861111418418086068207503210473421859355356708467","-9199206440939284956382764775007328060765547918949470297864718950677068756975","-7880540688069358039326481756817080872046134862312973934068317965683812543867","-19221271793553788650677073970424497814532100697099205966961121554447359579750","-7864650184089631690987265883467596203071481450514422008784440849586233433731","-2424708496976924147726651957545263312796257624361533732502455394912316348639","-19797259448404101819984187960126671434800343837785107133738561681126792668455","-16093825179407619998547948816478637306079464148384337846950482923279896174349","9214386210924602541833137151322231362069318348746258531272379055732367491960","-17566502110471020859882756727907121297435075791172401986856808227215923299156","5756856448972350381193941101955447873361471381643247351045175033920408799694","4011898021631317123050314984958030397603258667430948497773709488763960972777","890741045898247149073032422404608425475967078882260752747318847921368011551","-18860554349198624250062383016106990405356859748626079363418848590998459388416","-6743467643093051551217975287154465354995194454268991423288169009031222650242","-19263452081077579199094328485178615273736260394239414710291638066476270026440","9399551861039464258469821236692723711722560944987279578373012975110723149119","13671129070488786183456298886677055212061203981361705098329604357195527461938","11732787225191518569830165162904629239233298108758387093542654485379629988613","12257705319918380545843801602299320266998966608832935547078951183995689246679","12687352827358212991776203732641688492997166223736213271131119641285951271004","-657204449003089071553166581272309117405464573978174476310250008284693565705","-14614068841085347400160322129413092290004715125601895771452112202436248372044","-745616975122317826805182782363175826023251175307786472549514878763976057735","10972999200832140513593065829351359451345370597826125058644320913817001862245","5594530735991321449276207374296888907200562746437127683940440230990245705873","4026369168381062959643889984353829867823017438721922167140798828403301964774","-17711090433057092699277102816763268212903953980068627595660048732777954483182","4442477052476480731951728436113751904572490685623755340322967956079827020185","13327003101016982708841520777279156557875912915883809475201187225503993320883","8212960183262529023222050861519881098522222512971130487881078093208647525747","-9173281903522412904223923625687984536075764883513518500712674177101681285926","-16356515161372700329923338293737684720421418232369817383464560364502069687993","-16000012464532102924491426979842817693583834588031522909597283287515403837204","-1186890008411786687605595137784577710989696590466223093639187984277014517181","-3311789201932190646552941007357525652784900335505856335629499321599427844477","18073057614955207133368003903254260758345572540888361592377981644094430238915","14977172822882342631754139253205779775769764538168870763854051904275327107354","11374091233911777569683290390975452157816302927588043183178245531908224835767","-21010030245156714156814625656471462804131629063811329410539489994888988314367","21319536468733103390183236613287550265802913025268397910998784931780733995164","5790719775966566383976183576236815529700917245183936045272210577357964439929","4468837004996678979144035532269087943566488519038459216394908127465606259614","-11860826388575036221135727368801874078377084619655944925769541993745936153168","-5711560246516168762751146467348471241544934231873763188250937695762995970461","-7536539088153422093180687785630428870739019147057464268208729443681721471962","20489073930230698754671505839284046974845807005124840766810909858956796525605","14182634565237371162745195708366471457829627263576159172350628845008364394516","8700851781649635428464430320734306340285320992611444362908521816092179436921","-10130297214486470615113634892461445835801677070791668042189520498331342338460","9375519287711527637371809002932947788231867864850696789851248314182142209806","-1435337977975091980329724667763657689407214829371456951441954314504333185175","5909773047058535646239035408191643639307358331766025082108883972214713149228","-948570460366276112987115064792672809195841081633859772150911054081140116889","8405911786468987476441279526836788095136527709483393239911413117215809264939","-6197603316851530902605117573355692088644537563662340217561740194748994716068","15625234807878655676334403852353740195849522960135588598303850041987693467677","-3407054562838835121478845630744571440939085026669989259326459181170586117396","17292759029206866593002390102512795806959097281673104687277063098595499158970","-2952651116266396888680187673688607655909314962988160960353674446122738658987","15027837540600770156303656397318282433155934933951344067437814331672418458903","-987725154946895742124469994963439601934721079350409261562567740432499586595","11475907068171465380364172197005914020540346149255061905420460697110206320829","-16292499624355774395788090798868165226794291136612135411213281854280313490857","18808276871006275630708794231504466974173345351281140365723866087417210235918","-20434008539137500566654739212487263138752607582013684517616842612614280364523","20399432510303764658304964734138957873081720199623801806088518024415791715184","-9280901406154084211242156429527732273567693232346885454740090047184010479872","10068608629440933599757371818563730240910193302954266938676791927810817687514","-19194010957726360626730284643156629930753928829420959651486692699253108179568","4247865513573283608856543763632525329324098676034392346459120081635015468870","-19716981215974113181498760178730980111900999557165342238558525130040148535881","18841503373447519833760532429737069953926858914229436811532878901767494612930","-5465422536181995318057925891186920660049654743383685374145958673651319252921","18289997789526695175016761304642504391162204417778892758422954932630520424328","-11879773543686566601007648291633098072033410843340804350878105434248707799425","19154478887558535961794240863555340907388269671558887594765592389083310407150","-1558490222702442455730587396758645740121317920849528777770874688922014999452","14602741021478845609063628393146865259222541258874707038293891571846036263709"],["0","-6912076696370297438604128130081244764804746652762958214849118105838418061183","-11366293087139224714089723914041398171982437019790456728569864666010533383985","-2957858192059727269367017627052951955235422345274895515458502867578733983759","7463842386652455506621508337004545320514874843852095302763862216531041278058","19266456553650965456893011763808298636731174293042002881238517374004001880439","4695743949868717170239261396329896475276486770289776631819451621505819828713","-21278700247816322443096622027276999987107891632741597803133209289161822496941","700774433456982828051894278271518490363608205792442405559090353143507137298","5589167926030627721287711202633966659137728147824046228007791483150508899810","7937470573167842690939536346982418616153376904967721230288187155322527432302","-6980277601510222295851294814256388440694050461139371260840319874007726935126","-21539961307848880303073064698170366952455969238811295477155667608816890876343","-17050342032838449107302230384033124375506488450488737510868927294479864403239","-8282343942825430884443509954612140109069830301086121537986055344910866337104","-6972318372467467877095106793287466317705989013074907640011991277265965103372","14362443730002068505165328969052445188615038911285740746482634830465831383763","-10052275079834703426583921318824251519962283724716784987218085142773625023195","675379997454255922715752620213153385486026522602465442194533422243515054145","15411913908927934186333012002198477510242790181291985070716460349038731191619","9169019891424733435522689370762104608446119643546902584493509026708289638475","-6024642391513306963329757154222791833452902106171550698736226748825251745270","-1018020801426927349266310584640227865316723085232295115083259944151778492570","-8825065096384637835693407746113242329404278632970955192577309771272276633435","-8109878297212745453981413495739515941672528368074235196524102448803283239293","-17013482155509745233024076249199241273576359279537369892217933544769425492126","-6769298326799716358569915578369991228714099205600333223367346287249536192819","-10909184249689133134916732333216959599617863644231506061704941319150371637537","-14471276961580903545023080086662731199247570309833955838927684122287305333245","-16015336892471577951369645314656394597985349813776467598408635407602072765389","6584978242876955447170702461973534760965278862885431197744200137764150608578","17061073637637905046493995379096513196162259927905008440856710755177274446066","3638045121651018604839725223033410523394578130427398609870714567681873526454","15827057689761018757463538661202581990073078754725260669284317076755041520571","1482586126318184078914142064565733107608367357082824900300830211794121714757","-2717817797911531528262305103097134434774130403010535718881269462774293155706","16206558125240430442367261483723372860755649828767609820280327356979830400504","21269506055893409044843102577429188545425265932835331468800327772646365529017","11124734136597481027989403317037808827871196018407739146178118053151795129030","16330011880315101246992487772331193567694370587712942455994771652349187406007","14992296136228235213381051688189185452873410987519432541561960848786486830995","-15417902407308891009072425426819540867089163177748332326219013122359668800058","-4946693209022402324689386758913611541628055078508988902182911893093433336476","-11222222780456435255850539176320376915110262399830080371876037079265099433931","-1526567209751587502572855164105454916504550589145581953561326947711778033061","-21051217859123672408042410021638046377720925089740574135804271483322255259960","-3728576730795800251904598162894676530293194342990734375135390943994320470575","-17786677188960199240000721165506758198435337818220987849338078179403620326913","-9804527969076900981023776438670738057691222688164359081978558395976004737892","-4548439607680443366831800661625789107429371067178335666559908578071537810113","13052701278353168152237316022164545120901070613548216436524090577643115512999","10856098547447382790512077371784402862029568297183855164534587049355398785751","9759419966770721192559819160065406147401142894287452451069605882533925595018","13066525549256877430522557301367164535442480599734689366942551566154863122316","15609131829444953411012375723605459280584687547697649959748640855371278120477","13426693131600021309617529737269849866172341650634339821733422992849645142806","2815675209937305193371915545485670184362072469758763695805450952589865090452","-16544583012060170705580136404016746930791173503311010540183637344231524304059","6641465801266923854283153550045707932434539630435205378871182993661570277195","16824395787316658231277362689567184638178933041262346087991588245094947752313","18539036843428806173864906376981156123402675429046370150221745511836337368060","-10879198643503403047566256272190546259237676380320613436309075647549830053131","-9765789485908415161055530354310022051626668823712697992097257865430335887519","-14394874471280255755591827859447993231311900590419033289180748475314838621625","-21604707929144578455863994331223821517246705280320973047540583698558756955575","-15915527219078391337814677602052753972547513319081448834497278248571555679257","-449218866701503906134820247990191109540141075969966285984912668584458097295","-6394751303111299685412764674549355393629321400243264519329654403063022975595","-15267790331883370640049973830536040137315473232312528770924480600200547909301","-6796608442421606947184475254929365630732069592375576951223637631918650247884","933220422590246133957057178232292836553833546994117081010525768406472980249","-11277735358875320730085521889288103732741979330035219507844374932384077224820","1637606708983640490802007509003487990193042246621796277938692778311201463717","-16142014472375714918855342334759748297251603061806462838833987884010587254766","16943178990153404566130750069749864254555646759106969925905275050979777641904","-6139634628103377677921856875844453391602119936891510607879197639906074266460","12109503001459262586657238177427315848741484143232752704319085300375865882411","-13325645998926582418647236774603921782352574750314346057888615007766778547822","14684967237251605724733811271278222760819160427046671651765952973772309220392","-20525184104062428787942610921014407600426700562627815751699377760404641425142","10692124957958752873129271700096805563705077142219159165417924243359125912309","-1338428619891777774046248393207973841908247359249055619019231469747133829412","13068748604979335626423662316620968188109990138683736937154445175965374005411","-7370030919298629758819305718927565718228933289127350912859616595107423089003","15295348389844029939066683091528660028335895217743876268130432732624812356804","-21138408737491168224140210176394058312062699585786221734694776591345371038201","9457995348174883432428031561095354909600577759134302940848229812712135499407","-14636061595497560784342190976545793091093916948996844290609172629626346694482","4476846691928243182878769491337844394994903054446090801364788381464782563794","-9481866676345701808687423071523307057065661909973854293089266527068067732668","15112495677289393524132191740531188614694061685704663522402482672648883345530","-10268909552430570378971148893504760496936210845773256454770015374632229660751","6792855692585589717967011483934097040776903310239321832667466314068526462337","-14459116059463194369908635939494132764333722115536331900699571278322123702149","5685282869878655616923090628204311106423803499002045126614421443282473019655","-19961494586708325123758432608360257540861221945737383825676910503898643830529","16047394104993504923065895099230827107403550910915681546185285896933209975880","-8203316521501767974183391398342069798922221134005848970177518032089949064148","5275493857774795333964744995487367025521864754127151443244641298111902750477","-546830429414467117685825660807380418768445345331855395328931153258092383729","92521095846007086205239313693447960852087675463222472177923445732076813589"],["0","-5969520783228893242430837930524711387785917563749827547958402826127757376841","-16507177168037318179727128376369970503085604413260192234436003249619219809491","-15438973312394810890909350370214893195211592465428853771829602566510152700973","861886943341431192573538343256499218800570454759486977694938821546284785248","17530882997830006894134453843396764834003139551796124704207707277403080245727","5498785067823749440528994766628402681363710111563634144864970357087674402361","-1392895039503149528279848043116717965801358892175214342437232384206329674258","15159596571261124991769380485464980508821517377246707236252981182940603285351","-4953044467110864683433708014274633340473808669089383906999602604017567803999","-7116703579584961542841363460183798846245426646846913826404736385625682274554","-460170031756867642086944566896684391911897487140637134843188674061840244404","-19921644566522995634493091897481564915741025223439590095421092588022330039186","-21762184492416353225581716259172506516097732327550929724938888075933300907048","-454319353174430030914657252328429404855125026539176633929818568689220984398","-2128869068551396310626113247797897856276061825214731552464872570473311317897","-13371398421972356718502933238107780454375710857824787654376299713104773663751","-19911731335597373781588699797459387955312670361085789844107686034462608913715","21676522244352945074047018948882782817156761490584625526569430616778828454122","-4693350848528957101914047113806274013522889077582346370522009408831452738230","19707583680297197561710034256296086042455888319596265512278172002979688113920","-8035298650301125206128840076485765433315312076680127532290690857791935522254","-653579120184568392373084576721264422521660396674518560105191238023553657473","-14526947012743595222215267136219269971112090004181501606117153631292987347800","-20813820399019974430226327249833102657237909338834092815142146091442306722821","-6712806175744466633150991695755933012900273518799125725771824747278293862867","-1551144254419711998257681293243291915128553887305334139085736148832206514829","-5514665147528487090496257275904497625043286331619661621008485922438855322639","-8780530845686221875480788483904221627543250505066167087747376563255052021628","-13659975118074199257001081706653829483733637298916008131684955964493082541024","4864378266802982253351111457283391756868887317954728284506318194996497588372","7976314121660563164140292884373676959824116958065994134830227252945597565642","8548559338699667907091373791732815006862714449656142185621535900324221240974","1606472704577324008097910701825810796171325688623795602178457120401167967470","17434020249499607865703775313799526052092772037784601035408718045818124016973","-21340248430162027469713629323148987262247733815475579227133576100152435888333","-9150251946726621180988843946565757157466983056429891858798594589619519340539","-11392143454437675174871180110068517894981756201229001897283948224405824425762","-11510082976755380148356418307823115988761105513440168672064165858880151407136","-13445679816137705595713804751372948281538150340060522797154188474295554552949","12582366187740823247852879438260078546454935001085336207904784692432093984886","-8610903354354514425985555640963880710940168455006439346279703083378924074008","8550119925814568528220197851687887224512548241037379483326705044468715732127","-10821079451088361926498392873135714157040339749039139913385740336380010250912","-12884712463776110208726738179367092175611817844485476256186770260869159883167","-10376525618598931618818285147808124350247387786398669519266882861562104431241","8480358774077181799923782662677641446178173213553691083692127905488232172865","13194048026639937563749504230848804763284813578159295898079640565822997809791","7730278976372337970626424341964954604136402128792848030177038993884749064757","-20653448835888902931347799286132979365376895987950355335232049794258881153453","20340093764018081840495218445649000264095876821889125492858031049374401797314","18241559662971844730581395744880093741429187819589075030699479828186485623250","14396988806968543258821813226864104681989852957798888393032602752465008040599","1463705425028446386027399652869414306206212244811902979458966041176943969651","8966204508100096387738951449409999949596299496675176752026273947505039572877","-11910326023392398371426113804787281198845619371844370664684618197120660673811","9580715775556814045214811470730313418145265713464636996683675725109339105842","4280522947978287555440302814383298059827389843606639536304973536483465884474","18873831252091561168753142543024326738486725983120750729413924341256067543575","-16182087991886172041712918103646070168040431819649647739793707232740375234748","-34633867198306411026308749875158163490331130620419576130175031701448293854","-20150194355620769671236079821839262016387059582680424995857983021641522457311","-17306839911119407001756578455743277073395184781986273641097597006024113126902","-5360502815744331232618792726720577321374994561668257667304862664973099181130","2601674122384078335241463696382196877586577096819957794017105352606469068857","-15125951784290023566888848016407542631956686327899870752899680859573071789924","-21674963335061959660894349497080538077440704876701945490449459510521902899658","-9302603784671829890849809635475559528441886976374385683457043736619812058202","-14008015158386771898941958358682979806511440997797270739364939096735373250261","-15060917977602943460584210763001958408415106482006792962141870126286223941285","9863545139512600643106310712802797316977766690187257555256276515401337208177","-11497796219488853852349072739901731064624196333183515338458176646365127605405","21156250161340647599312351018584138749963288509200335799373190851196124497423","-17859191080079251537716614932082381765816407921798215849544881393341390419960","7086483410385002125691607473400150589764819996988797150834892800658796257676","-17950232451696132005924860630457535129632423234299076549725839504053182708","20297444289682253697624507304720805145403296686115545538655533960274865794142","-2915947464364702166933664150571155362319372158202728603688980835560160287611","10460125434874459870196311464183546215220985227420470347492257207103596430059","-19926784032257009244375183297116589145064068128248539326652705088340999549882","1308326235490453196837643368223197431893991701968409938936221963855526689752","-8033709842285598328062702092714776181580372606311930897878472756281733191440","4667155905443968786334708517938170251764318388585643051723732268197281968551","-7154895255510449918602481355573540114314447402202196735240696015445271368212","10112193584503384121711843428988782632084812110374470417499503904080414099083","-5645169694048201877420910559356296872400780254409183186762899630108244838080","3255384828512091666894685160547123058341630884736603447399972117305920230161","-1127893211738266088285692331230403267078140625422401654174369308763142564054","13400661064553297471058222949574624627931876535103826505761925258039622176321","-4938800711819561164410647867649349512416433614876866894668719820431590704495","21119878811845401234005325634762782341966491470603031061199401707166273672661","-17950646188921225848404184975003768776502230206718329973484963157512954693328","7411240471504303771886359192144723728180444680082520889940051205443089493312","-11003436486911983485963531110169266888242924666352653344017085902706530592715","10091956299268292888582064273427841987517124736362851652064889866566861646207","-17804546452570426267138165374137212805518614283726580441453777961965141476349","525002370909015153041211807754450670868605571630263226091051293073622220531","-17085142650274264317751278179425192381781519888566993411896420276102294155292","7391877462307308586618616991262626210865534046092248125577277819312819883307","-426922879714746879077386222854287937494859022389414006906132771331522640362","18732513288845298631160221242316070191996648652160271783789757319693941781618"],["0","-1683710990141482709403569672712098083734489569262771872686170410315801374909","-10723440991296425091413736633778715685831348003595587378001885868006609534753","-17622755968306974694508323422838263171561919743071239551080770698845513234912","11707695161817612469196945769182596965641449278858036343256224723934799870392","3645108818866816730187557317661916783510014557950914567916523559304935950164","8909632206002851248625079681339641511753040081333764856546057478929630347718","13718749855873686980308533567392184659167483210992149185661628417065437878194","17167540056781993693701251949956027196093037756033737601996964844020247618516","18923267260019190803757857095720402661475270473437554393532329134937843852191","2486169252989874338284886877321173270407279323196418083434142632061858796759","-15834746910802467670896974501006155357240408368472926122240661613774101964804","-16142870656494687057564674802518361025330471323396990193502623219474242391518","-18505203623166033135212381964229151687616678466224725459320358437825788524349","19959701435049199559598090877735625820244069411642254137721740589427393246723","-12491483856289868328334802237034989301910732859400490343073903565405228406742","12624746834463530375337243162272731252058621116177480412515339809709830769333","21269503837521276352882392731053572449732114775902576235639642579794204416209","12915655347307163195738372117993907347510616082871542014502096591537714313037","12802488628020217855793355320073778037678317457337217109687402058122472385213","15952550075975781414929465083176923937157480297267280801422389085481483079400","-16240973355346029171709016120447030799752521302538261696365192066427478931180","-498052190632306859799857743579526808206711674375913752231287427957399804111","-12700043303307818744209496707916572944668239328973702395387185244296739921232","-5106734104420389930559546188480276000575942828590883868513772122679280813429","-1830960745953344172268541494159143312446738301586299831027781820357826549063","14125043424093465961920234105733832094328353175000620100018691034901247627","318817052832609232829430358124741434464800006392166316176577482691618425284","14429486070162211023681809507504536005349063083944528628156105620905916629367","-16601691615615816500612056409472868233652148563426329404535997523414984232577","8745595423791649860852481949328529685214927571743182422024021107059202189794","-1004091883392780943355946030033816204926496075228247419444839927442652739951","20532390268178298807820210107826127292096657245576398808227313478298610376973","17521278532151070741870398025618353162295006578598021904694402762387262723373","16781424496790785634584796490161529440167467149236233894424282320118132904137","-4314393169082850075338028331526300054080761649758883019335362847975137005865","12629837902809885272504827461827565132029558997841622570891623573582424769214","3626965484207328161591725805258218916371666963894072840137353662412271774896","21651683794596390054350189663677153957979176337175207105221546187624611010420","16829791996240379100797969368737717362708402217489192835313287694532812004729","11939933067802254166317012108681842939349970360027258047572240397693017322339","20753130389104908665825399972043834671116271426596042276585139901294267498665","9210430808207461918796521718092198764067613363914866137574587417857699494597","-7848860386360701485223169687973197373032852914104496114014999441790557421291","-15699616971946920772238375508034304072639551721889731884914946371063360578159","-8842757993135631636344431791037872222099104759954220937500298339806567337037","6704012972094733351993750551940205972215055173292435154105658309445101214380","18129600495068966577478312959919851655351780540538366930484715495915824936873","2162220692462882210086953204161520075016591675878555225403622927303501126559","514178258499026090397714032684757764811018994099027791634038035297247291567","13186882523773279509846906553532298916763498297315763286232851964444247292785","6916246810244638585851467456106102292961328050458123259008569745716870279718","5676910495956664686385503689247464531080187514176089363821411916694080036312","-14128319879327852755338385515782630101177037047440172056275461170169780111709","4021213610102353676818992895283794532864791753600548865643744478573936793677","20641390268563244678694272216867011447430061054358467366295158626472249077512","10191689804456393731365536272052874605665989228536709668845170396934058745900","-4374610181441308009562135347449303651743149397201330715405985426590612636715","14774952054196192042858058086112920018332608421706593235029199564911406191283","-795830228616459337469289881473348853209777321953071230549764624586758257941","2341949381254334437394179833452002636797565958060879775956410826874607039607","6021360647125416627087584235917729327256838889491464964162973553028332611370","4862607041776602581968314973389713523799002869207098854017523113110608918249","-15258213455784144170851198433738997213272798630016040561600981675986833886428","4124694783750947960968753948749255928540483423547296897051803639199623536002","-7762740337517530736487387708424143250192299495404319763907368034335921024368","-3150891952259479471526918481844203993735796375578559059519893260979476204050","-7732554730894788802052489890366099493158884877497275115918296251256432367022","-12221035426319549006340652957474995622146054514278710413639359530490963008968","-7467602450169773557965971022897572656034929160942691229375969821944382378576","4322580440108624955254947677861036484530549535451713156714707196120280699571","-8188063945518164823223018488007548025419952422491301246618757983094799378420","7824816019732367797466516107556827459099914301515918121521338570324399572552","-6151588033887995238497211216143129654582133550723027689865961813330876029685","16649806336769322080283622199695909011509836649105183621168361916925871080162","-15109394592805918906576616911426204046145214023811101948950367561244001021456","19232624397251751172060663121393070483586626468939419439280905797852470545995","-12531424756376986087677670098873472493351262199317835337666056336878927691419","19909307217676265554537129517467034269266564351894668287583903689026033478903","-758260897722845929704559838836781629162277259695254328208295835053844781733","9334166245409648241068730762934678529242333025861485422134220876738711652184","-12215347520686754648493698756981225390776466647395877911016419378090080959458","6919778095974755136952510401404486083961666765212311321237452172772844320454","-13557927724395177294404919355530609087735982133579365849935831684688349580858","11134723893293068030975159255305294518993033721418180825039615404771866870620","-467476374931264899809844352124971646509552758661590981134628900486691857870","16434191102124850616866209924332685174337531882925320541417852020605046184498","-13972484687476194670184194073340572332763671111051831103623611183281029527972","6179945893908684924970405109497613690740099722168197103342859096961725539378","-19701910718848084981224106289607656492881042975785035566369528773595316697288","12058574714258105098737209568857847646602801420257295145807960630942064508648","-5401657591899852809394224608518997843333631593384928758185799066212790558882","2742281227979534289527971752166717765897529269085758966562295972481759496987","-10056002772760143118507636229534777344235407015121538284450971516373797646361","18060506113810631479059542855919706227785305589980891648490096108823592832467","-5059953884328030455045738804897136173353830896873935446070314250347628009662","6248370954140951970401995610037302252900559228355760006542039046373433602362","-17728633544505014180397381722516608396858234463711925514704436814472322669570","10195034603155396312207557120164303334466079240208018767323121063701284894472","-907906326417619060794393763121853723548299116385553581655796123424650055372","4578576124907333839540839977640926779125874351478089555717576055945749293141"],["0","-16623981927979196371326384110321981079910150177531165324301903921309954146980","-15838352424197687226064798787868626524616576984550811881276991055476686112885","-10585861948808381722458799552162924102183025082735239668031235667281894777213","17350728636632384232402752955908937127448696913388767469974545872352727855534","12477176334984892906958340840763602591659695462909285927340715144893347737099","12528300250582182943982939194152584099288786088901219390164214622116824363715","-6661353046919736472247617993374996017589245978339251241418905851596566297989","2531619220696470864556306474847953587985896912844680672198451993312785777327","13011041195366900931527010329097925067649858582162838986530164263823749073948","21548287971650625937498500886175346617103315709599618728319089941288672606851","6431055363346406044152221930236693740275825255484896953550907725689847612695","9907291768195185054388030086721256504489128593410002076287668882712693870729","19150224542739329835093388544366179653990636916434267312821541085507514579149","1131807042491760369651342525177882917106587996046708884257482470662598894294","-987418619610979514444880096956308336518032477016430557611144760994198687201","-9886279219735886650677127713425054428344454283272862594872628363768861900972","-7808658611199054497326763843252108473561313010398087935346813695858934777298","-930697708135160351199913207192324558096456920853303712777676324245784570698","-592957990340844713928322696071411447371892111740373865672641208526631608771","13997377599871226700845874490428006108719884873529811094002478868626329077344","-17803029491409343000606472565664135123625163269726788018610402192690075442576","9172885455209588543198164759781084210990991520296461022151059405771975763541","-5221235731000735783581741510072707284399582412123239034514200398775385513380","-3637813223849136673756422324189950911354102023540801939640311172998834257782","-14806280807372331544174231044770686921930905612109458993807291710411290058727","-4343233291014766137488476025961852880987726960636372298531693104874036257245","-5813681055193030275038962977972076646854071022682600277240956012509883126434","-9093770694266412706377325172436238893017213806072682963969097948838224345427","-16212853513858275325880434611807625038367286286949283752608868224649078927969","15056831450714769123257884319202260195244873430784644107274733408745095063409","21049514129916687703707557846314351359565190844278155860214397412669763634715","982919517228505195000290360488769372436257765804991964208191249330531962750","18635508976390775179771713832645235934841870138439209482864763236679658808899","1140659318848120316037655938446677283588668364785102725045975069613756574507","-9433496300748819201157089273909543294198716069184589840057743258484572874186","-5911478972199831175642207847310136840437505844757224310086474267412831494437","-2146350368844491765433205116221353756005547415087045180780746958616238041814","11098242586822040421129927841225139922836053998597269789629327204735849834888","3880304645300371392867514215204608036516632812478623482262545085490911626776","3710061705490762184285177158877644981855518189581873754930498908322480088829","-8605252567262564646001092899382163783503676166046419180221898948097553205875","1254580897158687826182955208206696072944313446281527472744815512778815271463","-13218091068530374648023514876435368015500599707765427974132587986179364434139","-2436688923152117232864684150010902586503323315981248523099887565258708089769","-20342695148216532133172649915346248967894430094224319143635024975111307078930","13955403012410527652283731832022198449847856520617820339228678001651322247215","-14457331063404030106014115487545199795845751088763021790168567359818841329649","-720625722981475009874106192634115854247659543138738581065961613866607894023","-17980338682044581904923223573015876804295447848330157746424997119786800730633","-15007903512307358679276284774086525652067298221128850968920235126449381989470","-2644877747061942807686500254781636039930768922285773725280992538267319402255","-9790803976100850689905720338683723271847516336588984339456039631228662641029","-16462637786657686562417506047449858752807811794756076074358323868867812618627","6625483621955305247205174334288307086944316537115810060308840871719680156343","-849766768796421082139399064802429912647838989345770651409830500260808880485","11344531754531778844249409820984163791224431337756668888503571942382853338981","-15283714768678240685935034557185812205345169271986689190628235758756282002945","-10121304554710121199591518533331272142880635399898708059349026332466457515009","-16807365364833064617183853583794076290615369343703521332637070249602115766090","925659406294244349202557141422876268802638201657386001129748691009579397069","-8351865084209996205972518439431846504870677534394453901221828625141530828870","2580183308069881823978467931016964691637471845484211492337869295235640918403","-15700133165481134573119219846982389088677373426877528092648826385234925001876","6658814562246820999162911115223938343704048118757177326939321659643179182906","-20472173096851043956246705803903956793198464149572141657694886118538237598072","-16356269219694153408721985822319575562813064311141053793518081922969669779197","-15343801900283205239796607321842033069641592314805963849821028064455458490174","2335621313845712786636283737117385305395589302777180581383141878060728992965","-18929618173661418666293363503514371020867760607964195730577342784551226154368","19571020812662564884030970220850255349993863170660002474569206078179337761935","-8014193231352283449075301205813375168865945248003810971902824776577325350407","8253747576520783465564461787564479370498988157276292577749215279092992271323","-17736005995692450584823447293512957636148320607117662346848139211867011301568","19322705510064414953365136497111919021831130418349895758349490885675192045071","-133183676218336893951768150756169739904942481325874412261945970676545142224","6163950201146880013197802287761175567573281110802175388947632073226978549669","-20359047570456234628975783043629429956838458510870317899421413372008375363028","8817265069938217637968848654289400653091548446008030865430428456044426796599","-9587615217204989161403403904621037164838893157918641906732912278267856925350","20898700358429564494303959914834970799156002695983186942073276038466738257342","-18319795626298907179847342801273157717272068422772619813266788994384603930208","2500973446307994081395833353854981642330351268932689842646931405149745583666","-14309602464410658626650719365791750479678707287525040223363694391733945789453","20993154052090867002996062336538738284039740387738150820966842749439552806525","-5851324895238952834525512539505096748824113161220914841735764555840086501069","5506253547937590751450713066787119448241591036960634767937142565976285076161","-14313424152003713394744235406114765486834425989338182608765004747146932459634","7823788031005440061030154196918124958045548767299392496413428106300947297999","-10093475664497502804775025303585876807401748091604356945118183137886217307164","18368435579943657934785790175796414037054112676226583050633258993180224062283","-7403996016966295697130119011334060270800164690173209331329718594385431161656","5702158653962497601114815909448162127964168144632257325632222593216577401281","-2687509337129848364763345403098899145659741332889297784369265019718070937557","10378697906072839258818026826750990224837394428423382872059206724457850005678","-4253131749242413842364339643407517318408015065667680995616310089957683430197","18748282215436557403734551913453879408523288707428110810287343262681752552713","-16105477521787767574766616352003826438776319877948917213274617209340893535901","8896914378705432308312972808029516168368693627537721864252460273967141807413","-19308591963394504934185880960840503329960743108854355165992919428221108151160","18950798163244376541191001770831401168648878044276614390685851042901614376341"],["0","-19152212512859365819465605027100115702479818850364030050742628455383880054702","-14913059948920684550486355114795984463178108208853948124465451565507023233389","-10100588820210667091785526922454522625771692084540566075167470874547396710389","8840263375067916324552487402857149197477410502442099531694841672375754545737","18995782124667178203267552001895394455021356163983416293303737746770616305938","19938231861386200147163477949444024802063032926615506777147905253340213014249","4896755946422130374716717476179448479373185788314263261917677134410500717883","3370872962993375892015708449598548236368636032811841811634139276954811447887","5792138086095636840843796919855761141876167258921135513492042230868263022546","10306008989815085005740973078626004259917178848098829596405459770013446329355","3669377298796995890892548689377111701192905182550771546765763194013366406570","11343126945047438795722235796658753831583990547091587209139830935718604651736","-2375253088460957171830319006780938928177239130225280032029183903709373585231","-4908071168437930644920922971591489054115223821996841172040953946544823029974","-20626290797230849890253953772924940010462117892594647067327397705845373995838","15602167921771012301838432505626192256263154796209799968818746981349586412667","-17273277458540471443599076961889137196671274423495117757482694271455868239286","11860407773408815567728031709003886124263946913318823233781662267443617715019","1998665934887726256860405526178845216315561918454943092609862660040654156639","9907224891475698698116965778963787455843552181248069169254868100864708202440","21802757090224325812573652125227045646165845137154828091192400433497560593788","19639076294637659689163787114949613562118579266060705281911252769355997598602","1721370208343796129766097898356865572751564097458557592118278506824312921094","14853248643996984224115915883781911166378412313482481663591381020436557080429","-7694995262040033466591251431382268609444662826492226780530905005636673941570","-15311983832744817465069289720279017266625295471853112929910404907848546332642","-18032110420261418920494077073695503314103713442631722052757062529654591841716","-6940042099336023434815874677352709486028780536017739725091724697402910279973","-15380769843678867553282827231847646506406504085926273634219180449689768054563","19654993046871909435194381030630986422822990291613099626348187147619797237101","-14231276739599184356788178195360011884753583192997696586753546630785148628917","16172270072472050199107921020220602670629714467942354676450569777290302296269","4824270090424872506382685250777393285035626070186898057020298993168214103804","5441473168957695998423116850371429609274584826066690346125462903326872711873","-6145855801908463574487483519466195450393751288395430947346211348444152783767","-12600986295156523446128966359206556900790733335965380089922153761845814288174","-19241292821227754443992616585353093551172064014558517686341707261656938911316","-16127415724017913146285764307238994208064965101708772268662399752668983576281","-1006862486297375177024767385494607363530689440445035285076066344498101471969","3330576536468224019574744798656186779830357309348787939411402610075172847037","-14412176605077809837477370535006575277883612777598585603428132780951323499598","820735943209898631219975217346784482557229698982630292462801472155907989315","-1251539228621010895156815222769784766818195638108973689084891786151502484360","-2696936923859031775369701862160092672392842379765098346146303972219400476992","-14717580444037841025992123909163952331542773000207093274090300084880471471724","3843964225745769655336084107074209481489025450505924271611799078862676466108","20127672717375968313646819820279848962334584274064446384911444961055804641640","13441822302878677206615449321541515415839286203611857283553148933704102565448","-2396621004338266357467953329792503213806258685533734025014010984299480576744","8244003535119863911565095865919064488563948125833681302379154921075315421071","19840319207913945283571638390462863075028041157159162352131038196725306491917","15267264041914556129675277873350387534458961490300814715981717757815252306151","20869681571206778734608963040417494861046346075133799974689279002480876039103","12484198692956124013324508985194596993777192129648142194495984694412110156692","2333809310373725575362187200024761114613928929939280052507540125530261193291","20177765208214959125203438796032113051443864771545254909866225872638070184689","-11576663879083218803881973554493151590219214434856715489989870745483606928115","-11107736273585103252850646609842510702963318418424213277203100014918401169463","-13575530061052972317912038368374064771865362094848145998031633179839614244245","21536312556555339685467228416701546582943109326175174988954435206910698478428","1387249603922864456038967734457727191824439110462733684961210084827356794149","21315368219102478788194383059643897042151818213754991431469666307614267585595","16345590385283575755160394055871004657145078994078945527124698441188803508651","15561104353671074228159461117385231981739323639785634754493752947281552680352","-8847865300889356778317333435950606927876100669489256530918564364172121897830","-21188061147878404519706563536681924651083274449498238877087878337016497609506","-2828930612617674560459147958909434849897903425596866306714580901616622805486","-11098320798061298951437166873932354343524728318192501505901824340146223297535","-15337396468036973119100942738587940082531560481301746341644441735852229394934","19259646996618047935719030508375490623108378884874146714665999605664095597985","-11106237518582078990172144803678501395607438217410738321878077767409111282742","15794190154528203192986278779486823047303959866637397697531991072756726819641","-19716756991738098670496891587872680020531196116428601659793478012423838003669","6523288039529730903225157049286432642538505219333384180995373460306346144208","-6971831916764995686933214159507220578248561910690356815207094906774053195141","11362048400284746297069881196692852653970320012469264084854759203808909420825","-16629806954116419621194138728278993585745457547191628971060641534682705967460","15008458800984681134122725602147182645381378878204099722539983295980536222876","-7821629750118577465461996801637262932132837606792283457236286742373751912703","9857286203212290177393923554968676191873403284684068342265133220513687116700","-16475653174319320369026305316699978042094273131661727874509969096906993501031","7040651564121151454001649000821917618110498055124562529445525568780822886701","-55691116616734230042688162195350235194742312032517117878699363397947068540","8409565549633453683699350839492272557460904903442585022919465025254002967672","-6407873381288968198756687207109933842940877535203400567869352064986603150937","18049674979543189507821269182524126516102728393509652538471062816583390752963","-2650097030387083650917336944741084784941763634005370599458706935867023751198","18189760536141410735846933810360478357362205199222334405555969213189797558181","-19890890592679155054809168017667824562203426884491563498514269298222073019974","21403955197568407315083878242756176249115627830917855581732658268023649839411","-17011158227530560127045848665410670506195465644542366940326042738472542288933","14820843203728183618673201842511492996352554095938997562089523820373099176574","-1329241183454581541975781131354271692295089196733673774846434356538711155341","12287919478410619801655903555451617877033433681897090832124738827608644113865","-5320787763276839879930033123339272076568879908517633329337179344685771036266","2761553744402587685409254739300109051696672180477068990701052577486831283163","-5017944094561435996370664922940292326070737530737271839748377219645014092465","12161224389957484273341828136254492173897906461780153259386824049699999886744","-12765421814666165489908607587961259797177799505792763223404589508466920375285","14998437102701689798237207277704020711530052028757020061069575421488751478461"],["0","-9998333163679668928680456945364434299707277565622139144650632263337848173709","7448287364631834662733529453990247207704843691760651766014314758985587050680","-21547039652330312660278966616315452541948943481371678722996791118115322090967","-15096507220335693930638037563399962415786535001549466043498556628712362520217","-18980332289398834861657167829932948643706679588846140053638763763727798490258","-10976944758884284741775498628235794892845108251599180154503599598746504998718","-3534109786998350790518610469869688499070359670634435603629202487452131955761","16220151541014135966845305834566063656618644652777746809851162341226230922328","11632052907223698424902702602016055717048799446983371685177617874035411580587","13177594152097961051608818269704530476641308676628957221831372161088722453682","-17007655773435350429275015309312963313660534049923165404652582355426837788714","-10638042110803011515207397615456873438283534240313394222217823964819910610494","-17559218317549666831854504854507037504291305979517302067869233518900017569630","1713504350184158813350915646493340762053186167526581074749052896019883773684","-13666025275867315778162478107498590048623493156142529641736692902750292624298","11399780099051491722992895529970678193955873967884449491823559750325750109201","-14311611764673548138427430802939382362164006699743714649232865899827913912812","-12189239851428535557158235784833312635995348198870605359237904988620334434818","-15657617108509151982586485967782907395481483291334798736581071911112794562759","-16835100988373563908023564915177020888859121312361032314713488430561691120661","-20040031846945115984102993734527519488312290624590446108602149999683710533101","16667799688695506128694903037620350001418226800419530670506877272040339643881","-6419362771831602421093879551686923778591538323999361157583476750325542076725","-6785436931880784558436049294296417941291286154344154178621039895763995221067","-6949275220814357758512731613772047620491077159052049758824584427613192157025","-16862264371543978790348372263149166273681405812285161832475146089918269758102","-18149359135491803900865655207989173853469734673921863521903489598947196494136","-11250486645472384658180453640992731932159223469561223623664220009831569479388","-6230733962060451424333154882113801086215737078051757537130842969138845702976","17451665101796496167110882301913165732981008086140501911164056964686035439829","-16961377227246567894434154284585932221640914992192709645663439478696515883350","9921797687466785053404844600002615935692904925411572389449181366184151367214","18381475110152794223375936323342603296403179912640713784037826737590245832741","4292466899070792843012547423863243225211095532097481875611680300113607857105","-386621209821732269593650580282654959279339893703684921628738627259112884277","-5227463180432332555694836434483314649311510485756055503801044143227884349314","-16851869024061082784472385957412107443504813686060931645543050501342782176693","-5905095395252510649746963997228802632234208884456892656489274415920976221066","-12176776791935896827730237697895521165554181780414120701058139293926386574245","17853406403265270225695128567277390727799458828649038949436990554893439997952","14160541725865045626046314876181424425485465236025627815912731322536147510966","10289373107090172878232484923874340474128601489633544019244446002953030646911","-13680359531233021499361744790210504192148065148993432972754643941453669886876","-9039624177340188214947935231781103282560187432616105508611356590779404024131","-10215453718437112818318173282030252995289161103461732990767565828505217471385","17343655723651217321582612573033306478452870792334562548800778844073156896642","5008807284411249689825607419308307850462144000593611279449789710754551972427","16141281501371332867861195322888465837822741520462847497576442095262939648915","-8643188449271450297570112539214654095111997635161866062249402700538423323411","3930608820563747823292262591053073320840232800375312668566241561726106667444","15258646908898807846688962207816988933117170415971567187878129717724254405138","6447305078123121024955586769650502884208436056880485106210708750105505488916","-21860671188482016621008608120498002075424715265646693845817946783274046746249","-17752816705907336623080911164136064360745575746236889956602215701798505722728","-543410763277442103795654014391829904166611109271342660767815168303330977434","-19645857103347126006740030675869872903994494896991461149724413489085275961052","-10345378206789203837530250508752072369998889850064666997555809888847583803933","-12049717030771567410407648273441753129314445838880320278426535788493529450368","-21532575067202463917007499210774105477381293518889815954864063962595844767212","-10840243520541773387776173443820290327234602619214433830316411431637506191903","-21337260877645019467266700731823185489608090451239664534183357693053622527681","1495189125947004147892497069516446050338380692595316434742564191617186477527","-19188760215155848706728620894732316999884207723343585085563351328016942948387","-8465621575270180901371150361347057837774674412974457742189990646418833594775","-15000311193438289454713491283278345993678115683585581462940833083543132720557","-18304513637943037372255689477199695265915471248935166357268686635669955318481","-17308783876111194589315062807492353942956697365738002965719746923332935732197","19685185706124679334744434076246488026187697241657728992408667674347892947575","-9164809442784051342936070230173498826060419871626613449196687743521823091232","6346012326599780807497811482358989871027355010146413346510463305519996907974","-17898474959454099031173756424003283992624058125348327666323707008750708354192","15179595575791845960935818990967162685550535183612837817018495787704160402285","-3960390989115004170911826802620792682924317814850133549892203977965370339098","19754748092607488522763692770327923496214819302364070922724190749110684171169","-21265402178555262777777811049174297067569027860861776985593457854047367337602","975428400232887394364148947933083613256492864015871952336930947565310740914","-3534254860330631121006936000141910701835282992655239346013073668152831540939","4756058939447857302869802698085465916737251075596073325447625942474012504428","-17751247252319947021434781926794179323423963667506412130266429728123316678920","5713457565805406518072513006791918256525645194748393181830083828061516996502","-2890751014773498082607202856182906750658928710279991212059203930263881638255","10370597750505202439796187566749567688079702197950448929641047289510180505878","-11459945272035957274734743542758822237020918767361828783866604033343615365090","6151169204951875356358014241044572061975220584291328666829339386717101129907","-4274049517637218381351762921028440743902068832650304968864544178829021312273","1020591459243375861249988268503982208193858498966776678659019458767268495386","-6578857226250837457620062401180820393000174616463093454419988023468322329876","3855168398155760200250313266593360997275127821746033415741982168412815159908","-18719323673115592760010457596292612851834656502456912469207957032598900514224","2021527367646347452071505648335312760115001763798505629831147983363112854442","-5059115515780588561379043655693441396634646982655946432512460072308767791037","1272232192896378736817195512071770218003139150165410818780725475149171957866","-12969422748170418822959221995849717150465120351624650085430054435071860790625","2667425859682262852479166673365486732724725222386099151748882410212240803614","-7512791071390143445610112562853283673268429624085970773975152925070599629620","15267626677842779207571960170323833950499220430409528203495144832161690386927","-1985562655853724361865417241368842769801909724915778533306101987518220451010","20937779394946368394982017515728485554244717501082869954535944392951181468659","-4874965329754801107685364021221871848195294825505452916697172657353698246832","9537718008223341850929996740290445248250232284509201007652104897684439342173"],["0","-8007893733599734837407221614118515276298182097713183296475326708635088330205","-17530714640290646922836650445179427529606990652972260318502648424902653064208","-3024771916266530102612881671149318558091880767483863967518010208897250737857","14972241244540606118867870143724905109127822337743798340003874973366603948653","15392493069866771213400227480771085621272856374136509850882894829485892739623","10712989580394279535313268633292224718355951203737832913179424542134553789188","176092134324829633165474981326598160185459917450759450118737523243325994072","13698463095575977665997219930549637715487667261375692360382054340997076754155","8576027072548907206098326858989516133034049797611136713497317699618801849122","7606477708997888770583419949475588345954197940705663106659516466392110333109","11008485559088604562278917797938153956450443337614273620062097984934328846276","4044496553940602237041366565663669732960794161506967292534307497202085938862","4480958348988243731275735522922674071077081414576342263676291004521182293345","19183350146809621436430354979354180838905368698075880655354960081533431909902","716920656837376104539624633609655631472700493127591971597526903802812528506","14760191789286119295361114607925160642273919207929698137660387115177861698169","776263495269767169819309404051711089375556476174756101204874466257924590466","14041585798368049916131414243277301553859778612976656172678240146087874240492","-8164349719928698842606224863694156912449655771872269754448212123258516753711","1964626835173295083664684600355255739612915589719177130913448466717945837381","-3086634332937039082411732560986909041019646831694061754282677646467834626247","3538770278029905319450119217622542733309705850719824113110765413475760586936","13896892794021914942150129586277674514427278516832061815013664190652454234954","20356929864700858274562836362111703037986200924471114110220928732010334216674","-21064703729476066738568898094952697036931722181479703216794024925568991596960","-15958274691680174906420794217763332171799208750073455489922047449085614099257","-14252452864830217054736142904862683496564163224136699152679527741648831570882","-19850811480822766076648658565781876265651544710643419959047948473306280403559","-2773594158762429105111698183637731952052016659127677908142061105666813849202","10378178600112634316613427543243927366685554259836669059186812024834515481587","6483178580368247690548058231183339057565251971183492285826387737221650835300","19830754685653095676720890386226978028827439504966937511463666375190885516486","13188517488772560885777599595961469314222258545214873129075192142347872047469","1567572618305012270531605412965726076201031415028031114022876128461232627377","-856835959823435534439093312850325012597577310019733566587795172573615139062","14052897613827168371476518466834136313959367982602790751787278829252368442975","8092506030688612692843637865748039149451629734073933465529289350479386410563","9381235139088486485365068567097147183502220523015729151940716174094807532910","2269519043561448600584028619536317802065285098521908104990386420949309458892","330825611351811554909143125119972586686151696479096951396704054953712316986","1429327349487607931060511887473187397483031510767714631280219004198474895503","1117144065466544224535771458410547294598624180079987404698027014670697604171","-3203136609899248983010802074610612522246407344593176923064322172270331067992","-6150074040251136747936964213014484957030688510816750632065726283526231577904","-3875757848201888612344128962435995238755051966814453447526316029564812363497","13112602060464416452823453311432854239278859649456494222710751630167546753525","-15621899937220170809332771166678454318202177333563430914456622400176025995608","12900203240430878108137492876701272594714184471387591302689932562807674539794","-2213378917208933999511541854732537702777771023870457749095213864632433493272","17971658415735694352060943768473633808673946876980271929266161360032511456608","-3594185129096048959430680524331014524344442351562041071728000392833566036576","11212546000874659859209342063574377447218578718970554387561764959144041788693","571827233969117519261806127337207480634425207269539576924616090641769750612","5645881641215177843618644991020523705340009167730019925688323051972925373579","21783909362557836148508894779857895409304826865513050772837348210633909804437","4122670172873022032275167107342089699178447117174930194955249613951159808791","13270943871652883460473715690851738841360886056753295673574158277841067906622","7535795999407886608805586201411740456177135915367792309523393299171636529362","-12618083547607885412330414668894947344025906198357682048199476462227285858374","-8765604118341791776121322818038603829232112196187264003127755960768478800308","-9804750938581230800613872251864349822653008375260895254202152443540818974506","17303617544277292599328726953076369825053535866363632515768664416753704840742","-4566070971102691157745406124132791572887667462811641650105056886100241344894","9627277998445765918999051379025989023278185060420943786555171697796204692379","-6955097134842135540838413601806739187963120311004375077609512359944064716311","-13639640411362288333828488189623612746070040960862828456477421397442878969728","-15397216831340338368129056849047884482106508438592506762480964262749020090563","-17183789966048722760110204589036426489170676046284196280756036617043856743442","-10702890254826079057200708918045776728928887373793388246745992139255192824959","3755732138882425259565244100413511862722975673566081345384760417866718725316","-13320280634976694650187385377913709753206943430234656101023486353119393305716","17260129573593749000352130959337762526193281499618703684616657139978669110705","-8810961219991221905922186800861921629837865227537563956097795983930453086776","18149804399522810190196433584487066626952740225138923038118772576007176256518","-8713142739158660393898613970302915951089150373215121115948456961542032567071","9395650419212803015031053789987388828539785694522629180290930381688060746229","-9767204510702454357841211054158544560256505166315155012738879000343866936545","17034464821887073250056046932013728795115429206914344952205993169384287939104","-11536362224951551133086002444515967480365570781726094134834747272810845786920","13482068278136483901716842454664161067842292222220798838984402917018198046964","-11068728370577929816371647025255706187581397804146198425487971689184430157853","18554385213521718508364461602243354229710694053511591508049043035092341399392","-15988830899278512965241133844743179975838984953553312243364200837403226735479","11154585625093107513890751212606614967133323174782718287818346369363197450343","-14929696592186136884258411502323473480896770423374505645516588952217693070403","5350312132710408639986431441688573685930298051500821890878538793969308689562","-5997780311732634989563537562868991755939062925182563787201531799380654533190","14833341306964450260292136067207681788181206028134346867933828612853910132009","-3564149103774846546124898399838613105913420194649944298148995666302598895586","19890375331021395677898785445538642154903937911870858241142000762257169254502","-2151762475164331792798321576383321797028306460598102616788373773119449439649","13011507208363824489939126867639724635419472799339864682915083144519631460187","-9196864685227572262632117904194045956502138511276944358797200308909659275609","14849552979776089125153780361709413083526776106207183268061692085918709953019","-8716938554303742007757077775406666596533429921409176407617324597926891628241","6843588843538654531375115296340898261326122826966701457418285252905716285165","-11115023277678532362299796551265115090413579262947706376974248890694080576727","19262776498859014180621086065288732750618266295328782674246464745875424668619","-12558374931463306203393213033028850285471018060231227933014225519378583489305","9268021967473723651084457426592004501107625070880666556507716914228724607442"],["0","-13185688477011611579666509485094744029246002650853032737167512761372499850350","-2743349469272185011921447996305542480305351152042397313982766510653551495505","-10293887342122790906373114789973119328988461583624511230634517976136280982250","-4207193631128327181622622368738808633850786096251846089306621916011578601005","-13705522888193262169270435673409522324194266043010054836373357052737056936297","14918170301422924867973292144417261672548966161927403202149103366745123517396","12014878702775231424830858125891559792339459277065018223711315698134087984404","18138964850991922484480057744321568292909826219518131293465863731750134191043","13003747058191990517249515616800146286305353033526018760725933831297052372406","1628135540349425084572088692318849556442578914452204754187446331686456286947","13452861776630330403425382547576342488495447253618632827612666322880574517775","15089929523003929025478144219604985580096978091828637268036408822245142765815","19964023124404830893769232461079839291945078969564355525614344064730711244794","17124837026933221320785290916799899631450123867313645903302537837604488912852","19566825768511171931581059830448683757425494455892683858497278133101934374542","17489166567163671253183784723662747842816048943313133346322871256505001726875","-8568756856111886763173103401031967581872674555542034676882845032643272837160","5847052103524639916245613348786505860274950506674468433103870917261540538151","13443904167393782296234312819871407935126124806893352895933915135888203500216","8257048212926595489927065420799067023581385729216261615774607613661427922877","-14361061656656364190783206523504208417152486092416955938243603341815369254844","17479371673999824833870753492886766867845512063421133726958294766189961177435","-18821931196116881727584561479393209901548039090255578741083576204049060783327","9764772489653650838112460668807630945618014398688786529710890751452897649681","-7380063089775175648749665225223203463715614875422266093639732886738530518206","17051839836497768434518369167869291426240118031845792201150524765507843252394","-6136494821342191065430892907743748847506479291168117085878303596625329492860","-4071299651582010376802083537817719000301500174389196577410540945502682015053","-12409574945847302651916393671108063031379428590576708920384477134666334259514","3090933835996216263229179909638197489114672163901193579002773168609157930876","3679513087779509108918016944089412236855018114017894990211571502853726685241","5992427499794076978909494883474235902432109140448042156426347809263172075415","-14222484453461002716191426931871325445557797061823065886859477300001025043637","-5775625988177864071234401570763509562430721302829609812195681682441809713886","-19892382694154977064583923368675167225053521002597678996470828001403128752954","-5175055106163934818077919299195700589037884488223164826314573395569406985147","-16870605228121164588598491099392935810852881748397076147597884854923477673819","-21386002813101659065520665930004461753575352980808260446569378109844449808700","-17873509852567976484986502380470642321841296927167558176356908151056373004455","-11445236468134347940116581829574474349162921312272696293622415607156287098647","-10438975033894743420884572468586490621523919386265641005703247705555123745167","118379009652580130929028638989943298462976192886998176288839503706415255676","-17496086298623480610582919053627496498612271494862939588179567872349718993970","-9021102610707119918024737964730601625088474123912882366407872009328657988863","-12886737882304491685819292790907532954059564805841360485060402308087007762695","6903321753781959816613654050132211096477969700102797535131537281148715537498","17469923273197381253471778518344931348715676437824394325473126700648038532352","10785237361481293575662482630757689675177063167762972685599774666848195773635","-7295778314683057116264157125589879387002572842676257619712103368588094583620","8478947798902195776266564184479564004478174741012050412881885001153611359354","4817699778354577400142726973216371489695029696255725336127770718003657344049","21472694026406071705962389590243507816683996218896851753659336489760296356426","11108020160470822214551726235426170286889078457281592471866122596413779889212","9693452221477750557434526760308180309837678412995449973584958691933121313189","-21299061867765257037352150395718346436188481282739802211001554632153237736755","11673758482911254785056481933511954485077389760463349143938493919615713583460","-20729327612251106529338279687488614801958353479852240479157217781521999703267","2227724495585081127096104597442820096580165675488784695950118160809229957688","21645263047789274540253526528022517437597140780315326511315274850130071504487","12594070652884816376775954867514153609286230927644282894576268987403356560126","-6187054143140812294196898378887467192725242820054273312971495886908465948967","16361796377457872791316822531887246672452032075812028396134326984273134935395","4556781823763217570134730559884185706956374234784985176165069452603395562815","15490240637958019142232415089694655302655949500459863036592419739713798806924","15669243723697922094733629192870496809875399422687921354281333978287308847938","2365373364807564617355816726723220546923809986503597279440000685385205789419","6974245607982953416631396743918226389778222715492668231636674172708944107876","17553000355731005894047481881730262382501389903965347875696281211545944422350","3514581718639966401761940830895912016582905782820898939604306992152033240798","11906084502386345172491648337099327109989231130370850746868318649241933400792","-1882633672570343004699035624671740949613059161455792476939160146687075532907","362198848167572679694905451621525584514702841828555564745872207963790949947","-1776982482181807691572635373549265772083923574593699081199861605464531961454","8165950169006729593972601104487834162779776431077406764637843573716037492862","-19580117510640522939362600889593276255359446617292774750541732363731542195194","17300277217169954830569713031131039950387394722818144636767235960870652937024","-5913017156671720324271078158181224157188479802627710106591659271252848678123","16419686068407920271905874685352266784481758516972452329934685514975362386184","-8425468798688951191129592464959493859487141737755513095291846440510103635242","6022272899460707820339658451056028126127073410550349451950625882421680481248","-9797677674866053068729346200431859976134566487329382268023805133247986365116","20968607493986415266415255547146910065585399197006727224038259780102766899875","-21459459062547624640700873605539252732037474551362817297800848572303538900466","16214536601310465205880512770504904611561877059017134373071042186438021382238","-1679445028733733984384409372575832600121498689087366779075512250550811459314","7319054498652919419951600583775194901099711932571638044552619023769568695247","-13523735362991344129195944564565833162382551284403037345526568476477007028716","17985032010498681099013283129729129401413739104486785957570354729673521693313","-19509289493015696483226929384956917606369309352533874093840184538889445498240","19314056773087997717326841812226772582519056657313632190974659083023077909061","-2634924594886013380397669771777825524555715895083343614330642596571462963185","6700324724096479182218202465991089830556571445062991337397723815736930805453","-2016666452358550012967352112388148469755412404988239892413010796285555676282","5685519294578551716227720476078547109446138953692637676764330661498566956010","-18788543446977986787230533590177204813701946188075282600149229692303948125863","3393642532265620584930002696041879011524684190894254353660593031136761660661","-9763697137976397165304108355169149602990768714059740102212723553757666336108","15793849119577689479731446991330667503365253341721929531766712605966947291502","-14845541880562707857481690819931518145853161756822119536157552917051508932143","18559741549264294477297583306643510552853435806706008202305072555383084574990"],["0","-10944121435919637611123202872628637544274182200208017171849118115438250043221","17705422782014637140225930654196580365201269213885001041940133770060197631817","-10297647643938543796968100671042987093511606082540918137474980113536452651240","21846978439581513927071158947194255083152916279817635942066470059044982530928","9052117809525269602167864843071047222600764601611184597126483658498965254242","10929889053694458186994813499743474211626250572502909844521766097400041883410","-19111864441154617990220192427635915825748886324455634532596164132032784260792","11675216347891361491355946209755046817359307889681784632857795801388520596211","19380594690617265506575465858828055021384658789666006094519835985525007569808","2625969526141259490462301237798089553046266358669292474305536189578767952241","-19213884449025175922895120440911152736539517436026470266122397179983399961638","-12948195058433331726619025132682497574964073191240140263606746544967746503938","-17315562091407645136594983832136609741258535600783652040299240711080976985765","-2918676288689417581114968302746700603929907233995713683029784235198850738891","-872468283659651182322023525190844997466345294156604776817059875829523220566","18610683490519526968758883882287269230852781753257691897405466573590047185875","-10080565600059519258695388271902568690822795086059714452749954269928905988699","9686960613043943034061308469266145294945443081049310683923266362376168321478","-6303196336344532585005768393568078348064164761395559286875590494600653580621","20600791435666411330483748236294592948523740641103437316813258092659822196365","-21347733374386272502962922502642985296234864592521835184788508973940717275813","-4674414227302045055395202895191843581195963576211670061203502625745914652509","-15916839054191533383488915874620797153398445915194254130833403022748700196674","-5630815034230296573533474895059661868164326661341034311297548206743042922856","-20936768375809449211332476510214789179006493806257673427639738689456038101783","-2361632744860072319537076983497919829195012892540509825057959945863419252600","-6645381953039879539835838393194105862055640462365557036761884691308993645601","-2329091756045062079260064141182971729795622081396594411944017987034059168872","-18901352714586194466197132549770989766912256158696276403733577448667566210687","10573644012527157021319405686070046514689424944855483463536465970887161035183","1491426154180674644075783461739262086609492139109375602691024762022808899298","7427257023522173557791909232441416909073992739286359337226968259903094480248","4020269055408478733976664055736054197140497021295913371636141491701532020646","11253402240733266031677096260915352795556377497701668324760741700068914142508","4495032201739040607146449414371811527515606891380019023878441632662386080030","8339632997644638807703530598539577117342992852734350260164047978072717954670","7635849222983558737471074974000952702117727039863683147772793459164043880712","10751248866598375717497641989057612296041932512869594912955232991982015113382","1960030172022753001749945342113042088423462683732141640394081103020955258213","10353002047549174011420189229299820975536024435483646737354561211167783437696","16955256445657590458784414670670224083991895963587580143521022239998400877076","17782118824249126627504013256951900909379040265132597730081087373830214898645","-10304477480613817150459273210311392088727024561263863127491977697859878425719","-14736715973948405258634404653423483655807321054352891547206588899691203463256","-18782546571137979716242299943659664754905500995928031255453969472199836434334","-701393756538759936815331477909148236268201849160583721417460305901896918747","-15142805988745530577049422903253069554848210932675938057165853690431193576065","-5480754301847974769794494470158689860727478683084266698360009397763798634770","-12449691752293885178215905571656520171437387342512896530083324501867683968762","-10019795413227124489904591257579573970688872903593927599853276893813067606692","-8479320265866745591971088147763460393160510563508539062702292220417602736866","-6452351370872525873621659494017523295224425326309427817773929481832037823206","-14698098788363317721260263202113429819182092998608706673793720513690916222247","-3132029887728097576158678962290508408723915039935675705092349768169598120817","-6407249369229497147167122335425461943548569244815260080245642385699616086623","-8880207018139247174963085930842633309144564469224152378619112779442813553925","-17749208383230373689982085883314775819716445274594871044146214120082178114509","-1901023928929746404741314592942406134616667725977651032336079935530936323368","-18599738782615828846564285286018648711734018896461935496548211416765903156473","11330545246696980848323915140547898481731955880461526927991408601382343797589","-3930001572973134876738286247014353115710880182183937403777686707056972138528","-10480769035979859092864387577488089493033062911107382168801592819465743445084","-13224958420454343430258455051200068134290843147812618634619087888209709096420","4414953358007116689992491254067216410900821215568793485352290912982446601414","17610091882013323480927542372824422032239461694468947839263512585476757408392","11087656575573461863442739456794624142956687308656715954038892777235598084944","15422901908810336592145161831817572830563144789282112682130901879034175295107","13298817285936339102215020799816515953624151898213635891268360493794001400258","19661281961454134911635545319012494050563044349626033327524097095931294429074","4022372546001232187415389003310101725934162655605090119648346552633786981422","-14688185177869341979659738729900821445784049542138521600606938370215803105998","3880139541262861251078713038763269447364922548788220175367153308601227344221","-3893963292694718884546039988261002186042186095296939090577875193826410519523","5624892701077294479798552950259289172786948930039246060212589656673038603495","-3418058248605748487070884356695183637218558469294704704231153511500909864516","11820250162004137106319686858559121640703587554117049275834425631286642764627","-14012152349963612974784354192233334953396486715776763418837306144664914134890","3716774818129816312421590991836998646588462766262056415692901007161225783105","-12308555262127364174178645236813261351253755653339057602851270115187803089206","14269549587170940501018553064250354302916518684834010419921278955421455223153","-20563547876702707300430165804337998438528770731280924064587970171551224294191","18472105418845972145939798651458476635298519752492496126680987077657940689265","-17962459123099411607272423048167967588515415231560289983694134060717352330346","375809461549042797456391452173952867073244295950037718992912334141077991655","-12028919987928203618697975589178487122476093894628510260314577183608098369980","13375274315728716938125781295749194143258984908827664475117853003277554613867","-18209782556612263862927450686314443326752565173035812095464683669010837271655","5916368326947034733421125208195693128551473645877061400594315895590661958069","-15506290310969016828156580734415531174465051633271380280549274375866566013554","11214875022420208926992322558752480758232489622505062735476753331897979007593","-3598726478982845183910854268806054774682916888938506350936218002113671398777","11652058971820374105059344377671233714052039319937340735390702786286936831237","-1027026256985459750474530206292596077143352365041578739643770375122688288621","11440397505632121168007764769098431164060653882154265161734572071864532915892","-209384391831610729287156184739053930233638633739246132537734720020284958178","10534140941643607898919384759157840741807918742875146725520645947999623452561","-4505864466953966104531813627257095933650441452621749581516520212721121390971","16524732216457246514344910814313180111270865733463896492835845405780340556153","-8308338543467451833119237367697200577225086029286798848711378038837324194063","4061091426401014887539681620771173491165982420219986796092379668520974013020"],["0","-11587893285091381000012803041606792693937369388455547593722575706558118027225","-2917916415629010683585480482605993342539862787240118081902970584199507203660","-6019900659439940374843439876400264014073125612186668797004474776437120644145","7024319930630560345289226848510008759222434899308534051004533682419531368662","7353910942054312617338899012767800708515033541809829265237809710098359524186","11021521863128405727704996687217822035130161766451741784778976971960372764372","8756244431366237358749521429584872197605558764078883133235849698057078388278","15241917694662565386338436905964765158236486061675590461999438701987873563518","1562323740553039143931162459907210579076690618138088001015733690734498231756","8276609793862597859331757384824481764660061201317665212675011035116853446493","1256786434572572527015468495451747662976306400268217968127321962884679777250","19294648969933195468014899093308714694489354544165514637811405583675412251073","10247901581382282314419711950312778177117184106738435467523071734550537233947","11676821255283491337621254163605883117494955395801821599709031436788277483487","-18426162539207784681912771539242305085151748492999996674411388798805981939336","11385092025194083780946670986315804805105538732218559929044177347961895002701","-2412124266539716119834151508563802653126406763440534491272563832288929333568","18105764617783980283467943719928424177492185449514347381880793355856669156524","2282516183851756919877746731216197118366045343050709218725565997468446040005","14245715057368557527877463807231209125493436223669864965076406415209405188036","-9118259149096763638165325313284035489665451645758874296985820324913867749403","-8446262904444487887462067500926172024360442923709267400870072360194251326351","-14965432195843317772448803908134183742692760248382047733356713820250037743332","-19779710518806158593405089525771752221362217919410982106285263643303939036081","-8204989078901784419409730859442850421261098958193635893170695136945459783998","-17732223015493867475870128148293552763208929623757502698994029045362472190061","-12086374898518710820440468509843082315804272830931613541091982881409530898968","-18100685109768194955847195056416399221166133676616425951944851919885928420234","-15282076012043383687194938808972315481358186561422627662254612441002501505727","19599704785740415451470193073806670902271447430539278263132608297344910253541","5420601923939753727121801391543313890746900653743687099431389730647278152814","11975931075591262145250272892693620949725324126341624793033315010172414736913","4114323850975641669336328771636444542952334719971212957936027710024702605158","14044603790227934745293718877735122029908947167340561354081989148328179255498","2265345865566972958121905543675938779845697588369859909272593718174408710827","17768120974979046309093360914320798349291140625584305916214368816220444437540","-18539921886367620720906277078907479099668778527272053591083973074660436423130","-9781007877484234517903783302429100855040322154922900915684776890247199108968","-12664811766426497592048000138694574249084124407415245651075339817599996095062","17721288223173149745092173498030669705828189981306207548550967348960912329087","1512592447493342818169971275941491158664867798827146374492238372682283036923","10462112421064779007699527084376758455015003407981022124404285887850359129142","-20878352012716202787857643671781019345404019997521601075285828595363216084604","-13159407406294076372396133131459203645852386837628513339166262310770633329380","-15249284717442807885594658249972460696907419879873910899156512580062395841705","15293350943372607140195381471332889181159507128700389756729270647709841379937","5618804443732713755840466972841754313773999438149440869239150287290668579935","6747590846039981686981410698299855549215484429088897781829640223768840563179","8460353504370435795491373703961993857709556275863682473933888580960189586981","9212747320881658031561653913631167797157277585909724547206773417133783811939","13733111810989049896454406931797432636735191224492426445741238689787493656359","18326518361475965810628089708887252853012551079911125140587551904032041048833","13899281960351298647281519336896562538715534919281276796026037420311675187864","5460843478933530064649985780005396028202648554918566530809787917133795089055","5884347953448337128042397666015122804908777451099979160905986179724142564893","15988073178735630214857975642690625879893114658217979344006989710476797359923","18987324424155666510885194769428102805825360086149117840544969126913658305769","14203844290279597975074241011908444857404313594037349618217615705032996075916","-13954411880521094945921909654954810640894337561590513170068521036736353960414","-19060232558817218272757628206771771561634168872514700986932141394386129268494","-14306646714982033027520810294755664637124658675219223459902832201033140891960","10500655543554995096295439501899479676780249732846829008513727790517112101873","-1296128116558375494803187372799719484373340134305216598418950647844242568276","-9763492989949930459658132612705070316628046693360179463082992511321754151941","-20188677175475132998397333901145777289541194884479022698049026359980342899357","-21340932890549157262746551960857369366492257012418550076504569259361908202003","-3543863930928831569585320226660907544255579152550007173548724214206940329659","16725728355927277488958449112805623618512533735100386753542476250669680949061","-10159734586535721464034675648662097953327487493614733566952898788388775567940","3801838233218082635104110733221730646274603474455198270182583969921564658459","-20653411766062909347387578790545608941787770918140665936484067465699863995634","50916751174788503701725404413341611099622540658326230728756796302732027616","-14638207267795255016472869057331111489709674211611806625573730796063613108466","2253727922359824397364558411967723725524486373507753933198685535092098324683","-12236990405125957542579674518846612384157399857053601138971596708476024356423","18014051107315799225762529245385032341767142962422836990939456929731330132007","-6352948685652461537541728142926617480438268736468829937703419211472216006913","1838509462568002668674347148251959488018074247813628691615223689606434457017","-9471363499445110647342677785300136035116710717371233343391408059461524259055","15108283695902236819802642255340240632596194273800893726879529358545713795050","-13403294216812734171594830060614350087983996790826672886645969678699291251658","7684905937377148580653499249853269750956051975430375031430633310950012529432","-10696331648272399699734493962514832331512794670668138556635721131949848676261","8089580063587497609793486798707370388981263785172962666450248925458477252651","-256602343924893103100186723766667651095418967128040019909621465569938303136","15928978304117575652838011216669565196031582976075974048216279556559707986033","-4169317080712947292319521102529364138145996837010340795006891028545736090521","18283775456885764665083447106713180022068547406491494294503844328235970432407","-4158137841855426901603058584658994452886144644705320045726661517562320773589","5519449967759460783432101175232244568634535595110975302345983547190568284249","-21728878505507504295935678332032475416561247513634651417736533706199292198578","19214753462219124605903626834567395862863597243750147815257575019412283739895","-384149484676250886346400329441801880100318270984074122309375396199261944942","4036175966236371501254872822438414280115249657461289691420260183915583306391","-12663693598713402529516452136920110789444937808970268810918496376788963921734","20888027973481381897473677503854090375113388711589151379496836522994890225233","-15373305293620389145586396815943517842646829658902216633535566251827356598243","428194211823465833299855463202822382260072674613568521998885428824673992468","-20831252321899248559287355184126996165424905316351504612102884444085956596884","6960821450973670805491261957945640903503473097517191077334918245893396125414"],["0","-12216693695910293147300319485724990747096761525813600563924579594681180059456","7318855368776525546941960417386168516896232374562705882748377324262540653097","-11161883926310827864033494484316654560861134491533847058022624112901854345446","4770219857048021321343228384436155318787561789803634838174119959651748106952","-14551160706083351832215795419157735480541214318965919235410554671232979045137","-16579370950117392328545119672090518857502048087854487418838659051249067627918","-10303820234220493548454701393441310025851168874536453469937900944907070730911","756641450602951116744036967876665075486659869294856526015559552590672215700","17533122076493509633889367074023706904679543352197872829603689937019217585074","9324826287165395181434478908864941027994163793207598107598325552587924244375","-21870186288580461516895981701475731948626934191288258008273910079588970679898","-11518228405368973870410211649187265688302658257784480560646494103457331813909","-12231425831192531659068630771154780721318897632119560866692651614447778163082","-21820811625435794175475094191875813187291300102214168293189858206304973332586","-1910044185526845740845606733839978518670093852131031334147231569210881329503","18116934041738829848937043244554385224740285771034908214505424638191283823797","-18187449260607273947145354733817914190707128600320321338004789289113406887563","-5805833821416826892648342808841279868895292255159129422252543828646506813446","-17438268204974320001900277452345342011363421728310222500727633772893772483899","4280072069727487267619565257839987485297853301312435389403837373613884525077","-9083437609140830898390140521136869177423397769699631478903676252039797307482","6481419453561992703000114939955583653803451163003334812399096008834565527148","19533749693681762636265959201577495317241423990646957640759346808185092981296","1443245857609832860906098834273873422613621488644509021278431179424793630469","-6922024021825905316036492527822752110005424046760342301706321408018525104504","-15332749289905953723694010930590229446593488107230257749259804909752798178046","-18684196664883278820283319012035831336015835157251178469309492098416849084916","-12776983208995816657359286798020930765422992584708282063400596269986000566631","-14801548352787450544371465481089913505484126229265193694804465305474483947564","14376158713626463067312442371499367569392018936404647179472637131171092784757","5324571990406451309217756343278724718750796674596603300766555107181332661167","9985347350052560668974670116179954787267335653220603375904076567101104917976","19303970634484204859206513131280153576702124244037651481718260693955968019266","11342351664391404239966587420101219712337734194987790632061988130372735489445","21270400187304694936970151497079774648419454068703349991524264094272289826295","1962495418235556415405716456631282656022723904000149993391300531388013182976","11511884050587241459651739769315837700484714800508434509968215620427425357296","20480344335874517079393803498257181916626775395388027070710431521510003917472","9960086775499491387038646674085498090283812756868106643222295459363272345765","14652874880707138759930359086454622626991024483570939198240118099648710956616","7131160747074115647103563176928720967983555067064928832246964643948128039817","18912887565399508981528698407242170089609664364910000443009104842155290209609","-19089611538379829152233598575371023487851669238923934201462872806078711921472","-20037257139605898610252287683087455684368832668806833573239819853774064705","-20520432376710261561674473027676154198776102249294914145303448935817498803081","16519998283233396950038990181420982125974139567820495025989960506716105783007","7102996828943646443416327274705415709210327435914799133287425168982784533396","19718088074235159114471182593911854578476563960586099904922214810714587162484","-11449367919391251480344825537601444307435466682168483485157293529046160140187","7718790174595733805707701833740553087883809699616173635753370349976775684366","21523284116267960390178073945004311936486297229376831404613518248404428356538","6997517970048881101312847277188327362638221629501870197741800709418441003869","-7098546216445070558470931030569999108994796823151097910587204460689414732534","-12416345379026097958815155343297765817733820258481398611071384339190947574677","-8451679299453515759903534339681958276730411493278105458760450587619090278868","21466556847748593949858976454690412116109702578303672938546285607062789984260","7242651459790312662258002886130686994180197556571918209395435349949808455521","109762074813620602529286209831277829674375535465413363338607895975420334892","10041530088031300529836037020633139144256711452144091177482711411028672285452","9944287601046243876761772208904176209363655543921088986622631008361010030387","18429741420084240157168454185129625157955965624124834424877452038353089449068","18437320263868083037038314506175911848485923069846814120972963985961459767596","7529298937977546961796978618956042880373113081913545924771572836314421037334","8672498914156961037839031373110115106913274919312442352600432236806648774295","-7631339728339250219743107233059120402417491852623339723834059943207034214634","11439240069970846503331111984368411345916244586229043584521670310516769648583","-8976807331844363748672145233471580528038923065255510229921201894155628893132","16111415486382441087137802674293581438546454703344064443587411409250823181165","-13194580241099978576465709873677396914592365858201635393474404539757938572620","5258199286166535937380549519912158015033668248447247593721108596253573389019","-3760493474465098361531750036269739446503359040795862279622022138491865391805","8914235915202265594239563955240502040138331132266967070435832032552052371798","-4232807554152173222080061126040063981375998275402174161650556737798485653753","3394680812340111186593532886641763664922649330916951659871860271071847047047","-17899786704211828841420368863426603255697244080775315455511531300512734855455","8085149514715096227896573086640045773430402287684463798941143176352614833945","-8937085292430225444678597988487050560421142370315535062752128652644937281968","21590632818012425160910285775152732186499606669421252371488695375872013932576","-17325326148986001901513433225806603849340581156782739360754791799049163819388","107644466253771900589173038641466040376046617289381618125708112647470278274","-7447434507040525747790696777024675492398203164558995869851006526606991618007","8446044800017528201066233270938756425042802245092124500374671228398221167173","-14547224743488123802502058746490654387146754094552321328095005283936009966131","16698194102012563308280206133614336058522629957745161041519433722729589210595","-20742634774671244738605531457588753656197447418161145802269681760562069782180","18033399966893437331284637263534288331506132000972072186657483903358903865111","-3833594794856140997437633711286892116395646736717286817790902773366648850094","8372466670975875119832627758069029534097023799247975844889109282780689925780","-2510698943819163821342098369034263430624355770557143539624343625989113111762","19602866822142791374439574883527876780595389379176552096791154980114656897089","-7885449400784828687014475204607036662032338765501444711343995056172762480438","9179859362325405039112494464354065818483178010310456471561005615730728248531","-4739257777789564070345368775733391458583153133970846332785226049992325817725","5773947101716357751163935113578774292788337512989177592595935428023926455880","-4284963975261749182278854126025735960094187697661407596222429992772362379502","20748103089406106682301503456098203234601177201220109294786899156295484701689","-16237617061806068527034819634622280413796537953057866089869523238814477113862","11641738944744895930685998947298853841469409986195113157024670912708669678429","-2161998937549107996435975639789658403081965999127603664709862585877629602896","21183175011130827412503660188528553421391906636905269256807188310817095415501"],["0","-7547669955806646628360829567330094858120125655315873911620070327433698334130","-5660463376732070237996500793135962653823059607316487438291070456105148462159","-15947964101089231455661245378954865684567090481665780227408288043251738067362","3337393736395305834039392402904865976277156918180561498919375267099219888957","2873689101797459535788831264105070778655545125623935074172190948984169834576","16359333236497058369222570183519774515845265381743138225208027586444351722513","16481100232986512669629996139870092917115459263474197724512362368926309995221","13025650904532648232294787411059110624238036883830688822341729871411596426408","17347548172306226340809377086888743685967644156730396668167973943956051372823","6067743725583250180417942565803729270545070120094774677248888389899584625156","-14973626567282951444740718926716683274621138328868143977415823683003685132117","-3918209303593831516390138521203755528871255568465286736862821180904427528230","-16078939217922304133801457688467521569832927285979268683422382324617219406762","-13647812761406701177869289871969732718589779221997222941542866057279443410306","-7189482710962432716961401866202721501264119352362088740237308721795804586745","8486499645217427735559563037902918528904929003056750744622188983733555871268","-20257972242791463489372969344144304101880090649874937188581221986459214555589","18329000956007968199638116917941353385220705382376849473456619790062837965034","7551605865316886195795406753851655182085254047224025412766484158811999303309","12230780154796994528590455790226814549355230802930593682010898779849525528859","-8157840824414447390939239981265589697235994030573546804143706750244445393665","13676156318531348720939261303385616641881226706043077216318659360890183898177","-6468967328001915976200734436663299038985244071599830958902952855112007425830","828200340076658017132871490793914860058487717937582278793560867169325742429","-8892448743914955127615455366853306043755995658718249955527604396663008946835","-1235876365069830002085452744654092421145636735998155698948140352035195188476","-21040831300564941627677697407023329572374990912306929971219964525749318467145","-8006784413813706661373392869831006918862576436172278999346979683965492323003","-15320361277576921998520206954791585296567544815090999015487080879030497073927","12775669959194749087554780921142263169377813542640034412765639614777566562930","6992693445004262768058750578241487612640125891479448371706200887288702257603","10170380514729720393112551757345138193524241027243249645499130262219356944410","7825180215335867614620249881431703274936908179765092162152637509245355719383","11161137959394389038493212204870248803605951475510368966028369400508329461105","-18983104846054003707062696050396358843578407869769497325496406129994219455413","-8345231423233652268617597179723634539921015513232161347200990361543235405133","-11752808312360254347389388127180455128173906385496294334988893591119120425746","-6997954695223476078752131672182395013476368130862723105316076935606485413156","-21126498005059561320298846180786499331764169755994734378275754685592638494695","7866904722176531097710719434737035976698586660153862938578722047196022207721","6820026635271034319106213122295880868181334206181088384440282518933548784337","7976624763800390877693664683073236385223305409947446760790848860488650248040","11737518719458183705291398642431403734137702877879789467831603328097334915771","17367002823296618173202122784435553887081222397416775672398114547129196309091","719422224892394508235205129249737820067448074656382114758140752250774678102","8186832674947280593992614293848748861665544327243919833997365994175910015798","11938605011360830564920010223692823052342685312966106423812489407351747377528","17013688763621997512562915545308045055542008639326527636706056817685729900564","2871668101882941958174986521592880655323334080818893531306422399823119742987","6829067548320245553686593215132021901867945093816940078630308202544566849849","4673644356244245097351604109984912078513047345110130568099265056927461798139","1311249194792522625456733716705161222710398486596766939097483133263396730379","13858086440645474373409741140072693450335168660701293384639896049760441265731","17361156512649798869906204221904438380744435526405205717100664936123651504251","5653416927162706354574236589701313421111840477378764085919550106857484403596","13274242145903644965700214045357586408174621643062795401596260215315568347462","10167947823465727577904541963953021956252857216769854043006620185735959204214","8374760857160495809362138698484993915863026858361637810431919342760074588177","-18438274522754917028771286953244593389221472623522819481058957453598791044610","-18527554721954265895650680363117907044639607663417564554274635477025896168659","-18296711323800454047269442166624697219005979250248546662042860069934999325001","18958495210994699049340217791877121737256358922902010569092363986142818784632","-17512948575378713477400196250604073490981992555335848821676222528368012171929","-18972815283283371788522654158682162391344483828527377528311460001634907071450","-3470453608571525329763899097519804721798056397714078459144232961606312300986","6781595673276202846268591735186736211271214212721306742349769978820789605139","-1040895158950725451880240770504197848282291076270028257842666780897251590177","-12793777021922044690156457242623808416514951157886522969520110522319154865307","-19458403596991660193485773556625447590623003772796805417700268018115568911853","6191351815126097642180207820773572252014619343383288590177817677685660745045","-10523867927642630702299556485635070207598173624486839911370638486688370150353","2346493783226940999539928817049636722492728189696004324165555186901518412061","-6637145866816552351104358371248557021163031412117646681227210725913164677260","5188463664707131569348852149344332688444298446519005619344404217355429661180","-4050287194254941314170109832951241439841644675316202943462574023616367532342","7185366911950405004053701026933071327094903510869963676566527680950497449885","-9634612637079190978235979781842087897410318911490483672221422478151243096088","20058754838258201525992948532318463867855320419359346161143182587748066025376","-1181175870625757917021035306158586287768186434136973329437418304269562449903","113655966571860147291009152482399155352370160555435010705590620966498860692","-8163110446103881510603787110063695576344101551037869443425886640185443383997","13777248557534009025548187153238295799776541333102893165769279014195814215297","-14958388876065654931637266162272099141571731030579693337042899567224241738904","8061626392356135820917339480103846090378125774271527273689425322477690380577","-7273793354560198266491301830642114656598818795600850358569785753897927109986","13620113170433738096735556960733306702494062714724243141107085126543841340958","-20168923700004696464333438854960735346699136252109186620907109319206157132439","8805152445934201517608730868136925748958429238492618186877352080244151335343","-2500104768236246932513872160370617755746793241504134437136047044519422017338","19060520933371321230099339161637579981308551480283832918988476530240943433963","-2715277619302278152236196867755601404410099760239255060163539786114768517682","19092453145644217722302411548160396270950471908824387319620797168379083573429","-3839045815400892042286667837416532525394397757587767245593040744500149218757","12718557649622367903956841281091767764637511158296315122546730698168538039621","-14360966856022051728960606149596005434513713978682615122561507045397215929213","12680356051039986254063408064352713591482010099952742638520911199522305696463","-7889340681810154365143657653746039391643062460105488921211076837819083958230","11616131627311022748004218810101135984026092843018105625389961776137511275481","-4318823901026901700415857613892309260908976907252499885147742311287719124765","8164307148836495131589464616579711565215380109223721956492146623345377643464"],["0","-8954281174843339863646256895787067081678876345624741322421992633717615419874","-2394020052928601800651384156534804325566125363134860285155129388070206464524","-655546191316074012396876160226138316536684341647844579683611633750051343702","4026159461102315135883444311003000874554526529891595911384831035741087430516","13715994319136405527540925473853330843263104292969942704732337358990658988016","19690764855248292483641400558502293694292516276199551022294676967530320930287","1829514039917606370270692552705790508703427073846269639085824121330407823926","21184698865428342098540038683127662177612719662332415182860766925837553900820","12893069858788221604802158700735164572698551559497029585876172121405859242399","6053209621964110807907550074156881409119939774747109218071358039444037164274","13359773764815547176492793558384895086604917140150023672451867649060819486093","4291380986363821285545217569317406769854018480232558776046181162445643639000","9716723990848505141374875992082632605742539848939996170522896039216171210234","11562327584246547672615014806770968077323200759279966370668605196560235410971","-4271170757901514361980136801562978920675221395757619636706750268531560586343","13242181324242551053766159801224470809640238520567656756780253843274245897252","-7399602938189476419505274261281654938444611708534433154316412877703989346788","1679296188941063751646053373461251833494302175825279094855813536379973432124","18791650574194869608043331342412568974834066617943456610119892259659689410028","6037502661571131073297480189880863348379357390908669340594390643907614736842","-19505335709047348853554485182054255486804204687660482245381148397824136622910","20944387561945964217954960971229764482854607792350875870431490359761509538002","-19865644682851172188560392203075227567303729871799675895834292201503149109787","-4639676632595316404876614982141003664683168656671857808537894212846021501000","-4298153141067695638703613486742222626233886669041819938037341740817810150693","-2701270827016352181958411464413756883347677444374985737232167841711371606603","-1976785785395029870948262593625670369709029052375038472569381346487169309428","-20290494551855087373274759057572259868573077315225769366920626701383349967820","-20657890171477696116503405795583249166785684842003652721482702190424628524100","16599078934709116720703114467987336167553472196195486076894480176596918869926","13227914348379363745839816200653344250887185010707994537562233285347514949671","13552438449092617659567562626924886509193765386765109730108702149796451685592","-19753722001124123631819532555413090464621985808973318123402394803739902554673","-8059656707569862615197310338286673090133947281065367852978507419621722767475","-1721006620281969151283886996860796795440001628756907775427595023954184607905","-17572161989437067321951441733621798289693985908436253172069196190584982461409","-20218692992300862838312239903971615418910322347212722548438011707354197262935","-12958474767882309765094514120147779144299657935276540085251910326852538816387","-9512836625239389830604407490795339956140190911183687176221228717024892404174","-4961283908253599756229820660843458827742142240623208623460467020604983907056","-16579201014514707755823586091715364489656020577385202727933585208923983610422","5110922846788746437674704901134481282498061084887616274425118578396272332314","-10910798646180446081676800701331190110122946342722984434538257156737466093543","-6049440035394830054098597169078308585256355777263338852161655163783726463536","-11781268353063982862514400621008120347239204987885064217464619575442732194494","-4934930886619101097454322066794897465706045560822196001866601262182771982254","-18083421456627392374645065011132224725535889224543091771877332904527212703247","-15208531326726630140007556683338881757074542819475085717739595424296961390247","-5998982498528072196763054634568195380339580222521793041157427175063719819218","20793600169597764228994163005288434977878696788013758541429334464529744239863","18457352567344297627161637888580680487323943660721338694915612531404886564200","4621934978416553693109101871877543348527809463373636097271680130701840125625","2988411512198994930606704151704730775251864387419834629078913073761505051436","2140115724894157529963123271300029572461595055345761197433016089520521618222","15658105176631691532520716750644048929723714967254225221905870845268178369901","13935690566540245230466412441968135316901868051049750098265022432560250044356","12545370222291451402793452772212374048625857246865193402679337092073669442275","20160529067208070643778185015836315692507612020591313874641810716277524795317","-622496234678775785523464773332305463768855376542967651489445234554546367884","-3637975554492600010763288140163746184134238523662769229918765294843998521555","-14415630377251404644634846551788637129926332521717480953735942157959386806189","6502483803428098990593628263627333219967837737994157493913546237306982641559","-7791682145110479120007253457357934598179011357194325157949542459433990540054","-1171213181876897123017446536075531860823585321068039402257846026844907582970","-12189618468717207067005200417834992132080169301197364457692119562231428883419","-21816123466152105665223413793334312661010144011377527416152263872572152841877","-11870916641537358193727934964816449031025539156858123279774316572816116872863","-12163095615662408496890351098811678603174492105200231478701603991092870992675","-8103661137164822455831386786183873675025825278314120002177537013880539571355","16042934738658343227070506012737437966906406873399838198582685272727067553299","-9451850251063246898447241156016731000147190255995357361926951924049516559173","10532874959092958286197068725776788128974590607467343027937083898259829942115","-730101660819302846987414936120715626089377204447328191186047361680917155918","8448416901663082991913670893389262836004697218181307651688028330047734521226","-16166512324600107610525016056117938746810492336014299227666230786225637988418","10012285392211534464536130238848290768095227027494051502294184696294991229898","-17418573176494809539107099666105094078241360910618929129805885477153334752887","12232374108590141859628606657588610333885222241475201997714810802430769101621","-5796749627631162674367952354905831603342685726032236120527984616612309425473","3055762355226108442286153430437947362582458604046926617620290905830995026588","-2308797688959466889165987312109245981663479834898408887650053895864011868955","15347709241741197122206794677375365600035847553665700279499399423856762320901","-15563121581864170350500304452803146357163699400904293601264647623134717208540","13733822498886481727135680438524920687239102033528709250893428597712914507835","-10285970027858318973862677653620302335946457161654793637188942423404818905812","2144033778268627918462727580570979707762277338701682322181139525719904124306","-16235656909699638401820621987660753040917135420170148291160461009342024790615","9869412200900830622999420540679723154330945014241551982694909020409754648992","-17690660207410956160832267076058275605703050399067860572533977370099622594812","13141719193401929755919675252530116178636230263651312950677159829150066217214","-2059206295305006482136432731349369021920299809441187655219398340408198352422","21607209889566347722766023753119723471786559320118883764974642007694912738034","-4204161687108425189394114809532574852106100835682497637902767087675037859293","14052199536978250948173567068075028260395231530104329649183748940180480964485","-4030264690997565202015601656711823396610262243302107159839365943992882234877","5014321984998874552142704590953389135560582574437104458756337643664226350955","-27288068633493298686827407207158231125661301388943242043471513586855492104","9191650969433372725617291725710226857201331673611514545461306467810443793939","-16735534873762245500582650732689308076268487814234864991680233274820194465434","2773589693347204168696357408052047171238339647576683682554242737292307120055"],["0","11313024405669737755318367014402636562620502948529635728203566210383337027438","14763277428008783156914190310028704939540806010642546048666046840866530298600","-18488412408212941881783137205615028812709428368116580827365510931416516155893","6790086941289599044558208502673269665296330055233789994224326149545331509522","13109422462985469190040366352049482453762933540782078979415071386905168303826","1699002666726349791159873622283444451522270067820254275344482971927843070562","-6802077404004428069963398802358566523594617603841181872476182473692176100321","-18248158297618594361497356261465019228751505624238077409837879621362922849572","-19477557014186141184451204392610337989839539560116867278533247227214276242000","850640589966517362711864726167115766349009982680241246297550080287948464708","-4348815919166290878856555891137041132965731651689474354535204280068706763020","-16089133562667257444808379485794317174608523808960486996265296369453022518469","-11414857081849083829228391173869975813994646629821062516904061644720437173868","3874414147859064383073952020924154640368055055115016490892043019298202165357","-15253085837245011931455163975980912774753481816772468502345352138592621693723","16162005444928818723537194098895539480013587821659458446206472469181917881329","-13661925492999192332573489542063220811441043825937243210362615604586100298325","18808178241511233406460604025949779269346789060851895974994270375758651543494","20061115137194786959329903367578524268503565350201077353465588595491751366319","11215184243374977143996962247016124872963661195272710109276499557958342830041","-7436231040637185350970860218883945250979291891515184690849369493030940400184","21083029227862205820941995847404930129606751432482299203893231796250826428889","-17133600207164733656460150076892507483411808758212239908127948680573573957535","-20964511681596871443770065528718365416160172510000372313286769475123682216589","-327240215349517265973700787427480235296803406395777016641549921972174583779","7960113703511641520247264385423243334202893674638052963934412009434622870059","-695648926460011945609048160599525122953498504777039953281312691061237197883","-8964192477390558176756725755821361312681700476711336127017726432541953619406","-259563736820848085340998658392424576755688567944462150523812476508394724305","20085993647332080198982397753418854373864250718890147115833089689777174001033","-6978510234889234940897912599209531066885616989647139153802409731834944259393","-18519652471852254204995867944403495170601159220007763453440415827469585992016","-5260951741570307189997932172773024759928512723699533578696661424877897807045","-9821889882285428266134198144995863196230312625090142680399344065526632940208","-4328255384206352578590835489384799520601134747343296000956364232423416827977","-4312910517799277073412217934980159725614508623878837895357137278832417010259","-12818253769101590705318778974520270904230075824377502900876523418701693556218","17325942528214196459246202840200052706263237237809695737292778699328152353166","-17642978266853251171726536079898508862743804960550666723171044616990638531345","9996037851794935639842079013598543944548973649427129576994656094288829165518","3235264879378956711782470295455402905024026767197178329253928388195671873563","7288220313947575691978780077507623596183891314595225673857631541799544486539","-1343444987830159367650370480681267950485149147898201975258905843617730205258","-13765714114620928572027960232570848981040958894643946809452057099200746968796","-16715038405417548492391919384969117561715855937592753029238398905149715706938","9173282146379951237236253882319533265507466294866919274898481303905393427746","55349649193974961802449373366661532340006533450545627027612934552377380419","13253005822049183839911630004594057502299139877116824116275095287478237401423","-478132397198213580740732740093154511643005108597227077061082728748797247145","-18540267133541715054019906218505166230596443841970679906517505965303812870046","-7368286413401648395887940656937905835247749463415378092087503903284815903402","-8286712530233750580500238969124635951719962310211395399041528273354319071230","-8047713355959606121368047488291745953231105300985022336113717070989805517315","8595758157189269124973368601468188083990083588153803642020733964458006957330","16366298946209061306691192697399946289950088362852250465221552090713840745852","20528146183492956788923480081276715411312087168252929747862834452580553579826","-18453832435251572914315988443969810042387504764836128289236982456736862293762","9948487543134005950520793352956583727998477875454911607192485054912834785187","-1070684022588866238151634473587119771075282887388355430840268993477071155982","10933951378045843605374213783881797516790675048537673410790677934414488008316","-3202831092476890911642202773763506502839197185660858169429237882906758590881","13607575664035502551805984365917324843590204164964230293070586733131143675382","-14693100948597721021668452221691667398552457242072727659657506485282843186174","4936639649283567755365218553196371612199994319222750985705586558308526943404","-16912833552350152539801165398315316805090369957502418107837133753086520723476","-12191570769330766399577871698130855243453910950089562392604802682842105298933","-13180528457616970795815134574486953343575364581700467184391389043511783670410","5498195967581619028368945861500996064076253864820914483975664829668998541625","-21167984697961692401583342852202047599044021138183282378106870239174570247254","8890957422933990975408721089181829781338976144369390415552974617617669955304","-13819485922008821895278779888973845157795180187025407117720673051193423989362","10134378568502626064256121482671873916795444383709129876900324102678261740095","-14705810242834037403793423410953127211365040936057587469773166968615469933025","17710685475311250991140794367366108107537126694798524691115509133443312654972","-11424662435102821697185064937495551303460440117812155414171526414860315470939","10096168115131360802263730385025146167039070666202858750128386856518242992309","-6007725258094719487062649308381785406052271972533506996363619657195930410928","7032286854702576142748793105904240905561093745920677976689652327316698286541","-11827098392873545118428164480035359183707650332399569966180752391795592211506","3960681046234769243784804202340030751550784156963699656643355543197201527186","-7629057161809960938433095390358874276483919848293307294416948750278647537240","16307064803397048168922055223715618874504090186490184125594690047227501213942","-13635414881068353710075802441545586098957507660876127886155064766741177478430","15580790296305442313008501951110850242872448565410038470346248265705416229295","-17157082835981154137477499417842329505539924412042387160352982089420761593645","16953396516879799283606276476510550357741825173077418802293838553192795161893","-4439545899853588337727694732607858953198877875628766245267240268598474069111","21542542714460232661110455863385722740255484467622849154059192362431835034232","-15785475679403357319124494155664836481919761123995124319099464025638398805499","20186294584756955467526474559437933701014883150775598577056983883439776617242","-7467505043085603538530159538746813672555425516885496413957028932248916044329","12860664449202755521407861334909049978017667993286377986641242679652234730887","-20694575346262476986449241986807812702089642803169060802689961283160679569333","20093741934224052661360196670932956260558772933523903988552769877949653861419","-8801588888035265395077031419300576736401889358246599995799431685387616597150","3620184012465411775498427732699658534697744337615495469320695656308382782156","-10094993483649468697138043129815963231140773829960854651709036976344304079336","1181279156486223048959390759990471997627378522833288799209569074497111901608","-9676450256308600443403882585746570767431588188984892566789929329423914057859","15611828206172881341816405444326947356188579890518225035390251227864268166005"],["0","-17024188900319436283969426690755658402204283422545804489543047700862410046107","20567828425316693505157814767152711450409772417512804110663646318188173612381","12046438010008180758516787738174897472949014860389098586275782037288274449507","13726196720138904192025550143205736450791902653424040441691072769330867687284","5484231216089518530590707929955441240862375103759686887819002364196590553557","11347153096252513947772386452063633571185809737784867602031802733915700556478","-21837578463173278613050308497742557936389599815728548109387792803074757199687","13759811749049969573081028806096359782812459665986285123630444306293415642223","12929151675995007771899154985827494265841696396226536870128374041046452758201","16568391261604158353065250213448669336201125590667132467607109291673620371207","21804645296601874950373051172357984089391348667854454821702723426880471395593","3118649769871952232895439358136620010524768591093209555883995044416642128984","14447030173714188584759836849684587726753634923494383410064906428328710293759","18249322357423611311355187737312042895324255389541761199861030143074105060249","18638007820963816385343064736476878723656389009757887549975676818144868995493","6128948037111863828703204146588907864495284569321574723385435571105423973992","20327376162147040620091657097017318996977920657892745813199285119841813861638","14128668605760928573104656672060602343429876881264731495078752331039063777459","1327531759205073243759754609555109495799864505442706583859819898692232017535","18250785573171586325133575112066322100251143330022488999361581544321030373366","-11667564087608054209876701861940943170443010128854922079820998449245237634105","1541103107533287939057262768732814893036115742203371951665800333161255492628","20513526503145745696453522573147740888999549419120710302326837461757148793536","20957103476694819226456286057762630553963742126700715719523586157791607388318","-691041256595585639383877566985775222222615883196224921520559627774023044617","-11022593599313882502783822332762572914342327005429174740786298314437019677521","-17181481188226047998098364151033978154610878984905169264642133749139485436155","-3115840146753542364293473766497170252033247806334641177365181371389824531362","-2169117086539186053001516582062054923710088682336776954311693535355832917722","12480514393845947196249504107415647172077399958919487993497761379420055196939","3819743991634098193595874093166507734588986514013304998358969628671679647793","21233031277568251648675029069362345916387614181911357077754190942200671565602","8339978503259062812644821826863875030384308760963881894769035105558774556350","13808384749797021518838828758853912924106260822471516976011169993271899023929","-593328034011191552856312631942594631789561542394805460065033561548339250131","-20493098090777361961796305113710127398569007061517573502109157848047685863273","-9922957099740104070763570214319550012454860930822711151545860185364355290931","16169779792614775551219725559710701255822344510564647047018713354679528501496","19324657309586239775314187070897443500138599834242152534340366317117248194463","14090887806972039702847351124311399606899105221043533895540079354146942822174","-4525575171945029158590004728531860334822852903075452323198183555845484410237","5704551415844076628703945771686855749191958540098098839168238084775227011063","-1907230111531287531002045105567611968482542330946691249732917496847320104411","-11784022848640441711473964050560476606430610004175619398425052473800881378448","-18607045283399100941784757776146121822403689865637813852059608166476937363384","-14211695279100468091137420843738801585922398025861435199198869761025938651156","-15406353677728700343429423142189414418744298411071677912955606256826739699270","-5491219490900178147088069286377976152768475819728188774942067662716523126878","-9886278636506238065403031062196906281329207092214187216213972862919866209011","13217698455955449814751613593205976686804957526136103480662646993811598806020","10589029019640202072215923718434441209851708080845512679075067607699407657885","20041195381287037540680582517219539581704026243727187616014205957101334124111","17978604267956643459426725925395181670422935754910260722122406142864184192975","14566262701871026285627181941576513011209215942123702516611570617072529305302","21688801708929563220869225596033362770606304190647589437681179892645283294409","4310735939127906741338649716578527689481769555905577599472332055435397421662","-12534586673517293272353490235916098690522525667089877383857843272044614841359","2808229749982612925461919776513812067837459666187793607634996283702696055565","10969617774269791825774338593668317252067502759629896620028792107545887830782","306764098619165237043476741438761724157551061669035022306527477662765370675","6012538004029086597487905888305618148503247802062886292663121296886262659300","12353302369546883619339815189320347366864588452912209627161912824499240005992","-20453849083466145309514242132544592915315369116849447249965787163485520977464","3128429170001060954951238606861891959019733454310277409071288579954392894808","-16840953995699909825789364942731917185674481002928353331855616142489872809643","-6716316104451284319551327831790366306754152915319376078226408525995553293917","-11309505904104474498607675183133652623053503762928072899174450095285028990016","-6145043810931871972387469949641231934502199576980688247971621595652772046984","-1807047859614313485937190813688917843702939131481054462263990979697006069349","21467405055861863810234944461658713982075397529356432455398480257817581397303","-3851128774064470814270340274942451949836581535921065873374552997704961501949","14767639302250020217818118073767181946210130065546944009818145259576331583932","-3179025620654823407116538448607070881490352554354328608714706278238044488339","18527691022873528202592423686028580498535729922517813416329335316483046677834","-14194725716189532967190022439557784917627220792101962684783328536812630173408","5848536507478082267220745384750274991710352061520649749820877793656198357160","-19416139783624579473748241037036002496048256183251579224780047781098913651277","12386073006853377008797931818607505617951132623830297854270540902267036670495","-6462554505071618623071584380042735134815409931909712211232501976134645496037","11512495173466625491530488637496900546529481497859745948622001750992831366830","-5748895868241822777156922525406915971460779267683265284518373857618588371999","21745451054842666083829108276623072709502160819292118005816857780115920522293","-14317931754558958175956165427578409511045350262112751903925993474963550334930","8896867620200391959892217675498971579408503258060593397916814296204744256647","-16424827470551810029488132165740476293747689196547162440630708069430025725062","895969582098001952138590128389289563212335166693900266529110075153001919705","-18416463500927356390253789070389860338559856369774838581962234847046275735431","20065590908447496788233992036598142189268309549951622415456074659966401975670","-188152001712729145987157100795261899873101769744544417060452632302550467768","14374405558435294068328360744472155211254517462066918965876442990552724629500","-5960492898118069162262654656023060355662574179433330657057799593362594172620","5870689481500217592342006842961721646286817438678124329567371476160189509910","-9554588685683309806734664149637071180801170946291251160314165926858473435309","17223010820182893887945615912420763169539381973077188788457682078526336862980","-2303437115364354119623518403575680026350807283676906943625259441958864779621","15446572843768171813722333073927010070343935543488156797990714928575703123421","-3062047967650088798696658342453277622543870900558898197666320705212074670665","1252496315302902278542854245517029904942731620097345971129617856974066064167","-18236029380232610065380877390032310542797879394964679221120824914625578965267","13900063071129457718733732372823627331528547858126019521678783429121340026545"],["0","-3367421980282965418807139345424196167468979138525543745184339105606143814618","-19666603461972409661444125371495552215633246505920468538393042282375429136629","-2692594417943871289945426303176308045852910690351582515703806823598529036516","18747912856762050691396129233282700294697534028268123626998078080999644509785","6929685907206627993765545851810981408550704971389013929123870531674472129266","8378229863068472763668846353895611665346741070272602355226647249620335949181","-9439002058177223169229824535040648983728477685369828531208820942814688014742","922486485011741167001834572548625135122113526758538898517544780384992287216","21350357243590990071647817987004643416531106828905746410982577246890657918849","2527977374922230325372107457976557245817155044515663574879921382352098608000","-16502701838017803946328728245093239116988626548042921976027432991964842369035","-10551291913359111295721006284459219253731538437961630313931739118209868999340","-3648854114165940115591937714948914910269602325443551610165297429008715426008","-12470416504521784742152452272988515404048037915012086029344343739304048591861","-21309027777295387629146481585183405901009372978742888790260742769740861330445","155718908340084175300876915539023829467620494771794248632427846768661979722","-20549131827220205150667507333668838366725802191652473447889492184675750823832","21512677855435075579830378859320705043881446115210690993354978382994635785700","4240488515433211256669842298533548194615230753320691456233854098654496118481","5174837106857830649923580129108137190995900964099203269348946358406530489571","-6624890084550685524575745261330707536321702631886496476421991944008419269871","-15146104791123370205545579796889207229818100983059677895066720678470046315369","-11531543770763970460020295871394391557806349020828796880472558769107977966828","-3611345190847784496108536919193535794312436661191731622368593788953994434910","-19691820218321347283816352411917570883765773117296686709519198453628945002691","-10382331592692639583039848453632298838957400768627971877385866920740738707714","-16994994628320433353952235312046993166522106330604230923584703269309934928580","-3823078677364181562589920741452004161977786569648019203627156087895805623002","-9661192412337566387084845648334152747849412554298850005963821499729526046881","18662679245768218565273166276251785882759900678284748123780704618701580342644","2160097060939677962829080305203169198142546767234853165186698345432988533961","5967438217943359966930885739823902961707391110558665676895930981748223264141","19711807834848349609716544893914757811737709066736309763946768958665128210233","3050210525481889305548946711736174631607470599147314323795079746599133919815","-6078312379276962601878916176069669042765471557695003354667419182089164811396","-16807789188923237379727457737467559136085075487162642151715427685160087172798","-3859660053744011342843227676684496954181026568596887039646420555583413407581","-11271740331790142505666466439649426807765937480454982863245501470278725809704","-2402830620249041981880775266889625118791733371146588193064708187374384467559","5752768452848598675591440158098788349487982636707632916237699884286602943830","1246097137344340574919832421971909574301750755588072187278642525159922404505","19225372004187051838891139793110953330901575042719696756432071341406211392870","-19884820282610236631592006759166294613955727694802114766210647790070064832688","-18008061159341260514641214402478126128795453257381919291520202378867520631276","-16472794225750457069027798175648372949053303710308801828042436897709283531985","18320915738740326374475934314110879536236802752717475811897571385114119597493","19330043481735032550090708684732250130915696452958963057649543002396484166433","13419767226605339729851050509294551325721724276784413820885694101020878694409","4368628322868247039360977528505152667908160519705252655062880166378282073820","10977586662175989510014646119505668403757261109768968943170014524552022372441","4417503967488358683767767346059627920506015204243971304645253779514088828686","12069195363028728292733843911964011632601136647998193935965335741815473933615","9328049648382926572514992642204217823777704054985745855216587791908710741888","12092745240057777220152878891222041215742926018545402885549597012402032158157","-12800615447953683613048631018585220887296560785091344940913456738181051225209","-14282622043066365067103808584629882040516566752470494184054969679164629385440","-7070564926679706011335938663398392467062425123178155433895507027164772607101","6032836717442045502119873452314950456222261918097220914505876652386677353480","-5097874995447654909734086619157424060843242616916302085696368464581222125998","18323120455895774354569501609592363714844500493328196959643671416937118919119","8432021699202793527698021232245131983365602558078885405062612544089066711236","11130096860905107732752685740149541752359384912635222259774532207437871182213","-11344729293241067215180642834877674910905215227558713709116637930338939680282","13775914946237895778931428105503984608589812134197530523456801877755704157087","-14679823711992398539744099436266020099893555657919635368508856540447322066048","-7000653380716715555188279973188138507156436357770888294535824850871889401650","-17794339751445974384418093980899180402840194998195382811124942888268136607725","8549459109300335444569115763412204545853101106930448011644795090859895414342","-7157651282422130878824809274919104579229971061934225790954340389587232543233","2253901173299834025895818497582052593571017630330044964317463045067944248709","-20303575145006392549732197509555870576043105405251425697956794477078306348834","21348010866811882510916113844148874536053828079388875883123910899077402075626","-3972141466600456983720275738346606138451371222499766995163446690467760650247","12365396998459775263989613665440511184301514027341342988837263126902677707399","-8501731228552161315825519490481306979009225069073890327765075254116444813291","8129625879476617575944057136610228893918606341265754728248439139082026763325","-378443956441195099492869367497908369869964149379310482799901455366391982071","21119777965863035658085670901168939290034043278187072956146074061764336008619","-2016247907580864632728205039723191944987898400434092854240808497786940133095","8147085202643419503389265428954263003336967710959017459046426055375244857704","-3133462969347219317780103910221573190591172584400074794326421332711200468733","2511603876750348659852983764778835153494699740315623501378408369167222582467","-14579560264168553313490372382504424179610539479783249694835708583011019837458","10855636092064367686488165757086736841575523348672003214707813636597785585142","-20514968328263687855376685780031025838506344930289610314881988199601840576070","35326133825298986200017531503586718576229945491263918392956904260907032661","-21362767233694661271122355890360188164598612521455590490917408944324263540659","14856607274431366130922952261991709601215601663303398794398475574977874950992","-15553393101337810968852861670335245579945031092869290822566497062137012437879","17844705911953010363489689735791237401760045954700252192423577340839520314450","-20569715892162118629655430892250151907037931703971116619754100947084699545006","6635374972528126109304518222450201345576879806245081598904004876127616467614","-8571506162749999092721168276870815224367453906956644389677445846555376507608","18766171642599075525846366986222532682661112187380702870265403134194918234558","-1047756431052408922091961598469372973862954314086272155291921484349023339251","4991555422909160687308834280126176777532210441262430853937120819060105917482","-7277452190028894796710660758727713637804823209264175906719334113255015266687","12475439584676041121515913689293154283128083339700757467609913781607127353064","-15398509521432534518701003615548278282763722363286501864721550125922648036522","8574786482483021781835293599698563520920283804793552167236667489505170951104"],["0","-7613301868465834859911793302698182639495083269709924989112418847506651736457","3200192297030719785059477376537151331360613819649267381157542448388760249760","-6177754356896725727760751819685437984857060263561627035083252024133868127943","13391626094479027128189105729092219439943098110071489566144242997888928320061","-9626002427998159627096064771500422320390603234812614057827004143780658203199","21500074335588760582888867269908086326506807353519779878456562574763418616093","-21733091217552043594991128963971791805770463508696615930883475581414512520606","14099747148965481481042377371172969620938979225276304728995197005240475779215","13064077387097135150060052926362113411033445990123073660079842356659102890460","7385986771708877159096877671264568646134066048569735016169216513059149781910","-1943224583971966727641626217331752154015345570683678452681147121140228158638","-17743213555790957101553722592230173522872741738440124547618090100337208315007","-15801702243425773236194525659646623389891704088268664602364295223267528456172","-15496347515376196932930546373639376247762253902140085791641210807102748978681","-6927830717371804716352702255070036480635587473825447037158273348176586442557","-4418785425748675178069287653758615022222892995783485798489883767735369684698","-14222224216859161091617203919363082708962446015925800264593059962530730059790","10103205452433173912532130062613621731781332728312977593802708148622973650478","-7707321935563713380500365686806331256624587580732894945005957370003552083061","19477328792773616799593538016537863975129672308528116112983464226417129713430","-755433694456971062457739141933746864671055289376545995328384780744845748015","11918613310312432513058599551281170746725918169624333946064740720179730522247","-10829435808329656792914329717735917085116635371966361280431869663274250504374","17623520114659670792644482680237088051231260685835015940700000880300721853685","16225863633889163772150344470404131520709527845520523391463845953455337883551","12582591140321628239207879794411171878210730315439053714003189265338757290527","-169319961331482213851389093026149786127705296957043884282367740104267561773","-20912401210255037386744884317653940582255114927218146592838165660155129333148","-14836044831122102907974952998719580042252330275586022433337889271547836196482","1407739692908691953679626967577309985150235260667152236366232513118049663946","6319675628927024746967118647670486857944808359778504044612240607320110150679","1236554209184050456671091527613438114101778069037995747739346475505983826014","9651327860185783387644344347757635424201600700773373244895211077260964322381","11395490091699704474337437112466628361535202483935566195680066062102826061392","-2830199214969057672893667910419909005131046848216419827365418222380854827981","-12670282961812887302787455232243140661112824909494680423346714066603348036128","-5639501967850508962296018259310810732884561694035850860269299455442502299816","-7464687752603751981227662662636284099734993672618369570872487237153953660824","-19299881891051219627515337926091176376036523915662010784233091115794116712158","10343223965955979410575978016456191935798343365848644131685430107295143324308","8575862425726541644043631621261843842225972386666091535092974235301950962075","2695159912558659640684014534613039410372287789119069077300992108412783709160","-17571442433117955833526882265072647876262574728771033075404646359407602257576","-19830319012084388591757202042700222966454131870739698234289371943289202359165","-9633998567680171281345597546642649173466136642113674717518030980399606924019","15017686126599976699112790431575355583462665101580578287733707896209968835325","8889192237662748676057675946814564376706941329967871007359316950974678689035","11102332273138867230395857689996378699039924219012689391949077205105178343614","19063564188056761106521537329628755583038019363104301774319996387247380230400","17601032014940705286765163049694932327713380715282438860463545671636868007214","7143166519119950158098621848707777203469200153627525335815559689820888434704","18317550108761340283963226282958702931980360081826903700360214415738488483747","21127749269370941640827311875237506178974978046152742767983954521324567862219","5407824941740113066697717426277932185162840507203679024160048631170732623491","11892337959031308067773710660096010597945706293752584019047004187998324079430","15340751547663786678208976002686157009358199283749974267939698777484445970935","-21287844937338947213402950835345846815395891544936614050683336365842628254954","18306276279871784387403756145486733928063118514970818787782062485927996448093","15392560085924807863544012146986930698777201026353798306449081356237313393513","14854210936267495223642354194204549316407101080373983941611572227557806489828","-5090710391019197492597945934302209151866990377262414227985967367602943219177","549821201360797118159173683971335684426628406419600076711749851831316448803","-6743417104688301517805820230090422316083249511329090457861160713825716973783","9492146195421853990446359283335357074299703139810629330322108482778402400714","-14223629962103456574481330065220325199737308357588515156537223040316373068338","-8797383637050114815885319687419807943113276004903349972603887327387619774121","-8293529755004814497765855172757091474694067859516031109311704688023508755412","-9400446564894893576886674543499929339221396796691511180980400614292231992612","-12457409949385562688733109147894201196832116747791785382217157592113239594288","15175817289247699730951661276335712335366527102800682327963166464680542056523","-20767403389083891743062457219993595096777008953999578602075793349863590496403","7669100106011329750486943891364572307736380980171453113861531308525174079671","-1172408671773692157206343242189470336886660417692571756206959637759822336498","4527531682743626094147337086785068680339649560621552673750565156708044460905","-2332022066231721016159731421245589422861017083733787288780290880484365935337","6476771760147542190117208087436593436442562517385659540638372887679246453934","-1875587402663284463016398009640082255087518518585517330924094006828930599442","14837960446555610080592792892456264172662730020702942619392439998245266303557","-7451692109740632536675379097931148157807665532029285865726077619431663590704","19214297932342429596271660717714146958293829563823877872543710132362261759860","-9158831252457436228404878949330839121709509992304244727138894143689398951982","538511560155988594838776850542732836916208183491516648141558757590636307025","-3083013171679233094224779430185355811517477213685937399476216809820606545428","5241535008054959745418748354595605918194013838407442118371569467551949557692","-2353010969659325262216145013662146764307855323384947893425193393750840124664","19616025899405923568131359383400631237125886004924689784455571295876399680147","-14047881239419598713737087804855039041588532796218362405318248362154903835971","3142751335588762197469438679335658487610743364859926026670736114530820263918","-17387796254475776866980025218235842146310333171485191233495284802701553367785","13545210497725039573129116778903716125382848224004961931776249709251048049026","-14983685576544383303563574365256507780586416674173484446006363599201729404330","3476374943309130004100055649372346498386073024765815063776117605536780015197","-2316928554704657758973591929010629974072545638442962417854467976643568290909","8985342872781231311422992029649209955019401544468221397376937890876275152552","-18832351799471733541435777647277906309278864130771593268011521695729413928901","12730151488324731256996661736623448714137542584299043987478827065685892751161","-12565924444336554586183436088251535390151201810591178656501177256568787579984","20658304341184448329739881134145307684560382228410702021938127850919995889565","-8373257845427683084930130741055750222915727175971443019382258862631776402877","4871138593280384883667348864009647069966067297465683203735074924698618101466"],["0","-6354651156340434741942504893784370186997912245282074486880123796102481955063","-11733429897503398785590276575163297016044313760400336643776497021763935021542","-6177386021759474594865089779264460895503779322032647585225576515062031566822","5408658528421340625726081194236568361276875142030084435278725248415102774914","-18232476251672089397448618307601216456023316366705064375698101559932770097202","-4613342872959537383680747344877839213841263358098805513490003422288197230101","-7984337847368201528163753440230988470373972202368601965092325449017030395459","5927017698755046262487441296463028130404577826765616020759434443053158813739","-6999854177668252978959337060450163889598100771050961086154797348018778214318","-6975496257854205620508251283932882981022617322438096084984962627285436499585","-10774807647291586188999978556330757979317205458060155076324246583027348568461","-11185474020562949089746702247834970977749989134320825860891752179746126505435","-7955771693852159602274706602828439353657886947432082438736842842962792120524","-3255798590770102286876617776154063971003561857645713788950391327785881150052","-7616335231473807938282754848121643394603886618774831973534089373224277037627","2808321673191918658391177941557025496243146494666938698598222837829514035557","-19204296105912432000560542475714770212213660482645526995806242042868993646348","-7363191536056476568533534659862853269842088066514603445157608877597560799047","-6479747522584593629556834012965104477117863391710199041245258113657605775435","12146771079370119749673708295047298023883383272185263411450221254387225849878","-10886850005323519522683250828380560668048680488433591669872805419496351086772","5475729242910354282756969810492420102851613822280427736597475312618572655871","-9465506193251947671445986227120289195941379423970717719353802809217993667649","-11661007146595253555175697516930883387008352904177552520444459254405981527984","-19584536671512235355492500707184603206491495512993361432585881056697596246182","-16463318363516139515727860543295351422723327390057306994278279524837818144275","-9117337597649555919999239354278004128040750095602432940414703348133721309238","3445296059214663173578360421961562888549099684617394983854053866414642558491","65451004861595445674658237256944466709622560051253160679531758422724024279","469499823600428000713421518245978785648041835047759335450470436595107933169","-6119273456211504285442487916900918859523146927525818472844539290118938234955","20240058197627975636523578648698750957094977373610919985811633382040217300216","10514960281760443243828452369697708536906374588456070723584892162689009718985","9270114027426020040953402391019435230344821076080394282499415929699452885043","-12274729164077315312398452163458775799014566948021892606073708713746736929638","-9989140056934943541529553840104694447600797569356104861160462341212269848486","-12219462846174646245961563379559352465566731275394125989691324467860819773297","-11484373438857631274335294834601271674416965267092929024993906091807808947820","-626502068068572047787019061401121537238888199288345292995819243943513254721","2749606442424965385278711365466610504005636337504571547330009754634425056607","17900064352187507312836340815415801831998714317861563096997774686720200714253","8945009181646218864121684451845400020704380224504344668997784563944201918099","-15574495418960487915684477102374073169912633070742865075420926763775254540945","-18329522974579553582615175459682653573066859315829032023094372970267096512218","-20038740010233892417240240583168769993252952112028667489128809389537046224671","-21530494379281627971379254940480214309510987515228509294719472825210039039357","-273048525804219606516541044216824056867294762174207224687142562817749848748","14042409674327646271260237465897570317890846357154252008137567145200268438748","-14896600981744352675249815080394171867853287171706098448919053879685578998873","5179972204741902754416561796167563675730690519205631265280446135828915393378","-2535152821790355895881649285230781415336094106300166789238876561810368658092","-16148798123887223655974297239963063764216554748997179575540336496107093792465","-20051814783608635823756139768477566656555813895287964243258690975223787757380","13366492983584236928072044364118798650449617951382908984179762629292366741217","-6792758392826825025408775331448165984574371653236262034637702529534088317698","12103565249261101948206149268526251865611453129514813048124984655240119408793","-16589297295686686426748554260196131103384704291115790764446567643751895431547","-2449289547562396593296279205706987687877749069738209907674864541399057025641","-18227033017422035490284883066390691622666177388130628740305900329652714481286","5328957489754655156395503927057548646068980022646913362314385405037933845143","-4311728130799247138634397181964178533832554120196256407680874108452885542644","-19642650537947595419610119771929925407498945569168020586493153873846659708543","-10334236970821166197757999901164720008333755762620145185311211021243300224254","3928824008929745689763688892845368074210599621584347838848335284523212379584","-18270730608203669897723194204253923887028978390715686961012356538905810315686","-2014490656385329303715936617937448195318016186565866583602899051189556476151","-12949472589020620981615405687164237587822758897054686368606037391665924408243","4692070193825779704014509939086394751708297896303240716913984694064626438381","2066046157061530392235137582354051239079716186023347487973869945024210866118","18008471344350131410215017321417925725719230683735408556782362635706587940084","-10276330266489726350907997664212351707857548017326920332097439878006212198757","13017723755372761406633404599874193359897709172947051169462660669542128470980","-9898840534244474446694550795186235299006756019530662676337941796491567542933","20241431274300028607905205018514187606225464893378796902195616450584192845552","-6691053401219790153466351607667948801800613939180458842404377711305761851538","20243105857656928914130644938392308204069573546077132709627899158628382551172","-7092497872148198279014998958541439780478372525057898725564095314286619473462","11183901963549145027162520566216784532838582186315472248695192862107974701071","-12482782716845742183896201261451260983299514878657860904884450403150332420241","14099053292553956087744249185069124524505759638902068906549497247834777178164","-8326348015240607384957416775315906330154488367471425403999333949466690731429","7767219527535868974715301862177796803925750305762225758466799610498248538061","-20967397879955182869811834690479069482369873662519039448247107787429347962557","17359604212115731181576296645862520524552238693949939318555802653105732715045","-10039905835618109191265886943807742934482236817118622733447842885511112908801","9487400494045084378125894464772702836937374880847323588787958565078960462063","-374939206039353793437315684260317332733144216614984113682881822773416155785","21755623747459579401168559799558274283155198031237298776947964444927606144168","-21763589351651309140480566813860771612398311981619021586138268267541622616502","6417190353557446334364415642055371309770972832091044467899330549567290271372","-9814030646907070400496233164272683923404915543076446318632713831859102726146","8328441765424264492562034063212675077003249020500666133349194081603403615725","-21244010070122191596444563904910229218798965007531660009258347439279740715772","18681194081307015554077621616020899402176941792773507688007890994019633264915","-16437307738684011497757139176104351288686599710032194360155800792666258563460","1901134595621429128959306557212666358803263921701847142936980701897398664332","-16178258204253379151695948741351575754003369604353440960965834420546080186312","11517394662001513959838465594015584566066456924270205867425419580408864915655","-1581602031801460388901817106942896510589135872852496733595786688055281737136","14408496690103561934754674957410012408804499127381555892721572735018139681851"],["0","-1862829180582065976361396233638917028812626757482215688825379079708592127844","-7872575352880615164349582133981108977025477777180044865079881288262123337909","-5072825107865918231473453306407159894098557748217208278170660252862259894556","6369723108928818145002360246403793558684275202184060612564642315766207521095","17670507735036907253975811390917637349136578332419027451398269289525533941594","14511899849750132160907898520886983278545059395829989315903360648318852535690","2339229744184095365532521370594817197272753060899959871254485021369852176704","3887197240876963872006319560436171196045122017316281991169687909428111777895","-3681617168997841312652734097727072685062687992478881999134561339232290710350","9107093703580485027691491178694310669396875414720183416962326428432401155633","-14111564535241802108780139421662119162458142752285522905552544100735343261800","-17908353574638770513866770039625287122515468447804190596680037708632978435003","-3390906129585459923582688780277914472291271533034179085970602365734388087798","-7382631720606025796893392836099693205263202923119391447064530848666040900068","-18329102745819208344908442809940895145603481972760669528007751340625873536485","-16256840799909794495080866195810430654372530365964338114895430138611412227682","-3222158206932593622145113126281556459884441361327054216764144573523442055792","13609593792685454699346365442904879965348138945242264249358660170102267038898","14121862296313981028778601932389878399866822343080435653351842807950298715932","13209008310699387729925215370982667151275419549870907266185111246253997474355","-14911531668066067680979911713491867686031797363252699596316721511635442135005","-374991000123903677477163394026951136501178081285251318143467605002875503182","-14472439323749205295680082200143201770238059645317757776738091946295979814195","-7395228796927409576522598247695429563164218653029341530681478877947172978573","-17560645965725167910335818292022324858688981666628809520981580899738639050130","-7181370688094412377352879245165337901855903088105769618190942852683238380208","-10478260493426662596592571582818850362805278057676862040909054594641469159729","19912987244610392246882821141800580613023665775490056478454872222894989736855","7537205939808007807344126232718394565634016058230607837813337389675767284224","21631672647738744857424265813640797943932790518108110893219455122740681434948","13572513201980299067337735408480230262175698912531897610880266154300783840263","20167481809393915719625319909656620307127508481833261552631932965204765510675","11428028786061520201956202081960594817903785188890153346297842821210261047008","12927661034920450737267423865032663939516412514306313844512856369787663378388","-3605372197249565568655476728935779808657417055380502510626215129431743084462","-1432575125839720655879084172215509973179739687748667000659979853184983636185","-6779795659373357101888411406469679678840103374268702305248105280072012758972","28596870060630956007905479302733341067976836333738987841953944630157714359","-797440868015334931625542471250262964209915291925958558895861266966527860082","-12032597751754820655758669017769784147810872389015035138866777775283977712151","-1018558291408520858575649614165179845378794351998777837398328117197608027759","-10277000941648089843058455542185856513132867194005325933168610370303038636857","-2834021598438255350625387034091209129373378607589732327203172172455964420147","-9435514868368217142934445474632026567826869285944802625155015779209222391729","-20261713143964626385002220827698174972240628650338446799642938153697278389134","3609074314020118620925897889605130150376558931516108661389475414986579634844","-10018318264755299904836238783914115090494056056242439103370247059083039264007","-6645644818445200882155064552881216400023304550571961871354071880442547665306","-11018422879508797450668784693361261127135508634144166332320413703840464647054","-7850501753292529267285072025717644611735535770512343825085547952078717431351","-19125353160859089584557041801645148340185460555729108529354846881776892733629","-17765365774691509559683489254978227710344316314637215642039268466732263121548","-14095269529801006484492504383283181403592875495197816535498689762808713023452","-1262095507110984685998707280442041344382186360138592779335347706495679908255","-19901840862681022098873405697740337776602155170140627387298985001780289589268","20910688949826679066296303297065821569115066996425771070411430907202009749072","-3202799269073932662759239296388877866411428939530912019753548996923536248704","19529452350566080658345249702874353269689422889237597023069863741299489697711","13981610792465294505473240021423363989284244444710421268874521397342718266096","20923935678433357328394978819797369453057968959857428052533809734016827753336","-15480302791826272447996504036222303842596700388372389839011889432494706804454","-18560536693040304999647735151869373082259275082928023550995106143484059236029","-16333519228892202725528854137726270659870608065204727240217819738715388709573","21615008889677919671562785634587721547204611044815568853377689986950808923443","-13927890691272186636361413859941158239237232749964317436944575927497944787414","-18967024630417887797848597881501853697264487349180664923665612220702156746969","-10401512506045945173115150443638645333169104618924776975812197006348359290069","20812254423860041690656297804425369816980046754484157250492302076336771833617","11569435890352947532588307838480773636868509102017343780103785715676966375254","10237480764347492667393942095433306676325523482899647960217130127280545405059","-21842754455481863346380561084610919773402472732408074143321673480360290833550","11560281534338582588847528392224899409593071648029290989279350190457237788883","-10921280627323544960868028300300402729577878970681216756394053832439490186934","11649895490767527800354771138864353832486458329929551619888991676885286543821","-12119513167155076690892849361454251800857568461030809943907669842649491272640","4086685665188500701605134618881791353830921253502942785873262210591732100214","-11541194466555185410783765077697486695515581852554500164879731020551765052631","14547249400845023408368739355981698695147961266217318486650231966844801943800","-6159936832409142866970944345235593514001092676152283921277476649409079949070","15242549846993857996218760608779027017545541115359088750378140060859338808445","-10372859723975667623851743585347742965330351801079025345798489340534809904748","16566739099439355306393394646303138678635141294293023756123443920506584791311","-12006224360523547680201740930106011684525821746016604788056711805676626308955","19553325194839151405698138099153325713402221140017923743757526579957730424922","-1431477378611324177316577239888890541473303461389580281733230127736162258283","6436836347165387531136887260985772470305418275993694057420754927697137420653","-11623289034864604749209262519670484625793504894119942668463181969156326376195","11414554507898553705395735419017492079024594585367587278168235522665989574122","-20705964548065621175806779178328826658821138390594489121144258013392404255428","8688059839589473186399097736992770468093664104674054914316205790512520836055","-17649185937517068879864654521268109755874921199105385586233917502536646025137","6193812281206822193427111103388609562661954962212851297814404781152618426644","-20842625176493941237547605064956110704245024242222825748993438252852510291347","10798168045130653598400590843596011085012227237388810247952509338386317447225","-17532824688529732445238486745004648582266707107591086964582571329417032518153","16589346592293738521451189516305976089837564603138466351243741587099366666129","-9693089639296094600484298151569246753354962412819940079940012575302335930610","11800350086023222395413478048457404114269699891761925362057693074191571749552","-3982291701510907326703971060017174334453577446671402772148480391002399106979","13131099344164583563976042827221528654678922707805395784218504747191461068720"],["0","-17280191740925743596510320325203111912011866631907395534498582252559848019829","-6169103534861991712294031493663486474491336835208618093963785919582890198766","-11103512860642726100965781906669509928318403178942984404181316582897553073448","9917707985781749956627630220708949444473223396395512335443841031784057818659","7791173203259359290161330683992834696894709796907882435476179793970729725702","6203230982126516260974623638623142757049398516549167465731638338202366058203","-5727017131351634323177941674699271129547441029658794306011281541177644781019","12268626294944604450369290572266991066510066868713322688146763820700421412622","16599120309334485243134952799705651733041704462401673432231837154002787650267","16558352553416262445798174587445506194463198181205495660243170141197836456908","-5604894316012605357793506396345188372111099849833994493503584854747675909635","-11805695112992396643207800830741597664002377709062800794873439883786681691846","-5204124635134627486550441056455019125342141922229608972945886736300595329061","-18954336575037628658757531870595926547674886349838389726559595930497885787165","-7780328552182184052081223180040078397513600883327690333390351168676222722531","851522807638067853602581264139741727740807931638684443434198870659073867056","14271051079562062639499750688102373494442279972333759427571061999098172382830","78517474678609480349207554214573564683538273797348569789607028765974232652","4972304898488880732876671386870909176101240484563709557833617437641785169306","5418321388611433287271381957758852694683574848822749569625775561453534921127","-1900537594379655316325922668250420315456040954868171946336306229870370303132","-5849008577913063268413441929070173560488737958742308866816167044559224234211","-7049284463963760024264861816932103660364271389868453320617182187287522635435","-12914688842005879326986487184915713190588919678479905288268649741709683250284","-18339049615119822931887629303558942350656524564111367060409851687498575392078","-16165443965873686621482935963626338631017840212200951471763676803675276491020","-8430633882961930877048208368684863298400259747510967866504287018677781994874","3139377284929078858653525214736031524352202238873398388853038626542992351839","-4358559038519567420362590082194985955695449407974621311932791310309599990731","2837007459517178175060394947415297996194237126283034235349269835126992608491","-20516701358857169339016286487861239190059407286774956285916673282486460404639","12310802932359136263591205518655325161589003199583501620982635504338091000574","13425171473404569679007160778435917415059124261841365089582215510279196768511","6476229270686517089057896524001291586920783481879610264204206454819897142159","-15227056115480707195505589185461743367922196247176162174907472501076873405986","-16429311924749543958548356864917229459401811576546205634039714966808843784566","-1651629666841181536706203487892879134519484756203546189754813684795653044416","2302173150922273317490019348430619790548825579193551140676511895669670058795","4425057328775433617844261178033620509786006011084099283335530683550417923113","19485315363422236854542342258201144220024169991397947319361702903581101174","783445457767887481382517187188283031930436165813541672860305485783526849272","16530610396081173962585520108679817857305567408419223324181748068143552046870","5987930784073904980311066829198070763145026171200500300335353424008741220487","15707001820391610691340333866018714260574530491930650307017675349804178969435","8444070157121983987494966849642139666033274273087272060839553362680531464325","19337078110602108612637082801014374088655229474128422252805906531370266722106","-15165190206641390491931698101734673601518211392331537962409710526355800983466","-19919699393222358265576529919346567564481135623927546354326838056216412841588","-22708542487632675779060314723235604927848813740113673564386989019970436189","6776665417447814716850435467411468749758547269200930220749312982045061462392","-12550710666843474641828922792893355601314314319222945603189414709766787074397","-14432781975478873310012413523874289061576215379550866139557770021501531065550","-16793472354813345315143995260818142787235968482067296954303600771600693875134","-6738015028973302707874131521046149742611484700541479410304441922605386720780","-2868571565509946340372514780748488228823528392226711520312411601409163373216","-13154086644747205599445207884772280291340015008431175112824895270899827778907","-17432578460011307951817186597354007030009662903992279729342075440877358300952","-7762770907714739911381023651331569771328474698342036873379547344484542549873","-787265093106062747312383728869314647417981950603558927255532721932263264533","14127953173923373937639836132336569261432475759805980894314711830823650494481","-14697405323151221248937823968047516849206388260070060886924839268624306242791","-17585243353876596023397835356226427253042102560870107916631870745212912665894","-2278661399087396024850477560582732965497938006995775086481235587772976276163","9891965694403061191132455083042342044703043332255152561577241885392413096211","-13252410526233390859937517692237934321273814925809412268730084215116933244153","-7430138539409975217106684311961036294606272030068272681114022269125897770618","-8113636428289616630418662458920014328965402643519748974288590010914768949520","-6956559022579518019312118623554053281236279466252783633034197009211505507928","-14989749381273731924874234233687684946562407098054517515678438800223819124124","8477166458318780932091502560181076755655788089743068218991639649129388990001","-7505237084340350185566013206948009431392693136602430557701199832400729612376","11482684406424906329550633008289980309406708341346206170758836110553774150711","-4723451662261534526581311317802412973599362670356689062554602776800528592855","19572865819140964375218371873504381150457972471080770349684685102444692270809","-11271703375623955821139990604696113495736293489922051420020524089505463792035","7580130939988345694822825255735783656425877833493784074743854698082628961630","-15394759879067852719388797923738921620460974376048202564515482736506064189317","20937957980406600570019530633290912212261685962990613396233054573999261444721","-19999941333253339126595098989216114865199859634360663889891656197151983653469","19120376671642933988919162659909007247039710781063315729280314108338623606770","-11814933327537034226557639892103530496369350489736560183750977109177420181310","14418343713894239770424758170332006387735678619364069132921873016105857927300","-16083340988265680992336877250318430337015808746455053614405397327542221904398","2891110414442771799998551589038975842344548159554185710850529107812285255437","-17212784968123724246433871811327321275191558297789916804680184944667598156805","17229358975912994591840834182626402325511738809344814318885649531375987711536","-9768961381841751156654564683667973773437563696687517790581162922108453283258","11518411985246662972608457046118773072223980665597766837016873872718607234817","-15231652446555730559931398001574389075141392859237409706444830382118393054248","9393991802045239600461811738846993615297722490673369457104082964388241784045","-12783886390986073939915078436873305824627170420882288114154928018234372604824","20212560119262463500989666892408751534872746345184737945669251263008521197260","-6159067063455222995002846571905830852073246026209159423500360108744317858006","14782908580328143890555344699568882367880498356701896944726757441829021709078","-16400068465609865507243037386760662407519501128358643760355157611043011673053","10061441652008700741266735641831355388038853396645504605624525232110917453503","-12972923202683523636986511031901491705012487369309556343283745108315782797984","5738175191871642475056023858452861008720671427725241476638256451033741998493","-11406739587709136767044352638213874264032896825119553391855113083223130221731","14146833585311214611180632805035723250816527892423261659316549933097671429503"],["0","-19836220102604343170160805206639405548996955237877031123976497544084326489999","-17342610438710359820570548409384540792346801059063304104319091592240921781579","-3530508707630209822057732842749101565602355613773292031206636637741622097429","16833601168755782215629930647108778063932115506438907130410371599358331493688","2484322440495464698111505594854321537130148557307154037198099397251635131216","6538586627640156515566946775151329439130539406067846179650413114894242205781","670654155398387710368528888832761321377062055979431289271248558882589392412","437930910657403918125294295003053872544530664645584046841445781129196853440","7104899223525391436280543853591313289417685688661156114364722154775370215489","19210680961904970463010360848497844424049118588655703759663374405080485463925","-10705023838026249479351822357608678550374222121600945266447626578611027216789","-6467278801944456407084120260748586531774154456243210395167213823988218086956","-6058992135461750586193515774157101076278283069615995699513725602217135778262","-16621460815424767499069061338168131118974379434894988502287584888217281963661","-16046599722789147691016625768318131812903662527340219305787466535749921797117","12170501087984490989036000181357592363289552623003466198647172507178212631473","10207566676871612530660071518097225577137984980913911767620732093222331140316","333276984142582192259782353621973409068611494315838865504233229798081910749","-20692239128036017792199468490530491423133822576532643915787799380137457696843","-7192060463633684843511044124941710143827037195278727668974754563294897120955","-2156671662267332273495045240741980910033453247278927733910845458826365512423","-6725986580088420112060049867937050137135141905700673447267301160508150030711","-5927728892433863950457369018555566907998481597530668270375485977444170129537","15997357567501447939103385213158841495564139286551955212843308789508679261649","-18346624096236071893666715124775164403323355305809226752083550167253663571506","-13955292208806541806237464442615438719466461021998488888173686383105111114005","-4740422049537338009954124786963735165003796486717084044771262976708526449823","12721009225954516663886166514325609759214765523452569436608980270813053391856","-13938801299160087165714495734153346246701327769126602427087281470449060227934","3506260018637176054408654193956128192710863247917229464905184521389031501966","2397024331414044384757193924424038645864142383905985270829500842735850014652","2355237386563095110949493593940048583794377680809486498183284146669824665703","8798998666714465649375883260222893575888374203107426712817806354530253949209","19207115557147550228162076516780492376457261108151080951811514962332510586541","-15886159907739270521793262709280346970301495753445675472677925872282072915744","-8618065275835458419616661342299153448261056381199516529148234420018969770413","-9784417090831290013287999983987046115855174300628555280469759613981207277751","-1948117079380343170718324130122483095993928735444960155985656313525377627835","-1244625934375730049872072861580255051823061950319708116667628394061238713500","7676391910621735613629254567708725861078608959008845232507701331451233100084","14845507868989018979157994672551079334877191088796325079867979159038655728232","4152868705389434421767048454285295928808971149305981550225372194370251986756","-16332948640865599747258150280095571960549650281072146676400812993091963740842","-8904275606172769511835979606854476787515666628513748384823220773238261564873","-19139652006178763884131020254918076088963065703434877395497032279460660076668","21012682754392559792625860446148493110299168494261522638833353733277076413030","9029088131343180329549337067181842216654994026690729249247155091682984550522","12868883022673694757535333986399079293211179641170313241940867744837547272677","-3625752459173397043135472179814466327924400133929866742003221731509916795076","-7091754717804152584898596017438969203191484842900485523298186339664167040177","-2175977761234052636966239037810972397652001393991289778858954642881908953410","-3335018454486348291887166767948967757151413053693788594455501746654082402755","-20086753098594262568851474447666981814847779067093441660632627637791817271128","-18448521513021224819374634851365625605799307480484844270909830022921487986952","-10773598248264306259568919208774159418192602928342054640956115504309948822079","13272956865647348224973579868727479426206401639816518787824171734985217941758","-9916884027986484247029110548846967330773188710909390135698843451747729424895","7842299587402178484418177339883876822824337913266993262856496653380602834142","-21774937604984486084933457680359857094464061149122872495756981576273422580579","7604179602533756977290250682192757830473333282673907692671429239783644742759","-20782598855768093808704670256655597749014297898515560413352703765645553227863","15048432639765371725108739440406861435294341410044710167243282548907129390755","-11408596596557664051654042706940623083776111568159925563880847537094066315820","-14880073732220277574690689141021915851062730944650144884820245503094199483735","-1143362816555859265370039652176813109959699449973891879897894912371100107627","-18714731343998013137581913378747869170630808619366982968881549694617174314323","-17522239784171297433596482568902391354931782205191565485357715266988460550593","-16605564812540067463927160316538459804539571558483591949832753299726726579251","-2814702997501401977155397718391195647263486130031165173931475486505682529828","18048458317611391413425017940434188774932952247422247178624723500115300137650","-21451822996026780895749256203038043762951887718950857617691415424980167681","14083915856918121671036747096122747935762917431632815637171044764504039479781","-18375820613622736354648674831628485507166482349970206902762039398195505925232","9641591759061098331583027631565189923425381489755568965847205522583891227275","-1621270867598145050967712798030832453056666778745692768422585371042693701643","17657885991228628391605193027078306036131737334380084757251262354383512605475","-18315582105173501636824452583502731773761471544215432483434593560826479294925","17047404760951249666163400416879014151913137233188439355635019985400110333407","-17257955377892889775731616816952810949250365896778905013145764397400628359513","8074627131493012069423821333002035330088756759369878536955827304917068970967","-18990283254636462137222551522315148396326375534160163386769708549958072669302","7189481874537631020416479254203662057363614397558522389032499018469680481050","-21161833800230353913561845974746598163350738303780168644582987924110176881278","15821883076409715419409700519073252417372828046718138084609315929152611345719","-9377575250200931121938671974285291609365116321820128056708189883245022750955","15594522547458632485604217233646538713977565152352813716557496263271871528215","-1561984284880878013060762474169581799355502556487927431950272142667308668409","4773695972759698081841468263687469644640248691892227002587682103894592788784","-20584086063523976283984113383102588195730908189047920310059321146295210264138","21350014639807810308454956348249378403636758664621210184407862835361348361626","-19427216133104509534157971051816892173484227140037136703823619178830830341155","10671558265977704879310777393027189213071898124845677660268473153800193088490","-15857859520105219581869542224187011510498569737575343771178416492789690296429","15409730852143117186003362902418983422873402932995945793917947616636419843781","-13799228468510144691395539313403672229087362907560040162167669584203737589943","6829118915935251202456842768297745776289854065575050422673329781663947870198","-2206927598115420763296603626002153212209273566842085401752639604195251687088","2977884435021365413089380702651046712470844537060093976822521493244531151494","-19294925741901140707181036285788753670541466301786098189666211832518131454903","12715335015749595469339945572343756395523654793358642895641784347317545250978"],["0","-9703035499887513758315416979856317822758553290906077080196111134255255310823","-17262079464918342352273998447311543725859999760854862420675014278170649456513","-19361242837362854798229258193832795463256527683155000101567965782970647609214","7416809609268708089903422910607495347366291417503621435960047510301085952736","-21273258582248020866846325400990798150002563911476633652975321046486465240881","-16894893322955058314910777046468234574731429239839383998471963514947956501535","-5432960778310918286887023658895468459202363503993232835746019521192141380981","603358340646000686802744593817745240562584042260998603477392213733642398142","15263165404756447835161374020465048211016800590742095097432640886311942407641","13469127481069858395613617057534793831142250015913824387216644727953735927591","-5376086831155143710606613820390322014475524877593033608846874533275454627239","-4425387264638924473354904249435946024828950222897592049456813004454941690785","-20786727351123662775462884298429996053888770256867525001197386444104269371502","-17023056753451134460870032933100377854966061109333813630595331220822119571810","-976958589005345399384610046139284614775027107695345420223030239821593522053","21481657195603106344143433794687792258458582731336429409756745939197804380566","-7278220733562284146521437845673090190020641069753103544103921376784245272461","14110843075523908038285670342099176740898748274383990226823809006384093688985","4298117342457611819186070148019732375374919234283414444453745108069086284603","640761418702098218193379768757347606739706131157629998128465000666229181813","-11844725968895429565791635332702780522118223864984417979440021143407344499106","20604383576398441394414463774402662578052026014704456190732695230233161869146","4741193432985069869444995715168993838396971712575456850070749002877557263986","11620555221160217970139838854662175881156986516343970916157008325947546284470","-21187353433611062564114881025651128428362422710902683988002453204217729222482","-6724009928357022364532171817208474159411123226718810697942504082174840889656","-1065877743291498632042258170919498614629652930810088192263082005464384353097","-18253996553271926640594465134509299827652141724265127344540266970322414816679","-12934353556598764509345379040006203830645129490763896736602016267692492543525","15073599728947567183663114184732373735460452656846149664690138194869333166668","4834973906515623520943571603861113793377454437170790264528477948179131669577","1471495776624152469058412820396108926995170816195302601076780569844886134501","21480172912380134044050978546315983551151533619534886663705813230522869086470","15720816665995782716817574500467663298529824430490881811556504013274594867072","-1470506738493759784661270840722395593694610924274207519732435161600309683876","-14121225576279053398731128797585557624232094510327576982374862398117334075240","-20167937364784409955777393705070365973753232522482382956780285369763475911973","-1365513801290272825592339012471792536081033983387494831564578904646021414195","-3939772347349954177110592158627709532874156125275651144209328135885142591212","14443218407127264824922578112525047004219988810589221054046800316375208900413","-21569620343951860224237994240490396001752863395707401715936372936827001521800","14693593109842200532129684554328274991229390385496312576728542922362647399402","-13933626741272828352347319367975125424684682173186993223281170008467404144652","-5563413625940429762297750225981046276171345051844740230098246462019124892199","-21740527875584702912559566519600173148869308554834819158719749581888122618402","-9308685519805647099438801566875955291953706804240513444316672022883592229983","-19028780178085251583636657372104823616648312463089078748574848926784368289623","13624156754111333433516948108397110633474259455153849901411346994440523906566","410215732293978355591202774659553073968565815407001300830992824281930011916","5086639418290292606862653618035341366179930119299606003031256860452023487817","-843471785194957610656484686693536449246716331117276158758419004544919602177","13170103538603116889833002984566843247430043821453584699635640459436001811070","17145248543659061464387310319622270544921912210343894483081014482841785610338","1812113017032112302320161163414882443101178871931183478784367608305332338817","-10948384256358691145848163044122179787729132630130708245470890405213360611747","-18692694424993781858585348017742660927109435151296704045620943950674134012359","-4313988009284504796414040214608360570698278136904851026324761477973641936203","-3367362363309151365897807997360445863937104177378488871512400589708237094768","-17743870646594131256140102801169456289219802743970249019165207420678004787636","-18743115371304526344255377565411753604489495414493624347727229344364830922529","-21130027659649070861568801514787975131473703720197873142237091900829565729723","16197061279761070967848222691591772981042213552421788807798258925949392459045","-15668442211055297156055950612811379496402565152993718458685169693659217398545","-8461880161357733464470168300267578104001770128999844637082584546633092450196","-16068190031605932591567782997432352007662927374127626692794668112406512640407","-4520232263394958799293675524655804955942960349045448979998534224071282801595","-8500444447561546462619524997106093694953623661428383311939796943641763007049","-20307632710346632031696585597391270313960181258503306253679847751403645673089","-7045575688548568578606454019549777242049100321991566602567300367222411181270","9420682803975676625002767344855444167796113964742934371968121389196464437896","-8520285578009721760223906502797246740371602381580276819461403013237048279980","10145392622505025703370537600144331997881989953451135264239552407622059890166","-18880526639067520331160252830620619276345189327700139930575238265041755834972","5331486580457325017474207673982122434179162153895963718140169101649602877656","-11671483794728310344608204013694683353836317948409441319725404976373172861707","4764737813682837846700667136056058649207420720638749244599971593301313751891","-13069984679282672230018130363305727358259155431168351975387607986758740815629","12989314630640478141818135140201194091949266588960394893700918446344357482583","-10071879667787747642225574300618076384580572028773242383655666866804275147490","15541031731507654486318976820450306476615141235506642836831591277821025898320","-10402076378356238783537797022706399320111799821450636711200838523031656788511","18401807660766375611084329079099196387324720642819027387737447046298833796543","-15618561744655434151546141108514402959101715395215949587622722700281881366137","16043027438244807980254241084613716671139606918197913495558844974991656734078","-19197855259314990235466838235473498487841207808810877699772330917925209910865","16413562569686639642510286703408397350488811537064501496078547648419393313243","-18442999562004200614048213101383234788747590236831240278497770667728377389960","1314909915094149766438524717376578557177283517464015721065749015745676537135","-21637420579632859380505759893840038363841928913494171137974431775627720544950","8618492422069470584576047529861568414706292779759691415652930045711603379573","-18813048390463020467995823078184914842761786142571407746710548839393196746265","8851279598436564346302000615707384431919156057494599720284372778387393485162","-11535281907507177462266987792548024280006203719427201442703576544946019579724","16015798961925577743180111773648304822803611031628654318612913328239525514345","-8530853034744668311072277892800420346499643338139445862110366433360764199090","7318254821164548200453140254855878584559334030307665402134799466711431377052","-14136056757141745093871130955405244604122448382536793563548674148989903832145","11865824421365739641136384744421896863091800385053196060405861710373548248751","-7852148252387708526283569525520432103996596622487292940175645781195121247696","17753467345937968155923701887386229449384772136703754744917395894055363991145"],["0","-20548146369481768575986421720037441919861729845288522036941171277193616138793","12489713409068247454235205151116128595982194304614854134348064265872661333287","-9968772439941740987763584826390831355561512142605302452391266484385901237546","975691002135794537922951035321021959132483609987553647936208596915677613508","-4920048304135716202373856174173568017699918713197318255331951128175218902509","-15854002139051850871635716396690002741835677786985802593703713551643821439073","-19119321794262318815398142445282639222567668005192814673668973849951781225521","10567233166531756026428411898521118235082190906606563135141345832635861002776","14999678261155676899718082909795861731039586053172750924947541355194081830468","3327861638650964075955971543474873644151756267076781226453903991311686592024","15247517547977930642616391234314374827095895291039931023596846840304982452977","1582511256187318525596295512223410069818061917762249160047736664829394957730","17967855234208637783636297547687761677270453266303908211509245859177111478871","18920696130271124413797365810170554640797144977787459691495813453181965562282","-6840944832796695445950298346422098698990163435574129866334197505340257073055","1373468292994449999291693521194242475303950251057276534824866319545376609642","-262421342868553698304425342581204644931072376967531036024672518477300914448","4175782986055784271695929232637377391885667435822928252268774549506183391213","4055586856566534500932672271567912323427448969961770481489245138405281379907","7380167459540375161647863840695523785620041707323531058155115270508200954397","-8424365482153230916777420080623082649254488345897072149962961977194588503972","21411293646806126040530189081914544076241262755046542933411522448363682534844","-7813456962612839340453440372067320367190676095726981084328887960902293775366","-18580908267672086041757306396423648729808970481404926158426510447511481356317","-16021714229361258270394198216371423528262080149288202635902397895188881586176","-1311023163266505140695282534274831238328786886717330097872044370627656382407","-5254684260625948152646123861396612043605746807567160199365959733499348610137","-6957993999419741283801821861439944222823899127689933806688250698668424823288","-26653992858038446152833975319807203444837621609383600197065104484415745659","19724732865762894057865413951612370364933813233647706720812270495288672394156","-6251278352653831030380370359800996399114261267294948496152065967557855387972","959743027507561835183347998500231438770509640878642069357361451740575185110","5036583921311394115894638202496057063720259776697874048481266841176415564865","21533821682088378092000551170154679839225708772856038370270766518884020997093","-16956054267973439153606351319224042730877103022318745186974977507207810563260","-128493648297446065672016235621818858874596589517349908241665810775068510581","-1238408451106590715566240280843539563652211878925227130943730943459909027367","-18839192141968884992404904937917304766762376025653837842582660545128879674158","-6443305127554014902995832928028605960347485945353169523192353257400393224023","-11296029755745038063766568600370748931197126017375241931574770337269318302842","-2144227414270111005575761353412576046140472382674995485007797303567210364480","14590858667249396335378994707984710190788203998425790117590436321147281980687","-1028805984105007211939282504532993933786325891554899706448840783699066326376","-15683576657426964561681457710493594221755709786786354060631201695012040671057","-15782476673787844458692515461003267486853453948039920643531963544552144290158","12624061673483055199412501788519467432095195175067178805113838261418363563419","-6412795421347093561513005276013788964133055677279891224762839056564460026917","20166513822830383573078099340802472365020901284564475248924015346195078939449","-5527431075308006608631591697187460573020186684910009946461153715497088011940","-7587766747714443123239043104773685576439346920714061691824644188253154911537","-15155993824248243237880568356846221922382369950174346886258092334253367369386","-10114691460561347280550743557152668756685104520605861624608236801556836518861","-2099995277532228078240456569874486728919363122140307091117566453660505738044","13897475206370199082663333100920374358493455904735441658550579343658483377087","6923895882463650963078624618106839249612943675950154115480243318870270027966","341896671573315807303723142566877012240059982103999527266032458121419813730","-5377883848096906959355562448372784019517019146269629892146933296088395125184","2336277795999592279199064208728768564636822243574564399679032698007413669783","-5078008472496193473035924930254357435148177182506846590709941044932908058788","339624314391634961514357922643907670736478036596091253276154579399367050933","-3364208933495983030232457965862724552406640331446276463282504305262148335353","-15915458847957843914135210211259758820982404801145908067040875500255743417852","-7709495886553667362663605303945927996035749894689622502204737795346978335710","15877941777726376582845855871961746437041918263813752945775014300264384081342","-2455581278180218189150942315336410718946929342318652136546782989320425845643","-8485229026816182190502497477909241269067859244654918222826179202569416493545","-2474161343035331108730807441664893679375372480844466745907163380919637805564","12766797363688026824329968867890593489473263715945512990577813147288476853132","-14775140849051250917289899123787057640951834323726783371241162162551270791972","6932117682350960628408875615016588130257946089391301717522691922334267154544","-3706679892171599905262015418156570250540493374202704699202084690670970848636","668578881874688495777251279701687677356812608112730639776707705942245405352","-19770076914334115448625206944317541435125555018315185855990913477570763503591","9216615764943873816089612358641016292754783894376106452929719113344518534393","-15201055728024624430638887572941252521147724230170680350957303448633774678430","9136801890737814872128101089761973506113492293670906208149352150588409730318","-7440443445813834421436230752766400361031669031240748025312319889587614732671","21182196980317868620629473663137760932233802678468407440373448431884346296509","-14208845266050771260796358621116234804864376189718852913840836141848069434271","256139374619035339789574935824292920582790009115843066405117493054734308195","-17816513539875045562379353302657534215114216958586964755259929906559956336033","3067991617699857318545050044702596860506022793526592877622107940761122498811","-19468082772316896097049291733520348821701874089790197057756150215994171521112","534229242058249640996133560638278610771007628367631242704637741690999854161","-2778597644622363911539275339287414550409440015359925841464406982634182811854","2257909874260883392547048907074809866512630687618882833794764231739568992002","-4374560183680159651056357105572574967229751801206785904101209570201045536581","21367256555225709119926138251061057741294200632976486467268955393913614902038","-11430674511060983225960963282671851691469830755043240097825956880566883808751","12075169108881739563267782038395298304827031213809836475639547331849794948687","-21611651613702776762828723879266355102910302274728365415760684968480026924909","7069655843937448256320359858385609080028118705841190694934080429332065250301","-4425451237472741504504618566254383015390524891752091313650421150983374032277","6852446645430643239505095263575239301353718050915706200348153892934536099096","-21493298269716374485030274394457797046667556689848100478252147755230761397994","6069871947649034397582484389988230545954970821319238165120074900157011374443","-12400186921525763545852454737808628151484922927036140256030810617189479928751","16525097864010167483438757119563992350196218753587930053174825201616487395187","-18841103220850108391177266060632155350874273181399798325930369365554824830271","9060551443380356429477799401876572861830870947018145025961944819801976258552"]],"polsB":[["-1","12876838825398584802537429257164937709508445460440180803089496833832339972673","6002259064650285343369824132077771038180929848566623752897800956748494489416","17498342999278122735813512887937824162244815990359228714669868330863457114411","-10209566204245670311625300203052483548039468461577709578326453341038325974670","-9121812479350495244548965729548472043834876955393837768342627171834024598326","19739444796494653343844806948806435903213912199440824918161218188007457356927","2002591560425501215638200021329023737264489002970091737718998476286801738313","-10472736488128339814271259450212670398169285602246339527857678740543549566103","-3084612277954935569839059574851137927149833320077086180396876633415004103733","-13863497461809152253005701621511489979542575781211654691431785131139208407582","21526312963470737309209972553357251556903071487707673124189635204575182681906","-6362491164522863352941051082151510121179585893834960519760402441873837814289","-4114201271422007996413767847801584162292251293361811973282662372933621047715","-12575712365619100054021253466507795206325492422453242515957956373378470436373","8419310459330584105211740295579422896072805977876964784017160495760261220324","-11372697946999025176635259467332588203484291979869863495992915566928495193021","11432434615537138626638037166203569627404214777317008412369069590175116853368","-1821467358527430458761938224306813447638965089411821201350342222663101722431","-243977002702166205540609393312501304636892297335066628669303486140684606624","-13467217312680523818447929431270791412467910738353204869086722459958512638062","15344144425837399360308174392846351582064208071238766911949518470400953351151","-11718932685611885262386018170133377564179869455396155345748445791719942304254","-4264694236759638473872602742150002718631337599747227885784905874392980612058","-18668643740163118717252662024672532824628525297836465382842860430999043931543","15842056694029006539112019803742730155436863094597009484542991296511479572010","8503020025004924334488313541761047138013241419357894968392637013803249247985","9394234799050348845850234263851543546620982734860971417843632161009506000560","19381420248154295521179064956335773244007054853653327122445373594380678528380","20912421541669427780843206114140035724199542427006505103139931759778255070871","-7275094281860444593278054253272536687548415199785683564449796770371585402247","-6582192477516570858567661955143702954592803310941727663456711988799985028050","-10386534442624648510168162852836586122556094721651540608275478053735005780689","-21689094021986695474166726798439871221310442866027074937882396752407111588466","-14943885416640479568113960453563207113154846313683664170852136155084891531125","16372398073117507342385037694261361212309825075883787445844707820693475397803","14380020074522293410591633128113145165276086793282131403203179171694703637003","13366479639924237820403458847869669587487735051726779425636400271500589127099","1973961251151035080553488776448479283720582650611444728641818772287378757361","9370148984284089223721415913864879788350191564767530311959486889327585238740","5540297112971719457267391685320705534006683271023757159693514014423902083385","17654037318539208193277850682667014597383576583911571178661501566261096752468","-14821108189466941547696472473864338609828163596096154038920539632498342693090","2726062350219174348152420821322132463552214698518466928046667701919637578434","19999822537860697106850429800778433415152566004320998779771188161040225844978","1223316633795045768357708295870355586489075331643081253232017134827831840898","-5571083697892904643914469753078550735618857338342916894322810052425561972674","10841736404702623998735278256074958540174383852247721162112146782159077902568","7949830919615318129359091419325154865374777395368089649619013528990123863966","385452446680502633141174330524163347082895185208676633157654847659492954452","18591841784738399532086232265618271334229248348529299322060622168016185400934","11823702499204270267354784593852531959611419609571785227280953026129517254100","-2418604779585211719758276180008288800042982719043786662732957705105238859510","18373351849495636199217922163418149623230425500078585237348594818655389788729","-18981443284507048093033366497264215603817098184253969656477281188212709624652","-18303647749723423309734211319429023511512929960391915492294029221642073542588","9396280465936479915895089559962029119037206962505313291055033406499282536372","13376397303661791411733348075894381663909948245939440514578353647702626676822","-14834070237535808365926406483800983990997316516516108283900259935248799263376","16412623270308699133807531443104587815613469768149026210605991548679800775357","-19655821263635192372904528184855492824099672586278593256118723034686270518649","4142171720100783004988215446346274932028076786757624917866877894787354604496","10046050224685320515154816526923162005662402452621293813436090076877720327941","7616089014850528761488088497148205142800396379344087116011623383213839718815","-3933210282670810833546206382780469958092036744132726252448862921225663853716","14640276008227786433241659409856938349506346334112593447454017908464395691989","19025394629415812148522254627959785813167076409303959471568645682138415811209","5870918741378623245347380389153234720005498034873928454800921608759180143246","15026430992489664612249176670304784136191504946682495429701913397812641265518","-1762702916109204603239605295242323006462839906986337246578059456638441398766","-2764973404989361785855460128251566995290940959571173558395288622038535258244","6227977555417272022138632057704946886828721193155124030682647070848254000672","-5737987946104350525952010114279712290056992363679030989565468748656934642176","1130389973957840244757334563285117914209970105074782038963294640771447391005","-20361416694299382081722490178392864312600417017760920056355535822594919392707","1489284082992868933397121840619822463189532660554937482019923174370516212096","-272607950102088402670196151558806756754850505372761416854577193232969493566","6106830106777196780427339173478025221522245646874329040286408569217034439812","-9813340193544480795853248001936972778434959295604460066439534224420010559251","8429505369739108462502219791592827323055768451852021974118512705975941879860","-11922449639696057198740716838733837592357443730052190439968872433295850214572","14363932920616233051075546595065507906176814007095475040603852146159279562091","-12183858381329823878574638035616118196571474955044222885964372842914393037797","6106042699221406758479545123514900606393566568665238477911745159263097645266","-73841822336350384449046119874593673821412572667563611389073986059639001324","3019648388422177037303008950238572979341878174962209833567535686521085499194","-5977266260676730039006353143811232616022024602078692284589467190948853383837","21851819082019348633034801147005496631170473064569042035737860333446779411147","-17272685769257038151765226433482478809154461333249934076983949093359930409938","12622138993592796953457701038327797237471554919010884136574278733861086641035","-19883680462726106416728981759489147186761931619797984465436230514331457076335","5493410745434119923234120979338258465841377049035288478076556482780939838779","-10681636333152180724977911974969685402422329638698576431982181208341983957717","18892581994588377019228535968906022368916445054460349567864514261725659544421","-20289890317116123212827389375258639160458411347208699098721627026621302519353","9867982909910418895178206636282969450796540762041293788028700338577906097269","-9046119183253172233885930062626217949726639144289744686521461012341344471236","5713165781271236293254929205339333186650728266946608919091804598714504235390","-4046053795272822290051752068257607514904253939314396319313421536346007691661","9564380072395418789004060764582529142651687165720600685879357233108999980314","-9812754651581345472002841576662886949692737692853488210272787069421961957914"],[],[],[],["1","-2431402787126249031042124153321465588480901095172252355282073966326179396998","2477146361923350627012518278170689751927963242524079228580458047640855021789","-728829363665360331568411657682629292427936002017767889887242904815000336699","20349756116733599292981636195834878907726309792203790310466311635085917179795","-13107483829234192854606043451748360241022644333505303615595235904914072626681","1900865318077415221154018631384801726589693233306149875555906296588340337303","-14553187839492756354575853806135291987560195581293300076470868089396689517330","17233453233847305535522991648674417195878569543625219618365649230022246609746","-2707131313067984926352993487679715607747021098902856635716982051184986804963","3085952561972868400270766955848028052205414373427039565290260064759291457342","-4277664643514327833019114442455721448911121689181711008273748599921682361150","19030058474433762301021713519807417526039059226917954304485872484124003417134","-9457898882254964067976741284515702404058129009578144993506038399185038782246","14218484564379919108232218686193676789713096042947213239783298848289677052276","-1518743168758805766721934343348517084064560826460482990728376951049865581382","8902269781421158476685433078091270661785425902390088165168894867984009607961","-6423682713574516380005222490674742760813753743693779343155876642812079324438","7742834325520447125522057739389717495219808543982936196983524435765332088264","-15414000699119072237122706469189891777661583618784709265052042648003568716670","1676133091718737344604416038560502712850010537403455416758709700334935064919","-16556573967543197897705782648243795540433400317385485164734412330211188862410","19456044842159487161876420609666113217471917123949871629312445578350225605534","-14004782581860281389807890118304786622753150680862657744359130196055788834669","19137332725581722393042388560882463819998032754892908511774396708188730440390","-11827885321365353808101540183262007111006395466336557958415278640322595015023","19750123457365651762880687996375892195445538875010768678483053173832045586553","-10082242535179405321404345708834312082392350254879880609177872175038522656424","2731835998403503053290394880462403467967203916615583612811740266029223023948","-15464660691906608260354537492285935935318855106169160751496359120339334438774","7927921300474812086278343726029483489631807317123724695278251903118320138724","-657012741129949600582188060915125513161533066612790063997114119415161746848","16836231256138063644380049052220050551178670849518767378117639443555918866271","-19894790162753874436858804822796049450920979324241412747786110481919745949162","9099764902839816086952636921577529862197877107511971131628274960774126482023","-10321519704971250927967850458516922394188494777337503558054727333236199621272","5750810111836769668054326256847518444050338195168468562426953209750296569292","-14887136106920301950188329653181374546060877759030420937103100130382615115017","11673675776081315445658343137095129012249620012223361309327268140205277059966","-10518378651467098949391998316226589171876162881788510481024606632201544653616","12669022201780948661660281384341179667976706645469286545697224347933904315333","-1978455990676225068034513987358422880518961548522692433596279708292517109050","19678515840491943124442566104610263815009965232569712852341029180293560514138","-7339535042795597699929987548721463972402100440304289215426764508575488439996","15206563509616222225482490103684764927840267160024797085439343662675756953838","-2198740885714021889250411357302850932281507660058116879751898576819577275066","1212868185164872859328900288166849127800299783767762612734935776063799702551","-13193013692583787454885256275091707658971030220599633499381458798938888115942","6273167086803055639557215613900718748862398142663693190055296062902022411819","-3644856297744927418428004342800021878799285018992300895159738427343178100186","19431944754439829753706920063756441489084001145211424755220928872703454587439","-21142742692966783521677790267953029143656898731987592252598421068726572765327","20145762663432481098978064833126338759253904123260778261434474285256035142501","-11949295706496464308062577427866520688409890920986776617574208766604510364671","7130856306496335675727636921208919817854825795059629245462148729825944520997","-14058064206997361202919548222582033805930629292745939180571612897477767327432","5032500418790711675839726230969637203953088056238381815724740395822269657818","-6441360060714272509432154861120366036645426368084477293343089978078673539278","13494842175131674990064865193890493341499425041412002738858810855805970977102","-9665107802703000708098503666462878000516555732379301574959323441072249824945","20049091239927006606314303596241377179587201203231998057338817433460842120325","-16174728668873188804687238157843794982887471074539502899705834367075028115867","18349822787580759267150122051930178878637492718584006960769865022300964828574","-13236604739720828438764758599676354522740295862174563588580668438867832129798","18101885315128749336632215445437399375423891813395816940061298835728508362841","-2490047899520322984260605261086839009003608833942661274113576148943349195019","9859392629333736966591897167784069446625967524929552127584321398411974573783","-11971204830981523494716372319480145866727458763181009242550055342674966238949","4212871471721274437096778903696357165809414926507025598361377901895652392239","-12954798084102962623549786577606261798185735471412069066611284990555152014593","16586037501123842713376195038259601142085417973316106788203721499854981481405","-1137139616113750904836771656590761582853089431651499602160942081467326541103","14276205804860998424306012438773871621487176852870575511866514621082003180807","-9406057537305802542991750140798496100555239222532243479768456386989069554189","3844727801505983135563246787163224466523731645087746725282627678894278190305","-11760409591817283437119249098071345623826239993797797454656867146396316074702","9753447227720282701190317574456499131558437279809876930747728524156127415356","-8119338704523059216398811525703673313309625606595042519103128031321764877305","7356151390934200915666803112161396290585409564754778769408121996902568269767","-10209189254406449327733865203361703145515768579564214687744100890685172167884","3284480705113497570263097617717542632264513464530599830091674267481957876330","-12299646003728027394492040192890988322536975504378860625409122725728568094665","21783464113158587570763582432571646653509661619637607291655219169282530755931","-12086207189619241761140880417217865180689756653496079154977557187525993808134","7974682784218018552730334910417491835988084196015910681468626307110528066882","-2698383735035505872672523942502420976686397149020531525206519962351231725535","13043134630780604632399603813910505690121562828368659500701303347227992105805","-10085692197487801214951962516989232788301462147220593434480209088048864013911","17219434842877918680633291194592192608829930028490023831220750144346206963297","-14254270486472754472671729981770851685085714277702387888866689022759713921493","5705594095627476606557665611373419652328936441178488609949928135116733731083","-8453019450607186029996610178856459785116776291682604764712772976488680118125","15826468738988332652863177985196354986814531001854184316899915970353334375013","-18686291731283926330565591122373918551718877485581162701163987083907895868860","13365291781834213059205142463948126516963088587731989099541414966429568648743","-21464444615885992720809953105297962417754477029007457612797485432805145389079","8546569709232220899807601339907704874868031797424597463914680560320710826397","-13458192497795016224600490769722005983105213791033102879173157961680642559221","11276256947998208931849737574367817840405574391425513701658671584431385305547","-16981860568644349819756383239126651385294047673367614642945389629597504034953","10366687241017099288358596538643420076852363035459030837707990415788585270704"],["0","-21888242871839275222246405745257275088548364400416034343698204186575808495517","-2369607122392875659501952134316532874058101112648857747527150580284046247913","-17313885392129115625206993260334858743842149665233347013859796055108246016417","19244392600531227329183869697688587456106072135070035715906934396270762791768","18613417192838560958431754972249894993739162116757872798605108553312290678887","21159606579775788832611754512850376204376592791189571860973769256453537747807","-7636290330875441274450439801242202022137727882355784020417642950470513478063","3557198133080363158473364517466030154583128816188509360275228610439703995276","19619577514347449375552881254840292835667659946259792388380225059751302311750","11565360669620259407210401429956033123545922860966540941060470180162323762854","-8163026210682028899408989164100287984138105802570017685386586142545657937201","-20052875997168582978638724249784206192831351112836465982495566589773532635478","-21324158403809297211904672106425386292633131257236023435652082409468530040757","17856882603461680991509457978581752286230365803671022680163266067938974037408","-4918690499938572853531452589030724586652080329065920025588325417096681445714","18312935598895052252246359038175767715278752228214055651159612970523228381022","-10766286876238659413559374453502719825209962350250570267275476067259767638792","3512727921487959253310548836741256749865595292852525728082985248806554785918","11707659959158039026892121691708378172653695676584943396998282295186466265723","2484591076000080871869876940728456604880841827236420950668310555136189291913","-5008042726840386445659765165279472818505019635746312123046352903976772181123","-19047224093214534547757599095363395220717721343092252819122271931910021250848","-21496355470961313140045649456649556354330440585132146477017886702134416807361","-21127069859275837897064693590662612962550187044771722916245838366861556554773","-11670927151120542928263137339799163666454614391675859640549931780083851634452","9393898663504213485135160323150255103065880997550233421323434449326114122183","-7423856937304655451218962857672558410281391939232024006907829145867900323664","-8788938350638527368318869459269112576291655008082505114577654067232975167682","-20152495844198799928482656101373341930700000551932590301480281889796183215903","9334921737568190037804808328556870912896725661105807295154507509728584591121","14150308398835490664768574102243316688336338958501040449844347104831492621309","14113762901358356273288985246502590637828125498470137081227547723042743423360","12342187383540528598320648083697463937471151618312230428229769712297375887951","14693272445527130136863088622504551903274379632030080926155302498721354072898","-16524680759580095724468666265805290684517578834662282690039981446625763036333","-19929236280259253075672642090405600941593929748859024341697118001182725869534","-13942539764403442048646565782342908838817584642829061035155105877124089826376","7632607700476353267522465322271617664931783082835214969710969958345184869497","14923313101126311054297274533148939196830471083121525686432962090355040598396","13721105802701626782924918682839226259535674124240126081486099825839383026412","11105239414118530058661523892035237921401203447038788716712691797832921813926","10253826193049500255427776863508425666440328198513854450368558647763487369479","-13724691095130232524738535493877225890464308982373985592065104301279034317868","-3477937732154644961359495027276270120029963398657739449002612815250389466490","-14998587799281687970358886826809033534388755425300434963942539607981288775880","5897995219548150549310440640735899211492486973464254841547848762394877169307","17743599376839060370968440731134436548780643348160344396550405435895804946322","11736802428816828217227157937400175964579485313159055080296776736555503089142","-17593775046055864494443453030246201805631632432952656225119742570516510597468","11908966872558347663191416104382561908310424875305872445474090053530232305038","7049826722845828253953311152129227935906107759421291378426804718628734939025","15935115994577172644075641646781997159407581401017397457310503943824882481174","16793038128611962095212796395746564938348468888820063980523147304454015134510","3828582558286393290260963852987350878971054412608256782805296719096637430728","16490441309063153751139672125646529830905973105258082330677635731265217670684","11531564407040647682954817563908754904938365457290362270201413924340228646972","11352020233808485155260108519955148263634789871559753937616757215323599029581","1975057445720215657190389020379522166994720675177020570555680818154691474674","-5611783095147349115600247796522199173061368009416834852851893168948337543380","-9039877004519310146608761651489895328588907629041481226063253066837746230732","-17849097221031969961847730591021485516318312144116835112416294885727915794996","-15591991592244483984337521226362627252486453967280583649332621786620898706038","-19222114068667675938023398634955846826799791743826772442995271228892329480466","-7699772858554731257468508141897518699379149535905036335471659734551224227629","-14235399708339641040698640454511413506504213430854192856292723647492493079740","21306967673538638422444108125149261744263640380288126200426315883658097861381","-21501184369533600363947245123535722754912733946310275194957141044207444054318","-14768309516525812612032161082400179557498568241529310546561445050034600690283","-9357776909344598125035979872652689658975999198731403240689534405409722883106","8456986990715652854769707082157635835352317685023750720074217733623585394614","-18333964028524267920584031476692431774329943815400214924315354647215520627395","21169774462975568151463643081032335560199663822362065265477866512082484731624","-17721917464156029308444297973817933223823065718454684575650351880296366394015","4755015166191826171222540737652560616781045646626478570224993630132251994233","-4760576376316814272888083960655944324716349052087467088079913838804481896373","1163579521275704016492916476102348074271329190598642005936397596657569396745","-8462626939463410865563584614825117754561340847135210385709938383641071370420","11356731738123125939918681134584004279313945709169842764509017574063163732526","-19116629682831415272025208733280994761337851829913482324115929265833306637369","10600102724808862622415746702897894937406781433634697398987782621288284363847","-11163712713269783907216983449464243252915702519961869091016057615728863933025","6501530608766164311624124741101604540643517865866025958869308446235410850644","-3976345259302600836658206527461238963226760211976679245429193283092363117956","13144536601772635495052473485159647926505980861713328503914522412553531823196","-21140414106317967677277453792867621839523446752504908409754605966274384322050","15456612595881298166919832390492131731513939951266419881368256410663762063088","-15412739508254027150150536679151079657780005637245725014091864247661345589049","4765455719411786800234281649017570673846906460248545691702823716515252313850","-2462246868099087693902652767087900438480878323615784338380292588352922510193","16734734026017629707187128242807086897139744333603693459032281449679046051229","-3688413950895140637699265741797375260772450359780372825826418076194410222130","4651112990117990030249540437590374680936132088184490107126247551394109294433","-10543742755315835907420280446555208101641368956767585292851061033306473384308","3215971094469200149211501408178594341630220920895098148795790621423470352754","-17325908776144557709551408402959809452059513131700121206351372303319791501200","3165673947344417211847449847714182538780859608741517540022298887170710656983","-17707070003004501697248645971806333516350536665440109816437812543790546527997","15432981143368214844225839007201398751675041457459765919233255042421132773774","-17018196264292478749859908054652396900830832622038684130904408402958186939227","13966933746575281831967821908007196565085187674066564726714759376780280719216"],["0","-2475","9399229817585303322618902397505319683704182637123151977976017442234575521946","-19417869608342363187926084346924726474863266212460932855846691135348320889659","10251946212694708424773742352577215805018273253838262031599202643523280492410","-17561810578977884750429499423303985058869478120582896882452066391523839827320","-6134364000667506594430521105742077227066055051227897203755773038780359382579","-12680748232411890481557340872569805429399616069095523879481172555021592206368","6640004452758291739122048800345245834724816981993431942112048062090783998601","21652727104964991219524694310047848242939186629637113555723241455523695083292","13174044612926970326021071113593876199547306572082221005741716318406790166269","-3092927740398390554265277944912122749521927400893844811698643098373701115791","-19180142578366653733207977471695255721417334977280816450101465139002222838082","-5486135314624743621079786465550014251300064415271404189049721265269686257907","-3919085508381153760636158609067264284256459746675573752309200192491043132485","-7358423112855449993962092132813981840545162498915347844956019692584069245015","1376478601180847024547868409550114453470969568887838186012926004374122299627","-1913019210546295093165551469672454068264854612285722767765821469685467715151","17738002972260719226575520500999029238069715834128096573864642864304530556341","8510680118309181022923085233693053974101744123535028660487108260075684737454","2699744763001665014674839878398197359671178628775084268079210737236208266546","-10201626844751078384021589644420123888299619080534123384806311697518375869639","-13315021272003596026593498413063702678296363790215587549619977939268161512902","-6234176934327034715345118564156869775741382755764520187063584919663764095701","-1312785920459392010328014092626646290157784301594726050790886664547269051595","-10341435550720675454976865366296623565823580210655627075962538442619794223668","-17623509917059910041867366263914780519794578679000818328363836061319002065455","-2976857685496859263289242130166663714834116661940181759799472547904052790833","-11479149606413650127914744166083166425759776177752752152467977843318040997205","-14510744889460475894668528815620801614539164184099222754395155785349083872058","7131300049072117943428786290164184324355833749395215791830326812664943691105","-17118076918552893045529983899999702881484872433962258136016447732873363671324","19705766193081723694162839411154712170021302419303772234880316066054621433097","-17437412170945547669753054187081902118936429557792035837883999807396220392834","4228727963836482558498888243069765824684076182939293874420227238679807336900","-18690098295851645459221830658372734999685199372975598521016510496692005844199","3780910655405677240386667657585167325014901138529445000986710870567449588870","-4006704772773195354100417451586757805642722202272646102383117422424762052215","16689880371780167609488016502743286115227988799177713006752720071962234765365","19422106648397286776723530553159092167919654896142966771866341401275512429081","6633319652450666271457963953859028649183505579762072092820705467536568377719","2394624328139151394508785813556400427774808849366032793457588867200773711037","5853607231648606910604827553873847207757793525363113730972436757887032983869","-11003633195267197652919114808657584069948445121889355121905789809732757499599","-18338290741047363575380345754872421379192267353345391821069313131741445369618","-19524334978959582815281703399973529879618950422882445555697224964554379468236","-18050950435255145852227772944492204591620752271194496972752477311199749354401","-1240838622787556706261309712322368926152235903604992746839208759330470343588","-5169894950718459103758745928039160623936007388432826202029723377023423675908","-9909291178875804883286343980890445965613046891888708805845849088768957697526","19996871003315341824394815138868865652046129989010245857467762447324027413000","4404757693966693762923672102475116883876818310256306861889519189663174665524","17590080243904781865083018070097227362171853830096897173328898776916876992457","20393831612350264850266537616061473785121508192556503652698832492751118069588","13687669530063469625118240935090796078200478576487981986242257528621434016952","-101769110943233482739228847167429781611896749014710504944403174800324991797","2295982974469394723850304380511201539876336710405527353974165107826369115080","119649056770901116807599591793046370064573001931311322532785055430815464063","18729285533137187218726901394134836963527446207381971644970542538531736883714","11088881742406982346837263080698183395490820643852615630387991864171464425949","13780915076722063413016929342399108737132740506180185349231438751833267490277","-4907892257263027699914314400594976914888694203163259246977639565597658743306","18291539610315671484527581132796232322636438423177266868133985667317827411296","-10449913262564539515242772297206074817168492820973365641273454403002217105344","-11327804965626891517713252599766401183253494951245213599694008307601905241271","-13541020207391311596320496088433186051531240178855249073186754754467064371920","-16386448649571882426648647016841620712472516998662656028385989356822270277929","-15743301260912698334650610684759604568353758436302567733739889809309636886743","-4876420985644713054813990834740614483927656308255892751002338314470175862206","-10491496007481582552645647323391350471244316660983954719566283538889914808936","13491945778392776640660944857151545639267651205304683328976280707572641129919","-14185579129592923184864677779174900357866589774855581877438824050939820878349","16576794157229437042160778652244893592546587396989345588091205817747695599583","-8641096239685810541724726666596461011703457084908305518525629229017017019504","8469683946868827385789927934496199241453989582603952316475692853354207267152","-11969060375628400371200740820075066595518677020312263751245041862760530273521","610311449645898707944708996995655447134175786274908453361200346964624827888","-18633088115995441176524511007820375303267610377838102618526483506392078422222","14528036159958461198842202211760006590839415952307690299725396678155641637975","-21024969419649963600276630057408854864052330246407086693880667043569691244419","9142767279533135479949036137244043078962733418332193363830841708821170196481","-14924377499688448818898757164475573008020447649927758454793740037098111192411","20448200056350655646969315787974576237051815134636448091527158912571074039848","-14995629571033312645730917897426911311813447211483268615925157168337567700247","17469338025576386523346528516693733138449405028959377941593643773399390516513","-18242515835540387113017265420769210263481540050260321163820418200341719971585","4408531820047536133957575552267047704115213874002906648123522906793973797956","-16283952180881019530838583143144578678521267062196188300511051923141752428939","12293460231013381490908591256113898305996946565799521544158296356233777459684","-17433877408112461330435830716962435385961224020306388662572112002222012959551","19587370218858343769477336787535172787021358433233520087811432848841367024221","-4579170668162548607675216937132258551186156632008415068673819741386725493158","15661612312196312692455097480474129324740241201129786897991208758892816298561","-15556946555481424502441289228105031834844378844463867174058234554222675596890","12824616325427686514208449278030912572653973712481217903231673346823394886951","-10493993963738255072427495421483651945012840952012536257248781417011975565971","7432098817961529687516647034937155607218008707943988561459596758029535572889","-15945488179945735101150245708201889501323865670225570067488446275801425027917","19980401321074312909979596544177091296954129139236621326702266333172803972368","-13124326911793316731189778830492146544703308078500347070348904603512205826583","9060551443380356429477799401876572861830870947018145025961944819801976258552"],["0","-21888242871839275222246405745257275088548364400416034343698204186575808441717","21484171426037016048401207155320436136553121373617045142292618963730376412235","-227301032914146119621585532512690878469151498872072472825298677961292864394","5417486377605770355036101798919025119073872822801691191608845815737670601617","11921969995616486505564688845634172574033954810667967470690086235842357287552","4706849589110072424099888629414857842555616029503631568517352046328956851732","21232954027909070896458640046570601392305086597605441145259576952203406761384","13805062701734501786239692605090936002993791133361156610305410944135747923635","9072158736410833739860347688048478766106816521736360476671501400693783286777","10265424142917562462976098341178825680027710750168413001585852101499111036559","-14380927593245726990686044299519050535725478527705638627472376749835312276547","-167515998426917583525675923089997052896945754286115647324093305724343914371","-6741526818469745701882541934317211732459183336559774479159061466994986052711","-5820444011999919728192942332528503685899791684761876737347231212008828823707","-20558042506742671261794559376560486125187665207153511508229209689101824131807","2214944700957372876113662900036929745507877733689419450255661038260265239050","-15572864874389921263656887940655027733317864116933663027645709555053089068702","15720853958211643087263409457733900336993165181034810632158478082146578099428","8179673802656375836530413352972604137863674474884467776926756400033100365276","14715723734154338653285258343052771509230628520825042935745304056670812073639","-13483771025146888778125487145003510771852857497673137961051667508572469580202","1718686839007770273815403828781835587803576451928135080974403329684334374973","-13510425639434316224618467323296158871268736750703254071418710242031186597035","12139445553332423706475674782053142807897376000566928368176114409929543149112","-6349268549016089104630629750613969129805574744882065140095288457862515874577","-8173359251512163225745684708993710561655967271351685742988671333493905023817","-20354334892917319241606581326820683948074816510793120335722904469404243131112","-5659483399340470581756191945821328814428464800000534241437059824191202616967","-20024222252275946448785861149340315259247402019122511929196448248315635252965","18067253738174406884037208704413511747988771186363901428554634993616810245956","18703169458765364003072943644773649762574158442393251630953659409060962537178","1128528593972534475023525134178058755963240791084857754995155809935042148293","8579658455109837795915963750749498655706859143555444408583688354227486271128","7872728953083304056804707024100716346886505351115252698126959908061780529562","-13682008995870267220308036766717648032426252243964528936328244615854603731799","13588467837702734111150038049976179588799625735192314544475270018597284289634","13787209165142930600550164842963665242773653867390611884000276113826739836341","10943255011935509269116369603271268582652258801260734080401877617460329848367","-21137916224656639991189683445847637443460916587088483754854504682230387048788","8907661186667646141377943140586192002917853779849160107535264858116630718077","-13431300210299396514489312081774469615927876925083599694902838930783909069646","10856435996877433700852705410697664955993510745713307989005709844789382158220","15149530927094832404934336619749276479148423729234950250229581347313425482354","4916621625429526382771207317912505080124460494488988467579248339248372992837","973382338741398320815318895791721472205286055765189098963129089799073159758","20321952760755722381468860158162353369714901272386560312662824158246171593780","7483787413597028178949993077493841761614969597311106671956100651804651120720","11587066810041703159648757416227297170788195061787188411846452281590442870075","-2007549885077426742004777680235905154943969699906534665451666376884828957291","3148304925440974292886831366290867447492223082531830255462921386003910815156","15858119858091814928607865870175380345223665082450880971684748734716512296624","8227849440370382654258035611643585553126498956811960353534816494385571608935","5509546416250195380504567578713784507331536502504521578464088959139045609792","10936601097890125302564818546263820137311262822329739491759169120819881963667","13847786268676244321764376455287084237300812949507191129069547178536331688747","9442989887765979543761819544908328814976327046129485825419940618050266079294","8518487325703008457622325301842747022257235508520097615934966916740497898895","4840656390529653031881691983782328373093958148650681087009977997217423025619","-9184244278055911778279076449161434666355248335683446811913672950834516705932","9696612195499427584595828369559676475148702945784041782786479912940934076073","-9780951360593958139633206060350041538469967353685634463315874714921179227794","16762339802376577015321598123610218851904314307434449658826013314230953445368","-2994952597612775918317279195977794723449858485557219975419205674310580158323","-21309542798574089086496619456791379434858202077134421209335264886827947192604","-5798950600801092074868864664731804929075504936325309123587663332248059224360","10486603396706205550795637697163414403878640329710162575670490987778666689763","-14482591746331403248460136804489080317162380155078789224351377263749254948600","-9256301536232556360159767808812908065180635643814685310072213200338055373757","-12536822443919365002714485165096350887360206002142781179390859886269949303655","3632342494953184029685921916627744000143002827618670470819281194467121344410","-167604082024348297224119293261393539620231644867270109457724462947434472700","2494945548735160562951225295652892670209332734250527291607024564572680283539","-7445790900219831272170720006112558927880592257194443570493230688769196820900","1090368373021870140024646438199778112894193462809784256973836652821544750632","-6691553277426173989959552518681866709147075088528078648640733880553197478712","9798213669250634346561749595768334615613921584506450841105943971510413134694","-19633893361230424196115082263931049304857177978860183704230257358573097491425","1923255598446646707405676406408608308408021919250838456449600429589078294862","-15614647772838839391232572949227722093425687414274863624276074691336734394240","19104426769933076251890324582696642226210511343728155749320823270034564059856","-21414523391013635226999838798070523164556514451533590431656441573032468337500","14930569735459431758083941673977731243577466696831996579306209900499065187313","-10023737290604447146740161417841282051774956017881268478785818128662427807521","17159909268962456918155122825150552299343828937941973487622926090693123522203","-7487559029445761744561448166260470084776775266654730671734288750225326977984","9290792905681819270887328880434588341665638269152773133795487543640940877676","-7715351519810328977446921097102767114973969935614417845670758587263523705570","2314817525096915882553251706088312396226645030910047104671813829446875604261","-20741100511110666041342749468281801406206617952265791678660276023545834566881","1712285293122793865892067500784639939769287794036380572372203698742230321068","-5015914213733272889275713918886611957772005193539670582417672094105784103333","13539342031728010241550250187712713138770023770066201657115092386327952623400","-13903460624926760684858561595848849038293679150493751721401400036536241269919","20921268434763580917707892521030012344124671802874194418425628220162925166438","-11536843837060304999537522674999054300467741537767824050585826142447207272475","2146984983929577214534792030196261971579880642300688940085851530498842880305","-13728653365929485511462433479424854270468906022899285720226628335702980660725","11697328599961989479357108225594452179197198429526591391360739401384956674600","-13171620510771798292384710300273093616489483041021628841347341642637890748434","17753467345937968155923701887386229449384772136703754744917395894055363991145"],["0","-16416182153879456416684804308942956316411273300312025757773653139931857352019","-21379269348760460004888858186173915114306245725639428975539811754379452552295","-20076645095119735108725948434403955889301302695954936935669846786606137544124","409461542199619047454376781751689587438385076395733131240889442375321941828","11741217921573561518139434319649894594903403967028834705565606621641873769985","550542112798535217327263131715555411600617695042479486889811210884761005213","-7289554270988375497961633324129946882381355484666025074378389249396033377871","3048229031221184427362921090518297117992040466228644447357738248387116666085","12480395073915594236756017531955085365410692075247262853070424478748753531674","19163298893571518561877812442079388653072718615958721456708776524764874927002","254436114398133381668393822560083138717850793291471567972211835522193986333","11686995280233706112084210876505676823806044282006312302328359227134634930964","-9547785499501822105373861323913209460493557583725310051766296070975694450106","-5798886218097483857017255088843222357568365858518434456397504576039853874719","-21256742312259682506820372080558897358288384655206558156406307701452925930892","-21117970459449521884098214095394144679211110285811885342821979777853918940634","-9583249950131648732713901768998865155482625689950341829074514932899931101134","13995064898590794909514486037781976678765705396072086544776887851911304545422","4759233240091137472632162852911214926687821748120389260045123776828964209723","19803481375457191961037297671946221388267615798010086159998856856058446786466","-6706809408924523723812790274385327552819576985644002055145030830486771453967","-9343512255911453996295792872099114332101385868495190908836344889080042753131","-11590417606332841948557357724830471309414932928938461792214699271348205315791","-523340815627310350355852602758844256411146962885624286938965640344355190285","-17628416904582048186561060416066502891061243093668167222835790983322918664596","-17367939571774006700349849639362875105178252668895970450232572693190757322946","-21598258824321058767879866768973083930188514891166241504307665225578860241615","16542604895301891854583286159967720878729455756340930645654771511810187513575","-21668371338795576262462335838353612129139001194887878550133897821822890877444","5608997885945889753758320520496547344532024192117067924019059772477968650147","8805721959125874408955657840983163339460887548857528841365529618637065523555","19823446658723508529906252179500715779504612929937501747560969387543430986768","13076773754673983133981134748109818051176168983011927240763385093118267776825","2387116834906305179866628624300771294280562881865346757800465862535279125931","-2428587209115487395800066453845943508183695631987043878054409944642409169711","9941194555037877127600882864937350220610649785632596050155743720568774278862","16056537085959219818164451070264363882862842831303087780156560898575806921986","19898096536627398221800949440080764689333216733447961466670890116613663844841","19367016722662964595692881205139240879675028360382304293037463523216648235403","19752434262426945416083703615945412712511313490663522518950022488186550298210","20043434930178992005586195351797311877411114057576938911119915214186535095036","13415359207286818490030590091629560072855330723874573288429099932369783541377","-1158833780152912722256019334641028195446548744704762698425455587986646094351","-7442839268455000722033724684514012390027852996389797562055070480615719560872","-4805249473195930160081003173360251948363062165773357154499000262452180054979","-1013660031596005463195778599278355126419427562980875098733249734985593604953","-13162959980613384432796979037879568517080527477997449475366521579076075372042","18758023182268955101058161958967974202505693806507026657350752282925859120586","-3464863210865431865946603777690186560805608171422494665356584722056643261283","21360234213370987451386962952996966089982250264655490967364473732961633755849","-12278104729064565444748738546968441087532053078277909054401940131145651939408","15931118273646751292871198545593144554363713592149573460824130547827224817657","4275802996235028133175130980038016469596100860370996219997336871284499201605","17507162301862887872128334138239693119306151758862559600059307448601393715388","-8806765414390294612067855565348470381314097065796082634524241683224157852524","-3808909375624449216893301982228879067915109084903562660160421657076496965770","-1505011641761543844454910437236279588054898338429005838088145137627041472575","15212215219494316948708560223057514975076767308199659633372960767058172042552","-6382316123381663699539853594297196148187796820438966228630643417611249984794","5770462138536852467781569995769333687405058562912477855385701755222596886322","-12227398006009603841306728499365831291909110335057043232501279095321800405343","-8798945254459134883729665660286560443981704075134910533817833830436700841739","-6165126892949123613826554426032370873591134001932689412178067652895942942591","10817165955923333289507628918760440360225805426921907059184723021933535535252","-15544336957344900847269770700983606814073561606376383545623684719005516704397","-4044816918444433641389536074376419205926402195379510123775454297666713532796","-17405843802655970726270582476619259661179021011008076664816416153476932973840","-9988145530435652262546670595535619563778058997675724990207630103342955210634","-5705849221949536790206807011680478980625286879401902989279069363956964510771","11091537783655312190694267650895664310494389042782586716966034941820069267737","-18670256039273118963865474030200500482831759406726761456012919249705188113535","15972257870296156336566615807216096064591532673403124658882306684177672341834","-8254812504775478205819215312479132140958225680625710122821597391901516201619","9573964808325603467174369148464826846140484817205427352411450131184849805429","-6095043252280442105957663155629157009858680257410110329953681473010696451468","12266266846330096717657037336905855817679360147655285839306193981415892551125","-14101139309522805368468988894091810898195305549738909629801530914849142427256","10730892550675893249013571076503799498799184787549048476156518906088477173675","-21781685428891239721410957527330314851416710426614949848800295449078435997139","6610054232448862790657427979767633693927478688881781756591486969195831181057","-7423962463330986556981517096098022605631862128937241431750904458119979350577","16749384365894768023769319054326926432424731989694018833722697113557243281658","-2064449530385879562978761302970212790040058683121383453760464363628759051329","6927350362066791069728084520014159082816257119223417899535190971350330205350","-2930949747055506985922872493724702300781199351292401384358495524929079227938","20196250847405313327001070117226356273696621392338902780371515876247014504138","-8976887172355308075301078977603414933916841795193693171230271287551861678314","8745823983127589142964731912668756517120902893760843494717900821013998324159","-6011629623559584355355377450242424259220525077426169171106109680493455927990","12613879413075215273408804200282795634797422519245692305468314623879203863870","-8784120692566597911378322630194280996315632988498439143839459426718485904202","12535439935407548758881504903913849161848604029500551869834598530254874657307","-13494589961859949022349035269707253531586393518675956698945544357694104420507","9268350455648088936895141599930502682641701839762979151068591754547132542044","-20809367419657557738758716977394083671340442348820716155036999327706752921524","14400679859744067846960193242661688922691768010677809325979704064672287706442","-7296886375139343713499837914946141129325358317102291228840348556782338539817","10004068848698782315416712491931617626513245600733109541798527086638502559727","-7140632111543061885150118697521487277106029668315390029007345710638635781561","12715335015749595469339945572343756395523654793358642895641784347317545250978"],["0","-21888242871839275222246405745257275088548364400416034343698204186575793438113","61934119371537341396775560772209827518468339581113908818445748631263016121","4784243322659807070403081487687746490126271759118379289353832287032245504512","16508059991799554032227500910283290020293264315798732362554375885276590305177","510309734624315816909698066029256754034616402301376742321734587426873515446","20096947330583989285983337331114986405753749773682329597998140963602626483091","7784280707574673620302160794550047728790985570072919199469613012899005422825","8168433304604283834349921616247033114455966061172716601423367963734928526170","12505495647905157429359830118652995115414135898382400052025008979913709538268","16109870525608977884859174489755145167017495884442495794283290110510081518461","7236174523763272445416888325241179184851457275964883237470573523850810906454","10275381062595956695505764059954033833959997597376524486800438261476315271684","14979061526756124534516361631780138360833600541005466288853948572220330618632","20382019702298739710458433814749558614444175532873400959336756391348261358016","125783143777138106676949485954168046374927755978861602431105053606172072896","13382507109947298605751397402802487098143383548913107943674428949663720734026","-10890989961769541588278248386666930682644902607612132644178430426819305795857","-21051170486844160896717780881082783177268900834172383063305928287890632011843","-19193358880212196261988670062798572445208740616963636446271396681016445510170","-20081537880055069140947402116904980603435241854919812833901569763623848510814","-6188997552003911140242038319279112511611158442578124511178160734031218852909","1830007961691177891042690092798794371934450168517519604755117022736774017244","-1071144276354940895662713645792525429146332379552441335222979625548879449272","964860204009939102136917467710846016795795195604586569394382309512802032747","-8587092651748633597445627360132556457352211976892146883302231178960984560374","14375301969927610303510140960541059482128018731699867489905445955884068872969","-9611491634977210812091065701480907462556558371182399002839481171565652758736","-1875083177900528294881528473294980118074837507304613001414276648672983255559","-640190911448456573059880467333290150215161979172476698723322041937522662024","6492681038194202006665953284296995893980161204222803838141971510620496336713","-21363710855650988941248715081664983543959031706146838537728421697670464216131","-2657169200399347312474762913088141756911199616281016563632880315631803504056","-10574250893936175481034007839153563560157052393179379059239458707598942246621","-8703336987092120628937353089985551557128862697704553003333996484137271376584","-12180470686146441413451250907277371485912593606938674377412604520081679673585","-18245155001728194077906075791342999165684416460755549281699674673053159319006","-9855889413538903999043004309992582408578366944293211991175247765790462455175","7079249323240808184248758263350195223938526526393883562652512503003475641966","6233830142575554912305649482696514453837942558540229230456748037251791071560","18242569852136466936925706760044220599829538059660614463450679175168962348489","-3358162266894804135964346305122693590748174472024899256126136462235722109986","2440227200492058809756547783801037706883284146489867293141425455747158460917","-2866254675277859560336834585550241990780454281739744087067011236507399705146","-14150851284547457928562198411247397857255791229813380724659140735200308403623","-3129586312912899561750257678104949406482076838686084325010919469416620820879","1744921134901118240965192942452923400043440739179181420751940032457216235731","-7109887987416039531833367216326512415439636995880622984118638875057318340108","-385450631744203031296223472078019964893994288177407024942596728748241336888","-18412855426808665015192490435545042062260063594328166275544708712461612482268","2504453472344331907695715683212804458075114516370271349130938869343311800777","1452726531185312688129986176016536690723349788774279545757691744224589105921","17502635813785597509408480677566517457297850695624641715008086145069857132758","20012400468356316554293636212654029692226550942080181463357460208853383145494","15045994819544687302206743015412694935274153857120799818676681623358480382131","2385725117428878068329767861687952800446162820223419384736094330200609718959","13782127548462161159238375660901263732974025887290111161715141278134928766606","-15018699121455269576890867057938118507934012510801369922076926617486375771224","-11302765573465344263326469846821542401826029907281105701829503823758099268816","-20043684276533168113773661236666427844750840983338640252284753849882875069039","15053857728890946208255605516902457318299113465023829208814152833095020184204","-12028957192440531564289351423850886443258003715211968195553966827182681028557","7870654703179506959414752366550699654744212898929703883960615639825596922486","5573098772429246568896255383998049214193169759872304404371429482472769661813","1278811530143724238946903757508089523780111022643619212333572831953044953298","-17125407815422121328988764368849031652064734527807968863779728682890873514826","-14995423049959478929808097940089713550096838969283893066726767724807156421298","-2454448936737690164770029228305082081602212811806114182718329992486202301697","-17223920997136225918119217326066195433565177010296783482105029401138687143859","-11066850453937380352067157790326776299442122926602600037107130931782812640768","17388339539384891557473686013414624502464825496662852988147267275746256035618","-13865461329585635111648660918873274133518848591649224449042087008150799951442","11149475877734976187129283609706187105947602030657835635386589311559094936896","-2259251801350041144543561936933504784886254397250628920819085372705745124540","277161714592943027367717803383346991121903798083264829486649255479365413545","-12272021962475577782113738297831977418502164679207755253666445516184277561318","8115318337004737431511214699757611138538645315945343722475189021464174844288","-3468594314607490387396926824839114123497549562933883459431609866138238278347","6218063047510529296334152837676341938494159051955900162877136121694979710787","-2087438348389268792956496386752509952809297867820558974263898589929477938962","12280122834392301255800037985596002241749113906771263471540611757350252042536","-20102300995364589762102768879411294599721153315942331112053386190756057898937","14009791142721596908453791644810722501436833277766954084216296088101032826894","-7985086234268324404243742925655491976302379405307374609148087671472185663252","21529560230269295161996857864261488535011717859093409357294388281126133508545","-12502175651067747853944941577521295432719399232192886879120242664645114690912","4353947902536819234226830486855178042701676064513569757205907590826297477231","-13079405494954305269988283766787545843488807582700812183792410415564082463827","8060607327407043523328444905162933108181085625160981325175593891834650067486","-14301097230951936728247852067862894304785651888356108794222660505571072419404","16698958030369674530487729709931341989469978953891625724055299318025075156258","-18172770890309910605467968104751735089888469819876272609831706372652466161920","2105439396118650318605633054714006768788380111472226488231665479859216212785","-11202483991081623430298862907463359699866725742636359619503338289892857820924","12830016604270296122086195932558503139880727148974982917489704682296840833371","-1178830461681306035412578519201355331083701194451926571680905712347177325387","5972750291133259067114979559095048026509440679468035588796273785294645423784","-19665553256033575126211441071999942946640152795990307151295483806974719213223","7000885424430530705886000874401203510044747799529679913512785571660591608481","-15103675699040488883009771866507011701715271919083110795848764240616666131215","14146833585311214611180632805035723250816527892423261659316549933097671429503"],["0","-198675400","-13585327972502917134184525333811179025855225380826828552956222736609490907082","-3817535408398972676860838891950053872429753921221273436376019549884636541580","5152491211825782567737988033287424705955533070246789914452951589005018241644","3032046634736767437996911273140985054163715180708122325993384749242227343185","2382884932336082458722135064150999247802081938488332600653426836760752253969","16386227779449089757773202775481742845025664710862399910696772877388160308395","8519982600018411671189772317837981957961485878575405342319981423937281303261","8758190527741886401710291830947988326649041962622138936511533830839732612262","20717726365128327126830900231198818487395604887442182407394306183190040516856","-11207764992723811409691428184011668900968319736400532756784921179923923832968","-17421324950183103600441076471433788813246995707959075532147536709538390296171","-9266538849084377206065030472474193503921779760062551148720945190171365027796","7392873864345002560986087842196652114045467768982333266487116624088777884098","-146201419765181454715749221013390243441035252491755351786175332194038497883","-3593269763399323422442189689959711764594438075348088875411828722314322776925","-945357180207125253299780446045168698038443078119733444711555678236825558445","5658128974053253739893092805605070742885714718711033770161501041679772317265","19275038847286979753697165503033105082476472333357972005412472426206019552840","18101888070178855630179284948272605716330689809418172250192411510698240275699","-21212168412008821870261016377670611464354757777012750855878113167981737523890","11315237267267779373182927503929037472218020324584416092240612401043741631682","-13200163599725941975496017115097170442975545504978261944750120020729765442280","-2557283693355950830550265349224803310862457138586923899571118802936330374970","-8003507671721205600267827857974471500071985653049195041864889813397867988096","-8770150995895182489700549624048367822747281842785628001213703306960166466707","-262389576189944865160190104546264173318519692930557460342450659110607799710","-11002823947180317640252090420061719844515515062702573838969263286264509914254","-14751158894035434795901874461722973231189070896512782598734594568298445380108","21449996179236817480240681949277996886283313885273346661339214922355051932953","4667453470467916214086402842185693923268241720241608933344523278177827872093","15333719143449187761220577971721869211685409877653580181102202092318117565781","17719709477151676874439400162506842981897612588864870342957751685257052777785","2939743337075398125344787567411088101396093620314388246244529560402947006719","-3428210193619181288640227106454291920615342682253107740276581029555239812807","-4173947577684496876897772306581679024685272378861188595532908527772152675275","-11824641627519864670020468494304484426702962576925607558673586025064224582736","-392790030407866283898157005562978447912172764547573399380301658292897779003","-19859552372931421876199977712150830100301485973792247601804937178488048555384","-1989611805704486171512704026313662070966437737940967704013261514378897310902","-3339460805138800092520980250716493020519523539260491041582452365990441453541","21008858760552172771813355943473654836297995766173227710479451711918659915085","-17297118886660014835072689207895082713396089958460013175210149501530684328029","-11608044297490285412486959744906319599151762835645403758674450247476816982827","-18656274911829396705926000160467697193496350974566630686117146269432577754850","-16151072281126520733136248769172131642804411795005776098304600473085497267120","-7029310477482545179053258507649754430098489199306286340195453934282301817118","-12415922225099041273438824010523017288014325147737900758608809828733921783575","-2125768850672477551428075101084736279492617564527326661926338223372008607891","20764493536845050407008960539975276632981456709613643252763755210254258136872","-21258331073778533267597910982442565181931494954534606484023498288584884036938","-5076524224329283437468071375742531662164072990583532088165762214409181259591","-3476694135402524217923675863200687610866092266665840750801547407287206850188","11181256783446687260110265020098134688198030096472088212793348572922343793705","-17878376509052731261379783944411594647358869583887590986353259826977419673312","-14977767385925957970302668062777981282914445064805285214668493847722368709879","-16030152673078379981876167003761382720111970662093401393538880735567148730890","-2611872280881997350560256373132400823492899961529209012644548621476582421530","-21767616134877213990072886250655569976017838512504906516982112189998017886887","4470599499229356006357430491915143653073216072197986875096286196357622256987","13743907548285821557630980030081290713809880505812392059669561175786793012297","16876319926163877914198676107822726195591494722246903105348736767762006127706","1729134543374519508189353122695773059975125884106155965174146057621718810241","6025857532129641818991788057999760168438274553949865967110006567456460787782","-20159586397662280741165264070317784332817695494104942175942765057105281815607","-2697389724448375683435530950951931910670792855570724287335199793828263849717","-14323804298129720878092474160198622664894593944779620223681323117806590090759","4377375221483987276505160719464096278690473059840819342160883440921195657502","14353527543005604774676923532609011557112313979377571992500875040384646799166","337432856731476366379553312256493599785829775270270891681056179957229115385","-8233437085616308402352967028822327271653767619285531153423099322702712174435","11921394436874397141685698816306201306954052201387046971390315881929155253353","-10526096617491550331652439502139408464471934845395184666034851724750764383363","18419071818202037143579302885805479255692771519990389815584205223165713103330","-9990193444169702285104904452025344086422544421074935615068957753426189463903","9659021528852552003829085484243028107719359310498663507575382847701498632433","-15721502459959332051726951316937522273316643010734291551762234483140794352055","1031679605332164994406859502848097712684784173409002841491773642187037781587","-14853340998278159632927219360727010710325584573592369056697094512977947329267","7524496754279882646180610043088131979068235953350682291189780683822174231627","-3280696797583103702210032466176438313900390140855212973587562196328953635997","9012813352796995397936468574819059888882683282510279288773094466349006742402","-17898600109901651066973250579059541328901095886298330065144277069782908632780","17158167615033231031897902966022392570018787564756065580660300418738584410850","-937428989705790284680010201857165585097295423897699763971938841493924553162","2429017913798588469808502408124651629046581194944365772576790242037720977474","-18604343079645376747651800527551549446861983184933732275660646898407118917124","6206609120206223477195920225445210240911714319030966731133512905381538022090","-11529954321280508606807693977392721692023425091073274062758235971775153489867","2664774815023734811232876650622891781885442720581517714545968574414882502817","-14848879396457066180117088737841398227161429545007384926581296836847358835282","6302098196419901387622644311754022200871358015284194010291927571606701150661","-1840810846920317059224871928268585113336407346474536850627583395405821425448","15472527847127704645230470898108289795746384665401162571146492107166793932253","-11242945691228330467307776719566813607809012309265891600216170127160394756155","5585242940693926239515687065031721870133876577369771387067302888215084947489","-7770802478643615972933883148082074248855929802366948121768242219045253228550","17382670523704787262180447879441417528771010002822732696912921124629606060261","-21330404652351949399782641102133391341683826911912445911070280441908931382255","13131099344164583563976042827221528654678922707805395784218504747191461068720"],["0","-21888242871839275222246405745257275088548364400416034343698204186573521701217","7619185717738094176979983165282293185627383049954936069710359782000121931163","-10514705889703655638637451905069888733159394761361171021590180998905298836881","8700437976922141814832153433292846855732354965878377452941822841035017269229","-19751895436630710284874374636370045804111295692883465074241121462035043050952","-11478345774395313430541823925470210688364520174672966279134581598527382774753","-6997807258260244436315023239120213769393572974791577788698330137771020066085","13220868037814639976572321445967087709870069244006084698479872942442543085592","4977562977561371222929301661516335084548773731771164617138373559641867672058","12224039992212083404107522701385494237305641247115474734533197818159533111476","12809475110296179905384521394880623497242572370049261651796461909445167004203","17360546882982258900679184236562483592903676736843771076784910496860684619899","17201783215026689060605941534447006863615432425112890742240291052992552392864","16622379665766612854827214052796921215401803688426029856451202252890421497094","-20176418067792220366061746487847139042578139998512395900116230494969464208820","13628018952522156606696530958325278554685688545910784948166450498624136952327","-12826448491271677998693122119985027837029117714679359985092937137097790290155","-21868733759209851648262509303620144227852700258272447020026774318997506722910","-13114890414196853899228685709048200743544451715831647165988752790533982734930","16593627912171745175235479351640137983071899081424352761429955628378348040111","-9547964310456693661055015562390924765965585771027922738452627088058537652576","13529298674369077847906388354556639826409179511654399414959928980003529859068","-12037394736394071696922384821265824615892800332132219978343693839022764006564","-8328305457150681315890742520232251607136444882445753215215572131499721878204","-15820894965389978355185423234486001359580678779171447873828303513865304083860","-5560635830829714692804051768039196349295693044745328791092076225704259650471","-10131601933478234708340178584084800105024195790164726175134865935307032274105","-10655728931710279663712674771716056990826819176090453988980118338425157992330","-19906219824261745389003750514332205000953029596919644441689563398711616752368","6511436519650819779130885455792021812307657557555250705460408518969500786241","10244078364531353525344550611174509522701359867810195623245100787430226196450","21089904921857510603966770462353894329741178643981260754387887097317813386019","8490707472957313901305745842105211940843961882758782232378092715595934733642","13429693032491728812502787821887193103830456193602596821685962212114677996723","-9266618933428589913061826321884558870857033632589732426350908421973813294203","-953673492435923518366119998193830425669333688173164210410803086397745065407","-7835811058516942137312582705643205133843527015726441935618787302003871121187","13773399168768511767789437936376208757715535377439300706520584645178366681793","-4715274246107293914581148562760974647297728841326268931013814135680079579920","20311916086898097550413428394392649759960502391972436935025984479483703065881","-9827305049890100788685435251140913921719122059669930583909616333748105030651","17946136494857602053165185693155708346684318298353642268748891948927487039168","-8638235103462807709727043904038595128192568611289570108772602555977064566135","-20520590345687466028251296662697824709509139926158320682650837825737054638951","-16390636939388269924180862259589824775013953570816088236097057593764368195968","-16614141032024015676002919578422189707303357419894261656833380129034488858348","-2925308507504973015808854535729516098064397540981003465431166520839312250365","1697930041750444529338833123826016756899729830284659176836524791090100165792","-15188863070897823203945181121221472435284760552998674614654143736699473418106","21874501410607765328335542117699570706756754128370088049981905425205444247238","-6281248606560433423586165320410351983834824724774682837846918209483041197680","-8708613109269958980721625737823477828063753121107707127111122781661290646873","-8934667767166471244266150836453936551796001399968055141625186240307165950022","10319411344350762412697743507311292830708943478780655724378343312001867139603","-18763432302832124538103296362938516478363551002000833225149865467531016821191","18384280719787113809912728914981956289057080525341642402670317371917542030213","-19382341318660315943162714122188411789176650007330787677471484315913872684709","7710026483947723599462164099371777213243732571934275448755619343315889972178","-15571609688044480628856352601533107090192968374931644963678220762789898296765","-3867051292511731561100477457852141929753199212946128253841625463204105730284","-2314050464784202372865659413278191804054164743765181334844232513713691731459","-13656805069686940957215192449353192024614680131904018045552648276215898275653","-20747600937150659815140292987317578445123648238716604139452652067813035012129","-14955118777783989162361963814562343484959968582498404451272649643428994556360","-4666741174004406175344210188316064462091642815515285028501202954265044590319","-18566736552279687296958615708818610366077348710656160236451721400405195652206","-14936115744429867564129816427004889760329903646994053486371698036968625123741","-6737922615725112714083701828637998887385636743270105143732225171708604121377","-17960442915511202721668585291771354234908204420746644327264451941511848421346","1877590080577692338230351017635150768110457564202918312593727034427283138439","-4376450365461165021404714575638379282968724216149514907175394890442467710645","1813547314219319274693942126817689289316533551767325040221179570473175004331","-8038090178902650969239493802155054762324987060127140182963128672821770733534","6528779661535052191991577301891360068226770629812107075273998765090259687701","-12682078018603368590303454799758598413106668656706929082581948596076367565780","21063804752772581145692403171867040195977642490682879800436988589740014341573","-6558686114738154499133397720525066444746624667732838966157436796203048766327","14206035839770242392771509550016358011734317423824928872719544953052207513601","-12193251152901205692380549544794459804155613265326560669859647179974580854950","18505196098877370092917845097741789596652552915536836283489288742388052910175","-3677709281216816462784052693279895803082319326294661072751331923181639062844","13177287358788660589364381521730019389180625694999823414487492055989102762195","-18261968091702767404485695671235343846518447141500317214858483471378057308208","15265694765443632145274247237386593329910354489950958449128883168736235279423","-2356993077415242069954356268827209483208371911222493234964533142959863019743","11449453206620361580557529046331817001451463715614850362704271627369951217584","-1574150082463621480713188329913303241588565558572851636413356038437271890981","10574311720517303120210011055052719934824794846583408877755720936765222794645","-18702570268642440287173423228024911656809387805575415644043918308205421080790","16902625540483903294253838843046477116603625821622569413624514137775201409962","-6939706139099908088378633858762110088062611557193234754698177071176015866275","14126268523606604032964027011616261178806452354221156758680750937992794251167","-18754672646954622894320623943805231972633990390253857909292229046322654614218","14031738799539196223266045622393287143927604473430205901047809549085334652482","-18924504454523896342636507382123810919858255532244454183537783888863514470675","12395049884227989037050074090532773054762633042056483870709200776279655127599","-10192615862486401679088013138664793952958616865353305757381015558425092664092","10034881971900159359178653080614498910285783468141671580575921036808319125679","-14970716557708374332005141709796558709067654404368380260551607451370018621770","14408496690103561934754674957410012408804499127381555892721572735018139681851"],["0","-10944121435919637611123202872628637544274182200208017171849102093311165234596","817464303182729948132154297892861428658579408978257551960070947559489879595","18946985742793665692901862387973186676568055819423554535648010054482067776805","3926592496095184346032702443716926022185216973283037301112772929519008199476","11239209032319107065761737034145404011372877409896574985162917137465113435984","880243624638649386776333477347216914061074591333726573057137147635213902324","12886916980333946827825619851498746005732871409760076549005828397573758433166","13256893134963859279114593153622042247397627152572350537543499251608345860875","7857954532911562505847998281798150229627591274623129582948397669632911778987","21359384261340974485129169871357378153289480067918360938172222277896499178132","-15128347311513786396563063537989229810644956210339715379658265125864003025905","-11436940744965166529046138486570863809248497268326132113158613748608067082388","-14033439800268694825044753265142032719370287903153132002183153600969894812821","10799131148182118864567687805304244623278900102116751185545729530321939225284","-13454420160293048499410380143322801038852564047264437567039438925447208639011","8560811821083086840498598045201838168167610577954133946301252486967894214363","-507337658211727537209616989032990726225128783361247289947041661268900045027","251918086676324868846013205590057812380032377433626853184048493976955068401","423388666634700285551453693785504799154083429427930957609250057753608766459","6123191223778642681118107160186664335479921420183095100154697666508551854465","-7620724323399629580292628271124829512604809138821402279917745275232322272591","-6067686926980147359157103645587709819208028883204989889867478992486788781242","-14609554607276340088528925209128121720772682607084644193004732135536177173200","-268280095795417102319526757327307559369878721135419725229986411400668100683","-1689107647215341996235988604734875215826669605921577377841755532620660296204","8394939113545100793583090811635290839997641993570644759721975722859382032937","3001424659300707415567528243666611101891844144864452797392170342634953256316","19826613262737487020287263238996420091580449272159409098986586884146141156511","-20512529722844919543450502978364427940039438491560835994907029818697726164873","12743415498004695985100465661526299455935771420623394730053255809141858827378","19372622028699597038433454921811034828842577156407240965506134429744721639195","4907870269668514177027641729193469264258486693307526042265119102833986187417","4744000899480600214503300766281095215414720184899316177581903557360023586424","12785414748322349238663465464923805030609009848538569519528748771349911450072","-21429428954146695031613224553143168931098630633705435427372122125436040600388","-19439730906189666721198045997750033948321793579930750049261100157687525725273","-19187937520669490646431921619090975525908306214332720615977558102500705605841","-19136704624547785425115090586360803094366756548848251460440247475103340963926","-9997275855649096480009858624255661085402442485585524403819027042261882770439","13404717362702561906610704093846430616336932433990800886405458833528611056124","-21380231224667462003849127194730028966349998122110366642430915729415327195554","19041736211185607203537170141579490960003676611116224237884096431191424699780","-13978201532894284251108052762777805880654588374580944050645809506945723625552","-19661206243969395246064615223321595523562056415280442301099982968797911593033","-1328630073111219456030769707681761621757239950294680541317661719905025802367","-1364381456993350760009802519071500554602654448674250168622946528630003718492","-17471353150963660477301481611221220286075798301387521569790284369741162309266","-15155795340456707536438367885811246733384536987925715005805363995800708332785","-5669736866419355746101457076975174245668024529380177874983664085848424203072","2326019693455119191003849063350754743180343135443177845883979985504730068224","-12787993775623191138383237405497003484501376632531512225660877070773486349650","-16194058222440050424508789041637583525842916261524839163948681726483716365028","-15795657828765919427659382138959037653390398166998825271714758691489018952126","-16298258749713361241618705739821651273523736045205753137103219022831626854354","-5488922240547021050962716930673454745456022743548681742193411984190347180844","15556224452351510298274728928929378047718433730445796869339503566872933164995","6931510359839737554207950579761827771048467143850311194845955537105133666882","17055410784119379050876906642670423699096128154518472621901042396858152932746","-983890532527871417061763177717695837138522745368141789118600930333070440907","4614547900975045994963308228334675657579463949715315238850588931774912936592","-16046641632453776873968447499694589276727115179018028522287339266255091723456","13161543487409572644501586824467791013504347723761961974284278378694548784056","-13044133161621454250015714485863133839246106814420646290074445106732391731699","-12013244054881336923748336622529995572964775257352396070662536023328653462422","-13042218242602722915084792521465983258048555109001062069413716220871012799460","-18941324591741446591832587667643717021035213398754964260186000212867675510218","-6354582955554772904534319285048280853460019406949667875277275753330147609830","7050507930796173981750814898315108141487105996802597127395268531998996830149","-12610418233916845544903435267169942933259138897974566587723404069882976819717","2132860175047844173732368669050182817343314260158728664264775564820524593852","-13364988818407256559064209998792805758999223922009041815965053950189779749442","9775072630047498847956414826785058010202783449462403411765462296661422462975","-13219453159892938670689263418251348161388294494803206409142044460720925821814","6784248046858243824016199985506004918746536886676957729118205326120756373509","-4647921344311189247356897736726886244552471146765593845354185917817810771683","14000719934378794796270631416628155922870035090912014452599489815561180252751","-1476549095989498929453794167611884920223210041678624890896012799293627735066","6524603384929174951664400654070999488366700794576944100280038731443911631825","-10124778843283115285020488547605899090405881870146417067795228128798970892403","9955952738792105999459304274402073426526255587705623575898807412702940055364","-18930881065097206187272029491689558736936854056849458774385078746082269178387","7707407074193806998568340681603747058701521652136293990684428160315184814439","-7198235945257359255310760786677371194042368273287639996535879404376646089474","10514703284296402052125445481459097187181727858299294263319631632732345855314","-20928419398592241421585729079942432608779780866336410670346665210843159772529","18060094866058301305029381039035269541247782109864677701953221676293851719298","-16735516606558639643481818986549171728619975990637441644472047131164481325310","237291271639562918530044078605234002753526145910708593309658667792547043512","-19744835741791063296604866936430968262651977321016068028855725372659727793238","15937742479948164745460901116603215987864226004713483674930764895721501601059","-21531647888587500191495592659593635760163614277546269798253713209802398048424","855391533330873797227927626789612329033052383657214962922576435840221726924","-13292149510451299240151319595659289542660674671972621353121696761003224821727","19878629648118547812793170837920050454593235130633209914058116447372925329432","-7272077564534656552499316012717954153050746501650372752414412408855998201890","19248349523045802148381033922103163086888613570634956651229200320114068692478","-4155808047554864337865631865692564000649113895854346525718690104316756017593","11531244677886386642241898963446680752442875961748820952767412743887443533270","-1672285116033784090305726157977877417646456555184179602862672992375335509298","4871138593280384883667348864009647069966067297465683203735074924698618101466"],["0","-4864053971519838938276979054501616686344080977870229854155156485694376131426","2840734592437076748396269815686795578668190150713725269357031378837757931796","2027990845749914052168562755107593510635396915468506962153766529564548688584","10116742523659336868103080459774585757931659838603644233446174324168988826653","-8717058297350708166945928900771289910244375845175256760180246593875507086630","-4578285561282246963079673708593723662220306870748299192979396458536501520293","-9325439925807124458421327324658498851013044321633117946119266531951593440976","6907954377399918853969893063005529148919933322038635111831991693257953801645","90484607274753269665487108886885781924901065408440335954311530519541779975","20766425067751938620514782450276852960689615431890227210594041765677116521501","543677302031140476887110596256693565577358193750999909855066977964371114808","7081998569886275192882103470821737185135638811824793680912403643924258371365","1545689907970440478159207097087647325839870182295971402808348835664239004248","15544969853036881327574391243889290622615906385085520697459356534377936146299","8969328884561381893535549120399989121412462630261539121068076578406908529868","9802807007164775546617182390016568186785781048229974802697351308583069667361","-12140497603452439951079378029867193325651187428181572856446947824179359736857","16593128967299977724188992071736885742752440668123658939977181080801793605496","984975243891049747013929412177265544837199810891478513448161611508617797342","8185143528823719292550508383094805570775377509234407375711194529942649256524","-18009981537262332183204197291329135072725352772023920930452770555745984986552","1240768483641697651165972683283257801916053558673120565731411954259995922692","-2902715306683287086866745281653612517268760437172237539120813641512084660545","15516612933950785988272356843725755401957944980438411435941333138986042015270","-19442883566464104568768839590866508640264930089110871157552025192473326512740","-17396277210773227926745343292247358768209056500220265435223485089946944229979","-12103825250427539876121792116434586915396809043235448991107126595822991479147","-18655894143059269659986788701606863531162929483030298983111999314713877808757","-6916455095391241208528267070976256228738204237640925029073426734702691068720","16331478309029519315435544644778208951480921956781285093151335313332026996662","9421824138841735472930739712858716072994550566087555920318795466239262307376","10071722733569226092626415675691993281189882494550506459444392060200290266921","10066205942595801474964607461338177142315732580505038943693834418229519052873","584960162725341778138371599147556638253052803464657835635652462352875066489","-15523895812445990563967804219448919355843711770891478803625410367713321697071","-17777233188812143390640442244635422346474794702087416400230560753435128265158","-19676951768431081825741717458155431703608469083768135567417085570417688135255","-11150135379833467104661276527056216160949787113187245811565390976382062011023","-2393532849350296438880856407449688818477367422591942158213832986443338476515","11959401379463888422126584898504605491255762475671620986912853902896839162539","5992971534381384044166741989341973681953556155136717120215223472048416615757","355144114546304780958685679987201126202886917084255808044304232087672368118","6000001485667265397820647210541010615609936675905674320498760448869454647078","12924715904836170861614244135502506611611133953535538523392124722387112576377","2256557533995172578609046136830377821982747644567425203836494899651645499886","59775872610126401330402723528734083373449224459097938866245052934284249025","-10871064918082372953732124875728721219733065104882180499730229420718632203877","-16020567328991919849378665297261175679046897866204175646930229401259941490192","-7740001623485809271367652846414703999565922539792364970117545788152591264369","17233169686863170072804527575591057189955425634852139015862126298869159968944","6448506457411046358857135335932792015052413078292001032915437636098476119673","12817427921418841923642322826891204852952603869240236937188505329542348105243","-17473157949263358721506872769591515432122469577132518220464970436785293234994","-7172224454225652201880331673774254136423206085124487484774983089116791039631","-17263728942402522529319729247684385214931115191936518426625949611881276155312","-11147595718036435866573929271252033349386898539864250592368167046223559082912","-5478202718129209647820842659325493157860575465041441512550313755722934173556","2806963841292670191389982475395420966696326510555443654735896462312230411713","-20287260014219488245258722070211171430570252926835202287784761782386683329396","13337508382110485263672400983760232720304114061536068785179045840351751749249","-12577928035544676328914822033535124894467236629250547784632783503056959585786","8058073776707530498836946420780276540871098116111372223829162110390699385383","-8039966934245176004056931611324175356414982098451254049204270838728345432816","-15992724592341023014431810985783278525659131587282606744689303330385785686345","-951282141761346903422125731727115192729323974041425165907043424571963458394","-3594262059481070320573172081515030205918404229115521924478526141768860840093","-21460304376755014922379452325381047511286225186675804122436581332874427836257","10644365032667105892021066447005913202131874903254809232635598337754903123607","17845958386778449299723479915608263358071209997300342773442153633084640068099","1247354191232524923622635001991267007420015712789812986700398806455190476409","-13273410922482920952270789221094475112305867351394806371058581212583306706939","2614864486727617837016006947040974494708836226848144716192459629096382323285","-13059900597628283058387592238173528619759933366114123955825183318181948553046","14576937610671593105255474279853579589494757369525145506345557724946455685305","-7891358809686450531885714352350340427899841903358568701196779950680758685759","16602641101286386577132894383079485389655191267740674957480527102483699134272","-17477204671708292931793412185264895077080037674393171085305352177154983219024","4922265563547861462505668982415345128808543417182984354715548115535807046659","-12458122278312972764984559728059440088992310744315822329172364722059649676793","8255065879404534445419402998753714722578746371211980998594121024177813070984","-17078632478088910182497875976535562010362748901961959631329713465384647051969","21413615600411195773295260531478081673299748405638202160525962808329777769516","-16417900012021768626124678393618641570187858974767035928321900525146933305992","14709230292030278943353217090971678526601010401993685211188320634645115938925","-12438788213876407311411210558706266948353638841083345462436009359961720268803","1254539810276609809796341176461238920065514569879031269578339680820295586602","-21303686093624538563202844750804162632568366977198691091826944025653768221852","1869725325680961340541935168900868760133307608832010524862365206725866402938","-3055345596975287636913495710792509216553866875438961680711363897985377408395","4280506205313263909501501390307139828836082762753641284714640617834884829377","-12495630363823472083408170463823182104550914646624382385086398199452422881738","2323405609859743499145051505494318317686360068268470272786737048633171759387","-9321695363784610326211199562663029512420129384190905754269145099289759448979","19421603249636888451253440254716555959524780616143032863409521433188509078913","-17817236914916580516855627714221193623367807483815171018835038815166106501593","7262437131066863574683483967372954400067122464231080555762822892429312322559","-19826213822667518747097172551257234607737775912324289138697023347574377328874","3144899664546372999471260741142640485256045687656344348401583951459866920643","-18107229186183513517310094942597684164679333543044680579785750294920794167306","8574786482483021781835293599698563520920283804793552167236667489505170951104"],["0","-1731030945644","13895756030351910919070670185917495694376301336583146129711308559657813306101","20197763363220047679056752204421455326744329033744784103593987813438200032467","14909688657374948309051919009189908399764833296071760808460454568713759265767","7888768682034648264750837340208565694416776637311488774021371503213567998189","1678914402406472481034024581414549178705251551505230625894722260894283672927","6055628670161147902764960764144728456745334763684222714289455660180062523700","14997587808402865175854116880243863733028972009696068042180882251429599424699","11422576905061838440586956102627278362564769678412845273259030068367812423095","13257758071940601866528316412122896886482578361643410117848183271024706634527","-1083441496102958095513884536226196237384996315956587932935219439322925273884","-15808622206917536130797910263617660606196609539332683525534426841364596647764","-16331858588390468040357081233712154105308628544338965285965831965020067304916","-2995809198192528027163045261960851289400660844027741648590333950986495934754","-11677210028785395765960127208219309122806742178905840519019498957366287954561","12730173379721157843154987783367456836424192084278937884912635026561244778812","-13387677852969182017947559470481749926941102931213860458337551655060369625329","16534121978324286305130600240034866264590004010433354544433886787639894019911","-944614553001570166307457604360953198814225378348399046545029978055313915310","21756276860368323640593817443033004557234512379119067197175421698471763545499","-14915731885211785746134028968816992425240460213078900089444964862831250557702","15733935475223145820114272782433456620700133111449553198399626775750278990854","-6575515507104924899580966398564288605463260214650091378929277041793873269783","-17655631618876953588388447808200186287272390746939758088806634965385654720708","-14458293393285303080388652638519713701836829116213278543257699599599095311579","-21782393268872523469067817819090359758268252530666554391936863755442773740164","-4680434845299297046013477265663383964906789053799624375376651398982865711902","-2715389527466003438961728890154470251925620423443578329292059502259369464654","-6349062993820355451132631303769859260251016762492265697779007119343965655457","13409542030608669326323599640912306216574867020387688520491202216790545268401","-550589906559684400223972800563404625926757708399089911987055956739127755704","17743129420764612322946671547355648811904874451674302893537302847316076234694","-4086857994970189418856499993351984755763606965846492002813907931132399110162","4836267590418182246268735623274344860180388067316029938371933028268607972378","-21558934032326100558536307022721401054482496237360021884937968681038448303266","-484379006193909167640296627782188976729259619618391240034978558483811462026","-1941594789029417990695548673779783424571152471591948197282327411677157045348","-4702721451086950464515867450824910149794242921865737252922835417888602281735","-18593047323095709057289605646714862909685030518683164411105234446411113240024","15773829727467713853358392695280717887222598392060705081194953596748187627594","-18673639483616419790012532654432536096824962410161319446519960391773426715974","-13549748016904347549321317508654463590262840851032196756542827061685595768296","-3768730936768937541248448256462547088304505837342026766578621055668897270703","-5556438509827074381956850341950317562535210146306350156498303361841371042823","-2678827577916007576263065525024517333130935801833140166607267187777921519766","18149967212783312983141659550160961760044898216373377244163553880036789795030","-21602153916805693827755590364976922973650461193258241385033552177140180271603","-8452893985514679749957069383691713562165006294981890068659815601986016057463","-12663825126580129471051759461103067462983241475996934872353815907190415439498","11429141382579210603192261347202526129192228734808088276228638125655872702608","20702379705170658973149598707434890531839660887062295822658313348121347425526","21597920535709674433819848213497793021131971351129316149489287625950799075759","-9886324558581820468942616719375277508680258146094790917547527998378635626","4534530888103845275850557872010693401364104795436291339120376323084399039841","-18119913657851618768944767771651885384446908082875969312491081005376605784350","6361036182081984684146120643603766774717731055256997873426096966567836842780","9967910044939709587679207142898376189691705788456037897384730487536237945336","16580195985769579004037344853877118554284377941036716824990121835994445530946","-15903930628741335638079360599112372052054114658051020119605840665709619602194","17584116344742794564803045349876606657844489333586051001753847370899984389271","-5446502780275828312122826231126022418037496275407217930442148061112177952168","9347900037030795060763797063756496837804745426549118241134949226444596912943","6042531000554777792057948978280571979626463929338164401879595592034380805387","2350784805020583115798039104005086505558910672870413200018470052592975187255","-617474582106237182519404792597737105432696941628529436088218247771918437785","-1915065531920076033794299533430963522537450390662713020845606059391082119463","-18130105166697903814357031986389287992576078892306059280778794701916741509354","-3455671332231930149670791438479190734955979144765510445029338773756179285309","-5050372052739189580039846599455418929097647939899955208232588441795491100165","13398721534362229860283707465242120004042518799954520405664188244226754408586","-11389960159706997978957139854340724348929320855772146287276381575470346871234","11769534786569915521539151107049797288965892455649199156633001452243498992566","-11400446739990000955879618137929556328298905229845904488792307535615036857694","1765255555133671901607462115895412778027981031990905581219726323291157146443","-13421087771731623656902747663169823061389430695765372924960435541781075487041","6748882330886053369297983875350993425065382322445834602603960650599742842281","-6115753357117998942229121245782932439276396739968230091265949507562142996730","1174657057950747498876629045780754615640721116679240448925436596220383772263","-2374700673752714980795734759998376083343983096820826348011697330719372665552","5524149021054781287893156845818802925444836362374447577278177383885871354242","-21695357408842604103631067864469868381287767762115469316622261294071859455386","21197294651993642366067954568168885945004669760899170333925518203449070476924","-4153217061831657188577091471084636271132224382482666143443311368856529593890","15423551435558432071028649239368296273022748709260246126204984316725974897076","-9274848760843052354127190140156521116513082501183480327548869247390514939128","4401075535485038292334124209010546568924804289698263741330533721265806656815","-12179960810132577322539708008645691726628909612760870484292541952774541675849","14863322619128457311804652771602405891640311182104137536765289411148646620299","-17535364854633958917099831855337023290604570844776872282001895146207795692381","16004890094245220004387309923983117810620851808977262753533001312047373815392","-949604737067369333366623197638986728510459619210459109878850460331942245510","9560808405928477869474853241979352002199839603293337433427829825593153790667","-258139078533788866137710300328504746280615138537205192018451179137311356799","2719042239486070529845398379916799549467942535557863287061280875478488505352","-13426033747613159323523125087328606563745063736677681305287693423304244454105","10955087274020869514081883674475602465775480723680334552300606676907100868762","-12685810255538036762661486000344546801367828506719641962977154241472466314519","14687739183305180754938486592915597244311861700343246232375118196455717112241","-13940688606786191229512774207801467549115123623828489426815085728966547812400","13900063071129457718733732372823627331528547858126019521678783429121340026545"],["0","-15918722088610381979815567814732563700762446836666206795416875759179696665576","-20326255778037128100433908514484767432189850769701419446138032909652056665017","-15479043580007977127367755791045368690275694355819389946832587615714339876411","19394430446352029610878239521623609885448777247328716561811843206079284336894","5731141476996922922304176667566659008098813445498382200629132452338881690129","1136681738329175801092193475200007473502520867111157060425801858868808699329","-3350263201542737858036693107300609570516658321068853720831419310971971492160","15836512836838850932987933594160709350469076323608932259938747287330578876077","20613406326704281766910164045085986843250693484914258556887235645935823981995","577887408064917465589572758207568417764572681953856821582856280536224645902","18515017050178085716845198985708201746206480410013029572863967119243654877643","13181471799322454980659162595856140511449769590341599969305481069534160062339","7806565981595067046746782647711735416309508996873927800211026927371171853799","5237171092468275259827929386384511180307632175100634290430187152506389345982","-7876708727592626193860371206538084116119560849875826088609304852739840983176","20004841898665258153327849621521676129194075515571865534455696599527108763116","-10696035348293447005175420587103341921968562981245501949919395940820664626208","1217026852674600146514999147721575193787364802626533901260887720593088852381","9485603414701317202698996199700686281052927043459264751240044014894442113126","236814245919282823455497661816354247421710004891621968814884334707620028881","-19377257482321855535433954855951647373016661556954164037126655653173858182689","16277624882402495978763753945196445235885404453950091394132601939985761838737","-7733799385611712781715347232605590461198206911996662995369689646664526009095","-9580209917584229076461688144642327084742963591866801043082535393275817243511","-11561935614662797310507547402114188913885465113924614084489520900595883223758","-4271348493573867481718646513705945904106864934444299178493113134774523823246","-2760702809849820156061671427452034091279490612127894481551631479591603664878","-15010831007982773136059586265681153475372251538417706715054549988551435656476","-6629481531938749545376777508845466333731232946326870061095685667128020862859","16676526106651831365946363800003992368446560761133652573509473052683167252122","6902444859366786230812248051379061443210005343360110887964041018183802365896","659100044304639872323485862997559451610889253047170769357705099855566409740","8923647210216494065787594005639429836571229643108845846477305343417041815016","11364302605559188233720922710032546283334392432046111485095593939303271840574","-19164621509422348767182217953037983839463430604864077228521277215893048494532","-20325405384967041267664321155893563562742422561764461742251317936995297964970","-15624195553131086542412288492421830484448024026251076050771416047882020468668","-1351118243050413794879660423033036364520336951486280993946371421441560969953","-5156829590223154452776288382381011059690609786289355548598893452057267992694","-3550993272973587808336378830752265449060710840419421204720566951465509003798","-923237653995632180794716021560411545236367219518738722381113720165913805930","12823956305059665234715173494567759870317595618426398001512315347323116202117","-20315643844088042753579873462714462432889671987380815926261723382666678093679","-21569234813901260552098481763545827247438645640332390925647136980493476119353","-18548691758447719062764855256640655548614124142445221585474412311967702347876","-7529954551874981324404452354616486907928791670795823743808868091713283626531","-16989369172245942067199450724487394954869326517444768814803221064823959832902","18126373907273575904026483410881541574662371126745138253084696579713747064198","-1435652035779758309051268610613272034119623546828078307084414307257421530683","11082398008653373496897879640759942738805217823643401720861197874735683493395","12721243169438455826865024406890556157413155766927875769184363907076743482478","16362733830676962424575848397025830992733381821689679221654747557403210033337","10751631267141722856948806680245841398470405014511577947582637401451795672851","19520682358647738665685464574774288593141952295488021044308033496203018136954","16010836452322517065790027915611099099123293943330771138982853508845830574459","14831189961563790280232884164753265244206660829397332555680913592549073887839","-4567846665004733150802358911459587497778431743536409804027677626325291241524","16089942030770662456884804395650554219488870793005247107572703323695653325320","-10094333308601064901034351168346996747523468041857212017100175121568392985262","12031344930015947615459899250085786241189458813597706537598060994992489825218","-15864850847206982819530757515678337689595267614243288384900342507749497299402","17413912930892997725409944503899311438140667075826953277972156549212896145645","-17052660063139694492756508598586852941877422473853844290546190350793187074796","15849314109965841280859956901317689716354014215822846270230006325912622920630","-6508520457175310279162964423656272435749565481279353088417928375424426927003","7766489712019838134297011303604409763182367558209257481236053499384779314467","-15285276637617491935689439599184200326081342840392837642779416390400952704575","-13411304577143219005471262723960870440692904718335997941072888992458795018403","-11810224185848560797527168824145892786115411222524569294273224181456732492787","11101585647838254229617615714751225237008926395603399583036732476530945492036","-2170023716610977109277290863995699428903731306467757764204992130511999296141","19380489354843159762991937921322011044558030747032464490845635644420077063812","-10691444158778903021597541535662302718374034483939645057833047508176486359290","10341190997593184791201581421694274102823169769210212626676431985119512787264","-19481769540346910366026634528023338339673058599588806655351943015235178403950","3350943921792299005910964601061499397898041744913858010546913668481112004857","-15393876667500128851521786960051715582042821788154412688461286500607835739505","4308460362845701051070627217919850737880847196409321936102552857891201935230","-14356147792017464229062015368689370807925289610546879539913426426329550441368","1967992785287401386592512449159054448688789516852858610186627864670895477767","-16140835419066414660551859032200314533938043629876945485864224560189303769508","21723966481265517826217439570881682700295441890287350916643537102878862231785","-14318124080811799988329414288912899521009576263109869689021646929879511524801","4620437453567739183861119212800416162922329572171053372032641645774490193477","-8483335973060750608762004703572509475346485567050288698695230569488667923591","12596975994486200069831867197500042844606265638424746201165683545437720714060","-10448077115950216671121451435705943472427904841836765632894171317048523286881","4616102387684153146772029708305714257899828783351150555390348486276322427403","-7877360055589008396307968686232424997433106117678151639357335161531698914873","18786054911174208573516831077784311764616423108634067177076798988201163513193","-8810352167307300549526117550311898771961259694012165391454768274038283651208","10409897625307055358974784615295312162035771855073396152705205670745138558915","-18422705204846410026175925695564857878257525053550619772361570656092903697394","13545153354491919286622762646361857306585052618367574566741781433763757487905","-16092654473033731573972169952283520546762515453404978856764608292687375967508","18678554287747891429930263722818208212272436177321867835462337806478842342131","-715121354177202318272524795746470395638145728197119808003134661949114879659","12400178175325944814408881974407161428444334639485679301550523102837632448946","-1657449514793932659284785508841059591432413226108522080130090654591555251697","15611828206172881341816405444326947356188579890518225035390251227864268166005"],["0","-87535087592225","-4041815281666557669829225721872898995691800400610893613778497024830415131762","-15888776441299010024465114844731826421387006958748546866914201377184964823893","19135632330652034986203569329789334451100515834273297183011960039075144827261","5170008395505984957905171851603655674219654488640569922672332892166183172871","21477420743748989841691525882809561582996463972779734679340990681272049736981","2621202847517867217366052957572765176942945316046308819534134272613563861540","5850772789539483107867791117417057419766080641111479924078588027147633555765","-10697801849780337119677284115056733533969239384099690774373055904149615938676","11415953850250459466099672170053332449213726202256358915596734022810920904129","-9198624492205228160248331978034334296918917071986224450408693158937808560447","-21482305989042017369305111691974261342977034263610003121195527978075385474318","-14796762323778670536432992186654554406726025704688373225112020855998762784259","-10277420447061168068521104849251085476999456929850756692117172759440037592126","-2133553825447775068099938377015876839034995475727388937509194201249071681316","18854594164725783122392234490519808710200128876007879043069759521054696879306","-6371527587697461422452625910566762031692372132064416863116793225766632554104","19696592622055227169240914016361179550703690720896559501108668966639854400172","15273502639765997817721035674809274290109872641317093893777124132763130945713","20269577412493340397554390529464008651794209934827341065657246175957335661230","-3227584115454964408150912420136535900473288794882096312284557108059404685400","-16509247742337886272143500152003905353834154334954313814713620882445702275526","-10176992427950173849390511529525065752478441367838171533124942232893573983991","-18624745703231053626000082649399996664075553173319475669919975605769487416439","-5324908533916985424445447360142954814979078782173938104432924315521135978514","-10774781150924325473904167834627080206716582101337557610361277642702082060900","-13345201380569277226095538238667920064101258072129160259628038675440483432362","-174668388966780664926733466692046738988095993792250824401755312622651220875","-13013357794933609156289271127179173492202329561973778764216133947951747850215","18394469578008972559503590030968748197669344810126557594431932095681721414767","481248424433523224470399726820010534593736694515397550584096595095688987349","7121314500353396034021317286057743722111640474861278506473120263587124799077","13293205816862903592481015801680319085824235561219930151558119968064548951745","12962530556810964627691721408970219248624725654354181856115301744581130900172","-1748765080103006829905082937517237518101637366092346900836961000907195779159","-15775579623020658185922576024451969560477816904494299079850830931727611753916","-11319182130676156580580651245503058041147072293297921199413445916260529271626","6033924103261798679413888506217843545796116147705096895854807274144976617349","19374869474863584501595668267393742566673372093232234497596032621537149304670","9801045924827400093157466290844942317222149286629865588171088666928571815227","-9085378688501457842171461554880824461942940904772222573411123943054390313518","8920262241166211072756971992712707622564052061338888567063469098294051884222","-6734268882994231805218330401272958317401559263877498683233342650830574737933","-11182151804870989706981898097016831009663946842736642921029422045724707042871","-8390823612501484749796259044215857014489830065122456535560959124845137365273","-1250571559747680770048374261772540580580309235140498996007614256378831516034","-8271351130939032794050348541426559411728644683818336962322368658786316643130","-3094363082311487885627694391161391590366585329044730172777948840368250420018","-15622720712372173560589404947580381414579136340437243076784906835253458807225","11234864631594579889557229313963325850071808532938388095449352571007541663119","10523981258602024311502634152190005644617614555009341611259669681912736447575","5872771976193776945353822900831167791626286472077288693398237154469387792010","5603072018727941678784752889304538072360605291492065905148922486299809644350","4967948922181596504287871845038229928536576614333584215665516680907446335229","148482317916829569552021723267181299434578454262456574413522601725890503702","11525603856391852702333476529017713409850449696583379763218135056628758312658","597529104961297483780885064906228328717149945739077659652047283146749533971","8222688211432928820228406420561394040923788006607574592032377920311151367725","-20151954373518467727298827050881333597635834362757763946938853910781076813860","8174462541883084296331949691098900786107276578315183195471944092418147464127","1062920955410836539126689541565377889377449034580801702593636859019416648903","12494355716462453992589392365617819717125517874288621270563130347373092166662","-3743092797779068842791397794420565047891062640395096179638519242452217635563","868586975113403296909382434548078436712855205407661108175966148959079006768","-12611702039406196845181813874837511967207262763451577444262344455364816527935","-21394540861024114285592515885905760606195339335988167957242160624976782671900","-8585386530089224592652660995863011155654414325853001031850581261455262444203","-15961430766106067102951616076348606305170800367497822844157437370148287758505","-19614931003373664985816864647171479929683742995398949666309883207989592678458","12719761953407222815347826981686854565487426359865581185028859930920983944420","-5749791197036851224704641639709856942931580752213708569474037344000853622459","8236818860359522201143435755407314670178477978758210849198711544752747917449","-9193457332875886422036579903292249894313169618408840140875579046214950728057","15649271656526069929766144168304309840540037731299391900533488057939282658777","-6689117885645891185943182433564148526111479719230179401682699506570023050883","17668581660545976451176893044852320839006641218613632281102287897480398317036","-14008923767431144472958904300441099443694146093129337777901763268383993703222","7907303477685730309364776891407027085980864504048818473699023702230469974129","-6389515035471768537476293507729105214257784468328539604709529135880613221398","16887466103044925949277828624162022419224680434382094652942453552844319421414","-12130500594744643191260199731781251762720606236657728782540514317989008590165","13234299607343275704233150745455609353373815058196370845112805233514702396230","-13984562573940397919870676649120542150575628146013773120189529563710642251438","2349151985884441868105299679165230825168114381912589999999484048588907740272","-5242380080233531324278015851076047247664417188417718326607576211024294929163","7023112339672305696922721680542007827385051981408745662002551961904420369791","-11037700004470605289101400153666334104727636892309996667008759114828413673936","1672063215230866189088200445731360671993870680407615558089477701176290741576","-6381244329396949289532927675881825813576394185292944286343129600070439545743","641986057491853217764271427015924484920967182753386310814674237226429991350","-8846409636282795506431321766935797105709015725838191910364726900128488104711","21085754296076264075886230862054467149358431185238515940438154510353866168619","-3513670081786864331655484162589393081628294639058303733708910701175604229412","6433931554327171459829419011575840749349572301979615234696578436155325686405","-8301887194030459549896685408671028779180696986143144362997743611374090833321","14527483142899730297810004275737644790348371583552645253585073728013417361516","-8527450270086910887500461739644337010584352292932636351957314837014427897723","21096587609391791809112324491552575620045782189655727358185501764958022422549","-8645922849757010099041756292072142204898657025902481428820639443277450633444","2773589693347204168696357408052047171238339647576683682554242737292307120055"],["0","-11785976930990378965824987708984686586141426984839403108145186322729858436163","15671165472921766466825019746442266170993859511327320205422637561075522734606","-19218527806254327969472318032413388939734874489620101585553764479258023645174","17032150980439129644682834551037922416561521128654340462826581480146032251892","8499077615195990528349763223728714504882941487449530000846183805279917577056","20677731375473924795066541032862188223977090103956061561828274691418192102570","12973540910932731214874007830239887873951665032333702571899994644628147478346","17869700894375102357137529299766472356543267249620924946114750726069429096948","20496222868126573700554878536027952489556423167509291435660701180308709065844","17277459893524096918819755710804754161640982911784600836643935272735015472535","-3374303960833633945076585076898903073360488538163441714229536531051083953587","-8492496775986251707985681541718169225004226204739607723607470286228808370870","-8618128461008895516906494072846889234403395760917282320484451103003828306887","-18361881230490827638549062169206406567253968582369764059405279672226032329632","-14802631298925405260876432288594457129821175769811813434195706821512724465677","4013599347610439120009875059398972972397882341199271187194439515480952119789","5515070447233446652130773975580977309075975110305374608204237644781818734162","11837219496114361816885440788337353460955155323007070381517823143548366695490","-10575293427964493488417145797982454020814582028142831119568463503584587517221","-10462626223481824438319139157384161399277417987913158519776136914660117274855","-12563941802654968169247455687771394408146665772301956248164324162677336243579","17102831721004516012658897299747903018202155235824138250229366367359810344949","-19456775532918743809714967658441759905824477237967673198374717905862592358600","12962064287765291982175201169506039030845463099713999056466080871219984395126","-18168565219136142831045273027026992270063377024363577315728627848293208909780","-7300701335727470974047523130755573213648416384389910678845463837855105604980","-4897651961602020736766375340868605493593036352722760048959976777951548377934","-10249307143603667545570285690593153896042545029000249571420933853292680740125","-6729546937241806699031520800612722133176892052463917486819411693089180738354","1973996707562655754187256848514769574757093150116027558028315872523014040741","19026982347254643379369329562328117483715107827656265537271606651280739073800","21845122559402796045323324692762303863717672930360813438495386257919496392507","1071530134759694325733379578230755603438857471521809018894722270476617205407","3458396289960470286590273093823472655629878680283490343529665136097843675865","-1354972914475892276759774200094951069090017494920813089486209506209380094992","-5665227585108511884175558936399524586979799358791104384863695647675245731789","-12782526718114250320832684981257058288061725212885477752112806495156842772115","-11553744352428587319823402437195553267139707215669951720150793721823844221768","-12089724228135596461084434316048339869147849924947267312312588620495357975736","9566397687573924198587727177705472087164298834893588445089128870783091669588","3679672187538115254381338903944476494502513700161042796950760100493123177597","14415108765430596706381278543700218008010489919218387130481202473294503890273","-3455483701971715207771891212726720988161732364274850674628627844995432690071","-21323956108738877757418267151931093747588507930814918344875292668114859758454","-14998742621906917379740123164939400628791183987483599497715169510398826463757","9803227938907149539305812761074066170291249999789550077626478644591042257425","-21001503158308029633956173598995044803881733548028090115890504623425488896189","-14951338547884670636490997098091044589630538251599143686433951145023413238148","-18598692519716576727308046608863173037812164174493742716703349776629977223600","-1409541650569122039646336810455121201648470300343982822078805507124816185491","-21551313787127505847183226966144255385990814829421279086978260272371559227798","-6711709320856652639059249514218333984391239157226227746398625094460767188300","-2162387615576332094128248136846659229742336198931414882224968180523926888818","12247486720162685127482386736005615849479858270172468781177117679334538037127","18920225483110485512371100201560416856264118143934104673722851229806010476457","2302865070301736893607875908045447410909954753183442665720870934881610040767","11640620676555408374728571010239284098049068135028370435666140670891754777274","3964718338387329563207039823961938852067711629447995480430167193956324721564","-17660048082505892980594884758122642257501267403783751809934168219817125809524","-19542152024287465007242741014629608173994389897830378403190756746136244208461","-2981787582491089264964517018045679068918546505884456541851726931274837394314","92119141389481937244387415564284812439612661940030731551021673332611578983","-793530853754155699128038616219844187835737734312186404961416093886205497714","17429625552485354312903518013531114137137471982654210512920395550091431814270","-220623742144821147775090797609417938874505998842371213841381682239471488666","17011424970783744079166722430137135435245922469119446922066412943460522464148","-2811658752886694048937692680646174107652914352174019197322996815405349115012","8531710486295811985009960747384161266349002493174341073797652997843900380616","2748255274877452859778751284127806631187311434629959347065720961309355582526","4417283133502790600867328700548977931574601297861852477321340818987216454931","-15002966431987391985172531059768124958414238320165182696927791311044997462728","11991490376363119633277540078359291532996504539003228056111518466378758272746","-8317968731636853557320542029762463782397254161245485870550698612067392973306","16072680336497547529417191548970231627645210284111482454843033305494942982679","-4380277838036838498732918567599040782761033669962210213666819733922996273018","9335949587969231388957065266739390698286525787805541745078843557011004153856","-20535877083234587149478486723366628877019126816301508344507548528625124751511","387632277461953387129073961142852579114098534352721399616356026470691646042","-17836510589571812540840459610250691828255020281307959703159479997354488461460","9581707046449340732613600494878482423573812040280620432296426726958101987873","-20227515407259592799406059409846148469442161927096059175576709066048138566786","15506560793195052994830903961182454054060356737320920786412097185635519941945","-7369012463914676758431317178506025937868980171794877215283708762723066023005","12441907750088685695142641547797600450222352554615910026175699168897309725821","-16351009686466036160602788310637076467833391140694226608678400553673821369755","13001035183940208946042100370920620556348009339752169016622338355927008585015","-20531917277063954341149772791838611945206317544629305751686567142645963505860","13438670129196603319576176651468325859236178741931133526746050778481117724597","-11323912964444096589230785764087732259542166869705621358451752431940409510177","7336636085116042814033137349652754814085748671304118356008404268973745236395","-2236200693012363495242405527242261266570602918894966258478922445191844175364","3214809852402345388543813144725343012150122098329188013463604706407182042691","-16811167077083371436863097368240748648986366793702672585427885547233079429915","15086495116157941856735855874508561597645273947585161710008027252947825455044","-1638044475721808770845769129771405693152072840984672756022337072810247897812","16807380082720674073040669466381723351524121493579164909710159437032262715645","-12071368181666164354969785891361678091364890540428176125032118167302380265540","6701171035304108442476297456952126014732072649598389213060081335253555987971","-17494995375267110437383284118844537696041266178574997385715079401298835359442","8164307148836495131589464616579711565215380109223721956492146623345377643464"],["0","-3156210191237400","-1072073624606197605934518355484483532591299019591051702190078519444626420008","-17571495134672702651830401059329490454389219460881105088060242242590354316150","6956706878001293266876503860921047877323223381995775517225845699164322734895","3013785409735875177679486314221347961167480698976365193709862215817791284826","7287700183045248363572641882596174486169264506511624008869416239525838609042","4074623686246411061383034501395684631393006728693182532026654990353627156752","10365309806274180451183152312000144029624429825988242876456949286984709566051","9892704714874194203385794411353853012716538644250020431669418611697915317346","6705062245410561647212616403677305120141958621042320418369942301915307920627","18685144041469603413776533871650883941997940401272564234402811442078938412535","18131503244248460664210473552297992611911164746141241637891389920429060025371","-10480226782812091375387523664823920013662628381551081327792999096827870740078","539306159934272164715278621224041729697414206852068563044100487207980817405","7061927815735240005155618350049409163242332245026708564303734985265075233180","13433499904637650982361670154597013316502146084282120192352187263189316441811","-8870002929138183832343792929379845461775653491917296886177402851767971357263","21285177219702563239136763362382135942262675684263937893660283420748211101154","13636171690936627632792005850648350683112813838311610169599988640020837854727","369447585669135617824256575900118916872932876571618426606425798953151898153","-12301104175619293049174859473750493953391637529090011608925989430425761656650","5188790232813489672700302820564751250218895960695975583924246534051348862999","-19245983654129457935096959436544551285830465974549718479450799755436584027329","-4848449264017180077797375650526418419867070910334367192582321031365720304115","-11701493111562097548065265498029390823712848029431973377617164969204821643542","-13229091334714707208064329589113433322588032313060000831424817721284635577065","-492537541464545771767723877844544093523269035647184596629459118239059894411","-3705820133841111717057285676322630673007976381696760673282546390682518588983","-2722885317254759244988950608401918315750816649321229508283323710232632982736","17254938593057275347494135324271353720301583977971860129360753020962045689682","9462023426914035467086618021134513259660900932188184404309913736339173880788","16294162875549201446038908932633637334142743058749891104574715856368172699476","-18551077330765568634918524105435236974928426774560264792071493532085059298280","-1821106513465508473988597992809328513336674561996673788512839944522953502316","-45228602308070827212416680028840057936828863073372548317075960947919219043","-17609242465318704859980446880103518420162327599660888663911226408158259159322","-8854418080358232632689773602745465232994128477195527713210442350827008313978","-19483930961067880407938838648972354732144691722329199554451166591883462740389","-8899375435219640911328891087281394977995945660353538006219069187922272159543","16744900387534867202307762813706857055694541767910110470649385667144029068949","-1384799537724093382275852119238481420900951040010138937257121033118865488307","18637236591823178543057963680050597844824859746385060072856447941470559840714","-18787353024883378466359760732706518687248671567126651288783775319227001456544","-9482171630824664852006163812116047637110207738586879345486339438573407862386","-90831867984732875388694752767352793125222565112993369175369213313145908405","15386275145985589567417158010193275662908462578103326411726089203703155319909","6029012516268798672662041111947388743132981206355052328549842339406222536725","10044024726497163949590900642885352535426662996521886186857170974642537913439","14966689538269608196358359843171386956261429028023435390129210209116260425272","835463103276888219851926069963204934050373818877556206816573146593933289772","-8987339395557787288051280969040091398954619299412443397500900330887483452704","-12351738266439809322978734601042543082799874714698114677289892850920248166249","-19972310350095453921203511327366742314444056623466989691882857871029672874155","11925026926067419989086370547090005465478497770999841804097352289575666763309","-3275411520909327195457875354610170561368009884282485623377420593514349626868","-17855082786546225220238379818303655628560439935487700317476000693555209734348","-11475276552490234840877635957464452803986967304482255352410984896322282956770","7154487484349085744686785994870080642612210942217967671700348552892364276179","-17548862391683980401893572103473732878353683152148096854052392250713105199022","-3422240975950665458576673497759908682805042417408564923565500314694803906848","-8128819112955460566558902012166178794727122365616324131106355599359098248564","17554029274947066223341667615599722121728887999437342516128488854316060184186","18046288998860076278600586494643753313675723626190489981353079530930732621872","19629325249851223120109955683392682691412874056856730772775584782522879947881","-2319113563570110756624066918971291753146464069743854729000306096140433814833","293995924963896696321886602370987529527976012846834842662729439685529133941","-12162848162294466140708168185239260482027246355264794777966613324578049103337","245456433754678007163674649019428084461415997955006710534650429348031296151","-7140300138495764999156978670655791697050500806482860933881267888817621524337","15534910508763876910523251908402654895457523286686120695637730705458123932295","-6731664204500597564008838805581024616670098461860352822042517138238413442556","9206719621001454318355688912065065193844797881559262967700938456359393539356","-16599964908589432645806478386505520622381371323771319710178110564814826720107","13715887215675371552452270572121222727724929414916039987547115195632805071230","-13848402498334730817090159579179617180407891602664281848623284395600708665165","6178817289991119100038295276291944293639267571951854192305488774793876002306","-6568581310478988105755651908375637280786434439283682882048170624655234408340","10848570166254023845856276758084208886559175590629205522876559557147845601217","-21204768108099601972975496460520451748076454895658981640723071448234484967128","16018600775507395400119348252930355889934841382297922879701761421732514838571","-18033448748211708002305774995747108999383177327142322835910074057666249297344","21421230285385000986749948137294456597448363950531051966849769897589100091487","-16516212167857465286154190932143280217785037714780223352826997369058484811755","8627223788453899263832946470695983563529002051492420494574789776790977680609","-2919866513438835270343607528212082846007496702487752289020067173443709510579","7298778071488327147730824547220574027641206283671235752715253555386065961772","-864295083960293402106730407723379284690362790624784829177629004204822255512","7866473785951528691288394973592596448906794819269247358966211061727037309599","-13895561370116654274408449055440415216452604346248359896422731847824397980864","3909407982991157235893076010568063913771162314478980180969559304386812828921","-18291232133561528341204517968858533145045576634964366444102934769647803390964","2490133198905198296650477559389343635421120100220797652553471492556435686583","-20209745558734790389906092653320909792137360073506159812596267807361390136614","17165592241173536631130516620882646062300772198068398693054225642882479816786","-9873773429618607040967915419881190708078861664974392052692046235557609022864","5104650873650346391715756271465897608638867293226124006195984617550955360269","-19563563585388238718483366929197865471996401789238334510361663955346251382962","2484351168825055004907536384414695815145811525592410854350612397648446019189","-17061841582058691361697512791093523633462100227600620439651332090977713321395","21183175011130827412503660188528553421391906636905269256807188310817095415501"],["0","-21888242871839275222246405745257275088548364400416034343698187297344385163041","1748260827913118370813588730878977309375293685202528183756569545182742066407","-6076584282927104905640774074709949590792106463701303263296995754855509604369","13534809252466900721223442967360673824221161758814809445501677777925148296996","17299519371679015604770115635649336585563625540417945273122766552138495470577","14964196801656207167214969696193755396067754462218468958137150753444676037510","-14323948983751342189708170551175335582581196398388914508287705739533307168692","4575296845336022737783808602472980053316967870471700181668500264647293338875","21275005529615684105720788833062439327568964263618526593286017530284936395678","2979265682691062074356695065350710066639878622972327801000126136042194516780","12605498287656948660021692184996925333943954603074488483596019912828423741267","13784656317067588416400657828920384723891382268627783203023779749890028306300","19764488473120482259710315009033910852140346825760826024568010850135950670312","8434445247817596983549398476995346274677319689702390185625629585303777313872","-17078107968651405265458206120451330917854292905742472541143946570362963685077","17910473654213112912335774360493438651181372467501467940245332188985214774940","-16152111118035692766600439089617342789784364663866306162290878618445819371485","997416500215490474200462146007368922689377445305825738244868772528613471270","14712134216900626588322253471331349998893851663728922042362239571642764980427","14430415053651306620979617738195551631616341527565277003000921752299104608340","-18095849441642588669285544370484089805255206891736007553387434399289697591984","14285633754584102606079966027342543494756817697108307629911001022124838181941","-19083143575115020692384296391454453247575955124890064745454574475306569657852","-10214406963269727853474646667060663474819080666487939465831398485038983685881","-9376846423675557623582435770833287989796077612209009979106674454513594259947","-2793236083234737917508294172273666100570238789701920164843251178186606761653","-7665661446428067071131690253672922103349437291871610691136093026868407510905","-20559728003680434336793605320321091241863874703335885321217139259167834438485","-2127827823394792660148311720108636853355897568234187915094566800206509417284","18552107411924686011882871377731006643598666597493392941116445531617441327996","1462580581618522194722512111997367645589765781789788750379192040518333610087","17986390829360046217166407417377632098056735083529269424869375722063254616260","7663821033097753234719574461063451421683190250010957885047878000777111191066","15617208866037897009100499833706151701657555409045463260090662912620804766406","-191145479836720886403259969259309989220158423373420993273646524670994035290","-7459745399219408267854900862980383042126524564524254630532800044714496948725","-11892362669726221760531029336180934940508010265412725563233440538642965675814","-991541607431023455888621359281856682865142139412931939234796548779302611809","-15731086983087108387780095435074340909009169826598440420294809670976736583311","15581675812425276976454074587420346879977731184514296994874460799126927649224","21561662098182649585068474083448793430506572247150656024763172853822823327943","2253260704508300902100138344616051160412161207337934431780471165692581762894","-3579839061475398167735536464388174643908250290474164395984074305902818226923","-19425742021713500254028813092808019127977841911732195095533132481515901386786","-2195829935425342084459139865605734638896733975950407750011639776976801457103","20408607524272160832960551944388510158889601961621270177401032351728994725391","14670314655740594684816532948101162439062644951375396145441405725654418712835","9655458312574721325164524028373441869175835598497438657183839381813268539385","21869969576327655216967638316814140842093471694022195531544470212086399329899","18078353961517036451353540625688453841172784307366685021428628107311895324195","15665711139041052337454735257918415423928472772361582105546957553290353799416","14966922991420887185823813541389579659453992994329113176277145021673468737415","18710760900959668152134815460877457597785264642417940507085093479635044689115","19591815445016281548142056097492090449860529445859102938687026368205965607066","724730797125871817028569319190320386819438868324665011988491162425379542315","8539000147547112700407691969831399494274466729497000456305146394998915787755","18086045855989823156917368084522382113872448731238396172868671806070583745704","7467556167575748227668158137629889183999701607830818579727388551878077807463","13865749722047779604866770943401876367844801127015069833491370177673782587723","9124772065227204261590422459872055751010371477181514151099066895405201325326","8360973744061875235324234688523255897996694465401618777878848159768190967616","12860755126034827274255067536749641009289770347924811641293853626516945344228","108694935614286082061382004877358706901162080080982899044022780141217161132","19187220358015440589365999353724475386257141179999246444267801565400172672726","-11786539227367396231983150213880636186551948911910075580776023843191762228207","-3634515200095240852488684891001949864332229869981670792650603306860595789983","-11605386805286692726217488231335689754454825254815570583286438088147304875394","-607359952672810936078691123861310359485170976384994779934033646296335739377","-9114018034773403687440451668946527133345983470306171135915597637762296740824","2643653936092584258082690774347873306812937476439464595232018944564930956874","-375916977688718341683543835644574020503536133779306052015997645585359578741","10395658391284457676921941920105248159736155809521019703906774841686771849197","-6380949785789646378010703640271617698144721726433805588552165461205402175063","14780824916961997175779735745304885703312977242250207980173869333617491801805","-4302293405345073904134353598486985785297497557500542109525970147506740200779","19433279828452342010681011953228179706787352218785349711233455130220750741738","-3802671091923908867780498869683952434944574435622351761542409511332076871620","4751374028310111907873007592908674744855769850889385305910813771358922266618","-21374112647108549393033868327346319718667913237621754800840906857853952487100","11859281427470861988347540926600701043980472715468248542826685823280187971357","-4667007331825952901796118330890187848559039543880943847183217405499377728626","13486679416894642063878108487789954280744914849986059032893619719057266674453","-20826923938931736666236961496925175750532856354733544402181453118005536930367","20358905619534018739183667512422830875937677683237589130657063700408408919716","-7932205869124384583023847968849177686593068020659929796440135382091591105172","6577180575330383422884144312811056771995342205947463115403707317082162784040","-3820556625575857264377565345683507261784591354012199846441563403586919597176","1486178217445188066852437177297126836920161800376850128167853497647313903650","-1335161856514897311903233180087612017579789999960686570262063522544865756930","6658406294908467826882635175329232950927979028140330022133581888961800983489","-6317085792923122688757977640138760996102896212842217886130762117273594968702","17980435738355708940497494645260935479021143986222988945034185632312925326472","-11014432076825359489221906310893551381577312846244644355247301545566098313813","19244545919617594570619724829019927608748166500541132323359185407353741845542","-9459959021333895507012302555388156670343699473461304257387246064495987866155","13515508370057943487068368250040388641883802799375490604299443555560028901064","-11727656015034280281895729323708960916913010539817885916894260444721208693516","15802422875342278779626402238119329014318351737665464278655360329092380915004","-4659167837752874832008360099404532374055640932986090120488465365380089976673","6960821450973670805491261957945640903503473097517191077334918245893396125414"],["0","-8208091076939728208342402154471478158205636650156012878886910686255243611772","9675545554125852539045514075623508103845308193188374803146436795819705579465","-10788031713741853527163493068621949080173950696301290674271843283804790181048","5224773444243865147754343721634778619644591928602393693808142928965344713674","21860457456979877737646783011111096165067833936039727857737414051591805663623","18509998554653132149868592845876931571948096863287998389574460072749869515183","-8206514446424862332819574977690377566865261883475869447827838288426555066776","1783802303542250697028640392378085438808590847246510195131386809431649091787","-19255427047147189237479492453653784210905965371693861546468884664157961453428","11371588653631333903423646603909855201474734372928793762542269954683346185313","-1829199238637305444280472375743828615338047486375595519985870495002675428756","6981338461331804215245152947733148912864437469246559197679552686423979810338","19780109224291560140474874737595152206623792014246417223250400901665896197461","11619702172430942653990489034602491425727542447929921129725965075900497752343","4536281241546582015845869730803866423360914460954189976394496553804640558587","14595209221665669376055211806714471650688168662711176198105018326879613072501","4282700996462255250702047149088561631859494031119432044064248057215338728239","5241731278104851988385596968787498880465944894448504766289352151447805929382","15878938862395879988419396891816542220991986266946840647371989684959115167372","4203369666443423263817923421832515401676644128062280630112471099790473692509","-20075406870787447700174732772436133525580433941036561052341103507295913873137","-2572911415021534768404147596361975477064542458977403844342221756924943217388","-8191226236790509793907847636260435181948624608512574491858958923775023614160","-9926715615762127217236321407065586482167282290008795106140296665961288124922","-3481343759128881066275701577498797421486000757616353119257554488788273943357","-3099516795033115960161203575597851460223150220141581183393576633275287630392","-7574069416796088783869152294703707642045915509874198473273115439115697793496","-2709668429291656084134616346504893841436498692619395727120082022039813428989","-10334901126808377482463582059022636361039169244666736680525831099728360233920","19110624443774910985869417062417864578061183966916076461276210929119618971905","-5316603208498020509721764705632932346682159081057012488324763556100604967401","-12048964102804331220149636576050772021710358995969092155049000586848024491481","-11575200407769851327223068579223810212974686447247969886243673739691626539791","21169235076172224099938962384998958939113417970447708046385685908553050001786","-5877675337434105363803581841521517343324749841280319864621653172033951270111","-15689873701632020042528056751539479988850539145054024613358927791834237154337","-6558136671209612952299542445468069253150030366435507737665566459820559342785","-8739781004773471679096860022857594890594909571550427021938399085097395812088","-21024364912620290633688751229379982731695624591254554981446956970499184758697","6404219954184513485467462709434036507141410980718403851887697582562261243661","-16568871361859453381314696035523571451956213209090197205903919864692318917635","7811939890450862769575453276067006278152565292067646063237246369745188341177","-1035776986743475415704989796926658897622631411755039265112510080154655824","-20635171397664292746133986694469367689218914138670835861593764421042076176457","-21000157731529218498987978114299565212388556619909913261357685784457253059193","5755188337076740817530707368862035832239158740590082862557315456125868854357","13928837145253852962184381603188002967659151342078887822095059403310155192850","1771336380462142658979424353969618817557175331525821527167650724979640116012","14437254378518857834308086501868910588334328279228548227064015299203429882535","13373221649761263831632462278995821648979969908712821282705479843114777136448","6194178632274729162302265997106664111370442118285418999293847558661145043038","21762856163651269391244386653605573202975862580527712194807139423013744403455","-160733296052172256090234177547179902683467622088270730168138998970107073947","-4590450131383428072136734865361140981745207673421753033409135344932435314712","-7736922043374178852208413932432575571792636599378954471167804151911889190844","-1559690464196585129238070012143639604643216097228960053305431067650433204910","-9276885778450808709733715488690524671889364141787242526086115562124141439819","-12186885823062355216407179181440775896066858540634195430347939024987014467466","-2530432412819560397863589152878475334295141880521045128074207814842834287165","16713208449592865787251536505683177688085969385087253332588112009225879750440","-2511894474558554176117821793482862897639449037088535565290770347466038327530","2521231793334748514647559327833595407645340714346796380904855960040777577491","-1585662860545359665257774742367347440055160323151256494817808042993401674467","11593824486622081795259518371447713963310586583043481613506867428534971592511","-6963446276658309607550439560571820825219128345469012528979954495277117055251","-15830453626123901458646710753830212158885010583426477527811330980092592849753","-12369163892178783092025315079386634341704871901266251825664634151189789709503","-5791033053853593568713414998156857615590683428941800262559767539163844134141","-19724736323208630929592046270551334762670221349724730826934009036248504350131","14551784185245182014682866715794555681224456510639293929056774483083180135837","-20366261597273155772002996252727266803755432954221512659371751469879369964320","17279822456437373803360989140173352377724086367830964686542478528105494566563","-11397736027509138901006665527560653135368392611462745814698560371403710340243","12645518730850438351228809583712083656387320675133653138084899734003015057841","-9297925601379629856815349678587436281966772079572786375959709985580725074456","6968214461375164166953312561673935102026160307432042734402189318185364824628","-20514460068490045572102643898715724635662256234731737144970999324281095871356","16370643203793724200100158882331934153379273377889106031542098940548447940820","-13212486710936343720013163714206239982639698840841282394176496052442707687360","17402002078518778950335931101176951818410645095067575502921101905122711083174","-10633770328193189625457608850887421252124296411739101121238573388357448853951","4574132340406278926322503312404244283136959643788822638317151663706613477284","-778486328867517368468677185150720542351205995691353900218437977529883547717","1678982793282013375180888881273250799485522855953504383448882997778888224127","-8349774423791570281440576390725163550852814535759376340877521581025632063823","14361514396246160751732524530364834560930941955208471358606896014268056596918","-6618731750334989451642671310879669892118739466349073549697569566155767288804","321025263595303869186997795184729324771576921924444143164434565076692441341","-16093004458528995860097464583222898638032671418673682020378445496729169179103","5488832233375364822987774188835455485910956055549851789749259092631943883950","-20619206868465194673422669543430181339639682289887861173004250662711890069783","8124952757096038555631855883123940753161043141123622618138702643601484519966","-12452407885043708168782503409338233680229651052774156497863733286616894439595","12835484450156535758622904503904701697960264862442533008859071798846816870811","-21532302815432500937700129122633336620871968766253057652594892472084923747893","8827056618985380685417747327367141356195676190954336255102272732681378179378","-8714314247284959534341469932722295739888582260473212346070364064472409291435","15355026691652212638646859583966476558499976998842628547584409533240954815269","-21803641076665161518860718637049696913931517799253488858614745259353855132019","4061091426401014887539681620771173491165982420219986796092379668520974013020"],["0","-5150174793373947111116801351825241197305497505980243374987421565378252751804","-14208866772811350984892757723843988124820706169121307178946337257342725619058","-20031784575034600345178005847596043989729230638113442221110097781657711279735","20087576663664343623435437422664044797834802692348290740906902066820201039932","14341613448752174972640532653197856236091770590856453807089032245491540038620","16546137771898871540153291633921336376304342944418789938554045902480145095060","18842786516106036649617802696207529983701835315646519685282342099824368289357","12997391823949596077887870492872171075207320743178845443590804066410512760007","6534514496586163338016220950096625920559633099294985892215086124881185392442","2418414458825844350074379047925405439105580727272813197309081239838633579657","9076183530462690174762775824301345795979828837933036588955997382229664027111","18052531098474684372319289203404469273409052587541283542902499016643304338850","1079900324301533991835706374066500781389782290491269360205372563168326924686","7821133168745653519585534516615080927294108769637031286717989776365488394166","-4155992129610852328996766638691426391533178475918735225063069728242100093777","18328095336038803142300565446279231252282753231880052772507620759600286799167","-16035472520683880294666040391640666124411646812535368934183959086751775911744","-18243419674014164028469272698270036195732894036352334746047951684595867308839","-6594104931471471210636425763934106665335266329044729512943417446165057916941","17246874338398499610522752569008433638321848798937591050443860481179794809185","-18085210382555018519091424970138172262763606269661449393624803355301467143592","18169121816496735019185366041740551857708907780298577647638273404608155180369","3423496081229534896590002053426807041997359815085349990847662559350351627203","56959693453351631890904748475113650882514516511817978670788943771129088271","-10852246577103198447500920865218406059539073325523786320539638098556684215304","-5791660894995484298160506537035058548690047378565125720387202267552820585057","-1690763814740693003045626759218716310667974433399755655551660544807024490920","-5453027557910196221616306134853859912597294188938739806709882904268847576216","-2729736422287465938399214044848705501888939353746755185575985631774148635180","4072538886158371150665968259936133725239588190404983041103225106957059848617","1284354941291225472848760001257327984938981310857683951857896014689512138219","4652924104204345670043359366214192292207652838007213847927489007984629782100","15459900971090541642088718136729417661921790470217821750955647153684690576208","12173689091821593124306881591349864828363567729980253149207039435781750837401","-14950538094646429421376517322748069100594176291563960593687596426115305336472","-512418508655989002034010978083989651956832011975547626532969453648976172588","-13854160301709831074033608731168610686508518789332934284402236301659433285101","1342007466458482311797345958173562166973879199181961234187647572670059229836","20938285345828113915875881833262855503366813674094926092357917448860450282646","14643178855925105773543858638687512149279350288510500712591714829086049668653","2069600140256868157064538552110251085523031679845668663574866961070553279007","1313766645606809555591675768050707969380822063278362253014811380838714308546","-14536848070507913178245136372521842049631802716491219578751584192130877069865","-2668735680101092861872381443723616329400895452534377494357815242566699958340","-2029380136718873377721639711601548278204892552582400072596925766788040410539","7304703705933147259991554034698631107294735585473790271218751938738257562149","14503038569198452603410776530473270122591639305994931343938558855865133702996","6131239583102031184062026443279686977990063963383531385300669340405190502361","20757593439050300396312726775287183063395734615988040434489252899416512829142","19871627492324038408368612223414701366365661867951521419813537412081752783414","12603975026488134696690043241681087953508216018377668518367810842708789677622","1004247460050365640556869817225681357421609179815403346847672333068778927762","1527500698773619344266560468062547282976267582273491353538137875448227855956","2986809251671807990611927058792234688351182811145239941381449668582707535909","-18118617975358284516267170447876545228964119249492911324561933117146469218918","-7194690918701331848914547460795866526986500462888049844210328969745848755049","-18627462032288325830766580589067056989350796648473242730459683919309410911445","8425088998226233164885621717391827979509681123300944636774172519778062252276","-11122111992248418020328864933682004579671115307286756758620277297566694466714","-11253698164809298265395909026304700136274772418588734819029791556169861102334","-4571774258220985611372935805357403169543559117764763616033995955228465471692","19464527308086901936267009570181153451466307010302014848368884873958070636533","-16195980226600127600074079344060996011768093858284545543353576655382793379631","19043692200650788769322717382038139976125863013365272031684083074441138042395","-540817157690365284988401142049516789398458731115245836555874568351443301335","-19018450450274338485344504362224119720071177087269022523669167526524133354511","-18708891366239281083067683597295620791608063394383678254423139961182312824406","-13664150924019627187322642399832645656673330500727710760254823044431724443772","-5277573798944813252415972190665800710562786519836176243997934758386579165280","20273753817478993424557831314424791754944583759179914167012957925049612558045","-18999815793115295465642648225440425581253851351491175700905369787754474002292","8486751735788190075718351432668328789080572357895937336007671102316594197054","-6910397074213537987191699075193234164108907222046682801448735892507502415174","16391298690730580706098324973895018560283876524969597621066145116060211090160","-17860578385357825854128576779494014087319300300967414871567249026636783462752","20190023797554422759423524613594813154280922840554685149749697574151089866152","-11961383534673984770378964756366662099507150487938526580355800204424734877180","2558294411146976752193845151212717638633260129320039193466029742072628359835","-4612721097947347702254261030195091877375217353487941416379058172031934669326","11601529302954735262683370731694875600645995050242476198767051641024489998286","-14031392702503954204928557234030375190728977788107629915470946555882884582444","411148241054813142282408559074722837274878495171376399739428799200346077562","-403332114915522298711769713925506278026766331225551197559795246051756054141","3151064267414364770311018772240254347102625887858668143720311976827002813827","-11543170321322033622586369612504312132449433598014233975294979728145881569571","17128376346462009359195953398812402707015944346393800569992532522542224273918","-13948882259229497876127224484331525948817702833822856670902182505046269881181","18256905582107736204109724094344658397017265676501032976074164850543492878188","-14119991377812906705953831531505900103206011321299243477484978991334004114422","7062087940966816776626198681810496225350365962351515711516119103018584125525","-13585335894568252441982778481645634993840771175698802145229522087966818807523","7605878013845841402343763929853201163793614767747539408402724568813502328914","-13655440639501653795464934182360355113065134087799262707668794582255998534988","16773728487538969816848939498969941337196052721785272329799883977988479207364","-13827430858579763053219336720375299999800573871599632972791662350011133674015","1410266370845495859779091276364150688698222785629785226871078746337313549371","-11735261070703610777793679060677261346570944791798466822758579530739006831234","2317636848561355900878176255883255052937100944767731322446791029228140703162","-14046883309006730913323467323995809675471518576120737641192907124089815126931","18559741549264294477297583306643510552853435806706008202305072555383084574990"],["0","12160134928799597345692447636254041715860202444675574635386187630830838708215","3947219080202055534624995745730789199204107234830763732562346010255741859740","2005863947150474261675678783319633112658735986617699491053700419138529798171","5253654921116910808591156304807381445262061090414402303699046707897514586305","-20403562617247490125427338086929269959559472455495673872087475669679761854940","21278666088699548938315885650658849692491112081562966330004453002098654317272","3821206514812213875948020943147901349246644606089970945219884096614913835179","20046143761296828893107243287938164875547619228160265723166247555832143574179","10236892871699368710736615994908569330205071653384053312267074672542078586290","12855759235770577038446856754349241442863594099230481842126801769928431729500","-16439347809951215269378756652963769574684127343332590740157883899639898914884","-17148328686522785700953609829649150439316869591612472666442026907673656591764","-9948448308198333739294355633434897137173207409324677699237631806219899909508","-14339936276747636840540703316981587487084683378678314263931007978377320595950","-15620621820480126156453973265219214321383650735895340781114645586674524672611","18908706235689585905055998660333365236678822900277054173956089315425043928871","-1097269468268484797450409322021143690610717936832598946649856017383679740753","6710504862566439206106954399754107970819024723973602053219186929250060227507","2528014266707842585022027273724778751010194335066664408768238379609194029893","11976013900806960485145844492059136471600869848041307088084201841493938135560","-12289132520186903563001916909109188085726373418898605530572811636056146586581","8313733743342595576713397612521254141966609264962490413144633599776066955262","-14251520623477994372788670179266532448633421101786359048085040895613899449163","2404339213539076554179231251324131149320954164313468282502696962141501772395","-893728310716472873642621945643555384541426556034810914037230273724292902292","-15641576510800449346569121412524969020106669970080048781151872421704914813668","-2893558348410835366330297354743369669477903398777676237907927015136514236126","-16839615255593940181222211784919890813524363467913297394737106827225231445559","-7603919628107403324152621183133496347885818178004184918252519570683025149672","17825693934208246356074799870018426530401161232096973977469512616310814127492","-15044268185208958919928603627261715355123511900338144353377058881091847066518","18615352827294370888352489810402510489742007795090958187017852962552345650236","8940935089096761583946984721789470139339359121126120823577520356872389511683","4473160364314258690959345416583499383139163767076540575387875687510776439883","-11038023232808228818725352562314029347630744081781436058945746095080097142460","12380567580199636324579956318340551093922427943566316484381907624444654083591","292548795981136227716087249173742909919209230141391088613901663179317579904","19199150533644565895118131262527974784735041043080699752886525502418543747291","19396454281637210622964902761900545166134708300098537534224718064010987295158","14618725782628725652633037103043040575434305906501273493374783667501342932516","17033260322443053679036506372932368627263536294239058392030092858301613333984","14468191469115944373090783016218054722594791019607919519548639909062833413879","-1690206993872014679770372283760553806151421745164012896635653520334273711637","-21852884851409422384242144830558407350982202793636900893581659203574216086316","-3936446661202324954531493699678235050515855708700717824127522061414049798209","13523302834177180796887354915581964135792657794318719823619370475111604084494","-18855036143847355970257104834301184188249170777191646255861757663707239388742","-21668916668482630275661816498061029608204217623183555289161785634850292324486","-21731785227486683228984277079160477474393474514182053153735827143895776737640","7825722859427370794707794948609640401485893133172702342960687058269671470026","9815123724348873147708443032258492641368427235403212116297721421697362884320","20207987014296993043549923521833294751965491673985212223996507756298407483760","6752777934133766412808216729760097554578604064020278120852659710528161707339","5391284247696752960671466788707342078139040877974432700416725706104307120262","8022653052682138757016764602874367238592639147284000020556980107384797141069","18016538770317339403059531812503768175662248660561956957447227791152555092083","-11732405902076430678064182964468457880268078101544710479239960790798863672818","3756338514087487913867023998570439919985301960659785498852623943645269996302","17700486092492670070735810619651337374649025033653121919236712239418684433807","9176694663211409083818198793023027731945996820048916395288342399727068888666","-12052942417460364945110636314729216755228394630241129861667060731048921518582","877827964119180265371604355162880725262179620011746316048916996969108370960","9902816969846798250518118033327041901426521456328355079323272042831479674164","13045076063648952165987732658938987837825993859046694127266616627624971383783","-9606210849930276338962551702978259055808749860902465990927827401512221506944","-12426870538965861114442085227486638134172558217977367569602249887904226888224","-11706852913845894905520487938191130481695262111207246952169449837791232641947","-2683853069136986615952836176898842367865866480118039216799712700274352154743","-15119694803287017530313767096981648903336562015203263993853528803589415426460","18080081872874289335193520211123854203190260832856934939896723432628473409446","-11244941525584782686104505281551269660031527783517198496749208359888675364439","2135925734344721721746336489491702036804307854957833116102961095400313877512","-17874800517421277463419077943368633747426388816379803468792615954551952607339","8002072571180255082309995129152165049504774802620630813747448660046813071182","-15936698833475955720146926061946028210877278223213196492121150612827270209601","13216774964277219254021353377841564975295197416159594064384816509406463314080","-16314447737790750610684537484012730597648090594813164236413083089401949490536","17653053969307068020093257804314727545733541884338477445333623925457717342628","-8743687217355182785674687930485912858423198500507686121677016383204823293428","12932919941178724411018675888122236591281986582593474392330589034559217917770","-6678229518785227579572367544902662703916322620257686609085118982158508179496","8160599190816626717842309384061097763410835019201602879079862101684554528035","-1670643906945884268208732695385765792263506977840864794813311255138870996624","21210452025221420237772992052870442459711048238749693803177788178091740793142","-10301768843482720907762579573509392709954684601843826292399180861336627174236","8822575849835908142565551969940697048116543824399423774282274153937714888735","-13754169458595474566495583134954176369488050315971958382580090340939520670590","18502660175036170715398160118258539915298629494421426379292623347190523603481","-18464855188063569265090469790346109263048875627546690090236403237534895164323","13175042785199521325956181844025157220357805339683525907142766176643313743142","-7743520542534362828717342298579517895209474085577759901291637533792060698408","4243383543649788452111173549315769167863289105675983402673020316334765898545","-1039487233935533556515768117971576160560397333568230611992974767511079850589","19460611495520018782159450535339074394622378103892020443329711617983358652661","-12702031097594381116091876723003163758698979708261937371555116966292926550697","18794820217138126680108922105543578298949604334458689728187753139119145305828","-114595536146105413763715268832693263655948757620140363860698305616279441703","17835000782294090381620755856177030680091685083230986298157100940303651734222","-14729223310121188872145533212970710965553183785360960269656594992470128983934","9268021967473723651084457426592004501107625070880666556507716914228724607442"],["0","-16128178958197360690076298970189571117877742189780235832191711423111689824802","18758461007917309919753135818450255843783677158098858872575693171880253473800","-254150069482479350953191351671942908761305310100055594948451127103029041656","10490702554387907323758668438195376822188085509073214294807911631903298559538","11439551642564248421980640297492170057529176918260634165564459691481729185400","11253224167497921320520857934628011143139575986734677081348613742050381003407","13751847637034652492852770862610191565076120869838389346875984859736505341068","5546138495956768639581180641995980594292015315377494384281573817803582434255","14467104541309681495919084905948009334851325992409043355940596509272180772156","17158943174288708983944887726907977327110744196748738892282377965255042057307","-10088087028776409201980750544908090882864323415852145344563428363700730658889","-15035133029608622932952546984784880198311188864236685210705330437248191128113","-10576430200912063808008490571052138928890264870606675538883999318688654100163","-1543647499639986045931634963823300021404094448671820061364584984988658885635","-831213452795419040953841581833614752344316118049557101677660719736411602453","5498093195597382518645776638605971349571953748469688227222926993132574580720","-21002828385665098717807621728707897372656616257057602411738190742794784479982","20259981912587968857490856444944289055391112818967223252221643938582209233497","-15506490554533472190434780216556582554475474545389020645925499781588107926507","5422116784681497006986954344953950725060926172240866401402246829189835529950","-7077531021908836521411725700229509263507109383123680792256775484949992490749","14139059579863606040771480358878031890119122739718264865394327590590042337677","11668585948175982176834217314387589938601614805762928848229725046618857017371","21561157932986993153747555319690920488430454939251330437712197382253713236800","-15461790864782272278033536468616762781895973704476008845672518700332471726809","-19341934612338080858652857573057501539809158153757078300379861840716417851456","-10687351244681697639375317049058392750598480300263835253031133181269693230136","-15313505788471228675169844520751410680140612813113269664441039323924051931008","-2584177355856348932673706088451252098523181066158299227932253257697210841301","19294514315970267439990181025067356268885932619437077085051231731335352510432","-11155359683437717968275141780508986301260309295382267679412979006276348379634","4587348181995913521990528184778882041547888391653614324715442788228144625931","13569654399679265690328305475848406745042323682465365010275304879926769997694","19198223209794735103853427170036093672594012961586143026025357191479714162425","14112452402582852963839918812190651310362374907626243629819079079413867006416","4973902213141525175464165807381165616422197192876748560453786231392523315550","16247706984442687846295925070054562319553657554700839520859539891874552474717","21496227420778007456256529016682493947656513853472568705000069788424989056533","-932797570615173178081595445766478369600964855669728349747218872680609574985","11038950220577311803310996248522790089497505853768557350784711406989122767537","17385496702859344950750018951443242081564802543568531619655021214432564043158","1410483704907637854653577386029695672852977639603510455037308485672999189166","-11556318615086683808409347367860379249199261079023194540300364480285218103916","-1561144502608005295155019605457180953204143008348484671932793180080915911153","-20116232320099392153634263437525319395689406155148003396922641314037260902993","6600907813021492674872841843962147537814587047541226532221693055947198550032","-16076480514325016151722134400701632941408014763685469546288876483549111602093","-21001904595751710297777061213202862618234323917832793578253083097070674009206","-7697836470971057172008653531080625408911738688167045517798927942021003866987","-21209860438249058711678771616318795276201942601912315086511826152561558991367","-13458018002696884781246014752970168207752199291392894029722591635747485686788","-20106035181957573605073088338388811950627401321930870598024288424103059753390","-5888052915552623622039615288608805322421774477060995407932998118582584080314","-10329680741187655843409794196248663763614752012279182357883952038565380269499","-15750107911727601699722827744259901194891844680105971581465958695170862403491","-8520899630430273761768783120439348456320382621036037650752324201514290713713","-21630213826950654177489333394399953202095633787967260566988559587586470602869","10244905261403286916754069326813840551318148459750385180932677763598888762346","3841681965241886593355765928349979330195457900140548910453830309528699405744","13874469385913881180792626799884294621975817035993630323068262201308040837120","-14782506921749370149158820294328976787021116887798027935530738282998438184107","-20929092408765243159816504990413066491850786102438029286102977976145900782713","-16168198547139896298022934805701328126158150376933355037735850363986240701779","-10587023302547612932259819304443191791471502805019373237273749962696159580347","-8763734239341771957623894058752260799542247765395124499777759901454329924267","-5129985620706061613373562551444257935077386632597255490663877923836928567200","-2823902671872315653610905790549023770905482820161170231110749299842655227581","-13237669510842130991628482692313659064913488574500528320770330348067058572066","-18915568711448881046395415592248701332609277463684699693044464510670645289090","1196573473971229516549603069123311847294888495823612592744171519752796865498","-6302268178221830750473248857726731632885839275903118250547163374392118868389","6570687471398355514838692254026089493334999173729859003456120469633123620759","-8120770276210243500630729041429846305299913884706080084486592844245240330712","21789952691304761526991279048097889199442794199956207560334843986136415216303","-16821833056135020935368691632046446900145682116083452694672334999997856820060","10152341257920026152480905943473368330733741564849690744668607923143090684719","-12280065530811338505208013027654733260741260258074131555122677987981576730580","1383319867124596346963707873331237646317764707958236718577727896597543775745","-18253243311488168872621218085906263107386438074466079051238973510267089207387","10506797489947284391880539391997157575370232292771987825415041897469968538989","-551319134427300768153228816475655610476052338447123689275185179800414536842","7470214619600567780318957005167864791636373346974006938177174485808537695673","-9839773290699042966137561167699944793920703125954705568364203008471420975343","9028486026571036307363171037937373059729874576987591056484517292122118867261","-789318475231915768673239664607988048951971339249364470152623041110977953816","11446426130113389405652947761936140109996990648010845133277985390385349603075","-13673825589125079887150801371532999624664770472603899433106400722652964508677","6845669942790954316461757350613255833643886447471559260359395234191943042569","-5917219588421800274782402816800849499744373497192536113923265191256845792105","18507987570461165151631118855616331454199596898751137216904911157176877047203","-13788023123388273917824446759597057047475348634614885441276119871775872416186","13028400006309153625340645978458457769855374753386925143071712262823499127964","-8591439995516849520069331651955231478625680887459672044611329210006003002413","3537988278107470199893555298405157126458085877606672048767935323485615969033","-8942139838283731963267190213733200282633797415127493311631802646627843416919","18932563013936869389779761386055769991533521634499415168290627064237228301532","-19792003552971070281650265936195635747284422658855185140525306348560968609125","9987009200445672576894893652720306889213201338183301280984968777939367005332","-5230924299941564864692206797283049848903857653842988111276163276242108079899","9537718008223341850929996740290445248250232284509201007652104897684439342173"],["0","-10944121435919637611123202872628637544274182200208017171875901261808094731957","-20937410216117020152597090297260132539842513302179931752446612575841638800089","-18815329922363209925001238703684022818371624192412529138370737362130509124274","18509134291284581739864359713424165463868372104062774215845550225192006190541","-2331102294141844716251259059816261685369139105483024729891048656949632778229","-18716097555080425296318534321704357742807614638862647772025126937087508202708","-3139523413382121234441316166834036543871735405412087306301237049126401260152","7609617166023472182043330679929199922175206971457041132201060351998448568742","-14923935471184679461054641263260654253164640118111258081475342349282430921103","15016752978781157702285603798302329918086055963065259210620535036484070850278","16007458538228250959509746580755126842107482805972209384958716748705787277107","1118513954890803730714671303426502151857544048684550323887652838128632234456","-10012243003351660440571654251785368296695278845821471972379344519716992961788","-18919722025904293982008438361353313930459379053746372567996413607650882663943","-20824253547054783344467934487204617283302840790780366959567481874695744752542","9866990657178592001251657198173324948894508478931431455787293669173886723352","-9187200799833499928248030813471685658545527908700295010412288238348784578663","5163861326484024163299187940184730651292764398203767102268671207606998476654","13131897135164484262781781352588741863750779648168028149788352133814737788542","19391730397669321231629846449181233321625023431082698303365102899900518920519","-7528602856293862839801612457450091757232931030698705573612074737662734044878","9236184278522976135072527420367044603804448614560437978940354340480969326062","-15522906639269824880886577136558941245457814543156817340373635080722308224868","-547475020358787254134265728812788414477403559224134820244222901385785673748","-8567362215946683456918788773638670573845659479167401885432285822733213983591","-3287710068300523020840560523297110180068066058943719464086447577823119819284","-21184269387593127948598138620841185198425754178924539547231182622992736501277","-13690418479015150296208538052350893230774787320615177451686772073004272830719","-20272936737204803633932771180151672544621424322144501170179886213045104204117","14899459514477442792230450263862646632590958393434987531869921161241577503637","21634790703604930040786151363147725790248177474598031685575435249213405081880","21611485774777892310705268781030383634744798884296334714837409620680729454601","2058446849343361953313483794944242117509566981232463755041974615581730976639","5211419359897252049354203019751104562310763049507013911629282254496310319421","-7084331600615456317606255173189977983084504722076880136151091076957492458197","-17618504662802530588302195401626504096974924414921541303581552753945211392992","-18117791449327275033013832281338728825416881731058586078064647692478042562339","-21771414227390041931213626810503572173302790711848825524024247868394162921222","-11970534875501853475131704677981704633376576582432755823366729249080197828589","-9114120345426603058852773415256882832719229520120268612967126891504221925300","-13400043377135466498225726272944540660637783431014924836750139016403856320994","12088847582972421780741045380593149696510556023426117945664387251481328714437","-11009224194047699989825129106494003333139625556338530676788949111612481449869","-14558868374483352839549184004615172881169695675034276385525149383137022130586","-13498108317820102190460017678738285650658369424718159876563913818258569128780","2303884786190400429773098292663756206871303340548523150104593116836315884209","-21346642456526524990136656725047455976142443471174644214626229921455608967154","10105911996324961239004452542910873748191401066395009351209124036196803439680","16512611913526379038443323736207185167650608281503462715764599841817682931476","12033232914533412693809541571718967284780271451270550702857346039031311364078","-20040766766242243687822370293779154212972077226984463385278766706120902890239","-19722672469670975729955649623736741045338271799501646060257154285554211828725","-18956687751212827676879160641367842392126953605868681121066566850493688130170","14018699854352639138241700851540344725200138713897591490463929995807209250098","-10287456285090619642327156777315215734666664911404838234499826000727427918221","-11850622508638336693505616144819102008591701087633530518417922399378999398411","-4131589158496989561970535474500616936781907231553732543977282022383664200381","-2471029901816478627038843619381593410939515952741238708485182669024571399793","-21037920617864545206987954706087300590037711655484383748143330572200052745071","-3969665076160248313795145705634303322184474215036852740850481206936042843359","-5576009758271995425818130353651657517805386715396882101309597365342023712521","8304459856862708880822257225769656123206506162270864733621410204933271582387","3444736081872343902983033845069936334697630052576679611251409237208900446716","12350828237875366069974563532172005561601102211131348448860387909131646453173","-6002847132364190971145930866965767662971021808828094074963350056718641433596","-21134089354753461643953107357032358884297587093753397788828960491623471777523","-10218611717222487336936598739392397356824911114579421455260467504868049505564","-7552754365348668566753650267816197848913044176511875396747644573568590082595","-17395821806833710512676783633531402328298928917290885373723649581928418927755","3610053098870782878671870742142917833508126376303414855671054005323614454982","-2525356169129092530160445999773947799240454914260222910250560185830642621665","18734906798314947889340568280365105937510041610854246156128021587625423295603","-19621736380797014347104556364252163198533896497380271488258959220197234252712","3115248173234738845711518925806617568278103237849117171675105384932115843982","-8358311075719384650586773373471325487013739781461209701966009262946696649520","9263268904656461623390277346398701474338219895652057027979054189576921492813","-5337086750097122096170599018910311654028014873442480074731379667030159478513","4783451890949537596013744743651113202313058425442968758545975601536460552128","-5531877899768936772057749355165125094426729169307949164707002330326241239609","15466565246343439999774860272415309061975717720152852305618972497423734655276","-8712717278338608407145519493258665294646229363791783006256853538685369538591","6662510179444366191854229549202461021266030008475713017496553866458564249309","-4619320110068631227727404770413828788330865530545717815851886876023062905153","21371547169349618512677644367666665003485213032615861167745188422768061406268","-11850448721066499420229990704876650696333276094105317858017199578125224584448","9545078966441947086809155181224936219378455104907816409836976958935577727668","-16497678640163215530281554915343617426740359300555582790191083082994437779961","5307522304967046921567986819877097777286379592292922264407735276346603619654","-2504412087245911370975879024532140713470805196835802680985864027386331617382","3309821802556045599990835588703843852415357686473279861753877426648314144429","-18606380974642525582771313580253565940955637964434817556797240366834576400562","12143889503102694474076761772000685773293224306866893878583396398936306735138","-18583758141953165758480789976096992183462341916637920889779966309172169340806","9984527039998818356867153725369104078615734390865090871280421386295238678857","-17020672100660094547510288835809758978486731718538926446651292413493592717691","15933281478701006813819607607891230633827887231511219892863055703150886172485","-4091419981243330373489658026651520663192534290106155773296665791693787678462","6009150165409255691130871686580720856066225428340901870658383606374734301223","-15253690231357269272038408694654223858497980814156558795952743148183860762648","14998437102701689798237207277704020711530052028757020061069575421488751478461"],["0","-21888242871839275222246405745257275088548364400416034343600973643191897442017","4789378838026556860439906206161631716030990324923577222338442688721903834062","12231835144118408281063496280512653976526592447322673246207610531959215182493","4862806188017519345276278113300113377276341622058310322096853481292090919309","-12025361562276558937296012864604363046084039054514037720717172875844354355236","-21785838322420089938838977657573176311884443786727105912641343095282672836855","-21481895948593575146626271885812574778951516198207095316971814240983294869696","-16197164447180725986111627631696373687411293319767756915268195304547431240842","-19694872185878329176478594835691958461271526108037637618665092503962456780542","-11174680641469653589574349285443830165784149831810742141415757887527448049140","-15930218150800351679150682393211407122732702532071274869335556781077289218615","-11740209330063514221427771035919213861028196729871599409822762635950071992481","-15500186694500546940470942046384100478560535912357396871436173011874343773650","9903811677261148522981741386433495044700372841038598956093849066237814941226","-11635238537581533107894589274302426055510366478220685653763319191217759438423","2951313986886958793841286929862300518818189963641187586340007052785375257193","-4791278620276149034887076039652947020360414398331719371720330965002762611866","11234650535904528134718867850905112981107519212879993145998329129880976667568","21279190961313190998809629260195999292613738862637929382476087718342411954711","21387116681641114913805878980814493599231297122396967381890487131642808443311","-6168166865375725997364752141531344387622445277877100249897043911338218469131","-3503436793831527205105727434651463565333258796196341057056500169807951049745","-20245425952290440126250546261436972535423393374963270752658542432325494398586","-21696625476583163244054809932341491088944591505975029778838874000308984510443","-4444897735389736068940112042008192980129229181822846245955447553381506671964","-20014619924073382394063862382345380190972486241030996962425939422586776900860","-1770825359834404930463111748144384792404242003047588556760270836879873224741","-18382923146385659529787464343513145445984980745422210822743094761140599331085","-7234092891013366000531017845261951427593734989843293259169903278935122310625","12251142940010611214577468139879114296549470624343018961386672581610319110244","21726312847693049212412587509064784839847363422316704709888004976767003996685","14152850918915286863628191694949331656582389527656821783766798006046064303590","1940529095007897914396691186974002156783896298623386299133020292400248453959","2453755401703778689493018606969476025566593456085297988152480160411026215976","-2071873322735440543146176482004681841246332550522347766814889445669434074261","-14591786462995159888666603187085477301036763210202201810366723047941328085299","-12656902767469870431963486785823399406630045750427889721750098821786406470316","-4611051161933918817909896904958861697271631717355335346808261280874933584738","-19504238031851591729256723123488227122325778778259735668382812414393077941146","14927943704776038089566550938245508027849535913669606484583831649083026401943","1515557194495213142051429456019510808702441019987319832879326181499034043273","19793719087763998531807412582730119790213522907052328103415071869104014887303","-17573465241338858562897192643150114135753677878105570429278955664503349324411","-8331693153808879528044634279634227398355583606306797211254251483199338832686","-1762592103206427848289432370640627947620476233528204204240506453251222775903","14818664512732790742484810461901910489617387436862411953410786940429029880723","-12654103696905957447383705479804765156671915670447274098152692620184686551623","-14090327444727165741244497257532606848591584614010522761565492324198179157218","-17204407470625865491915770086454584723562592831836598252707728477679724414189","11327968590890012866485587132164221253479046741636026918542950751430164350639","5896472871002559183332287248195397666223461986095868304859030188896315833362","15689522861812431361942246095706030936077079063745409352286814342328081494056","4947202029420494410589930982717106824507353373372121308115339623203594404163","21774765450628104505391932688472101194843938761838716893908536933886805018639","20455192870200932793266436125259613474132588517883799092075408506963381438455","17634137926239333429283288924589481222847685389505026349657729418622590081334","-1954618492685327277370206972163727004646752629197631827736745027475651962981","10505009931357142803055691796842201904112046784282319070687419192805603673935","-9088341089140085924776691894354167780745471978437114600937318603710897669319","-7615454962728273579300061301713471058512080624208403664749064181746947761265","-8895100611483245871948126131552008060192106058755947252430608674012841701690","21145805590499021041573039145526194050384326460641313920198244777479915006324","-12317248163316780108570568757418066892887505356660100274698853559141867964435","4364970380137033759690024489862378551306780068748273798675823819351811551175","-18754948476682992730341139209493654356969882354424293868526669845550802958327","-17672468719924786129942012955620505395570104474643902831592175228830120052424","-18177300975843399439037551773287861379504999324636413719685883395617188007787","-15321381015907248293649612445718557915248773014285808278364540155028939736789","-2218312649322552182235829906106372520783668358017150026075146738669398367547","21262931583851355047044642287450340077792033252898547126993383938413489414439","-12349010746874948739797439310632517957489967128713806585001405157980276504960","19378122354256533383055232376902128643179239720930511440400437172124264039437","-14076569299524004055773394206443916645505659827516161397782931738841533155948","14495789103250372161861767363071582797933026543140254410075026333005732092937","-4900066586448559919175175048800326001456286547696088442464810142019988579538","17749712791484615328865283100419158958761716270710546189436621365748039024212","-19753041923637330398672069970960672781782767122684804223528554334335568306731","2971947756599957913556999530908115771494545286226426479888037412118289410225","-7161719955287271297732447462916167544024540924938350161613940181093533171988","21408088839366341699530070177357972994475167771084293869786026136875103753545","-101449355013558349259580564336966744046770947451313887442004959236761156167","18614342452587194430420468721597044829795712520206289440215142787361152945171","-6160680783304545055013996952058516462975053164023001551511640817564710842977","17866750588465112795037509906195920391975697387155710821430408751043866924788","-1315057750034167794787901340290474251342937844224477410604654770392683312088","14676230485773276336707881381135876589394127658780494192189340351339003487238","-1294208927547329118438911500278760090064233167385469023012998471926405767579","15460146165149347427916086906131715516318640182513344761458950860044478299778","-13634220633755023052317796863483492866183458410093402690201535659429716231666","13689942554229041420070245134732548246449041803874342620901870764341731034674","-19737535018635132133810652427352210784544341247271785850247310652032432706357","6271504497886600997140011571275466969321333583953584352107292104495299724660","-18421420703049910438011920816430663255911872145821974889918214311383588081360","10152412651151133732034408989430954107671247153394363928917946138236085901100","-18095246628035759500859964817001354973737907917314661251629817431715732003875","19839834394876641836605071438900639588937543991200196440912990926402933109573","-5293538087348188914030127037343807085231033421530597809622109046937693262458","630685878729139233598874157178999705767829629456440365774015992161025295206","-2154498967765307988697290660940741595629085255680238297163866401148508702471","18950798163244376541191001770831401168648878044276614390685851042901614376341"],["0","-11939041566457786484861675861049422775571835127499655096895932596549425373482","-21571981776189535551251848452441066894607286137800914312067608578134564694719","-13227789214585153432689411433508323825599429912407286124247983085967616486466","19820629372501433589534534344996020487178705307838092392702628362505659078884","17272017889529664861997849197021456044977811325037069532805820818666322604716","370656783637656291485523780709944288393511922627577944415420302065758268946","-19403500088604014800264978560069727264981118951345858445545522969677940694618","13594850108177779368399521622148797968085617290416179341565396084743124766957","8228901222471610466148781098554770370123189856271166279858911670813727108088","1364051617853985976949420918958407144571688899510999181286467205939554996990","-19380335928167053794008293839196532077922634561326381169094805745327151941666","-11628651278151978017719149529672176482874283045394595924088243757638943896222","-15658159983483823381563635485189267848373932366669294289666516789081171891958","18164858334819917664692742292899232642055311226618246986179308442525610891322","-11537207687279224053222206067276158218414995272933323662239371458704905351178","16946078583893923060387190998174007557486999156211894419703696365452022053921","-3987127212320548616810721761931912713606173703311244868580720779380661086385","14796236358406302165023079016037319785729037907831155714363502053795118002081","17618358799326201159012139136208836222626044558436981210542229489622164175381","1062417057928069146450833571342169105660126539302261062031897347764095283128","21335153409641092278087753214267220448712506212606059792726402818500178873684","19840586969656940492287999101848030089968582041915624349500693601625756499843","17582105434377929503773830446994814668365964494642585480491826888278980417096","19087892362686783712054969603759625579811444618568390113860915330923678306049","-9371512872936853303787151987872835324756893530828920464208414149118670258632","-5267273322686390677169130043625128570531562076530579271994099789132617676034","-10053833628881772337597542979174138931291068106167862955045514585570689781968","-16966966022460574401636428292247262634991714854235324165751079014761626764481","-4572127149438957273966359818374005268477270884642528322755252591535956262741","3696145777746629188647269444160021633299319321050139471641121548107916404386","4169878473819648523818283777920546757827482412946906049204782708778557657425","13336629043852873779198466977407081201517789982644190904022173761316559548375","18017330814660453775383065912567836212377436920427635888147149615449493990334","18728600240308199019046552662000022761484633071145384075314563462394020430425","-15207976883861131476904747894873314131681011034512896605784910045444763587781","-3472812961086020037000802423324824455891642671503504616109850427894513744220","-5781259763128693759353923658620102986581897167868002901947980167803831499666","-11215557363212446238150661876350023680583358048577588353647577255189436003459","-8484351721104123014580382986851029740002162556794093424191471080446994538698","2379961980431799508624489457116421532418223258709886456677274044028136966816","12454608367300756032711723850325450115394872533990719591688885934825621195805","440514050887321360051365183692741645818399212701869865799046848000274655271","-4348327180423284139647211559551556822256863447335403132554027115986431809328","-12721597596219707651473722020554147650342244346488205330131002936108101553314","-4353388479508710159702185049614884068664864776808853604108537001473189267381","-19803650228359635765758502863570956814087249550834100080413085215194740955266","-4581788175915713235781792419057156349552372808655647728554037251380021581614","15588000508530618616988177102406228801969330771503527364351257875525432627894","-14480383856467086696375726328259902823777726098714701998021221339562796553724","21198918315607627655687505781051944441147955094882497633820549508518001481887","2997179264111459225128824291278889655786546723824890590404347527514629504706","6020206860578946048449862007403325888518306507876238949895047666903394687213","-21223027769982329641326542968201286771203100140662194310734746096015231258614","-4968939130346232696217655490007768626772328632740175602932413415546306484401","-6819142797257159964299812504102121697452795917257409881518641816152249767341","-7895598718514114916048986479404897395932516652892818175314240432023985544372","-8372769986394469618876810631383875278598965620900229495283665482291789181323","10415540900231829927239309733275801640184378902360996868957968644145661343616","-13963856389830918994678810104799470677388312228920978642256050804130308291766","-7219073522771159176098162699678592840099720735657263638299059294634605835397","-14903256173384404759160517225491345960845680533107323299212676531910380683198","-17538251145657735343140787676170853338292031147208647515261263163904032114642","-10344117204810463556837014633846589568758769506315698395806189482185286448705","-2066356338078184418573268448501786656120475393031049259410636141837116417255","-14869892732467543269834317680272256361296890102395765512416386001534230427770","-17463917359192048302087500273965439779717586104755239020602268974684195649682","-8167610771815481406623939924342340658245796462074702369488427253645012461864","-9521616438695916251943844789921752121901580640189621446895510547141191179244","-18393983143222931954044440257109055589186049339823297826136189256168435715194","4879657496228492540515608735744391453397640890099667099545677272609079830625","-21045725805435581220371069774756690468431921927106603115629387232377231110035","18203809174211536127501025154334905616811184836812818296198633707129020839404","-5419681251788911668945703358557710612860059818838305006168020878081398778123","13298074042977252073106335234183257630284753179225066605668762630590010486628","-17904898506656356214512854510340666536036848132371310575476950833938128837495","17320400573090141717192217857346545714268120274886216186762529792928742795232","-5714631037265217755732585859597438672605943005664500917556400318410161652381","13192030460508296304343166062581034167624191064423066768961740951868294756713","-6973390830313956938915238812053821251386066233880253476984638846257312076356","9928193234411732803749226745216843573730263901520094266937917685598747553479","-18408954901299222611984902883219160828289425345946318619182814091716866661182","6343668746014158123562241080394592159892113171841873825535781791104114471481","-1333957130742658660517859501150248800259228781500334528949133864468045357359","19139969725540320244671589141717752541337169600634564293473382339742451896541","-20197023908060801781552415397237434413082722859286016617742416674905988241121","8618793532385651151988541887965022795131111870325676988762393849570894987380","-20046450774441096685084210609055184167196447030098247242015954766803645432292","11685426587250898632287614752387568416264152654814209749334937459715176873227","-8911851827027846648687833203900612332624866852418575752965486845298042400999","20360422752347686632835058514350083343575559349721213240062103402297032298711","-5840013036190379986793108901392955451450989506779639935280069543988962970896","19651909502568449983102134992213762682607889503611583256897584420070870604961","-1057196834462131363347439423859919769227590787764045191413706703908618929873","8726212817842175212545718992409297199252420264662232655825696675111824722471","-18364122557888855989094611392976683206824167967340255626643132316401216039256","15579059478108989855628561387422108098249231651763034284887136474164517362770","-8706255130368282099293786287955354287635542641984411877677179455725292077397","1733935315721955075212220441971467549926550842881444339036070627149725227927","-16537497730996286630370969313183727380565254394582190921159809204052717019481","4578576124907333839540839977640926779125874351478089555717576055945749293141"],["0","-9516627335582293574889741628372728299368854087137406235309424850413192372390","-14495882826179915896297927897055344210504122048979691476517412705313286739775","-14484703422209187071694824085312974838492388080761560881249167121761708416354","20056866792199251289035316614360143904271029939505930798246017394007692420427","4328473222395234263240138738597068772517698684735567570002117222221812774364","11173319145396478597135367030816799338420942909583783983239552092806043567005","1293524924646342035327674235467163644419251500131515284038996229186340661760","5188682526216126315740101908132094632137215531318849492193129510616535457323","20099397129963050189877609929937133711313854010887605253095683091077380112744","15330260036634908041929676579145663453601060299539391229341684846302163156555","3242036637317311392741823103013646281601036436444407958591900438063886112803","18164747419152130867773513169205535436619931450250594101528310106071881280426","14449567153702204266723955225372124199225581021291812448238843375610991568802","8618406404271344439656291946198740971235389822133497845820240840941589266859","-10539268000363862710288060602736524561363465360631556192819041098396408487360","-8967602099730064142566277755193968188138230103135485607252064667265649845428","-13176431117206785920025848138567463275396944809809504030524702398240716816660","19568952704807302005103677782106904201838171908825849048362161159997669883039","15600714343235684452948105246244830446326738115570855927549510618269506997416","5953498468562401720989774886886266263559030703279976032469812883290660903826","-5610543270983395939172765787734627439459282883092057372223167777322802914107","-14454260617774113688477161426396991247453937328511230671135167681427391715665","-6408898793307782278503973382694875461560296053699599578940505115524020936349","-5566689134429164273617683458755959963696817839646475813521257392378673132149","-20858726147647558494511796132037931487444852393388218675613539680643008058890","-14372965800381495335974778944492650075494717730471483945770749394462038795583","-19971273077282372370790231027876215233793372859925918650784201454782500026938","-16700960123558396373081087242564997029995794513590288781502124012648753540479","-5154089994804203596960354048910557254015780295963794393672764204026143124616","1428309813811792417918861649758610264862971742556945310688148947390622512660","8472326276083736720899504049102613814436181155990396212080149986272381567913","10559063768232668399135360172533368073940093617980117297384448152754411223502","14982231800016508753828137733650466750337091356370286083325484886481661236256","1847858521589238133484199194737028550104667328356465634162002873892501427769","18286860085841072226662587469474200726827435197325022902643361862653853090990","2494335799510841351928983586980433251574499951366437493231560553004564352747","16612147193451093988516612458171086632291435927690310471824512195573769006947","1701993877527599210958531235713389218397869913525379683121480910252873191458","6950428090913065673506864953552710535231872907163962936261572187976912294993","1137200782702871807610892767810069695550955857064776635624486859574266516392","-7437179897305749223020106038423978111160198650867286927424292998338755902953","13448742251971397318259921402538731194368363215537427092862627457561667113694","-10319214689912461241290590111245770379628022038707860801796285671766130806826","-6950772426943135953973374727373900016515643873880047284967830275323074292449","-3075935557590812089570574058075752386428550450798390898708274008597142402586","16336567753523501749311987018589834224713453807557654156381556658698840386793","10253094071500330624227366230522098102770643812925761341377669634993579727201","15283471984143408232782698831875859647128555902053886347228251545476624628344","12075577250028866888666096426284342453720962466802025944283944967504423864137","13369996368556210148939468567704830953483777135463870345712623415461719224755","17941698583504469024440150606141116078032998452313564206534580466979796874562","9167405187465224830914597294532556705188675998529629884683440909956120959006","13237822606706110012887835175909949104261410673695286087098915695969481523569","21012584155956188402621549551088599131803765898639636938116565293344456509099","-19365027123684078387728419313762577229103894470491972164215783561493890284316","11765535361259053121654941612472002622061370975190988088149981632650169701364","10618787612724925215493818429053327802453550679033628609224193542194107379024","12072093738977216767510416573202188427151842778837345246873407313362355808109","-4984081893595968698101057443356140723736225412855325894536928532476546219086","2274247133378224353872995583061621784028062528254525355244769984017562060006","13532372161918072172637636799920955965753294775123701715854678617750674055146","14898874293447397581612939409731457172688628529394070961937522007335700996186","-1319178985144273772710218702951883394913779892626910707837740834971995082350","5079011294209434277587637202789945788975399718370172161912670314538956018187","-12464836319345019557314734519420957835101802113482541732932682337485291350006","-9638566599714509791783826895271073535734232211485835089589561194525886179262","-12538586092149444456680135224779147498517386995987258030220286515599528275845","-14680560515683638835999274950832420872209220314602502243135852647131563810294","-1915775789953064220324993579790400391204104087396110350438543467785617424457","10753056043738153192414408877515319534753838779523682179029552950721050767463","-10855728465785965766801075486750425747408020780596924368272104518438985464522","1383982631855028782983104620884735113059077805680084366606646176086682967931","-9259341983315961966052290692354345427093736654761609447305190690752297613178","4113303103816681460119286045266819777873832983758141991254962975444540271299","-17319292169498081601324514743969978809162749687380882706107673688060474085913","5342003552127576513119656484279982355059871371291660456805864998486117088288","-7557333342526909494419903181680346105360434273703734110208981771312768059350","5315336677397985686434398504697753916694587129694702025901716270755402346899","-10786992600119519473396221211621040271482875841231185660680642857853585138377","18100709207419662566909877472707982711699811084539539120688522263453229933089","-12842081507752696033882875939171788237487207378157524745352836666175410154735","14464103920951270592161129403892383575712926815166647251806731154553096787805","-3542473319572720098234353167078504287771660397141366225903839408036439222831","7364370762226026129099161363192504174683439838793308305793432173803394778152","-17115191457404797917805651462857242932833248828706791252393605864150445863559","20868055722708977815444194767672067626343700780652053702819451863080328267335","-5865210218485540361573392049277736185333037020124242615091372590813695429645","12300579448753098845296420524367452627037182921484679665087491271453168080876","-13727087296103851418201846565149359095274564728603904117350923808699630993683","1803865006755816902733811370465670624916498925771820945365262001307687861795","-6690692463355882043058636080866201193933258592975159151451246269545000562911","19591130991320047082918120531205984527007522851200046664575149329896999745293","-3951498318690070763120971252401084199357988327125722349084416262624845936352","20769442304614374436183122977309137586435932149275740321398014380594291846768","-1090859811320910976739431506260448261937576696028509145957274920702788923725","5339286861598326423535272186988751802874293904542454031982698485550377783494","-6550644668389019757273689345124779677048175211508542682353386616473132353340","9978138114353026181485591532061140414113288513891522039122702554847972038553","-5123468372754212738394669026087424232089123819906510521435635452317188049352","18732513288845298631160221242316070191996648652160271783789757319693941781618"],["0","-10944121435919637611123202872628637544274182200208017175173105241867086279271","-17921060913556038083267082387689506336631973376799961810736234084221376478692","-3255595430003381636889410746369647130945961824791221827130214918673498599628","20887064813838547436207209302385705163240618977166450569470300160230706126237","11409190106395805392912594959402571931838956182567695222393022004430597520942","4510358423022304892895541088284849143420365334457180774114690908855625382121","1922493912454083289084993427435660849067492037809357551051452145450530893866","18690007496844532476763103261363405942047158421577048417481041643554485010456","20272603382724741954627919661407829321801984093801841167829604682625052968748","9330951138514300197679569475616946912352097563168166260631515068567586500116","1666112396599613283352007359243256629404515000934380089276346930817868036845","6023208467524009397817052103266293285660934156088086538576686151974265688120","10084413893190031161705108501569632867060871866102570871036248677252177004828","1351485814776446437351931206147545271715117710254627810925537132050193590044","11154765701512009444309913820840589517619620893026041878380650255061534079712","9755962195023569784338074685492620276172249631132328020964363382695764355183","19048425550857643887691393634175186022047168919361202145541945506236654456798","6087262877197234296142155471873788337691356731796394323776632637468535378411","14373504617848896587057162362457019681909147365482312049812555277178661168911","7103719730544087423605616860500162095350446020157087464660245020006272441941","-6395946737922588421397038991566344608993297170275132808833818262723326287434","-6887244030925535870470521218792915453908533630975922842967423500655686414998","-13598428525220945019915029475610112633605964843536653036024518299499333172234","13336263728003494702907766651681781122344409459736745999989324391061799274436","-2821880993431844180391179116773787910734430224756135071193678845872574484538","-20844794653112522591611695284320578334142900440451837089787252630502829151944","-5035895188832951756357585309872893281428767207613201300581446185069994044024","-13660635812704910636023780769959119863559728879008380706997639651233397099438","-16937082350871281173832363834277633326454552566699695484595528816808279483247","15341964323717219142876343088284323023900075184328055711674295497558932856682","-3977040052349690291438361594117492270659532116016788832401873132816004315432","12467908387465348711432482144493322687010953111224690240179672151207530260010","-15177801628532335846996646603569485956929661520418223760431401917356224974478","-13925205345127399742902795729902690768799406031031393522379937601779099066260","-8336404218370112697812738328524723576278888317354120779748293449910153838294","-10930028507802357610933089630831081572723506256512315587126667897659321997760","-10386105317485117471413443242981134684134231451030900777051301508578470242700","-12603175143990541863484524447235745076138132683587325361038461281543943301746","-11293646735904626801366685322691564532521914302670907217628825768471353053175","18964315065914495479217024285401545152571334089525499715589137562069925159497","11534811063150112843524767472746142068546398834191294877727652321997998759784","12818804822497278493483165482493727434514762835739062539541311965272124535674","-140425173053205840879375284965202216974969885709531323346784794829219844715","-8020428409211438402897977148403687471266833744275325699871850520331770204412","-2180048941344600547168894821480134415609113231078122486035944127426207864146","9043361689906762816897707550659272816995544108354974779201629488208144938987","-10191807681179534085788842316753996637765779821360318758768612994736760610624","12133256618099255251749414147369524930746240021496791375583942660814729122104","15695006095929969477726721839613045569056371767392530783222999295574155506298","13904717242976402521873165086782030671665325543805760457123727582944683705842","13436913313263374847370266549138115667849961012777572775840398186044511687947","12772161450150220760269847101549128259889165194713309042442990603239637008801","13230548091661860516574408530933862460879885477806882659348457248526051889403","17515397544410283731015341880815707297945037687022182841827727673351459524031","-10299297618754625543306512793133463220389450818191484691694858689451820020374","-3016399552382948117650638750690820005734360732173008156524685813515892509843","-6121666550628757941689426166388676142260793126347950890736590058847307143013","19641576317251628135204898689607805144852444312050274989844189434604664218193","8218418615003623697736709261825182303608274824864652296392645989140362430664","15483891997992929134775465049822247245094147815482200977976588328106002306538","-14513870773801268906862666317415848859679496487865751448765600595535401341496","6315970195253036083857746607615054171100595404472800944990760372038210399187","-13905351770566776192653660209057294014430532959563160973121246814286737504409","15510419345622451556830996960043732168857553798530711680133746905647373087095","-14196321343554093883994045339373553952611204414813713401399460716556307447809","-4998933311714462512558805398566851027471161269629743319856181751112783381060","-12231526151454927404065685362875508084867673625350148808735048584838991457018","-9374766524266290075243978531791765596651443694290399754193464157260743511532","-7596898947451496628646584912376182794447824728178383505033015866010020291965","185822208179624618022292443851483881197104218104249523828998650211381290333","-2911605920946712041731825895458949560666918333191221407509111302610660622251","8270373664008462985668561829744419445516306872556192427282105305881339722163","-12535588847011664666824600909174766059031969302245139048613128784210439011994","20971303562117037053212380829054698433196152876529741741078600510730589299386","-13802277080535725820895877388888748877159600945159826180060686252235665900824","16139239863930375129544264295219046120568107011143169404471337239100700480586","-11933639345218877872507149131609010302703043039260447931555906270606193945039","10992001861795750248262496674796088035354979689598983510679798811141648084313","-397571390983829274192289028346274211289981294484301952819431946104208594086","16456843836714929726110285674786660602489803919519955145694921024086576343925","-3998160676375788915605577662879839872760086355234476294382691455002280025154","6617163866335543250886482853072719287527898513673720061993442262426356474252","-13575135958962817775045581287675550729664542216421346186325484087057053285150","7136268473154779264656390868785533256559001233438293984917826324651030275758","-7085588101026077960033478601737975110181250503191673643163922959842442511400","11383640282880477144227608731979178311333737765336035432430584644980552003074","-19818999709990418518877548768088978081395915021062226567811118483693145246003","14872735555995537474437397053974594338244124936093898040425840638493020199685","-17736617550178977719978427132699583760108847752956528023651939557277474983494","12855903811261173894891339579142400193702818960615102037978927125051041840667","-15284045970241889133681935787827598312738514308164683313194951853112788929384","3973553402239469607837515696865846275034309354495515828918192660241128768844","-1216175920392683597212997736292327563176484129838306150654361902670590948816","10347093850137285860776369759975582228851292679421214428310725057747383574440","-16504641297740460117800871087311969686127449761433510413380853381936074470373","3536257330534663650089687096217201808870362191344245210419631982789353573123","-7346253837498684485155809734442006381546097603969968202149780684787000286252","5797320058867342758474638849077194012269061334946124097093417740204077327781","-5357927413406835600358269972866674383077004469419423948580950331326086690357","92521095846007086205239313693447960852087675463222472177923445732076813589"],["0","-10506356578482852106678274757723492042503214912199696475274367220742903237276","-3242780941457403261765825978931805971873578399642720202132105343777795664464","-17847932387208972246547742107869460723756024983209825673164736649178417812219","18412083738695460202420802985006179577099933847264100131861809565506805775671","16838120364438587713448617060496657514619585406719088980479380986995561118277","18175565975139193382166561442288846465780698517985646465216570686778127431833","-16102243378761711020082552293251552195051025099417070099419703269998014864163","10149157243811604728013701799776389393552393962887929524550335050088539696976","-871247022005897097407511593730078809468195888194946935177813042661373393180","2620441557659203039308696127095805255077422822769737419359064036535279946643","-13533917469855428201157487305349161352603724002643236689303482944781162449264","-16866253365141487968712152779729987568591108685899610954400822595969851921110","-21282686925408730796151849662965745925710247725695649651686439740093057920079","-7631676826461392206599541731068508857801783848434075145744924013653612622987","-7059484569776129023461048920471054713784770268810341458548004606342835112535","17779573344032293187593987859864726265573885888801661823079862231794919180379","9589870600114922413999514504861462525474074370916863713223095255434526868614","13757253603814435436096054602348477073181929471824233558698894967470609235365","20945136171793997493677389980331300514317407254566718462850458869195748946144","16665189410155504301143297994061522855649425687020534847124389948416615492854","8079019601743440488725683302412073242886255193192554206216950772612815202728","17754002456464521372686227059257031318297951136266433876315089632750761511066","19281056835630937073289185441379275801421083374755939141679702734445323931887","11643247346924004109911825700805570676484509129458308151546021501411719329116","-12230848400709510012679021892643746201016412954778056556314454544043608133272","-9305858178577987785204175890326902488002863625584158069960605188934032806139","-8207303525583877695838488502720453193327962736104032013702340925773893360638","-18473185547298746184053794541103344733151374645042876766311056593852321114085","-13207323987235805414612381520263338708495050636777669376237221867827416067885","12874613527609973057729278239040358969898443794420138978930888762543651903119","-10527670924814239332299325509318670617979202706891464802763532255149766209437","-10464828281610949879790238799319430466079257364231544419434445218173162191719","-20132243059777936961323246514347380068277497884141235632423470372461024155014","21843640936530504488310848092878301939257166222966646489236417200964848445509","-11091531593418461003234968701177182294880667903266152599652645298258989616831","-2409047721576527945983704692660383669727844168659749724355295546123442363369","-8587315413452100155241665762379786355449750914361957533033621882982687837663","1484279888742710661578027094871103182099171357641054436023586381317910200343","21435122605355926210916387838531898737076115688225156066840416323648158391720","17122797404624250123901918220771970384319864698200230470661904418073316066712","17727062639713888704117437873386252368877801817710370153867203865108103707018","1508584750176476928285594996736320614305399886864799500251905997654992118789","15091830227374883520598000502952678003474627144923447495192644778661327733290","13697186330581192281045735232798637845046805733032066858119110069266197824432","18157253008718270302409531003225343805254867980788109309988723938762881150797","15288988389505053879260805213461508064906610463372742158528000777428400738758","-17189427104548388464249061264346276471991310630715765840352530643543068180483","-16849201684432671802084740146413549125040529051452873199483023708588461535522","-20698164968088129150485916922729441663832889911180502399223828736218305076220","3577121312418919640018414216189407736719034283443735917599142826008511298762","-9083268959471330814984719106335800291434735765367689281189368706620683696390","-3398951493712646746872440134903976088205730264852551072798161149013047038015","-18353495314036964645687131989007706856735132425470447653337982258900555902257","10099266590864145545081680411353945186760921770343884098360421970708035059446","3838917339160283577137581137672090320967995244979179007860983143718068388117","7739243745395187503926649669070355230116198334121455280755904713974683415366","20189688050057121330257578583751514479715310375031744835516863436874883937910","1751919327657362336895202474979392664278716914071465025356181227377290458735","-8253109955259146429987868086131115608969455171564545995994406351624644658626","2549522370034687835435222835992695534091629833792344797963312404282543742798","-13477879742231678553091994572427111475453603282237257863395161764379148816813","-11911189767684366178718876910270892457592448006379642921187622644721217999353","-4969782878522703844184083327678875204839492530113506467421100590098960915786","-13289800537396664138389990973658093904940188114395761263760853088192428430127","-16155641225328709183641849881006016427607025675922452000312508578214386031126","-18182003047892224215643540532343870422145934913888591221482459918130758246326","-5597840679043888319860634523285282508602405948120158450996885870679228110427","13390635409010072126005227008779941584216483862416738976985154109323710620919","5491718130173306049714974319847028009102456672321215748045873271592411474724","4742205530580639467515532591215157197900446329784742381803099206227124038179","-7785464906789325452642598611497537381010127222455396488366646045349788395888","14211875717465332576376568783072743646216312372219279251739809241257171349926","-12867856825470833832327545910188291269321612467986041293329602181060321788167","18147548102149348273527049604688236578267433665770133246399074169444932243389","-9360438097883763904988674465000482738364596839674545979864550894058470305498","4744077211814129713177082918865358806778337649745800675223345906398590771305","-16988223903793645000566208124765351430384071141343241607776886937753608208300","21053717868824723207278937270506395111162884832816929900613027399814958008426","-7377435221457949636529186866076735115578916877052790004643225946809570751084","20200392125827278878370332384954624746382053834404912577093104596491773857874","-19248004603417226281304120087491641852654241539054907050443519688008753066901","15539217891488433999840756311663122814714166730262197025028219659061747586178","-2942720250805180672631925988316525190541833966198793666384087008201925594694","9834689384220076494956243916595470538902585803825291875126532631654936407072","-8668780696241112333847202956547527256719393326888093842446906982159663637186","1571407333108439814543075730157893218181153677183976213802778706965419292946","-4206539217272728545880335210036446132729828395906609451564112280500778302859","3186905407256627260125502965225409062176455173200716379796476066508748459765","-514254426629865845178248405410426659797383865565055821338250461051278295443","20050135189020917427236397018932390904778177371334377516391311357321374272023","-15157345496864474100378593890561175195694207476728888591450945282353349963739","2398706580671474180945424163277902134871469970011163396803652132024648657347","-20701602550801287530459051208554321107635982475004735428752954739731437327818","451223515040927958372386940159651995267364560909686787123456803280762538333","-3123403364905113486951603816179202641824390788017584143447402225484909604552","5058480387637613291572731697741234692325352978602764020864901510425374288912","-16031397885043129873894012773538651922589211339206706605934290587984585427724","10894296800722081883304887831444377380420044465960033885454336885559782105610","-9383526525948640574780617460611830779152355650855747350424715124222147829541","14602741021478845609063628393146865259222541258874707038293891571846036263709"],["0","-15153398911273344384632127054408882753610406123364946880236249686897577591881","-8101742560796606807004701957098676108713871159895807329063567009273108160114","-20490693254114027086046002141486742802154704686246747630753749392416727926336","10985580274734620551287014780102978037091309719570355983662661410219366149173","11065346907284600246147524604476825308544013091073863293051121766469700838459","7119399678837440269968265408832797262342179277749289330212054799618668142761","18005753028904007492083085536076882618806040440096859083761102536606434917638","20004184765185139964939439446597215725194458197639287658216569925396019205695","-19324753747042795652235708424850822830644901274531010908263881145552260522140","-19861756223612747890004352533149264814674713305912286141736523781382588996936","-2339894769288404268484538536654026239174723083722239847736544066825267255500","-4091067552573583687856734662932008546340390431577595738677567708758805193174","-10054511481050730053291826538584355602849306938233361449219800019008111868906","-8908138686583153389495269109422056592394712127157519540481878090045338690529","-20139737894961926034179879789420179589886842731382162393796971119079284062809","6244180292694840253928516203886416768309708697713101823045959920018459621279","5110944629352940882972006580037036503399059750163540101991042951680358801091","4126742702426169982120309850270925537682827022159311260427064942729934750905","1840100495376144824583594487987913113049951430471609875949674205590420422738","18791951769023546290896216978808798737312082645748333319293745100727058703216","-18217854523551349303401312002597826323432676319377574910704002767115515372909","12601659873712167757598332749225266354429951173192589482394312050049732667034","-4301854677207954736784963803632780918345734367077009564241198446891258210710","-6004123280571447569286009800463369890057752653046143202774752108822951154543","-13518654918580562629748519356420123923291181902195547360468194591172061622609","-17996433568246216264608955312071646836903201629635956460072184678310805772924","-2694133950822734859437271447575611548484791404732603360129906248136318027585","-12040626314352010489367202927369775902928815183839482536227024658575094554626","-6288964242912483079131480601008408669441776806093377343055916728301894108317","984457562683832787261084920160482482124501582306069721883740030305704298145","16873052413940377418909394317078561669034056459416766436323937711395324597703","9986097853150661923744006658996912840673651458319748829854096820581897372504","8923056313274793757119874690228821117959260203803129451394510515482300816129","11702986535578229266523000949123516177075805617276569833430178306366937038051","-10073898549051161792032795576548846894365060960304616771127144662135846066749","-10737106916099543182799223435689185730534668178814904597014495048302509369145","-7168672021827960851547441027183665193249224555709181242769973558073284729482","-16548507327848234040147064481697625619462857300512589464132165779970293425914","-7115489585711323289067767856718195251544276651381455405502480636413517296112","10821562068070581159477264546500598242397591381180136616329849721501473894950","1132698085383015426905369891477768968504622576161715526899334736009157938044","20264697857695596956197656834711658883710572581250436542085731876794779510575","-16013456963491394474454447074668194580431736381929234216818295801615982382552","-8892705113645833101754928657284863818950451610555830095900168471511666753780","-5569981658491797828726568187596861999249159657565611336393265489537169545731","1907372948130289751966486716933220329848734891101721670915192354992655100140","-15796401982046811579680219911825834445262106423557171341061377839896541704515","-1855961438891087645322652238918846556996292358926107270630045452658358443806","-3266506476471629822379630563567899535207112010476758254321703363834980070769","10062529682740284122916674491871925062462170455650824742287889135604169276970","10306404762161542057287429802778076975533528392556595291419462023797984271392","18562302525134149074922503881900059092522290661135583403013927476599079685334","12323719357238963407478912521304451227416256029264201045712981259452689421550","13716509491885027774087589551033531487973554155047397760779432907843962210754","8128675605593589531720099652787495381244785834750214759222342490583239812722","21462371014161321953897396054528395026472797355534479449335493131567701819848","3707886183064662925485843599948168967691523163704168031142719871556661159812","16011789326888516429077135158780412439611168253161609347902825833769906104094","-9940240688841277806602984035613493900788798849424813935896057953882754362294","20512616410223793789322460674404438965192481063399511873320576025477887126520","7856771016589796491427014917554255378623045178971182259799865027929557469180","19151959577531286265196014718256581068727899549532842327658662390698667383791","-16491958727525236229975765110353071114877677327528547611429935072263891525673","19453907819559777282311549785192212667234231656226869734326979862056272192060","-6459546246221855774611419926138587462992970077237597029018499491558923533377","-3740290833083926246151050903660518279804116669868444047118957875796584216397","-2208862926626478817655361384215692856358142419871359926828332255695161593849","18362839861832124964957651992704489468792250307788731948063040582787913941488","-6726379647903697509376089869702953446442811249759453219883634548079474555347","11902495459012085519921935965205815765642361430623354490750569200888829634224","-508047589738987908543165118896548149396095271394528366826347648383956126822","13770679763878221813424724759415132404970598863969254856211353804682229168018","-15660250119790083204049381362931162463342998889398518796317677707888358970174","7212216608919206649911714058850015546496321697075723032104218715392926343556","-12576433562668887928974437480786687284980630984435084027873908733141829418606","8276034458597454942807966333046405621722730914276167086425577292409493623372","-8990409327134034294184170308281663449871706010075607989785003259343625164456","9506428433531813389121972521679056806789761150749523515507703089342751576641","-7919861149849655704439693137132353007370133916486175084755991173869523085629","21723077468001315493184541622981663320084944515231728959537509709386491279958","-943811474495052622628815401220710289894503847978231916516802530475687351583","15956352485967592243018309131537781521256759240338090922178537594202740813564","-2710793069458462398202869164462673037286325064687202288320925615185528174622","6936675501241231489585839876344686680538934211724789493224377520226540199568","-20381740160473183110121245635706436722998252292132182233643470954687594108520","11768990413145812255192391078500790186001664120114869497903772732168391857539","-3927365895976607630316698094308721574400403149958218434215064019936000152628","9711228087177260916427950961819385562057145952223431555020775396735326761336","-8337357699310755745506035878579286149841502048894160522830950705142219701697","4623442003682815757700446126293702041305876838961880307655851981331054969452","-3671503653343124297788985232169440412313482809894191899462438629475458199510","19434660517033556750048555160410075492673768943159429883899644912336194571344","-17431130323925702199763962128227720166755136700100454299750647329183557111562","16018162906014263712984447073980702118059300234802354689356372299437603943638","-19779341765387544649925646398246765083534989231165616679087694454017768396620","16075587667699077988353884781945772258789715115398298407971217871443302365993","-9204824085808974391078375000620812077652698175882580224742372428474693759480","7476408229880380055408765790941865033156425792637882583185704159503649492255","-18422848409697018402315824727736795629209899161657158229422348089157494867118","17648448741910581542297026093355832186355510692843669635789639590708833977332"],["0","-2432026985759919469138489527250808343172040488935114856064496732566087952713","14619817431877105793612338221888655204377095545731326828662120879735653951696","13114857134067082496732254489111902695248248515332609036875611060721833568665","4391407872316486853614832604996705267774237570868362437807011478325662642236","2098787894522100705763248258307811538936000750139332642633295146994691452402","13727318624878307427509716144601689943749135978377941034548855297420940035003","4692236965538359112657001865833749749885938111289055221963923973356774852581","21265908815372405337865267041716896727408099191100775080464138609478063844511","14698127514324442416793301855304943568020136931742936147519211503250320877684","21638045419996857119340694350578659881622316899602361340652564563409947745474","15799822330092510241642086801883128959747600182830634357790506144465621494999","2017326650339631287421029680193990886768812221357751906254081761163782458789","43826294702771955851610826372404251399190938873166984560328651807062521516","6248105486529711995909452108094188835445391541764471573782261526065719690303","-10271708239928930935069950617176911513585705497218445879516340513435497737251","101204565190843491560095870218819435260349410858935221032399598508017842018","-14232530554266246866939152999574197422504894161879050686100971479251598121246","1830855412618423331365666995887601198747113298056586139491051541536765080120","21001404567518132961485806581155920908737945987395731794424788152927430883647","11868723653135337196325773496937717376869860362048147853910097439635287954488","15449120887739968389100380714160029964145685950011592284594517441554718516999","4346619960542976605272862032494980020363266549153079230801747329870254612914","-16660790519529304934217846062534817838396609013592014442577566838960096357867","4103621590266122442305340528974853041637319055393673797090012863144711231339","-8675207620171631947150911507223300536056983340759663228298860680530557806423","-16048358299592294323586324907920790744862766447737218011904160413439276837739","-7050522633258472829436115016278849322880388796349939955916066135658059449284","7733800873394039144760534350017665646908128980424895035837797965685553815995","-5595476644141288247470679259913386731188581977645464813459429435533436480803","20546157037899242920915106858133759693911960102233464776901244024845202975816","8842770971313428525170531072232247865654870710920079769597576565857238863187","12645453224457235605597745101393319045854777583397289984252829943479628508838","9908665006806062094241397565435030593687682657055204052866363237465431622639","4944666081482292299844646979452890385437407550151793222095412267292216229698","-3117453465221404265206342549219382790643018171840806986843080490080316572731","-7899591147867428722731605689208915279142266680039384270007522770100566888264","-15340104043142381976712529002201625304177445293366885062728916607592059646745","-10434507066619199230554491854859191078769916562673480919387534972875735627950","-19617137373218689587033771806807020093469645863752533553988063145792273768792","-10132891051069602875100223654715735117821543888667646392668423819871937203642","-6049413146049830769815318597176851488070984463339173311459440772751172811408","16486098337505538457894105664322123838002971679521253114951723333491326847642","15055969597886814589625445697991739040693691120408091357197158635875583209273","14085098390946069209910132092592789222605697020277682751587504764548704981246","19453733498173507962430399754782279716193654175574408904237703538442975519137","3648213422663879775026493190357344272855364070396563868711627225368821663537","-20553049891469709037428712111893757492557746830865271994460944295622255148221","-9746622249515716237592467136662013630732331386794129877872901944484182447134","-9102628819170801746276279506656229983756762017674433755843082631962485945470","-11943325027712795361280951174772803258261807050909348622012458224858862565687","-16203216824548755645761678897477488173595465510275606042925652478850475929982","-15186344485058340656284548985762956865752058780371607164806644774840628381315","-12617880137031416186000439053539789223958978209317966769313218556034175662354","-3650933930377236209981340666084173466934208675112569521941872665443074939392","-2331441522823581377475822887164408490158946165386014684551588460433548922569","-15521731268758394152567536522892676828337845525627817246293338406475091837518","-14997908693185824090007700094042084473724422648482385012808201685139289636389","7944072588262779176187661617153940037847573453251376244608078938130781093295","-8626491169546842789902511506182294673252381989361527857362218631353143858512","21217839847537599936824303575487818247305903544734833177134893042333746720702","-6428246380669312278635909226319980745723332089688122371052894074928272599521","-10143804572414133121363130780769386167140224687416766640769530332063668422768","-19819602485426371652504330028610022419538867154224091925567021501227967535176","6688861513355377250450986899251686850014675303231573058687587101646298638963","-4899423998068240519756863315030788594180013083651207311276680366114599115624","-20390191113466770153033657168380492703345153331351155127186837423967241167282","-13890653976064443695128527247600016296123724720907784372362585219189296701991","-17886378728066863906790793168418740098719051617402726008553017150239960399716","-16085194876202946851026671829209782385946173225846133775190614369217054552839","15438134025811731769903474379759588140452414309694820113227147632433705366536","-18286994955143730330813471245449573734221051554328767536228054324549158342305","5592676090195261313606055122730301920143366470047004988232093602431241322878","-7716202931899145055799566021205800473384726570197675966614200060307349518985","287515396340509792688041294231472792849729473675173512834463368030855297803","-12483811194139045352194899333107009649856470298514752039102579662558862126697","6623817619821063967577484635631591499657652835175707204882227440271348368759","-17822342533517844225908327697289332183384466901233358761012058728991610854975","1531136093181029000205139111723485524885496388024248734025208724862864730690","-4648101112029875202394423547447540403718537875743031653135984941580201834665","14832633926271964718672153065707989265314941014598867396696902300891701117711","-10427682652304773698456760979699440607154227039760952479170840104442624534117","18776621078618612201332732082421071572358703211544516303824097333387829236359","-1069229806986556369611563103154946320047875596146954984175783780382274848290","20800591679572394706995679423155286231147616376549982653502805336713474218039","-2321333054865596413000129109779931168979778787518726062469050524616518314329","18667244668435306106655216776080544000109804142574912678967567740602857596713","-10988103021020661960940278629102767417864157103792010054068070445646191123981","9714317860213457512741387770623650573973003911006489166475875634857055649205","-20246550035335875044840167723930787077075000358395072535743014129924401298633","8269869375875260931628695051048032971798689485388604517878970001870763223682","-2265049063383430910922716967861523241369226443554597918262059554634228465714","434337011557411956844354994945622960170862879802716390084041150037872064168","-7132273239905795546447389776198005562901840642828660944264491893882194199308","8775024615627485276560982806350883455238936618672168496104355986630558248360","-8148670346767987054151375352449964304511244642004255111388011516896033564847","13301587666132893004736410174392643714470759527486279461141344043128417424220","-10572698659278738632519489476529399100475506481663739823581860896879031039538","12990450118279145167905531916923686909686891172861817481257644637543325150428","-14091084519281080622353222813368674333323797826523056701671987216530194965488","11620176504249012308009410897803954620824858309642777347601251114598374605670"],["0","-178529060786954518757325","18772478172031610941797249875570063692541159988905755121914223907041919236226","-12987713244017413015115830378986350404447728392506778478033100784562005898047","20734823359989857960815220721461578604620913703201227618926119914503571245090","13350098120442787450616832448688828249573116788901578688539150869379837542497","1980975584958109146248056736702691955112729384184012461811644069175175278190","3958540610698856762672639737471979501661499186789142759324198570708606479140","21713840706682909027409119720610350439627629632150782029631668874086966847464","20440919455057771235801323893985799552464061364540089976480342560189806770900","15653960051696801530300498881931801284162750071072360010517316667177422048034","-4677978514739769885514921617973346485160441360987670815461676099418597810556","-9574619532497376049602866535002110387451921209622044165089593883034838983319","-12464755437867423778714731308397111925150473322973367962028678140823173360375","-7522146300125907925115096449080461499813130667850423434676009401256048436813","-5244077095579437401765204193745997121502793529593203067697573374441600162998","1980018277181586191986395436857187141482613116737018622235201767794915206593","-13945764178421528614146697980382985433007164570175073436600294213082907564991","14847919544149714937177762521137680677010504439879354761034425823788410747542","8569869324344186112606614737598709952497369510231897938184631292866740996285","14105805053363200523210756770767878651020420509681915074421933684184312153141","-14421101371517526286173283467954427731182476673000433569789680868139512621327","-16397449711069992293999696590153779852683734806848414453821229638998142715824","-20916755079507087742605084277433819334850626404141435443180044165447204009711","-6137847778443435203078450474544561438906511880857893281943412752358733434161","-21692184941205776947904131070812928992565288009226612647032884648641984269074","-14672772937283484120247839812398735857501332451581675512956632956706618740855","-5427535130030684231391183271810621881401638766375395630485667919419265804263","-3514217718562467373444786835183992442714119238978938991720855362093040111961","-972655835445789818344659974347769130849605751803776835834800542971440240370","18229409547877917642378821444702869801870528795062335320270796461433327269489","17995447679540358519021293887854270871624925125845078343690595856020383727074","1362706849573184080977755004022511562144043932419602599412109319440489837980","20287343969267267143832024208956767319378422713386732072396766963814897001255","6944484124556974051070901979418711032924589008743438471153898049699583967436","-19233284053689908709304627636601786129705885865191105125646335814784062949528","-16992862237667406381764322894314657434877481835391208659470672549070807975122","-6413837801148165780254522669452523867884316127114745044307814417915003980946","-15655560718871806681098607761343950385010716726970752637724630761956002021905","-17374816092156177708648961353234942617313411339981027683995811001869977280529","17834399500855541785445246294693073840112509643511664448250747516032260840838","21658176307583157157142568513832898288697438939142575670851720877349692799620","11864999867303030518376090719252349652001885629754004973458477909069819292242","-7945765035460979460130486053704852621352146305190987334624214407843837246561","-9137522629304445659859508739252451054082873911923498387756346099261994811367","-15955241183323310574784196352418480051650407817135698648863979239297301545695","17029127887228849996523635640685034879081939447904897456475431404595456716668","21349954694290407254254608340165452840803426985777779244053307888376474683109","7242987762891655031180369465183379493197448139387488694147282658441580059486","-7358362000532732701711534360082238093253341799665573047451503185820508015061","-20081758482487746685055840157547869915553182427383525317230842229056073330714","-13888110808667299790850455507044812497164407631526304326041091981924531668077","-9361149330044147972234001317970585553084371016452767927296680336153363196906","-4952889555143503841268765721497192375047347568600192967659810945712546223044","2968941785109932642944885665901548517945891265017178028940821216905183558300","3533501555054685107155848736897770660559238882757520123957145192624158110037","7522706520764056112408210098312713409121223468352577356227327037049041849378","-8839243919014709383590858079214965502797861705069175307741919423994205949504","8077491920382337511910307836671872741243324226280457930749986746105913790052","6885545229027865329182813824749334037361234982677146966711021096917188436281","13942766900648839311393238597997911405141939158967061026191618134648343918865","-21038035360326509302950995710687951019909735980866294742838879371913369181475","8880411971242564768896553026556262039543560818698197802381985592547429818019","2408029651761879273304404840671647050267897610485379080286899291543302567883","7696025954579740959840152897082009639956951159384298115342368077546622472975","-9315397551248236930808195813435289881836554022526205260617772464749129297424","-19156505256400613041655711931845827342618479676379763748110408130637723728475","-8729582112391386116280551726578161567005479888048483712863690626324458376323","8714664578657633939383451361824067138001970887108225177533001720720000141578","-476296029778969466125737281658892685096378202140509805833036498008243902881","5320356397685797710097777683125935504576655555006407740591346926820839032211","-5080986581062450391913168892435449149948850012570350392411832570489178002407","17306778610447035478896661308410686335538038424253673763274139563971971591622","-3165340642527498328321307792515283877003487854465637242462459559653545522607","19608013901336247799500358706934094718494465208357294452008579085411876604833","-19984510614838975793728838618396820318071772621672770287214934256363719922738","4197194712528330762600404243849020922076024130878722688840512051725636973881","-4234346953571256500301411047133706963298929203289316696376137210995728437292","6317084480500565179132182964651168366171554649873148496977590650780672795628","-10644238345329356874663574975394152236850940482049109971423980750886105264278","8074849727669280452585929071263239084719344872560123438403618530329947279862","-12708755815011484612694547034214829886872714275942188549817969202309285574558","13740495450628936413939878357113196527478759524166133008431272759456598427636","-21120983977677005443321300571416748384247028806713150962301938689208761875259","17291618925928988075056832946065122258537193595615998594779659878574943564100","-16457372681456719308754809588676748949790922079088603064292561066139196333986","4641505915814432783064643901723229459146221913854565880321840100942705459641","-13913117127183170991186833300709994031003688060557909632669126145475651730081","8006994935689026532827145941312818076532951107193455881570613188733974803054","-3746421635250848966535152440095259502728254053482768170421188051583553156570","12451581950148370739949918365401340212651149390770604677895852955394325297070","-238053204361050641248612594608490026829208483272254125390270659045581435343","20521063271236676508168553707207190494103161807554943990270781430148037559835","-16138418590258640867649683294339258336864119061054570678043786247459049136906","1602305430151141580302609984117276083144346006546222322500737961217522089528","-15408603647637225248123381023477108960288327378330571276606027505076704415532","6653751341252305714739094639161264987216789989390249355763461847972264135196","-20243048690893860383203973964832221767031902515498830152670089755275485523896","5111206469617556157411964684611290475003723873574247519176281607908694490757","-7629003092705927394762036913514514735051713374115293762121569282762202380514","11917579652469391554164961239435863123621322179233682435171846239621868305336"],["0","-2264300986741993988508248870199028457436037696594761745525751745222099315519","15354957461331214722623257044116970899144683123580001565771481031344056974927","17784349091509651719384517325718002948416769263770700822115929562283464533712","17647890657823975051327831175479165927840278038786907167287918272986550731023","19129104874124218835304621569969474389003278151378071802694219444170753778196","16417546995712670355747312075045774168398430619007655382344994884460818457236","-503098425449695230974315046703963377679048563641567196797634205438814522647","17656810584165326597462909970093931612303892611410682305025182897009600868215","-11266207481845760955923553122990600361919752353273874867888339435891664566442","-12557337688075977166768612907521893848129605270038752109786939813451387310623","-1334714088296745336929802191775017759610101259188893320033064212348532283832","-580213568880613617908705804440552823305078215313402652834584288478898006935","-10103649365449337059287104378106173688282724654516387275018950854524250810811","21431038821902034490322036650474595932739222052590204843816157344266642645474","-21506894023556158068061625410702618240489273092326361778386965859698541589623","6607779714463263754075282437157942442008291966528565872519524805188986588063","8763935345770616530068558927349156394382113516417004430807162007769741469288","11482383966676524067066804399763548546494677862180095051425177609970430616299","14073362972750347088906956708218510005303964775236301468522614297012522911577","12170788192087850883658632862806080497716580980279890220288635150171921317357","-5887963778088081959750087726716080754829466275361044893361771575395444351472","5050076228078432984558194681585150009293375766040764224218567270815277535315","-6655629559659130319881113997078246532836642298474438939973230658682533985232","19772275338320598255782473419145434653221373770474116666724904611759612770280","20013003376352807898093294219208251243753319353161747620673138878492647749637","5064356659007901816976516014659060628847860325449943179954009890632946791681","17108320862383702111469839140557449740812509252817783758312530169587758215980","11230095971543754660319298681329642527532450292719476561600778508818947670771","-6274851186084820946713709870398947841093132034268918141343307149822646752151","16669444210685983236201135143019160340097953535553433402158771398596696046224","12404022854480301505117484155196053127351859003240858792045868562305551947644","13510799145117530381955994032542448584484929008601230971301449327122397331117","3405111514817020436769209917182094858047146651389411563454080118068734640002","17636275413700135632559210462218324989100956349043691413738929242684615928464","-7191706394087015805475056206013144564659585026746864876907867962507548366222","-14071989803336447261140044881069441926301751716963780991346536982115387905743","-1946763752141640515356243333855446624079942378504954768171251847519737477762","10599696070536598701878740011334018063107276364593961075751298741744595735563","-18561023448552372014127383693902487144973722596568147055934534483028424266021","7173697873139732011418282539663763757168972399207423188885970854563753232095","-15059950109947265864837188171714822431872581207658457960023951330910962196993","636952806011027903807914518962850383137533614572638229905616543136523354373","-16898667286057238397925772445785390226071551274151319225964873500246209056940","-21313624640399523950836716813099062809753054848938185443484704139738309274224","-3585159009251782975718064292192523930334125813527429231936087369538456645613","-9153207346489542244387651051142658277190359919467670949854114883368468099167","-9877878380034695460152944664917231919351014662189621646093552810424866996060","5856786840623212154195030155397674815134953796807030377434249456401141175047","8961463831342361456893171996321786542006794278379602610150515434194293597886","21062772670053619638917883668798380054377471574880607551121855824244554861450","-6376413460864981443161762782637648513248877732415307630552647808895054423868","10880858930752146169506212246343216270872978655525075998367208698887148672150","3924929025489163840289479779321115861519877591442785981760625356362389645349","9433438041697075309647537213289476431739051607618513928451360621494535094872","-15568653115868847838664768610352551121280209771771363827918842280296850799159","-3848714177476382769436979733614131187502322851594698009310604232565445601697","-3545371803332040319239149786442902284461668898881042289656585586543498163903","18277210932658319453076126966397086804107257112487273236294779709209667179133","19014875727932521644941705499214378598954733528684738094645147951322552457523","20031376672772384631940538604377495202047046175792606243762423600935079774621","-15899662473621143897755093111759348119997207369227540830338769998948922379948","3456505990346198679447904979625262219435920007143344918696223494533313675061","14210476605978102049003237479840645580101303146635282077086547378359365639007","11293189865683821212946791446651040278369783059159238764629189596727884380511","-2673808890083349204132439275355770629851124450906460385443015579000801635454","-11576293377941828659151067870256888959134069015483287885012292965148267536509","-9403880320486819175118719371752001962725853968008138531505414422750311076192","2034427700208946702334727188579610691660135971179161548446337749936094082322","-17483769769631542270279742146685749457784832228964948856713242602553534482089","3207536048793684757237718727418464353941283618761488327446654225010592473577","-13618831005592023206839151838900774501556236726962035529423895871151847278424","4325984712594067059762836565276326197572152876889906161201743434717547126843","-12357294873724028573285174766360149674767219231113074911404166694645667833550","11770050962495709406392282693755284001350380870010140078731371233882995876743","-18094841229973345263840495540888090148203406808518456220287000275054451443901","19590333875262450845349068910952722030584552644533087487080644916275882967252","-10312636684964253673656996873467535719207945251840254860022079037393558644030","6027146846619021683972641938526073110645382843835219167733228059049123591755","-8923308581920005136055469236053608522773869940891063831917451517117088998625","13675231223091347153557254395978537947112649637185393074217608851757901431679","-12643375167745085509880597004864681402044371218199187889988404540576926500674","15066348463848716486957872372984360025679234316381896773678572140007445549533","-8966312112113857282674309200447112366428322958063034430873760084661205777562","11634156336330816330503403993422618129973711254046826168997643444045181654471","-20714768827856843268010754432812215457713301134241964613600057669828063542973","4214121179131420854300068942041998599427511310060591956562662659339877901462","-70053364108836006710519860982289588121586928262655278170878061609732397979","17428940691696842868233584133831835306875805565306426096941738345239033742054","-19819357702439562766753447413352818929193791003505184172962680577988600823958","21278546408663667553619660323932377765177886434348832473844494828966348830749","-10851034925850826002155299472243810226389825624735887575816778020590015463307","9233228884637280096999606324666901171831535537451281207663805051646243956821","-11161370342656851662067411997700429423278692950076017724637214825056950189890","16593076746799678356736492541733992881549886583126705695813850893687202165171","-15317793191353396089093404691678922080503345941438996103911342759004213714188","12367271485514795430702707843585054729991853885766836009747938937399087555571","-14685598138329814936731365183072961825045335151792364970538536622364523407452","13148323228761467885763693675992661933743452988820750439013371106029933879242","-12157034415401654135224253895063849453589950440322622522310908595415433226842","2866507190044573884714421993333816686442912838381529015401718992068456804391"],["0","-979077994053698160798792","-5977113199446096410040229549823000383363926401119682131920125988943002378918","-21604579713189620052309552601432886397400376060949077586840846538398544209797","1531240219343892823922963888869411385646582791935759762097375527707619000549","11987285378090171114162192385241611809129783574392775610523395084766080014807","15275595907627309692924168856749517842867814073237822055291873925182248561188","-862956398837138714745318664234662325576232469089613711054487081935219182647","17808053608842726050538578454411116280939629771567759710166421116720729512507","3221954785750681198817773827535620237499150759920356594613759437150277908050","6666781888056158416672144325090221902497456118178806806148578995343082435480","21376532714427911190957204484678194117117095840410145677934171269769868461644","7066233628274487697749685602796336521611174021808858059247119680402107611724","7447857262754098471364959805090532346260301268827779067332165317497851944641","11246736779010509264663057432076032899410151940834933328517066830705326212532","-20792403305591425882916063530460708702216223441526420349902841248156368916972","9975038264731434369086194048843122450914837245096485977887454826070280772059","-4676953749760908189020141918877569112510404818086463181731787520735126158296","14856866180855193133114404839996342995756107090209510030981352183772783999773","7435798534108961106741223585450696194389967451292814793540158132854967082137","18701094550507813188883697160019258295480779266841399661209193292808227035116","-1362319690282975790538466000756045495971082535230352834541812508614441766972","-6688578108766396426608085987001654636708774168215038577970741158318791744051","-2084230325093014118949514186748194628885623396664239792370812047158164311189","-14553234663228213943474755001127328366452869199514220454777679722064175345478","-20901055190284294401931720677797123322015671487149450065323681351539597725520","17410211092179392049409856485071418118011311518043892525442111216327985817023","-19020122066617322507912054596997086303840951488640149987038905428468060093258","-729002603282344749267525017518404842693484703559730947155412107172714614945","-9103175048677214060620258518063321121737340124644489981348157615755572207513","17756109798647302611869948195975591289749798343880920880710871236763930398311","-7355011474656829540249828798603141163087794019561337623001173303039180723792","-4226605574573435415171811413060626198693350938691961199598309809595677414864","-8251428756263269080346807903376558810254113660649537559742549993111695355501","-4068458507955855841386185891961160833145539372034528095419746084141098469413","-15269568966283175225803185662587926791339660930301423934431770164985977174630","-12051224794904046653069824831349170470832289322575673359083560572537879590040","-15663074723534907643370037002455395927390322733953625618247366212881869957160","-19891133780969144957838571200939873151933062438561452558793306344656986356186","-8338628190251958588491055568375009406859835786898739485119651615759124818374","17061711385637539044049750956273908758564653448745591953593160195385789921479","1394168543486051774837238396370483446936201114877683841631488267284093995438","19532648649217066305717122250376637224937736288529010152752161612210809609149","-21171419397014230218333625373017308584405175493186017306996991178279139389907","-11598001368120503334418688515330285889600748114993611902563003966170516668447","-18405113386831543169761218409477917586630915519656912653110431381424271108093","-21786692782670454208264959427299762762467651214313110489413404223038525945953","-1443449498364577616234966533032832950969151588055180986790056373416046623289","-7927446723300246943426284521269207390257600085083379131772920763499402482751","-2039527964441539881323257578159095787028126708278180221486573162653465987659","6978077426794792976382485212450022430482064006189093810541735605701794503631","7337616864985644546177850340102631680289462931654317165025867662283144771849","11912663053880602366234535214652456487986953181617830591488353894188709456027","10346062739993570657772241921148799868659552076354702771723733929247015857637","21073998172024097776276648802069494808000017700794500023046848365264792946820","-4985467904127704310200002620698097998322996592308150854397607475971445903681","11982837492199040598002074335182099735726433852385207000412922750831427452466","667546301061826377474511442472266893350790435306031199119779118741509190765","19458646829339073874508796466806695765526960844088775810481645519657497420180","-11205544550988632603890296420727195376903670744373223786566457007891522295733","10943983290759413122231510618397542000891628478222588903997191976519195708488","-18565164223951675285357647512868378037409205807228494499795027032892242617425","19914186388941422766753648917321947684063239711964245013457866284058698387443","-5405316094030032433907914075580010228942995080231431114745294989614152985421","-4320489008514907518861102099295057421036182627836383852857816248493877312637","-5806889134820602554364773106209040507930070544261263914151841477922757985755","-17478113359469391759972900362925973607433782767341360399015757592626366459631","-12254854379629232362167166741327833695080754024825416210582460208275028174095","-4831864504444545981684212365677060623102492934571769529508266099909898119232","-18589118545564410710522625667644418904799161572496477393268850410616921590058","17561176313085855175718357146728785960580766800443137585880941159951361885697","-12486503136914590361746037475255874322559347696223039845238970193079119188904","6439274895913925892574415576166661977575127881652934077855698026702759289647","-14682303545834546669093612412122331037458269805304103153904348156491847449649","20759740966443407919580244626608425152381766202579750636865945567211136244174","-10389819340792703204849185875379467289593403974139997329438241225290370154232","5623479654579610001901277208612529483255000522189542542774969166309600725971","-13002815263218085695693062981244211494482121964543388756685482440005845809534","12567754044244452386943957891098112566428136163553914395525125659251421254544","-20035511627240214657233669217260770149213505561770711068437890534960841979699","1828452273099424079548964614641530147625872426854250550478579041145376467405","-4591379596612630840631049948246128772998094039194367388333342685681625717439","12121764717275233353558868195747174959124225203242640664262464198912856819263","-10070161109054903447583130192111628632307351931709146280760666196238286227896","10353203021053228197074726109316507107555100664215663071354764822700961616722","-570525961704853284016220427142080057039351102304504246781301002494685349087","8235021280695956659900857426925763422971406569465557916064547135118813945385","-11125397383877891850454668219972798281232563562680405344351887172793817330614","3404968178199594940276957360497925975437134289993099586949498116109222505076","-2004367047637490241858379242295729018382004239979637232804984811744940324257","3363910616009394732110767476876798097111947527717427266257357690601731376762","-1498704148915499089120849467624335535538077692088281398975220257457922304109","2728475962068165375219999866249684372445870375436042772725277126009919971584","-8010457903007940520770886633049450003571772199065793092990720798213528936935","5567540113877040181240329288643454450435765070532218900504353582347068463079","-20833215668036799258967166715302882491140097141822854852680772127133836440031","9956352451227205000019215223233159488544646664662336653796222600254026980483","-7582607645859731369949023568250775012710985004618907853106583851040475244488","20310448990889538938878890359426001641189664581098225388496900215968603132268","-9385567016291204559013246067441016744671333316002394592949010606170814643917","2700838228024861069149310438721453047122730856010662879151820199620835911042"],["0","-13415374663385362232989732553544781505884481406706599555020244280048921463533","-695693002865889462177260161817995159645126592611812974789044775033226634228","-3082021241348804785073242914794822409976592458445956465243248945726291716984","-167816823439641685638583720442149696695445303074651682308190521801005025493","-20235209554733841833718487362735809516147673115793672189982756317684789878744","-7331597824226898409955515218865905086337208470457599287733610286389550499136","-2658877403701226195768370993018540474547480769686124260806514535334444125482","13095037929769904090231282617165259776588162101939521793819549631440412453718","7479289669447554638626457069667728713585818216827191267210771541711888261782","18546311014758762326932633389543602719449791108779137161825190205552807959823","-17932367320000626544699831731279077961283376380136044155335860509463462873615","-21318416046524569871684909849049869225429876263558101387338325157037690841382","-13874467586606468487962878204579446651005422965593137606056024761605040173781","-18992548585432692775611174672984694458235286449915232512100997222582020612004","-10660964483935870783337059295448177907891853085027971943501488411901866472028","7479385556165312432510151785541097580462718870055548220114510884663513951471","11279156583514661174896079023303555497590454180761407733909696446971443031159","10331912825311076182132017004164227583512569403620075597746475899970008177035","-4333430829829766457582596893812719175448822592399824337451222209386907411588","18390312764234322575354603076979928041069429106695313149493940566101421378690","-14814837571346089005722168244498060468548753132352245722715484988163557023789","3698365683207975525975059863396783337819439324551152035252304705023896372603","-6905558509182724133191840758682517990177373467972603692786108818997760997296","-12030117630833780727580197415374633695230745236511527651077390622624221099722","-7500149568503431804644321533882247013594463451226661442639674879631996876409","-6806407775468387617903070872807840514547033863452475076695341627280736159786","-12894563374987407932045245983975173715313769158349131085751748187518275672985","-9205088945651833465944614130989594086122663380647796190931792718460535293210","-5580075156047390231767172152312971719748988726279625149310876843372301510951","18709306011704488608782726196476860006818418951588099334796005529194106272583","-5353923446114386538348093777593942973668367152316664535500582718723055106365","19369253781003314596403552735860713679297807973735734269038705096220447509017","-14586695450089245191689409755102817883826845737939840069885463160190345873435","-5801450512532554373110310632871965894342049328093529873567624541477363258661","-13694067539190498386858129552208942242781382445818019108549520085070396941406","-14531655617950904035327252011426046721130768468939250250700189654408427712548","-10827417493689931728640798616587959239040528218744193548537918737098191907851","-15602666194512294244538690477963332212402094744464628762419467196291100286237","-20104543895417201626145361779886579585042520398287990737653796691028529867556","-20614455362931209931531150667659175363074626531392469876046610849115526235417","-7206281766825720861789215537096554922101841641613575796380099432622207675653","2420067891144003774087977201234079908624539521817627372561410223928671836439","-21498291705996559556663663618341731981385749573986625322841313659931628945678","-18230805764840912578187209046543349854198783419963708569123623699910954911983","-19362082220538951622507416112647409185110578956348644023675184182795260698624","5443000716854024503548900591878134603633311497711175401341475101673517619681","8097531982564322316474137024696116260229041700373654898369994573119178677604","2993441913646943911051752373709666868598813841371715886477878903552655864662","-693242075658459619749123680070223813511776682179419273756106580760237262753","20089022454809619959598414928363924157881094423022337072525864859009996891530","15483098280610441260536210168432054509318580641859975806016240783495717193201","13949960587870774670403644029810988224822309935928653420537669283971415230871","15903334076714541349662438061958858568723202951364770718085513741577404273032","12566521475773559216773235896579625580230314594605891275041632545034350932508","14451914547720535663120536982641108592416615720879347412879415391520831619255","13116268310622065250285582358707979697032808916745837268084184164589087760372","15894658620707669618736982599164737579083043115751013672731750368198998263317","3684019804235294498977509671954925824485363322483878491730295940003382135645","-16728697628908597110617026584613656238877875020097723175186904454853762809174","-12470499647956780098319605456164595860454432974987284579319623752848678273750","-12333142672777197903535100616786372903491689834071494810992035302284753080170","7733882234610088685744120705324063446297974790094678913004991632638247062399","-19240776332719039870398427405706927983176476941708449373598015360676791676647","5397559233122049613625012705029019265238887213727275145344270384566689464792","-15056392374521536101451115497718612656521952955961062169654246749183238465222","-4441678761052486273842708908460658912088392559706971364174744722134011498616","-3540214343286302595386957060884630495830797018792283954370837453961646018699","-8304946309473846887110336604724503917724339247290109105950365710839449332927","-12225052872369410056952975829516655507835368668051385508413565350210727720078","18366620707773155504909567011696260422574143351252279808509231904921018924198","-7763306476455616745725560288648395162145490542233265027114983882127043034389","14742697833056291751956589238910064943825405259033814388972506180641511753053","-12569877115120667151976956170458159414071396902964131635147374713239135223041","12288236240360502494573691039206479911978722963266777853651591456964172974471","-21282072403734910209095541823432400996192239204060834706230758936493036311634","6971981162865191188561806323152532777837111810472893017315714821587552925619","-674786579732445969924684533118932645371861513344308811608333338562193231266","1473323564427311686223766433926102065707221924923332025541244649583990346895","-2766789177791799171754717186816317874793582776720038602243856846508496541017","9419947466047088921573683460860828989176271445657791296924549702899056471092","-20460277457343175384337359417722077354791265232842470400108199866564502421544","7205434770647974531996900208773308151498324922021178575353279890298380481877","-2662081783358385813129379001064037952711930913498545582866434918397777696327","380790725092767395499464846507435625348900389640150177878469651695385168325","-21196135528483275537959740186810519452168026067232610829842530555765125255528","19862769736453592059454446784839385124610834665121294819447866171598921382840","-20137651762005447335936876995659097875721853455904645657432083646853456720992","13283736068115175228866304658242886029130559844431879218192589114201296402266","-8746057013226149010264810627642553048776746271818910922518427161012153489676","14724181272646035427573924556144944440948881153152428540623261610051758919450","-5252262779054644041181801733549927072688263424032855163679679719910942442992","9770973758569286463852370659019537958763965432347121865654963672427333668129","-8151650322129274380954666795868554096200265581016206236943443976546567588114","20035976019459355488669392815017341446759976909406761947754791397132948734503","-12619091838146061421385831636125936865101906597007713970058593059161346048760","15881395189451182839553582060282149933055967807801150581969035148611188782059","-9046300069858666589082265110131771062000616909284702149729012463229085808564","15039677336777201463330216419317905602485836117256403997110195180242026820458","-13854417502153749671665391662747703864583250587665683487929775586809988290937","8022780047582104180789560780472380273302455744760460817204408701872827617400"],["0","-17908562349686679727292513791574134163357752691249473714770439105959165541023","-19480891101504738913571132439959505407103033048085472320881041375904943876712","-21048722330742692069988657769227294555802145760250721775785331913050051657803","15455174512347408386749587639448187305495992475167525843402073523453796646842","-12538025337967153494543370567821360233044603981568668063895049341043482760814","-10951195209211927364782692984814569603264615760731426679348319590477534068338","-3734423995683037224833813438424885502586572922861806413782083835647395467190","11397041543977886729217348525042693299670936667404624329415719808385836627674","3359260989769853246570795438695647095203550734978027132153443873218530913315","6461297351320360449865663226014905710033342010449155986448281805678539718065","-21554255613944760557596299218057258910607783578778732366106822219867392026349","-9336958049971065596870358759934215114578844914389875766520445683441507581927","-20146743721966065438384939023583843691983943471979297543378123719148246985394","6952301607797725849661258436278569538768711494655702650648863379770985642639","7654306413531206694684612521462751932229123939858253043463389353041181319448","15919150722926726974723115201920963250856792225055189382257985207006047323974","-3479012990127750004026206165954862341382807550736733994206377346568959229939","15737878048334516933280058618963332714014459218841042671513677670990514131682","21466121296176059276445358817569869531157316665908395245676213993080476282189","21388315143353374283073217531204715422571166341376633216737422477889934380090","-5392934269386030056895538958447015887253414490462098006984440274932589786278","8600011852010693870864633041474500251722819212119537801999784573419542375162","-10270022434389071439179811643251652901558079903681727569086939412927615089988","12226798772160360200859377879780631658128121141497721434608587080357125259416","-18438307221129443111650404744816904524191703035327210396164660874060965911487","-15453817588238814697350427278139788058104784978063505275213254957893178691485","-10899925824023736846325298583487180160906850347611961113253597468864383762336","-19084081443193612268607921387524239467530428036472980113658269564923112899750","-12552245053737078864173416712693441875742784240101732939607519280254468075458","19912134766084119538987275495583628206666271015362940148040573018986590370581","-20056589999665019347075384287731995958988863938883316727925837787113266323576","11766205118290920494744121494361136794837485118376626639528885728745478435656","3931920573392367408892863722961507974303858477279457006966022775134906607578","7354280779501231513392216017999716265632320199084338994136509576612858055993","1755207025072127313524928893086766279830348666473889207972976533327560567530","3787630933667090239273683072023102006715177135538618600900545395081562371511","-9241145614089742747929919614299443928661252927081835517218203527571643320580","-12451495253885924337322763050540050049869389992447534587182199231328999484733","-14106669351003919462818843735764506468588946760654411398774729040366619878263","18721113854865430626683911805356295059118581517300863560273405844828466681936","-9203711539139857927143621767132516812213606334481241263651128694383392854589","2576855280177757958967883592742749387392337834688203461903970493774567733895","-9910975558408175094929725831808974992737281261794243492795282986274245705609","-18469651949185061151613111537691511968281989674088074293781640964941313142555","-8439367705943201989138087346975506418707528510924764996684038453595255465381","9444970387662720999020548546056415529824580965793959483031144648818739844679","8290193431687657214545421457985468132719297916057353885305922611830132651635","14293318339278311736495572329277361616118420462527248056796485870184134820742","9520307184916073175882262982156490428204201905617376145621081858965679379343","9634967684576160057341341662267597050646920620166232022506258263838026238372","-15112871896180380614746355116990426388168640953412684216478679285807435858594","-12936265486992306429179079216816575402333159849471052102580521848163400932785","-19638009696233480425970036595484233412079123667779520589315960491754577699289","-2653943919749278554704893704626181783022082606618740233425184230784613527173","-10033237816773536722144759983151792830852536089008360582259387214341170333895","-18497484481005124344165365283543003918750787648188324561473714348250645877844","-4490124608929472280108412734632986739029068880458503566088854858763035681320","16703388999171035053982257631913745931286907402027190411396943894086527502116","16118718839638265208916158767028271231983694973424897111569952611572529495069","406092210936348692438441435133728483923086703113941753586925199050071396322","8884215445791323086981617191689782511728860515548167311343658331333622841961","13249054023212596893517162309126950302211481227159368040359822821174781846235","-5817312734877211777976448701249205641301611040646721620809618517587433411590","-20951265618640851759175526155404038138850887811265096032925236358212921322906","-3259076151678469694331735661514765679279545545936182468306637849203291528425","2609394551502472787206285603425992758711572521553401832779671572652450025654","-871469937600415291079962856662012211490885423315774233147946331708248410684","-6521802841693833740685203787317785765203643764524417149047934721865277967748","-321868574571621795354568320586695442878188969108351568885610268649082422005","9014033181648049809365465452994105741279261195534177915769379264750039247213","-14893042860886054162520883256394345703789749662690808999114779609811385795247","7618916338109451549399679118948727214253221292230206359776237200581194488608","-6252284122232726368252208749742561636576811569954049673813325929332919680723","8126930151565360435851344398243431730454425059157787169904419032820146149739","-8932869925545382086466418235887816028918256156530661115212356712611455118091","16311528143966039234194232908080472563155227100725171611361323678071788229797","-12357304815953265422683927744578430428594724413960871674011847062185442238","12292413243926296638796657102571575343321024477100199465635891753534527014877","-20222929030227021913517766603640302063294790034907788390602668297260946141821","21086137849425974659317829777579141270287530892441688721322027125450711947013","-10987361004442056032776604378511531865984858585901815972270430526127222072325","18530041849495937658368940747796093253012325859617713496510620335437059773730","-13434362361605332601744528625005805502163691297894444135156198125646668155438","13856612713810836397375932872824567033354686365727025021582240670489414252304","-2214648233757975236495670109951619172278319307972136721670633820663764656099","19243348059395729307112147338917775665772297698021301148569432309980699404001","-1967461760431656953534382378924969864962577917290113717852185660347450533482","2848495122268696854842499278851069242879663451737762640939906450909904734833","-20645531817424941142164679550977964494463461096132093985172049049545218295522","6972022468254213907466712792040780385234213092749405462541264362485051319599","-8272365402732924361836365851692619083813667072373169094502388479661839666272","9394563837901946243327825333034746334403131442889024283802151022549537569555","-19430287604363408048825118946685259850527511922351407409091463039560613940163","14454783040110645600258386172795450849626699046172016820899024334402030292407","-21698620889913194633946369469045776758748785356890878805457242942952320967391","3269559639799771340334485323756050730194142261448171192964294132837708293052","-9218838184048894890471240760495254878731598511981692230389387238732420972067","14042098498889142943660962750841883963536831515495570298991490353406731615104","-6431807190937085701019863445984928614604253106836864966671340019381611104144","7788906783620498974967282064725975874361856629031185602644601517452102805617"],["0","-16738068078465328111129604393432033891242866894435808048634794992364132584338","-5983146032293922382534656579120645939631892395782073157649103625207889103417","-16089138083099906377630470044004099691829531653783203394228728378948884559353","4816969492273825406355872510260206562692082160927092137198702778557054724820","18959005154257261878066491802908801920005108204518113722717321430696562198568","21306679831816625198509765089573603135781665105862758179891094251352699163278","-10285185944958799115095363486346319110767936988153087737655882957655151772524","19262819864173510524028063640835068365432834782225814025622318563867422159187","-15782280410822562810319423020405397687275879961554665813474522911460817812217","16304307626944384616703208908073516128399169203532254127447968758865534455223","1105151357808172352087460274572105874284562800864765599588698864324086953573","8613182777558263186037983377120311620678437054836369999918274657125375564148","-2368995299082487122936386457202836054959739075904716172303862421813713994118","19680050471481200282393239381438550935603562297287752779596325623654185010280","-17994077140325158811689818984791077531598740216671413210817209083608143351548","8888511520513765675216802978921716894548720768748126889404427163989225717144","-15394449647440118251324029408903488741028887577348980342280588833234869655396","-1993696021535710335384681740920261388623385892867487619280740894205432073526","-4133079022911115293005709907138942980171643008846073688156711894222005293639","-20604731239373967723338780309354281087667518415957783110706904951972757073872","-9197972745292833223444422172798199127306736820848868554061348848606533182458","-7413024649904941763831869377336084036635806215704822431599376578134258753974","-19952821738470007090524844378315789023804610107575971974496183574552898950091","-5519348787533125915244889620611380128248589406779576415589003291674125758919","-13853136788891524511897945768317596243547034891464493217657071943228843371218","-9749733395308682629837051246611154935857608802084379170550067454592138994862","-18904421666844824614729785211954203362733695032766902839054955276843205108306","-18650201972943920469822448000404173464331113111546725726087636188168368751661","-784739878329565978259842070862505288106056978096661575111647126817112602635","2574546382730897130788555098600755076337175819550435849344953128869472907452","8708515546392721799704796904167263112754411736753021695215141105238712645984","11352969199615467421367699543013431510182105153613787259427180109116313981835","21670039533943542175704920399705522523507299491962182017897933340257289154580","8782141170674346632601796381898557538554669385304481111654883777012345221085","11282181553754829278112216956600608513549712693747276248166727993400186568970","18390996809331864642939306563196875982889221420864198922355590037470259174416","7661615850128764756147163137663427870894603178487616779087886176508409894998","12466045497249002156443489176281620318363008122675646142490621066910646489404","-450472324190647485122355716552930654922929635044150828109024490291427839732","11020641582847961937969767849922812669984611090432182023745904789205102137814","8731061224673281997503065402518634687251681206614160754887715938068770180581","17554021034597151450396773916550848368390069717490565508526919887456058319180","-5901988246237590771742381156228953336453734720255149717558241575774593923847","-2382484938553218724228310549264060336442692876498491504984386308276336921230","-1850835057614830349132206765412144887854363014429467860792242027928912770774","10247825762373426076752891555510363877391960275208504118312660515971308996841","-8077233299718111225323328092879390265314959124381709727709459354200516702321","17798714557715598230335698689013736849119228980004789407357082235591627313346","11828803969447267643602282311422856144931894125968652104143661506748862564685","15966633223214854657472988379307374152490554551131249243545227647480009568617","11529062331732659001190861830055485364835534158374272872273496950916974834702","6236648969376593627902758309269742292321217844889061454834918181151311541437","7872697386517075763493489923355027399569340552277099308790002476339078336316","8107741855884222766521244447611270271328668452903774478033736623114637225995","415785374577191593599600894014876272131039396832515378603592960901514624542","19150753548013016323486619898020026677953139751322725404014801711932333473098","-14490766291076343970292862880223043755244182605091528230923907353633551705110","14778064594484010652589106722158244782401818658473875690521015750691910049502","13422307546443763980825977558399054611995574119570044755319360403513420585042","18256011959882618614329118713764135431824855620319131939734579911802326005359","-6226059565704586163706727769645759037716306477381722171873872671865610256663","-10997233832636613624431112462209380563719996628573311995573169309857631828360","-20977534922692560326384646493632245219044192938232765123142323600220111271113","-10755518669738795792457996926623293575823347214197189874813542977956533178464","-6525374639151946226153099660247127809258744096902486867073278629153775713889","-5693505468933268730536953325790774491386795753316654684235086096534779115764","-17473230985740670610714971629997823233305342621226389441274075969679150244609","20051187005658775191136914790141844123562960279462393572414342978441335197209","11714680482252898389440640406102636551947648666277137109782376943050383125345","11487085540688040302607949997962046615006471878045975130102485859485813556942","-13446721447563913098120283407536529999536536761917392599424853645681300100609","7174540367498428499205625981364437871742417813217145255023289254666141225052","-6418237132174423681115254709313842625022117481851993011971999870809700079263","21092338526382181263835468661608683770737764279454441979076177948094039210221","-10527990448335318452920289256993998806362911422557433885501531773210078968924","7358393154724773605775549423725716015303225503726202383517385878742947852030","-8830882980405308816117138572447897582969508606631087631093693784200727199851","20516432901517797152183072361374479303955155773826445461530967597681648522431","-9461975682887175131268364498100576838240971548814661820266048515816669992410","10516637204754216063515602313835460722512030887337363988228385435550699635644","-17329798794462754395543281267175273573629463212702586239801172319591213842385","429261192820859423177760538197732421433747969473419549177896988743720847515","-1658008587820989582922306013051496598127291181854484889676547207907016916166","3987637049803573540537305967578957986791079538515301244337394223751839963964","-6677847611195515767309360789191899980665833105121450047096993694283688011632","19370281937544989522685630461333238566886231350612532162764010556907239225191","-20511097853911080707688129350823351811493660904977239086981770865972030557299","16385533979275597131220158581094925252518069998162318301187674199449533153004","-21459537963044329101129341313727843657379381556921583909733134182867110415577","20301610985409963058732858860797958913164611165686948700804971528948987426235","-20875355859439904954736333894793244825371528172459931737491963549021923184897","9321007645399487641388813612728767655441632322044431471722028871986177095776","-15981640358487392914653749500619393052038481293463374395316058867745837156048","12905275336806807546868249920798426249852401298844692242400160632180744928577","-18477422447273027223904955105300051014857075119208170671907259249348053669351","3741642718622064934163311851612790171596084176844737202136197914253387826348","-17759697439606567736625085111339502370485145494172106126019845390028784258882","5202391981423095202913277665748134540674431495209613450118693998860514349402","-8468231134010063716314549975381342417667491635022464461867422295585447660566","12333461440779864800993751432630071918392213972729412982406896422160849333388"],["0","-21888242871839275222246405745257275088548364400416003056065255959064766748045","16222784484957877651223041188321612373274386154486319818936918936981233297677","13264647713947248917218638880982928002851113650607543965243559979734738499830","19884480708919568483646604418495196627302885673290594266525228679235044690546","243511325088829933941871439823515674136930595463472095847425548752062561261","19657948931745242880304973419043155305605424599939535102442851035654671336906","-10128887076693477206865930151565088163115519441725694952140165897579845688051","9272591054764643493855135218988740768122763810990949779453436652367428119248","552523161293753709631456043773352001844615149428277586016125527877830950670","3283493412984567042601373044855247427751515795618204760442439468809990652090","-14328095941114555932261126922745449182237016697444801292912452769531103583015","-15109302593852713456483719702002160269739322791659260275840728501096098422994","-13227958616397211910809699376159499508054354204219170961267496505628804753431","-6109224200573906140387505931731168335524266149356879156545985357625736144097","-12894590829178951105502246968291836882227316268476892804135866910058257875939","21367678631867497624074322248624176427658554116685702594340617010405236850045","-19561469787986679306321339623382270912011542516199959218033171523372849578143","2996397314906908323597302558673147017039224747624219061661982915865344154140","2635634698985409747410259629654579830287017223652059915095751708051886588713","17102584756006441324960471720447063095126248589694738891277112518357206702466","-3516391288394887992277337128940298346633683878603065092722290284555842986539","8266278612194263336235612329042171730856781535024208870987221185395736740003","11818659719902665747676968112509527989245361774953275851578284956805680220954","21702100503062046767635597083957916916686277110305129533242429496181023299606","-7695828959644929844259966408818763401108354261157565647114174178766382071753","-17591484118556351444829047621198961074242257830941037367051057597139981654761","-12157920100098320622740954405711795117684106759964930054265202243663243939440","-8548212091155204062338537803924293511837767354296521698982773884315482820538","-2527475414655309936127753842798097688579212124715747594349201598491490977428","-18517494362579351170661130941471041532444034167109625455479583668912080104448","-19791454695347172176956910618963125825067772945561292601862488628629665150209","18112679524092079615674947503172098915115799708514219226904163090107508673528","117319880718829265502463995096096298496245548468641255516317750003843311435","8401110992508125003561011757379027535541051267416796458038311828222728988382","-7446355260682492238069368862218858923374004269949371617058637912911299930328","-1721526642593284438386470666927513897601846599628602016872869816972482579301","-18042577050010848357768180173489360419070010194817483679340980115010098401980","-174700594077881979210973331513901148395412676075552172436388046388333950862","-10229537099115953727449950793397874014385758247510118981077766188887555363874","8155638271554065104653266942942415181108321891234068985316891212506978738414","17888618456088303775777829295160843137289369070440165901981195174419760349884","10850837322221628336343356723266829933683408572107448319702611512156846659278","-2834602641629088045767668990334776405595503099033696866686726595974241663748","-12812658098981514848210540157731312659241877924188620884277983861455351659877","-1892622252876826050282287477482547363807717969083488567160837994144499562535","19293415183220386832121606147192623798535293475144283462052188778455241841350","-449636466478478023297931394835615593304800409366778451039483949870094232851","6435809473586003053554678845650992777952555246736047658488597926565091986663","-4498052048175591124744429126746466984105370616477056935892586865964997348874","-1776732423666362094602337992207948839548984074917137495312375187155588922475","-19005519987640785284380547693007118034732037463190967494329556211472997950734","-4502953757583433209606643701256614238523481906392403758158879888723300436203","-5708990920722765706436532844406854734318122639732926185176225763464600731683","-9909607956651000472799855142689871447339933348038720647150859774423890583423","-11346597275527386660053213922874127629084755069740332454897254526836187621912","-6258076857603717473931936746680158452285983229828592201889558359573351075366","-16271566512201750047404516090655309318146415525100489335678629028600097318722","8384145718855225672151571349361375531581566378387428165254875227210813616508","-15368200437160441403745676545983309599607381693242286465440456780028041601630","6097929823852215890876919892561987941984677639466153720735689040941662050123","10097162842705593269725965023336883130518874805150652981634979174310922066665","20169654253128254001427074882611469304833265536974086078738394630877209022217","-1720232373651783172180233774491019811331275896842313288625941066551214345855","6926684761709915711404190142027579897000972459163791287177269086124849708424","-3097744467808972325208020099141093978229299836211155512775736989296675528913","-12541994915641153882641779316523407879703363627057143487472562826773537157410","-12272662613187462929932229617990533508433073392693405026913751285534616009019","-2465336132455983101629147363449670035312120728188500989064840507207373675689","-20842606340913019009580572881029676092734168547736431011225254802844781612907","11494997159566052913127946507071743780553306826796011627012088250479173846180","-12461349877177284444121697173492048355632397087227929272728096307606713536349","17778402887801832776167910107432121164884563056282708670354039917800205164262","-14096662603441655378911665032179347605470457628983432410903767730021261908955","2978636207416601546680752047684997611403839330182855473216093835774721292512","-6938109285779483359567659492804484219807418504342656327080337389935267599910","263949206643825774388686844978481440528671070396276024962461209731250563706","-4449851658515057137250914533922111424987209155346704294018533767767890967275","5858824623120897331976377656053890934568007185374852740896122089047040390462","-10751482589978532389323574458699923860164328181047165759695288550602294431987","15618435171221721514472873407222960293202431961051243548896016935581808054889","-12840803287879894686020509368481067843920841912943719653526165197948628539289","8723208151234624375291107295211864852634821207968935861128097579686720363716","-10752516200039037061849261777450164505169857357372895094425379709180158806129","7683063623752526801429260731711981710794786154138303874781633274285284539518","-12097896578553570436298633822457003370700305964201827899539944464697035330872","2817107917376246788036309380238517271436669911549878464864032987353490187147","-12155100607422019778271498815508784969062934936139131724053330155461440377579","18562270050642962155824474477588742275762519920649213472985442764287515887665","-11647438346028365785596396945531364139639218797376266847759515404560136068516","3686709347101261979574924341693668577577447099526457687010707036882351109233","-7446130281581640598844689288871105923047448148794140951537647930096498291131","9158228202769926736879627882287165695541160648640070483105150203559727947284","-19615429783430467364912080826416244896080379012462867227759787079670885767079","10906340195214490283322931956706757335332013055204248717433528274207187451268","-11923766357332892231337766425741060461431397951126648596680346704977349780752","2869987243309327857496738366893397266627884722335316744429280838183383177109","-9584196985675574972030094219266904008244314050866575191356156398238905857494","10144889492429263493920482224481182977622523656196488542078183098098318590788","-16044017155787334991436485046057657093928822168413802376210861456172509409854","10513047428224279575306237591151660233363587297780702792024224634642217221706"],["0","-12768141675239577212977070018066743801653212566909408289506789801418928393837","-15202681949084491768400265268255748402469300989760319859138227315685564818548","-13621330070397383368821017417057267994675379039269691661216713972166135333440","14562657290799549787983922359847562811046127291011706412377550186522997529884","7814426702983313355784326615268054239330955732044293942372385218377597168069","6745259038129124373963859898645772639866088779943538063997639191056125855652","16200640831253046334163849681267509754285459203497052137391026591649588212371","6211809409148072625588064950148901710096100750127097843856095971373071432316","1728178237430659204725503957389383000075494032886120323910330379794364678245","13970752785735049428451277311531686707606647759991964908032391924858154703398","-13596565373922777823364187645707600645976190684418437446212937049931406447711","-17589887178389951400308037898409948192111322320067745507688768431351861644320","-9152597505801382532863110225863576512206823580515762434227375603127775972266","-7015058382963696139939464934544208524181669849691576917666564410346780692738","-20831896145371141481898343353608562011481104890563699193804490430003454552001","955096602001347810419740719186510382258758018523469214753150567243306331049","7907245737125858546573570903145519885842242714450761420648646541397966331474","15242020983448941220208428232477539335901022340621851030406036314642265826132","6198744648061530717211848543665079349572437824152822080157886575842471224751","2996618198767198171765052614232842477360517116710812527357174620284257253285","-4353997272055910395963267728973047543336823942537628822924382442358780460933","17213746378646324257477208867911036864272535337166799433258981716474834825204","11948390003332319025964023057864823538443575771511781221492756886908288454000","15928018415517100046994925967963630292916430935270238690422032892672516591298","-14296158788221417456606830288692318519411576769714218977857317371914107277691","-9997648770666382182825329944428455018582978635711233929138630750344316204224","-15065475670721481924836556705814009311391842295250632447648245743731733456048","-16794612604757279631855752964283609945805379991172971397125688606277664292262","-140331957883088136232938675979708922919972541106381628481620345996826061923","2109745830320722527959740744003423346179584047100702959144162429068904908728","-7793535506627150529159980061589568557535515987531571299956243201529966027806","6195412002155349579183212725752918828650945694045637642436014175101745582011","15145849922231812302198745765225362560230224013599118340279187320646964158961","14508934771389450282723864094402963151517523474750762827557319856922636711740","-17551740851102632937349898506553239738376848473739750221908257067783376366879","-727077300747570020751558593718396901001887438979484913182193519345294312901","-20233373544561615047800380577731418545504435493553489621599504616805303051290","-20988057280761613343509306657263159981661980176271300303042943505545668782113","-807467615997489057255820087288998415537016351892600288568874085070422277340","18318243199759561593410727055384280851074960266283405220114823491235559378753","3598333619300250584694393265990242352444463130636263079124605402162392364044","1101784505055619138364849252662666188191281165747572741441038455428450024707","-14817539525930233397426130876281217211107446170868966271076530949447072551655","-3446691709746036654814512478550025034163962330157916812453225270471400819981","-10049069229032140730366601115478381742015619522225464939445783453403963377597","-7540119213063762867489685823923653200642663973523177525823588986073500856990","-12892667437457571860462659937529070751742879983185759532132249634619527156775","8926564315714649047694984056282797436388414873595312911864136868131977617450","6085270135662769727357181021805888765147606326013825655341864291853905975438","6051683328633465869316669269081877270235697536246616437831423348782329235952","5895221327318996812984649965486117875579324103484693896292126702304766399770","8010158826617766188593276021272739616973192810866361468489623438480905143691","-10417550776825551398618914069870038299276838967465518299393220835537394720909","775008592068684408346396180727838944500584885788162025416899216715114003811","-9556194766196815815592235580120941676654937116966988921595956831276346551628","-12987129411931879092243209226987869281335443052819331020303680908757549856343","-3254951925143851415974868448085926047860149301391904707534229387398232315241","16431422351664362317609926292189421558884451957697988990813277206335602513935","6202491750947191412596706374166289553441691570883608113168816571427772166591","1988899278929312228219861898086438446467470864068657859287995241174735506105","-4190007881580818473882298707903621568334014623241865023420363225065369262040","19873689204205108577566858246278872219375160139378203002200969437772826949160","-111822940207400753232486262329218749325713436017333265992943122451560006441","7393501463676069835432062197404088348450830892048494137389114333579897454495","-8990047994484986147351458003209007970078278529189237228922048500181955067844","-13872804752206585541182734815011170856653305455342302755155450011880255330251","-20595844589909929847552831572289679607986314026841500321410228243741366800486","-21315362231620255810620356581061997023008189869340234041568402437190921940482","-17903422659959183774401990743903635197601343740318498294431562171522259690940","6770875431220841104214814262818939938642707085097677108053388805982682313529","-14634918762866677921308569887088928185058205601442431766543063122431337339000","15843453756865372760739585517073458309573002532885451084205609547672758884459","-2347256795927053751681422596807288423394661643611593181353079877959477005967","7898797992109470258117508934634759146862486003335231174428667277088330443774","-1132183657286626741648676005232881981199073313561335452352854712749332030606","20977924097271338710908058215529073234252400677558262097008916556259707713588","-15828591074100299450424233749296865995488851884425464226234473542751892342847","10417231156485765610925048025114372447846988701282130376530790741506481343703","-3022981827222660684048663485221825649779795019117220282748589442307014136684","20296710934063247569993550938434109461486984760912674007227375677329590233475","-5836882789162558001154715040976276582757342950558696865893817066237353590610","7069813985227244740527888226238295362653215280154653707700489353495440318451","-5132291791378288455630794358254544950967483829922923922212497770388711910537","20133005764796615516749977848411530093914135378452053236562914662890232080260","-2240352726383971317973001243401422233885161173456144692250893908881382605687","20411918038362312213651750131309164891527175773416354470433741538857325343885","-11732786109400429141984049823139992911836566318689670643536501103317900893285","17316346326853883317717537530917360008762065484146165909150410349548338634775","-3425031883387600699000497035038575757436481937592851454776115408693863455644","3506043863565906065182673960789596582207610504364989533524613948157869180843","-2286043844193658832106139848092559276667309302972390250504479919960361837969","20693313147119260517999191810409352657220523945896402854347853948575061435712","-16838380640667888496587182095248010296899157400093796554877673807248402208767","8841125572928909686126073459359238620776138230804026993151782913688836961304","-16715956543255770032733697249939640227341917601571410085202685534033027831693","16919471301700899333257255653882863569394778575597535721475709247212124624933","-10580938768744665004323899371266789230182791310876107670909750117402931385355","11918716382346787260316585812979933922071484482103764913503232286010957514222","-9469742766868283473983858313315083524911316506171156278505865015859913323059","6554392160629760748317877718776323293066614735047993359826388182901106594584"],["0","-20705094608496611696719573002270395354032236594988048162159179799784037692135","18625491220221551902344491753318171826691902735398098302530097454879256425282","-226378749807888031373877938524353420383684784700197611070012387318373297017","-5997361998383517449254303603131946960396462616756559538564563306633002340711","-4798460514098851769187573344548699920860146399285200808874054873723730428833","-20789542360367413825976298022448252751335188649499145430974785686941774958642","-17279267732741572653983379095685129525237923365015360182200359934215768752970","7551258093798038271791977555633865660986587181801589211559369981725368469554","14901531572547626239663429971261119961743312321121794763163068495622424826237","19196636290411830780694663118820335489495871524078508152350344003300504644466","-727455156172765220704350829878805066853651410309994741348848586440834287668","-17274584447177755102312643302872946585233671411359327567497531925821690294823","-11978772912664606015628057299908494060142570958857035962706417606827790585019","-13136010072231078458378204425081288492524192723718616413529808636159986451184","-17473980294829719523277889017307562642425786766872378498260769370443755388243","18307064486160492085106895244986611987634690679990791862345073799934304107169","-13583715848273014361303327628753073439364097684565822305370431466760511178846","11763577951079252640108733536750345239389809454767486410387945611417781116094","19585258133412347546569756843890008915616052805502091786392559409262563926147","8023053263901720275835430889476332401928302168273431887120908342424232008565","-17817020548050666248345342590146037990477851409321598969033254745088309218402","4352034584595730016041043811545300752108993738776692292400288917611026911853","-11655970144030648387926217699584290999800032078198523725266670690835276385704","-18105075153589691372096079890524744874776906095368253582597037359253214242063","-5822850670156765633069552621375167929006200119089842453803459418529308773960","-20149842222684607577732632420402285033607187326756760309525077229614817943365","-15868128970705231387292339163714298803276193120938194534650639562598998527916","-15925172992947161655393186282321351460902444764812715897029392780861875555913","-2850026437170249096282289879399483467887126863310966693789019880457518084434","21643553954593960967619409794205538543475895205233321028214531150241688301515","10746155331050515740925399660014646044494662334843941258496706636017833956696","3569208143957171814234270269664343763823821239205380831007320383774310946536","-19188328187565526648532028124841691768964499188392195799102802247137615088822","-2068747144506315918201044428212244864839512899889920836461131952066012024132","-17564036428398523828802385925709543608764462619910413626477654217778877213637","-4196611630630712614451470756771257099866714956285341810872289605522976654003","-6178188320388811366035402863597745969691540850382032646407651102460615515386","-11053806040912023662773313651875056658672087782688295012781684150245051239193","-15589699866053150518182086472185899614738747565294370143775913008587311246617","-4491624617612279406552555727985072473929402793905558934181504623716516663161","-524404925772854036907318036271139196883947537760049362798390473519243808889","11730097065068272556573585500045779062863151111709759140297131638885837377475","-8445538228618237061390638402932124759798292685065773898716845433564119642576","-13427076576420388155943187600241642670049321704949281565554151959291218632817","-16499963613173584804290894366521669616156549806180819224562915248318225854926","-15102513283424683452448646809648868266512706175568351190425485915943181971823","-6035150160711034218176521417728390060677571866357467006197677120955880314610","-14909702043388593231415509480017696219083537110825298721196017636234787635515","-4982817815926500795795484923999223674239191945208057758582609385109404496599","9390964009938897564083421203601570202327109076614656069907992299871966967564","5084764983397995941945739296371305049366468024910374047185990997924219687629","4807216993077515007914962470374062309974047642785780731894139995765120252055","18692455910298674797584297976114983317107117621721061059866344964670455050268","3670294458077532593181371442861494726734763364031359699079471243787649045714","-4262940053080630688452341040265495082600625275589039328289038011579983869247","21167213276198506704952332445142753132305576893944286815121445972720703300645","20296272806666051738533731739720263260351389706419975002421149832523474198730","5982691747959532382016335910063986932791982572518061314479304370711292437881","-11187608378776063569391559078129039093605060161346732750022995483738678292748","-8603907698006217493335778944908453122533261767409733502586266312045587633892","-14416503186885421071803682761612375149482659582395543343414278796531790667258","9568069585596201903847117376482525867148857135406158855360655712408894513677","13671025205564967422031962481520135734597994114999341946633211306779971519154","15821057489760774659162023530812345140182221786556695222944285857940585241411","-20038813861070025919836021931826794456909257894586954916840994428714593083137","-19791849328951544939273501436001403896897021100917941245706233538852417530283","-4509712971256441341624945719115142931045615505786378424045907023682898222807","-12937037125257772820029016653805642645482695505999938134715480970866777880220","-601868624070754133299841872321163407475370106377373077422812712667158124746","4955123555323766669490415605168936945158632781202526079003649266928678173906","-11404997665995096368904645288979217232030138195526137898002580433327203066064","21252153232047653843312293495207329517300517599253314115469854414191855087771","-15279767510936734673354817667783954300460596431246495215597627988718132716046","19935481589326880859340893091991197859269634101129739654550438483329467460129","-8858093688644398985512193617064245305891501484224348448719438179991991058333","1655412381830650112470776354787571001815508871359311751464623882267060849937","-13090007191554509040225799295368746627497544662775879222665985161312544450176","3070624468745621993938317321086168828628175931690718024217584700546204425173","-1537212025601158963541154931283549605137082885161816663416669516075331543009","19011758063810406026253453187917933231734039566888982014336528351814215398180","-4942267363437032760020944739966432748790610094712734703317252838858556030395","3347928384670200610816873654749890491697675836516324102628686472554612725036","-10367475059650695184267365673750270864977764951411295238660066110741991401819","20644785736885271188184194776715545576791639481637392646793235447537679103980","-18297390701454114926184509433656342981225041970437372035495775861918310605590","21295393157269120872892713061107233117721370424181849595057371004957655745872","-19191023529066816209206471699829704457144654159239303608522406185908418962507","4564718866035045127492408607104687542829073226547929355850535837072355080104","-14647472616229697011797417809165813892208154996328596123214635937987780956359","16071183796514525916575433615943510673389827800773671260310771545995345815278","-14564686011581777094955038746402629240807753058537832381824520965935742296471","1590474150224390311854407268605608898177860898947537143186197208670207922498","-9375073524121237675276381170750254522362151601309787626751452256067704793548","21764865630023179783954345751493118718123686431814207183471866017152445176481","-10565238210472840284514979917756498390627875388943682283232637235752308497694","17096280164704477273079647663561889228931260045248621905299523779959057012583","-16481864464213350936931398462314059142140350935977977337906877914230538559852","1033065789694646357591630460914581896695437741766957569367348204376844747126","-15662325992300248063135174136041188466517076774666993925241908897859180181735","20607676129703139840782749628167788216901306339983629176508491415389806397566"],["0","-5760063913641914532170106775067703970670622210635947723314965172438970291415","-17888426174705283590346049319924283264477574587353311778982771410236801354804","-10827990448360349341816102625442241314708790884743619915991747704346722580684","-11683194094113714408363080676524157509585303567849804334938783895252824327208","-1160053533671510142022235378430548772192394628759675636569135504365765592021","-4408447584944085489387960716554992714952946308657089201531369383889476472652","-17633774351544687337751689666673581982791362437962664681577903060938191626256","4478855041278185841182923827464878444107530697418883049889478199852060532592","20790248633993468029357418875552276330368933149057533709129479141016445517676","7967506743742319437002018689006999499794284857828392242416737035768490533280","-1871173312880702979747124155196691514017849182870710950072327836436806881161","-1162264572328157014097558629064856787244248349802677116189921883785582534279","-11611875712922181168852319683490815765099664119072227757658122183297020552268","2081036261407012209021625361822760608956543075313852830091924186631918265691","-4127467435844635707527320966053980722477273841846321492026012472371395065536","5167674809350514324513741460526219979784026776187806610657617353286056698025","-2466686628210250605597251192359653442765807950164615689728874195241477233386","12487996186994692617239693296301425191966653624366398742782449621537934826840","-15267254144784496082350465074539260705913955314836217468419404045004309340096","-4646753286453599967828375497917924984880705380918980900346519174841577727709","-11558655854517580759013842045579410328370489545607991508241502694848124844040","9431027125364636234251479045456615816070782524011438774038418715770162377470","17086291471368290999575428947378045243258320641604315914323022364726765585868","3323011802887583479203846962656566248882562997956037088006046082163769801375","-6051620975298210862044967090188311376937336408651142121164731559180867146075","-8888653695656944224461808818238915590745139498259534690716457787445734597625","-10406664545426627860790674804908515767351554814245660561643787176353526898875","18299120254949792529887348872892107977122427027036831580940667304535417161205","-18000998909647048426577545052272260651694766824232978437574202652249270637886","8649247977246988036046881954808402475785928235529379994996998018975630478070","16611631978798064542902820880065799383055333079264869028013015148332550653825","11424098657785126754862301346151074244450749613273068899171464387472479205010","2418886433919672079868464986652460853452013413518167786975239650881869190343","8811120959635957865006674256811985489895598174141131343459931627630850697426","-2715811379610692618866620508223198914930731658948159675900806336320784860461","-17346104201910837228404143201740690472534975141296594956322338931168034873922","-10932660829103281431651468494255793887317253170866320610230933103980951555877","16149679148398588438914908246840777891907816203149740207135930029654940349581","-8693831848594183530334483027663829955062795396687155290332010300128518645531","6675208881597479151499478203275572558626436708944150561667554611524919537164","15741762087574446110710242906331437913045931093803241251642668557692354065679","8225020846259110707060909238000796178763478515529714787149956751115365630818","-508497049243816499300343131105048276331533604080309380546089994183319666623","-21346609068644162306451933742113685217845893961390391129914288671622870048399","-4661618323201977049664557174494634212155838249421497436791016084644400599485","5817149129204441428181556703160731346847850152282599697612939545772785036913","6280693209600260256923861987612145207453190290252120192477923575208323908510","8039074852268523059464380932041708249778343645391675463853747885879370566617","-11403555828745883151673994507294987897990843707270661068940714864747519052242","6832722239347673388683331277439496352679438174241450790876628538740458730837","-13848601675142180416697762421587709381799299315920480302488221286343450161242","-3324986241876423461096465636927411984907330259587006371724527452766223274010","-20730152470465704527361829714377062093225457491928486333234249142226192801872","-13324811874278588640550136355305685466335889724856280104125249669187483159727","-20305513567436634938371828565128587101869150413679688001938716655380245846031","-14547733346064462355969416475418356566930236719188193974072701642424662547505","-11835321800875820689553707645386982526308612838030510277030281990857679224030","6695934434541340441276325196351344235625447526283095472551214538707604595044","-20898804019632445045381686150283577264698159233043382083240227064051223532905","3725770605676124914527141389407077026567360782383063322165990657306194483066","-21054592630812822875901518891364929746251733547549335923621138936395382322343","3668194446415079008249596230239111206694806455005207547530127490606196069227","1197557180966168123331858400744611403080298703449991251373168339661337081555","13605209064777382233723036290816636608610360067153424454878171199767239753767","-21748772777895140935585854651430400940529637036929666968758205195836331613165","-7756248519074588916901196753580009090273216769510148991916088250902462150544","-14645225212673725518351649516150097742735536175611932902112204816485784348154","-11939535681923149119425347272894202787813041555911942207769702276506071900728","-20673596029442658257587005340845962715435233314824764760232885934940131432752","6892036253033990371137796983106127903945340368958553445739733353650152275520","-5414329908700764013124581540046325717273626993668428855311894410531315178376","7086612818711155802485180223367512224960395724665263883544927295702007603055","-4794508908432315434250560294940096367790840074870721680631508959342572863650","20518826051447645917770823596470449303756642230831818172927453300582257203284","-1540826364155399673596758210017105750732831977010878227393092186211950614491","13392680525132537192486679195273123142873723739530153980865197906519675375348","-20690106149786795083957231256755873705362836851822112712075716642615418743847","8676412874580150720672392639417254074299963539272587969446210830320625303691","-16194763701238786857426169362669597708182293478823733320565113551718159974664","2755624906541643947456797705084507078984195490410517662150351171181622688561","-7414807035032451143108544406965218088752033018228702761757713644404780328038","687610537482718309702307042528263660868130375484303503437175471731820567992","-19676382961941713782896950810199865846477902122226613378414773325741754957772","2825801772259722270959253100676778383444510604112592063453271934459067082880","-18691147277099102456595350187322287048672890111053669688188725130740425223298","2562041455999277162113762979680949349199247292744981525166713096758243598117","-6267862586675772614206947539406809000773765099179412822188290077831783008393","19504782343462498726458770068407459904900523653380173140577099619271062314931","-18130697426400472242949750267273927353794601527578407599315953199622309602443","18733168288868006702142471028756266723116074534097459141268239673304354850902","-19904758105726083921956586269757931106213984811099901007412108611158668170935","14053710261597765147330950745701483596265663310755969200868672347205808547675","-797621229539446366836197998338091458976979035563559877827344417775629832117","17685980738535460418193806024005702315633068083011551114193968865270586013235","-4312468812331324192210139359816484447575322250580915665834504930695237358841","12284492616956031708724770914014693636481578271613802785963954092567490667230","-10477565701189351403927669215804385150926666071267663145794284810169625597857","1824334194179756470819193880109356415043763896668687188165556539779116694711","-20295004183289656885762415175115225292992687237465387948617289119013721842245","14219179080610560755246969895448432888770534479367848598700373486916055541715"],["0","-5051132970424448128210709018136294251203468707788084491519328283299734413327","-1408083720461259653640888069062417736876384089999998764918069800131799594025","-6298506668601979128373859837038524460178725904085989475860878006174521128389","17825152994023928751489747869566016439290382802071170137193143296250226552460","14153713299174054907117609899718741853369435396311422157739425927540448894340","20067071734792957971826111768619942652433301938358150278851706007818594765816","-743615231104020108606188616804652454392936853202872741577084560184032239205","8657908072634677275638695508198954689369271704749975849690016321687536416556","6249859170839206407861057410770318209199695907459345952176237539781941943480","2495657747896754084634307100063138777923277488092438174399107651428864974209","14209715144742237559739717032159482827455959722537889857375900233319873640530","11672604359169256346689994492472171437292791310094135295318629671070817852854","3761458262391586602815938293740918322643280434662421658511370054260074197034","11927188168883467353971006061642104577902023973819079627127500848364382348617","-12240472853995969844254549763556795429724520683965589077075653331419343992593","18697283045198138664350075102641128562356243249716164756097960533127792082774","15692484079174836666996769212899326697986078774867631614334861928766629171241","20446214156414371134841067971253504482888397735071659606382833921589461544475","9787624923374394695279637346826294242748390271993454475062404336884636404866","11647245049300329625027202905759769711205237306161991944668460418657387648401","17552868688038890939181741293879406706431115207075907800420265340288768283937","12122727683920812892721113315564011142761662679191796859964407803866274592226","-673699590144956251191494977099724012836398787848136171733319345943139334286","-8152090858372662975491213033645090688004144235790623205350793497186043125990","-14113383922667600049934568362707019325710234727164600292758170116650111361239","-16226000204326472640624178226023484324847485509168881407911597891508361829185","-17886759802203296662094080291242809787556318765251495425443368560095393884958","-7670569581031463783484660820119136009694596340699273526791918788147613895206","-12465903726819272872656459649397150109176909776265917498614094877978781853782","19036213511263656137251494124995209653805011185065139516106011535026097101329","-14701816756908242839014382494227441455482577089042154578463107691211906672533","10536787183211264367431364600461307936838934488348422212917153167980169009400","21856157831131779969101230455049790397745756083325853239874577240302323188728","20224473820920374471226675034795626225247669333840589414340190479056639223478","-14659548738518980803986887991347634618509773818588035366652106000009150855874","-9925521349300895509094503231528885192611905648346217101420394982084891660887","-21054341741628093969023592843272759852810339191818077819118199472132914089766","-19136684104594108609221761641420545267173253176000628835534605775628127190775","-19709034498121079582527156141549241316344567146901876622005223403421596985036","19553394458933141871405983822131472746582931232145213578524336180551204396539","16064917458180751473555430223552697325274950946058363551013582720198790155454","21411788640198904110232694206622591224713381691703450419508183234820011099176","11212975096307490643548867109009465840625783249591266636162139294360812142759","16768588186680812705678453272026019014449447213305710841352989444073262399612","2506541626267065628220877042975617199603795992390666820354600882766227468621","3354718114225325358668996879746228450570237615399353114836779816756772032437","2294099609107548091984915464816580401911183372877275937330235848249012465510","16600679504844709271692756044541954867777738348866455230121889678635581906167","-1959977141663064377432064676248249760939163126258613753792667219233978483393","-19905955163297737807939754758429241782680088772743154506456854794622871079067","-884772502984356149928885506792914456377078781107422903337053680173344378799","-9136790966209954906586320206303290528156893785443351055491202182894807360309","-10092943328532609928041208449655403198180993290435623354531141471726080463898","5994428659051907551027095907288073981495271655584057951618566809219285626649","-13734822954409730409778490926487615879212261388717344566540127920226630144688","-20335555406175909178398623764033969282999434238925695979614515371781739689663","-1460859443182644850700164098018063867284245731260947097327020555584828468993","7715393185779329882174848252581980448983735186283951938921423586421051634930","-17510408460962936556842189275846559447128678806779007189723820292343049825105","-21606622371285591315992981485357343144560062060241790166810245421714342922351","-13018926760633826196265298002020735521452393901593057460041657182744326539320","11402156110918368934159530430433898113004081484829655862136491587705152144192","-189896075112690609950833169458046786264520442586546365845263758083551184813","3880025281281249412830734760758480874896694727981401434954497863777023043318","-8124426102623657272200948645485852693335690380056959235827348508955911128551","-20006172880259495289947709651996065655463291129940833360889817351621528418428","-10983529114392290312350852416684601311204767998543720048334285177116817438790","-8460428412760616490245795233214626037836094400168614931684234873870305131914","-12442710222401862185733262875285401955969876863912643697103856916424985100327","8712521207323659609305211130020230848199890066611450759577077218621718082099","-635608771521939549265062358966340424456242748533411873211057502201742417857","16473663568774805684228756449795252463731494042267483705166947699052673331633","-15880191644241226891121583470456755079710011943012007110311092193680042065156","3072773985899479920887446988425672475753319024566661397734391182457746879800","-12686157472730755671995656110881500585971985174723808370070635305600536170923","10627156689627145653536076067306961812240239380010678528002895384318798367352","-1238948201122759416501422550040104118664851938475882863582248732406368549974","13502458367931568043556371748681679103716534633178465950378010416837370329365","-17501931494937973395161569113374001333480903412369398406589338058931959791475","11042460328190081617885082094840467513500237854502325818804340823848929710028","-5747736651191099372944297669767317879321779883518590113308636237734604923663","21625512390558714906834995189891084969483418362025351469375878935824447620251","-9103550795800802798301377039539556986885516267058668776592845346180789282282","8028307457052833546038644316963425809558672124067042119506493831676004929816","-8545467180567367920598243548061325956400673683338130913393417537754738033524","17442348380687273866313700558516521934089732363448164588567774764149372093928","-19485085867695531058826078005313597887657216139164088826978367654490255606785","12247600469245018329713376977113194660945759172589835736816719359588323197354","-11575618669116320489372248783871012737959709449811520488663375733622849162725","17004376945305089025870928878434958676644303763165225507461994916377356633297","-5009927626723817103478456085930761647903364420671939096427745579797976296871","4101099877656140027440082715624797307238791483983963877608763667370077440392","-17082190692035014301705779702506377752520246158855472439079425778728790387650","20745993325353527760008798113495680598737675371880240269837048084420163429522","-6832042155934589383701094584478396972677937601451787237557260311485626293558","17216117230172830439536935047776037360252322627444588756572639675557020940607","-9292746045419001231410042885970296521857671553680524689239687301293468558078","8712079174613490011930587854377259774842868365541903044193578224533678245044","-5494394901886063356633214045707828162282881225876550963718019073012603044841","7701949027729899876307532736566410658406116407734852344622560766315338850692"],["0","-343655853645070287531684243","-9371375041633823376837636792436760516411466316879938836052535639573562520491","-471621417845747207920111438615753889779679692396887804331513393082319275974","17526955899913910487168684567560166378060715881358917839979890597541665357587","1413992193728880497499513133697747454305439776878023971796926009007789854707","13583968260329334718959736016143559474014003213124436100980343088559546398212","-12878888216629195566702425349443092095568161008202766886148792036934992460596","8076446743058338270625076632348410389574756498421304383777125780972036892296","19858112114133962853298117956343565698244760997344475330607218798773232928996","6914747317549980077094114989425959234394976379736050956190852353764167215250","-16578167059457743004882002805350620443108106962890212783896093177363764924785","-3438819383874190408626423299765161828320193716584614049481964987669436883298","-6109300412170588200949909022784946444183379346522606020350047885373141152982","-407944674478510693537058775676775667363421076556505502851268984439442903","-8596095450332819759417985293526083963030236408071689000780737477013463387088","3898826156881328511057604239076698378133794141665768026902348030635501765734","-8226699069532846390356350751793418105966723751922514343837464774886172207990","7913024580423145729595428071347625990626906100879871219917242557741331016669","12238809158257018645448645413938183063546007295241996684481933721341631886833","19599848051170546692513135500686225523723031152339985456530224729785637240946","-9213817218891115412716792901181456767512368415611879803476075055168788065879","3221387843271657170021668164805574024652418768901661681622647241209250506008","16592587741517555962070292193215546040397219831834449878965203809322706619882","2496398877840047289480848309774302536735828039409998221640829960939050964589","-8032909996686816139697239506285893103657113496848227634366501188593185581248","11786369819764235484341293548346960019192841347830626264207941130639201856914","-20528380321746164492429725107195029835234659520897514117485045339978338005309","1618900593096587390783960863117652013127968765966287729215034545042883233908","-6286279970274589956416270680043004478354528582221615080027967917908699466395","11132275063858774957468576899175005395101290674942195070787037572737752754915","17008721338924333713478024070242923430862817650462427722734281257552988732006","13870075069715850351432800817267138183607282962692754829109136984497687372429","-3622515696747770968176619854372292789181406370424921436791124765282916746578","21588963593028337030963107837282455370255026137129748625431316908629087220426","-586324223932308142664135455472341425862941470156355904204953238474944966772","-2053884025558337142137766260940166891029249292261441672015390814140677139954","-1833826166602599759890190068953198574546149100186942433854668370232100606487","-10794871343329299306258210467622162673095853888106683029590268071317732277549","-12420399089093054129505188326073001634528848860512047148493968163663892321119","14475604699573014979972705977972360383723281473813580332255231702960701959943","5278830466942617486621051833724824076671298217933650495402435794028820619545","17198728341366361997273722550117965024307009515833124301045386775418172880533","-15904805008701942026978897378005516998292584025603093176142094924671111120437","-20292708854860711517959172874668025496367479187695711862495162735378174181102","-20407835933241698289593925257220823913535408375940551679503726624205738593644","-2584569225169084537970667190037874451894510625031968360333367207968271114519","-15263167172173677602530469483034204013039579104562077226673786280617811003583","1822165395735118832833439555641334070011253343765465643721874619716523005247","-14766067655229340734660749340248727736139214859348502233864952780401042982900","-20915564305810656015464346485124720604971212537651522909631575361280602002288","-4644869446726773182643969402429260725940502575831948749865666427249849652658","-2378843094864897554124631289208387529220800524995021429624838111347159939982","-15346718400381560996346311286744254489841368235297622805934837662992855637419","-14100116566590203503839635241284486018913167681310831810486802204807294864798","-4504115645353311945381647663340130304235956219035945799185387113045439412317","20885929234936089741267257263661611820030599836166263130025507946852704184176","-12198946086741191749858891311862588502859020601054607017319393711634065870903","-15403013780014291017867088471786428576413830581454505425018138754467503142687","-16258405686163356568627882020214803161950701669281916871676568844693293531894","-18086803073702205156421422068708903143693884224352482918226619607214087552869","-15804141823496575925701019898468809153978107926618426180503649429632914516862","-5478173773169138330284372546469802602347942987184731126001389979886716606605","-1704480765665508143293600746824747471540594669293040105313404519389278833479","-18473104807392447741650617602135835131943895851263804196379179100329267783820","-3706147275028800825798736221221437899757281361474197188132718516583686962144","-15430855950408627271414432536469947312972122157546800151423827389290414472526","-2410047096098889741418492174586716963761999497267358132549911313497569281817","6519099339015748150567544769594623593343978171768457288748462255294060879733","16330196098322430626441824385818027856663428038029671929752274844783793454353","1261525078964750470760058912356735999705830373992633818408633868483440249478","-14915886238590845606802896016542938039692832606943391272616510814041063281708","1265041972646849603361019716443962544129815184439275097117664305306679480567","-14046560753606746245413462802596086428963147830739912357105432009987212044228","1424089966247815244334364143327697130090366571383705658359610749687224900616","-1792028730407055615257255261701344755893838999381833470481715552275448509697","3137141929344656756807678236341259358565467750695741877231299414043939704074","-17291587670315896163566533639121343583615874047721241781939766546343596446097","15518567905406152634058697149382762328860756313381020964016731139883606656244","-6590442083055446144621896620324176172569552936145848794531773208680734133751","6429562366172591886168866537928806147134397309786721919639277548177526133204","-7083081084549635672493601239031875613009004418803852541242806537087388872670","10076709770254597712818750336283560386472914024244539856723030740661594955322","-3951733492025950688499819937009261015476301381861660969364521348692199576847","19601239034879154665843615628414522337041829023407593661946067589120192753392","-18728285917005109442229505379073059869048744796383981346888931196223149389416","21808583735584943837327675552417089409292332945933700659778710357754779584608","-5099020304112813093679998803882044790174092250996186991701468295139618212838","13245203337330230515902838898132024795684856332539383148848838736055327667569","-3016825448795052646017197638813816650842251087192676398646372208813224173687","7086960846408070741275640330270648861302648153814915796402547593976868391860","-7840616782206732539001166665430268537637788032003668724164746377368014567047","17961589466571503470001336124027731617054515932627792670942974863296974008865","-2532320189440965255858783738581113288151547255951590753132904017099931565887","8165895461883398888565142288015480711448577251985515427030054019871328497598","-15276572205064494022907505941824433330058553237491163275209341320934796220033","10463247046780638807691669455337447896249556145273336212347878445371703952080","-6017692851010380233439928546065071680626933901962564063152570939521558345452","6268277901234854904776774263256686698923226439326699758066602548698082118662","-12669023262443542661958058445293680219220988522510724201951162861581390714560","7953946317367250388652777747467771325624200438578781083778978599287335898750"],["0","-11744910809279611094863925034040489071904000409978844856613344442356515895814","-8860094423069783447463731535426056283077386814633393191803362611507514650336","-10150790361032293501071039786334833223072152937887261045692647808005335212729","8306063509624554454593554160061092817118574054619140285339881025313760357051","10554300870517046054929139355124082705367682161682882372278932964047024216445","5471307613809281059937787209037852657672224213520329414296990776564817876967","1245169631473669579736321736271066826882224130315865171920135386857411918059","904479735829780362192926013621969700579684687835036210225176615496171679455","-5853796993786356084545028638195571412137276022136408997114649253442543783857","18675741475053805734273165303480176987947381991707680702381991467253218810876","8069072639313513071502173359064619549771829700214047382040205101405922419472","10022626538209672727752715341511497873514920678830707567977953099252844995403","-4489376077644176673396943425011015182342959303708972368702360490391962344165","-15327126213595326095199071802062644288835876068375348113665251535158319838949","-18544032959547492639829688337513394805553730703669611752934609061548177045635","-13395936784226847861996516854793807677223310501343548682397931806650893107066","-15486678475117051963967247986494408754713232562227964497927084448557821212175","18942816075597334748744736261423315191795357813390408803743543278683958314343","18336307559768710822669293009830705498662434180928844425324891594954942238064","20492569621183329647671295381027810292068362496750293190393595198764248196419","-9057533087858174028538621847991535165843004320626030382765520587817810771267","11804267403656815628423394179032155953761963189705716029564995612497825057287","-20409072380023453666796898478754788736942744465793398013949828889087612345316","5085069337830090472128136421855853699714139668829194828100950320305386173493","-16729857334196016212339189785355551838514592100229294309470130827897623350061","-3967593984742846691938332710765384824796250434194352175526171083026806368164","-4781678942456283293203393310938411440294598481307362136689078760105649964815","-7861254465265476250850434965913395477477241341973070578729619017858309671132","-19609706212849428761479581857881811668183341098536631456804560054560904548517","5994923543388923638350559377171698264896803042764576217666168383002321281158","-6070706286271286180332181810740246273851151400651629149906172979700440505913","12258304345766934806881836271429208987432048269451595853962829614104996304706","575312376925987941571682931660688082616004392657140957624430182441868867008","3931849288023003818190516112585865819486513345078043286403191185308356597854","-9832993105664137374249133114997833721337622079129903370705717598959494677648","-9997781572711346681153584978537882088527054880208833311143751538052630880509","-21865876297621725658065696524382087545821755320849343585205520608944829034381","13849750596832578959547511085965077070211784325793702020558161697903202623821","4677424556053701215201813188298884300358330251805137208862871002819200627298","318948699392192795321734026774758213718475666283012028480156923030736162947","11881178146951794873881953473649515216691502327608163567426084892965039226954","12655349943022550414947412069917178188544165749007786018472529076490206245291","-13349366262339663580952511220371051902668900576487095317395464111840238316249","-1348328349773406952773735209871341259217331028936755291702136002866999169329","-13261533883399332921986828359362043344498898616134029434293521969551398192175","13497660708093922593281384990760483579095527700300873527583655914648496917723","20244641210765348777318064203093843131346287880013329180214967852435664932454","19769540472845868755280349924532195872728196626583055001608682348052754681068","-5923306639578049290988159083951902109251452793889405185187534165603065613044","-15302552760657756967466803301666705042407206140373771633507179599089756747853","-2131499354646642661336771761517913669100328331387240435231966280404447690272","18608392379810337018553039914254616862623551135243461240657663786552018791673","3829088348244987130173222430867690669102063637340901067407929201292525916464","20119375095606290648023691741155522811686465996295812664046221934178767036702","19282777448631527837497915832980849370491632360658411814524355606578730005858","2222346610052583142288869159878594901043976199083689660901653708105744692027","-17591270270238444597386316228204982145450156837763611266927435054323746275643","16686593341137928529810003289165103033945986596393432971956726307658738427060","6194515398616390651591766703873100882647209612672385728102337926714821387968","15523801350508383331080444332922226040581294120697952274700922075076179269602","7570258988274999019935024242692707271529719745687778143161945463859032438315","2884511695164584217234697739874927075274936146980271276114446927225956181645","14079298005265629980907170042021805155080633210633253155393192359560893091873","12412073889485822621917603977827456593015651201937162089444682377308119020655","-7304988755761109377748405569689239745045198882004404305576029901326909258725","-4659963803006305581744312167753665009992970334908505428157023369812622115047","-18434708197820713933831883694873335818206142729339748458896166013716578309380","-13840544221992287751555009382978042749900099527014271987673644011515022716899","-17313028603118353559194834580585382020587929671491713407722018758555337528026","2552249618315490085305605297835667571549245095242273623175868045986563060948","-6422792567170542279518432650778750171653294227055583040183645312920580237101","20239431082872987816839588109505762736034820214602173319458744836616968050781","-17857534919172269640457609246899317003061599488868360587723314540374394480960","16978000942153804416475579958637141666017787056055011010683879356234512764684","-1677122716926751923187376096996349944502435863445871670421962336291458611693","2655823111895919477373263588022065113383425219867545415243830782335643973899","-7844341714428135908234697202204443896842799024543595550300757988420821942405","14952342057888575718851306227265254404401852932199571547132836874052485947559","-11638456053992852938917733027477786490126140599481718702956076491190040861320","2983697593789529922956441792686145964708035955841513057188982292349279614338","-8491510234191419255625099382903748723360809751039934811150477015479695781706","16677094443448557092482630787118591212018003028137688881752730879388633917731","-1742722307264983898373449890101101668891754808199960462299215213230545773871","17495858681565107451070890421598875251210936505670975382250387128952357783848","-7851373854019006893412584535678130075341474063582784867246703917434637676703","3498599417129633073821293543761529080219700869067992252874449150271251545439","-21557094384626545967189601907897494898104967330499890443746284833205191778258","4652834393515406666165921086963700938237803003373409715479211101353200879230","-5718654641919653451173452261022061873252036331936925547945963790356183825685","17616688597832732732472841018963470173890666848600407710801165808134164978788","-1899333014761551936362862807766693244822011914818469799946643706092717168238","18600434842353719914345801780669153011227985326525642928594953054220328721773","-19756172935750677456187779525457851772358741784504873173088033586267255494950","6883907867702357526856725852434198335845694400073590806896044307042917970306","-18915255777027984105337497212753950112124545343851859976151373952477532419345","20643694074023089379154732724051570549328583975708300738026340680593852341045","-19346836616962295367976575368644745075047854694640148571111245053785766798696","2994316924666489155277406328498018982487562128150787601917130660634519462514","-12318832358088691990306189389261155355413020326318552421531812072660629680332","4909725609389817282206632030607542639208470002394395112875746678697802669247"],["0","-672828782646727956342106200","-16608222524584055585735537713418871632029307448379623857183004023780510820936","-15397792142284431698771465734534184802673659552100805647221840461419052799686","19470361867857407875182231176021844319038354689348701123158659711090110835604","-4326390455447111079836813571600691388636709845476396656469264953654190603028","-12737358908688142562548041692812465604735564627811951605842561803940761551022","-13987928162067715893579551142945992341044064495131629274206866634694194719893","19140503497144045499882044092450871233719681602105027346764799053921478903643","-6599931654556142233456501947415896262891955282476234796846184339338347557523","-19399268311268102302398961451996857124920744715017487212892852263487672499995","-13111164664247088927382231976367146946495147759984022693783729469393402823175","-17322832451577251831352307008694582978789759200576389768985941767005845215961","-18315594530287202721070642992794870299643001939863444435151003245979711018248","-19175216040293050806768344170887029476358070089070923227980842236545509449356","-4996787057196988126624697756402959340491892373121314634848164758251236600099","9106340831675503023479651137796064738969462680542305193034674551946165309868","-19283868100279473266819135896919386263483382951880901330871016642948381192358","-7174857958844553285733116551766829533674183957754358227706901586849999933095","-6454318080589481103391100457340006088597092173861320374212625641338712613639","1926824057025008032364729837082508394669721786805599194358249499980471043192","-10647102647740328863186935877819628057740007803882927387135540097616125856857","8122416724677632913995451586460810131570813900144890593203298415240676468337","-3524798720475769770694424614330207184020515776147011565047474418022223483442","18503783519868317543232995069558631221917688923980785362352873696018142460245","-1810014478374643232398983792925075115658946354153965863851534081942075914783","-11726914158515751840243137391845706953151912332781895049194896195875502666176","-12132153530711447079492358641721443496629515946215768679160319149804961075316","-9410141362536225237768995819987238042913164362226331950944605163141100870264","-15821344169310357123623516850523106027192795963517897099591541391065881357636","18900926248909499944437419764894230006556665367808990431509325509758522625879","-14836145222820398179670209859177645862003449388464280837283518021619396832999","21235938544009811400439715868474484469112513650191001449829170309074270698382","-5605952081250027636573267607429599707934377867133880740932786193487296010747","-641983434886915091420416876841508034855905072581379207312335076805892204776","-7816372488925699508988129461065234855460891650448782537582369244580205369349","-16150507372607824128889131414739189833196265988518291728253749873760460206166","-14460772981209835365043548178548270212539086981508861855172594124659099917798","-7734168053231442081286965490136825685348841999566275804727070779441564972764","-15478592208963421706760475637861415190411493969041868443100701893918076467508","6931999244271421456305128288494053115556642148567083621212462058281316234710","18191827406282734277596181478783814782382229292072960607989278846205390768623","21457860646407314477753136658819221443652527636292286135707961394163437995690","-16445903467699927241671773939618383099972513368003682430219270952371146361733","-21150303881022965546257838920530942718002815054202902252274981546988256910667","-19587835763727003906808140049047477972648638442065576126045667893721798753525","-18377181662608727007348150207092037019597900640766172399246853941951357239981","-13962261284739211463561032380128214815762989356850599112093103486595150747681","-261458487578999970472018915848464004820190390296314870650377381268128530189","-6236322835808749164521586324603110876743617353463137977538880674966588114415","-3446488059551015575485421982085660051336967852226925045718279127020805152444","-2646650546540403107481908690919652757716767405338253139055524243877386456066","-15936578675164343308613365959746969455019288250115777589316447194085707511264","-181110765990497925908336304269962608462924476468991365030423995517948579306","-986932260426162372734359672808576713483998122426495475753998361429227292174","-1026368424232199641000611012458581591016751567212445290315046197829996835615","18282424772695045057949449015142109264851555840230634707922283167781470052393","8154578537613681566759179288772673571733028008975797275505773071690209318385","20586551367559464394324682100713402234883420919355950944802922144061724794817","-17645988789875452341874491120736852145715668198637368946582942009005674326708","19719394689747103775796003771464494452351271747742982312622141826243477499683","-793529096260335558440411614266693395733177873471677486841500122815330810050","-1065891586034145961002456837161407664252415285457186174246156260670592950963","-2137417490896690095864032446255317473116658617951196072169837382606672206068","-14094373373504342484511154417282360975248998271614821120069492202877218897440","-9905176321670242019922983468883500975877642757593834053638759200515914948726","-18037907055146033783911560764657141410243693754261038853122170180903930597706","-4229288528584211442950252326705881554413491237265016998403108785796324525388","-957987322761707625254028649489119919905104735483610619735701692156355531662","-21476035679529947060152155679189730807990233593619899528942237632318810328249","4393273144207610038567603608458776119830563650204139511963663231591402697536","-5383581671734038929578019054643884455013575096885975298680346128030857323685","19252435270857723973709442381131707637298307221881768386545484016642420217036","-18686400006006122942338790175507885367691392751889190409047966555009733063659","20221419654393154247191009394893413259165492314894508155995781583834108876669","-14531177123017571289179550049963972886432426663146897350530733351943215892609","18861678318749238371251328851756396142987511020698940431811151750184925501399","-19055723018326462114987186823866028685051854269957551978952845508338372696192","5382948271694994322664214950422058951765140595076487947727241011915266303637","-12980717437731103098870218028431374450431844120210966600621706375482939311714","17272036455319202838987404372304048123001515407222679692207901756115864090824","-17326552220988710863950364849252757831914556269345177706920094908080081122777","4240899387749964044201199100805977510173830021339801554262640280511687037080","-5612404714751051415334291580136714930737664643366378857311282827528233472927","2208202280922882802794527948091177922396553414830856020464663414724604979891","-16824421214598226212083321071406315794577325824196280066684438233650200265976","2306729761527526630347901894312834706668041416109601003108549540446908500988","-10705142963332074141065374778881150839937745758347509159659882569139697832986","7583193563847962197358490450479368538973586665867652112914784758163779409276","-3349059348206361438483834452880186537342309310581406146745266930631859314644","4097641455614051316358917036877875052630906754627765894695033027405717523132","-7156421976741810780366630595153786379174165859094462726081914189471424066679","15541440918402229350674880961665294306162187180420838358571678863923735580058","-14364699749835322370244879862241027353779419071010928084038826833680019009226","15366462839428183727517426398458429708810635959648009510356524274793953644061","-15243859422563335210800432909637510290435445050744659918299228611961858315787","12635443738754300397930284830913595324066887850764898606152331847716060907139","-14827612561088781716728143876527226686311571115638599964014692214238295160586","7972070441147309840600037277381109152176674532993852055009176651589926834859","-10959063323147063722243541699880598294628915983465050640021869366804794158721","3004828657403500227916438556048647880217123653967508115966591083375476284075"],["0","-16797953831876653077537939292871862277258047097992814344398715149512938282627","-11502009101514330297394859022031987265593831619751462434109051123692795081556","-4142597433341886656235490464726432763437687198685013031971992335464108578601","676566199947987469699996761273312162093081371188159999620259947368329358434","-17775555436810226416470273103288538920546899764588008720110081587769969279190","-2022035552736949317942501366192427932682632954573567456565765915027719467784","-10701099957350572761515721207934741807976939858046056731521913542959914415519","19469941199108190880792333063347080386988194813116927033702934345393624521798","12696031725247565634346469796409010157733682917091303388458486974075155541581","6196521306673097399258759624609035391755968834478290346888845258796930438962","12073982059223143208671466574348204832256861898088814370549658316743098368244","4674552665831840223418006455903791095971643746192334725708635138373712429336","5619103782001266137126211589259070954069213052203843151868562900361842660671","5700719857221654390175268213329552249890931465136592210157015653517396589270","-7156072776893688618548125762344009401680867865931904884251863017128101925619","14764590938930709800628201349824374068387365918050147630776095351341001101961","12811995988668213170097897377759799082605669770397390659497179929657987631334","7429210518672342138268708919558701359362253581366840012993852044455054063897","13860984384768226806814690028773054403887827637082382623041520130578970112466","20842793791304543046819931449977867001520086001335669939965780704751912718181","-35561776971702918679436186251503376234621470071615307934073146099765023743","-4655221927188786767587974799809202423096778488246079080846365253599757865576","-13286106844271180759844883686790991388048366834790341815274263119751191736181","-4341846345025532380014815298974266603536606935538559851601217046777603114887","-18763712496600032661846069291963792027103037631951490764844060402328550494498","5202287878122919409282164582422958383472448171984337435175642676777441979500","14624104125703388395141835921847695352445894509159806312053085403530237983430","17767010775658612885966697342612814367416837456131330132827540104023785123515","-831404795181101374095608275268396941301204660049649513026826367679144155432","-18965360922230354213510837506373180416855766470536579196688836449204959331507","-8298594605910519291151819381820925733975657362674464339455750182983642696540","19875574367015529402571239850302793877531617485080421283684337793704985474048","7484129947760566362300221430933294857634841603608152891454322231562238950217","2655189385514947010471333472855322637790691607751908326099030689226698332558","-77897371466661192825240956298279374048929890183485071338899577721646790690","-12067923364694813924413100707029358760744163664973819697242506387892461987532","-19841785264746673223034304858570426019107275058362121276573404681598400597651","-7902286981428487202394530938707045308341145217142943847963016071682425567560","-5520776835761986406839157244186503353061725973943602486060304811467407508945","21351493841654380457975026518941788287125501427203625334246182264694978697800","21044177099013903723948283286902381043003542907979294327993350694198238996134","11121042449534533017878623909878689530670291103581639561750829341741898265398","-5954278105320551604038629846573211351268222416975414461849419705510198228818","-6858907025763585461293501404184735290259748302668054817433109444605866970698","-14744524491433635643803614786032718848524370001667367497125743048613024731348","-17338063442320080209010956708845405479606286916079873454658118789670722274759","-11445581880135480520289738333930014038638193028384048053317489643112522265385","-16482879984350107545640219130578678971247476584923020316931685699417764884947","-11222514215449387501660242875673267512044391012991926058329627682623246385904","20183548070863416511640863878544960017097669363186090478958278300521860032538","2463121998356081544318822482802400178580607037178555363153116790595552782881","19064308850494421371104514232365797539698265604058470457971778316173498477478","4644941647402913960712558728766915461554528991943270439318966123179714408283","17573139435230642463048916674241454937025462587462198497645991281157836014443","4630208712623288784867695181128513934732925416977600291627127249189744261038","3736951947724967657302321644165929153755284115632814136739644461254220255736","-12012583739950375302988889675689449090969265641658879361933787641689534856861","8249557333579396994475574755908909370920731963018988975410434907784038909325","-8196245903032308610398273023718851761457648512883414397321653811500331744990","16224009600414159114329393527032578412726652474652522156518607652650664498046","4148459391292974186497044378267604990671308805208335261215012979651022192482","18356682155253912631452238227528448969191559346852120939195627026529135808864","5127182246483633010785832621437530335319422602246963546654390395498644088100","18443520019959857954483046509010263710306275443863122657465710201311802495709","-16925113836582733368865408960173548117306243696929123050259135961534382734476","-12938931913768214832482154394324111787218501847049034320850634532542433868993","-9322657452130289486532601029518872104934060020381648468604684756238095810976","-19886510877595226339632308049475277899599128279356775955791756185946586475941","-9345790399650334442264733857170876627711096292654316549521573866569517003209","16404857308923281405583342470413605036726363893942614026370977324353266287225","-12974056622572546401491314460990538028687469127721944511237430730228594227460","14165120698974743982063143183231776249930718436122424054313014215831856128413","-5617053342972544181143120954429741011758403467317979334646526452679482877110","21532569112221908270024636457940646404297400522407222182992577963592437848526","-12132676419494206001147180690214664941416789399776023829224651397087093890898","20426197024982611208048566455575611814481294152158798015724992679979576820971","-4215832539105705611638221208299706322986134735807461698119489995607342908568","9471975869685330968120893244789537283386815286588964069578160892215899788806","-20236504268298552775612612826514698768828368769850851843316202874464192739679","4836934562839717168547038274322300484122475951828173160777218332848352481788","-4881745154137789856672864478757158023116029612240333033211043762102307320","6156849782883332673847858334009975021678590623446587572338102024223258243260","-11660879404773658177736570490309852367117504844019996447318069737970925138281","17170413788848205756644530036773797980971348022815212798897801286383951799897","-12903088965541495464819330721874522935398083374399974612114203081427881146401","14185899093839296061173724123195840109402544260729519296040414577580491261594","-5772335204748544928546344852949520412603539072597300340677942743644226184171","8622000693452584106753184834037344270060554278697245737734810573762267416823","-18398934111162789155385689974298401671211492883307993882249945056122445586943","18111285601867912424347474905149345584426658252555847884870729653209965477426","-4795583928289036887936529816779944336212629444205942552329941897575262219702","7303593380109786015764558283249818382391580742863485644640176693355460482831","-15067074205874885441093392736610369004961683566591440348171647655673879770574","4890968025424406533406276561130194426508490267240083459150156535339160305189","-7021568575965135375562062873329292242429176087727755902072872773872726780967","13537572847695415168196794429546939403939043650354016575096027329387109745213","-20547241410625861481124357509071248688002930294120301786997434813804527751785","20634744012357775931491340748630714307124657239264585013881036872324479957147","-10141217375169386080026294260774305920804627565260463760381865842109481664903","8163668995226502142203727945008209885408548225113240779597549247489343707406"],["0","-9949201305381488737384729884207852312976529272917501479767299032892353060785","1302745215438074693997388862040930301237432441815853231456347076595541377309","3997153110253751451741277684846131472082570094967200554894765301682051922504","1362212426949471077202239640015047908360881709067211651301472940227978682188","12017843821926896928101646477858300316601528995441192044059247570302462304146","387699545357534374789694602263544728001655688433359478567319105684645177558","-17402050113523119805039447436215626585631217738835621043561089134619519632198","2328423559688124613445923313959506617006415174200355056042134802940293035815","21602291021389961723509843887724487831495011716107975414552781371367524637934","20979403673906526578524960473946119107625426648091693441696051323322909531872","-5830569006576815165461370529163711656459365708993136488436321921076302704831","-10307882094306779639803767601255431740599071518745759303362913054106353172798","-18821666378750579734896664624029921140743175043115050189147974865647525628840","9468051286025746544064318511570440757975501372547729765208037138501101135650","19131866635216661579393309023687776686983708979576718062757634694845550493798","15155747878717679570174148557109632701475658878326255842709312644285414864166","1303057910718390745847340108104116743510661114538923568503563834763450420684","13307916593129481805841124012832188224345057696303241112021757006133693060298","17128162354556584320372888616156474151823540448317754355840452418595187136312","18695389979359134646626220945778896417778953782125803978605415209365544078243","-16440587877477826375350382747098828383589870211265317950077022437354874034418","-12491443615287531244091189473838413335935262462944916810285345655585515221518","-12532405373269862330496523391646002987802884974583216396460373778532165218486","16398084796422348370425426849974104594710570711036321466584015818504287156779","-11217968350845317293633762268861482560244282724908544877581966255541581066365","-7732736102881120636086306329208796812367274269867408590979423700700073084571","-3771355372391877281971873986792240947875492798077687583765671831941682037707","-15828399456095689460822475301146038846413862913862931948001894807474499397360","-717379307826087808301594351486388650471057811931784144878385885497109064685","9079715390136674621760240980610089970981607693486265421392884887066855122464","-3695640616899558817898452927589617941392044496333532701804872506526961887613","10235633585628392019118464694392099963700916643528634325179556377319928456870","17787331194193414780797661895123849372662071328044610287413979100043920159292","2429904849225349270096889890786583734258230635449291299204786436762131702773","18864159255473233211445181516125224776024309536325916373976724543892636510659","7315592362101998598730488647804012485901518271487611707802672652007394921019","13342345646902749231150366776689106563578051204886916962288868964842939669458","18349853383815986425671830410970080242259746146396267050193754314903381952291","10983845590500487637010787921605993476900347478378234100224553294190348045453","8567698543851170042054655554524179226882699117853582199392102060928695652074","16533106205129441179283458130947707832463575268097819480582156617356183491489","5548101227609231954336308765592177773933068333965986501242042181611834425977","-8379248020993968983628220359830812076941300055886890507545260762131232400284","-14067985811478420997483137929256119451088235693807317897547159833387901033469","-3087417180260275206404482333653289197289920193013530926702372686596305165825","-2488688488894833881192349863023849292865973028386678810099752511094641594406","-19044817632125455090664492987130675222483719342205279453565443271841766994099","-8167065331062663675050408083968288260761883546006552736281986172926152387864","-17090776152593420011518578678597297999840571192793763815379148330475129972254","-21319474899181485997308513923379477207283945982443362662494007223816790073061","-419575958597279174560460930390703057112303135307473207763695738503115943546","-16644684304770354646289133888590906074875010496543557693244309637288806394406","-15974620482034171942671605809142418522361731984322166729127485451203361573014","-20235544573571108291655496507782757136772799951114092272065345295458445339467","-19970715333927311368607707068008280848444758585277409138965388648511222195726","19213900000526815423249749945146374442726650830006353030442017955850678115213","17982047754862711839616493728426870532878988484348771705031956745292047830294","14981428103223667093974204430868322384213451975677081053677156217414246650362","-9198517937810626206797108216226137291581179551674931099699553155664998125138","-21351958733600449349289774195491222667179354721949739924410932074753090590672","-11862254877204560517948414958638897371734553258326027156875138653498437843396","16025159948042909313482508163055668664929251342585886991296594830302961543418","-15490385599844642858645619447234085132714600243299278830980545874877114593532","-18813647409072599551902023648025681099475801524540953817067537146276412441329","-1035065519865824178003672676339337217563511349812574361908883094954807277226","-5656135555797292489348470878731931602941239574892171240414018044306678455744","-18452749310009123291953359458451350511972228705638541556088117685767454494758","-13765185908501134423553259133159034413816979771753014518731288512763541398314","-2701388395605461785141367564841706351629404894362849392524258005789819277636","21540586625113674603033760368499442480235994994980719601859795303266983191157","-16892957216038007126222314516761340743300834644980095818909469977924720700888","17061461790004247194984416666907912115784020272169721187408921368018432499531","-20066057420234893131984065736268750643076863197210161026907326795331862947085","13678602962699126152383753499150257552998578448964291719866227073497042546221","-8115805645267110149351346645647904050865199899026838469449281783876363840156","1309305974350599643678747700030481923987377782610574374452875968255598901761","-21606671548436194519500552812174980715521470116757594206000412658296858068924","19886364232544996387990938965021420615193058189198229497621765185270156473770","-18997503898008024977866388004661909899559718348917346505549675055803532178801","16444248628720583678452178706958426011266737251293155711218998314706914253854","-3231239290460887443382244045374710569727625012421186789455302763875410819562","1945301243107116532943249131690645441968192958294990574798774184644441070448","-1371352439116803699948028902275243763244937375520431470062135666685628229476","5157411145152965727062959580464977454395354291968672254505007025152517487036","-1719145916004751582003809017672519234872124593329474304112668688643028369270","13266753423521664457659102483004994943723745733093560387987990904253213545182","-6478454865055430464179310202640199764233722842809963673046168944212569485834","3238818210521117064810078522814819139606819402491678789107957888735869569154","-4644038033237843693610079155781934173396379285359925609545072719046786984320","19080838030719311961303822351727912646061334567588286175024243774842903947844","-11820099560606074857380886337340883483937241121268394715077075762358174103451","7969643903909711854600244321390150468671372526774094077410242370739618901949","-9799737996980503207528434041711087037537587044132341839522418129728452685056","5227663893635823444178227999239587638094742823244711267691929903539149952857","-18682947821285424270516547028069397233174075378795503504780146539420213037571","4050329845031904554429470190347194889341748425680664988196637861528031823789","-7097475698430938535794629984148522163075926874146418484131830831707699728112","12567524977940871031795262282404139019565986082018162383948169884349315291760","-17834038638378770446732189899020018286656964046106038595157280130824097380522","12307500894924909957220958441281061150112216217901883076660388306263513624460"],["0","-14592161914559516814830937163504850059032242933609324040882933098170611872790","10602481257920940699233083849233158610034837026055361284730783022581786760961","-21119033691869886853123911136034299912731376789788207229630032213488126619988","8565719708428256237659184346093646484864863302046114577488626163567015434103","20117991898934999340646076710409226741884389288919081220408024995814603412260","934585331499108376153703549617791489607016622553282788212494101315074675470","2722727744855944874810362575755517346853346098936650557965395838585373993368","16894052841579305075072001245947782544475751424307737113696125565693863568336","5749092807355525676360098970707782544235520166802511120210608759374018664395","8024582924839029072804734494783964689277358265073443597578671014780984461372","11171439719119235485234604635288706199873940736843580565752328379546671756743","599116092349064522314051473568820030377474319990543299287178891436299575178","19701032575727166975423075065326072526265686366949407548838516865915129259435","7258389427797425099745838208374507003291653620181063860437634302616292349664","-7172464486847772764537982292332631163283668983161751473262900735804515293949","-17282616006840549183033727566984102124863540877210620490927496513629175588000","-4901276948829592480973331964797256344590856490193128846537896504557517105814","-15790227169781341649229647707253944532721029950477724280077478541660453912578","-20337845928799785567153550861126320935564271794278884581557888253359932511733","13159258987864031772834583030918039817765409246709381459531484043256847957167","-18638700967313578964122179393571659725847419769412254191124860227994203832959","17930018508505227804465987392671735302265148361768101339846746529748563761210","-7266900882092262903790221598491931891927466327081968044368575365007968653654","-3912496959109135871924627083561293167038517470741677132671324044528474365019","-12325107889752943955848733276977281332130070486915833375838056022320163368860","-14003626306425525070876263616460795222054673983818005323839313518438451038852","-12106364495925166169635649633889002589327489667626345823427908594954093510132","-9476323624225707139324453684106973197228599801811825118386445673737986854060","-21015110894475165868214675476551642411610524895049603788544259046564626337377","1306153372325258920828121762476207132715023552196878379952452812462263297895","-1686849280847942333504061060670339523957915151505616577574547317162149952611","6418742698465379991117794857901347499704421578797441410385573709053203364192","17521736934521244656452648924893050517813305956480313938421592728995944948528","19596646972086307879679182763501144231850797579999608593184424748795002750461","1912461636019843521804177951762441669637462453193000575143639562738207647399","11075613980015510009977648821247062595734601771175140136335975140407475536527","19602292982623122392127471720219013621367688385692306473066773297435527992013","1964635833693209367741336453688013151115801571463437905360478284406470178598","19429349804302837586050582490220033949345220580064744338197785449927654175701","12944487632515463867064781570316540040892967315047922953695494033719921398303","19600734827540311252584692483637197881694683721033318748729634282611184642725","8809733909621388470869082772835428051102849925398688938243706399496919351798","-6144122555906973776225468389334990400738484554662727194957028936313119794690","-18498650059148900367881680837169133718823085515212318660463823668034253216255","-2264134238539034032680543637801734810989865035483144951404987327443991815998","-3290235994510630462664824443546695780034906840740095956157106127194339897226","-7936203633280736413089052065264714198021355479220290445680374661267467995627","-10070316910747259691493379798690301720987726934079654377827881693883718272073","-20576659255464911078994142830184488362313112785946283152780852081972307441351","21444460677943243533247944482919694022336553376019318889594299144552687813907","-15318794981490038293275267900789753154877710116495436499197710385500452918615","-15217402958765506521281441596291512324626862224339695095614889078819198874380","-6815917308474509202615953178246011056411506143956379046401727434990608987015","-18255663857398173027998085777087798763547554183941966117579052291218231689339","-17155659548057249195495440676822782130939854135987509222523196021052750863873","5076897792034770605412971323579444649619424811210158363807742891268913674994","9558655345461451593239772408831328252980755118189985807443725305081289698763","6606149831318629017884371018737780821809067164988810625032412859848648657119","-9075189678557548995878220781411229935150276766030743177044128970422044735172","-16035836080337279410016091095356058814295723256336134549294429257075852028801","-7060877034385791515198258922413021202657705139575240426328496804550640749834","4595478735266156691248589462594326792116826481317181832614872364249975270656","-4148186348973511830957362178882813444428774023591415756572022279395894227842","-19210554612990575069912381540920639214305429795860714685695422987110117868985","-8821334813949352217901103147591672815783340828938958699898059608049060468410","-20689116144201997344346928198430644279147631897980253955031420378540650225956","-19604791451053352923762354597447225772998128608446806072581428049933898839902","11760812675467157778072286750034192160035846556517514236643786507170375668436","-561400802218633847304893782740327276595787570670790922368439744194879330429","7826487168327285566251891647377847358077845743069838106955435433559003154684","-19338695471585486517939738143007384385984677299247951649719786169283246198942","13537002488799377650773805733295123385692588305453516852942938214475004614658","-20565708454716378025361159977364306288614204434591764919356796682378903522319","7226420392537270960792739517759787073703651364399653245711119198595142389867","-13095502445796017749439531302126682911099385340821116037753607264335015894168","323428147737373054761754389657183247590399802004295947008462937978078581377","-11508160097654668587419760773437178947199042099382438830181557620112158116872","8640894198234697673188371805366752633321677647852694589764483867299485611037","-19886119832937625721455533182363724873031998994569322020180746854898166952182","4759773849832668426783460258787444800202780675510741335645875016890739748991","-19136225955404546276611464647947659075119898336905307035147693856929399814863","11299789045223792432167010815601563504632436650987977780660109196782573803013","-5981879983723868178572382209988349298803650395291298598721155422425235839143","5551658365543986602458040075552089645170691727522833129451228516434475826403","-9726637206470398183994053661109463398910289103018532629058464669198636841855","12550790801240791649310689754903874316435534200251722805643031640038876314996","-11078832594689785558305811804727057150847758586472280938815564543935217780370","6226513088629290278514390739543627885531336537817089635814788147973393094314","-8464800823829713946026288100519814870413880972584650778452714403667557214421","11249480734297652650924922477201557773913425373952985809183302810250062353401","-13148557630246922231778862789358041157768526105813057274558555954735331373894","16879015218547671484935099450246801007793261110085312059558712726551686685902","-13194923271156586059108367719472584940033407812540477580276382144571208116405","4175656652062870189881696818044834755195118862576082011486147064455502284226","-6138074515965159259031181071627364226766784024716361644589312646330151779739","15020503577460064111447953096123338506752030085921490596492866278279521885747","-116530089231556109565686315203451527865972849951943587854395007743255621092","9975119094952826478189654572190552594826240068191302668217208971166328024224","-15497179077137566062460126725521178987260419645326774906095365564602100010198","4140214772395023361899612379967812869681121506980798254554364940272790596776"],["0","-3806650934232917429955896651349091319747541634856559690169053228042399413516","-191738394908650146476232645967263955727616032858833495592970520427169589921","-12110314652715490490808965796346459984332364424311971502344430934871839131191","2936896813317762189557872046900677900915794828654492460038026664819511504786","14149423378644152983985176826103400283104049083723951364311327946790306070136","8529901122619161960740964532721131272360666950981146276558749110660106175041","-3967979602713658589607166475805979806949762752042810087847822621808782730606","19159635326529537121325571089417344054194614261272141034938197879819481290122","20746673129652528159054202915257813266678236187991344694080655340828789083388","11271742560438718293128715332209041229174843733540480933819896400581876869321","5913223959021910083920532854400267388163712114262361592698021313336002315253","5293661656911153340081182923371518354627560003605913709781687779559566343901","2337242460553896103829098715979373315039041867193340293810368456134376251963","8427158833378894333140371260421943404198738224566506763471224620325398432425","-6186106153116837232563361034467624334617732947937531619505897688708413760170","-18224360489422198478599732077812481746520074033136022508038307840477069990635","-7691071524902159080777445871986359561446058341894491979738420090268373426602","20533068099081780920768555206614815595413308327050781997130150431590689580429","1863652029813079448735180481905370449254608036164961986837529082716086146433","20593537258236871098451609953242298110804263710415627402149474214875116132395","-11379557059928002871276052147346595305409438148593002278307072801590698787003","-12549285938058419290865154998929225467254906400359552224603865603696104983643","-19422391577345793537485397061765378633281246604594614491965832565856415357124","-18905758306670372020702335313661577648179135605404093355210728917493370469171","-174909610724270733771221773535294798911038843378504571460625517646990622053","12972756123140520870918793481492167374376580271762666775104893315451892644406","-5947938911935250699081634535774814367124660174120578543275986145417160470431","-8000079358374600402716312005339502670001944442246891470990993023213494314745","-7089406286303431206882261463529496088107855468739167185653154016314497776797","18067135694554607844390101858002582191668557391842748342648193086439562032052","3082468183869305596209028963492618454988710768336225912495410147897905873479","9593628368958496759449511146549016013486153865583110912547083623104615747956","17657798586202570575316504689269894820838752747013829302996584161517309729595","16905028541782893673445265038178105281260102017314771071747689412788829693913","-20476072060454316297171956996265941266682579595427717367064863979393736630443","-17011954868605528288913321692291519051146785731507470681641203365622801807536","-20341162394193145635121532106778120592451275891075535257099784476896318958885","6344665546443975900961192394915264981719021440830097301205439490636604403728","-58874961792641096816523451668989765946777420060267508285937981535951116016","-9113128169149057431723313686380304048178087024735660840095359945760849005583","-4499367852903089738367758970979814123160639296045425245575876291704657820342","-19998976946039098944521964603945684193839077215278581146532457113853610302601","-735984608228242630051037448787041070101735054785443598306853913551756689718","-21146169907970618595746944081653468098728200745836359725089646189811711190761","-4612539566790891259709858355667893813317533848524840880412047802007165353448","2365281094341377739557569554794575762871056074477679320732154549632579679611","-4664339659552166281168681006954340801892507847024612177717447576569030797029","15608828298046000790969291167274077427734281668097027499015059391351909246316","-10880066179183891412411802856317525418751585888106596980366423078462024257301","-19026937233359468436872237991685819553889812502577117494992853471524385046041","-7509221443972826430673115760339465731956354063771132527386395251342864607725","-8301964668256731571595421027286281208583503800910758287646344007250685559578","-15909103681120694381006869887975881627282753253792942035916034666551099608504","-10202577877956047906481166529834567338763013272015034532746073129748646565224","-9035083950459279641623555236036063633580285324954085400294671920707491600091","525862798111176398874878990099107057503905875667992773177775014544694319358","-11254208890855714071497945829946366645847181727330654639444838803546993285459","-8529995908079420272334478234970644991814386807436917707830217130369569587300","-3187606268800070341682234412671656582212664389837522706592105037625858473526","-15260328233069423364840215401109512191593692015873412020722778335487631411224","-18339789394972239424674674878601759813470754739139704216872979245539561664087","11296692198196706858693670405491388903423297626633674684377396555833957796799","-8230413680588340677590867115786485102565104378475660025055166389150095525451","10152810457798671735675207762230452775643957265767491813615860843498203151528","-1990913997202350223616002371990952286401302386865292931833758319733638827463","7748390901089222352265771230295056967087997811844520142627612442312428691054","13024302224499164038594416803986088535756949184157937298574400857793071906030","14091462266025332980820533627796494163214302147615765715900755412964168879588","17912429928009627410012192473786287772853838382362190594432486724940229037091","14277614533216507889022967048516892815912166485648042771267591983570641068724","-182231133348623416825914991034528837452597291441592634347080948712591372434","11051027921446456837042833429150680334184752433572426337034271570073604315237","-21663824428417248001858108659956521467639546538895884944666044546499337128937","16112805301956686447046667248916575698530160343217172654285292469764939501222","-20318135446123461267923012075365879021028621639363250962127224504581530209172","8925172622567502285733114702334837749749826555429645600153829198330100439753","-10469861951579425196824828412896813455652051483714117223277889249901602523068","15423302551223344618305976797962223496940565246926128484961205198401036058910","-14298349384663479824625768035407091665810286877118863158712321318445638814925","3711206212166837452378466265575945555938486156081569154848249983843140573539","-12251861864474459181299631277838489285314186964285314651702016436342761492852","6128397061726649146918831477196872089752690299776280432941456880181293730876","-5982332296720412335320058616882382746378184198959909640711909231090930074506","16950417773404526843810681415265982213404956835558692591044176962649341334602","-18211861646198737189698144781755741249088732899711879017927327229670704473918","10169471060459281795816467583813945924241788037499879481959686862685430827022","-11589167000177453652666942663478037956782161107349510767373728154304149049425","19961608215825471991446705926091958403517127937252418927976242076509473476657","-13243120583218342127464838456192710256936734166878183809763794884431145553703","10125588939369075942926617045607005067832541160328301920941947692282564684777","-1931126560359447209405660007123405104634307401269846083077111803918441154359","6127029891957692955797026856502723431926739378315981449421531430445787285257","-16961344860297279692517954300225703519529155782434306300677226507108937903867","6724104160216297717689737001681982078333177797891299417849713499246688173365","-9623349792729578506580779156229528862301230963595633874549605384917760998493","9205451206355838911527152156202156742911911142888084046721431806984276687835","-6214092884642429199854621080088377232940623885514917209700176680813402366257","1579730193076790772612489910761361581114717466863814389380758110136644029001","-20680879348077999292845933144632362389317844330889690367641644936855352042309","4566370542501287381314118130585125955184904459225582236379869826445927980210"],["0","-14436926149511011316800820810701606973297857370485375556752367356262735221841","17710434640117348547812002567334312366199356173869458376340156357464174414075","17656273433538369617581751345247749575122936411291243754602928443618128829725","8013537162749698374236454554479131478232612588552225292149861330254537346335","-20890467628539148516305023363149965816554576844988794978046715845962134214066","-15536496513836906478378031615409482644127604419952923315549686372382514500448","-3448301602378380374244105382991158431282175253525336456690565824174695166500","20634438573690978111851588785161975437750447350317849658656134968148270278554","2508158411990406286957864339202374555391456014508771724079599319067108548934","15639729994683938104778814028349842747966355834442825912902735999979341858367","-1433532807058092255029637868498823196239842082301607713041881846056327923196","-14350166650439922817621550530788900473164479942332490354387390283630188131893","-16656439071953218096276951308034155825910563941595645544881412811727104185775","20150651601326186865887377889983768305378318920328956972730823078791640729513","-20420836447298604024860531201146544035290296362117359983628962681076202900502","20769470140463293058148621692534381307076310589831567347752386020269941745805","-5950525329193894608342770678769853846844377202632033526793538136275509660392","14328336416943407244079280056912202377123468027797242262230102713051138394952","12186924469258705867718493273123145078476437695653804321545938616159186196562","12917896277747605798900042800536248250506992229279358200187011701772309008354","9085847828391532805992204925535393793246670060142656322654750339619288969191","17524452136982647152012110937509941841878335882590615922760371014992573121492","2634031734804251070295300122689266441457928767707640890806360183704141915217","270213570932546712232109667909606550838344809413413551891228026165686758375","-13487795233858177597398937861929725508297563197941417427601358283186253673228","-7992471212731191729561985998349633585079897557544140455611788457752379284963","-19898106078462643593192313720127363078881055287612645610393071583814062623911","-19237744073746037486100087292563518992971636332883927142910428716862437777575","-7921979082339778512278882544392723275518327384798880225583611704982944001682","506727366520910418290882778621129308432514357425894104288615866362550299228","18527673403521802102959345919330459174358812554058759135339911483306557579694","16712452520497557291466720691385796125769391785313450457889304340827901847684","14463172588501969925373371201049400158032858450921253543731784433481944494340","9087658626832984337412371031005350442998993976491998723244314473003141880195","-4162049235230067358081304294342774722014321503981170129659340248985675223334","-12096910489556927552468222028209973966083503566257144749404069638422339833440","-9933600996882240792517217693681350097637495488561819383435051059848063344135","331529712883961402816120808283699305966962510294604899253902669813696907682","1506574274139297362039969516703810430705209830182002990244167244988321530367","11477192169581962570882893885486536525247052577287922760288995935426496835446","12690773826627497247763327283759518491634751762196992924553703438559778386296","20746227527552153218784186315534391184676840492851481520230645092281607434296","-12864099922578038673475714359536083449337205328088212378243600909218281615271","-20953390264375566183619662863641629766773610695602968044567579898309309462270","-13066608440428712715482638752827225293619657918496504348600885792150003185113","-414800075935533146942270356930845122742014082608224268538452603529923016345","-18684969877771842759340641119540455315509230416866662888004203385242974711925","-10582514282471121213600634598838162716962005339325926931369037164098938265350","-7575023286937533706981655674383553476616377529041467353621194227537452631373","14349486727530235187067299666174079957762983909054297742603831893029752284167","18718061148242538443195358547396238591455781610064266641518687561933039201604","5447984881394806682393321617886782571179347757319812016249422794299074860328","14374210370116391138402056040941734892310794540164133251030634566816759251362","21863093007239424987118240920244259379876996290904476900628891549186462631887","4380890792851387735526668203292595831508684650936145724742336564945396932528","10547168985383570790317358688890966234815464417908653344345062271997239782551","6977042745046888998915324823681036086266438935522296033557704602170329294804","18313673358593367113188327504788471575789679065612727396206404034115290032087","-18053315510761932888652840924374595500345451352140107102874507668996756896929","-1583426589008614663195585208408112131466148230846464085395600213379689534024","-4416755860819623912396666555327256415570324790909091971414159530127825373842","-9975463750747253176310022255704203412558504786558183763214419212447568350442","-3423611665091158180891931515123942656725608418257807545347920127776212961334","-11254798812957006479280308661861665953466763715094588841051792024472516171184","-3023919700432642595551222839474150619110483899640535874045525894360016551432","-2335825033508449147362132899254052886288488435727983949100872897599572466523","-14991517109231383911571875881597128932363937846857543273157932861114764141002","-5650284897100603488649358840469249304752507645770592403054517671330039197197","-11654280585722190735228155166564787431611314701322170795930699987052852587397","21718438542761494901418063351743230958165006836629106512679584144974131962680","-10220392704900079605368022670547820847029688205787371899633872362629375755974","7277638804918358661277604002114295208656858381544991200745325335838414291985","-19654606097067195024390777484324749132489783502898601276732055304535883915716","6824878790565381377555107449817822726459213466726586156550641937438808116347","-19805224735497731512614626784420410080073794738689588701479022370066318460062","13539874471738321585365019452575251384162052382479479857815964167461706432730","-12204788423178456608110570715571717549307924604758903243517577435804760751147","19833587481196531685080825500630245640115405554220851382653690744195876711383","-3138123033150273637836129587980488169793901721002599517816359328281260385811","11561610231211273702600924217533564390877576047406055867667354289102273847463","-21488017632793128194084369004976642563169718671232956288790252450781405122094","288821579715421073409166220170605003669359124703307821236139389012066010023","-11210190132795449737665488263642958823751380122179397262601901807082027634217","19168727859735863493567654794044379116774253724041297713579644027366770624462","-10624446099926234292939914486914092446606681747897711535721821740776786966160","14141330809293852088234833654093665758853196103583857145369705491674956768477","-9277904704205885377716906313698837471280684341426062339020922170414281452168","21314845213012508977175135641280963868363726748700174837549720105328002507919","-11128235743274849536280877235180254496200195471799946594057941684773146978526","9129096456125688253689491069346557360638454506674234342135950228281228712223","-6859389983423106743079430074264078875114374014292446285378308123730461227673","12754209060352658907426369731361350900673235280921541951933805427374606379181","-20675712326598319876192961331773297921597537497097062430267377807328676720145","8894710032285991917132695975545895475212639331348940593047957172245737241534","-21067808249730922076044665623382317485113234221694291911985331883624758584322","8405859593216841807552983593233704343129975189782011163961453470437695893362","-17350369379586450534781774530398816786435674124302432025391594091467442140173","11009883205371726569660753751152458812535185526667722655431267819795832292082","-1045164364172491832162362351962867793103245781864076666961462124980320371544","18970311064693038148209589780888968149458087404754305215059439299443870868952"],["0","-16416182153879456416684804308942956316411273300313967561083550012368305990069","-2664782938932674344190105785195998423201726424048723150253584460053364573202","-19725438770294232741318080616380030455618655160290370304568859268920834745641","6721438286012820151026360227352933331936949892662708584383869865968888017953","14084775929733802801099261997640143689260122593281974972896313319024629921453","289186641693796384075065113399653373785966094566455573534418863083677842027","-17257420825756256114320989288125583792621608325907260654987318271498154134043","21047437919944651842279200412616752571123178406334966788668532043725679539348","21305679828388880385437827486515523793178902587995386109790197642954379257204","17099336032906940834014249066073533830570409439957906777703558611491624545264","18995572803380405101232946851780686329113156618267964666299253937689589719674","17293152591118958464475958103339201554359004218457942571693214440751175793840","-18099901764036780629617420979087292675765298886773212819648275522395183386913","-15573302702456939886771228790474273976090662845531139774314162552265555098026","-19573615797676994048353881773048757531807043260939171592153211960728710865065","3999082783156341180085112072150576995846107168840796973963910881976631631007","-6315074556158322139001480190591226806202802650981352984417246695538727390411","12664598627080819506530174250398563282526762547662865260832359247142349110382","17494726841804509096091581620299590409465340190800611779338424500651484363593","12024742291438901083114097210703351811218622441060407702591641381665426842173","-5599071534900962825254359597027742376516438208130054711105671731455268258934","10719394222240188686760534001755501935547486186701045489281273853886268072985","16237330613938338410043542217529606684853994187668217924565437641358908697535","12646863774760648864410942419236425972663101577255612675135615715982156526949","-1022476185266828289936181743808768592844108435944419379126723555814797389183","-14842158894117277035093170186496587879667806980202972688595708886333355132091","-10425315219414035700670489134908283815900897026707272393815943297348078677419","-7483085091386262257831646595305669905457091940069684280404123916970408020793","-17294260600003179304255954913905103925010149550320493776909027276476063397945","21082860934333819292103062238352859213265421317887759371163672620973905016581","160663244263383876539350793533116721466737255254485762767492066628410472886","19506071582657746893867438972885430288977417674491414385435579941112204413934","2101959108054167664815925978761662679187120443617432055768559987970912860493","6178925377218684118948382957183189055611236424668086307411733502197710688901","-21468162127533077384473693778134316944229366375519427182999652325186822964549","-12563539075304618007122269676931115411467248258718988579401495805741512938132","-715788675377953229524051926357720548385383263672166449783946141408877952876","21371886518453730563203304047358984447548340966783153739592355734411611351714","-10039577034999307504259742894670990505123147696666807314326282637408530806235","8003509265493253751094758379629621111577848401578546108641232159093378886856","10365219955938463478960262074652197333774779178504881189346939708044896576680","1334074370584390484891207499138976097141587512365488944691261420179652069702","-21354677029767648442820908561895513563643639213795121649262814305354006505640","-10833637076387122179963713924738248504801612157177915832865188471911407661353","-11480341669123829798442133995306919317078200507346845029864495419284582075582","4259763705293895623513996095819441025835031458825810369111857736864213722339","-14622682331501003958279091230736960115737171473553927913734331755840657146999","-20538880157672642846845355064607783270642616603963530661157375302767191026860","-4043119822832577153798603378441088669054598494113950615238035008028226272469","13392703208578605074418169034979470814531509138483638176672739857988619484003","16025719500135204928636181257106234337180820394929852908296269183575451058658","8896444408048459703236901663713916032735011456519294284036436007109796263435","16367148563401801164650278314386329328823548948474718082169220813823660134341","7994911075933266272842022795453760918134342135619917316360514247453083940085","-11923557360666406750252180634884937692410460763323917576238254908677320675429","-12035348034003967816425476754659499718145412447730731576623372799798131895229","-7465935781888935860503237568487230985728526168456689062034111076519776310500","18898815637457511587194376561793622641329231622374116559346160683673680001059","-10503758500902301880465839788961855323683513635945316206396014348754212645300","-2598715489711385988867238345543394425712308748312180602712726772514349644558","-7760468431220212881934760674304925134641742615687632011678886194121401237526","11547838493033003081814663810611100439999317673216223633785150745634756108621","-14375608116911425896255504536214887400363814563318201302069613157733960815248","13291044101113250346525453297052159634571367033142107971771505640666947100106","-21716929464034958770053419457121182063337409968402612654642786945643123536074","-17310302933323050251421288529730964078614258445230756776161215872039945514079","-3424800120751271991214127992484622574809698914055623549662821587602724755555","-18903099795616147857231761791764798135034450147925645383544719182988565035883","-18076946104999908644098219574688926285825633766602967851565435059812024118514","19204112432446518561349676228955313006286904470610855386051734899156649949936","-761543444049939162184897829074377636042639527000714776986857600471140871261","1238318605484354761198271611318186617201946412230232520620729736181297608490","-21278928062996057218359127549268092613057915399714216566250858156812667416692","21337585631100817610016633993679101514733772840989993346568061311080431501512","-5659598083051282580811425993665911174595487584302132743435839021720491893003","11577986098315432171676682759544409323408949912855808138257838804835317163395","-20556840437653131783187288494006185745893179378194175699822616129178828030290","533886907489505328717547960923104633684820459385332861572504676845861863808","-4385904352915037684883834778457554993298777446232396402262744927633767065093","18610798836133127138357867426207427161956491129969100300061731704482842792521","-7398111183719819169494020966904581087345300197820168924927228573072942816395","15027987815485155898765747938866247813301195402427747927969819477681906918619","-15737540702349661550619212875418335730224317497551767390277547523175410646936","18732682541427763241651727008811505722932768895316284402999051344339687503396","-3699206123459303385518986327731535220011063277230409738640815409858113258527","6420192116589477738092759322641813773788915095742950136750079616741590037085","-7835720541281350840154342197926956666010643626659983909385468982960238915011","1326280260513339985443671711735151173449678284677245405112351448543350042956","-4522304234115982675524977213646758265077196975672018100690890690709354951447","11468494837920504209461778065521044599298268201035865721390674686135852537246","-8684135750712765998542825572667523891259197115199128539533397747295596110111","2554094413392212034093895862164328400500171665828097865557414847920604240196","-18606037755711474286024566365358206424196672221307093919967233543760780593505","19910965143665613650703689308972230330427701123512065117728079706121068825591","-8485193910245561513710879183899072406989776450983358128304349814243187630345","13050739366659540697955035667971303989380553680492401889736926246530318883633","-10653996379923837553177689180167824920484889988693137132501328902417042603638","13230228280217395035411938042757163618561242749372080074383995284953040847933","-12496268524545011483220011704353477447292349491802615907292115067944900842349","19182060131106774952136988483240101997312029891346517621818576782253041490830"],["0","-5360386009430026585039936100879332674746538220508030592683482494004663535196","12260291147505472998524370021100389600787320489487173125420054369506289224164","6741349807276861169554556706663638079587132991662704531167979341008693849441","18403612466715745647174495186793660562321414007556110531347502004935964444478","-5351028436553290646887877810577700171759795401433933457429211489182550635756","-21263729116306383615795757870315989228681894521125817935897069749970835334137","-18414797083782550510091622044417395033050442446977416969055161570389041335378","-14944742710231575293175487342689926793716358777805260782308252111171535447235","-19262944444427775164075791812203790145940744624112750075905544668061248637303","-10770086980161089163084963626104928187681895129289503480884644031486996277246","-5220224696652930675892243127037562675898550533193722684378855616821517819221","-21856906942926847227071094685522691056780057734709930308867447599424250974024","-3134599164866174825422750871733673917018510266244696709054582309594456398248","10373130564715815480014277300785098230396565451829612443660233572850300803672","2637149599486517836479203629138784972975136314066503034775342011839226824423","7296431772974988780189182692686426772277034803720695136474249898041391177524","-4531104679685607184802537278611256106271490734987770985330303390663162591035","1072634426568253555236288918019902652732030904051771628046896988304038280620","-5775195837134365220713439096550253456338797026784011476516540423318848584491","-10972323948559594864797472932444893211812520752028210579641149068476307543068","-633695813394984605771637840556085116391857907337709709146612116467456454976","1321008269678951721113787137997138928348712309490561974601907423075827952942","15322850360393788485351456765631295099131801562478718993253350612687462877586","4209063546905132277995811002906882326878308894065786842532166587214157266757","-14412284997864603259804303790929808011859265260132805277098021864541390765520","6124469138506437934048523275401163494765998037218156060623101772619495885578","-10380839046027163057344080790102193047981291706724234999766726055516030479188","-19414822967685557279462780655634064355954384827915616207552076059568615201767","-11323449424185746429163255195656398561388252109272508369540429774590001377500","20761518405002248606116777164282622486675797764996445267366845538766933132700","-4574166244447195751710143105149388466139988147580802614665194593431178127204","11803696279521386664706658653811866647594733182665301467892157473467936518205","2917859718816024709248305479207832886976663257291816590650589580185249377964","6553885128421500617342922186818335199085477376131321345207839024890928948180","-11491576298919043950302209872811668026884762586399613033767663803173729930370","-12416943882956091914138269913461043664335478219420565224554845020927721265412","-364836856407759680755880719894878907890842997795041166792178545151315863444","-20271331239827930791354648944888756475200709529031152848123819140714986851180","-14921160240004066277908463363086262077055075372648454458320599019042363994311","11040526330374899899686744139748631539185160672003694946953182762493313281842","8439363827341890256298769353797398784208286665023230690059634301310885019778","16321717555140648779767615126451756708234250782754760907285491124998590901773","-12846116376697798564973384511843686694424191176420351955344817116002735150807","-13666151432768483383000899785010539127633210389650327711478877164527463720870","-19155028877215175325959198513477190908399723812546343888127218266073379322932","11733480725784355692552353118878588516747498615385556777201751748357244378055","-5361594874881464776412476949771995120120292436380721458475089335721378069537","17871464340432118020157741025432190837965864941002141366984775395439379950004","4040946637411809851658836829557773620637340225076084031296510629317745182747","21753502518206001509728628823239321049616010830032486554685865764738534763665","14139763144201016126172088851428151416166597706247359197324356276639019988639","14715815941116464107005730749093267862896393941413971805276576299376375635670","11182697777426858950125502740669418887271572318342240715798798118591910926577","16447882535184979184298935129367179064449011248777786169595474606949596242529","-2028346951968674610242289354167440555137327563674560084100811832130150491121","5730226583754710862084885432479786489515197572064643248145433692884272936660","652770163409142917037843222206074937680189149645653951447906752940970635444","1491611975010238259265672420352193619196632508579148051979368331578545084387","-2160372994903043475098108320348697294341282521121881451439814906456905109180","1554797512630520690884190329949400847073308663366570118085295604220296413716","-14747782633327210853758693372710883154492115519654738781195290642847336696136","-1169583267382823331244748553724687617663394140904061086475566177985914650152","-363544344967616878230223335488034264874582916353080981248005162919414403116","14872385442245353402174912316803153294491041435738139253776441276715662391938","-2348960714751754653181366281145595889349822806979175553542571172855769648805","-354546581797560491967970940050470386860099260231865773902667005820055206561","-13614056977748292022693774882603401060985074985000774534117160906975217880431","1358141074506238634574935985306893688006844402918669267878111467955493480533","-16486692424840569583745091580305298101562604362890749885875759122243635536331","4314092644644497478715736021011853615308850238255512739895763829813528127028","-12561146331850166950168170563301188859456073692250022288518322011829343033340","4957998327665504907523298259598139108949794850081847531751003830940877596683","-9402932245000836554170839919221676561771896376288131641745083649474909932045","913374013591351617176727500861458249682281436380461624493705602080256064544","-19598937569437332680670520477754719045145696303145614414666764082663656745248","3495166744978154506587201455432989231742534882718322930938624259271579492709","-7753366220758979589033926739412342006284544640003926920692440423845798746189","21696115164944650074595725981247977119624760379088262274744573345627879004710","-13118544791728713962861118847662436721380976411565209799793278821571699131679","8824144345157166665762540047824356756315607847367152542154836889254117382887","-16695571469809030574285237581990696534793377124406910762433245186353400509288","6694556242061092737613403162504049420195727313785542575013948672542315428675","-20773312531501122088846208375099164171033863187890370574280933506788328465389","14193616523518329063005539610971094220181031808239315195263759618570270400260","-12296867721085413691203898497324653588096560002682690333877231561176201831875","19058218080311571170015397101610010179727336531140193883605023031329850885964","-18766326487796770883892072146789858127082193785133044826862896189720408939858","20549356070664591452475424675480465741178795772100665472967520203299254302932","-4641572867552115855963319411509885103344904394474516591656042218694690005166","13665968694472222842826628875374190266854803222210257404898094559936848073682","-5979162358281572639797778211678395450255752450824543963612685314268804622302","8922405262165178159698721764973915205502136018390178747804411718295078579982","-15007627009645931536729456808936173065082043764794563943399154524095534693908","14099978883987904210878934205725073032445268736089727912449131047179652024527","-1445239278553680086803375618440586088330794858124046414859146748206061800810","7524419543658589374980320731588311803811740230638910557034323570047999056931","-8571465671664497203752445686180987477179174218930254835852904982441332462068","1019269039784329579718016882607200061748092881349587546334109242957359301429","-3521535113601989767463500949796862773319111542305196212363068890845241750124","2871867398328367633585504033161081647842640703502344276280420918873140494876"],["0","7879767433862139080008706068292619031877411184147754536840442223300594808477","17088080702708085387394988601268301527638844196210033376081855937142892142111","21738839704832559564972982955932609816864156329573727303796206212306075794530","8818418532038805610761072300342802552845444345854702634526242034568782912584","-1681397240664678282939451142886204272453796212359515705080804244050913114461","-13217085420451838891077124933887156584841808712731583212566724523414993339781","-21733304272487023464184213716586170946488877202036666235220259151816426097870","17534247458046769387950204517677044549172991165039800991001638902685997669775","-9468854966223328046332290067524587362113955737410161865620792697655397918519","10157171887932024422879241999440728420081094028877185099418963363668953077969","-2669441866575779596767269694191494437640889505469122923710437621886827185427","-2957878714684582789792733775186605936689260824238942735495814700720774599651","-10802318976889750260105917800993278563173671928229941275933069837254967689085","5793474530334669421488485932169248336242473463947653761919946629673760394251","-6554932502656646598238353686687639855539389548725309927149815789750576637563","-20424962047254350495325454725780112648040463528374879277634848513709478113372","-2883437565479739439492158901435065041914981107933779551353024131220222072615","3111563429051369064830778996595874850455400026439797761528767527639360458515","-17668484668970321780421847300231362399090679118622403744238164003467968335937","-16408276807541613562444719102372579702806978818982832028870240681995130660604","-15397923968596556831734091787495409675853217139520476999002500783762361582797","5818147430386556032723810207144486947508451518994919936473640423827254570208","-3651438655204254757201610736863581601391807059981221164121962868721590318698","17228751849850732090095944148483032409797131125529668574822116308825133779634","-2769942548888176230001593284642554944909522645716370447999554267330334660826","3387035773691172770124837618545054488173972223723076433590027902340044994369","-4489744499517314371527297367761768265102469713010974410389033281062093562035","-15346601248305836557065212295136460362643990237347781978114940037679303709431","-5572618797103157923424196766891808773641022757355333844602939366080088410714","13925524053107140263296504397665503997871114796598942413026544343246629437225","5817210457695219575751882252494384711635140159789994277057858515276663731296","21030154833070309191242287666346102171304040318936468439231855024960809670464","11691894283771130344035665173726470055638158567261298738519803476290891993575","14912407155212084488810117354119597792645221964695498633774815296936746327542","-20738331296660681996499550423367825078525902826288681124125827686672135959969","-4907303448221044668406404099964995989887657512512380486066906120894972383135","-19090819181052848005509633355087533951507522694013618765156587901154935279353","-70603252979723221070430463555234296825764047474841322098926242093361393968","-19444042492092367615827469499750789953127159925007523328213608708419469725933","19413209319472240542099434609657343363982659525074861257725391033114890751032","14415957599506842894401696663769530615949565348675842097486117754987822171747","2942916284284888459726034001718629388011218619575622039472379721729211368462","-2946989836905905794435367940241240101100326376478039209000961732175948101448","-397376824993706346448309223473366944179056419735171537779760837643299435573","-9541554110562705460500305801057722459951292343302090929880586684643045381327","19480102942258877696655773761084540113536464626582858492380993726604044932916","16459750692470599866885775946369980732446160112850722528019455793043524986583","13428052304568920048450220656097260668271048744359709576683486471393967929467","-10874459807992212224968424605066970864941862602724366640333660146030841233809","-7311040546459140844723057928445143857696208592246496319466691097930316038025","-20070328168400941689113393502711672828560462799315614035404417246823094851777","-12870453745798272276346906321801780785534131942099162106179257332307088856874","-13683222598315169420158955387475630891331289508060468434414892556800761985266","-447136422993879775583668277030757480461275926520432746151594758700804195247","-16242121455468865108574328971646332033009883450999714335402106982709752787509","9954304473581809350990583931857897092019270134030263677529649089160613435732","-3943708768842659527890892410275845856071392094023634153896031811069436050645","255773515524751149389790397850736647190098733551029908431251383941170357034","-19001521196783367984038534721354387897551276799403419741149097812142664873157","13273450006440449045680686765315647012210433274889714464218493010892840902905","-1508441221450140495593441630015420448187740651037172758459719947917162596331","5338314578377147276277565498124483075506478534351535996799748404202277590463","7047799770289288588076605658389939251984616116564603580686777761578643372579","17521617898642347094133896711458531423347875592126913430395019239041152085788","-20190931995540389922885151647549516077157189283692849797876523224883276786499","-18500967281969364732476197104024227173431989738278260825838143057479135835202","-10180305316670153600515728761734335873511235427352511388020462423417368816551","-18526527052246167797835033333936713557155234922275752412062870426184349501291","-8430090514606765241349144237382063216972469954507337556621999494995344296387","7956681196659878415643369913342827522202772237829469059378160963010362071396","-20151675480639840574347416781887986625209770188876257187187664738895522759655","19521162090903244742397104402430050873145627438196533449135187194635928177649","-14746668696737010775649965351063197893237362987665071509547888794350697608069","12197214616267885410311525997719319458898941495902951778778858838525166160584","-17689039057166545832402147103729700936879019223749005484695013672731294902204","8596653131355270952295902756645362698651789772339742707362755146373849068669","-16171120792015224077181421809223714393974779968857127923580250936486814949446","10549517639202888722488119075486610808777484320772038499471669298427700092729","-11562186175331458173936051136761156036359848465012009906259977692443092405551","14985228160213332479365086060500914414867653337897588376063528532466437507202","-2066777486705775253685760343788557925510651394684221303732480707693848612109","8151658114368911815287107981613531383346595332837779725864239923153347544416","-11400036511398066841472143525469112670130559692223867049474385964760695841063","4745884338942277510043840944368098764248415067098807160850680228591495332263","-3564659773049143226093226298104002091664903656197022052079992537096855129795","21628312457478758500942152243939058545182882701152910402711199685586553908414","-17349669518177641757548463309715306966997344189504623372475692608795323281281","20999611855145075732125456731641756850989853439284813735854121795451063957526","-632282070467971452157254602317913417279292405342880153375538959028427535882","12077801148165959636234260872134589909356025485335742309565410140953901110349","-13552517992935963554117500115761614609403693145497069215549085462918553758622","8724050554367587341761971379990597474170625889053227541733349806461250962371","-10662621088764935838798668772143970209734628559369711312676753279532980037280","1084500882476743420075285274110557355552230055393884479317322829969181180838","-11825475107963939618809579892885400974067014650513202771536854057883003689674","20991259568611379256832265210094692831649885471004352359989025349068829418199","-7835160735939847649117123740988732059059051669594872680490482638849485370992","15871247044973973201038449997696400072230823278592213458044962540318876876997","-18598992657639467619021280200857905329936560416787201247650118752775168195790","9328111261935059138200773103519770768787590546660588070664965007231849452772"],["0","-18025611776808814888908804731388344190569241270928912340243858192225544472414","-915098094567639074927853023706880365591109150541458717043639862806101084825","-7085976033578910718723872990613030035521729597283395577840726202092871667657","-12631908156873205896744638582596010916857746749957237022193243144344037302566","-2745455174741671895798045220997961848540599698526742089444797623788123988819","-636431006521461141167992917138609408018997517904319758448129633346849292694","-9562929162793198010184831604091059317743886739042810100386005911256362479823","13282490567006976026628978006764422127260790141609863265338232748089787954128","18526345090325803179824218723496804201891992870063789991031806901631448280411","10135572541401311168158263865458701318130287030943695084582493855084648433942","6982298175004494670846593517424891877991942055783798319818720111762041195118","10998903042830358385617435729468410771063659396450538770654112807125589999271","7503726214894469985855707251783498175108805790092923926292269088777746526634","8029029582189004455308745434033345292917984337135459973651123049708978427975","-10816849012445195469154179061606408176601886238006520949424738857389593555747","12755030558227305686962475484009638626111270283060108206172804367585503259944","-7250651580827791405966193609361358097515830614470070698379877274097676751914","8702508072427631254624505962095217246794033992677316240153255958859370872757","17347493133995236640460572662975460292676946313691349068211778433655874553329","15233042057455425325463446608625591697932465217953707223931491402149183426841","-8678638946806367253676028422574964462047516460742873427815204646427373436005","8407540998080880989507060330376756953897126263111861899601849850442047002718","1556287673738824179626981894222304904666811649062381685093525346376506601713","17507869078638300478979514669005118561884702092335692489691350421129580816764","-11440430294204627753297944183591685900065799657767791788473585619524189832988","-10795502539436398027308349489471345001922722395885699587158304709276157490259","-9876330236498716677430792661463190054102424503179908554757897627756967418832","-12205846539793622195687585839579824002346284771727065736658232072401293223372","-4729502846107054643799502536029557606171355915536076055388477575601596599617","14497278256652515599919265863159426797082397048493211842099033905354561134062","18658171155942324258064929152753914201003114856362809666977268222814775657484","10079617325678046386106190653208934667550815124566259741834614946468070768515","-20835339425157220916646780696246455889967597264189841523285880065874355166439","17848195540395686095035440428349957616815653610207883322054850192112128466543","-8244381784392614053992888844209734517026137335235456286579986079781112080315","-21308321547662473113448761394640181529228310280580319506222749419739872765857","-10396038621195881091529725076410696693885421963974226693324379400048435768792","-10231080183056719123484916005105977120054222138814763127906644051867915464894","-5555524377777304539308173665613697267638919958063474350265256727700246949463","3924304707866048103280554129824296251229709763453127117835098640554931998534","19556767910919690230644832616629306520177577146839620848306970778036114001323","16758000980963689031910823842146716404245966816424151829463388430878584316856","-2462624176079720770978143141641732574395319027477628725189400884059028109319","-6488907547597029012536328665028536015799470018385937636800715726103233095037","-5816865251275159905027262537802732820232356055518460087770737493891625682842","16255870407443244545111915725461869046722094280696010660076912990078835717972","-12787924134914506650825237477389714351956672410290853250371997873862558568402","-16880309087336509832238225571701276473859407558777880744349040096100008511812","-13536997258751405466445544823800711536352584570338769489843818782969145212476","-18499733761596925226780872394765564446739344207091806619962146821931318825035","-11238165549744167627448546455537899432605891644201992465742235087835355880391","-10393030360828193234434089222270653539716815542048287381404191904770142068152","-11207231349019457448972754371400512752033811488343023162695095484743790334949","-13820474513479471597670706400991624774560639447938511312544971030391381629011","-6404932226307509484001166109644683663483803547461059817575765942958835850922","5419696418228274458203931557569260683880356961713353322071594055696091932089","13496519490131369082320892870017752917591085484995427137369014055964581078445","8981036567127285875440978351263585133840550667898051207368227974944334588303","-18666869101173800320220427957474676556107159548860365242537098706852531219117","-11705268708677519601160571878967129223757346755593285849330665191977948170713","-266458833012652741021359762318818170957809620947312213802832630170903183132","-5131582059212481124327831430876281944459914725681410002095927972046891554914","-4289605049839144349540817216144720570638948295878875021373655930515579590549","8632817031985102183256016371653985273983684858161462410330261124823250619108","-1091645388579968697216992676186500810451050606241336783057599118864660766224","2259097844100528885941416314000582287334197938272012194342029684083593230094","-11312199529341394487158822725735029391370214107154312486837321000109388112196","-10237878185106820399430316464412554215859913768438660217775376690212976844457","-18213434557568575387230328796293439810258356744217338149256013844725208903594","19132397999396607910435490762697986540012365947210877216097045479775188278504","-10490453652752710675681987953417652861235274549216620090786311458234288686183","20254693218057276563607811846263808931852977749255317012287579391890728675036","-16459516800152081833308273448427988888191966642086933316696866639640888010058","7176909513498315927376829415526750357573278159276163393739467731576543068998","-7548825308523552573808801021933858603960600935694559051240634687648075933856","8744552886802248109737087445394600663904895635796888060858768006632013292187","-14213283227937143329714804238536461731226552098309223597709425568750914523405","4409735234219945715081299554161770701408498115710004896567359798058435933728","-925966163018274163074703707751802025226076533694599528323493305499216914627","11292257034753867799129986508918583652684507270614848841161686631548609508867","-7408824154789417501209432944143223559559593954203338121299178052107960057192","7043298942114753577223116967564768032419074234237474375696387377948915783388","-18664291033882029330335593712529931382407663844802512221725268442499883705147","18399351034122534201774363113685938736304485614733150601983532008364031133819","-13878078395721126310616749639068226602810780555432120836701090098837630813851","254221071438857164254756186987085726919489503051894654088190081594457012046","-14965648077180397755656880983240544548459773084240769039141433583400567920824","8230128790853351437232902845885209951089756367109646209476047833930126911393","-2126016481545671874979739971020313241621552320230316199851927764038315424921","1162298470659718765815471244443552793299107975507801011926686875832142986537","-3843949243537513476781769828958541943006779281078920370421607199027393903958","18914723527156478320042492406914045111804203601585278558516944172343522843770","-8643808781838211122552869378580152433952732150712354646034693819630338143033","6375738327881320548412852271402174955208338919125613591460831585185870614259","-14844637141808910584420981673350728316675395574077244182426094507998840647335","12545967002155416211090615381985523770775674662563958156768461992118523242865","-3845055720287662429907754637645067128026116829245041096472081644152876107828","2359516108163270781309151677099226443930484348569864834134250760841695835512","-19666043188784529722538898628731974566182194535716542003500431239674769255989","2871867398328367633585504033161081647842640703502344276280420918873140494876"],["0","-1683710990141482709403569672712098083734489569264564306416689742754861839684","-11015965581031830278481122378914996979625418019846654407214759264058462187909","-5319936819023169146690775155326633320790766209169973869646578652468367346949","1430300484957983234171840912132824923177329057575730699249415075847103659866","12478651229890931198339685592812490645907267293115995893657507314163166218770","18335947645972080565181519155469587263576022816479103177489155373959900731272","17670418235447706408676250424757050843062954705985208640706184427277955684787","2421128050024955608039419581109253929433958109971104475316508941565860978685","7101678434796299631185195613630320497365298775295186057487106583633691142543","2462088445363904757476783561455171015895514478699658858131219086700523590267","-847003779122546649499066608946312458169673971197796552235210202662510763888","-20618464215134050280174556126780211188330960894985835987217417904419522942352","-17436671182308047672428590792813643484219698301510730651962074181156528871308","-8048685693434908716810270491877545679472706730653686766229241122478285822219","-4032633202091876938786422638735645294385078753778339424485163740926714844076","6936820313268546544411109207968110262651416527200602448535061535782903341897","-13349504093434504063618852988984467404323072636466033768538930117123407614422","19552748444760565069452167315012038916261216459812259697424950768965162278674","6179177101926030323873157172169600253132885335780652607616924366832204975499","15091432864761183181533121136888531685916251275385383730570371693305371038315","-17737231331867349811176584790170475131818121868623051546462300738374753598100","-21487254031645071085916358043421480700030794467877487591990819112057470125222","-2889091087120294234667105791525079622943644231991566938341489573660082096862","-8477391836326796588433970806015349399648882490979692127119480184941124553747","-4717481836127103945149093901733285933408002003786455956729297309089231225508","10221369444737482967853077814805845086204579657810177537703866121875877001413","-722822014542950945852098376329801700507757358377216111594261914095814893659","-10088298733776609719212920995733689885671811320352751229360805771614111330370","-5490839435510789875182826281470021753211399765101267493233363201174991038856","4113764610662741004363521221131791271774028658239200103513430672668146131099","663831252781728812127732856978520862807860084488438962165111261980953092390","14647858865411076808908734746151689563535966461567184018283073516848690125450","13632819709247174693252021223481341737594125640237720575640155581201210401778","12239286957409211020608741603237920770307150376671710508290535894179952654669","-11281664675088686213618246688447057304564353539704003725175777413182097892697","-2982663860103687860117026586497322660380684914891833489990073846770610116272","-20681012289446654529576475483597807650417948548700124673033303726621039359727","-16434909900665923618408429185209177233583137940669221114176223811392279589462","-6626933675468696396309772042590721254204916406617900984458548320169363493760","12925543181483026327878877841589358822265070995600530115629298699600132006242","-2965282583733504559625297563701020056241813631735091331063556789819470501317","21600557076317370406274351573806232973300951219301714993576578015634106702941","-20585052756512153288476147771770946527776546379932263772054315050408947752391","-304141718096596911004734143392192964576882875021313696062727905876132953702","-18392375371626914120748945406793736506960534974584550227441523059703173583404","1273599363857081812940126283005821183055942099113557431876979204030938772899","-8504153880604109637327180383559623160299672063179007320617391395659136847269","-6213469864657917416542941536466884757287637799372952323682518241834026810020","-16926309867342418943536837163178156931438719417811387503697949178747068629258","7484536391865984121877373398008605862713390563825784957906756787700019219684","788737584982329486305086829050736640591639137850883712257965376621757119152","3709806172168854578664925538031533095946302397147823326937088128241508495177","9115405626954942262830609664062684107828164208876740695677853703319347687336","14396233029415723095630506215400587602976446780331358416186207460366008867357","4270140615917477707914508072590994627632328969618089111798554006021743045171","11090108109231456554356863523792274047184191174298089940046567927429437971571","20492463123274617640199940474760197925335685945437191241071493788367885590044","19666433095970792511058055307507123385558861299798377163971425662067837229497","-17257714659190464679594844894982432815124030462604606451710598060003319282059","-11368180768712682114075595506586659361252826714507320776792072244423651307375","-15329780087356110455399203436299382655399290137059733255094841583359171586169","-15162613061014375734680602506026065707735394762160989649756137980382572987836","-20097370850834325964816453273727132455642755336170988287276072751843934147358","-10571476172303995104550867321594258411105096169317258824997638748407503294045","-19242507806376489245132716102397910227312058624702628292087082792696479896901","-9617239924312669504030866536413536107869876692714150494955953748198723338507","-3013410438212512977517071570114316454233099348502948540434811040020953194059","17916826937066591933370587942678290443788184655770549643648666181471126220595","5068051101627901653580924950235353486280969885145297218018513688889864583628","7227847678773837412770327964194041380223471996735623666613729135716347411789","-13140180641373245045742311743707545687000244180422587249654905615322182898684","7218928825836824057454917492451902228903101714228265455242308502317084050276","-164399321131761864647054080805770687343346566637438123755811926507404976174","10841871074119990110482491899411521974709070161373917375315413404951888223260","-15528350989761249936776852455315498423957093314155832152017881181279453039177","18074287528952648670864435565598327151310356717206032873353113381363477223421","-18008760650635279974025178527225547073036047587464195003249882524055845546205","18641713362223133502773074214176009421102080443444527592905302656086233024200","-3700299663176695782699395059859802594056231873751842934178441510522700922386","17613311378768609995492470806188683293494278542527180811822031334978140936141","-18634185090142606605797649305743121895007515871047288259774930559637088363858","11551271670724390761408081615393364976693333493100473259407934846332468155157","-282277157980945423282732480861647016860206003416671956079715834619070403181","19693562305617263996881757798919141131863054624449940740320063791341161209324","-28751368983516537917501288056689508523343007203802622458701802568874898816","9785266580717772986082145850649949666351748547489086976412880247885919934622","-9272898574549479253666366686514849221513266973654101202487129451612041932713","354765167840262316217142426618938722942023183013107566632592320928411193326","-20188372066541013548842093343460328125750979945187121379464889834068167295241","14494309867425998526986774778226333111367821820853207592018469762633080661542","-11325358538065797603663497629565270364937669675251328899549248659351881790884","2727760613986777331800629520620140227670733303848317914046889730282856275851","-4964559669042638826660128562813021518583983411012601771974804111681860963071","19483544052428785406492968002379361364293059068071263201660320455750804620193","-8682561817821198679746648723543517205360396932759116553116787667446055527946","7412835578881736324828759217791310013805075918793906817343841844767664328173","-1524324472833394278475523888328655545920825177127853664586399768966625569572","13229944521176999142672461592974953331588470107351099917802752138160538360117","-1432756615635737341411275007164894723689323127664648451112420498660160365880","19182060131106774952136988483240101997312029891346517621818576782253041490830"],["0","-1651942858252020771490294773226964157626291652859994790330372692581164642356","-17092151290006936707306373828648956284091091436675336283800886631350319086950","-14734173987287711872273910883544581981037635341694543602642907690041899060158","19297760910479759886582948678013252371052292760789922000536641059851948882113","-8813927712100124314006080600067866895257227364767299572731135259233571719361","9990397121904586931822199704122662164048239859738642588024112447539084249506","-11661974053896347906956483925975704781323592631040603832495156358885978509040","9057803723235734883677195621961665042946520590156054924899495487992257223508","11504460312554663818311557790947709825381262021345646532132891034098899700831","11561021781503277304197726760615930073455063091002895974571559596124641651348","-5478059978552900924706379708297195354401273860675015771477012547816230142517","-17344774176083079406464152452541636233413660329671260990477787171409672412643","-14827306488819705794601119120742604897698975200798756815953147151678365679475","-8527128036834892815573346692074281969549108370384308142441662595803696055209","-12042362390788057835735154700223192802203726903840993110312499333961583720348","9077622351056263958687608753002300860925675206996061175709809622802986525166","-9627338999620996753095005514986565323270188828503800478647564352229698004061","-2230598970949073012715031679068020810176677976120351264154236781495845087229","-9328474399641858776261369880595124693381680481663366771910170292277434717611","16005370578251098312665641838010805642727375271769907102636073421014558574073","-14185713072536138256715220371816128096354675504778687896084541479127260898974","1472937259746427599013781116455201259558196522700159826584102032620805782766","11531652126620130393632983171438832249109714979847876522203421810244650907088","820488699952544340009306475202987712935893521792202017244961944205728210021","-14428406756478301901574553154244289967154303924403095031964138311531485512524","11065960902640414607268922558048542659217285050703193058577436729559028595747","-12743054377021521039594290058335054009227932217074917592332167796219163056440","-405456696057577932136789609026454340718475633176707055675492046073723323658","-4191910797381990173389919762856175071053170565723470650056709214036883068895","20343054950183505446535621304699600565115374015812492093860483946521221373323","15152528416260947037327327806671338718817992303726115848599148887721955534665","19712623357324446043401145723123784877701905027630036610536509276645971447991","-6114903577512965754317958354731601092334866075160793907586345646660711886115","9322544354386649605050485507216973017448649999447283583319952205609589546626","-11533170620626523203488016915429943698917780722114421957814702519144540551830","-17887283834261126973388717841817540035625477766779087526283322763165992111805","-13461137580913236681395097936121906540236533406934034558094469792262953262349","-20008859260351118789558378939070059781151351991602103165112037705535580217781","-8546433663037574231852137067984754639256336484771912404300920304757391709385","489536565676830926904463658344553293962972520905842725169415568378415898623","2787053902090598765206978060460563851029848391670866048017743349315949685033","19449692499734568461642257072501684081223616848957388822743376826560738607500","-7302392503218729248830876352616148647864494906790183604489706964777773958271","-304999031044607385408254033828614346052055823655395437701912774844555910614","-20283463182024199881488557338655219345801252530312092213938423720985909114193","7755705643890942629672367727237128055658698707809784120515457989373092117265","9602570233781588775266567309754243470339883781582924835959305947938851677302","16754347677159354684427444122450039746766668982564625495451083437513808578227","8665802091693967918316242808575907400952831110790921192070930992907199603986","5184718622785025022543005162891565890754915636933579809769931031092502795745","319672336998535150906561003005791910906178411031593864421027382499227578451","13569778184807093691879589526263177096470636947248136746188409495420575353129","-14769860221025448478794835530181122574883807212268522896215110738850377054708","17186194891731208186573109598100532698732655968271955109575836618109308932267","-18091545340735369434148136420113722684779235376427990432908831288059648078085","12646013057094236735386013310599708873905173343737488304148124464340518891129","-16900410334605376670786977366031886155945208821281531598303476527432009807362","12486023618858901639097695180628057379462572700446529910193474999645468385679","12376514705874805265928827182131803365986298560621795064038892441441762082934","2060876993134090104530452896757095364287949695582836425645426780898561704718","-2609028174733241385814680618102717335290680642359432436119431289849096525377","1099599251417133746677824109533992090852654052647166922886300485529479627783","-21411426688488442124151343271361594119761676129011946215314541786856912141646","-4125277663297876606334676088393902357504688609697345264979769509634940222485","-9154841334341575012715176090677994658849141482723858339683753990665964866009","-2600055492087647501234539721913237826110301480428577404095801103208710617675","-9995463992787547932448666552748415925519622200824091557430795078969746883270","-21435793432468972393910431811009377506763360749468410659920063400630172921419","-4024996417261942073680035356131485586244694597343081059744097700671156026453","2471281847789438205964046448807865627332811339782824296990578970765240575219","-21816092452461397260663080278800022599956197607194977203951455317265354845033","12016768382817950802569849262730594797992885587491159659292218234751524746658","-3711610230444575314546092583191638334256373060689791664260735250137202891106","19568605111736836822015466394166105316516303852673046376767811794046198761371","-11953861866288893353947619344057856887212877832585957778890947681340076727073","5134440268295137243257245736641994183833116680671067932020168290332786785770","-7264835929175040904209187653594122758884266273994953873166756560014535820572","12725653766946586834636666276387015826665421633474557589258411992718617517324","-17371475788428064879384272659308128337602945638159050436984930447374524427807","2963437722460082905707667877044834145247449726487841339968445458432544572892","-18391670103893389914610675246865592085613399529585567762517818219702719868335","14356060743736978986529854744242959220012463917299019317171885431287231633506","-7197778110308092989126015573501944527710973104666787807248385165492929853038","19139317656401307869008514655405909589191927434896863654945052959635969049226","-1988490664278502139477355049225846470268411494959401095301745991054249737050","11051425131794371309651209777340781816759340179617272809396290888908344742737","-852133114756021500581941834074854594309725674783073511007341155733458252010","889449249813390113689141260915267562149775136551805567360932863316252212551","-8188891727130578697310475390708514758205307863861616744762660858367370109585","13519887448829475408520372769662349279983603521264826233920030112851113901631","-17563610163012866716845314955798105994158200620166100851783889040658196799783","15238227063686376620712029244245702190529846709464135105876704076140317909539","-5898625947011491694347006617410233931486353187217703976559957220724676215999","13948374681184496252802497094313622689901553480926491455447854081022923958394","-10327706899088100543273610722170862128578600118145914757112200337548496166678","13851681986970254996631271131359522373808847811878177679557254857646888619621","-16935368111965412506314164874936748514830023940033627850049093163359694751780","18031025836922220589574550016316474230787295432942876525558040984717510094879","-18552755207049914276383258138172709427644907755834451438794051447771946131534","18970311064693038148209589780888968149458087404754305215059439299443870868952"],["0","-9728107943039677876553958109003233372688161955741820282350883619910431647252","-10811772923007885610424283565719211783679045041540898043066884873749793597336","-5243469467020392965776985238210083906594656580030079762726686720961883585170","4655653943657565451035668952626924721529742443786457715182555402379380134153","7626325202921089131112693846456530256840151797441802782088617930325556563034","12820143586490893323197436406650500365592664519716204832430640883073360249693","10480804414473681366609344617140771314521987047942795596307610990977532172551","19426105724822610631350326322647138948782639937433635809207406766490983587372","13624648252665122529704704294120675079190800857770426060462913198130328058832","20008749029092866511721814000688294641792830570804779578856496317315535108338","19385811279593271201065959463979558914210027742738780258121902349265612260875","3948232181385293783636796844336196030774395314694747789407131676342926755071","18990257857911165195445244373274470442351371592952887593152351272502752311433","9108431355928583505649237900328399890271254549212648070255761705511850702472","-16201151260379356565297383260510197968465722927624319267969227215424952038508","-10035189396572848078460592914292868198779523961076284114934270955122230350165","-21802839781158193069647903504956099623029925571683262921025834191793908533642","20472505690300372039712117182099444037700282055886582882894169245263938028845","2397109568635162892689901400623078134909179114689928166068273425773422743992","1744346285481230005650351013015364672764157224841083097664381387978817543679","-18960188127961256075202233039145006841387745891296396382740202477865485735082","6599012208710523962460595114880000847738438278863827413755774677341928687331","12183246048474290853448997915566871581156324238833213279014919172443509665490","4747275909461976528721245515032656163437325055845208344744396867822135337437","-6196383219011342754814724308852698673241947343348489964563053981697388865513","-9327533991403460612427764623139656649637526592957204276355324912630625210771","-9127771590928129456320729601066458531642291749592792465471100344378781036214","-21871267952264401490839008516396813801127714050633749857492858299446060618183","-3863970750607629356874597951145749641718461754960969312302920831615640982637","9775523653323294621861160528646308815249369113568891496729486232386247987591","15848406281249126417355884825644338027317732079239290156868720335300963638721","12462134662738211555153489371407022353299550798738639067750392568814323465322","7798867954925759393700516491048929935268990075709315887157009352169285228845","17460709727137972214348841657778334791866330469046356122854440216139714988596","-4056141089349025718423612141021166496938822365263227416515486186884431839821","-11755565476920617766255296639233730575031818518827462135976976887160828284858","-6691532705062567276194924120037900119896041654925513339718010196440697735185","-4070621927751650657977264439506151712843157872141672712517127956075555187030","-1864379763037300331508965899856000857079766634026078014253120950808687868703","-20361943140909608018214878706012157871339338680827838403796260560335589895808","-8499822366583976036965165571898765360418197549606631789645767705283757297736","8020697481899178259864247737472789469187842271655892407865291498460276913541","-13889553244316597061747024178546903121709208937913724067656601365826748321516","-17446312938130708507251159314727867489185332951680902946964390070564112766955","-7914062811498774816307810315673523438676802467447177169589092308126668385018","332378437178488732853048603324365835416960244544199538698319407975480152742","14229229671040830501122674282689027632780869281956590842766347495038497520603","15267641528297521001034525406764445008604514656724233432406839700372196067234","-15759928091882146079941114612504300057379195338350607493752499042323069721200","18965891763014502621699722971549045529373124412359325418864563492187270028461","4034934657366047418176340256922111917378359177619429090793335849625171981740","843155480119915755150774035592238309942823370507413572531736783562534486400","-15004196679083933242380656347500761772049514446383727762347265381793344369031","-17186421772084559670864480879302180640507056002111464730563201529662443799422","-7015207775399570830269889698455777597580378497725042405999548673690866552725","21562929522663261754007614774731805838623972702399824008014433178111381583517","-15277410839488886856804978862439986912149551085865162913612944251819113542615","10494068011863733416039792980558829889006738354030977560895609088223393565448","-741719499213018169259683125672919028643851466099889108513299791960986900870","3259268572628973819993127271226892227448028818707445451717762394004929008908","-15279828062278233636114846328580454574085425873441584009328083417876431039405","-13829820076239545214848571593005495561832372509875608078622050100469846360525","-180317960896166097079385665000819399803331709979648624610544911089697137166","5960401419917706441960114783270103106713801038720155452238644277276797849801","-13528398077639408463429573494500095044653567289535477910981074457123467365517","10440202334964072633090295609696967196542208860117371944790831445828518077900","-1826186261815192797328097897879089258505070135069909841884386583489416199917","-7322048874548055095625167367598488434225504580526967377089622874333217017387","-20402201190780508732431891611826086624997610073623647289830365799484114616842","6183490371764049053026094915885557758944064308859549687517957857302585834525","-7195868242902903977558849247955432186761292081299524779751570906274740792438","366524149935531093589194020154635927317146302691128218459472410391775225506","-15814865321774618653207440695373983449971262891058884540135655907270753287991","12212685768690613055996513674698442959182633367299311206052981953742825313235","-16164252248878286408310546144542161897055907947877394493981296762352686635612","6058497265703577391006483689948095430708727363696026235193134335539078329995","-5729155225088949669827731334140406677234232448875087720114036423438116114925","17684875845796228803958935055237939140957700533296616992445547000097130343885","-18218261879213635482978304769450178283545954204950698739791768548989637382145","5520833898077037379343247147296186286791201523229936140817208836031394792394","-269813820072834108456631745692933132960940277399541637034605417688584482628","11927781459875109062723180359394779142550941312652800415354549898003826380748","-17959475428700876196681543173011564853965664499122081897938467881162705974762","19081499794568501363349754249799875940215201980380187019540445034642733841460","-2503532996391132020272048208851803720328218656085404470329967602267280396919","14223169532682317512336794076235000485092805577296840318255918698822569491908","-15471914513734994174400161415947602642422323981557500282864261516183611787913","20985808502459387468653320579635801347437617893399326381637011926357674113776","-12478223614017178667646577251242456558163229165212919459751266803587257783705","8639666447781086237674863801905046052205007377347539865061891146774849319810","-12616672255699685043306760531357870763326139130604196465875531714135237737910","7858806100696084531268277316512809959810680194002093272157026948080001444585","-634996846711131791184756518733794858515052510410126117086629286403693343844","760888556474541944923293058713305705800213792029916795122236365936433149848","-16009517048782381412928962857211393161496453924799355433005096377490141155017","18262201905632165607450136386314935151426114148564167361608957055179173488332","-3099079771019982229373288087549374053037271735665369196533881132154492029060","13968854278188376933338786055380317845484808371083001381098620340718418500655","-6038157879906975464579393845208629836386973057501066820300890511863736696246","4566370542501287381314118130585125955184904459225582236379869826445927980210"],["0","-13928881827534084232338621837890993238167140982081813701058600188191937759157","-12803457788833692690060451303687033827439616536335401571036244675435174189208","-14918995546873174822257176291957504779828142878180869959695109963617309079642","1947459412551957542478668285999023832739879005423164487069935366998200029672","-6344335791611636655166403483115347260265167947617786413870094629449686292780","-15635194593575595781068219095836635645668516095241463925684437318711241256974","-19165889156618886755814820204274395022180695845230823487662889828585497027247","5465070973323788950957941061499541824752863348024727439940605110137033084403","6087875744547277094565018481426019529546708673299893238372994372046858970842","2194078962994836949994681974148484036886550946004108476882224276826968138480","-516973555011294556748483305796696432422258541292600616556337638839512566623","-16436988904284948834039996598750800999715293812655185002722003486180666550114","-15630196835712986218541485891054019806244684895505256395571528257289545829172","3704424060947034098283864280717156772025828800800528589099830577240459030251","-14290326683338635364960830867873245989791756026734474050651465904630381817365","-11085993445992752255617624420504854722490554751176770362173459541627860000336","-8673086447246457588788012803863356166669016886139079274360541017672666474934","941026697741770790099552243972927714630331742674866527238690320769413125663","20277209659649928770256158904803849787152884650706871713771745138658314283764","9117313687478099868754318394285423854379461566262031198401039822165846434442","-17313176421612606570923824837702612346713848351019617465095275916612894845163","21459572477267343679497394270826742045207044409182359652036411805851916775777","-4289600258873320252846235310417324146174556928538366660174607443690036407589","-1157160875954469008626040068107221987786155541504576324864083511810624940031","-7646273849539857451207563199581453422460193155990530818958473733676993658182","-3015113626187468400320294036598857822241359991493603923604131602236275429631","-18858681376158140928631192656110191021027929132007817282892352748145011413562","14012117781468551658090115585129366319330411117763059765755395105277620744051","-10001662182262191390801035081931161681828952991828812759226915366265524239243","18381541708289790190386810304583866009264314563090359907385463641161103923908","15247002335331225643163246843045284707798655447458148065967359149200186201433","4763650678244413038772277545795667482570160233527573807699933000010997646390","6744481008514342061188035911785333938219010601607992856291275500924271919077","3102692471254911725062065954476563109457162453305399392960477499950501434210","-17439647197388806783982003254669211548190562755501141772228650248994330117769","12291721929342595948062284862854575261584806074507844961473280530650657051620","14468478557818372594451549826735164095876413164687679249788168855064340130422","12657192700052534144974246897994189904619527249209073457118047919637138328229","2958205150714380614825049689285775028217138664853272680520312304090425921833","15863021800279223093784351241762034439249682706686718946734447581520373701971","14498156907631284812800820153710732704007709549754072769292357809436373222615","9105030224949996924737397839526439501176056263158944144727646044310283670707","14080826166323636348937267514890284503039325319961948726016935244842941479045","13090230856168715620504281825447700250093172176712595277435930766907659295190","18620272432236815375092396113170954943668919111199729241992464255068231010407","7636906522068715620800290607687331943032674296795989359250596009512038906212","8032267680093820281733243253519705309088140054320004575144112601752716815317","17122972931920403810529886660525984957112886195021200212210121359864159959846","4751281737349604576842660792719088910310433654246689689652808750063852611615","4873030122355716223961143922923631461012225875406057991493388803271007842244","4675736029787070168584872667196093624823759106825411050194965573100609318142","11393049587369937329395149231000854952651748522774192627725758443994723893292","16397441613529152576986629237274813173097682034391685185363017073151457765733","9761660009477848437758535871041157459478535969569776071023597214262653799366","20300241605647967301080114173417675324678975055807940843443748807582742158943","7620618216329905823561529175056661678333299936348451215330960077123041233943","17020232673133887036829193607087351189990186120968298983482719131013741080045","13102089714581035826746687749115352483651570491548717160595699128437490952152","-939558358225434444540275027436570436420838558875763398768204553003458815597","12895614443176498737211458543721361702019374139983111952734725090480596306157","-18781968612116039956237670858331925211162291336340213461245311712741815895610","-17147512324116281979848472452228227326686588061075010480719166840343351449788","-20901924004586896465832251036556581598648689360398097784329051305457606041543","-899553929278123715192157088715019626056843798813264324063987351929750783356","-19619506142597549192049352746139135635555443856700341638765886921771876833683","-9562396059141669968128696533964331430890847542344875607000288450965667547574","-6286746659785417251984981587899713542027241043899746739443204178938746567680","-4462220512707706769378915092148649886457402469220764298018667891328491790734","-14683173996407054917359920420900039956227208067645183128557807080316758812274","18085771555194867019612223088210212201642228544611806416686388232205591224499","-13646196317732417013503561023058428310600077702955194258348516434294917243718","2423932144897472889087936522228535572427037391500877458408054496030831812932","-21804161186694731246725362493373594033881547695919535870726712448443718786427","3502200140021148885106011660211590546183759667893825800789840419113849841931","-1628949895655156194341787351133301827097815469525222895250452897878425679751","75137751390606796311459740732897311582203573837694116621559679798078506923","-12604026141191291899460195916648282532151854652794629526148047811924246969066","19784875359561483256242205089936828504510369862059493906214142141947102463713","-5322706432385562561487130996360929382262644067821450260215135221058601211161","14904287166957864970288673980970622525285460438835711984434209098753994251405","-20248083075239103428563046625064523303961693058225568328313387994888535256615","13602714936463056904368624871323336717339088417776638483949444832174374166284","-76777434804790925392703935466666257652313513024133892996076511542438371832","9425248062917632309649970011226418511571142498650673957371069316169889301870","-16245057907316710040722091008448260017165058386789869976315879222405367687563","11742184306224480240931611356442993599555231405985824114208578654451744314756","-19028402637309791674332740968047460540340700894471261809647090220492129900133","16490955676891582506586662195065524164133086718287909976510579316235349518132","-2361471325342596507243640543091631762108925185113856125618111108080804086788","21652099846707254884000777038808614739625607164150040376740501082557993134451","-2609411214762116250037179200988350788416440090237633380247522471986651111488","16787500570054635442900836346659575660725225214042303763278918826974640738133","-15971094894262727028929347003058147705449093175741326288668975360559398575073","20876564801466384133703586005813674638445321764927788235112818343524454293430","-3524503935518378673560764396358013182829272454702481177305414277201099138040","5571565504452399760407989242389925588044666738716515881210789267634887146815","-21757416493959064568778213786941483390077960349409241649607870516985178117298","8961894572430318340473839009320157457647525614007262273438464377326732074195","-17871517096865882887956814416357600467545933376350861047948124535025811033672","4140214772395023361899612379967812869681121506980798254554364940272790596776"],["0","-881754210662030638345799325","-8179425681062246965368641037002961009959592658878047541770017716167171000567","-14226609292968988706456994009948825186351642402507903347867458495144428599908","14815898710156569557849479987413018830306887519936775805850677433748815845287","17890927049225273981862396536135106459141588107482477416264614026873592088455","20343433030122016533554892956535603637331776675434408106388853939679674122738","-2372565555334876482858412999500210863912308148394952065452083390448949946326","534413387448368311157429236962582259210852136671288465520895005843575522844","2479318009122596005518350435863595749137419100996938945231564029281597361041","18096642910693146068720335645143834358855410748267922262210643961017877403635","-10495561430896113859353589540908298642164420948245755211181368476576776403126","-11700106971792340711526350806683911774446419315496613163642804618131469460035","-12859005913987762380284710677436761335425093351638087329719638655707807169252","-12779137719388332968988770183887245561576335834608155595423654417820604881141","-7644194656262851030139153913086789145348668088026683003394525064606045866783","-8503991805209011568864939632715567080060178050758319562777693159397492421674","-18160015168939334089099707128671308344953361412666814051586499964816605295810","-9434408688820076544468890677411123172226780426976157962072195801044428318647","-20953219848776371296238218132441810382500781450598092773551032332519379044641","15963517700851166874038832921284991665905204759226780350852460810604435995354","-3194851198063400852354358665453758507430695148360217050690836374606792021551","-4496975447487970916568089965694652513461850644665407005090935149241590665909","-19475668572358147549472929881352004425974332804888979825562806078811902811575","-16554388349008046403370322428306089837714886903141253476370911612129941783323","-2367048373027096458807964030242044205166131041119016631607031559216057909626","-2399915762542814467013464795343788314145475653332716797568497686701703858997","-522809978819082909003771060954463262089458894578345639823025169142514097497","-6906529115515851585567341605196180005656193441082949695649390468821740832232","-5094673815461416577803069405581045407902665126021623790119195086823745396936","20736047913799160488688809449584891608302712235961911445097915577853005114335","8639414083275372845081114397633796246142387755640450055563188603826754880532","7871690885642587594320457288093188169675471431550318905742327455818835006693","-4436942591641455169915749179427526224261918457099447802268531165868421530988","-9431772514846771576595528870484739174444929375661146474075386147723235440099","-8841665043457256658533728156557106037080989364959503177503509711567104828766","-14680716907682956926078644681739764481239376417447290284585197340758939251626","-6716563290984871855549793610737248517451541265925000579119650277900656321929","-5092665370894798290128812568256237567151261029460033038823130973735882256711","-14458417845345844492457455493812224285028586666988285564529149699386800767051","6277437008814377673588153588993672646801961197146269591223192637272954640692","10604231326064695860473700380796874777089756919162509615629584939652883600722","2299042228152590795727782128743189527766774398990855794128683274648899506681","-6641713784342701364968753972667941421992562435607112732841157722156020723782","-18057896663598325183411319748477452442621503430620193355427475089061731905665","-5623968031397968125816011615393290328226369132727437696113756195687816538097","-11381369165833089089746226091802928073967857282119867833259953472769199025374","-16686029071032417501549592690063533730796053444864814684907723601232420342032","1833232398267153849179847593801164908530007897889086885534153856784832499893","-8950413953474082777462084696119314872315379154186671258467609651051086436422","13099820087409265540057298535595248084584058272191388313004263196629405821215","4975301201256817330779685722586983782884054269751756106397751931521764220101","12424367043205560384189904089226798219663206814003302199139198138513302696873","10246707032737697093231669818843142309962121086144383596456639045672772930872","5675401452802927967935131063025662528498791657927006159185927813782110684476","-5457043872686531846481934639109358222367654930942215090906620049301035860671","-10831910730871621102596328837801750586190904904522492386433430747213199032177","-12204638197479130004481841677127606739757752015190020662134836218289591666521","10841212637815361340509290246560614866860835393389941779480890650286953653991","-12382538608267614941816802685475041508893808108239152752304522479319155731169","-10970474319130136281608458444500063843660335184216290413771659246681303860024","-12261851306379366991071789078413902254306932839856071788240222525329749041852","3203385935010189249753450842294639540163463105040431406016574788994278443163","18478079401234031012738031087076142089841296226609874803638108789349770463180","9276116987718585837901409906011013645687901668126236541170344132546665131701","-5783723547911695206317997225687428465487641032230545756741568455558031456492","-620289174370249791735410460017505908783125481669877902429775668648910558497","-17144693274318737655429635642320462900936758924246174563138935091145373023954","6405760043260153228196824549079526380343149882902950701633812004327889888431","-20914536503125062799723999476578624964578634666387412337355611729997772021687","9954866688860971477512748689872587035930577771429544923109467293709831486453","-7226141990937439520060006401643025834513719842786050735921352500946998689534","14359778923731535618392311659813946396078227421044532964578161893623935160392","-3697726434456972812397364630356133326251579948490628727716228726520471493692","5958566143046944520272653221074631669600607103531070026879079194235638447216","-13940930353149129596897358247258421978640815901973549408553954034192174544332","21249517276771190650555928320591231988074713486670577632305865858122724691882","-13884564941533875737418255408898883496411049975542176810719245317306499460236","6382219712763206330710176321036500038615075622427726625747891696697461420710","-5787080126928433638383716017195256322000800791234802229773262061894798339741","5339151892821424441900900360508783862541572653683226940990147412669585555291","-4691443569203117551010750804807558618919330127611112843299164168668472272096","13228220295949092035879761203440603643818923518969119456218720148514939294923","-17683054138524753961631646547757564217651896128216327367506014346304587664000","8451308984810604364215062014965428367885160766052108846877765726178598427544","-5982275659403977386392363630110316008633286579239390087731484175681729808121","2139659296123736261882811321238914355188714247526250358396258863964477073950","-14669588162749633463456779963644812006071063967485545283792501179704664245406","10215745096464650933880251788357016636996964296308553071142283903578613146349","-17204450840908861096935669833444063111272201744224661688703321788453021090705","12031763579305424684612817010385091104803291923430493128857518709243765716597","-20748080328596788615117781621371476292899986064143431365657249643215307949214","18219140714840252495255579160001992063528159690144324418037764646706002878645","-13770551089386428643688183123585578383456622735448381430313038257451758394565","10681187983014964015819128224179304307778068631045068571973638692853357797173","-8328290966031270067413297805107095717378610008081165132265597713570754104981","2585583648088917931312627251923648686959565487496991592245896542141629324787","-20455480465317798940061499652870267406117157368150631995683626017935819881596","14326285870081835136815741780359779869293616605710488276902609463643775975560","-1473485130315502293559123075190935016600555833779647737421845575116784860704","12307500894924909957220958441281061150112216217901883076660388306263513624460"],["0","-3456038348185148719302064065040622382402373326380810395796278086863806004529","18053408460973426173776472521108908220774702767561499806966479431887539122259","465432822868435649666955921437938374858507018371678537120447256547897075244","4431277290743272556587129203043676227961093634777331841925362442010671105661","16992579196197513890107569173257682850485475614371430000521574122105658489400","13676733947284410141761643892106110070710824658738690230681324218483586201532","-13173402260908826708717921879236793175075299261201625659297720189926777774327","15412485175469693059146683027072578165798083269503585301909592606633519439820","17954618444604752269204797852718824324726706503516937886548808600897181931747","17054960961493985647629297820398791909579777969865003831800933363605542230268","10450954330121646875227768739097094553868666034288663762274421197973495914257","8489998144483828266012874639595727771921424954875064720443381197487465657026","8913961799417153238701383078331917346728180969446322765780024579185661220771","18566505230456144019337345916434434586215061469008933602938538415497838355027","-17844865943927898303553310871424168418562266902542608806527882897044379322653","4038600798489111539325827535416438146138680284772930280956638681918986264319","14085065821655488959997615480216679398111850654364964791805925097276862372932","4858818182319639250718620879876605062999760633015958350941192538702361096455","-724686089029086519994108480963188324510324073085498681377459917571147798321","11627579540945706762526038533100689253534770216545711976791711375270597263418","-2876527557245912076197096300745486816594957715803186958074151647680734577983","10646482063309844615075726948565429660399432834650531554215785447314637834453","10597824243759990271726196626578904948955785099104591803408309797195280724771","17495814218586225709999886437826526527684094156627836495014650206912761206816","-16075990070547812240400784426126068676587721113758665133401192195892844875709","-2172382188843695588339721579194587150472688464791880950090802871532407459519","-13289429712063074614176254446901315367672256666124819484560888367557641252200","-7054749119650674043325670234908356096942264726022302034339234508772055450817","-294661058674001676682644068834169978302003048481692851577612281576270566082","14118529764854530437941771518972382905101407175601431449780637834682446508951","6992216445677695394141329214044488327773683022190617147226543062677060530607","669952275497605623692860418229984165452123596973927923238194022545515013645","-10051188582655869808593422591442669024135366332449075311856815004859921674136","9759489918514930963974530104575538357942897958000202649765078426638909580414","-12222264181384618499120476286619975442061393679665871276179809966228850396694","-10852948122441264156930599801993214440950964192719662641422131610775198299164","-14947048967400936821456010666903371482488063649777492242751509237396736175625","4492613221676863468408182788582640941557119401450367909671293287708845515765","-15467469998067338973520582809306108957687840074973028516735174090017219415260","1724606241592628489528556178506282674832999376374266537282059880702269434408","21675168659771307223110038647727776853572520585946260470279319727223587780706","14928700801965087755195289143069872318152871753316667563867387752626591554775","-10569090984662834522671700177080233451470610766436216550115434314232750289117","-18695373956167562991804874242007987152290602094364006338023278372928563669244","-17858792085672245420916766777308839278138613310008163819997659494569675518807","-14286240775956489200549535222936848795058415331596902770250274332658335685771","-12036883930280974532705525940006974083751398390171498328096983296070321882160","-10524805737157960392345845289380241760807243447568371090953525575351625389323","-6441558292244476128190597212043257725696960674021368413398329987646568642459","19150104415591659185903348243748000726439137841405838450475777306722363931557","14128150424085904494593979560946299144243074243687907501499018508284827112678","21498573345440296419442185482184283241518569252430038596801755169675688803201","14682908747659827312353043214022049616080133647613985842049007746682953618505","9208987565349868628386551548768555622326113815999453912646095099315022708412","20242412440944714977078778604462689539911306627664554018906799293730732696943","1940989629210126487534591173450829893877377280379822080280522303837632174486","-18309734948430238325126381130026947584152931140992449629269629670664666505633","2272831323105990447681546764862681641595160787830221267339137142806674675369","-13968072934695582126997331279229865881455644653289408309945026234929961389138","-20886461424421615801993439134828698245401952248528534995445066726402992751776","-12497687529841572255518592078269964745835939258165754040771018939131863759687","-268167677744389671762105254422388899105461659012458338415954745522090386197","-12203052122449339771079406602029566878597277009233378155492967831845924188194","16297523273547646417835624576855704700861257811886774964469572100615677166816","-16645760007681798221409194117055962788405212993054192671774053093200573120483","-14364098823249186058179531457121167062878507395161858904253871092454395591230","-1681825213076027474300869138570293062248201488047354875818067060808574783431","2796140993106424379497844737637654095318387805949658022874710426003745497552","-3196353499433495671895364059016127845609199033247102957148725824058888117613","11331466185410528307784454013862595440275271078906868661319829130350414978060","-16404525521322805739300251016640663532198850177441262161247897206414406096762","21761908148078994970807929595364512821252843496765086186889422214303200842550","-5640166276948635959463070835252196969973380379573589239158193793211397420773","4339330348500849683212295433467540555817086826988734724728506233510400869804","-238254313646128268460129347675949056214763373259696278353810198719432813904","4097782596928457947568126957448627565814855132576554595019287734038863324741","-5386849613487646853897473336514047922452843064234794178216399924384833351627","20181126367800397332338893907657598501698434010684970003464964048773398058361","-9318191051949711836025057275410611570404960918828949266197137853452029159691","7680507511172797042273232610518171208792517855856029682938973599986831671106","-16849982955337244822262326168907206859060561069957964717912057961823991119870","509070363779077995098038554481188163958917680064863119099605232592633871780","-14271947263686340516366175987657092804972797944597650043854216739235819723793","12523306705082822631137522462081908730795865043509832673901247440818758321306","-20951560980445415255401473600486971105968344485799461130055354522064254897311","6720399303540229098551297139758525011372903475365078943417800588238011676166","-645499734668311345046512249257788455342073278998035290610387896496247728923","3906230968169586379265998951763098420175907876748571778364508424787628384374","-1674494115902212706968190718050398506639143501243496699960972027926560130022","15108323675282432216878914691463889272992346446372176478295174748700909236370","-20950596492557569322628554401259656872864101332030890291634776226248363403351","10218362458146716563726092215501878141356407671240585639443849437036793158265","-2867159273581036640870761883269013254496904379401790866933626041151363343082","21183902969444047626978610202079247282017653661354996205107262123333645471112","-19987297996916016030231687613635863895128624912182525095568533104648935048153","14593137148982864460434200081987703925951926332381760625614245001259284433761","-11641989256793541090765717715527196108361920630894471743041919955367797082141","1898640373666715393747643599217594115758950044502206127503592099151934438329","-5291065801194732200406131756945742967826774415755264564507197310137712239304","8163668995226502142203727945008209885408548225113240779597549247489343707406"],["0","-9811970942548640616869078437529123315556163351911123305948697783192023954249","-10308898320963493088043614373704057869276642313478870357937262053812725756022","-14060584288742065010839325577116881873412550883735540662649261912107567249773","1668627440221679570887145861324908386323723800125544462330957728587835522240","-7213664866807019756550091599560322847257587731092968270164118481064420096495","-8896001822490045191060079713462515720154590135401767322679038708730110450703","-21761847495649370724973995933230297520418431564069229480830503540444751560333","6933428549195884520055450063414160949016925879516981554671211172423913865370","3690092786430986126321856143455396098455991441775497976645264933750610912844","16697731517012209045878980042635216815294727329779587097785279195159434510613","-10381463578576802146392438353341675830461623990968896831086746948313431819745","-14006590230481575707324012477985795074953962418221678996715610145508082104300","-12828456641019440740322281127955491199872791729163688295868510353846108468261","-1337240017799039475334322477912513465261598419250860105066761084237519206338","-13122782673234493892503617818148947044686560041587793870290726681814051169779","-19207934413288570584353261430203551287737345074378965456887312334982393952710","-20490493472519488868451364002805693801892805554147856483546137118551267332267","21577837659601332537535718700571954885072564200027386856658750174544474480326","18842312955446266690308161491461246708605501815189385936776307417349876946090","699284703716694129073770652939565174270445100579961542119668956864499101499","-1315615892019559437568161523848166295519955338659241449466582646055250232831","12835540704918763893342466282757869635897668887565477742047847693966100693367","-6245014672381619855384187526864558501896869855429555896898817554206311155788","-4762016654581409033391921478679673176683705353311365648457662911363119174684","-18694092025844002195490870592890842038637129985697935564810244076635514351010","-1612721683451460466045206001682710901257578931042739814428939149595244637912","-18422940870390304167980822085152185915669013978450690038381392346491364276225","-20885891565935405177550056904438171008580722138985071276133242154343406104997","-4484406737060137067401501028388502748712863183389754568582198204672913117909","8976356595733424824713627090678408403495364500391332658384902761564920829028","6067728624502320454055442272015524675473624531651794698748051874822467474482","11586941743198323620818676817401577452865011014199340666347870290090126554961","-11396131013418256512730689443500074507446729252819298352291796546386050655371","8492488719426274872725841503840703273477592778894508274659996843087468562924","-974038929629222185282729483465006061352475494178975292622564243337337289613","-13841524712435651507295112998499817150541809340758528472480808876140539854361","-14583002657601257588878370142769275900310675947934289869692349280868899476681","1567574597462659303186109251895181762241309838960269667538088821589393672444","4047079047375886182592919444174889189521413468196714562240755991715587704044","9884975068582936408984925036928859246480900870380146676217988182282045654772","17752907609487200987563384272421419449199280375756376219222994619026497304304","18172567714744596574677996253118031567587271769152959891669922821270968307310","6903429396843174121707424851606732316422541425819098773649358461315686343098","17164434723584774867439559525444722479084272354356272514183909660329720079039","4590711972006185982682465382040186113726995932099562516725080010804159260884","3336747610263025692025236961711809277083508218618540942300442454574633090461","-5962389930479006492202170954207041811722077588347932860851396692667452691655","-8353840143181411184101497576471971847352950024708539894438528195241404950267","-3145947746072634055768111746774570074337435015141377288028074524418392124880","-14141338835145242602608152185736977743081823514967347515263814602899580754780","-11912904972381246781375335251706308376174251053409723228379842458098276338675","-6039291650088864384516529494677590455190381450805062304916242027020404791749","-14678462709452709786752812282401772051879312634976073473294958033123190843800","-11531367367118288581699774881091305756708595043311531960577279007616472869191","-8850086366087401565485613765205964357335238192285249308546853601261018811738","19519625022975937401510012992286118670047742301235973061334026841641025252584","-17094022695726556386372149247501680706611497682541194328292004184418551235522","508992585277656610092901846882230367421890863897235816570541342951358042941","13292550225374111369211861980055694727773550235015417123692385308292377693441","15190368256145986164082153745647561878634327521366794440415577382863791646594","7272342272967061527602816945265253821810435129250863429277805488214972388496","15217321127121428035487742805164799638585749583293002828156988249983609587483","-5795642006320288149944069517991110821217963273968835485398421996512685035583","-16684862672825407951409265866671872945066921152946770867224426350112723292198","-14765047452521667840492957449097276805649072529458511497826670763800346588855","-5975437118655838198658169257515956696165304204188338909397468614074295781501","-10024901083258498521402395092661966676788054586602804595163305982440626839083","2602812167860128787260281132117523345492177885587842680476278782965017962363","-13603301460179992482804210345139235779783632867394554399946051364644648583006","19544562926985489840582461102334171049459826607804977265698152103746083454367","-17600415977381119628678947506477360869952247826327644750132303507042176571996","15617701059130581074274615177275596893005725044684013353481886073324989178367","-4914378420891051316655115214383964985357218905982326936345163740732459039882","9219793172276524511620861782203243981707920432159236049466423560977115851890","-15618245223840779340867491799991751838943934981729541505118910572930302947541","6092044204307918949929995777906816504862011492111244260474415733711441622267","-14773904941859159977504758468392023010127588063235119792668149236893737139835","17935010892167418050215456359443442412506028517505658563925213339227426459430","-8051264502564070357901012043953871003306059860779022820324466946262825266368","5044657355548069785060553012346586600727967988870065585845948783699486826683","-21437451007475867576750163916715355474125815378283083925897666127638334134827","3000118543086402295580182123558421685949820720471271707931953802791941423195","-2953397418080860267688311139779616511199324674500143772798447459899622861896","13343776415904289668183702282123484463882635858701021596528845320170897985010","-6330456444837154581179555594589203974181657520105742794296709674296982598821","18833578344598009915631101785767819801467755272403712497747689614724737189852","-20298093336541586003376557520005184537814310303593904153393359830571844295647","2684197917336723687431389240727733091709922838246254367979311263369240159614","-16850219265535704782269164940525791782422043139445685533944283511572644022382","20094119884880473658045238781776893121355915729045508068967409709527354173486","-16227940185328756674156971303608245905397256708966046941933002497809524638253","7323906407688171286415355210843364662881122874545573851847885898460357048874","-19600909533240348326697555480191718631503058808591708073881231387204199669198","1225188186288923014152977305872658692932165450979633215672039760980187094906","-2602651454284413956126125847524894416854392783282332809624023964223590007121","2574852987980216964953637354238839101560685910208611213456990808507728853231","-10910695143387981302337218798117556500820554979265129066919179552365805668940","16407149592368750343836066406821033742349406029892486531569493952634000938500","-6658290548369610520073336293616782388251666320816989471952820405948790604755","3004828657403500227916438556048647880217123653967508115966591083375476284075"],["0","-4451846007831716994355201168526903407840345301779191452273984411370492657156","-16421044185693439550311925931426413973245142500057939475985563123134656191566","-18311705774917388920578864372770284279535202680530225075737743834527460002231","1923817962073370932141759974974518704405336313433583800540813290603118049041","10194068357938337398434138395543373178233027899849845686919030801420742686969","6392899656889436294181001946233426695885848971108689995028883881060371371110","21285201777706114325881096981584058369670251798702046127675570749615574735483","18404595191384735170197217149676367430988614011680953893708530057070579677442","309578140687226826887603053692643996725637641031008925126491188182440784943","21615226468881066917428809174160894897479965364961883332626465879495772054473","-11037279085204848947226161134648258636177945710791379663941123810610610336624","-7085485591796185820406508780784078705900466277870164194503708588914488174278","-8974511430356037804934406622484852972605121769745919559911042450726693503639","12645118488402611999437697540155357236373116541640405827144116421227967638432","2056073989191228364902192738461060050015122802979440872452887452701145083651","16638228083938100830472486211053903749139835026784236040038108157886330354867","-19156567483657233680747489868925383892237968392088196337988666489900895764950","-2850997854205733755505788173053184425110080249131236401111848943017975406377","-2466693539878931079062131200706925045994579875611532161262084818501383759064","-20242813404073634691421654951729944351123791127594127379672616244560958161707","-16259327312261423390937908300539704638245160013227330929761146783190689158822","15871631688714423238476854161663949177819559110068979286149686132798812328291","-3725996659057699771283390114900183771376961423144357520200145367935059000164","-13619940617024516477844304548595717330642840972117077723863168646023552759926","-4523123783391623173066967919743791434550643538000451735021616935230768243620","-695311957024677037609616788974282067287127071824736015315821687772087517122","-2154437728770705418648664281201897305574988494406510651066902834056771257958","17582828240539595175745153417512514492341547589691509950288075521382344218961","-4663123490995223350549151451674763413374335845741839310083230023839200630507","2564359892230571160543581968541700028353154372950207548348190047473522609617","12417650980415022019146810625213513280003992235969328502558442676146856320149","9944806170485567134718194861022426327190071455684482893153139701591179166201","17425991209886284714501864797788408183054897723801919425625582036442203342495","791983769675725457377337423908552002849080577573700799124453649698103457861","-16902968481190463418740349008907371589530267403780734033323130036110107869580","-21164953372653966074866976581927782319705758349644445787797338721816766137733","-1657679893972545561886270110653157819213240488285854724631294529613512056424","-4501584764880454512372583781809095573696517617391865554250357755645659436855","-3367407752284389193675163590116840556517609430953347895835597957792379335033","4908122401705972747263006661147354882317123726105990754763807106934476494263","15753937884137675834339482711172003768201992059323362234995207025881127433030","8489048551343579199170424039980839308360557983739294764088891696312520945210","-15654075372353777234118963487025815989744588579801898018821476900634172893081","-5427882812081272904810957030753678928433332762622274267552407443139840719775","-16333543360112317711460659215501937991120165569543819971392382232827466590616","14150495540492346091936715736498042512668205185836177467150977740047420604597","9256541815929951618296486243800687307926131243401243285767870327962299584313","6503160091981338857369339996383705902983338668565907061715983037300834155236","-4712037211447522475435117595176843246400047235727098218242030581136498629767","-2080742503500579300659636639638008827783587542162602374606612943846946852195","-10160804952669453843761257855023396039722891332180517166684185615578965242378","-5012218235153969560840293650532464326328448435182729056983081441392890760731","-6643149445102753213156016131955701116625900611007357131909704211063911031732","-14762246779747695184531035924750120988556049444614484465053970448768885467897","-10192522110771125563973175164739692798306511550503551560048987662388472016825","15142273569197384980978575641984378002353266567238620640388579963614390731930","-13118421741290665293574380951018140849623597172566122610095466500533769097429","6477758903556830439230040503378884990642964551042436605004794721283676843204","-15901674884298812599603787087642066722650493314377102306346764451968831244754","-5168246364903746542563497922754397519669422860947574359441285985368546769406","-14752344091586758590429956827184935680010093570008414287805207897131224514166","-2825704034579408599503376994543948032675386510076228512451750501417555177160","-11459132901842234767247275093071009216896629353301814881495643208838440319359","8563471888705934541910402096628647136105301713828891728373582137081514490360","-7738488832031530493617231702631501095315289058528831988060606025434924467921","-10294383568889409816780802274080182261735606737553861063850651081887557344794","-4373353725834390600177565922969762012908171306711970382125046406495102551104","12508565606929148536142997831186153411588938821009977167124504443103021111980","2513019766626464386543613690337965875969860492079208550825883702436100474801","9158388089586883740100847027831761779872809536888284627780074099853913303702","-9916135590852711324392484459843928629791304489387684894888107026686670625638","21796210706487035781571586124255489331844157134662605516284175669586806408499","-6818279813302709812887015168292595664432047052835624351599278008877003524193","20889069875564714342999713733371256470686772327869034100388474417202234206841","-14825694046078628849953818623332803579596955388895931968041176536106559253815","509753349882423660657595717742311707592895276065613537225139581630828420354","-11423321457677889349326792289572514484629137633165184727788492130697821205458","5878103901154416073980586293007119642883207776382515798823391990762122417618","-3789695286582539448704083137589153894815424354738561193985256453952073506723","1464472480832245591303982235584848592732940027684968206208859078820454483919","-732809228967044418658167013941578708306630408728294767735166478578559885453","2075004381674475590683868563798902667890420831951525275578372334590917044698","-12959139554011117851266928573227803130740488571953925546018415458832206050269","11968030316905479178661237772922494641318638355402644501500791051549915404430","-16308359316318269361821548902100689682488055972359788244154447086490187008426","11562570549762670747702105331512406947382546842939178603108470790787474176639","-16327624917362922845252177786730093445920919867428617952850109716393218207794","354063332655611773843541402112219308670289074543267730100986386096385451762","-4788815205478714183642825997919840145932164954899595900653544889712067275793","1128250606650927536127541282760783833904852206053779923376171041302891962910","-17180801562943304981721554511109197679605417084196225966450202755132485317450","14892640969819600250445722301281973212828036942723217118103029513448280685037","-6371966555958074422418151273186671198205780907460704051409105370274802600294","187750366469130232977832432436080274452503289400897385361696447106213207359","-7693186462403244869135935473966965192038543800039973513360468086658956042743","16390758317097758981233519189003182252293216382202243871870540588187212963348","-8322675200790331989381544461286120087022378109625892668982067604840029816705","4864556871701236361028703908348785235421255502408623525196931590525282956176","-11496742876429081799572435819354488203854017884883577764561188602403415616354","4909725609389817282206632030607542639208470002394395112875746678697802669247"],["0","-229103902430046858354456162","-10990035983321058549378479106430249946793123164676764755970447749749980567243","-16392770066940753887803119210832395815294947969366297486931657200713412714881","839967401068707189361976805295483927150179989422038465822459311388951241528","-4077907634726676021450490951711656007163694700370406116172617422522110506180","12977291702915830994735831662636050024552050040871756528865407102719764150323","-9690448897301652534317668926116716975630558111693524300819353833716115102643","-5141878904027965126462632414919969781082911746311726300513890866143301555385","-4127354267636228745179067680343628023377339252841793860230297691087483676364","-3086007185275941549327345016079905435279838884484415296952791767846836631795","-2098689418085896021092357143134980086338166396157135316942204442529439807467","-7158478298655760374545282779366544733595248495041266088734992823066741152554","-1216428873781514937099066240482350666070388557267210301727821829295274707060","5188532565952663099125984014414622933184925925866960271838050565146026794474","-6009052006242082066485771606885172231681758856272334626626446690549731295696","-3194529937168075423678435144573459242667893119803774567482050916222152220152","-6332296743650696833224714682431690533942789435653369750587989971924269321612","-7096414534995456313590483940258009763559070187711352904929996087182705754964","-3399876696869256468581311225950897349289083014863473690003570326251813744374","-19661639656699998369890577465672292372411971264225551811706944791023581868388","-20659456759890127000273980788889887366024459770947500574463532180290691076299","1956831236497787920221825645075242173126410990012180774898640542054135287165","-11212397702137790322066981754196704510618124048848159678561771828456186144270","-258366696956842593231482742291154157262927998432446967778109899108668136051","-19993348005264009072674302351896536406370297865473548738533452581113458036254","14224712107918319674018499708381645150981183812534805794178639486523539245711","-21305832848171954586244771979636154752285228179665551773118223386022352687192","15293667386652823986752553528621644734357573226601813515286636117202130766725","-4327744581487777281382144004691224358358331720477418529312421988846075660310","12926219683678782321791221480353518704204554831094541908961168527286831023949","10639438540551913424315846598339681672775320689563623117669149548058616842634","14977426765661499955401539119048311450049627532557798967641193577593767648961","13654823503116048677595763281970159426588568722852894963160134169851916403676","13950989952955312507330064752285435280814571529627261545496792115119111749601","-13286324051862333050147044373131588420385847790471965421292830014377684524805","-12889848164621350708043868957637357506344869573727839017539130652089664808672","-3591974467236710921583202332106146402140862844857338346031661662778131048365","-9414707654414028912424997757326385088045317594523898719299615687745169541959","-11905303809886660783480639629753283978026451035517657417774168600479020251089","6010947575728904005374478839377356368665833546222954326399117096930914425193","-269897786075536062203670187369579863894819386906749160445678745177250795152","11738144137891260026072843095481357868671043790481676778827759344401610871704","-4492544262171418404536131281758060176366952199040043178750532554101204373347","-16986308702771511488639803439050771898637619661423762798989949815171919090886","-1876387754645365407375877616749715001835646911633950318638355301293290279930","5152284181082331756063777724226451373829831594508608085568305972709102610901","4545664689881255351377864923386452814101262567561647685447973156983287890113","20514734617118366630400983589757538737201765404072935608888389365470067681261","4330051535701701280941683145732392476440996081702944761185002710326542469891","7168389844222391484417895009344282934349808004311741470009742994572076493524","-8465378494474438056030317108780297115251215214966187251902610095322570725673","-18065752701251849200657664296854398609046985527627610685890827608631175016251","-4290925280006361878703276446800708569469311993457748627513167080753491602459","-16511895449666974091347841495276356610118698983648568085250241689026143341155","-17270297944982349701173065614210513520233833194666681794106814788041549271635","18818439788392740083439142550486599013748386967947404500297895813519556274106","-11815129360576396197910797077337521730102111348576058045991423374407564461706","-17923163913050527080498499421455580885721866106907306487450997795992760045104","-10516135578462187059758338100216733394979795631605224026429956810711353161376","-9773339926822523090241815072613573424158237942232106963693815785585445179509","-3101455872603297508615551233958525577810356379571599739860818160536196139813","-9642073229952332226207972181060924950384536045790250040704703984969344838544","-13244252414234993366029983651684518318862606750734270941154670548960924365441","-3022827487940770651839242293560067063713672862019608429247585353196188933312","-18264638334043807762016332105526697530303151084800486714681635518759166224040","-315365477731006526164925607931657494501275880225822232665871589161157004761","-3178793462174572417045370146353612736245849260257558651695491961210875938050","-14271752654487479883124863003268383025911521788557827674963591732521951745723","-1133446332657713501465073603139578253104433987540875112866059902781502438518","1644368155718795006153911262351394319068507435589715145413693875858328992885","-21246468924898288527106009440244973183555832060483927237204995038968628431484","10952364943851104123950617268354336151678063518927990492394463420191037532503","-19417431793076088358647471256985613100505531135112612341874836641812112693241","11439196181563037485088105398186322268332914119384008705281049112772709029142","-298159287621474198750727628711343582006904727107349451415846255913013987802","3940346016262803796667428096882112515987457771703072180446814446516651086049","-9690318139442022056526159449633775245741185831429369487598068764806535066397","10472399762451999657823137669413301024871749012525545180916849056281355460491","-1194494426976975362681562876427017206830597419049085307851449545860822334754","18603665238411897998271746988768052221741684325413182994608023147772958140937","-506307815325234889048845098543429207862014688865854379901054497192770490788","19230757028699061114209542748842970247911799005231079335266698733498931757429","-13790847024160184933804009719513109308376874445106282732511358595645011827265","3418602219920179943500564766289798214775251891037370529642375957781397949987","-10931214318932782938338187288312679057357909116427488421489498642456428798366","18317047495664380536991039960666945134481129958691081045892164812161933148859","-11848032240945606952653398664799154381973121237277648153116732894040352839141","15648928935355377599997031087070868481966902465386641955380069406470878891553","-6348803446930804357059176371778352056833139502664203487728368465350385294515","20720485703651919795313758121153025382370717855923843598162348195197885806012","-18132798163620656008447985927593171136203076166550250958966090086837144518499","10343640429901485240693683378631954362157031526148349787135413901268443273678","-5098415707681035091064610899932596409631577570804789701706792655420134497187","5401162049284931428456664405987795755607717662742790302210471202608882282877","-20080169652580644322951027844615857425816480465002036390217412478203352073295","1788181403632659148269559597951744008575786949626634909452203467425638054855","-2332359422072780214763120382895036594500155054534484868508458193765489287287","17008415833211773816472866329624035519037476507250954525779089353730544185854","-6807797017973461444627343712739179326575530553847342932259020181865332208879","7953946317367250388652777747467771325624200438578781083778978599287335898750"],["0","-13635298838194958335169892103602892678112095855996726084204946302612919483486","-17546862345415840933152270197716976135054301132415511036632913652572796066156","-1779718665533718700497820910759935847955896336046833793842650111265846901803","705778174013495492927607106256311099804866013710389520026306407399889424656","7333155284597059134918672497453969288323426328952795838686523894080720258508","20612075128242826557679349966714312177506832513733803116680723350428414002206","18909985646880556497565865448960750468612470015129991319279110583123380666733","475219223494227246268608077158450975084943235202318148250717522794823044547","2785198199968373347712654661528361986538667520001946416431792667096321261260","3332905009119654956587239391467325107526042879511932147283799581408510750656","2998623099752499785632999981577874427787918028906960894552054587830589726748","11943731726172489141573874472855371373866877977138504820043924031996034799845","19274023189782312225414533499399523666908772958007088989516136446657887047956","20438711541446239101739213650716480524289134123227048767514990918176426586780","17431312837630642842280150311120796891565841172194629494972316445979741364266","15669836234441106517973857062049132492624903740964507428740201118828938574518","18595037068872200052465762608994366348801417677394603276728832070252771935491","7378574084269334985054559874604349394535885576453526996920544690135446017523","6761085535789096842796920654427719189441498971310797714842096529183580676296","4885218318561518540456612400252975705964898571093816207802659331375514804750","-2882649506540226198755614821463010834554312414349723129913203542499613788511","12439119044001351455567799075823866692891746204473425039673004820984551573164","19309761726157170196556240944959356539666730702001413219434596275196808363979","7315609434136125048524069228666358962803047441117383804397146091384618928453","-17740333516188680237370377500240888217468870044146102672135668846314408088923","-16533460432516740851638814059374154656821848606256401002144250617545559876908","-8570248353104994036962500348028886087512850487517501089130137591428706419609","-13721996295198535499785743207751873080192703262621943144279126334975171587510","-15604504465061368744542254579746301117834643288607052021001626159116262760619","3148650072214075621717415283820199152066042503193417180545767441319427764829","14022387091523296941494553820834998829157911070048237963745246430541513625335","15460467049934002954459007997933947161606087121545043422148131540397108312519","12977854207628595601889121539485944909364041748879619582512211117778362593060","19961328407035687286156661186010017689626961929404220334030641742495100639874","-9376812233051228500664895828054809158319703054579831940651502995687187245290","-8053341155351861453485174796600329057285509369238925167998128233276522190854","-10200868227590051700591690831891698398808877911443498916703338934183491861808","-18874652805411121683834401822359154600789743216254993413339354823876850813590","-10084796951224003118646670319418985164774033737155988728362639876650169615900","13376772248999478031036174858619217105662320987938381740057182015433115013531","9810933045693055219771238754258781392725477250027103480448596192394408494821","12510508917045110465222158448413365845338152771789429561625566345417190585580","-8047564780072315047228750160781075595311491590218492860375143610582214815769","-718379174145010525556664225635267665859149671045641005547787284753046831767","-20213547807324045525662381271099159364076433068952088630737108090090031929380","8590008714526931263227693920588792781819310845035027353406698088944232971865","-20694522667189165283398471410446915663675628984490896614997369560881986551376","-19904500374128724105705966946553087928857666006336447597511853436306741283741","-416251096991407265709239711208978411788021453731552489356638490471545082947","-18083806039369331897239732734304266959075373548699942289227120837051912559302","-13453454457027465441596674091312468723981024191051205203050011644031452099928","-2459362310128501613542134740619264491479330476034002131588324610344221472410","-8855164938681397712398160398158649578888847964270363972273755231652413306122","14617504627017276448739212472023768714000961834531549996825042908145902646977","6430675104315335118863934618565970969873095095679417973532230541742163904810","6346814908612232694264845954858432205002798924399089172969034112311455679022","-3725989078948991545981321013297173198901944753436007553056624423981924448895","14225074086515552040785974988723070171819761436946163247514085653327785879810","-8576697524163006180369006800083177099923670432964046371881129508662976220736","1044154036099543494505730165612709480981074236744959875473270344039817179557","659515765029647844099439794398950318263254422046595628678947313385980802676","21508262341855927805576987682760253126233787505708550346168421962181766758927","-1391029707964171734518863267828960164020984407240336904241412671099755993040","1384510224944252791952318169433410089796221921727422334323518937943610957284","-4517567988770181635938075447127193043411404407010546239516412498392825067349","-14525821288122347816113603802553676661571899837651250160604638715336976471075","-473588724197626568973997294862723123757770515466014434396463408408307790891","-9542716101140011181035508654371079317225263228335912931903701451658083482691","-14431743574674737277620037196260952150099752880790967547112091175028307380076","6614164300801109431766486507960414395923129996429776373845776882415919809983","-440772114686527747522559944618804803378200446934176023622336769214323812599","9459065364320246029834832569190009121982970766373491759344345384201873000854","-4167900713255651305408963632115492048280603184365404678771897158960388466334","2874212493848259720406817440614049832178779992091450256238964910224973752496","-18519963052653929063171425975158215132203025056701126779368821714776264428954","11363482994253214507966138876213760201348639887604058863129367016471195385438","-10109458495196437773238228951136826467886529500062015480012041602994540939622","6334359161052816787024315693867952658433327651309472678461039151911711794785","-18124918722531244965418278043217836149728809240527543994412574346036269701948","21761490546184101567858428333188240603946628047778524089133974221190362247556","-9957886407730587042545730595036206160606124335597334989102866479224142826335","16986541300357440503232475921111457398778758217551709369231948949751576979470","-13072824746938001442332530142884718882462411189640695266577524298666226599379","1479545707467714056213310127961568750684060228063479880881746534706896229337","-547321009605944512814871346390028165882357113776494869658904469792501197857","4465133089390473360185835816785695517009818936657957417501833595489301427576","-829238514110269335511697005827394526452710125253451443953795762898005884846","18183328951895748898443203999575483567499070769779724471187317117043598234361","-10532911237039987631426320118947912847062469451626290482242375303819969160161","18424041124714747287444043861873594510484274412628946655985263771911668313264","-9638621064851248570074130750532656066037078704331647898339778428113956013428","15822609640139593652896468259332530800663420268968986117076447624301999258960","-7499831825907026674440186412241402017343109701748099898218788257939485685889","8397388497527306838625558021032699472889661874665774791028371380346137041221","-17488114627794903522731090749448891249967683579816580395355363599487582912775","13344101632914016386207136244509768662170317824506334569744627432209057697275","-5645915876996075194361886321489353409212833295017421028253731357495367680537","2041565397704201381637328285780677433541525582141589818812351882538581434067","-11157459266542467855838739803304994385735235459038074131607315706681616294553","7701949027729899876307532736566410658406116407734852344622560766315338850692"],["0","-4236434104226956494628336595856246791331941496854807776989759434287620775242","-1407322698221377216047663691225239991612956690232448070567235400214520525560","-14137481882930216508131200653770422236034410524714345946139215626771305873231","9378653999444434205830143649852351014132354380665972957999908723016630509154","3159068427942476055480844151590135581707908162254974944198283634163362053157","4428435018879423258801430438807684886397671468876870125750636552939438574141","20048880437018424745952620704179830563854621741470124021436539578278596328512","18180408822167479570693620276053618502286507346755222371518374033383532984019","8373932976431137112191763532761784910662414501743776996781813689785014381937","21275747670662770050556324594622055140874990851124496171827482881887648522950","-3050416164412611515327658813925852781014318538036889003798821565450554104325","-10616388661475831956357856829522539059058582417085755969233761976403040667791","-5151224902405724322986613091960726303456635228863411735191342869974990131387","-13094805306474634892313147826044407839169214107498744911704297955552793932309","-8423088549667842057150249384226368343855419251284344579644451017379204203520","8746579154692334540932931274289360855277237136973470606718423997823794859949","-19105924695461475224332203915463991038339124383326958861266881001668206798187","14093245671024085871920243575745774941638362014526862283620338038015405730191","906590891379960057588849097732474524078128613523374124324975098661486489558","4473581896576018738828857421879614315733751088092887165379689261793580840146","-5172054402087775387494140904611833511850360068742123185950965694108299081090","-17417070924598486812825594747075180290596486855454156854005339163128989751676","-18909757058528848923990581369407461840706725255364780759145510505137070266238","-3486403229450303561697895260797384530098463767426841421629252263866159715137","-16528189604514254964507759652901156230489369817888766378823071746961806240477","31717369116910950385983294650399421208169291347687209585282756040227131060","-10823871596699170668135502018741594520944105021889295579197400428765057594703","-10679382184148636942756495584675548888918369613000615552437047020125254924166","-16089735779670916896319255340842873190025333438166114100472162411864813980130","14510919369890045688362037957594158610383744850758067694889375384071442511459","2862106230295882751862061754756183158567497116428338541076204275542592878561","21607619739751325713356060214987689657801160550951831130917796962699164658565","16827349178387138266936949603349886397614622417246106692190777731153185161260","2455433441356135291243620236584474167149355806731397110700146810500989774396","-8121691800590211227276289302376451962644912977660135808121904854123939331317","4108844524575132678170676303879130043790130131120820289723461256999927050581","11650229414263940513522350156968075521197355954850241670739979931488032839962","9909394435656037216156353649772841196975213878145010577555452418964208212650","14693934657024470359557680932764051694515128119751569789170980155149139412630","11882238779273349053452368650569393802208035013952470445815037961472848046425","-3330177371492715501841530511074688973176814563642931988230075263887863408593","11794253389283299188720820847286606930286398805500059282996608007295481393696","-6608742371312061169228845657860273795853966385041452099217297481954041685321","-21654664820236919639500253590536288160045599176190013385551146411084825608914","-19454789790479255172030363911392106970417656217941453854959855898790518994112","17095160765229406932518438258842645917344237087652325346699239132285100715115","-19269027031299311441948695840355431022427006975201741511626356143057657040470","-6076002613062483098493842818840337345076678560533084264332386865356841198162","-8982119569626950677948420060554483244536272662649839549458456782976144810130","9875431730705789109671526692154157539871726646329879049547829186114866805545","-11263066082883208740185451976898008000476903237680937064281723253649728484152","-9056916113481139101452927397801571868001990996683667512278864982321595687865","-15269281029873813132835981147161345887830654777956312616279729584519054167005","-1371054277694326576188671351201808142466936826171964801766759489136723548678","-11193403699201452256887561342500171085185704348707995576455131131688244468569","-6651166129857721540514114909221378757989925207446507621404675028532102007323","-771891766515604699792746541030280751563168018160146548192177640005398339546","-18311912987915846152669494340818674563525530174322551714691948566437265939086","-1915139165639246632363950151608276645550538189402275279871439638204282143948","10003484648037269755358445636234629104648757793273132810699011618089908228281","11556321810135223643412509399963100045650849448914865711388803713733709220867","2068158349371653199811385057256446862406588701384355157318683530967950406171","1414251976183056666494600315255276115320320351263078771763957440655551297214","5164846022745224781039039826745602903911264912837079156652862209886565296746","-9582629951803475573552193710009616830174085389565601811779949360956893262992","-15501723063318713634997586996735404662339128742047075180491571411020390108623","-16514792466685007646494090201730030429927934500879469317524218614591446961224","-6641861893926006422932464928468469168499858849178859219730069224712657707250","-16115829097568010053456086742907961297624343988076908408674065715188542987214","21243400038636314402825720640779355903517021202695847351406169171195099721047","-7676456936757053005745958863748898796902498098888249178455842035615008706061","19487477476968652678361466422747189036716868316934672323073968865070199366128","-20037328622295080250253530427837910717792988804406511262349682323030067634530","9505913343006993198085759364047113846521989368366855261934506751061803403048","-12419162684600042700455594517117841239010160141970829589520531993483878209849","19330117669894331893540644467121141077007610237911274175953106687272606589155","-18586882667232324149475963228294336441531872720611802366236432174361640733514","21238352289505928763243878175207976952772677042617583849213136845424982610538","-10782319513672031422683260765829448633840315030535564086012935508224405600278","364084179819227815308316103371327705186257249713285532604398480678906170278","-4230096212679294908839141343889261155771400460209224237623239790182396136905","21301939365890543388959596929827890423714888491144661902144212722387165597036","-14551518817743411297561259465521830259866136092456116527913548106776416311794","6757108575738993578923177251677378474148068880514088323766135763555987205388","-11392456285907848742623538434955585609013972031348999224046107921597407070368","20045885413787195119856579092477759376028149419768512166012650525611263171830","-8149065994674226117279426856016234002479079174954880694683640967003874922391","10512057325100312858280244520997499210166469792758177001526477708013307130176","-4549719558977966159315924621676306023492096585495110199722434902451050946143","19467463161691464768620462115064448528335118613660314521437856741732331127325","-14659100213671655766509631086795066545979853702341058440441579668736001188523","4461737635011261307855906686718257099286273614717633227025832708021511126559","-20413599680194917390726601447261904949948596765657282815780344547788766238647","7699118494177061662733919024213462480559646035822853945997293278349397808572","-11630108853369848364767827843616943968655560928704263726812305929318313229533","19414408662029452230892925832056536317352647181570102024054699949395468682823","-5247626644912969470328129968496015609495115299951077375338668780159522084131","10381434727466585219405410581744404284118581504121670836401614086977218690303","-7358349326225327093531223863211962290725325738877536735281388231665516275340","14219179080610560755246969895448432888770534479367848598700373486916055541715"],["0","-14592161914559516814830937163504850059032242933610635276282175903143492921878","-6335810091267130886407705659544854786425679764280867731832057136533609401193","-14773893219044298794629973280854164790441219999216566440247285469393663906927","11533853618277802434812325779890607222085736215615816497883410615584749152237","3366481038353515606385957354033243390729825029617341745253609758194102699232","18493924554614512307494193800803758719118159660857860061166707343392750909089","-8829729419885360501895582908358463980734175990386972262886911367658687317475","13602228610336583872806309763848711861956586468446096534653388043513757709445","19965577946026309898102321031636652184428892317166095437436033116987999677308","584191430026966518325442037361149485540214761492889486612561316819590211622","12827193434332612003796501940921567539299134169399522465215631474470869019881","9873410599043922636618701238796286174599424034652831028570689483179845184909","17021173215280983655134108176548407278664234114231621640435058010214734310095","11854300498516759110068585995834910428342408195529868876284758513345912594607","21403093621072745796973673235772875224134369628292278917254039321189043083910","17622648120586470261422888725908191000046258266068453563632543089643914339024","7645857563191933838240970313549765726041529385331171140777788784372731411386","18363583007940541317388133692861879616767876789041382375061027648317730408658","11954647601031070208295346176592049830852704532353449625474539434383978143740","7370290527090421819771552035006103817380488050099946228764146383927372484118","-1788515098709588398233038270768916778071733432582091887621144172418556955792","-21509892316656605985930436140023111224729311455835639399343674484698870582413","-21500806031361850959799113815741832660316229087381192343146621438298782096597","-10094541759150337030078333977381881775399444345031364801374189280423505010730","-19621942164727093802018043985790956816438493166278426923227313447235201820622","-3367256856157443301411043607743943776463319271853775513165025505715221342234","-7315824955402698745115284627277529190814816752662381607416231605704512800852","-17555506756315635776845786917390918040731584532377452373200159133536735138675","-1352270937568705007327792387739574282588959830311975711153433297508368574781","8218445944216944793677291828395559668932977022559101945372961662165176289249","17910839633032181330105959758626655202895301235249155161385325688700965606928","6031683447914746827945381321809884990379587827866360038584757449280421113077","19343804842633163628185869460565764342335323235789853283908186068890246023721","1133804810200974244674782261394297961190153446513256346864129000356578709488","-20340092685386937665840606653557262670891397114322970205771362960572925595934","14168015416793022699937854556253412261795652434015864205015005981087216241416","15771825668955521460232249767445368227829133300778537888923895794559315652144","17134467664902077733240702102284181726339584778088380255399824029183050865456","-11140449546682974513213460697357459888573976796159162864403407975306874182373","11677414241478192413882963482459191060654917584312491028671161993736150299168","296099991703716629795415200216974418070263902881146950523974972758991341731","300912408889784540273709326639582734261458396285676698000799310160537407944","-5488926063284008484285712743288128373487093435924980175214568532653548178420","-16524623697749238313475446971122677136813060537212436234832642067575551275246","-3485838557391183078029524563770664423344214642118489647484740935518954545295","8013599863767528962753792279652255294954979331555602921092841212357783272092","-8736449662675308844655100718901043017466290538964426581221698306861580036929","-8451937019611157920104857528834446634513194085281380601834578881587571964139","-11509723269229920233163213236003490532952204269167540913343654177123745445924","6454023675078628826991397991381359617349763757333823721633798140682156545038","21701023478256927668511210174562078270209423003569347015195404743477777409255","3434468731913750194312150603607751647276683843843633244314139647229187548306","-18922869310449055022478963187978374373728465876683203838580488836527755975665","15803230594817956511742065361544924219505295260124023048557459902675443682314","120981813898920873040458978502556143752157896860483311248746214864429380060","13195988870317505556971776380628007417440569159511431801371868152226381783562","-1408926344271897543930093651026054895979387870042906110868234811222325380913","-12117909378370846998836527769995220722843737397009525771432954081535929415638","-9984703126787273149977114306002367141523146437192079490953125857615247541996","11295329133368328231929709425993743421906735796024573457415771632531741072869","-15794487686727779187633201590546281522769562282450056385836297930662963696593","18105037040530651116307689379844150061888284598808739698080279253043286187602","-3995612705611688713507635194672983836894088004701316970814106422835872372444","-10792338960077248911342696103425413165587407092711379258084228247946591654120","-16360451170976195004307847619919308797999881647364727278230535844559314649508","-16082019362143236662330073865214111661546176852256349919374552964743963184601","-16139540031292250079853799811135027375662272080661265869326934009184370019480","-5697948308945043678505143425575952568193431807847244323294676155366942895097","-13788436861524395356479049208137890229407708600857705546943702044914945189834","12081516838875970738866970240910799484757824019384858091007391215581906900811","-2415866760257064427192673843069871015602151574464958064916083870564183853493","15056134930069462709523677317228277205974376009465810198592992685617338363959","-11851640621926215489299811362667358129154843249987874629263090965138918971150","10372824987408698572867975043297806612858551703514203975077903875562956758527","-21683484731082648892000081776304165027399520065610635594220751492643383796094","73783830819321489054571832974375510612207632667875856687196221556797487598","-15703833026838595130530763660180542027701981507475678683150437697151079419334","6278514870511341358327238907995571863653441425924844665137187869997722844528","-16833779788096568611269340875435183911559866090093502693898643833457506975720","847292655796041775849266911053189169838636716791994484646375449032465840112","-14308763964349863229889906754029453311122152970917163024615413363666257056229","15367433740216132155523256940900264382283629757001982585399892098986817478247","-6940346039159485967300402601244150371098991150523497910773743698900776231761","14611141291874939202150904921075908451666793419434659772462277194869301610899","-13621318148786139460838593410523532192679973240820853538686671406924640283569","10149014591567468590581769191544436674990432120975122430286419084641210689682","-20481088314428492187323126129205571645386358993744092914543703010315856627857","15167956772129347646666239220043801191812303539091203702120379045460298510170","-21636610762290427704169746772158292916310418282022604559892118183921280552201","20098098275428480319215195125871316565655883519933791949991514202218164427517","-12311700627616568659609637068330150825264330410338350082833440938662437139825","11740254888401352093072969027292945006240056703526276527801979468760651772273","-16115293153671847049105493962889644586735503331060007419997337793623249156756","862850016488439445652442613878708722151724708463972671578955789738213306597","-18002029272567077987293453169652300450338085338539612894183194065194465502221","13049520013944839657164859396939834527106058592513450618705010487432146490819","-20861897098817625863400976432071032472929616617416403679166532223642582684064","13392196632415092436945043835850821192432244659989401181621679113584700410433","-5180575544161217536697421689853296952243857545077459584778032575543617739827","20607676129703139840782749628167788216901306339983629176508491415389806397566"],["0","-342003794872488675347600089769644923258568193756531430441880454993207066653","13530892679859984360921716999493058782134298912006368123855840530040580180921","-714963958443985873836764618537884592832673779750586863914714931364286962307","14891228799151303423204486983014372988780034552247581065205620082821408138495","-3465338331821129619815797021376571316296313556167786458231636852083620105314","-10404193709493222650390684419389767017983297087926595596692427856907013043597","-11333323629078592454796779605665381542623849283851910671762611824321104132739","16060068803107678659024580113096937869240440089578685384846837119427196907058","8650062798780115504577743500384779314217595958320385543173798858208110012424","9676721862609493934927035179444101456730050676362893337920634354784161830228","8017012308129079735760932295379272586987582823381949377755310956482540090744","4465556203209748300939662361779328389803736100037796197481233689489923057238","12296469949448651400476500302999441821404494211599059550904604527141129288763","8359304159108306338658485530769939680660374331527800859040200123249032776079","-4979645064474107213235323454761029023844668879237017822968578303149815452914","-5713138840812510527795437865161348748960424983277079366067446046833245224998","-15150581759392525598900183649230840988877425251645110859816671246227669498018","-1362748007872753225638589047662322613463079170552471825146839495072292249469","-534697394552165876108295826656672364668567941347642277352331330183116991193","-13467779269498791752947189110144680100396725362222136320240201809142623451638","-19464565624725050782335371273203339273074261875479269833032611710883712399746","2948557604900817244689464164698106385963357978080601344639831765306699380497","-3420034249017515680050448144258441572847547143698860470033247241143253085525","-14194875526671338639136036270119843835922500376146192966626757820194064272799","-15010331638798526505416540027982736992344915916078640115471532744479918816839","20357452026019032019690707014075595431058673818744527617725915559293753918370","-19628160640497238947624653121711681840173579059198627722722050668879403486658","-17042345030023466854047127023840120039466241144614495642702485732122052678994","-13762959340353568265881771815704953669698663260154884947169426516324413538135","7813954374154078676903592946086617148228962859139023282569783203244830611724","8017401151429216329688362137720634826851748776185609217158378378684785227253","15018090367286641156930865467498521236529958358798269827919560469388738633794","15839474623032833033188703452191584866182542649422775213331196527432338768474","21510261694883640071510295142976666003343271489735569657333523239569637930644","13492799555763595611827276179533621535805437221697564597071200525462506714269","19228302475046142503873746672603624653075355379929277831117498833516571305801","19710871728704849075093564399080401748207349392006659801555560983432714380903","788479432503484633362236037489729516454269571161789695985097592667925603480","-3191976301706218516946181752421352019658619039444450460667738494429748188425","13344788005502952576614272875562769262992378851599922606958103421160985752884","-10023780397090972199162851526377772109363666605099050215532938626912214779170","1090915842332650260027658434281289351408980016125146470072128886554706417773","-2178967498486006518519415608591785075668434438959634278805567943603184414772","-12343404039850478509125848625985734325616608258854261529854523070546509449165","-20839779545877962780099231704624649310939734099173728025940163848936771312966","-4067918111176593907142420539142820432867369581615103432381959057931297348303","-13695944393930181988109221900408655327771676697041936274899769319735955242999","-3199449851795122652258451153482398109237603232412652127568992076721634964888","-15234709443171420679943762947947594605967560437374626500106703758018854003592","10595030678631791184023751189263346098522405646103788986997549447046232490919","14673177029752785826816966722987059222988100016391176346214428524034955843782","7378900256802930837205648429459027629169228629803496407267724673432019415341","11230454016506704303291433643058260369775750828296565521023943132568677017184","14112340407961509813593600535690066080069685270318144627182117172598542300068","10907214612644584242023559273401566499027570171769874930908224512484342995807","20716787862004297589669048875746851503437876153452183265017596995955146607251","7587811916196541898206617864817664615063522168234059964847536387646052406265","10096100847577124799884869442534958077497822980431025578579002399629337378350","-16788311686070399762137211974216363590341238000781298400255483206926237005933","-7448566536245389942073947310991335487439292563674656997309583930841920856993","-4556362605986247165055234330705496889456585566671041590029998131153512512035","-17897096679364998652964226985994232155472309061893387307839407671956407737620","-653068933297445849170321729314452802352705514029618560715411398718521795604","9280444527763087458020507653412829262803568531905844043855604852050726156358","-12893505793588684590527052731256763641329338603445687191246655496551924205308","-6496429021737244953699506641990950096196509357264300183955124854339936360063","-7365861172565887988397841241973764751007345875987868701174835021534987248436","-4259089277195642381777451878003998844113310161503781848669790662687484740652","-912072314629450729237847073449745572382750320825196772976317461708232668562","10230175586912296356208324383540104359534790745164035868717889329430549112977","-5442059880199917939642871247694094523950256293570826720082814662366778272494","1531497671083689444982341419662176263401125370040548258070339063619001437554","-16250119441066319577076311009820882720249365086730495845841701970521167108957","11749925128926026849316505619210902920910293898220346487129748312301343637132","-8100762932905719703087097904679182179643482003163683070833784073881730106438","3483107176593851489020905249584777095460644845195472869141924471662463683102","-13964992121781845633572019505847395675251055082460999721626295284933229489244","17174936489945345283504458324079014943200397113466410803152459111078963618473","-13222967157642055664211722976683881779802556279534075272469788967141523679638","10573517539877796360861124418775802098537686895806364696610436195091861279233","-15133516963199797316220477222367397761406251266547703840817375016005832188","3383727609323462787786713425278406125990858718500431467998034500686024722366","-5338535796381204576737103311170694267052036331902995685081871935825526622574","18503672872442187846079178347504714233192812086422352593297778775260992477895","-3679683299141442526147245070002483467194151192802549218284136654896713638694","20693316817936659366936589312851176597694924634919926307647390088912425167633","-12067356048566711023657553849618970852136288578405955012957369658665660441631","9051209563810858861119766181187991128094342287011150307384335869613137723630","-15393871196355130988878523260564872259402613821354734490280253007333919010053","11703246610292876085966312546490002469147037716960042752166091967902213770763","-21678046061790644707340964697829191146656024558115204006584563285834018614281","8600958251624721734293200536920966610649425493653115847669641020159720108506","-8976524565872812097130495862685971977466313063356060848357469712753221935181","20828149200075663833177031172677020042821852860387816988595340337027820338733","-9557432106279691285212633578590102216418932553553171990867989468569153547799","17153138038729257963034424900106135600893734852791910619200323766715127307579","-9368164963377692714817926024561779549071330858101653823312631743324384564786","909163042946619295042408827259514912036917296897459482669437648416941764173","-1052705243949184299054528149636232027433019128155616952952629387235396639643","6554392160629760748317877718776323293066614735047993359826388182901106594584"],["0","-1989840261076297747476945976841570462595305854583284648176044636497944514472","-12807970052057311928938149055018632593564965339836651428341771189370852974467","-17677671503888786554677861133927895131143808369459582656030593176856782981308","18044482489287380592191414307363866012939237023869672235708630703668105477514","15936697877801021409705023735009604186731687773091622194810098968593313915532","15573336472894831354430609475927350910954246890511087384850982434787118821319","-1073977396266824028304821810016310997572856645562851627382779968959927729769","21670236127954029783066195553768590312683397226558016894104076980156679921238","17442493688294508724562893812181214884819616705810730449622874269590283428927","10229154619736109839269349131638110019573647078623123848047290177708825859109","-6155528246644180594718004929486807699304813256118602829808318195843241243742","-17229518967227640819205006118540775745851003063933166981402408346141395624718","-5591628126903966194727833302782497186329408204613974226727734175512768923277","-8150822344676072828696570058573016048348615046118296249265909557744336846039","-10022996037258362847436213040426749668891783471373486856671902245615927337948","-21168219260650433915357496074278253858021347884086612700220668123322532913055","-2747998332922129414506096989190074415791364416297386172489327946144069431639","2812597851099028255734079036761432622516278957698990801438277523279393987510","-2056339286459745172289020849470338898707518143184848893584987666455505362465","2682508976837992066925066490150212888525804162723302617855532171571592412791","-9360113275777780274856705958401415192128199929339711519166613432238104638654","19393515490931762099023523629590593680120403539191933309384700376062276145483","13010596351360097774545646675256694424503584995848789065504392792320132678696","17886187492362115337935984763840596052868278540883291785993407876228440516033","-14077916026104252227890457699000096182538580835928525102426038287977968109849","-10000596329625713113093156674156377183126904715478385436953701857568469363609","-8747522287750352147232266445427519868402573239791221208532992443271483008550","7791494873252174061368899780396410459266488254879102921452256820269533732051","-8626269298255004613758330787957784063246451671207235724884991184156287074120","19447672811274018197497950009461826116522479169613426267141762008877157146073","6400058626743818763150068460285369580554198854571907572327312536227317525457","7471722882219293415169380071891835655405048247617694309335262364754883677878","160425500999820873236933098869334727611743948590741853278743601020980615097","16468911697394503748925910640276271921079586157157184671946672933068005201746","-14964823599568030097414910169218332223262603164650758600833732163978998968155","-1867653460708114300753365054100230836979921405496127345923502076369576575187","-671376798478372047331703024622502050917899575199845488596479038455142572162","-9623077327127670820488298635470606717390783603070986998795712877206672418440","-1230025266523291483569465055531309386064092850273936817945296590714810340151","-21860634810426693659907979989362978489411797445076764359233734193230939620469","-12914023957851304606323336623663230928921300483815836852203116827325213468106","11036505001464446807051344717474968250438302113744870758919876859305191798072","12116273571202967717284064784408702432058272944344193858538335393606062588886","8663224502878334898642570513304857301475197234480539823846596422707327993391","872098967298843907024361814618823740812293479128140845157360222943631411915","12284880458397499098983778819966456323022863003930052574943065874424076189140","21406148842988370961730469310475257655199187141390576699685916813363218992059","12268873031511379148430890890786059113620527981655506076168512207125538368380","-2612800321709367802694450887674844259243511744336848556461475570454178524723","-18524780370439296891998902847321651307626753078259481422362480787711324172815","-552904030421980295597240794232931434084540991699304109017825567611799125495","-13883883149502325640646378986624821339029776558258533924932007846587127497391","-1555465256465556770692620785241515658526776455036102551213304679051859265666","-6578616840026907054308314899061305404037409854877241948563618120301805208756","-18911810600835231868280125097421688825305568327866506835528376253145242870462","6256296908161172413851534743767751379810401512365353001293776471604462055063","7263491192368482516689330840223357818306537139494730503216444138364284135015","7610912285213059294738869947402567410404002874731545422244798224681014682236","-20388554715469750670211701074246732997350214796249630678343495562208649880552","4249365820732510077647010260632317664136700008624338328871787915507510526939","-14032067322302467351736300552565461028539246009939188582619954497123506607041","-1803833994002597602298947387196232425677612910591782759634172547295570857079","-1049753700751122024693940137818518359720569826816174075509880064154898119298","19634217603617697318584836996135111771552381028180525925474807519374677609929","-9865546996461128155232379926909798742832382173652175134816142588060441543815","-4973466902001151062133547391137767487454770910485032630210985096371878889994","-16286532698919920272504947816377773255704752137697248098646287485963575681735","9020819469573666756786053086324449239765875490660399779241252015218450564932","12168869445840297970141100322175158705527907476856444249540812191597431864336","13552192172716425757288455939207567183339586119298655325277297738822853107185","-15186810520926159703599534447673157221660882510217265557238262374821551155468","21569876232610529133357108006427794592209871159192241398457270866282684017","-11042463924810599291509973653499181611583554295978704626147447331554140252048","5157805367925610736088216937592973222927278089094723209568865630343396190140","-13292663552335768606647036645495893893950937208589110011842698316638438232768","19667520484923137319855597102886691722470350493342861415314602337719252659012","-3699460731210660387718331095356863514192415739924367450575635815616618227223","13299940664780514445160522935240629259267262187577790009426614996702524646973","-5646971987857269509312723543213151707908752349193624636796157735028750312252","16087946069023182710505622779901907462564983790642492602751174690302084532603","-17134059423385553990267298276504920181470574338469449426229881428420380274766","15811182347021702367256074413886139164889082525089136600597505837538186995108","-7585507138489963371855372897249473552308912394487477127503716426335395263788","17219868685564533133525303034777594676817270386606436816360024651085172291296","-6556015391867868616939307988149980508152966344396947113125109046122274924611","13628516510395292702521090177033364495767829410395863246191340752050627881747","-2030678451398564925805369527812192172115839368160998559663629854499009536448","13032359576239293880796536761645199914789711192117325897511753306337009979788","-9779158994836157451512660659169201656582331426359313756966813126731682474551","22899705655910735373468152628127912346154075009173136087769985908714069292","-12719424619089502983267072300870098947063518741763570096332348229434313698811","10894826710258180845138245876383821178139304054359024997973882914022457328236","-19484881981306788234103876456002297928140228513024019751518683178862116241275","20855614595722740845919179051482218430703932820591641934309479048572557784817","-1438851439760975560300057675202171821198913286687061044002736296721554666771","12798154474841197977833977033835841634264737646341746568164814939510114499366","-11001555430627876080834252470831267873713886056588648560315687141745102865192","20027698465348579395631142000444289598245710289338546980940096544113381985537","-7785836722161344084949807545849992622987203715169867211414412144802821913256","12333461440779864800993751432630071918392213972729412982406896422160849333388"],["0","-12087537108329151988404731530962972810093872877841686209319500483021052952387","-2647690758204090697638583098621637913755530721860836983074046848713926222909","-6849137430639036386137747755083434357651338265043117012330252488622426896978","7170803851699844507493947621274917777648087020520953565795926825750019359931","-12179516097114486316412271226431479236002841732147779650338961944932884497237","-15189227146542077500404327485301629381599126714435779437550516189357048968061","-2229287562189696325035580353936799350033429579232238787413569662116707071830","4982552561807239589842954073438543505441751112942538832980460589210622091304","6459175623251099079569521510510616875756917234418706343583603752174230343840","21523348179851530643647228869622600942841224765187473880766013342008847550466","1369378491859223579014541765328060512992420045821155017700417149215454877688","8157570859502257878884364480975114537422927890530496897748720759781997306476","-7048389118517800510641448038437303156344499202493554798770496758150181756189","-19901928046442605940823525287704245836723512137863142425824635566268919705196","-3164581723052179332997323662997873184819379427246525097255906478017867040573","8986060555333667239211440126268063619633120860617621027590851235021548467367","-16518081314545913356260667717742399043007951023245840830296966788129425906677","14090683055334423878969187877300715591519691026232328182057087424367801038524","3361096486572325495208433490186313812800487536913665269499969842095003243515","11897769989257522293603153461621767592078111673709169222308204754511364238543","-4758012436938365600007481853281763024494715212767356780404551819635953493469","12412557981265409593307180464257546841542102138627467869925789314067712642740","-7288296929977008482480836970467498877334864249222407762952692913313340107035","-5694188931350894901728539733189804543959550822255121033207727321870592496993","-5102059233833914923848477604531100139541569177972273717510051773444090781977","-11986196009407988208003161992118344071231117492903958480823248703312228964599","-20671303665528334699775651611882797469922768967247593792489467268462786772003","-11832295008504010884675173119902932020259083501882928609490241712658086390608","-1827240940369006317083384008401756691061370122139681925892588865233535963253","18788179237817976840810792226574594677544390991584656763864259001180973786911","5785734810911543724121840462808720956336822406164804673011714029299931381014","18268538507048210785386123084163841931660480269654777182421258742810729857001","-13974152065812224941880110105523492702239097473416200762215535530577573833042","4988453842440782443319435574504358381075603471957726876952451920229714595302","-15178625310892607964385432962525948507298881587371253001422206525355048671902","-6227758812673035264414814303955596278965509408821724666096031126847917236931","-17442009955418408505268442816610359349028182757526660518498914271764928962935","-8542058325708046200667381255028858099789482841554115026629562905732551165789","-16690416982240742101548636326006504092086660715868405774775515635877257649735","4935311227543459853024418243256286017556518491198597860372312714303630631185","18129383844922566913251483437172181975429469193509539950126656015151190961806","19971804782879520148240805753719743784034307917850737592592660379885680519246","-19976338192555432110283419407698673276499424453367180825154794707910477534235","-20027998383999259064965936774823875688942743696271768990584991070473152923706","-8426934896490305096180790781726397786405043762509095314260496619397922098235","-8742111972284889466439809507021454589760735579066284708495150095587946269832","-9909207458679171368952395391647208588938504330334940424056051110301436797410","17549136105619605090372947158358363201975314898966209326969594002252933731206","-8329906865746258219878569799552922654109537592460134323466557581867106289491","-16429012302348696473541291427214094269821801203868926145120390816045218858538","-2605624874797746466590594925761930756914328998208913250929131321288293917920","-6511608312256757511000003876253369667675945186235178847213520555394759661744","-12190083668293783685325423556305592501079713157862934043905154155637893892096","-13283540441519995205787073011761261734403265646625300177230654151986275775035","-1180112388257106355446304325493387198610962704064030552746071608291799721179","-13225537608635272401193460796829929848323330689711624283092476303159812743271","-8993362172103395715937018453829526345926081619483442367465869555405691384432","-8828060148151822062854137352528675051924537571548678225337081849160138655304","-18577211301289583925407695750643156379277890490803537484340028723692804066709","16343365660951861105234498594774069281703982987458946191060700951473929190945","-16294494934874394625978814077777051372869582512375995108729411451558482569256","17910698742859162504089201966581857153374948595273316705745319910934400020250","20072646649215639440217875144540901147561131508296933421455856404025088213205","18815874129713447204822174123882045611925962865877709077629472291332197993779","-3951888941844607133569660123253979991975872118544709334878331015721578769879","-4932229957545235293792719532963726566531841148794789834553856877819817877785","-10995879169383854026843623332156252613999855126165400602381467035332393094265","-16104259328498681878298286709283804464292767545498219876000676564203505208184","-20556345932861245241247626771750418265732357501303634832977112541424747371565","870838640562735343891093194702522623192206073377197679392775695495784257497","-21831287989720197188171721977770523809541445188197898333281870371677097911045","21290315061314904777699171379818278727555466936426202613405250193021005444352","-17903181334553450405184448668096561739805332814677988399885494556090055661291","10036036005287797008490206483336827965435618347990861050911037895541015647426","-18745646090301541523277534216276487113663422290969914239458539356161085420992","20301804204716650652790477437403632490510674259780607688227003848100001553938","-3213431995769680575564423619982398196451818250011427106348638099235552107849","17440851684671473052966748444427295442727811018407019674040999226039094360775","-1063069582344568891511391812781012247739036504468914468681066168650146656008","18185552157182730550614359546147586250323233644635573009412047665070565509499","-16235753934470554858574071706206002754023293370093957852819028731038509778800","21135939915841651151096934177971578876681459722366950361509483996534576106932","-10171622857565108803127640513326061521220368468243937274266207769217558600717","14387470822568673955577462762026981837585975434450912275793472071251095153432","-10230199015175448529388879770244846572541902258298590838574170177690525233245","6744910331401901374087110545700524908385601878821615060243314871339251519253","-16183341013833509964522303277307103139916067604610612217724860250934246362508","7071236290665255182078356100273643333342477066082302788622565875340367363307","-7818837443339575713559309375284318337417803757538840611300112386634792263499","1011902878384480934284114124641510420319220510387990431166388464661353009162","-8083687945404888650458799115169298519303677295159229959318390238292150884251","16064146039141296933131641847920516085059792259807655858658091470382951133193","-19597991608504039504642741594458258702414187000501117575818009994649506116804","13650820802332778773099063223277945984429278827669366146222467758383496677390","-17233183717040280510333098960196621487684695895585408031772084439178526797780","11151044008501557459698463474705370252766766443300897255354549049225621107660","-4422987697088235003972939805155135693665225771843927127469545133757939989009","6007766751265441065083147082050006936061742082839454954306633003099540280517","-4267891009911423219089142188389049948881500524768966601133338664919817660570","7788906783620498974967282064725975874361856629031185602644601517452102805617"],["0","-4184517019616332027782401098358008472810716723608949845302617699996221627497","-15847070516477398455354405357949774041723202017134719020896576068711212064779","-4990987654200298786656310001476252605133300665415350982586782472795973161683","14166876526273646719845156522024437486830676673959931117271795959849760409103","14310263912817796805265691129302958202955495952250924584751875312940072909920","16995607302271862930119081699652797001618020944215883260690633125111260009505","-17466632034750416101940667766852130284360322343712905749703766646808551495392","17405850369546659469091556343469258844474189343157452144876446161144195096344","12994369155950790187467309866396772776860428697350765867701949569368821290379","19606482895213041585611056801429140554919677940599704981743357142828997307212","17538219344875892320347054523522743766582704216579048793589202013136370006499","3032016695258028200389422363265925098505704424321436234548622274575719180064","13077554087726182262672115834490949420366709261764434992435172734986228831293","6803899069208436797828020726254520809478068633106019348048100662948848725758","-21567319713754285530971246770845110930340962122984655394708324541905992335290","-272108325562919516669607370966236675979555188387558028149489360560974333808","-7293339990142170813932772224123995252104447913095562506836653872481732147165","4156561087347829486278525552113219326251666582119371986365520971378100609667","-1175630578146817601462992729634007922004618953685686814055557173697963410777","12447442486513612771299644571853518871146546873462362161846540319926123227054","-6005871243456440485645152790486397739832177313818098826103537454387319543623","11840369149410137324110589711382557918908923942497132547402378697900755855229","8779495285572223869081253655840535558211719812140462699863864161005053054252","8215072113609565187099339781840118837154031610960905687938221149417735362023","-6900137041514381681374491815630157977229460798425667941578883612383714908112","-11201467042825299244691981320071697733506503294340715420208957907680228787041","-15880324589522735593902967199084910969183717783940093969675710376298431088198","-6410657975739356298267207242574553581151605161589777384104247931534646938477","-3219709691497862506315498770372696551574322432016320322301506859240683056624","11641807492445513422857034149038767726771977683394609578630259027842577194712","-10248003106999728106861525140269615425030993597214885921898370987190113727185","17857678295511647256451707114109945546335858408592768964962903129748612026832","4050053399055561299489171348968409745666927742763903519955185020376456275792","21072236761059162406214339550708381004006786867874539613187684752467766758714","-8793988250241160098692309852512870895814392446317739813968401210684082892302","-16435679709186132764972930710580802234552968136226941943334750094295218306172","-13768092103977470752844128801570190931371563895497625623740387949576184113621","14228258563808324275393029864170195266577061470697274643731310703663697198175","-5901515196108721982290140411504014241786236590357256000605073223643192581410","5547661843530404500810232734600093752913951190853164402510121446642284134507","6732953033718474465536227486987091420204503904256347529159697112218360196317","10105492829640369255218985743858846816320439325651961630547598817887265621334","-6776750412854036685818263979394760617035068751737121982022999413435345216378","-17453222355783845251800977226282056772907797039700843074137628551144249220529","-16454931772478213068036789256852491447504757597909656074007825645535417967384","10481376333223395542502527480405578352314936146858837941509222138685480580225","-17219276321434668370236235639173991748663481167580043492801907211054807257993","11847636779790418383709409022248934390731528190202523437627778388951643883522","-3324442349128361362440291768182996443517756199381391371018548828243099837626","-1279689005712561643539367010003665953510067173864251910137315962380240744253","-1474723241395412631726269837765821299859997741162995511793516547766721924530","-13323956343195236203588974245824658333665370281058637622721476170668563539546","-7932841426690563011718917323117549869967438214924523177947855077136378688924","4249787315424850105852462017695913590087437259363616894568484476393475839657","-6331767943523303839740163377842121387408229211639184083749737540489304472015","20394800796281857293168776269605689982235892260850439141222812700057831859073","-13429892899181704927002333691030478660438973938477750171614264388048031140360","1573778743800371080297627355290827633402112022410252084169604105697059937685","-17565874097134652097848233179193769239202005890374490368799538985868626796154","-3055428339825074843006384247007342637173181813226874295967377432447081953782","-18574209818017248977305085172246058779662524473653440495669230146331714402455","9990360824429745499518781052795794560107438386504936075861533867592655850029","16811151545974142464598379098501902820667503720540389472570732410216847851076","18905303960831270244583512729671293057169052247303832638836084031459922745932","-13337941929611044296623874445957986958742234082500346045233618178402427190484","-4777047262769733918140629703089391575174824165688609160191970483389109045021","-15893348133035694432501079437805850371526770597204810001654438466313719040900","-8739259899368927217467972627940527404337972337563635415902546714551282741385","-4780805901702753162606186039061846133007501506884968875778773654925533140993","17297531476458208994054451897799158991290994554612404020707216495157013553465","-11700090334933902658018643142134790553231313711403120740195855211824529523747","14944670561175661011801713064995363503712115259734589064120807927720429715569","-21840985074382809811309359558997050049239094261956658774574526115475678106092","21340958614691088842354258494894766782014744004548366070744208268328679233431","-19346351732149542981559432760371827230630186053675288170537416273735118410549","20140998613137043984582520039842815128292689359998545248580825249880906620763","-7077803422736332457848342657602174206558671241385801738049921826888086989656","16441798665268851477773311622132064079918123630325830580566263278435619277121","-1638974849383731144603085264641374110126237373436538974378903600085070897489","11480562589614053673250145208078202272898859362250354641373995600486562816957","-11246559093390402482976758813432258844339422059064287467655292620877197837225","2715083740730351955217855897439183576224333008860031067715305412145322203246","-18741485092358811106742313035801356674005330956350230938112853228431021695487","10954143239934098241155922335059966368550830733551720423556007062107270791157","-18110310427135993965815227525085896015273198844231883079862930418592510145197","11886057593946313364221539453255182623410215257991289717242504844317533693351","-19555396815547405770166004481017531424526080728001691831480855363663877267784","16575045829629349935576561734382826168975193506190555146815714641668474549136","-3673476620701511449504698005034202766140864670059959683812308533602119840817","9919691199915448560941460674071652279218805030989036858860874981395918441098","-20156204693471460073718121584221354379796421599130097699520488245222742491077","19656360356047563131598062466581998108775422369489180920180915694617860569917","-6627347054718373747529559215670479084900219144384660703908442500553301580214","5609106563630754508033056948994866651154715826530244683663810793698571376411","-5013920358801887946870739780524566055853094434628940871075463714636735189602","19010391673390355011138378475362885257196322460966555311821144514767074739408","-19485216651844553335918998121120359148194505850347838466901009296098132291660","12184015405353965040005166257866946421281227720393326564317482267862555669998","-743070469365906974665285274755098974635392032932428294393780317262323298525","21005305548119819499103719621306661440651217501088316464374851063094380317311"],["0","-10468290069140522932378715791210001129305739495851145898802933786863447598669","7660676424657741254047479643150852284656361268844784203336406190312328414409","-12366301298096578991299565096198192396582110613984481960490614679453953413398","17871641190021188713145256666152966224102789105403785941217338648192206764688","20037363234117185199680197897973870347509007655894691666820241511596569545656","21398543456486986858195718117614775781404042211871324580552530393202416516204","-18225339365002670493104646136757162372657836162330765465508942611267322726573","-21306100438330040744798710179108463063050555134317136011748460077684403111062","-6654933982179768227608724579627425874998975138073837084535945181352616439392","17644184115377863274435777185279344672040719754054105130083772539802127491621","-10924633328492084042585641906974364502088826358589662462904883059975366753780","-12331265931845023195946893727587778381537201358731870585628129566635689803240","-6103207899566970673204510264065228338221383145341464275159805391584844121001","-15081896329999981998498008225687160677565586848345757329882564963016151033729","-19959636298476297017016857209912249066873901989192279761794804485000446360061","4177203029595682388998175719899735929000106221287040435309436723350692436151","-9255351560440326356852489635939253916099056971940382804348169169581296664524","1806505021246002497628590036344783260388597466031772148439090634636391968514","-484355785066542866062781187677208164047763047824676611475423953963024688256","9586981771353396004586929479326701168677490137011507141088127138418422890510","-3294096001657647221789049651873377904686540256058362980172544956643759025708","9441853719902583890189474090494196640020660544164701740349583860363478107878","18234542705293646378634442545509808500571638529570103424007356322709973333702","20971628552890575886681817891864858539124083920286958929226769552747437346090","-21290159087051594090144978050261335077143169174715333479362631940791552716937","-3892248352199227954854908189332415857849325859294890842053260230145130344712","-13998719128538574521866101626035421924931690004572208295069788714013071897587","-19695446576650470868466344568410784698815802047343339738687182897695449371005","-19154511837740725306436480665398574181585894753666633464473901304720555111440","8526120181927320101736834917723975838233078925684929063872628277249925352829","-16193467480411767909455539788843883263186730303849409386238611906595922529400","11082800958717674969498172967572324412711602887501496988971702351993731497412","5063637311347839748606375802870194704508276229753970887975611510046050380431","19249360610985487166472923864006330085290150319204126380416559399588305984599","11023356371247741714870155404015024147050328363028824407318172220179727743875","5883903317157285122491983926402796686950952688225208562386863363890863600431","10975210396389054948696063193350849077343408724586668719559761990006810992099","12656562189020197879038669673243033190338684467975441530415719609031959597960","13582541574700703003917674596271473253113161665139634224412199745561525053379","16287103711515262888551643761652874617074826771349677854446075229760834967779","2689955842378504418591391455778152520294413872750635969356218475932995183818","9478444302934630406601658689968410679884267465239529757265120923207464502538","-6066927462085082495352890253362743980835746383269378331053576329076345089828","-7967008905306620476268010247505287789559598301857358241319486918353395919067","-3474621246778910212172003025636452481985723653942682100100801534780907054124","455112798454490934269949148093220344868390738094784912453227268026996237468","-17370846753627502991693383809640369072983430122833208048166665106970367291119","-2513657260918385384206864644161838237401177552829855771686995068439001559652","-17203977909093611076616535588386724971274324373388599845805927534261983519382","19571727795770991664450162988546557981843416942559832411043346840860661539591","20589176746796722975914053772864335542324898429494003218899184439028661781867","21885199382758040324463256377480860802048808426403014004213952124650165696100","3770549617142116232592532305370499452661069298234867754545608156191947673586","5787211944365901243842707431632424767530811350435779143571723297061670011651","9249626482528730791072808256583226686219577734881651692189504428526889503429","8037967096622712238297538617546237888719689699072978260808800397757948375725","-1497484659590174287417312149115960931123835093342382064238299063626217718891","-2086350738249793360616839972688522085872356864009703482232045236870351641000","-19336593960821808427707814294814289414374801864129221320602752669284714423172","-15474332093414361250067204854409835254993965876543976590709688613573768716875","-3046743656910674121498035834153110126005724674702097918877645300564434318311","-831864520535805508280360489651052487347158231210435327775445333312396249890","-16699070795150985662790374991352489284432246785864752223402521997265599966359","11661233116633196719929408882358188601290613063673249603233562270951840746257","-11432001924699211599599656093200100715135569301320108231258919132419309689488","20896896168545261826296647781170462203509107987444627744858680328464750492798","-17718792739824926723386513202190880128401045737058594048532886285857308787831","-2033368938539017772390457339365539428271515637416862120528031315195126682843","-960429876329956949845981029218195724837195702810075695124975838388795909184","1118844621517448458661394782927031968785278777456423101043711337291738015389","-19598875658671646192406678673039612071126337556577228836709278699164609271822","8989768211844104589013686869331579667507154075638152999973029424281967624234","-1289619130205840808156215408988109795258760196658829873431786003691469813108","14883690213325063552474651153468578325479066901154208857857432540378774985383","-10475558248671528711460870342723393590349335718684732578551337659530390567197","10267815556294903814963356433247790948795034585785341177185899606533979323800","-14213119361437742351016022075476981996111562576183574436561001926374161414177","7127359391654581819695941196518172341242026536500300701224466716918604506939","-5284979507510566406958367140826932753539057951770328615390623110143685348616","7050642999482528497591278102028848689603684336870805062098523365295910699374","-12398845425544865935665284126967958393965006570015419015582061798070446460808","10332916711628254707681114610991111936309251421081686127273018938730603446413","-8763983800974960657467250326332492389484343151150423619792704984053888253861","5158181107386777072059246823776499295156772902142743869224312407566866167977","-571478414336055446047721781835555606783285976232744643626418655778619768760","9222761144118964839637679257028926126207545140721159501291303814776131425432","-7298228347586490482614224926401432501659283481955767313570462757823552135282","17256865826671942343866699964620170440236270712549251248366217825498889715979","-12119550033612681275095873674307695831930882579262112456580448146826814286265","856344271572950898398917315640538888295516235257876304908571211122105982395","-8270671809346000055162987889785262266664638989426111311541339667746861182477","10373310029714532660697449470047225626233702557177857597358088310758721541873","-10949687098074863619194448173939345164512331552119426775631917897476171054449","6106130927257115274062228176523932144700173023431334648527916256681297548445","-3650782492345727793070189929588355456527251559279743767610954067658300278671","17733385144775117159255189495199627641382691047728880747616354590658718527091","-8161311152814569678710896893732057990794509248598644680348242338312168706717","15017526101810992725391516327419477377543833358064514120521016370483924194523","-15424175899783643913111762438399104718767033892592653245937103527703857768375","8022780047582104180789560780472380273302455744760460817204408701872827617400"],["0","-419604854594442068913768","-12567673826889138563044169576327468776206649326384336605663902488277997876318","-9353256457473309196032721686707015147355057210767671172556702466447018882733","18967237377181586549489389725796145256503541969034059874452875038922528401276","-4306871007521067210560091152982863422860697571485935660379813967566467907417","-21202737883980688101352584620262559253403030374076501026536985138793374838584","-8395497924012353779579286447003236414124550916142679409460291028569308611057","16905090755646926044553079402961188099944164381606582227393327930746600725933","-1133575175076993797420336145534850310920112254223982205627799193772460850143","2482281197271682889738283057633984449113657944725769014864537243468484654437","15042687075814272706063771177611111610607828580667942643957242512659454535500","9817064377001214961957400873892615215569856717195375632925673625137437161845","-3960614820299337838664440324530072542212066577847841433020216897451038678712","-8163204663687834892603433038898398521952153571981214696235239270619960750967","-6999490578679517058414622230971353812400149399367093115942144489142652785762","16979625364891799268384907036786771885131368105881361147407321557202206844538","5287508009423377847719454108036198615650239536110853851751784820004596238897","6822267000809705075034544956743733324134174592298552175808890600578557869800","21520652661167722617952782666434964376920437009505993031846090420148964108222","398737412090161094593747575001859140474924822186490135458951805816365652702","6033848504765101843985385668399446970198938375822675157133655362274895321600","1616774644825800542110442178467252922922627106720376449490401310476955767224","-5464931429668390784763756908797657966216610951874747055701946882065518703695","-16291450184289694315456312522915744530920924633627860284357200863817978380237","-6793602444667362655345833394841445574358566417795498591191464748313015361872","18919864698531608588996459838062287492510536700366399480150441482997075181665","5628409685268009301158097403348548345077124487734621692375173594599469433915","12859948734268932477759243386147739542837092504094860733662544106535631991416","-1518408571712717400512230670306179480667872510410969533624847756470402287853","1464331471422829579589690840312562550894230427462006571358362331866955885095","-7137157671842866598667599860812065209915282304403592216053802260499744259634","3194736750214847200605291121001267020130654485157935127402419196284029284973","15018354415362963547398725777184919416222201360412997083041689660292879246803","1090313870109496559487588612625497913435672129476499521853964151739686978355","-17101836489328075170422851295882835685775042943166812258591690529389657409173","-5503675060600079639413725947414675687256463229865023192005213453244512520448","-21002912343947856035868281078165171958733694547786224259863714740709284606337","-20795933186445986154218074345270567129181735094098593068709221459199907666626","-3586623501614794269301588145651156802614910660892847500907220908390238083738","14259209849117534150430041750094302390132122077107520087905253266765862446894","11501586504034802587573166339556278930554946515560766363038484108857945567645","1949053958977656575958215354344030505317645452111666655518707946997230877696","-15891132527275587084956316981956494873018442972010494056068649670452567697666","-15213882413493893417618781952319112012839024802033742388114321651918437267379","-21697885271589254213641121407323520823118482512786471731451217761968737537841","-20641004267872646361324275609230005561403688883392858716198260911263276437865","-1853010970335666021844199073627776166888629184462847360075419494814419759615","-10282490090734893594254552779633303098167307099400882798397621116157831921749","-5910753832144417809235264107532191010507533409561706568719902317392504928552","18257071395089505675051949019453343671855033844353928154431867773693277320761","-15455529605607035203582562438647917623754928660530967304674658416543752625206","-9291202629813457053768751641082203337844459916605313031306701394986814228843","-14630236511346335043166005341952959558270667354750630301328218408661622252754","-6021482415243755826545997903258697776410040217526056379078029973557540699997","-20972369244994517443162295204235005182263620790173015833032102137513405885695","-3848179671234218591654277477075394537021454454827965951282807562296025346933","-10258809184318207859993605687593993791347431435168019576002044212969769391883","6307194173767950438061676320037013739283148814995614535387690244836554186415","15334542821204611255612290866759104820318425023810747963832794380226584858705","13199341439468525618640777931658595893231834636081121882949547421923785704216","18966990262976236043555296228847648148360333862525466450616387207202240601372","5631243922356265241240170686622063296194781751772927622478102238707450591290","-12213970775921480891891278265729653128587965811143304506971184907394655724613","3054122300172710421887515210787357655514905440580759436017298423037373054451","-6760963756309718740023489375854152162871830426646360784963642689688754402060","-5940803729233921326765909977587684920503048870007796244611335829395399253245","-4461883371642327856961645719485459599834216543522812192509613944455260871789","-13841659903646313334152632403832084256609515682452282670395812797476541415830","-590936040599878333346192174018756980747444633039857295574230836260784101479","2467619186803892983864832146087365203373607516366830911875048331444403566200","-11508075225695227175241662263117226815948664482552459350877726830940298505762","10278207195896853504252151148333044413700360932474906101125558352014871475248","-16556316983510707925646600376928480380138841233171860799084304607520642737989","11997152061057411836475977261228847944489372266481215784254006463300905385615","-2389135271804173795326500048713752432512228033676945918998167807951295371660","6902006770173238322543009750266335008491547045885340121506628671695548792862","-9619329830212278863419334736914530220862226423114490165570135258861070523745","3245691523678063598355251782292459037808934709216201286442595537895096477897","-17787806494587311570724922131986996222470384798850343444706673822584000436293","4568002682681527544856207920965813991687138091050575660892386259794969107328","-17250367688698875823481401952266657981210734444743148276868549692771625645264","323861576408308961288851538421937046246980709792713198340937945166551103083","-7611216644727239714888971141046383539536877806412637990367479342952185392989","13540201119703764158429738699186020512676086595197591377118343613500191367278","-18334955247416757506420330477847354906312352605175474157602447058649117478112","4838963192776616738369337735476485761180157394045370561280089841861271838723","-15447974817811306471307848023276865415848750652428250219586857354580707869658","2022899337939042629027833607173546604365636720155388734580662595352020022921","-5569096047813919827152808388586505375010815582506676328457020609596321994916","6706467404305329873660249897562669186600740132800976610499116658456990057967","-11538672402764909575867145752743554615369232745316087066492171361229081539838","15722310365494878374506210996135189160790258328991529880972242277794134845797","-9188521675025110454950315671735517457160395737518899403024864833422314495008","17691029148063121734187204730546057791405059774255702050661549551105969780279","-18136003816601373612620861405355744629281207879477759896303029906321863525032","17751174698247720145764545843614353590368256548858638162132674289302750680586","-21586996236675552343789475934247446950055134855413099433757930155001974783942","6002901973730802077350785892210359665570841033983204218923857524035573235195","-10793252254493137904272857244869270302503921077656051145367223554216420680322","2700838228024861069149310438721453047122730856010662879151820199620835911042"],["0","-924855332612927122066749538531997538952747791566874515778123952273815213381","-15597634251659918971225054285946582313989503830150570503738759430210654462166","-2728760522341250221427266013904464724704889784750384688490036801960342300332","17401070100078587776113705860394657707674518220992174507415247970365403566431","18908084002508040379570288831595664116178456689959811070301338652043096031624","1461798777222303987080969292515210762047992558911706500179471826555596240673","-6581837464694606091716191465381563424366339921324254710750154911931648074446","5584895120314833582457049070250141426301179892551365177651926230618402100681","-13403700462660243196615327638503871875507461044724657041122321373681297310868","-7625439843799042561337363306981780194615960235576096733896350281978680742499","-4175122889836619476513942012732714118841685412493065676471080603740062417048","-2126705063804412963273451304525033503751676602815338807758171632066682018423","-4148624268914853155840715105143148135783741033358833339865819184856212077817","-1027727055875539760409852559316992890586073769958304290035504779113030935324","-14341673540593997704263491884359735131025864933902613866900607651076424283174","9273858204380585759143040068370788602636894754880125062425561485594291644623","-5939652471968342683275811430685030227426611290823272915089163308142566981665","2016614144241775168360869172859866486171127013981045132335890026487657907842","-15040148113040931312829765853814145392102098411186205751545255682685898274353","-4995720880876917389651759825966645756459500157340883880089320850824827695024","-488728993445693219018846430235748486259042990425054022563125385653999658250","11695591189097668692712076974160918454691234041028383352503963758130064177204","-10640310661083333793616971450695528638156651306923774691085797203738728448111","-10168944024347099889698338975613787427975403792806281390060343377633804582622","-8278207757522233530388568715367580853758668523143992999008039974859840484303","-5728770379532232310846149808389263042057532169693552290841856232434034298169","-5803799715138352915595774173273669856589092458880072881286744547248311847137","2106238908371435261499566313069402649030998675693728496351209475111024689013","11797927796011462092845968329820594392839026002939848450557889019584483387322","280919970584869605633403816226973804911391461395853235114719360902021529245","-17977490619384207555329503041903450737951572064943087558188464416020330939591","15880565665477725419646493532825861030759891045011450054182321747019393479743","-425513475788476952527899258774358974671098189799902135762535623599500707958","15781579752368987917997455705571530610289629471728545055250169711553637527532","-13445273784963238924362199719292610419219488482635484443303603842076441829188","-17550626772077826086441012160339010353269697893854191174309536161278815007929","-14716981901600230123545356091516266190281164410876840055300682973987988679719","-474685565936427543484531529687794676962192584019542665434011695979043694435","-5270959417884191730663185249325855482196063507686781600192974323280865847601","342719950776999036822207611091694434137219423410596180847195454407241206882","-17345722176014751423320354066726251028663066569195342876364348094553570726482","19033361612541522707168691628388802998811946730795038291781872371386491365915","-6643168204072245334316713011526061463949303856819237429452184164491409783658","-12568827786246644780279704265267015054533029301511038627220005424537206762285","-12439458560568489227128696602183282386087475231828810384267847686171031634550","8776347114730941588358452433273527185017030328650613653429933517116760541627","-13030650770633294946184245974026785814865112210814954555554578995762115057936","-118477422355488011159812292459650492464610600627460939626104583694515802119","-10296672427983346519951283282973280205268717300607712128015698518934824294947","4324156532934065967078463329964977164486513054748476870088604936964471304876","6716632711617091779804338550248596027759026530320014263205412569557935232611","14185542030863547098989927247603028790722867347688163246493682287746906542436","-18697132460592887498174424656132506807609376219485273041759110808318793001765","10625031377118823419056084604096598885745290479148980771924343917604280711315","-6650529435163579076536847155699635706361524069158522795913685169282742761335","-14702662407819699522649858279805911518735610510021448986155283741635825066520","-21331229215840649299083354789429599327432633906374692610895362386756106618838","-8815991122550136005597881996209147666596837430521077638605588492043300028622","-13886627663409511522399528815607623045223295293519117124582636147699010311791","1552726234961572066394454511365913485129845384048747027829836853472951842005","-1205359020841084952112795505907066557788248666082449649425200582515722873662","19191025646023359272079953091473937548917005770901634526956361822432681413144","-7230367637465446683702387493223034248664236509883211365285250249611814000595","-12644953466053139025081704070553994952481716520616654340444035627951154927658","-5436982513775558662634824073110802248558631631851713954239399034382926720836","-13090961114417826360204736734607763927104244330157655345267667499749700183462","-15268903989980942774684697791826452255821259481722586698461210530953033354850","-9733336309943239813918826553380466102050645802305125787996492164839908207638","-12856133225670054455701427879020813558638612332689527075601331559819620495657","6616145222256986261305085282143296882658670980949734748168089503377885072474","-5514612535052188330905183616526727155160753207319870196233402042042764485569","15445640302770364639266170160657853675663604937574013452545944192186669341950","-12289573586929058258868739049510386129793220440163097033635683575564431673981","7274720312308235843348787039405791553415802242599610069162871583018233585212","-6529309826815445923206741536680736358875891308073206441785871761517132798279","18029704023727123675600587834789705570560946521200251914115244578253011219094","-9166746192463761792418927920152647235687716180751503887503900836727450821900","4327642341908278479576381966790347313007415745701497364774239676514725957137","-9834370574889808402745534967921632038437288498483031828204636142400649978973","8039106851428076985414669826951658840267469522874826843740973317863409133849","-6476717967938420434417824235086362536905991592165509188942720900801811194364","5315859634308473486345096540148632878087198332392402564882107931553008602196","-10581899764243748719543502380865662503127850965872820398105577447440805512679","13977777919107634349508756267416276454774493385521538073868253071997252438212","-5036816941335769145191493846193388224997928765591068790265504461193350401559","20130898528448584746620552096845296011837559154717663223124588976583998218665","-1962429159334000096591682155358929947365556674336227777553253053175616601317","7400495030082007807199143427211321952516940226031391812051073819816083138195","-8544761435270442683368039738579007568866579842835794502035304302446030746398","4225757732969385222600837618168361129890992278176690369816122021365205052606","-18853408079295421079110664389896748834842487319614795233983553915312658915668","6741460467879285633218271492257182341692190322469980152127684682658824172558","-20316505560811404633778915151744270445368845425188782628149630476211340965740","12505925422591300684455330841072256045426415240048821870497959715643870893392","-764996932117604369796543582319993317983802034328452854256016279307056000875","2173538600292564887143821565081024859814079754791386536554415687302994533362","-7683342158534975208732401483294454904777948106127242328694395862416145272062","17492184529797311860320505695332386358481883596305524292640307973398211154401","-1204946792725927088450558901329924065729433230378575593929731861419289920505","2866507190044573884714421993333816686442912838381529015401718992068456804391"],["0","3648040478639879203707734290876212514758060733402672321188399280613655232532","9479099019422221001802160708661651687857626267023278559988932760705174612132","-4571845336686366721093687892889051016001711109878336184159107010290573510808","3620378873742471400877114395946699638744529652305865284282392896968531941882","18330152628431649608835764653181839109976373884120199334266298354644944245748","21815779570051748730391201628540560648797178103903851934605962087443066676252","-9737212333961539298699810566371154980897658628694353726759165015163497916937","45961518094453134797638149323614589391786570465353792552109053486335249323","4304266582816626545348821170312300356176748149178621018384580358505278674101","7991554564974225343245643141489136977501503327466345163087174080351582621076","-12261750854749604035247923005311718318080527700908416185640222440473945374632","-11124874280195541234340652809077389788982425358601705642242278826997920041553","-15205050897923908174237889697888080087727613150088599056940202989313741999996","19228907469176183123961691117222738768148413926436714164224015521338529101523","-21124036787564385700334984688264587844461277720290954809629404131980860704793","9973556681890513846759553747784141346993805270706053254656918729507894841763","12319864277438667907624404834515629405793273880738846810307073914122061952239","6746998075496260627878350901350947555169323494005110031156495827311556769995","-18972032083767824088615303032927832443277019942913216799314960547447807309189","-12529131201119727200577948075193720768097329866752520619280295715340981955046","-18442274061144221497899212187558803535037639411631999774158884241069997164245","5119492562920916375022860903831475578969973748408640752071779525347253364548","-15131528178838196575803243613338004000962841338481777242387571221472162778977","-10210678132827339587469462805553348017468778083460808980969116569070007164053","-4844376308973254948038191852370604129275138300777161912382889218608015712730","-16416202458304429741221446977194224754645670518761315277795431639923339750414","-3654939271126062225154982881969156625265722854552373460235118352219933416764","-13198152392535780529414272986949222938795078255497397347252268942331421139951","-8416841843531619220111479372363776645307324923303348648542488022700135120061","4249792992860310938675312907588178765846969548423632056410982996683641558409","14100149269392431071705645252902492992981042915097337702892135708078339757525","6859911023423972312322722390667796148901458337579692407783373454367828470859","19213997521824825715024425802943804830633926849935859146559920750347907902859","3901738618437637956807823333315833983157464638653188078350904387839230499615","-3569826967715641695355408024758448785144488769306010381150329750699008411272","-18550922228365057230073722933878584366304759309884862798175152677401804285970","-83882992335167929409233178085783257275016858755253342079689588018675552950","-15728465516922977726830565439923564902822755970835203904894500978823577778404","-11925942836106830912029052406090717837609857660700080698082250686680773389400","6707275227891183910650561103517958572420909156905437738794948424687731929708","1580006516095833161608004261117860900941287125003238007125442963469153924648","5551316638616036547333077762046942405867918103064401930109776670644133823476","-19593891934734934456333368509789362992022301967979209763507357371293705376886","-18003419104114505123859030516420070403427274333558330436664950423775676696425","-19096095142015448817948695290912369646035932279429275509061452761958640027506","-2237282172216990552578450939052415146499913715736408945085184938953986066500","-19933139205951774414953366411371862203187991977779703433170871953249757406290","11667445728996412376298346505230178312646339241002628686299223116369278790838","5711960032815110387779088553124275481773743387814278559542494006653834891485","13652195632672780575905215287081602946360048406248104816436176497766817838052","4187696355939644302563062133404069105524454849491335268270313455975142490710","5426703738982080309944545102079631440058736689338960188850726075504221541921","4663333969911568061025383706507383435435180947135042308879652609024975956966","15272302300176942307334522393820591505363781199379913887458331252924581286261","-4839051336833702597255848879018696602450542691071714192893676562341613244430","20745410543444755854938279501486371366899138543952624415773727531810834745410","4042245877977936699109719181546239250063868513106221704049021626399214308399","6056186797420160741894539561040126629230695668857951780084366772507517817221","-1302405500612396186695836887097152350236483142331539410428245606741703197222","-1075605247501354728667256814143163109765820473370384706408836761827739448795","-10822073683500092448620272517686970885843990031943360740023259872259123450193","-7956746281364919834193461255322224112827116643657456008208618652762478363856","-6897477774989677020926761421868114527202481310821748585486285121479064564883","-13552526330247773214166844380390782589448436445569619930498470893289036064622","-21853972404976324810405200264220001932571977775836579050296284930441444168151","-6711888797464269824711357240370778505255663354037439662578823993941960469183","-3221995592889200944984876300732131597760980840875211387147941019449848212191","21705732875448228455678009142671616877030577054321744971090722902521987831463","-7604879060180589320713697635236573925796931854210022407808644519817000749739","13522147572704071867687683792968402309059495126443322349932137014153548040118","-1558022086429042522135172460181844920910230505279400861590171079163728702276","18027468775627827562527798967253777776394349697247042855824043391470077336158","-4942726919889725283053577091052177236776264588615782244529820784693540361","2197172436943272124841847147152054614218627475227675665692923177389400611062","-16829669193933656657558496659546583146919278316000446983271968562457015002824","16876228291161976966684749278465091353009713749876087163560937673208541180131","-16670761454351740234953825715944326096789646501304239169565578133544276622483","6843966583761450966871455479448350297882476095898246536078557779138158576759","-17204253264653471406381059358920859854273542795406103582497128804433517040697","6393145125633996744241652677912139065677098090595872783957061345111458409882","-1317610457781743752733815616781653274845803801435459971180156175152344208475","9453780212621535254715008334790934104618901588285651378927640343297600108096","-18001361645997505009501475970419778055768393407460580660726395134505975037313","20752001727254136482760358491286875661677011367994973760632269621351227742099","-8480052116421359983238277543812890872372840989514085431114257352988220453374","9211907154610862258128337488601234514703792226215099812929815653018974064519","-13251266569307687695230197058467930279372266247139969843309456463502958343381","1907010239858487851751820828027387076949452711294035654146444753058621581802","-17349839164145786406956565169296263912229021676597926595437834049749401158018","9517399486453997872696094353141012818909795079515532250767201440806780503422","-8645423230518104125626588021229190980893241597979543743911193710999811984174","16071735543168476663124923381904542503772643559834223185957117639301911812614","-16977965955134510790525818939594534854468313971830693080819122572914622207322","611458398324390198966624220972617414033854073229418092045073980397708964394","-1749949291109988961351957972040303587743146623899282210606244104318141914186","21625482638411484167760322627137545562564081851154894449120352426551140069654","-10704389732864745340266029173331926108153189202449485314144273117151288940150","17320341440267839563372128378103891435922238913804583230005165430393862043136","-8573327308195304345417480264511139420874283097818090863317235217219400840538","11917579652469391554164961239435863123621322179233682435171846239621868305336"],["0","899516830349559255708756400490025003638973879469152122581476895070828441787","5752806265049734388693517584438243821281382993199535968441389610507881939533","4129556790538428843319989576411731660431647514528994307507182999960412566446","15593563386102225025202318978757572607628232057975284729386801077028691364824","-11963356367441183251087674762986178765978817184616720179949918102126028320193","-11906385509770525970683387792485695435375295245778761207354295269410967323042","-21403421429108192523933984797248343135094243789739326320136174266656992219250","-16179278181573895206461573019343159085483319059920194075640088856487601567449","-6770372823450932725459144027847401478489505927536808665442677810337856617035","-20775675983871114781280304715300954269243858967253962346118795120907142403432","-14826449190473995003654710141743459769457827202168541055537087318963349027264","-19162934775766429451108840671508379664960153197744960360066447370403210908905","-20063301109733197021901358318172980980933463842424458498181823723928488575308","-9358376827370221966213166856791489589591026443417345178782915757011532086193","-7610979715808936601040659651667802607594943002946195446902531799791032775749","-12519355463465435489427358381361483836452206962054930699107342163874287809862","-11433749896310006148400995892400399115757698448657108511216850074434131847094","16007291277567900095890107657592603564231312865506404376297957897831182968683","13358941518918438640069541394075970116373689047049632806477313175941090474906","13580117871411944409164632840181012960659195469148643256469445009274198598994","-2657988249647177431566441400570405450186730787044321568999156147020634620189","12453652274730498708833115963522646622078976204184527343765576153715430626703","-15046323258469615997091969344042885858786899530471698248596939745552762746810","3338927499031241728943130211950090611439828909332133079145208212572183394944","-6517342074330150283988318961779231546270795188371901721406771083249746329611","-16400497384349658874688936726745505605763030958233949682793936823229218636832","-2012873485466542198649108298189576663035260728919356736893522653416519588199","-1568128360933673161566776054935518920573436376264900903682602386888844308785","-98110938674898197702887811038543845064859286989111034205994052136253748454","10972798319438054470673782737209813432818885669253921651181743426117144610016","1940116246844442203292840984223529393936917495345184565460578766207043245997","20174153584541351871042116800040947950285972470654598907438301758578655012240","2868464752442876262235929982597556570799363471595886511225789954341619929148","12526609963450309784447542571118526980433737028542689531891382310280755237679","-4347396866701944179735326252535448283923248898162839316652704784130327423391","-8035877167331079372691386780566170610074570217732301252916194661076083030949","-7174798760869922467567535518864212520362536280283273772535348509984111905245","-15741042471096122309666883786413037669656265947886873250427370460726976082710","-7028506871363592694613394862603919370219430456248161149931771729283107174199","-10771469271248860083139717803004059583330030345157628828037644550655514271213","-1646523937258166267788497051802037869401758057065967029553119359204296246361","15752757756442438492836337785346643288743796199543289580601991580660802374125","-12431736078746241361369247654090890846074402455533172020711215065462168322742","-10758612033653856148496359254869255143574372915754487876128114558362530942609","-5438504982456513623080662103066969461088141748117541620615397197733685551061","-10985208095099675021228109253814958319892075918351042463254347028962339944923","-17097278049513194941047512432442181953928847956643931710096654794794275533898","-19748878684579297072875634565127611606476105838242274259971329987333405550981","-16096978563971572429028654183684785770632981558166182167468304588246853430787","-17406281766878562739642924704684343459829105193601830657328553069181279754389","-9965711895012229420590829841782853384106487727747154680306648852037955859469","-11528200734298961314238905321439050717216217771175693547412664233224665974484","-3117580898491677829708687425410466129528969159456287910076327390937366273954","18869004870295695898319242994193069457807490269173926065679260406831684318235","-14046574130799056850474450586708755688962003363559691046050560873360855396637","20484431450101426054320021804999912140114125765020360003205792589464607692154","-20345722718643294062436808729032393442987315406021835200341516822166950053826","12159968149104864379099675796317008216405765573878695521527796520224020444735","-4032384857978636928646507037308639907738372805388795012369243808550261237195","-7381158962585200440808965643850360028399906568895952368506483925336331358852","-13863378593784211166081093574034203242281167936309635072341137971151210309650","9339244256063446802939618320038800751873755222074401357817197552704021762771","-467190069829731504162921031178114609047553649937076142881676171831775977543","1539708243682667466048389483509566471324576562875004808115854525034835901742","20905107630716023466751903146821636908330482773050403348849608434493915161751","4805466937517157243074743188025618165125012766121394465397395148171580035417","-17385728766027474132968642145610957299258927481979603710911371838111728035164","-66930921469921931942063069173381804390213419476611863124928185900459934547","-11701995497091344211613692112254305039687467491893701159707980585425166333888","12366495359677978292003119374878416562829286423354319605944878246084516712589","-13702056006949558938651115216067629992304163028257342656034225101923562456101","12925533380406577189868444536607698613336012351127641040213639824726002978714","-21043663521277553276539132104374972554652673971775817945372497408042849227252","13416525812939489605245559005447369483703440361731138196358786328561766789523","-5636806346746744460077950510461677591910471846212417503384084173628241094679","14537257472001808724747469367054648028638865767379284970074887723825881737167","-4984227317720611962070175813275377218899418786287903247447149376251231742984","15734122374296558580571194454293312583065913296060299842700763756888056871527","-7821217041812546308924080836834473160297750111585788010187100360393592271275","13838065760151507979733121045916883286113402717396926369552259779854591474231","-8667861448325722604838548909531402791632047928457591883067514963372615178007","3370817477597401066611576840444516016529134150931683406506513738405913654663","-306668020792040519068314428519216864501011585700884700361171801078459287533","807519877840354011339167958341248365204385273530504274292214517524986630803","-15224883277528069579345768047341974090276306646377790359173843174697225772166","3429334030614503620118284257791542727501865418987495893900538223203596632899","-18365261742216775491472678431933639050913880922541442498612609976971361926100","17884179196614417123031678709265162987870450315046512651339971281718549856384","-16071863464397351343089589098903434468973015491571122341745824757147887496285","9412524109975278746889039255530507119262770594260999909512214621114782181503","-12515823862725813019825518328668662764697140335388042298707840090853927136240","15312009739404257220006321596038982327633588606630926707951119781235192881349","-6931744490783544696227584158015231741905649830627207538804757058935055479430","4147820849131262725809665186649704827097158530378056244265369301831501875513","-2177761294708411607480811436987375199784935482481656126413981987414582700505","16095599483502751641063981523268262296872963002973224865104436624619912817207","-13167183301509227620977222227676625820211448875922343760101253170110854877242","15263509165283302237309805891641054081383601003939337946395536431103989761239","-4880794247969119787834059400561363900541061192940122960771336422824366999476","11620176504249012308009410897803954620824858309642777347601251114598374605670"],["0","-11239908501755303492504911058375357477903214151564990618379818589065583612179","-10484136903229930971194616003584070349366363954004161178783102972895132960396","-6048479019757309831248653334379886577601099419389995336142218965137212390575","-11621750957162496421497294208227720196001833179004916383056271551291011011533","-7066014257144748899646206433799934370252566499265298150277366456081449475716","-10462451527077631576800192938576849454938913345766852914011322208854399242080","-19644721652762538126865480192524238261243672216448551269840249666064879711418","5336558888186351251087719417593207940821793822708269343043738501504350685629","1885622471014415959397459909224227719936632898645185518660978167419240713146","10463821634740590937321777509420488114930325992480902009138798429978663244064","7869717760383169379319290391307686124194816788287350185584795860784147857774","18814086100646339363193031329313840488916326592963276164853817083608587267469","16594596318366653804810425147585000463431285830518213179075625199982914230749","2258616632020582087965056115007696772558652327969306086738325216886499521235","-6333647894685510688739509970405140078310916456215909836812224829945647708514","7408850086913647847645549848505885837742574962469993024311475342991923390987","-1737968706819946379945508975912228147361783149134911868531700244219552829045","19696181824066791838533617523743862902959341250035645542025264930848358359752","12984189320903117181184991890766310228852137727529670258755622986257804093518","15035211286914038947875708104310957658990142409434644436594500521941804700428","-21832561992298471632273888103992157163406573964348167870720404516563928317169","12069226539399870204690413848042591171317058206335859817816067843281292666009","15341205253420534688631461482216617580907497085308851071026327497417296361766","5254779507566398080512079842702383560579897406529337319079471237739611195259","-2231353812435710553320164427860800916845218435056492920280178412585196917204","-21255680515298105501864475353965196273905457612494777906085097283417031333339","-15484197707953614614495925124276566608601036326030975562845979462146825818417","18668062109097031281846131328942599032033878155828726495457313678593920222257","-19246090693659361572955987842433587576957797341125751731972480319008823422713","12593850956706518017693415432210174585766923316518903794802503419370612692612","12296781844122936186341231127114798275108696514699803819391938267613990896523","15869844246342558488096284476280561137602984902554999316143230996317999389187","11200888757810769800677323984934857091279404561545264101383755683997604765104","15086763089562474597246925493870765335859196935436840824810911297802170017245","-7043195948424557620663319316062298258882277925064218610571668627878465766266","-17633533678302803432797181122898975804326915086939199128589689080955011656639","-9119233006894517530806112848508718068193731110347510302769662143881428272400","14272821132107433424184773545027451176220405173788171354649214673271881149801","13001607914800868895718061712975311213128360188643252321680071586781850785855","15609718692865932918902763943834362016491840869823427015621467679171489468645","6082634073104053811914146293724918697805856217253412792282975684308763288913","9849003596410270760086020348811699412198802707531721033147250100326299311978","-13161779014973560312001181135928444537519540889382157618090125368687557223451","-7522733757890039929957715747696295075378716383623581365542557738175838349641","-8741609970504517303875147190660096895588091852423546431363864706565867232217","8909336064201007031065938331140597245393005110613997161788839449147337470195","9038100166256460839155238046274894063210802146316371668439051735122421815377","12106563585870061526686426230365084753318927189936056708222213833001156767525","20633447111902241419109814908382427362958931196038337249411579424945730453397","6224752274518046759666138219225386205818505273740065048010865321717507833653","16288151214825225549767811968184409342091996516789867495427726605778658039519","21096290713868595207169450873140734433932538931542488155724086271834748133406","-17524044338367011779993720981133539855383054872966356885032695111697354530639","18317958082025009221410618443939537253598462485791289162207232108133188821911","17411769122374294529217831099770099527254853995332907540302982555373892946313","16244105177950189962756429668610565573002775229953299384203397066165531713818","4190124373538687247215608441423071818810719245066047732183252195416609527098","2082835759831137146091600135495653043492286457548260954353183158959024393599","-6342829693560595665606496914277717251534634209248686754326094421012767183658","-21731383294312833123199558086207591472074068093948755808034041487691002433815","-7571350919512135141480419195914749574529235131321981922548633310054082104284","18943635509418392845899162025162265629091951524257218632055422968329265800284","-3135203582935345383762825592634576873371895661314507466209428562460112226898","-20492543630106871560575709464543385941154082223115926226029878465247072078379","-10204063860100226750526274607577983106215062782404340233882337159084196872009","-5505776749727166303882322413651550299429813888210415800563940554733753809508","-8194621537904237430715281231500417885116844731694570114100496297181170046265","455178653507729540958255635917385126876655644356258562005443342965994379918","19874499002783302516526339238790392064597932530735680446189613820133421454950","16077124764685580502857872814444301133393626386390914727429973119834851322016","-4854682351040116137772011461705245512612446520366847659459147323300672615398","10103775821522156661084450011035347253512024032725904393992298305475483713527","-19453794892342488701394665678536242410272292875339979098922895576667122675311","21117343080881369005430849231968968308655703072489695975474207195752881843935","-10442368195487212208986361621320779641984495630116688283770458466208372807991","16247052574641660665325452149395268010708966718165138992670103354939076663798","-14290984507018015464481545412415551900979945509106569471468882672571424244174","19240968637449513904705132712208303287932935514093547357854316580875370279409","-7975273261963247321625461686345174098707444144226826304701038275505939654658","9110619140744824152930328951008064873967744177977898289817854409125559448486","-15882975486483380690343466376447167170106611475761103329344096470196903307361","20193758705609903126528130725778643474322727738402827158766552605923519864564","-1486752693648057593435913353679772799911827188981548539826384585895332033519","6890557384941507457671552415873025408913679099821495888213532693970504983299","-21655341392009823929528926425762776964979049599023320466499366145815514842203","7371497582439006827841958789848570683352628084063133060720573539156542716407","-15637090053707889384910973763689570063342986610201825192220117090094414336474","14493722097821215682674268481860805803910554844775336739636038734254605465464","-1681565333568629644971959355972850260808543064554488257218873489863178372399","10588007711036129627947808758972445157019414713646345818589329112529198991940","-8899849242532284779063145983519133241982357967478127254205989676839659325011","6461953851106000537807322536135878309341902067083043341661473141713527692349","-5412396844222675509991419334086798598017842268614055341954870132022536841794","1649399578788162569134033598432936829710837823385447838774143221222667619807","-9214180396353745791860027838469791663244550448981556498820942083631183433855","20876092259365038687700450214844433536010670489239967166434146358692955131825","-17958608989612582899743398268190624421204965097566312625266877891647064996777","19959988628535182581682443598204025793822544639343881635682403374214800227064","-3050537927881562817421990566433304048983233120970320772051406825014186788628","17648448741910581542297026093355832186355510692843669635789639590708833977332"],["0","18386124012344991186686980826016111074380626096349468851940081779661507416525","13020938293744515962597342348500485106424233437827130325703032162333633577816","-10110109780301486870307019607308844711251043716653550752756751220293148579966","3613943069703206845820575272245328395240907304592192921648925158498308495513","19715716922161292338262521070896827546966672856609213335239781938801268626160","20980895098666741006847261774343231482571081797609987166850441088488335021069","-14960836934882817469486859954569659970421083592260420601678659326736557924936","16239373652001294953730401201658823079460904322635471983122938725397473642277","-8380823460712765912431606017447643187068674534090334567258965861537973850153","20910536275462442633369270735685727308122296474027392234227620492909815792089","21122923837619126385340809224163250945888793018951623006453669960919210849767","4178990387703922166407726145126607012230166142498902464454388293025065961747","1649828185346214955686258719508985653412901990640963574585895183964892216717","1263993452150552576717419120651324149288785684139695289427035797621697820127","-21788049551720302942582912627897252876936921360207454227417437811304996487688","-20827591102913478526049267867056267661089415524122862566245459445179836732891","-8991868190901916270046821638875672457756613575421924070755681436721918986968","10466702688172917691807060660871700916077776016773383632015411805502676845820","17152351385247774031683599422010804864000317092315710848986868467974387848142","7255552102645027138667561250196816350296116512210114261685805112381985029294","-17861481977235649740021094084687628421754432498321586259851854781080277934514","5863970702726309590808737397861111418418086068207503210473421859355356708467","-9199206440939284956382764775007328060765547918949470297864718950677068756975","-7880540688069358039326481756817080872046134862312973934068317965683812543867","-19221271793553788650677073970424497814532100697099205966961121554447359579750","-7864650184089631690987265883467596203071481450514422008784440849586233433731","-2424708496976924147726651957545263312796257624361533732502455394912316348639","-19797259448404101819984187960126671434800343837785107133738561681126792668455","-16093825179407619998547948816478637306079464148384337846950482923279896174349","9214386210924602541833137151322231362069318348746258531272379055732367491960","-17566502110471020859882756727907121297435075791172401986856808227215923299156","5756856448972350381193941101955447873361471381643247351045175033920408799694","4011898021631317123050314984958030397603258667430948497773709488763960972777","890741045898247149073032422404608425475967078882260752747318847921368011551","-18860554349198624250062383016106990405356859748626079363418848590998459388416","-6743467643093051551217975287154465354995194454268991423288169009031222650242","-19263452081077579199094328485178615273736260394239414710291638066476270026440","9399551861039464258469821236692723711722560944987279578373012975110723149119","13671129070488786183456298886677055212061203981361705098329604357195527461938","11732787225191518569830165162904629239233298108758387093542654485379629988613","12257705319918380545843801602299320266998966608832935547078951183995689246679","12687352827358212991776203732641688492997166223736213271131119641285951271004","-657204449003089071553166581272309117405464573978174476310250008284693565705","-14614068841085347400160322129413092290004715125601895771452112202436248372044","-745616975122317826805182782363175826023251175307786472549514878763976057735","10972999200832140513593065829351359451345370597826125058644320913817001862245","5594530735991321449276207374296888907200562746437127683940440230990245705873","4026369168381062959643889984353829867823017438721922167140798828403301964774","-17711090433057092699277102816763268212903953980068627595660048732777954483182","4442477052476480731951728436113751904572490685623755340322967956079827020185","13327003101016982708841520777279156557875912915883809475201187225503993320883","8212960183262529023222050861519881098522222512971130487881078093208647525747","-9173281903522412904223923625687984536075764883513518500712674177101681285926","-16356515161372700329923338293737684720421418232369817383464560364502069687993","-16000012464532102924491426979842817693583834588031522909597283287515403837204","-1186890008411786687605595137784577710989696590466223093639187984277014517181","-3311789201932190646552941007357525652784900335505856335629499321599427844477","18073057614955207133368003903254260758345572540888361592377981644094430238915","14977172822882342631754139253205779775769764538168870763854051904275327107354","11374091233911777569683290390975452157816302927588043183178245531908224835767","-21010030245156714156814625656471462804131629063811329410539489994888988314367","21319536468733103390183236613287550265802913025268397910998784931780733995164","5790719775966566383976183576236815529700917245183936045272210577357964439929","4468837004996678979144035532269087943566488519038459216394908127465606259614","-11860826388575036221135727368801874078377084619655944925769541993745936153168","-5711560246516168762751146467348471241544934231873763188250937695762995970461","-7536539088153422093180687785630428870739019147057464268208729443681721471962","20489073930230698754671505839284046974845807005124840766810909858956796525605","14182634565237371162745195708366471457829627263576159172350628845008364394516","8700851781649635428464430320734306340285320992611444362908521816092179436921","-10130297214486470615113634892461445835801677070791668042189520498331342338460","9375519287711527637371809002932947788231867864850696789851248314182142209806","-1435337977975091980329724667763657689407214829371456951441954314504333185175","5909773047058535646239035408191643639307358331766025082108883972214713149228","-948570460366276112987115064792672809195841081633859772150911054081140116889","8405911786468987476441279526836788095136527709483393239911413117215809264939","-6197603316851530902605117573355692088644537563662340217561740194748994716068","15625234807878655676334403852353740195849522960135588598303850041987693467677","-3407054562838835121478845630744571440939085026669989259326459181170586117396","17292759029206866593002390102512795806959097281673104687277063098595499158970","-2952651116266396888680187673688607655909314962988160960353674446122738658987","15027837540600770156303656397318282433155934933951344067437814331672418458903","-987725154946895742124469994963439601934721079350409261562567740432499586595","11475907068171465380364172197005914020540346149255061905420460697110206320829","-16292499624355774395788090798868165226794291136612135411213281854280313490857","18808276871006275630708794231504466974173345351281140365723866087417210235918","-20434008539137500566654739212487263138752607582013684517616842612614280364523","20399432510303764658304964734138957873081720199623801806088518024415791715184","-9280901406154084211242156429527732273567693232346885454740090047184010479872","10068608629440933599757371818563730240910193302954266938676791927810817687514","-19194010957726360626730284643156629930753928829420959651486692699253108179568","4247865513573283608856543763632525329324098676034392346459120081635015468870","-19716981215974113181498760178730980111900999557165342238558525130040148535881","18841503373447519833760532429737069953926858914229436811532878901767494612930","-5465422536181995318057925891186920660049654743383685374145958673651319252921","18289997789526695175016761304642504391162204417778892758422954932630520424328","-11879773543686566601007648291633098072033410843340804350878105434248707799425","19154478887558535961794240863555340907388269671558887594765592389083310407150","-1558490222702442455730587396758645740121317920849528777770874688922014999452","14602741021478845609063628393146865259222541258874707038293891571846036263709"],["0","-6912076696370297438604128130081244764804746652762958214849118105838418061183","-11366293087139224714089723914041398171982437019790456728569864666010533383985","-2957858192059727269367017627052951955235422345274895515458502867578733983759","7463842386652455506621508337004545320514874843852095302763862216531041278058","19266456553650965456893011763808298636731174293042002881238517374004001880439","4695743949868717170239261396329896475276486770289776631819451621505819828713","-21278700247816322443096622027276999987107891632741597803133209289161822496941","700774433456982828051894278271518490363608205792442405559090353143507137298","5589167926030627721287711202633966659137728147824046228007791483150508899810","7937470573167842690939536346982418616153376904967721230288187155322527432302","-6980277601510222295851294814256388440694050461139371260840319874007726935126","-21539961307848880303073064698170366952455969238811295477155667608816890876343","-17050342032838449107302230384033124375506488450488737510868927294479864403239","-8282343942825430884443509954612140109069830301086121537986055344910866337104","-6972318372467467877095106793287466317705989013074907640011991277265965103372","14362443730002068505165328969052445188615038911285740746482634830465831383763","-10052275079834703426583921318824251519962283724716784987218085142773625023195","675379997454255922715752620213153385486026522602465442194533422243515054145","15411913908927934186333012002198477510242790181291985070716460349038731191619","9169019891424733435522689370762104608446119643546902584493509026708289638475","-6024642391513306963329757154222791833452902106171550698736226748825251745270","-1018020801426927349266310584640227865316723085232295115083259944151778492570","-8825065096384637835693407746113242329404278632970955192577309771272276633435","-8109878297212745453981413495739515941672528368074235196524102448803283239293","-17013482155509745233024076249199241273576359279537369892217933544769425492126","-6769298326799716358569915578369991228714099205600333223367346287249536192819","-10909184249689133134916732333216959599617863644231506061704941319150371637537","-14471276961580903545023080086662731199247570309833955838927684122287305333245","-16015336892471577951369645314656394597985349813776467598408635407602072765389","6584978242876955447170702461973534760965278862885431197744200137764150608578","17061073637637905046493995379096513196162259927905008440856710755177274446066","3638045121651018604839725223033410523394578130427398609870714567681873526454","15827057689761018757463538661202581990073078754725260669284317076755041520571","1482586126318184078914142064565733107608367357082824900300830211794121714757","-2717817797911531528262305103097134434774130403010535718881269462774293155706","16206558125240430442367261483723372860755649828767609820280327356979830400504","21269506055893409044843102577429188545425265932835331468800327772646365529017","11124734136597481027989403317037808827871196018407739146178118053151795129030","16330011880315101246992487772331193567694370587712942455994771652349187406007","14992296136228235213381051688189185452873410987519432541561960848786486830995","-15417902407308891009072425426819540867089163177748332326219013122359668800058","-4946693209022402324689386758913611541628055078508988902182911893093433336476","-11222222780456435255850539176320376915110262399830080371876037079265099433931","-1526567209751587502572855164105454916504550589145581953561326947711778033061","-21051217859123672408042410021638046377720925089740574135804271483322255259960","-3728576730795800251904598162894676530293194342990734375135390943994320470575","-17786677188960199240000721165506758198435337818220987849338078179403620326913","-9804527969076900981023776438670738057691222688164359081978558395976004737892","-4548439607680443366831800661625789107429371067178335666559908578071537810113","13052701278353168152237316022164545120901070613548216436524090577643115512999","10856098547447382790512077371784402862029568297183855164534587049355398785751","9759419966770721192559819160065406147401142894287452451069605882533925595018","13066525549256877430522557301367164535442480599734689366942551566154863122316","15609131829444953411012375723605459280584687547697649959748640855371278120477","13426693131600021309617529737269849866172341650634339821733422992849645142806","2815675209937305193371915545485670184362072469758763695805450952589865090452","-16544583012060170705580136404016746930791173503311010540183637344231524304059","6641465801266923854283153550045707932434539630435205378871182993661570277195","16824395787316658231277362689567184638178933041262346087991588245094947752313","18539036843428806173864906376981156123402675429046370150221745511836337368060","-10879198643503403047566256272190546259237676380320613436309075647549830053131","-9765789485908415161055530354310022051626668823712697992097257865430335887519","-14394874471280255755591827859447993231311900590419033289180748475314838621625","-21604707929144578455863994331223821517246705280320973047540583698558756955575","-15915527219078391337814677602052753972547513319081448834497278248571555679257","-449218866701503906134820247990191109540141075969966285984912668584458097295","-6394751303111299685412764674549355393629321400243264519329654403063022975595","-15267790331883370640049973830536040137315473232312528770924480600200547909301","-6796608442421606947184475254929365630732069592375576951223637631918650247884","933220422590246133957057178232292836553833546994117081010525768406472980249","-11277735358875320730085521889288103732741979330035219507844374932384077224820","1637606708983640490802007509003487990193042246621796277938692778311201463717","-16142014472375714918855342334759748297251603061806462838833987884010587254766","16943178990153404566130750069749864254555646759106969925905275050979777641904","-6139634628103377677921856875844453391602119936891510607879197639906074266460","12109503001459262586657238177427315848741484143232752704319085300375865882411","-13325645998926582418647236774603921782352574750314346057888615007766778547822","14684967237251605724733811271278222760819160427046671651765952973772309220392","-20525184104062428787942610921014407600426700562627815751699377760404641425142","10692124957958752873129271700096805563705077142219159165417924243359125912309","-1338428619891777774046248393207973841908247359249055619019231469747133829412","13068748604979335626423662316620968188109990138683736937154445175965374005411","-7370030919298629758819305718927565718228933289127350912859616595107423089003","15295348389844029939066683091528660028335895217743876268130432732624812356804","-21138408737491168224140210176394058312062699585786221734694776591345371038201","9457995348174883432428031561095354909600577759134302940848229812712135499407","-14636061595497560784342190976545793091093916948996844290609172629626346694482","4476846691928243182878769491337844394994903054446090801364788381464782563794","-9481866676345701808687423071523307057065661909973854293089266527068067732668","15112495677289393524132191740531188614694061685704663522402482672648883345530","-10268909552430570378971148893504760496936210845773256454770015374632229660751","6792855692585589717967011483934097040776903310239321832667466314068526462337","-14459116059463194369908635939494132764333722115536331900699571278322123702149","5685282869878655616923090628204311106423803499002045126614421443282473019655","-19961494586708325123758432608360257540861221945737383825676910503898643830529","16047394104993504923065895099230827107403550910915681546185285896933209975880","-8203316521501767974183391398342069798922221134005848970177518032089949064148","5275493857774795333964744995487367025521864754127151443244641298111902750477","-546830429414467117685825660807380418768445345331855395328931153258092383729","92521095846007086205239313693447960852087675463222472177923445732076813589"],["0","-5969520783228893242430837930524711387785917563749827547958402826127757376841","-16507177168037318179727128376369970503085604413260192234436003249619219809491","-15438973312394810890909350370214893195211592465428853771829602566510152700973","861886943341431192573538343256499218800570454759486977694938821546284785248","17530882997830006894134453843396764834003139551796124704207707277403080245727","5498785067823749440528994766628402681363710111563634144864970357087674402361","-1392895039503149528279848043116717965801358892175214342437232384206329674258","15159596571261124991769380485464980508821517377246707236252981182940603285351","-4953044467110864683433708014274633340473808669089383906999602604017567803999","-7116703579584961542841363460183798846245426646846913826404736385625682274554","-460170031756867642086944566896684391911897487140637134843188674061840244404","-19921644566522995634493091897481564915741025223439590095421092588022330039186","-21762184492416353225581716259172506516097732327550929724938888075933300907048","-454319353174430030914657252328429404855125026539176633929818568689220984398","-2128869068551396310626113247797897856276061825214731552464872570473311317897","-13371398421972356718502933238107780454375710857824787654376299713104773663751","-19911731335597373781588699797459387955312670361085789844107686034462608913715","21676522244352945074047018948882782817156761490584625526569430616778828454122","-4693350848528957101914047113806274013522889077582346370522009408831452738230","19707583680297197561710034256296086042455888319596265512278172002979688113920","-8035298650301125206128840076485765433315312076680127532290690857791935522254","-653579120184568392373084576721264422521660396674518560105191238023553657473","-14526947012743595222215267136219269971112090004181501606117153631292987347800","-20813820399019974430226327249833102657237909338834092815142146091442306722821","-6712806175744466633150991695755933012900273518799125725771824747278293862867","-1551144254419711998257681293243291915128553887305334139085736148832206514829","-5514665147528487090496257275904497625043286331619661621008485922438855322639","-8780530845686221875480788483904221627543250505066167087747376563255052021628","-13659975118074199257001081706653829483733637298916008131684955964493082541024","4864378266802982253351111457283391756868887317954728284506318194996497588372","7976314121660563164140292884373676959824116958065994134830227252945597565642","8548559338699667907091373791732815006862714449656142185621535900324221240974","1606472704577324008097910701825810796171325688623795602178457120401167967470","17434020249499607865703775313799526052092772037784601035408718045818124016973","-21340248430162027469713629323148987262247733815475579227133576100152435888333","-9150251946726621180988843946565757157466983056429891858798594589619519340539","-11392143454437675174871180110068517894981756201229001897283948224405824425762","-11510082976755380148356418307823115988761105513440168672064165858880151407136","-13445679816137705595713804751372948281538150340060522797154188474295554552949","12582366187740823247852879438260078546454935001085336207904784692432093984886","-8610903354354514425985555640963880710940168455006439346279703083378924074008","8550119925814568528220197851687887224512548241037379483326705044468715732127","-10821079451088361926498392873135714157040339749039139913385740336380010250912","-12884712463776110208726738179367092175611817844485476256186770260869159883167","-10376525618598931618818285147808124350247387786398669519266882861562104431241","8480358774077181799923782662677641446178173213553691083692127905488232172865","13194048026639937563749504230848804763284813578159295898079640565822997809791","7730278976372337970626424341964954604136402128792848030177038993884749064757","-20653448835888902931347799286132979365376895987950355335232049794258881153453","20340093764018081840495218445649000264095876821889125492858031049374401797314","18241559662971844730581395744880093741429187819589075030699479828186485623250","14396988806968543258821813226864104681989852957798888393032602752465008040599","1463705425028446386027399652869414306206212244811902979458966041176943969651","8966204508100096387738951449409999949596299496675176752026273947505039572877","-11910326023392398371426113804787281198845619371844370664684618197120660673811","9580715775556814045214811470730313418145265713464636996683675725109339105842","4280522947978287555440302814383298059827389843606639536304973536483465884474","18873831252091561168753142543024326738486725983120750729413924341256067543575","-16182087991886172041712918103646070168040431819649647739793707232740375234748","-34633867198306411026308749875158163490331130620419576130175031701448293854","-20150194355620769671236079821839262016387059582680424995857983021641522457311","-17306839911119407001756578455743277073395184781986273641097597006024113126902","-5360502815744331232618792726720577321374994561668257667304862664973099181130","2601674122384078335241463696382196877586577096819957794017105352606469068857","-15125951784290023566888848016407542631956686327899870752899680859573071789924","-21674963335061959660894349497080538077440704876701945490449459510521902899658","-9302603784671829890849809635475559528441886976374385683457043736619812058202","-14008015158386771898941958358682979806511440997797270739364939096735373250261","-15060917977602943460584210763001958408415106482006792962141870126286223941285","9863545139512600643106310712802797316977766690187257555256276515401337208177","-11497796219488853852349072739901731064624196333183515338458176646365127605405","21156250161340647599312351018584138749963288509200335799373190851196124497423","-17859191080079251537716614932082381765816407921798215849544881393341390419960","7086483410385002125691607473400150589764819996988797150834892800658796257676","-17950232451696132005924860630457535129632423234299076549725839504053182708","20297444289682253697624507304720805145403296686115545538655533960274865794142","-2915947464364702166933664150571155362319372158202728603688980835560160287611","10460125434874459870196311464183546215220985227420470347492257207103596430059","-19926784032257009244375183297116589145064068128248539326652705088340999549882","1308326235490453196837643368223197431893991701968409938936221963855526689752","-8033709842285598328062702092714776181580372606311930897878472756281733191440","4667155905443968786334708517938170251764318388585643051723732268197281968551","-7154895255510449918602481355573540114314447402202196735240696015445271368212","10112193584503384121711843428988782632084812110374470417499503904080414099083","-5645169694048201877420910559356296872400780254409183186762899630108244838080","3255384828512091666894685160547123058341630884736603447399972117305920230161","-1127893211738266088285692331230403267078140625422401654174369308763142564054","13400661064553297471058222949574624627931876535103826505761925258039622176321","-4938800711819561164410647867649349512416433614876866894668719820431590704495","21119878811845401234005325634762782341966491470603031061199401707166273672661","-17950646188921225848404184975003768776502230206718329973484963157512954693328","7411240471504303771886359192144723728180444680082520889940051205443089493312","-11003436486911983485963531110169266888242924666352653344017085902706530592715","10091956299268292888582064273427841987517124736362851652064889866566861646207","-17804546452570426267138165374137212805518614283726580441453777961965141476349","525002370909015153041211807754450670868605571630263226091051293073622220531","-17085142650274264317751278179425192381781519888566993411896420276102294155292","7391877462307308586618616991262626210865534046092248125577277819312819883307","-426922879714746879077386222854287937494859022389414006906132771331522640362","18732513288845298631160221242316070191996648652160271783789757319693941781618"],["0","-1683710990141482709403569672712098083734489569262771872686170410315801374909","-10723440991296425091413736633778715685831348003595587378001885868006609534753","-17622755968306974694508323422838263171561919743071239551080770698845513234912","11707695161817612469196945769182596965641449278858036343256224723934799870392","3645108818866816730187557317661916783510014557950914567916523559304935950164","8909632206002851248625079681339641511753040081333764856546057478929630347718","13718749855873686980308533567392184659167483210992149185661628417065437878194","17167540056781993693701251949956027196093037756033737601996964844020247618516","18923267260019190803757857095720402661475270473437554393532329134937843852191","2486169252989874338284886877321173270407279323196418083434142632061858796759","-15834746910802467670896974501006155357240408368472926122240661613774101964804","-16142870656494687057564674802518361025330471323396990193502623219474242391518","-18505203623166033135212381964229151687616678466224725459320358437825788524349","19959701435049199559598090877735625820244069411642254137721740589427393246723","-12491483856289868328334802237034989301910732859400490343073903565405228406742","12624746834463530375337243162272731252058621116177480412515339809709830769333","21269503837521276352882392731053572449732114775902576235639642579794204416209","12915655347307163195738372117993907347510616082871542014502096591537714313037","12802488628020217855793355320073778037678317457337217109687402058122472385213","15952550075975781414929465083176923937157480297267280801422389085481483079400","-16240973355346029171709016120447030799752521302538261696365192066427478931180","-498052190632306859799857743579526808206711674375913752231287427957399804111","-12700043303307818744209496707916572944668239328973702395387185244296739921232","-5106734104420389930559546188480276000575942828590883868513772122679280813429","-1830960745953344172268541494159143312446738301586299831027781820357826549063","14125043424093465961920234105733832094328353175000620100018691034901247627","318817052832609232829430358124741434464800006392166316176577482691618425284","14429486070162211023681809507504536005349063083944528628156105620905916629367","-16601691615615816500612056409472868233652148563426329404535997523414984232577","8745595423791649860852481949328529685214927571743182422024021107059202189794","-1004091883392780943355946030033816204926496075228247419444839927442652739951","20532390268178298807820210107826127292096657245576398808227313478298610376973","17521278532151070741870398025618353162295006578598021904694402762387262723373","16781424496790785634584796490161529440167467149236233894424282320118132904137","-4314393169082850075338028331526300054080761649758883019335362847975137005865","12629837902809885272504827461827565132029558997841622570891623573582424769214","3626965484207328161591725805258218916371666963894072840137353662412271774896","21651683794596390054350189663677153957979176337175207105221546187624611010420","16829791996240379100797969368737717362708402217489192835313287694532812004729","11939933067802254166317012108681842939349970360027258047572240397693017322339","20753130389104908665825399972043834671116271426596042276585139901294267498665","9210430808207461918796521718092198764067613363914866137574587417857699494597","-7848860386360701485223169687973197373032852914104496114014999441790557421291","-15699616971946920772238375508034304072639551721889731884914946371063360578159","-8842757993135631636344431791037872222099104759954220937500298339806567337037","6704012972094733351993750551940205972215055173292435154105658309445101214380","18129600495068966577478312959919851655351780540538366930484715495915824936873","2162220692462882210086953204161520075016591675878555225403622927303501126559","514178258499026090397714032684757764811018994099027791634038035297247291567","13186882523773279509846906553532298916763498297315763286232851964444247292785","6916246810244638585851467456106102292961328050458123259008569745716870279718","5676910495956664686385503689247464531080187514176089363821411916694080036312","-14128319879327852755338385515782630101177037047440172056275461170169780111709","4021213610102353676818992895283794532864791753600548865643744478573936793677","20641390268563244678694272216867011447430061054358467366295158626472249077512","10191689804456393731365536272052874605665989228536709668845170396934058745900","-4374610181441308009562135347449303651743149397201330715405985426590612636715","14774952054196192042858058086112920018332608421706593235029199564911406191283","-795830228616459337469289881473348853209777321953071230549764624586758257941","2341949381254334437394179833452002636797565958060879775956410826874607039607","6021360647125416627087584235917729327256838889491464964162973553028332611370","4862607041776602581968314973389713523799002869207098854017523113110608918249","-15258213455784144170851198433738997213272798630016040561600981675986833886428","4124694783750947960968753948749255928540483423547296897051803639199623536002","-7762740337517530736487387708424143250192299495404319763907368034335921024368","-3150891952259479471526918481844203993735796375578559059519893260979476204050","-7732554730894788802052489890366099493158884877497275115918296251256432367022","-12221035426319549006340652957474995622146054514278710413639359530490963008968","-7467602450169773557965971022897572656034929160942691229375969821944382378576","4322580440108624955254947677861036484530549535451713156714707196120280699571","-8188063945518164823223018488007548025419952422491301246618757983094799378420","7824816019732367797466516107556827459099914301515918121521338570324399572552","-6151588033887995238497211216143129654582133550723027689865961813330876029685","16649806336769322080283622199695909011509836649105183621168361916925871080162","-15109394592805918906576616911426204046145214023811101948950367561244001021456","19232624397251751172060663121393070483586626468939419439280905797852470545995","-12531424756376986087677670098873472493351262199317835337666056336878927691419","19909307217676265554537129517467034269266564351894668287583903689026033478903","-758260897722845929704559838836781629162277259695254328208295835053844781733","9334166245409648241068730762934678529242333025861485422134220876738711652184","-12215347520686754648493698756981225390776466647395877911016419378090080959458","6919778095974755136952510401404486083961666765212311321237452172772844320454","-13557927724395177294404919355530609087735982133579365849935831684688349580858","11134723893293068030975159255305294518993033721418180825039615404771866870620","-467476374931264899809844352124971646509552758661590981134628900486691857870","16434191102124850616866209924332685174337531882925320541417852020605046184498","-13972484687476194670184194073340572332763671111051831103623611183281029527972","6179945893908684924970405109497613690740099722168197103342859096961725539378","-19701910718848084981224106289607656492881042975785035566369528773595316697288","12058574714258105098737209568857847646602801420257295145807960630942064508648","-5401657591899852809394224608518997843333631593384928758185799066212790558882","2742281227979534289527971752166717765897529269085758966562295972481759496987","-10056002772760143118507636229534777344235407015121538284450971516373797646361","18060506113810631479059542855919706227785305589980891648490096108823592832467","-5059953884328030455045738804897136173353830896873935446070314250347628009662","6248370954140951970401995610037302252900559228355760006542039046373433602362","-17728633544505014180397381722516608396858234463711925514704436814472322669570","10195034603155396312207557120164303334466079240208018767323121063701284894472","-907906326417619060794393763121853723548299116385553581655796123424650055372","4578576124907333839540839977640926779125874351478089555717576055945749293141"],["0","-16623981927979196371326384110321981079910150177531165324301903921309954146980","-15838352424197687226064798787868626524616576984550811881276991055476686112885","-10585861948808381722458799552162924102183025082735239668031235667281894777213","17350728636632384232402752955908937127448696913388767469974545872352727855534","12477176334984892906958340840763602591659695462909285927340715144893347737099","12528300250582182943982939194152584099288786088901219390164214622116824363715","-6661353046919736472247617993374996017589245978339251241418905851596566297989","2531619220696470864556306474847953587985896912844680672198451993312785777327","13011041195366900931527010329097925067649858582162838986530164263823749073948","21548287971650625937498500886175346617103315709599618728319089941288672606851","6431055363346406044152221930236693740275825255484896953550907725689847612695","9907291768195185054388030086721256504489128593410002076287668882712693870729","19150224542739329835093388544366179653990636916434267312821541085507514579149","1131807042491760369651342525177882917106587996046708884257482470662598894294","-987418619610979514444880096956308336518032477016430557611144760994198687201","-9886279219735886650677127713425054428344454283272862594872628363768861900972","-7808658611199054497326763843252108473561313010398087935346813695858934777298","-930697708135160351199913207192324558096456920853303712777676324245784570698","-592957990340844713928322696071411447371892111740373865672641208526631608771","13997377599871226700845874490428006108719884873529811094002478868626329077344","-17803029491409343000606472565664135123625163269726788018610402192690075442576","9172885455209588543198164759781084210990991520296461022151059405771975763541","-5221235731000735783581741510072707284399582412123239034514200398775385513380","-3637813223849136673756422324189950911354102023540801939640311172998834257782","-14806280807372331544174231044770686921930905612109458993807291710411290058727","-4343233291014766137488476025961852880987726960636372298531693104874036257245","-5813681055193030275038962977972076646854071022682600277240956012509883126434","-9093770694266412706377325172436238893017213806072682963969097948838224345427","-16212853513858275325880434611807625038367286286949283752608868224649078927969","15056831450714769123257884319202260195244873430784644107274733408745095063409","21049514129916687703707557846314351359565190844278155860214397412669763634715","982919517228505195000290360488769372436257765804991964208191249330531962750","18635508976390775179771713832645235934841870138439209482864763236679658808899","1140659318848120316037655938446677283588668364785102725045975069613756574507","-9433496300748819201157089273909543294198716069184589840057743258484572874186","-5911478972199831175642207847310136840437505844757224310086474267412831494437","-2146350368844491765433205116221353756005547415087045180780746958616238041814","11098242586822040421129927841225139922836053998597269789629327204735849834888","3880304645300371392867514215204608036516632812478623482262545085490911626776","3710061705490762184285177158877644981855518189581873754930498908322480088829","-8605252567262564646001092899382163783503676166046419180221898948097553205875","1254580897158687826182955208206696072944313446281527472744815512778815271463","-13218091068530374648023514876435368015500599707765427974132587986179364434139","-2436688923152117232864684150010902586503323315981248523099887565258708089769","-20342695148216532133172649915346248967894430094224319143635024975111307078930","13955403012410527652283731832022198449847856520617820339228678001651322247215","-14457331063404030106014115487545199795845751088763021790168567359818841329649","-720625722981475009874106192634115854247659543138738581065961613866607894023","-17980338682044581904923223573015876804295447848330157746424997119786800730633","-15007903512307358679276284774086525652067298221128850968920235126449381989470","-2644877747061942807686500254781636039930768922285773725280992538267319402255","-9790803976100850689905720338683723271847516336588984339456039631228662641029","-16462637786657686562417506047449858752807811794756076074358323868867812618627","6625483621955305247205174334288307086944316537115810060308840871719680156343","-849766768796421082139399064802429912647838989345770651409830500260808880485","11344531754531778844249409820984163791224431337756668888503571942382853338981","-15283714768678240685935034557185812205345169271986689190628235758756282002945","-10121304554710121199591518533331272142880635399898708059349026332466457515009","-16807365364833064617183853583794076290615369343703521332637070249602115766090","925659406294244349202557141422876268802638201657386001129748691009579397069","-8351865084209996205972518439431846504870677534394453901221828625141530828870","2580183308069881823978467931016964691637471845484211492337869295235640918403","-15700133165481134573119219846982389088677373426877528092648826385234925001876","6658814562246820999162911115223938343704048118757177326939321659643179182906","-20472173096851043956246705803903956793198464149572141657694886118538237598072","-16356269219694153408721985822319575562813064311141053793518081922969669779197","-15343801900283205239796607321842033069641592314805963849821028064455458490174","2335621313845712786636283737117385305395589302777180581383141878060728992965","-18929618173661418666293363503514371020867760607964195730577342784551226154368","19571020812662564884030970220850255349993863170660002474569206078179337761935","-8014193231352283449075301205813375168865945248003810971902824776577325350407","8253747576520783465564461787564479370498988157276292577749215279092992271323","-17736005995692450584823447293512957636148320607117662346848139211867011301568","19322705510064414953365136497111919021831130418349895758349490885675192045071","-133183676218336893951768150756169739904942481325874412261945970676545142224","6163950201146880013197802287761175567573281110802175388947632073226978549669","-20359047570456234628975783043629429956838458510870317899421413372008375363028","8817265069938217637968848654289400653091548446008030865430428456044426796599","-9587615217204989161403403904621037164838893157918641906732912278267856925350","20898700358429564494303959914834970799156002695983186942073276038466738257342","-18319795626298907179847342801273157717272068422772619813266788994384603930208","2500973446307994081395833353854981642330351268932689842646931405149745583666","-14309602464410658626650719365791750479678707287525040223363694391733945789453","20993154052090867002996062336538738284039740387738150820966842749439552806525","-5851324895238952834525512539505096748824113161220914841735764555840086501069","5506253547937590751450713066787119448241591036960634767937142565976285076161","-14313424152003713394744235406114765486834425989338182608765004747146932459634","7823788031005440061030154196918124958045548767299392496413428106300947297999","-10093475664497502804775025303585876807401748091604356945118183137886217307164","18368435579943657934785790175796414037054112676226583050633258993180224062283","-7403996016966295697130119011334060270800164690173209331329718594385431161656","5702158653962497601114815909448162127964168144632257325632222593216577401281","-2687509337129848364763345403098899145659741332889297784369265019718070937557","10378697906072839258818026826750990224837394428423382872059206724457850005678","-4253131749242413842364339643407517318408015065667680995616310089957683430197","18748282215436557403734551913453879408523288707428110810287343262681752552713","-16105477521787767574766616352003826438776319877948917213274617209340893535901","8896914378705432308312972808029516168368693627537721864252460273967141807413","-19308591963394504934185880960840503329960743108854355165992919428221108151160","18950798163244376541191001770831401168648878044276614390685851042901614376341"],["0","-19152212512859365819465605027100115702479818850364030050742628455383880054702","-14913059948920684550486355114795984463178108208853948124465451565507023233389","-10100588820210667091785526922454522625771692084540566075167470874547396710389","8840263375067916324552487402857149197477410502442099531694841672375754545737","18995782124667178203267552001895394455021356163983416293303737746770616305938","19938231861386200147163477949444024802063032926615506777147905253340213014249","4896755946422130374716717476179448479373185788314263261917677134410500717883","3370872962993375892015708449598548236368636032811841811634139276954811447887","5792138086095636840843796919855761141876167258921135513492042230868263022546","10306008989815085005740973078626004259917178848098829596405459770013446329355","3669377298796995890892548689377111701192905182550771546765763194013366406570","11343126945047438795722235796658753831583990547091587209139830935718604651736","-2375253088460957171830319006780938928177239130225280032029183903709373585231","-4908071168437930644920922971591489054115223821996841172040953946544823029974","-20626290797230849890253953772924940010462117892594647067327397705845373995838","15602167921771012301838432505626192256263154796209799968818746981349586412667","-17273277458540471443599076961889137196671274423495117757482694271455868239286","11860407773408815567728031709003886124263946913318823233781662267443617715019","1998665934887726256860405526178845216315561918454943092609862660040654156639","9907224891475698698116965778963787455843552181248069169254868100864708202440","21802757090224325812573652125227045646165845137154828091192400433497560593788","19639076294637659689163787114949613562118579266060705281911252769355997598602","1721370208343796129766097898356865572751564097458557592118278506824312921094","14853248643996984224115915883781911166378412313482481663591381020436557080429","-7694995262040033466591251431382268609444662826492226780530905005636673941570","-15311983832744817465069289720279017266625295471853112929910404907848546332642","-18032110420261418920494077073695503314103713442631722052757062529654591841716","-6940042099336023434815874677352709486028780536017739725091724697402910279973","-15380769843678867553282827231847646506406504085926273634219180449689768054563","19654993046871909435194381030630986422822990291613099626348187147619797237101","-14231276739599184356788178195360011884753583192997696586753546630785148628917","16172270072472050199107921020220602670629714467942354676450569777290302296269","4824270090424872506382685250777393285035626070186898057020298993168214103804","5441473168957695998423116850371429609274584826066690346125462903326872711873","-6145855801908463574487483519466195450393751288395430947346211348444152783767","-12600986295156523446128966359206556900790733335965380089922153761845814288174","-19241292821227754443992616585353093551172064014558517686341707261656938911316","-16127415724017913146285764307238994208064965101708772268662399752668983576281","-1006862486297375177024767385494607363530689440445035285076066344498101471969","3330576536468224019574744798656186779830357309348787939411402610075172847037","-14412176605077809837477370535006575277883612777598585603428132780951323499598","820735943209898631219975217346784482557229698982630292462801472155907989315","-1251539228621010895156815222769784766818195638108973689084891786151502484360","-2696936923859031775369701862160092672392842379765098346146303972219400476992","-14717580444037841025992123909163952331542773000207093274090300084880471471724","3843964225745769655336084107074209481489025450505924271611799078862676466108","20127672717375968313646819820279848962334584274064446384911444961055804641640","13441822302878677206615449321541515415839286203611857283553148933704102565448","-2396621004338266357467953329792503213806258685533734025014010984299480576744","8244003535119863911565095865919064488563948125833681302379154921075315421071","19840319207913945283571638390462863075028041157159162352131038196725306491917","15267264041914556129675277873350387534458961490300814715981717757815252306151","20869681571206778734608963040417494861046346075133799974689279002480876039103","12484198692956124013324508985194596993777192129648142194495984694412110156692","2333809310373725575362187200024761114613928929939280052507540125530261193291","20177765208214959125203438796032113051443864771545254909866225872638070184689","-11576663879083218803881973554493151590219214434856715489989870745483606928115","-11107736273585103252850646609842510702963318418424213277203100014918401169463","-13575530061052972317912038368374064771865362094848145998031633179839614244245","21536312556555339685467228416701546582943109326175174988954435206910698478428","1387249603922864456038967734457727191824439110462733684961210084827356794149","21315368219102478788194383059643897042151818213754991431469666307614267585595","16345590385283575755160394055871004657145078994078945527124698441188803508651","15561104353671074228159461117385231981739323639785634754493752947281552680352","-8847865300889356778317333435950606927876100669489256530918564364172121897830","-21188061147878404519706563536681924651083274449498238877087878337016497609506","-2828930612617674560459147958909434849897903425596866306714580901616622805486","-11098320798061298951437166873932354343524728318192501505901824340146223297535","-15337396468036973119100942738587940082531560481301746341644441735852229394934","19259646996618047935719030508375490623108378884874146714665999605664095597985","-11106237518582078990172144803678501395607438217410738321878077767409111282742","15794190154528203192986278779486823047303959866637397697531991072756726819641","-19716756991738098670496891587872680020531196116428601659793478012423838003669","6523288039529730903225157049286432642538505219333384180995373460306346144208","-6971831916764995686933214159507220578248561910690356815207094906774053195141","11362048400284746297069881196692852653970320012469264084854759203808909420825","-16629806954116419621194138728278993585745457547191628971060641534682705967460","15008458800984681134122725602147182645381378878204099722539983295980536222876","-7821629750118577465461996801637262932132837606792283457236286742373751912703","9857286203212290177393923554968676191873403284684068342265133220513687116700","-16475653174319320369026305316699978042094273131661727874509969096906993501031","7040651564121151454001649000821917618110498055124562529445525568780822886701","-55691116616734230042688162195350235194742312032517117878699363397947068540","8409565549633453683699350839492272557460904903442585022919465025254002967672","-6407873381288968198756687207109933842940877535203400567869352064986603150937","18049674979543189507821269182524126516102728393509652538471062816583390752963","-2650097030387083650917336944741084784941763634005370599458706935867023751198","18189760536141410735846933810360478357362205199222334405555969213189797558181","-19890890592679155054809168017667824562203426884491563498514269298222073019974","21403955197568407315083878242756176249115627830917855581732658268023649839411","-17011158227530560127045848665410670506195465644542366940326042738472542288933","14820843203728183618673201842511492996352554095938997562089523820373099176574","-1329241183454581541975781131354271692295089196733673774846434356538711155341","12287919478410619801655903555451617877033433681897090832124738827608644113865","-5320787763276839879930033123339272076568879908517633329337179344685771036266","2761553744402587685409254739300109051696672180477068990701052577486831283163","-5017944094561435996370664922940292326070737530737271839748377219645014092465","12161224389957484273341828136254492173897906461780153259386824049699999886744","-12765421814666165489908607587961259797177799505792763223404589508466920375285","14998437102701689798237207277704020711530052028757020061069575421488751478461"],["0","-9998333163679668928680456945364434299707277565622139144650632263337848173709","7448287364631834662733529453990247207704843691760651766014314758985587050680","-21547039652330312660278966616315452541948943481371678722996791118115322090967","-15096507220335693930638037563399962415786535001549466043498556628712362520217","-18980332289398834861657167829932948643706679588846140053638763763727798490258","-10976944758884284741775498628235794892845108251599180154503599598746504998718","-3534109786998350790518610469869688499070359670634435603629202487452131955761","16220151541014135966845305834566063656618644652777746809851162341226230922328","11632052907223698424902702602016055717048799446983371685177617874035411580587","13177594152097961051608818269704530476641308676628957221831372161088722453682","-17007655773435350429275015309312963313660534049923165404652582355426837788714","-10638042110803011515207397615456873438283534240313394222217823964819910610494","-17559218317549666831854504854507037504291305979517302067869233518900017569630","1713504350184158813350915646493340762053186167526581074749052896019883773684","-13666025275867315778162478107498590048623493156142529641736692902750292624298","11399780099051491722992895529970678193955873967884449491823559750325750109201","-14311611764673548138427430802939382362164006699743714649232865899827913912812","-12189239851428535557158235784833312635995348198870605359237904988620334434818","-15657617108509151982586485967782907395481483291334798736581071911112794562759","-16835100988373563908023564915177020888859121312361032314713488430561691120661","-20040031846945115984102993734527519488312290624590446108602149999683710533101","16667799688695506128694903037620350001418226800419530670506877272040339643881","-6419362771831602421093879551686923778591538323999361157583476750325542076725","-6785436931880784558436049294296417941291286154344154178621039895763995221067","-6949275220814357758512731613772047620491077159052049758824584427613192157025","-16862264371543978790348372263149166273681405812285161832475146089918269758102","-18149359135491803900865655207989173853469734673921863521903489598947196494136","-11250486645472384658180453640992731932159223469561223623664220009831569479388","-6230733962060451424333154882113801086215737078051757537130842969138845702976","17451665101796496167110882301913165732981008086140501911164056964686035439829","-16961377227246567894434154284585932221640914992192709645663439478696515883350","9921797687466785053404844600002615935692904925411572389449181366184151367214","18381475110152794223375936323342603296403179912640713784037826737590245832741","4292466899070792843012547423863243225211095532097481875611680300113607857105","-386621209821732269593650580282654959279339893703684921628738627259112884277","-5227463180432332555694836434483314649311510485756055503801044143227884349314","-16851869024061082784472385957412107443504813686060931645543050501342782176693","-5905095395252510649746963997228802632234208884456892656489274415920976221066","-12176776791935896827730237697895521165554181780414120701058139293926386574245","17853406403265270225695128567277390727799458828649038949436990554893439997952","14160541725865045626046314876181424425485465236025627815912731322536147510966","10289373107090172878232484923874340474128601489633544019244446002953030646911","-13680359531233021499361744790210504192148065148993432972754643941453669886876","-9039624177340188214947935231781103282560187432616105508611356590779404024131","-10215453718437112818318173282030252995289161103461732990767565828505217471385","17343655723651217321582612573033306478452870792334562548800778844073156896642","5008807284411249689825607419308307850462144000593611279449789710754551972427","16141281501371332867861195322888465837822741520462847497576442095262939648915","-8643188449271450297570112539214654095111997635161866062249402700538423323411","3930608820563747823292262591053073320840232800375312668566241561726106667444","15258646908898807846688962207816988933117170415971567187878129717724254405138","6447305078123121024955586769650502884208436056880485106210708750105505488916","-21860671188482016621008608120498002075424715265646693845817946783274046746249","-17752816705907336623080911164136064360745575746236889956602215701798505722728","-543410763277442103795654014391829904166611109271342660767815168303330977434","-19645857103347126006740030675869872903994494896991461149724413489085275961052","-10345378206789203837530250508752072369998889850064666997555809888847583803933","-12049717030771567410407648273441753129314445838880320278426535788493529450368","-21532575067202463917007499210774105477381293518889815954864063962595844767212","-10840243520541773387776173443820290327234602619214433830316411431637506191903","-21337260877645019467266700731823185489608090451239664534183357693053622527681","1495189125947004147892497069516446050338380692595316434742564191617186477527","-19188760215155848706728620894732316999884207723343585085563351328016942948387","-8465621575270180901371150361347057837774674412974457742189990646418833594775","-15000311193438289454713491283278345993678115683585581462940833083543132720557","-18304513637943037372255689477199695265915471248935166357268686635669955318481","-17308783876111194589315062807492353942956697365738002965719746923332935732197","19685185706124679334744434076246488026187697241657728992408667674347892947575","-9164809442784051342936070230173498826060419871626613449196687743521823091232","6346012326599780807497811482358989871027355010146413346510463305519996907974","-17898474959454099031173756424003283992624058125348327666323707008750708354192","15179595575791845960935818990967162685550535183612837817018495787704160402285","-3960390989115004170911826802620792682924317814850133549892203977965370339098","19754748092607488522763692770327923496214819302364070922724190749110684171169","-21265402178555262777777811049174297067569027860861776985593457854047367337602","975428400232887394364148947933083613256492864015871952336930947565310740914","-3534254860330631121006936000141910701835282992655239346013073668152831540939","4756058939447857302869802698085465916737251075596073325447625942474012504428","-17751247252319947021434781926794179323423963667506412130266429728123316678920","5713457565805406518072513006791918256525645194748393181830083828061516996502","-2890751014773498082607202856182906750658928710279991212059203930263881638255","10370597750505202439796187566749567688079702197950448929641047289510180505878","-11459945272035957274734743542758822237020918767361828783866604033343615365090","6151169204951875356358014241044572061975220584291328666829339386717101129907","-4274049517637218381351762921028440743902068832650304968864544178829021312273","1020591459243375861249988268503982208193858498966776678659019458767268495386","-6578857226250837457620062401180820393000174616463093454419988023468322329876","3855168398155760200250313266593360997275127821746033415741982168412815159908","-18719323673115592760010457596292612851834656502456912469207957032598900514224","2021527367646347452071505648335312760115001763798505629831147983363112854442","-5059115515780588561379043655693441396634646982655946432512460072308767791037","1272232192896378736817195512071770218003139150165410818780725475149171957866","-12969422748170418822959221995849717150465120351624650085430054435071860790625","2667425859682262852479166673365486732724725222386099151748882410212240803614","-7512791071390143445610112562853283673268429624085970773975152925070599629620","15267626677842779207571960170323833950499220430409528203495144832161690386927","-1985562655853724361865417241368842769801909724915778533306101987518220451010","20937779394946368394982017515728485554244717501082869954535944392951181468659","-4874965329754801107685364021221871848195294825505452916697172657353698246832","9537718008223341850929996740290445248250232284509201007652104897684439342173"],["0","-8007893733599734837407221614118515276298182097713183296475326708635088330205","-17530714640290646922836650445179427529606990652972260318502648424902653064208","-3024771916266530102612881671149318558091880767483863967518010208897250737857","14972241244540606118867870143724905109127822337743798340003874973366603948653","15392493069866771213400227480771085621272856374136509850882894829485892739623","10712989580394279535313268633292224718355951203737832913179424542134553789188","176092134324829633165474981326598160185459917450759450118737523243325994072","13698463095575977665997219930549637715487667261375692360382054340997076754155","8576027072548907206098326858989516133034049797611136713497317699618801849122","7606477708997888770583419949475588345954197940705663106659516466392110333109","11008485559088604562278917797938153956450443337614273620062097984934328846276","4044496553940602237041366565663669732960794161506967292534307497202085938862","4480958348988243731275735522922674071077081414576342263676291004521182293345","19183350146809621436430354979354180838905368698075880655354960081533431909902","716920656837376104539624633609655631472700493127591971597526903802812528506","14760191789286119295361114607925160642273919207929698137660387115177861698169","776263495269767169819309404051711089375556476174756101204874466257924590466","14041585798368049916131414243277301553859778612976656172678240146087874240492","-8164349719928698842606224863694156912449655771872269754448212123258516753711","1964626835173295083664684600355255739612915589719177130913448466717945837381","-3086634332937039082411732560986909041019646831694061754282677646467834626247","3538770278029905319450119217622542733309705850719824113110765413475760586936","13896892794021914942150129586277674514427278516832061815013664190652454234954","20356929864700858274562836362111703037986200924471114110220928732010334216674","-21064703729476066738568898094952697036931722181479703216794024925568991596960","-15958274691680174906420794217763332171799208750073455489922047449085614099257","-14252452864830217054736142904862683496564163224136699152679527741648831570882","-19850811480822766076648658565781876265651544710643419959047948473306280403559","-2773594158762429105111698183637731952052016659127677908142061105666813849202","10378178600112634316613427543243927366685554259836669059186812024834515481587","6483178580368247690548058231183339057565251971183492285826387737221650835300","19830754685653095676720890386226978028827439504966937511463666375190885516486","13188517488772560885777599595961469314222258545214873129075192142347872047469","1567572618305012270531605412965726076201031415028031114022876128461232627377","-856835959823435534439093312850325012597577310019733566587795172573615139062","14052897613827168371476518466834136313959367982602790751787278829252368442975","8092506030688612692843637865748039149451629734073933465529289350479386410563","9381235139088486485365068567097147183502220523015729151940716174094807532910","2269519043561448600584028619536317802065285098521908104990386420949309458892","330825611351811554909143125119972586686151696479096951396704054953712316986","1429327349487607931060511887473187397483031510767714631280219004198474895503","1117144065466544224535771458410547294598624180079987404698027014670697604171","-3203136609899248983010802074610612522246407344593176923064322172270331067992","-6150074040251136747936964213014484957030688510816750632065726283526231577904","-3875757848201888612344128962435995238755051966814453447526316029564812363497","13112602060464416452823453311432854239278859649456494222710751630167546753525","-15621899937220170809332771166678454318202177333563430914456622400176025995608","12900203240430878108137492876701272594714184471387591302689932562807674539794","-2213378917208933999511541854732537702777771023870457749095213864632433493272","17971658415735694352060943768473633808673946876980271929266161360032511456608","-3594185129096048959430680524331014524344442351562041071728000392833566036576","11212546000874659859209342063574377447218578718970554387561764959144041788693","571827233969117519261806127337207480634425207269539576924616090641769750612","5645881641215177843618644991020523705340009167730019925688323051972925373579","21783909362557836148508894779857895409304826865513050772837348210633909804437","4122670172873022032275167107342089699178447117174930194955249613951159808791","13270943871652883460473715690851738841360886056753295673574158277841067906622","7535795999407886608805586201411740456177135915367792309523393299171636529362","-12618083547607885412330414668894947344025906198357682048199476462227285858374","-8765604118341791776121322818038603829232112196187264003127755960768478800308","-9804750938581230800613872251864349822653008375260895254202152443540818974506","17303617544277292599328726953076369825053535866363632515768664416753704840742","-4566070971102691157745406124132791572887667462811641650105056886100241344894","9627277998445765918999051379025989023278185060420943786555171697796204692379","-6955097134842135540838413601806739187963120311004375077609512359944064716311","-13639640411362288333828488189623612746070040960862828456477421397442878969728","-15397216831340338368129056849047884482106508438592506762480964262749020090563","-17183789966048722760110204589036426489170676046284196280756036617043856743442","-10702890254826079057200708918045776728928887373793388246745992139255192824959","3755732138882425259565244100413511862722975673566081345384760417866718725316","-13320280634976694650187385377913709753206943430234656101023486353119393305716","17260129573593749000352130959337762526193281499618703684616657139978669110705","-8810961219991221905922186800861921629837865227537563956097795983930453086776","18149804399522810190196433584487066626952740225138923038118772576007176256518","-8713142739158660393898613970302915951089150373215121115948456961542032567071","9395650419212803015031053789987388828539785694522629180290930381688060746229","-9767204510702454357841211054158544560256505166315155012738879000343866936545","17034464821887073250056046932013728795115429206914344952205993169384287939104","-11536362224951551133086002444515967480365570781726094134834747272810845786920","13482068278136483901716842454664161067842292222220798838984402917018198046964","-11068728370577929816371647025255706187581397804146198425487971689184430157853","18554385213521718508364461602243354229710694053511591508049043035092341399392","-15988830899278512965241133844743179975838984953553312243364200837403226735479","11154585625093107513890751212606614967133323174782718287818346369363197450343","-14929696592186136884258411502323473480896770423374505645516588952217693070403","5350312132710408639986431441688573685930298051500821890878538793969308689562","-5997780311732634989563537562868991755939062925182563787201531799380654533190","14833341306964450260292136067207681788181206028134346867933828612853910132009","-3564149103774846546124898399838613105913420194649944298148995666302598895586","19890375331021395677898785445538642154903937911870858241142000762257169254502","-2151762475164331792798321576383321797028306460598102616788373773119449439649","13011507208363824489939126867639724635419472799339864682915083144519631460187","-9196864685227572262632117904194045956502138511276944358797200308909659275609","14849552979776089125153780361709413083526776106207183268061692085918709953019","-8716938554303742007757077775406666596533429921409176407617324597926891628241","6843588843538654531375115296340898261326122826966701457418285252905716285165","-11115023277678532362299796551265115090413579262947706376974248890694080576727","19262776498859014180621086065288732750618266295328782674246464745875424668619","-12558374931463306203393213033028850285471018060231227933014225519378583489305","9268021967473723651084457426592004501107625070880666556507716914228724607442"],["0","-13185688477011611579666509485094744029246002650853032737167512761372499850350","-2743349469272185011921447996305542480305351152042397313982766510653551495505","-10293887342122790906373114789973119328988461583624511230634517976136280982250","-4207193631128327181622622368738808633850786096251846089306621916011578601005","-13705522888193262169270435673409522324194266043010054836373357052737056936297","14918170301422924867973292144417261672548966161927403202149103366745123517396","12014878702775231424830858125891559792339459277065018223711315698134087984404","18138964850991922484480057744321568292909826219518131293465863731750134191043","13003747058191990517249515616800146286305353033526018760725933831297052372406","1628135540349425084572088692318849556442578914452204754187446331686456286947","13452861776630330403425382547576342488495447253618632827612666322880574517775","15089929523003929025478144219604985580096978091828637268036408822245142765815","19964023124404830893769232461079839291945078969564355525614344064730711244794","17124837026933221320785290916799899631450123867313645903302537837604488912852","19566825768511171931581059830448683757425494455892683858497278133101934374542","17489166567163671253183784723662747842816048943313133346322871256505001726875","-8568756856111886763173103401031967581872674555542034676882845032643272837160","5847052103524639916245613348786505860274950506674468433103870917261540538151","13443904167393782296234312819871407935126124806893352895933915135888203500216","8257048212926595489927065420799067023581385729216261615774607613661427922877","-14361061656656364190783206523504208417152486092416955938243603341815369254844","17479371673999824833870753492886766867845512063421133726958294766189961177435","-18821931196116881727584561479393209901548039090255578741083576204049060783327","9764772489653650838112460668807630945618014398688786529710890751452897649681","-7380063089775175648749665225223203463715614875422266093639732886738530518206","17051839836497768434518369167869291426240118031845792201150524765507843252394","-6136494821342191065430892907743748847506479291168117085878303596625329492860","-4071299651582010376802083537817719000301500174389196577410540945502682015053","-12409574945847302651916393671108063031379428590576708920384477134666334259514","3090933835996216263229179909638197489114672163901193579002773168609157930876","3679513087779509108918016944089412236855018114017894990211571502853726685241","5992427499794076978909494883474235902432109140448042156426347809263172075415","-14222484453461002716191426931871325445557797061823065886859477300001025043637","-5775625988177864071234401570763509562430721302829609812195681682441809713886","-19892382694154977064583923368675167225053521002597678996470828001403128752954","-5175055106163934818077919299195700589037884488223164826314573395569406985147","-16870605228121164588598491099392935810852881748397076147597884854923477673819","-21386002813101659065520665930004461753575352980808260446569378109844449808700","-17873509852567976484986502380470642321841296927167558176356908151056373004455","-11445236468134347940116581829574474349162921312272696293622415607156287098647","-10438975033894743420884572468586490621523919386265641005703247705555123745167","118379009652580130929028638989943298462976192886998176288839503706415255676","-17496086298623480610582919053627496498612271494862939588179567872349718993970","-9021102610707119918024737964730601625088474123912882366407872009328657988863","-12886737882304491685819292790907532954059564805841360485060402308087007762695","6903321753781959816613654050132211096477969700102797535131537281148715537498","17469923273197381253471778518344931348715676437824394325473126700648038532352","10785237361481293575662482630757689675177063167762972685599774666848195773635","-7295778314683057116264157125589879387002572842676257619712103368588094583620","8478947798902195776266564184479564004478174741012050412881885001153611359354","4817699778354577400142726973216371489695029696255725336127770718003657344049","21472694026406071705962389590243507816683996218896851753659336489760296356426","11108020160470822214551726235426170286889078457281592471866122596413779889212","9693452221477750557434526760308180309837678412995449973584958691933121313189","-21299061867765257037352150395718346436188481282739802211001554632153237736755","11673758482911254785056481933511954485077389760463349143938493919615713583460","-20729327612251106529338279687488614801958353479852240479157217781521999703267","2227724495585081127096104597442820096580165675488784695950118160809229957688","21645263047789274540253526528022517437597140780315326511315274850130071504487","12594070652884816376775954867514153609286230927644282894576268987403356560126","-6187054143140812294196898378887467192725242820054273312971495886908465948967","16361796377457872791316822531887246672452032075812028396134326984273134935395","4556781823763217570134730559884185706956374234784985176165069452603395562815","15490240637958019142232415089694655302655949500459863036592419739713798806924","15669243723697922094733629192870496809875399422687921354281333978287308847938","2365373364807564617355816726723220546923809986503597279440000685385205789419","6974245607982953416631396743918226389778222715492668231636674172708944107876","17553000355731005894047481881730262382501389903965347875696281211545944422350","3514581718639966401761940830895912016582905782820898939604306992152033240798","11906084502386345172491648337099327109989231130370850746868318649241933400792","-1882633672570343004699035624671740949613059161455792476939160146687075532907","362198848167572679694905451621525584514702841828555564745872207963790949947","-1776982482181807691572635373549265772083923574593699081199861605464531961454","8165950169006729593972601104487834162779776431077406764637843573716037492862","-19580117510640522939362600889593276255359446617292774750541732363731542195194","17300277217169954830569713031131039950387394722818144636767235960870652937024","-5913017156671720324271078158181224157188479802627710106591659271252848678123","16419686068407920271905874685352266784481758516972452329934685514975362386184","-8425468798688951191129592464959493859487141737755513095291846440510103635242","6022272899460707820339658451056028126127073410550349451950625882421680481248","-9797677674866053068729346200431859976134566487329382268023805133247986365116","20968607493986415266415255547146910065585399197006727224038259780102766899875","-21459459062547624640700873605539252732037474551362817297800848572303538900466","16214536601310465205880512770504904611561877059017134373071042186438021382238","-1679445028733733984384409372575832600121498689087366779075512250550811459314","7319054498652919419951600583775194901099711932571638044552619023769568695247","-13523735362991344129195944564565833162382551284403037345526568476477007028716","17985032010498681099013283129729129401413739104486785957570354729673521693313","-19509289493015696483226929384956917606369309352533874093840184538889445498240","19314056773087997717326841812226772582519056657313632190974659083023077909061","-2634924594886013380397669771777825524555715895083343614330642596571462963185","6700324724096479182218202465991089830556571445062991337397723815736930805453","-2016666452358550012967352112388148469755412404988239892413010796285555676282","5685519294578551716227720476078547109446138953692637676764330661498566956010","-18788543446977986787230533590177204813701946188075282600149229692303948125863","3393642532265620584930002696041879011524684190894254353660593031136761660661","-9763697137976397165304108355169149602990768714059740102212723553757666336108","15793849119577689479731446991330667503365253341721929531766712605966947291502","-14845541880562707857481690819931518145853161756822119536157552917051508932143","18559741549264294477297583306643510552853435806706008202305072555383084574990"],["0","-10944121435919637611123202872628637544274182200208017171849118115438250043221","17705422782014637140225930654196580365201269213885001041940133770060197631817","-10297647643938543796968100671042987093511606082540918137474980113536452651240","21846978439581513927071158947194255083152916279817635942066470059044982530928","9052117809525269602167864843071047222600764601611184597126483658498965254242","10929889053694458186994813499743474211626250572502909844521766097400041883410","-19111864441154617990220192427635915825748886324455634532596164132032784260792","11675216347891361491355946209755046817359307889681784632857795801388520596211","19380594690617265506575465858828055021384658789666006094519835985525007569808","2625969526141259490462301237798089553046266358669292474305536189578767952241","-19213884449025175922895120440911152736539517436026470266122397179983399961638","-12948195058433331726619025132682497574964073191240140263606746544967746503938","-17315562091407645136594983832136609741258535600783652040299240711080976985765","-2918676288689417581114968302746700603929907233995713683029784235198850738891","-872468283659651182322023525190844997466345294156604776817059875829523220566","18610683490519526968758883882287269230852781753257691897405466573590047185875","-10080565600059519258695388271902568690822795086059714452749954269928905988699","9686960613043943034061308469266145294945443081049310683923266362376168321478","-6303196336344532585005768393568078348064164761395559286875590494600653580621","20600791435666411330483748236294592948523740641103437316813258092659822196365","-21347733374386272502962922502642985296234864592521835184788508973940717275813","-4674414227302045055395202895191843581195963576211670061203502625745914652509","-15916839054191533383488915874620797153398445915194254130833403022748700196674","-5630815034230296573533474895059661868164326661341034311297548206743042922856","-20936768375809449211332476510214789179006493806257673427639738689456038101783","-2361632744860072319537076983497919829195012892540509825057959945863419252600","-6645381953039879539835838393194105862055640462365557036761884691308993645601","-2329091756045062079260064141182971729795622081396594411944017987034059168872","-18901352714586194466197132549770989766912256158696276403733577448667566210687","10573644012527157021319405686070046514689424944855483463536465970887161035183","1491426154180674644075783461739262086609492139109375602691024762022808899298","7427257023522173557791909232441416909073992739286359337226968259903094480248","4020269055408478733976664055736054197140497021295913371636141491701532020646","11253402240733266031677096260915352795556377497701668324760741700068914142508","4495032201739040607146449414371811527515606891380019023878441632662386080030","8339632997644638807703530598539577117342992852734350260164047978072717954670","7635849222983558737471074974000952702117727039863683147772793459164043880712","10751248866598375717497641989057612296041932512869594912955232991982015113382","1960030172022753001749945342113042088423462683732141640394081103020955258213","10353002047549174011420189229299820975536024435483646737354561211167783437696","16955256445657590458784414670670224083991895963587580143521022239998400877076","17782118824249126627504013256951900909379040265132597730081087373830214898645","-10304477480613817150459273210311392088727024561263863127491977697859878425719","-14736715973948405258634404653423483655807321054352891547206588899691203463256","-18782546571137979716242299943659664754905500995928031255453969472199836434334","-701393756538759936815331477909148236268201849160583721417460305901896918747","-15142805988745530577049422903253069554848210932675938057165853690431193576065","-5480754301847974769794494470158689860727478683084266698360009397763798634770","-12449691752293885178215905571656520171437387342512896530083324501867683968762","-10019795413227124489904591257579573970688872903593927599853276893813067606692","-8479320265866745591971088147763460393160510563508539062702292220417602736866","-6452351370872525873621659494017523295224425326309427817773929481832037823206","-14698098788363317721260263202113429819182092998608706673793720513690916222247","-3132029887728097576158678962290508408723915039935675705092349768169598120817","-6407249369229497147167122335425461943548569244815260080245642385699616086623","-8880207018139247174963085930842633309144564469224152378619112779442813553925","-17749208383230373689982085883314775819716445274594871044146214120082178114509","-1901023928929746404741314592942406134616667725977651032336079935530936323368","-18599738782615828846564285286018648711734018896461935496548211416765903156473","11330545246696980848323915140547898481731955880461526927991408601382343797589","-3930001572973134876738286247014353115710880182183937403777686707056972138528","-10480769035979859092864387577488089493033062911107382168801592819465743445084","-13224958420454343430258455051200068134290843147812618634619087888209709096420","4414953358007116689992491254067216410900821215568793485352290912982446601414","17610091882013323480927542372824422032239461694468947839263512585476757408392","11087656575573461863442739456794624142956687308656715954038892777235598084944","15422901908810336592145161831817572830563144789282112682130901879034175295107","13298817285936339102215020799816515953624151898213635891268360493794001400258","19661281961454134911635545319012494050563044349626033327524097095931294429074","4022372546001232187415389003310101725934162655605090119648346552633786981422","-14688185177869341979659738729900821445784049542138521600606938370215803105998","3880139541262861251078713038763269447364922548788220175367153308601227344221","-3893963292694718884546039988261002186042186095296939090577875193826410519523","5624892701077294479798552950259289172786948930039246060212589656673038603495","-3418058248605748487070884356695183637218558469294704704231153511500909864516","11820250162004137106319686858559121640703587554117049275834425631286642764627","-14012152349963612974784354192233334953396486715776763418837306144664914134890","3716774818129816312421590991836998646588462766262056415692901007161225783105","-12308555262127364174178645236813261351253755653339057602851270115187803089206","14269549587170940501018553064250354302916518684834010419921278955421455223153","-20563547876702707300430165804337998438528770731280924064587970171551224294191","18472105418845972145939798651458476635298519752492496126680987077657940689265","-17962459123099411607272423048167967588515415231560289983694134060717352330346","375809461549042797456391452173952867073244295950037718992912334141077991655","-12028919987928203618697975589178487122476093894628510260314577183608098369980","13375274315728716938125781295749194143258984908827664475117853003277554613867","-18209782556612263862927450686314443326752565173035812095464683669010837271655","5916368326947034733421125208195693128551473645877061400594315895590661958069","-15506290310969016828156580734415531174465051633271380280549274375866566013554","11214875022420208926992322558752480758232489622505062735476753331897979007593","-3598726478982845183910854268806054774682916888938506350936218002113671398777","11652058971820374105059344377671233714052039319937340735390702786286936831237","-1027026256985459750474530206292596077143352365041578739643770375122688288621","11440397505632121168007764769098431164060653882154265161734572071864532915892","-209384391831610729287156184739053930233638633739246132537734720020284958178","10534140941643607898919384759157840741807918742875146725520645947999623452561","-4505864466953966104531813627257095933650441452621749581516520212721121390971","16524732216457246514344910814313180111270865733463896492835845405780340556153","-8308338543467451833119237367697200577225086029286798848711378038837324194063","4061091426401014887539681620771173491165982420219986796092379668520974013020"],["0","-11587893285091381000012803041606792693937369388455547593722575706558118027225","-2917916415629010683585480482605993342539862787240118081902970584199507203660","-6019900659439940374843439876400264014073125612186668797004474776437120644145","7024319930630560345289226848510008759222434899308534051004533682419531368662","7353910942054312617338899012767800708515033541809829265237809710098359524186","11021521863128405727704996687217822035130161766451741784778976971960372764372","8756244431366237358749521429584872197605558764078883133235849698057078388278","15241917694662565386338436905964765158236486061675590461999438701987873563518","1562323740553039143931162459907210579076690618138088001015733690734498231756","8276609793862597859331757384824481764660061201317665212675011035116853446493","1256786434572572527015468495451747662976306400268217968127321962884679777250","19294648969933195468014899093308714694489354544165514637811405583675412251073","10247901581382282314419711950312778177117184106738435467523071734550537233947","11676821255283491337621254163605883117494955395801821599709031436788277483487","-18426162539207784681912771539242305085151748492999996674411388798805981939336","11385092025194083780946670986315804805105538732218559929044177347961895002701","-2412124266539716119834151508563802653126406763440534491272563832288929333568","18105764617783980283467943719928424177492185449514347381880793355856669156524","2282516183851756919877746731216197118366045343050709218725565997468446040005","14245715057368557527877463807231209125493436223669864965076406415209405188036","-9118259149096763638165325313284035489665451645758874296985820324913867749403","-8446262904444487887462067500926172024360442923709267400870072360194251326351","-14965432195843317772448803908134183742692760248382047733356713820250037743332","-19779710518806158593405089525771752221362217919410982106285263643303939036081","-8204989078901784419409730859442850421261098958193635893170695136945459783998","-17732223015493867475870128148293552763208929623757502698994029045362472190061","-12086374898518710820440468509843082315804272830931613541091982881409530898968","-18100685109768194955847195056416399221166133676616425951944851919885928420234","-15282076012043383687194938808972315481358186561422627662254612441002501505727","19599704785740415451470193073806670902271447430539278263132608297344910253541","5420601923939753727121801391543313890746900653743687099431389730647278152814","11975931075591262145250272892693620949725324126341624793033315010172414736913","4114323850975641669336328771636444542952334719971212957936027710024702605158","14044603790227934745293718877735122029908947167340561354081989148328179255498","2265345865566972958121905543675938779845697588369859909272593718174408710827","17768120974979046309093360914320798349291140625584305916214368816220444437540","-18539921886367620720906277078907479099668778527272053591083973074660436423130","-9781007877484234517903783302429100855040322154922900915684776890247199108968","-12664811766426497592048000138694574249084124407415245651075339817599996095062","17721288223173149745092173498030669705828189981306207548550967348960912329087","1512592447493342818169971275941491158664867798827146374492238372682283036923","10462112421064779007699527084376758455015003407981022124404285887850359129142","-20878352012716202787857643671781019345404019997521601075285828595363216084604","-13159407406294076372396133131459203645852386837628513339166262310770633329380","-15249284717442807885594658249972460696907419879873910899156512580062395841705","15293350943372607140195381471332889181159507128700389756729270647709841379937","5618804443732713755840466972841754313773999438149440869239150287290668579935","6747590846039981686981410698299855549215484429088897781829640223768840563179","8460353504370435795491373703961993857709556275863682473933888580960189586981","9212747320881658031561653913631167797157277585909724547206773417133783811939","13733111810989049896454406931797432636735191224492426445741238689787493656359","18326518361475965810628089708887252853012551079911125140587551904032041048833","13899281960351298647281519336896562538715534919281276796026037420311675187864","5460843478933530064649985780005396028202648554918566530809787917133795089055","5884347953448337128042397666015122804908777451099979160905986179724142564893","15988073178735630214857975642690625879893114658217979344006989710476797359923","18987324424155666510885194769428102805825360086149117840544969126913658305769","14203844290279597975074241011908444857404313594037349618217615705032996075916","-13954411880521094945921909654954810640894337561590513170068521036736353960414","-19060232558817218272757628206771771561634168872514700986932141394386129268494","-14306646714982033027520810294755664637124658675219223459902832201033140891960","10500655543554995096295439501899479676780249732846829008513727790517112101873","-1296128116558375494803187372799719484373340134305216598418950647844242568276","-9763492989949930459658132612705070316628046693360179463082992511321754151941","-20188677175475132998397333901145777289541194884479022698049026359980342899357","-21340932890549157262746551960857369366492257012418550076504569259361908202003","-3543863930928831569585320226660907544255579152550007173548724214206940329659","16725728355927277488958449112805623618512533735100386753542476250669680949061","-10159734586535721464034675648662097953327487493614733566952898788388775567940","3801838233218082635104110733221730646274603474455198270182583969921564658459","-20653411766062909347387578790545608941787770918140665936484067465699863995634","50916751174788503701725404413341611099622540658326230728756796302732027616","-14638207267795255016472869057331111489709674211611806625573730796063613108466","2253727922359824397364558411967723725524486373507753933198685535092098324683","-12236990405125957542579674518846612384157399857053601138971596708476024356423","18014051107315799225762529245385032341767142962422836990939456929731330132007","-6352948685652461537541728142926617480438268736468829937703419211472216006913","1838509462568002668674347148251959488018074247813628691615223689606434457017","-9471363499445110647342677785300136035116710717371233343391408059461524259055","15108283695902236819802642255340240632596194273800893726879529358545713795050","-13403294216812734171594830060614350087983996790826672886645969678699291251658","7684905937377148580653499249853269750956051975430375031430633310950012529432","-10696331648272399699734493962514832331512794670668138556635721131949848676261","8089580063587497609793486798707370388981263785172962666450248925458477252651","-256602343924893103100186723766667651095418967128040019909621465569938303136","15928978304117575652838011216669565196031582976075974048216279556559707986033","-4169317080712947292319521102529364138145996837010340795006891028545736090521","18283775456885764665083447106713180022068547406491494294503844328235970432407","-4158137841855426901603058584658994452886144644705320045726661517562320773589","5519449967759460783432101175232244568634535595110975302345983547190568284249","-21728878505507504295935678332032475416561247513634651417736533706199292198578","19214753462219124605903626834567395862863597243750147815257575019412283739895","-384149484676250886346400329441801880100318270984074122309375396199261944942","4036175966236371501254872822438414280115249657461289691420260183915583306391","-12663693598713402529516452136920110789444937808970268810918496376788963921734","20888027973481381897473677503854090375113388711589151379496836522994890225233","-15373305293620389145586396815943517842646829658902216633535566251827356598243","428194211823465833299855463202822382260072674613568521998885428824673992468","-20831252321899248559287355184126996165424905316351504612102884444085956596884","6960821450973670805491261957945640903503473097517191077334918245893396125414"],["0","-12216693695910293147300319485724990747096761525813600563924579594681180059456","7318855368776525546941960417386168516896232374562705882748377324262540653097","-11161883926310827864033494484316654560861134491533847058022624112901854345446","4770219857048021321343228384436155318787561789803634838174119959651748106952","-14551160706083351832215795419157735480541214318965919235410554671232979045137","-16579370950117392328545119672090518857502048087854487418838659051249067627918","-10303820234220493548454701393441310025851168874536453469937900944907070730911","756641450602951116744036967876665075486659869294856526015559552590672215700","17533122076493509633889367074023706904679543352197872829603689937019217585074","9324826287165395181434478908864941027994163793207598107598325552587924244375","-21870186288580461516895981701475731948626934191288258008273910079588970679898","-11518228405368973870410211649187265688302658257784480560646494103457331813909","-12231425831192531659068630771154780721318897632119560866692651614447778163082","-21820811625435794175475094191875813187291300102214168293189858206304973332586","-1910044185526845740845606733839978518670093852131031334147231569210881329503","18116934041738829848937043244554385224740285771034908214505424638191283823797","-18187449260607273947145354733817914190707128600320321338004789289113406887563","-5805833821416826892648342808841279868895292255159129422252543828646506813446","-17438268204974320001900277452345342011363421728310222500727633772893772483899","4280072069727487267619565257839987485297853301312435389403837373613884525077","-9083437609140830898390140521136869177423397769699631478903676252039797307482","6481419453561992703000114939955583653803451163003334812399096008834565527148","19533749693681762636265959201577495317241423990646957640759346808185092981296","1443245857609832860906098834273873422613621488644509021278431179424793630469","-6922024021825905316036492527822752110005424046760342301706321408018525104504","-15332749289905953723694010930590229446593488107230257749259804909752798178046","-18684196664883278820283319012035831336015835157251178469309492098416849084916","-12776983208995816657359286798020930765422992584708282063400596269986000566631","-14801548352787450544371465481089913505484126229265193694804465305474483947564","14376158713626463067312442371499367569392018936404647179472637131171092784757","5324571990406451309217756343278724718750796674596603300766555107181332661167","9985347350052560668974670116179954787267335653220603375904076567101104917976","19303970634484204859206513131280153576702124244037651481718260693955968019266","11342351664391404239966587420101219712337734194987790632061988130372735489445","21270400187304694936970151497079774648419454068703349991524264094272289826295","1962495418235556415405716456631282656022723904000149993391300531388013182976","11511884050587241459651739769315837700484714800508434509968215620427425357296","20480344335874517079393803498257181916626775395388027070710431521510003917472","9960086775499491387038646674085498090283812756868106643222295459363272345765","14652874880707138759930359086454622626991024483570939198240118099648710956616","7131160747074115647103563176928720967983555067064928832246964643948128039817","18912887565399508981528698407242170089609664364910000443009104842155290209609","-19089611538379829152233598575371023487851669238923934201462872806078711921472","-20037257139605898610252287683087455684368832668806833573239819853774064705","-20520432376710261561674473027676154198776102249294914145303448935817498803081","16519998283233396950038990181420982125974139567820495025989960506716105783007","7102996828943646443416327274705415709210327435914799133287425168982784533396","19718088074235159114471182593911854578476563960586099904922214810714587162484","-11449367919391251480344825537601444307435466682168483485157293529046160140187","7718790174595733805707701833740553087883809699616173635753370349976775684366","21523284116267960390178073945004311936486297229376831404613518248404428356538","6997517970048881101312847277188327362638221629501870197741800709418441003869","-7098546216445070558470931030569999108994796823151097910587204460689414732534","-12416345379026097958815155343297765817733820258481398611071384339190947574677","-8451679299453515759903534339681958276730411493278105458760450587619090278868","21466556847748593949858976454690412116109702578303672938546285607062789984260","7242651459790312662258002886130686994180197556571918209395435349949808455521","109762074813620602529286209831277829674375535465413363338607895975420334892","10041530088031300529836037020633139144256711452144091177482711411028672285452","9944287601046243876761772208904176209363655543921088986622631008361010030387","18429741420084240157168454185129625157955965624124834424877452038353089449068","18437320263868083037038314506175911848485923069846814120972963985961459767596","7529298937977546961796978618956042880373113081913545924771572836314421037334","8672498914156961037839031373110115106913274919312442352600432236806648774295","-7631339728339250219743107233059120402417491852623339723834059943207034214634","11439240069970846503331111984368411345916244586229043584521670310516769648583","-8976807331844363748672145233471580528038923065255510229921201894155628893132","16111415486382441087137802674293581438546454703344064443587411409250823181165","-13194580241099978576465709873677396914592365858201635393474404539757938572620","5258199286166535937380549519912158015033668248447247593721108596253573389019","-3760493474465098361531750036269739446503359040795862279622022138491865391805","8914235915202265594239563955240502040138331132266967070435832032552052371798","-4232807554152173222080061126040063981375998275402174161650556737798485653753","3394680812340111186593532886641763664922649330916951659871860271071847047047","-17899786704211828841420368863426603255697244080775315455511531300512734855455","8085149514715096227896573086640045773430402287684463798941143176352614833945","-8937085292430225444678597988487050560421142370315535062752128652644937281968","21590632818012425160910285775152732186499606669421252371488695375872013932576","-17325326148986001901513433225806603849340581156782739360754791799049163819388","107644466253771900589173038641466040376046617289381618125708112647470278274","-7447434507040525747790696777024675492398203164558995869851006526606991618007","8446044800017528201066233270938756425042802245092124500374671228398221167173","-14547224743488123802502058746490654387146754094552321328095005283936009966131","16698194102012563308280206133614336058522629957745161041519433722729589210595","-20742634774671244738605531457588753656197447418161145802269681760562069782180","18033399966893437331284637263534288331506132000972072186657483903358903865111","-3833594794856140997437633711286892116395646736717286817790902773366648850094","8372466670975875119832627758069029534097023799247975844889109282780689925780","-2510698943819163821342098369034263430624355770557143539624343625989113111762","19602866822142791374439574883527876780595389379176552096791154980114656897089","-7885449400784828687014475204607036662032338765501444711343995056172762480438","9179859362325405039112494464354065818483178010310456471561005615730728248531","-4739257777789564070345368775733391458583153133970846332785226049992325817725","5773947101716357751163935113578774292788337512989177592595935428023926455880","-4284963975261749182278854126025735960094187697661407596222429992772362379502","20748103089406106682301503456098203234601177201220109294786899156295484701689","-16237617061806068527034819634622280413796537953057866089869523238814477113862","11641738944744895930685998947298853841469409986195113157024670912708669678429","-2161998937549107996435975639789658403081965999127603664709862585877629602896","21183175011130827412503660188528553421391906636905269256807188310817095415501"],["0","-7547669955806646628360829567330094858120125655315873911620070327433698334130","-5660463376732070237996500793135962653823059607316487438291070456105148462159","-15947964101089231455661245378954865684567090481665780227408288043251738067362","3337393736395305834039392402904865976277156918180561498919375267099219888957","2873689101797459535788831264105070778655545125623935074172190948984169834576","16359333236497058369222570183519774515845265381743138225208027586444351722513","16481100232986512669629996139870092917115459263474197724512362368926309995221","13025650904532648232294787411059110624238036883830688822341729871411596426408","17347548172306226340809377086888743685967644156730396668167973943956051372823","6067743725583250180417942565803729270545070120094774677248888389899584625156","-14973626567282951444740718926716683274621138328868143977415823683003685132117","-3918209303593831516390138521203755528871255568465286736862821180904427528230","-16078939217922304133801457688467521569832927285979268683422382324617219406762","-13647812761406701177869289871969732718589779221997222941542866057279443410306","-7189482710962432716961401866202721501264119352362088740237308721795804586745","8486499645217427735559563037902918528904929003056750744622188983733555871268","-20257972242791463489372969344144304101880090649874937188581221986459214555589","18329000956007968199638116917941353385220705382376849473456619790062837965034","7551605865316886195795406753851655182085254047224025412766484158811999303309","12230780154796994528590455790226814549355230802930593682010898779849525528859","-8157840824414447390939239981265589697235994030573546804143706750244445393665","13676156318531348720939261303385616641881226706043077216318659360890183898177","-6468967328001915976200734436663299038985244071599830958902952855112007425830","828200340076658017132871490793914860058487717937582278793560867169325742429","-8892448743914955127615455366853306043755995658718249955527604396663008946835","-1235876365069830002085452744654092421145636735998155698948140352035195188476","-21040831300564941627677697407023329572374990912306929971219964525749318467145","-8006784413813706661373392869831006918862576436172278999346979683965492323003","-15320361277576921998520206954791585296567544815090999015487080879030497073927","12775669959194749087554780921142263169377813542640034412765639614777566562930","6992693445004262768058750578241487612640125891479448371706200887288702257603","10170380514729720393112551757345138193524241027243249645499130262219356944410","7825180215335867614620249881431703274936908179765092162152637509245355719383","11161137959394389038493212204870248803605951475510368966028369400508329461105","-18983104846054003707062696050396358843578407869769497325496406129994219455413","-8345231423233652268617597179723634539921015513232161347200990361543235405133","-11752808312360254347389388127180455128173906385496294334988893591119120425746","-6997954695223476078752131672182395013476368130862723105316076935606485413156","-21126498005059561320298846180786499331764169755994734378275754685592638494695","7866904722176531097710719434737035976698586660153862938578722047196022207721","6820026635271034319106213122295880868181334206181088384440282518933548784337","7976624763800390877693664683073236385223305409947446760790848860488650248040","11737518719458183705291398642431403734137702877879789467831603328097334915771","17367002823296618173202122784435553887081222397416775672398114547129196309091","719422224892394508235205129249737820067448074656382114758140752250774678102","8186832674947280593992614293848748861665544327243919833997365994175910015798","11938605011360830564920010223692823052342685312966106423812489407351747377528","17013688763621997512562915545308045055542008639326527636706056817685729900564","2871668101882941958174986521592880655323334080818893531306422399823119742987","6829067548320245553686593215132021901867945093816940078630308202544566849849","4673644356244245097351604109984912078513047345110130568099265056927461798139","1311249194792522625456733716705161222710398486596766939097483133263396730379","13858086440645474373409741140072693450335168660701293384639896049760441265731","17361156512649798869906204221904438380744435526405205717100664936123651504251","5653416927162706354574236589701313421111840477378764085919550106857484403596","13274242145903644965700214045357586408174621643062795401596260215315568347462","10167947823465727577904541963953021956252857216769854043006620185735959204214","8374760857160495809362138698484993915863026858361637810431919342760074588177","-18438274522754917028771286953244593389221472623522819481058957453598791044610","-18527554721954265895650680363117907044639607663417564554274635477025896168659","-18296711323800454047269442166624697219005979250248546662042860069934999325001","18958495210994699049340217791877121737256358922902010569092363986142818784632","-17512948575378713477400196250604073490981992555335848821676222528368012171929","-18972815283283371788522654158682162391344483828527377528311460001634907071450","-3470453608571525329763899097519804721798056397714078459144232961606312300986","6781595673276202846268591735186736211271214212721306742349769978820789605139","-1040895158950725451880240770504197848282291076270028257842666780897251590177","-12793777021922044690156457242623808416514951157886522969520110522319154865307","-19458403596991660193485773556625447590623003772796805417700268018115568911853","6191351815126097642180207820773572252014619343383288590177817677685660745045","-10523867927642630702299556485635070207598173624486839911370638486688370150353","2346493783226940999539928817049636722492728189696004324165555186901518412061","-6637145866816552351104358371248557021163031412117646681227210725913164677260","5188463664707131569348852149344332688444298446519005619344404217355429661180","-4050287194254941314170109832951241439841644675316202943462574023616367532342","7185366911950405004053701026933071327094903510869963676566527680950497449885","-9634612637079190978235979781842087897410318911490483672221422478151243096088","20058754838258201525992948532318463867855320419359346161143182587748066025376","-1181175870625757917021035306158586287768186434136973329437418304269562449903","113655966571860147291009152482399155352370160555435010705590620966498860692","-8163110446103881510603787110063695576344101551037869443425886640185443383997","13777248557534009025548187153238295799776541333102893165769279014195814215297","-14958388876065654931637266162272099141571731030579693337042899567224241738904","8061626392356135820917339480103846090378125774271527273689425322477690380577","-7273793354560198266491301830642114656598818795600850358569785753897927109986","13620113170433738096735556960733306702494062714724243141107085126543841340958","-20168923700004696464333438854960735346699136252109186620907109319206157132439","8805152445934201517608730868136925748958429238492618186877352080244151335343","-2500104768236246932513872160370617755746793241504134437136047044519422017338","19060520933371321230099339161637579981308551480283832918988476530240943433963","-2715277619302278152236196867755601404410099760239255060163539786114768517682","19092453145644217722302411548160396270950471908824387319620797168379083573429","-3839045815400892042286667837416532525394397757587767245593040744500149218757","12718557649622367903956841281091767764637511158296315122546730698168538039621","-14360966856022051728960606149596005434513713978682615122561507045397215929213","12680356051039986254063408064352713591482010099952742638520911199522305696463","-7889340681810154365143657653746039391643062460105488921211076837819083958230","11616131627311022748004218810101135984026092843018105625389961776137511275481","-4318823901026901700415857613892309260908976907252499885147742311287719124765","8164307148836495131589464616579711565215380109223721956492146623345377643464"],["0","-8954281174843339863646256895787067081678876345624741322421992633717615419874","-2394020052928601800651384156534804325566125363134860285155129388070206464524","-655546191316074012396876160226138316536684341647844579683611633750051343702","4026159461102315135883444311003000874554526529891595911384831035741087430516","13715994319136405527540925473853330843263104292969942704732337358990658988016","19690764855248292483641400558502293694292516276199551022294676967530320930287","1829514039917606370270692552705790508703427073846269639085824121330407823926","21184698865428342098540038683127662177612719662332415182860766925837553900820","12893069858788221604802158700735164572698551559497029585876172121405859242399","6053209621964110807907550074156881409119939774747109218071358039444037164274","13359773764815547176492793558384895086604917140150023672451867649060819486093","4291380986363821285545217569317406769854018480232558776046181162445643639000","9716723990848505141374875992082632605742539848939996170522896039216171210234","11562327584246547672615014806770968077323200759279966370668605196560235410971","-4271170757901514361980136801562978920675221395757619636706750268531560586343","13242181324242551053766159801224470809640238520567656756780253843274245897252","-7399602938189476419505274261281654938444611708534433154316412877703989346788","1679296188941063751646053373461251833494302175825279094855813536379973432124","18791650574194869608043331342412568974834066617943456610119892259659689410028","6037502661571131073297480189880863348379357390908669340594390643907614736842","-19505335709047348853554485182054255486804204687660482245381148397824136622910","20944387561945964217954960971229764482854607792350875870431490359761509538002","-19865644682851172188560392203075227567303729871799675895834292201503149109787","-4639676632595316404876614982141003664683168656671857808537894212846021501000","-4298153141067695638703613486742222626233886669041819938037341740817810150693","-2701270827016352181958411464413756883347677444374985737232167841711371606603","-1976785785395029870948262593625670369709029052375038472569381346487169309428","-20290494551855087373274759057572259868573077315225769366920626701383349967820","-20657890171477696116503405795583249166785684842003652721482702190424628524100","16599078934709116720703114467987336167553472196195486076894480176596918869926","13227914348379363745839816200653344250887185010707994537562233285347514949671","13552438449092617659567562626924886509193765386765109730108702149796451685592","-19753722001124123631819532555413090464621985808973318123402394803739902554673","-8059656707569862615197310338286673090133947281065367852978507419621722767475","-1721006620281969151283886996860796795440001628756907775427595023954184607905","-17572161989437067321951441733621798289693985908436253172069196190584982461409","-20218692992300862838312239903971615418910322347212722548438011707354197262935","-12958474767882309765094514120147779144299657935276540085251910326852538816387","-9512836625239389830604407490795339956140190911183687176221228717024892404174","-4961283908253599756229820660843458827742142240623208623460467020604983907056","-16579201014514707755823586091715364489656020577385202727933585208923983610422","5110922846788746437674704901134481282498061084887616274425118578396272332314","-10910798646180446081676800701331190110122946342722984434538257156737466093543","-6049440035394830054098597169078308585256355777263338852161655163783726463536","-11781268353063982862514400621008120347239204987885064217464619575442732194494","-4934930886619101097454322066794897465706045560822196001866601262182771982254","-18083421456627392374645065011132224725535889224543091771877332904527212703247","-15208531326726630140007556683338881757074542819475085717739595424296961390247","-5998982498528072196763054634568195380339580222521793041157427175063719819218","20793600169597764228994163005288434977878696788013758541429334464529744239863","18457352567344297627161637888580680487323943660721338694915612531404886564200","4621934978416553693109101871877543348527809463373636097271680130701840125625","2988411512198994930606704151704730775251864387419834629078913073761505051436","2140115724894157529963123271300029572461595055345761197433016089520521618222","15658105176631691532520716750644048929723714967254225221905870845268178369901","13935690566540245230466412441968135316901868051049750098265022432560250044356","12545370222291451402793452772212374048625857246865193402679337092073669442275","20160529067208070643778185015836315692507612020591313874641810716277524795317","-622496234678775785523464773332305463768855376542967651489445234554546367884","-3637975554492600010763288140163746184134238523662769229918765294843998521555","-14415630377251404644634846551788637129926332521717480953735942157959386806189","6502483803428098990593628263627333219967837737994157493913546237306982641559","-7791682145110479120007253457357934598179011357194325157949542459433990540054","-1171213181876897123017446536075531860823585321068039402257846026844907582970","-12189618468717207067005200417834992132080169301197364457692119562231428883419","-21816123466152105665223413793334312661010144011377527416152263872572152841877","-11870916641537358193727934964816449031025539156858123279774316572816116872863","-12163095615662408496890351098811678603174492105200231478701603991092870992675","-8103661137164822455831386786183873675025825278314120002177537013880539571355","16042934738658343227070506012737437966906406873399838198582685272727067553299","-9451850251063246898447241156016731000147190255995357361926951924049516559173","10532874959092958286197068725776788128974590607467343027937083898259829942115","-730101660819302846987414936120715626089377204447328191186047361680917155918","8448416901663082991913670893389262836004697218181307651688028330047734521226","-16166512324600107610525016056117938746810492336014299227666230786225637988418","10012285392211534464536130238848290768095227027494051502294184696294991229898","-17418573176494809539107099666105094078241360910618929129805885477153334752887","12232374108590141859628606657588610333885222241475201997714810802430769101621","-5796749627631162674367952354905831603342685726032236120527984616612309425473","3055762355226108442286153430437947362582458604046926617620290905830995026588","-2308797688959466889165987312109245981663479834898408887650053895864011868955","15347709241741197122206794677375365600035847553665700279499399423856762320901","-15563121581864170350500304452803146357163699400904293601264647623134717208540","13733822498886481727135680438524920687239102033528709250893428597712914507835","-10285970027858318973862677653620302335946457161654793637188942423404818905812","2144033778268627918462727580570979707762277338701682322181139525719904124306","-16235656909699638401820621987660753040917135420170148291160461009342024790615","9869412200900830622999420540679723154330945014241551982694909020409754648992","-17690660207410956160832267076058275605703050399067860572533977370099622594812","13141719193401929755919675252530116178636230263651312950677159829150066217214","-2059206295305006482136432731349369021920299809441187655219398340408198352422","21607209889566347722766023753119723471786559320118883764974642007694912738034","-4204161687108425189394114809532574852106100835682497637902767087675037859293","14052199536978250948173567068075028260395231530104329649183748940180480964485","-4030264690997565202015601656711823396610262243302107159839365943992882234877","5014321984998874552142704590953389135560582574437104458756337643664226350955","-27288068633493298686827407207158231125661301388943242043471513586855492104","9191650969433372725617291725710226857201331673611514545461306467810443793939","-16735534873762245500582650732689308076268487814234864991680233274820194465434","2773589693347204168696357408052047171238339647576683682554242737292307120055"],["0","11313024405669737755318367014402636562620502948529635728203566210383337027438","14763277428008783156914190310028704939540806010642546048666046840866530298600","-18488412408212941881783137205615028812709428368116580827365510931416516155893","6790086941289599044558208502673269665296330055233789994224326149545331509522","13109422462985469190040366352049482453762933540782078979415071386905168303826","1699002666726349791159873622283444451522270067820254275344482971927843070562","-6802077404004428069963398802358566523594617603841181872476182473692176100321","-18248158297618594361497356261465019228751505624238077409837879621362922849572","-19477557014186141184451204392610337989839539560116867278533247227214276242000","850640589966517362711864726167115766349009982680241246297550080287948464708","-4348815919166290878856555891137041132965731651689474354535204280068706763020","-16089133562667257444808379485794317174608523808960486996265296369453022518469","-11414857081849083829228391173869975813994646629821062516904061644720437173868","3874414147859064383073952020924154640368055055115016490892043019298202165357","-15253085837245011931455163975980912774753481816772468502345352138592621693723","16162005444928818723537194098895539480013587821659458446206472469181917881329","-13661925492999192332573489542063220811441043825937243210362615604586100298325","18808178241511233406460604025949779269346789060851895974994270375758651543494","20061115137194786959329903367578524268503565350201077353465588595491751366319","11215184243374977143996962247016124872963661195272710109276499557958342830041","-7436231040637185350970860218883945250979291891515184690849369493030940400184","21083029227862205820941995847404930129606751432482299203893231796250826428889","-17133600207164733656460150076892507483411808758212239908127948680573573957535","-20964511681596871443770065528718365416160172510000372313286769475123682216589","-327240215349517265973700787427480235296803406395777016641549921972174583779","7960113703511641520247264385423243334202893674638052963934412009434622870059","-695648926460011945609048160599525122953498504777039953281312691061237197883","-8964192477390558176756725755821361312681700476711336127017726432541953619406","-259563736820848085340998658392424576755688567944462150523812476508394724305","20085993647332080198982397753418854373864250718890147115833089689777174001033","-6978510234889234940897912599209531066885616989647139153802409731834944259393","-18519652471852254204995867944403495170601159220007763453440415827469585992016","-5260951741570307189997932172773024759928512723699533578696661424877897807045","-9821889882285428266134198144995863196230312625090142680399344065526632940208","-4328255384206352578590835489384799520601134747343296000956364232423416827977","-4312910517799277073412217934980159725614508623878837895357137278832417010259","-12818253769101590705318778974520270904230075824377502900876523418701693556218","17325942528214196459246202840200052706263237237809695737292778699328152353166","-17642978266853251171726536079898508862743804960550666723171044616990638531345","9996037851794935639842079013598543944548973649427129576994656094288829165518","3235264879378956711782470295455402905024026767197178329253928388195671873563","7288220313947575691978780077507623596183891314595225673857631541799544486539","-1343444987830159367650370480681267950485149147898201975258905843617730205258","-13765714114620928572027960232570848981040958894643946809452057099200746968796","-16715038405417548492391919384969117561715855937592753029238398905149715706938","9173282146379951237236253882319533265507466294866919274898481303905393427746","55349649193974961802449373366661532340006533450545627027612934552377380419","13253005822049183839911630004594057502299139877116824116275095287478237401423","-478132397198213580740732740093154511643005108597227077061082728748797247145","-18540267133541715054019906218505166230596443841970679906517505965303812870046","-7368286413401648395887940656937905835247749463415378092087503903284815903402","-8286712530233750580500238969124635951719962310211395399041528273354319071230","-8047713355959606121368047488291745953231105300985022336113717070989805517315","8595758157189269124973368601468188083990083588153803642020733964458006957330","16366298946209061306691192697399946289950088362852250465221552090713840745852","20528146183492956788923480081276715411312087168252929747862834452580553579826","-18453832435251572914315988443969810042387504764836128289236982456736862293762","9948487543134005950520793352956583727998477875454911607192485054912834785187","-1070684022588866238151634473587119771075282887388355430840268993477071155982","10933951378045843605374213783881797516790675048537673410790677934414488008316","-3202831092476890911642202773763506502839197185660858169429237882906758590881","13607575664035502551805984365917324843590204164964230293070586733131143675382","-14693100948597721021668452221691667398552457242072727659657506485282843186174","4936639649283567755365218553196371612199994319222750985705586558308526943404","-16912833552350152539801165398315316805090369957502418107837133753086520723476","-12191570769330766399577871698130855243453910950089562392604802682842105298933","-13180528457616970795815134574486953343575364581700467184391389043511783670410","5498195967581619028368945861500996064076253864820914483975664829668998541625","-21167984697961692401583342852202047599044021138183282378106870239174570247254","8890957422933990975408721089181829781338976144369390415552974617617669955304","-13819485922008821895278779888973845157795180187025407117720673051193423989362","10134378568502626064256121482671873916795444383709129876900324102678261740095","-14705810242834037403793423410953127211365040936057587469773166968615469933025","17710685475311250991140794367366108107537126694798524691115509133443312654972","-11424662435102821697185064937495551303460440117812155414171526414860315470939","10096168115131360802263730385025146167039070666202858750128386856518242992309","-6007725258094719487062649308381785406052271972533506996363619657195930410928","7032286854702576142748793105904240905561093745920677976689652327316698286541","-11827098392873545118428164480035359183707650332399569966180752391795592211506","3960681046234769243784804202340030751550784156963699656643355543197201527186","-7629057161809960938433095390358874276483919848293307294416948750278647537240","16307064803397048168922055223715618874504090186490184125594690047227501213942","-13635414881068353710075802441545586098957507660876127886155064766741177478430","15580790296305442313008501951110850242872448565410038470346248265705416229295","-17157082835981154137477499417842329505539924412042387160352982089420761593645","16953396516879799283606276476510550357741825173077418802293838553192795161893","-4439545899853588337727694732607858953198877875628766245267240268598474069111","21542542714460232661110455863385722740255484467622849154059192362431835034232","-15785475679403357319124494155664836481919761123995124319099464025638398805499","20186294584756955467526474559437933701014883150775598577056983883439776617242","-7467505043085603538530159538746813672555425516885496413957028932248916044329","12860664449202755521407861334909049978017667993286377986641242679652234730887","-20694575346262476986449241986807812702089642803169060802689961283160679569333","20093741934224052661360196670932956260558772933523903988552769877949653861419","-8801588888035265395077031419300576736401889358246599995799431685387616597150","3620184012465411775498427732699658534697744337615495469320695656308382782156","-10094993483649468697138043129815963231140773829960854651709036976344304079336","1181279156486223048959390759990471997627378522833288799209569074497111901608","-9676450256308600443403882585746570767431588188984892566789929329423914057859","15611828206172881341816405444326947356188579890518225035390251227864268166005"],["0","-17024188900319436283969426690755658402204283422545804489543047700862410046107","20567828425316693505157814767152711450409772417512804110663646318188173612381","12046438010008180758516787738174897472949014860389098586275782037288274449507","13726196720138904192025550143205736450791902653424040441691072769330867687284","5484231216089518530590707929955441240862375103759686887819002364196590553557","11347153096252513947772386452063633571185809737784867602031802733915700556478","-21837578463173278613050308497742557936389599815728548109387792803074757199687","13759811749049969573081028806096359782812459665986285123630444306293415642223","12929151675995007771899154985827494265841696396226536870128374041046452758201","16568391261604158353065250213448669336201125590667132467607109291673620371207","21804645296601874950373051172357984089391348667854454821702723426880471395593","3118649769871952232895439358136620010524768591093209555883995044416642128984","14447030173714188584759836849684587726753634923494383410064906428328710293759","18249322357423611311355187737312042895324255389541761199861030143074105060249","18638007820963816385343064736476878723656389009757887549975676818144868995493","6128948037111863828703204146588907864495284569321574723385435571105423973992","20327376162147040620091657097017318996977920657892745813199285119841813861638","14128668605760928573104656672060602343429876881264731495078752331039063777459","1327531759205073243759754609555109495799864505442706583859819898692232017535","18250785573171586325133575112066322100251143330022488999361581544321030373366","-11667564087608054209876701861940943170443010128854922079820998449245237634105","1541103107533287939057262768732814893036115742203371951665800333161255492628","20513526503145745696453522573147740888999549419120710302326837461757148793536","20957103476694819226456286057762630553963742126700715719523586157791607388318","-691041256595585639383877566985775222222615883196224921520559627774023044617","-11022593599313882502783822332762572914342327005429174740786298314437019677521","-17181481188226047998098364151033978154610878984905169264642133749139485436155","-3115840146753542364293473766497170252033247806334641177365181371389824531362","-2169117086539186053001516582062054923710088682336776954311693535355832917722","12480514393845947196249504107415647172077399958919487993497761379420055196939","3819743991634098193595874093166507734588986514013304998358969628671679647793","21233031277568251648675029069362345916387614181911357077754190942200671565602","8339978503259062812644821826863875030384308760963881894769035105558774556350","13808384749797021518838828758853912924106260822471516976011169993271899023929","-593328034011191552856312631942594631789561542394805460065033561548339250131","-20493098090777361961796305113710127398569007061517573502109157848047685863273","-9922957099740104070763570214319550012454860930822711151545860185364355290931","16169779792614775551219725559710701255822344510564647047018713354679528501496","19324657309586239775314187070897443500138599834242152534340366317117248194463","14090887806972039702847351124311399606899105221043533895540079354146942822174","-4525575171945029158590004728531860334822852903075452323198183555845484410237","5704551415844076628703945771686855749191958540098098839168238084775227011063","-1907230111531287531002045105567611968482542330946691249732917496847320104411","-11784022848640441711473964050560476606430610004175619398425052473800881378448","-18607045283399100941784757776146121822403689865637813852059608166476937363384","-14211695279100468091137420843738801585922398025861435199198869761025938651156","-15406353677728700343429423142189414418744298411071677912955606256826739699270","-5491219490900178147088069286377976152768475819728188774942067662716523126878","-9886278636506238065403031062196906281329207092214187216213972862919866209011","13217698455955449814751613593205976686804957526136103480662646993811598806020","10589029019640202072215923718434441209851708080845512679075067607699407657885","20041195381287037540680582517219539581704026243727187616014205957101334124111","17978604267956643459426725925395181670422935754910260722122406142864184192975","14566262701871026285627181941576513011209215942123702516611570617072529305302","21688801708929563220869225596033362770606304190647589437681179892645283294409","4310735939127906741338649716578527689481769555905577599472332055435397421662","-12534586673517293272353490235916098690522525667089877383857843272044614841359","2808229749982612925461919776513812067837459666187793607634996283702696055565","10969617774269791825774338593668317252067502759629896620028792107545887830782","306764098619165237043476741438761724157551061669035022306527477662765370675","6012538004029086597487905888305618148503247802062886292663121296886262659300","12353302369546883619339815189320347366864588452912209627161912824499240005992","-20453849083466145309514242132544592915315369116849447249965787163485520977464","3128429170001060954951238606861891959019733454310277409071288579954392894808","-16840953995699909825789364942731917185674481002928353331855616142489872809643","-6716316104451284319551327831790366306754152915319376078226408525995553293917","-11309505904104474498607675183133652623053503762928072899174450095285028990016","-6145043810931871972387469949641231934502199576980688247971621595652772046984","-1807047859614313485937190813688917843702939131481054462263990979697006069349","21467405055861863810234944461658713982075397529356432455398480257817581397303","-3851128774064470814270340274942451949836581535921065873374552997704961501949","14767639302250020217818118073767181946210130065546944009818145259576331583932","-3179025620654823407116538448607070881490352554354328608714706278238044488339","18527691022873528202592423686028580498535729922517813416329335316483046677834","-14194725716189532967190022439557784917627220792101962684783328536812630173408","5848536507478082267220745384750274991710352061520649749820877793656198357160","-19416139783624579473748241037036002496048256183251579224780047781098913651277","12386073006853377008797931818607505617951132623830297854270540902267036670495","-6462554505071618623071584380042735134815409931909712211232501976134645496037","11512495173466625491530488637496900546529481497859745948622001750992831366830","-5748895868241822777156922525406915971460779267683265284518373857618588371999","21745451054842666083829108276623072709502160819292118005816857780115920522293","-14317931754558958175956165427578409511045350262112751903925993474963550334930","8896867620200391959892217675498971579408503258060593397916814296204744256647","-16424827470551810029488132165740476293747689196547162440630708069430025725062","895969582098001952138590128389289563212335166693900266529110075153001919705","-18416463500927356390253789070389860338559856369774838581962234847046275735431","20065590908447496788233992036598142189268309549951622415456074659966401975670","-188152001712729145987157100795261899873101769744544417060452632302550467768","14374405558435294068328360744472155211254517462066918965876442990552724629500","-5960492898118069162262654656023060355662574179433330657057799593362594172620","5870689481500217592342006842961721646286817438678124329567371476160189509910","-9554588685683309806734664149637071180801170946291251160314165926858473435309","17223010820182893887945615912420763169539381973077188788457682078526336862980","-2303437115364354119623518403575680026350807283676906943625259441958864779621","15446572843768171813722333073927010070343935543488156797990714928575703123421","-3062047967650088798696658342453277622543870900558898197666320705212074670665","1252496315302902278542854245517029904942731620097345971129617856974066064167","-18236029380232610065380877390032310542797879394964679221120824914625578965267","13900063071129457718733732372823627331528547858126019521678783429121340026545"],["0","-3367421980282965418807139345424196167468979138525543745184339105606143814618","-19666603461972409661444125371495552215633246505920468538393042282375429136629","-2692594417943871289945426303176308045852910690351582515703806823598529036516","18747912856762050691396129233282700294697534028268123626998078080999644509785","6929685907206627993765545851810981408550704971389013929123870531674472129266","8378229863068472763668846353895611665346741070272602355226647249620335949181","-9439002058177223169229824535040648983728477685369828531208820942814688014742","922486485011741167001834572548625135122113526758538898517544780384992287216","21350357243590990071647817987004643416531106828905746410982577246890657918849","2527977374922230325372107457976557245817155044515663574879921382352098608000","-16502701838017803946328728245093239116988626548042921976027432991964842369035","-10551291913359111295721006284459219253731538437961630313931739118209868999340","-3648854114165940115591937714948914910269602325443551610165297429008715426008","-12470416504521784742152452272988515404048037915012086029344343739304048591861","-21309027777295387629146481585183405901009372978742888790260742769740861330445","155718908340084175300876915539023829467620494771794248632427846768661979722","-20549131827220205150667507333668838366725802191652473447889492184675750823832","21512677855435075579830378859320705043881446115210690993354978382994635785700","4240488515433211256669842298533548194615230753320691456233854098654496118481","5174837106857830649923580129108137190995900964099203269348946358406530489571","-6624890084550685524575745261330707536321702631886496476421991944008419269871","-15146104791123370205545579796889207229818100983059677895066720678470046315369","-11531543770763970460020295871394391557806349020828796880472558769107977966828","-3611345190847784496108536919193535794312436661191731622368593788953994434910","-19691820218321347283816352411917570883765773117296686709519198453628945002691","-10382331592692639583039848453632298838957400768627971877385866920740738707714","-16994994628320433353952235312046993166522106330604230923584703269309934928580","-3823078677364181562589920741452004161977786569648019203627156087895805623002","-9661192412337566387084845648334152747849412554298850005963821499729526046881","18662679245768218565273166276251785882759900678284748123780704618701580342644","2160097060939677962829080305203169198142546767234853165186698345432988533961","5967438217943359966930885739823902961707391110558665676895930981748223264141","19711807834848349609716544893914757811737709066736309763946768958665128210233","3050210525481889305548946711736174631607470599147314323795079746599133919815","-6078312379276962601878916176069669042765471557695003354667419182089164811396","-16807789188923237379727457737467559136085075487162642151715427685160087172798","-3859660053744011342843227676684496954181026568596887039646420555583413407581","-11271740331790142505666466439649426807765937480454982863245501470278725809704","-2402830620249041981880775266889625118791733371146588193064708187374384467559","5752768452848598675591440158098788349487982636707632916237699884286602943830","1246097137344340574919832421971909574301750755588072187278642525159922404505","19225372004187051838891139793110953330901575042719696756432071341406211392870","-19884820282610236631592006759166294613955727694802114766210647790070064832688","-18008061159341260514641214402478126128795453257381919291520202378867520631276","-16472794225750457069027798175648372949053303710308801828042436897709283531985","18320915738740326374475934314110879536236802752717475811897571385114119597493","19330043481735032550090708684732250130915696452958963057649543002396484166433","13419767226605339729851050509294551325721724276784413820885694101020878694409","4368628322868247039360977528505152667908160519705252655062880166378282073820","10977586662175989510014646119505668403757261109768968943170014524552022372441","4417503967488358683767767346059627920506015204243971304645253779514088828686","12069195363028728292733843911964011632601136647998193935965335741815473933615","9328049648382926572514992642204217823777704054985745855216587791908710741888","12092745240057777220152878891222041215742926018545402885549597012402032158157","-12800615447953683613048631018585220887296560785091344940913456738181051225209","-14282622043066365067103808584629882040516566752470494184054969679164629385440","-7070564926679706011335938663398392467062425123178155433895507027164772607101","6032836717442045502119873452314950456222261918097220914505876652386677353480","-5097874995447654909734086619157424060843242616916302085696368464581222125998","18323120455895774354569501609592363714844500493328196959643671416937118919119","8432021699202793527698021232245131983365602558078885405062612544089066711236","11130096860905107732752685740149541752359384912635222259774532207437871182213","-11344729293241067215180642834877674910905215227558713709116637930338939680282","13775914946237895778931428105503984608589812134197530523456801877755704157087","-14679823711992398539744099436266020099893555657919635368508856540447322066048","-7000653380716715555188279973188138507156436357770888294535824850871889401650","-17794339751445974384418093980899180402840194998195382811124942888268136607725","8549459109300335444569115763412204545853101106930448011644795090859895414342","-7157651282422130878824809274919104579229971061934225790954340389587232543233","2253901173299834025895818497582052593571017630330044964317463045067944248709","-20303575145006392549732197509555870576043105405251425697956794477078306348834","21348010866811882510916113844148874536053828079388875883123910899077402075626","-3972141466600456983720275738346606138451371222499766995163446690467760650247","12365396998459775263989613665440511184301514027341342988837263126902677707399","-8501731228552161315825519490481306979009225069073890327765075254116444813291","8129625879476617575944057136610228893918606341265754728248439139082026763325","-378443956441195099492869367497908369869964149379310482799901455366391982071","21119777965863035658085670901168939290034043278187072956146074061764336008619","-2016247907580864632728205039723191944987898400434092854240808497786940133095","8147085202643419503389265428954263003336967710959017459046426055375244857704","-3133462969347219317780103910221573190591172584400074794326421332711200468733","2511603876750348659852983764778835153494699740315623501378408369167222582467","-14579560264168553313490372382504424179610539479783249694835708583011019837458","10855636092064367686488165757086736841575523348672003214707813636597785585142","-20514968328263687855376685780031025838506344930289610314881988199601840576070","35326133825298986200017531503586718576229945491263918392956904260907032661","-21362767233694661271122355890360188164598612521455590490917408944324263540659","14856607274431366130922952261991709601215601663303398794398475574977874950992","-15553393101337810968852861670335245579945031092869290822566497062137012437879","17844705911953010363489689735791237401760045954700252192423577340839520314450","-20569715892162118629655430892250151907037931703971116619754100947084699545006","6635374972528126109304518222450201345576879806245081598904004876127616467614","-8571506162749999092721168276870815224367453906956644389677445846555376507608","18766171642599075525846366986222532682661112187380702870265403134194918234558","-1047756431052408922091961598469372973862954314086272155291921484349023339251","4991555422909160687308834280126176777532210441262430853937120819060105917482","-7277452190028894796710660758727713637804823209264175906719334113255015266687","12475439584676041121515913689293154283128083339700757467609913781607127353064","-15398509521432534518701003615548278282763722363286501864721550125922648036522","8574786482483021781835293599698563520920283804793552167236667489505170951104"],["0","-7613301868465834859911793302698182639495083269709924989112418847506651736457","3200192297030719785059477376537151331360613819649267381157542448388760249760","-6177754356896725727760751819685437984857060263561627035083252024133868127943","13391626094479027128189105729092219439943098110071489566144242997888928320061","-9626002427998159627096064771500422320390603234812614057827004143780658203199","21500074335588760582888867269908086326506807353519779878456562574763418616093","-21733091217552043594991128963971791805770463508696615930883475581414512520606","14099747148965481481042377371172969620938979225276304728995197005240475779215","13064077387097135150060052926362113411033445990123073660079842356659102890460","7385986771708877159096877671264568646134066048569735016169216513059149781910","-1943224583971966727641626217331752154015345570683678452681147121140228158638","-17743213555790957101553722592230173522872741738440124547618090100337208315007","-15801702243425773236194525659646623389891704088268664602364295223267528456172","-15496347515376196932930546373639376247762253902140085791641210807102748978681","-6927830717371804716352702255070036480635587473825447037158273348176586442557","-4418785425748675178069287653758615022222892995783485798489883767735369684698","-14222224216859161091617203919363082708962446015925800264593059962530730059790","10103205452433173912532130062613621731781332728312977593802708148622973650478","-7707321935563713380500365686806331256624587580732894945005957370003552083061","19477328792773616799593538016537863975129672308528116112983464226417129713430","-755433694456971062457739141933746864671055289376545995328384780744845748015","11918613310312432513058599551281170746725918169624333946064740720179730522247","-10829435808329656792914329717735917085116635371966361280431869663274250504374","17623520114659670792644482680237088051231260685835015940700000880300721853685","16225863633889163772150344470404131520709527845520523391463845953455337883551","12582591140321628239207879794411171878210730315439053714003189265338757290527","-169319961331482213851389093026149786127705296957043884282367740104267561773","-20912401210255037386744884317653940582255114927218146592838165660155129333148","-14836044831122102907974952998719580042252330275586022433337889271547836196482","1407739692908691953679626967577309985150235260667152236366232513118049663946","6319675628927024746967118647670486857944808359778504044612240607320110150679","1236554209184050456671091527613438114101778069037995747739346475505983826014","9651327860185783387644344347757635424201600700773373244895211077260964322381","11395490091699704474337437112466628361535202483935566195680066062102826061392","-2830199214969057672893667910419909005131046848216419827365418222380854827981","-12670282961812887302787455232243140661112824909494680423346714066603348036128","-5639501967850508962296018259310810732884561694035850860269299455442502299816","-7464687752603751981227662662636284099734993672618369570872487237153953660824","-19299881891051219627515337926091176376036523915662010784233091115794116712158","10343223965955979410575978016456191935798343365848644131685430107295143324308","8575862425726541644043631621261843842225972386666091535092974235301950962075","2695159912558659640684014534613039410372287789119069077300992108412783709160","-17571442433117955833526882265072647876262574728771033075404646359407602257576","-19830319012084388591757202042700222966454131870739698234289371943289202359165","-9633998567680171281345597546642649173466136642113674717518030980399606924019","15017686126599976699112790431575355583462665101580578287733707896209968835325","8889192237662748676057675946814564376706941329967871007359316950974678689035","11102332273138867230395857689996378699039924219012689391949077205105178343614","19063564188056761106521537329628755583038019363104301774319996387247380230400","17601032014940705286765163049694932327713380715282438860463545671636868007214","7143166519119950158098621848707777203469200153627525335815559689820888434704","18317550108761340283963226282958702931980360081826903700360214415738488483747","21127749269370941640827311875237506178974978046152742767983954521324567862219","5407824941740113066697717426277932185162840507203679024160048631170732623491","11892337959031308067773710660096010597945706293752584019047004187998324079430","15340751547663786678208976002686157009358199283749974267939698777484445970935","-21287844937338947213402950835345846815395891544936614050683336365842628254954","18306276279871784387403756145486733928063118514970818787782062485927996448093","15392560085924807863544012146986930698777201026353798306449081356237313393513","14854210936267495223642354194204549316407101080373983941611572227557806489828","-5090710391019197492597945934302209151866990377262414227985967367602943219177","549821201360797118159173683971335684426628406419600076711749851831316448803","-6743417104688301517805820230090422316083249511329090457861160713825716973783","9492146195421853990446359283335357074299703139810629330322108482778402400714","-14223629962103456574481330065220325199737308357588515156537223040316373068338","-8797383637050114815885319687419807943113276004903349972603887327387619774121","-8293529755004814497765855172757091474694067859516031109311704688023508755412","-9400446564894893576886674543499929339221396796691511180980400614292231992612","-12457409949385562688733109147894201196832116747791785382217157592113239594288","15175817289247699730951661276335712335366527102800682327963166464680542056523","-20767403389083891743062457219993595096777008953999578602075793349863590496403","7669100106011329750486943891364572307736380980171453113861531308525174079671","-1172408671773692157206343242189470336886660417692571756206959637759822336498","4527531682743626094147337086785068680339649560621552673750565156708044460905","-2332022066231721016159731421245589422861017083733787288780290880484365935337","6476771760147542190117208087436593436442562517385659540638372887679246453934","-1875587402663284463016398009640082255087518518585517330924094006828930599442","14837960446555610080592792892456264172662730020702942619392439998245266303557","-7451692109740632536675379097931148157807665532029285865726077619431663590704","19214297932342429596271660717714146958293829563823877872543710132362261759860","-9158831252457436228404878949330839121709509992304244727138894143689398951982","538511560155988594838776850542732836916208183491516648141558757590636307025","-3083013171679233094224779430185355811517477213685937399476216809820606545428","5241535008054959745418748354595605918194013838407442118371569467551949557692","-2353010969659325262216145013662146764307855323384947893425193393750840124664","19616025899405923568131359383400631237125886004924689784455571295876399680147","-14047881239419598713737087804855039041588532796218362405318248362154903835971","3142751335588762197469438679335658487610743364859926026670736114530820263918","-17387796254475776866980025218235842146310333171485191233495284802701553367785","13545210497725039573129116778903716125382848224004961931776249709251048049026","-14983685576544383303563574365256507780586416674173484446006363599201729404330","3476374943309130004100055649372346498386073024765815063776117605536780015197","-2316928554704657758973591929010629974072545638442962417854467976643568290909","8985342872781231311422992029649209955019401544468221397376937890876275152552","-18832351799471733541435777647277906309278864130771593268011521695729413928901","12730151488324731256996661736623448714137542584299043987478827065685892751161","-12565924444336554586183436088251535390151201810591178656501177256568787579984","20658304341184448329739881134145307684560382228410702021938127850919995889565","-8373257845427683084930130741055750222915727175971443019382258862631776402877","4871138593280384883667348864009647069966067297465683203735074924698618101466"],["0","-6354651156340434741942504893784370186997912245282074486880123796102481955063","-11733429897503398785590276575163297016044313760400336643776497021763935021542","-6177386021759474594865089779264460895503779322032647585225576515062031566822","5408658528421340625726081194236568361276875142030084435278725248415102774914","-18232476251672089397448618307601216456023316366705064375698101559932770097202","-4613342872959537383680747344877839213841263358098805513490003422288197230101","-7984337847368201528163753440230988470373972202368601965092325449017030395459","5927017698755046262487441296463028130404577826765616020759434443053158813739","-6999854177668252978959337060450163889598100771050961086154797348018778214318","-6975496257854205620508251283932882981022617322438096084984962627285436499585","-10774807647291586188999978556330757979317205458060155076324246583027348568461","-11185474020562949089746702247834970977749989134320825860891752179746126505435","-7955771693852159602274706602828439353657886947432082438736842842962792120524","-3255798590770102286876617776154063971003561857645713788950391327785881150052","-7616335231473807938282754848121643394603886618774831973534089373224277037627","2808321673191918658391177941557025496243146494666938698598222837829514035557","-19204296105912432000560542475714770212213660482645526995806242042868993646348","-7363191536056476568533534659862853269842088066514603445157608877597560799047","-6479747522584593629556834012965104477117863391710199041245258113657605775435","12146771079370119749673708295047298023883383272185263411450221254387225849878","-10886850005323519522683250828380560668048680488433591669872805419496351086772","5475729242910354282756969810492420102851613822280427736597475312618572655871","-9465506193251947671445986227120289195941379423970717719353802809217993667649","-11661007146595253555175697516930883387008352904177552520444459254405981527984","-19584536671512235355492500707184603206491495512993361432585881056697596246182","-16463318363516139515727860543295351422723327390057306994278279524837818144275","-9117337597649555919999239354278004128040750095602432940414703348133721309238","3445296059214663173578360421961562888549099684617394983854053866414642558491","65451004861595445674658237256944466709622560051253160679531758422724024279","469499823600428000713421518245978785648041835047759335450470436595107933169","-6119273456211504285442487916900918859523146927525818472844539290118938234955","20240058197627975636523578648698750957094977373610919985811633382040217300216","10514960281760443243828452369697708536906374588456070723584892162689009718985","9270114027426020040953402391019435230344821076080394282499415929699452885043","-12274729164077315312398452163458775799014566948021892606073708713746736929638","-9989140056934943541529553840104694447600797569356104861160462341212269848486","-12219462846174646245961563379559352465566731275394125989691324467860819773297","-11484373438857631274335294834601271674416965267092929024993906091807808947820","-626502068068572047787019061401121537238888199288345292995819243943513254721","2749606442424965385278711365466610504005636337504571547330009754634425056607","17900064352187507312836340815415801831998714317861563096997774686720200714253","8945009181646218864121684451845400020704380224504344668997784563944201918099","-15574495418960487915684477102374073169912633070742865075420926763775254540945","-18329522974579553582615175459682653573066859315829032023094372970267096512218","-20038740010233892417240240583168769993252952112028667489128809389537046224671","-21530494379281627971379254940480214309510987515228509294719472825210039039357","-273048525804219606516541044216824056867294762174207224687142562817749848748","14042409674327646271260237465897570317890846357154252008137567145200268438748","-14896600981744352675249815080394171867853287171706098448919053879685578998873","5179972204741902754416561796167563675730690519205631265280446135828915393378","-2535152821790355895881649285230781415336094106300166789238876561810368658092","-16148798123887223655974297239963063764216554748997179575540336496107093792465","-20051814783608635823756139768477566656555813895287964243258690975223787757380","13366492983584236928072044364118798650449617951382908984179762629292366741217","-6792758392826825025408775331448165984574371653236262034637702529534088317698","12103565249261101948206149268526251865611453129514813048124984655240119408793","-16589297295686686426748554260196131103384704291115790764446567643751895431547","-2449289547562396593296279205706987687877749069738209907674864541399057025641","-18227033017422035490284883066390691622666177388130628740305900329652714481286","5328957489754655156395503927057548646068980022646913362314385405037933845143","-4311728130799247138634397181964178533832554120196256407680874108452885542644","-19642650537947595419610119771929925407498945569168020586493153873846659708543","-10334236970821166197757999901164720008333755762620145185311211021243300224254","3928824008929745689763688892845368074210599621584347838848335284523212379584","-18270730608203669897723194204253923887028978390715686961012356538905810315686","-2014490656385329303715936617937448195318016186565866583602899051189556476151","-12949472589020620981615405687164237587822758897054686368606037391665924408243","4692070193825779704014509939086394751708297896303240716913984694064626438381","2066046157061530392235137582354051239079716186023347487973869945024210866118","18008471344350131410215017321417925725719230683735408556782362635706587940084","-10276330266489726350907997664212351707857548017326920332097439878006212198757","13017723755372761406633404599874193359897709172947051169462660669542128470980","-9898840534244474446694550795186235299006756019530662676337941796491567542933","20241431274300028607905205018514187606225464893378796902195616450584192845552","-6691053401219790153466351607667948801800613939180458842404377711305761851538","20243105857656928914130644938392308204069573546077132709627899158628382551172","-7092497872148198279014998958541439780478372525057898725564095314286619473462","11183901963549145027162520566216784532838582186315472248695192862107974701071","-12482782716845742183896201261451260983299514878657860904884450403150332420241","14099053292553956087744249185069124524505759638902068906549497247834777178164","-8326348015240607384957416775315906330154488367471425403999333949466690731429","7767219527535868974715301862177796803925750305762225758466799610498248538061","-20967397879955182869811834690479069482369873662519039448247107787429347962557","17359604212115731181576296645862520524552238693949939318555802653105732715045","-10039905835618109191265886943807742934482236817118622733447842885511112908801","9487400494045084378125894464772702836937374880847323588787958565078960462063","-374939206039353793437315684260317332733144216614984113682881822773416155785","21755623747459579401168559799558274283155198031237298776947964444927606144168","-21763589351651309140480566813860771612398311981619021586138268267541622616502","6417190353557446334364415642055371309770972832091044467899330549567290271372","-9814030646907070400496233164272683923404915543076446318632713831859102726146","8328441765424264492562034063212675077003249020500666133349194081603403615725","-21244010070122191596444563904910229218798965007531660009258347439279740715772","18681194081307015554077621616020899402176941792773507688007890994019633264915","-16437307738684011497757139176104351288686599710032194360155800792666258563460","1901134595621429128959306557212666358803263921701847142936980701897398664332","-16178258204253379151695948741351575754003369604353440960965834420546080186312","11517394662001513959838465594015584566066456924270205867425419580408864915655","-1581602031801460388901817106942896510589135872852496733595786688055281737136","14408496690103561934754674957410012408804499127381555892721572735018139681851"],["0","-1862829180582065976361396233638917028812626757482215688825379079708592127844","-7872575352880615164349582133981108977025477777180044865079881288262123337909","-5072825107865918231473453306407159894098557748217208278170660252862259894556","6369723108928818145002360246403793558684275202184060612564642315766207521095","17670507735036907253975811390917637349136578332419027451398269289525533941594","14511899849750132160907898520886983278545059395829989315903360648318852535690","2339229744184095365532521370594817197272753060899959871254485021369852176704","3887197240876963872006319560436171196045122017316281991169687909428111777895","-3681617168997841312652734097727072685062687992478881999134561339232290710350","9107093703580485027691491178694310669396875414720183416962326428432401155633","-14111564535241802108780139421662119162458142752285522905552544100735343261800","-17908353574638770513866770039625287122515468447804190596680037708632978435003","-3390906129585459923582688780277914472291271533034179085970602365734388087798","-7382631720606025796893392836099693205263202923119391447064530848666040900068","-18329102745819208344908442809940895145603481972760669528007751340625873536485","-16256840799909794495080866195810430654372530365964338114895430138611412227682","-3222158206932593622145113126281556459884441361327054216764144573523442055792","13609593792685454699346365442904879965348138945242264249358660170102267038898","14121862296313981028778601932389878399866822343080435653351842807950298715932","13209008310699387729925215370982667151275419549870907266185111246253997474355","-14911531668066067680979911713491867686031797363252699596316721511635442135005","-374991000123903677477163394026951136501178081285251318143467605002875503182","-14472439323749205295680082200143201770238059645317757776738091946295979814195","-7395228796927409576522598247695429563164218653029341530681478877947172978573","-17560645965725167910335818292022324858688981666628809520981580899738639050130","-7181370688094412377352879245165337901855903088105769618190942852683238380208","-10478260493426662596592571582818850362805278057676862040909054594641469159729","19912987244610392246882821141800580613023665775490056478454872222894989736855","7537205939808007807344126232718394565634016058230607837813337389675767284224","21631672647738744857424265813640797943932790518108110893219455122740681434948","13572513201980299067337735408480230262175698912531897610880266154300783840263","20167481809393915719625319909656620307127508481833261552631932965204765510675","11428028786061520201956202081960594817903785188890153346297842821210261047008","12927661034920450737267423865032663939516412514306313844512856369787663378388","-3605372197249565568655476728935779808657417055380502510626215129431743084462","-1432575125839720655879084172215509973179739687748667000659979853184983636185","-6779795659373357101888411406469679678840103374268702305248105280072012758972","28596870060630956007905479302733341067976836333738987841953944630157714359","-797440868015334931625542471250262964209915291925958558895861266966527860082","-12032597751754820655758669017769784147810872389015035138866777775283977712151","-1018558291408520858575649614165179845378794351998777837398328117197608027759","-10277000941648089843058455542185856513132867194005325933168610370303038636857","-2834021598438255350625387034091209129373378607589732327203172172455964420147","-9435514868368217142934445474632026567826869285944802625155015779209222391729","-20261713143964626385002220827698174972240628650338446799642938153697278389134","3609074314020118620925897889605130150376558931516108661389475414986579634844","-10018318264755299904836238783914115090494056056242439103370247059083039264007","-6645644818445200882155064552881216400023304550571961871354071880442547665306","-11018422879508797450668784693361261127135508634144166332320413703840464647054","-7850501753292529267285072025717644611735535770512343825085547952078717431351","-19125353160859089584557041801645148340185460555729108529354846881776892733629","-17765365774691509559683489254978227710344316314637215642039268466732263121548","-14095269529801006484492504383283181403592875495197816535498689762808713023452","-1262095507110984685998707280442041344382186360138592779335347706495679908255","-19901840862681022098873405697740337776602155170140627387298985001780289589268","20910688949826679066296303297065821569115066996425771070411430907202009749072","-3202799269073932662759239296388877866411428939530912019753548996923536248704","19529452350566080658345249702874353269689422889237597023069863741299489697711","13981610792465294505473240021423363989284244444710421268874521397342718266096","20923935678433357328394978819797369453057968959857428052533809734016827753336","-15480302791826272447996504036222303842596700388372389839011889432494706804454","-18560536693040304999647735151869373082259275082928023550995106143484059236029","-16333519228892202725528854137726270659870608065204727240217819738715388709573","21615008889677919671562785634587721547204611044815568853377689986950808923443","-13927890691272186636361413859941158239237232749964317436944575927497944787414","-18967024630417887797848597881501853697264487349180664923665612220702156746969","-10401512506045945173115150443638645333169104618924776975812197006348359290069","20812254423860041690656297804425369816980046754484157250492302076336771833617","11569435890352947532588307838480773636868509102017343780103785715676966375254","10237480764347492667393942095433306676325523482899647960217130127280545405059","-21842754455481863346380561084610919773402472732408074143321673480360290833550","11560281534338582588847528392224899409593071648029290989279350190457237788883","-10921280627323544960868028300300402729577878970681216756394053832439490186934","11649895490767527800354771138864353832486458329929551619888991676885286543821","-12119513167155076690892849361454251800857568461030809943907669842649491272640","4086685665188500701605134618881791353830921253502942785873262210591732100214","-11541194466555185410783765077697486695515581852554500164879731020551765052631","14547249400845023408368739355981698695147961266217318486650231966844801943800","-6159936832409142866970944345235593514001092676152283921277476649409079949070","15242549846993857996218760608779027017545541115359088750378140060859338808445","-10372859723975667623851743585347742965330351801079025345798489340534809904748","16566739099439355306393394646303138678635141294293023756123443920506584791311","-12006224360523547680201740930106011684525821746016604788056711805676626308955","19553325194839151405698138099153325713402221140017923743757526579957730424922","-1431477378611324177316577239888890541473303461389580281733230127736162258283","6436836347165387531136887260985772470305418275993694057420754927697137420653","-11623289034864604749209262519670484625793504894119942668463181969156326376195","11414554507898553705395735419017492079024594585367587278168235522665989574122","-20705964548065621175806779178328826658821138390594489121144258013392404255428","8688059839589473186399097736992770468093664104674054914316205790512520836055","-17649185937517068879864654521268109755874921199105385586233917502536646025137","6193812281206822193427111103388609562661954962212851297814404781152618426644","-20842625176493941237547605064956110704245024242222825748993438252852510291347","10798168045130653598400590843596011085012227237388810247952509338386317447225","-17532824688529732445238486745004648582266707107591086964582571329417032518153","16589346592293738521451189516305976089837564603138466351243741587099366666129","-9693089639296094600484298151569246753354962412819940079940012575302335930610","11800350086023222395413478048457404114269699891761925362057693074191571749552","-3982291701510907326703971060017174334453577446671402772148480391002399106979","13131099344164583563976042827221528654678922707805395784218504747191461068720"],["0","-17280191740925743596510320325203111912011866631907395534498582252559848019829","-6169103534861991712294031493663486474491336835208618093963785919582890198766","-11103512860642726100965781906669509928318403178942984404181316582897553073448","9917707985781749956627630220708949444473223396395512335443841031784057818659","7791173203259359290161330683992834696894709796907882435476179793970729725702","6203230982126516260974623638623142757049398516549167465731638338202366058203","-5727017131351634323177941674699271129547441029658794306011281541177644781019","12268626294944604450369290572266991066510066868713322688146763820700421412622","16599120309334485243134952799705651733041704462401673432231837154002787650267","16558352553416262445798174587445506194463198181205495660243170141197836456908","-5604894316012605357793506396345188372111099849833994493503584854747675909635","-11805695112992396643207800830741597664002377709062800794873439883786681691846","-5204124635134627486550441056455019125342141922229608972945886736300595329061","-18954336575037628658757531870595926547674886349838389726559595930497885787165","-7780328552182184052081223180040078397513600883327690333390351168676222722531","851522807638067853602581264139741727740807931638684443434198870659073867056","14271051079562062639499750688102373494442279972333759427571061999098172382830","78517474678609480349207554214573564683538273797348569789607028765974232652","4972304898488880732876671386870909176101240484563709557833617437641785169306","5418321388611433287271381957758852694683574848822749569625775561453534921127","-1900537594379655316325922668250420315456040954868171946336306229870370303132","-5849008577913063268413441929070173560488737958742308866816167044559224234211","-7049284463963760024264861816932103660364271389868453320617182187287522635435","-12914688842005879326986487184915713190588919678479905288268649741709683250284","-18339049615119822931887629303558942350656524564111367060409851687498575392078","-16165443965873686621482935963626338631017840212200951471763676803675276491020","-8430633882961930877048208368684863298400259747510967866504287018677781994874","3139377284929078858653525214736031524352202238873398388853038626542992351839","-4358559038519567420362590082194985955695449407974621311932791310309599990731","2837007459517178175060394947415297996194237126283034235349269835126992608491","-20516701358857169339016286487861239190059407286774956285916673282486460404639","12310802932359136263591205518655325161589003199583501620982635504338091000574","13425171473404569679007160778435917415059124261841365089582215510279196768511","6476229270686517089057896524001291586920783481879610264204206454819897142159","-15227056115480707195505589185461743367922196247176162174907472501076873405986","-16429311924749543958548356864917229459401811576546205634039714966808843784566","-1651629666841181536706203487892879134519484756203546189754813684795653044416","2302173150922273317490019348430619790548825579193551140676511895669670058795","4425057328775433617844261178033620509786006011084099283335530683550417923113","19485315363422236854542342258201144220024169991397947319361702903581101174","783445457767887481382517187188283031930436165813541672860305485783526849272","16530610396081173962585520108679817857305567408419223324181748068143552046870","5987930784073904980311066829198070763145026171200500300335353424008741220487","15707001820391610691340333866018714260574530491930650307017675349804178969435","8444070157121983987494966849642139666033274273087272060839553362680531464325","19337078110602108612637082801014374088655229474128422252805906531370266722106","-15165190206641390491931698101734673601518211392331537962409710526355800983466","-19919699393222358265576529919346567564481135623927546354326838056216412841588","-22708542487632675779060314723235604927848813740113673564386989019970436189","6776665417447814716850435467411468749758547269200930220749312982045061462392","-12550710666843474641828922792893355601314314319222945603189414709766787074397","-14432781975478873310012413523874289061576215379550866139557770021501531065550","-16793472354813345315143995260818142787235968482067296954303600771600693875134","-6738015028973302707874131521046149742611484700541479410304441922605386720780","-2868571565509946340372514780748488228823528392226711520312411601409163373216","-13154086644747205599445207884772280291340015008431175112824895270899827778907","-17432578460011307951817186597354007030009662903992279729342075440877358300952","-7762770907714739911381023651331569771328474698342036873379547344484542549873","-787265093106062747312383728869314647417981950603558927255532721932263264533","14127953173923373937639836132336569261432475759805980894314711830823650494481","-14697405323151221248937823968047516849206388260070060886924839268624306242791","-17585243353876596023397835356226427253042102560870107916631870745212912665894","-2278661399087396024850477560582732965497938006995775086481235587772976276163","9891965694403061191132455083042342044703043332255152561577241885392413096211","-13252410526233390859937517692237934321273814925809412268730084215116933244153","-7430138539409975217106684311961036294606272030068272681114022269125897770618","-8113636428289616630418662458920014328965402643519748974288590010914768949520","-6956559022579518019312118623554053281236279466252783633034197009211505507928","-14989749381273731924874234233687684946562407098054517515678438800223819124124","8477166458318780932091502560181076755655788089743068218991639649129388990001","-7505237084340350185566013206948009431392693136602430557701199832400729612376","11482684406424906329550633008289980309406708341346206170758836110553774150711","-4723451662261534526581311317802412973599362670356689062554602776800528592855","19572865819140964375218371873504381150457972471080770349684685102444692270809","-11271703375623955821139990604696113495736293489922051420020524089505463792035","7580130939988345694822825255735783656425877833493784074743854698082628961630","-15394759879067852719388797923738921620460974376048202564515482736506064189317","20937957980406600570019530633290912212261685962990613396233054573999261444721","-19999941333253339126595098989216114865199859634360663889891656197151983653469","19120376671642933988919162659909007247039710781063315729280314108338623606770","-11814933327537034226557639892103530496369350489736560183750977109177420181310","14418343713894239770424758170332006387735678619364069132921873016105857927300","-16083340988265680992336877250318430337015808746455053614405397327542221904398","2891110414442771799998551589038975842344548159554185710850529107812285255437","-17212784968123724246433871811327321275191558297789916804680184944667598156805","17229358975912994591840834182626402325511738809344814318885649531375987711536","-9768961381841751156654564683667973773437563696687517790581162922108453283258","11518411985246662972608457046118773072223980665597766837016873872718607234817","-15231652446555730559931398001574389075141392859237409706444830382118393054248","9393991802045239600461811738846993615297722490673369457104082964388241784045","-12783886390986073939915078436873305824627170420882288114154928018234372604824","20212560119262463500989666892408751534872746345184737945669251263008521197260","-6159067063455222995002846571905830852073246026209159423500360108744317858006","14782908580328143890555344699568882367880498356701896944726757441829021709078","-16400068465609865507243037386760662407519501128358643760355157611043011673053","10061441652008700741266735641831355388038853396645504605624525232110917453503","-12972923202683523636986511031901491705012487369309556343283745108315782797984","5738175191871642475056023858452861008720671427725241476638256451033741998493","-11406739587709136767044352638213874264032896825119553391855113083223130221731","14146833585311214611180632805035723250816527892423261659316549933097671429503"],["0","-19836220102604343170160805206639405548996955237877031123976497544084326489999","-17342610438710359820570548409384540792346801059063304104319091592240921781579","-3530508707630209822057732842749101565602355613773292031206636637741622097429","16833601168755782215629930647108778063932115506438907130410371599358331493688","2484322440495464698111505594854321537130148557307154037198099397251635131216","6538586627640156515566946775151329439130539406067846179650413114894242205781","670654155398387710368528888832761321377062055979431289271248558882589392412","437930910657403918125294295003053872544530664645584046841445781129196853440","7104899223525391436280543853591313289417685688661156114364722154775370215489","19210680961904970463010360848497844424049118588655703759663374405080485463925","-10705023838026249479351822357608678550374222121600945266447626578611027216789","-6467278801944456407084120260748586531774154456243210395167213823988218086956","-6058992135461750586193515774157101076278283069615995699513725602217135778262","-16621460815424767499069061338168131118974379434894988502287584888217281963661","-16046599722789147691016625768318131812903662527340219305787466535749921797117","12170501087984490989036000181357592363289552623003466198647172507178212631473","10207566676871612530660071518097225577137984980913911767620732093222331140316","333276984142582192259782353621973409068611494315838865504233229798081910749","-20692239128036017792199468490530491423133822576532643915787799380137457696843","-7192060463633684843511044124941710143827037195278727668974754563294897120955","-2156671662267332273495045240741980910033453247278927733910845458826365512423","-6725986580088420112060049867937050137135141905700673447267301160508150030711","-5927728892433863950457369018555566907998481597530668270375485977444170129537","15997357567501447939103385213158841495564139286551955212843308789508679261649","-18346624096236071893666715124775164403323355305809226752083550167253663571506","-13955292208806541806237464442615438719466461021998488888173686383105111114005","-4740422049537338009954124786963735165003796486717084044771262976708526449823","12721009225954516663886166514325609759214765523452569436608980270813053391856","-13938801299160087165714495734153346246701327769126602427087281470449060227934","3506260018637176054408654193956128192710863247917229464905184521389031501966","2397024331414044384757193924424038645864142383905985270829500842735850014652","2355237386563095110949493593940048583794377680809486498183284146669824665703","8798998666714465649375883260222893575888374203107426712817806354530253949209","19207115557147550228162076516780492376457261108151080951811514962332510586541","-15886159907739270521793262709280346970301495753445675472677925872282072915744","-8618065275835458419616661342299153448261056381199516529148234420018969770413","-9784417090831290013287999983987046115855174300628555280469759613981207277751","-1948117079380343170718324130122483095993928735444960155985656313525377627835","-1244625934375730049872072861580255051823061950319708116667628394061238713500","7676391910621735613629254567708725861078608959008845232507701331451233100084","14845507868989018979157994672551079334877191088796325079867979159038655728232","4152868705389434421767048454285295928808971149305981550225372194370251986756","-16332948640865599747258150280095571960549650281072146676400812993091963740842","-8904275606172769511835979606854476787515666628513748384823220773238261564873","-19139652006178763884131020254918076088963065703434877395497032279460660076668","21012682754392559792625860446148493110299168494261522638833353733277076413030","9029088131343180329549337067181842216654994026690729249247155091682984550522","12868883022673694757535333986399079293211179641170313241940867744837547272677","-3625752459173397043135472179814466327924400133929866742003221731509916795076","-7091754717804152584898596017438969203191484842900485523298186339664167040177","-2175977761234052636966239037810972397652001393991289778858954642881908953410","-3335018454486348291887166767948967757151413053693788594455501746654082402755","-20086753098594262568851474447666981814847779067093441660632627637791817271128","-18448521513021224819374634851365625605799307480484844270909830022921487986952","-10773598248264306259568919208774159418192602928342054640956115504309948822079","13272956865647348224973579868727479426206401639816518787824171734985217941758","-9916884027986484247029110548846967330773188710909390135698843451747729424895","7842299587402178484418177339883876822824337913266993262856496653380602834142","-21774937604984486084933457680359857094464061149122872495756981576273422580579","7604179602533756977290250682192757830473333282673907692671429239783644742759","-20782598855768093808704670256655597749014297898515560413352703765645553227863","15048432639765371725108739440406861435294341410044710167243282548907129390755","-11408596596557664051654042706940623083776111568159925563880847537094066315820","-14880073732220277574690689141021915851062730944650144884820245503094199483735","-1143362816555859265370039652176813109959699449973891879897894912371100107627","-18714731343998013137581913378747869170630808619366982968881549694617174314323","-17522239784171297433596482568902391354931782205191565485357715266988460550593","-16605564812540067463927160316538459804539571558483591949832753299726726579251","-2814702997501401977155397718391195647263486130031165173931475486505682529828","18048458317611391413425017940434188774932952247422247178624723500115300137650","-21451822996026780895749256203038043762951887718950857617691415424980167681","14083915856918121671036747096122747935762917431632815637171044764504039479781","-18375820613622736354648674831628485507166482349970206902762039398195505925232","9641591759061098331583027631565189923425381489755568965847205522583891227275","-1621270867598145050967712798030832453056666778745692768422585371042693701643","17657885991228628391605193027078306036131737334380084757251262354383512605475","-18315582105173501636824452583502731773761471544215432483434593560826479294925","17047404760951249666163400416879014151913137233188439355635019985400110333407","-17257955377892889775731616816952810949250365896778905013145764397400628359513","8074627131493012069423821333002035330088756759369878536955827304917068970967","-18990283254636462137222551522315148396326375534160163386769708549958072669302","7189481874537631020416479254203662057363614397558522389032499018469680481050","-21161833800230353913561845974746598163350738303780168644582987924110176881278","15821883076409715419409700519073252417372828046718138084609315929152611345719","-9377575250200931121938671974285291609365116321820128056708189883245022750955","15594522547458632485604217233646538713977565152352813716557496263271871528215","-1561984284880878013060762474169581799355502556487927431950272142667308668409","4773695972759698081841468263687469644640248691892227002587682103894592788784","-20584086063523976283984113383102588195730908189047920310059321146295210264138","21350014639807810308454956348249378403636758664621210184407862835361348361626","-19427216133104509534157971051816892173484227140037136703823619178830830341155","10671558265977704879310777393027189213071898124845677660268473153800193088490","-15857859520105219581869542224187011510498569737575343771178416492789690296429","15409730852143117186003362902418983422873402932995945793917947616636419843781","-13799228468510144691395539313403672229087362907560040162167669584203737589943","6829118915935251202456842768297745776289854065575050422673329781663947870198","-2206927598115420763296603626002153212209273566842085401752639604195251687088","2977884435021365413089380702651046712470844537060093976822521493244531151494","-19294925741901140707181036285788753670541466301786098189666211832518131454903","12715335015749595469339945572343756395523654793358642895641784347317545250978"],["0","-9703035499887513758315416979856317822758553290906077080196111134255255310823","-17262079464918342352273998447311543725859999760854862420675014278170649456513","-19361242837362854798229258193832795463256527683155000101567965782970647609214","7416809609268708089903422910607495347366291417503621435960047510301085952736","-21273258582248020866846325400990798150002563911476633652975321046486465240881","-16894893322955058314910777046468234574731429239839383998471963514947956501535","-5432960778310918286887023658895468459202363503993232835746019521192141380981","603358340646000686802744593817745240562584042260998603477392213733642398142","15263165404756447835161374020465048211016800590742095097432640886311942407641","13469127481069858395613617057534793831142250015913824387216644727953735927591","-5376086831155143710606613820390322014475524877593033608846874533275454627239","-4425387264638924473354904249435946024828950222897592049456813004454941690785","-20786727351123662775462884298429996053888770256867525001197386444104269371502","-17023056753451134460870032933100377854966061109333813630595331220822119571810","-976958589005345399384610046139284614775027107695345420223030239821593522053","21481657195603106344143433794687792258458582731336429409756745939197804380566","-7278220733562284146521437845673090190020641069753103544103921376784245272461","14110843075523908038285670342099176740898748274383990226823809006384093688985","4298117342457611819186070148019732375374919234283414444453745108069086284603","640761418702098218193379768757347606739706131157629998128465000666229181813","-11844725968895429565791635332702780522118223864984417979440021143407344499106","20604383576398441394414463774402662578052026014704456190732695230233161869146","4741193432985069869444995715168993838396971712575456850070749002877557263986","11620555221160217970139838854662175881156986516343970916157008325947546284470","-21187353433611062564114881025651128428362422710902683988002453204217729222482","-6724009928357022364532171817208474159411123226718810697942504082174840889656","-1065877743291498632042258170919498614629652930810088192263082005464384353097","-18253996553271926640594465134509299827652141724265127344540266970322414816679","-12934353556598764509345379040006203830645129490763896736602016267692492543525","15073599728947567183663114184732373735460452656846149664690138194869333166668","4834973906515623520943571603861113793377454437170790264528477948179131669577","1471495776624152469058412820396108926995170816195302601076780569844886134501","21480172912380134044050978546315983551151533619534886663705813230522869086470","15720816665995782716817574500467663298529824430490881811556504013274594867072","-1470506738493759784661270840722395593694610924274207519732435161600309683876","-14121225576279053398731128797585557624232094510327576982374862398117334075240","-20167937364784409955777393705070365973753232522482382956780285369763475911973","-1365513801290272825592339012471792536081033983387494831564578904646021414195","-3939772347349954177110592158627709532874156125275651144209328135885142591212","14443218407127264824922578112525047004219988810589221054046800316375208900413","-21569620343951860224237994240490396001752863395707401715936372936827001521800","14693593109842200532129684554328274991229390385496312576728542922362647399402","-13933626741272828352347319367975125424684682173186993223281170008467404144652","-5563413625940429762297750225981046276171345051844740230098246462019124892199","-21740527875584702912559566519600173148869308554834819158719749581888122618402","-9308685519805647099438801566875955291953706804240513444316672022883592229983","-19028780178085251583636657372104823616648312463089078748574848926784368289623","13624156754111333433516948108397110633474259455153849901411346994440523906566","410215732293978355591202774659553073968565815407001300830992824281930011916","5086639418290292606862653618035341366179930119299606003031256860452023487817","-843471785194957610656484686693536449246716331117276158758419004544919602177","13170103538603116889833002984566843247430043821453584699635640459436001811070","17145248543659061464387310319622270544921912210343894483081014482841785610338","1812113017032112302320161163414882443101178871931183478784367608305332338817","-10948384256358691145848163044122179787729132630130708245470890405213360611747","-18692694424993781858585348017742660927109435151296704045620943950674134012359","-4313988009284504796414040214608360570698278136904851026324761477973641936203","-3367362363309151365897807997360445863937104177378488871512400589708237094768","-17743870646594131256140102801169456289219802743970249019165207420678004787636","-18743115371304526344255377565411753604489495414493624347727229344364830922529","-21130027659649070861568801514787975131473703720197873142237091900829565729723","16197061279761070967848222691591772981042213552421788807798258925949392459045","-15668442211055297156055950612811379496402565152993718458685169693659217398545","-8461880161357733464470168300267578104001770128999844637082584546633092450196","-16068190031605932591567782997432352007662927374127626692794668112406512640407","-4520232263394958799293675524655804955942960349045448979998534224071282801595","-8500444447561546462619524997106093694953623661428383311939796943641763007049","-20307632710346632031696585597391270313960181258503306253679847751403645673089","-7045575688548568578606454019549777242049100321991566602567300367222411181270","9420682803975676625002767344855444167796113964742934371968121389196464437896","-8520285578009721760223906502797246740371602381580276819461403013237048279980","10145392622505025703370537600144331997881989953451135264239552407622059890166","-18880526639067520331160252830620619276345189327700139930575238265041755834972","5331486580457325017474207673982122434179162153895963718140169101649602877656","-11671483794728310344608204013694683353836317948409441319725404976373172861707","4764737813682837846700667136056058649207420720638749244599971593301313751891","-13069984679282672230018130363305727358259155431168351975387607986758740815629","12989314630640478141818135140201194091949266588960394893700918446344357482583","-10071879667787747642225574300618076384580572028773242383655666866804275147490","15541031731507654486318976820450306476615141235506642836831591277821025898320","-10402076378356238783537797022706399320111799821450636711200838523031656788511","18401807660766375611084329079099196387324720642819027387737447046298833796543","-15618561744655434151546141108514402959101715395215949587622722700281881366137","16043027438244807980254241084613716671139606918197913495558844974991656734078","-19197855259314990235466838235473498487841207808810877699772330917925209910865","16413562569686639642510286703408397350488811537064501496078547648419393313243","-18442999562004200614048213101383234788747590236831240278497770667728377389960","1314909915094149766438524717376578557177283517464015721065749015745676537135","-21637420579632859380505759893840038363841928913494171137974431775627720544950","8618492422069470584576047529861568414706292779759691415652930045711603379573","-18813048390463020467995823078184914842761786142571407746710548839393196746265","8851279598436564346302000615707384431919156057494599720284372778387393485162","-11535281907507177462266987792548024280006203719427201442703576544946019579724","16015798961925577743180111773648304822803611031628654318612913328239525514345","-8530853034744668311072277892800420346499643338139445862110366433360764199090","7318254821164548200453140254855878584559334030307665402134799466711431377052","-14136056757141745093871130955405244604122448382536793563548674148989903832145","11865824421365739641136384744421896863091800385053196060405861710373548248751","-7852148252387708526283569525520432103996596622487292940175645781195121247696","17753467345937968155923701887386229449384772136703754744917395894055363991145"],["0","-20548146369481768575986421720037441919861729845288522036941171277193616138793","12489713409068247454235205151116128595982194304614854134348064265872661333287","-9968772439941740987763584826390831355561512142605302452391266484385901237546","975691002135794537922951035321021959132483609987553647936208596915677613508","-4920048304135716202373856174173568017699918713197318255331951128175218902509","-15854002139051850871635716396690002741835677786985802593703713551643821439073","-19119321794262318815398142445282639222567668005192814673668973849951781225521","10567233166531756026428411898521118235082190906606563135141345832635861002776","14999678261155676899718082909795861731039586053172750924947541355194081830468","3327861638650964075955971543474873644151756267076781226453903991311686592024","15247517547977930642616391234314374827095895291039931023596846840304982452977","1582511256187318525596295512223410069818061917762249160047736664829394957730","17967855234208637783636297547687761677270453266303908211509245859177111478871","18920696130271124413797365810170554640797144977787459691495813453181965562282","-6840944832796695445950298346422098698990163435574129866334197505340257073055","1373468292994449999291693521194242475303950251057276534824866319545376609642","-262421342868553698304425342581204644931072376967531036024672518477300914448","4175782986055784271695929232637377391885667435822928252268774549506183391213","4055586856566534500932672271567912323427448969961770481489245138405281379907","7380167459540375161647863840695523785620041707323531058155115270508200954397","-8424365482153230916777420080623082649254488345897072149962961977194588503972","21411293646806126040530189081914544076241262755046542933411522448363682534844","-7813456962612839340453440372067320367190676095726981084328887960902293775366","-18580908267672086041757306396423648729808970481404926158426510447511481356317","-16021714229361258270394198216371423528262080149288202635902397895188881586176","-1311023163266505140695282534274831238328786886717330097872044370627656382407","-5254684260625948152646123861396612043605746807567160199365959733499348610137","-6957993999419741283801821861439944222823899127689933806688250698668424823288","-26653992858038446152833975319807203444837621609383600197065104484415745659","19724732865762894057865413951612370364933813233647706720812270495288672394156","-6251278352653831030380370359800996399114261267294948496152065967557855387972","959743027507561835183347998500231438770509640878642069357361451740575185110","5036583921311394115894638202496057063720259776697874048481266841176415564865","21533821682088378092000551170154679839225708772856038370270766518884020997093","-16956054267973439153606351319224042730877103022318745186974977507207810563260","-128493648297446065672016235621818858874596589517349908241665810775068510581","-1238408451106590715566240280843539563652211878925227130943730943459909027367","-18839192141968884992404904937917304766762376025653837842582660545128879674158","-6443305127554014902995832928028605960347485945353169523192353257400393224023","-11296029755745038063766568600370748931197126017375241931574770337269318302842","-2144227414270111005575761353412576046140472382674995485007797303567210364480","14590858667249396335378994707984710190788203998425790117590436321147281980687","-1028805984105007211939282504532993933786325891554899706448840783699066326376","-15683576657426964561681457710493594221755709786786354060631201695012040671057","-15782476673787844458692515461003267486853453948039920643531963544552144290158","12624061673483055199412501788519467432095195175067178805113838261418363563419","-6412795421347093561513005276013788964133055677279891224762839056564460026917","20166513822830383573078099340802472365020901284564475248924015346195078939449","-5527431075308006608631591697187460573020186684910009946461153715497088011940","-7587766747714443123239043104773685576439346920714061691824644188253154911537","-15155993824248243237880568356846221922382369950174346886258092334253367369386","-10114691460561347280550743557152668756685104520605861624608236801556836518861","-2099995277532228078240456569874486728919363122140307091117566453660505738044","13897475206370199082663333100920374358493455904735441658550579343658483377087","6923895882463650963078624618106839249612943675950154115480243318870270027966","341896671573315807303723142566877012240059982103999527266032458121419813730","-5377883848096906959355562448372784019517019146269629892146933296088395125184","2336277795999592279199064208728768564636822243574564399679032698007413669783","-5078008472496193473035924930254357435148177182506846590709941044932908058788","339624314391634961514357922643907670736478036596091253276154579399367050933","-3364208933495983030232457965862724552406640331446276463282504305262148335353","-15915458847957843914135210211259758820982404801145908067040875500255743417852","-7709495886553667362663605303945927996035749894689622502204737795346978335710","15877941777726376582845855871961746437041918263813752945775014300264384081342","-2455581278180218189150942315336410718946929342318652136546782989320425845643","-8485229026816182190502497477909241269067859244654918222826179202569416493545","-2474161343035331108730807441664893679375372480844466745907163380919637805564","12766797363688026824329968867890593489473263715945512990577813147288476853132","-14775140849051250917289899123787057640951834323726783371241162162551270791972","6932117682350960628408875615016588130257946089391301717522691922334267154544","-3706679892171599905262015418156570250540493374202704699202084690670970848636","668578881874688495777251279701687677356812608112730639776707705942245405352","-19770076914334115448625206944317541435125555018315185855990913477570763503591","9216615764943873816089612358641016292754783894376106452929719113344518534393","-15201055728024624430638887572941252521147724230170680350957303448633774678430","9136801890737814872128101089761973506113492293670906208149352150588409730318","-7440443445813834421436230752766400361031669031240748025312319889587614732671","21182196980317868620629473663137760932233802678468407440373448431884346296509","-14208845266050771260796358621116234804864376189718852913840836141848069434271","256139374619035339789574935824292920582790009115843066405117493054734308195","-17816513539875045562379353302657534215114216958586964755259929906559956336033","3067991617699857318545050044702596860506022793526592877622107940761122498811","-19468082772316896097049291733520348821701874089790197057756150215994171521112","534229242058249640996133560638278610771007628367631242704637741690999854161","-2778597644622363911539275339287414550409440015359925841464406982634182811854","2257909874260883392547048907074809866512630687618882833794764231739568992002","-4374560183680159651056357105572574967229751801206785904101209570201045536581","21367256555225709119926138251061057741294200632976486467268955393913614902038","-11430674511060983225960963282671851691469830755043240097825956880566883808751","12075169108881739563267782038395298304827031213809836475639547331849794948687","-21611651613702776762828723879266355102910302274728365415760684968480026924909","7069655843937448256320359858385609080028118705841190694934080429332065250301","-4425451237472741504504618566254383015390524891752091313650421150983374032277","6852446645430643239505095263575239301353718050915706200348153892934536099096","-21493298269716374485030274394457797046667556689848100478252147755230761397994","6069871947649034397582484389988230545954970821319238165120074900157011374443","-12400186921525763545852454737808628151484922927036140256030810617189479928751","16525097864010167483438757119563992350196218753587930053174825201616487395187","-18841103220850108391177266060632155350874273181399798325930369365554824830271","9060551443380356429477799401876572861830870947018145025961944819801976258552"]],"polsC":[[],["0","-11600768722074815867790595044986355796930633132220498202160048218885178502677","-5612382433051829454549928628297396985991206442377936091498972268496065702901","-14039827798688420930513073780465923129011585648264800548596035821617069544006","14079671295071991081839348880035743283342041643767596639018999934009954823344","-14320828450014258495156881998563668087416720633919029140782943689314832972032","19206253033144470434301671858775854545523650666696027238327619930110180505112","1305483327104182617666877192164470317148551659020823488323745471595775633205","5339583672835933068192511670174610555432974660881283820043079820465942985063","5260026229589865687153828354597663547879239254140752933434674253417317849940","4184295094814681099834825440268061746225511417631425488279835717471726924617","16051119773010546407240932117998971712624615270214289721435390014022650385620","19817153135950309885763983347486980082330662896184756696460000182059237326300","-49292741332944782577071146232201525687270066777293576864505357069683762478","-6223779920350876150734531732979516064090996022880044001939202609803773604220","-14804058106410416721552579037242805452956666792082231661336337884486690742539","2682243560587413554009287613077532536141075095868657318160119395899489541191","-12141570874809908404151040010432386017607819054250391777637704201843617766054","16449412046714004921065705741384457779512541216336744390002699373351057485764","-18144201548622646666221103191208369321633302598746272042836629278632515240578","9295244841131863908754980431309218427968331474007745298148323122826994898499","-11709937371464702607479465137740231336407933356110546538447959932519317287999","16571281897926162916077879945988261549413827251585386127615793501036067480121","18965279708464240439688987889025227572934967184108981769712755949383300152131","3113958973323538121613307782043222921898589181090708048371284843653888302561","-434134369166125651520835208928461385237484712652644864709489310078848067439","-3186974198962813325710720558257923197359209817848136836348996265624627620211","-5525311654094183173412365819385711833041711453536542610940192519427636029197","-19198846840392905328302540113656029566191417645446114111218618289265614978043","-14392027975115422917210285186749165068538678997558727628387901501506639441692","21151911127732269406025829403561778576738821771370434773025397496625832586900","6419506328397067877152035339967949645457248323001431210918533666238667906029","1589801936901420448322946874958537497521342660593008815528088488528541656285","7188498050918962912045879797754113908822476743234248751919882619025103323823","14538059803013965283656962599071954953906419122468671370319134526376845265810","-10488860760142707045194642819969569945227655593904050403392645956550636445374","-13778814385191490217524396494844375478294147431970356832707360328574869627949","-17371991911486574631069361241133215890295645968696686014224385378583134442124","15655826016258602146427299285094664910276740775026434001386414201110682706229","14500652884618928070381020158639126746781700468142920276510969544687435119813","12953886036716690672335269608125917677992590372109004360736804099204585917076","5290524942908009694456628831333844243825816782271470808114927247383820856316","470885546959103350709149263344899715404035840345808470619150559122429207385","17930970740064323394771105807337944457028315175066143031625147188520564778665","9517858791863575602514365653046793092922058839526513305952211627027048416502","17757838520486218156077093153773135651046314780328340578872478902157674850197","12631889413296108839348718092761349647660215779439841812899182189601591818253","-2488141568636103209682792505621591022871198572417848076987443322732443104266","5096366736629227146693456891054613034433185168169673426723879983561480726746","-9736013954093351022148375860316220472013808147078881788496400123494478791642","18252315309826608402281217023984948650872495164688757021869930131215302567400","7599962748349625204901195266812314680620525215236293151191315971609204375102","5336632918513647222393835486302911627506727364936495594910479995672778440002","9229003533273564124334745358749775290172435719052546819479713259305369619028","17264508947020798423737382218062079865970833324309324833540636352321897304081","-7198048923890182234569127761994763533268187304947762136067361572614296470259","4821734729214157866741786561563405296974135646118750885884197218211515316015","-10626696655721196163474923687250734368379426319180285501396030675281808313114","-5423858856405780740068208164345457025301855982972495870434960211311798857472","-19618708751468088757521798600436097216531552269790035840644145261473285924859","2333750979079002132013365666761883258455322648028230747087749815363641661976","-11376940299884755780407318352356323192550207893707895914115782546396933664854","-19318287988187748889205318563475830508791453818044423867155653811455673008994","-8764981800741779985119114263218366551720885371161017906543139562521870480051","-876663151559804340906230900986665463401062744345836845262184205611171280967","-4643161210168951098936949418512093180360411877401027754665613774745504498217","-20208515533189025945298668832432682403358135455496188486490139750886632352900","-21772851672159435359811009404451188467230202435717540363850280328234796988452","11263328157043406279245321227747042453591056520231512706096044862176080870403","-5536181150390564750620644492452457526828570029640783546316958860868992876234","6600445497925240045154681470329168084199849909118442120417160859324259184733","-2832489172067007703529188039250130820133918337233899319031539762528820782725","18346427724463183600603321229057702150350756018660614859494566698283717663080","-2081480380609078454198011295299984522021940755330451874093191647329681726079","760654335694422198917958615449306197316162776238014420209311687119844827022","-6739301468898171265551573727003629970811594019915713035091523904178359403468","2003827176576772975197932346274977752908458099904468329472336508151834094780","-1633486685704171461015829960413267238239200198236139294893655684602985064548","1872413604563262463228030102211985352453864537989131272792870539632575265187","-13478424930585376004003823229915776738469593187230502192670876670311649831933","21870249158707749721151492918377073040593994426752247518331036452831598360575","-13975810568057316421546017829056282650827851781357593849919605614071139959782","19655546447655887014083848647964647620845363331521226708012078526385988650467","-20160558193920773963063147089736475640491912286879483943079638958424574791816","10621653782084237453881162597559094136062365510804261540868530131828398561809","-4848332494860010741050558346329407410645619315027486176827215398523046687705","4302181412068899878312050326163136733836352715442726691719303483706418914991","-19088200566790067150469720514425665653682981516927996360530213615877367365935","8025793363656145900799417352883615549228534035516607152655213363859544914536","-10472786725135904213086411729701306711808113915563790518573360416340088644074","10915733292521943776488085512966488711190727562279515731211683640762664307109","-16468851308716354965076810855152129983661560304281606057799019064038820476287","7630548726268903670057971857952533134189627818190130255506235586762016052478","-4799725685870460937887461822977684389156082223895244753326525447341282449717","17494616552018269057335058124204876792315425567242223743850640265813913098264","-15232053355667360586629546073251135279776553582745642255591804420146389214418","8607214597738569308046631363769991809329519098053043082232370817966566137168","-9678171449257965947932340258328996823004788471232439049202721370176241053392","19249172516466425126073972802998464800746944293747615146607642932733900724973","-12827691428458918792768606343380702226717493453397889317736259366773832237065","11521555630822175933887809206613855011696001364957003505990213770787223224913"],["0","-20204531881697792512842836072545177004813874831153245623919062511256339208800","-14810705124078185616231359860062165000769961585428283891752860566433153872850","-21621280320852022612823078812547575457112584301593806919966374336693330050897","8823352696769669607824674061119573509868366815558543247205850041699927102091","5012083252977665802243687018697023873932054122918922884474055051806526145999","16046287238283088311306436571838466850965520229723011213435348965172013789328","-10897455312725573236388439755016910393545491003650344564816685776476772193219","11379211280702717776585983572631420482096702852779434541514763730752360293619","-10782570521530409664835378149350462740670162399106937431837154116967579460116","16073563373241915656510410298813425754405660684861406590410075104404061964983","-8865327068709372460064861969587102206243613801892138166104015816066119816540","-21521423642861704559916771606572434861643345705064043388854541969968166167123","-3180488587089847774074087094262545481711169957785897763584580629645700494874","-1788037007744957690582176497656382113274041128913743998563596229147914258498","-19336222739792115745629081954317825891261466572179098210824715501951786432463","10396344485988175792857465022769974779898002316600758190217509757116343626280","-3967044912132732201654394294447510489187650028596351233251077335997268593022","14312820263933060333133685345492524373776711407228377628612077709937962164890","15062974650570561570134641532846471922441810238524117374511224185214169052929","11757469330995161919262549728240615785252492991647694754769259075779925792613","-9047260166576263673885834494700302558485666827044477593837696943386519443795","7059920392666646813301679694042680108869573630472833426661891820348101190889","1967685763740847796254718101761375566930334107898535890659045995348702488327","15238357157557566867085140171163214855934410455356941099742246760880195864698","-12998647255398433541970089701509854975412334464711998138748455197586080320497","-3829302055753201930592890651773554656422473991991048561470028088414312488306","-6334846483702124188949188418930575733863445427074193278364631523376736441753","-4850039883782695707235437890705020440293070161044670108187611067958941534104","-7028670709643554125962418188524428038985383415059567662373790220040529036139","17909394775036835512053498916294477667131798124543848300263706622343388668028","5730359842721709168227751203402277607445798554100951489913412077819695197064","5431233810392950996651663753842877141875222456797468249563796157663859153571","10307081217515037347126177448953995021832727897808965501851924370792937380683","13435737857575411368994856528289430996454319247996078357135843530147009685364","-16054839240692828461044071880554024031460276921271168631862925322564620349334","-20253719387163291988223789289853274331867810376339028079940805686746327614534","-17071930612362684303675356082237786953249722661600908862425608120203373346346","-20957152806294042599962590749502861880277196137772644315809951833792078306966","-11889301882682792232029772286177623120450059712800613456425585473182042077120","-3042365668609824842017483152083927226389800801250012854624878753095661811882","-4683116286066504878904550247156959789560023231454641810860377149186076694158","7515954288717505145397131388362536850513232217297878300599062395712902261606","-4608310174416548950662035256983645278091508683457434914560351040841918139837","-21406325915172758694597826443589348319285252340752537627332705224900996152051","-12263807099039634429852288270634419558698608131511002306703458297161612454404","17637533688415612086678571396219230964644744588873464046056068908424371360907","-3971751221719746661624324565662307147286008794133606815123973910274124032031","15197226420532976477149408730937887442670015065623939103268516676915807493548","1080184984295292865846211813872820017023278957636172955777252620112829126961","14282515868260239933547647226921822409255240076472845584956244558946824561415","8534144718087065450744355876200473383128353153270584764340544347787953114879","16856582830973955397610632242455899969665337389477312984157057521572164793124","5336348973652356834090036373471495394341773423310801915536999017951597592542","15038517441876101835804861291371836227456370660102316401112698213401977502176","12121447584039233169012334363570812620767587535219680328351761099031956178252","8103805686371270624239679257632761112952906996533667985525464787658500561811","13010839975609651548658208008120656909187841053453405099005355001339695218483","3281327573669968061694395270771349759845342428000518592309439939222141948260","-3639298972923859286617018073144677084897192024739114693101331753490904750564","-16067102173347904993730318130960211456178941971912483691329347713260024371391","-17802536119808847254722370044372707628481412010144555668097210005238067566003","11778325713605100775607460135457245157913191762776337561244683686883947078883","-13851579857649661887653711002678713398590039651992123364306667805587176721257","17349547337250145466088858666128090483665510965117542970263847121922183472919","-13293641450956129760095695938920652411546980150399967589130790201842147801447","-2869335454900249856313739738077100510159308222403021877131020029395531858992","-17908781379128548555041196805999534129788583122365541877190441454460169905665","-3771393592381160319043907155777667345801819784910490951898977495803296800232","-14947199245878659538422234981941487485080270871262668509790743094469187277355","19413258148947353001511481380178968452006243818931684751555193288486203235091","-21068052741552499846345712511464266101280932773518943510768662242322887841459","4389442386632304668153180803742967641493626235036358062598119513686982753997","-4429072660049764833037829968882977981990358612792402177729319216755373911808","6467003960134196889094612879474971342496793495052545424730962944268345418057","-10417081764405381949036651328023268857432830484545291821080938819550106335133","4802994614763967025008995818040460261854695032146023172176313838816003845125","-2999726898209006292271607864688099557389585004249491874320480578706816116376","17656975847055789108011507256572046513616269920878562078924386251207188520440","-5271007639284222563508362626288029299048536295395862429347825091112989976830","21627187353002866099999624694619218973485955725210310260706738761250909503159","-8505547342357100700560355466703499866149042541399250659693785862083260613922","6110777118862949969378992803311106741141292296186482484740132482633904840583","-17952726791076182762638567438952591061233533151304784893144793932847499685844","20863371689727154668639309341712010580756493224949391738516122457001662196681","-2607313855279512460900487261202539432777184511871946320607435708143784084178","7724272792685379223955450435142054154339648116370219169780635979573691703353","-5796074932935123220909084707652144413187738703987956937685439139627362995505","19521681197822927357447975102933328041337193794869578584067816999846458020425","-11308070369867722548122253517647881314615745385233684457168826580348968426147","9735442787338586809757905038893526308874561586232882943708063560097493105611","-3579655131435089552417457517969716530566387789548807287744955643747484456886","18460525801856384549647237499403741419667019370435218066467709490368797412521","-9072073435901889216464147635791121465915291524811401046360571873159518436924","983717232345332457400837930715423135977847360208610094401532953925012318312","-7246629710972291328726718929499123085023843427465544741449854436425246683854","18791185794246001726916362820702028788066924680409460637520980540312873039572","-2895326749487273827971619057676759357474181006457842796033608447950420987325","1524632123217557242527976678082219196999662895481437219133546248381845132313","-7087994514808800843699037745109701332698304840817199427258981028967311697312","10513047428224279575306237591151660233363587297780702792024224634642217221706"],["0","-6156068307704796156256801615853608618654227487617014128305787089169994896479","-10480377773938006298006130297479152561636776822344493438069731241186209525718","-16594207924676075072984326773350938483309790614287435947698693781305732778623","18797890548959493659600004212552208181547990421054583797193717093001906633506","17557885797792181264848129228851271931664753590382902247274486339629273208820","19800971547353701824180195493430122116049185507338350473147773845513608657826","6063552712747746342613102112470024886139881325526719996424621015365524443298","14466492257316739024575056434265137612003146543431287622249618258637557926222","4264921464059014210840086739594658580731053718936898337355212514718616303896","21554760809351752199993089773684952061578317417821908601904800851469473922845","17493379690073762717276124186229419064574373706016641425530601849725474708896","8493657007445675427817156487517543976938270735766979987885697720858294826050","12912311721784499568740958889811753984853274353196073989924010291271198414698","11033083749407363857723194491073182630195419066892524467070895678247738764277","-12182020472967750098627366410470075065737444322149511839997852146627936639874","5187121127413194064899432034272785706449396256056546012191588417804320905044","-4383625122726971819059905622221132916996864882481174903918128705161861088703","2083545002771089119979642084157157051085539581580354351212247167352269611239","19325246140634264682690706086411381308189607655067105562731605386091829029015","21619406963343517154829946366875827242492890587527035769773945963192490747329","-6319784194739205363753826132835539441884576063181929296057165736746533905798","10786815278124431046694903324414438122632461779115764422992057351775006418295","-10104814845925751328569983721581789236153463117353229592781004194811440580116","19602923908790923700440296586522964265196950756797250995685843329715398280177","-21146996742068417126330892003460645247157626848477169317393703291486032368426","-3728104139296753981769342424843365015372483064148097488721182243877613128456","-12307911879906248226026267266861565170042484145776147104744256254395019842961","-14195017891015594254266868697128236650241133804698654674932987794032137158338","-14609227828980091119692626282428971079692983200774844905875357885724932235065","8650743915515917313413558202551956370492607515390816776819533330486481395712","19169978045545168936211161225956745157953591538948313285343509324008271265295","16978635417140003230309493321170932965633603003348699682074273723864941592416","19523014818963591496720747808157164110669458172167434986663600592654009132791","13113676443608910574194549871258335421115340957041206594051730686594459161111","-467725118568397110701372016511838722108259170287709784035491354838878590390","-18249441505276301865507956643666216176585467324294287433377287377450319894468","-10161663264220577314719888236645459212373270027195528946276225019694155732414","-4536636727658752880303638177488219364679003454546905596169222585511024856855","-14495137949079335074872469609826435414056777558449051780263810027189482330692","4680154809022004398126544978184725098137328000180095004813983740699092076282","12228392832588438683970017628841719457921392159297201861064645417661808618890","18225866807975584295690399749936557378273904387415439796582832718403077131100","-12778817761001897785958678909445358163104202539235273372629134932498001444147","-17439442008065948649295659365774046266746773902346577639522404862067911151589","-21286147585750471486845882396884872067287350172255676897623526139869247306276","-16182475811783774186701123318964389300658604406601342626502750922248950801192","-6643866024056163559505606741457000861794183185318174769128827344273435706943","-8693669758401150194042182651631850780337656409524007959454631219165539660947","-9758378590451186465325957785815511518622553104965913989294948202761731187184","3919676252769241729965669836084092217865446227368959091542754907793221343669","-9811382621087468993948292799205026284518374281312838351164409257616303554259","-529616655361182315442801128811490407606894226096243534150153145803242312455","-18509487685707564267983731940336001515542887992536040157593044836879245472081","-1559835996491135074749796362273607932745474442097690103264415880113238660023","-16372587967464304599122468470445714881899561115455936314612745933002582893099","-6223370395287578775801460388060640033685402968623167605436951444438716365267","-15690188465598120833131275398206043036087632344926247860702051837507702995515","-19298604867458977024375677223152792600825033315508765290862357700595664888998","-14039478803188783061866529989987978137524087245900723763248858322350189050580","-15958691625622158543746940813777979983305485820649317697875182604842014189070","-4305028174228990706271039047691385304958406856069456601097151169406545932192","-7736897680752433822446384041606066413924054416186557491433324939047937469978","-14762833844475236967289468931251673457270995032384859891326686266622779988340","882658847596174523562259245421467082839020238763670213433026906693432597794","-11122136926842654753532442701021993339579514850242087517660493262661266194219","-2557898039854421545180028902103518984959166113437212080775019434449511269168","-9763750728410539883077768746431478892950374641972327531363991191569999989336","-1963195213384977840765159066325215309101405543409684423822682151153878233369","-18155551596621080260858584563677422687870434639969260771414224819076517219591","15819065892158175869689317442750280693639805142752442225047160778414115084016","-10544734626599394818826823358431620595558277168079232840978622568834966489884","2381203449349706940159776911166408106328662655855827108762793490788094324407","-18076382861018983184572792027025712657081579924983066130971912951659202805922","19474892465077044045670710214532469537635070607201661887302406760008935635626","-18597061536408965162768549574754889718910509369798036451185792811415816098743","14094718602244062794876662643566337891143476510822027693360098894313656115868","-15913286113400089485801236370577549949115225676994595940197300461579155446785","16194508406498678514374354420939329821908437925478586187390844101918256656420","-2806541785782019236692573420360903083063920709316120634601333118616449223573","13415587600247779941655559189671307005231591340327749514188687635291936165535","-582210490543071406801137187282910739753236825754655788812695745039580960367","15678920099320659910701234471425490078984935357550507034226819484805651426132","-2484126088827749540677749925519159142124694533145605414545608730798608978341","14209490597290621526663050045648689354801875771840535422300027065902047111787","-17862452360397275303829255363672936043621110761156193878780910089475676833883","15689511695291817947425030454661360222620925750645590911306171597832743922517","-7235980805122322708617641451403818901285767468458094567553884020213688099978","15086726445938831937917574644060238729909454364625634904264045043113506363767","-9904670568965972569709927145888131275071550934590321305402601951350829463993","20884618988937063781994190521750575827435876745085129524404662666161679511609","-17181000159655765205270703915776687375051566069104915005781745565221119187028","16554460077718650143562457900671917503912002932496756704662732969084725866268","-18968100003189164199242827232759486999934902251814424765224365689662134425860","12901718097565595829344606750158639829393210059295591972350613098610801179423","-7690656293038638693028535384171175570799327178760577955301622298252579034608","6113054820760738403091614170567682298343296080649762716709420596617337926684","-17184853930995166732802125928491178807760572055906017874101406416752925837606","5442691379054398520502375167808227635347077711522093645482570984272648035794","-12733812559144051386021396303047557827434832457966653326149476245082525870743","21005305548119819499103719621306661440651217501088316464374851063094380317311"],["0","-21480601985021561447589670284723758917391687159372928224848511126203500678796","-15200581755676641505051255363842539052959684991616971553151689254685582659365","-3191552649602449195877112174762201401797450243272200742342002659363909125685","4953247605943348837610625384136313774565793633368656186513303448728298253417","-15321761561336130902543276743705386171913077088600278893796782460196233274877","20877075152322514977652769254770726579324686164418227744342919220205992918523","7682712671584018152552888776746870640589832734774774552838774462216458930880","16512364095995124522664731352669480324833013794144490249329362650829966874659","8930258398673935440096258816160286727148796067245430158823252449605915289294","3864522868397111587434880734799578899174360648025601449863820331495734952331","19221968810327169490223450594828499789873792641434002019365571525063472602785","8800400129389399351753107618606645354302306093418229121842268662998051312100","-20905237446174170217329653845486034882280012998062826557135617086218204180298","17011455278225018514173608701830929157142447316419542519333562754034329782095","-12951475092712283129288243212654443334377605757973831333505538113225356910248","19086798872399787415483436877025030447241219200601964368050305928145349278110","-3257908652859962424141391450218694098984045751662967867982442724328767680336","21573118447585761093076323573672155130451499680719488783657924745825814897174","11562910330056099219649948372110067460163640734189421702318952763411560404514","15929441802543821828955498728202188769752072255993154325707658412911443532176","-12681467220948960426714543749806422804141941542172697967339255481268155506947","2207571180352369159609817918187796123635615834283602644794544111031976015022","-12732899707963754169561667045113849287373295476463217993268804079641617051746","8904799052557872240478088668535249670115982171686664090515618161649542998063","-6518326708422039207314868551066848657063348446240328414883752997442903329451","-9145347881795312939370483635276678597076505593500806693513668836592934116080","-10203769628658289861387056863396407447442716708398622085268071164958606413116","-5032613291544085900111962733384764118108707369251883119414366373074005084441","-13549064276197558989595339115915298694646246844507345137125820478312144665318","4032577929165010699305723766005235777941391552959097091688105896089141483375","5893045991841212149643377818578030916581353542041247942451590400381012319085","14227966316116179058496879731720925766909974517856000042311185722870323277975","2919434316743494687000618704382477245772329620185757344116234317599137149709","13841563471201925653451854382780683155702746439211071157668845158855055950679","-50133681828353535988061009588540209994082002834871330616783000131650806146","-20854925076494095181291025923122044018849749737650802650436624529866161623588","-13066418340800347493009453688974240650441811744631002273837623013120828031321","5189545669974870617549432679468544102822209237421545641558223565961477220678","-13871860879746534303885802613424354567033587345295029701197837720621253940056","351694053541040250626261299726724650159289956033259968643007319851658683274","-5739435675674447544392624015900543542221052197221649453938601776255185807325","21866176931225343342384454598881975744937359973048223868900451469088815747311","18511142478978503750907249604870827978424690243790023813164242441869496494298","-7147521501218480959469810406900024650263148383767981025659696639816653422297","12531523490357652090205721770236639380862730557349644548588454039004497845735","10576727973012407891244323056536432052603386147776539127479696771248341515328","-12325346057786267450676810316115674664589194073963479900248677369700758830333","2151028764288431201096860420558119542862052502086176026925623164364202902836","-11457496380131133967392992401592397946594172480909656232582206290627993531466","-673398354465492778573396317424122487298139036329176415276103553708854911302","-10889520529466830021511623984464373257103591671537493614131724649950768514323","-7949688179793755327271332809095997946346771656831430291718668955571183282985","-377763537277568267216225403439154430512723395404295797593104873433353319598","-5132791092476923717145560174683303123245728880369073119648861137283018672870","-6153341486025711731177138045519950511548024000272710730683256479863290800135","-6114209508779367158397196863892673303058435612090396191413765837052297290576","-11627103544170218921846622125780265474891045273721784257875172157656931640842","1651013795772281945442604173660515687596150527073088402946455899206931573491","-433213491764469662902750915813167683979109523098105063063178040697419601062","-20633274760630989975085561358123876979082956434078155525996578680513204010335","-10567767540024874479303267138362659367959280903194284671848305353628488505645","-837679394731746072588443573247361427506121272216566728733956765113908735681","-12702687071758410664022685236608551989669550660175192573775151626279145960021","-21617064972197789803951515540619324271938118347235962619421514124392598383632","-1402513377175689872154000185008222492144550206695498938220990148985230499602","-1686214551127036059537325533604203919968249176210792862209525960647315317301","-2006848448347736440577567790701580382563878721521929968141082734984553060459","-8172909870074955988291999308572218847036016851408464743998731569216210440536","-7648315179378890184561985194246706951788860934635547716895724776961753002355","15577786056011474742212260038101367363097334869384416189533321051200479308602","-2575298253063488942708750784661807079427371229024133878721565364066512563789","13669245480112746815748275434222252869748226980470808536367225750636008228710","-3477982253398526623597153236868111374178387962536732342599422210197139576734","4179523446899881549652738697161254369232683336159416717178982893167611488125","-5167064378500079616882199441639461349810769125184516268009338089742263143761","3071775388289282452481259623324289265701087437614316259558554523897139243911","-7473070319282031611683117077752857540672630452887681619713233463320865491640","3709659564197732218390319411039758851049000278077856528872845749418815318887","-222088078437955022006759187965079883634711560017382210795461126777282024757","11679387833991173577588848614975983525249405028510253182344574741715161357156","-8893669694916017330089884232712725121498004767137131850378032394171400216231","20527331924376162056116187936219852405415768320125513006390630985738117723530","-3898211296376815558054965472731016027135187433090539427976900133686022539294","10315559729979267599207192864027510118515540286812693809036666311232902636196","-778629748841678757152937865111705001473443371806669977347755996141822895667","9399357641293209384649753252790150036525320003006184762650799686816126172199","-8559693448164404703474165340231975390675230251629002612893085857196775040717","6880330731584544386167378438274916212714756692186871164698348542771035020210","-13457422638324615288493542826274371840279186388680778075169744897869966423108","18703389957542749449998801285416184784445765643751351677932610433666285874837","-14492457439992129732821173387413120101294568934718524051720697249065412314995","21511613408739661604567177616420893687899721190943664242943655111948765317760","-1276686872780530075558816036462184357127289954960471517200356500968087036011","3778990997443186612893169181769185504120833140175085449272519714732401739401","-1882559265215349637275379492530957256043830606761196273886750354856763566705","19230090379760604652755661519558254928464044726646162241810070734687651373640","-20818563953339819395540613749944370809668485202588047009620895863064492664940","8209756273863229628752161688598636999705336941464252735537529038569760594618","-3824683158745300839934492166311528248632498553139910795402078895302479440561","8804246448983449113421269961200692171360323625677187496306797933276955954707"],["0","-21072961098203847672932934824190242746235009918329822105998818065831192861975","-8512920639514007787856104982427803017371005582817908762605174322795356823113","-6383105299204898391754224349524402803594900486544401484684005318727818251370","9906495211886697675221250768272627549131587266737312373026606897456596506834","-8755280250832986582840147742153497255277789776784523443895360733816658054137","19865907432805754733059132764284178070101007928420421144987634253836177341429","15365425343168036305105777553493741281179665469549549105677548924432917861760","11136485320150973823083056960081685561117663187872946154960521115084125253701","17860516797347870880192517632320573454297592134490860317646504899211830578588","7729045736794223174869761469599157798348721296051202899727640662991469904662","16555694748815063758200495444399724491199220882451969695032938863551136709953","17600800258778798703506215237213290708604612186836458243684537325996102624200","-19922232020509065212412901945714794676011661595709618770573029985860599864979","12134667684610761806100811658404583225736530232423050694968921321492851068573","-4014707313585291036330080680051611580206847115531628323312872039874905324879","16285354872960299608720468008792785805934074000787894392402407669714890060603","-6515817305719924848282782900437388197968091503325935735964885448657535360672","21257994023332246963906241402087035172354634961022943223617645305075821298731","1237577788272923217053490998962859831778917067962809060939701340247312313411","9970640733248368435664591711147102450955780111570274307717112639247078568735","-3474691570058645631182681754355570519735518683929361590980306775960502518277","4415142360704738319219635836375592247271231668567205289589088222063952030044","-3577556544088233116876928344970423486198226552510401642839403972707425607875","17809598105115744480956177337070499340231964343373328181031236323299085996126","-13036653416844078414629737102133697314126696892480656829767505994885806658902","-18290695763590625878740967270553357194153011187001613387027337673185868232160","-20407539257316579722774113726792814894885433416797244170536142329917212826232","-10065226583088171800223925466769528236217414738503766238828732746148010168882","-5209885680555842756944272486573322300744129288598655930553436770048480835019","8065155858330021398611447532010471555882783105918194183376211792178282966750","11786091983682424299286755637156061833162707084082495884903180800762024638170","6567689760393082894747353718184576445271584635295965740924167259164838060333","5838868633486989374001237408764954491544659240371514688232468635198274299418","5794884070564576084657303020304091222857128478006107971639486131134303405741","-100267363656707071976122019177080419988164005669742661233566000263301612292","-19821607281148915140335646100986812949151135074885570957175044873156514751559","-4244593809761419763772501632691206212335259088845970203977041839665847567025","10379091339949741235098865358937088205644418474843091283116447131922954441356","-5855478887653793385525199481591434045518810290174025058697471254666699384495","703388107082080501252522599453449300318579912066519937286014639703317366548","-11478871351348895088785248031801087084442104394443298907877203552510371614650","21844110990611411462522503452506676401326355545680413394102698751601822999005","-6754200785721542942678312280772894220247348313252021061067923489412624002638","-14295043002436961918939620813800049300526296767535962051319393279633306844594","3174804108876028958165037795216003673177096714283254753478703891433187195853","21153455946024815782488646113072864105206772295553078254959393542496683030656","-2762449243733259679107214886974074240630023747510925456799150552825709165049","-17586185343262412820052684904141036002824259396243682289846957857847402689945","-1026749888422992712539579057927520804639980561403278121466208394680178567315","-1346796708930985557146792634848244974596278072658352830552207107417709822604","-21779041058933660043023247968928746514207183343074987228263449299901537028646","-15899376359587510654542665618191995892693543313662860583437337911142366565970","-755527074555136534432450806878308861025446790808591595186209746866706639196","-10265582184953847434291120349366606246491457760738146239297722274566037345740","-12306682972051423462354276091039901023096048000545421461366512959726581600270","9659823854280540905452012017471928482431493176235241960870672512471213914465","-1365964216501162621446838506303255861233726147027534172052140128738054786067","3302027591544563890885208347321031375192301054146176805892911798413863146982","-866426983528939325805501831626335367958219046196210126126356081394839202124","-19378306649422704727924716970990478869617548467740276708294953174450599525053","-21135535080049748958606534276725318735918561806388569343696610707256977011290","-1675358789463492145176887146494722855012242544433133457467913530227817471362","-3517131271677546105798964727959828890790736919934350803852099065982483424425","-21345887072556304385656625335981373455327872294055890895144824062209388271647","-2805026754351379744308000370016444984289100413390997876441980297970460999204","-3372429102254072119074651067208407839936498352421585724419051921294630634602","-4013696896695472881155135581403160765127757443043859936282165469969106120918","-16345819740149911976583998617144437694072033702816929487997463138432420881072","-15296630358757780369123970388493413903577721869271095433791449553923506004710","9267329240183674262178114330945459637646305338352798035368437915825150121587","-5150596506126977885417501569323614158854742458048267757443130728133025127578","5450248088386218409250145123187230650948089560525582729036247314696207961803","-6955964506797053247194306473736222748356775925073464685198844420394279153468","8359046893799763099305477394322508738465366672318833434357965786335222976250","-10334128757000159233764398883278922699621538250369032536018676179484526287522","6143550776578564904962519246648578531402174875228632519117109047794278487822","-14946140638564063223366234155505715081345260905775363239426466926641730983280","7419319128395464436780638822079517702098000556155713057745691498837630637774","-444176156875910044013518375930159767269423120034764421590922253554564049514","1470532796143071932931291484694691961950445656604472020990945296854514218695","-17787339389832034660179768465425450242996009534274263700756064788342800432462","19166420976913048889985970127182429722283172239834991669083057784900426951443","-7796422592753631116109930945462032054270374866181078855953800267372045078588","20631119459958535198414385728055020237031080573625387618073332622465805272392","-1557259497683357514305875730223410002946886743613339954695511992283645791334","18798715282586418769299506505580300073050640006012369525301599373632252344398","-17119386896328809406948330680463950781350460503258005225786171714393550081434","13760661463169088772334756876549832425429513384373742329396697085542070040420","-5026602404809955354740679907291468592010008376945521806641285609164124350599","15518537043246223677751196825575094480343166887086669012167016680756763254057","-7096672008144984243395941029568965114040773469021013759743190311555016134373","21134983945640047986887949487584512287251077981471294142189106037321722139903","-2553373745561060151117632072924368714254579909920943034400713001936174072022","7557981994886373225786338363538371008241666280350170898545039429464803478802","-3765118530430699274550758985061914512087661213522392547773500709713527133410","16571937887681934083264917293859234768379725052876290139921937282799494251663","-19748885034840363568834821754631466530788606004760059675543587539553176834263","16419512547726459257504323377197273999410673882928505471075058077139521189236","-7649366317490601679868984332623056497264997106279821590804157790604958881122","17608492897966898226842539922401384342720647251354374992613595866553911909414"],["0","-20257679324568420123619463903123210403921655436243609868299431945086577228333","-17025841279028015575712209964855606034742011165635817525210348645590713646226","-12766210598409796783508448699048805607189800973088802969368010637455636502740","19812990423773395350442501536545255098263174533474624746053213794913193013668","4377682370173302056566110260950280577992784846846987455907482718942492387343","17843571993772234243871859783311081051653651456424807946277064321096546187241","-13045635057342477834281256383527067614737397861732970476041310524285781267714","384727768462672423919708174906096033686961975329857966222838043592442011785","13832790722856466538138629519383871820046819868565686291594805611847852661559","15458091473588446349739522939198315596697442592102405799455281325982939809324","11223146625790852294154585143542173893850077364487905046367673540526464924289","13313357645718322184766024729169306328660859973256882143670870465416396752783","-17956221169178855202579398146172314263474958791003203197447855785145391234341","-19507150374457026832291188173705383725623668335985967297458565730165914854088","-8029414627170582072660161360103223160413694231063256646625744079749810649758","10682466874081323995194530272328296523319783601159754441106611152853971625589","-13031634611439849696565565800874776395936183006651871471929770897315070721344","20627745174825218705566077058916795256160905521629852103537086423575834101845","2475155576545846434106981997925719663557834135925618121879402680494624626822","19941281466496736871329183422294204901911560223140548615434225278494157137470","-6949383140117291262365363508711141039471037367858723181960613551921005036554","8830284721409476638439271672751184494542463337134410579178176444127904060088","-7155113088176466233753856689940846972396453105020803285678807945414851215750","13730953338392213739665948928883723591915564286330622018364268460022363496635","-4185063961848881607013068459010119539705029384545279315836807803195804822187","-14693148655341976535235528795849439299757657973587192430356471159795927968703","-18926835642793884223301821708328354701222502433178453997374080473258617156847","-20130453166176343600447850933539056472434829477007532477657465492296020337764","-10419771361111685513888544973146644601488258577197311861106873540096961670038","16130311716660042797222895064020943111765566211836388366752423584356565933500","1683941095525573376327105529054848577777049767748957426108157414948240780723","13135379520786165789494707436369152890543169270591931481848334518329676120666","11677737266973978748002474817529908983089318480743029376464937270396548598836","11589768141129152169314606040608182445714256956012215943278972262268606811482","-200534727313414143952244038354160839976328011339485322467132000526603224584","-17754971690458555058424886456716350809753905749355107570651885559737221007501","-8489187619522839527545003265382412424670518177691940407954083679331695134050","20758182679899482470197730717874176411288836949686182566232894263845908882712","-11710957775307586771050398963182868091037620580348050117394942509333398768990","1406776214164161002505045198906898600637159824133039874572029279406634733096","-1069499830858514955324090318344899080335844388470563472056202918444934733683","21799979109383547702798601159756077714104346690944792444507193316627837502393","8379841300396189336889781183711486648053667773911992221562357207750560490341","-6701843133034648615632835882342823512504229134655889758940582372690805193571","6349608217752057916330075590432007346354193428566509506957407782866374391706","20418669020210356342730886480888453121865180190690122166220582898417557565695","16363344384372755864031975971309126607288316905394183430099903080924390165519","8604115057153724804387441682232478171448210008344704107702492657456811611344","-2053499776845985425079158115855041609279961122806556242932416789360357134630","19194649453977304107952820475560785139355808255099328682593789971740388850409","-21669839246028044863800090192600217939866002285733940112828694413227265561675","-9910509847335746086838925491126716696838722226909686823176471635708924636323","-1511054149110273068864901613756617722050893581617183190372419493733413278392","-20531164369907694868582240698733212492982915521476292478595444549132074691480","-2725123072263571702462146436822526957643731600674808579034821732877354704923","-2568595163278193411342381710313418123685378047945550421956859161633380666687","-2731928433002325242893677012606511722467452294055068344104280257476109572134","6604055183089127781770416694642062750384602108292353611785823596827726293964","20155388904781396570635402082004604352631926308023614091445492023786130091369","-16868370427006134233603028196723682650686732535064519072891702162325390554489","-20382827288260222694966662808193362383288759212361104343695017227938145526963","-3350717578926984290353774292989445710024485088866266914935827060455634942724","-7034262543355092211597929455919657781581473839868701607704198131964966848850","-20803531273273333549066844926705471822107380187695747446591443937842968047677","-5610053508702759488616000740032889968578200826781995752883960595940921998408","-6744858204508144238149302134416815679872996704843171448838103842589261269204","-8027393793390945762310271162806321530255514886087719872564330939938212241836","-10803396608460548730921591489031600299595703005217824632296722090289033266527","-8705017845676285516001535031729552718607079338126156523884694921271203513803","18534658480367348524356228661890919275292610676705596070736875831650300243174","-10301193012253955770835003138647228317709484916096535514886261456266050255156","10900496176772436818500290246374461301896179121051165458072494629392415923606","-13911929013594106494388612947472445496713551850146929370397688840788558306936","16718093787599526198610954788645017476930733344637666868715931572670445952500","-20668257514000318467528797766557845399243076500738065072037352358969052575044","12287101553157129809925038493297157062804349750457265038234218095588556975644","-8004038405288851224486062565754155074142157411134692135154729666707653470943","14838638256790928873561277644159035404196001112311426115491382997675261275548","-888352313751820088027036751860319534538846240069528843181844507109128099028","2941065592286143865862582969389383923900891313208944041981890593709028437390","-13686435907824794098113131185593625397443654668132493057813925390109792369307","16444599081986822557725534509107584356017980079253948994467911383225045407269","-15592845185507262232219861890924064108540749732362157711907600534744090157176","19373996048077795174582365710852765385513796746834740892448461058355802049167","-3114518995366715028611751460446820005893773487226679909391023984567291582668","15709187693333562316352607265903325057552915611608704706904994560688696193179","-12350530920818343591650255615670626474152556606099976107874139242211291667251","5633080054498902322423108007842389762310662368331450315095189984508331585223","-10053204809619910709481359814582937184020016753891043613282571218328248701198","9148831214653172133255987905892913872137969373757303680635829174937718012497","-14193344016289968486791882059137930228081546938042027519486380623110032268746","20381725019440820751529493229911749485953791562526553940680007888067635784189","-5106747491122120302235264145848737428509159819841886068801426003872348144044","15115963989772746451572676727076742016483332560700341797090078858929606957604","-7530237060861398549101517970123829024175322427044785095547001419427054266820","11255632903524592944283428842461194448211085705336545936145670379023180007709","-17609527197841451915423237764005657973028847609104085007388970892530545172909","10950782223613643292762241009137272910272983365440976598451911967703233882855","-15298732634981203359737968665246112994529994212559643181608315581209917762244","13328742924094521231438674099545493596892930102292715641528987546532015323211"],["0","-18627115777297565024992522060989145719294946472071185392900659703597345961049","9724803185622519293068391560803338107612706469560433636975711081970189698782","-3644178324980318344770491652840336125831237545761571595037817088335464509863","17737737975707515478638597327833235107977984666533215148408223403250577531719","-13132878131492671109114185223356713932562794706722059431883238748690823720931","13798901115705193265497313821364887014758938512433581548855924455617283878865","-4203027242845680446316107021796860140926431323049906608384416861995754039811","769455536925344847839416349812192067373923950659715932445676087184884023570","5777338573873657854030853293510468551545275336715338239491407037119896827501","9027940075337617477232640133139356104846520783788777255212358465390071123031","-21330192492096845856183641203430202389396574071856258594661061292098687142656","4738472419597369147285643713081337568773355546097729943643536744256985009949","-14024199466518435182912390547087353438401553181590372051197507383714973973065","4762184994764496779910435143103782725849392128860134092479276912819787283058","-16058829254341164145320322720206446320827388462126513293251488159499621299516","21364933748162647990389060544656593046639567202319508882213222305707943251178","-4175026351040424170884725856492277703324001612887708600161337608054332947071","19367247477811162188885748372576315423773446642843669863375968660575859708073","4950311153091692868213963995851439327115668271851236243758805360989249253644","17994320061154198520411961099331134715274756045865062887170246370412505779323","-13898766280234582524730727017422282078942074735717446363921227103842010073108","17660569442818953276878543345502368989084926674268821158356352888255808120176","-14310226176352932467507713379881693944792906210041606571357615890829702431500","5573663804945152257085492112510172095282764172245209693030332733468918497653","-8370127923697763214026136918020239079410058769090558631673615606391609644374","-7498054438844677848224651846441603510966951546758350517014738133016047441789","-15965428413748493224357237671399434313896640465940873651049956759941425818077","-18372663460513411978649296121820837856321294553599030611616726798016232179911","-20839542722223371027777089946293289202976517154394623722213747080193923340076","10372380561480810372199384382784611134982768023256742389806642982137323371383","3367882191051146752654211058109697155554099535497914852216314829896481561446","4382516169733056356743009127481030692537974140767828619998464850083543745715","1467231662108682273758543889802542877630272561070024409231670354217288702055","1291293410419029116382806335959089802880149511608397542859740337961405127347","-401069454626828287904488076708321679952656022678970644934264001053206449168","-13621700509077834894603367168175426530959447098294180797605566932898633519385","-16978375239045679055090006530764824849341036355383880815908167358663390268100","19628122487959689718149055690491077734029309498956330788767584341116009269807","-1533672678775898319854392181108461093526876760280065891091680832090989042363","2813552428328322005010090397813797201274319648266079749144058558813269466192","-2138999661717029910648180636689798160671688776941126944112405836889869467366","21711715346927820183350796574254880339660328981473550545316182446679866509169","16759682600792378673779562367422973296107335547823984443124714415501120980682","-13403686266069297231265671764685647025008458269311779517881164745381610387142","-9189026436335159389586254564393260395839977543283015329783388620843059712205","18949095168581437463215367216519631155181995980964209988742961610259306635773","10838445896906236505817546197360978126028269410372332516501601975272971835421","17208230114307449608774883364464956342896420016689408215404985314913623222688","-4106999553691970850158316231710083218559922245613112485864833578720714269260","16501056036115332993659235205864295190163252109782623021489375756904969205201","-21451435620216814505353774639943160791183640171051845881959184639878722627733","-19821019694671492173677850982253433393677444453819373646352943271417849272646","-3022108298220546137729803227513235444101787163234366380744838987466826556784","-19174085867976114514918075652209149897417466642536550613492684911688340887343","-5450246144527143404924292873645053915287463201349617158069643465754709409846","-5137190326556386822684763420626836247370756095891100843913718323266761333374","-5463856866004650485787354025213023444934904588110136688208560514952219144268","-8680132505661019658705572355973149587779160183831327120126556992920355907689","18422534937723517919024398418751933616715488215631193839192779860996451687121","-11848497982172993244959650648190090212825100669713003802085200138074972613361","-18877411704681170167686919871129449678029154024306174343691830269300482558309","-6701435157853968580707548585978891420048970177732533829871654120911269885448","-14068525086710184423195858911839315563162947679737403215408396263929933697700","-19718819674707391875887284108153668555666395974975460549484683689110127599737","-11220107017405518977232001480065779937156401653563991505767921191881843996816","-13489716409016288476298604268833631359745993409686342897676207685178522538408","-16054787586781891524620542325612643060511029772175439745128661879876424483672","-21606793216921097461843182978063200599191406010435649264593444180578066533054","-17410035691352571032003070063459105437214158676252313047769389842542407027606","15181074088895421826466051578524563462036856952995157797775547476724791990731","-20602386024507911541670006277294456635418969832193071029772522912532100510312","21800992353544873637000580492748922603792358242102330916144989258784831847212","-5935615155348937766530820149687615904878739299877824397097173495001308118255","11547944703359777174975503832032759865313102288859299393733658958765083409383","-19448272156161361712811189787858415709937788601060095800376500531362296654471","2685960234474984397603671241337039037060335100498495732770232004601305455671","-16008076810577702448972125131508310148284314822269384270309459333415306941886","7789033641742582524876149543060795719843637824206817887284561808774714055479","-1776704627503640176054073503720639069077692480139057686363689014218256198056","5882131184572287731725165938778767847801782626417888083963781187418056874780","-5484628943810312973979856625929975706338944935848951771929646593643776242997","11000955292134369893204663272957893623487595758091863645237618579874282318921","-9297447499175249242193318036590853128533135064308281080116996882912371818735","16859749224316315126918325676448255682479229093253447441198717930135795602717","-6229037990733430057223502920893640011787546974453359818782047969134583165336","9530132514827849410458808786549375026557466822801375070111784934801583890741","-2812818969797411961054105486083977859756748811783917872050074297846774838885","11266160108997804644846216015684779524621324736662900630190379969016663170446","-20106409619239821418962719629165874368040033507782087226565142436656497402396","18297662429306344266511975811785827744275938747514607361271658349875436024994","-6498445160740661751337358373018585367614729475668020695274557059644256041875","18875207167042366280812580714566223883359218724637073537661811589559463072761","-10213494982244240604470528291697474857018319639683772137602852007744696288088","8343685107706217680898947708896208944418300720984649250481953531283405419591","-15060474121722797098203035940247658048350644854089570191094002838854108533640","623022935209910666320451939665113807873807010257057528593136571470551519801","-13330811523843628608600069782754040857509330817792135671079737598485281850201","13321575388011363278076273017270731997602330465918853205619748830659270093","-8709222398123131497229531585234950900511624024703252019518426975844027028871","4769242976349767240630942453833712105237495804169396939359770906488222150805"],["0","-15365988682755854827738638376721016350041528543726336442103115220618883426481","19449606371245038586136783121606676215225412939120867273951422163940379397564","-7288356649960636689540983305680672251662475091523143190075634176670929019726","13587233079575755735030788910409195127407604932650395953118242619925346567821","-4377513391146066995981964701456152776577225013028084520068273310805838946245","5709559359571111308748221897472498940969512624451128754013644724658759262113","13482188386147914329614191701663554806695501754316221126929370462584300415995","1538911073850689695678832699624384134747847901319431864891352174369768047140","11554677147747315708061706587020937103090550673430676478982814074239793655002","18055880150675234954465280266278712209693041567577554510424716930780142246062","1116100759484858732125529083654145398303580657119551498074285788954242705922","-12411298032644536927675118319094599951001653308220574456411130698061838475719","-6160156061197595143578375348917431788254741962764709758696810580854139450513","9524369989528993559820870286207565451698784257720268184958553825639574566116","-10229415636843053068394239695155617553106412523836992242804772132423434103415","20841624624486020758531715344055911004730770004222983420728240424840078006739","-8350052702080848341769451712984555406648003225775417200322675216108665894142","16846252083783049155525090999895355758998528885271305383053733134575910920529","9900622306183385736427927991702878654231336543702472487517610721978498507288","14100397250469121818577516453404994342001147691314091430642288554249203063029","-5909289688629889827215048289587289069335785071018858384144250021108211650599","13432896013798631331510680945747462889621488948121607973014501589935807744735","-6732209480866589712769021014506112801037448019667178799017027595083596367383","-10740915261948970708075421520236930897982836055925614957637538719637971500311","-16740255847395526428052273836040478158820117538181117263347231212783219288748","-14996108877689355696449303692883207021933903093516701034029476266032094883578","-10042613955657711226468069597541593539244916531465712958401709333307043140537","-14857084049187548735052186498384400624094224706782026879535249409456655864205","-19790842572607466833307774147329303317404669908373213100729289973812038184535","20744761122961620744398768765569222269965536046513484779613285964274646742766","6735764382102293505308422116219394311108199070995829704432629659792963122892","8765032339466112713486018254962061385075948281535657239996929700167087491430","2934463324217364547517087779605085755260545122140048818463340708434577404110","2582586820838058232765612671918179605760299023216795085719480675922810254694","-802138909253656575808976153416643359905312045357941289868528002106412898336","-5355158146316394566960328591093577973370529796172327251512929679221458543153","-12068507606252082887933607316272374610133708310351727288118130530750972040583","17368002104080104214051705635724880379510254597496627233836964495656210043997","-3067345357551796639708784362216922187053753520560131782183361664181978084726","5627104856656644010020180795627594402548639296532159498288117117626538932384","17610243548405215400950044471877678767204986846533780455473392512796069560885","21535187822016365144455187403252485590772293562531066746934160706783924522721","11631122329745482125312718989588671503666306695231934542551224644426433465747","16969113211539955981961467961143256127079812262208509651634078882388396216950","3510189999168956443073896616470754296868409313850003684131426944889689071207","16009947465323599704184328687781987221815627561512385633787719033942804775929","21676891793812473011635092394721956252056538820744665033003203950545943670842","12528217356775623995303360983672637597244475632962782087111766443251437949759","-8213999107383941700316632463420166437119844491226224971729667157441428538520","-10774373671447884457174341078785959796770224581266822644417656859341678580832","-21014628368594353788461143534629046493818915941687657420220165093181636759849","-17753796517503709125109296219249591698806524507222712949007682356259890049675","-6044216596441092275459606455026470888203574326468732761489677974933653113568","-16459928864112953807589745559161024706286568884657066883287165636800873279069","-10900492289054286809848585747290107830574926402699234316139286931509418819692","11613862218726501576876878904003602593806852208633832655870767540042285828869","-10927713732009300971574708050426046889869809176220273376417121029904438288536","-17360265011322039317411144711946299175558320367662654240253113985840711815378","14956827003607760615802391092246592144882612030846353334687355535417094878625","20079489779332563954573510194134369751446527461406061083226008097001671764512","-15866580537523065113127433997001624267509943648196314343685456352025156621001","-13402870315707937161415097171957782840097940355465067659743308241822539770896","-6248807301581093624145312078421356037777530959058772087118588341284058899783","-17549396477575508529528162471050062022784427549534886755271163191644446703857","-551971162971762732217597214874284785764438906711948667837638197187879498015","-5091189946193301730350802792409987630943622418956651451654211183781236581199","-10221332301724507826994678905968011032473695143934845146559119573177040471727","-21325343562002919701439960210869126109834447620455264185488684174580324570491","-12931828510865866841759734381660935785879952952088591751840575498509005559595","8473905305951568430685697411791851835525349505574281251852890766873775485845","-19316529177176547861093606809331638182289575263970107715846841638488392525007","21713741835250472051754755240240570119036352083788627488591774330993855198807","-11871230310697875533061640299375231809757478599755648794194346990002616236510","1207646534880279127704601918808244642077840177302564443769113730954358323149","-17008301440483448203375973830459556331327212801704157257054796876148784813325","5371920468949968795207342482674078074120670200996991465540464009202610911342","-10127910749316129675697844517759345208020265244122734196920714480254805388155","15578067283485165049752299086121591439687275648413635774569123617549428110958","-3553409255007280352108147007441278138155384960278115372727378028436512396112","11764262369144575463450331877557535695603565252835776167927562374836113749560","-10969257887620625947959713251859951412677889871697903543859293187287552485994","113667712429464564162920800658512158426827115767692946777032973172756142225","-18594894998350498484386636073181706257066270128616562160233993765824743637470","11831255576793355031590245607639236276410093786090860538699231673695782709817","-12458075981466860114447005841787280023575093948906719637564095938269166330672","19060265029655698820917617573098750053114933645602750140223569869603167781482","-5625637939594823922108210972167955719513497623567835744100148595693549677770","644077346156334067446026286112283960694285072909766916682555751457517845275","-18324576366640367615679033513074473647531702615148140109432080686737186309175","14707081986773413310777545878314380400003513094613180378845112513175063554371","-12996890321481323502674716746037170735229458951336041390549114119288512083750","15862171462245457339378755683875172678170073048858112731625418992543117649905","-20426989964488481208941056583394949714036639279367544275205704015489392576176","16687370215412435361797895417792417888836601441969298500963907062566810839182","-8232705371606318974159666135238041008152925307763106038489801491132408571663","1246045870419821332640903879330227615747614020514115057186273142941103039602","-4773380175847981994953733820250806626470297235168236998461271010394755204785","26643150776022726556152546034541463995204660931837706411239497661318540186","-17418444796246262994459063170469901801023248049406504039036853951688054057742","9538485952699534481261884907667424210474991608338793878719541812976444301610"],["0","-8843734493672434433230871008184757611534692687036638540508026254661958357345","-4877273001188473272219245247301197746645902922590334139493564045270858196106","-14576713299921273379081966611361344503324950183046286380151268353341858039452","5286223287312236247815172075561115166266845464884757562538281053274884640025","-8755026782292133991963929402912305553154450026056169040136546621611677892490","11419118719142222617496443794944997881939025248902257508027289449317518524226","5076133900456553436981977658069834524842639108216407910160536738592792336373","3077822147701379391357665399248768269495695802638863729782704348739536094280","1221111423655356193877007428784599117632736946445318614267423961903778814387","14223517429511194686684154787300149330837718734739074677151229674984475996507","2232201518969717464251058167308290796607161314239102996148571577908485411844","-2934353193449798633103830892931924813454942216025114569124057209547868455821","-12320312122395190287156750697834863576509483925529419517393621161708278901026","19048739979057987119641740572415130903397568515440536369917107651279149132232","-20458831273686106136788479390311235106212825047673984485609544264846868206830","19795006377132766294817024942854546920913175608029932497758276663104347517861","-16700105404161696683538903425969110813296006451550834400645350432217331788284","11804261295726823088803776254533436429448693370126576422409262082576013345441","19801244612366771472855855983405757308462673087404944975035221443956997014576","6312551629098968414908627161552713595453930982212148517586372921922597630441","-11818579377259779654430096579174578138671570142037716768288500042216423301198","4977549155757987440774956146237650690694613495827181602330798993295806993853","-13464418961733179425538042029012225602074896039334357598034055190167192734766","-21481830523897941416150843040473861795965672111851229915275077439275943000622","-11592268822951777633858141926823681229091870675946200182996258238990630081879","-8103974883539436170652201640509138955319441786617367724360748345488381271539","-20085227911315422452936139195083187078489833062931425916803418666614086281074","-7825925226535822247857967251511526159640085013148019415372294632337503232793","-17693442273375658444369142549401331546260975416330391857760375761048267873453","19601279374083966266551131785881169451382707692610935215528367741973484989915","13471528764204587010616844232438788622216398141991659408865259319585926245784","17530064678932225426972036509924122770151896563071314479993859400334174982860","5868926648434729095034175559210171510521090244280097636926681416869154808220","5165173641676116465531225343836359211520598046433590171438961351845620509388","-1604277818507313151617952306833286719810624090715882579737056004212825796672","-10710316292632789133920657182187155946741059592344654503025859358442917086306","-2248772340664890553620808887287474131719052220287420232538056874926135585549","12847761336320933205857005526192485670472144794577220123975724804736611592377","-6134690715103593279417568724433844374107507041120263564366723328363956169452","11254209713313288020040361591255188805097278593064318996576234235253077864768","13332244224971155579653683198498082445861609292651526567248580839016330626153","21182132772193455066663969061247696092996222724646099150170117226992040549825","-20514241084187586193867373511337207169764115410368199602293959084298750059740","12049983551240636741676530177029237165611260124000984959569953578200983938283","7020379998337912886147793232941508593736818627700007368262853889779378142414","-11756590813031351036124154114950575733465473677807297419820970305266007439376","21465540715785670801023779044186637415564713241073295722308203714516078846067","3168191841711972768360316222088000105940586865509529830525328699927067403901","-16427998214767883400633264926840332874239688982452449943459334314882857077040","-21548747342895768914348682157571919593540449162533645288835313718683357161664","-20141013865349432354675881324000817899089467482959280496742125999787465024081","-13619350163168143027972186693241908309064684614029391554317160525943971603733","-12088433192882184550919212910052941776407148652937465522979355949867306227136","-11031614856386632392933085373064774324024773368898099422876127087025938062521","-21800984578108573619697171494580215661149852805398468632278573863018837639384","1339481565613727931507352062749930099065340016851630968043330893508763162121","-21855427464018601943149416100852093779739618352440546752834242059808876577072","9055955721034471809670522066621951825980088065506760206890180401470193360478","8025411135376246009358376439235909201216859661276672325676506884258381261633","18270736686825852686900614643011464414344690522396087822753812007427535033407","-9844918203206855004008462248745973446471522895976594343672708517474504746385","-4917497759576599100583788598658290591647516310514100975788412297069271046175","-12497614603162187248290624156842712075555061918117544174237176682568117799566","-13210550083311741836809919196842848957020490698653739166844122196713084912097","-1103942325943525464435194429748569571528877813423897335675276394375758996030","-10182379892386603460701605584819975261887244837913302903308422367562473162398","-20442664603449015653989357811936022064947390287869690293118239146354080943454","-20762444252166564180633514676480977131120530840494494027279164162584840645365","-3975414149892458461273063018064596483211541503761149159982946810442202623573","16947810611903136861371394823583703671050699011148562503705781533747550971690","-16744815482513820499940807873406001276030786127524181087995479090400976554397","21539240798661668881263104735223865149524339767161220633485344475411901901997","-1854217749556475843876874853493188530966592799095263244690489793429423977403","2415293069760558255409203837616489284155680354605128887538227461908716646298","-12128360009127621184505541915661837574106061202992280170411389565721761131033","10743840937899937590414684965348156148241340401993982931080928018405221822684","-20255821498632259351395689035518690416040530488245468393841428960509610776310","9267891695131054877258192426985907790826186896411237205440043048523047726299","-7106818510014560704216294014882556276310769920556230745454756056873024792224","1640281866449875704654258009857796302658766105255517992156920563096419003503","-50272903401976673673020758462627736807415342979772744020382187999296476371","227335424858929128325841601317024316853654231535385893554065946345512284450","-15301547124861721746526866401106137425584175856817089976769783345073678779323","1774268281747434840934085470021197464271823171765686733700259160815756924017","-3027909091094445006647605938317284958601823497397404931429987689962524165727","16232287187472122419588829400940225017681502890789465936748935552630527067347","-11251275879189647844216421944335911439026995247135671488200297191387099355540","1288154692312668134892052572224567921388570145819533833365111502915035690550","-14760909861441460009111661280891672206515040829880245875165957186898564122733","7525921101707551399308686011371485711458661788810326413992020839774318613125","-4105537771123371783103027746817066381910553502256048437400024052001215671883","9836100052651639456511105622493070267791781697300191119552633798510426804193","-18965737057137687195635707421532624339524914158319054206713203844402976656735","11486497558985595501349385090327560689124838483522562658229609938557813182747","-16465410743212637948319332270476082016305850615526212076979602982264817143326","2492091740839642665281807758660455231495228041028230114372546285882206079204","-9546760351695963989907467640501613252940594470336473996922542020789510409570","53286301552045453112305092069082927990409321863675412822478995322637080372","-12948646720653250766671720595682528513498131698396973734375503716800299619867","19076971905399068962523769815334848420949983216677587757439083625952888603220"],["0","-17687468987344868866461742016369515223069385374073277081016052509323916714690","12133696869462328677807915250654879595256558555235366064711076096034092103405","-7265183728003271535917527477465413918101535965676538416604332520107907583287","10572446574624472495630344151122230332533690929769515125076562106549769280050","-17510053564584267983927858805824611106308900052112338080273093243223355784980","949994566445170012746481844632720675329686097388480672356374712059228552835","-11735975070926168348282450429117606038863086183983218523377130709390223822871","6155644295402758782715330798497536538991391605277727459565408697479072188560","2442222847310712387754014857569198235265473892890637228534847923807557628774","6558791987183114151121903829343023573127073069062115010604255163393143497397","4464403037939434928502116334616581593214322628478205992297143155816970823688","-5868706386899597266207661785863849626909884432050229138248114419095736911642","-2752381372951105352067095650412452064470603450642804691089038136840749306435","-5679005785562576205209330345684288370301591769950995947562193070593318726770","-19029419675532937051330553035365195123877285694931934627520884343117927918043","17701769882426257367387644140451818753277986815643830651818349139632886540105","-11511967936484118144831401106680946538043648502685634457592496677858855080951","1720279719614370955361146763809597770349022339837118501120319978576218195265","17714246352894267723465306221554239528376981774393855606372238701338185533535","12625103258197936829817254323105427190907861964424297035172745843845195260882","-1748915882680284086613787413091881188794775883659399192878795897857038106779","9955098311515974881549912292475301381389226991654363204661597986591613987706","-5040595051627083628829678312767176115601427678252680852369906193758576973915","812824695882667612191125409566826585165384577129608856846253494599730989990","-1296294774064280045469878108390087369635376951476366022294312291405451668141","5680293104760402880942002464238997177909480827181298894976707495599045952539","-18282212950791569683625872644909099068431301725446817489908633146652364066531","-15651850453071644495715934503023052319280170026296038830744589264675006465586","-13498641674912041666491879353545388003973586432244749371822547335520727251289","17314315876328657310855857826505063814217050984805836087358531297371161484213","5054814656569898798987282719620302155884431883567284474032314452596043995951","13171886486025175631697667274590970451755428725726594616289514614092541470103","11737853296869458190068351118420343021042180488560195273853362833738309616440","10330347283352232931062450687672718423041196092867180342877922703691241018776","-3208555637014626303235904613666573439621248181431765159474112008425651593344","-21420632585265578267841314364374311893482119184689309006051718716885834172612","-4497544681329781107241617774574948263438104440574840465076113749852271171098","3807279800802591189467605307127696252395925188738405904253245422897414689137","-12269381430207186558835137448867688748215014082240527128733446656727912338904","620176554787300817834317437253102521646192785712603649454264283930347233919","4776245578103035937060960651738889803174854184887018790798957491456852756689","20476022672547634911081532377238117097444081048876163956642030267408272604033","-19140239296535897165488341277417139250979866420320364860889713982021691623863","-19676518641197276961139751136456075845874208552830098768256501216749649114668","14040759996675825772295586465883017187473637255400014736525707779558756284828","-1624938754223426850001902484643876378382582955198560495943736423956206383135","21042838559732066379801152343115999742581062081730557100918203242456349196517","6336383683423945536720632444176000211881173731019059661050657399854134807802","-10967753557696491579020124108423390659931013564488865543220464443189905658463","-21209251813952262606450958569886564098532533924651256233972423250790905827711","-18393784858859589487105356902744360709630570565502526649786047812999121552545","-5350457454497010833697967641226541529581004827642748764936116865312134711849","-2288623513925093879592020074848608464265932905458896702260507713158803958655","-174986840933989563619765000872273559501182337380164502054049987476067629425","-21713726284377872017147937243903156233751341210380902920858943539461866783151","2678963131227455863014704125499860198130680033703261936086661787017526324242","-21822612056197928664052426456446912470930872304465059161970279933041944658527","18111911442068943619341044133243903651960176131013520413780360802940386720956","16050822270752492018716752878471818402433719322553344651353013768516762523266","14653230501812430151554823540765653740141016644376141301809419828279261571197","-19689836406413710008016924497491946892943045791953188687345417034949009492770","-9834995519153198201167577197316581183295032621028201951576824594138542092350","-3106986334485099274334842568428149062561759435819054004776149178560427103515","-4532857294784208451373432648428422825492616996891443989990040206850361328577","-2207884651887050928870388859497139143057755626847794671350552788751517992060","-20364759784773206921403211169639950523774489675826605806616844735124946324796","-18997086335058756085732309878614769041346416175323346242538274106132353391291","-19636645632493853139020623607704679173692697280572953710860124138593872795113","-7950828299784916922546126036129192966423083007522298319965893620884405247146","12007378351966998500496383901910132253553033621881090663713358880919293447763","-11601388093188365777635210001554727463513207854632327832292753994226144613177","21190238725484062540279803725190455210500315133906406923272484764247995308377","-3708435499112951687753749706986377061933185598190526489380979586858847954806","4830586139521116510818407675232978568311360709210257775076454923817433292596","-2368477146415967146764678086066400059663758005568525997124574944867713766449","21487681875799875180829369930696312296482680803987965862161856036810443645368","-18623400125425243480544972325780105743532696576074902443984653734443413057003","18535783390262109754516384853971815581652373792822474410880086097046095452598","-14213637020029121408432588029765112552621539841112461490909512113746049584448","3280563732899751409308516019715592605317532210511035984313841126192838007006","-100545806803953347346041516925255473614830685959545488040764375998592952742","454670849717858256651683202634048633707308463070771787108131892691024568900","-8714851377884168270807327056954999762619987313218145609841362503571549063029","3548536563494869681868170940042394928543646343531373467400518321631513848034","-6055818182188890013295211876634569917203646994794809862859975379925048331454","10576331503104969616931253056623174946814641381162897529799666918685245639077","-614308886540020466186438143414547789505626093855308632702390196198390215463","2576309384625336269784105144449135842777140291639067666730223005830071381100","-7633576851043644795976916816526069324481717259344457406633710187221319749849","15051842203415102798617372022742971422917323577620652827984041679548637226250","-8211075542246743566206055493634132763821107004512096874800048104002431343766","19672200105303278913022211244986140535583563394600382239105267597020853608386","-16043231242436099169025009097807973590501463916222074069728203502230144817853","1084752246131915780452364435397846289701312566629090972761015690539817869877","-11042578614586000674392258795694888944063336830636389810261001777953825791035","4984183481679285330563615517320910462990456082056460228745092571764412158408","-19093520703391927979814935281003226505881188940672947993845084041579020819140","106572603104090906224610184138165855980818643727350825644957990645274160744","-4009050569467226311097035446107781938447898996377913125052803247024790744117","16265700938958862702801133885412421753351602032939141171179963065329968710823"],["0","-13486695102850462510677078287481755357590406347730519818333900832072024933763","2379150867085382133369424756052484101964752710054697785723948005492375711193","-14530367456006543071835054954930827836203071931353076833208665040215815166574","21144893149248944991260688302244460665067381859539030250153124213099538560100","-13131864257329260745609311866391947124069435703808641816847982299870903074343","1899989132890340025492963689265441350659372194776961344712749424118457105670","-1583707270013061474318495112977936989177807967550402703056057232204639150125","12311288590805517565430661596995073077982783210555454919130817394958144377120","4884445694621424775508029715138396470530947785781274457069695847615115257548","13117583974366228302243807658686047146254146138124230021208510326786286994794","-12959436795960405365242173076024111902119719143459622359103917874941866848241","-11737412773799194532415323571727699253819768864100458276496228838191473823284","-5504762745902210704134191300824904128941206901285609382178076273681498612870","-11358011571125152410418660691368576740603183539901991895124386141186637453540","-16170596479226598880414700325473115159206206989447834911343564499660047340469","13515296893013239512528882535646362418007609230871626959938494092689964584593","-1135693001128961067416396468104617987538932604955234571486789169141901666285","3440559439228741910722293527619195540698044679674237002240639957152436390530","13540249833949260224684206697851203968205599148371676869046273216100562571453","3361963644556598437388102900953579293267359528432559726647287501114582026147","-3497831765360568173227574826183762377589551767318798385757591795714076213558","19910196623031949763099824584950602762778453983308726409323195973183227975412","-10081190103254167257659356625534352231202855356505361704739812387517153947830","1625649391765335224382250819133653170330769154259217713692506989199461979980","-2592589548128560090939756216780174739270753902952732044588624582810903336282","11360586209520805761884004928477994355818961654362597789953414991198091905078","-14676183029743864145005339544560923048314239050477600636119062106728919637445","-9415458034304013769185463260788829550011975652176043317790974342774204435555","-5109040477984808110737352961833500919398808464073464399946890484465646006961","12740388880818039399465309907752852539885737569195637831018858408166514472809","10109629313139797597974565439240604311768863767134568948064628905192087991902","4455530100211076041148928803924665814962493051037154888880825041609274444589","1587463721899641157890296491583410953535996576704356204008521480900810737263","20660694566704465862124901375345436846082392185734360685755845407382482037552","-6417111274029252606471809227333146879242496362863530318948224016851303186688","-20953022298691881313436222983491348698415873968962583668405233247195859849607","-8995089362659562214483235549149896526876208881149680930152227499704542342196","7614559601605182378935210614255392504791850377476811808506490845794829378274","-2650519988575097895423869152478102407881663764065019913768689126880016182191","1240353109574601635668634874506205043292385571425207298908528567860694467838","-12335751715633203348124484441779495482198656030641996762100289203662102982239","19063802473255994599916659009218959106339797697336293569585856348240736712449","-16392235721232519108730276809577003413411368440224695378081223777467574752109","4423448461283996522213309217602398485348311695171871150883405939652318761898","-15694965750326898899901638558748515802149454290032039214344992814034104421578","-3249877508446853700003804969287752756765165910397120991887472847912412766270","-1690808624214417684890506804282550691934604637370954485560001888238918598200","12672767366847891073441264888352000423762347462038119322101314799708269615604","-47264243553707935793842471589506231313662728561696742742724699804002821309","1357982115774025231590894350741421980031660951529556219451561871569805335812","-14899326845879903751964308060231446330712776730589018955873891439422434609473","-10700914908994021667395935282453083059162009655285497529872233730624269423698","-4577247027850187759184040149697216928531865810917793404521015426317607917310","-349973681867979127239530001744547119002364674760329004108099974952135258850","-21539209696916468812049468742549037378954318020345771498019682892347925070685","5357926262454911726029408250999720396261360067406523872173323574035052648484","-21756981240556582105858447167636549853313380208514083980242355679508080821437","14335580012298612016435682521230532215371987861611006483862517419304964946295","-11674841202173566407059305733570913372229290155725379384690380836118091944702","7418218131785585080863241336274032391733668888336248259920635469982714646777","-17491429940988144793787443249726618697337727183490343030992629883322210489923","-19669991038306396402335154394633162366590065242056403903153649188277084184700","-6213972668970198548669685136856298125123518871638108009552298357120854207030","-9065714589568416902746865296856845650985233993782887979980080413700722657154","-4415769303774101857740777718994278286115511253695589342701105577503035984120","-18841276697707138620560016594022625959000614951237177269535485283674084153975","-16105929798278236949218214011972262994144467950230658141378344025688898286965","-17385048393148431055794841470152083258837030160729873078022044090611937094609","-15901656599569833845092252072258385932846166015044596639931787241768810494292","2126513832094721778746362058562989418557702843346146983728513575262778399909","-1314533314537456333024014257852179838478051308848621320887303801876480730737","20492234579128849858313201705123635332452265867396779502846765341920182121137","-7416870998225903375507499413972754123866371196381052978761959173717695909612","9661172279042233021636815350465957136622721418420515550152909847634866585192","-4736954292831934293529356172132800119327516011137051994249149889735427532898","21087120879760475139412334116135349504416997207559897380625507887045078795119","-15358557379011211738843538906302936398517028751733770544271103282311017618389","15183323908684944286786363962686356074756383185228914478061968007516382409579","-6539031168218967594618770314272950016694715281808888638120820040916290673279","6561127465799502818617032039431185210635064421022071968627682252385676014012","-201091613607906694692083033850510947229661371919090976081528751997185905484","909341699435716513303366405268097267414616926141543574216263785382049137800","-17429702755768336541614654113909999525239974626436291219682725007143098126058","7097073126989739363736341880084789857087292687062746934801036643263027696068","-12111636364377780026590423753269139834407293989589619725719950759850096662908","21152663006209939233862506113246349893629282762325795059599333837370491278154","-1228617773080040932372876286829095579011252187710617265404780392396780430926","5152618769250672539568210288898271685554280583278135333460446011660142762200","-15267153702087289591953833633052138648963434518688914813267420374442639499698","8215441534990930374988338300228667757286282754825271312269879172521465956883","-16422151084493487132412110987268265527642214009024193749600096208004862687532","17456157338767282603798016744715005982618762388784730134512331007465898721155","-10198219613032923115803612450358672092454563432028113795758202817884481140089","2169504492263831560904728870795692579402625133258181945522031381079635739754","-196914357332726126538111846132502799578309260856745276823799369331843086453","9968366963358570661127231034641820925980912164112920457490185143528824316816","-16298798534944580737383464816749177923214013480929861643991963896582233142663","213145206208181812449220368276331711961637287454701651289915981290548321488","-8018101138934452622194070892215563876895797992755826250105606494049581488234","10643159006078450183355862025567568418154839665462247998661721944084128926029"],["0","-5085147333861649799107750829706235626632448295045005292969597477568241371909","4758301734170764266738849512104968203929505420109395571447896010984751422386","-7172492040173810921423704164604380583857779462290119322719125893855821837531","20401543426658614760274970859231646241586399318662026156608044239623268624583","-4375485642819246268972217987526619159590507007201249289997760413165997653069","3799978265780680050985927378530882701318744389553922689425498848236914211340","18720828331813152273609415519301401110192748465315228937586089722166530195367","2734334309771759908614917448732871067417202020694875494563430603340480258623","9768891389242849551016059430276792941061895571562548914139391695230230515096","4346925076893181382241209572114819203959927875832425698718816466996765493971","-4030630720081535508237940406790948715691073886503210374509631563307925200865","20301660196080161379662164347059151669457191072631152134403950696768669344666","10878717380034853813978023143607466830665950597844815579342051639212811269877","-827780270411029598590915637479878392658002679387949446550568095797466411463","-10452950086613922538582994905688955229864049578479635478988924812744286185321","5142350914187203802811359326035449747466854061327219576178783998804120673569","-2271386002257922134832792936209235975077865209910469142973578338283803332570","6881118878457483821444587055238391081396089359348474004481279914304872781060","5192256796059245227122007650445132847862833896327319394394342245625316647289","6723927289113196874776205801907158586534719056865119453294575002229164052294","-6995663530721136346455149652367524755179103534637596771515183591428152427116","17932150374224624303953243424643930437008543566201418474948187759790647455207","-20162380206508334515318713251068704462405710713010723409479624775034307895660","3251298783530670448764501638267306340661538308518435427385013978398923959960","-5185179096257120181879512433560349478541507805905464089177249165621806672564","-21055313324636938920724801633558561465458805492106873107489578390755433181078","-7464123187648453067764273343864571008080113700539166928539920026882030779273","-18830916068608027538370926521577659100023951304352086635581948685548408871110","-10218080955969616221474705923667001838797616928146928799893780968931292013922","3592534889796803576684214070248429991223110737975241318339512629757220450001","20219258626279595195949130878481208623537727534269137896129257810384175983804","8911060200422152082297857607849331629924986102074309777761650083218548889178","3174927443799282315780592983166821907071993153408712408017042961801621474526","19433146261569656502003397005433598603616419971052687027813486628189155579487","-12834222548058505212943618454666293758484992725727060637896448033702606373376","-20017801725544487404626040221725422308283383537509132993112262307815911203597","-17990178725319124428966471098299793053752417762299361860304454999409084684392","15229119203210364757870421228510785009583700754953623617012981691589658756548","-5301039977150195790847738304956204815763327528130039827537378253760032364382","2480706219149203271337269749012410086584771142850414597817057135721388935676","19104982312412143748243842606955559212699416739548075163195829965827411026756","16239362074672713977586912273180643124131230994256552795473508509905664929281","-10896228570625762995214147873896731738274372480033356412464243368359341008601","8846896922567993044426618435204796970696623390343742301766811879304637523796","-9501688628814522577556871372239756515750544179648044084991781441492400347539","15388487854945567822238795806681769575018032579621792359923258490750982963077","-3381617248428835369781013608565101383869209274741908971120003776477837196400","3457291861856506924636124031446725758976330523660204300504425412840730735591","-94528487107415871587684943179012462627325457123393485485449399608005642618","2715964231548050463181788701482843960063321903059112438903123743139610671624","-7910410819920532281682210375205617572877189060762003568049578692269060723329","-21401829817988043334791870564906166118324019310570995059744467461248538847396","-9154494055700375518368080299394433857063731621835586809042030852635215834620","-699947363735958254479060003489094238004729349520658008216199949904270517700","-21190176521993662401852531739840799669360271640275508652341161598120041645753","10715852524909823452058816501999440792522720134813047744346647148070105296968","-21625719609273888989470488590015824618078396016612133616786507172440353147257","6782917152757948810624959297203789342195611322805978624026830652034121396973","-1461439532507857591872205721884551655910215911034724425682557485660375393787","-7051806608268105060519923072709210305081026623743537823856933246610379202063","-13094617010137014365328480754195962306127089966564651718287055580068612484229","-17451739204773517582423903044009049644631766083696773462609094189978359873783","-12427945337940397097339370273712596250247037743276216019104596714241708414060","3756813692702441416752675151543583786577896412850258383738043359174363181309","-8831538607548203715481555437988556572231022507391178685402211155006071968240","-15794310523575002018873627442787976829452865502058320195372766380772359812333","-10323616724717198676190022278687250899740571500045281939058483864801988078313","-12881853914457586889343277195046891429125695921043711812345883994648065693601","-9915070327300392467938098399259496777143967629673158936165370296961812492967","4253027664189443557492724117125978837115405686692293967457027150525556799818","-2629066629074912666048028515704359676956102617697242641774607603752961461474","19096226286418424494379997664989995576356167334377524661995326497264555746657","-14833741996451806751014998827945508247732742392762105957523918347435391819224","19322344558084466043273630700931914273245442836841031100305819695269733170384","-9473908585663868587058712344265600238655032022274103988498299779470855065796","20285998887681675056578262487013423920285630014703760417552811587514349094621","-8828871886183148255440672067348597708485693103051506744844002378046226741161","8478404945530613351326322180115437060964401970041794612425731828456956323541","-13078062336437935189237540628545900033389430563617777276241640081832581346558","13122254931599005637234064078862370421270128842044143937255364504771352028024","-402183227215813389384166067701021894459322743838181952163057503994371810968","1818683398871433026606732810536194534829233852283087148432527570764098275600","-12971162639697397860982902482562723961931584852456548095667245827710387756499","14194146253979478727472683760169579714174585374125493869602073286526055392136","-2335029856916284830934441761281004580266223578763205107741697333124384830199","20417083140580603245478606481235424698710201124235555775500463488165174060691","-2457235546160081864745752573658191158022504375421234530809560784793560861852","10305237538501345079136420577796543371108561166556270666920892023320285524400","-8646064532335303961661261520847002209378504636961795282836636562309470503779","16430883069981860749976676600457335514572565509650542624539758345042931913766","-10956059297147699042577816229279255966736063617632353155501988229433916879447","13024071805695289985349627744172736876689160377153425925326457828355988946693","-20396439226065846231607224900717344184909126864056227591516405635768962280178","4339008984527663121809457741591385158805250266516363891044062762159271479508","-393828714665452253076223692265005599156618521713490553647598738663686172906","19936733926717141322254462069283641851961824328225840914980370287057648633632","-10709354198049886252520523888241080757879662561443688944285723606588657789709","426290412416363624898440736552663423923274574909403302579831962581096642976","-16036202277868905244388141784431127753791595985511652500211212988099162976468","21286318012156900366711724051135136836309679330924495997323443888168257852058"],["0","-10170294667723299598215501659412471253264896590090010585939194955136482743818","9516603468341528533477699024209936407859010840218791142895792021969502844772","-14344984080347621842847408329208761167715558924580238645438251787711643675062","18914843981477954298303535973206017394624434236908017969517884292670728753549","13137271586200782684301969770204036769367350386013535763702683360243813189479","7599956531561360101971854757061765402637488779107845378850997696473828422680","15553413791787029324972425293345527131837132530214423531473975257757251895117","5468668619543519817229834897465742134834404041389750989126861206680960517246","19537782778485699102032118860553585882123791143125097828278783390460461030192","8693850153786362764482419144229638407919855751664851397437632933993530987942","-8061261440163071016475880813581897431382147773006420749019263126615850401730","18715077520321047537077922948861028250366017744846269925109697206961530193715","21757434760069707627956046287214933661331901195689631158684103278425622539754","-1655560540822059197181831274959756785316005358775898893101136191594932822926","-20905900173227845077165989811377910459728099156959270957977849625488572370642","10284701828374407605622718652070899494933708122654439152357567997608241347138","-4542772004515844269665585872418471950155730419820938285947156676567606665140","13762237756914967642889174110476782162792178718696948008962559828609745562120","10384513592118490454244015300890265695725667792654638788788684491250633294578","13447854578226393749552411603814317173069438113730238906589150004458328104588","-13991327061442272692910299304735049510358207069275193543030367182856304854232","13976057876609973385660081104030585785468722731986802606198171333005486414797","-18436517541177393808391020756880133836263057025605412475261045363492807295703","6502597567061340897529003276534612681323076617036870854770027956797847919920","-10370358192514240363759024867120698957083015611810928178354498331243613345128","-20222383777434602619203197521859847842369246583797711871280952594935057866539","-14928246375296906135528546687729142016160227401078333857079840053764061558546","-15773589265376779854495447297898043111499538208288138927465693184521009246603","-20436161911939232442949411847334003677595233856293857599787561937862584027844","7185069779593607153368428140496859982446221475950482636679025259514440900002","18550274380719915169651856011705142158527090668122241448560311434192543471991","17822120400844304164595715215698663259849972204148619555523300166437097778356","6349854887598564631561185966333643814143986306817424816034085923603242949052","16978049651300037781760388265609922118684475541689339711928769069802502663357","-3780202224277735203640831164075312428421621051038086932094691880829404251135","-18147360579249699587005674698193569528018402674602231642526320429056013911577","-14092114578798973635686536451342311018956471124182689376910705812242360873167","-13318247337257820928751969033492980157929327290924821453370444989972299478138","-10602079954300391581695476609912409631526655056260079655074756507520064728764","4961412438298406542674539498024820173169542285700829195634114271442777871352","16321721752985012274241279468653843336850469078680115982693455745079013557895","10590481277506152732927418801104011159714097588097071247248812833235521362945","-21792457141251525990428295747793463476548744960066712824928486736718682017202","17693793845135986088853236870409593941393246780687484603533623758609275047592","-19003377257629045155113742744479513031501088359296088169983562882984800695078","-12999510033787414800015219877151011027060663641588483967549891391649651065080","-6763234496857670739562027217130202767738418549483817942240007552955674392800","6914583723713013849272248062893451517952661047320408601008850825681461471182","-189056974214831743175369886358024925254650914246786970970898799216011285236","-16456314408743174295882828342291587168421720594297809465891956700296587152369","-15820821639841064563364420750411235145754378121524007136099157384538121446658","-20915416764136811447337335384555057148099674220725955775790730735921269199175","-18308988111400751036736160598788867714127463243671173618084061705270431669240","-1399894727471916508958120006978188476009458699041316016432399899808541035400","-20492110172148049581458657734424324250172178880134982960984119009664274795889","21431705049819646904117633003998881585045440269626095488693294296140210593936","525046525130772465551834310482900940939936767607801453823394028270910696720","-8322408566323377600996487150849696404157141754804077095644542882507565701671","18965363806823560038501994301488171776727932578346585492333089215255057708043","-14103613216536210121039846145418420610162053247487075647713866493220758404126","-4300991148434753508410555763134649523705815532713269092875906973561416472841","-13015235537707759942601400342760824200715167766977512581519984193380911251949","-2967647804041518972432334802167917411945711086136397694510989241907608332503","7513627385404882833505350303087167573155792825700516767476086718348726362618","-17663077215096407430963110875977113144462045014782357370804422310012143936480","-9700378175310728815500849140318678570357366603700606047047328574968911129049","-20647233449434397352380044557374501799481143000090563878116967729603976156626","-3875464957075898556440148644836507769703027441671389280993563802720322891585","-19830140654600784935876196798518993554287935259346317872330740593923624985934","8506055328378887114985448234251957674230811373384587934914054301051113599636","-5258133258149825332096057031408719353912205235394485283549215207505922922948","16304209700997573766513589584722716064163970268339014980292448807953302997697","-7779241121064338279783591910633741406917120385108177571349632508294975142831","16756446244329656864300855656606553457942521273266027856913435203963657845151","-18947817171327737174117424688531200477310064044548207976996599558941710131592","18683754903524074890910119228769572752022895628991486491407418988452889693625","-17657743772366296510881344134697195416971386206103013489688004756092453482322","16956809891061226702652644360230874121928803940083589224851463656913912647082","-4267881801036595156228675511834524978230496726819520208785075977089354197499","4356266991358736052221722412467465753991893283672253530812524822966895560431","-804366454431626778768332135402043788918645487676363904326115007988743621936","3637366797742866053213465621072389069658467704566174296865055141528196551200","-4054082407555520499719399219868172835314805304497061847636287468844967017381","6500049636119682232698961775081884339800806347834953395505942386476302288655","-4670059713832569661868883522562009160532447157526410215483394666248769660398","18945923409321931268710807217213574308872037848055077207302722789754539625765","-4914471092320163729491505147316382316045008750842469061619121569587121723704","20610475077002690158272841155593086742217122333112541333841784046640571048800","-17292129064670607923322523041694004418757009273923590565673273124618941007558","10973523268124446277706947455657395940596766618885050905381312503510055331915","-23875722456122862909226713301236844923762834848671967305772272292025263277","4159900739551304748452849743088198664829956353890817506954711470136169397769","-18904635580292417240968044056177413281269889327696420839334607084962116064739","8678017969055326243618915483182770317610500533032727782088125524318542959016","-787657429330904506152447384530011198313237043426981107295197477327372345812","17985224981595007422262518393310008615375284256035647486262536387539488771647","-21418708396099772505041047776482161515759325122887377888571447213177315579418","852580824832727249796881473105326847846549149818806605159663925162193285952","-10184161683898535266529877823604980419034827570607270656724221789622517457319","20684393152474525511177042357012998584070994261432957650948683589760707208499"],["0","-20340589335446599196431003318824942506529793180180021171878389910272965487636","19033206936683057066955398048419872815718021680437582285791584043939005689544","-6801725288855968463448410913160247246882753448744442947178299388847478854507","15941445091116633374360666201154759700700504073400001595337564398765649011481","-17501942571276985075888871950106476638362028028804997159991041652663990612276","15199913063122720203943709514123530805274977558215690757701995392947656845360","9218584711734783427698444841433779175125900660012812719249746328938695294617","10937337239087039634459669794931484269668808082779501978253722413361921034492","17187322685132122981817831975849896675699217885834161312859362594345113564767","17387700307572725528964838288459276815839711503329702794875265867987061975884","-16122522880326142032951761627163794862764295546012841498038526253231700803460","15541912168802819851909440152464781412183671089276505506521190227347251891813","21626626648300140033665686829172592234115437990963227973670002370275436583891","-3311121081644118394363662549919513570632010717551797786202272383189865645852","-19923557474616414932085573877498545830907833913502507572257495064401336245667","20569403656748815211245437304141798989867416245308878304715135995216482694276","-9085544009031688539331171744836943900311460839641876571894313353135213330280","5636232641990660063531942475696289237035993036977861674226915470643682628623","20769027184236980908488030601780531391451335585309277577577368982501266589156","5007466284613512276858417462371359257590511827044443469480095822340847713559","-6094411251045270163574192864212823932168049738134352742362530179136801212847","6063872881380671549073756462803896482389081063557570868698138479435164333977","-14984792210515512394535635768502992583977749650794790606823886540409806095789","13005195134122681795058006553069225362646153234073741709540055913595695839840","-20740716385028480727518049734241397914166031223621856356708996662487226690256","3331718188809345206086416446794854492358235633236644944834503183281501258156","-7968249878754537048810687630201008943772090401740633370461475920952314621475","-9658935658914284486744488850538811134450712016160243511233182182466209997589","-18984080952039189663652417949410732266642103312171680855876919689149359560071","14370139559187214306736856280993719964892442951900965273358050519028881800004","15212305889600555117057306278153009228505816935828448553422418681809278448365","13755997929849333106945024686140051431151580007881204767348396146298387061095","12699709775197129263122371932667287628287972613634849632068171847206485898104","12067856430760800341274370785962569148820586682962645080159333953029196831097","-7560404448555470407281662328150624856843242102076173864189383761658808502270","-14406478286660123951764943651129863967488440948788428941354436671536219327537","-6295986285758672049126667157427346949364577847949344410123207437908913250717","-4748251802676366635257532321728685227310290181433608563042685793368790460659","-21204159908600783163390953219824819263053310112520159310149513015040129457528","9922824876596813085349078996049640346339084571401658391268228542885555742704","10755200634130749326236153192050411585152573756944197621688707303582218620173","21180962555012305465854837602208022319428195176194142494497625666471042725890","-21696671410663776758610185750329651864549125519717391306158769286861555538787","13499344818432696955460067995561912794238129160958934863369043330642741599567","-16118511643418815087981079743701750974453812318176141996268921579393792894539","-4110777195735554377784034009044746965572962882760933591401578596723493634543","-13526468993715341479124054434260405535476837098967635884480015105911348785600","13829167447426027698544496125786903035905322094640817202017701651362922942364","-378113948429663486350739772716049850509301828493573941941797598432022570472","10863856926192201852727154805931375840253287612236449755612494972558442686496","-9753400407842853904482435755565195202960391842631979928500110582500434397699","-19942590656434347672428265023852839207650984041035877207883257285266729902733","-14729733350962226851225915452320460339706562086926312892469919223965054842863","-2799789454943833017916240013956376952018917398082632032864799799617082070800","-19095977472456823940670909723591373411795993359853931578270033832752741096161","20975167227800018585988860262740488081542516138836156633688384405704612692255","1050093050261544931103668620965801881879873535215602907646788056541821393440","-16644817132646755201992974301699392808314283509608154191289085765015131403342","16042484741807844854757582857719068464907500756277136640967974243934306920469","-6318983561233145019833286545579566131775742094558116951729528799865708312635","-8601982296869507016821111526269299047411631065426538185751813947122832945682","-4142228203576244662956394940264373312881971133538990819341764200186014008281","-5935295608083037944864669604335834823891422172272795389021978483815216665006","-6860988101029509555235705139082939942236778749015000808746030749878355770381","-13437911558353539639679816006696951200375725629148680397910640433448479377343","-19400756350621457631001698280637357140714733207401212094094657149937822258098","-19406224027029519482513683369491728510413921599765093412535731272632143817635","-7750929914151797112880297289673015539406054883342778561987127605440645783170","-17772038437362294649505987851780712020027506118276601400963277001271441476251","17012110656757774229970896468503915348461622746769175869828108602102227199272","-10516266516299650664192114062817438707824410470788970567098430415011845845896","10720176530155872310780773424188157039779576136261995616886693429330797499777","-15558482242128676559567183821267482813834240770216355142699265016589950285662","11624649616820038506355305567955831827336678146116021370128666221351507194685","-16007391470816199125988443631805125866071763688680381610294994931307611767567","15479266935208874559573832712281870415497426857566938639116633790329970891633","-13427244672893317799516282524137115745394408011789992635677805325609098469027","12025376910283178183058882975204473155309243479751144106004723127252016798547","-8535763602073190312457351023669049956460993453639040417570151954178708394998","8712533982717472104443444824934931507983786567344507061625049645933791120862","-1608732908863253557536664270804087577837290975352727808652230015977487243872","7274733595485732106426931242144778139316935409132348593730110283056393102400","-8108164815111040999438798439736345670629610608994123695272574937689934034762","13000099272239364465397923550163768679601612695669906791011884772952604577310","-9340119427665139323737767045124018321064894315052820430966789332497539320796","16003603946804587315175208689169873529195711295694120070907241392933270755913","-9828942184640327458983010294632764632090017501684938123238243139174243447408","19332707282166105094299276565928898395885880265809048323985363906705333601983","-12696015257501940624398640338130733748965654147431146787648342062662073519499","58803664409617333167489166057516792645168837354067467064420820444302168213","-47751444912245725818453426602473689847525669697343934611544544584050526554","8319801479102609496905699486176397329659912707781635013909422940272338795538","-15921028288745559259689682367097551473991414254976807334971009983348423633861","17356035938110652487237830966365540635221001066065455564176251048637085918032","-1575314858661809012304894769060022396626474086853962214590394954654744691624","14082207091350739622278631041362742142202204111655260628826868588503169047677","-20949173920360269787835689807707047942970285845358721433444690239778822663219","1705161649665454499593762946210653695693098299637613210319327850324386571904","-20368323367797070533059755647209960838069655141214541313448443579245034914638","19480543433109775800107678968768722079593624122449880958199162992945605921381"],["0","-18792935799053923170615600892392609924511221959944008000058575633970122479655","16178171001526838911664390351582470542887678960459130227884963901302202883471","-13603450577711936926896821826320494493765506897488885894356598777694957709014","9994647310393991526474926657052244312852643746383968846976924610955489527345","8772600601124580292715067590301596900372672743222074367414325067823635766682","8511583254406165185641013282989786522001590716015347171705786599319505195103","-3451073448369708366849516062389716738296563080390408905198711528698417906383","21874674478174079268919339589862968539337616165559003956507444826723842068984","12486402498424970741389258206442518262850071371252288282020521002114418633917","12887157743306175835683270831661278543131058606243371246052327549398315456151","11531439983026266378589288236186960451568137708806385691319355866688215384314","-12692661406072910740673931185584987352729386622279057674354027918457113207608","21365010424761004845084967913087909379682511581510421603641800553975064672165","-6622242163288236788727325099839027141264021435103595572404544766379731291704","-17958872077393554641924742009739816573267303426588980800816785942226863995717","19250564441658355200244468863026322891186468090201722265732067803857156892935","-18171088018063377078662343489673887800622921679283753143788626706270426660560","11272465283981320127063884951392578474071986073955723348453830941287365257246","19649811496634686594729655458303787694354306770202520811456533778426724682695","10014932569227024553716834924742718515181023654088886938960191644681695427118","-12188822502090540327148385728425647864336099476268705484725060358273602425694","12127745762761343098147512925607792964778162127115141737396276958870328667954","-8081341549191749566824865791748710079407134901173546869949568894243803695961","4122147396406088367869607360881175636743942067731449075381907640615583184063","-19593189898217686232789693723225520739783698046827678369719789138398644884895","6663436377618690412172832893589708984716471266473289889669006366563002516312","-15936499757509074097621375260402017887544180803481266740922951841904629242950","-19317871317828568973488977701077622268901424032320487022466364364932419995178","-16079919032239104105058430153564189444735842223927327368055635191722910624525","6852036246535153391227306816730164841236521503385896203017896851481955104391","8536368907361835011868206811048743368463269471240862763146633177042748401113","5623752987859390991643643627022827773754795615346375190998588106020965626573","3511176678554983303998338120077300168027580826853664920438139507837163300591","2247469989682325460302335826667863209092808965509255816620463719482585166577","-15120808897110940814563324656301249713686484204152347728378767523317617004540","-6924713701480972681283481557002452846428517497160823539010669156496630159457","-12591972571517344098253334314854693898729155695898688820246414875817826501434","12391739266486541951731341101799904633927784037548817217612832599838227574299","-20520076945362291104535500694392363437558255824624284276600821843504450419439","19845649753193626170698157992099280692678169142803316782536457085771111485408","-377841603577776569774099361156451918243216886527639100320789579411371255271","20473682238185335709463269459158769550308025951972250645297047146366276956163","-21505099949488278294973965755402028640549886639018748268619334387147302581957","5110446765026118688673730245866550499927893921501835383039882474709674703517","-10348780414998354953715753742146226860359260235936249648839638972211777293461","-8221554391471108755568068018089493931145925765521867182803157193446987269086","-5164695115591407736001703123263535982405309797519237425261826025246889075583","5770092023012780174842586506316530983262279788865600060337199116150037389111","-756227896859326972701479545432099701018603656987147883883595196864045140944","-160529019454871516792096133394523408041789175943134832473214241458923122625","-19506800815685707808964871511130390405920783685263959857000221165000868795398","-17996938441029420122610124302448403326753603681655720072068310383957651309849","-7571223830085178480205425159383645590864759773436591441241634261354301190109","-5599578909887666035832480027912753904037834796165264065729599599234164141600","-16303712073074372659095413701925471735043622319291828812841863478929673696705","-1826151288078513272515090965033574014011696523159755420019639561742391606724","2100186100523089862207337241931603763759747070431205815293576113083642786880","-11401391393454235181739542858141510528080202618800274038879967343454454311067","10196726611776414487268759970180861841266637112138238938237744301292805345321","-12637967122466290039666573091159132263551484189116233903459057599731416625270","-17203964593739014033642223052538598094823262130853076371503627894245665891364","-8284456407152489325912789880528746625763942267077981638683528400372028016562","-11870591216166075889729339208671669647782844344545590778043956967630433330012","-13721976202059019110471410278165879884473557498030001617492061499756711540762","-4987580244867804057113226268136627312203086857881326452123076680321150259069","-16913269829403640039756990816017439192881102014386389844491110113299836020579","-16924205182219763742780960993726181932279478799114152481373258358688479139653","-15501859828303594225760594579346031078812109766685557123974255210881291566340","-13655834002885314076765569958304148951506647836137168458228349815967074456885","12135978441676273237695387191750555608374881093122317395958013017628645902927","-21032533032599301328384228125634877415648820941577941134196860830023691691792","21440353060311744621561546848376314079559152272523991233773386858661594999554","-9228721612418077896887961897277690539120117140016675941700325846604092075707","1361056361800801790464205390654388566124991891816008396559128256127205893753","-10126540069793123029730481518352976643595162976944728876891785676039415039517","9070290998578473896901259679306465742446489314717842934535063394084133287649","-4966246473947360376786159303016956402240451623163950927657406464642388442437","2162510948727081143871360205151671222070122559086253868311242067928225101477","-17071527204146380624914702047338099912921986907278080835140303908357416789996","17425067965434944208886889649869863015967573134689014123250099291867582241724","-3217465817726507115073328541608175155674581950705455617304460031954974487744","14549467190971464212853862484289556278633870818264697187460220566112786204800","-16216329630222081998877596879472691341259221217988247390545149875379868069524","4111955672639453708549441355070262270654860990923779238325565359329400659003","-18680238855330278647475534090248036642129788630105640861933578664995078641592","10118965021769899408104011633082471969843058190972205798116278599290733016209","-19657884369280654917966020589265529264180035003369876246476486278348486894816","16777171692492934966352147386600521703223396131202062304272523626834858708349","-3503787643164606026550874931004192409382943894446259231598479938748338543381","117607328819234666334978332115033585290337674708134934128841640888604336426","-95502889824491451636906853204947379695051339394687869223089089168101053108","16639602958205218993811398972352794659319825415563270027818845880544677591076","-9953813705651843297132958988937827859434464109537580326243815780121038772105","12823829004382029752229256187473806181893637731714876784654297910698363340447","-3150629717323618024609789538120044793252948173707924429180789909309489383248","6276171310862204022310856337468209195856043822894486913955532990430529599737","-20010104968881264353424973870156820797392207290301408523191176292981836830821","3410323299330908999187525892421307391386196599275226420638655700648773143808","-18848403863754865843873105549162646587590945882013048283198682971914261333659","17072843994380276377968952192280169070638883844483727572700121799315403347145"],["0","-15697628726268571118984796039527944760474079519471981656418947081364436463693","10468099131214402601082374957907665997226993520502226112071723616028597271325","-5318658283584598631547237907383713898982649394561737445014993368814106922411","19989294620787983052949853314104488625705287492767937693953849221910979054690","17545201202249160585430135180603193800745345486444148734828650135647271533364","17023166508812330371282026565979573044003181432030694343411573198639010390206","14986095975099858488547373620477841611955238239635216533300781129178972682851","21861106084508883315592273434468661990126867930701973569316685466871875642351","3084562125010666260532110667627761437151778342088542220342837817653028772217","3886072614773076449120135918065281997713752812070708148406450912220822416685","1174637094213257534932170727116645814587911017196737038940507546800622273011","-3497079940306546259101456625912699616910408844142081005009851650338417919599","-1046464894156540754322875664338731417731705637811225480112807265201487646904","-13244484326576473577454650199678054282528042870207191144809089532759462583408","-14029501282947834061603078274222358057986242452761927257935367697877919495817","16612886011477435178242531980795370693824571779987410187765931421138505290253","-14453933164287478935078281234090500512697478958151471943879049225965044825503","656687696123365031881364157527881859595607747495412353209457695998922018875","17411380121430097967212905171350300300160249139989007279214863370277640869773","20029865138454049107433669849485437030362047308177773877920383289363390854236","-2489402132341805432050365711594020640123834552121376625751916529971396355771","2367248653683410974048620105958310841007959853814249131094349731164848840291","-16162683098383499133649731583497420158814269802347093739899137788487607391922","8244294792812176735739214721762351273487884135462898150763815281231166368126","-17298136924596097243332981701193766391019031693239322395741374090221481274173","13326872755237380824345665787179417969432942532946579779338012733126005032624","-9984756643178872972996344775546760686539997206546499138147699497233449990283","-16747499763817862724731549656897969449254483664224939701234524543289031494739","-10271595192638932987870454561871103800923320047438620392413066196870012753433","13704072493070306782454613633460329682473043006771792406035793702963910208782","17072737814723670023736413622097486736926538942481725526293266354085496802226","11247505975718781983287287254045655547509591230692750381997176212041931253146","7022353357109966607996676240154600336055161653707329840876279015674326601182","4494939979364650920604671653335726418185617931018511633240927438965170333154","-8353374922382606406880243567345224338824604007888661113059330860059425513463","-13849427402961945362566963114004905692857034994321647078021338312993260318914","-3295702271195412974260262884452112708909946991381343296794625565059844507251","2895235661133808681216276458342534179307203674681600091527461013100646652981","-19151911018885306986824595643527451786568147248832534209503439500433092343261","17803056634547977119149910238941286296807973885190599221374709984966414475199","-755683207155553139548198722312903836486433773055278200641579158822742510542","19059121604531396196680133173060264012067687503528466946895890106156745416709","-21121957027137281367701525765546782192551408877621462193540464587718796668297","-11667349341787037844898945253524174088692576557412363577618439237156459088583","1190682041842565314814898260964821367829843928543535046018926242152253908695","5445134088897057711110269709078287226256512869372299978091889799681833957445","-10329390231182815472003406246527071964810619595038474850523652050493778151166","11540184046025560349685173012633061966524559577731200120674398232300074778222","-1512455793718653945402959090864199402037207313974295767767190393728090281888","-321058038909743033584192266789046816083578351886269664946428482917846245250","-17125358759532140395683337277003505723293202970111885370302238143425929095179","-14105634010219565022973842859639531564958842962895405800438416581339494124081","-15142447660170356960410850318767291181729519546873182882483268522708602380218","-11199157819775332071664960055825507808075669592330528131459199198468328283200","-10719181274309470095944421658593668381538880238167623281985522771283538897793","18235940295682248677216223815190127060524971354096523503658925063091025282169","4200372201046179724414674483863207527519494140862411630587152226167285573760","-914539915069195141232679971025745967612040837184513734061730500333100126517","20393453223552828974537519940361723682533274224276477876475488602585610690642","18500551498745970365159665308196285649993760422599600880478293173688783740694","-12519686315638752845038040359819921101098159861290118399309051601915523287111","-16568912814304978651825579761057493251527884534155963277367056800744056033124","-1852939560492876557212272672086064207017324288675147212389709748685058164407","16332533339560512223549990934182790408149613804772065452412285373638193909710","-9975160489735608114226452536273254624406173715762652904246153360642300518138","-11938296786968004857267575886777603297213839628356745345284016040023863545541","-11960167492600252263315516242195088776010593197812270619048312530801149783689","-9115476784767913229274783413434787069075855132955079904250306235186774637063","-5423425133931352931284734171351022814464931271858302572758495445358340418153","2383714011513271253144368638243836128201397785828600448217821848681483310237","-20176823193359327434522050506012479742749277482739847924695517473471574887967","20992463248784214020876687951495353070569940144631948123848569530747381503491","-18457443224836155793775923794555381078240234280033351883400651693208184151414","2722112723601603580928410781308777132249983783632016793118256512254411787506","-20253080139586246059460963036705953287190325953889457753783571352078830079034","18140581997156947793802519358612931484892978629435685869070126788168266575298","-9932492947894720753572318606033912804480903246327901855314812929284776884874","4325021897454162287742720410303342444140245118172507736622484135856450202954","-12254811536453486027582998349418924737295609414140127326582403630139025084375","12961893059030613195527373554482450943386781868961993902801994397159355987831","-6434931635453014230146657083216350311349163901410911234608920063909948975488","7210691510103653203461319223321837468719377236113360031222236945649763913983","-10544416388604888775508788013688107593970078035560460437392095564183927643431","8223911345278907417098882710140524541309721981847558476651130718658801318006","-15472234838821282072704662435238798195711212859795247380168953143414348787567","20237930043539798816208023266164943939686116381944411596232557198581466032418","-17427525866722034613685635433273783439811705606323718149254768370121165294015","11666100513146594710457889027943768317898427861988090264846843067093908921081","-7007575286329212053101749862008384818765887788892518463196959877496677086762","235214657638469332669956664230067170580675349416269868257683281777208672852","-191005779648982903273813706409894759390102678789375738446178178336202106216","11390963044571162765376392199448314230091286430710505711939487574513546686535","-19907627411303686594265917977875655718868928219075160652487631560242077544210","3759415136924784282212106629690337275238911063013719225610391634820918185277","-6301259434647236049219579076240089586505896347415848858361579818618978766496","12552342621724408044621712674936418391712087645788973827911065980861059199474","-18131967065923253484603541995056366506236050180186782702684148399387865166025","6820646598661817998375051784842614782772393198550452841277311401297546287616","-15808564855670456465499805353068018086633527363610062222699161757252714171701","12257445116921277533691498639303063052729403288551420801702039412054998198673"],["0","-9507014580697867015723186333798614432399794638527928969139689976153064431769","-952044609410470020081655829441943094094377359411582119554756954518613952967","-10637316567169197263094475814767427797965298789123474890029986737628213844822","18090346369736690883653300882951702162862210585119841044209494257246149613763","-8686083339180229273632541129308162575606037827943771217739108101857073924506","12158090145785385520317647386701870999457998463645354343124942210702212284795","8083949078360441754848341495698408135362112078854398722903358071782136870085","21833969297178491408938141123680048891705371460987912794935166747167942789085","6169124250021332521064221335255522874303556684177084440685675635306057544434","7772145229546152898240271836130563995427505624141416296812901824441644833370","-19538968683412760152382064291023983459372542366022560265817189092974563949595","-6994159880613092518202913251825399233820817688284162010019703300676835839198","-2092929788313081508645751328677462835463411275622450960225614530402975293808","-4600725781313671932662894654098833476507721339998347945919974878943116671199","-6170759694056392900959750803187441027424120505107820172172531209180030496017","11337529151115595134238658216333466299100779159558786031833658655701202084889","-7019623456735682647910156722923725936846593515886909544059894265354281155389","1313375392246730063762728315055763719191215494990824706418915391997844037750","12934517371020920712179404597443325511772133879561980214731522553979473243929","18171487405068822992620933953713598972175730215939513412142562392150973212855","-4978804264683610864100731423188041280247669104242753251503833059942792711542","4734497307366821948097240211916621682015919707628498262188699462329697680582","-10437123324927723045053057421737565229080175204278153136100071390399406288227","-5399653286214921750767976301732572541572596129490238042170573624113475759365","-12708030977352919264419557657130257693489698986062610447784543993867154052729","4765502638635486426444925829101560850317520665477125214977821279676201569631","-19969513286357745945992689551093521373079994413092998276295398994466899980566","-11606756655796450227216693568538663809960602928033845058770844900002254493861","-20543190385277865975740909123742207601846640094877240784826132393740025506866","5519902114301338342662821521663384276397721613127550468373383219352011921947","12257232757608064825226421498937698385304713484547416708888328521595185108835","606769079598288744328168762834036006470818060969466420296148237508054010675","14044706714219933215993352480309200672110323307414659681752558031348653202364","8989879958729301841209343306671452836371235862037023266481854877930340666308","-16706749844765212813760487134690448677649208015777322226118661720118851026926","-5810611934084615502887520482752536297165705588227259812344472439410712142211","-6591404542390825948520525768904225417819893982762686593589251130119689014502","5790471322267617362432552916685068358614407349363200183054922026201293305962","-16415579165931338751402785541797628484587930097249034075308674814290376190905","13717870397256679016053414732625297505067583369965164099051215783357020454781","20376876457528168943150008300631467415575496854305477942415045868930323474533","16230000337223517171113860600863252935587010606640899550093576025737682337801","-20355671182435287513156645785836289296554453354826890043382724988861784840977","-1446455811734800467551484761791073088836788714408692811538674287737109681549","2381364083685130629629796521929642735659687857087070092037852484304507817390","10890268177794115422220539418156574452513025738744599956183779599363667914890","-20658780462365630944006812493054143929621239190076949701047304100987556302332","1192125220211845477123940280008848844500754755046365897650592278024341060827","-3024911587437307890805918181728398804074414627948591535534380787456180563776","-642116077819486067168384533578093632167156703772539329892856965835692490500","-12362474647225005569120268808749736358038041539807736396906272100276049694741","-6323025148599854823701279974021788041369321525374777257178628976103179752545","-8396652448501438698575294892277307274910674693330331421268332858841396264819","-510072767711388921083514366393740527602974784245021919220194210360848070783","-21438362548618940191888843317187336763077760476335246563971045542567077795586","-7304605152314053090060363860134296056046786092639021680078558246969566426896","8400744402092359448829348967726415055038988281724823261174304452334571147520","-1829079830138390282465359942051491935224081674369027468123461000666200253034","18898663575266382726828634135466172276518184048136921409252773018595412885667","-6775382746186609714173480874121978877109207955632866926439822025774049509846","-3151129759438230467829674974382567113647955322164202454919899017255238078605","-11249582756770682081404753776857711414507404667895892211035909414912303570631","-3705879120985753114424545344172128414034648577350294424779419497370116328814","10776823807281749224853576123108305727750863209128096561126366560700579323803","-19950320979471216228452905072546509248812347431525305808492306721284601036276","-1988350702096734492288746028297931505879314856297456346869827893471918595465","-2032092113361229304384626739132902463472821995208506894398420875026491071761","-18230953569535826458549566826869574138151710265910159808500612470373549274126","-10846850267862705862569468342702045628929862543716605145516990890716680836306","4767428023026542506288737276487672256402795571657200896435643697362966620474","-18465403514879379646797695266767684396950190565063661505692830760367341280317","20096683625729152819506970157733431052591515888847861903998934874918954511365","-15026643577833036365305441843853487067932104159650669423103099199840559807211","5444225447203207161856821562617554264499967567264033586236513024508823575012","-18617917407333216896675520328154631485832287507362881163868938517581851662451","14392921122474620365358632971968587881237592858455337394442049389760724654979","-19864985895789441507144637212067825608961806492655803710629625858569553769748","8650043794908324575485440820606684888280490236345015473244968271712900405908","-2621380201067696832919590953580574386042854427864220309466603073702241673133","4035543246221951168808341363707626798225199337507953461905784607742903480045","-12869863270906028460293314166432700622698327802821822469217840127819897950976","14421383020207306406922638446643674937438754472226720062444473891299527827966","-21088832777209777551017576027376215187940156071120920874784191128367855286862","16447822690557814834197765420281049082619443963695116953302261437317602636012","-9056226805803288923162919125220321302874061319174460416639702100252889079517","18587617215240322410169640787072612790823868363472788848766910210587123569219","-12966808861604794005124865121290291791075046812231401954811332553666522092413","1443958154453914198669372310630261547248491323560146185995481947612009346545","-14015150572658424106203499724016769637531775577785036926393919754993354173524","470429315276938665339913328460134341161350698832539736515366563554417345704","-382011559297965806547627412819789518780205357578751476892356356672404212432","893683217303050308506378653639353371634208461004977080180770962451284877453","-17927011950768097966285430210494036349189492037734286961277058933908346592803","7518830273849568564424213259380674550477822126027438451220783269641836370554","-12602518869294472098439158152480179173011792694831697716723159637237957532992","3216442371609540866997019604615561694875810891161913312123927775146309903331","-14375691260007231746960678244855457923923735959957531061670092612199921836433","13641293197323635996750103569685229565544786397100905682554622802595092575232","-9728886839501637708753204960878761084718690326804090101700119327929619847785","2626647362003279845136591533348851016910442176686807259705874637534187901729"],["0","-19014029161395734031446372667597228864799589277055857938279379952306128863538","-1904089218820940040163311658883886188188754718823164239109513909037227905934","-21274633134338394526188951629534855595930597578246949780059973475256427689644","14292449867634106545060196020646129237176056769823647744720784327916490731909","-17372166678360458547265082258616325151212075655887542435478216203714147849012","2427937419731495818388889028146466910367632526874674342551680234828616073973","-5720344715118391712549722753860458817824140242707236897891488043011534755447","21779695722517707595629876502102822694862378521559791246172129307760077082553","12338248500042665042128442670511045748607113368354168881371351270612115088868","15544290459092305796480543672261127990855011248282832593625803648883289666740","4698548376853030139728682908466583258351644068786948155762030187202489092044","7899923110613090185840579241606476620906729023847710323658797585222136817221","-4185859576626163017291502657354925670926822551244901920451229060805950587616","-9201451562627343865325789308197666953015442679996695891839949757886233342398","-12341519388112785801919501606374882054848241010215640344345062418360060992034","786815430391915046230910687409657509653193918701537719969113124826595674161","-14039246913471365295820313445847451873693187031773819088119788530708562310778","2626750784493460127525456630111527438382430989981649412837830783995688075500","3980791870202566202112403449629375934995903358707926085764840921383137992241","14454731938298370762995462162169922855803096031462992480586920597726137930093","-9957608529367221728201462846376082560495338208485506503007666119885585423084","9468994614733643896194480423833243364031839415256996524377398924659395361164","-20874246649855446090106114843475130458160350408556306272200142780798812576454","-10799306572429843501535952603465145083145192258980476084341147248226951518730","-3527819082866563306592709569003240298431033571709186551870883801158499609841","9531005277270972852889851658203121700635041330954250429955642559352403139262","-18050783700876216669738973356929767657611624425769962208892593802357991465515","-1325270439753625232186981391820052531372841455651655773843485613428700492105","-19198137898716456729235412502227140115144915789338447225954060600904242518115","11039804228602676685325643043326768552795443226255100936746766438704023843894","2626222643376854428206437252618121682061062568678799074078452856614561722053","1213538159196577488656337525668072012941636121938932840592296475016108021350","6201170556600591209740299215361126255672282214413285019806911876121497909111","17979759917458603682418686613342905672742471724074046532963709755860681332616","-11525256817691150405274568524123622266750051631138610108539119253661893558235","-11621223868169231005775040965505072594331411176454519624688944878821424284422","-13182809084781651897041051537808450835639787965525373187178502260239378029004","11580942644535234724865105833370136717228814698726400366109844052402586611924","-10942915460023402280559165338337981880627495794082033806919145442004943886193","5547497922674082809860423719993319921586802339514293854404227380138232413945","-3022732828622212558192794889251615345945735092221112802566316635290970042168","10571757802607759119981315456469230782625656812865764756488947864899556179985","-18823099493031299804066885826415303504560542309237745743067245791147761186337","-2892911623469600935102969523582146177673577428817385623077348575474219363098","4762728167370261259259593043859285471319375714174140184075704968609015634780","-107706516251044377805326908944126183522312922926834431330644987848472665837","-19429318052891986665767219240851012770694113979737865058396404015399304109047","-19503992431415584267998525185239577399546854890323302548397019630527126373963","-6049823174874615781611836363456797608148829255897183071068761574912361127552","-1284232155638972134336769067156187264334313407545078659785713931671384981000","-2836706422610735915994131872242197627527718679199438450114340013976290893865","-12646050297199709647402559948043576082738643050749554514357257952206359505090","-16793304897002877397150589784554614549821349386660662842536665717682792529638","-1020145535422777842167028732787481055205949568490043838440388420721696141566","-20988482225398605161531280889117398437607156552254458784243886898558347095555","7279032567211169042125678024988682976454792215137990983541087692636675641825","-5086754067654556324587707809804444978470387836966387821349595281906666200577","-3658159660276780564930719884102983870448163348738054936246922001332400506068","15909084278693490231410862525675069464488003695857808474807341850615017275717","-13550765492373219428346961748243957754218415911265733852879644051548099019692","-6302259518876460935659349948765134227295910644328404909839798034510476157210","-610922641702088940563101808458147740466444935375750078373614643248798645645","-7411758241971506228849090688344256828069297154700588849558838994740232657628","21553647614563498449707152246216611455501726418256193122252733121401158647606","-18012399087103157234659404399835743409076330462634577273286409255993393576935","-3976701404193468984577492056595863011758629712594912693739655786943837190930","-4064184226722458608769253478265804926945643990417013788796841750052982143522","-14573664267232377694852727908481873187755056131404285273303020754171290052635","-21693700535725411725138936685404091257859725087433210291033981781433361672612","9534856046053085012577474552975344512805591143314401792871287394725933240948","-15042564157919484071348984788278093705352016729711288667687457334158874065017","18305124379619030416767534570209587016634667377279689464299665563262100527113","-8165044283826797508364477942449699047315843918885304502507994213105311118805","10888450894406414323713643125235108528999935134528067172473026049017647150024","-15347591942827158571104634911051987883116210614309727984039672848587894829285","6897599373109965508470860198679900673926821316494640445185894592945640814341","-17841728919739607792042868678878376129375248584895573077561047530563299043879","17300087589816649150970881641213369776560980472690030946489936543425800811816","-5242760402135393665839181907161148772085708855728440618933206147404483346266","8071086492443902337616682727415253596450398675015906923811569215485806960090","-3851483669972781698340222587608126156848291205227610594737476069063987406335","6954523168575337591598871148030074786329144544037405781190743596023247160315","-20289422682580279879788746309495155287331947741825807405870178070159902078107","11007402509276354446149125095304823076690523526974199562906318688059396776407","-18112453611606577846325838250440642605748122638348920833279404200505778159034","15286991558641369598092875828887950493099372326529543353835616234598438642821","-4045374851370312788003324497323308493601729224046769565924460920757235689209","2887916308907828397338744621260523094496982647120292371990963895224018693090","-6142058273477572990160593702776264186515186755154039509089635323410899851431","940858630553877330679826656920268682322701397665079473030733127108834691408","-764023118595931613095254825639579037560410715157502953784712713344808424864","1787366434606100617012757307278706743268416922009954160361541924902569754906","-13965781029696920710324454675730797609830619675052539578855913681240884689989","15037660547699137128848426518761349100955644252054876902441566539283672741108","-3316794866749668974631910559703083257475220989247361089748115087900106570367","6432884743219081733994039209231123389751621782323826624247855550292619806662","-6863139648175188271674950744453640759299107519499027779641981037824035177249","5394343522807996771253801394113184042541208393785777021411041418614376654847","-19457773679003275417506409921757522169437380653608180203400238655859239695570","5253294724006559690273183066697702033820884353373614519411749275068375803458"],["0","-16139815450952192840646339589937182641050814153695681532860555718036449231459","-3808178437641880080326623317767772376377509437646328478219027818074455811868","-20661023396837513830131497513812436103312830756077865216421742763937046883671","6696656863428937867873986296034983385803749139231261145743364469257172968201","-12856090484881641872283758771975375213875786911359050527258228220852487202407","4855874839462991636777778056292933820735265053749348685103360469657232147946","10447553441602491797146960237536357452900083915001560547915228100552738984723","21671148573196139969013347258948370301176392642703548148646054428944345669489","2788254128246054862010479595764816408665862336292303419044498354648421682119","9200338046345336370714681599264980893161658096149630843553403111190770837863","9397096753706060279457365816933166516703288137573896311524060374404978184088","-6088396650613094850565247262044321846734906352720613696380609016131534861175","-8371719153252326034583005314709851341853645102489803840902458121611901175232","-18402903125254687730651578616395333906030885359993391783679899515772466684796","-2794795904386296381592597467492489021148117620015246344991920650144313488451","1573630860783830092461821374819315019306387837403075439938226249653191348322","-6190250955103455369394221146437628658838009663131603832541372874841316125939","5253501568986920255050913260223054876764861979963298825675661567991376151000","7961583740405132404224806899258751869991806717415852171529681842766275984482","7021221004757466303744518579082570623057827662509950617475637008876467364569","-19915217058734443456402925692752165120990676416971013006015332239771170846168","18937989229467287792388960847666486728063678830513993048754797849318790722328","-19860250427871616957965823941692985827772336416696578200702081375021816657291","289629726979588219174500538326984922257979882455082175015909690121905458157","-7055638165733126613185419138006480596862067143418373103741767602316999219682","19062010554541945705779703316406243401270082661908500859911285118704806278524","-14213324529913158117231540968602260226674884451123890074086983418140174435413","-2650540879507250464373962783640105062745682911303311547686971226857400984210","-16508032925593638236224419259197005141741467178260860108209917015232676540613","191365585366078148404880341396262017042522052094167529795328690832239192171","5252445286753708856412874505236243364122125137357598148156905713229123444106","2427076318393154977312675051336144025883272243877865681184592950032216042700","12402341113201182419480598430722252511344564428826570039613823752242995818222","14071276963077932142590967481428536256936579047732058722229215325145554169615","-1162270763543025588302731302989969444951738861861185873380034320747978620853","-1354204864499186789303676185752870100114457952493004905679685571067040073227","-4477375297724028571835697330359626582731211530634712030658800333902947562391","1273642417231194227483805921482998345909264997036766388521483918229364728231","-21885830920046804561118330676675963761254991588164067613838290884009887772386","11094995845348165619720847439986639843173604679028587708808454760276464827890","-6045465657244425116385589778503230691891470184442225605132633270581940084336","21143515605215518239962630912938461565251313625731529512977895729799112359970","-15757956114223324385887365907573331920572720218059457142436287395719713877057","-5785823246939201870205939047164292355347154857634771246154697150948438726196","9525456334740522518519186087718570942638751428348280368151409937218031269560","-215413032502088755610653817888252367044625845853668862661289975696945331674","-16970393233944698109288032736444750452839863559059695773094603844222799722477","-17119741990991893313750644625221879710545345380230570753095835074478444252309","-12099646349749231563223672726913595216297658511794366142137523149824722255104","-2568464311277944268673538134312374528668626815090157319571427863342769962000","-5673412845221471831988263744484395255055437358398876900228680027952581787730","-3403857722560144072558714150829877076928921701083074685016311717836910514563","-11698366922166479572054773823851954011094334372905291341375127248789776563659","-2040291070845555684334057465574962110411899136980087676880776841443392283132","-20088721578957935100816156032977521786665948704092883224789569610540885695493","14558065134422338084251356049977365952909584430275981967082175385273351283650","11714734736530162573070990125648385131607588726483258700999013622762476094463","14571923551285714092384965977051307347652037702939924471204360183911007483481","9929925685547705240575319306092863840427642991299582605916479514654226055817","-5213288112907163634447517751230640419888467422115433362061083916520389543767","-12604519037752921871318699897530268454591821288656809819679596069020952314420","-1221845283404177881126203616916295480932889870751500156747229286497597291290","-14823516483943012457698181376688513656138594309401177699117677989480465315256","-669190514551553545078506998081327266093275964319682442890942130349299696022","-14136555302367039247072403054414211729604296524853120202874614325410978658253","-7953402808386937969154984113191726023517259425189825387479311573887674381860","-8128368453444917217538506956531609853891287980834027577593683500105964287044","-7259085662625480167459050071706471286961747862392536202907837321766771609653","-21499158199611548228031467625550907427171085774450386238369759376290914849607","19069712092106170025154949105950689025611182286628803585742574789451866481896","-8196885443999692920451563831298912322155669059006542991676710481741939634417","14722005887398785611288663395161898944720970354143344584901126939948392558609","-16330088567653595016728955884899398094631687837770609005015988426210622237610","21776901788812828647427286250470217057999870269056134344946052098035294300048","-8806941013815041919962864076846700677684056828203421624381141510599981162953","13795198746219931016941720397359801347853642632989280890371789185891281628682","-13795214967639940361839331612499477170202132769375111811423890874550789592141","12711932307794023079695357537169464464573596544964027549281668900275793128015","-10485520804270787331678363814322297544171417711456881237866412294808966692532","16142172984887804675233365454830507192900797350031813847623138430971613920180","-7702967339945563396680445175216252313696582410455221189474952138127974812670","13909046337150675183197742296060149572658289088074811562381487192046494320630","-18690602493321284537331086873733035486115531083235580468042151953743995660597","126562146713433670051844445352371064832682653532364782114433189542985057197","-14336664351373880470405270755624010122947880876281807322860604214435747822451","8685740245443463973939345912518625897650380252643052363973028282621068790025","-8090749702740625576006648994646616987203458448093539131848921841514471378418","5775832617815656794677489242521046188993965294240584743981927790448037386180","-12284116546955145980321187405552528373030373510308079018179270646821799702862","1881717261107754661359653313840537364645402795330158946061466254217669382816","-1528046237191863226190509651279158075120821430315005907569425426689616849728","3574732869212201234025514614557413486536833844019908320723083849805139509812","-6043319187554566198402503606204320131112874949689044814013623175905960884361","8187078223558999035450447292265423113362924103693719461184928891991536986599","-6633589733499337949263821119406166514950441978494722179496230175800213140734","12865769486438163467988078418462246779503243564647653248495711100585239613324","-13726279296350376543349901488907281518598215038998055559283962075648070354498","10788687045615993542507602788226368085082416787571554042822082837228753309694","-17027304486167275612766414098257769250326396906800326063102273125142670895523","10506589448013119380546366133395404067641768706747229038823498550136751606916"],["0","-10391388030065110459046273434617090193553263906975328722022907249497089967301","-7616356875283760160653246635535544752755018875292656956438055636148911623736","-19433803921835752438016589282367597118077297111739696089145281341298285271725","13393313726857875735747972592069966771607498278462522291486728938514345936402","-3823938097924008522321111798693475339203209422302066710818252255129165909197","9711749678925983273555556112585867641470530107498697370206720939314464295892","20895106883204983594293920475072714905800167830003121095830456201105477969446","21454054274553004715780288772639465513804420884991061953593904671312882843361","5576508256492109724020959191529632817331724672584606838088996709296843364238","18400676092690672741429363198529961786323316192299261687106806222381541675726","18794193507412120558914731633866333033406576275147792623048120748809956368176","-12176793301226189701130494524088643693469812705441227392761218032263069722350","-16743438306504652069166010629419702683707290204979607681804916243223802350464","-14917563378670100239056751487533392723513406319570749223661594844969124873975","-5589591808772592763185194934984978042296235240030492689983841300288626976902","3147261721567660184923642749638630038612775674806150879876452499306382696644","-12380501910206910738788442292875257317676019326263207665082745749682632251878","10507003137973840510101826520446109753529723959926597651351323135982752302000","15923167480810264808449613798517503739983613434831704343059363685532551968964","14042442009514932607489037158165141246115655325019901234951274017752934729138","-17942191245629611690559445640247055153432988433525991668332460292966533196719","15987735587095300362531515950075698367578993260611951753811391512061772949039","-17832257983903958693685242138128696566996308432977122057705958563467824818965","579259453959176438349001076653969844515959764910164350031819380243810916314","-14111276331466253226370838276012961193724134286836746207483535204633998439364","16235778237244616189313000887555211713991800923400967376124366050833804061431","-6538406187987041012216676191947245364801404501831745804475762649704540375209","-5301081759014500928747925567280210125491365822606623095373942453714801968420","-11127822979348001250202432773136735194934569956105685872721629843889544585609","382731170732156296809760682792524034085044104188335059590657381664478384342","10504890573507417712825749010472486728244250274715196296313811426458246888212","4854152636786309954625350102672288051766544487755731362369185900064432085400","2916439354563089616714791116187229934140764457237105735529443317910183140827","6254311054316589062935529217599797425324793695048083100760226463715299843613","-2324541527086051176605462605979938889903477723722371746760068641495957241706","-2708409728998373578607352371505740200228915904986009811359371142134080146454","-8954750595448057143671394660719253165462423061269424061317600667805895124782","2547284834462388454967611842965996691818529994073532777042967836458729456462","-21883418968254333899990255608094652433961618775912100883978377581443967049155","301748818857056017195289134716004597798844957641141073918705333977121160163","9797311557350424989475226188250813704765424031531583133432937645411928326945","20398788338591761257678856080619648041954262851047024682257587273022416224323","-9627669356607373549528326069889388752597076035702879941174370604863619258497","10316596377960871481834527650928690377854054685146491851388809884678931043225","-2837330202358230185208033569820133203270861543719473607395384312139745956497","-430826065004177511221307635776504734089251691707337725322579951393890663348","-12052543596050120996329659727632225817131362717703357202491003501869790949337","9537001761694763816991522240070790756006038040370927181204738224194728486616","-2311049827659187904200939708569915344046952623172697940576842113073636014591","-5136928622555888537347076268624749057337253630180314639142855726685539924000","-11346825690442943663976527488968790510110874716797753800457360055905163575460","-6807715445120288145117428301659754153857843402166149370032623435673821029126","-1508490972493683921863141902446632933640304345394548339052050311003744631701","-4080582141691111368668114931149924220823798273960175353761553682886784566264","-18289200286076594979385906320697768484783533007769732105880935034505962895369","-14660355474833874275990099390559818271277559940280104753232057602604914423934","1541226601221049923895574506039495174666813052550483058299823058949143693309","7255604230732152962523526208845339606755711005463814598710516181246206471345","19859851371095410481150638612185727680855285982599165211832959029308452111634","-10426576225814327268895035502461280839776934844230866724122167833040779087534","-3320795203666568520390994049803261820635278176897585295660987951466096133223","-2443690566808355762252407233832590961865779741503000313494458572995194582580","-7758790096046749693149957008119752223728824218386321054537151792385122134895","-1338381029103107090157013996162654532186551928639364885781884260698599392044","-6384867732894803271898400363571148370660228649290206062051024464246148820889","-15906805616773875938309968226383452047034518850379650774958623147775348763720","-16256736906889834435077013913063219707782575961668055155187367000211928574088","-14518171325250960334918100143412942573923495724785072405815674643533543219306","-21110073527383821233816529505844539765793807148484738133041314566006021203597","16251181312373064828063492466644102962674000172841572827786945392327924468175","-16393770887999385840903127662597824644311338118013085983353420963483879268834","7555768902958296000330921045066522800893576307870654826104049693320976621601","-10771934263467914811211506024541521100715011275125183666333772665845435979603","21665560705786382072608166755683159027451376137696234346193900009494780104479","-17613882027630083839925728153693401355368113656406843248762283021199962325906","5702154620600586811637035049462327607158920865562527437045374185206754761747","-5702187063440605501432257479741679251855901138334189279149577562525770688665","3535621743748770937144309329081653840598828689512020754865133613975777760413","-20971041608541574663356727628644595088342835422913762475732824589617933385064","10396103097936334128220325164403739297253230299647593351548072675367419344743","-15405934679891126793360890350432504627393164820910442378949904276255949625340","5929849802462075144149078846863024056768213775733588781064770197517180145643","-15492962114803293852415768002208795883682697766055126592386099720912182825577","253124293426867340103688890704742129665365307064729564228866379085970114394","-6785085830908485718564135765990745157347397352147580302023004242295687149285","17371480490886927947878691825037251795300760505286104727946056565242137580050","-16181499405481251152013297989293233974406916896187078263697843683028942756836","11551665235631313589354978485042092377987930588481169487963855580896074772360","-2679990222071016738395969065847781657512382620200123692660337107067790910107","3763434522215509322719306627681074729290805590660317892122932508435338765632","-3056092474383726452381019302558316150241642860630011815138850853379233699456","7149465738424402468051029229114826973073667688039816641446167699610279019624","-12086638375109132396805007212408640262225749899378089628027246351811921768722","16374156447117998070900894584530846226725848207387438922369857783983073973198","-13267179466998675898527642238812333029900883956989444358992460351600426281468","3843296101037051713729751091667218470458122728879272153293218014594670731031","-5564315720861477864453397232557287948648065677580076774869719964720332213379","21577374091231987085015205576452736170164833575143108085644165674457506619388","-12166366100495276003286422451258263412104429413184617782506342063709533295429","21013178896026238761092732266790808135283537413494458077646997100273503213832"],["0","-20782776060130220918092546869234180387106527813950657444045814498994179934602","6655529121271754900939912474186185583038326649830720430822092914277985248145","-16979364971832229653786772819477919147606229823063357834592358496020762047833","4898384581876476249249539438882658454666632156509010239275253690452883377187","14240366675991258177604182147870324410141945555811900922061699676317476677223","19423499357851966547111112225171735282941060214997394740413441878628928591784","19901970894570691966341435204888154723051971259590207847962708215635147443275","21019865677266734209314171800021655939060477369566089563489605156049957191105","11153016512984219448041918383059265634663449345169213676177993418593686728476","14913109313542070260612320651802648484098267984182489030515408258187274855835","15700144142984965895583057522475390978264788149879550902398037311044104240735","-2465343730613104180014583302920012298391261010466420441824231877950330949083","-11598633741170028916085615513582130278866216009543181019911628299871796205311","-7946883885500925255867097229809510358478448238725464103624985503362441252333","-11179183617545185526370389869969956084592470480060985379967682600577253953804","6294523443135320369847285499277260077225551349612301759752904998612765393288","-2872760948574546255330478840493239546803674252110380986467287312789456008139","21014006275947681020203653040892219507059447919853195302702646271965504604000","9958092089781254394652821851777732391418862469247374342420523184489295442311","6196641147190589992731668571073007403682946249623768126204343848930060962659","-13996139619419948158872485535236835218317612466635948992966716399357257897821","10087228302351325502816626154894121646609622120807869163924578837547737402461","-13776273095968642165124078531000118045444252465538209771713712940359841142313","1158518907918352876698002153307939689031919529820328700063638760487621832628","-6334309791093231230495270806768647298899904173257458071268866222692188383111","10583313602649957156379596029853148339435237446385900408550527915091799627245","-13076812375974082024433352383894490729602809003663491608951525299409080750418","-10602163518029001857495851134560420250982731645213246190747884907429603936840","-367403086856727278158459801016195301320775511795337401745055501203280675601","765462341464312593619521365585048068170088208376670119181314763328956768684","21009781147014835425651498020944973456488500549430392592627622852916493776424","9708305273572619909250700205344576103533088975511462724738371800128864170800","5832878709126179233429582232374459868281528914474211471058886635820366281654","12508622108633178125871058435199594850649587390096166201520452927430599687226","-4649083054172102353210925211959877779806955447444743493520137282991914483412","-5416819457996747157214704743011480400457831809972019622718742284268160292908","-17909501190896114287342789321438506330924846122538848122635201335611790249564","5094569668924776909935223685931993383637059988147065554085935672917458912924","-21878595064669392577734105470932029779374873151408167424258550976312125602693","603497637714112034390578269432009195597689915282282147837410667954242320326","19594623114700849978950452376501627409530848063063166266865875290823856653890","18909333805344247293111306415982020995360161301678015020816970359469023953029","-19255338713214747099056652139778777505194152071405759882348741209727238516994","20633192755921742963669055301857380755708109370292983702777619769357862086450","-5674660404716460370416067139640266406541723087438947214790768624279491912994","-861652130008355022442615271553009468178503383414675450645159902787781326696","-2216844320260966770412913710007176545714361034990680061283802817163773403057","19074003523389527633983044480141581512012076080741854362409476448389456973232","-4622099655318375808401879417139830688093905246345395881153684226147272029182","-10273857245111777074694152537249498114674507260360629278285711453371079848000","-805408509046612105706649232680305931673385033179473257216515925234518655303","-13615430890240576290234856603319508307715686804332298740065246871347642058252","-3016981944987367843726283804893265867280608690789096678104100622007489263402","-8161164283382222737336229862299848441647596547920350707523107365773569132528","-14690157700313914736525406896138261881018701615123429868063665882436117295121","-7432468077828473329733793035862361454006755480144175162765911018634020352251","-18805789669397175374455256733178284739214738295315068227098558068677521108999","14511208461464305925047052417690679213511422010927629197421032362492412942690","-4056783001487729482191534266143094815386156835633738263730490314534712767966","1035090420210620684456334740334713408994494711954300895453868520494250320549","-6641590407333137040781988099606523641270556353795170591321975902932192266446","-4887381133616711524504814467665181923731559483006000626988917145990389165160","-15517580192093499386299914016239504447457648436772642109074303584770244269790","-2676762058206214180314027992325309064373103857278729771563768521397198784088","-12769735465789606543796800727142296741320457298580412124102048928492297641778","-9925368361708476654373530707509629005520673300343267206219042108974889031823","-10625230941940393647907622080869164327016787522920075966676529813848048652559","-7148099778662645447589794541568610059298627049154110467933145100491277942995","-20331904182928367245386653266431804443039249896553441922384424945436233911577","10614119752906854433880579188030930836799635945267111311875686598080040440733","-10899298904159496459559849579938374200074311835610137623008637740391950042051","15111537805916592000661842090133045601787152615741309652208099386641953243202","-21543868526935829622423012049083042201430022550250367332667545331690871959206","21442878539733488922969927766109042966354387874976434348689595832413751713341","-13339521183420892457605050562129527622187862912397652153826361855824116156195","11404309241201173623274070098924655214317841731125054874090748370413509523494","-11404374126881211002864514959483358503711802276668378558299155125051541377330","7071243487497541874288618658163307681197657379024041509730267227951555520826","-20053840345243874104467049512031915088137306445411490607767444992660058274511","20792206195872668256440650328807478594506460599295186703096145350734838689486","-8923626487942978364475374955607734166237965241404850414201604365936090755063","11859699604924150288298157693726048113536427551467177562129540395034360291286","-9097681357767312482585130259160316678817031131694218841073995255248557155537","506248586853734680207377781409484259330730614129459128457732758171940228788","-13570171661816971437128271531981490314694794704295160604046008484591374298570","12854718109934580673510977904817228502053156610156175112193908943908466664483","-10474755939123227081780190233329192860265469391958122183697483179482077018055","1215087599423351956463551224826909667427496776546304632229506975216341049103","-5359980444142033476791938131695563315024765240400247385320674214135581820214","7526869044431018645438613255362149458581611181320635784245865016870677531264","-6112184948767452904762038605116632300483285721260023630277701706758467398912","14298931476848804936102058458229653946147335376079633282892335399220558039248","-2285033878378989571363608679560005435903135398340144912356288517048035041827","10860070022396720919555383423804417364903332014358843501041511381390339450779","-4646116062158076574808878732367390971253403513562854374286716516625044067319","7686592202074103427459502183334436940916245457758544306586436029189341462062","-11128631441722955728906794465114575897296131355160153549739439929440664426758","21266505310624698947784005407648197251781302749870181827590127162339204743159","-2444489329151276784326439157259251735660494425953201221314479940843258095241","20138114920213202299939058788324341182018710426572881811595790013971197932047"],["0","-19677309248421166613938687993211085685664691227485280544393424811412551373587","-8577184629295765420366580796884903922471711100754593482054018358019837999327","-12070487071825184085327139893698563206664095245710681325486512805465715600049","9796769163752952498499078877765316909333264313018020478550507380905766754374","6592490480143241132961958550483373731735526711207767500425195166059144858829","16958755843864657871975818705086195477333756029578755137128679570682048687951","17915698917302108710436464664519034357555578118764381352227212244694486390933","20151488482694193196381937854786036789572590338716144783281006125524105886593","417790154129163673837431020861256180778534289922393008657782650611564961335","7937975755244865298978235558348021879648171567948943717332612329798741216053","9512045414130656568919709299693506867981211899343067461097870435512399985853","-4930687461226208360029166605840024596782522020932840883648463755900661898166","-1309024610500782609924825281906985469184067618670327696125052413167783915005","-15893767771001850511734194459619020716956896477450928207249971006724882504666","-470124363251095830494373994682637080636576559705936416237161014578699411991","12589046886270640739694570998554520154451102699224603519505809997225530786576","-5745521897149092510660957680986479093607348504220761972934574625578912016278","20139769680056086818160900336527163925570531439290356261707088357355200712383","19916184179562508789305643703555464782837724938494748684841046368978590884622","12393282294381179985463337142146014807365892499247536252408687697860121925318","-6104036367000621095498565325216395348086860532855863642235228612138707300025","20174456604702651005633252309788243293219244241615738327849157675095474804922","-5664303320098009108001751316742961002340140530660385199729221694143873789009","2317037815836705753396004306615879378063839059640657400127277520975243665256","-12668619582186462460990541613537294597799808346514916142537732445384376766222","21166627205299914312759192059706296678870474892771800817101055830183599254490","-4265381880108888826620299022531706370657253606910948874204846412242353005219","-21204327036058003714991702269120840501965463290426492381495769814859207873680","-734806173713454556316919602032390602641551023590674803490111002406561351202","1530924682928625187239042731170096136340176416753340238362629526657913537368","20131319422190395629056590296632671824428636698444750841557041519257179057231","19416610547145239818501400410689152207066177951022925449476743600257728341600","11665757418252358466859164464748919736563057828948422942117773271640732563308","3129001345427081029495711125141914612750810379776298059342701668285390878835","-9298166108344204706421850423919755559613910894889486987040274565983828966824","-10833638915993494314429409486022960800915663619944039245437484568536320585816","-13930759509952953352439172897619737573301327844661661901572198484647772003511","10189139337849553819870447371863986767274119976294131108171871345834917825848","-21868947257499509933221805196606784470201381902400300504818897766048442709769","1206995275428224068781156538864018391195379830564564295674821335908484640652","17301003357562424735654499007745979730513331725710298190033546395071904812163","15930424738849219363976207086706766902171958202939995697935736532362239410441","-16622434554590218975866898534300279921839939742395485420999278232878668538371","19378142640004210705091704858457486422867854340169933061857035352139915677283","-11349320809432920740832134279280532813083446174877894429581537248558983825988","-1723304260016710044885230543106018936357006766829350901290319805575562653392","17454554231317341681420578325242921997119642330434674221130598552248261689503","-5628478696899495176526722530231387153072576639348359962577455476372703044770","-9244199310636751616803758834279661376187810492690791762307368452294544058364","-20547714490223554149388305074498996229349014520721258556571422906742159696000","-1610817018093224211413298465360611863346770066358946514433031850469037310606","-5342618908641877358223307461381741526883009208248563136432289556119475620887","-6033963889974735687452567609786531734561217381578193356208201244014978526804","-16322328566764445474672459724599696883295193095840701415046214731547138265056","-7492072528788554250804408047019248673489038829830825392429127578296426094625","-14864936155656946659467586071724722908013510960288350325531822037268040704502","-15723336466955075526664107721099294389881112190214102110498911950779233722381","-14754068820749938594398706655133191750073884778976810292554343648166791105854","-8113566002975458964383068532286189630772313671267476527460980629069425535932","2070180840421241368912669480669426817988989423908601790907737040988500641098","-13283180814666274081563976199213047282541112707590341182643951805864384532892","-9774762267233423049009628935330363847463118966012001253977834291980778330320","-9146917512347723550353422287221733806366932473129249874450402982964680043963","16534718755426846861618349760606656959802156685858574800570667143781410927441","-3651228059739937865347195709027318394092550196744789904505893670408786787939","-19850736723416953308747061415019258011041346600686534412438084217949778063646","-21250461883880787295815244161738328654033575045840151933353059627696097305118","-14296199557325290895179589083137220118597254098308220935866290200982555885990","-18775565494017459268526900787606333797530135392690849501070645704296659327537","21228239505813708867761158376061861673599271890534222623751373196160080881466","-21798597808318992919119699159876748400148623671220275246017275480783900084102","8334832739993908779077278435008816115025940831066584960717994586708097990787","-21199494182032384022599618352908809314311680700084700321636886476805935422795","20997514207627702623693449786960810844160411349536834353680987478251694931065","-4790799495002509692963695379001780155827361424379269963954519525072423816773","920375610563072024301734452592035340087319061834075404483292554251210551371","-920505381923146783482624173709441918875240152920722772900106063527274259043","14142486974995083748577237316326615362395314758048083019460534455903111041652","-18219437818648472986687693278806555087726248490406946871836685798744308053405","19696169519906061290634894912357682100464556798174339062494086514893868883355","-17847252975885956728950749911215468332475930482809700828403208731872181510126","1831156338009025354349909642194821138524490702518320780560876603492912086955","-18195362715534624965170260518320633357634062263388437682147990510497114311074","1012497173707469360414755562818968518661461228258918256915465516343880457576","-5252100451794667652010137318705705540841225008174286864393812782606940101523","3821193348029886124775550064377181915557948819896315880689613701241124833349","-20949511878246454163560380466658385720530938783916244367394966358964154036110","2430175198846703912927102449653819334854993553092609264459013950432682098206","-10719960888284066953583876263391126630049530480800494770641348428271163640428","15053738088862037290877226510724298917163222362641271568491730033741355062528","-12224369897534905809524077210233264600966571442520047260555403413516934797824","6709620081858334649957711171202032803746306351743232222086466611865307582879","-4570067756757979142727217359120010871806270796680289824712577034096070083654","21720140044793441839110766847608834729806664028717687002083022762780678901558","-9292232124316153149617757464734781942506807027125708748573433033250088134638","15373184404148206854919004366668873881832490915517088613172872058378682924124","-369020011606636235567183184971876706043898309904272755780675672305520357899","20644767749410122673321605070039119415014241099324329311482050138102600990701","-4888978658302553568652878314518503471320988851906402442628959881686516190482","18387986968587129377631711831391407275489056452729729279493375841366587368477"],["0","-17466375625003058005630970241164896282781018054554526745088645436249294251557","-17154369258591530840733161593769807844943422201509186964108036716039675998654","-2252731271811092948407874042139851324779826091005328307274821424355622704481","19593538327505904996998157755530633818666528626036040957101014761811533508748","13184980960286482265923917100966747463471053422415535000850390332118289717658","12029268815890040521705231664915115866119147658741475930559154954788288880285","-7945087909074333023619882161476481461985572563303305982941983883762644209368","18414734093549111170517469964314798490596816277016255222863808064472403277569","835580308258327347674862041722512361557068579844786017315565301223129922670","15875951510489730597956471116696043759296343135897887434665224659597482432106","19024090828261313137839418599387013735962423798686134922195740871024799971706","12026867949386858502188072533577225894983320358550352576401276674774484699285","19270193650837710002396755181443304150180229163075378951448099360240240665607","11988950201674849421024422571276508743182935845930212272896466359701851981902","-940248726502191660988747989365274161273153119411872832474322029157398823982","3289850900702006257142736251851765220353840998033172695313415807875253077535","-11491043794298185021321915361972958187214697008441523945869149251157824032556","18391296488272898414075394927797052762592698478164678179715972528134592929149","17944125487285742356364881661853654477127085476573463025983888551381373273627","2898321716923084748680268539034754526183420598079038161119171209144435355019","-12208072734001242190997130650432790696173721065711727284470457224277414600050","18460670337566026789020098874319211497890124082815442312000111163615141114227","-11328606640196018216003502633485922004680281061320770399458443388287747578018","4634075631673411506792008613231758756127678119281314800254555041950487330512","-3448996292533649699734677481817314107051252292613797941377260704192945036827","20445011538760553403271978374155318269192585385127567290503907473791390013363","-8530763760217777653240598045063412741314507213821897748409692824484706010438","-20520411200276732207736998792984405915382562180436950419293335443142607251743","-1469612347426909112633839204064781205283102047181349606980222004813122702404","3061849365857250374478085462340192272680352833506680476725259053315827074736","18374395972541516035866774848008068560308908996473467339415878851938549618845","16944978222451204414756395076121029325583991501629816555255283013939648187583","1443271964665441711471923184240564384577751257480811540537342356705656630999","6258002690854162058991422250283829225501620759552596118685403336570781757670","-18596332216688409412843700847839511119227821789778973974080549131967657933648","-21667277831986988628858818972045921601831327239888078490874969137072641171632","-5973276148066631482631940049982200058054291288907289459446192782719735511405","20378278675699107639740894743727973534548239952588262216343742691669835651696","-21849651643159744644197204647956293851854399404384566665939591345521076923921","2413990550856448137562313077728036782390759661129128591349642671816969281304","12713763843285574249062592270234684372478299051004562036368888603568001128709","9972606605859163505706008428156258715795552005463957052173268878148670325265","-11356626237341162729487391323343284755131515084374936498300352279181528581125","16868042408169146187937003971657697757187344279923831780015866517704022858949","-810398747026566259417862813303790537618527949339754515464870310542159156359","-3446608520033420089770461086212037872714013533658701802580639611151125306784","13020865590795408140594750905228568905690920260453314098562992917920714883389","-11256957393798990353053445060462774306145153278696719925154910952745406089540","-18488398621273503233607517668559322752375620985381583524614736904589088116728","-19207186108607833076530204403740717370149664641026482769444641626908510896383","-3221634036186448422826596930721223726693540132717893028866063700938074621212","-10685237817283754716446614922763483053766018416497126272864579112238951241774","-12067927779949471374905135219573063469122434763156386712416402488029957053608","-10756414261689615727098513703942118678042021791265368486394225276518468034495","-14984145057577108501608816094038497346978077659661650784858255156592852189250","-7841629439474618096688766398192170727478657520160666307365439887960272913387","-9558430062070875831081809696941313691213859980012169877299619714982658949145","14268348102178673255695398180248166676948959242878448102287721076818034779526","-16227132005950917928766137064572379261544627342534953054921961258138851071864","-17747881190996792484421066783918421452570385552598830761882730104598807213421","-4678118757493272940881546653168819476533861014764648021589699425152960570167","-19549524534466846098019257870660727694926237932024002507955668583961556660640","-18293835024695447100706844574443467612733864946258499748900805965929360087926","11181194639014418500990293775956038831055948971301115257443130100987013359265","-7302456119479875730694391418054636788185100393489579809011787340817573575878","-17813230574994631395247717084781240933534328800957034481177964249323747631675","-20612680895922299369384082578219382219518785691264269523007915068816386114619","-6704156242811306568112772421017165148646143796200407528034376215389303276363","-15662888116195643314807395829955392506511906384965664658443087222017510159457","20568236139788142513275911006866448258650179380652410903804542205744353267315","-21708952744798710615992992574496221711748882942024516148336346774991991672587","16669665479987817558154556870017632230051881662133169921435989173416195981574","-20510745492225492822952830960560343540074996999753366299575568767036062349973","20106785543416130025140493828664346599772458298657634363663770769927581366513","-9581598990005019385927390758003560311654722848758539927909039050144847633546","1840751221126144048603468905184070680174638123668150808966585108502421102742","-1841010763846293566965248347418883837750480305841445545800212127054548518086","6396731078150892274908068887395955636242265115680131695222864725230413587687","-14550632765457670751128980812355835086904132580397859399975167410912807611193","17504096167972847359023384079458089112380749195932643781289968843211929271093","-13806263079932638235655094077173661576403496565203367313108213277168554524635","3662312676018050708699819284389642277048981405036641561121753206985824173910","-14502482559229974708094115291383991626719760126360841020597776834418420126531","2024994347414938720829511125637937037322922456517836513830931032687760915152","-10504200903589335304020274637411411081682450016348573728787625565213880203046","7642386696059772249551100128754363831115897639792631761379227402482249666698","-20010780884653633104874355188059496352513513167416454391091728531352499576603","4860350397693407825854204899307638669709987106185218528918027900865364196412","-21439921776568133907167752526782253260099060961600989541282696856542327280856","8219233305884799359508047276191322745778080324866508793285255880906901629439","-2560496923230536396801748675209254113384778484624060177412602640458061100031","13419240163716669299915422342404065607492612703486464444172933223730615165758","-9140135513515958285454434718240021743612541593360579649425154068192140167308","21552037217747608455975127949960394371064963657019339660467841338985549307499","-18584464248632306299235514929469563885013614054251417497146866066500176269276","8858125936457138487591602988080472675116617430618142882647539930181557352631","-738040023213272471134366369943753412087796619808545511561351344611040715798","19401292626980970124396804394820963741480117798232624279265896089629393485785","-9777957316605107137305756629037006942641977703812804885257919763373032380964","14887731065334983533017017917525539462429748505043424215288547496157366241337"],["0","-13044508378166840789015534737072517477013671708693019146479086685922780007497","-12420495645343786459219917442282340601338480002602339584517869245503543501691","-4505462543622185896815748084279702649559652182010656614549642848711245408962","17298833783172534771749909765803992548784692851656047570503825337047258521879","4481719048733689309601428456676219838393742444415035658002576477660770939699","2170294759940805821164057584572956643689930917066917517420105723000769264953","-15890175818148666047239764322952962923971145126606611965883967767525288418736","14941225315258947118788534183372321892645268153616476102029411942368998059521","1671160616516654695349724083445024723114137159689572034631130602446259845340","9863660149140185973666536488134812430044321871379740525632245132619156368595","16159938784683351053432431453516752383376483196956235500693277555473791447795","2165493026934441782129739321897176701418276316684670809104349162973160902953","-5236098442003130439699301127627941876736270474681310784500209652671135660020","2089657531510423619802439397295742397817507291444390202094728532827895468187","-1880497453004383321977495978730548322546306238823745664948644058314797647964","6579701801404012514285472503703530440707681996066345390626831615750506155070","-1093844716757094820397424978688641285881029616467013548040094315739839569495","14894350104706521605904384110336830436637032555913322015733740869693377362681","14000008102732209490483357578450033865705806552730891708269572916186938051637","5796643433846169497360537078069509052366841196158076322238342418288870710038","-2527902596163209159747855555608306303799077731007420225242710261979020704483","15033097803292778355793792003381147907231883765214850280302018140654473732837","-768970408552761209760599521714568920812197722225506455218682589999686660419","9268151263346823013584017226463517512255356238562629600509110083900974661024","-6897992585067299399469354963634628214102504585227595882754521408385890073654","19001780205681831584297551003053361449836806369839100237309610761006971531109","-17061527520435555306481196090126825482629014427643795496819385648969412020876","-19152579528714189193227591840711536742216759960457866494888466699709406007869","-2939224694853818225267678408129562410566204094362699213960444009626245404808","6123698731714500748956170924680384545360705667013360953450518106631654149472","14860549073243756849487143950758862032069453592530900335133553517301290742073","12001713573063133607266384406984783562619618602843598766812361841303487879549","2886543929330883422943846368481128769155502514961623081074684713411313261998","12516005381708324117982844500567658451003241519105192237370806673141563515340","-15304421561537543603440995950421747149907279179141913604462894077359507371679","-21446312792134702035471232198834568115114290079360122638051734087569473847647","-11946552296133262965263880099964400116108582577814578918892385565439471022810","18868314479558940057235383742198671980548115504760490088989281196763862807775","-21811060414480214066148003550655312615160434408353098988180978504466345352225","4827981101712896275124626155456073564781519322258257182699285343633938562608","3539284814731873275878778795212093656408233701593089729039573020560193761801","19945213211718327011412016856312517431591104010927914104346537756297340650530","-825009602843050236728376901429294421714665768333838652902500371787248666633","-10040400927340258068618803547199154662722040240984405127364675337743571273336","-1620797494053132518835725626607581075237055898679509030929740621084318312718","-6893217040066840179540922172424075745428027067317403605161279222302250613568","4153488309751541058943096065199862722833476120490593853427781649265621271161","-625671915758705483860484375668273523741942156977405506611617718915003683463","-15088554370707731244968629591861370416202877570347132705531269622602367737839","-16526129345376390930814003062224159651750964881636931195191079067241213297149","-6443268072372896845653193861442447453387080265435786057732127401876149242424","-21370475634567509432893229845526966107532036832994252545729158224477902483548","-2247612688059667527563864693888851849696505125896739081134600789484105611599","-21512828523379231454197027407884237356084043582530736972788450553036936068990","-8080047243314941780971226442819719605407790918907267226018306126609895882883","6204983992890039028868872948872933633591049360094701728967324410655262668843","2771382747697523560082786351374647706120644440391694589098964756610490597327","6648453332518071289144390615239058265349554085340861860877237967060261063435","11322221731776714586960537361369791654007474115762162577552485856873914847506","-13607519510154309746595727822579567816592406704781627180067256022621805931225","-9356237514986545881763093306337638953067722029529296043179398850305921140334","-17210806197094416973792109996064180301304111463631970672213132981347304825663","-14699427177551618979167283403629660136919365492100965154103407745282911680235","474146406189561779734181806654802573563533542186196171188056015398218222913","-14604912238959751461388782836109273576370200786979159618023574681635147151756","-13738218278149987568249028424305206778520293201498034618657724312071686767733","-19337118920005323516521759411181489350489206982112504702317625951056963733621","-13408312485622613136225544842034330297292287592400815056068752430778606552726","-9437533360552011407368385914653509924475448369515294973187970257459211823297","19248229407737009804305416268475621428751994360888787463910880224912898039013","-21529662617758146009739579403735168334949401483632997952974489363408174849557","11451088088136359894062707994777989371555398923850305499173774160256583467531","-19133248112611710423659256175863411991601629599090698255452933347496316204329","18325328214992984828034581912071418110996552196899234383629337353279354237409","-19163197980010038771854781516007120623309445697517079855818078100289695267092","3681502442252288097206937810368141360349276247336301617933170217004842205484","-3682021527692587133930496694837767675500960611682891091600424254109097036172","12793462156301784549816137774791911272484530231360263390445729450460827175374","-7213022659076066280011555879454395085259900760379684456252130635249806726769","13119949464106419495800362413658903136213133991449253218881733499848050046569","-5724283288026001249063782409090048064258628729990700282518222367761300553653","7324625352036101417399638568779284554097962810073283122243506413971648347820","-7116722246620674193941824837510708164891155852305647697497349482261031757445","4049988694829877441659022251275874074645844913035673027661862065375521830304","-21008401807178670608040549274822822163364900032697147457575251130427760406092","15284773392119544499102200257508727662231795279585263522758454804964499333396","-18133318897467990987502304630861717616478661934416874438485252876129190657589","9720700795386815651708409798615277339419974212370437057836055801730728392824","-20991600681296992592089099308307231431649757522785944738867189526508846066095","16438466611769598719016094552382645491556160649733017586570511761813803258878","-5120993846461072793603497350418508226769556969248120354825205280916122200062","4950237455594063377584438939550856126436861006556894544647662260885421835899","-18280271027031916570908869436480043487225083186721159298850308136384280334616","21215831563655941689703850154663513653581562913622644977237478491395290119381","-15280685625425337376224624113681852681478863708086800650595527946424544042935","17716251872914276975183205976160945350233234861236285765295079860363114705262","-1476080046426544942268732739887506824175593239617091023122702689222081431596","16914342382122665026547203044384652394411871196049214214833587992682978475953","-19555914633210214274611513258074013885283955407625609770515839526746064761928","7887219258830691843787630089793803836311132609670814086878890805738923987057"],["0","-4200773884494406355784663728887759865478979016970003949259969185269751519377","-2952748418848297696193429139307406114128595604788644825337534304431278507765","-9010925087244371793631496168559405299119304364021313229099285697422490817924","12709424694505794321253413786350710009021021302896060797309446487518708548141","-12924804774371896603043548831904835411760879511585963027693051231254266616219","4340589519881611642328115169145913287379861834133835034840211446001538529906","-9892108764458056872233122900648650759393925852797189588069731348474768341855","7994207758678619015330662621487368696742171906816917860360619698162187623425","3342321233033309390699448166890049446228274319379144069262261204892519690680","19727320298280371947333072976269624860088643742759481051264490265238312737190","10431634697527426884618457161776229678204601993496436657688350924371774399973","4330986053868883564259478643794353402836552633369341618208698325946321805906","-10472196884006260879398602255255883753472540949362621569000419305342271320040","4179315063020847239604878794591484795635014582888780404189457065655790936374","-3760994906008766643954991957461096645092612477647491329897288116629595295928","13159403602808025028570945007407060881415363992132690781253663231501012310140","-2187689433514189640794849957377282571762059232934027096080188631479679138990","7900457337573767989562362475416385784725700711410609687769277552810946229745","6111773333625143758720309411642792642863248705045749072840941645798067607657","11593286867692338994721074156139018104733682392316152644476684836577741420076","-5055805192326418319495711111216612607598155462014840450485420523958041408966","8177952734746281489341178261505020725915403130013666216905832094733138970057","-1537940817105522419521199043429137841624395444451012910437365179999373320838","-3351940345145629195078371292330240064037651923290775142679984018773859173569","-13795985170134598798938709927269256428205009170455191765509042816771780147308","16115317539524387946348696260849447811125248339262166130921017335438134566601","-12234812169031835390715986434996375876709664454871556649940567111363015546135","-16416916185589103164208777936165798395885155520499698646078729212843003520121","-5878449389707636450535356816259124821132408188725398427920888019252490809616","12247397463429001497912341849360769090721411334026721906901036213263308298944","7832855274648238476727882156260448975590542784645766326568902848026772988529","2115184274286991992286363068712292036690872805271163189926519496031167263481","5773087858661766845887692736962257538311005029923246162149369426822626523996","3143767891577373013719283255878041813458118637794350131043409159707318535063","-8720600251235811984635586155586219211266193957867792865227583968143206247741","-21004382712430128848696058652411861141680215758304210932405263988563139199677","-2004861720427250708281354454671525143668800755213123494086566944303133550003","15848386087278604892224361739140068872547866609104945834280358206951917119933","-21733877957121152910049601356053350141772504416290163632663752822356882208833","9655962203425792550249252310912147129563038644516514365398570687267877125216","7078569629463746551757557590424187312816467403186179458079146041120387523602","18002183551597378800577627967367759774633843621439793864994871326018872805443","-1650019205686100473456753802858588843429331536667677305805000743574497333266","-20080801854680516137237607094398309325444080481968810254729350675487142546672","-3241594988106265037671451253215162150474111797359018061859481242168636625436","-13786434080133680359081844344848151490856054134634807210322558444604501227136","8306976619503082117886192130399725445666952240981187706855563298531242542322","-1251343831517410967720968751336547047483884313954811013223235437830007366926","-8288865869576187267690853438465465743857390740278231067364335058628926980061","10724227052925768582864805366066230873594799037558206297014250238669190396936","-12886536144745793691306387722884894906774160530871572115464254803752298484848","-20852708397295743643540053945796657126515709265572470747760112262379996471479","-4495225376119335055127729387777703699393010251793478162269201578968211223198","-21137414174919187686147649070511199623619722764645439601878696919498063642363","-16160094486629883561942452885639439210815581837814534452036612253219791765766","12409967985780078057737745897745867267182098720189403457934648821310525337686","5542765495395047120165572702749295412241288880783389178197929513220981194654","13296906665036142578288781230478116530699108170681723721754475934120522126870","756200591714153951674668977482308219466583831108290811406767527172021199395","-5326796148469344270945049899901860544636449009147220016436307858667803366833","-18712475029973091763526186612675277906135444059058592086358797700611842280668","-12533369522349558725337814246871085514059858526847907000728061776118801155709","-7510611483263962736088161062002045185290366583785895964508611303990014864853","948292812379123559468363613309605147127067084372392342376112030796436445826","-7321581606080227700531159926961272064192037173542284892348945176694485807895","-5588193684460699914251651103353138468492222002580034893617244437567565039849","-16785994968171371810797113077105703612430049563808975060937047715538118971625","-4928382099405951050204683938811385506036210784385595768439300674981404609835","-18875066721104022814736771829307019848950896739030589946375940514918423646594","16608215943634744386364426791693967768955624321361540584123556263249987582409","-21171082363677016797232753062213061581350438566849961562250774540240541203497","1013933304433444565879010244298703654562433447284576654649344133937358439445","-16378253353384145625072106606469548894654894797765362167207662508416823913041","14762413558146694433822758078885561133444739993382434423560470519982899979201","-16438153088180802321463157286756966158070526994618125367937952014003582038567","7363004884504576194413875620736282720698552494672603235866340434009684410968","-7364043055385174267860993389675535351001921223365782183200848508218194072344","3698681440764293877385869804326547456420696062304492437193254714345845855131","-14426045318152132560023111758908790170519801520759368912504261270499613453538","4351656056373563769354319082060531183877903582482472094065262813120291597521","-11448566576052002498127564818180096128517257459981400565036444735522601107306","14649250704072202834799277137558569108195925620146566244487012827943296695640","-14233444493241348387883649675021416329782311704611295394994698964522063514890","8099977389659754883318044502551748149291689826071346055323724130751043660608","-20128560742518065993834692804388369238181435664978260571452298074279712316567","8681303912399813775957994769760180235915226158754492701818705423353190171175","-14378394923096706752758203516466160144408959468417714533272301565682572819561","19441401590773631303416819597230554678839948424740874115672111603461456785648","-20094958490754709961931792871357187774751150645155855134036174866441883636573","10988690351699922215785783359508015894563956899050000829442819337051798022139","-10241987692922145587206994700837016453539113938496240709650410561832244400124","9900474911188126755168877879101712252873722013113789089295324521770843671798","-14672299182224557919571333127702811885901801973026284254002412086192752173615","20543420255472608157161294564069752218614761426829255610776752796214771743145","-8673128379011399530202842482106430274409363015757566957492851706273279590253","13544260873989278728120006207064615611918105322056537186891955534150420914907","-2952160092853089884537465479775013648351186479234182046245405378444162863192","11940441892406054830848000343512029700275377991682394085968971798790148456289","-17223586394581153326976620770890752682019546414835185197333474866916321028239","15774438517661383687575260179587607672622265219341628173757781611477847974114"],["0","-8401547768988812711569327457775519730957958033940007898519938370539503038754","-5905496837696595392386858278614812228257191209577289650675068608862557015530","-18021850174488743587262992337118810598238608728042626458198571394844981635848","3530606517172313420260421827444144929493678205376087250920688788461608600665","-3961366676904517983840691918552395734973394622755891711687898275932724736821","8681179039763223284656230338291826574759723668267670069680422892003077059812","2104025342923161477780159943959973569760512694821655167558741489626271811907","15988415517357238030661325242974737393484343813633835720721239396324375246850","6684642466066618781398896333780098892456548638758288138524522409785039381360","17566397724721468672419740207281974631628923085102927758830776343900816978763","20863269395054853769236914323552459356409203986992873315376701848743548799946","8661972107737767128518957287588706805673105266738683236417396651892643611812","-20944393768012521758797204510511767506945081898725243138000838610684542640080","8358630126041694479209757589182969591270029165777560808378914131311581872748","-7521989812017533287909983914922193290185224955294982659794576233259190591856","4430564333776774834895484269556846674282363583849347218809122276426216124663","-4375378867028379281589699914754565143524118465868054192160377262959358277980","15800914675147535979124724950832771569451401422821219375538555105621892459490","12223546667250287517440618823285585285726497410091498145681883291596135215314","1298330863545402767195742567020761120919000384216270945255165486579674344535","-10111610384652836638991422222433225215196310924029680900970841047916082817932","16355905469492562978682356523010041451830806260027332433811664189466277940114","-3075881634211044839042398086858275683248790888902025820874730359998746641676","-6703880690291258390156742584660480128075303846581550285359968037547718347138","-5703727468429922375631014109281237767861653940494349187319881446967751798999","10342392207209500670450986776441620533702132278108297918143830484300460637585","-2581381466224395559185567124735476664870964509327078956182930036150222596653","-10945589499338931106171150127074321703221946640583362948459254239110198544625","-11756898779415272901070713632518249642264816377450796855841776038504981619232","2606552055018727773578277953464263092894458267637409470103868239950808102271","15665710549296476953455764312520897951181085569291532653137805696053545977058","4230368548573983984572726137424584073381745610542326379853038992062334526962","11546175717323533691775385473924515076622010059846492324298738853645253047992","6287535783154746027438566511756083626916237275588700262086818319414637070126","-17441200502471623969271172311172438422532387915735585730455167936286412495482","-20120522553020982475145711559566447194812067116192387521112323790550469903737","-4009723440854501416562708909343050287337601510426246988173133888606267100006","9808529302717934562202317733022862656547368817793857324862512227328025744249","-21579513042403030597852796966849425194996644432164292921629301458137955922049","19311924406851585100498504621824294259126077289033028730797141374535754250432","14157139258927493103515115180848374625632934806372358916158292082240775047204","14116124231355482378908850189478244460719322842463553386291538465461937115269","-3300038411372200946913507605717177686858663073335354611610001487148994666532","3614882034317518170017597301717931526208567836894448177937707022177331897890","-6483189976212530075342902506430324300948223594718036123718962484337273250872","-5684625288428085495917282944439027893163743868853580076946912702633193958655","16613953239006164235772384260799450891333904481962375413711126597062485084644","19385555208804453286804468242584180993580595772506412317251733310915793761765","-16577731739152374535381706876930931487714781480556462134728670117257853960122","21448454105851537165729610732132461747189598075116412594028500477338380793872","-3884829417652312160366369700512514724999956661327109887230305420928788474079","-19817173922752212064833702146336039164483054130728907151822020338184184447341","-8990450752238670110255458775555407398786020503586956324538403157936422446396","-20386585477999100150048892395765124158691081128874844860059189652420318789109","-10431946101420491901638500026021603333082799275213034560375020319863775035915","2931693099720880893229086050234459445815833039962772572171093456045242179755","11085530990790094240331145405498590824482577761566778356395859026441962389308","4705570458233009934331156715698957972849851940947413099810747681665235758123","1512401183428307903349337954964616438933167662216581622813535054344042398790","-10653592296938688541890099799803721089272898018294440032872615717335606733666","-15536707188106908304805967480093280723722523717701149829019391214647876065719","-3178496172859842228429222748484895939571352653279779657757919365661793815801","-15021222966527925472176322124004090370580733167571791929017222607980029729706","1896585624758247118936727226619210294254134168744784684752224061592872891652","-14643163212160455401062319853922544128384074347084569784697890353388971615790","-11176387368921399828503302206706276936984444005160069787234488875135130079698","-11683747064503468399347820408954132136311734727201915778175891244500429447633","-9856764198811902100409367877622771012072421568771191536878601349962809219670","-15861890570368770407227137913356764609353429077645145549053676843261038797571","11328189015430213550482447838130660449362884242307046824548908339924166669201","-20453921855514758372219100379168848074152512733283888780803344893905273911377","2027866608866889131758020488597407309124866894569153309298688267874716878890","-10868263834929016027897807467681822700761425195114689990717120830257839330465","7636584244454113645399110412513847178341115586348834503422736853389991462785","-10988063304522329420679908828256657227592689588820216392177699841431355581517","14726009769009152388827751241472565441397104989345206471732680868019368821936","-14728086110770348535721986779351070702003842446731564366401697016436388144688","7397362881528587754771739608653094912841392124608984874386509428691691710262","-6963847764464989897799817772560305252491238641102703481310318354423418411459","8703312112747127538708638164121062367755807164964944188130525626240583195042","-1008890280264729774008723891102917168486150519546766786374685284469393718995","7410258536305130447352148529859863127843486839877098145275821469310784895663","-6578646114643421553520893604785557571016259008806556446291193742468318534163","16199954779319509766636089005103496298583379652142692110647448261502087321216","-18368878613196856765422979863519463387814506929540486799206391961983616137517","17362607824799627551915989539520360471830452317508985403637410846706380342350","-6868546974354138283270001287675045200269554536419394722846398944789337143505","16994560309707987384587233449203834269131532449065713887646019020347105075679","-18301674109670144701617179997457100460953936889895675924374145546307958777529","89137831560569209325160973758756700579549397683967315187434487527787548661","-20483975385844291174413989401674032907078227876992481419300821123664488800248","19800949822376253510337755758203424505747444026227578178590649043541687343596","-7456355492609840616896260510148348683255239545636534164306619985809695851613","19198597639105941092076183382882229348681158453242476877855301405853734990673","-17346256758022799060405684964212860548818726031515133914985703412546559180506","5200278876139282233993606668871956135287846243697040030085706881725033334197","-5904320185706179769074930959550027296702372958468364092490810756888325726384","1992640912972834439449594941766784312002391582948753828239739411004488416961","-12558929917323031431706835796524230275490728429254336050968745547256833560861","9660634163483492152904114613917940256696166038267222003817359036379887452611"],["0","-16803095537977625423138654915551039461915916067880015797039876741079006077508","10077249196446084437472689188027650632033981981261455042348066968850694464557","-14155457477138211952279578928980346107928853055669218572698938603114154776079","7061213034344626840520843654888289858987356410752174501841377576923217201330","-7922733353809035967681383837104791469946789245511783423375796551865449473642","17362358079526446569312460676583653149519447336535340139360845784006154119624","-17680192185992952266686085857337327949027339010772724008580721207323264871803","10088588162875200839076244740692199698420323226851637097744274606072941998083","13369284932133237562797792667560197784913097277516576277049044819570078762720","13244552577603662122593074669306674174709481769789821173963348501225825461909","-2049946953568842906018982843409631464278320826846322056643004675664519391342","17323944215475534257037914575177413611346210533477366472834793303785287223624","1887698207653506926898402469491015163206565003381582411394731151782531711074","16717260252083388958419515178365939182540058331555121616757828262623163745496","-15043979624035066575819967829844386580370449910589965319589152466518381183712","8861128667553549669790968539113693348564727167698694437618244552852432249326","-8750757734056758563179399829509130287048236931736108384320754525918716555960","9713586478455796736003044156408268050354438445226404407378906024667976423363","2558850462661299812634831901313895482904630419766961947665562396616461935011","2596661727090805534391485134041522241838000768432541890510330973159348689070","-20223220769305673277982844444866450430392621848059361801941682095832165635864","10823568067145850735118307300762807815113248119638630523925124192356747384611","-6151763268422089678084796173716551366497581777804051641749460719997493283352","8480481491256758441932920575936314832397756707252933772978268111480371801341","-11407454936859844751262028218562475535723307880988698374639762893935503597998","20684784414419001340901973552883241067404264556216595836287660968600921275170","-5162762932448791118371134249470953329741929018654157912365860072300445193306","-2936126838586990095894508891368317895528880750691553220304291644588593633","-1625554686991270579895021519779224195981268354485559367985347890434154742847","5213104110037455547156555906928526185788916535274818940207736479901616204542","9443178226753678684665122879784520813813806738167030962577407205531283458499","8460737097147967969145452274849168146763491221084652759706077984124669053924","1204108562807792161304365202591755064695655719276950304899273520714697600367","12575071566309492054877133023512167253832474551177400524173636638829274140252","-12994158133103972716295938877087601756516411431055137117212131685997016495347","-18352802234202689728045017373875619301075769831968740698526443394525131311857","-8019446881709002833125417818686100574675203020852493976346267777212534200012","19617058605435869124404635466045725313094737635587714649725024454656051488498","-21270783212966785973459188188441575301444924463912551499560398729700103348481","16735605941863894978750603498391313429703790177650023117896078562495700005247","6426035646015710984783824616439474162717505212328683488618379977905741598791","6344005590871689535571294633699213832890281284511072428884872744348065734921","-6600076822744401893827015211434355373717326146670709223220002974297989333064","-14658478803204238882211211141821412036131228726627137987822790142221144699837","-12966379952425060150685805012860648601896447189436072247437924968674546501744","-11369250576856170991834565888878055786327487737707160153893825405266387917310","11339663606173053249298362776341626694119444563508716483724049007549161673671","-5005375326069643870883875005346188189935537255819244052892941751320029467704","-11267220606465473848517008008604587886881198560696889925759136047939899424627","-879577531975476113033590026249626682717532650599243499339407418474855403490","-7769658835304624320732739401025029449999913322654219774460610841857576948158","-17746104973665148907420998547414803240417743861041779959945836489792560399065","-17980901504477340220510917551110814797572041007173912649076806315872844892792","-18884928084158925077851379046272973228833797857333655376420175118264829082601","-20863892202840983803277000052043206666165598550426069120750040639727550071830","5863386199441761786458172100468918891631666079925545144342186912090484359510","282819109740913258415885065739906560416791122717522369093513866308116282999","9411140916466019868662313431397915945699703881894826199621495363330471516246","3024802366856615806698675909929232877866335324433163245627070108688084797580","-21307184593877377083780199599607442178545796036588880065745231434671213467332","-9185171504374541387365529214929286358896683034986265314340578242719943635821","-6356992345719684456858445496969791879142705306559559315515838731323587631602","-8154203061216575722106238502750905652613101934727549514336241029384250963795","3793171249516494237873454453238420588508268337489569369504448123185745783304","-7398083552481635579878233962587813168219784293753105225697576520202134735963","-464531866003524434760198668155278785420523609904105230770773563694451663779","-1479251257167661576449235072650989184075105053987797212653578302425050399649","-19713528397623804200818735755245542024144843137542383073757202699925618439340","-9835538268898265592207870081456254130158493754874256754409149499946269099525","768135159021151878718489931004045810177404084198059305399612493272524842785","-19019600839190241522191795013080421059756661066151743217908485601234739327137","4055733217733778263516040977194814618249733789138306618597376535749433757780","-21736527669858032055795614935363645401522850390229379981434241660515678660930","15273168488908227290798220825027694356682231172697669006845473706779982925570","-87883737205383619113411911256039366637014777224398440657195496286902667417","7563776666179029555409096737687855794245845578274378599767157549462929148255","-7567929349701421849197567813444866315459320493047094389105189846296967793759","14794725763057175509543479217306189825682784249217969748773018857383383420524","-13927695528929979795599635545120610504982477282205406962620636708846836822918","17406624225494255077417276328242124735511614329929888376261051252481166390084","-2017780560529459548017447782205834336972301039093533572749370568938787437990","14820517072610260894704297059719726255686973679754196290551642938621569791326","-13157292229286843107041787209571115142032518017613112892582387484936637068326","10511666686799744311025772264949717508618394903869349877596692336428366146815","-14849514354554438308599553981781651687080649458664939254714579737391423779417","12836972777759979881585573333783445855112540234601936463576617506836952189083","-13737093948708276566540002575350090400539109072838789445692797889578674287010","12100877747576699546928061153150393449714700497715393431593833854118401655741","-14715105347501014180987954249656925833359509379375317505050086906040109059441","178275663121138418650321947517513401159098795367934630374868975055575097322","-19079707899849307126581573058090790725608091353568928494903438060753169104879","17713656772913231798429105771149573922946523652039122013483093900507566191575","-14912710985219681233792521020296697366510479091273068328613239971619391703226","16508952406372606961905961020507183608813952506068919412012398625131661485729","-12804270644206322898564964183168446009089087662614233486273202638517309865395","10400557752278564467987213337743912270575692487394080060171413763450066668394","-11808640371412359538149861919100054593404745916936728184981621513776651452768","3985281825945668878899189883533568624004783165897507656479478822008976833922","-3229616962806787641167265847791185462433092458092637758239286907937858626105","19321268326966984305808229227835880513392332076534444007634718072759774905222"],["0","-11717948204115975624030904085844803835283467735343997250381549295582203659399","-1733744478947106347301027369201973824480400437893124259002070248874419566503","-6422672082437148682312752112703417127309341710922402801699673019652501056541","14122426068689253681041687309776579717974712821504349003682755153846434402660","-15845466707618071935362767674209582939893578491023566846751593103730898947284","12836473287213617916378515607910031210490530272654645935023487381436499743631","8416101371692645911120639775839894279042050779286620670234965958505087247628","20177176325750401678152489481384399396840646453703274195488549212145883996166","4850326992427199903349179589863120481277830154617118210399885452564349029823","4600862283368049022939743593356073260870599139163608004228492815875842428201","17788348964701589410208440058438012159991722746723390230412194835246769712933","12759645559111793291829423405097552134144056666538698601971382420994765951631","-18112846456532261368449600806275244762135234393652869520908741883010745073469","-10341965239511772527653781133782671812016612137721825453880751847905289500242","-8199716376230857929393529914431498072192535420763896295480100746460953871807","17722257335107099339581937078227386697129454335397388875236489105704864498652","-17501515468113517126358799659018260574096473863472216768641509051837433111920","19427172956911593472006088312816536100708876890452808814757812049335952846726","5117700925322599625269663802627790965809260839533923895331124793232923870022","5193323454181611068782970268083044483676001536865083781020661946318697378140","-18558198666772071333719283144475625772236879295702689260185160005088522776111","21647136134291701470236614601525615630226496239277261047850248384713494769222","-12303526536844179356169592347433102732995163555608103283498921439994986566704","-4927279889325758338380564593384645423752850985910166797741667963615064892935","-926667001880414280277650691867675982898251361561362405581321601295198700379","19481325956998727459557541360509207046260164712017157328877117750626034054723","-10325525864897582236742268498941906659483858037308315824731720144600890386612","-5872253677173980191789017782736635791057761501383106440608583289177187266","-3251109373982541159790043039558448391962536708971118735970695780868309485694","10426208220074911094313111813857052371577833070549637880415472959803232409084","18886356453507357369330245759569041627627613476334061925154814411062566916998","16921474194295935938290904549698336293526982442169305519412155968249338107848","2408217125615584322608730405183510129391311438553900609798547041429395200734","3261900260779708887507860301767059419116584701938766704649069091082739784887","-4100073394368670210345472008917928424484458461694239890726059185418224495077","-14817361596566104233843629002493963513603175263521447053354682602474454128097","-16038893763418005666250835637372201149350406041704987952692535554425068400024","17345874339032463026562865186834175537641110870759394955751844722736294481379","-20653323554094296724671970631625875514341484527409068655422593272824398201345","11582969011888514735254801251525351770859215954884011892093952938415591514877","12852071292031421969567649232878948325435010424657366977236759955811483197582","12688011181743379071142589267398427665780562569022144857769745488696131469842","8688089226350471434592375322388564341113712107074615897258198237979829829489","-7428714734569202542176016538385548983714093052838241631947376097866480904057","-4044517033010845079125204280464022115244529978456110151177645750773284507871","-850258281873066761422726032498836484106611074998285964089446623956967339003","791084340506831276350319807425978299690524726601398623749893828522514851725","-10010750652139287741767750010692376379871074511638488105785883502640058935408","-646198341091672474787610271951900685214032720977745507820067909303990353637","-1759155063950952226067180052499253365435065301198486998678814836949710806980","-15539317670609248641465478802050058899999826645308439548921221683715153896316","-13603967075491022592595591349572331392287123321667525576193468793009312302513","-14073560137115405218775429356964354506595717613931790954455408445169881289967","-15881613296478574933456352347288671369119231314251276409142146049953849669585","-19839541533842692384307594358829138243782832700436103897801877092879291648043","11726772398883523572916344200937837783263332159851090288684373824180968719020","565638219481826516831770131479813120833582245435044738187027732616232565998","18822281832932039737324626862795831891399407763789652399242990726660943032492","6049604733713231613397351819858465755732670648866326491254140217376169595160","-20726126315915478945313993453957609268543227672761725787792258682766618439047","-18370343008749082774731058429858572717793366069972530628681156485439887271642","-12713984691439368913716890993939583758285410613119118631031677462647175263204","-16308406122433151444212477005501811305226203869455099028672482058768501927590","7586342499032988475746908906476841177016536674979138739008896246371491566608","-14796167104963271159756467925175626336439568587506210451395153040404269471926","-929063732007048869520397336310557570841047219808210461541547127388903327558","-2958502514335323152898470145301978368150210107975594425307156604850100799298","-17538813923408333179391065765233808959741321874668731803816201213275428383063","-19671076537796531184415740162912508260316987509748513508818298999892538199050","1536270318042303757436979862008091620354808168396118610799224986545049685570","-16150958806541207822137184280903567030964957731887452092118767015893670158657","8111466435467556527032081954389629236499467578276613237194753071498867515560","-21584812467876788889344824125470015714497336380042725619170279134455548826243","8658094105977179359350035904798113624816097944979303669992743226984157355523","-175767474410767238226823822512078733274029554448796881314390992573805334834","15127553332358059110818193475375711588491691156548757199534315098925858296510","-15135858699402843698395135626889732630918640986094188778210379692593935587518","7701208654275075796840552689355104562817204098019905153847833528190958345431","-5967148186020684368952865344983945921416590163994779581543069231117865150219","12925005579149234932588146911226974382474864259443742408823898318386524284551","-4035561121058919096034895564411668673944602078187067145498741137877574875980","7752791273381246567162188374182177422825582959092358237405081690667331087035","-4426341586734410991837168673884955195516671634810191441466570783297465641035","21023333373599488622051544529899435017236789807738699755193384672856732293630","-7810785837269601394952702218306028285612934516913844165730955288207039063217","3785702683680684540924740922309616621676716068787838583455030827098095882549","-5585945025577277910833599405442905712529853745261544547687391592581540078403","2313512623314123871609716561043511810881036595014752519489463521660994815865","-7541967823162753139729502754056576578170654358334600666401969625504409623265","356551326242276837300643895035026802318197590735869260749737950111150194644","-16271172927859339030916740370924306362667818306721822646108671934930529714141","13539070673987188374611805797041872757344682903662209683267983614439323887533","-7937179098600087245338636295336119644472593782130102313528275756662974910835","11129661940905938701565516295757092129079540611721804480326593063687514475841","-3720298416573370574883522621079616929629810924812432628848201090458811235173","20801115504557128935974426675487824541151384974788160120342827526900133336788","-1729037870985443854053318092942834098261127433457422026265038840977494409919","7970563651891337757798379767067137248009566331795015312958957644017953667844","-6459233925613575282334531695582370924866184916185275516478573815875717252210","16754293782094693389370052710414485938236299752652853671571231958943741314827"],["0","-1547653536392676025815402426432332582018571070271960157064894404588598823181","-3467488957894212694602054738403947648960800875786248518004140497748839133006","-12845344164874297364625504225406834254618683421844805603399346039305002113082","6356609265539232139836968874295884347401061242592663663667306121117060309703","-9802690543396868648479129603161890791238792581631099349804982020885989398951","3784703702587960610510625470562787332432696144893257526348770576297190991645","16832202743385291822241279551679788558084101558573241340469931917010174495256","18466109779661528134058573217511523705132928506990514047278894237715959496715","9700653984854399806698359179726240962555660309234236420799770905128698059646","9201724566736098045879487186712146521741198278327216008456985631751684856402","13688455057563903598170474371618749231435081093030746117126185483917730930249","3631048246384311361412441064937829179739748932661362860244560655413723407645","-14337450041225247514652795867293214435722104386889704698119279579445681651321","1204312392815730166938843477691931464515140124972383435936700490765229495133","-16399432752461715858787059828862996144385070841527792590960201492921907743614","13556271798374923456917468411197498305710544270378743406774774024833920501687","-13114788064387759030471193572779246059644583326528399193584813917099057728223","16966103041983911721765770880375797112869389380489583285817419912096097197835","10235401850645199250539327605255581931618521679067847790662249586465847740044","10386646908363222137565940536166088967352003073730167562041323892637394756280","-15228154461704867445192160543693976455925394190989344176672115823601237056605","21406029396744127718226823457793956171904628078138487752002292582851181042827","-2718810201849083490092778949608930377441962710800172223299638693414164637791","-9854559778651516676761129186769290847505701971820333595483335927230129785870","-1853334003760828560555301383735351965796502723122724811162643202590397400758","17074409042158179696868676975761139003971965023618280314056031314676259613829","-20651051729795164473484536997883813318967716074616631649463440289201780773224","-11744507354347960383578035565473271582115523002766212881217166578354374532","-6502218747965082319580086079116896783925073417942237471941391561736618971388","20852416440149822188626223627714104743155666141099275760830945919606464818168","15884470035175439516414085773880808166706862552252089506611424635549325338379","11954705516752596654335403354139397498505600483922576695126107749922867720079","4816434251231168645217460810367020258782622877107801219597094082858790401468","6523800521559417775015720603534118838233169403877533409298138182165479569774","-8200146788737340420690944017835856848968916923388479781452118370836448990154","-7746480321292933245440852259730651938657986126626859763011161018373099760577","-10189544654996736110255265529487127210152447682993941561686866922274328304431","12803505806225650830879324628411075986733857341102755567805485258896780467141","-19418404236349318227097535517994475940134604654402102967146982359072987907073","1277695151937754248263196757793428453170067509351989440489701690255374534137","3815899712223568716888892720500621562321656448898699610775315725047157899547","3487779491647482920038772789539580243012760737628255371841286790816454444067","17376178452700942869184750644777128682227424214149231794516396475959659658978","7030813402700870137894372668486177121120178294739551079803451990842846687503","-8089034066021690158250408560928044230489059956912220302355291501546569015742","-1700516563746133522845452064997672968213222149996571928178893247913934678006","1582168681013662552700639614851956599381049453202797247499787657045029703450","1866741567560699738710905723872522328806215377139058132126437181295690624801","-1292396682183344949575220543903801370428065441955491015640135818607980707274","18369932743937370770112045640258768357678233798019060346340574512676386881657","-9190392469379222060684551858842842711451288890200844754144239180854499297015","-5319691279142769962944776953887387696025882242919016808688733399442816109409","-6258877402391535215304452968671433924643070827447547565212612703763954084317","-9874983721117874644666298949320067649690098228086518474586087913331890843553","-17790840195846109546368782972401001399017301000456173451905549999182774800469","1565301925927771923586282656618400477978299919286146233670543461786128942423","1131276438963653033663540262959626241667164490870089476374055465232465131996","15756320794024804252402847980334388694250451127163270454787777266746077569367","12099209467426463226794703639716931511465341297732652982508280434752339190320","-19564009759991682668381581162657943448538090945107417231886313178957428382477","-14852443145658890327215711114459870347038367739529026913664108784303966047667","-3539726511039462605187376242621892428022456825822202918365150738718542030791","-10728569373027027666178548265746347521904043338494163713646759930961195359563","-6715557873773298270752587932303592734515291050457756865680411693832825362401","-7704091338087267097266530105093977584330772774596386559092101894232730448235","-1858127464014097739040794672621115141682094439616420923083094254777806655116","-5917005028670646305796940290603956736300420215951188850614313209700201598596","-13189384974977391136535725785210342830934279348921429263934198239975048270509","-17453910203753787146585074580567741432085610619080992673938393813209267902483","3072540636084607514873959724016183240709616336792237221598449973090099371140","-10413674741243140422027962816549858973381551063358869840539329845211531821697","16222932870935113054064163908779258472998935156553226474389506142997735031120","-21281382063914302556443242505682756340446308359669416894642354082335289156869","17316188211954358718700071809596227249632195889958607339985486453968314711046","-351534948821534476453647645024157466548059108897593762628781985147610669668","8366863792876842999389981205494148088435017912681480055370426011275908097403","-8383474526966412174543865508522190173288917571772343212722555198612062679419","15402417308550151593681105378710209125634408196039810307695667056381916690862","-11934296372041368737905730689967891842833180327989559163086138462235730300438","3961768286459194642929888077196673676401364118471450473949592450197240073485","-8071122242117838192069791128823337347889204156374134290997482275755149751960","15505582546762493134324376748364354845651165918184716474810163381334662174070","-8852683173468821983674337347769910391033343269620382882933141566594931282070","20158423875359702021856683314541594945925215215061365166688565159137656091643","-15621571674539202789905404436612056571225869033827688331461910576414078126434","7571405367361369081849481844619233243353432137575677166910061654196191765098","-11171890051154555821667198810885811425059707490523089095374783185163080156806","4627025246628247743219433122087023621762073190029505038978927043321989631730","-15083935646325506279459005508113153156341308716669201332803939251008819246530","713102652484553674601287790070053604636395181471738521499475900222300389288","-10654102983879402839587074996591337636787272213027610948519139683285250932665","5189898476135101526977205848826470426141001406908385022837763042302839279449","-15874358197200174490677272590672239288945187564260204627056551513325949821670","371081009972602180884626846256909169610716823027574616954981940799220456065","-7440596833146741149767045242159233859259621849624865257696402180917622470346","19713988137274982649702447605718373993754405549160285896987450867224458177959","-3458075741970887708106636185885668196522254866914844052530077681954988819838","15941127303782675515596759534134274496019132663590030625917915288035907335688","-12918467851227150564669063391164741849732369832370551032957147631751434504420","11620344692350111556493699675571696787924235104889672999444259731311674134037"],["0","-3095307072785352051630804852864665164037142140543920314129788809177197646362","-6934977915788425389204109476807895297921601751572497036008280995497678266012","-3802445457909319507004602705556393420689002443273576863100487892034195730547","12713218531078464279673937748591768694802122485185327327334612242234120619406","-19605381086793737296958259206323781582477585163262198699609964041771978797902","7569407405175921221021250941125574664865392289786515052697541152594381983290","11776162614931308422236153358102302027619838716730448337241659647444540494895","15043976687483781045870740689765772321717492613564993750859584288856110497813","19401307969708799613396718359452481925111320618468472841599541810257396119292","18403449133472196091758974373424293043482396556654432016913971263503369712804","5488667243288531974094542997980223374321797785645457890554166781259653364881","7262096492768622722824882129875658359479497865322725720489121310827446815290","15101585661228055415187219755928121305652520027052659291157849214260253688592","-19479618086207814888368718789873412159518084150471267471824803205045349505351","-10910622633084156495327713912468717200221777282639550838222198799268006991611","5224300724910571691588531077137721522872724140341452469851343863092032507757","-4341333256936242838695981400301217030740802252640764043471423647622306960829","12043963212128548221285136015494319137190414360563132227936635637616385900053","20470803701290398501078655210511163863237043358135695581324499172931695480088","20773293816726444275131881072332177934704006147460335124082647785274789512560","-8568066051570459668137915342130677823302423981562654009646027460626665617593","20923815921648980214207241170330637255260891755860941160306380979126553590037","-5437620403698166980185557899217860754883925421600344446599277386828329275582","-19709119557303033353522258373538581695011403943640667190966671854460259571740","-3706668007521657121110602767470703931593005446245449622325286405180794801516","-9627667659362191050755457538992272169152798753595508059284345743799097763576","-19413860587751053724722668250510351549387067748817228955228676391827753050831","-23489014708695920767156071130946543164231046005532425762434333156708749064","-13004437495930164639160172158233793567850146835884474943882783123473237942776","19816590008460369155006041510170934397762967881782517177963687652637121140719","9880697198511603810581765802504341244865360704088144669524645084522842181141","2021168161665918086424400963021519908462836567429119046554011313269926944541","9632868502462337290434921620734040517565245754215602439194188165717580802936","13047601043118835550031441207068237676466338807755066818596276364330959139548","-16400293577474680841381888035671713697937833846776959562904236741672897980308","-15492960642585866490881704519461303877315972253253719526022322036746199521154","-20379089309993472220510531058974254420304895365987883123373733844548656608862","3718768740612026439512243511564876884919350281789476791912766331217752438665","-16948565600859361231948665290731676791720844908388171590595760531570167318529","2555390303875508496526393515586856906340135018703978880979403380510749068274","-14256443447392137788468620304256031963905051502618635122147572736481492696523","6975558983294965840077545579079160486025521475256510743682573581632908888134","12864114033562610516123095544296982275906484027882429245334588765343510822339","14061626805401740275788745336972354242240356589479102159606903981685693375006","5710174739795894905745588623401186627570244486591593738987621183482670464133","-3401033127492267045690904129995345936426444299993143856357786495827869356012","3164337362027325105401279229703913198762098906405594494999575314090059406900","3733483135121399477421811447745044657612430754278116264252874362591381249602","-2584793364366689899150441087807602740856130883910982031280271637215961414548","-7036620255803808904268720209997013461740261204793947994715259347798843227920","-18380784938758444121369103717685685422902577780401689508288478361708998594030","-10639382558285539925889553907774775392051764485838033617377466798885632218818","-12517754804783070430608905937342867849286141654895095130425225407527908168634","-19749967442235749289332597898640135299380196456173036949172175826663781687106","-13693437519852943870491160199544727709486237600496312560112895811789741105321","3130603851855543847172565313236800955956599838572292467341086923572257884846","2262552877927306067327080525919252483334328981740178952748110930464930263992","9624398716210333282559290215411502299952537853910506565877350346916346643117","2310176063013651231343001534176587934382318195049271621318356682928869885023","4648466223695185107729649165198663280020546910617234223623782015236760226280","-7816643419478505432185016483662465605528371078642019483630013382032123599717","-7079453022078925210374752485243784856044913651644405836730301477437084061582","-21457138746054055332357096531492695043808086676988327427293519861922390719126","-13431115747546596541505175864607185469030582100915513731360823387665650724802","-15408182676174534194533060210187955168661545549192773118184203788465460896470","-3716254928028195478081589345242230283364188879232841846166188509555613310232","-11834010057341292611593880581207913472600840431902377701228626419400403197192","-4490527078115507050825045825163410573320194297426824184170192293374288045401","-13019577535668299070923743415878207775622856837745951004178583439842727309349","6145081272169215029747919448032366481419232673584474443196899946180198742280","-20827349482486280844055925633099717946763102126717739681078659690423063643394","10557622870030950885881922072301241857449505912690418605080808099419661566623","-20674521255989329890640079266108237592344252318922799445586503978094769818121","12744133552069442215153737873935179410716027379501180336272768721360820926475","-703069897643068952907295290048314933096118217795187525257563970295221339336","16733727585753685998779962410988296176870035825362960110740852022551816194806","-16766949053932824349087731017044380346577835143544686425445110397224125358838","8916591745261027965115805012163143162720451991663586271693129926188024886107","-1980349872243462253565055634678508597117996255563083982474072737895652105259","7923536572918389285859776154393347352802728236942900947899184900394480146970","-16142244484235676384139582257646674695778408312748268581994964551510299503920","9122922221685711046402347751471434602753967435953398605922122576093515852523","-17705366346937643967348674695539820782066686539240765765866283133189862564140","18428604878880128821466960883825914803302066029706695989678926131699503687669","-9354900477239130357564403127966838053903373667239342319225616966252347757251","15142810734722738163698963689238466486706864275151354333820123308392383530196","-455537230469836421087991876514347761571050580630143847051362183750351817995","9254050493256495486438866244174047243524146380059010077957854086643979263460","-8279628420811737336671605270969031224134253032922368321909674315441829997443","1426205304969107349202575580140107209272790362943477042998951800444600778576","-21308205967758805679174149993182675273574544426055221897038279366570501865330","10379796952270203053954411697652940852282002813816770045675526084605678558898","-9860473522561073759108139436087203489342010728104374910414898840076091147723","742162019945204361769253692513818339221433646055149233909963881598440912130","-14881193666293482299534090484318467718519243699249730515392804361835244940692","17539733402710690077158489466179472898960446697904537450276697547873107860301","-6916151483941775416213272371771336393044509733829688105060155363909977639676","9994011735726075808947113323011273903489900926764026908137626389496006175759","-3948692830615025907091721037072208610916375264325067722216091076927060513223","1352446512860947890740993605886118487300105809363311655190315276047539772457"],["0","-6190614145570704103261609705729330328074284281087840628259577618354395292724","-13869955831576850778408218953615790595843203503144994072016561990995356532024","-7604890915818639014009205411112786841378004886547153726200975784068391461094","3538194190317653337101469751926262301055880569954620310971020297892432743195","-17322519301748199371670112667390288076406805926108363055521723896968149100187","15138814810351842442042501882251149329730784579573030105395082305188763966580","1664082358023341622225900970947328966691313033044862330785115108313272494173","8199710503128286869495075634274269554886620826713953158020964391136412500009","16914373067578324004547030973647688761674276836520911339500879433938983742967","14918655395105116961271543001591310998416428712892829690129738340430930929991","10977334486577063948189085995960446748643595571290915781108333562519306729762","-7364049886302029776596641485505958369589368669770582902719961564920914865037","-13573314421222439614118371978658307565791688746726750105080709944631109614050","4817249571262920667755373910767725858060560499889533743746801963060917980532","-21821245266168312990655427824937434400443554565279101676444397598536013983222","10448601449821143383177062154275443045745448280682904939702687726184065015514","-8682666513872485677391962800602434061481604505281528086942847295244613921658","2199683552417821220323866285731363185832464320710230112175067088656963304489","19053364530741521779910904675765052637925722315855356818950794159287582464559","19658344761613613328017356399407080780859647894504635904467091383973770529503","-17136132103140919336275830684261355646604847963125308019292054921253331235186","19959388971458685206168076595403999421973419111305847976914557771677298684457","-10875240807396333960371115798435721509767850843200688893198554773656658551164","4358246629072483737448294743437386787073920913550734305463064664231097847754","-7413336015043314242221205534941407863186010892490899244650572810361589603032","-19255335318724382101510915077984544338305597507191016118568691487598195527152","-16939478303662832227198930755763428010225771097218423566759148597079697606045","-46978029417391841534312142261893086328462092011064851524868666313417498128","-4120632120021054056073938571210312047151929271352915544067362060370667389935","17744937145081463087765677275084593706977571363149000012229171118698433785821","19761394397023207621163531605008682489730721408176289339049290169045684362282","4042336323331836172848801926043039816925673134858238093108022626539853889082","19265737004924674580869843241468081035130491508431204878388376331435161605872","4206959214398395877816476668879200264384313215094099293494348542086109783479","-10912344283110086460517370326086152307327303293137884782110269296769987464999","-9097678413332457759517003293665332666083580106091404708346439886916590546691","-18869935748147669218774656372691233752061426331559731903049263502521504722107","7437537481224052879024487023129753769838700563578953583825532662435504877330","-12008888329879447241650924836206078494893325416360308837493316876564526141441","5110780607751016993052787031173713812680270037407957761958806761021498136548","-6624644022945000354690834863254788839261738604821235900596941286387176897429","13951117966589931680155091158158320972051042950513021487365147163265817776268","3839985195285945809999785343336689463264603655348824146970973344111213149061","6235010738964205329331084928687433395932348778542169975515603776795578254395","-10467893392247485410755228498454901833407875427232846865722961819610467567351","15086176616854741130864597485266583215695475800429746630982631194920069783593","6328674724054650210802558459407826397524197812811188989999150628180118813800","7466966270242798954843622895490089315224861508556232528505748725182762499204","-5169586728733379798300882175615205481712261767821964062560543274431922829096","-14073240511607617808537440419994026923480522409587895989430518695597686455840","-14873327005677613020491801690114095757256791160387344672878752536842188692443","-21278765116571079851779107815549550784103528971676067234754933597771264437636","-3147266737726865638971406129428460610023918909374155917152246628480007841651","-17611692012632223356418790052022995510212028511930039554646147466751754878595","-5498632167866612518735914653832180330424110800576590776527587437003673715025","6261207703711087694345130626473601911913199677144584934682173847144515769692","4525105755854612134654161051838504966668657963480357905496221860929860527984","19248797432420666565118580430823004599905075707821013131754700693832693286234","4620352126027302462686003068353175868764636390098543242636713365857739770046","9296932447390370215459298330397326560041093821234468447247564030473520452560","-15633286838957010864370032967324931211056742157284038967260026764064247199434","-14158906044157850420749504970487569712089827303288811673460602954874168123164","-21026034620268835442467787317728114999067808953560620510888835537268972942635","16914254248585357361482459761300179239035564599001041224674761597820315541630","-8928122480509793166819714675118635248774726697969511892670203390355113297323","-7432509856056390956163178690484460566728377758465683692332377019111226620464","-1779777242843310000941355417158551856653316463388721058759048652224997898767","-8981054156231014101650091650326821146640388594853648368340384586748576090802","-4150912199497322919601081086499140462697349275075867664658962693109646123081","12290162544338430059495838896064732962838465347168948886393799892360397484560","-19766456093133286465865445520942160804977839853019445018459115194270318791171","21115245740061901771763844144602483714899011825380837210161616198839323133246","-19460799640139384559033752786959200096140140237429564547474803769613731140625","3600024232299609208061070002613083732883690358586326328847333256145833357333","-1406139795286137905814590580096629866192236435590375050515127940590442678672","11579212299668096775313519076719317265191707250309885877783499858527823893995","-11645655236026373475929056288831485604607305886673338507192016607872442222059","17833183490522055930231610024326286325440903983327172543386259852376049772214","-3960699744486924507130111269357017194235992511126167964948145475791304210518","15847073145836778571719552308786694705605456473885801895798369800788960293940","-10396246096632077546032758770036074303008452225080502820291724916444790512223","18245844443371422092804695502942869205507934871906797211844245152187031705046","-13522489822036012712450943645822366475585008678065497188034362079803916632663","14968966885920982420687516022394554518055767658997357635659648076823198879721","-18709800954478260715128806255933676107806747334478684638451233932504695514502","8397378597606201105151521633219657884865364149886674323942042430208958564775","-911074460939672842175983753028695523142101161260287694102724367500703635990","18508100986512990972877732488348094487048292760118020155915708173287958526920","-16559256841623474673343210541938062448268506065844736643819348630883659994886","2852410609938214698405151160280214418545580725886954085997903600889201557152","-20728169063678336136101894241108075458600724451694409450378354546565195235043","20759593904540406107908823395305881704564005627633540091351052169211357117796","-19720947045122147518216278872174406978684021456208749820829797680152182295446","1484324039890408723538507385027636678442867292110298467819927763196881824260","-7874144460747689376821775223379660348490122998083426687087404537094681385767","13191223933582104932070573187101670709372528995393040556855190909170407224985","-13832302967883550832426544743542672786089019467659376210120310727819955279352","19988023471452151617894226646022547806979801853528053816275252778992012351518","-7897385661230051814183442074144417221832750528650135444432182153854121026446","2704893025721895781481987211772236974600211618726623310380630552095079544914"],["0","-12381228291141408206523219411458660656148568562175681256519155236708790585448","-5851668791314426334570032161974306103138042605873953800334919795414904568431","-15209781831637278028018410822225573682756009773094307452401951568136782922188","7076388380635306674202939503852524602111761139909240621942040595784865486390","-12756795731657123521093819589523301064265247451800691767345243607360489704757","8389386748864409661838598019245023570913204758730025867091960423801719437543","3328164716046683244451801941894657933382626066089724661570230216626544988346","16399421006256573738990151268548539109773241653427906316041928782272825000018","11940503263317372786847656202038102434800189272625788335303554681302158990317","7949067918370958700296680257925346908284493025369625036561272494286053364365","66426101314852674131766246663618408738826742165797218518462938462804963907","7160143099235215669053122774245358349369627060874868538258281056733978765543","-5258385970605604005990338212059340043035013093037465866463215702686410732483","-12253743729313433886735657923721823372427243400636966856204600260453972534553","-21754247660497350759064449904617593712338744730142169009190591010496219470827","20897202899642286766354124308550886091490896561365809879405375452368130031028","-17365333027744971354783925601204868122963209010563056173885694590489227843316","4399367104835642440647732571462726371664928641420460224350134177313926608978","16218486189643768337575403606272830187303080231294679294203384131999356433501","17428446651387951433788307053556886473170931388593237465235978581371732563389","-12384021334442563450305255623265436204661331525834581694885905655930853974755","18030535071078095190089747445550723755398473822195661610130911356778788873297","-21750481614792667920742231596871443019535701686401377786397109547313317102328","-13171749613694307747349816258382501514400522573314565732772074858113612800109","-14826672030086628484442411069882815726372021784981798489301145620723179206064","5265815106229786241470981334545461500485533786450036450259025397955225936930","-11990713735486389232151455766269580931903177794020812789820093007583586716473","-93956058834783683068624284523786172656924184022129703049737332626834996256","-8241264240042108112147877142420624094303858542705831088134724120741334779870","13601631418323650953284948804911912325406778325881965680760138050821059076025","17634545922207140020080657464760089890913078415936544334400376151515560228947","8084672646663672345697603852086079633851346269716476186216045253079707778164","16643231138010073939493280737678886981712618616446375413078548476294514716127","8413918428796791755632953337758400528768626430188198586988697084172219566958","-21824688566220172921034740652172304614654606586275769564220538593539974929998","-18195356826664915519034006587330665332167160212182809416692879773833181093382","-15851628624456063215302907000125192415574488262703429462400322818467200948597","-7013167909391169464197431698997767548870963273258127176047138861704798740957","-2129533787919619261055443927154881901238286432304583331288429566553243787265","10221561215502033986105574062347427625360540074815915523917613522042996273096","-13249288045890000709381669726509577678523477209642471801193882572774353794858","6013993061340588138063776571059366855553721500610008631032090139955827056919","7679970390571891619999570686673378926529207310697648293941946688222426298122","12470021477928410658662169857374866791864697557084339951031207553591156508790","-20935786784494970821510456996909803666815750854465693731445923639220935134702","-13604132509969068182763616519981383745705777199972575425431145983311477424048","12657349448109300421605116918815652795048395625622377979998301256360237627600","14933932540485597909687245790980178630449723017112465057011497450365524998408","-10339173457466759596601764351230410963424523535643928125121086548863845658192","-6258238151375960394828475094730778758412680418759757635162833204619564416063","-7858411139515950818737197634970916425965217920358655002059300887108568889269","-20669287361302884481311809885841826479658693542936100125811663008966720379655","-6294533475453731277942812258856921220047837818748311834304493256960015683302","-13335141153425171490591174358788715931875692623444044765594090746927701261573","-10997264335733225037471829307664360660848221601153181553055174874007347430050","12522415407422175388690261252947203823826399354289169869364347694289031539384","9050211511709224269308322103677009933337315926960715810992443721859721055968","16609351993002057907990755116388734111261787015225991919811197201089578076851","9240704252054604925372006136706351737529272780197086485273426731715479540092","18593864894780740430918596660794653120082187642468936894495128060947040905120","-9378330806074746506493660189392587333565119914152043590821849341552685903251","-6429569216476425619252604195717864335631290206161589003223001723172527750711","-20163826368698395662689168890198954909587253506705206678079466887962137389653","-9947977246507835721527891967914191699025599602829986238046885177510985907974","-17856244961019586333639429350237270497549453395939023785340406780710226594646","-14865019712112781912326357380968921133456755516931367384664754038222453240928","-3559554485686620001882710834317103713306632926777442117518097304449995797534","-17962108312462028203300183300653642293280777189707296736680769173497152181604","-8301824398994645839202162172998280925394698550151735329317925386219292246162","2692082216837584896745272046872190837128566293921863429089395598144986473503","-17644669314427297709484485296627046521407315305622855693220026201964829086725","20342248608284528321281282543947692341249659250345640076625028211102837770875","-17033356408439493895821099828661125103731916074443094751251403352651653785633","7200048464599218416122140005226167465767380717172652657694666512291666714666","-2812279590572275811629181160193259732384472871180750101030255881180885357344","1270181727496918328380632408181359441835050100203737411868795530479839292373","-1403067600213471729611706832405696120666247372930642670685829029169075948501","13778124109204836638216814303395297562333443566238310743074315518176291048811","-7921399488973849014260222538714034388471985022252335929896290951582608421036","9805903419834281921192698872316114322662548547355569447898535415002112092263","-20792492193264155092065517540072148606016904450161005640583449832889581024446","14603446014903568963362985260628463322467505343397560079990286117798254914475","-5156736772232750202655481546387457862621652955714960032370519973032024769709","8049690900002689619128626299531833947563170917578680927621091967070589263825","-15531359037117246208011206766610077127065130268541334933204263678433582533387","16794757195212402210303043266439315769730728299773348647884084860417917129550","-1822148921879345684351967506057391046284202322520575388205448735001407271980","15127959101186706723509059231438913885548221119820005968133212160000108558223","-11230270811407674124440015338618849807988647731273438943940493075191511494155","5704821219876429396810302320560428837091161451773908171995807201778403114304","-19568095255517397049957382736958875828653084502972784557058504906554581974469","19630944937241536993571241045354488320579646854851045839003900151846905739975","-17553651218405019814186151999091538868819678512001465297961391173728556095275","2968648079780817447077014770055273356885734584220596935639855526393763648520","-15748288921495378753643550446759320696980245996166853374174809074189362771534","4494204995324934641894740628946066330196693590370046770012177631765005954353","-5776363063927826442606683741828070483629674534902718076542417269064102063087","18087804071065028013542047546787820525411239306640073288852301371408216207419","-15794771322460103628366884148288834443665501057300270888864364307708242052892","5409786051443791562963974423544473949200423237453246620761261104190159089828"],["0","-2874213710443541190800033077660046223748772723935328169340106286841772675279","10184905289210422553106341421308662882272279188668126743028364595745999358755","-8531320791435280833790415899193872276963655145772580561105698949697757348759","14152776761270613348405879007705049204223522279818481243884081191569730972780","-3625348591474971819941233433789327039982130503185349190992283028145170913897","16778773497728819323677196038490047141826409517460051734183920847603438875086","6656329432093366488903603883789315866765252132179449323140460433253089976692","10910599140673872255733896791839803130998118906439778288385653377969841504419","1992763654795470351448906658818929781052014144835542326908905176028509485017","15898135836741917400593360515850693816568986050739250073122544988572106728730","-21755390669209569873982873251930038271070710916084439906661278309650198567803","-7567956673368843884140160196766558389809110278666297267181642073107850964531","-10516771941211208011980676424118680086070026186074931732926431405372821464966","-2619244586787592551224910102186371656306122400857899368710996334332136573489","-21620252449155426295882494063977912336129125059868303674682977834416630446037","19906162927445298310461842871844497094433428722315585415112546718160451566439","-12842423183650667487321445457152461157378053620710078004073184994402647191015","8798734209671284881295465142925452743329857282840920448700268354627853217956","10548729507448261452904401467288385286057796062173324244708564077422904371385","12968650430936627645330208361856497857793498376770440586773752976167656631161","-2879799797045851678364105501273597320774298651253129046073607125285899453893","14172827270316915157933089145844172422248583243975288876563618526981769250977","-21612720357746060619238057448485610950523038972386721229096014908050825709039","17432986516289934949793178973749547148295683654202937221852258656924391391016","-7765101188333981746638416394508356364195679169547562634904087054870549916511","10531630212459572482941962669090923000971067572900072900518050795910451873860","-2093184599133503242056505787281886775257991187625591235941981828591364937329","-187912117669567366137248569047572345313848368044259406099474665253669992512","-16482528480084216224295754284841248188607717085411662176269448241482669559740","5315019964808026684323491864566549562265192251347897017822071915066309656433","13380848972575004817914909184262904693277792431457054325102548116455311962277","16169345293327344691395207704172159267702692539432952372432090506159415556328","11398219404180872656740155730100498874876872832476716482458892766013220936637","16827836857593583511265906675516801057537252860376397173977394168344439133916","-21761134260601070619823075559087334140760848772135504784742873000504141364379","-14502470781490555815821607429404055575785956023949584489687555361090553691147","-9815014377072851208359408254993109742600612124990824581102441450358593401577","-14026335818782338928394863397995535097741926546516254352094277723409597481914","-4259067575839238522110887854309763802476572864609166662576859133106487574530","20443122431004067972211148124694855250721080149631831047835227044085992546192","17277909651898549025729472037495394820049774381547125085008643227602909401518","12027986122681176276127553142118733711107443001220017262064180279911654113838","15359940781143783239999141373346757853058414621395296587883893376444852596244","-18836442787821729127168471775764816593367333686663388785333993265969303973654","-19983330697150666420774508248562332245083137308515353119193643091866061773787","-5320022148098861143280827294705492402863189999529116507164087780047146352479","3426456024379325620963828092374030501548426850828721616298398326144666759583","7979622209131920597128085836703082172351081633808895770324790714155241501199","-20678346914933519193203528702460821926849047071287856250242173097727691316384","-12516476302751920789656950189461557516825360837519515270325666409239128832126","-15716822279031901637474395269941832851930435840717310004118601774217137778538","-19450331850766493740377214026426377870769022685456165907925121831357632263693","-12589066950907462555885624517713842440095675637496623668608986513920031366604","-4782039435011067758935942972320156775203020846472055187489977307279594027529","-106285799627174852697252870071446233148078801890328762412145561438886364483","3156587943005075555134116760637132559104434308162305395030491202002254583151","18100423023418448538616644207354019866674631853921431621984887443719442111936","11330461114164840593735104487520193133975209630035949495924190215603347658085","18481408504109209850744012273412703475058545560394172970546853463430959080184","15299486917722205639590787576332031151616010884521839445292051935318273314623","-18756661612149493012987320378785174667130239828304087181643698683105371806502","-12859138432952851238505208391435728671262580412323178006446003446345055501422","-18439409865557516103131932035140634730626142612994379012460729589348466283689","-19895954493015671443055783935828383398051199205659972476093770355021971815948","-13824247050199897445032452955217265906550542391462013226982609374844644693675","-7841796552386288602406309016680567178365146633446700425631303889869097986239","-7119108971373240003765421668634207426613265853554884235036194608899991595068","-14035973753084781184353960856050009498013189978998559129663334160418495867591","-16603648797989291678404324345996561850789397100303470658635850772438584492324","5384164433675169793490544093744381674257132587843726858178791196289972947006","-13401095757015320196722564847996817954266266210829677042741848217353849677833","18796254344729781420316159342638109593950954100275245809551852235629867046133","-12178469945039712569395793912064975118915467748470155158804602518727499075649","14400096929198436832244280010452334931534761434345305315389333024583333429332","-5624559181144551623258362320386519464768945742361500202060511762361770714688","2540363454993836656761264816362718883670100200407474823737591060959678584746","-2806135200426943459223413664811392241332494745861285341371658058338151897002","5668005346570398054187222861533320036118522732060587142450426849776773602005","-15842798977947698028520445077428068776943970044504671859792581903165216842072","19611806839668563842385397744632228645325097094711138895797070830004224184526","-19696741514689034961884629334887022123485444499905976937468695479203353553275","7318649157967862704479564775999651556386646286379085816282368049020701333333","-10313473544465500405310963092774915725243305911429920064741039946064049539418","16099381800005379238257252599063667895126341835157361855242183934141178527650","-9174475202395217193776007787962879165581896136666635522710323170291356571157","11701271518585529198359680787621356450913092199130662952069965534260025763483","-3644297843758691368703935012114782092568404645041150776410897470002814543960","8367675330534138224771712717620552682548077839223977592568220133424408620829","-572298750976073026633624931980424527428931062130843544182781963807214492693","11409642439752858793620604641120857674182322903547816343991614403556806228608","-17247947639195518877668359728660476568757804605529534770418805626533355453321","17373647002643798764896076345451701552610929309286057334309596117118002984333","-13219059564970764406125898252925802649090992623586896252224578160881303694933","5937296159561634894154029540110546713771469168441193871279711052787527297040","-9608334971151482285040695148261366305412127591917672404651413961802917047451","8988409990649869283789481257892132660393387180740093540024355263530011908706","-11552726127855652885213367483656140967259349069805436153084834538128204126174","14287365270290780804837689348318365962274114212864112234006398556240623919221","-9701299773080932034487362551320393798782637714184507434030524428840675610167","10819572102887583125927948847088947898400846474906493241522522208380318179656"],["0","-5748427420887082381600066155320092447497545447870656338680212573683545350558","20369810578420845106212682842617325764544558377336253486056729191491998717510","-17062641582870561667580831798387744553927310291545161122211397899395514697518","6417310650701951474565352270152823319898680159220928144069958196563653449943","14637545688889331582363938877678621008584103394045335961713638130285466667823","11669304123618363425107986331722819195104454634504069124669637508631069254555","13312658864186732977807207767578631733530504264358898646280920866506179953384","21821198281347744511467793583679606261996237812879556576771306755939683008838","3985527309590940702897813317637859562104028289671084653817810352057018970034","9908028801644559578940315286444112544589607701062465802546885790568404961843","-21622538466579864525719340758602801453593057431752845469624352432724588639989","-15135913346737687768280320393533116779618220557332594534363284146215701929062","-21033543882422416023961352848237360172140052372149863465852862810745642929932","16649753698264090119796585540884531775936119598700235606276211517911535348639","-21352262026471577369518582382698549583709885719320573005667751482257452396457","17924082983051321398677279998431719100318493044215136486526889249745094637261","-3796603495462059752396485169047647226207742841004121664448165802229485886413","17597468419342569762590930285850905486659714565681840897400536709255706435912","21097459014896522905808802934576770572115592124346648489417128154845808742770","4049057990033980068414010978455720627038632353124846829849301765759504766705","-5759599594091703356728211002547194641548597302506258092147214250571798907786","6457411668794555093619772546431069755948802087534543409429032867387730006337","-21337197843652846016229709151713946812497713544357408114493825629525842922461","12977730160740594677339952202241819208043002907989840100006313127272974286415","-15530202376667963493276832789016712728391358339095125269808174109741099833022","-824982446920130256362480407075429086606229254615888542662102594754904747897","-4186369198267006484113011574563773550515982375251182471883963657182729874658","-375824235339134732274497138095144690627696736088518812198949330507339985024","-11076814088329157226345102824425221288667069770407290008840692296389530623863","10630039929616053368646983729133099124530384502695794035644143830132619312866","4873455073310734413583412623268534298007220462498074306506892046334815428937","10450447714815414160544009663087043446857020678449870401165976825743022617039","908195936522470091233905714943722661205381264537398621219581345450633377657","11767430843347891800285407605776327026526141320336760004256584150113069772215","-21634025649362866017399745372917393192973333143854975225787541814432474233141","-7116698691141836409396809113550836063023547647483134635676906535605298886677","-19630028754145702416718816509986219485201224249981649162204882900717186803154","-6164428765725402634543321050733795106935488692616474360490351260243386468211","-8518135151678477044221775708619527604953145729218333325153718266212975149060","18998001990168860722175890504132435412893795898847627751972249901596176596767","-9220666439881452393033867415523760536997180037737818517379121917945798188198","2167729373523077330008700538980192333666521602024000180430156373247499732059","8831638690448291257751877001436240617568464842374558832069582566313896696871","-15784642703804183032090537806272358098186302972910743226969782345362799451691","3809824349377217602943794993389885686930454183801362449009122189419493443660","-10640044296197722286561654589410984805726379999058233014328175560094292704958","6852912048758651241927656184748061003096853701657443232596796652289333519166","15959244418263841194256171673406164344702163267617791540649581428310483002398","-19468450958027763164160651659664368765149729742159678156786142008879574137151","-3144709733664566357067494633665839945102357274622996196953128631902449168635","-9545401686224528052702384794626390615312507281018585664538999361858467061459","-17012420829693712258508022307595480652989680970496297472152039476139456031769","-3289891029975649889524843290170409791642986874577212993519768841264254237591","-9564078870022135517871885944640313550406041692944110374979954614559188055058","-212571599254349705394505740142892466296157603780657524824291122877772728966","-15575066985829124111978172223983009970339495784091423553637221782571299329315","14312603174997621854986882669450764644800899307426828900271570700863075728255","772679356490405965223803229783111179402054859655864648150176244630886820553","15074574136379144479241618801568131861568726720372311597395502740286109664751","8710730963605136056935169407406787214683657368627644546885899684060738133629","-15625080352459710803728235012313074245712115256192140019589193179634935117387","-3830033994066427254764011037614182253976796424230321669193802706114302507227","-14990576859275756984017458325023994372703920825572723681223254992121124071761","-17903666114192067663865162126399491707554034010903910608489336523468135136279","-5760251228560519667818500165177256724552720382507992110267014563113480891733","-15683593104772577204812618033361134356730293266893400851262607779738195972478","-14238217942746480007530843337268414853226531707109768470072389217799983190136","-6183704634330287146461515966842743907478015557581083915628464134261183239565","-11319054724139308134562242946735848613030429800190906973573497358301360489031","10768328867350339586981088187488763348514265175687453716357582392579945894012","-4913948642191365171198723950736360819984168021243319741785492248131890860049","15704265817620287618385912940018944099353543800134457275405500284683925596649","-2468697018240149916545182078872675149282571096524275973911000850879189655681","6911950986557598442242154275647394774521158468274576287080461862590858363047","-11249118362289103246516724640773038929537891484723000404121023524723541429376","5080726909987673313522529632725437767340200400814949647475182121919357169492","-5612270400853886918446827329622784482664989491722570682743316116676303794004","11336010693140796108374445723066640072237045464121174284900853699553547204010","-9797355084056120834794484409598862465339575688593309375886959619754625188527","17335370807497852462524389744007182202101829789006243447895937473432639873435","-17505240157538794701522852924516769158422524599395919531239186771830898610933","14637298315935725408959129551999303112773292572758171632564736098041402666666","-20626947088931000810621926185549831450486611822859840129482079892128099078836","10310520728171483254268099452870060701704319269898689366786163681706548559683","-18348950404790434387552015575925758331163792273333271045420646340582713142314","1514300165331783174472955829985437813277819997845291560441726881944243031349","-7288595687517382737407870024229564185136809290082301552821794940005629087920","16735350661068276449543425435241105365096155678447955185136440266848817241658","-1144597501952146053267249863960849054857862124261687088365563927614428985386","931042007666442364994803536984440259816281406679598344285024620537803961599","-12607652406551762533090313712063678048967244810643035197139407066490902411025","12859051133448322307545746945646128016673494218156080324920988047660197473049","-4549876258102253590005390760594330209633620846757758160750952135186798894249","11874592319123269788308059080221093427542938336882387742559422105575054594080","-19216669942302964570081390296522732610824255183835344809302827923605834094902","17976819981299738567578962515784265320786774361480187080048710527060023817412","-1217209383872030548180329222055006845970333739194837962471464889680599756731","6686487668742286387428972951379456835999864025312190124314592925905439342825","-19402599546161864068974725102640787597565275428369014868061048857681351220334","21639144205775166251855897694177895796801692949812986483045044416760636359312"],["0","-11496854841774164763200132310640184894995090895741312677360425147367090701116","-3036864586836860232067445805279898648007612046159561715282949990167619556214","-12237040293901848112915257851518214019306256182674287900724591612215220899419","12834621301403902949130704540305646639797360318441856288139916393127306899886","7386848505939387942481472010099966928619842387674637579729072073995124840029","1450365375397451627969566918188363301660544868592103905641070830686330013493","4737074856534190733368009789899988378512644128301762948863637546436551411151","21754153690856213800689181422101937435444111225343078809844409325303557522059","7971054619181881405795626635275719124208056579342169307635620704114037940068","19816057603289119157880630572888225089179215402124931605093771581136809923686","-21356834061320453829192275771948327818637750463089656595550500678873368784361","-8383583821636100314314235041808958470688076714249154725028364105855595362507","-20178844893005556825676299951217445255731740343883692588007521434915477364247","-10476978347150370204899640408745486625224489603431597474843985337328546293956","-20816281181103879516790759020139824078871407038225111667637298777939096297297","13959923094263367575108154251606163112088621688014238629355574312914380778905","-7593206990924119504792970338095294452415485682008243328896331604458971772826","13306693966845864302935454826444535884771064730947647451102869231935604376207","20306675157953770589371200123896266055682819848277262635136052123115808989923","8098115980067960136828021956911441254077264706249693659698603531519009533410","-11519199188183406713456422005094389283097194605012516184294428501143597815572","12914823337589110187239545092862139511897604175069086818858065734775460012674","-20786152815466416810213012558170618536447062688298781885289447072475877349305","4067217449641914132433498659226363327537641415563645856314422067970140077213","-9172161881496651764307259832776150368234352277774216195918144032906391170427","20238277977999014709521444931106416915335905891184257258373998997065998999823","-8372738396534012968226023149127547101031964750502364943767927314365459749316","-751648470678269464548994276190289381255393472177037624397898661014679970048","-265385304819039230443799903593167488785775140398545673983180406203252752109","21260079859232106737293967458266198249060769005391588071288287660265238625732","9746910146621468827166825246537068596014440924996148613013784092669630857874","20900895429630828321088019326174086893714041356899740802331953651486045234078","1816391873044940182467811429887445322410762529074797242439162690901266755314","1646618814856508378324409466295378964503918240257485664814964113650331048813","-21379808426886456812553085000577511297398301887293916107876879442289139970665","-14233397382283672818793618227101672126047095294966269271353813071210597773354","-17371814636452129611191227274715163881854084099547263980711561614858565110691","-12328857531450805269086642101467590213870977385232948720980702520486772936422","-17036270303356954088443551417239055209906291458436666650307436532425950298120","16107761108498446222105375263007595737239227397279221160246295616616544697917","-18441332879762904786067734831047521073994360075475637034758243835891596376396","4335458747046154660017401077960384667333043204048000360860312746494999464118","-4224965490942692706742651742384793853411434715666916679559039053948015101875","-9681042535769090841934669867287441107824241545405452110241360504149790407765","7619648698754435205887589986779771373860908367602724898018244378838986887320","-21280088592395444573123309178821969611452759998116466028656351120188585409916","-8182418774321972738391093375761153082354656997101147878504610881997141457285","10030245964688407166265937601555053600855962134819548737600958670045157509179","-17048659044216251106074897574071462441751095083903321969874079831183339778685","-6289419467329132714134989267331679890204714549245992393906257263804898337270","-19090803372449056105404769589252781230625014562037171329077998723716934122918","-12136598787548149294769638869933686217430997540576560600605874765703103567921","-6579782059951299779049686580340819583285973749154425987039537682528508475182","-19128157740044271035743771889280627100812083385888220749959909229118376110116","-425143198508699410789011480285784932592315207561315049648582245755545457932","-9261891099818973001709938702708744852130627167766812763576239378566790163013","6736963478155968487727359593644254201053434214437623456844937215150342960893","1545358712980811930447606459566222358804109719311729296300352489261773641106","-13627337470920261486009573887378286453959275360087445492605402892579397661732","-4466780944629003108376066930443700659181049663160745249926404818454332228359","-9361917833080146385210064279368873402875866111968245695480182172694061739157","-7660067988132854509528022075228364507953592848460643338387605412228605014454","-8092910846712238745788510904790713656859477250729413018748305797666439647905","7969153515294415116762487237715566761988660779024247470417735326215346718676","-11520502457121039335637000330354513449105440765015984220534029126226961783466","-9478943337705879187378830321464993624912222133370767358827011372900583449339","-6588193013653684792815280929279554617904699013803502596446574249024157884655","-12367409268660574292923031933685487814956031115162167831256928268522366479130","-749866576439341046878080148214422137512495199965779603448790530026912482445","21536657734700679173962176374977526697028530351374907432715164785159891788024","-9827897284382730342397447901472721639968336042486639483570984496263781720098","9520288763401300014525420134780613110158723199852880207112796382792042697681","-4937394036480299833090364157745350298565142193048551947822001701758379311362","13823901973115196884484308551294789549042316936549152574160923725181716726094","-609993852738931270787043536288802770527418569029966464543842862871274363135","10161453819975346627045059265450875534680400801629899294950364243838714338984","-11224540801707773836893654659245568965329978983445141365486632233352607588008","783778514442316994502485700876005055925726527826314226103503212531285912403","-19594710168112241669588968819197724930679151377186618751773919239509250377054","12782498743156429702802373742757089315655295177596452552093670760289471251253","-13122237443238314180799300103776263228296684798375804718780169357085988726249","7386353760032175595671853358741331136998220745100308921431268009506996837715","-19365651306022726398997446625842387812424859245303645915265955597680389662055","20621041456342966508536198905740121403408638539797378733572327363413097119366","-14809657937741593552857625406594241573779220146250507747143088494589617789011","3028600330663566348945911659970875626555639995690583120883453763888486062698","-14577191375034765474815740048459128370273618580164603105643589880011258175840","11582458450297277676840445125224935641643946956479876026574676347121825987699","-2289195003904292106534499727921698109715724248523374176731127855228857970772","1862084015332884729989607073968880519632562813359196688570049241075607923198","-3327061941264249843934221678870081009386125220870036050580609946405996326433","3829859395057369392845088146034980944798624035896126306143771908744586450481","-9099752516204507180010781521188660419267241693515516321501904270373597788498","1860941766407264354369712415184911766537512273348741141420640024574300692543","-16545097012766653917916374847788190133100145967254655274907451660635859694187","14065397090760201912911519286311255553025184322544339816399216867544239139207","-2434418767744061096360658444110013691940667478389675924942929779361199513462","13372975337484572774857945902758913671999728050624380248629185851810878685650","-16916956220484452915703044460024300106582186456321995392423893528786893945051","21390045539711057281465389643098516505055021499209938622391884646945464223007"],["0","-7432138411028565091003635828032190531232039815836696729235235704117156366475","-10870254405536462186826025801259526613826500228533181099468559929438638312233","1835519746573498343961639864434435572005343444034170229925677896023688146589","-6960457413706102332860450209688326642302947161551337607197033686545530710785","19112283855317659782307571211706136974367986779279734812701853014202322283561","2743516589553853268280122431105106755859987041617532660357139913971779291404","2755477825218062509308024898976530831726840663535804770381877067482947071780","-2288597799230129451592601530954077633808906915619691013633987007860643988355","-19798735359415191128721087785409142128546716615542802759380789291859505937928","-12542522567332327091328845535586169882201347019429930882339658108014661585424","-20084053046407520999174780485126804204953313051905321420094423368872358358630","16927237907857504117240629967439349104335558133833218154884304167248703809656","-4812437137299822874514607861411735415715568687080854803627026165301305270726","-13943909708301210382013831799954056276484821288606257702428353711721634186364","16090970045951357739959878076450582579694780892471789381019529428674301377958","13877575513824805687525403888527841373792613140057752190024384588833326556874","18213754008385073180699502967264958561755103794868242805048710093082448319600","-12544399685415485342324125432920487280788036545344568837440109983335686152094","15825181820119802332206012925674976845911438150732409890539333964289220380600","3903136563052901842276489621580125138444105451456460997014141113748199991275","-9953991249111902116582535387941659687540850778310149669558724274628169968950","-15953776806029121829243364196697720951149860417489500702573494544116927253189","18971085426048197150106442622057536086639636099117085210687554103349856871045","13269365803791229073833245083894999079378522473126973986459214730484745413542","-14666676195092022791675670853017638928808640830005499593529001091342855377380","-9044149965338864990546935408346488956026514665657855620764822992056234756230","5711407846976861323782270033929878204926608973315458432050508290598918681293","7510651573062290775103012205449294760491593387510166657538461087428607786942","758621476305179238920858535437433353194517770193411963070816042579260631373","-5226072930355907499334216947737285518697799056193934431756067395767765788941","19332664194664671917626787841132498467089146526888609737881687646569588387316","-18001117820815319152338102191465568586428373736424837212574745084080211274414","12135367918192048836595189063585646334609059894544226828927910539460208901817","13519502057235424858651547725749587580363768148256199394584732315302505426426","15536980440296077814354638854453645099357935748148587517210650967594090952798","3037595677232170163671212468322289224980957714809972339825097966005654592095","15732091879181034718192419901875362178983005290190411986009964273964198078228","-278181123229114885038020493774088470127962479768749982499251372333277824828","5410545925696198075517905808184108227908059209472566318662141911947114301989","-13814028340666405731476116315261898113861945642952666515616334372929395924179","-10716169428858779203764461885159139383288001206885840125711783395983108989894","10687846578644147270431317215198721184149667742749751021186017605203182121188","-11547607979446120306635799792848159995136368012403848988602745636362395305629","-3180637594111670914167643329084722597724669945362021037849396276983568421835","-18379059868192460189034278101271088216274375883811064386029817990278945501754","20533204216491572062357439831867361964396765953133801142317285313726636344463","-14997460860122684348558092491910368379097368465148047854253530803700070505245","-21739867414645695470094730962011618680145618973061771035797524731717144251659","21480425788800937145927649489233820694856724257320325509742001259649063145623","10852004901882784240091032036995422409860431514982971435008610981713350366569","14541437875037185978288538830644677252346409694711151957759730117796591807773","18440598077549657404168045310151161853477725528427081877370528750205026602670","19552885547041061075202817773267898836699343989580930816673259644887420607013","157098340995114594546187916928527805100790417846954719672228955777573660548","9129108706149300945180870610978072162881556149883741313748644861253787119748","1446857281401058663808069235671200638851618823168802561322022117426294277963","3448353758300559140856705958407584756930210128730631469813829376647287136394","959324226482612081618937424993648415474139183979838863472862445964933231850","-10833393322029393438152262832656468736606004744259714133210704609556703901078","-20524864212905243525102184040941645506209500282814989532542413572095193828014","2929740405554982069148063858318662955563724250880814395151753482203033128166","1535340082749994551604117994946602089204996949236572562286238795530015211075","8274301813255289478587962580075763040197858359848105242903034099261059268513","5692532281826789698014696529188602504332119727242233311144074033530267732477","-21119251724901490087837152692366838508725449306953653210448897396380157387991","-1374777136081207748403614697630622394768107067244983065853525365701294727477","-15750060669469002990860545476390800234274034641544749966012836658670191639747","15523531380760501712233154526137508278212761790508376127775767962009016621944","11031575341717964315248070969274632933969339697073894365178997685006725551026","-9904649072616977611856309644584595483817468207210860680672915645447417338090","-13940223009949659137436267376886436662253080024000457552629729877154399707831","-10227236329009126134491534203611581753965100999125756761166304458838688696497","4762950417471530247114290450246429039278755125688638047856188241474840024769","-4700830919996546516017569713038522524177403952107501163947777477667606789923","8541198721335612391632308056886192877259916389978773445584012104967835588246","-9524743496069896999897479296407108193558495484125713562955864607181016980963","-20386629534473114805212745583642307932398271125632785685590053346193204822049","2247192123640621624753166575407042159341168282677880637339303600129883454867","-19645865096775026917437375727295228756198460374353674759747173340856549767117","3467788081236087419244783110028071556995040643627692435826523615756188019532","-970332843101988036330665953292135995102199051492536979496942277127720562676","-13681010838844678447054381886180314433837317419342531131519090385241752682155","11570389405871617663905852040702415891973651185068640050622285068362868168209","-18226564234296540765015472177293086195987441566712196850877633266442520944315","5854474617879833622164699777675173476230994779325116808176973809102092850245","17364596543899648108119333272309456104806597637281556504176335305075178391363","11888643551487671031063683661273625209775105384316894100936673448792708350427","-19442866892138826255609427765855448187261347138473106858803627600537725132065","9834220034416409912165189290742653287813372462378619420294683917703981034663","-13923919584537324022257724722241315874089647998228470428767198833421144710399","-6205559596373530163428014039962815857231382813858597426059282983963238549520","-2282695187237348023764007727568205316403659647410831462559525595911114724110","10715529431771470163908910111826725197401463718452539107634053869105105470670","15696991862663449984836938001212402197536195839262067327221599859418190600512","19561657024557578220669209798054265346729050042359804855959685969891712578158","6551959406275341328930912869423908438740416126886464320998510790992116260752","8668394608830838144121690869755759917141852548795846599707714541284619476013","12127815529700070906726560178324645438052751757504909161886553774460563498099","-9470501203080551382256850724249384743369026170289364694292574111417693613992","-2591738302960286185027653753901581709900410571431233175040779824846689445305"],["0","-14864276822057130182007271656064381062464079631673393458470471408234312732950","-21740508811072924373652051602519053227653000457066362198937119858877276624466","-18217203378692278534323126016388403944537677512347693883846848394528432202439","-13920914827412204665720900419376653284605894323102675214394067373091061421570","16336324838796044342368736678154998860187609158143435281705501841828836071505","5487033179107706536560244862210213511719974083235065320714279827943558582808","-16377287221403150203630355947304213425094683073344424802934450051609914352057","-4577195598460258903185203061908155267617813831239382027267974015721287976710","-17709227846991107035195769825561009168545068830669571175063374397143203380239","18691440609013896261835120419342210412694034761972206922717092157122293820386","3608379650863508446143250520260941767190102697021425847207561635406900273974","-9922009927963542210011551555635851968425612533165632377627800038654209371922","-9624874274599645749029215722823470831431137374161709607254052330602610541452","-5999576544763145541781257854650837464421278176796481061158503236867459877111","-11594545651775834964573055337613385017707167015888489925357349515803014235318","5866908155810336152804402031798407659036861879699470036350564991090844618131","14539265144930871139152600189272642034961843189320451266399215999589088143583","-3200556498991695462401845120583699473027708690273103331182015780095563808571","9762120768400329442165620106092678603274511901048785437380463742002632265583","7806273126105803684552979243160250276888210902912921994028282227496399982550","-19907982498223804233165070775883319375081701556620299339117448549256339937900","-10019310740218968436240322648138166813751356434562967061448784901658046010761","16053927980257119077966479498857797084730907797818136077676904020123905246473","4650488735743182925420084422532723070208680545837913629220225274393682331467","-7445109518344770361104935960778002769068917259594964843359797996109902259143","-18088299930677729981093870816692977912053029331315711241529645984112469512460","11422815693953722647564540067859756409853217946630916864101016581197837362586","15021303146124581550206024410898589520983186775020333315076922174857215573884","1517242952610358477841717070874866706389035540386823926141632085158521262746","-10452145860711814998668433895474571037395598112387868863512134791535531577882","16777085517490068613007169937007721845629928653361185132065171106563368279015","-14113992769791363082429798637673862084308383072433640081451285981584614053211","2382492964544822450943972381914017580669755388672419314157616892344609308017","5150761242631574495056689706241900072179171896096364445471260444029202357235","-12702524863086394815783533781607259978380857304534893652975106437963435085638","6075191354464340327342424936644578449961915429619944679650195932011309184190","9575940886522794214138434058493449269417646179964789628321724361352587660839","-556362246458229770076040987548176940255924959537499964998502744666555649656","-11067151020446879071210594128889058632732245981470901706373920362681579891639","-5739813809493536240705826885266521139175526885489298687534464559282983352741","-21432338857717558407528923770318278766576002413771680251423566791966217979788","-512549714550980681383771314859832720249028914916532301326168976169444253241","-1206973087052965391025193840439044901724371624391663633507287086148982115641","-6361275188223341828335286658169445195449339890724042075698792553967136843670","-14869876864545645155822150457284901344000387367206094428361431793982082507891","-2710077310695406319777931826779826248303196894564466402761837745698344302308","-8106678848406093474869779238563461669646372529880061364808857420824332514873","-21591491957452115717943056178765962271742873545707507727896845276858480007701","21072608705762599069608893233210366301165084114224616675785798332722317795629","21704009803765568480182064073990844819720863029965942870017221963426700733138","7194632878235096734330671916032079416144454989006269571821256049017375119929","14992953283260039586089684875045048618407086656438129411042853313834244709723","17217528222242846928159229801278522584850323578745827289648315103199032718409","314196681990229189092375833857055610201580835693909439344457911555147321096","18258217412298601890361741221956144325763112299767482627497289722507574239496","2893714562802117327616138471342401277703237646337605122644044234852588555926","6896707516601118281713411916815169513860420257461262939627658753294574272788","1918648452965224163237874849987296830948278367959677726945724891929866463700","-21666786644058786876304525665312937473212009488519428266421409219113407802156","-19161485553971211827957962336626015923870636165213944721386622957614579160411","-16028762060729311083950278028619949177420915898654405553394697222169742239285","3070680165499989103208235989893204178409993898473145124572477591060030422150","16548603626510578957175925160151526080395716719696210485806068198522118537026","11385064563653579396029393058377205008664239454484466622288148067060535464954","1537982293875570268818506105780873159645830186924762266498613580391302215252","-2749554272162415496807229395261244789536214134489966131707050731402589454954","-9611878467098730759474685207524325379999704882673465588327469130764574783877","9158819889681728202219903307017741467877159180600717911853331737442224748271","-21713335060242621813996669551965284309158049406684279957038413003138165889182","-19809298145233955223712619289169190967634936414421721361345831290894834676180","15896039723779232169620276736741676852590568752831153582136948618842817575572","-20454472658018252268983068407223163507930201998251513522332608917677377392994","9525900834943060494228580900492858078557510251377276095712376482949680049538","-9401661839993093032035139426077045048354807904215002327895554955335213579846","17082397442671224783264616113772385754519832779957546891168024209935671176492","-19049486992139793999794958592814216387116990968251427125911729214362033961926","3003226674732320834067320323229934312300186549566497316216301680765207347136","4494384247281243249506333150814084318682336565355761274678607200259766909734","-17403487321710778612628345709333182423848556348291315175796142495137291038617","6935576162472174838489566220056143113990081287255384871653047231512376039064","-1940665686203976072661331906584271990204398102985073958993884554255441125352","-5473778805850081671862358027103353779126270438269027919339976583907696868693","1252535939903960105565298336147556695398937969721245757546365950149927840801","-14564885596753806307784538609328897303426518733008359358057062346309233393013","11708949235759667244329399555350346952461989558650233616353947618204185700490","12840950215960020993992260799361637121064830874147078664654466423574548287109","1889044231136066839880961577289975331001846368217753858175142711009608205237","-16997490912438377288972449786453621285974329876530179373909051014499641768513","19668440068832819824330378581485306575626744924757238840589367835407962069326","-5959596297235372822269043699225356659630931596040906513836193480266480925181","-12411119192747060326856028079925631714462765627717194852118565967926477099040","17322852497364579174718390290120864455741045105594371418579152994753579047397","21431058863542940327817820223653450394802927436905078215268107738210210941340","9505740853487624747427470257167529306524027278108100310744995532260572705407","17235071177275881219092013850851255604909735684303575368221167753207616660699","13103918812550682657861825738847816877480832253772928641997021581984232521504","17336789217661676288243381739511519834283705097591693199415429082569238952026","2367388187560866591206714611392015787557139114593783980074903362345318500581","-18941002406161102764513701448498769486738052340578729388585148222835387227984","16704766265918702852191098237454111668747543257553567993616644536882429605007"],["0","-7840310772274985141768137566871487036379794862930752573242738629892816970283","-21592774750306573525057697459780831366757636513716690054176035531178744753315","-14546163885545281846399846287519532800526990624279353423995492602481055909261","15934656088854141113051010651761243607884940154626718258608273626969494148094","10784406805752813462491067611052722631826853915870836219712799497081863647393","10974066358215413073120489724420427023439948166470130641428559655887117165616","11021911300872250037232099595906123326907362654143219081527508269931788287120","-9154391196920517806370406123816310535235627662478764054535948031442575953420","-13530212822142938848145133905864743248541773260923108006428544607710598264861","15494638346188517301423835093427145736839705123528379501735980127668779145155","-14671483570112258329959904704735391554168159006373182649283080915762007947669","-19844019855927084420023103111271703936851225066331264755255600077308418743844","-19249748549199291498058431445646941662862274748323419214508104661205221082904","-11999153089526291083562515709301674928842556353592962122317006473734919754222","20587394440126880515346700815287780141682394769055088836681709341545588520598","11733816311620672305608804063596815318073723759398940072701129982181689236262","-14697955453816808166187611111969266107173042422191166154597976373973440704068","15487129873855884297442715504089876142492947019869827681334172626384680878475","19524241536800658884331240212185357206549023802097570874760927484005264531166","15612546252211607369105958486320500553776421805825843988056564454992799965100","-17927722124608333244083735806509363661615038712824564334536692911936871380183","-20038621480437936872480645296276333627502712869125934122897569803316092021522","10219613088674962933686553252458319080913451195220237811655603853672001997329","9300977471486365850840168845065446140417361091675827258440450548787364662934","-14890219036689540722209871921556005538137834519189929686719595992219804518286","-14288356989516184739941335888128680735557694262215388139361087781649130529303","957388516068170072882674390462237731158071492845799384503828975819866229555","-13733879451429387344080762668717371135130355250791402057242564023437185843466","3034485905220716955683434141749733412778071080773647852283264170317042525492","983951150415645224909537954308133013757168175640296616673934603504745339853","11665928163140862003767934128758168602711492906306335920432138026550928062413","-6339742667743450942613191530090449080068401744451245819204367776593419610805","-17123256942749630320358460981429239927208853623071195715382970401886589879583","10301522485263148990113379412483800144358343792192728890942520888058404714470","18371436017505760812925743927300030220335014191762281381446195497224746819958","-9737860162910594567561555871968118188624533541176144984397812322553190127237","-2736361098793686793969537628270376549713072040486455087054755463870633173939","-1112724492916459540152081975096353880511849919074999929997005489333111299312","-246059169054482920174782512520842176916127562525769069049636538787351287661","-11479627618987072481411653770533042278351053770978597375068929118565966705482","-20976434843595841592811441795379282444603640427127326159148929397356627463959","-1025099429101961362767542629719665440498057829833064602652337952338888506482","-2413946174105930782050387680878089803448743248783327267014574172297964231282","-12722550376446683656670573316338890390898679781448084151397585107934273687340","-7851510857252015089397895169312527599452410333996154513024659401388356520165","16468088250448462582690542091697622591941970611287101538174528695179119891001","-16213357696812186949739558477126923339292745059760122729617714841648665029746","593501828774319008606699132982625633610981709417053231602717819434656975832","20256974539685922916971380721163457513781803828033199007873392478868827095641","21519776735691861738117722402724414550893361659515851396336239740277592970659","14389265756470193468661343832064158832288909978012539143642512098034750239858","8097663694680803949932964004832822148265808912460224478387502441092680923829","12546813572646418634072053857299770081152282757075620235598426019822256941201","628393363980458378184751667714111220403161671387818878688915823110294642192","14628191952757928558477076698655013562977860199118930911296375258439339983375","5787429125604234655232276942684802555406475292675210245288088469705177111852","13793415033202236563426823833630339027720840514922525879255317506589148545576","3837296905930448326475749699974593661896556735919355453891449783859732927400","-21445330416278298530362645585368599857875654576622822189144614251651007108695","-16434728236103148433669518927994756759192907930011855099075041728653349825205","-10169281249619346945654150311982623266293467396892776763091190257763675982953","6141360330999978206416471979786408356819987796946290249144955182120060844300","-10679278490657392530140961170211498016305295361439647715784271976107379917182","881886255467883569812380371497134928780114508552898900878091947545262434291","-18812278284088134684609393533695528769256704026566509810700977025793204065113","-5499108544324830993614458790522489579072428268979932263414101462805178909908","2664485937641813703297035330208624328548954635069103167043265925046658927863","18317639779363456404439806614035482935754318361201435823706663474884449496542","349815623193306816499472386583981558780629987463508773319582366875285212870","-17730353418628635225178832833081106846721508428427408378993458395213860856743","9903836575719189116994147728226078616632773105246272820575693051109826655527","-19020702444197229315719731069189051927312039596086992700967013648778946290371","19051801669886120988457161800985716157115020502754552191424752965899360099076","-18803323679986186064070278852154090096709615808430004655791109910670427159692","12276552013503174344282826482287496420491301159499059438637844233295533857367","-16210731112440312777343511440371157685685617536086819908125254242148259428235","6006453349464641668134640646459868624600373099132994632432603361530414694272","8988768494562486499012666301628168637364673130711522549357214400519533819468","8969511100256993219236120071848185329399616104249438335804123382877034914000","13871152324944349676979132440112286227980162574510769743306094463024752078128","-3881331372407952145322663813168543980408796205970147917987769108510882250704","10940685260139111878521689691050567530295823523877978505018251018760414758231","-19383170992031355011115809072962161697750488460973542828605472286275952814015","-7241528321668337393322671473400519518304673065600684372415920506042658290409","1529655599680059266412393365443418816375614716884432889009691049832562905363","3793657560080766765738115853465999153581297347878122985610728660573288078601","-18110154409567141542484482590677324426544671663980526627347918764556592085143","-12106738953037479355698493827649967483400295352644324404119897842423475041409","17448637265826364426414351417713338062705125449098443337480531484240115643035","-11919192594470745644538087398450713319261863192081813027672386960532961850362","-2933995513654845431465650414593988340377166855018355360538927749277145702463","12757462122889883127190374834984453822933725810772708493460101802931349599177","20973874855246605433389234702049625701057490473394122086838011289844613387063","19011481706975249494854940514335058613048054556216200621489991064521145410814","-9306343389126788006308783788812038967277257432224917950954072866736383669836","-17568648118577185128769160012818916422135064293286211403402365209183151948226","12785335563484077354240357733765764580019045794767352055132653978562669408435","4734776375121733182413429222784031575114278229187567960149806724690637001162","-15993761940482930306780997151740263884927740280741424433472092259094965960351","-10366953211841144740110615015606326839601642285724932700163119299386757781220"],["0","6207621327289304938710130611514301015788774674554529197212726926790174555051","-21297306628773871827868989174304387644966908627017345764653866875781681011013","-7204084899251288470553286829781790512505616848142672504292781018386303322905","9981069305869007003855615558265212127221515908837402173518343067363179800571","21568813611505626924982135222105445263653707831741672439425598994163727294786","59889844591550923994573703583578958331531932524226939158915125198425835615","155579729905224852217793446554971565266360907870403819356812353287768078623","3579460477998239609505593497624654018077109075458506234626308123690656588777","-5172182772446602474043862066472211408535182121430181669158885028845388034105","9101033820537759380601264441597016385131045846640724659773756068761749794693","-7454724268385241437673403664213508019787953612330330954867957644948207399721","-17799796840014893617799800477286132785154085732246495166812995968041028992071","-16611254226559307773870457146036608237176185096230804085318005135834633670191","-2110063307213306944878625673346074769136748306769889900935808760894031012827","-2601696863424789413799409859938989893731939262721891014032989690060439950038","1579389751402069388971202381936355547599083118381845801704055777787569976907","-7507668035794341110128816478681257125797720443966297965497748561371072912519","9086016875872493372639025262922477196437529639323621018970141066193553261333","17160240201762042546416074679113439324549683203779107405823650781434720566715","9336849632583939515965511227383726019004479211235653632414924723409791434583","-13967201377377391265921065867761452234681713025233094325375181637297934264749","-18189000089036598522714884847295392166457061337835833902096935420056375547427","20439226177349925867373106504916638161826902390440475623311207707344003994658","18601954942972731701680337690130892280834722183351654516880901097574729325868","-7892195201539806222173338097854735987727304637963825029740987797863800540955","-6688471107193094257636266031000086382567024124014741935023971376722452562989","1914777032136340145765348780924475462316142985691598769007657951639732459110","-5579516031019499465915119592177467181712346101166769770786923860298563191315","-15819271061397841310879537461757808262992222238868738639131675845941723444633","-19920340571007984772427329836641009061034028049135441110350334979566317815911","1443613454442448785289462512259062116874621412196637497166071866526047629209","-12679485335486901885226383060180898160136803488902491638408735553186839221610","-12358271013659985418470516217601204765869342845726357087067736617197371263549","-1285197901312977242019646920289674799831676816030576561813162410458999066677","14854629163172246403605082109342785352121663983108528419194186807873685144299","-19475720325821189135123111743936236377249067082352289968795624645106380254474","-5472722197587373587939075256540753099426144080972910174109510927741266347878","-2225448985832919080304163950192707761023699838149999859994010978666222598624","21396124533730309381896840720215590734716109275364496205598931109001105920295","-1071012366134869740576901795808809468153743141541160406439654050556124915347","-20064626815352407963376477845501289800658916453838617974599654608137446432301","-2050198858203922725535085259439330880996115659666129205304675904677777012964","-4827892348211861564100775361756179606897486497566654534029148344595928462564","-3556857881054092091094740887420505693248995162480133959096966029292738879063","-15703021714504030178795790338625055198904820667992309026049318802776713040330","11047933629057649943134678438137970095335576822158168732650853203782431286385","-10538472521785098677232711208996571590037125719104211115537225496721521563875","1187003657548638017213398265965251267221963418834106463205435638869313951664","18625706207532570611696355697069639939015243255650363672048580771161845695665","21151310599544448253989039060191554013238358918615668448974275293979377445701","6890288641101111715076281918871042576029455555609043943586820009493691984099","16195327389361607899865928009665644296531617824920448956775004882185361847658","3205384273453562045897701969342265073756201113735206127498647853068705386785","1256786727960916756369503335428222440806323342775637757377831646220589284384","7368141033676581894707747652052752037407355997821827478894546330302871471133","11574858251208469310464553885369605110812950585350420490576176939410354223704","5698587194565197904607241922003402966893316629429017414812430826602488595535","7674593811860896652951499399949187323793113471838710907782899567719465854800","-21002417960717321838478885425479924627202944752829610034591024316726205721773","-10981213600367021645092632110732238429837451459607675854451879270730891154793","-20338562499238693891308300623965246532586934793785553526182380515527351965906","12282720661999956412832943959572816713639975593892580498289910364240121688600","-21358556981314785060281922340422996032610590722879295431568543952214759834364","1763772510935767139624760742994269857560229017105797801756183895090524868582","-15736313696336994146972381322133782449965043652716985277703749865010599634609","-10998217088649661987228917581044979158144856537959864526828202925610357819816","5328971875283627406594070660417248657097909270138206334086531850093317855726","-7141206184951637635613198262443584305588092078429197039983081423382717998150","699631246386613632998944773167963117561259974927017546639164733750570425740","-13572463965417995228111259920904938604894652456438782414288712603851913217869","-2080569720400896988258110288805117855282818189923488702546818084356155184563","5735080855284091813053349352136446322472649608658083285462381075593724410492","-5672882403906308467578487888543117862866687795322964304546902441352896793082","-15718404488133096905894151959050905104870867216443974967884015634765045823767","2664861155167073466319247219317717752434237918582084533577484280015259219117","-10533219353041350332440617135485040282822870671757605472552304297720710360853","12012906698929283336269281292919737249200746198265989264865206723060829388544","17977536989124972998025332603256337274729346261423045098714428801039067638936","-3949220671325288783774165601560904429749132191917157672089957420821738667617","5854061778049424131711859134967297367411960748605505142913984739473695660639","-7762662744815904290645327626337087960817592411940295835975538217021764501408","-6872351561051465203026363156140027956717352660077333661702149054978979155","-16878099112223434799985212400667048306952612521531051313512740385976097132413","-14483056643336674786645342946801039036609346131201368744831841012085316580818","3059311199360118532824786730886837632751229433768865778019382099665125810726","7587315120161533531476231706931998307162594695756245971221457321146576157202","7556176924544267359523846309159901324007385472871015432700570844038432820948","-2325235034235683489150581910042659878252226304872614464541591498271141587201","13009031659813453630582297090169401036861886497780852331262858781904422790453","-1950142317102216066829769051644151549975361983747591711646569734490115205107","-5867991027309690862931300829187976680754333710036710721077855498554291404926","3626681373940491032134343924711632557319087221129382643221999419286890702737","20059506838653935644532063658841976313566616546372209829977818393113418278509","16134720542111223767463475283412842137547744712016366899281777942466482326011","-18612686778253576012617567577624077934554514864449835901908145733472767339672","-13249053365315095035291914280380557755721764186156388463106526231790495400835","3682428255128879486234309722274254071489727189118669766567103770549530321253","9469552750243466364826858445568063150228556458375135920299613449381274002324","-10099281009126585391315588558223252681307116161066814523245980331614123425085","-20733906423682289480221230031212653679203284571449865400326238598773515562440"],["0","12415242654578609877420261223028602031577549349109058394425453853580349110102","-20706370385708468433491572603351500201385452853618657185609529564987553526409","7480073073336698281139832085693694063537130704130689335112642149803201849807","19962138611738014007711231116530424254443031817674804347036686134726359601142","21249384351171978627717864698953615438759051263067310535152993801751646093955","119779689183101847989147407167157916663063865048453878317830250396851671230","311159459810449704435586893109943130532721815740807638713624706575536157246","7158920955996479219011186995249308036154218150917012469252616247381313177554","-10344365544893204948087724132944422817070364242860363338317770057690776068210","-3686175230763756461043876862063242318286272707134585024150692049052308906231","-14909448536770482875346807328427016039575907224660661909735915289896414799442","-13711350808190512013353195209314990481759807064076955989927787749506249488525","-11334265581279340325494508546815941385804005792045573826937806085093458844765","-4220126614426613889757251346692149538273496613539779801871617521788062025654","-5203393726849578827598819719877979787463878525443782028065979380120879900076","-18729463369035136444304000981384563993350198163652342740290092631000668541803","-15015336071588682220257632957362514251595440887932595930995497122742145825038","18172033751744986745278050525844954392875059278647242037940282132387106522666","12432237531684809870585743612969603560551002007142180467949097376293632637813","18673699265167879031931022454767452038008958422471307264829849446819582869166","-6046159882915507309595725990265629380815061650050154307052159088020060033881","7398485565605353399063041795923765844182606125160400883202537533038865896380","18990209482860576512499807264576001235105440380464916902924211228112199493699","15315667014106188181114269635004509473121079966287274690063598008573650156119","-15784390403079612444346676195709471975454609275927650059481975595727601081910","-13376942214386188515272532062000172765134048248029483870047942753444905125978","3829554064272680291530697561848950924632285971383197538015315903279464918220","-11159032062038998931830239184354934363424692202333539541573847720597126382630","-9750299250956407399512669178258341437436080077321442934565147505307638393649","-17952438270176694322608253928024743033519691697854847877002465772556827136205","-19001015962954377651667480720739150854799121576022759349366060453523713237199","18417515072704746674040045370152753856823121823027085410578937266777938548014","19059943716358579607551779055312140645358043109379354513260935138756874464136","-2570395802625954484039293840579349599663353632061153123626324820917998133354","-14067227417334057637282647271828979472853400834615011849008034757404246702636","-17063197779803103047999817742615197665949769764288545593893045103636952013331","-10945444395174747175878150513081506198852288161945820348219021855482532695756","-4450897971665838160608327900385415522047399676299999719988021957332445197248","-984236676217931680699130050083368707664510250103076276198546155149405150644","-2142024732269739481153803591617618936307486283082320812879308101112249830694","3647232112973734517739855799511970575778895893154832738197099156876724126632","-4100397716407845451070170518878661761992231319332258410609351809355554025928","-9655784696423723128201550723512359213794972995133309068058296689191856925128","-7113715762108184182189481774841011386497990324960267918193932058585477758126","-9517800557168785135345174931992835309261276935568583708400433418977617585043","-21680618485563250558223454614238609986425575156515731222094701965586754418464","-21076945043570197354465422417993143180074251438208422231074450993443043127750","2374007315097276034426796531930502534443926837668212926410871277738627903328","15363169543225866001146305648882004789482122110884693000398957355747882895713","20414378327249621285731672375125832937928353436815302554250346401382946395785","13780577282202223430152563837742085152058911111218087887173640018987383968198","10502411906883940577485450274074013504514871249424863569851805577794915199699","6410768546907124091795403938684530147512402227470412254997295706137410773570","2513573455921833512739006670856444881612646685551275514755663292441178568768","14736282067353163789415495304105504074814711995643654957789092660605742942266","1261473630577663398682702025481935133077536770284806637454149692244899951791","11397174389130395809214483844006805933786633258858034829624861653204977191070","15349187623721793305902998799898374647586226943677421815565799135438931709600","-20116593049595368454711365105702574165857525105243185725483844446876602947929","-74184328894768067938858476207201771126538518799317365205554354885973813969","-18788882126638112560370195502673217976625505187155072708666556844478895436195","2677198452160637603419482173888358338731586787369126652881616541904434881583","-20828871090790294898317438935588716976672817045342556519438883717853711173111","3527545021871534279249521485988539715120458034211595603512367790181049737164","-9584384520834713071698356899010289811381722905017936211709295543445390773601","21780051566379226470034976328424591860807015724912339633740002521930901351602","10657943750567254813188141320834497314195818540276412668173063700186635711452","7605830501935999951020009220370106477372180243557640263732041339810372499317","-20488980379066047956248516198921348853425844450561999250419874719074667644137","16631557812842559988270291648704672967307423887954503858818983165447790555496","17727103431037481245730185167647039377982728020569056938604568017863498126491","-10418081161271091596139707040984382443603065183099867772773442035388359674633","-11345764807812616935156975777086235725733375590645928609093804882705793586164","12339676767412356632704507572412739967354994367944118751628377103621525343700","5329722310334146932638494438635435504868475837164169067154968560030518438234","-21066438706082700664881234270970080565645741343515210945104608595441420721706","2137570526019291450292156840582199409853127996115944186032209259545850281471","14066831106410670773804259461255399460910328122430055853730653415502326782255","13989801529188697654698074542135466229050100016581718999518289344932331160383","11708123556098848263423718269934594734823921497211010285827969478947391321278","6362917382207466640955750492583099166913179576535442671747127752532279492801","-13744703122102930406052726312280055913434705320154667323404298109957958310","-11867955352607594377724019056076821525356860642646068283327276585376385769209","-7077870414834074351044280148344802984670327861986703145965477837594824666019","6118622398720237065649573461773675265502458867537731556038764199330251621452","15174630240323067062952463413863996614325189391512491942442914642293152314404","15112353849088534719047692618319802648014770945742030865401141688076865641896","17237772803367908243945241925171955332043911790670805414615021190033525321215","-17758422424051643183328217310175748103372955805270364024870690809342771410328","-3900284634204432133659538103288303099950723967495183423293139468980230410214","-11735982054619381725862601658375953361508667420073421442155710997108582809852","7253362747880982064268687849423265114638174442258765286443998838573781405474","-3657472066370679155428684172830597549963495708087649027440771586924780434216","-11507044659456102909565860923688865902001239376799334888832852488218652339212","6551112187171398419257676335266394307987699071932396883580116906206082311890","-4609863858790914848337422815503840422895163971896742582514848277005182306053","7364856510257758972468619444548508142979454378237339533134207541099060642506","18939105500486932729653716891136126300457112916750271840599226898762548004648","-20198562018253170782631177116446505362614232322133629046491960663228246850170","-19579569975525303738196054317168032269858204742483696456954273010971222629263"],["0","2942242437317944532594116700799928974606734297802082445152703520584889724587","-19524497899577661644736739461445725314222541306821280027520854943399298557201","14960146146673396562279664171387388127074261408261378670225284299606403699614","18036034351636752793176056487803573420337699234933574350375168082876910706667","20610525830504682033189323652649955788969738125718586726607783416927483692293","-21648683493473071526268110930922959255222236670319126587062543685782105153157","-21265923952218375813375231959037388827482920768934419066270954773424736181125","14317841911992958438022373990498616072308436301834024938505232494762626355108","-20688731089786409896175448265888845634140728485720726676635540115381552136420","-7372350461527512922087753724126484636572545414269170048301384098104617812462","-7930654201701690528447208911596756990603450048905289475773626393217021103267","16353784127297526417786421071884569213577114672678156707540832874139118014184","-780288290719405428742611348374607683059647183675113310177407983611109193913","-8440253228853227779514502693384299076546993227079559603743235043576124051308","-10406787453699157655197639439755959574927757050887564056131958760241759800152","-15570683866230997666361596217511852898152031926888651136881981075425528587989","-8142429271338089218268860169467753414642517375449157518292790058908483154459","14455824631650698268309695306432633697201754156878449732182360078198404549715","-18912010680308930703321324264575343055994724786547707751498213620564351715608","15459155658496482841615639164277628987469552444526580185961494707063357242715","9795923106008260603054953764726016326918241100315725729593886010535688427855","14796971131210706798126083591847531688365212250320801766405075066077731792760","16092176093881877802753208783894727381662516360513799462150218269648590491781","8743091156373101139982133524751743857693795532158515036428991830571491816621","12207704937519325555799459099095606226187510248976768568432457181696414827414","-4865641556933101808298658378743070441719732095642933396397681320314001756339","7659108128545360583061395123697901849264571942766395076030631806558929836440","-429821252238722641414072623452593638301020004251044739449491254618444269643","-19500598501912814799025338356516682874872160154642885869130295010615276787298","-14016633668514113422970102110792210978491018995293661410306727358537845776793","-16113789054069480081088555696221026621049878751629484355033916720471617978781","-6941455598269057096412720750209042463450485154777897866238533839595739895206","-5656598310961391229389253379890268886380642582073359660874538095637868062962","-5140791605251908968078587681158699199326707264122306247252649641835996266708","-6246211962828840052318888798400683857158437268813989354317865328232684909655","-12238152687766930873753229739973120243351175128161056844087886020698095531045","21885596953329056092736510464351537779392152476940427990958364662186551599722","-8901795943331676321216655800770831044094799352599999439976043914664890394496","19919769519403411860848145645090537673219343900209881791301111876276998194329","-4284049464539478962307607183235237872614972566164641625758616202224499661388","7294464225947469035479711599023941151557791786309665476394198313753448253264","-8200795432815690902140341037757323523984462638664516821218703618711108051856","-19311569392847446256403101447024718427589945990266618136116593378383713850256","-14227431524216368364378963549682022772995980649920535836387864117170955516252","-19035601114337570270690349863985670618522553871137167416800866837955235170086","415248772552049328045902262037330204245578487800606243207004441978108154306","-20265647215301119486684439090729011271600138476000810118450697800310277759883","-17140228241644723153392812681396270019660510725079608490876461631098552688961","8838096214612456780046205552506734490415879821353351657099710524919957295809","18940513782659967349216939004994390787308342473214570764802488616190084295953","5672911692565171638058721930226895215569457822020141430649075851398959440779","21004823813767881154970900548148027009029742498849727139703611155589830399398","12821537093814248183590807877369060295024804454940824509994591412274821547140","5027146911843667025478013341712889763225293371102551029511326584882357137536","7584321262867052356584584862953733061081059590871275571879981134635677388915","-19365295610683948424881001694293404822393290859846421068789904802086008592035","906105906421516396182561942756336779024902117300035315551519119834145886523","-13078110496234963832686813890717800881924274913477225056264810102273753572034","-18344943227351461687176324466147873243166685810070337107269484707177397400241","-148368657789536135877716952414403542253077037598634730411108709771947627938","-15689521381436949898493985260089160864702645973894111073634909502381982376773","5354396904321275206838964347776716677463173574738253305763233083808869763166","-19769499309741314574388472125920158864797269690269078695179563249131613850605","7055090043743068558499042971977079430240916068423191207024735580362099474328","-19168769041669426143396713798020579622763445810035872423418591086890781547202","21671860260919177717823546911591908633065667049408644923781800857285994207587","21315887501134509626376282641668994628391637080552825336346127400373271422904","15211661003871999902040018440740212954744360487115280527464082679620744998634","-19089717886292820690250626652585422618303324500707964157141545251573526792657","11374872753845844754294177552152070846066483375492973373939762144319772615375","13565963990235687269213964590036803667417091640722079533510931849151187757365","-20836162322542183192279414081968764887206130366199735545546884070776719349266","-803286743785958648067545808915196362918386780875822874489405578835778676711","-19097132208853837179083796345689070242386740064943831184139654165908566303834","10659444620668293865276988877270871009736951674328338134309937120061036876468","1643608331513149114730342948574389045805246113801646797187191182268775547822","4275141052038582900584313681164398819706255992231888372064418519091700562942","6245419340982066325362113177253523833272291844444077363763102644428845068893","6091360186538120087149743339013657369551835632747403655338374503288853825149","-20360238631480853917645374950645360707448885806410048115740469415256834348678","12725834764414933281911500985166198333826359153070885343494255505064558985602","21860753465595069361434300292632714976721494989775725009051395590355892578997","-1847667833375913533201632366896367962165356884876102222956348984176963042801","-14155740829668148702088560296689605969340655723973406291930955675189649332038","12237244797440474131299146923547350531004917735075463112077528398660503242904","8461017608806858903658521082470718140102014382608949541187625098010496133191","8336464826337794215848979491382330207481177491068027387104079189577922788175","-9300940136942733956602327640170639513008905219490457858166365993084566348804","-13628601976264011144410028875094221118197547210124693706043177432109734325039","-7800569268408864267319076206576606199901447934990366846586278937960460820428","-1583721237399488229478797571494631634468970439730808540613217807641357124087","14506725495761964128537375698846530229276348884517530572887997677147562810948","-7314944132741358310857368345661195099926991416175298054881543173849560868432","20762396424766344625361089643136818373094250047233398909730703396714312312810","13102224374342796838515352670532788615975398143864793767160233812412164623780","-9219727717581829696674845631007680845790327943793485165029696554010364612106","14729713020515517944937238889097016285958908756474679066268415082198121285012","15989968129134590237061028037014977512365861433084509337500249610949287513679","-18508881164667066343015948487635735636680100243851223749285717139880685204723","-17270897079211332254145702889078789451168045084551358570210341835366636762909"],["0","-16003757997203386157058172343657417139334895804811869453392797145406029046443","-17160752927316048067227073177634175539896718213226525711343505700222788618785","-13856193450331757319933483147739773922948205984309311346945839773938809592006","14183825831434230364105707230349871752127034069451114357052131979178012917717","19332808789170088844132241560042636489391111851021139109517362647279158888969","-21409124115106867830289816116588643421896108940222218830426883184988401810697","-20643605032597476404504058172817502566417477137452803788843705360273663866633","6747440952146641653798342235739957056068508203252015533312260802949444214599","-19489219307733544570104490786520416179733092571025419009572876044187295777223","-14744700923055025844175507448252969273145090828538340096602768196209235624924","-15861308403403381056894417823193513981206900097810578951547252786434042206534","10819325382755777613326436398511863338605864944940279071383461561702427532751","-1560576581438810857485222696749215366119294367350226620354815967222218387826","-16880506457706455559029005386768598153093986454159119207486470087152248102616","1074667964440959911851126865745355938692850298640906231434286666092288895313","-9253124860622720110476786689766430707755699453361267930065757964275248680361","5603384329163096785708685406321768259263329649517719307112624068758842186699","7023406391462121314372984867607992305855143913340865120666515969821000603813","5952464383060689037850162961363864065107279227736653184399981132022913560018","9030068445153690460984872583297982886390740488637126028224785227550905989813","19591846212016521206109907529452032653836482200631451459187772021071376855710","7705699390582138374005761438437788288182060100225569189111945945579655089903","10296109315924480383260011822532179674776668320611564580602232352721372487945","17486182312746202279964267049503487715387591064317030072857983661142983633242","2527167003199375889352512452933937363826656097537502793166710176817021159211","-9731283113866203616597316757486140883439464191285866792795362640628003512678","15318216257090721166122790247395803698529143885532790152061263613117859672880","-859642504477445282828145246905187276602040008502089478898982509236888539286","-17112954131986354375804270967776090661195955908869737394562385834654745078979","15743218406650323598552607268930128220114690810244745866782953656075925437648","-10339335236299684939930705647184778153551393102842934366369629254367427461945","-13882911196538114192825441500418084926900970309555795732477067679191479790412","-11313196621922782458778506759780537772761285164146719321749076191275736125924","-10281583210503817936157175362317398398653414528244612494505299283671992533416","-12492423925657680104637777596801367714316874537627978708635730656465369819310","-2588062503694586525260053734688965398153985855906079344477567854820382566473","21882951034818836963226615183445800470235940553464821638218525137797294703827","-17803591886663352642433311601541662088189598705199998879952087829329780788992","17951296166967548499449885544923800257890323400003729238904019565978187893041","-8568098929078957924615214366470475745229945132329283251517232404448999322776","14588928451894938070959423198047882303115583572619330952788396627506896506528","-16401590865631381804280682075514647047968925277329033642437407237422216103712","-16734895913855617290559797148792161766631527580117201928534982570191619204895","-6566620176593461506511521354106770457443596899425037329077524047766102536887","-16182959356835865319134293982714066148496743341858300489903529489334661844555","830497545104098656091804524074660408491156975601212486414008883956216308612","-18643051558762963751122472436200747454651912551585585893203191414044747024149","9496029260389104137707186127722010137775707350672851705643485110954511613312","17676192429224913560092411105013468980831759642706703314199421049839914591618","15992784693480659476187472264731506486068320546013107185906773045804360096289","11345823385130343276117443860453790431138915644040282861298151702797918881558","20121404755696487087695395351038778929511120597283419935709018124603852303179","3754831315789221144935210009480845501501244509465614676290978637973834598663","10054293823687334050956026683425779526450586742205102059022653169764714275072","15168642525734104713169169725907466122162119181742551143759962269271354777830","-16842348349528621627515597643329534556238217319276807793881605417596208688453","1812211812843032792365123885512673558049804234600070631103038239668291773046","-4267978120630652443127222036178326675300185426538415768831416017971698648451","-14801643582863648152106243187038471397785007219724639870840765227778986304865","-296737315579072271755433904828807084506154075197269460822217419543895255876","-9490799891034624574741564774921046640856927547372187803571614818188156257929","10708793808642550413677928695553433354926347149476506611526466167617739526332","-17650755747643353926530538506583042641046174980122123046660922311687419205593","14110180087486137116998085943954158860481832136846382414049471160724198948656","5438947660339698157699383894473390931569837180760323840559226199370053896830","-432765221840195008845717667330732910965394702014778839832806658579628576060","20743532130429744030506159538080714168234909760689616328994050614170734350191","-13353163735934550640412774609034124267608007826601507632468243013910126993966","5597049971092909063991558185343704940490079799416140373113317870004563405920","861502635852414286341949359046866603584602350569912404181320102063736735133","5243685108632099316181523434816332246285818881028124723323659511726567019113","-19784081773245091162312422418680254685863896331983436747395563954977630202915","20281669384267357926111314127426882362711590838664388594719393028904251142195","-16306021545868399135921186946120865396225115729471628024581104145241324112051","21318889241336587730553977754541742019473903348656676268619874240122073752936","-18601026208812976992785719848108496996937872172812740749323821822038257399973","8550282104077165801168627362328797639412511984463776744128837038183401125884","-9397404189875142571522179390750227422003780711527879616171998897718118357831","12182720373076240174299486678027314739103671265494807310676749006577707650298","3056008480716842609202061589223828762198957188011972455915469542637948293878","3563426656990591341576596225075121579104353905725736343290306823553309475587","21833264059350863500622194840008154864894625579135415674404586994135976662377","18192907205087448155843141011464539164217650630663829897785506218221882410015","-6423238787497022181930714848121936850132947047530778240163707163803490168459","2586246723041673040351888101837425973461471069734891880456852610745197990191","16922035217613717807317042164941436280204028765217899082375250196020992266382","-5215313219163686790548446762492614673586009418279979569490045807419962919267","-18601880273885467913204655280341279026017810438980915716332731986169132697608","-5368961080688747066573652004931167147846730019833353068388150677643660154461","6287104335021546687608253332104062688745468530435300650525646310654886854761","-3167442474798976458957595142989263268937940879461617081226435615282714248174","7125208119684653034828345652435785370004333368619026802077791167719317126279","-14629888265482716621714736691322390199853982832350596109763086347699121736864","19636549977693414028475773541016361657640135694050763475763202606852816130003","4316205876846318454784299595808302143402431887313553190622263438248520751943","-18439455435163659393349691262015361691580655887586970330059393108020729224212","7571183169191760667628072032936757483369453112533323788838625977820434074407","10091693386429905251875650328772679936183358465752984331302295035322766531741","6758723414344417758460914515243078903736528313129621188824974093390246581788","-12653551286583389286045000032900303813787725768686682796722479484157465030201"],["0","11768969749271778130376466803199715898426937191208329780610814082339558898348","-12433262982792820912207740610011075991245072026037017078988807213869768741953","-5824144028824239417620560550222272757348047568202588350193475361301810688395","6479408791029185505965008715442468415705703738486194370406059771780217339817","16777374706500902466018077374827997890233859301626243875336521107982509282321","-20930005358374460438333226487920011755243853480028403317155562183400995125777","-19398967193355677586761710600377730044286589874489573233989206533971519237649","-8393360967545991914649721273777360976411347993912003277073682580676920066419","-17090195743627813917962575827783557270917820741634803675447547901798783058829","-7601158974270776466104609151248663457741817256660645849507332205842662754231","-9834373934967486891542429901129752873865435795205123559396301386292275917451","-249592106327719995593532948233548411336634510535476200931281063170953430115","18767089708961653507275960351758844356309775665715581102988572252131371719965","10015472828265639326434800716977353870908755892513830272423468198847120786002","2149335928881919823702253731490711877385700597281812462868573332184577790626","-18506249721245440220953573379532861415511398906722535860131515928550497360722","11206768658326193571417370812643536518526659299035438614225248137517684373398","14046812782924242628745969735215984611710287826681730241333031939642001207626","11904928766121378075700325922727728130214558455473306368799962264045827120036","18060136890307380921969745166595965772781480977274252056449570455101811979626","17295449552193767189973409313646790219124600000846868574677339855566945215803","15411398781164276748011522876875576576364120200451138378223891891159310179806","20592218631848960766520023645064359349553336641223129161204464705442744975890","13084121753653129337682128353749700342226817728218025802017763135710158770867","-16833908865440523443541380839389400360895052205341028757364783832941766177195","-19462566227732407233194633514972281766878928382571733585590725281256007025356","8748189642342167109999174749534332308509923370649545960424323039659910850143","-1719285008954890565656290493810374553204080017004178957797965018473777078572","-12337665392133433529362136190294906233843547417323440445426567482733681662341","-12290048930377903247387596952654293736867347180342576953830501060999766115938","-20678670472599369879861411294369556307102786205685868732739258508734854923890","16010663350602322058841928489678380323294788181720477222442273014768657410410","21150092499832985526935797970953474631574158472538630043898255990600144739386","1325076450831639349932055020622478291241535343926809354687605619231823428785","-3096604979476084987029149448345460340085384674839923073573257126354931143003","-5176125007389173050520107469377930796307971711812158688955135709640765132946","21877659197798398704206824621634325851923516706513608932738846089018780912037","-13718940901487430062620217457826049087830833009983963416205971472083753082367","14014349462095821776653365344590325427232282399591424134109834945380567290465","-17136197858157915849230428732940951490459890264658566503034464808897998645552","-14598628839888674302573965094418785570865561655593406781819615118137823978178","-10914938859423488386314958405772019007389486154242032941176610288268623711807","-11581548955871959358873188552327048444714690759818369513371760953807429914173","-13133240353186923013023042708213540914887193798850074658155048095532205073774","-10477675841832455416022182220170857208445122283300566636108854792093515193493","-20227247781631077910062796697107954271566050449213609370870186418663375878393","-15397860245686652279998539127144219820755460702755137442708178641513685552681","18992058520778208275414372255444020275551414701345703411286970221909023226624","13464141986610551897938416464769662873115154884997372284700637913104020687619","10097326515122043730128538784205737883588276691610180028115341905032911696961","803403898421411329988481975650305773729466887664531378898099219020029267499","18354566639553698953144384956820282770473876794150805527719832062631896110741","7509662631578442289870420018961691003002489018931229352581957275947669197326","20108587647374668101912053366851559052901173484410204118045306339529428550144","8449042179628934204091933706557657155775873963069067943821720351966901060043","-11796453827217968032784789541401794023928070238137581244065006648616608881289","3624423625686065584730247771025347116099608469200141262206076479336583546092","-8535956241261304886254444072356653350600370853076831537662832035943397296902","-7715044293888021081966080628819667707021650039033245397983326268982164114113","-593474631158144543510867809657614169012308150394538921644434839087790511752","-18981599782069249149483129549842093281713855094744375607143229636376312515858","21417587617285100827355857391106866709852694298953013223052932335235479052664","-13413268623447432630814671267908810193543985559828211749623640436799029915569","6332117303132999011749766142651042632415299873276730484400738134872589401695","-11010347551159878906847637956310493225408690038895386662579751787835700701957","-865530443680390017691435334661465821930789404029557679665613317159257152120","-2289421482819062383480492414353121840626909279452836029408307144810148290852","-4818084600029826058579143472810973446667651252786980921238281841244445492315","11194099942185818127983116370687409880980159598832280746226635740009126811840","-20165237600134446649562507027163541881379159699276209535335563982448335025351","10487370217264198632363046869632664492571637762056249446647319023453134038226","-17679920674650907102378439092103234283179428263550839151092923723379451910213","-3213146975143834592270183235660785451673547123503291497957622315343114706844","-10723800219897523049595968146984455703901867058527221705464004103906839728485","-1138707261005374983384855981431066138148922103518716150156659892907469485362","-15313809545786678763325033950959718905327379945209447154949439457500706304329","17100564208154331602337254724657595278825023968927553488257674076366802251768","-18794808379750285143044358781500454844007561423055759232343997795436236715662","2477197874313205126352567610797354389658978130573580277655293826579606804979","6112016961433685218404123178447657524397914376023944911830939085275896587756","-14761389557858092539093213295107031930339656588964561657117590539469189544443","-109957624976823443248421810498240447307477642561237338587234384879663666480","-7390671333503654132806529467585471848661427539504408891825395936707852171204","-12846477574994044363861429696243873700265894095061556480327414327606980336918","-16715749425755929141542629541582423141625422260946250582784498965085412515235","11955827563388160392387678584625597471859693130019763821052296205466176037147","-10430626438327373581096893524985229347172018836559959138980091614839925838534","-15315517675931660604162904815425282963487256477545797088967259785762456899599","-10737922161377494133147304009862334295693460039666706136776301355287320308922","12574208670043093375216506664208125377490937060870601301051292621309773709522","-6334884949597952917915190285978526537875881758923234162452871230565428496348","14250416239369306069656691304871570740008666737238053604155582335438634252558","14516709212713117201063338107869769777388763136130876467870235677753373517506","-4503385788291722387541264408481826861816457412730541735870003159445984731228","8632411753692636909568599191616604286804863774627106381244526876497041503886","-14990667998488043564452976778773448294612947374757906316420582029465649952807","15142366338383521335256144065873514966738906225066647577677251955640868148814","20183386772859810503751300657545359872366716931505968662604590070645533063482","13517446828688835516921829030486157807473056626259242377649948186780493163576","-3418859701327503349843594320543332539027087136957331249746754781739121564785"],["0","1649696626704281038506527861142156708305509982000625217523423978103309301079","-2978283093746366602169075474764876893941779651657999814279410241163728988289","-11648288057648478835241121100444545514696095136405176700386950722603621376790","12958817582058371011930017430884936831411407476972388740812119543560434679634","11666506541162529709789749004398720691919354202836453406974838029389210069025","-19971767844909645654420047230582748421939342559640772290612920180226181755937","-16909691514872079951277015455498185000024815348563112124280208881367229979681","5101520936747291392946963197702553135725668412592027789550839025221968362779","-12292148615416352613678745910309839453287277082853573007196891617021757622041","-15202317948541552932209218302497326915483634513321291699014664411685325508462","-19668747869934973783084859802259505747730871590410247118792602772584551834902","-499184212655439991187065896467096822673269021070952401862562126341906860230","15645936546084031792305514958260413624071186931015127862278940317686934944313","-1857297215307996569376804311302567346730852615388373798851267788881566923613","-17589571014075435574841898282275851333776963205852409417961057522206652914365","-15124256570651605219660741013808447742474433413029037376564827670525186225827","525294444813111920588335880029797948504954197654842884752292088459560251179","6205382694009210035245533725174694134872211252947426138967859692708193919635","1921614660403480929154246100198181171880752510530578393901720341515845744455","14232030908775486621693084587934656457014597554132469769200936723627815463635","12702656232548259157700412882036305349700835601277702805656475524558081935989","8934554690489278273776640008493878064179876000486242412749579595742811863995","19296194391858646310793641544871443610558308882030223978710725224309681456163","4280000635466983453117850962242125595905271056020017260337322084844509046117","10108668012797503557410049811735749455306624390150011172666840707268084636844","-17036889583625539244142861284687288445209492364727432827483246375936205555095","-4391863587154941002248056246188610471528517659116942422849558107255986795331","-3438570017909781131312580987620749106408160034008357915595930036947554157144","19101154959411683385768539109924737709409633966185187796543273407684253666552","-2691854988916531272528788160051312385186329960269119563962797935423723736259","-19469098073359464537476416843481837525657208010955703121780312830893901352163","-11755159042473906326808954511157789530507152437391114242511862343614302170414","20411942127826695831625190196649674174599952544661225744098307794624480983155","-19238089970175996522382295704012318506065293712562415634322992948112161638047","-6193209958952169974058298896690920680170769349679846147146514252709862286006","-10352250014778346101040214938755861592615943423624317377910271419281530265892","21867075523757522186167243498011376615298669012611183521779487991461753328457","-5549638931135584902994029170394823087113301619551892488713738757591697669117","6140456052352368331060324943923375765916200398766813924521465704185326085313","-12384152844476556476214451720624627892371416128901098662370725431220188795487","-7309014807938073382901524443580296053182758910770779219941026049699839460739","58365152992298449616488933713237073769392091931968461344983610038561072003","-1274855039904643495499971359396821800881017119220704683045317721039051332729","-4378237834534570803799679671169806741226023197284114972611892004488601651931","-20955351683664910832044364440341714416890244566601133272217709584187030386986","-18566252691422880597879187648958633454583736498011184398042168650750943261169","-8907477619534029337750672509031164552962557005094240541718153096451562609745","16095874169717141328582338765630765462554465002275372478875736257242237957631","5040041101381828573630427184282050657681945369578710225703071639632232879621","20194653030244087460257077568411475767176553383220360056230683810065823393922","1606807796842822659976963951300611547458933775329062757796198438040058534998","14820890407268122684042364168383290452399389187885576711741459938687983725865","15019325263156884579740840037923382006004978037862458705163914551895338394652","18328932422910060981577700988445843017253982568404373892392408492483048604671","16898084359257868408183867413115314311551747926138135887643440703933802120086","20183578089242614378923232407710962129240588324556906199266395075918399228656","-14639395620467144052785910203206580856349147462015751819286051227902641403433","-17071912482522609772508888144713306701200741706153663075325664071886794593804","-15430088587776042163932161257639335414043300078066490795966652537964328228226","-1186949262316289087021735619315228338024616300789077843288869678175581023504","-16074956692299223076719853354426911474879345789072716870588255086176816536099","20946932362730926432465309036956458331157024197489992102407660483895149609711","16949948496783685182863468954696929790008757681175645188149127499553557160096","12664234606265998023499532285302085264830599746553460968801476269745178803390","21755790641358792630797535577893563726279348723041295362236904797480215587320","-1731060887360780035382870669322931643861578808059115359331226634318514304240","-4578842965638124766960984828706243681253818558905672058816614289620296581704","12252073671779623105088118799635328195213061894842072501221640504086917510987","499957012532361033719826996117544673411954797248527148755067293442445128063","3446010543409657145367797436187466414338409402279649616725280408254946940532","20974740434528397264726093739265328985143275524112498893294638046906268076452","8416644394376736239735933306308081610737872273730390385210560926392713170808","-6426293950287669184540366471321570903347094247006582995915244630686229413688","440642432044229123054469451288363680744630283361590932770195978762129038647","19610828349828525255476693782395142812250520193378602043384884400760869524893","13148866652105192917842743588595112366441968910413174377497529458150204382576","12312885544469387982428103704057915469101683537439072632817143966157796007919","-15701373887661295063842311817743634599466758445695484120989791404296664935707","-16933847123212864969541270523662566309230408139268873788387616533416594885659","12224033922867370436808246356895315048795828752047889823661878170551793175512","14253706627962365366306384900300486316417415622902945373161227294213237902348","21668327621885628335749562124260794193933409115293559666523735416816481162657","7106900204831966956633346810086331391225509321407216560047412313160104153209","-3804712278148813505476453647230472311983423789707078616956624468638152178219","10344986892166692161407552407349703893845884278939567521827410442980791960764","2023412254937045562528951423993919855171021859623493298406388224356543578677","-20861252876654747162193787049970458694344037673119918277960183229679851677068","-8742792480024045986079403885593290838426148554675559834236315384949105303581","-21475844322754988266294608019724668591386920079333412273552602710574640617844","3260174468246911528186607583158975666433509721325168258404381056043738923427","-12669769899195905835830380571957053075751763517846468324905742461130856992696","6612589606899336917066976864485866391468969074060072864612960484301460009499","-14743067318252316042366135274775010622319202528570315751655937017644869956222","-9006771576583444775082528816963653723632914825461083471740006318891969462456","-4623419364454001403109207362024066514938636851161821581209150433581725487845","-8093093125136811906659547812289621500677530349099778289142959872355491409997","8396489804927767448265882386489754844929448049717260811656299724705927802011","-3409712197958929436990210175423830432363294937820131362187228231860550864270","5146650785538395811597252315715040526397748852102450411601692186985177831535","-6837719402655006699687188641086665078054174273914662499493509563478243129570"],["0","3299393253408562077013055722284313416611019964001250435046847956206618602158","-5956566187492733204338150949529753787883559303315999628558820482327457976578","-1408333243457682448235836455631815940843825872394319057075697258631434257963","4029392292277466801613629116512598574274450553528743137926034900545060863651","1444770210485784197333092263540166295290344005256872470251471872202611642433","-18055292817980016086593688715908221755330320718865510237527636173876555016257","9957102713934390541938780579518180177047098103705844438835990610417157031872","10203041873494582785893926395405106271451336825184055579101678050443936725558","-2696054358993430005111086075362403818026189765291111670695579047467706748465","-8516393025243830642172030859737378742418904626226549054331124636794842521307","-17449252868030672343923313859261736406913378780404459893887001358593295174187","-998368425310879982374131792934193645346538042141904803725124252683813720460","9403630220328788362364624171263552159594009461614221380859676448798061393009","18173648441223282083492797122652140395086659169639286745995668608812674648391","-13290899156311595927437390819294427579005562011288784492223910857837497333113","-8360270269463935217075076282359620396400502425642040409431451154474563956037","1050588889626223841176671760059595897009908395309685769504584176919120502358","12410765388018420070491067450349388269744422505894852277935719385416387839270","3843229320806961858308492200396362343761505021061156787803440683031691488910","6575818945711698021139763430612037825480830707848905194703669260679822431653","3517069593257243093154420018815335610853306802139371267614746862540355376361","17869109380978556547553280016987756128359752000972484825499159191485623727990","16704145911878017399340877344485612132568253363644413613723246262043554416709","8560001270933966906235701924484251191810542112040034520674644169689018092234","20217336025595007114820099623471498910613248780300022345333681414536169273688","-12185536295411803266039316824117301801870620329038831311268288565296602614573","-8783727174309882004496112492377220943057035318233884845699116214511973590662","-6877140035819562262625161975241498212816320068016715831191860073895108314288","16314067046984091549290672474592200330270903531954341249388342628792698837487","-5383709977833062545057576320102624770372659920538239127925595870847447472518","-17049953274879653852706427941706399962766051621495371899862421475211994208709","20266167658730737790874902468198971116082423926049840202372683685923012650406","18935641383814116441003974648042073260651540688906417144498411402673153470693","-16587937068512717822518185662767361923582223024708796924947781709648514780477","9501822953934935274129807951875433728206825701056342049405175681156083923605","1183742842282583020165975867745551903316477553167399587877661348012747963833","21845908175675769150088081250765478142048973624806332699860771796347698161297","-11099277862271169805988058340789646174226603239103784977427477515183395338234","12280912104704736662120649887846751531832400797533627849042931408370652170626","-2880062817113837730182497695991980696194467857386162981043246675864569095357","-14618029615876146765803048887160592106365517821541558439882052099399678921478","-21771512565854678323013427877830800941009580216552097421008236966498686351611","-2549710079809286990999942718793643601762034238441409366090635442078102665458","-8756475669069141607599359342339613482452046394568229945223784008977203303862","-20022460495490546441842323135426153745232124732786232200737214981798252278355","-15244262511006485973511969552659991820619108595606334452386133114926078026721","-17814955239068058675501345018062329105925114010188481083436306192903125219490","10303505467595007434918271786004255836560565604134710614053268327908667419645","10080082202763657147260854368564101315363890739157420451406143279264465759242","18501063188648899698267749391565676445804742366024685768763163433555838292227","3213615593685645319953927902601223094917867550658125515592396876080117069996","7753537942696970145838322591509305816250413975355119079784715690800158956113","8150407654474493937235274330589488923461591675308883066629624917214868293687","14769621973980846740908996231634410945959600736392713441086612798390288713725","11907925846676461594121329080973353534555131451860237431588677221291795744555","-3409329565193321686646346675092625918615552151718256288863618221314818533922","14497694502744262338920991084101388464398433876800565048824305917346334184368","-12255582093205944322771370544169338313853119011891291806953123957197780691991","-8971934303712809105617916770021395739538235755716947248235100889352847960835","-2373898524632578174043471238630456676049232601578155686577739356351162047008","-10261670512759170931193300963596547861210327177729399397478305985777824576581","20005621853622577642684212328655641573765683994563949861117116781214490723805","12011654121728095143480532164136584491469150961935256032600050812531305824575","3440226340692720824752658825346895441112835092690887593904748352914549111163","21623338410878310039348665410529852364010333045666556380775605408384622679023","-3462121774721560070765741338645863287723157616118230718662453268637028608480","12730556940563025688324436087844787726040727282604690226064975607335215332209","2615904471719970987929831854013381301877759389268110658745076821598026526357","-20888328846774553154806751753022185741724454805918980046188069599690918239491","-14996221785019960931510810872882342259871545595856735110247643370065914614553","-1827004874621755915040624011983892206810177752607070900807132279339080838330","16833288788753472479471866612616163221475744547460780770421121852785426341616","-12852587900575338369080732942643141806694188494013165991830489261372458827376","881284864088458246108938902576727361489260566723181865540391957524258077294","17333413827817775288706981819533010535952675986341169743071564614945930554169","4409490432371110613439081431932949644335573420410314411296854729724600269535","-19150714654739774479636604082398719238893361725953923421762120440836024975396","12373737968355960316808187855027280978163211909441100445416825564558287119820","-11979451374586454716836135302067857529912451878121713233077028880257381275701","2559824973895465651370086968533355009043293103679745303625552154527777855407","6619170384085455510366364055343697544286466845389856402624250401850667309079","21448412371931981449252718503264313299318453830171084989349266647057153829697","14213800409663933913266693620172662782451018642814433120094824626320208306418","-7609424556297627010952907294460944623966847579414157233913248937276304356438","-1198269087505890899431300930557867300856595842536899300043383300614224574089","4046824509874091125057902847987839710342043719246986596812776448713087157354","2053979990369056120105237390573632788408653454592232131476041913791913637098","4402657911791183250087597974070693411696067291064914675225573416677597888455","824797098168573911903595451065212994322888642165244140291202952002335755546","6520348936493823056373215166317951332867019442650336516808762112087477846854","-3451296926552536449414355398656831062955162635276902306113280735685905489775","13225179213798673834133953728971732782937938148120145729225920968602920018998","-7597891764665356862485864804292746156090040656724597159613669848713931416827","-18013543153166889550165057633927307447265829650922166943480012637783938924912","-9246838728908002806218414724048133029877273702323643162418300867163450975690","-16186186250273623813319095624579243001355060698199556578285919744710982819994","16792979609855534896531764772979509689858896099434521623312599449411855604022","-6819424395917858873980420350847660864726589875640262724374456463721101728540","10293301571076791623194504631430081052795497704204900823203384373970355663070","-13675438805310013399374377282173330156108348547829324998987019126956486259140"],["0","-15289456365022151068220294300688648255326324472413533473604508274162571291301","-11913132374985466408676301899059507575767118606631999257117640964654915953156","-2816666486915364896471672911263631881687651744788638114151394517262868515926","8058784584554933603227258233025197148548901107057486275852069801090121727302","2889540420971568394666184527080332590580688010513744940502943744405223284866","-14222342764120756950940971686559168422112277037314986131357068161177301536897","19914205427868781083877561159036360354094196207411688877671981220834314063744","-1482159124850109650458552954447062545645690750047923185494848085687935044501","-5392108717986860010222172150724807636052379530582223341391158094935413496930","-17032786050487661284344061719474757484837809252453098108662249273589685042614","-13010262864222069465600221973266197725278393160392885444075798530610781852757","-1996736850621759964748263585868387290693076084283809607450248505367627440920","18807260440657576724729248342527104319188018923228442761719352897596122786018","14459054010607288944739188500047005701624953938862539148293133031049540801165","-4693555440783916632628375893331580069462759622161534640749617529099186170609","-16720540538927870434150152564719240792801004851284080818862902308949127912074","2101177779252447682353343520119191794019816790619371539009168353838241004716","2933287904197564918735729155441501450940480611373670212173234584256967182923","-14201784230225351505629421344464550401025354358293720768091322820512425517797","-8736604980415879179966878884033199437586702984718223954290865665216163632311","7034139186514486186308840037630671221706613604278742535229493725080710752722","13849975890117837872860154288718237168171139601528935307300114196395438960363","11520048951916759576435348943713949176588142326872792883748288337511300337801","17120002541867933812471403848968502383621084224080069041349288339378036184468","18546429179350739007393793501685722732678133160184010346969158642496530051759","-2482829718984331309832227902977328515192876257661628278838372944017396733529","-17567454348619764008992224984754441886114070636467769691398232429023947181324","-13754280071639124525250323950482996425632640136033431662383720147790216628576","10739891222128907876334939203927125571993442663492648155078481071009589179357","-10767419955666125090115152640205249540745319841076478255851191741694894945036","9676579193919242739079955607101750251564625557841324887671565422727628573816","18644092445622200359503399191140667143616483451683646061047163185270216805195","15983039895788957659761543550826871432754716977396799945298618618770498445769","-11287631265186160422789965580277448758616081649001559506197359232721221065337","19003645907869870548259615903750867456413651402112684098810351362312167847210","2367485684565166040331951735491103806632955106334799175755322696025495927666","21803573479512263077929756756273681195549582849196631056023339406119587826977","-310312852703064389729710936322017259904842077791535611156750843790982180851","2673581337570198101994894030436227975116437194651221354387658630165495845635","-5760125634227675460364995391983961392388935714772325962086493351729138190714","-7347816359913018309359692029063909124182671242667082536065900012223549347339","-21654782259870081423780450010404326793470796032688160498318269746421564207605","-5099420159618573981999885437587287203524068476882818732181270884156205330916","-17512951338138283215198718684679226964904092789136459890447568017954406607724","-18156678119141817661438240525595032401915885065156430057776225777020696061093","-8600282150173696724777533360062708552689852790796634561074062043276347557825","-13741667606296842128756284290867383123301863619960927823174408199230441943363","-1281231936649260352409862173248763415427233192146613115591667530758473656327","20160164405527314294521708737128202630727781478314840902812286558528931518484","15113883505458524174289093037874077803061120331633337193828122680535868088837","6427231187371290639907855805202446189835735101316251031184793752160234139992","15507075885393940291676645183018611632500827950710238159569431381600317912226","16300815308948987874470548661178977846923183350617766133259249834429736587374","7651001076122418259571586718011546803370837072369392538475021410204768931833","1927608821513647965996252416689431980561898503304440519479150256007782993493","15069583741452631848953712395072023251317260096979521765970967743946171427773","-14781096738190025766650829322311773248299861047230938589747796538458948622498","-2622921314572613423296335343081401539157873623366549270208043727819752888365","-17943868607425618211235833540042791479076471511433894496470201778705695921670","-4747797049265156348086942477260913352098465203156311373155478712702324094016","-20523341025518341862386601927193095722420654355458798794956611971555649153162","18123000835405880063122018912054008058983003588711865378536029375853172951993","2135065371616915064714658583015893894389937523454477721501897438486803153533","6880452681385441649505317650693790882225670185381775187809496705829098222326","21358433949917344856450925075802429639472301690917078417853006630193436862429","-6924243549443120141531482677291726575446315232236461437324906537274057216960","3572871009286776154402466430432300363533090164793346108431747028094622168801","5231808943439941975859663708026762603755518778536221317490153643196053052714","1999828050129444134879307984470178693647819188994108595020269173769780512252","-8104200698200646640775216000507409431194726791297435876797082553556020733489","-3654009749243511830081248023967784413620355505214141801614264558678161676660","11778334705667669736697327479975051354403124694505527197144039518995044187615","-3816932929311401515915060140029008524840012587610297639962774336169109159135","1762569728176916492217877805153454722978521133446363731080783915048516154588","12778584783796275355167557893808745983356987572266305142444925043316052612721","8818980864742221226878162863865899288671146840820628822593709459449200539070","-16413186437640273737026802419540163389238359051491812499826036695096241455175","2859233064872645411369969964797286867778059418466166547135446942540765744023","-2070659877333634211425864858878439971276539355827392122455853573938954055785","5119649947790931302740173937066710018086586207359490607251104309055555710814","-8649902103668364201513677634569879999975430709636321538449703382874473877459","21008581872024687676259031261271351510088543259926135635000329107538499163777","6539357947488592604286981495088050476353672885212831896491445066064608117219","6669393759244021200340591156335385840614669241587719875871706312023199782741","-2396538175011781798862601861115734601713191685073798600086766601228449148178","8093649019748182250115805695975679420684087438493973193625552897426174314708","-17780282891101162982035930964110009511731057491231570080746120358991981221421","-13082927048256908722071209797115888265156229818286204993247057353220612718707","1649594196337147823807190902130425988645777284330488280582405904004671511092","-8847544998851629109499975412621372422814325515115361310080679962400852801909","-6902593853105072898828710797313662125910325270553804612226561471371810979550","4562115555758072446021501712686190477327511895824257114753637750630031542379","-15195783529330713724971729608585492312180081313449194319227339697427862833654","-14138843434494503878083709522597339805983294901428299543261821088992069354207","-18493677457816005612436829448096266059754547404647286324836601734326901951380","-10484129628707972404391785503901210914161756995983078812873635302846157144371","11697716347871794570817123800701744291169427798453008902926994712247902712427","-13638848791835717747960840701695321729453179751280525448748912927442203457080","20586603142153583246389009262860162105590995408409801646406768747940711326140","-5462634738780751576502348819089385223668332695242615654275834067337164022663"],["0","-8690669858205026914194182856120021422104284544411032603510812361749334086985","-1938021878131657595106198052861740062985872812847964170537077742734023410695","16254909898008545429303059922730011325173060910838758115395415152050071463765","16117569169109867206454516466050394297097802214114972551704139602180243454604","5779080841943136789332369054160665181161376021027489881005887488810446569732","-6556442656402238679635537627861061755676189674213937919015932135778794578177","-3948074887940988276737689172441829468908336386008690932052445931482988863746","-2964318249700219300917105908894125091291381500095846370989696171375870089002","-10784217435973720020444344301449615272104759061164446682782316189870826993860","-12177329229136047346441717693692239881127254104490161873626294360603561589611","-4132282856604863708954038201275120362008421920369736544453392874645755209897","-3993473701243519929496527171736774581386152168567619214900497010735254881840","-6161964862363396995034314805460341538720690954375183163957702577959371419198","7029865149375302667231971254836736314701543477309043952888061875523273106713","12501131990271441956989653958594114949622845156092965062198969128377436154399","-11552838206016465646053899384181206497053645302152127294027600431322447328531","4202355558504895364706687040238383588039633581238743078018336707676482009432","-16021667063444145384774947434374272186667403177668693919351735018061874129771","-6515325588611427789012436943671825713502344316171407192484441454449042539977","-17473209960831758359933757768066398875173405969436447908581731330432327264622","-7819964498810302849628725669995932645135137191858549273239216736414386990173","5811708908396400523473902832179199247793914802641836270902024206215069425109","1151855031994243930624292142170623264627920253329551423798372488446792179985","12351762211896592402696401952679729678693804047744103739000372492180263873319","15204615486862202792541181258114170376807901919951986350240113098417251607901","-4965659437968662619664455805954657030385752515323256557676745888034793467058","-13246665825400252795738044224251608683679776872519505039098260671472085867031","-5620317271438973828254242155708717762716915871650828981069236109004624761535","21479782444257815752669878407854251143986885326985296310156962142019178358714","-21534839911332250180230305280410499081490639682152956511702383483389789890072","19353158387838485478159911214203500503129251115682649775343130845455257147632","15399942019405125496760392637024059198684602502951257778396122183964625114773","10077836919738640097276681356396467776961069554377565546899033050965188395921","-687019658533045623333525415297622428683798897587084668696514278866633635057","-5769193927938809347973579683012815264269425996606700489775705648527281296814","4734971369130332080663903470982207613265910212669598351510645392050991855332","21718904087185250933613107767290087302550801297977227768348474625663367158337","-620625705406128779459421872644034519809684155583071222313501687581964361702","5347162675140396203989788060872455950232874389302442708775317260330991691270","-11520251268455350920729990783967922784777871429544651924172986703458276381428","-14695632719826036618719384058127818248365342485334165072131800024447098694678","466921223938387596931911469705896590155136735455747690759868880308488576024","-10198840319237147963999770875174574407048136953765637464362541768312410661832","-13137659804437291208151031624101178841259821177856885437196931849333004719831","-14425113366444360100630075305932789715283405729896825771854247367465583626569","-17200564300347393449555066720125417105379705581593269122148124086552695115650","-5595092340754409035266162836477491158055362839505821302650612211885075391109","-2562463873298520704819724346497526830854466384293226231183335061516947312654","18432085939215353366797011728999130172907198556213647461926368930482054541351","8339524139077773126331780330490880517573876262850640043958041174495927682057","12854462374742581279815711610404892379671470202632502062369587504320468279984","9125908898948605361106884620779948176453291501004441975440658576624827328835","10713387746058700526694691577100680605298002300819497922820295482283664679131","15302002152244836519143173436023093606741674144738785076950042820409537863666","3855217643027295931992504833378863961123797006608881038958300512015565986986","8250924611065988475661019044886771414086155793543009188243731301316534359929","-7673950604540776311055252899366271408051357694045842835797388890342088749379","16642400242694048375653735059094472010232617153682935803282116730936302718887","-13999494343011961200225261334828307869604578622451754649242199370835583347723","-9495594098530312696173884954521826704196930406312622746310957425404648188032","-19158439179197408502526798109128916356292944310501563246215019756535489810707","14357758798972484903997632078850741029417642777007696413373854565130537408369","4270130743233830129429317166031787788779875046908955443003794876973606307066","13760905362770883299010635301387581764451340370763550375618993411658196444652","-1059617843843860731590961338909690898152125418997911851690395112764743266376","8039755772953034939183440390673821937655733935943111469048391112027694061697","7145742018573552308804932860864600727066180329586692216863494056189244337602","-11424624984959391270527078329203749881037326843343591708717896900183702390189","3999656100258888269758615968940357387295638377988217190040538347539561024504","-16208401396401293281550432001014818862389453582594871753594165107112041466978","-7308019498487023660162496047935568827240711010428283603228529117356323353320","1668426539496064251148249214692827620257884988595020050589874851414279879613","-7633865858622803031830120280058017049680025175220595279925548672338218318270","3525139456353832984435755610306909445957042266892727462161567830097032309176","3668926695753275488088710042360216878165610744116575941191645900056296729825","17637961729484442453756325727731798577342293681641257645187418918898401078140","10950112868398002970439206651434223398620010697848443687744334982959134080884","5718466129745290822739939929594573735556118836932333094270893885081531488046","-4141319754667268422851729717756879942553078711654784244911707147877908111570","-11648942976257412616766057871123855052375191985697053129195995568464697073989","4588438664502546819219050476117515088597502981143391266798797420826860740699","20128920872210100130271656777285427931628722119436236926302454028501189831937","13078715894977185208573962990176100952707345770425663792982890132129216234438","-8549455353351232821565223432586503407319025917240594591954791562529408930135","-4793076350023563597725203722231469203426383370147597200173533202456898296356","-5700944832342910722014794353305916247180189523428087956447098391723459866201","-13672322910363050741825456182962743934913750582047105817794036531408153947225","-4277611224674542221896013848974501441764095236156375642795910519865416941797","3299188392674295647614381804260851977291554568660976561164811808009343022184","-17695089997703258218999950825242744845628651030230722620161359924801705603818","-13805187706210145797657421594627324251820650541107609224453122942743621959100","9124231111516144892043003425372380954655023791648514229507275501260063084758","-8503324186822152227697053471913709535811798226482354294756475208279917171691","-6389443997149732533921013299937404523418225402440564742825437991408330212797","-15099112043792736002627253150935257030960730408878538305974999282077995407143","-20968259257415944808783571007802421828323513991966157625747270605692314288742","1507189823904313919387841856146213493790491196489983462155785237919996929237","-5389454711832160273675275658133368370357995102145016553799621668308598418543","-2603279459371383951714792964794225965914737984012465394582870877270194338954","-10925269477561503153004697638178770447336665390485231308551668134674328045326"],["0","-17381339716410053828388365712240042844208569088822065207021624723498668173970","-3876043756263315190212396105723480125971745625695928341074155485468046821390","10621576924177815636359714100202747561797757421261481887092626117524334431913","10346895466380459190662627186843513505647240027813910759710075017784678413591","11558161683886273578664738108321330362322752042054979762011774977620893139464","-13112885312804477359271075255722123511352379348427875838031864271557589156354","-7896149775881976553475378344883658937816672772017381864104891862965977727492","-5928636499400438601834211817788250182582763000191692741979392342751740178004","-21568434871947440040888688602899230544209518122328893365564632379741653987720","19421827285406455751609376103130070414842220591851744940143819651944493812012","13623677158629547804338329342707034364531520559676561254791418437284298075823","-7986947402487039858993054343473549162772304337135238429800994021470509763680","-12323929724726793990068629610920683077441381908750366327915405155918742838396","14059730298750605334463942509673472629403086954618087905776123751046546213426","-18774221763135666530513503573326320277851038488646138562998470116396744682436","-1217433540193656069861393023105137905558926203888220244356996676069086161445","8404711117009790729413374080476767176079267162477486156036673415352964018864","-10155091255049015547303489123491269284786441954921353495005265849547939763925","8857591694616419644221531857913623661543675768073219958729321277677723415663","-13058177049824241497621109790875522661798447538456861473465258474288846033627","-15639928997620605699257451339991865290270274383717098546478433472828773980346","-10264825055046474175298600080898876592960534795132361801894155774145669645399","2303710063988487861248584284341246529255840506659102847596744976893584359970","2815281551953909583146398160102184268839243695072173134302540797784719251021","8520988101885130362835956770971065665067439439487938356782022010258694720185","-9931318875937325239328911611909314060771505030646513115353491776069586934116","-4605088778961230369229682703245942278811189344622975734498317156368363238445","-11240634542877947656508484311417435525433831743301657962138472218009249523070","21071322016676356283093351070451227199425406253554558276615720097462548221811","-21181436950825225138214204815563723074432914963889878679706562780203771284527","-5070168968001579488172989062107549170838226569466769136710146682241102695970","8911641166970975771274379528790843308820840605486481213094040181353441733929","20155673839477280194553362712792935553922139108755131093798066101930376791842","-1374039317066091246667050830595244857367597795174169337393028557733267270114","-11538387855877618695947159366025630528538851993213400979551411297054562593628","-12418300133578611060918598803292859862016543975076837640676913402473824784953","-338677569308048577266595955934375571995126204877613150699459121824882674560","-1241251410812257558918843745288069039619368311166142444627003375163928723404","10694325350280792407979576121744911900465748778604885417550634520661983382540","-1152259665071426619213575822678570481007378458673269504647769220340744267239","-7503022567812798015192362370998361408182320570252295800565395862318388893739","933842447876775193863822939411793180310273470911495381519737760616977152048","-20397680638474295927999541750349148814096273907531274928725083536624821323664","-4387076737035307194055657502945082593971277955297736530695659512090200944045","-6961983861049444979013744866608304342018447059377617200010290548355358757521","9375357142983763545382678050263715966337317637645530443100160200046226759934","-11190184681508818070532325672954982316110725679011642605301224423770150782218","16763315125242233812606957052262221426839431631829581881331534063541913870309","14975929006591431511347617712740985257266032712011260580154533674388300587085","16679048278155546252663560660981761035147752525701280087916082348991855364114","3820681877645887337385017475552509670794576004848969781040970822065128064351","18251817797897210722213769241559896352906583002008883950881317153249654657670","21426775492117401053389383154201361210596004601638995845640590964567329358262","8715761432650397816039941126788912124934983889061535810201881454243267231715","7710435286054591863985009666757727922247594013217762077916601024031131973972","16501849222131976951322038089773542828172311587086018376487462602633068719858","6540341662757722600135899946524732272445649012324348672103426405891630996859","11396557613548821529061064372931668931916869906949837262866029275296796942157","-6110745814184647178204116924399340650660792844487474954786194555095358199829","-18991188197060625392347769909043653408393860812625245492621914850809296376064","-16428635486555541782807190473000557624037524220587092148731835326495171125797","6827274726105694585748858412444206970286921153599358483049504943685266321121","8540261486467660258858634332063575577559750093817910886007589753947212614132","5633567853702491375774864857517888440354316341111066407539782636740584393687","19769007184151553759064483067437893292244113562420210640317413961046321962865","16079511545906069878366880781347643875311467871886222938096782224055388123394","14291484037147104617609865721729201454132360659173384433726988112378488675204","20927235773759767903438654832107050415022075114144885269960614572784212210856","7999312200517776539517231937880714774591276755976434380081076695079122049008","-10528559920963311340854458256772362636230542764773709163490126027648274438339","7272203874865227901921413649386137434066942379559467137241145951863161788977","-18551389792847146719949907315871619848032594423225994242518454483747248736391","6620511154593669158586165185141240989188314049974843783847106841899371859077","7050278912707665968871511220613818891914084533785454924323135660194064618352","7337853391506550976177420084720433756331221488233151882383291800112593459650","13387680587129609685266245710206322066136222962866480946676633651220993660663","11982864956730718632007557611171708691656995280853031790465779342459666151","11436932259490581645479879859189147471112237673864666188541787770163062976092","13605603362504738376542946309743515203442206977106465853874789890819992272477","-1409643080675550011285709996990435016202019570978071914693786950353585652361","-12711365542834181583808304793022244911353358438129251810100609344922087014219","18369598872580925038296907809313580774709079838456439508906703870426571168257","4269188918115095194901520235094926816866327140435293242267576077682623973259","-17098910706702465643130446865173006814638051834481189183909583125058817860270","-9586152700047127195450407444462938406852766740295194400347066404913796592712","-11401889664685821444029588706611832494360379046856175912894196783446919732402","-5456402948886826261404506620668212781279136763678177291889868876240499398833","-8555222449349084443792027697949002883528190472312751285591821039730833883594","6598376785348591295228763608521703954583109137321953122329623616018686044368","-13501937123567241215753495905228214602708937660045410896624515663027602712019","-5722132540581016373068437443997373415092936681799184105208041698911435422583","18248462223032289784086006850744761909310047583297028459014551002520126169516","-17006648373644304455394106943827419071623596452964708589512950416559834343382","-12778887994299465067842026599874809046836450804881129485650875982816660425594","13578261656093078439238305188644036115175267983074992075446409808995626176948","-20048275642992614395320736270347568568098663583516280907796337024808820081867","3014379647808627838775683712292426987580982392979966924311570475839993858474","-10778909423664320547350551316266736740715990204290033107599243336617196837086","16681683953096507318816819815668823156718888432391103554532462432035419817709","37703916716268916237010468899734193875033619445571726594867917227152404965"],["0","9013806310858442787716080066034464488679590623187938273353158926154280643294","-7752087512526630380424792211446960251943491251391856682148310970936093642780","-645089023483643949526977544851779964952849557893070569512951951527139631791","-1194451939078356840921151371570248077253884344788212824278054151006451668435","1228080495933271935083070471385385636097139683693925180325345768665977783311","-4337527753769679496295744766186971934156394296439717332365524356539369817091","6095943320075322115295649055489957212915018856381270615488420460643853040633","-11857272998800877203668423635576500365165526000383385483958784685503480356008","-21248626872055604859530971460541185999870671844241752387431060572907499479823","16955411698973636280972346461002865741136076783287455536589435117313179128407","5359111445419820386430252940156793640514676718937088165884632687992787656029","-15973894804974079717986108686947098325544608674270476859601988042941019527360","-2759616577614312757890853476584091066334399417084698312132606125261677181175","6231217725661935446681479274089670170257809508820141467854043315517283931235","-15660200654432057838780601401395365467153712576876242782298736046217680869255","-2434867080387312139722786046210275811117852407776440488713993352138172322890","-5078820637819693763419657584303740736389830075461062031624857355869880457889","-20310182510098031094606978246982538569572883909842706990010531699095879527850","-4173059482606435933803342029430027765461012864269594426239561631220361664291","-4228111227809207772995813836493770235048530676497688603232312762001883571637","-9391615123401936176268496934726455491992184367018162749258662759081739465075","1358592761746326871649205583459521902627294810151310739909892638284469204819","4607420127976975722497168568682493058511681013318205695193489953787168719940","5630563103907819166292796320204368537678487390144346268605081595569438502042","-4846266668069014496574492203315143758413485521440157630134160166058419055247","-19862637751874650478657823223818628121543010061293026230706983552139173868232","-9210177557922460738459365406491884557622378689245951468996634312736726476890","-593026213916620090770562877577595962319299086187281580578740249442690550523","20254401161513437343940296395645179310302448106693082209533236008349287948005","-20474631029811175054182003885870171060317465527363723015714921373831734073437","-10140337936003158976345978124215098341676453138933538273420293364482205391940","17823282333941951542548759057581686617641681210972962426188080362706883467858","18423104807115285166860319680328596019295913817094227843897928017284945088067","-2748078634132182493334101661190489714735195590348338674786057115466534540228","20699710031923313052598492758463289120019024814405266728293585779042491803978","-2948357395317946899590791861328444635484723549737640937655622618371841074289","21210887733223178067713213833388523944558111990660808042299285942926043146497","-2482502821624515117837687490576138079238736622332284889254006750327857446808","21388650700561584815959152243489823800931497557209770835101269041323966765080","-2304519330142853238427151645357140962014756917346539009295538440681488534478","6882197736213679191861681003260552272183723259911442742567412461939030708139","1867684895753550387727645878823586360620546941822990763039475521233954304096","-18907118405109316633752677755441022539644183414646515513751962886673834151711","-8774153474070614388111315005890165187942555910595473061391319024180401888090","-13923967722098889958027489733216608684036894118755234400020581096710717515042","-3137528585871748131481049644729843155873729125124973457497883786483354975749","-492126491178360918818245600652689543673086957607250866904244660964493068819","11638387378645192402967508359267167765130498863243129418964863940508019245001","8063615141343587800448829680224695425983701023606486816610863162200792678553","11469853684471817283080715576706246981747140650986525832133960511407902232611","7641363755291774674770034951105019341589152009697939562081941644130256128702","14615392723955146222181132737862517617264801603601733558064430119923500819723","20965308112395526884532360563145447332643644802861957347582977742558850220907","17431522865300795632079882253577824249869967778123071620403762908486534463430","15420870572109183727970019333515455844495188026435524155833202048062263947944","-10772787299414596541848735310967464520752105626660031934421483167885479551518","13080683325515445200271799893049464544891298024648697344206852811783261993718","904872355258367835875723000606062775285375413483640182033854364017785388697","-12221491628369294356408233848798681301321585688974949909572389110190716399658","-16094133522281975562449134072830031728239357224834456641545625515042784256511","-10969028101271808343367975200743840159526684040758149953765466466414533755977","13654549452211389171497716824888413940573842307198716966099009887370532642242","-4807719898903954704529137081130123933428864212780212571683024678681383267353","11267135707404982751549729715035776880708632682222132815079565273481168787374","17649771496463832295882560389618511495939862724424386936936623735516835430113","10270780219972864534487355817438012662074571343356411532495360261534967751171","6694725202454934012973325698201127819716356917930734523755772038181168854791","19966228675680260584630903918956825741495785827873736196223024958992615926095","15998624401035553079034463875761429549182553511952868760162153390158244098016","-21057119841926622681708916513544725272461085529547418326980252055296548876678","-7343835122108819418403578446485000220414479641297100069215912282849484917663","6673706157984257004592996858771310481031539954380080202359499405657119518452","13241022309187338317172330370282481978376628099949687567694213683798743718154","14100557825415331937743022441227637783828169067570909848646271320388129236704","14675706783013101952354840169440867512662442976466303764766583600225186919300","4887118302419944148286085675155369043724081525316927549655063115866178825709","23965729913461437264015115222343417383313990561706063580931558684919332302","985621647141888068713353973121019853676110947313298033385371353750317456567","5322963853170201530839486874229755318336049553796897364051375595064176049337","-2819286161351100022571419993980870032404039141956143829387573900707171304722","18353754658010187276876201904470060354390011924573565067195189683307442962796","14850954873322574854347409873369886460869795276496844674115203554277333840897","-13349865035609084832443365275067421454815710119545447859163052031210560549099","-12309578541565656064014487985088738540727739268546344024120962063541827224923","-19172305400094254390900814888925876813705533480590388800694132809827593185424","-915536457532367665812771667966389900172393693296317482090189380318030969187","-10912805897773652522809013241336425562558273527356354583779737752480998797666","-17110444898698168887584055395898005767056380944625502571183642079461667767188","-8691489301142092631788878528213867179382146125772128099038956954538436406881","16772611496544068012985819680058120971678853480741246894147377047096411567196","-11444265081162032746136874887994746830185873363598368210416083397822870845166","14608681574225304345925607956232248730071730766178022574330897818464443843415","-12125053875449333688541808142397563054698828505513382835327696646543860191147","-3669533116759654913437647454492343005124537209346224627603547779057512355571","-16619962431492393566016201113226477946746192834682084536503588755160364637338","-18208308414145953568395066795437862047648962766616527471894469863041831668117","6028759295617255677551367424584853975161964785959933848623140951679987716948","-21557818847328641094701102632533473481431980408580066215198486673234393674172","11475125034353739415387233886080371224889412464366172765366720677495031139801","75407833432537832474020937799468387750067238891143453189735834454304809930"],["0","18027612621716885575432160132068928977359181246375876546706317852308561286588","-15504175025053260760849584422893920503886982502783713364296621941872187285560","-1290178046967287899053955089703559929905699115786141139025903903054279263582","-2388903878156713681842302743140496154507768689576425648556108302012903336870","2456160991866543870166140942770771272194279367387850360650691537331955566622","-8675055507539358992591489532373943868312788592879434664731048713078739634182","12191886640150644230591298110979914425830037712762541230976840921287706081266","-1826303125762479185090441525895725641782687600350736624219365184431152216399","-20609010872271934496815537175825096911192979288067470431163916959239190464029","12022580526107997339698287176748456393723789166158876729480666048050549761197","10718222890839640772860505880313587281029353437874176331769265375985575312058","-10059546738108884213725811628636921562540852948124919375505771899306230559103","16369009716610649706464698792089092955879565566246637719432991936052454133267","12462435451323870893362958548179340340515619017640282935708086631034567862470","-9432158437024840455314797057533455845759060753336451220899267905859553242893","-4869734160774624279445572092420551622235704815552880977427986704276344645780","-10157641275639387526839315168607481472779660150922124063249714711739760915778","-18732122148356786966967550748707802050597403419269379636322859211615950560083","-8346118965212871867606684058860055530922025728539188852479123262440723328582","-8456222455618415545991627672987540470097061352995377206464625524003767143274","3105012625035402869709411875804364104563995666379708845180878668412329565467","2717185523492653743298411166919043805254589620302621479819785276568938409638","9214840255953951444994337137364986117023362026636411390386979907574337439880","11261126207815638332585592640408737075356974780288692537210163191138877004084","-9692533336138028993148984406630287516826971042880315260268320332116838110494","-17837032631910025735069240702379981154537655722170018117715762917702539240847","-18420355115844921476918730812983769115244757378491902937993268625473452953780","-1186052427833240181541125755155191924638598172374563161157480498885381101046","-3267683420651675756612218699224191556491832587445904268329936356453041095224","-19061019187783074886117602026483067032086566654311411687731638561087659651257","-20280675872006317952691956248430196683352906277867076546840586728964410783880","13758321796044627862851112369906098146734998021529890508677956538837958440099","14957966742391295111474233615399916950043463233772421344097651847994081680517","16392085603574910235578202422876295659077973219719356994126089955642739415161","-2377065679831924339295825973587971937058679172021535230809236815066633383278","15991528081203381423064822022600385817578917300940752468386958949832126347039","20533532594607080913180021921519772800567859580905581740900367699276277797377","-4965005643249030235675374981152276158477473244664569778508013500655714893616","20889058529283894409671898741722372513314630714003507326504333896072125034543","-4609038660285706476854303290714281924029513834693078018591076881362977068956","13764395472427358383723362006521104544367446519822885485134824923878061416278","-18152873080332174446791113987610102367307270516770052817619253144107899887425","-15925993938379358045258949765624769990740002428876996683805721586771859807805","-17548306948141228776222630011780330375885111821190946122782638048360803776180","-5959692572358504693808573721175942279525423837094434456342958006845626534467","15613185700095778959284306455797588776800906150166087428702436613609098544119","-984252982356721837636491201305379087346173915214501733808489321928986137638","1388531885451109583688610973277060441712633326070224494231523694440229994385","16127230282687175600897659360449390851967402047212973633221726324401585357106","1051464497104359343915025408155218874945916901557017320569716836239995969605","15282727510583549349540069902210038683178304019395879124163883288260512257404","7342542576071017222115859730467760145981238806787432772430656053271193143829","20042373352951778546818315381033619576738925205307880351467751298541891946197","12974802858762316041913358761898373411191571155830108897109321630397260431243","8953498272379092233693632921773636600442011652455013967968199909548719400271","-21545574598829193083697470621934929041504211253320063868842966335770959103036","-17615119092647660043949211704415621087314132751534673998982702749585093003798","-20078498161322539550494959744045149537977613573448753979630495458540237718223","-2554740384899313490570061952340087514094806977533865475446574033805624303699","-10300024172724675902651862400402788367930350049252878939393046843509760017405","-49813330704341464489544656230405230505003681100265563832728746253259016337","5420856032583503120749027904519552792599320213981399588499815588165256788867","-9615439797807909409058274162260247866857728425560425143366049357362766534706","646028542970690280853053684814278672868900964028231286460926360386529079131","13411300121088389369518715033979747903331361048432739530175043284457862364609","20541560439945729068974711634876025324149142686712823064990720523069935502342","-8498792466929407196299754348855019449115650564554565296186660110213470786035","18044214479521245947015402092656376394443207255331438048747845731409423356573","10109005930231830935822522006265584009816742623489703176626102593740679700415","1662246059825305081074978463425099632174557741737232033435904262558519237878","-14687670244217638836807156892970000440828959282594200138431824565698969835326","13347412315968514009185993717542620962063079908760160404718998811314239036904","4593801746535401412098254995307688868204891799483340791690223181021678940691","6312872778991388653239639137198000479107973734725785353594338454200449977791","7463170694186928682463274593624459936776521552516573185834963013874565342983","9774236604839888296572171350310738087448163050633855099310126231732357651418","47931459826922874528030230444686834766627981123412127161863117369838664604","1971243294283776137426707946242039707352221894626596066770742707500634913134","-11242315165498872160567431996797764451876265292822239615595452996447456396943","-5638572322702200045142839987961740064808078283912287658775147801414342609444","14819266444181099331505998063682845620231659448731095790692175180039077429975","-14074575997033400735797991743774777255357138247838379339166001264596949309440","-4811487199378894442640324804877567821083055838674861374627899875845312602581","-2730914211292036905782570224920201992907114136676653704543719940507845954229","5431874943490041662691181712662796549685661839651291086008142753496430620386","-1831072915064735331625543335932779800344787386592634964180378760636061938374","-21825611795547305045618026482672851125116547054712709167559475504961997595332","-12332646925557062552921705046538736445564397488834970798669079972347527038759","-17382978602284185263577757056427734358764292251544256198077913909076872813762","-10231262750590414418521172130398308233739021839349574899101654278958793856842","-1000287290484790270027344030732218571823382326780702077133962609069933194715","7329120276611333469604810167207222371595097131940010804963591450353079191213","19526377992779883067409195205719424067699071789805303016741015080063896608940","-7339066233519309826875294908984686010249074418692449255207095558115024711142","-11351681991145511909785996481195680804944021268948134729308973323744920779059","-14528373956452631914543727845618449006749561132817020600090735539507854840617","-9830724280604763867143670896087567138224434828496166646451922283215833061721","-21227394822818006967155799519809671874315596416744098086698769159892978852727","1062007196868203608528062026903467361230460528316311187035237168414253783985","150815666865075664948041875598936775500134477782286906379471668908609619860"],["0","14166982371594495928617914518880582866169998092335718749714431518041314077559","-9120107178267246299452763100530565919225600605151392384895039697168566075503","-2580356093934575798107910179407119859811398231572282278051807806108558527164","17110435115525847858561800258976282779532827021263183046585987582550001821877","4912321983733087740332281885541542544388558734775700721301383074663911133244","-17350111015078717985182979064747887736625577185758869329462097426157479268364","2495530408462013238936190476702553763111711025109048118255477655999603666915","-3652606251524958370180883051791451283565375200701473248438730368862304432798","-19329778872704593771384668606392918733837594175718906518629629731902572432441","2156918180376719457150168608239637698899213931901719115263127909525291026777","-451797090159993676525393984630100526489657524667681680159673434604657871501","-20119093476217768427451623257273843125081705896249838751011543798612461118206","-11038466310457251031563413906336364265337597668338793248530424501046708724700","3036628030808466564479511351101405592482873634864531527717969075493327229323","-18864316874049680910629594115066911691518121506672902441798535811719106485786","-9739468321549248558891144184841103244471409631105761954855973408552689291560","-20315282551278775053678630337214962945559320301844248126499429423479521831556","-15576001424874298711688695752158329012646442438122724928947514236656092624549","5196004941413531487033037627537164026704312943337656638739957661694361838453","-16912444911236831091983255345975080940194122705990754412929251048007534286548","6210025250070805739418823751608728209127991332759417690361757336824659130934","-16453871824853967735649583411419187478039185159810791384058633633437931676341","18429680511907902889988674274729972234046724053272822780773959815148674879760","634009543792001442924779535560199062165585160161350730722122195701945512551","2503176199563217235948436931996700054894422314655403823161563522342132274629","-13785822391980776247892075659502687220526947043924001891733321648829269986077","-14952467359850567731591055880710263141941150356567771532288333064371097411943","-2372104855666480363082251510310383849277196344749126322314960997770762202092","15352876030535923709021968346808891975564699225524225807038331473669726305169","-16233795503726874549988798307708858975624768908206789031765072935599510806897","-18673108872173360683137506751603118278157448155318118749982969271353013072143","5628400720249980503455818994554921204921631642643746673657708891100108384581","8027690612943315000702061485542558811538562067128808344497099509412354865417","10895928335310545248909999100495316229607582039022679644553975724709670334705","17134111512175426543654753798081331214431006056372963882079730556442541729061","10094813290567487623883238299943496546609470201465470593075713713088444198461","19178822317374886604113638097782270512587354761395129138102531211976747099137","-9930011286498060471350749962304552316954946489329139557016027001311429787232","-1998368685110761625149014007069805150467467372825054034387740581007366922148","-9218077320571412953708606581428563848059027669386156037182153762725954137912","5640548073015441545200318267784934000186528639229736626571445661180314336939","-14417503288825073671335822229962929646066176633124071291540302101639991279233","-9963745004919440868271493785992264892931640457337959023913238986967911119993","-13208371024443182330198854278303385663221859241965857901867071910145799056743","-11919385144717009387617147442351884559050847674188868912685916013691253068934","9338128528352282696322207166337902465053447899916140513706669040642388592621","-1968505964713443675272982402610758174692347830429003467616978643857972275276","-19111179100937056054869183798703154205123097748275585355235156797695348506847","10366217693535075979548912975641506615386439694009912922745248462227362218595","2102928994208718687830050816310437749891833803114034641139433672479991939210","8677212149327823476833734059162802277808243638375723904629562389945216019191","14685085152142034444231719460935520291962477613574865544861312106542386287658","18196503834064281871390225016809964064929486010199726359237298410507975396777","4061362845685356861580311778539471733834777911244183450520439074218712366869","17906996544758184467387265843547273200884023304910027935936399819097438800542","-21202906325819110945148535498612582994460058106224093393987728484966109710455","-13341995313456044865652017663573967086079901102653313654267201312594377511979","-18268753450805803878743513742833023987406862746481473615562786730504666940829","-5109480769798626981140123904680175028189613955067730950893148067611248607398","-20600048345449351805303724800805576735860700098505757878786093687019520034810","21788616210430592293267316432796464627538357038215503216032746694069290462943","10841712065167006241498055809039105585198640427962799176999631176330513577734","-19230879595615818818116548324520495733715456851120850286732098714725533069412","1292057085941380561706107369628557345737801928056462572921852720773058158262","-16953885501501771705455381422555054370434006703966589627046321804235892262016","-2693364863787092306543388220762499528798443427406422557414967327011745986550","-16997584933858814392599508697710038898231301129109130592373320220426941572070","-7688056784636058550462007305201797388210314290169192589900716910332770278088","20218011860463661871645044012531168019633485246979406353252205187481359400830","3324492119650610162149956926850199264349115483474464066871808525117038475756","-7487097616596002451367908040682725793109554164772365933165444944822131175035","-17081661111741522426120824055429308252970568983311747877958410750523138917426","9187603493070802824196509990615377736409783598966681583380446362043357881382","12625745557982777306479278274396000958215947469451570707188676908400899955582","14926341388373857364926549187248919873553043105033146371669926027749130685966","19548473209679776593144342700621476174896326101267710198620252463464715302836","95862919653845749056060460889373669533255962246824254323726234739677329208","3942486588567552274853415892484079414704443789253192133541485415001269826268","-596387459158469098888458248338253815204166185228444887492701806319104298269","10611098226434875131960725769333794958932207832591459026147908583747123276729","7750290016522923440765590382108416151914954497046157237686146173502346364333","-6260909122227526249349577742292279422165912095260724334633798342618090123263","-9622974398757788885280649609755135642166111677349722749255799751690625205162","16426414449255201410681265295416871102734136127062726934610764305560116587159","10863749886980083325382363425325593099371323679302582172016285506992861240772","-3662145830129470663251086671865559600689574773185269928360757521272123876748","-21762980719255334868989647220088427161684729709009383991420746823348186695047","19111191892564425338649401397437077285967933823162127090058248428456562913716","-12877714332729095304909108367598193628980220102672478052457623631577937131907","-20462525501180828837042344260796616467478043678699149798203308557917587713684","-2000574580969580540054688061464437143646764653561404154267925218139866389430","-7230002318616608283036785410842830345358170136536012733771021285869650113191","-4723729758118784309674421079075702041698585221221462653914378213023823773354","7210110404800655568495815927287903068050215563031135833284013070345759073333","-815121110451748597325587217134086521339678137480235114919742460914033062501","-7168505041065988606841049945979622924950757865218006856483266892439901185617","-19661448561209527734287341792175134276448869656992333292903844566431666123442","1321696098042536510181212450895206428465535967343872513998870053365659285780","2124014393736407217056124053806934722460921056632622374070474336828507567970","301631333730151329896083751197873551000268955564573812758943337817219239720"],["0","6445721871349716634989423292503890643791631784255403155730658849506819659501","-18240214356534492598905526201061131838451201210302784769790079394337132151006","-5160712187869151596215820358814239719622796463144564556103615612217117054328","12332627359212420494877194772695290470517289642110331749473770978524195148137","9824643967466175480664563771083085088777117469551401442602766149327822266488","9076263713521114474126853361018774703845574429314330028472213520836658454506","-16897182054915248744374024791852167562324942350197938107187248874576601161787","14583030368789358481884639641674372521417613999013087846820743448851199630021","-16771314873569912320522931467528562379126823951021778693561055277229336369265","-17574406511085836307946068528777999690749936536612596113171948367525226442063","-903594180319987353050787969260201052979315049335363360319346869209315743002","-18349944080596261632656840769290411161615047392083643158324883410649113740795","21699553122764048381365983677841821646421533464154482190335559371058199541834","-15814986810222342093287383043054463903582617130686971288262266035589154036971","-15840390876260086599012782484876548294487878612929770539898867436862404475955","-19478936643098497117782288369682206488942819262211523909711946817105378583120","-18742322230718274885110854929172650802570276203272461909300654660383235167495","-9263759977909322201130985759059382936744520475829415514196824286736376753481","-11496232989012212248180330490182947035139738513740721066218288863187084818711","-11936646950634386961720104946692886791839881011565474482160297909439260077479","12420050500141611478837647503217456418255982665518835380723514673649318261868","-11019500777868660249052761077581099867530005919205548424419063080300054857065","14971118151976530557730942804202669379545083706129611217849715443721541263903","1268019087584002885849559071120398124331170320322701461444244391403891025102","-16881890472712840750349531881263874978759519771105226697375077141891543946359","-5683401912122277273537745573748099352505529687431969439768439111082731476537","-8016691847861860240935706016163251195333936312719508720878461942166386328269","-4744209711332960726164503020620767698554392689498252644629921995541524404184","-13070733682606703026448874796896766225967330349783617073319745425812164380896","-10579348135614473877731190870160442862701173415997543719831941684623213118177","-15457974872507446144028607757948961467766531910220203156267734356130217648669","-10631441431339314215334767756147432678705101115128540996382786404375591726455","16055381225886630001404122971085117623077124134257616688994199018824709730834","21791856670621090497819998200990632459215164078045359289107951449419340669410","12379980152511577865063101850905387340313647712329893420461256926309274962505","20189626581134975247766476599886993093218940402930941186151427426176888396922","16469401762910497985980870450307265936626345122374223932506858237377685702657","-19860022572996120942701499924609104633909892978658279114032054002622859574464","-3996737370221523250298028014139610300934934745650108068775481162014733844296","-18436154641142825907417213162857127696118055338772312074364307525451908275824","11281096146030883090400636535569868000373057278459473253142891322360628673878","14941479166028403101821167030588690884964375534583926104315804169871634432768","-19927490009838881736542987571984529785863280914675918047826477973935822239986","-4528499177047089438151302811349496237895354083515681460035939633715789617869","-1950527417594743552987889139446494029553330947961703481673627840806697642251","18676257056704565392644414332675804930106895799832281027413338081284777185242","-3937011929426887350545964805221516349384695660858006935233957287715944550552","5554127541804438334754443893108241766850533304280897976926094777760919977540","20732435387070151959097825951283013230772879388019825845490496924454724437190","4205857988417437375660101632620875499783667606228069282278867344959983878420","17354424298655646953667468118325604555616487276751447809259124779890432038382","7481927432444793666217033176613765495376590826733696746024420026508964079699","14504764796289288520534044288362653041310607619983418374776392634440142297937","8122725691370713723160623557078943467669555822488366901040878148437424733738","13925750217677093712528125941837271313219682209404021528174595451619069105467","-20517569779798946668050665251967890900371751812032152444277252783356410925293","-4795747755072814509057629581890659083611437804890592964836198438612946528341","-14649264029772332535240621740408772886265361092546912887427369274433525386041","-10218961539597253962280247809360350056379227910135461901786296135222497214796","-19311853819059428388361043856353878383173035796595481413873983187463231574003","21688989549021909364288227120335654166528349676014972088367289201562772430269","21683424130334012482996111618078211170397280855925598353999262352661027155468","-16573516319392362413986690903783716378882549301825666229765993242875257643207","2584114171882761123412214739257114691475603856112925145843705441546116316524","9868714740675007033582048645404441436228715392898889433303764764679832467202","-5386729727574184613086776441524999057596886854812845114829934654023491973100","-12106926995878353562952611650162802707914237857802226841048436254278074648523","6512129302567158121322391134853680312127735820077649163896770365910267939441","18547780849088048521043682279805060950718606093542778362806206188386910306043","6648984239301220324299913853700398528698230966948928133743617050234076951512","-14974195233192004902735816081365451586219108329544731866330889889644262350070","-12275079351643769629995242365601341417392773566207461412218617314470469339235","-3513035885697669573853385764026519615728797202482671176937311462489092732853","3363248244126279390712150803534726827883530538487107070679149630225991415547","7964439904908439507606692629240564658557721809650258399641647868922452876315","17208703547520277964042279655985677261244287802119386053542300740353622110055","191725839307691498112120921778747339066511924493648508647452469479354658416","7884973177135104549706831784968158829408887578506384267082970830002539652536","-1192774918316938197776916496676507630408332370456889774985403612638208596538","21222196452869750263921451538667589917864415665182918052295817167494246553458","-6387662838793428340715224981040442784718455406323719868325911839571115766951","-12521818244455052498699155484584558844331824190521448669267596685236180246526","-19245948797515577770561299219510271284332223354699445498511599503381250410324","10964586026671127599116124845576467116919907853709419525523324424544424678701","21727499773960166650764726850651186198742647358605164344032571013985722481544","-7324291660258941326502173343731119201379149546370539856721515042544247753496","-21637718566671394515732888694919579234821095017602733639143289460120564894477","16334140913289575455052397049616879483387503245908219836418292670337317331815","-3867185793618915387571810989939112169412075804928921761217043076580065768197","2851434741316892770408122968921317242140641443433769090989791257316441563866","-4001149161939161080109376122928874287293529307122808308535850436279732778860","-14460004637233216566073570821685660690716340273072025467542042571739300226382","12440783355601706602897563587105871005151193957973109035869447760528160948909","-7468022062237964085254773890681468952447933274353762677130178045884290348951","-1630242220903497194651174434268173042679356274960470229839484921828066125002","-14337010082131977213682099891959245849901515730436013712966533784879802371234","4453588621259494975918127906164281624198989486847402101588719240288284744350","2643392196085073020362424901790412856931071934687745027997740106731318571560","4248028787472814434112248107613869444921842113265244748140948673657015135940","603262667460302659792167502395747102000537911129147625517886675634438479440"],["0","12891443742699433269978846585007781287583263568510806311461317699013639319002","-14592185841229709975564646656864988588354038020189535195881954602098455806395","-10321424375738303192431640717628479439245592926289129112207231224434234108656","-19111231025253709454738421945123969236062149516611405188448866416103226694960","19649287934932350961329127542166170177554234939102802885205532298655644532976","-3735715444797046273992699023219725680857215541787374286753777144902491586605","-11906121237991222266501643838447060036101520299979841870676293562577393827957","-14610425006099833480723532207165805134261500802805892993754921475449217731192","-11654386875300549418799457189799849669705283501627523043423906367882864242913","8627672721506877828600674432958550795596855727606876461052511638101164107108","20081054511199300516144829806736872982589734301745307623059510448157177009613","7076597582486027179179129951933727853866634016664782370746641551853389509644","-377379498150453681760844134830906884253661872523104306725289631035217907566","-9741730748605408964328360340851652718616869860957908232826327884602499578325","-9792538880680897975779159224495821500427392825443506736099530687149000456293","-17069630414357719013318170994107137889337274124007013475725689447634948670623","-15596401589597274547975304113088026516592188006128889474903105134190661839373","-18527519955818644402261971518118765873489040951658831028393648573472753506962","-1104223106185149274114255235108618981731112627065407788738373539798361141805","19903191842409776521052601597128776593416966777701119723075812554273096836276","2951858128443947735428889261177637747963600930621636417748825160722828028119","-150758683898045275859116409904924646511647437995062505139921974024301218513","8053993432113785893215479863148063670541803011843188092001226700867274032189","2536038175168005771699118142240796248662340640645402922888488782807782050204","-11875538073586406278452658017270474868970675141794419051051950097207279397101","-11366803824244554547075491147496198705011059374863938879536878222165462953074","-16033383695723720481871412032326502390667872625439017441756923884332772656538","-9488419422665921452329006041241535397108785378996505289259843991083048808368","-4253224493374130830651343848536257363386296299151199802941286665048520266175","-21158696271228947755462381740320885725402346831995087439663883369246426236354","-9027706873175617065810809770640647846984699420024371968837264525684626801721","-21262882862678628430669535512294865357410202230257081992765572808751183452910","10222519579933984780561840196912960157605883868099199034290193851073610966051","21695470469402905773393590656723989829881963755674684234517698712262872843203","2871717433183880507879797956553499592078931024243752497224309666042741429393","18491010290430675273286547454516711097889516405445848028604650665777968298227","11050560653981720749715335155357256784704325844332413521315512288179562909697","-17831802274152966663156594103960934179271421556900523884365903818669910653311","13894768131396228721650349716978054486678494909115818206147241862546340807025","-14984066410446376592588020580456980303687746277128589805030410864328008056031","-21214293451616784263691538419374814176350614243913122181110625728430359643478","7994715460217530981395928315920106681380386668751817864933404153167460369919","-17966737147838488250839569398711784483178197428935801751954751761295835984355","-9056998354094178876302605622698992475790708167031362920071879267431579235738","-3901054835189487105975778278892988059106661895923406963347255681613395284502","15464271241569855563042422920094334771665427199248527711128471975993745874867","-7874023858853774701091929610443032698769391321716013870467914575431889101104","-10779987788230398552737517959040791554847297791854238389846014631053968540537","19576627902301028695949246157308751372997394375623617347282789662333640378763","8411715976834874751320203265241750999567335212456138564557734689919967756840","12820605725472018685088530491393934022684610153086861274820045373205055581147","14963854864889587332434066353227530990753181653467393492048840053017928159398","7121286720739301818821682831468030994072850839550802405854581082304476100257","16245451382741427446321247114157886935339111644976733802081756296874849467476","5963257563514912202809846138417267537891000018392008712650986716662329715317","-19146896687758618113854924758678506712195139223648270544856301380137013354969","-9591495510145629018115259163781318167222875609781185929672396877225893056682","-7410285187705389848234837735560270683982357784677791431156534362291242276465","-20437923079194507924560495618720700112758455820270923803572592270444994429592","-16735464766279581554475681967450481677797707192774928484049762188350654652389","21489736226204543506330048495414033244508334951613909833036374216549736364921","21478605388828749743745817490899147252246197311435162364300320518746245815319","-11258789766945449605726976062310157669216734203235298115833782299174706790797","5168228343765522246824429478514229382951207712225850291687410883092232633048","19737429481350014067164097290808882872457430785797778866607529529359664934404","-10773459455148369226173552883049998115193773709625690229659869308046983946200","19562631751921843318587588190188944761268253085227615005299535864595467694188","-8863984266704958979601623475549914464292892760260736015904663454755272616735","-6680924045502453402405446930904428275659516613746511961783995996377796379148","13297968478602440648599827707400797057396461933897856267487234100468153903024","-8060147594544734583225226417473628083889852258673429388963575592712716204523","-2661915831448264037744078985945407746237182731998888480739030442365130182853","-7026071771395339147706771528053039231457594404965342353874622924978185465706","6726496488252558781424301607069453655767061076974214141358299260451982831094","15928879809816879015213385258481129317115443619300516799283295737844905752630","12529164223201280705838153566714079433940211203822737763386397294131435724493","383451678615382996224241843557494678133023848987297017294904938958709316832","-6118296517569066122832742175320957429730589243403265809532262526570729190545","-2385549836633876395553832993353015260816664740913779549970807225276417193076","20556150033900225305596497332077904747180466929949801760893430148412684611299","9112917194252418540815955783176389519111453587768594607046380507433576961715","18732849254768445447094500521345432488433080419789171348861215002679256498182","-16603654723191880318876192693763267480116082308982856653324994820186692325031","40929181502979975985843945895659145291451307002804707348444662513040861785","21566756676081058079283047956045097308936930316794294344366937841395636467471","-14648583320517882653004346687462238402758299092741079713443030085088495506992","501048610335761413027034100675391707454538765626601409109829452910487202280","10780038954739875687858388353976483878226642091400405329138381154098826168013","-7734371587237830775143621979878224338824151609857843522434086153160131536394","5702869482633785540816245937842634484281282886867538181979582514632883127732","13885944547960953062027653499399526513961305786170417726626503314016342937897","-7031766402627157909900735898114046292884316145728016591385880956902791957147","2993323839364137983548721428954466921754023515530183728040691334480513402201","-14936044124475928170509547781362937904895866548707525354260356091768580697902","-3260484441806994389302348868536346085358712549920940459678969843656132250004","-6785777292424679205117794038661216611254667060455993082234863383183796246851","-12981065629320285270410149932928711840150385426721230140520765705999239006917","5286784392170146040724849803580825713862143869375490055995480213462637143120","8496057574945628868224496215227738889843684226530489496281897347314030271880","1206525334920605319584335004791494204001075822258295251035773351268876958880"],["0","3894644613559591317711287424758287486618162736605578279224431211451470142387","-7296128810620144728882887568472702088159711639963036048065705017621103117173","1245394120362668837383124310000316210057178547837776119283741737707340278305","-16334219178668143687230438144990663383575934632806776033199528645630644894303","17410332998025426700411849339075065266560105477789571426712860410735480570335","14416811982245182674261007698817823726833933316841285770190649896770825322407","-1923999604143169310756881931636844983654676199543649397654382938578979160297","-7332607140360391739200658669074335179974637205195751643811638764322626966767","-1420530878761823615352508634342424250862202602839011743149608549189919990209","-4632897428825519565045056879340173497354652945202281421593180910373480281401","18273866150559325810043253868216470876631104203074580902420816709738545523609","14153195164972054358358259903867455707733268033329564741493283103706779019288","21133483875538367858724717475595461320041040655369825730247624924505372680485","2404781374628457293589685063553969651314624678500217878045548417370809338967","-19585077761361795951558318448991643000854785650887013472199061374298000912586","-12251017956876162804389936242957000690126183847597992607753174708694088845629","-9304560307355273873704202480918777944636011611841744606108006081805515183129","-15166797039798013582277537290980256658429717502901627713089092960369698518307","-2208446212370298548228510470217237963462225254130815577476747079596722283610","17918140812980277819858797449000278098285569154986205102453420921970385176935","5903716256887895470857778522355275495927201861243272835497650321445656056238","21586725504043184670528172925447425795525069524425909333418360238527206058591","16107986864227571786430959726296127341083606023686376184002453401734548064378","5072076350336011543398236284481592497324681281290805845776977565615564100408","-1862833275333537334658910289283674649392985883172803758405696007838750298585","-845364776649833871904576549735122321473754349311843415375552257755117410531","-10178524519608165741496418319395729692787380850462000539815643582089736817459","2911404026507432317588393662774204294330793642423023765178516204409710878881","-8506448986748261661302687697072514726772592598302399605882573330097040532350","-20429149670618620288678357735384496362256329263574140535629562551917043977091","3832829125488041090624786203975979394578965560367290406023675135206554892175","1250720018321293583153740465924819462276324340317904701865262755649250085414","20445039159867969561123680393825920315211767736198398068580387702147221932102","21502698066966536324540775568190704571215563110933334125337193237949937190789","5743434866367761015759595913106999184157862048487504994448619332085482858786","15093777709022075324326689163776147107230668410475661713511097144980128100837","-21675364435715108945062141179800036607688077112167241644765383796792491171840","-13775361676466658104066782462664593269994478713385013425033603450764012811005","5901293390953182221054293688698833884808625417815602068596279538516873118433","-8079889949053477962929635415656685518827128153841145266362617542080207616445","-20540344031394293305136671093492353264152864087410210018523047270284910791339","15989430920435061962791856631840213362760773337503635729866808306334920739838","-14045231423837701279432733052166293877808030457455569160211299336015863473093","-18113996708188357752605211245397984951581416334062725840143758534863158471476","-7802109670378974211951556557785976118213323791846813926694511363226790569004","9040299611300435903838440094931394454782489998081021078558739765411683254117","-15748047717707549402183859220886065397538782643432027740935829150863778202208","328267295378478116771369827175691978853768816707557564006174924467871414543","17265012932762782169652086569360227657446424350831200350867375138091472261909","16823431953669749502640406530483501999134670424912277129115469379839935513680","3752968579104762147930655237530592956820855905757688205941886559834302666677","8039466857939899442621726961197786892957998906518752640399475919460047823179","14242573441478603637643365662936061988145701679101604811709162164608952200514","10602659893643579670396088483058498782129858889537433260465308407173890439335","11926515127029824405619692276834535075782000036784017425301973433324659430634","5482692368161314216782961973157536752706450353535527597683805612877590281296","-19182991020291258036230518327562636334445751219562371859344793754451786113364","7067672496428495525776730274136733720583648831060451481385135461993323942687","-18987603286549740626874585492184125136968547240125813263446980354314180363567","-11582686660719887886704958189643688267047049985133822624401320190125500809161","21091229580569811790413691245570791400468305502811785322374544246523664234225","21068967905818224265245229236541019415944030222454290384902436850916683135021","-629336662051623989207546379363040249885104006054561887969360411773605085977","10336456687531044493648858957028458765902415424451700583374821766184465266096","17586616090860752912081788836360490656366497171179523389516854872143521373191","-21546918910296738452347105766099996230387547419251380459319738616093967892400","17237020632004411414928770635120614433988141770039195666900867542615126892759","4160274338429357263043158794157446159962578879894562311888877277065263262147","-13361848091004906804810893861808856551319033227493023923567991992755592758296","-17180548786473669147293156075712956062303804933036356152421940172215309185186","5767947682749806055795952910310018920768659883069175565771053001150376086571","-5323831662896528075488157971890815492474365463997776961478060884730260365706","-14052143542790678295413543056106078462915188809930684707749245849956370931412","-8435249895334157659397802531118367777014242246467606060981605665671842833429","9969516747794482808180364771704983545682522838184999254868387289114003009643","3170085574563286189429901388170883779332058007229441183074590401687062953369","766903357230765992448483687114989356266047697974594034589809877917418633664","-12236593035138132245665484350641914859461178486806531619064525053141458381090","-4771099673267752791107665986706030521633329481827559099941614450552834386152","19224057195961175388946588918898534405812569459483569178088656110249560726981","18225834388504837081631911566352779038222907175537189214092761014867153923430","-6310787234141659550303810447823685200230567961253725989673978367793103994870","10569176297294789806740426102988015216864564182866355380746418732778232341172","81858363005959951971687891791318290582902614005609414696889325026081723570","-642972391516434285926715578424355559222868167243479998662532690360344056292","-7408923769196490083762287629667201716968233785066125083187855983601182518367","1002097220671522826054068201350783414909077531253202818219658905820974404560","-328164962359523846529629037304307332095080217615223685421441878378156159591","6419499697363613671959161785500826410900061180700347298830031880255545422829","11405738965267571081632491875685268968562565773735076363959165029265766255464","5883646224082630901808901253541777939374247171924801109554802441456877380177","-14063532805254315819801471796228092585768632291456033182771761913805583914294","5986647678728275967097442857908933843508047031060367456081382668961026804402","-7983845377112581118772689817468600721243368696999016364822507996961352900187","-6520968883613988778604697737072692170717425099841880919357939687312264500008","-13571554584849358410235588077322433222509334120911986164469726766367592493702","17814354485037979903672511624657126496795957947389608406354876961153138977400","10573568784340292081449699607161651427724287738750980111990960426925274286240","16992115149891257736448992430455477779687368453060978992563794694628060543760","2413050669841210639168670009582988408002151644516590502071546702537753917760"],["0","7789289227119182635422574849516574973236325473211156558448862422902940284774","-14592257621240289457765775136945404176319423279926072096131410035242206234346","2490788240725337674766248620000632420114357095675552238567483475414680556610","11108047386342263070031935200533223409944859535218516620997351081890327202628","12932423124211578178577292932892855444571846555163108509727516634895152645053","6945381092651090126275609652378372365119502233266537196683095606965842149197","-3847999208286338621513763863273689967309352399087298795308765877157958320594","-14665214280720783478401317338148670359949274410391503287623277528645253933534","-2841061757523647230705017268684848501724405205678023486299217098379839980418","-9265794857651039130090113758680346994709305890404562843186361820746960562802","-7228753442559898824406303754081608423834520394682906882554774953674525944016","6418147458104833494470114062477636326918171666243095139288362020837749542959","20378724879237460495203029205933647551533716910323617116797045662434936865353","4809562749256914587179370127107939302629249357000435756091096834741618677934","-17281912650884316680870231152726010913161206901357992600699918562020193329555","-2613793041913050386533466740656726291704003294779950871808145230812369195641","-18609120614710547747408404961837555889272023223683489212216012163611030366258","13442891664082523279937736908554036860237293795028813261218222452412219954620","-4416892424740597096457020940434475926924450508261631154953494159193444567220","13948038754121280417471189152743281108022773909556375861208637657364961858253","11807432513775790941715557044710550991854403722486545670995300642891312112476","21285208136247094118809940105637576502501774648435784323138516290478603621565","10327730856615868350615513707334979593618847646956718024306702616893287633139","10144152700672023086796472568963184994649362562581611691553955131231128200816","-3725666550667074669317820578567349298785971766345607516811392015677500597170","-1690729553299667743809153099470244642947508698623686830751104515510234821062","1531193832622943739253569106465815702973602699492033264066917022396334860699","5822808053014864635176787325548408588661587284846047530357032408819421757762","-17012897973496523322605375394145029453545185196604799211765146660194081064700","-18970056469397965355110309725511717635964294126732246727560920917258279458565","7665658250976082181249572407951958789157931120734580812047350270413109784350","-19386802835196688055938924813407636163995715719780224939967678675277308324789","19001835447896663900000955042394565541875171071980761793462571217718635368587","21117153262093797426835145391124134053882761821450633906976182289324065885961","11486869732735522031519191826213998368315724096975009988897238664170965717572","8299312546204875426406972582295019125912972420535289083323990103384447706057","-21462485999590942667877876614342798126827789823918448945832563407009173848063","-5662480481094040985887159180071911451440593026353992506369002714952217126393","-10085656089932910780137818367859607318931113564784830206505645109542062258751","-16159779898106955925859270831313371037654256307682290532725235084160415232890","-19192445190949311388026936441727431439757363774404385693347890353994013087061","-11797623902808426518909098226834123451575182125824797227662791760481775511558","-6202219975836127336619060359075312667067696514495103976724394485455918450569","-14339750544537440282964016745538694814614468267709417336589312883150508447335","-15604219340757948423903113115571952236426647583693627853389022726453581138008","18080599222600871807676880189862788909564979996162042157117479530823366508234","-9607852563575823582121312696514855706529200886448021138173454115151747908799","656534590756956233542739654351383957707537633415115128012349848935742829086","12641782993686289117057767393463180226344484301246366358036546089607136028201","11758621035500223783034407315709728909720976449408519914532734573104062531743","7505937158209524295861310475061185913641711811515376411883773119668605333354","16078933715879798885243453922395573785915997813037505280798951838920095646358","6596904011117932053040325580614848887743038957787175279720120142642095905411","21205319787287159340792176966116997564259717779074866520930616814347780878670","1964787382220373588992978808411795063015635673152000506905742680073510365651","-10922858135516646788680481798942201583135463693344979148330592960820627933025","-16477739168743240850214630909867997580343138038708709374991383322327763731111","14135344992856991051553460548273467441167297662120902962770270923986647885374","-16086963701260206031502765239110975185388730079835592183195756522052552231517","-1277130449600500551163510634030101445545735569851610905104436193675193122705","20294216289300348358580976745884307712388246605207536301050884306471519972833","20249692939797173308244052727824763743339696044492546426106669515257557774425","-1258673324103247978415092758726080499770208012109123775938720823547210171954","20672913375062088987297717914056917531804830848903401166749643532368930532192","-8603253561957044620329233817793568864363734458473021908362698628864574244852","-21205594948754201682447805786942717372226730438086726574941273045612127289183","-9302444479669727614635270220273321309120445260753677353594673287921363205716","-13567694194980560696160088156942382768623206640626909719920449632445281971323","-4835453310170538387375381978360438014089702054570013503437779798935377020975","-12472854701108063072339906406168637036059245465656677961145676157854809874755","11535895365499612111591905820620037841537319766138351131542106002300752173142","-10647663325793056150976315943781630984948730927995553922956121769460520731412","-6216044213742081368580680366954881837282013219445335071800287513336933367207","5017743081170959903450800683020539534519879907480822221734992855232122828759","-1949209376250309605885676201847307997183318724046035833961429608347802476331","-15548071722712702843386602968915507529884248385957151977549023383201682588879","1533806714461531984896967374229978712532095395949188069179619755834837267328","19303299673402285953161842789230720458174371827219005449267358266868700229054","-9542199346535505582215331973412061043266658963655118199883228901105668772304","16559871520083075555646772092539793723076774518551104012479108033923312958345","14563425905170398941017417387448282987897449950658344084487317843158499351243","-12621574468283319100607620895647370400461135922507451979347956735586207989740","-749890277249695608765553539281244654819236034683323582205366721019343813273","-21724526145827355318303029961674638507382559172404815514304425536523645048477","-1285944783032868571853431156848711118445736334486959997325065380720688112584","-14817847538392980167524575259334403433936467570132250166375711967202365036734","2004194441343045652108136402701566829818155062506405636439317811641948809120","-656329924719047693059258074608614664190160435230447370842883756756312319182","12838999394727227343918323571001652821800122361400694597660063760511090845658","923235058695866941018578006113262848576767147054118384220125871955724015311","11767292448165261803617802507083555878748494343849602219109604882913754760354","-6238822738669356417356537847198910082988900182496032021845319641035359332971","11973295357456551934194885715817867687016094062120734912162765337922053608804","-15967690754225162237545379634937201442486737393998032729645015993922705800374","-13041937767227977557209395474145384341434850199683761838715879374624529000016","-5254866297859441598224770409387591356470303841407937985241249346159376491787","13740466098236684585098617504056977905043551494363182469011549735730469459183","21147137568680584162899399214323302855448575477501960223981920853850548572480","12095987427943240250651579115653680470826372505705923641429385202680312591903","4826101339682421278337340019165976816004303289033181004143093405075507835520"],["0","-6309664417600909951401256046224125142075713453993721226800479340769927926069","-7296272370641303693285144528633533264090482159436109848564615883908603973075","-16906666390388599872713908505256010248319650209064929866563237235746447382397","327851900845250917817464655809171731341354670020998898296497977204845909639","3976603376583881134908180120528435800595328709910182675756829083214496794489","-7997480686537094969695186440500530358309359933882959950332012972644124197223","14192244455266597979218878018709895153929659602241436753080672432259891854429","-7442185689602291734556228931040065631350184420366972231548350870714699371451","-5682123515047294461410034537369697003448810411356046972598434196759679960836","-18531589715302078260180227517360693989418611780809125686372723641493921125604","-14457506885119797648812607508163216847669040789365813765109549907349051888032","12836294916209666988940228124955272653836343332486190278576724041675499085918","-3019035985203629454086753078647255074029294980184834453802317048281743260528","9619125498513829174358740254215878605258498714000871512182193669483237355868","-12675582429929358139494056560194746737774049402299950857701632937464578163493","-5227586083826100773066933481313452583408006589559901743616290461624738391282","-15329998357581820272570404178417836689995682046950944080733820140646252236899","4997540456325771337629068071850798631926223189641592178738240718248631413623","-8833784849481194192914041880868951853848901016523262309906988318386889134440","-15880408235435989609550433185027987961051180981719316964979133058421693274728","-20161620716126968561061697401093448193387921355858977345405807087368992766282","20682173400654913015373474466017877916455184896455534302578828394381398747513","20655461713231736701231027414669959187237695293913436048613405233786575266278","20288305401344046173592945137926369989298725125163223383107910262462256401632","14436909770505125883610764588122576490976420867724819310075420155220807301277","-3381459106599335487618306198940489285895017397247373661502209031020469642124","3062387665245887478507138212931631405947205398984066528133834044792669721398","11645616106029729270353574651096817177323174569692095060714064817638843515524","-12137553075153771422964345043032783818542005992793564079832089133812353633783","-16051870066956655487974213705766160183380223853048459111423637647940750421513","15331316501952164362499144815903917578315862241469161624094700540826219568700","-16885362798554100889631443881557997239443067039144415536237153163978808153961","16115428023954052577755504339531855995201977743545489243226938248861462241557","20346063652348319631423885036990993019217159242485233470254160392072323276305","1085496593631768840791977907170721648083083793533985634096273141766122939527","-5289617779429524369432460580667236836722419559345456177050223979806913083503","-21036729127342610113509347483428321165107215247420863547966922627442539200509","-11324960962188081971774318360143822902881186052707985012738005429904434252786","1716930691973453661970769009538060450686137270846373930686913967491683978115","-10431316924374636629472135917369466986760148214948546721752265981745021970163","-16496647510059347553807467138197587790966363148392737042997576521412217678505","-1707004933777577815571790708410971814601999851233560111627379334387742527499","-12404439951672254673238120718150625334135393028990207953448788970911836901138","-6791258217235605343681627745820114540680572135002800329480421579725208399053","-9320195809676621625559820485886629384304930766971221363079841266331353780399","-7615287298476806829139051110788972357966768808507984373161449311504883974766","-19215705127151647164242625393029711413058401772896042276346908230303495817598","1313069181513912467085479308702767915415075266830230256024699697871485658172","3395323115533303011869129041669085364140604202076698372374887992638463560785","1628999199161172343822408886162182730893588498401005485367264959632316567869","15011874316419048591722620950122371827283423623030752823767546239337210666708","10269624559920322548240502099533872483283631225658976217899699491264382797099","13193808022235864106080651161229697775486077915574350559440240285284191810822","20522396702735043459337948186976720039971071157733698698163029442119753261723","3929574764440747177985957616823590126031271346304001013811485360147020731302","-21845716271033293577360963597884403166270927386689958296661185921641255866050","-11067235465647206478182856074478720072137911677001384406284562458079718966605","6382447113874706880860515351289659793786230923825771581842337661397487275131","-10285684530681136840759124732964675282229095759255150022693308857529295967417","-2554260899201001102327021268060202891091471139703221810208872387350386245410","18700189706761421494915547746511340336228128809999038258403564426367231450049","18611143007755071394241699710392252398131027688569058508515134843939307053233","-2517346648206495956830185517452160999540416024218247551877441647094420343908","19457583878284902752349030082856559975061297297390767989801082878162052568767","-17206507123914089240658467635587137728727468916946043816725397257729148489704","-20522947025669128142649205828628159655905096475757418806184341904648446082749","-18604888959339455229270540440546642618240890521507354707189346575842726411432","-5247145518121846170073770568627490448698048880837785096142695078314755447029","-9670906620341076774750763956720876028179404109140027006875559597870754041950","-3057466530376850922433407067079998983570126530897321578593148129133811253893","1183547859159949000937405895982800594526275131860667919386007818025695850667","592916220253162920293773857694013118650902544424926497785960647654767032793","-12432088427484162737161360733909763674564026438890670143600575026673866734414","-11852756709497355415344804379216196019508604585454389900228218476111562838099","-3898418752500619211771352403694615994366637448092071667922859216695604952662","-9207900573586130464526800192573739971220132371498269611399842579827556682141","3067613428923063969793934748459957425064190791898376138359239511669674534656","-5169886396873978538169125912053109260747985146394057788861691839414216533126","-19084398693071011164430663946824122086533317927310236399766457802211337544608","-10656742703512399333199267305434962730943179763729860662438192305304991074544","7238608938501522659788429029639290887246535500900653825276431499741190206869","-3354906064727362978968836046037465712373907444598869614997709284596607483863","-1499780554499391217531107078562489309638472069366647164410733442038687626546","327433452023839807886751567165273162331610456022437658787557300104326894280","19316353305773538078539543431559852851656891731442114349048073425134432270449","-7747452204946685112802744773411531779324570739848465989053219747828921577851","4008388882686091304216272805403133659636310125012811272878635623283897618240","-1312659849438095386118516149217229328380320870460894741685767513512624638364","3789755917615179465590241396746030555051880322385354851621923334446373195699","-20041772754447541340209249733030749391394830106307797575257952442664360464995","-20241900847348026837257206476347438419599740113132864249177198607324107470526","9410597394500562387533330050859454922570564035423970300007564904505089829675","-19829895028765446576103040058878814803064540676590598863070877697307509773626","11841104235228225969402052220640147292123254012836003228106376385306205390486","-4195632662616679892172385203033493594321335998951489333733554562673249504415","-10509732595718883196449540818775182712940607682815875970482498692318752983574","-16295553547205181274295576482400594367009625812105703749373308901690678072868","-1482210606317382118694013061867944466199577845828148239432566665450519846274","2303731984047205279056752486050085853104380610995812939160566218784816688189","9652202679364842556674680038331953632008606578066362008286186810151015671040"],["0","9268914036637455319443893652809024804396937492428591890097245505035952643479","-14592544741282607386570289057267066528180964318872219697129231767817207946150","-11925089908937924523181411265254745408090936017713825389428270284917086269177","655703801690501835634929311618343462682709340041997796592995954409691819278","7953206753167762269816360241056871601190657419820365351513658166428993588978","-15994961373074189939390372881001060716618719867765919900664025945288248394446","-15391996833145354486055055453094759869237409596349195181235063508631833282376","-14884371379204583469112457862080131262700368840733944463096701741429398742902","-11364247030094588922820069074739394006897620822712093945196868393519359921672","-15174936558764881298114049289464112890288859161202217029047243096412033755591","-7026770898400320075378809271069158606789717178315593186520895628122295280447","3784346960580058755634050504653270219124322264556346213455243896775189676219","15850170901432016314072899587962764940489774440046365436093570090012321974561","19238250997027658348717480508431757210516997428001743024364387338966474711736","18425320883819834165504698370125056701548629996232166971993142498222460664248","-10455172167652201546133866962626905166816013179119803487232580923249476782564","-8771753843324365322894402611578398291442999693485853817769436094716695978181","-11893161959187732546988269601555677824695918021132849986221722750078545668371","-17667569698962388385828083761737903707697802033046524619813976636773778268880","-9872573599032703996854460624798700833553997563022599586260061930267578053839","-18434998560414661899876989056929621298227478311301920347113409988162177036947","19476103929470550808500543186778480744362005392495034261459452602186988999409","19422680554624198180215649084082643285927026187410837753528606280997342036939","18688367930848817124939484530595464890049085849910412422517616338348704307647","6985576669170976544975123430987877893404477335033604276452636123865806106937","-6762918213198670975236612397880978571790034794494747323004418062040939284248","6124775330491774957014276425863262811894410797968133056267668089585339442796","1402989340220183318460743556936359266097984738968155777729925448701878535431","-2386863278468267623682284340808292548535647585171093815965974081048898771949","11672745609765239468544384078982229810336281094735150464549133077270116148208","8774390132065053502751883886550560068083360082522288904491196895076630641783","-11882482725268926557016482017858719390337769677872796728776102141381807812305","10342613176068829933264602933806436901855591086674944142755672311147115987497","18803884432857364040601364328724710949885954084554432596810116597568838056993","2170993187263537681583955814341443296166167587067971268192546283532245879054","11309007312980226483381484583922801415103525281725121989597756226961982328611","-20185215382845945004772289221599367241666066094425692752235641068309269905401","-761679052536888721302230975030370717214007704999935681777806673233060009955","-18454381487892367898304867726181154187176089858723286482324376251592440539387","-20862633848749273258944271834738933973520296429897093443504531963490043940326","10783190723559855336877877214119374595164002504046594601401255330327181634224","-3414009867555155631143581416821943629203999702467120223254758668775485054998","-2920637031505234124229835691043975579722421657564381563199373755247865306659","-13582516434471210687363255491640229081361144270005600658960843159450416798106","-18640391619353243251119640971773258768609861533942442726159682532662707560798","-15230574596953613658278102221577944715933537617015968746322898623009767949532","-16543167382464019106238845040802147737568439145376050208995612274031183139579","2626138363027824934170958617405535830830150533660460512049399395742971316344","6790646231066606023738258083338170728281208404153396744749775985276927121570","3257998398322344687644817772324365461787176996802010970734529919264633135738","8135505760998821961198836154987468566018482845645471303836888292098612837799","20539249119840645096481004199067744966567262451317952435799398982528765594198","4499373172632452989914896577202120462423791430732666775182276383992575126027","19156550533630811696429490628696164991393777915051363052627854697663698027829","7859149528881494355971915233647180252062542692608002027622970720294041462604","-21803189670227311932475521450511531243993490372963882249624167656706703236483","-246228059455137734119306403700165055727458953586734468870920729583629437593","-9123348644089861460525375042677955500975902552764491180013528863780833945355","-20571369061362273681518249465929350564458191518510300045386617715058591934834","-5108521798402002204654042536120405782182942279406443620417744774700772490820","15512136541683567767584689747765405583907893219582042173108924666158654404481","15334043143670867566236993675527229707713690976722082673332065501302805610849","-5034693296412991913660371034904321999080832048436495103754883294188840687816","17026924884730530282451654420455844861574230194365501635903961569748296641917","9363471495850371963175876219340274719641790966939981053945613857693320011826","2730591692340294159194399833258230865286535849317231075027724563854724825736","-15321535046839635236294675135836010147933416642598675070680488965109644327247","-10494291036243692340147541137254980897396097761675570192285390156629510894058","2546429631157121672744877831815523032189556182135980329947084990834300411717","-6114933060753701844866814134159997967140253061794643157186296258267622507786","-19521147153519377220371593953291673899495814136694698504926188550524416794283","1185832440506325840587547715388026237301805088849852995571921295309534065586","-2975933983129050252076315722562252260579688477365305943502945866771924973211","-1817270547155435608443203013175116950468844770492745456758232765647317180581","14091405366838036798703700937868043099815089504231891007852485753184598590293","-18415801147172260929053600385147479942440264742996539222799685159655113364282","-15753016013993147282658536248337360238419982816619282066979725163236459426305","-10339772793747957076338251824106218521495970292788115577723383678828433066252","5607688357536528115631483596866306004030092946211595887863492768728941902018","-21313485407024798666398534610869925461886359527459721324876384610609982149088","14477217877003045319576858059278581774493071001801307650552862999482380413738","-6709812129454725957937672092074931424747814889197739229995418569193214967726","-2999561108998782435062214157124978619276944138733294328821466884077375253092","654866904047679615773503134330546324663220912044875317575114600208653788560","16744463739707800934832681117862430614765419062468194354397942663693056045281","6393338461945904996640916198434211529899222920719102365591764690917965339915","8016777765372182608432545610806267319272620250025622545757271246567795236480","-2625319698876190772237032298434458656760641740921789483371535027025249276728","-14308731036608916291065922951765213978444603755645324640454357517683062104219","-18195302637055807458172093720804223694241295812199560806817700698752912434373","3292684048982496769978398537819673337897248574566340189042011158503402050182","-3067048082838150447179745643538365243407236329568093743683074377565628836267","-17771547185691617929959674372500354517580716952765163382443551208039211051635","-20094277273222098505688707049234255592850220775160062231183655602539206210262","-8391265325233359784344770406066987188642671997902978667467109125346499008830","868777680401508829347324107706909662667149034784282402733206801938302528469","-10702864222571087326344747219543913645470887223795373155048413616805547650119","18923821659204510984858379621521386156149208708759737864833070855674768803069","4607463968094410558113504972100171706208761221991625878321132437569633376378","19304405358729685113349360076663907264017213156132724016572373620302031342080"],["0","18537828073274910638887787305618049608793874984857183780194491010071905286958","-7296846610725939550894172369276857967813564237328405050560259349058607396683","-1961936946036573824116416785252215727633507635011616435158336383258364042737","1311407603381003671269858623236686925365418680083995593185991908819383638556","15906413506335524539632720482113743202381314839640730703027316332857987177956","-10101679874309104656534340016744846344689075335115805457629847704000688293275","-8895750794451433749863705160932244649926454792282356018771922830687858069135","-7880499886569891715978509978902987436852373281051854582495199296282988990187","-840251188349902623393732404221512925246877245008153546695532600462911347727","-8461630245690487373981692833670950692029353921988399714396282006248259015565","-14053541796800640150757618542138317213579434356631186373041791256244590560894","7568693921160117511268101009306540438248644529112692426910487793550379352438","9812098931024757405899393430668254792431184479676696528488935993448835453505","16588259122216041475188555271606239332485630455587451705030570491357140927855","14962398895800393108762990994992838314548895592048299600288080809869112832879","977898536534872129978671820003464754916338042176427369233042340076854930489","-17543507686648730645788805223156796582885999386971707635538872189433391956362","19990161825303085350516272287403194527704892758566368714952962872994525654492","-13446896526085501549409761778218532326847239665677014895929749086971748042143","-19745147198065407993708921249597401667107995126045199172520123860535156107678","-14981754248990048577507572368601967507906592222187806350528615789748545578277","17063964987101826394754680628299686400175646384574034179220701017798169503201","16957118237409121138184892422908011483305687974405641163359008375418875578261","15488492989858359027632563315933654691549807299404790501337028490121600119677","13971153338341953089950246861975755786808954670067208552905272247731612213874","-13525836426397341950473224795761957143580069588989494646008836124081878568496","-9638692210855725308217852893530749464759542804479768231162868007405129610025","2805978680440366636921487113872718532195969477936311555459850897403757070862","-4773726556936535247364568681616585097071295170342187631931948162097797543898","1457248347691203714842362412707184532124197789054266585400061967964423800799","-4339462607709168216742637972156154952381644235371456534715810396422547212051","-1876722578698577891786558290460163692127174955329559113854000096187807128993","20685226352137659866529205867612873803711182173349888285511344622294231974994","15719525993875452858956322912192146811223543768692830849922029008561867618369","4341986374527075363167911628682886592332335174135942536385092567064491758108","729771754121177744516563422588327741658686163034209635497308267348156161605","-18482187893852614787298172697941459394783767788435351160773077950042731315185","-1523358105073777442604461950060741434428015409999871363555613346466120019910","-15020520103945460574363329707105033285803815317030538620950548316609072583157","-19837024825659271295642137924220592858492228459378152543310859740404279385035","21566381447119710673755754428238749190328005008093189202802510660654363268448","-6828019735110311262287162833643887258407999404934240446509517337550970109996","-5841274063010468248459671382087951159444843315128763126398747510495730613318","-5276789997103146152480105238023183074173924139595166974223482132325025100595","-15392540366867211279992876198289242448671358667468851108621160878749606625979","-8572906322067952094309798697898614343318710833615903148947593059443727403447","-11198091893088762990231284336347020386588513890336066074293020361486557783541","-16635966145783625353904488510446203426888063333095113319599405395089865862929","13581292462133212047476516166676341456562416808306793489499551970553854243140","6515996796644689375289635544648730923574353993604021941469059838529266271476","16271011521997643922397672309974937132036965691290942607673776584197225675598","19190255367842014970715602652878214844586160502219870527900593778481722692779","8998746345264905979829793154404240924847582861465333550364552767985150252054","16424858195422348170612575512135054894239191429686691761557505208751587560041","15718299057762988711943830467294360504125085385216004055245941440588082925208","-21718136468615348642704637155765787399438616345511730155550131126837597977349","-492456118910275468238612807400330111454917907173468937741841459167258875186","3641545583659552301195655659901364086596559294887051983671146459014140604907","-19254495250885272140790093186601426040368018636604565747075031243541375374051","-10217043596804004409308085072240811564365884558812887240835489549401544981640","9136030211527860312922973750273536079267422038748050002519645145741500313345","8779843415502459910227581605797184326879017553028131002965926816029802726081","-10069386592825983827320742069808643998161664096872990207509766588377681375632","12165606897621785342656903095654414634600095988314968928109718952920784788217","-3161299880138531295894653306576725649264782466536072235806976471189168471965","-16427059487158686903857606078740813357975292701781572193642755058866358844145","13133415649999279971903461218842529881229895515634718546035430442932328336740","-20988582072487384680295082274509961794792195523351140384570780313259021788116","5092859262314243345489755663631046064379112364271960659894169981668600823434","-12229866121507403689733628268319995934280506123589286314372592516535245015572","-17154051435199479218496782161326072710443263872973362666154172914473025092949","2371664881012651681175095430776052474603610177699705991143842590619068131172","-5951867966258100504152631445124504521159376954730611887005891733543849946422","-3634541094310871216886406026350233900937689540985490913516465531294634361162","-15593675010002476847085409614778463977466549792368286671691436866782419810648","-14943359422505246635860795025037684796332165085577044101901166132734418232947","-9617789156147019343070666751417445388291601232822529790261246139897110356993","-20679545587495914152676503648212437042991940585576231155446767357656866132504","11215376715073056231262967193732612008060185892423191775726985537457883804036","-20738727942210322110550663476482575835224354654503408306054565034644155802559","7066192882166815416907310373299888460437777603186580957407521812388952331859","-13419624258909451915875344184149862849495629778395478459990837138386429935452","-5999122217997564870124428314249957238553888277466588657642933768154750506184","1309733808095359231547006268661092649326441824089750635150229200417307577120","11600684607576326647418956490467586140982473724520354365097681140810303594945","12786676923891809993281832396868423059798445841438204731183529381835930679830","-5854687341094910005381314523644740450003123900364789252183661693440218022657","-5250639397752381544474064596868917313521283481843578966743070054050498553456","-6729219201378557359885440158273152868340843110874614937210510848790315712821","-14502362402272339694097781696351172299934227223983087269937197210930016373129","-15302874773874281682289608669617928412753867251283353965614181869569004395253","-6134096165676300894359491287076730486814472659136187487366148755131257672534","8233391372295314584573462745513841141935294895301741922509305957073194887964","3587931197234353433115397392046038991396287250511944225029097168073204570710","-16782530650466719568689540812133974377285343995805957334934218250692998017660","1737555360803017658694648215413819325334298069568564805466413603876605056938","-21405728445142174652689494439087827290941774447590746310096827233611095300238","15959400446569746747470353497785497223750053017103441385967937524773729110521","9214927936188821116227009944200343412417522443983251756642264875139266752756","16720567845620095004452314408070539439486061911849413689446543054028254188543"],["0","15187413274710546055529168865978824129039385569298333216690777833568002078299","-14593693221451879101788344738553715935627128474656810101120518698117214793366","-3923873892073147648232833570504431455267015270023232870316672766516728085474","-19265427665077267879706688498783901237817527040248043157326220368937041218505","9924584140831773857019035218970211316214265278865427062356428479140165860295","-20203359748618209313068680033489692689378150670231610915259695408001376586550","4096741282936407722518995423392785788695454815851322306154358525200092357347","6127243098699491790289385787451300214843617838312325178707805594009830515243","-1680502376699805246787464808443025850493754490016307093391065200925822695454","-16923260491380974747963385667341901384058707843976799428792564012496518031130","-6218840721762005079268831339019359338610504312846338402385378325913372626171","15137387842320235022536202018613080876497289058225384853820975587100758704876","19624197862049514811798786861336509584862368959353393056977871986897670907010","11288275372592807728130704797955203576422896510758869066362936796138473360093","-13851687952077764226966829500528873547998937616735469486820246753413391325476","-19932445798769530962289062105250345578715688316063179605232119506422098634639","-13198772501458186069331204701056318077223634373527380927379540192290975417107","18092080778766895478786138829549113966861421116716703086207721559413242813367","-5005550180331727876573117811179789565146114930937995448161293987367687588669","4286191347547734457074968991319746842880738548741670342356160652081304775878","-8075265626140821932768738991946659927264820043959578357359027392921282660937","12239687102364377567262955511342097711802928368732034014743197849020530510785","12025993602978967054123379100558747878063011548395247983019812564261942660905","9088743107877442833018720886610034294551250198393546658975852793667391743737","-15834179066994644264592317766563038603478819460697651581585863877688392563486","-5163429980955408678700043846266639198611774777562954948319468061587948641375","-19277384421711450616435705787061498929519085608959536462325736014810259220050","-16276285510958541948403431517511838024156425444543411232778502391768294353893","12340789757966204727517268382024104894405774059731659079834307862380213407821","2914496695382407429684724825414369064248395578108533170800123935928847601598","-8678925215418336433485275944312309904763288470742913069431620792845094424102","-3753445157397155783573116580920327384254349910659118227708000192375614257986","19482209832436044510812005989968472518873999946283742227324485058012655454371","-12337433755927644726580165666130256554649641263446406987552350356027881754496","8683972749054150726335823257365773184664670348271885072770185134128983516216","-20428699363596919733213278900080619605230992074347615072703587651879496172407","6812109955973320869896466094631631387529193223961366365850252473066154360864","-3046716210147554885208923900121482868856030819999742727111226692932240039820","-8152797336051645926480253668952791483059266233645042898202892446642336670697","-17785806779479267369037870103183910628436092518340270742923515294232750274453","21244520022400146125265103111220223292107645615770344061906817134732918041279","-13656039470220622524574325667287774516815998809868480893019034675101940219992","-11682548126020936496919342764175902318889686630257526252797495020991461226636","-10553579994206292304960210476046366148347848279190333948446964264650050201190","-8896837861895147337739346651321209808794352934521667873544117570923404756341","-17145812644135904188619597395797228686637421667231806297895186118887454806894","-507940914338250758216162927436765684628663380256097804887836536397307071465","-11383689419727975485562571275635131765227762265774192295500606603603923230241","5274342052427148872706626588095407824576469216197552635300899754531899990663","13031993593289378750579271089297461847148707987208043882938119677058532542952","10653780172156012622548938874692599175525566982165850871649348981818642855579","16492267863844754719184799560499154600623956604023706712102983370387636889941","17997492690529811959659586308808481849695165722930667100729105535970300504108","10961473519005421118978745279012834699930018458957349179416806230927366624465","9548355243686702201641255189331445919701806370015973766793678694600357354799","-21548030065391422063162868566274299710328868290607425967402058067099387459081","-984912237820550936477225614800660222909835814346937875483682918334517750372","7283091167319104602391311319802728173193118589774103967342292918028281209814","-16620747629931269059333780627945576992187672872793097150451858300506942252485","-20434087193608008818616170144481623128731769117625774481670979098803089963280","18272060423055720625845947500547072158534844077496100005039290291483000626690","17559686831004919820455163211594368653758035106056262005931853632059605452162","1749469686187307567604921605639987092225036206670053928678671009820445744353","2442970923404295463067400446051554180651827576213903512521233719265761080817","15565643111562212630457099132103823790018799467343889872084251244197471551687","10922366769361176636777599333032923461146143397268924300110898255418899302944","4378588428159284721560516692427784673911426630853402748372656699288848177863","-20088921273135494138343758803762648501036026646286246425443356439942235080615","10185718524628486690979511327262092128758224728543921319788339963337201646868","-2571489371175532157220850791382716780012647846762538285046980846494681535527","-12419859998559683214747158577394870332338163345530690988610141642370241690281","-17144913109813971859896214883705170139341144045016622361410519005337672233273","-11903735932516201008305262890249009042318753909461223774011783467087699892844","-7269082188621742433772812052700467801875379081970981827032931062589268722324","-9299107148165678471924413484299652866384735184320538999684669546989031125679","13889766898668057172771221440439180584432398629677980483594076107682780525340","-19235578312294038686141333502834890776583202465645059580522492279794220713986","-19470848303152553083106601551167598997435516770736427967195330528737923769391","-21345732313532437981966877103049326160976357015985685135942437298235849383162","-19589213012581368998854921207707876581900344908590782268410925882712503109501","-7755857107505644388431784998657498167672809194042872428883160561797903831899","-4951005645979628609504282623042450610442895156374922576283470090197051375287","-11998244435995129740248856628499914477107776554933177315285867536309501012368","2619467616190718463094012537322185298652883648179501270300458400834615154240","1313126343313378072591507235677897193416583048624674386497158095044798694273","3685110975944344764317259048479571031048527282460375118668854577096052864043","-11709374682189820010762629047289480900006247800729578504367323386880436045314","-10501278795504763088948129193737834627042566963687157933486140108100997106912","-13458438402757114719770880316546305736681686221749229874421021697580631425642","14771760939133871056297248097812205577228274352865894147522013951291584244976","13170736195929987079913594151278693351588994298265360756168044634013608200728","-12268192331352601788718982574153460973628945318272374974732297510262515345068","-5421460127248646053099480254229592804677774609812550498679592272429418719689","7175862394468706866230794784092077982792574501023888450058194336146409141420","-11676818429094163915132675879010673666022323591195880326170232314810187539703","3475110721606035317389296430827638650668596139137129610932827207753210113876","-20923214018445074083132583132918379493335184494765458276495450280646382104859","10030558021300218272694301250313719358951741633790848428237670862971649725425","18429855872377642232454019888400686824835044887966503513284529750278533505512","11552892819400914786658223070883803790423759423282793035194881921480699881469"],["0","8486583677581816888811931986700373169530406738180632089683351480560195660981","-7299143571064482981330283731850156782705892548897585858542833209658621091115","-7847747784146295296465667141008862910534030540046465740633345533033456170948","-16642612458315260537166971252310527387086689680080051970954236551298273941393","19849168281663547714038070437940422632428530557730854124712856958280331720590","-18518476625397143403890954321722110290207936940047187486821186629426944677483","-13694760305966459777208414898471703511157454768713389731389487136175623780923","12254486197398983580578771574902600429687235676624650357415611188019661030486","-3361004753399610493574929616886051700987508980032614186782130401851645390908","9929964760916600948566040155830747408979313112878469829811280348158580928974","9450561428315265063708743067218556411327355774723357538927447534749063243275","-13501710059038080399420407453288388424102150684381298979754457198950099581482","17360152852259754401351167977415744081176373518290751770257539787219533318403","688307873346340234015003850653132064297428621101703789027669405701138224569","-5815133032316253231687253255800472007449510833054904629942289320250974155335","-17976648725699786702331718465243416068883012231710324866766034826268388773661","17378940740762178305830402088401914022649460053777306832637327988569666157020","-7592324186144759486920533831416322243373886567398662514980965254325131364500","-10011100360663455753146235622359579130292229861875990896322587974735375177338","8572382695095468914149937982639493685761477097483340684712321304162609551756","-16150531252281643865537477983893319854529640087919156714718054785842565321874","2591131332889479912279505277426920335057492337048033685788191511465252525953","2163744334118658886000352455860220667577658696374461622341420941948076826193","18177486215754885666037441773220068589102500396787093317951705587334783487474","-9780115262150013306938229787868802118409274520979268819473523568800976631355","-10326859961910817357400087692533278397223549555125909896638936123175897282750","5221716900255649211621399916391552318058557582912995762744936343531098551134","-10664328150077808674560457289766400959764486488670788121858800596960780212169","-19094906227746140989458274726466340388285180681368750527727792648391190175592","5828993390764814859369449650828738128496791156217066341600247871857695203196","-17357850430836672866970551888624619809526576941485826138863241585690188848204","14381352557044963655100172583416620320039664579097797888282203801824579979645","17076176793032813799377606234679669949199635492151450110950765929449502413125","-2786624640016014230913925587003238020750918126476779631406496525479955013375","17367945498108301452671646514731546369329340696543770145540370268257967032432","-18969155855354564244180152054903964121913619748279195801708971117183183849197","13624219911946641739792932189263262775058386447922732731700504946132308721728","-6093432420295109770417847800242965737712061639999485454222453385864480079640","-16305594672103291852960507337905582966118532467290085796405784893284673341394","-13683370687119259515829334461110546168323820636264507142148826401889692053289","20600797172961017028283800477183171495666926831124653780115430082890027586941","16464406803237305395344160155939001143464731181095106901358339022947736551250","-1476853380202597771592279783094529549231008860099018161896785855407113957655","-21107159988412584609920420952092732296695696558380667896893928529300100402380","-17793675723790294675478693302642419617588705869043335747088235141846809512682","-12403382416432533154992789046337182284726478934047578252092168051199101118171","-1015881828676501516432325854873531369257326760512195609775673072794614142930","-879135967616675748878736806012988441907160131132350247303009020632037964865","10548684104854297745413253176190815649152938432395105270601799509063799981326","4175744314739482278912136433337648605749051574000053422178035167541256590287","21307560344312025245097877749385198351051133964331701743298697963637285711158","11096292855850234216123193375741034112699548807631379080507762554199465284265","14106742509220348697072766872359688610841967045445299857760006885364792512599","34704166171567015711084812768394311311672517498664015135408275278924753313","19096710487373404403282510378662891839403612740031947533587357389200714709598","-21207817258943568904079331387291324332109372180798817591105911947622966422545","-1969824475641101872954451229601320445819671628693875750967365836669035500744","-7322060537201066017463783105651818742162127220867826409013618350519246075989","-11353252388023262896421155510633878895826981345170159957205512414438076009353","-18979931515376742414985934543705971168915173834835514619643754011030371430943","-7232364897567109192800916489420405860027040645839868677317827790185615737854","13231130790170564418663920677931462218967705811696489668165503077543402408707","3498939372374615135209843211279974184450072413340107857357342019640891488706","4885941846808590926134800892103108361303655152427807025042467438531522161634","9243043351285150038667792518950372491489234534271745400470298301819134607757","21844733538722353273555198666065846922292286794537848600221796510837798605888","8757176856318569443121033384855569347822853261706805496745313398577696355726","-18289599674431713054441111862268021913523688892156458507188508693308661665613","20371437049256973381959022654524184257516449457087842639576679926674403293736","16745264129488210907804704162491841528523068706890957773604242493586445424563","-2951477125280091207247911409532465576127962290645347633522079098164674884945","-12401583347788668497546024022153065190133923689617210379122833824099535970929","-1919228993193126794364120035240742996089143418506413204325362747599591290071","-14538164377243484867545624105400935603750758163941963654065862125178537444648","-18598214296331356943848826968599305732769470368641077999369339093978062251358","5891290925496839123296037135621086080316432858939926623489948028789752555063","5305329119090473072210144484844768623930323869541949526351423813563175563262","4834789137373444278279608388179352182225695259359212753005747315675769452452","-20803221755225600741687348460841377233404349631555335928186670409895890270707","-17290183153323462775463436670158478075252325416765530193123647578849197723385","-15511714215011288776863569997314996335345618388085744857766321123595807663798","-9902011291959257219008565246084901220885790312749845152566940180394102750574","-2108246000150984258251307511742553865667188709450320286873530886043193529119","5238935232381436926188025074644370597305767296359002540600916801669230308480","-19261990185212519077063391273901480701715198303166685570703887996486211107071","-14518020919950585693611887648298133026451309835495284106360495032383702767531","20357736379298910422967553395935588377084233199372911678661761599390744900606","-21002557591009526177896258387475669254085133927374315866972280216201994213824","-5028633933674954217295354887835336384815008043082425405143839208585454355667","-14232963865410808331898315294890139022640180095100280392352380470568448501282","4453229520020698937580782557300111614629624196114687168637885081451407905839","-2648141790865928355191559403049646858709526236128715605766390833949222194519","-10842920254497292106198960508459185609355549219625100997359184544858837439378","14351724788937413732461589568184155965585149002047776900116388672292818282840","-1465393986349052608018946012764072243496282781975726308642260443044566583789","-14938021428627204587467812883601997787211172122141775121832549771069388267865","1930057706788402278227645224677791190426359811301152134405507811858852781516","-1827126829238838676857803244629836370644881132834337487222862460632509044767","14971468872916009242661634031544098561121725375516972682870855313981258515407","1217542766962554351070040396510332492299154446149551726691559656385591267321"],["0","16973167355163633777623863973400746339060813476361264179366702961120391321962","-14598287142128965962660567463700313565411785097795171717085666419317242182230","-15695495568292590592931334282017725821068061080092931481266691066066912341896","10491260827048029370158868985893495402923349440671964745487935270555069108448","17810093691487820205829735130623570176308696715045673905727509729984854945563","-15148710378955011585535502898186945491867509479678340629944169072278080859349","-5501277740093644332170424051686131933766545137010745119080770085775439066229","2620729522958691938911137404547925770826106952833266371133018189463513565355","-6722009506799220987149859233772103401975017960065228373564260803703290781816","19859929521833201897132080311661494817958626225756939659622560696317161857948","18901122856630530127417486134437112822654711549446715077854895069498126486550","16773065625602389645651996583937773328892427432069470727887493975251417828270","-9056180039159041641790475535683062014743981764250565146881328798712550354428","1376615746692680468030007701306264128594857242203407578055338811402276449138","-11630266064632506463374506511600944014899021666109809259884578640501948310670","-14065054579560298182417031185229557049217660063004615389833865465960969051705","12869638609685081389414398431546552956750555707138579321576451790563523818423","6703594499549756248405338082424630601800591265618709313736273677925545766617","-20022200721326911506292471244719158260584459723751981792645175949470750354676","-4743477481648337393946529779978287717025410205449352974273561578250589392105","-10412819632724012508828550222529364620510915775422279085737905385109322148131","-16705980206060315397687395190403434418433379726319966972121821163645303443711","4327488668237317772000704911720441335155317392748923244682841883896153652386","14466729559670496109828477801182862089656636393158152292205206988093758479331","-19560230524300026613876459575737604236818549041958537638947047137601953262710","-20653719923821634714800175385066556794447099110251819793277872246351794565500","10443433800511298423242799832783104636117115165825991525489872687062197102268","-21328656300155617349120914579532801919528972977341576243717601193921560424338","-16301569583653006756670143707675405688021996962321466711757381110206571855567","11657986781529629718738899301657476256993582312434132683200495743715390406392","-12827457989834070511694698031991964530504789482555617934028278984804569200791","6874462242250652087953939421575965551530964757779561432866203417073351463673","12264110714226352376508806724102064809850906583886865878203327672323196330633","-5573249280032028461827851174006476041501836252953559262812993050959910026750","12847648124377327683096887284205817650110316992671505947382536349940125569247","-16050068838869853266113898364550653155278875096142357259719738047790559202777","5360196952054008257339458633269250461568408495429431119702805705688808947839","-12186864840590219540835695600485931475424123279998970908444906771728960159280","11165296399471966738571796814703384244859663866251897094584838586582270308446","-5478498502399243809412263176963817248099276872112979940599448617203575610961","-2574891397756516387925210536148207185762875138582761127165548207371561817352","11040570734635335568441914566620727198381097961774179459018473859319664606883","-2953706760405195543184559566189059098462017720198036323793571710814227915310","-20326077104985893997594436158928189504843028716345301450089652872024392309143","-13699108575741314128710980860027564146629047337670637150478266097117810529747","18969720910813484134507233397840185607643770932736912183212072270753414754892","-2031763657353003032864651709747062738514653521024391219551346145589228285860","20129970936605923724488932133231298204734044138151333849092186145311732565887","21097368209708595490826506352381631298305876864790210541203599018127599962652","8351488629478964557824272866675297211498103148000106844356070335082513180574","20726877816784775267949349753513121613553903528247369142899191740698762926699","304342839861193209999981006224793136850733214846723817317320921823122072913","6325242146601422171899127999462102133135569690474565371821809584153776529581","69408332343134031422169625536788622623345034997328030270816550557849506626","16305178102907533584318615012068508590258861079647860723476510591825620923579","1360851225791412636334148715931901512877984439234433505184584477905684146144","17948593920557071476337503286054634196909021143028282841763472513237737494129","-14644121074402132034927566211303637484324254441735652818027236701038492151978","-818261904207250570595905276010482703105598289924285570712820642300343523089","-16071620158914209607725463342154667249281983269254994895589303835484934366269","-14464729795134218385601832978840811720054081291679737354635655580371231475708","4574018708501853615081435610605649349387047222976944992632801968510996321797","-14890364127090044951826719322697326719648219573735818628983520147294025518205","9771883693617181852269601784206216722607310304855614050084934877063044323268","18486086702570300077335585037900744982978469068543490800940596603638269215514","21801224205605431324863991586874418756036209188659662856745388835099788716159","-4373889159202136336004338975546136392902657877002423350207577389420415784165","-14690956477024150886635817979278768738499013383896882670678813200041514835609","18854631226674671541671639563791093426484534513759650935455155666772998091855","11602285387137146593363002579726407968497773013365881203510280800597082353509","-5902954250560182414495822819064931152255924581290695267044158196329349769890","-2914923823738061772845642299048855291719482978818386414547463461623263446241","18049784885453021633518165674775789096370077563403207935047478691376625915475","-7188085882647694512844842465544596118953151927467892964433520063781266393679","-15308185720823438665451248191941336376990576336866121655040474001380316007099","11782581850993678246592074271242172160632865717879853246979896057579505110126","10610658238180946144420288969689537247860647739083899052702847627126351126524","-12218664597092386665687188968898570724096973881697608837686709555224269590713","-19718200638611926261128291176425479378260334862694637512675136633215972045797","-12692123434807650328680467595059681061956286433115026042549090971122586951153","12753057313655972890765671495884557506405492024660578971863766125960001663638","-19804022583918514438017130492169802441771580625499690305133880360788205501148","-4216492000301968516502615023485107731334377418900640573747061772086387058238","10477870464762873852376050149288741194611534592718005081201833603338460616960","5252505373253512290366028942711588773666332194498697545988632380179194777092","-7147798968061896164977369551338990964354255270574533869022785878191597039445","18827229886758545623688701046613901665620101998329789013625319012205681305595","1771370561659498088700294715563211668926460946083436953451847940747628563586","-10057267867349908434590709775670672769630016086164850810287678417170908711334","15310558012856933780696180900734272131816368610631507902691647432014719988670","8906459040041397875161565114600223229259248392229374337275770162902815811678","-5296283581731856710383118806099293717419052472257431211532781667898444389038","-21685840508994584212397921016918371218711098439250201994718369089717674878756","6815206706035552242676773391111036842621933603679519456534573158009828070063","-2930787972698105216037892025528144486992565563951452617284520886089133167578","13900442886424141269557185723310554602674384556548518443731308831012840455504","3860115413576804556455290449355582380852719622602304268811015623717705563032","18233989213361597868530799255997602347258602134747359369252479265310790406083","8054694873992743263076862317830922033695086350617911022043506441386708535197","-19453157337914166520106324952236610103950055508116930890315084873804625960975"],["0","12058091838487992333001322201544217589573262552306494015035201735664974148307","-7308331412418656703074729182143352042275205795174309090473128652058675868843","-9502748264745905963616262818778176553587757759769828618835177945558016188175","20982521654096058740317737971786990805846698881343929490975870541110138216896","13731944511136365189413064515989865264069029029675313467756815273393901395509","-8409177886070747948824600051116615895186654558940646916190133957980353223081","-11002555480187288664340848103372263867533090274021490238161540171550878132458","-16646783825921891344424130936161423546896150494749501601432167807648781364907","-13444019013598441974299718467544206803950035920130456747128521607406581563632","17831616171827128572017754878065714547368888051097844975546917206058515220279","15914002841421785032588566523616950556761058698477395812011585952420444477483","-10230354492473771153188818322639003519311873936693127231621420422648781334694","3775882793521191938665454673891151059060400871914904049935546589150707786761","2753231493385360936060015402612528257189714484406815156110677622804552898276","20515953614413537517743798467312662147298685468612450167627251092147720369894","-6241866287281321142587656625201839009886955725593196435969526745346129607793","3851034347530887556582391117835830824952747013861124299454699394551239141229","13407188999099512496810676164849261203601182531237418627472547355851091533234","-18156158570814547790338536744181041432620555047087929241592147712365692213735","12401287908542600434353346185300699654497543989517328395151081030074629711407","-20825639265448025017657100445058729241021831550844558171475810770218644296262","10364525331557919649118021109707681340229969348192134743152766045861010103812","8654977336474635544001409823440882670310634785497846489365683767792307304772","7045216247501716997410549857108449090764908385900270240712209789611708463045","-17232218176760778005506513406217933385088733683501040934195890088628098029803","-19419196975803994207353945024875838500345833820087605242857540306127780635383","20886867601022596846485599665566209272234230331651983050979745374124394204536","-20769069728471959475995423413808328750509581554267118143736998201267312353059","-10714896295466738291093881670093536287495629524226899079816558033837335215517","-20460512180619291007015012887199597663109564175963803320995416885720836178450","-3766673107828865801142990318726653972461214564695201524358353783033329905965","-8139318387337971046338526902105343985486434884856911477965797352429105568271","2639978556613429530771207702946854531153448767357697412708451158070584165649","-11146498560064056923655702348012952083003672505907118525625986101919820053500","3807053376915380143947368823154360211672269584926977551066868513304442642877","-10211894805900431309981390983844031222009385791868680175741271909005309909937","10720393904108016514678917266538500923136816990858862239405611411377617895678","-2485486809341163859424985455714587862299882159581907473191609356882111822943","442349927104658254897187884149493401170963332087759845471472986588732121275","-10956997004798487618824526353927634496198553744225959881198897234407151221922","-5149782795513032775850421072296414371525750277165522254331096414743123634704","192898597431395914637423387984179308213831523132324574338743532063520718149","-5907413520810391086369119132378118196924035440396072647587143421628455830620","-18763911338132512772942466572599103921137693032274568556481101557472976122669","-5509974279643353035175555974797853204709730274925239957258328007659812563877","16051198949787693046768061050423096126739177465057790022725940354931021014167","-4063527314706006065729303419494125477029307042048782439102692291178456571720","18371699001372572226731458521205321320919723875886633354486168104047656636157","20306493547577915759406606959505987508063389329164386738708993849679391429687","16702977258957929115648545733350594422996206296000213688712140670165026361148","19565512761730275313652293761768968138559442656078703942100179294821717357781","608685679722386419999962012449586273701466429693447634634641843646244145826","12650484293202844343798255998924204266271139380949130743643619168307553059162","138816664686268062844339251073577245246690069994656060541633101115699013252","10722113333975791946390824278879742091969357758879687103254816997075433351541","-19166540420256449949578108313393472062792395521947167333329035230764440203329","14008944969274867730428600826851993305269677885640531339828740839899666492641","-7399999276964988847608726677349999880100144483055271292356269215501175808339","-1636523808414501141191810552020965406211196579848571141425641284600687046178","-10254997445989143993204520939052059410015602138093955447480403484394060236921","-7041216718429161548957260212424348351559798182943440365573106974166654455799","9148037417003707230162871221211298698774094445953889985265603937021992643594","-7892485382340814681407032900137378350748074747055602914268836108012242540793","19543767387234363704539203568412433445214620609711228100169869754126088646536","-6804312338537950289821641414713060211139790663745087085515215165875078560206","21714205539371587427481577428491562423524053976903291369792573483623768936701","-8747778318404272672008677951092272785805315754004846700415154778840831568330","-7493670082209026551025230213300262388449662367377730997659422213507221175601","15821019581510067861096873382324911764420704627103267527212107146970187688093","-20571914969404257257766806331061734240101182774100306280375846771957452284216","-11805908501120364828991645638129862304511849162581390534088316392658699539780","-5829847647476123545691284598097710583438965957636772829094926923246526892482","14211326899066768044789925604294303104191790726390381526396753196177443335333","7512071106543886196556720814168082850642060545480248414831164059013275708259","-8728128569807602108656090638625397665432788273316208966382743816184823518581","1676920830148081270937742797227069232717367035343672150261587928583201724635","21221316476361892288840577939379074495721295478167798105405695254252702253048","-2549086322345498109127972192539866359645583362979183331675214923872730685809","-17548158405384577300010176607593683667972305324973240681652069079856135595977","18392238874063249787131876300395188053184155934602016602298226430906443088928","3617871755472670559284937246511839924262619648905123600029328065344194831659","4168440575841521568458550506174945293553567549832688077128647651575205988938","13455258871235338189241175698287059625879609562614753196204080642403034379141","20955740929525747704752100298577482389223069185436010162403667206676921233920","10505010746507024580732057885423177547332664388997395091977264760358389554184","-14295597936123792329954739102677981928708510541149067738045571756383194078890","15766216901677816025130996347970528242691839596243543683552433837835554115573","3542741123318996177400589431126423337852921892166873906903695881495257127172","1773707137139458353064986193915929549288332228086332723122847352233991072949","8732873153874592339145956056211269175084372820846981461685090677453631481723","17812918080082795750323130229200446458518496784458748674551540325805631623356","-10592567163463713420766237612198587434838104944514862423065563335796888778076","-21483438146149893202549436288579467348873832478084369645738533992859541261895","13630413412071104485353546782222073685243867207359038913069146316019656140126","16026666926443064790170621694200986114563233272513129109129162414397542160461","5912642901009007316867965701363834116800404712681002543764413475449872415391","-14168012044685666109335824846546110326842925155211425806076172939140397369553","14579735554883920514815192766737929605968839869078684394806754344045772316549","16109389747985486526153724635661844067390172701235822044087012882773417070394","-17018071803989057817966244159215945119351746615817827436931965561033443426333"],["0","2227940805136709443756238657831160090598160704196953686372199284754139800997","-14616662824837313406149458364286704084550411590348618180946257304117351737686","2882746342347463295013880107700921981372848880876377106027848295459776119267","20076800436352842258389070198316706523145033362271824638253536895644467938175","5575646150433455156579723286722455439589693658934592591815426360211994295401","-16818355772141495897649200102233231790373309117881293832380267915960706446162","-116868088535302106435290461487252646517816147626946132624876156525947769299","-11405324780004507466601856127065572005243936589082968859166131428721754234197","-4999795155357608726353031189831138519351707439844879150558839028237354631647","13774989471814981921789104010874154006189411701779655607395630225541221944941","-11948480060834980379315678443280649063574611403877277063373236468310728036268","-20460708984947542306377636645278007038623747873386254463242840845297562669388","7551765587042383877330909347782302118120801743829808099871093178301415573522","5506462986770721872120030805225056514379428968813630312221355245609105796552","19143664356987799813241191189368049206049006536808865991556297997719632244171","-12483732574562642285175313250403678019773911451186392871939053490692259215586","7702068695061775113164782235671661649905494027722248598909398789102478282458","-16962107745479525450871459160816027769894363738357231432451313661449433924766","-14424074269789820358430667743104807776692745693759824139486091238155575931853","2914332945245925646460286625344124220446723578618622446603957873573450927197","-19763035659056774813067795144860183393495298701273081999253417353861480096907","20729050663115839298236042219415362680459938696384269486305532091722020207624","17309954672949271088002819646881765340621269570995692978731367535584614609544","14090432495003433994821099714216898181529816771800540481424419579223416926090","-12576193481682280788766621067178591681629102966586047524693575990680387563989","-16950151079768713192461484304494401912143303239759176142016876425679752775149","19885492330205918470724793585875143455920096262887931758261286561672979913455","-19649896585104643729744441082359382412470798708118201943775792215958816210501","-21429792590933476582187763340187072574991259048453798159633116067674670431034","-19032781489399306791783620029141920237670763951511572298292629584865863861283","14354896656181543619960425107803967143625935271025631294981496620509148683687","5609606097163333129569351941046587117575494630702211387766609481717597359075","5279957113226859061542415405893709062306897534715394825416902316141168331298","-404754248288838625064998950768629077458980611398202707553768017263831611383","7614106753830760287894737646308720423344539169853955102133737026608885285754","-20423789611800862619962781967688062444018771583737360351482543818010619819874","21440787808216033029357834533077001846273633981717724478811222822755235791356","-4970973618682327718849970911429175724599764319163814946383218713764223645886","884699854209316509794375768298986802341926664175519690942945973177464242550","-25751137757700015402646962597993903848743088035885418699590282238493948227","11588677280813209670545563600664446345496863846084989835036011357089561226209","-21502445676976483392971558969288916472120701354151385195020717122448767059319","-11814827041620782172738238264756236393848070880792145295174286843256911661240","-15639579804425750323638527399940932753727021664133102769263998928370143749721","-11019948559286706070351111949595706409419460549850479914516656015319625127754","10214155027736110871289716355588917164929990529699545701753676523286233532717","-8127054629412012131458606838988250954058614084097564878205384582356913143440","-7033087740933405991029894448103907535257281049058801978424072165056303718920","18724744223316556296566808173754699927578414257912739133719783512782974363757","11517711646076583009050685721443913757444048191584393033726077153754244226679","17242782651621275405058181778280661188570520911741373540502154403067626219945","1217371359444772839999924024899172547402932859386895269269283687292488291652","3412725714566413465350106252591133443993914361482227143589034150039297622707","277633329372536125688678502147154490493380139989312121083266202231398026504","21444226667951583892781648557759484183938715517759374206509633994150866703082","-16444837968673624676909810881529669037036426643478300322959866274953071911041","6129647066710460238610795908446711521990991370865028335959277493223524489665","7088244317909297527028952390557275328348075434305491758985665755573456878939","-3273047616829002282383621104041930812422393159697142282851282569201374092356","-20509994891978287986409041878104118820031204276187910894960806968788120473842","-14082433436858323097914520424848696703119596365886880731146213948333308911598","18296074834007414460325742442422597397548188891907779970531207874043985287188","-15784970764681629362814065800274756701496149494111205828537672216024485081586","17199291902629452186832001391567591801880876819006421856641535321676368797455","8279618194763374642603122915831154666268783072925860172667773854825651375205","21540168206903899632716749111725849758499743553390548395886942780671729377785","-17495556636808545344017355902184545571610631508009693400830309557681663136660","-14987340164418053102050460426600524776899324734755461995318844427014442351202","-12134446580658414722299064725864726648255319546625533632972194079211241615048","-19255587066969239293287206916866193391654001147784578217053489357339096072815","-1723574130401454435736885531002449520475333924746746724478428598741590583943","-11659695294952247091382569196195421166877931915273545658189853846493053784964","6534410926294260867333445463331331119835217052364728709095302205779078175049","15024142213087772393113441628336165701284121090960496829662328118026551416518","-17456257139615204217312181277250795330865576546632417932765487632369647037162","-18534401211543112680370920150803136623113630329728690043175028329409405046347","20554390080884509355434750133500873902894226555919561867113186321929596010479","-5098172644690996218255944385079732719291166725958366663350429847745461371618","-13208073938929879377773947469930092247396246249530447019605933973136462696337","14896234876287224352017346855533101017819947468787998860898248675237077682239","-14652499360893934103676531252233595240023125102605787143639548055887418832299","8336881151683043136917101012349890587107135099665376154257295303150411977876","5022274870631401156235945651316844163210854724813472048709957098230260262665","-1865003884627055034988610893359585398650590429960048362589073959797774523394","-878221378825226060782289974410919993883035622421244159743674665859029387249","15185289871430965784583333285158586319679707718533933211305264860385228833454","9644190931516356828015586950683781396835314792071053023406663489095299735529","7085482246637992354801178862252846675705843784333747813807391762990514254344","3547414274278916706129972387831859098576664456172665446245694704467982145898","-4422496564090090543954493632834736738379618758722071420328022831668545532171","13737593288326316278399854713143617828488629168501463005404876465035454751095","-21185134326927426841532475224397174869676209889029724846131126671593777556152","-21078633420460511182852466831901659609199300555752704947778863799143274028173","5372583952302933748460687819186872281939370014302043482440088445463503784635","10165090981046854358094837643144697140578102144610223874560120642219275825305","-10062957069821260588510474342529606854947554975054029256169377235676063664835","15440461654307218225821161797422329523410878490409217075244062494870822252128","7271228237928565807383979788218584123389315337741334445915304501515736137481","-11557706247707577392185362219190862042316383398360424599222382607604782850446","-12147900736138840413686082573174615150155128831219620530165726935491078357049"],["0","4455881610273418887512477315662320181196321408393907372744398569508279601994","-7345082777835351590052510983316133080552458780281202018194310421658894979755","5765492684694926590027760215401843962745697761752754212055696590919552238534","-3622884870972865927714671093881137130806662076288419410889334581862681114884","11151292300866910313159446573444910879179387317869185183630852720423988590802","10139774199395558649194411286048086596350110565069481022635872541230204098910","-233736177070604212870580922974505293035632295253892265249752313051895538598","20965836183669535511289099236383406166608855622666130969064145515708108522840","-9999590310715217452706062379662277038703414879689758301117678056474709263294","5661736071790688621331802276491032923830459003143276871093056264506635394265","-2008717249830685536384951141304023038600858407338519783048268750045647576919","-19033175098055809390508867545298738988699131346356474582787477504019316843159","15103531174084767754661818695564604236241603487659616199742186356602831147044","11012925973541443744240061610450113028758857937627260624442710491218211593104","16399085842136324404235976633478823323549648673201697639414391808863455992725","-3079222277286009348104220755550080950999458501956751400179902794808709935555","15404137390123550226329564471343323299810988055444497197818797578204956564916","9852270252719499542749893168882494637308001324117605822493781050252749141702","14928337204098909727631476004304934623711237413312420408424225896840465127528","-16059576981347423929325832494569026647654917243178789450490288439428906641223","-17637828446274274403889184544463091698442233002130129654808630521147151698197","19569858454392403374225678693573450272371512992352504628912859996868231919631","12731666474059266953759233548506255592694174741575351613764530884593420723471","6292622118167592767395793683176521274511269143185046619150634971871025356563","18624098780313988866959569356157366813838522867659973638009256391790841863256","-12012059287698151162676562863731528735738242079102317940335548664783697054681","17882741788572561719203181426493011823291828125359829172824368936770151331293","4476692573469262985003929325795785352155131384595664799844823941233984570232","916900561811597280117284810140405027114210703924472368130176237802276129166","5710922764879936860925571432230709701755200897808924090811149203419889268668","6821550440523812017674444470350659198703506141635228246264789054442488871757","11219212194326666259138703882093174235150989261404422775533218963435194718150","10559914226453718123084830811787418124613795069430789650833804632282336662596","-809508496577677250129997901537258154917961222796405415107536034527663222766","-6660029364177754646456930452639834241859286060708124139430730133358037924109","-18959336351762450017679158190118849799489178767058686359266883449445431144131","20993332744592790836469263320896728603998903563019414613924241458934663087095","-9941947237364655437699941822858351449199528638327629892766437427528447291772","1769399708418633019588751536597973604683853328351039381885891946354928485100","-51502275515400030805293925195987807697486176071770837399180564476987896454","1289111689787144118844721456071617602445363291753945326373818527603313956801","771594389725583658549693551936717232855326092529298297354974128254082872596","-1741411211402289123230070784255197699147777361168256246650369499938014826863","-9390916737012225425030649054624590418905678927850171194829793670164479003825","-151654246734136918455818153934137730290556699284925485335107844063441759891","20428310055472221742579432711177834329859981059399091403507353046572467065434","-16254109258824024262917213677976501908117228168195129756410769164713826286880","-14066175481866811982059788896207815070514562098117603956848144330112607437840","15561245574793837370887210602252124766608464115409443923741362838990140231897","1147180420313890795854965697630552426339731982752751723753950120932679957741","12597322431403275587869957811304047288592677423066712737306104619559443944273","2434742718889545679999848049798345094805865718773790538538567374584976583304","6825451429132826930700212505182266887987828722964454287178068300078595245414","555266658745072251377357004294308980986760279978624242166532404462796053008","21000210464063892563316891370261693279329066635102714069321063801725924910547","10886809806331301090673189727455212103023875513875468041476675823245473169152","12259294133420920477221591816893423043981982741730056671918554986447048979330","14176488635818595054057904781114550656696150868610983517971331511146913757878","-6546095233658004564767242208083861624844786319394284565702565138402748184712","-19131746912117300750571678010950962551514044151959787446223409751000432452067","-6276624001877370973582635104440118317690828331357727118594223710090809327579","14703906796175553698405079139587919706548013383399525597364211561512162078759","-9681698657523983503381725855292238314443934587806377313377140245473161667555","12510340933419629151417597037877908515213389237596809369584866456776929099293","16559236389526749285206245831662309332537566145851720345335547709651302750410","21192093541968524043187092478194424428451122706365062448075681374767650259953","-13102870401777815465788306059111816054672898615603352457962414928787517777703","13801805414842444240391890637313500623298079331321144696758719519122732288830","-2380650289477554222351723706472178207962274692835032922246183971846674734479","5265311609740071857918397656782163393788726505262912253289429658473424845604","-3447148260802908871473771062004899040950667849493493448956857197483181167886","20457095153774056261727673098123707843340864970284977371016700680165509421306","-8819421019250753487579514818594612848877930295686576925507599775017652145519","-13728201317503005658265928233842218774528486618911075028071752137098514158198","8863971464448142009868448936012959515365575707567232821865433108412322916910","-15180559551246950138495434556348998157678896259041345742651852472243001597077","19220537289929743488623094521744472717240088711423089390528168457283383525341","11691897582457282785734516975097809649966030948499301016997344491084885752381","-4527905006020483533301489194602909406244128098644859695513663759697116897057","7904226880735173481788287965808926947091530537159963378098293163898346868861","-7416755849948592985106656759209915391497885804795539943580891925199029168981","16673762303366086273834202024699781174214270199330752308514590606300823955752","-11843693130576472909774514442623586762126654950789090246278289990115287970287","18158235102585165152269183958538104291247183540495937618520056266980259448829","20131800114188823100681825796435435100782293155573546024210854854857749721119","-13405906000816618875326144920197377537737313363764202264785878652381159324326","19288381863032713656031173901367562793670629584142106046813326978190599471058","-7717278378563290512644048020751581737136676831748538716083420660594779986929","-14793414323281441809986460969593556891395035488070703451206814777639844203821","13043249743659094134337418479587801611789126882971891503042158523238717431275","5586943704813357334553303681029960568428893936586891667111548743495101006573","-20482025782015578460818544703537074650804055377643415348564049156611746616687","-20269023969081747143458527918546044129850236711089375551859523411710739560729","10745167904605867496921375638373744563878740028604086964880176890927007569270","20330181962093708716189675286289394281156204289220447749120241284438551650610","1762328732196754045225457060198061378653254450307975831359449715223681165947","8992680436775161229395917849587383958273392580402399806789920803165836008639","14542456475857131614767959576437168246778630675482668891830609003031472274962","-1227169623575879562124318693124448996084402396304814854746561028633757205275","19480684271400869617120646344165319876786471138392827627064954502169460277136"],["0","8911763220546837775024954631324640362392642816787814745488797139016559203988","-14690165555670703180105021966632266161104917560562404036388620843317789959510","11530985369389853180055520430803687925491395523505508424111393181839104477068","14642473129893543366817063557495000826935040247839195521919535022850446265849","414341729894545404072487401632546669810410235322336023563501254272168685987","-1608694473048157923857583173161101895848143270277072298426459104115400297797","21420770517698066796505243899308264502477099809908249813198699560472017418421","20043429495499795800331792727509537244669346844916227594430086844840408550063","-19999180621430434905412124759324554077406829759379516602235356112949418526588","-10564770728257897979582801192275209240887446394129480601512091657562537707087","-4017434499661371072769902282608046077201716814677039566096537500091295153838","-16178107324272343558771329345340202888849898292296914821876750821462825190701","8318819476330260287077231645871933383934842574903198055786168526629853798471","137609075243612266233717475642950968969351474838486905187216795860614690591","10909928812433373586225547521700371558550932945987360935130579431151103489833","-6158444554572018696208441511100161901998917003913502800359805589617419871110","-12968210963431449991833682547827903577474752689943074291758813216741703861402","19704540505438999085499786337764989274616002648235211644987562100505498283404","7968431536358544233016546263352594158874110426208806473150247607105121759439","-10230911090855572636405259243880778206761470085941544557282372692282004786829","-13387414020709273585531963343668908308336101603844224965919056855718494900777","17251474036945531526204951641889625456194661584288974914127515807160655343645","3575090076279258685272061351755236096839985082734668883830857582611032951325","12585244236335185534791587366353042549022538286370093238301269943742050713126","15359954688788702511672732967057458539128681334903912932320308597005875230895","-2135875703557027103106719982205782382928119757788601536972893142991585613745","-8011002166533427006086448637528526530513072550112410341747670499611314328648","8953385146938525970007858651591570704310262769191329599689647882467969140464","1833801123623194560234569620280810054228421407848944736260352475604552258332","11421845529759873721851142864461419403510401795617848181622298406839778537336","-8245141990791651186897516804555956691141352117145577851168626077690830752103","550181516814057296031002018929073381753614122392811207368233740294580940683","21119828452907436246169661623574836249227590138861579301667609264564673325192","20269225878683920721986409942182758778712441954823223513483132117520482050085","-13320058728355509292913860905279668483718572121416248278861460266716075848218","-16030429831685624813111910634980424510429993133701338374835562712315053792645","20098422617346306450692120896536182119449442725622794884150278731293517678573","-19883894474729310875399883645716702898399057276655259785532874855056894583544","-18349443455002009183068902672061327879180657743713955579926420293865951525417","-103004551030800061610587850391975615394972352143541674798361128953975792908","-19310019492264986984556962833114039883657637816908143690950567131369180582015","1543188779451167317099387103873434465710652185058596594709948256508165745192","-3482822422804578246460141568510395398295554722336512493300738999876029653726","-18781833474024450850061298109249180837811357855700342389659587340328958007650","-303308493468273836911636307868275460581113398569850970670215688126883519782","-2919865632734106959333946068158881517376766682033885880381702280006682860366","-10619975645808773303588021610695728727686091935974225169123334142851844078143","-6244108091894348741873172047158355052480759795819173569998084473649406380063","9234248277748399519528015459246974444668563830402853503784521491404471968177","2294360840627781591709931395261104852679463965505503447507900241865359915482","3306401990967275953493509877350819488636990445717391130914005052543079392929","4869485437779091359999696099596690189611731437547581077077134749169953166608","13650902858265653861400425010364533775975657445928908574356136600157190490828","1110533317490144502754714008588617961973520559957248484333064808925592106016","20112178056288509904387376995266111470109768869789393794943923416876041325477","21773619612662602181346379454910424206047751027750936082953351646490946338304","2630345395002565732196777888529570999415601083044079000138905786318289463043","6464734399797914885869403816971826224843937336805932692244458835718019020139","-13092190467316009129534484416167723249689572638788569131405130276805496369424","-16375250952395326278896950276644650014479723903503540548748615315425056408517","-12553248003754741947165270208880236635381656662715454237188447420181618655158","7519570720511832174563752533918564324547662366383016851030218936448515661901","-19363397315047967006763451710584476628887869175612754626754280490946323335110","3132438994999983080588788330498541941878414074777584395471528726978049702969","-10658012964625051874080319827189931512021596509128627996725312953849011490414","20495944212097772864127779211131573768353881012314090552453158562959492024289","-4317497931716355709330206372966357020797432830790670572226625670999227059789","-16172874913993661963709030215887548930500570138189779293878969334906152413574","-4761300578955108444703447412944356415924549385670065844492367943693349468958","10530623219480143715836795313564326787577453010525824506578859316946849691208","-6894296521605817742947542124009798081901335698986986897913714394966362335772","-2862295436130437921037465294267134490414998860262113945363007012820598148622","4249400833337768247087376108068049390792503809042880492683004636540504204579","-5568159763166736094285450722427162460508608837406115712445300087621219820779","17727942928896284019736897872025919030731151415134465643730866216824645833820","-8472876230654625054744463367440721226809428117666657141605500757910194698537","16552831708020211754999783298231670345931813022430144437358132727990958555065","-20392690578763984873023777540318930877164666903833466653401719390981845486472","-9055810012040967066602978389205818812488256197289719391027327519394233794114","-6079789110368928258669829813639421194365303326096107587501617858779114757895","-14833511699897185970213313518419830782995771609591079887161783850398058337962","-10428961136946377896824407441114987828668188402170564070367227160549969079730","20089099482525604624943782605267376652843418899253888194839828392921041050660","14428227333331055082291962171818933493946002680575840893341908347384710402041","-3512885515300904243129159897643679975532142489684976638974698663436117548996","16964673742045312693840521650119795101622102073303664157824651068389298342582","16688520854226152089815942057477850498792894767868177749928449769805390446499","6453686114712694196958309703754111614275010736918956911531362865386248521759","-7698585774723608397726516193929838694241706575725372558715425368703879912025","4198256615478913046428431213918328135029889365527748662386112859901626366933","11173887409626714669106607362059921136857787873173783334223097486990202013146","-19075808692191881699390683661816874213059746354870796353429894126647684737757","-18649805066324219064670650091834813171152109021762716760020842636845670625841","21490335809211734993842751276747489127757480057208173929760353781854015138540","-3116121819491133012113460917935761614784320222391173189155925804274513690014","3524657464393508090450914120396122757306508900615951662718899430447362331894","-3902881998288952763454570046082507172001579239611234730118362580244136478339","7196670079874988007289513407617061405008896950549303439963013819487136054307","-2454339247151759124248637386248897992168804792609629709493122057267514410550","-4815117200876811210251518802183910423523786524046413433266499368812696436962"],["0","17823526441093675550049909262649280724785285633575629490977594278033118407976","-7492088239502131137963638188007257233661470720708773729079037500059771423403","1173727866940431137864635116350100762434426646594982504524582177102400458519","7396703387947811511387721369732726565321716095262356700140865859125084036081","828683459789090808144974803265093339620820470644672047127002508544337371974","-3217388946096315847715166346322203791696286540554144596852918208230800595594","20953298163556858370764082053359253916405835219400465282699194934368226341225","-3689626752678958843829226035495475687758035110999613498536234683470799891108","-18110118371021594588577843773391833066265295118342998860772508039323028557559","-21129541456515795959165602384550418481774892788258961203024183315125075414174","13853373872516533076706601180041182934144930771061955211505129186393218187941","11420271095133863326950152799834144399396932216238239043642906730225966609832","16637638952660520574154463291743866767869685149806396111572337053259707596942","275218150487224532467434951285901937938702949676973810374433591721229381182","21819857624866747172451095043400743117101865891974721870261158862302206979666","-12316889109144037392416883022200323803997834007827005600719611179234839742220","-4048179055023624761420959350398532066401140979470114239819422246907599227187","17520838139038722948753166930272703460683640896054388946276920014435188071191","-5951379799122186756213313218552086770800143547998421397397708972365564976739","-20461822181711145272810518487761556413522940171883089114564745384564009573658","-4886585169579271948817520942080541528123838807272415588139909524861181305937","12614705202051787830163497538521975823840958768161915484556827427745502191673","7150180152558517370544122703510472193679970165469337767661715165222065902650","3282245600831095847336768987448810009496712172324152132904335700908292930635","-13056576366101145421147345556399633098839366131024242822755791179139866529444","-4271751407114054206213439964411564765856239515577203073945786285983171227490","5866238538772421210073508470200222027522219300191213660202863187353179838321","17906770293877051940015717303183141408620525538382659199379295764935938280928","3667602247246389120469139240561620108456842815697889472520704951209104516664","955448187680472221455879983665563718472439190819662019546392627103748579055","-16490283981583302373795033609111913382282704234291155702337252155381661504206","1100363033628114592062004037858146763507228244785622414736467480589161881366","-1536828837863677952153488243364877678641548523108910084061189844022270340850","18650208885528566221726414139108242468876519509230412683268060048465155604553","-4751874584871743363581316065302061878888779842416462214024716346856343200819","-10172616791531974403977415524703573932311621866986642405972921238054299089673","18308602362853337679137836047815089150350521050829555424602353276011226861529","-17879546077619346528553361546176130708249750152894485227367545523537980671471","7077598833674532078355006146391894418735413313404157527543567785419713940400","-206009102061600123221175700783951230789944704287083349596722257907951585816","5156446759148576475378885824286470409781453167015781305495274110413255827204","3086377558902334634198774207746868931421304370117193189419896513016331490384","-6965644845609156492920283137020790796591109444673024986601477999752059307452","-15675424076209626477876190473241086587074351310984650435620970494082107519683","-606616986936547673823272615736550921162226797139701941340431376253767039564","-5839731265468213918667892136317763034753533364067771760763404560013365720732","-21239951291617546607176043221391457455372183871948450338246668285703688156286","-12488216183788697483746344094316710104961519591638347139996168947298812760126","18468496555496799039056030918493948889337127660805707007569042982808943936354","4588721681255563183419862790522209705358927931011006895015800483730719830964","6612803981934551906987019754701638977273980891434782261828010105086158785858","9738970875558182719999392199193380379223462875095162154154269498339906333216","5413562844692032500554444275471792463402950491441782805014069013738572486039","2221066634980289005509428017177235923947041119914496968666129617851184212032","18336113240737744586528348245274947851671173339162753246189642647176274155337","21658996353485929140446353164563573323547137655085837822208499106406084180991","5260690790005131464393555777059141998831202166088158000277811572636578926086","-8958774072243445450507598111313622638860489726804168959209286515139770455339","-4296138062792743036822563087078171410830780877161103919112056367035184243231","-10862259032951377335547494808032024940411083406591046753799026444274304321417","18669989736169066550162271072754076906333415475401160213019513532788379680918","15039141441023664349127505067837128649095324732766033702060437872897031323802","-16838551758256658791280497675911678169227373950809474909810356795316838174603","6264877989999966161177576660997083883756828149555168790943057453956099405938","-21316025929250103748160639654379863024043193018257255993450625907698022980828","19103645552356270506009152677005872448159397624212146761208112939343175552961","13253247008406563803585992999324561046953498738834693199244952844577354376039","11430735915691226517074751058739452316095588524452510099638469703339312164086","-9522601157910216889406894825888712831849098771340131688984735887386698937916","21061246438960287431673590627128653575154906021051649013157718633893699382416","-13788593043211635485895084248019596163802671397973973795827428789932724671544","-5724590872260875842074930588534268980829997720524227890726014025641196297244","-13389441205163738728071653529121176306963356782330273358332194913494800086459","10751923345505803033675504300402950167531146725603802918807604011333368854059","-8320599885885982405019015746462712115634425970563137399934675939502325323594","4942490410530025112757479010375832634929508165082720060487202670755419098543","11217420544201148287753160851206065603315261644444254531018061269406108614513","-18897138285688694523801149335380586665780969407250898963105234595387882477327","-18111620024081934133205956778411637624976512394579438782054655038788467588228","-12159578220737856517339659627278842388730606652192215175003235717558229515790","14109462343884178504066184453674888611105185581649908913072840672355500315310","-20857922273892755793648814882229975657336376804341128140734454321099938159460","18289956093211934027641159465277478217138473398091742045981452599266273605703","6968211794822834942337518598380591899343640960735647442985612508193612308465","-7025771030601808486258319795287359951064284979369953277949397326872235097992","12041104612251350165434637554982315114695839746191293971951097950202788189547","11488798836613028957385478369698425909037425135320321156158695353034972397381","-8980870642413886828329786337749051859998342926578120520635478455803311452099","-15397171549447216795453032387859677388483413151450745117430850737407759824050","8396513230957826092856862427836656270059778731055497324772225719803252733866","459531947414154115966808978862567185167211345931532324747990787404595530675","-16263374512544488176534961578376473337571128309325558363161584066719560979897","6476875611030112315151511306844923834792510757306635167354723099460275739552","21092428746584194765439096808237703166966595714000313515822503377132221781463","-6232243638982266024226921835871523229568640444782346378311851608549027380028","7049314928787016180901828240792245514613017801231903325437798860894724663788","-7805763996577905526909140092165014344003158479222469460236725160488272956678","14393340159749976014579026815234122810017793901098606879926027638974272108614","-4908678494303518248497274772497795984337609585219259418986244114535028821100","12258008470085652801743368140889454241500791352323207477165205448950415621693"],["0","13758810010348075877853412780041286361022206866735224638256984369490428320335","-14984176479004262275927276376014514467322941441417547458158075000119542846806","2347455733880862275729270232700201524868853293189965009049164354204800917038","14793406775895623022775442739465453130643432190524713400281731718250168072162","1657366919578181616289949606530186679241640941289344094254005017088674743948","15453464979646643526816073052612867505155791319307745149992367770114207304429","20018353455274441519281758361461232744263306038384896221700185682160644186833","-7379253505357917687658452070990951375516070221999226997072469366941599782216","-14331993870203913954909281801526391043982225836269963377846811892070248619501","-20370840041192316696084799023843561875001421176101888062350162443674342332731","5818504873193790931166796614825090779741497141707876079312054186210627880265","952299318428451431653899854411013710245500032060443743587609273876124724047","11387035033481765926062520838230458447191005899196757879446469919943606698267","550436300974449064934869902571803875877405899353947620748867183442458762364","21751472377894219122655784341544211145655367383533409396824113538028605463715","-2745535346448799562587360299143372519447303615237976857741018171893870988823","-8096358110047249522841918700797064132802281958940228479638844493815198454374","13153433406238170675259928115288131832818917391692743548855635842294567646765","9985483273594901709819779308153101546948077304419191548902786241844678542139","-19035401491583015323374631230265837738497515943350143885431286582552210651699","-9773170339158543897635041884161083056247677614544831176279819049722362611874","3341167532264300438080589331786676559133553135907796625415450668915195887729","14300360305117034741088245407020944387359940330938675535323430330444131805300","6564491201662191694673537974897620018993424344648304265808671401816585861270","17663333011476259602198120377715283979417996538783583041884826014871883932346","-8543502814228108412426879928823129531712479031154406147891572571966342454980","11732477077544842420147016940400444055044438600382427320405726374706359676642","-7962945155924446564461376884148267359855677724066750288637816843279740429378","7335204494492778240938278481123240216913685631395778945041409902418209033328","1910896375360944442911759967331127436944878381639324039092785254207497158110","10795917780511945696902744272290723412531320332249757282721904062388293982822","-19687516804583046038122397669540981561533907910844789514225269225397484732885","-3073657675727355904306976486729755357283097046217820168122379688044540681700","15412174899217857221206422532959209849204674618044791022837915910354502713489","-9503749169743486727162632130604123757777559684832924428049432693712686401638","-20345233583063948807954831049407147864623243733973284811945842476108598179346","14728961853867400136029266350372903212152677701243076505506502365446645227441","-13870849283399417834860317347094986327951135905372936111036886860500152847325","14155197667349064156710012292783788837470826626808315055087135570839427880800","-412018204123200246442351401567902461579889408574166699193444515815903171632","-11575349353542122271488634096684334268985458066384471732707655965749296841209","6172755117804669268397548415493737862842608740234386378839793026032662980768","-13931289691218312985840566274041581593182218889346049973202955999504118614904","-9462605280579977733505975201224898085600338221553266527543736801588406543749","-1213233973873095347646545231473101842324453594279403882680862752507534079128","-11679462530936427837335784272635526069507066728135543521526809120026731441464","-20591659711395817992105680697525639822196003343480866332795132384831567816955","18800053376101155477000123301881129967173689617555374407404070478553991470982","15048750239154322855865656091730622690125890921195379671439881779042079377091","9177443362511126366839725581044419410717855862022013790031600967461439661928","13225607963869103813974039509403277954547961782869564523656020210172317571716","19477941751116365439998784398386760758446925750190324308308538996679812666432","10827125689384065001108888550943584926805900982883565610028138027477144972078","4442133269960578011018856034354471847894082239828993937332259235702368424064","14783983609636213950810290745292620614793982277909472148681081107776739815057","21429749835132583058646300583869871558545910909755641300718794026236359866365","10521381580010262928787111554118283997662404332176316000555623145273157852172","-17917548144486890901015196222627245277720979453608337918418573030279540910678","-8592276125585486073645126174156342821661561754322207838224112734070368486462","-21724518065902754671094989616064049880822166813182093507598052888548608642834","-6436506271340417344168269345006396364429897850029748261357381307574857629398","8190040010208053476008604390416982209642285065116033060422671559218254151987","-11788860644674042360314589606566081249906383501202915475922509404057867853589","12529755979999932322355153321994167767513656299110337581886114907912198811876","1144433885178342948171532181754824129010342764317556700495156557755571029578","16319048232873265789771899608754469807770430848008259178718021692110542610305","4618251144973852384925580253391847005358633077253352054791701502578900256461","-20915013912296097410343309373035645544905551751927048488119468966472992663062","2843040556018841443432616093479849424850166857735770965728732411802410619785","20234250006081299641100775509000032061761447641687263682617233081211590269215","-5688943214583995749543762750781917239056978395531913247956653393289640847471","10439061127317523538096544568188737126888368959367578562246176135293415901129","16997603333351072988349504432272197563170015236171521970732018546162016818316","21503846691011606067351008600805900335062293451207605837615208022666737708118","-16641199771771964810038031492925424231268851941126274799869351879004650647188","9884980821060050225514958020751665269859016330165440120974405341510838197086","-21341644655276253868986489788102418970466205511943559625360285834339399762208","-15906033699538113825355892925503898243013574414085763582512265004199956459037","-14334997176324593044165507811566000161404660388742843220411105891001126680839","-2430913569636437812432913509300409688912848903968396006308267248540650535963","6330681815929081785885963162092502133662006762883783482447477158135192135003","2060641195893038857195181726054598862423975192149812405927499730951740672314","14691669314584592833035913185297681345728582395767449748264701011956738715789","13936423589645669884675037196761183798687281921471294885971225016387224616930","-14051542061203616972516639590574719902128569958739906555898794653744470195984","2193966352663425108622869364707355140843315091966553600203991713829767883477","1089354801386782692524550994139576729526485870224607968619186519494136299145","-17961741284827773656659572675498103719996685853156241041270956911606622904198","-8906100227055158368659659030462079688418461902485455891163497288239711152483","16793026461915652185713724855673312540119557462110994649544451439606505467732","919063894828308231933617957725134370334422691863064649495981574809191061350","-10638506153249701130823517411495671586593892218235082382624963946863313464177","-8934491649779050591943383131567427418963342885802764008988757987655257016513","-1591628250510160913614617874039143843163537372831441655751401618887173428308","-12464487277964532048453843671743046459137280889564692756623703217098054760056","14098629857574032361803656481584491029226035602463806650875597721789449327576","6276714878683464168428125560927246400542047441971095423224753865599262582261","6898437447660676806911647885210970531487223401781179416153851091372735721611","12070885883232238725251856200261683119873145229977515505725715957505750853417","2627774068332030381240330536521633394453218304230380610632206711325022747769"],["0","17349196142961898249390661200306448244428183378794406211616142247682865582335","-12483143781012073186885497200895461576509060544492667604676015608783759103250","11937345501127669977128106983321787925570462105408402894938528075710902952697","5945676293703716865442833013790284937640903102641232064670387897411457280967","12084704213558208132852029513417782327665044132136405787305239809881793038089","-16107813989142136791641825116462153063800793537620536768421904622678165090227","6836494160403328109413537663875909244670098681093716306111063237398049488234","7458045717530753829060512033405321684827593802375006995774347643218149205290","-18455206092322815338090173910352608855759089040323081429613139217741849443130","-7715335900724269665016390203495317618429825083062901196350252713861127304176","12898260342106347051998710336714934698572311583583169864763049170915827789550","6665275470893165779158564036903380763525489075462102881208441807236033526784","-13846024406116659791080639643350792665434355688771988199622092034559118967539","-21820759107281506221162271459924595723246870360432022984465255822478294942152","-3838932071588100495024622830147226324025011928626493852556680228811632698573","16820322183278155410100654966139201487265038248304900988994394631302457266889","-2105138221442432574894068662385062054959634712021499794159928555241561960524","-18217832625231579911875265653956494872501216078220553181174667099953333498560","-12743954922067717236119551267313079446719945790510255222213928870870874192951","-3067607863340652448047614035872684263116565516695866706233519125779312186770","8822945915313593175701429275124918493886086561049139458146176963958198205127","-7677425484563687900136195443333220707133540464568718851704190777267241417821","3872434845425265058442662877670410950591791409707465816337052325069757479731","12154803809006216381961118453413113319885206691257445552823662038132787410433","-15677027924021968459326215727058594887638268793461926090409462774143833225918","-5827816651784394975395859126879308278740165924918993325114356840480633630870","6148750290819446038579284204386409361978547907295277457254315752205453789657","16538235151113310260434965798911755245992894418980617561867768269795948725205","-1226165663385477417994560905421115334218819757991151016007328507607900649159","9941252771265353025747700118395579451923907961111720045863371649950161525247","12293955377895101481486237106011824457104535396841076248682774982523665500825","-10908160798318327514882914182593121141516555781381674196215343748687998031059","-7742704314786773873520840565036480176715900135171406739001513342702441110706","2283186025853748933189444637403576646372222282111119565356698001325256613634","-10881523311299817530362329899187326211218367633389402825653283875054642653707","-12781547648555938402415838174139189591915728707332656114573340323836074340846","-3176412227171051005694108323761634423986001060308851453058174961753498785375","-16308734958574719883673093787074989648419946557901074046775415181561135070052","13866345944206941308377252064611663234308664435601161204950678203123301150935","-17985734899279735321088075886037367426289208328322359334193795159755336676632","10108760772017274388212383300982254929022207656069011128457233297785364827736","3213556457518519455708807878351117338481428600022596551293973626537294905438","20113190285637621084773134987751135904747925921211175215236153675259557162418","-6819138154418421215995301625629997264460500953827988984468314311718292338233","-9003214425093398759436932527124902964621695165422308229837406801292925389656","-7026141574524742543891917830333392399604997520615038313876128038600982532389","-430889221360741002381196182063008539293788568716531597333256149869170854075","-20441968614355783375994540405238156885505945661147875837893076115335952464252","9063646052836396232620920302466854848682169332538417666675350430308395014675","389649663708917868572915202612356707108562044687494645561622701276139495850","13100940402204673810558721516857084861001440737614038814104817935957867693480","3142671916641290420320298451604576726446938517991178230958342105701647155438","9658247689711568410865211985025380655883175668887789135706436451007229172651","11316361013786535590404380064152106278568734398573472733070844851650168524429","-14052507366298351879624077212554121250380956380155659506033044387671446827741","7515845174852788067456870690389908039769702934594812910966520063279498339828","-5832497078189014526039990279277507297738624863003751067423153702705174041763","-20705035815586074625491530276676816238565990029423895929045546360451084818255","-9685084697257208962201731984277307139061979762043204020440226748630722414733","12369972535334871164572730759882698615384755206283208133085807283415768041812","4361493142299345743735218793153092776919531252555602843363034882856159607074","-15883620680006621660252665312185291826875099294384520600073472857534097776581","-7545983026703122828061543059435958178435297737110998315751430917727820562822","21611069276161419621295487196184522652500160852818129251250671423310337066805","17167811514187295724623392304542309012084476934338614210547097186392001192038","-19323857619508066894476788222374144868811178055687875257921723227168158051865","11655207977078436461219940196326972654196091398795763519657150068213541542630","20761019798255802772058242892407666791094730275002670805423573044769816299119","-12436437817288015248451597240137963010608863196586476652769499916244353893054","-16109054574255615434809853205923541052388625520839266191299438502363045081734","-5935720820109383757181643562913716593428797666078768304966476491145508659219","9379609089752913087981437916068187050669083145844818182771822433443796775037","1747602623187313040121550813936533464733544242434216003966322622610215613118","19361415496007202650251403963371520072912812081232975662705707032855225040461","8615184511967940822955916998140705950984508114482231410588450618760630150355","2717921704729156999690551132091670178795342352075222061307214260213179041058","-18756642625292257885992628081770875449069672472713651832592218763648610988261","111661296579602026253701811066201063137061658870460354641643795606161255123","-5381188077033924959543249907015515383380138943852029305630533270870427415354","18699504022571122426343316512747461694570102405657852816230313729888729603585","-20324794990162145286055772241462631665017635426582687198286074619869495854854","9802930144165116685837946180161835160399026192050856282465083562797667686722","4654652707286063839549456742729375721203429852699594441903943636333397813834","8629781634324423864741405983279256567716947231374577915191184864188268681442","-20287071139579585642460059915400501721356555352841718654440526889011070573979","14385434995024623234105977456899903184114130331737566321720133604796327981527","-8892610923601755881931284184453090231452749563816975146419224879863786484604","13783635202499028219608441055295779685243983708502955465778801423407530692721","-9941605811252058373202929788650740349937877561997178788250701107590732460059","-6727256495323206563988265829618699145975641150283928246152548367439012702321","4365823164685699458675876667827387282910966507272976427905053505173734987076","19968106402790610248551609860726480939643741259617551827981988891931918250345","-18731973181838395231803706398315194430878454370161927651645160735180113079646","-12287082775187776277326428310875427037281104366296866821775568892581307521471","-18971216829757201527559350540561282070477017432564652202616231299895885175503","-12062116926420637141647501308638653947588495504932933697053657962695746941875","-17983139281924873590464137299007278825211247471521599098169588909733765930913","-11013377297544778053082103914148054347250994546317927183929538769000500859768","-14390298597330279425768316677774761874311904336327615248108593865992779442865","-19442864756086169324166393043863933535159178091306473122973658580582751001314"],["0","12810149414084521276534916655355621400308002357172778079534080308789922669053","-3078044690184871151524588656533648064469756688569300865653827030991709710883","1986448130416064732009808221386300762592559810400771446178851964845997409777","11891352587407433730885666027580569875281806205282464129340775794822914561934","-19607077316562134178788752463678985521766640536559257112785928753388030915056","-10327385106444998361037244487667031039053222674825039193145605058780521684837","13672988320806656218827075327751818489340197362187432612222126474796098976468","14916091435061507658121024066810643369655187604750013991548695286436298410580","-15022169312806355453933942075447942622969813680230128515528074248907890390643","-15430671801448539330032780406990635236859650166125802392700505427722254608352","3908277812373418881751014928172594308596258766750305385827894155255847083483","13330550941786331558317128073806761527050978150924205762416883614472067053568","16084436931445230862331532203812964846228017423288092288152224304033379056156","-21753275342723737220078137174591916357945376320448011625232307458380781388687","-7677864143176200990049245660294452648050023857252987705113360457623265397146","11752401494717035597954904187021127885981712096193767634290585076029106038161","-4210276442884865149788137324770124109919269424042999588319857110483123921048","7340820493215390620742280182601560432094296644390962325047074173244949994114","-3599666972296159249992696789368883804891527180604476100729653555165939890285","-6135215726681304896095228071745368526233131033391733412467038251558624373540","17645891830627186351402858550249836987772173122098278916292353927916396410254","6533391902711899421974014858590833674281283471278596640289822632041325659975","7744869690850530116885325755340821901183582819414931632674104650139514959462","2421364746173157541675831161568951551222048982098856761949119889689766325249","-9465812976204661696406025708859914686728173186507817837120721361711857956219","-11655633303568789950791718253758616557480331849837986650228713680961267261740","12297500581638892077158568408772818723957095814590554914508631504410907579314","-10700015441451929923622879892691039685110939962870833563660871833559719540824","19435911545068320386257283934415044420110724884433732311683547171360007197299","19882505542530706051495400236791158903847815922223440091726743299900323050494","-19188574987888347481520337278490901262887658007149916190030858408104285989584","71921275202620192480577380071032805515252837652685951267516689199812433499","-15485408629573547747041681130072960353431800270342813478003026685404882221412","-17321870820131777355867516470450121795803919836193795212984808183925295268349","-21763046622599635060724659798374652422436735266778805651306567750109285307414","18213390446566673639661135142236170993265271386166756458249727725479468309542","15535418417497173210858189097734006240576362279798331437581854263068810924867","-10729227045310164545099781828892704208291528715386113749852626176546461644487","5844449016574607394508098383966051380068964470786288066203152219670793806253","-14083226926720195419929746026817459764030052256228684324689386132934864857647","20217521544034548776424766601964509858044415312138022256914466595570729655472","6427112915037038911417615756702234676962857200045193102587947253074589810876","-3550105172403308274946541515012278367600876958409718256924101022632502666398","-13638276308836842431990603251259994528921001907655977968936628623436584676466","3881814021652477703372540691007469159304974069571417884023390583989957716305","7835959722789790134462570084590490289338369359185957715945948109373843430839","-861778442721482004762392364126017078587577137433063194666512299738341708150","2892548514966983692503730680038236406084837478536317011610256142479712062730","18127292105672792465241840604933709697364338665076835333350700860616790029350","779299327417835737145830405224713414217124089374989291123245402552278991700","4313637932570072398871037288456894633454517074812043284511431685339926891343","6285343833282580840640596903209153452893877035982356461916684211403294310876","19316495379423136821730423970050761311766351337775578271412872902014458345302","744479155733795958562354383046937468589104396730911122443485516724528553241","-6216771860757428537001748679850967412213548359895284668367884588767085159865","15031690349705576134913741380779816079539405869189625821933040126558996679656","-11664994156378029052079980558555014595477249726007502134846307405410348083526","-19521828759332874028736654808096357388583615658431757514392888534326361140893","-19370169394514417924403463968554614278123959524086408040880453497261444829466","2851702198830467106899055774508122142221146012150381922473410380255727588007","8722986284598691487470437586306185553839062505111205686726069765712319214148","-9878998488173968098258924879113308565201834188353006856448741528492387057545","6796276818433029566123319626385358731677768926194037712195342351120167369973","21333895680483564020344568647111770216451957305220224158803138660044865637993","-9440862715303958995246026881429932152927774932154840266302214000367614607158","-16759472367176858566707170699491014649073991710959716172145242267760507608113","-20466069789521677522052931097860604868704546003240541648082108236724533905974","19633796724672330321870080039558058493641096149589307267148941902963824102621","-2984632762736755274656788735018650932669361992756918961840795645912899290491","-10329866276671955647373300666589807016228886641262498038900672818150281667851","-11871441640218767514363287125827433186857595332157536609932952982291017318438","18759218179505826175962875832136374101338166291689636365543644866887593550074","-18393037625464649142003304117384208159081275915547602335765558941355377269381","-5053654751664145143990003563771510031271104638366117361984994307441166910312","17230369023935881645911833996281411901969016228964462821176901237521260300710","5435843409458313999381102264183340357590684704150444122614428520426358082116","-15625042378745240549738850418284475809590980545011269321486233340721413480905","-21664920278680071169739002123124872962274241082675113634414916595363485985371","11125866717771425303159905931226244321788086512711975732437137644834953664909","15510765173302969630440227280237648300591840410899671288762423273201650711553","-18761347108485015349865138737667988241486906452749340052873945053163183214091","19605860288330233371675892360323670320798052384101712564930167125595335373444","9309305414572127679098913485458751442406859705399188883807887272666795627668","17259563268648847729482811966558513135433894462749155830382369728376537362884","3202343464519379159572691659713546734383618095148631378515354595129475843276","6882627118209971245965549168542531279679896263059098299742063023016847467437","4103021024635763458383837376351094625642865272782084050859754426848235526409","5679027533158781216970476365334284281939603016589876587859398660239252889825","-19883211622504116746405859577301480699875755123994357576501402215181464920118","8433729881192862094269874086019876796597082099848177851393107451697783090975","-13156596542467876304894652409602500522726431385870081487888097176228338521465","-3840272938097329947389591769061588297809246281596965031432430589287780490544","-15575703491837515241361007051373113773208544339907820959592117283784417663675","-2685922678536277332406450876493578986013844332177699299852933598586806547325","5834052084164147389374110409391986036142693935702764282163945773359846640228","-2235990981001999061048596872020032806628626609449833050409111738815685388133","-14078035692010471958681868852757282561874130542627163852640973632891723366209","-138511723250280883917802083038833605953624692219820024160873351425193223919","-6892354322821283629290227610292248660075444272239196152518983545409750390113","-16997486640333063426086380342470591981769991782196911902249112974589693507011"],["0","-18156186915509507891422978179803307376480724086486512528328247755571771653128","-6156089380369742303049177313067296128939513377138601731307654061983419421766","3972896260832129464019616442772601525185119620801542892357703929691994819554","-19993780568863682982721479435353410426533116390267140428714856783505787867366","-17325911761284993135331099182100695954984916672702479881873653320200253334495","-20654770212889996722074488975334062078106445349650078386291210117561043369674","5457733769774037215407744910246361890132030323958830880746048763016389457319","7943939998283740093995642388364011650762010809083993639399186386296788325543","-8156095753773435685621478405638610157391262960044222687357944311239972285669","-8973100731057803437819155068723995385170935931835570441702806668868700721087","7816555624746837763502029856345188617192517533500610771655788310511694166966","4772859011733387894387850402356247965553591901432377181135563042368325611519","10280630991051186502416658662368654603907670446160150232606244421490949616695","-21618307813608199217909868603926557627342388240479988906766410730185754281757","-15355728286352401980098491320588905296100047714505975410226720915246530794292","1616560117594795973663402628784980683415059791971500924882965965482403580705","-8420552885769730299576274649540248219838538848085999176639714220966247842096","-7206601885408493980761845380054154224359771111634109693604055840085908507389","-7199333944592318499985393578737767609783054361208952201459307110331879780570","-12270431453362609792190456143490737052466262066783466824934076503117248747080","13403540789415097480559311355242398886995981843780523488886503669256984324891","13066783805423798843948029717181667348562566942557193280579645264082651319950","15489739381701060233770651510681643802367165638829863265348209300279029918924","4842729492346315083351662323137903102444097964197713523898239779379532650498","-18931625952409323392812051417719829373456346373015635674241442723423715912438","-1423023735298304679337030762259958026412299299259938956759223175346726027863","-19181484580400766290175674672968912729182537171650958858379145364329801832606","-21400030882903859847245759785382079370221879925741667127321743667119439081648","16983580218297365550268162123572813751673085368451430279668890156144205898981","17876768213222136880744394728325042719147267444030845839755282413224837605371","5399335767901855481452136933532747651321412786532236307334691556943045012066","143842550405240384961154760142065611030505675305371902535033378399624866998","12805668484531454950409449230368629470233128260146441731390355002341852548410","-12755498768424279489488627195642968503059475271971556082271412181274782041081","-21637850373359994899202913851492029756325106133141576958914931313642762119211","14538538021294072057075864539215066897982178371917478572801251264383128123467","9182593963155071199469972450210737392604360159180628531465504339561813354117","-21458454090620329090199563657785408416583057430772227499705252353092923288974","11688898033149214789016196767932102760137928941572576132406304439341587612506","-6278210981601115617613086308377644439511740112041334305680568079293921219677","18546800216229822330603127458671744627540466223860010170130729004565650815327","12854225830074077822835231513404469353925714400090386205175894506149179621752","-7100210344806616549893083030024556735201753916819436513848202045265005332796","-5388309745834409641734800757262713969293639414895921594175053060297360857315","7763628043304955406745081382014938318609948139142835768046781167979915432610","-6216323426259694953321265576076294509871625682044118911806307967828121633939","-1723556885442964009524784728252034157175154274866126389333024599476683416300","5785097029933967385007461360076472812169674957072634023220512284959424125460","14366341339506309708237275464610144306180312929737636323003197534657771563083","1558598654835671474291660810449426828434248178749978582246490805104557983400","8627275865140144797742074576913789266909034149624086569022863370679853782686","12570687666565161681281193806418306905787754071964712923833368422806588621752","16744747887006998421214442194844247534984338275135122199127541617453108194987","1488958311467591917124708766093874937178208793461822244886971033449057106482","-12433543721514857074003497359701934824427096719790569336735769177534170319730","8175137827571877047581077016302357070530447337963217300167876066542184863695","-1441745440916782881913555371852754102406135051598969925994410624244887671435","-17155414646826472835226903870935439688618866916447480685087572882076913786169","-16852095917189560626560522191851953467699554647756781738062702807947081163315","5703404397660934213798111549016244284442292024300763844946820760511455176014","-4442270302641892247305530572644903980870239390193622970246064655151170067321","2130245895491339025728555987030657958144696023710020630800721129591034380527","13592553636866059132246639252770717463355537852388075424390684702240334739946","20779548489127852818442731548966265344355550210024413973908073133513922780369","-18881725430607917990492053762859864305855549864309680532604428000735229214316","10257541009324833311078470091532520878948745378912636343105923837630601775008","-19043896707204079821859456450463934648860727606065048952466012286873259316331","17379350577505385421493754333858841898733827898762580190599679619351839709625","15918977346365764672932828275219973223209640414902196420016612894750009914635","-20659732553343911294746601333179614032457773282524996077801345636300563335702","-1854640408598259806480168506397591285166826263899038876167701778006226141259","15630193487172377129679345919015473114127968182963238387389085547199378604531","-14897832379090023061760202489511141229614187430679170327832913696134946043145","-10107309503328290287980007127543020062542209276732234723969988614882333820624","12572495176032488069577262247305548715389668057512891298655598288466712105803","10871686818916627998762204528366680715181369408300888245228857040852716164232","-9361841885651205877231295091311676530633596689606504299274262494867018466193","-21441597685520867117231598500992470836000117764934192925131629004151163475125","-21524752308135699838172999628062061533520555775408117222522133083481709661416","9133287474766664038634048815218021512635316421383308233826642359827492927489","6253791526708519744762534015178573694122915895333388581648518266825250563052","17323477704821191521105378975390065553047740367787390786162130064614862251271","18618610829144255358197826970917502884813719410798377767615774545333591255336","12630883665458420236719218187859751182319424525082277317066535270177266230151","6404686929038758319145383319427093468767236190297262757030709190258951686552","13765254236419942491931098337085062559359792526118196599484126046033694934874","-13682200822567748305478730992555085837262633854851866241978695332879337442799","11358055066317562433940952730668568563879206033179753175718797320478505779650","-17878180373168958270565313409345686311203145847572680809304600243787121344619","16867459762385724188539748172039753593194164199696355702786214903395566181950","-4424950213096477387542899073947725956904498371324128632077990165880868547313","-7680545876194659894779183538123176595618492563193930062864861178575560981088","-9263164111835755260475608357488952457868724279399607575486030380993026831733","-5371845357072554664812901752987157972027688664355398599705867197173613094650","11668104168328294778748220818783972072285387871405528564327891546719693280456","-4471981962003998122097193744040065613257253218899666100818223477631370776266","-6267828512181668695117331960257290035199896684838293361583743079207638236801","-277023446500561767835604166077667211907249384439640048321746702850386447838","-13784708645642567258580455220584497320150888544478392305037967090819500780226","-12106730408826851629926354939683908874991619163977789460800021762603578518405"],["0","7464111912659534661646855130907935424135280627859043630739912862008073684978","-12312178760739484606098354626134592257879026754277203462615308123966838843532","7945792521664258928039232885545203050370239241603085784715407859383989639108","-18099318265888090743196553125449545764517868380118246513731509380435767239115","-12763580650730711048415792618944116821421468944988925420049102453824698173373","-19421297553940718221902572205410849067664526298884122428884216048546278243731","10915467539548074430815489820492723780264060647917661761492097526032778914638","15887879996567480187991284776728023301524021618167987278798372772593576651086","5576051364292403851003448933980054773765838480327588968982315564095863924279","-17946201462115606875638310137447990770341871863671140883405613337737401442174","15633111249493675527004059712690377234385035067001221543311576621023388333932","9545718023466775788775700804712495931107183802864754362271126084736651223038","20561261982102373004833317324737309207815340892320300465212488842981899233390","-21348372755377123213573331462595840166136412080543943469834617273795700067897","-8823213700865528737950576895920535503651731028595916476755237643917253092967","3233120235189591947326805257569961366830119583943001849765931930964807161410","5047137100299814623093856446176778648871286704244035990418775744643312811425","-14413203770816987961523690760108308448719542223268219387208111680171817014778","-14398667889184636999970787157475535219566108722417904402918614220663759561140","-2652620034885944362134506541724199016384159733150899306169948819658688998543","4918838706990919738872216965227522685443599287145012634074803151938160154165","4245324739008322465649653689106059608576769484698352217461086341589494144283","9091235891562845245294897276106012516185966877243692186998214413982251342231","9685458984692630166703324646275806204888195928395427047796479558759065300996","-15975009032979371563377697090182383658364328345615237004784681260271623329259","-2846047470596609358674061524519916052824598598519877913518446350693452055726","5413516582877017864141462144576724718731654457530150970638117644492013326022","976423977870830750001291919750391436652968949348734432752921038912738827938","12078917564755455878289918501888352414797806336486826215639576125712603302345","-8022949317234276683004022033864464738802193912770377007885843546701941780492","-11089571336035564259342131878191779785905538827351561729028821072689718471485","287685100810480769922309520284131222061011350610743805070066756799249733996","3723094097223634678572492715479983851917892119876849119082505818107896601203","-3622754665009283756730848646028661917570586143527077820844620175973755586545","-21387457874880714576159421957726784424101847865867119574131658440709715742805","-14699409701090406330341082412084416381132372056997111541793905844385360744300","18365187926310142398939944900421474785208720318361257062931008679123626708234","-21028665309401382958152721570313541744617750461128420655712300519610038082331","1489553194459154355785987790606930431727493482729117921114404692107366729395","-12556421963202231235226172616755288879023480224082668611361136158587842439354","15205357560620369438959849172086214166532568047303985996563253822555493135037","-18068034083530394798822348463705611469245300000651296277044619360853257747730","-14200420689613233099786166060049113470403507833638873027696404090530010665592","-10776619491668819283469601514525427938587278829791843188350106120594721714630","15527256086609910813490162764029876637219896278285671536093562335959830865220","-12432646852519389906642531152152589019743251364088237823612615935656243267878","-3447113770885928019049569456504068314350308549732252778666049198953366832600","11570194059867934770014922720152945624339349914145268046441024569918848250920","6844439807173344194228145183963013523812261459059238302308190882739734630549","3117197309671342948583321620898853656868496357499957164492981610209115966800","17254551730280289595484149153827578533818068299248173138045726741359707565372","3253132461291048140315981867579338723027143743513391503968532659037368747887","11601252902174721620182478644431219981420312149854210054556879048330407894357","2977916622935183834249417532187749874356417586923644489773942066898114212964","-2978844571190438925760588974146594560305829039165104329773334168492532143843","16350275655143754095162154032604714141060894675926434600335752133084369727390","-2883490881833565763827110743705508204812270103197939851988821248489775342870","-12422586421813670448207401996613604288689369432478927026476941577578019076721","-11815948962539846030874638638446631846850744895097529132427201429318353831013","-10481434076517406794650182647224786519663780351814506653804562665552898143589","-8884540605283784494611061145289807961740478780387245940492129310302340134642","-17627751080856597170789293771195959172258972352995993082096761927393739734563","5296864401892843042246872760284159838162711304360116505083165217904860984275","-2217388765422844807607348392582019488385628380783240739580262106123771430496","-15875207989376560758737701780462453523162735328203326721510651814894649933015","20515082018649666622156940183065041757897490757825272686211847675261203550016","-16199550542568884421472507155670594209173090811714063561233820387170710137045","12870458283171495620741102922460408708919291397109126037501155052127870923633","9949711820892254123619250805182671357870916429388358496335021602924211333653","2457020636990727854999608824155322112181182235782076531793717100550490319830","-3709280817196519612960337012795182570333652527798077752335403556012452282518","-12516098769333796185134119652483603948840792434905591912618237278752859782172","13980820985498504320972406511492267717868353939473728031730580980881724904944","-20214619006656580575960014255086040125084418553464469447939977229764667641248","3256747480225700916908118749353822342230971714609748253612992390357615715989","21743373637833255997524409056733361430362738816601776490457714081705432328464","3164559100536863467783815562633922027281171021203025745149679196841771563231","-20994952499202459012216791256727666583451871129452351506565053821726518454633","-21161261744432124454099593510866847978492747150400200101346061980387610827215","18266574949533328077268097630436043025270632842766616467653284719654985854978","-9380659818422235732721337714900127700302532609749257180401167652925307369513","12758712537803107819964352205522856017547116335158747228626055942653916006925","-6539264085390039728097157548679544407469289979235313152164859282484434480562","3373524459077565251192030630462227276090484649748520290434866353778723964685","12809373858077516638290766638854186937534472380594525514061418380517903373104","5642265601000609761615790928912850030171220651820358855270047905491581374131","-5476158773296221388711056239852896585976903309287698140259186479182866389981","827867260795849645635499716079862039210047665943472007739390454381203063683","-13868117874498641318884221073434097533857927294729327274910996300998434193621","11846676652932173154833090598822232097839963998976677061874225620215323868283","13038342445646320447160607597361823174739367657767777079542223854814071400991","-15361091752389319789558367076246353191236985126387860125729722357151121962176","-18526328223671510520951216714977904915737448558799215150972060761986053663466","-10743690714145109329625803505974315944055377328710797199411734394347226189300","1447965464817314335250035892310669056022411342395022784957578906863578065295","12944278947831278978052018257177143862033857962616702142061757231313066943085","9352585847475937832011741824742695018148571030739447620530718028160532022015","-554046893001123535671208332155334423814498768879280096643493405700772895676","-5681174419445859294914504695911719551753412688540750266377729995063193064835","-2325217945814428037606304134110542661434873927539544577901839338631348541193"],["0","14928223825319069323293710261815870848270561255718087261479825724016147369956","-2736114649639693989950303507011909427209689108138372581532412061357869191447","15891585043328517856078465771090406100740478483206171569430815718767979278216","-14310393659936906264146700505641816440487372359820458683764814574295725982613","-3638918429622146874585179492630958554294573489561816496400000721073587851129","-16954352236042161221558738665564423046780688197352210514070227910516747991845","21830935079096148861630979640985447560528121295835323522984195052065557829276","9887517121295685153736163808198771514499678835919940213898541358611344806555","11152102728584807702006897867960109547531676960655177937964631128191727848558","7884082819447336693216191215618568636412985073489786920585181697676814106886","9377979627148075831761713680123479380221705733586408742924949055470968172247","19091436046933551577551401609424991862214367605729508724542252169473302446076","19234281092365470787420228904217343327082317384224566586726773499387989971163","-20808502638914971204900257179934405243724459760671852595971030361015591640177","-17646427401731057475901153791841071007303462057191832953510475287834506185934","6466240470379183894653610515139922733660239167886003699531863861929614322820","10094274200599629246187712892353557297742573408488071980837551489286625622850","-6938164669794700700800975774959341808890720046120404430718019173767825533939","-6909092906529998777695168569693795350583853044419774462139024254751710626663","-5305240069771888724269013083448398032768319466301798612339897639317377997086","-12050565457857435744501971814802229717661165826126009075548597882699488187287","8490649478016644931299307378212119217153538969396704434922172683178988288566","18182471783125690490589794552212025032371933754487384373996428827964502684462","19370917969385260333406649292551612409776391856790854095592959117518130601992","-10061775194119467904508988435107492228180292290814439665871158333967438162901","-5692094941193218717348123049039832105649197197039755827036892701386904111452","10827033165754035728282924289153449437463308915060301941276235288984026652044","-19935394916097613722243821905756492215242426501718565478192362108750330839741","2269592257671636534333431258519429741047248272557618087580948064849398109073","-16045898634468553366008044067728929477604387825540754015771687093403883560984","21597343071607421925808547734130990605285651146128945229338766227772180048264","575370201620961539844619040568262444122022701221487610140133513598499467992","-14442054677392005865101420314297307384712580160662336105533192550360015293211","-7245509330018567513461697292057323835141172287054155641689240351947511173090","-20886672877922153930072438170196293759655331331318204804565112694843622989993","14377666341497737783810646666345717414831984686837845603808596684380895502634","-7046109891058265646612921689671600606679288164109554561534391014904363574766","-20169087746963490694059037395369808400687136521840806967726396852644267669045","2979106388918308711571975581213860863454986965458235842228809384214733458790","-3224601054565187248205939488253302669498596047749302879024068130599876383091","8522472249401463655673292598915153244516771694191937649428303458535177774457","-14247825295221514375398291182153947849942235600886558210391034535130706999843","-6512598507387190977325926374840951852258651266861711711694603994484212835567","-21553238983337638566939203029050855877174557659583686376700212241189443429260","9166269301380546404733919782802478185891428156155308728488920485343853234823","18911192038639770631207749186209372137610226072655593040171176501839130455478","-6894227541771856038099138913008136628700617099464505557332098397906733665200","1252145247896594317783439695048616160130335427874501749183844953261888006223","-8199363257492586833790115377331248040923841482297557739081822421096339234519","6234394619342685897166643241797707313736992714999914328985963220418231933600","12620860588721303968721892562397881979087772198080311932393249296143606635127","6506264922582096280631963735158677446054287487026783007937065318074737495774","1314262932510168018118551543605164874292259899292385765415553910085007293097","5955833245870367668498835064375499748712835173847288979547884133796228425928","-5957689142380877851521177948293189120611658078330208659546668336985064287686","-11075934433391042254168503425305121894974939448979199486724904106982877536454","-5766981763667131527654221487411016409624540206395879703977642496979550685740","-2956929971788065674168398247969933488830374464541819709255678968580229657825","-1743655053240416839502871531635988605153125389779023921156198672060899166409","-20962868153034813589300365294449573039327560703629013307609125331105796287178","-17769081210567568989222122290579615923480957560774491880984258620604680269284","-13367259289873919119332181797134643255969580305575951820495319668211670973509","10593728803785686084493745520568319676325422608720233010166330435809721968550","-4434777530845689615214696785164038976771256761566481479160524212247542860992","-9862173106913846295228997815667631957777106255990619099323099443213491370413","-2746321706379217200178931124384466661301747285181523314972713022629209891202","-10510858213298493620698608566083913329797817223012092778769436587765611778473","3852673694503716019235800099663542329290218393802217731304105917679933351649","-1988819230054766975007904134891932372806531541639317351028160980727385828311","4914041273981455709999217648310644224362364471564153063587434201100980639660","14469681237446235996325731719666909947881059344819878839027397074550903930581","-3143954666828317148021833559709932809133220469395149481538270370929911068727","6073399099157733419698407277727260347188343478531421719762957775187641314271","-18540995141473885929673622764914805161620472706512904552181750272953526786879","-15374747911387873388430168246549630404086420971196537836472219405860577063639","21598504403827236772802412368209447772177113232787518637217223976835056161311","6329118201073726935567631125267844054562342042406051490299358393683543126462","-20101662126565642802187176768198058078355377858488668669431903456877228413649","-20434280617024973685952781276476420868437129900384365858993919774199413158813","14644907027227380932289789515614810961992901285117198591608365252734163214339","-18761319636844471465442675429800255400605065219498514360802335305850614739026","-18259060668072334804564107079468838142002496130514574230144296487843784977384","-13078528170780079456194315097359088814938579958470626304329718564968868961124","6747048918155130502384061260924454552180969299497040580869732707557447929370","-18157738027523517167911278212806176302027784039643017659273571612115810245026","-10603711669838055699014823887431575028205923096775316633158108375592645747355","-10952317546592442777422112479705793171953806618575396280518372958365732779962","1655734521591699291270999432159724078420095331886944015478780908762406127366","-5847992877158007415522036401610919979167490189042620206123788415421059891625","1805110434025071087419775452387189107131563597537319780050247053854839240949","4188442019453365672074809449466371260930370915119519815386243523052334306365","13054302238899910865376077338021843794622758548056348435936963658849373066882","6723829296335529402590378060558740345621831683233638385452286849179509664302","-21487381428290218659251607011948631888110754657421594398823468788694452378600","2895930929634628670500071784621338112044822684790045569915157813727156130590","-17887927848015992488388774976160262453029012875598664403272893910525483105064","-3183071176887399558222922095771885052251222338937139102636768130254744451587","-1108093786002247071342416664310668847628997537758560193286986811401545791352","-11362348838891718589829009391823439103506825377081500532755459990126386129670","-4650435891628856075212608268221085322869747855079089155803678677262697082386"],["0","-13920038093040411797905390966882808480555606289395894164436756925119322251322","-5472229299279387979900607014023818854419378216276745163064824122715738382894","9894927214817760489910525796923537112932592565996308795163427250960150060815","-6732544448034537306046995266026357792426380319224883023831424962015643469609","-7277836859244293749170358985261917108589146979123632992800001442147175702258","9867781271594228001375334159385704083535352406127647659255952552118121007544","21773627286353022501015553536713620032507878191254612702270185917555307162935","19775034242591370307472327616397543028999357671839880427797082717222689613110","-21472280286508935040479015754594331082033374879521712811467146116768161294118","-6120077232944601835814023314020137815722394253436460502527840791222180281845","18755959254296151663523427360246958760443411467172817485849898110941936344494","16294629222027827932856397473592708635880370811042983105386300152370796396535","16580319312891666352594052063177411565616270368033098829755342812200171446709","-19728762405990667187554108614611535398900555120927670848243856535455374784737","-13404611931622839729555901838424866926058559713967631563322746389093203876251","-8955761931080907432939184714977429621227886064644026944634476462716579849977","20188548401199258492375425784707114595485146816976143961675102978573251245700","-13876329339589401401601951549918683617781440092240808861436038347535651067878","-13818185813059997555390337139387590701167706088839548924278048509503421253326","11277762732295497773708379578360479023011725467812437119018408907941052501445","-2212888043875596266757537884347184346773967251835983807398991578823167878957","-4906943915805985359647790988833036654241286461622625473853858820217831918485","14476700694412105758933183359166774976195503108558734404294653469353196873307","16853593066931245444566892839845949731004419313165673847487714048460452708367","-20123550388238935809017976870214984456360584581628879331742316667934876325802","-11384189882386437434696246098079664211298394394079511654073785402773808222904","21654066331508071456565848578306898874926617830120603882552470577968053304088","-17982546960355952222241238066255709341936488603021096612686520030924853183865","4539184515343273068666862517038859482094496545115236175161896129698796218146","-10203554397097831509769682390200583866660411250665473687845170000231958626351","21306443271375568629370689723004706122022937891841856114979328268968551600911","1150740403241923079689238081136524888244045402442975220280267027196998935984","-6995866482944736507956434883337339680876795920908637867368180914144222090805","-14491018660037135026923394584114647670282344574108311283378480703895022346180","2003139987834242584347935150121962657786066138195659078266182983464371011248","6867089811156200345374887587434159741115604973259656863918989182185982509651","-14092219782116531293225843379343201213358576328219109123068782029808727149532","-18449932622087706165871669045482341712825908643265579591754589518712726842473","5958212777836617423143951162427721726909973930916471684457618768429466917580","-6449202109130374496411878976506605338997192095498605758048136261199752766182","17044944498802927311346585197830306489033543388383875298856606917070355548914","-6607407718603753528550176619050620611336106801357082077083864883685605504069","-13025197014774381954651852749681903704517302533723423423389207988968425671134","-21218235094836001911632000312844436665800750918751338409702220295803078362903","18332538602761092809467839565604956371782856312310617456977840970687706469646","15934141205440266040169092627161469186672087744895151736644148817102452415339","-13788455083543712076198277826016273257401234198929011114664196795813467330400","2504290495793188635566879390097232320260670855749003498367689906523776012446","-16398726514985173667580230754662496081847682964595115478163644842192678469038","12468789238685371794333286483595414627473985429999828657971926440836463867200","3353478305603332715197379379538488869627179995744589521088294405711404774637","13012529845164192561263927470317354892108574974053566015874130636149474991548","2628525865020336036237103087210329748584519798584771530831107820170014586194","11911666491740735336997670128750999497425670347694577959095768267592456851856","-11915378284761755703042355896586378241223316156660417319093336673970128575372","-263625994942809286090601105352968701401514497542364629751604027389946577291","-11533963527334263055308442974822032819249080412791759407955284993959101371480","-5913859943576131348336796495939866977660748929083639418511357937160459315650","-3487310106480833679005743063271977210306250779558047842312397344121798332818","1850749437608923265892080901615404098441607393574042072178157710940024416878","-13649919549295862756197838835901956758413550721132949418270313054633552042951","17041967163930712205828447896245263665157568189680165046405769036728275044216","21187457607571372168987491041136639352650845217440466020332660871619443937100","-8869555061691379230429393570328077953542513523132962958321048424495085721984","-19724346213827692590457995631335263915554212511981238198646198886426982740826","-5492643412758434400357862248768933322603494570363046629945426045258419782404","866526445242287980849188613089448428952729954391848786159331011044584938671","7705347389007432038471600199327084658580436787604435462608211835359866703298","-3977638460109533950015808269783864745613063083278634702056321961454771656622","9828082547962911419998435296621288448724728943128306127174868402201961279320","7051119603053196770405057694076544807213754289223723334356589962525999365545","15600333538182640926202738625837409470281923461625735380621663444715986358163","-9741444673523808382849591189802754394171677443353190904172288636200525867075","-15193747411108496637100839784572335234692581012609774760665296359331245078141","13026989920902803667632474997415289368923886858438993014451969561430462863956","21308765935815198323358418991161620455805862065159002930736243767094303827005","12658236402147453871135262250535688109124684084812102980598716787367086252924","-18315081381292010382127947791138841068162391316561302995165602727178648331681","2907924509628603072587248937561708440222469000063336969408568824752790673608","7401571182615486642333173285972346835437438169818362839518526318892517933061","-15634396401849667708638945114343235712661766038580994377906466425125420982435","7258364407533880835364597331576873893091736539802920227107815397464047036466","-4268813469720883690142224449460902541328795516525218264961232943361929426631","-8394145035529014217478283223408365984186425801421953181958738771460912636877","-14427233183207759113576150680355077515507203678870000974848939037655811994435","-21207423339676111398029647774863150056411846193550633266316216751185291494710","21871850650493664889648586531102963833189115563681276126359662456420151431310","3311469043183398582541998864319448156840190663773888030957561817524812254732","-11695985754316014831044072803221839958334980378085240412247576830842119783250","3610220868050142174839550904774378214263127195074639560100494107709678481898","8376884038906731344149618898932742521860741830239039630772487046104668612730","4220361605960546508505748930786412500697152695696662528175723131122937638147","13447658592671058805180756121117480691243663366467276770904573698359019328604","-21086519984741162096256808278639988687673144914427154453948733390813096261583","5791861859269257341000143569242676224089645369580091139830315627454312261180","-13887612824192709754531144207063249817509661350781294462847583634475157714511","15522100518064476105800561553713504984045919722541756138424667926066319592443","19672055299834781079561572416635937393290369324898913957124230563772716912913","-836454805944161957411613038389603118465286353746966721812715793676963763723","-9300871783257712150425216536442170645739495710158178311607357354525394164772"],["0","-5951833314241548373564376188508341872562848178375753985175309663662836007027","-10944458598558775959801214028047637708838756432553490326129648245431476765788","19789854429635520979821051593847074225865185131992617590326854501920300121630","-13465088896069074612093990532052715584852760638449766047662849924031286939218","-14555673718488587498340717970523834217178293958247265985600002884294351404516","19735562543188456002750668318771408167070704812255295318511905104236242015088","21659011700866769779784701328169964976467391982093191060842167648534805830253","17661825613343465392698249487537810969450350943263726511895961247869570730603","-21056317701178594858711625763931387075518385358627391279236088046960514092619","-12240154465889203671628046628040275631444788506872921005055681582444360563690","15623675636753028104800448975236642432338458533929600628001592035308064193371","10701015572216380643466389201928142183212377221669931867074396118165784297453","11272395753944057482941698381097548042684176335650163315812481437824534397801","-17569281940142059152861811483965795709252745841439307352789508884334941073857","-4920980991406404236865397931592458763568755027519228782947288591610599256885","-17911523862161814865878369429954859242455772129288053889268952925433159699954","-3399388941280033459741959921100320986126435166879780764046202416005114499834","-5864415807339527580957497354580092147014515784065583379173872508495493640139","-5748128754280719888534268533517906313787047777263063504857892832431034011035","667282592751720325170353411463682957475086535208839894338613629306296507273","17462466784088082688731329976562906395000429896744066728900221028929472737703","12074355040227304502950823767591201780065791477170783395990486546140144658647","7065158516984936295619960973076274863842641816701434464891102752130585250997","11818943262023215666887379934434624373460474225915313351277223910345096921117","-18358857904638596395789547995172693824172804762841724319786429149293944155987","-880136892933599647146086450902053334048424387742988964449366618971807950191","21419889791176867690885291411356522661304871259825173421406736969360298112559","-14076851048872629222236070387254143595324612805626158881674835875273897872113","9078369030686546137333725034077718964188993090230472350323792259397592436292","-20407108794195663019539364780401167733320822501330947375690340000463917252702","-1163599200927413185751432044505137933050853017148356457437751835214513789412","2301480806483846159378476162273049776488090804885950440560534054393997871968","-13991732965889473015912869766674679361753591841817275734736361828288444181610","14794448423604280390646022322285254836532039652615446120639446965361572298874","4006279975668485168695870300243925315572132276391318156532365966928742022496","13734179622312400690749775174868319482231209946519313727837978364371965019302","-6296196692393787364205281013429127338168788256022183902439359873041645803447","-15011622372336137109496932345707408337103452886115124839810974850849645189329","11916425555673234846287902324855443453819947861832943368915237536858933835160","8989838653578526229422647792244064410553980209418822827601931664176302963253","12201646125766579400446764650403337889518722376351716254015009647564902602211","8673427434631768165146052507156033865876150797701870189530474419204597487479","-4162151157709488687057299754106532320486240667030812503080211791361042846651","-20548227317832728601017594880431598243053137437086642475706236405030348230189","14776834333682910396689273385952637655017348224205200570257477754799604443675","9980039539041256858091779509065663284795811089374269129590093447629096335061","-5688667295248148930150149906775271426254103997441987885630189405051126165183","5008580991586377271133758780194464640521341711498006996735379813047552024892","10979032713708203109332349981189558013401362871641837731069118688766260053158","3049335605531468366420167221933554166399606459583622972245648695097119238783","6706956611206665430394758759076977739254359991489179042176588811422809549274","4136816818489109900281449195377434695668785547691097688050057085723141487479","5257051730040672072474206174420659497169039597169543061662215640340029172388","1935090111642195451748934512244723906302976294973121574493332348609105208095","-1942513697684236183838306047915481393898267912904800294488469161364448655127","21360990881953656650065203534551337685745335405331305084194996131795915341035","-1179684182829250888370480204386790549949796425167484472212365801342394247343","-11827719887152262696673592991879733955321497858167278837022715874320918631300","-6974620212961667358011486126543954420612501559116095684624794688243596665636","3701498875217846531784161803230808196883214787148084144356315421880048833756","-5411596226752450290149271926546638428278737041849864492842421922691295590285","12195691456022149189410490047233252241766771978944295749113333886880741592815","20486672343303469115728576337016003616753326034464897696967117556663079378583","-17739110123382758460858787140656155907085027046265925916642096848990171443968","4327793316023165263576820227844022345988303776869592290104010600297651509582","-10985286825516868800715724497537866645206989140726093259890852090516839564808","1733052890484575961698377226178896857905459908783697572318662022089169877342","15410694778014864076943200398654169317160873575208870925216423670719733406596","13932965951620207322214789205689545597322238233858764939585560263666265182373","19656165095925822839996870593242576897449457886256612254349736804403922558640","-7786003665732881681436290357104185474120855821968587674985024261523809764527","-12575818667313268592087334238839731236532881877580597926153081483719644274908","2405353524791658456547223365651766300205009513709652535353626914174756761467","-8499251950377718051955273823887395380836797624803515177632388532086681660665","4165736969966332113018544249573303649299409316461951685205734936285117232295","-1158953872048153797775973508191309265485004670514062825923920838963009337224","3428229932455632520024118755814101129701003769208171617499229388158364010231","-14741919890744745542009489837020407047776418232706571646633001267781488167745","-16072393852582069077071907870133858208103426400289360404881066537070227148401","14803142365230973284666346571944693670874876339636725679037052637785035866122","12507692939979215027214921261828078751773196723670079931583475522900775026364","14516728815067761670729194663153747786183473079605840454215630794928094072932","-8537626939441767380284448898921805082657591033050436529922465886723858853262","-16788290071058028434956566446816731968372851602843906363917477542921825273754","-6966223494576243004905895615452879942466042957323967605999673888735815493253","1361639064326327648433515940788250064273036413730802154763974870781034001814","21855458429148054557050767316948652577829866726946517909021120726264494367003","6622938086366797165083997728638896313680381327547776061915123635049624509464","-1503728636792754439841739861186404828121596355754446480796949475108431070883","7220441736100284349679101809548756428526254390149279120200988215419356963796","-5134474794025812533947167947391790044826880739937955082153230094366471270157","8440723211921093017011497861572825001394305391393325056351446262245875276294","5007074313502842388115106496977686293938962332518519198110943210142230161591","-20284797097643048970267210812022702286797925428438274564199262595050384027549","11583723718538514682000287138485352448179290739160182279660631254908624522360","16001260095293130935430523076388050542077406099269479761701241104201301562212","9155958164289676989354717362169734879543475044667477933151131665556830689269","17455867727830286936876739088014599698032374249381793570550256940969625330209","-1672909611888323914823226076779206236930572707493933443625431587353927527446","-18601743566515424300850433072884341291478991420316356623214714709050788329544"],["0","9984576243356178475117653368240591343422668043664526373347584859250136481563","-674325278276697356022310838000329129148464690946308561092304287145035959","17691465987431766737395697442436873363182005863569200836955504817264791747643","-5041934920298874001941575318848156081157156876483497751627495661486765382819","-7223104565137899774435030195790393345808223516078497627501801582012894313415","17582882214537636783254930892285541245593045224094556293325606021896675534559","21429780529894264337322996911082654864386419563770347777986131110493803164889","13435408354847655563150093229818346850352337486111418680093718309163332965589","-20224392530517914495176845782605499062488406316838748214773971907345219689621","-2592066059939132121009687510823276174341212613329807666413158978312912631763","9359108401666780987354492205216009776128552667443166912304979884040319891125","21402031144432761286932778403856284366424754443339863734148792236331568594906","656548636048839743636991016937820996819988270884292287926758689073260299985","-13250321008444843083477217222674316329957127282462580361880813582094073652097","-9841961982812808473730795863184917527137510055038457565894577183221198513770","-13934804852484354509510333114652443396363179858160073434839701664290510904291","-6798777882560066919483919842200641972252870333759561528092404832010228999668","10159411257160220060331411036097090794519332832284867585350459169584821215339","-11496257508561439777068537067035812627574095554526127009715785664862068022070","1334565185503440650340706822927365914950173070417679788677227258612593014546","13036690696336890155216254207868537701452495393072099114102237871283136979789","2260467208615333783655241789925128471583218553925532448282768905704480821677","14130317033969872591239921946152549727685283633402868929782205504261170501994","1749643652207156111528354123611973658372584051414592358856243634114385346617","7058769934401357652913715500169162528751119275148620047823550074563728679260","-1760273785867199294292172901804106668096848775485977928898733237943615900382","20951536710514460159524177077455770234061378119234312499115269752144787729501","15622783645933292000020670716006262986447503189579750924046736622603821247008","18156738061373092274667450068155437928377986180460944700647584518795184872584","-18925974716552050816832323815545060378093280602245860407682475814352026009787","19561044469984448850743541656246999222446658366119321428822700516146780916793","4602961612967692318756952324546099552976181609771900881121068108787995743936","15793019811899604412667071957165191453589545117197517217923684716574728628014","7700653975369285559045638899313234584515714904814857897580689744147336102131","8012559951336970337391740600487850631144264552782636313064731933857484044992","5580116372785526159253144604479363875914055492622593111977752542168121542987","-12592393384787574728410562026858254676337576512044367804878719746083291606894","-8135001872832998996747458946157541585658541371814215335923745515123481883041","1944608239507194470329398904453611819091531323249852394132270887142059174703","17979677307157052458845295584488128821107960418837645655203863328352605926506","2515049379693883578647123555549400690489080352287398164331815108553996708805","17346854869263536330292105014312067731752301595403740379060948838409194974958","-8324302315418977374114599508213064640972481334061625006160423582722085693302","-19208211763826181979788784015605921397557910473757250607714268623484887964761","7665425795526545571132141026648000221486332047994366796816751323023400391733","19960079078082513716183559018131326569591622178748538259180186895258192670122","-11377334590496297860300299813550542852508207994883975771260378810102252330366","10017161983172754542267517560388929281042683422996013993470759626095104049784","-21818420316262144225828111528135434150294003057548393225258170995619096884918","6098671211062936732840334443867108332799212919167245944491297390194238477566","13413913222413330860789517518153955478508719982978358084353177622845619098548","8273633636978219800562898390754869391337571095382195376100114171446282974958","10514103460081344144948412348841318994338079194339086123324431280680058344776","3870180223284390903497869024489447812605952589946243148986664697218210416190","-3885027395368472367676612095830962787796535825809600588976938322728897310254","20833738892068038077884001323845400282942306410246575824691788077016022186453","-2359368365658501776740960408773581099899592850334968944424731602684788494686","-1767196902465250171100780238502192822094631315918523330347227562066028766983","-13949240425923334716022972253087908841225003118232191369249589376487193331272","7402997750435693063568323606461616393766429574296168288712630843760097667512","-10823192453504900580298543853093276856557474083699728985684843845382591180570","-19385102831634252065671831396048045693563184842943477189169740599390133805604","19085101814767663009210746928774732144958287668513761050236030926750350261549","8298265496913033522775237209202238362926674708300216854112214675171274103298","8655586632046330527153640455688044691976607553739184580208021200595303019164","-82330779194462379185043249818458201865613881036152176083499994457870633999","3466105780969151923396754452357793715810919817567395144637324044178339754684","8933146684190452931639995052051063545773382750001707506734643154863658317575","-15910553840438135800063233079135458982452252333114538808225287845819086626488","17424087320012370457747335441227878706350551372097190165001269422232036621663","-15572007331465763362872580714208370948241711643937175349970048523047619529054","-3263394462787261961928262732422187384517399354745161508607958780863480054199","4810707049583316913094446731303532600410019027419305070707253828349513522934","-16998503900755436103910547647774790761673595249607030355264777064173363321330","8331473939932664226037088499146607298598818632923903370411469872570234464590","-2317907744096307595551947016382618530970009341028125651847841677926018674448","6856459864911265040048237511628202259402007538416343234998458776316728020462","-7595596909650215861772573928783539007004472064997108949567798348987167839873","11631698038514412290348995750246833760889876000253347877634275299011162694432","7718041858622671347086287398632112253201388278857417014375901088994263236627","3127143008119154832183436778398882414998029046924125519468746859225741557111","-14743028113543027103034422164207054604729782641620387778965146783295428845370","-17075253878883534760568897797843610165315182066100873059844931773447717706524","-11688337270276781647666727148376188848197338805271778384136750899267842051891","-13932446989152486009811791230905759884932085914647935211999347777471630986506","2723278128652655296867031881576500128546072827461604309527949741562068003628","21822673986456833891855128888640030067111369053477001474344037265953180238389","13245876172733594330167995457277792627360762655095552123830247270099249018928","18880785598253766342562926022884465432305171688907141382104305236358946353851","14440883472200568699358203619097512857052508780298558240401976430838713927592","11619293283787650154352069850473694998894602920540124179391743997842865955303","-5006796447997089188223410022111625085759753617629384230995311662084057943029","-11874094244833590446016192751301902500670439735378995947476317766291348172435","-18681351323446822718288015878788129485047486456460514784700321003524959559481","1279204565237754141754168531713429807810217077904330215623058323241440549103","10114277318746986648614640407518825995606447798122925179704278021826794628807","18311916328579353978709434724339469759086950089334955866302263331113661378538","13023492583821298651507072430771924307516384098347552797402309695363442164801","-3345819223776647829646452153558412473861145414987866887250863174707855054892","-15315244261191573379454460400511407494409618440216678902731225231525768163471"],["0","-1919090385126918272011099008776092401703028313086981597003034468075535532491","-1348650556553394712044621676000658258296929381892617122184608574290071918","13494689103024258252544989139616471637815647326722367330212805447953774999669","-10083869840597748003883150637696312162314313752966995503254991322973530765638","7442033741563475673376345353676488396931917368259039088694601022550019868787","13277521557235998344263456039313807402637726047773078242953007857217542573501","20971318187949253452399588076908034640224474727124661212274058034411797834161","-16905669033983239318192625030877856476392053828609231327208971754824951060056","-18560542189196553768107285819953723036428448233261462085849739628114630883625","16704110751961010980227030723610722739865939173756419010871886229949983232091","18718216803333561974708984410432019552257105334886333824609959768080639782250","20915819417026247351619151062455293644301144486263693124599380286087328694195","-20575145599741595734972423711381633094908387858647449767844686808429287895647","17275843726788864277538377045165917517182474235906907963634781208963469687040","-19683923965625616947461591726369835054275020110076915131789154366442397027540","-5981366833129433796774260484047611704177995315904112525981199142005213312965","8290687106719141383278566060855991144042623732896911287513394522555350496281","20318822514320440120662822072194181589038665664569735170700918339169642430678","-1104272145283604331890668388814350166599826708636219675733367143148327548523","2669130371006881300681413645854731829900346140835359577354454517225186029092","4185138520834505088186102670479800314356626385728163884506271555990465463961","-17367308454608607654935922165407018145381927292564969447132666375166846852263","6372391196100469960233438147047824366822202866389703515866206821946532508371","3499287304414312223056708247223947316745168102829184717712487268228770693234","14117539868802715305827431000338325057502238550297240095647100149127457358520","-3520547571734398588584345803608213336193697550971955857797466475887231800764","-1873412322649630125444457335603009708973972562363443689165868868862041532232","9357324420027308777794935686755250884346641978743467504395269058631833998399","14425233250906909327088494391053600768207607960505855057596964851014561249551","5924536310574448810828163859424429420910167596340347872031456744447564971660","17233846068129622479240677567236723356344952331822608513947196845717753337969","9205923225935384637513904649092199105952363219543801762242136217575991487872","9697796751959933603087738169073107818630725833979000092149165246573648760411","15401307950738571118091277798626469169031429809629715795161379488294672204262","-5863122969165334547462924544281573826259835294850761717568740318860840405633","11160232745571052318506289208958727751828110985245186223955505084336243085974","-3296543897735874234574718308459234264126788623672701266059235305590774718171","5618239126173277228751487852942191917231281656787603671850713156328844729535","3889216479014388940658797808907223638183062646499704788264541774284118349406","14071111742474829695444185423718982553667556437259256966709522470129403357395","5030098759387767157294247111098801380978160704574796328663630217107993417610","12805466866687797438337804283366860374956238790391446414423693490242581454299","5239638241001320474017206728831145806603401732292784331377357021131637109013","-16528180655813088737331162285954567706567456547098466871730333060393967433905","15330851591053091142264282053296000442972664095988733593633502646046800783466","-3856327587513523012125693454251897037913484443334992169036034582635231650990","-866426309153320498354193881843810616468051589351917198822553433628696165115","20034323966345509084535035120777858562085366845992027986941519252190208099568","-21748597760685013229409817311013593212039641714680752106818137804662385274219","12197342422125873465680668887734216665598425838334491888982594780388476955132","4939583572987386499332629291050635868469075565540681825008151059115429701479","16547267273956439601125796781509738782675142190764390752200228342892565949916","21028206920162688289896824697682637988676158388678172246648862561360116689552","7740360446568781806995738048978895625211905179892486297973329394436420832380","-7770054790736944735353224191661925575593071651619201177953876645457794620508","19779234912296800933521596902433525477336248420077117305685371967456235877289","-4718736731317003553481920817547162199799185700669937888849463205369576989372","-3534393804930500342201560477004385644189262631837046660694455124132057533966","-6010237980007394209799538760918542593901641836048348394800974566398578166927","-7082247370967889095109758532334042301015505251823697766272942499055613160593","-21646384907009801160597087706186553713114948167399457971369687690765182361140","-16881962791429228909097257046838816298578005285470920034641277012204459115591","16281960757696050796175088112292189201368210936611487756773857666924892027481","-5291711878013208176695931326852798362695014983815600635473774836233260289021","17311173264092661054307280911376089383953215107478369160416042401190606038328","-164661558388924758370086499636916403731227762072304352166999988915741267998","6932211561938303846793508904715587431621839635134790289274648088356679509368","17866293368380905863279990104102127091546765500003415013469286309727316635150","-9932864809036996377880060413013642876356140265813043272752371505062364757359","12959931768185465693248265137198482324152738343778345986304334657888264747709","-9255771791092251503498755683159466807935058887458316356241892859519430562491","-6526788925574523923856525464844374769034798709490323017215917561726960108398","-12266828772672641396057512282650209887728326345577424202283696529876781449749","-12108764929671596985574689550292306434798826098798026366831349941770918147043","16662947879865328452074176998293214597197637265847806740822939745140468929180","-4635815488192615191103894032765237061940018682056251303695683355852037348896","13712919729822530080096475023256404518804015076832686469996917552633456040924","-15191193819300431723545147857567078014008944129994217899135596697974335679746","1375153205189549358451585755236392433231387600090661411570346411446516893247","15436083717245342694172574797264224506402776557714834028751802177988526473254","6254286016238309664366873556797764829996058093848251038937493718451483114222","-7597813355246778983822438583156834120911200882824741214232089380015049195123","9625977985911480923355015894827329846466364668630322567706544826256181578186","20399811203124987149159357193762172480702051190288511919122906574615932887452","-5976651106465696797377176716554244681315807428879836080300491368367453477395","5446556257305310593734063763153000257092145654923208619055899483124136007256","-131137770764882660782553713234490042873990693878065738708333841245256514456","4603509473627913438089585169298310166173160909775069903962290353622689542239","15873328324668257462879446300511655776061978977398248420510406286142084212085","-14894718799277413045776404252319524462991711240234952206592455511474189136050","1350343695736025086457733955690114909240841440664214015085283809109923414989","-10013592895994178376446820044223250171519507235258768461990623324168115886058","20028297254011369552460425987910745175755849330074076792443772840568920646364","-15474459775054370214329626012318983881546608512504995225702437820474110623345","2558409130475508283508337063426859615620434155808660431246116646482881098206","20228554637493973297229280815037651991212895596245850359408556043653589257614","14735589785319432735172463703421664429625535778253877388906322475651514261459","4158742295803322080767739116286573526484403796279071251106415204151075833985","-6691638447553295659292904307116824947722290829975733774501726349415710109784","-8742245650543871536662515055765539900270872480017323461764246276475727831325"],["0","18050062101585438678224207727705090285142307774242071149692135250424737430635","-2697301113106789424089243352001316516593858763785234244369217148580143836","5101135334209241282843572533975668187082930253028700316727406709331741503721","-20167739681195496007766301275392624324628627505933991006509982645947061531276","14884067483126951346752690707352976793863834736518078177389202045100039737574","4666800242632721466280506333370339716727087695130122142207811527859276651385","20054393504059231682552770408558794191900585053833288080849911882247787172705","-11923095196127203414138844316498437864235743256802428310719739323074093624495","-15232841506553832313968165894650170984308532066106889828001275069653453271633","11519978632082746738207655701964170391183513947096803678045568273324157968565","15548190734827848727171563075606764015965846269356633305521715349585471068883","19943395962213219480991896379653312200053924572111351905500556385598848892773","-19262048327643916247698441677505991101268411316878865191991169430282767295677","12663444581738453332830348345074559945816584071397781583571358231351130878463","-17479605059411958672676777707482395020001675819737795919880104546308985559463","-11962733666258867593548520968095223408355990631808225051962398284010426625930","-5306868658400992455689273623545292800463116934622211768671415141465107503055","-3138840715037670203167167346126186999019397471692598345994571694812332129878","-2208544290567208663781336777628700333199653417272439351466734286296655097046","5338260742013762601362827291709463659800692281670719154708909034450372058184","8370277041669010176372205340959600628713252771456327769012543111980930927922","-12846374037377940087625438585556761202215490184713904550567128563757885208909","12744782392200939920466876294095648733644405732779407031732413643893065016742","6998574608828624446113416494447894633490336205658369435424974536457541386468","6346836865766155389408456255419375026456112700178445847595996111679106221423","-7041095143468797177168691607216426672387395101943911715594932951774463601528","-3746824645299260250888914671206019417947945124726887378331737737724083064464","-3173594031784657666656534371746773319855080442929099334907666069312140498819","6962223629974543431930583036849926447866851520595675771495725515453314003485","11849072621148897621656327718848858841820335192680695744062913488895129943320","12579449264419969736234949389216171624141540263229182684196189504859698180321","-3476396419968505947218596447072876876643637961328430819213931751423825519873","19395593503919867206175476338146215637261451667958000184298330493147297520822","8914373029637867013936149851995663249514495218843397246624554790013535912907","10161996933508606127320556656694127436028693810714510908560723548854127684351","432222619302829414766172672660180415107857570074338104212805982096677676331","15295155076367526753096969128338806560294787153070631811579733575394259059275","11236478252346554457502975705884383834462563313575207343701426312657689459070","7778432958028777881317595617814447276366125292999409576529083548568236698812","6253980613110384168641965102180690018786748474102479589720840753682998219173","10060197518775534314588494222197602761956321409149592657327260434215986835220","3722690861536319654429202821476445661364113180366858485149182793909354412981","10479276482002640948034413457662291613206803464585568662754714042263274218026","10720124432052372969830486918605414763961815706635134943935742252363682123424","-13114782561572368159964247383922549291151400608854601500129403081058015424302","-7712655175027046024251386908503794075826968886669984338072069165270463301980","-1732852618306640996708387763687621232936103178703834397645106867257392330230","-3707837810987532275422741248958833052925995108848012713513369868771200792098","-21608952649530751236573228876769911335530919028945469869938071422748962052821","2506441972412471709114932030211158242648487276252949434266985374201145414647","9879167145974772998665258582101271736938151131081363650016302118230859402958","11206291676073603980005187817762202476801919981112747160702252499209323404215","20168170968486101357547243650108000888803952376940310149599520936144424883487","15480720893137563613991476097957791250423810359784972595946658788872841664760","-15540109581473889470706448383323851151186143303238402355907753290915589241016","17670226952754326644796788059609775866124132439738200267672539748336663258961","-9437473462634007106963841635094324399598371401339875777698926410739153978744","-7068787609861000684403120954008771288378525263674093321388910248264115067932","-12020475960014788419599077521837085187803283672096696789601949132797156333854","-14164494741935778190219517064668084602031010503647395532545884998111226321186","-21404526942180327098947769667115832337681531934382881599041171194954556226663","-11875682711019182595948108348420357508607646170525805725584349837833109735565","10675678643552826370103770479327103314188057472806941169849511147273975559345","-10583423756026416353391862653705596725390029967631201270947549672466520578042","12734103656346046886368156077494903679358065814540703977133880615805403581039","21558919755061425705506232745983442281085908876271425639364204208744325959621","13864423123876607693587017809431174863243679270269580578549296176713359018736","13844343864922536504313574462946979094545166599590795683240368432878824774683","2022513253765282466486284919229989335836083868789947798193461176451078980899","-17856622207307619057996281216117585528791252113275376714787739057375087495816","3376699289654772215248894378938341472678246625499401631214418467536947370635","-13053577851149047847713050929688749538069597418980646034431835123453920216796","-2645414673506007569868618820043144686908288290738814060869188873177754403881","-2329286987503918748902973355327337781049287797180018389964495696966027798469","11437652887891381681901948251329154105846910131279579137947675303705129362743","-9271630976385230382207788065530474123880037364112502607391366711704074697792","5537596587805784937946544301255533949059665753249338596295630918691103586231","-8494144766761588224843889969876880939469523859572401454572989209372862863875","2750306410379098716903171510472784866462775200181322823140692822893033786494","-12904318309187865056147661895986101164291175685402400629892804017174564044726","12508572032476619328733747113595529659992116187696502077874987436902966228444","-15195626710493557967644877166313668241822401765649482428464178760030098390246","-2636286900016313375536373955602615395615635063155389208285114534063445339245","18911379534410699076072308642267069872855737980160989494547608962656057279287","-11953302212931393594754353433108489362631614857759672160600982736734906954790","10893112514610621187468127526306000514184291309846417238111798966248272014512","-262275541529765321565107426468980085747981387756131477416667682490513028912","9207018947255826876179170338596620332346321819550139807924580707245379084478","9858413777497239703512486855766036463575593554380462497322608385708359928553","-7901194726715550869306402759381773837435058080053870069486706836372569776483","2700687391472050172915467911380229818481682881328428030170567618219846829978","-20027185791988356752893640088446500343039014470517536923981246648336231772116","-3719891235655811339571959514693059825585030140683915102508862692013775698506","-9060676678269465206412846279380692674544852624593956107706671454372412751073","-16771424610888258655229731618403555857307496088798713481205970893610046299205","18568866403148671372212155884818028893877426792075666375118907900731370019611","-14305306173039684974147884083671221317845657244324313909583763421848588468316","8317484591606644161535478232573147052968807592558142502212830408302151667970","8504965976732683903660597131023625193103782740464566794694751487744388276049","-17484491301087743073325030111531079800541744960034646923528492552951455662650"],["0","14211881331331602134202009710152905481736251148068107955686066314273666365653","-5394602226213578848178486704002633033187717527570468488738434297160287672","10202270668418482565687145067951336374165860506057400633454813418663483007442","-18447236490551716793286196805527973560708890611451947669321761105318314566935","7879892094414627471258975669448678499179305072620122011080199903624270979531","-12554642386573832289685393078516595655094189010155790059282581130857255192847","18220544136279188142859135071860313295252805707250541818001619577919765849793","19930295351424143616215122857517674448625242287227212065956929727003429742244","-8577440141268389405689926044043066880068699731797745312304345952731098047649","1151714392326218254168905658671065693818663493777573012392932360072507441513","9208138597816422232096720405956252943383328138297232267345226512595133642149","17998549052587163739737387014049349311559484743806669467302908584621889289929","-16635853783448557273150477609754707113988458233341696040284134673989726095737","3438646291637631443414290944891844803084803742379528823444512276126453261309","-13070967246984642123107149669707514951454987239059557496062004906042162623309","-2037224460678459964850636190933171728163616863200415760226592381445044756243","11274505555037290310867858498166689487622130531171610806355373903645593489507","15610561441763934815912071053004901090509569457030837651709060796951144235861","-4417088581134417327562673555257400666399306834544878702933468572593310194092","10676521484027525202725654583418927319601384563341438309417818068900744116368","16740554083338020352744410681919201257426505542912655538025086223961861855844","-3804505202916604953004471425856247315882615969011774757436052940939961922201","3601321912562604618687346842934022378740447065142779719766623101210321537867","13997149217657248892226832988895789266980672411316738870849949072915082772936","-9194569140306964443429493234418525035636139000059142648506211963217596052771","-14082190286937594354337383214432853344774790203887823431189865903548927203056","-7493649290598520501777829342412038835895890249453774756663475475448166128928","-6347188063569315333313068743493546639710160885858198669815332138624280997638","-7963795611890188358385239671557422192814661359224682800706753155669180488647","-20078340501380755201180156052816832493456058415470677199270581395361357104594","3270655657000664250223493033175068159734716126042331024694174823143587865025","-6952792839937011894437192894145753753287275922656861638427863502847651039746","16902944136000459190104546931035156185974538935499966024898456799718786546027","17828746059275734027872299703991326499028990437686794493249109580027071825814","20323993867017212254641113313388254872057387621429021817121447097708255368702","-21023797633233616392714060399936914258332649260267358135272592222382453142955","8702067280895778283947532511420338032041209905725229279461262964212709622933","-21303529238985441529486860078745782508171602173681653999993555747836238073094","15556865916057555762635191235628894552732250585998819153058167097136473397624","12507961226220768337283930204361380037573496948204959179441681507365996438346","20120395037551068629176988444395205523912642818299185314654520868431973670440","7445381723072639308858405642952891322728226360733716970298365587818708825962","20958552964005281896068826915324583226413606929171137325509428084526548436052","21440248864104745939660973837210829527923631413270269887871484504727364246848","-4341322251305461097682089022587823493754436817293168656560601975540222352987","-15425310350054092048502773817007588151653937773339968676144138330540926603960","-3465705236613281993416775527375242465872206357407668795290213734514784660460","-7415675621975064550845482497917666105851990217696025427026739737542401584196","-21329662427222227250900052008282547582513473657474905396177938658922115610025","5012883944824943418229864060422316485296974552505898868533970748402290829294","19758334291949545997330517164202543473876302262162727300032604236461718805916","524340480307932737763969890267129865055475561809459977706300811842838312813","18448099065132927492848081554958726689059540353464585955500837685713041271357","9073198914435852005736546450658307412299256319153910848195113391169874833903","-9191976291108503719166491021390427213823922206060770368117302395255369986415","13452211033669378067347170373962276643699900479060366191646875310097518022305","-18874946925268014213927683270188648799196742802679751555397852821478307957488","-14137575219722001368806241908017542576757050527348186642777820496528230135864","-2152709048190301616951749298416895287058202943777359235505694079018504172091","-6440746612032281158192628384078894115513656606878756721393565809646644146755","-20920811012521378975649133588974389586814699468349728854384138203333303957709","-1863122550199089969649810951583439928666927940635577107470495489090410975513","21351357287105652740207540958654206628376114945613882339699022294547951118690","721395359786442515462680437846081637768304465153631801803104841642767339533","3579964440852818550489906409732532270167767228665373610569557045034998666461","21229596638283576188766059746709609473623453352126816935030204230912843423625","5840603375913940164927629873605074637938994140123126813400388166850909541855","5800444858005797786380743180636683100541968798765557022782532679181841053749","4045026507530564932972569838459978671672167737579895596386922352902157961798","-13825001542775962893746156686977895969034139826134719085877273928174366496015","6753398579309544430497788757876682945356493250998803262428836935073894741270","-4218912830458820473179696114120223987590830437545257725165466060332031937975","-5290829347012015139737237640086289373816576581477628121738377746355508807762","-4658573975007837497805946710654675562098575594360036779928991393932055596938","987062903943488141557490757401033123145455862143123932197146420834450229869","3344980919068814457830829614196326840788289672191029128915470763167659100033","11075193175611569875893088602511067898119331506498677192591261837382207172462","4899953338316098772558625805503513209609316681271231434552225767830082767867","5500612820758197433806343020945569732925550400362645646281385645786067572988","-3920393746536454890048918046714927240033986970388766916087403847773319593835","3128901193113963435221088481933784231435867974976969812051770687230123961271","-8503010549147840713043348587370061395096439130882930513230153333484388284875","-5272573800032626751072747911205230791231270126310778416570229068126890678490","-5953726674857152292348194205980410431385252840510089698301190447839502432660","-2018361554023511967262301120959703636714865315103309977503761286894005413963","21786225029221242374936255052612001028368582619692834476223597932496544029024","-524551083059530643130214852937960171495962775512262954833335364981026057824","18414037894511653752358340677193240664692643639100279615849161414490758168956","19716827554994479407024973711532072927151187108760924994645216771416719857106","-15802389453431101738612805518763547674870116160107740138973413672745139552966","5401374782944100345830935822760459636963365762656856060341135236439693659956","-18166128712137438283540874431635725597529664540619039504264289110096655048615","-7439782471311622679143919029386119651170060281367830205017725384027551397012","-18121353356538930412825692558761385349089705249187912215413342908744825502146","-11654606349937242088213057491549836626066627777181392618713737600644284102793","-6638752937381207700068499720878492389341875216680735937158592571688876952012","-6722369474240094726049362422085167547142950088232593475469322657121368441015","16634969183213288323070956465146294105937615185116285004425660816604303335940","17009931953465367807321194262047250386207565480929133589389502975488776552098","-13080739730336210924403654477804884512535125519653259503358780919327102829683"],["0","-15352723081015346176088792070208739213624226504695852776024275744604284259928","-10789204452427157696356973408005266066375435055140936977476868594320575344","20404541336836965131374290135902672748331721012114801266909626837326966014884","-15006230109264158364325987865798672032869416822487860994945318024060820638253","15759784188829254942517951338897356998358610145240244022160399807248541959062","18667200970530885865122025333481358866908350780520488568831246111437106605540","14552845400719101063471864398463351501957247014085049292305034969263723203969","17972347831009012010183839969778073808702120174038389788215655267431050988871","4733362589302496410866553657171141328410964936820543719089512281113612400319","2303428784652436508337811317342131387637326987555146024785864720145014883026","18416277195632844464193440811912505886766656276594464534690453025190267284298","14108855233335052257228368282841423534570605087197304590907612982667970084241","-11383464695057839324054549474252139139428552066267357736870065161403643695857","6877292583275262886828581889783689606169607484759057646889024552252906522618","-4253691622130009023967893594157754814361610077703080648425805625508516751001","-4074448921356919929701272381866343456327233726400831520453184762890089512486","660768238235305399489311251076103886695896661927187269012543620715378483397","9332880011688594409577736360752527092470774513645640959719917407326479976105","-8834177162268834655125347110514801332798613669089757405866937145186620388184","21353042968055050405451309166837854639202769126682876618835636137801488232736","-10295377577002509739003990126676147662243717715006757611346235925227893279546","-7609010405833209906008942851712494631765231938023549514872105881879923844402","7202643825125209237374693685868044757480894130285559439533246202420643075734","6106055563475222562207260232534303445412980422217443398001693959254357050255","-18389138280613928886858986468837050071272278000118285297012423926435192105542","-6276137702035913486428360683608431601001216007359612518681527620522045910495","6900944290642234218690747060433197416756583901508484830371253235679476237761","-12694376127138630666626137486987093279420321771716397339630664277248561995276","-15927591223780376716770479343114844385629322718449365601413506311338360977294","-18268438130922235180113906360376389898363752430525320054842958604146905713571","6541311314001328500446986066350136319469432252084662049388349646287175730050","7982657191965251433372019956965767581973812555102311066842477180880506416125","11917645400161643157962688116813037283400713470583897706098709412861764596437","13769249246712192833498193662725377909509616474957554642800014973478335156011","18759744862195149287035820881519234655566410842442009290544690008840702241787","-20159352394627957563181715054616553428116934120118681926846980258189097790293","17404134561791556567895065022840676064082419811450458558922525928425419245866","-20718815606131607836727314412234289927794839946947273656288907309096667650571","9225488960275836303023976726000514016916136771581603962418130007697138299631","-18760563291237013769924951081791790101949734904422150328513045358419624114542","18352547203262862036107571143533135959276921236182336285610837550288138845263","14890763446145278617716811285905782645456452721467433940596731175637417651924","20028863056171288569891248085391891364278849457926240307320651982477288376487","20992254856370216657075541929164383967298898426124505432044764822878919998079","-8682644502610922195364178045175646987508873634586337313121203951080444705974","12925865043570366347487263856499373873788853254152131335108131712069763783314","-6931410473226563986833551054750484931744412714815337590580427469029569320920","-14831351243950129101690964995835332211703980435392050854053479475084803168392","-20771081982605179279553698271307820076478582914533776448657673131268422724433","10025767889649886836459728120844632970593949105011797737067941496804581658588","17628425712059816772414628583147811859204240123909420256367004286347629116215","1048680960615865475527939780534259730110951123618919955412601623685676625626","15007955258426579763449757364660178289570716306513137567303471184850274047097","18146397828871704011473092901316614824598512638307821696390226782339749667806","-18383952582217007438332982042780854427647844412121540736234604790510739972830","5016179195499480912447935002667278198851436557704698039595546433619227548993","-15861650978696753205608960795120022509845121204943468767097501456380807419359","-6386907567604727515366078070777810064965736654280338941857436806480651776111","-4305418096380603233903498596833790574116405887554718471011388158037008344182","-12881493224064562316385256768157788231027313213757513442787131619293288293510","1934863718635792493194544312565771003467329864132610978628131966485009075816","-3726245100398179939299621903166879857333855881271154214940990978180821951026","20814471702372030258168676172051138168203865490811730335699840402520093741763","1442790719572885030925360875692163275536608930307263603606209683285534679066","7159928881705637100979812819465064540335534457330747221139114090069997332922","20570950404727877155285713748161943858698542303837599526362204275249878351633","11681206751827880329855259747210149275877988280246253626800776333701819083710","11600889716011595572761486361273366201083937597531114045565065358363682107498","8090053015061129865945139676919957343344335475159791192773844705804315923596","-5761760213712650565245907628698516849519915251853403828056343669772924496413","13506797158619088860995577515753365890712986501997606524857673870147789482540","13450417210921634275887013517016827113366703525325518893367272065911744619667","-10581658694024030279474475280172578747633153162955256243476755492711017615524","-9317147950015674995611893421309351124197151188720073559857982787864111193876","1974125807886976283114981514802066246290911724286247864394292841668900459738","6689961838137628915661659228392653681576579344382058257830941526335318200066","-21626099392455410692706634285492414380858065787834714302213884698387202646310","9799906676632197545117251611007026419218633362542462869104451535660165535734","11001225641516394867612686041891139465851100800725291292562771291572135145976","14047455378766365442148569651827420608480390459638500511523396491029169307947","6257802386227926870442176963867568462871735949953939624103541374460247922542","-17006021098295681426086697174740122790192878261765861026460306666968776569750","-10545147600065253502145495822410461582462540252621556833140458136253781356980","-11907453349714304584696388411960820862770505681020179396602380895679004865320","-4036723108047023934524602241919407273429730630206619955007522573788010827926","21684207186603209527626104359966726968188800838969634608748991678417279562431","-1049102166119061286260429705875920342991925551024525909666670729962052115648","14939832917184032282470275609129206240836922877784524888000118642405707842295","17545412238149683591803541677806870765754009817105815645592229356257631218595","-9716536035022928254979205292269820261191867919799445934248623158914470610315","10802749565888200691661871645520919273926731525313712120682270472879387319912","-14444014552435601344835343118014176106510964680822044664830374033617501601613","-14879564942623245358287838058772239302340120562735660410035450768055102794024","-14354463841238585603404979372265495609631046097959790087128481630913842508675","-1420969828035208954179709237842398163584891153946750893729271014712759709969","-13277505874762415400136999441756984778683750433361471874317185143377753904024","-13444738948480189452098724844170335094285900176465186950938645314242736882030","11381695494587301423895507185035313123326865969816535665153117446632798176263","12131621035091460392395982778837225683866766561442232835080801764401744608579","17615006283006128595685502534904781152026477761525549680678846534497411331868"],["0","-8817203290191417129931178395160203338700088608975671208350347302632760024239","-21578408904854315392713946816010532132750870110281873954953737188641150688","-2967403070004620181744231218709204680433286776602466153577154698497684961466","-8124217346689041506405569986340068977190469244559687646192431861545832780889","-12256917366020040559456908812719836180379508510351580643075608758654533073110","15446159069222496507997644921705442645268337160624942793964288036298404715463","7217447929598926904697323051669427915366129627754064240911865751951637912321","14056452790178748798121274194298872528855875947660745232733106348286293482125","9466725178604992821733107314342282656821929873641087438179024562227224800638","4606857569304873016675622634684262775274653975110292049571729440290029766052","14944311519426413706140475878567736684984948152772894725682701863804726072979","6329467594830829292210330820425571980592845773978574838117021778760131672865","-878686518276403425862693203247003190308739732118681130041926136231478896097","13754585166550525773657163779567379212339214969518115293778049104505813045236","-8507383244260018047935787188315509628723220155406161296851611251017033502002","-8148897842713839859402544763732686912654467452801663040906369525780179024972","1321536476470610798978622502152207773391793323854374538025087241430756966794","18665760023377188819155472721505054184941549027291281919439834814652959952210","-17668354324537669310250694221029602665597227338179514811733874290373240776368","20817843064270825588656212588418434189857173852949718893973068089027167969855","-20590755154005019478007980253352295324487435430013515222692471850455786559092","6670222060172855410228520041832285825017900524368935313953992422815960806813","14405287650250418474749387371736089514961788260571118879066492404841286151468","12212111126950445124414520465068606890825960844434886796003387918508714100510","-14890033689388582551471567192416825053996191599820536250326643666294575715467","-12552275404071826972856721367216863202002432014719225037363055241044091820990","13801888581284468437381494120866394833513167803016969660742506471358952475522","18387733489401289111240536516540363618256085257399274008135079818654493000682","-9966939575721478211294552940972413682710281036482696859128808436100913458971","-14648633390005195137981406975495504708179140460634605765987713021718002931525","-8805620243836618221352433612557002449609499896246710244921504894001457035517","-5922928487908772355502365831325739924600739290211412210013249824814795663367","1947047928484011093678970488368799478253062540751761068499214639147720697257","5650255621585110444749981580193480730470868549499074941901825760380861816405","15631246852551023351825236017781194222584457284467984237391175831105595987957","-18430461917416639904117024363975831767685503839821329509995756329802387084969","12920026251743837913543724300424077039616475222484882774146847670275029996115","-19549388340423940451208223079211304767041315493478512968879610431617526805525","18450977920551672606047953452001028033832273543163207924836260015394276599262","-15632883710634752317603496418326305115351105408428266313327886530263439733467","14816851534686448849968736541808996830005478071948638227523470914000469194909","7893284020451282013187216826554290202364541042518833537495258164699026808231","18169483240503301917536090425526507640009334515436446270943099778378768257357","20096266840901158091904678113071492846049432451832976520391325459182031500541","4522953866617430831518049654905981113530617131243359717455796284414919083669","3963487215301457472728121967741472659029342107888228326518059237563719071011","-13862820946453127973667102109500969863488825429630675181160854938059138641840","-7774459616060982981135524246413389334859596470368067364408754763593797841167","-19653921093371083336860990797358365064408801428651518553617142075961036953249","20051535779299773672919456241689265941187898210023595474135882993609163317176","13368608552280358322582851421038348629860115847402806169035804386119449736813","2097361921231730951055879561068519460221902247237839910825203247371353251252","8127667645013884304653108984063081490593068212610240790908738183124739598577","14404552785904132800699780057375954560648660876199609049082249378103690839995","-14879662292594739654419558340304433766747324423827047128771005394445671450043","10032358390998961824895870005334556397702873115409396079191092867238455097986","-9835059085554231188971515844982769931141878009470903190496798726185806343101","-12773815135209455030732156141555620129931473308560677883714873612961303552222","-8610836192761206467806997193667581148232811775109436942022776316074016688364","-3874743576289849410524107791058301373506262027098992541876059052010768091403","3869727437271584986389088625131542006934659728265221957256263932970018151632","-7452490200796359878599243806333759714667711762542308429881981956361643902052","19740700532904785294090946598845001247859366581207426327701476618464378987909","-19002661432693505160395683993872948537475146539801507136485784820004739137485","-7568385108428001020286780106327146007877295485754539901419976006435813829773","19253657937616479088325021751066612628848720207259164709026204363923948207649","1474170631816485437464113749163023463207612160076472909903348480827829671803","1313536560183915923276566977289457313619510794646193747431926530151555719379","16180106030122259731890279353839914686688670950319582385547689411608631847192","10364722444413974091754590487860241389508533896709226687585516847029959502791","5125351445398902499744749286249456692877608603579178706017143553719770469463","5012591550003993329527621288776379138185042650235003443036339945247680743717","-21163317388048060558948950560345157495266306325910512486953510985422035231048","-18634295900031349991223786842618702248394302377440147119715965575728222387752","3948251615773952566229963029604132492581823448572495728788585683337800919476","13379923676275257831323318456785307363153158688764116515661883052670636400132","524286958767729059079542919529721415380597225162640082968638976377211698614","19599813353264395090234503222014052838437266725084925738208903071320331071468","114208411193514512978966338525003843153837201034548241427338396568461796335","6206667885693455662050733558397566128412416518860966679348588795482530120277","12515604772455853740884353927735136925743471899907879248207082748920495845084","-12123799324752087629926988604222970491837392123115687709222409147361744643883","-21090295200130507004290991644820923164925080505243113666280916272507562713960","-1926663827589333947146371078664366636992646961624324449506557604782201235023","13814796655745227353197201261418460541688903140002794433683159038999786839765","21480171501367143833005802974676178847829237277523234873799779170258750629245","19790038539601152649725546333505434402564513298366982524364862726651704264321","-13896819909310485879552260272256137695422883045263018911396171088340201306644","13202581604460091961360677610356466442959655233795596947486254525939453941573","-19433072070045856509958410584539640522383735839598891868497246317828941220630","-282743740062873838922662454215436540694901349788610102333663240817033855793","-6999786233031927467424280490771077124473564961228054985962543880659194707609","-7870887013407215494329270372287203516131876725055286476372697349534397092431","-6820684810637895984563552999273716130713727795503545830558759075251876521733","-2841939656070417908359418475684796327169782307893501787458542029425519419938","-4666768877685555578027593138256694468819136466306909404936166100179699312431","-5001235025121103681951043943083395100023435952514339558179086441909665268443","875148117335327625544608624813351158105367539217036986608030706689787856909","2374999198343645562545559812417176279185168722468431326463399342227680721541","-8546473177666293253121806420704987873043773277780969326038715304156794327498"],["0","-17634406580382834259862356790320406677400177217951342416700694605265520048478","-43156817809708630785427893632021064265501740220563747909907474377282301376","-5934806140009240363488462437418409360866573553204932307154309396995369922932","-16248434693378083012811139972680137954380938489119375292384863723091665561778","-2625591860200805896667411880182397272210652620287126942453013330733257650603","-12884167605233557428497521647103664886560054479582183099467832300554807560308","14434895859197853809394646103338855830732259255508128481823731503903275824642","-15663580163321052848250263101916805119384976905510578221930195676579030026984","18933450357209985643466214628684565313643859747282174876358049124454449601276","9213715138609746033351245269368525550549307950220584099143458880580059532104","8000380167013552190034546011878198281421531905129755107667199541033643650341","12658935189661658584420661640851143961185691547957149676234043557520263345730","-1757373036552806851725386406494006380617479464237362260083852272462957792194","5620927461261776325067921813877483336130065538620196243857894022435817594855","-17014766488520036095871574376631019257446440310812322593703222502034067004004","5590447186411595503441316217791901263239429494812708261885465135015450445673","2643072952941221597957245004304415546783586647708749076050174482861513933588","15443277174915102416064539697752833281334733654166529495181465442730111408803","-13448465777236063398254982696801930242646090275942995279769544394170673057119","19747443256702375955066019431579593291165983305483403444247931991478527444093","-19293267436170763733769554761447315560426506459610996101686739514335764622567","13340444120345710820457040083664571650035801048737870627907984845631921613626","6922332428661561727252368998214903941375212120726203414434780623106763807319","2535979382061615026582635184879938693103557288453739248308571650441619705403","13996418364901385341549677105680900069104345601190996186743121040562465560300","-3216307936304378723467036989176451315456499629022415731027906295512375146363","5715534290729661652516582496475514578477971205617904977786808756142096455427","-7001018764875972222011738457433822940584558286033520671126248735842630989870","-19933879151442956422589105881944827365420562072965393718257616872201826917942","14479218963668160168529997539523540760738447879562857155420982329715611128184","-17611240487673236442704867225114004899218999792493420489843009788002914071034","-11845856975817544711004731662651479849201478580422824420026499649629591326734","3894095856968022187357940976737598956506125081503522136998429278295441394514","11300511243170220889499963160386961460941737098998149883803651520761723632810","-12513992038576503740842339454952161731927814231896100212614056710940425015320","-14972680962994004585987642982694388446822643279226624676293308473028965674321","3951809631648400604841042855590878990684586044553731204595491153974251496613","4677709062830669542076365332091940643014097813875042749637187509916563380184","15013712969264069989849501158744780979116182685910381505974315844212744702907","-9377524549430229412960587091395335142153846416440498282957568873951070971317","7745460197533622477691067338360718571462591743481242111348737641425129894201","15786568040902564026374433653108580404729082085037667074990516329398053616462","14450723609167328612825775105795740191470304630456858198187995370181728019097","18304290809963040961562950480885710603550500503249918697084446731788254505465","9045907733234861663036099309811962227061234262486719434911592568829838167338","7926974430602914945456243935482945318058684215776456653036118475127438142022","-5837399021066980725087798473744664638429286458845316018623505689542468788063","-15548919232121965962271048492826778669719192940736134728817509527187595682334","-17419599314902891451475575849459455040269238456887002763536079965346265410881","18214828686760272123592506738121256793827432019631156604573561800642518138735","4848974232721441422919297096819422171171867294389577994373404585663090978009","4194723842463461902111759122137038920443804494475679821650406494742706502504","16255335290027768609306217968126162981186136425220481581817476366249479197154","6920862699968990379153154369494634032748957351983183754466294569631573184373","-7871081713350204086592710935351592444946284447238059913843806602315534404469","-1823526089841351572454665734588162293142618169597242185316018452098898299645","-19670118171108462377943031689965539862283756018941806380993597452371612686202","-3659387398579634839217906537853965171314582216705321423731543039346798608827","-17221672385522412935613994387335162296465623550218873884045552632148033376728","14138755719259576401198190163140672341535840346218049259946086082554272312811","7739454874543169972778177250263084013869319456530443914512527865940036303264","-14904980401592719757198487612667519429335423525084616859763963912723287804104","-4295084677868979856310918292824547681377995638417216031993455136222859015416","-16117079993547735098544962242488621986401928679186979929273365453433669779353","-15136770216856002040573560212654292015754590971509079802839952012871627659546","-5269169868445592267842767988381324919399288386313739269343999645303720575936","-18939901608206304347318178246931228162133140080263088523891507224920149152011","2627073120367831846553133954578914627239021589292387494863853060303111438758","10471969188405244241534152962422554284828977500223130427397174636641455198767","20729444888827948183509180975720482779017067793418453375171033694059919005582","-11637539981041470222756907172758361702793147193257676931663917079136267556691","10025183100007986659055242577552758276370085300470006886072679890495361487434","-20438391904256845895651495375433039901984248251404990630208817784268261966479","-15380348928223424760201167939980129408240240354464259895733726964880636279887","7896503231547905132459926059208264985163646897144991457577171366675601838952","4871604480711240440400231168313339637757952977112198687625561918765464304647","1048573917535458118159085839059442830761194450325280165937277952754423397228","17311383834689514958222600698770830588326169049753817132719601956064853647319","228416822387029025957932677050007686307674402069096482854676793136923592670","-9474907100452363898144938628462142831723531362694100985001026595610748255063","3142966673072432259522302110212998762938579399399724152715961311265183194551","-2359355777664900037607571463188665895126419845815341074746614108147680792149","1595895343417536435910828200872703847246567790345841354834575828136491563314","18034915216660607327953663587928541814563070477167385444685088977011406025571","5741350439651179484147996777579645994829441879589554523668113891423765183913","21072100130895012443765200204095082607110110154630435403901354153941692762873","17691834207363030077204686921753593716580662196317930705031521266727600033025","-5905396946781696536858114799255000302297401690110003479094137990104594117671","4516920337080908700474949475455657797370946067175159551274304865303099387529","-16977901268252437797670415423822005956219107278781749393296288449082073945643","-565487480125747677845324908430873081389802699577220204667326481634067711586","-13999572466063854934848560981542154248947129922456109971925087761318389415218","-15741774026814430988658540744574407032263753450110572952745394699068794184862","-13641369621275791969127105998547432261427455591007091661117518150503753043466","-5683879312140835816718836951369592654339564615787003574917084058851038839876","-9333537755371111156055186276513388937638272932613818809872332200359398624862","-10002470050242207363902087886166790200046871905028679116358172883819330536886","1750296234670655251089217249626702316210735078434073973216061413379575713818","4749998396687291125091119624834352558370337444936862652926798684455361443082","4795296516506688716002792903847299342460817844854095691620773578262219840621"],["0","-13380570288926393297478307835383538266251990035486650489703185023955231601339","-86313635619417261570855787264042128531003480441127495819814948754564602752","-11869612280018480726976924874836818721733147106409864614308618793990739845864","-10608626514916890803375874200103000820213512577822716241071523259607522627939","-5251183720401611793334823760364794544421305240574253884906026661466515301206","18008150533211435587497768196307220403976619841667702488460743772042001870618","6981548846556432396542886461420436572916154110600222619949258821230743153667","-9438917454802830474254120458576335150221589410605122100162187166582251558351","-5909585029258579157560382233145419549809009306267718934680310124242717788682","18427430277219492066702490538737051101098615900441168198286917761160119064208","16000760334027104380069092023756396562843063810259510215334399082067287300682","3429627507484041946594917536445012833823018695498265008769882928464718195843","18373496798733661518795632932269262327313405471941309823530499641649892911229","11241854922523552650135843627754966672260131077240392487715788044871635189710","-12141290105200796969496743008004763426344516221208610843708240817492325512391","11180894372823191006882632435583802526478858989625416523770930270030900891346","5286145905882443195914490008608831093567173295417498152100348965723027867176","-12889931393848345612363732095008883614427261492499009697033477487691394173628","-5008688682632851574263559648346585396743816151469956215840884601765537618621","-4281599230273798534360772627355363594764762189865261798900544390194562103048","-16698292000502252245292703777637356032304648518805957859675274842095720749517","-17095597502987128803578731323185406877025126703356327431580438681887773763982","13844664857323123454504737996429807882750424241452406828869561246213527614638","5071958764123230053165270369759877386207114576907478496617143300883239410806","6104593857963495460852948466104525049660326801965958029788037894549122624983","-6432615872608757446934073978352902630912999258044831462055812591024750292726","11431068581459323305033164992951029156955942411235809955573617512284192910854","-14002037529751944444023476914867645881169116572067041342252497471685261979740","-17979515431046637622931806018632379642292759745514753092817029557827845340267","7070195055497045114813589333789806432928531358709679967143760472855413760751","-13334238103507197663163328704970734709889635184570806635987815389430019646451","-1803471079795814199763057580045684609854592760429614496354795112683374157851","7788191713936044374715881953475197913012250163007044273996858556590882789028","712779614501166556753520575516647833335109797580265423909098854947638770003","-3139741205313732259438273164647048375307264063376166081529909235305041535023","-8057119054148733949728880220131501805096922158037215008888412759482122853025","7903619263296801209682085711181757981369172089107462409190982307948502993226","-12532824746177936138093675081073393802520168772665948844423829166742681735249","8139183066688864757452596572232286869684000971404728668250427501849680910197","-18755049098860458825921174182790670284307692832880996565915137747902141942634","15490920395067244955382134676721437142925183486962484222697475282850259788402","9684893209965852830502461560959885720909799769659299806282828472220298737307","7013204346495382003405144466334205294392244860497682052677786553787647542577","14720338748086806700879495216514146118552636606083803050470689277000700515313","18091815466469723326072198619623924454122468524973438869823185137659676334676","15853948861205829890912487870965890636117368431552913306072236950254876284044","-11674798042133961450175596947489329276858572917690632037247011379084937576126","-9209595592404656702295691240396282250890021481056235113936814867799382869051","-12950955757966507680704745953661634991990112513357971183373955744116722326145","14541414501681269024938607730985238499106499638846278865448919414709227781853","9697948465442882845838594193638844342343734588779155988746809171326181956018","8389447684926923804223518244274077840887608988951359643300812989485413005008","10622427708216261996366030190995050873823908450024928819936748545923149898691","13841725399937980758306308738989268065497914703966367508932589139263146368746","6146079445138867049060983874554090198655795505939914516010590981944739686679","-3647052179682703144909331469176324586285236339194484370632036904197796599290","-17451993470377649533639657634673804636019147637467578418288990718167416876787","-7318774797159269678435813075707930342629164433410642847463086078693597217654","-12555101899205550648981583029413049504382882700021713424392901077720258257839","6389268566679877580149974581024069594523316292020064176193967978532736130005","15478909749086339945556354500526168027738638913060887829025055731880072606528","13966524940493110930095836265179511318425881750662834967868480547705041383026","-8590169355737959712621836585649095362755991276834432063986910272445718030832","-10345917115256194974843518739719968884255492957957925514848526720291531063089","13502945309966546363345691065205966145587546857813909081716504347408361672142","-10538339736891184535685535976762649838798576772627478538687999290607441151872","-15991560344573333472389950748605181235717915760110142704084810263264489808405","5254146240735663693106267909157829254478043178584774989727706120606222877516","20943938376810488483068305924845108569657955000446260854794349273282910397534","19570646905816621144771956206183690469485771186420872406643863201544029515547","20501405781595609998978997144997826771510434414316714824068574214879081877852","20050366200015973318110485155105516552740170600940013772145359780990722974868","-18988540936674416569056585005608804715420132102393946916719431381960715437341","13015787887231700924090475610554291360616248091903548895928954443390344431460","15793006463095810264919852118416529970327293794289982915154342733351203677904","-12145033910416794341445943408630595813032458446191636968447080349044879886323","-19791095036768358985928234067138389427025975499765474011823648281066961701161","12734524797539754694198795652284386088103973699091599921740999725553898799021","456833644774058051915865354100015372615348804138192965709353586273847185340","-18949814200904727796289877256924285663447062725388201970002053191221496510126","6285933346144864519044604220425997525877158798799448305431922622530366389102","-4718711555329800075215142926377331790252839691630682149493228216295361584298","-18696452185004202350424749343511867394055228819724351634029052530302825368989","14181587561481939433660921430599808540577776553918736545671973767447003555525","11482700879302358968295993555159291989658883759179109047336227782847530367826","20255957389950749665283994662932890125671855908844836464104504121307577030129","13495425542886784932162968098249912344612959992219827066364838346879391570433","10077448978275882148530176146747274483953561020196027385509928206366620260275","9033840674161817400949898950911315594741892134350319102548609730606198775058","-12067559664665600373094425102386736823889850157147464442894372711588339395669","-1130974960251495355690649816861746162779605399154440409334652963268135423172","15777340811550840574795689527430241679202468955919848743546232850514838160798","-9595305181789586755070675743891538975979142499805111561792585211561779874107","-5394496370712308716007806251837589434306546781598148978536832114431697591315","-11367758624281671633437673902739185308679129231574007149834168117702077679752","-18667075510742222312110372553026777875276545865227637619744664400718797249724","1883302771354860494442229972923694688454620590358676110981858418937147421845","3500592469341310502178434499253404632421470156868147946432122826759151427636","-12388246078464692972064166495588569971807689510542309037844606817665085609453","9590593033013377432005585807694598684921635689708191383241547156524439681242"],["0","-4872897706013511372710209925509801443955615670557266635708165861334654707061","-172627271238834523141711574528084257062006960882254991639629897509129205504","-1850981688197686231707444004416362354917929812403694884919033401405671196111","670989842005493615494657345051273448121339244770601861555157667360763239739","11385875431036051635576758224527685999705753919267526573886150863642777893205","14128058194583595952749130647357165719404875282919370633223283357508195245619","13963097693112864793085772922840873145832308221200445239898517642461486307334","-18877834909605660948508240917152670300443178821210244200324374333164503116702","-11819170058517158315120764466290839099618018612535437869360620248485435577364","14966617682599708911158575332216827113648867400466302052875631335744429632799","10113277796214933537891778302255518037137763220102986086970593977558766105747","6859255014968083893189835072890025667646037390996530017539765856929436391686","14858750725628047815344860119281249566078446543466585303362795096723977326841","595466973207830078025281510252658255971897754064750631733371903167461883803","-2394337338562318716747080270752251764140668042001187343718277448408842529165","473545873807106791518859125910329964409353578834798703843656353485993287075","-11315951060074388830417425728039612901414017809581038039497506255129752761265","-3891619915857416002481058444760492140306158584581985050368750788806979851639","-10017377365265703148527119296693170793487632302939912431681769203531075237242","-8563198460547597068721545254710727189529524379730523597801088780389124206096","-11508341129165229268339001810017436976060932637195881375652345497615633003417","-12302952134134982384911056901113538665501889006296620519462673177199739032347","5801086842806971686763070247602340676952484082488779314040918305851246733659","10143917528246460106330540739519754772414229153814956993234286601766478821612","-9679055155912284300540508813048224989227710796484118284122128397477563245651","-12865231745217514893868147956705805261825998516089662924111625182049500585452","-20914348580759903834426481504612491863184843978360448776249173348583231169526","-6115832187664613665800548084478016673789868743718048340806790756794715463863","-14070787990254000023617206292007484196037155090613471841935854929079882184917","-7747852760845184992619227077677662222691301682996674409410683240864980974115","-4780233335175120104080251664684194331230905968725578928277426592284230797285","-3606942159591628399526115160091369219709185520859228992709590225366748315702","15576383427872088749431763906950395826024500326014088547993717113181765578056","1425559229002333113507041151033295666670219595160530847818197709895277540006","-6279482410627464518876546329294096750614528126752332163059818470610083070046","-16114238108297467899457760440263003610193844316074430017776825518964245706050","15807238526593602419364171422363515962738344178214924818381964615897005986452","18710836251322678168305461328367762572056391255500170998548750039666253520736","16278366133377729514905193144464573739368001942809457336500855003699361820394","-15621855325881642429595942620324065480067021265345958788132071309228475389651","9093597918295214688517863608185599197302002573508934101696746379124711081187","-2518456451907569561241482623337503646728764861097434731132547242135211021003","14026408692990764006810288932668410588784489720995364105355573107575295085154","7552434624334338179512584687771017148556908811751571757243174367425592535009","14295388061100171429897991493990573819696572649530843395948166088743544173735","9819654850572384559578569996674506183686372462689792268446269713933944072471","-1461353212428647678104788149721383465168781434965229730795818571594066656635","-18419191184809313404591382480792564501780042962112470227873629735598765738102","-4013668644093740139163086162065994895431860626299908023049707301657636156673","7194586131523262827630809716713201909664634877276523387199634642842647068089","19395896930885765691677188387277688684687469177558311977493618342652363912036","16778895369853847608447036488548155681775217977902719286601625978970826010016","21244855416432523992732060381990101747647816900049857639873497091846299797382","5795207928036686294366211732721261042447465007516700674166974091950484241875","12292158890277734098121967749108180397311591011879829032021181963889479373358","14594138512473868932427742806904625915977891722027065602434130378180215297037","-13015744068916023845032909524090334183489930874519122492879777249759025257957","-14637549594318539356871626151415860685258328866821285694926172157387194435308","-3221960926571826075716760313568823920217400999627392505087597968864708020061","12778537133359755160299949162048139189046632584040128352387935957065472260010","9069576626333404668866303255795060966928913425705741314351907277184336717439","6044807009146946637945266785101747548303399100909635592038756908834274270435","-17180338711475919425243673171298190725511982553668864127973820544891436061664","-20691834230512389949687037479439937768510985915915851029697053440583062126178","5117647748093817504444976385154657202626729315211783819734804508240914848667","-21076679473782369071371071953525299677597153545254957077375998581214882303744","-10094877817307391722533495751953087382887467119804251064471416339953171121193","10508292481471327386212535818315658508956086357169549979455412241212445755032","-1888608990057573478356199640824333037780818799939546977807709826585796196166","17253050939793967067297506667110105850423177972425710469589522216512250535477","19114568691351944775711588544738378454472504428217395304438944243182355260087","18212489528192671413974564564953758016931976801463993200592515375405637454119","-16088839001509557915866764265960334342291899804371859489740658577345622379065","4143332902624126625934545475851307632684131783391063448159704700204880367303","9697770054352345307593298491575784852106223188163931486610481280126598860191","19486417922844961761600924673253358551031811908448794750502247675061857218588","4194295670141832472636343356237771323044777801301120663749111811017693588912","3580806723240234166151185559311497087659582997767165499783795264531989102425","913667289548116103831730708200030745230697608276385931418707172547694370680","-16011385529970180370333348768591296238345761050360369596305902195867184524635","12571866692289729038089208440851995051754317597598896610863845245060732778204","-9437423110659600150430285852754663580505679383261364298986456432590723168596","-15504661498169129478603092941766459699562093239032668924359900874029842242361","6474932251124603645075437115942341992607188707421438747645743348318198615433","1077158886765442714345581365061308890769403117942183750974251379119252240035","18623671908062224108321583580608505162795347417273638584510804056039345564641","-16785634657904980580166875294014725487870808816392414554666731679392833850368","20154897956551764297060352293494548967907122040392054771019856412733240520550","18067681348323634801899797901822631189483784268700638205097219461212397550116","-2246876457491925523942444459516198559231335913878894542090541236600870295721","-2261949920502990711381299633723492325559210798308880818669305926536270846344","9666438751262405927344973309603208269856573511423663143394261514453867825979","-19190610363579173510141351487783077951958284999610223123585170423123559748214","-10788992741424617432015612503675178868613093563196297957073664228863395182630","-847274376724068044628942060221095528809894062731979955970132048828346863887","-15445908149645169401974339360796280662004727330039240895791124614861786003831","-18121637329129554233361945799409885711639123219698682121734487348701513651927","7001184938682621004356868998506809264842940313736295892864245653518302855272","-2888249285090110721881927245919864855067014620668583731991009448754362723289","19181186066026754864011171615389197369843271379416382766483094313048879362484"],["0","-9745795412027022745420419851019602887911231341114533271416331722669309414122","-345254542477669046283423149056168514124013921764509983279259795018258411008","-3701963376395372463414888008832724709835859624807389769838066802811342392222","-20546263187828287991257091055154728192305685910874830620587888851854282016139","883507990232828048907110703798096910863143438119018804074097540709747290793","-15520369354511358538994550195800218738286978234993327420949841658135226499996","6037952514386454363925140100424471203116252041984856136098831098347164119051","-15867426947372046674770076089048065512337993242004454056950544479753197737787","-1750097245195041407995123187324403110687672824654841395023036310395062659111","-13843250378479132622175660826080895949798993999899464581645145701662757725636","20226555592429867075783556604511036074275526440205972173941187955117532211494","13718510029936167786379670145780051335292074781993060035079531713858872783372","7829258579416820408443314493305224043608528686517136263027386006872146158065","1190933946415660156050563020505316511943795508129501263466743806334923767606","-4788674677124637433494160541504503528281336084002374687436554896817685058330","947091747614213583037718251820659928818707157669597407687312706971986574150","21144583623529772783657960034435324374268693181669992608401395862892111468704","-7783239831714832004962116889520984280612317169163970100737501577613959703278","-20034754730531406297054238593386341586975264605879824863363538407062150474484","-17126396921095194137443090509421454379059048759461047195602177560778248412192","-1128439386491183314431597874777598863573500873975728407606486808655457511217","19170581475408585674670697688287472846092950788238827648471062018752138926540","11602173685613943373526140495204681353904968164977558628081836611702493467318","20287835056492920212661081479039509544828458307629913986468573203532957643224","-19358110311824568601081017626096449978455421592968236568244256794955126491302","-3842220618595754565489890168154335435103632631763291504525046177523192675287","1947788582158742775639848481289566450727040844111171134898061675985154652182","-12231664375329227331601096168956033347579737487436096681613581513589430927726","15634909763170550397258398906499581785022418619605125003524698514991852621400","-15495705521690369985238454155355324445382603365993348818821366481729961948230","12327776201489035014085902415888886426086552462964876487143351002007346901047","-7213884319183256799052230320182738439418371041718457985419180450733496631404","9264523983904902276617122068643516563500636251612142752289230039787722660495","-19037124413834608995232323443190683755207925210094972648061808766785253415605","-12558964821254929037753092658588193501229056253504664326119636941220166140092","11548009527083614645577290609988542956709040168683208651842757335223125579134","9726234181347929616481937099469756836928323956013815293065725045218203477287","-6354813241033194107881888833779025032983946289831726690298908293819109949762","10668489394916183807563980543671872390187639485202880329303505820822915145171","-9355467779924009636945479495390855871585678130275883232565938431881142283685","18187195836590429377035727216371198394604005147017868203393492758249422162374","-5036912903815139122482965246675007293457529722194869462265094484270422042006","6164574514142252791374172120079546089020615041574693867012942028574781674691","-6783373623170598863221236369715240791434546776912890829211855451724623425599","-15185709621478207584696828502533402537703583501770381895500076195664528643764","19639309701144769119157139993349012367372744925379584536892539427867888144942","-2922706424857295356209576299442766930337562869930459461591637143188133313270","6938103374059923635310046528929421173536642876607128231649148901954085515030","13860905583651794943920233421125285297684643147816218297598789583260536182271","14389172263046525655261619433426403819329269754553046774399269285685294136178","16903550989932256161107971029298102280826573954700589611289032498728919328455","11669547867868419994647667231839036275002071555389404229505047771365843524415","20601467961025772763217715018722928406747269399683680936048789997116791099147","11590415856073372588732423465442522084894930015033401348333948183900968483750","2696074908716192973997529752959085706074817623343623720344159741203150251099","7300034153108462642609079868551976743407419043638096861170056569784622098457","-4143245265992772467819413302923393278431497348622210642061350312942242020297","-7386856316797803491496846557574446281968293333226537046154140128198580374999","-6443921853143652151433520627137647840434801999254785010175195937729416040122","3668831394880235098353492578839003289544900767664222361077667727555136024403","18139153252666809337732606511590121933857826851411482628703814554368673434878","12089614018293893275890533570203495096606798201819271184077513817668548540870","-12472434551112563628240940597339106362475600706921693912249436903207063627711","-19495425589185504677127669213622600448473607431415667715695902694590315756739","10235295496187635008889952770309314405253458630423567639469609016481829697334","1623126796113812301750667583463950821902421710322154532644411210721852383746","1698487237224491777179414241351100322773430160807532214755371506669466253231","21016584962942654772425071636631317017912172714339099958910824482424891510064","18111024891724128265534006463608609012986726800536940388082784533404216103285","-9270383864090616309897798156294338476250372855980647748217363940127115920280","16340894510864614329176771344219481820396644456018756265179684299788902024557","14536736184546067605702723384650240945315589202511952057486826564235466412621","-10289435131179840609487122786663393596035435208327684635783112968115436262513","8286665805248253251869090951702615265368263566782126896319409400409760734606","-2492702763134584607059808762105705384335918024088171370477241626322610775235","17084592973850648300955443601249442013515259416481555157306291163547905941559","8388591340283664945272686712475542646089555602602241327498223622035387177824","7161613446480468332302371118622994175319165995534330999567590529063978204850","1827334579096232207663461416400061490461395216552771862837414345095388741360","-10134528188101085518420291791925317388143157700304704848913600205158560553653","-18632752359099092368314394608810560073588093605634275465668717883030151434826","-18874846221319200300860571705509327161011358766522728597972912865181446337192","12767162747340291487286625606981630777972542322766730838676606625091932506512","12949864502249207290150874231884683985214377414842877495291486696636397230866","2154317773530885428691162730122617781538806235884367501948502758238504480070","15359100944285172994396761415959735237042330434131242825323403925502882633665","-11683026443970685938087344842772175887193253232368794765635259172209859205119","18421553041264253371874298841731822847265879680368075198341508638890672545483","-7641123047031280840693215686869287798129160263430792277201969450726821891002","-4493752914983851047884888919032397118462671827757789084181082473201740591442","17364343030833293799483806477810290437429942803798272706359592333503266802929","19332877502524811854689946619206416539713147022847326286788523028907735651958","-16492977855319071798036297230308880815368205598804411903472136659671311000811","-21577985482849234864031225007350357737226187126392595914147328457726790365260","-1694548753448136089257884120442191057619788125463959911940264097656693727774","-9003573427451063581702272976335286235461090259662447447884045043147763512045","-14355031786419833244477485853562496334729882038981329899770770510827218808237","-7885872994474033213532667748243656558862483772943442557969712879539202785073","-5776498570180221443763854491839729710134029241337167463982018897508725446578","16474129260214234505775937485521119651138178358416731189267984439521950229351"],["0","2396652047785229731405566043218069312725901718186967800865540741237189667373","-690509084955338092566846298112337028248027843529019966558519590036516822016","-7403926752790744926829776017665449419671719249614779539676133605622684784444","-19204283503817300760267776365052181296063007421333626897477573517132755536661","-20121226891373619124432184337661081266822077524177996735550009105156313914031","-9152495837183441855742694646343162388025592069570620498201479129694644504375","12075905028772908727850280200848942406232504083969712272197662196694328238102","-9846611022904818127293746432838855936127622083592873770202884772930586979957","18388048381449192406256159370608468867173018751106351553652131565785683177395","-5798257885118990022104915906904516811049623599382894819592087216749706955655","18564868313020458929320707463764797060002688479995910004184171723659255927371","5548777188033060350512934546302827582035785163570085726460859241141937071127","15658517158833640816886628986610448087217057373034272526054772013744292316130","2381867892831320312101126041010633023887591016259002526933487612669847535212","-9577349354249274866988321083009007056562672168004749374873109793635370116660","1894183495228427166075436503641319857637414315339194815374625413943973148300","-1487318496619004877176891421643901428559342437492083470593616647367394053826","-15566479663429664009924233779041968561224634338327940201475003155227919406556","-18181266589223537371862071441515408085402164811343615383028872627548492453351","-12364550970351113052639775273585633669569733118506060047506150934980688328767","19631364098856908593383209995702077361401362652464577528485230569264893473183","16452920078977896127094989631317670603637537176061620953243919850928469357463","1316104499388611524805875245152087619261571929539082912465469036829178439019","18687427241146565203075757212821744001108552214843793629238942220490106790831","-16827977751809861979915629506935624868362478785520438792790309403334444486987","-7684441237191509130979780336308670870207265263526583009050092355046385350574","3895577164317485551279696962579132901454081688222342269796123351970309304364","-2575085878819179440955786592654791606611110574456159019528958840603053359835","9381576654501825572270392067741888481496472838794215663351192843407896747183","-9103168171541464748230502565453373802216842331570663293944528776884115400843","2767309531138794805925399086520497763624740525513718630588497817438885306477","7460474233472761624141945104891798209711622316979118372859843285108815232809","18529047967809804553234244137287033127001272503224285504578460079575445320990","-16186005955829942768218241141124092421867486019773910952425413346994698335593","-3229686770670582853259779571919111913909748106593294308541069695864523784567","1207776182327954068908175474719810824869715936950382959987310483870442662651","-2435774509143415989282531546317761414691716488388403757566754096139401541043","-12709626482066388215763777667558050065967892579663453380597816587638219899524","21336978789832367615127961087343744780375278970405760658607011641645830290342","-18710935559848019273890958990781711743171356260551766465131876863762284567370","14486148801341583531825048687485121700659645893619702063088781329923035829131","-10073825807630278244965930493350014586915059444389738924530188968540844084012","-9559093843554769639498061505098182910507134317266646609672320129426245146235","-13566747246341197726442472739430481582869093553825781658423710903449246851198","13405066500722135275099154485447745101689561797291304896396255981822559703706","17390376530450263016067874241440749646197125450343134730086874669159967794267","-5845412849714590712419152598885533860675125739860918923183274286376266626540","13876206748119847270620093057858842347073285753214256463298297803908171030060","5833568295464314665594061096993295506820921895216402251499374979945263868925","6890101654253776088276833121595532550110175108690059205100334384794779776739","11918859108025237099969536313338929473104783508985144878879860810882030161293","1450852863897564767048928718420797461455778710362774115311891356155878553213","19314693050212270304189024292188581724946174398951327528399375807657773702677","1292588840307469955218441185627769081241495629650768352969692181226128471883","5392149817432385947995059505918171412149635246687247440688319482406300502198","14600068306216925285218159737103953486814838087276193722340113139569244196914","-8286490531985544935638826605846786556862994697244421284122700625884484040594","-14773712633595606982993693115148892563936586666453074092308280256397160749998","-12887843706287304302867041254275295680869603998509570020350391875458832080244","7337662789760470196706985157678006579089801535328444722155335455110272048806","14390063633494343453218807277922968779167289302406930913709424922161538374139","2290985164748511329534661395149715104665232003222508024456823448761288586123","-3056626230385852034235475449420937636402837013427353480800669619838318759805","-17102608306531734132008932681987925808398850462415301087693601202604823017861","20470590992375270017779905540618628810506917260847135278939218032963659394668","3246253592227624603501335166927901643804843420644309065288822421443704767492","3396974474448983554358828482702200645546860321615064429510743013338932506462","20144927054046034322603737528005358947275981028262165574123444778273974524511","14333806911608981308821607181959942937425089200657846432467364880232623710953","3347475143658042602450809432668598136047618688454738847263476306321576655057","-11094696721949321786139268802075586536303439888794556157037039773573812942120","7185229497252859989159041024043206802082814004607869771275448941895124329625","-20578870262359681218974245573326787192070870416655369271566225936230872525026","16573331610496506503738181903405230530736527133564253792638818800819521469212","16902837345570106008126788221045864319876528352239691602743720933930586945147","12280943075862021379664481457241608938482154432547075970914378140520003387501","16777182680567329890545373424951085292179111205204482654996447244070774355648","14323226892960936664604742237245988350638331991068661999135181058127956409700","3654669158192464415326922832800122980922790433105543725674828690190777482720","-20269056376202171036840583583850634776286315400609409697827200410317121107306","-15377261846358909514382383472363845058627822810852516587639231579484494374035","-15861449570799125379474737665761379233474353132629422852247621543787084178767","3646082622841307752326845468705986467396720245117427333655009063608056517407","4011486132659139358055342718512092881880390429269720646884769206696985966115","-17579607324777504364864080285012039525470751928647299339801198670098799535477","-13058283855108204455699288658595079703012067932569583036749600522145851723904","20410432855737178568318121804970198402710222336094479156125890028731898580996","-6933379661150043700744213807050904482564969440095918290713391095370271900268","-15282246094062561681386431373738575596258320526861584554403938901453643782004","-8987505829967702095769777838064794236925343655515578168362164946403481182884","12840443189827312376721207210363305786311521207180511069020980480430725110241","16777512133210348487133487493155557990877929645278618229878841871239662808299","-11097712838798868373826188715360486542188046797192789463246069132766813506005","-21267728093859194505816044269443440385904009852369157484596452728877772234903","-3389097506896272178515768240884382115239576250927919823880528195313387455548","-18007146854902127163404545952670572470922180519324894895768090086295527024090","-6821820701000391266708565961867717580911399677546625455843336835078629120857","-15771745988948066427065335496487313117724967545886885115939425759078405570146","10335245731478832334718696761577815668280305917741699415734166391558357602461","11060015648589193789305469225784964213727992316417428034837764692468091963085"],["0","4793304095570459462811132086436138625451803436373935601731081482474379334746","-1381018169910676185133692596224674056496055687058039933117039180073033644032","-14807853505581489853659552035330898839343438499229559079352267211245369568888","-16520324135795326298289146984847087503577650442251219451256942847689702577705","-18354210910907963026617962930064887445095790647939959127401814023736819332445","-18304991674366883711485389292686324776051184139141240996402958259389289008750","2263567185706542233454154656440609723916643767523390200697120206812847980587","-19693222045809636254587492865677711872255244167185747540405769545861173959914","14887853891059109590265912995959662645797673101796668763606058944995557859173","-11596515770237980044209831813809033622099247198765789639184174433499413911310","15241493754201642636395009182272319031457012559575785664670139260742703359125","11097554376066120701025869092605655164071570327140171452921718482283874142254","9428791445828006411526852227963621085885750345652510708411339840912776136643","4763735785662640624202252082021266047775182032518005053866975225339695070424","-19154698708498549733976642166018014113125344336009498749746219587270740233320","3788366990456854332150873007282639715274828630678389630749250827887946296600","-2974636993238009754353782843287802857118684874984166941187233294734788107652","12643526416819222424644343932430613054647460124176188284446402062695778178122","-14474290306607799521477737137773541082255965222271196422359541068521176411085","-2840859068862950883033144801913992250591101836596085751314097683385568161917","-4513757545964733257726391499110395454294003495902913630425947234621830044868","11017597286116517031943573517378066118726709951707207562789635515281130219309","2632208998777223049611750490304175238523143859078165824930938073658356878038","15486611610453855183905108680386212913668740029271552914779680254404405086045","-11767712631780448737584853268613974648176593170624843241882414620093080478357","-15368882474383018261959560672617341740414530527053166018100184710092770701148","-14097088543204304119687011820099009285640201023971349804105957482635189886889","16738071114200916340334832559947691875326143251503716304640286505369701775947","18763153309003651144540784135483776962992945677588431326702385686815793494366","-18206336343082929496461005130906747604433684663141326587889057553768230801686","5534619062277589611850798173040995527249481051027437261176995634877770612954","14920948466945523248283890209783596419423244633958236745719686570217630465618","-6718389808058941338024323215940483923094183794383497678239488214000726349254","-10483769039820610314190076536990909755186607639131787561152622507413588175569","15428869330498109515726846601419051260728868187229445726616064794846760926483","2415552364655908137816350949439621649739431873900765919974620967740885325302","-4871549018286831978565063092635522829383432976776807515133508192278803082086","-3531010092293501209281149589858825043387420758910872417497428988700631303431","20785714707825460008009516429430214472202193540395486973515819096715852085067","-15533628247856763325535512236306148397794348120687498586565549540948760639123","7084054730843891841403691629712968312770927386823369782479358473270263162645","1740591256578718732314544758557245914718245511636556494637826249494120327593","-19118187687109539278996123010196365821014268634533293219344640258852490292470","-5245251620843120230638539733603688077189822707235528973149217620322685206779","-16966352742234279894294502519619059973717605206249458894603896409506497583822","-8995732682778024412357063007633050884702477900145799227222659034831681402700","-11690825699429181424838305197771067721350251479721837846366548572752533253080","-16024072247438855903252625374796865482950157294403555760799812765335274931114","11667136590928629331188122193986591013641843790432804502998749959890527737850","13780203308507552176553666243191065100220350217380118410200668769589559553478","1949475344211198977692666881420583857661202617554255414061517435188251826969","2901705727795129534097857436841594922911557420725548230623782712311757106426","16741143228585265386131642839119888361343984397486620713100547428739738909737","2585177680614939910436882371255538162482991259301536705939384362452256943766","10784299634864771895990119011836342824299270493374494881376638964812601004396","7311893740594575348189913728950631885081311774136353100982022092562679898211","-16572981063971089871277653211693573113725989394488842568245401251768968081188","-7659182395351938743740980485040510039324808932490113840918356326218513004379","-3887444540735333383487676763293316273190843596603105697002579564341855664871","14675325579520940393413970315356013158179603070656889444310670910220544097612","-14996358476689863538055196934668612618762150196018206859977558528828540242956","4581970329497022659069322790299430209330464006445016048913646897522577172246","15774990411067571153775454846415399815742690373561327382096864946899170976007","-12316973741224193041771459618718576528249336524414567831688998218633837540105","19052939112911264813313405335979982532465470121278236214180231879351510293719","6492507184455249207002670333855803287609686841288618130577644842887409534984","6793948948897967108717656965404401291093720643230128859021486026677865012924","18401611236252793422961069310753442806003597656108296804548685369972140553405","6779370951378687395396808618662610786301814000899658521236525573889438926289","6694950287316085204901618865337196272095237376909477694526952612643153310114","-301150572059368350032131858893897984058515377173077970375875360571817388623","14370458994505719978318082048086413604165628009215739542550897883790248659250","-19269497652880087215702085401396299295593376432894704199434247685885936554435","11258420349153737785229958061553185972924689866712473241579433415063234442807","11917431819300936794007170696834453551204692304063348861789237681285365394677","-19214599591954507685163848576031332300132419935737916745567652092111610216232","11666122489295384558844341104644895495809858009992930966294690301565740215679","6758210914082598106963078729234701612728299581721289654572157929680104323783","7309338316384928830653845665600245961845580866211087451349657380381554965440","-18649869880565066851434761422443994464024266400802785051956196634058433718995","13021962050960731415728044545786860059841083179127035512117945214182628243164","-9834656269758975536703069586265483378400341864842811360797038900998359861917","-14596077626156659717592714807845302153754923910181179676388186059359695460803","-13865270606520996506135720308233089324787583541876593049928665773181836563387","8617271094123541714764650920490471126155224943537470007794011032954017920280","17659918033462141533094234173324390771072592935692902613897207328859913543426","-2955620032204193307856567880574153371676284128643110375144628315687819829242","-13866759322300087401488427614101808965129938880191836581426782190740543800536","-8676249316285848140526457002219876103968276653307134765109673616331479068391","-17975011659935404191539555676129588473850687311031156336724329892806962365768","-18095599364023925691050397069787938604473686386471046549354447412290166770752","11666781394581421752020569241053840893207494890141202116059479555903517120981","-307182805758461525405971685463697995827729193969544582793934078957818516393","-20647213315879113789385682793629605683259655304322280625494701271179735974189","15110047858046730865214869263488510858069211898560194695937147795949033584521","-14126050837964979104562686160083869853295996638233755447837975986015245552563","-13643641402000782533417131923735435161822799355093250911686673670157258241714","-9655249106056857631884265247717351146901570691357735888180647331581002644675","20670491462957664669437393523155631336560611835483398831468332783116715204922","231788425339112356364532706312653338907620232418821725977325198360375430553"],["0","-12301634680698356296624141572384997837644757527668163140236041221627049826125","-2762036339821352370267385192449348112992111374116079866234078360146067288064","-7727464139323704485072698325404522590138512598043083815006330235914930642159","-11152405399751377374331888224436899918606936484086404558815681508803596659793","7068063921862624391256885630384775286905147504952150432592780325677978326344","7166502394944783021522032905141900624994360522549586694590491854373038973734","4527134371413084466908309312881219447833287535046780401394240413625695961174","4390041652059277935317825759159126432586240466460573606584869281429269071406","7887464910278943958285420246662050203046981803177303183513913703415307222729","-1304788668636684866173257882360792155650129997115544934670144680423019327003","8594744636564010050543612619287362974365660718735536985642074334909598222633","306865880292966179805332439954035239594776253864308562145232777991939788891","18857582891656012823053704455927242171771500691305021416822679681825552273286","9527471571325281248404504164042532095550364065036010107733950450679390140848","-16421154545157824245706878586778753137702324271602963155794234987965671971023","7576733980913708664301746014565279430549657261356779261498501655775892593200","-5949273986476019508707565686575605714237369749968333882374466589469576215304","3398809961799169627042282119603951020746555847936342225194599938815747860627","-7060337741376323820709068530289807075963566044126358501020877950466544326553","-5681718137725901766066289603827984501182203673192171502628195366771136323834","12860727779909808706793622747036484179960357408610207082846309717332148405881","146951700393758841640741289498857148905055502998380781881066843986451943001","5264417997554446099223500980608350477046287718156331649861876147316713756076","9084980349068435145563811615515150738789115658127071485861156322233001676473","-1647182391721622252923300791970674207804821940833652140066625053610352461097","-8849522076926761301672715599977408392280696653690297692502165233609732906679","15582308657269942205118787850316531605816326752889369079184493407881237217456","11587899356562557458423259374638108662103922102591398265582368824163595056277","15638063746168027066835162525710278837437526954760828309706567187055778493115","-14524429814326583770675604516556220120319004925866618832079910920960653107755","-10819004747284095998544809399175284034049402298361159821344212916820267269709","7953654062051771274321374674309917750298124867500439147741168953859452435619","-13436779616117882676048646431880967846188367588766995356478976428001452698508","-20967538079641220628380153073981819510373215278263575122305245014827176351138","8969495789156943809207287457580827432909371974042857109533925403117713357349","4831104729311816275632701898879243299478863747801531839949241935481770650604","-9743098036573663957130126185271045658766865953553615030267016384557606164172","14826222687252272803684106565539625001773522882594289508703346209174545888755","19683186543811644793772627113603153855856022680374939603333434006855895674517","-9179013623874251428824618727355021707040331840958962829432894895321712782629","14168109461687783682807383259425936625541854773646739564958716946540526325290","3481182513157437464629089517114491829436491023273112989275652498988240655186","-16348132502379803335745840275135456553480172868650552094991076331129172089323","-10490503241686240461277079467207376154379645414471057946298435240645370413558","-12044462612629284566342599293980844858886846012082883445509588632437186672027","-17991465365556048824714126015266101769404955800291598454445318069663362805400","-1493408527019087627430204650284860354152138559027641349034892958929258010543","-10159901623038436584258845004336455877351950188391077177901421344094741366611","1446030310017983440129838642715906938735323180449574662299295733205246980083","5672163745175829130860926741124855111892336034344202476703133352603310611339","3898950688422397955385333762841167715322405235108510828123034870376503653938","5803411455590259068195714873683189845823114841451096461247565424623514212852","11594043585331255550016879932982501634139604394557207082502890670903669323857","5170355361229879820873764742511076324965982518603073411878768724904513887532","21568599269729543791980238023672685648598540986748989762753277929625202008792","14623787481189150696379827457901263770162623548272706201964044185125359796422","-11257719256102904520308900678129871138903614388561650792792598316962127666759","-15318364790703877487481960970081020078649617864980227681836712652437026008758","-7774889081470666766975353526586632546381687193206211394005159128683711329742","7462408287202605564581534885454751227810841740897744544923137633865279699607","-8104474081540451853863988124079950148975935991620379376256912871081271990295","9163940658994045318138645580598860418660928012890032097827293795045154344492","-12226504921543408136941901797683750545611348053709413923202678479353275039220","-2745704610609110861296513492179877967950308648413101319679792250691866584593","16217635353983254404380404926702689976382575842140438084662259572127212091821","12985014368910498414005340667711606575219373682577236261155289685774819069968","-8300344974043341004811091814448472506360923113955776625655232133220078469769","14914979600666311623675732876249610523458830911800559265399166553368472611193","-8329500969081900431452788507932053515944736398616717301225153038796930643039","13389900574632170409803237730674392544190474753818955389053905225286306620228","-602301144118736700064263717787795968117030754346155940751750721143634777246","6852675117172164734389758350915552119782891618015444741403591581004688822883","-16650752433920899209157765057535323502638388465373374055170291185196064613253","628597826468200348213510377849096857301015333008912139460662643550660389997","1946620766762598365767935648411632013861020207710663379880271175994922293737","-16540956312069740148081291406805389511716475471059799147437099997647411936847","1444002106751493895442276464032515903071351619569827588891176416555671935741","13516421828165196213926157458469403225456599163442579309144315859360208647566","-7269566239069417560938714414056783164857202667993859440998889425812698564737","6476745982548416741623288645626561249048195999226498583484015105034749553244","-17732561641757087613036722398940830057414562442577997663160517944786360504906","2218930332321324148840266572726308331747680670730411622104126384579088771783","-7303912380474044212939023870433329218961483419946325009078167932143582425989","-5842298341202717790025034871208903561026802683337151756159127359787864631157","-4653700683592191792717103904276332836237914513341094328110182120667772655057","13431593195085007843942062601391506453596821470969770884096210471144018591235","-5911240064408386615713135761148306743352568257286220750289256631375639658484","16042967099078375641515956262310932246836851040448395524542843991670529390162","-17352498632571696281052914004439752207936553306614269530219347232662958136782","7826462423807742061413700138255373229395354178769756013947748587537692259698","-14302955856208576159854388394318602120399008372526058755010690638004525045887","1445319917323568281794732736850406697866625379866369888420754925231225746345","-614365611516923050811943370927395991655458387939089165587868157915637032786","-19406183759918952356524959842001936277970946208228526907291198355783663452761","8331852844254186508183332781719746627590059396704355048176091405322258673425","-6363858804090682986878966574910464618043628876051476551977747785454682609509","-5399039932162289844587858102213595235097234309770467479675143153738707987811","-19310498212113715263768530495434702293803141382715471776361294663162005289350","19452740054076054116628381301053987584572859270550763319238461379657621914227","-21424666021161050509517340332631968410733123935578390891743553789855057634511"],["0","-2715026489557437371001877399512720586741150654920291936773878256678291156633","-5524072679642704740534770384898696225984222748232159732468156720292134576128","-15454928278647408970145396650809045180277025196086167630012660471829861284318","-416567927663479526417370703616524748665508567756774773933158831031384823969","14136127843725248782513771260769550573810295009904300865185560651355956652688","14333004789889566043044065810283801249988721045099173389180983708746077947468","9054268742826168933816618625762438895666575070093560802788480827251391922348","8780083304118555870635651518318252865172480932921147213169738562858538142812","15774929820557887916570840493324100406093963606354606367027827406830614445458","-2609577337273369732346515764721584311300259994231089869340289360846038654006","17189489273128020101087225238574725948731321437471073971284148669819196445266","613731760585932359610664879908070479189552507728617124290465555983879577782","15826922911472750423861003166597209254994636982194008489947155177075296050955","-2833299729188712725437397417172210897447636270344014128230303285217028213921","10934176653362901953079054316957043901692080257626142375807938397220273049188","-6734774910011857893642913716126716227449049877702475820701200875024023309217","9989694898887236204831274372106063660073624900479366578949271007636656065009","6797619923598339254084564239207902041493111695872684450389199877631495721254","-14120675482752647641418137060579614151927132088252717002041755900933088653106","-11363436275451803532132579207655969002364407346384343005256390733542272647668","-18055030183858933030905565996441581817176013983611654521703788938487320179472","293903400787517683281482578997714297810111005996761563762133687972903886002","10528835995108892198447001961216700954092575436312663299723752294633427512152","18169960698136870291127623231030301477578231316254142971722312644466003352946","18593878088396030716399804161315926672938720518748730063564954079355103573423","-17699044153853522603345431199954816784561393307380595385004330467219465813358","9276374442700609187991169955375788123084289105362703814670782629186665939295","1287555841285839694600113004018942235659479804766762187466533461751381616937","9387884620496778911423919306163282586326689509105622275714930187535748490613","-7160616756813892319104803287855165152089645451317203320461617655345497719893","-21638009494568191997089618798350568068098804596722319642688425833640534539418","-5980934747735732673603656396637439587952114665415156048215866278856903624379","-4985316360396490129850887118504660603828370777117956369259748669427096901399","-20046833287443166034513900402706363932198066156111115900912285843078544206659","-3949251293525387603831830830095620222729620452330320124630353380340381780919","-12226033413215642670981001947498788489590636904812970663799720315612267194409","2402046798691947307986153374715183771014632493308804283164171417460596167273","7764202502665270385121807385821974914998681364772544673708488231773283281893","17478130215784014365298848481949032623163680960333844862968663827135982853417","3530215624090772364597168290547231674467700718498108684832414395932382930359","6447976051536292143368360773594598162535345146877444786219229706505244154963","-14925877845524400292988226711028291429675382353869808365146899188599327185245","11080220738918943773001130940243637070136383063530964497414255710893272812588","-20981006483372480922554158934414752308759290828942115892596870481290740827116","-2200682353419293910438792842704414629225327623749732547320973078298564848437","-14094687859272822427181846285274928450261547200167162565192431952750917115183","-2986817054038175254860409300569720708304277118055282698069785917858516021086","-20319803246076873168517690008672911754703900376782154355802842688189482733222","-18996182251803308341986728459825461211077718039516885019099612720165314535451","11344327490351658261721853482249710223784672068688404953406266705206621222678","7797901376844795910770667525682335430644810470217021656246069740753007307876","11606822911180518136391429747366379691646229682902192922495130849247028425704","1299844298823235877787354120707728179730844388698379821307577155231530152097","10340710722459759641747529485022152649931965037206146823757537449809027775064","21248955667619812361714070302088096208648717573081945181808351672674595521967","7359332090539026170513249170545252451776882696129378060229884183674911097227","-627195640366533818371395611002467189258864376707267241886992447348446837901","-8748486709568479752717516194904765068750871329544421019975221118298243521899","-15549778162941333533950707053173265092763374386412422788010318257367422659484","-6963426297434064093083335974347772632926680918620545253851928918845249096403","-16208948163080903707727976248159900297951871983240758752513825742162543980590","18327881317988090636277291161197720837321856025780064195654587590090308688984","19323475900591734170609007895147049085874032693413240840991051414445066912794","16396833650621053499653378760897519152647747103589831704338619685192075326431","10547027836127233586514404108148104864216787283864841825626314957678615688025","-17806457005857553616482130155091337026657981435677596165085829001601978851298","-16600689948086682009622183628896945012721846227911553251310464266440156939538","7941716329493348025105060007241945958369297423185084187100128920161136726769","5229240933675474359340828729393168056658891603182599741247898108981947209539","4891558277425065597360069716091509999832585107221876434409606263996804744839","-1204602288237473400128527435575591936234061508692311881503501442287269554492","-8182892637494945753466889043426170848982581164385144860891021024566430849851","-11413261996002523196069124369813371916728412530330713766642378183816320730889","1257195652936400696427020755698193714602030666017824278921325287101320779994","3893241533525196731535871296823264027722040415421326759760542351989844587474","10694573119539070148330228676903771153663777858712470392522208377856793117540","2888004213502987790884552928065031806142703239139655177782352833111343871482","-16743642087348158016640496573575743726183530473946910069107776654431199696102","7349110393700440100368976917143708758833959064428315461700425334950411366143","12953491965096833483246577291253122498096391998452997166968030210069499106488","-13576880411674900003827039052624385026280760484739960982622831702996912514195","4437860664642648297680533145452616663495361341460823244208252769158177543566","-14607824760948088425878047740866658437922966839892650018156335864287164851978","-11684596682405435580050069742417807122053605366674303512318254719575729262314","-9307401367184383585434207808552665672475829026682188656220364241335545310114","4974943518330740465637719457525737818645278541523507424494216755712228686853","-11822480128816773231426271522296613486705136514572441500578513262751279316968","-11690551545521799161460898965892685683423026719935277638310720389810558210910","-12816754393304117339859422263622229327324742212812504716740490278750107777947","15652924847615484122827400276510746458790708357539512027895497175075384519396","-6717668840577877097462371043379929152249652344636083166323177089433241596157","2890639834647136563589465473700813395733250759732739776841509850462451492690","20659511648805429120622519003402483105237447624537856012522467870744534430045","-16924124647998629490803513938746597467393528016041019470884192524991518409905","16663705688508373016366665563439493255180118793408710096352182810644517346850","9160525263657909248488472595436345852461106648313081239742708615666443276599","-10798079864324579689175716204427190470194468619540934959350286307477415975622","-16732753552388155305290655245612129499057918365014909209024385139748202083083","17017237236312833011010356856850700080597354140685492294778718572739435332837","927153701356449425458130825250613355630480929675286903909300793441501722212"],["0","16458189892724400480242650946231833915066063090575450470150447673219226182351","-11048145359285409481069540769797392451968445496464319464936313440584269152256","-9021613685455542718044387556360815272005685991756300916327116757083914073019","21055107016512316169411664338024225591217347264902484795831886524513038847679","6384012815611222342781136776281826059072225619392567386672917116136104809759","6777766707939856863841725875310327411429077689782312434663763230916347399319","18108537485652337867633237251524877791333150140187121605576961654502783844696","-4328076263602163480975102708620769358203402534573739917358727060858732209993","-12226626102562774611351130503866349364908801588122855953340753559490388100318","16669088197292535757553374215814106465947844411953854605017625464883731187605","12490735674416764979928044731892176808914278474526113598870093153062584394915","1227463521171864719221329759816140958379105015457234248580931111967759155564","9765602951106225625475600587937143421440909563971982636196106167574783606293","-5666599458377425450874794834344421794895272540688028256460606570434056427842","21868353306725803906158108633914087803384160515252284751615876794440546098376","-13469549820023715787285827432253432454898099755404951641402401750048046618434","19979389797774472409662548744212127320147249800958733157898542015273312130018","13595239847196678508169128478415804082986223391745368900778399755262991442508","-6353108093666020060589868375901953215305899776089399660385307615290368810595","-838629679064331842018752670054662916180450292352651666814577280508736799719","-14221817495878590839564726247625888545803663566807274699709373690398831863327","587806801575035366562965157995428595620222011993523127524267375945807772004","21057671990217784396894003922433401908185150872625326599447504589266855024304","14451678524434465360008840716803327866608098232092251599746421102356198210275","15299513304952786210553202577374578257329076637081425783431703972134398651229","-13509845435867769984444456654652358480574422214345156426310456747863123131099","18552748885401218375982339910751576246168578210725407629341565258373331878590","2575111682571679389200226008037884471318959609533524374933066923502763233874","18775769240993557822847838612326565172653379018211244551429860375071496981226","-14321233513627784638209606575710330304179290902634406640923235310690995439786","-21387776117297108771932831851443861047649244793028604941678647480705260583219","-11961869495471465347207312793274879175904229330830312096431732557713807248758","-9970632720792980259701774237009321207656741554235912738519497338854193802798","-18205423703047056846781395060155452775847767911806197458126367499581279917701","-7898502587050775207663661660191240445459240904660640249260706760680763561838","-2563823954592010119715598149740301890632909409209906983901236444648725893201","-17084149274455380606274098995826907546519099413798425777369861351654616161071","15528405005330540770243614771643949829997362729545089347416976463546566563786","13068017559728753508351291218640790157778997520251655382239123467696157211217","7060431248181544729194336581094463348935401436996217369664828791864765860718","12895952103072584286736721547189196325070690293754889572438459413010488309926","-7963512819209525363730047676799307770802400307323582386595594190622845874873","272198605998612323755856135229999051724401726645894651130307235210737129559","-20073770094905686622861912123572229528970217257468197441495536776005673158615","-4401364706838587820877585685408829258450655247499465094641946156597129696874","15587110025132905590129118919964693276573634400497743557011544467649782760868","-5973634108076350509720818601139441416608554236110565396139571835717032042172","-18751363620314471114788974272088548420859436353148274367907481189803156970827","-16104121631767341461727051174393647333607071678617735694501021253754820575285","800412108864041301197301219242145359020979736960775563114329223837433949739","15595802753689591821541335051364670861289620940434043312492139481506014615752","1325402950521761050536453749475484294744094965388351501292057511918248355791","2599688597646471755574708241415456359461688777396759642615154310463060304194","20681421444919519283495058970044305299863930074412293647515074899618055550128","20609668463400349501181734858918917328749070745747856019918499158773382548317","14718664181078052341026498341090504903553765392258756120459768367349822194454","-1254391280733067636742791222004934378517728753414534483773984894696893675802","-17496973419136959505435032389809530137501742659088842039950442236596487043798","-9211313454043391845655008361089255096978384372408811232322432328159036823351","-13926852594868128186166671948695545265853361837241090507703857837690498192806","-10529653454322532193209546751062525507355379566065483161329447297749279465563","-7120723107702369171938229168119108502453016749271940296087233192970999613266","16758708929344193118971610045036823083199700986410447338283898642314325329971","10905424429402831777060351776537763216747129806763629064979035183808342157245","21094055672254467173028808216296209728433574567729683651252629915357231376050","-13724671139875832010717854564925398964767598470939157986473453816628149206979","-11313137024334088796997961512536614936895328055407072158922724346304505383459","15883432658986696050210120014483891916738594846370168374200257840322273453538","10458481867350948718681657458786336113317783206365199482495796217963894419078","9783116554850131194720139432183019999665170214443752868819212527993609489678","19479038295364328421989350874106091216080241383031410580691201302001269386633","-16365785274989891506933778086852341697965162328770289721782042049132861699702","-938281120165771169891842994369468744908460660245393189586552181056832966161","2514391305872801392854041511396387429204061332035648557842650574202641559988","7786483067050393463071742593646528055444080830842653519521084703979689174948","21389146239078140296660457353807542307327555717424940785044416755713586235080","-16112234444833299640477299889127211476262957922136723988133498520353120752653","10289201568982234411211818343363062724729667852938248549180855064289217599030","14698220787400880200737953834287417517667918128856630923400850669900822732286","4018741058354391744246748837248969907644419596489959990237856233563189717359","16622724920328750436838733385265780124535207831352146722150744967157791962844","8875721329285296595361066290905233326990722682921646488416505538316355087132","-7327406650056901629509689736476041787297569279369265692614467541998521208339","20407292378867679284392672005678935932989518067483461662759898934000158466606","-18614802734368767170868415617105331344951658053364377312440728482671090620228","9949887036661480931275438915051475637290557083047014848988433511424457373706","-1756717385794271240606137299335951884861908628728848657458822338926750138319","-1492860219204323100675392186528096278297689039454520932923236593045307926203","-3745265914768959457472438781987183566101120025208975089782776370924407060277","9417606823391693023408394807764217829033052314662989712092790163574960543175","-13435337681155754194924742086759858304499304689272166332646354178866483192314","-16106963202545002095067474797855648297081862880950554790015184485650905510237","19430780425771583018998632261547691121926530848659677681346731554913260364473","9928236447681291462885783613021355242309672768750029745628023323168580171424","11439168505177470810486925381621711421811873186401385849006161434713226198083","18321050527315818496976945190872691704922213296626162479485417231332886553198","-21596159728649159378351432408854380940388937239081869918700572614954831951244","-11577264232937035388334904745966983909567472329613784074350566092920595670549","12146231600786390799774307968444125072646343880954950245859232958903062170057","1854307402712898850916261650501226711260961859350573807818601586883003444424"],["0","11028136913609525738238896147206392741583761780734866596602691159862643869085","-208047846731543739892675794337509815388526592512604586174422694592729808895","-18043227370911085436088775112721630544011371983512601832654233514167828146038","20221971161185357116576922930791176093886330129388935247965568862450269199741","12768025631222444685562273552563652118144451238785134773345834232272209619518","13555533415879713727683451750620654822858155379564624869327526461832694798638","14328832099465400513020068757792480494117935879958208867455719122429759193775","-8656152527204326961950205417241538716406805069147479834717454121717464419986","19323233538553001221790550482781851447279125624586356780714901254170840790598","11449933522745796292860342686370937843347324423491674866337046743191653879593","3093228476994254737609683718527078529280192548636192854041982119549360294213","2454927042343729438442659519632281916758210030914468497161862223935518311128","19531205902212451250951201175874286842881819127943965272392212335149567212586","-11333198916754850901749589668688843589790545081376056512921213140868112855684","21848463741612332590069811522570900518219956630088535159533549402305283701135","-5050856768208156352325249119249589821247835110393868939106599313520284741251","-3817706148129605625167714002090295536802229198914602371599324342604992731198","5302236822554081794091851211574333077424082383074703457858595323950174389399","-12706216187332040121179736751803906430611799552178799320770615230580737621190","20210983513710611538208900405147949256187463815710731010069049625558334896179","-6555392119917906456883046749994502003058962733198515055720543194221855231037","-20712629268689204489120475429266417897307920376428988088649669434684192951609","20227101108596293571541602099609528727821937344834618855196804991957901552991","7015114177029655497771275688349380644667832063768468855794638018136587924933","8710783738066297198859999409491881426109788873746817223165203757692988806841","-5131447999896264746642507564047441872600480028274278508922709309150437766581","-6670987972876113692528131669011397684759572379381253428713277856404953234054","-16738019506695916443845953729181506145910445181348985593832070339570282027869","15663295610147840423449271479395855256758393636006454759161516563567185466835","-6754224155416294054172807406163385519810217404852778938148266434806182383955","-20887309362754942321619257957630447006750125185641175539659090774834712670821","-2035496119103655472168219841292483263260094261244589849165260928851806001899","-19941265441585960519403548474018642415313483108471825477038994677708387605596","7365638337584436750930021370203644625401192977219673771143673373989057155832","-15797005174101550415327323320382480890918481809321280498521413521361527123676","16760594962655254982815209445776671307282545581996220375895731297278356709215","-12280055677071485990301792246396540004489834427180817211041518516733423826525","9168567138821806318240823798030624571446361058674144351135748740517324631955","4247792247618231794456176692024305227009630640087276420780042748816505926817","14120862496363089458388673162188926697870802873992434739329657583729531721436","3903661334305893351227037349121117561593016187093744801178714639445168124235","-15927025638419050727460095353598615541604800614647164773191188381245691749746","-21343845659842050574734693474797276985099560947124245041437589716154334236499","-18259297317972098023477418501887183969392070114520360539292869365435537821613","-8802729413677175641755171370817658516901310494998930189283892313194259393748","9285977178426535958011832094672111464598904400579452770324884748723757026119","-11947268216152701019441637202278882833217108472221130792279143671434064084344","-15614484368789667007331542798919821753170508305880514392116758193030505446037","-10320000391695407701207696603530019578665778956819437045303838320933832654953","1600824217728082602394602438484290718041959473921551126228658447674867899478","9303362635539908420836264357472066634030877480452052281286074776436220735887","2650805901043522101072907498950968589488189930776703002584115023836496711582","5199377195292943511149416482830912718923377554793519285230308620926120608388","19474600017999763344743712194831335511179495748408552951331945612660302604639","19331094054961423780117063972580559568949777091079677696138794130970956601017","-14339157381522445762439814808333540369989198016314556446476871638451972602326","-2508782561466135273485582444009868757035457506829068967547969789393787351604","-13105703966434643788623659034361785186455120917761649736202680286617165591979","-18422626908086783691310016722178510193956768744817622464644864656318073646702","-5965462317896981150086938152133815443158359274066146671709511488805187889995","828935963194210835827312243132224073837605268285068021039309591077249564491","-14241446215404738343876458336238217004906033498543880592174466385941999226532","11629174986849111015696814344816371077851037572404860332869593098052842164325","21810848858805663554120703553075526433494259613527258129958070367616684314490","-1588374399169616098435195057922130720229579665372701384891148542437154239134","-5561099407912388799189303384593522840986832541462281629248703446680489918341","-738031176828902371749517279815954785242291710398109974147244506033202271301","9878622446134116878173834283710508744928825292324302404702311494068738411459","20916963734701897437363314917572672226635566412730398964991592435927788838156","-2322009762139012832806126880891235089218023971528528606059779130588589516261","17069833718889381621732296002954907343612118365646786817684198417426730277649","-10843327678140507791621150428447408307381960257124545099865879911689914903787","-1876562240331542339783685988738937489816921320490786379173104362113665932322","5028782611745602785708083022792774858408122664071297115685301148405283119976","15572966134100786926143485187293056110888161661685307039042169407959378349896","-998193265522269851171896782899465562441617365982187117307574861724444521074","-10336226017827324058708194032997147863977551443857413632568792854130433009689","-1309839733874806399822769058531149639089028694539537245336494057997373297557","-14380044168876790043016903821939715141760892543118806840594707033349971526662","8037482116708783488493497674497939815288839192979919980475712467126379434718","11357206968818225651431061025274285160522051262288259100603285747739775430071","17751442658570593190722132581810466653981445365843292976833011076632710174264","-14654813300113803259019379472952083574595138558738531385228935083997042416678","-2961900985943191875707467479156678311117692665865145361876610505151300058022","-15341362596898259119490425488953387601354951706312720281183252778766372744839","19899774073322961862550877830102951274581114166094029697976867022848914747412","-3513434771588542481212274598671903769723817257457697314917644677853500276638","18902522433430629020895621372201082531952986321506992477851731000485192643211","-7490531829537918914944877563974367132202240050417950179565552741848814120554","-3053029225055889175429616129728839430482259771090054919512623859425887409267","-4982432490472233167603078428262441520450244978128298321594504171157157889011","11562559338588546254357861894803253582933003038930959107366039401849805970760","16973317979703890815750858777838107155304697296903321018995258923250712233329","19856472895362582925771567226042710484619345537500059491256046646337160342848","990094138515666398727445017986147755075381972386737354314118682850643900549","14753858182792361771707484636488108321296062192836290615272630276089964610779","584166286380231687789946672805788296318854322668328849995263143241953088746","-1266285594034795554423403746676692730586580258811533805002927999265382845481","-19484022542105768844944195553626300031804041038922168195677942455345492651120","3708614805425797701832523301002453422521923718701147615637203173766006888848"],["0","168030955379776254231386549155510394619159161053698849507178133149479242553","-416095693463087479785351588675019630777053185025209172348845389185459617790","-14198211869982895649931144480185985999474379566609169321610262841759847796459","18555699450531439010907440116325077099224295858361836152232933538324729903865","3647808390605614148878141359870029147740538077154235202993464277968610743419","5222823959920152233120497755984034557167946358713215394956848737089581101659","6769421327091525803793731770327685899687507359500383391213234058283709891933","-17312305054408653923900410834483077432813610138294959669434908243434928839972","16758224205266727221334695220306427806009886848756679217731598321765873085579","1011624173652317363474279627484600598146284446567315388975889299807499263569","6186456953988509475219367437054157058560385097272385708083964239098720588426","4909854084687458876885319039264563833516420061828936994323724447871036622256","-4714073939253647942590409138765976491333090544944138142611983702852482566062","-778154961670426581252773592120412091032725762336078682144222095160417215751","-79558260453885264353188445372749140656815540654998368329309568541049588964","-10101713536416312704650498238499179642495670220787737878213198627040569482502","-7635412296259211250335428004180591073604458397829204743198648685209985462396","10604473645108163588183702423148666154848164766149406915717190647900348778798","-3524189502824805020113067758350537772675234703941564297843026274585666746763","-3354518716257327368075010680218651664721801169410606667258309122034947198876","8777458632003462308480312245268271082430438934019004232257117798132098033543","-19537015665539133755994545113275560706067476352441941833601134682792577407601","18565959345353311920836798453961782367095510289253203366695405797339994610365","14030228354059310995542551376698761289335664127536937711589276036273175849866","17421567476132594397719998818983762852219577747493634446330407515385977613682","-10262895999792529493285015128094883745200960056548557017845418618300875533162","-13341975945752227385056263338022795369519144758762506857426555712809906468108","-11587796141552557665445501713105737203272525962281936843965936492564755560121","9438348348456405624652137213534435424968422871596875174624828940558562438053","-13508448310832588108345614812326771039620434809705557876296532869612364767910","-19886375853670609420992110170003618924951885970866316735619977363093616846025","-4070992238207310944336439682584966526520188522489179698330521857703612003798","-17994288011332645816560691202780009742078601816527616610379785168840966715575","14731276675168873501860042740407289250802385954439347542287346747978114311664","-9705767476363825608408240895507686693288599218226526653344622856147245751735","11632947053471234743384013146296067526016726763576406408093258407980904922813","-2671868482303696758357178747535804920431304453945600078384832846891039157433","18337134277643612636481647596061249142892722117348288702271497481034649263910","8495584495236463588912353384048610454019261280174552841560085497633011853634","6353482120886903694530940579120578307193241347568835134961110980883254947255","7807322668611786702454074698242235123186032374187489602357429278890336248470","-9965808404998826232673784961939955994661236828878295202684172575915575003875","-20799448447844825927222981204337278881650757493832455739176975245732859977381","-14630351764104920824708431258517092850235775828624686734887534544295267147609","-17605458827354351283510342741635317033802620989997860378567784626388518787496","18571954356853071916023664189344222929197808801158905540649769497447514052238","-2006293560466126816636868659300490577885852544026227240860083156292319673071","-9340725865740058792416679852582368417792652211344994440535312199485202396457","1248242088448459819831012538197235931216806486777160253090527544708143185711","3201648435456165204789204876968581436083918947843102252457316895349735798956","18606725271079816841672528714944133268061754960904104562572149552872441471774","5301611802087044202145814997901937178976379861553406005168230047672993423164","10398754390585887022298832965661825437846755109587038570460617241852241216776","17060957164160251467241018644405395933810627096401071558965687038744796713661","16773945238083572337987722199903844049351189781743321048579384075366104706417","-6790071891205616302633223871409805651430031632213078549255539090328136709035","-5017565122932270546971164888019737514070915013658137935095939578787574703208","-4323165061030012355000912323466295284361877435107265128707156386658522688341","-14957010944334292160373627699099745299365173089219210585591525126060338797787","-11930924635793962300173876304267630886316718548132293343419022977610375779990","1657871926388421671654624486264448147675210536570136042078619182154499128982","-6594649558970201465506510927219158921263702596671726840650728585308189957447","1370107101858946809147222944375467067153710744393686322040982009529875833033","21733454845772051885995001360893777778440154826638481916217936548657560133363","-3176748798339232196870390115844261440459159330745402769782297084874308478268","-11122198815824777598378606769187045681973665082924563258497406893360979836682","-1476062353657804743499034559631909570484583420796219948294489012066404542602","19757244892268233756347668567421017489857650584648604809404622988137476822918","19945684597564519652480224089888069364722768425044763586284980685279769180695","-4644019524278025665612253761782470178436047943057057212119558261177179032522","12251424565939488021218186260652539598675872330877539291670192648277652059681","201587515558259639004104888362458473784443886166944143966444363195978688043","-3753124480663084679567371977477874979633842640981572758346208724227331864644","-11830677648348069650830239699671725371732119072273440112327601889765242255665","-12630553475476976592205841115928437955320405477461454609312069557232860291442","-1996386531044539702343793565798931124883234731964374234615149723448889042148","1215790836184627104830017679262979360593261512701207078560618478314942476239","19268563404089662422600867628194975810370307011336959853025216070581061900503","-6871845465914304863787401898622155194973420685821579337491209880124134557707","16074964233417566976986995348995879630577678385959839960951424934252758869436","826171065797176080615716305291295232495738124160483857508367308903742364525","13614642445301911159197859418363658219414526331270551609967817966689611852911","-7421383728388331295792353200646892060641912717061028426759665981418276337739","-5923801971886383751414934958313356622235385331730290723753221010302600116044","-8794482321957243016734445232649500114161539012209406218668301370956936994061","17911305274806648502855349914948627460613863931772025052255529859122020999207","-7026869543177084962424549197343807539447634514915394629835289355707000553276","15916801995021982819544836999144889975357608242597950612005257814394576790805","-14981063659075837829889755127948734264404480100835900359131105483697628241108","-6106058450111778350859232259457678860964519542180109839025247718851774818534","-9964864980944466335206156856524883040900489956256596643189008342314315778022","-20651367066501457935777087700908043011230722722970150472664329569452005049714","12058393087568506409255311810418939222061030193390607694292313659925615971041","17824702918885890629296728706828145880690326674584084638813889106098512190079","1980188277031332797454890035972295510150763944773474708628237365701287801098","7619473493745448321168563527718941554043759985256546886847056365604120725941","1168332572760463375579893345611576592637708645336657699990526286483906177492","-2532571188069591108846807493353385461173160517623067610005855998530765690962","-17079802212372262467641985361995324975059717677428302047657680724115176806623","7417229610851595403665046602004906845043847437402295231274406347532013777696"],["0","336061910759552508462773098311020789238318322107397699014356266298958485106","-832191386926174959570703177350039261554106370050418344697690778370919235580","-6508180868126516077615883215114696910400394732802304299522321496943887097301","15223156029223602799568474487392879109900227316307637960767662890073651312113","7295616781211228297756282719740058295481076154308470405986928555937221486838","10445647919840304466240995511968069114335892717426430789913697474179162203318","13538842654183051607587463540655371799375014719000766782426468116567419783866","-12736367236978032625554415923708879777078855876173884995171612300294049184327","11628205538694179220422984695355580523471409297097324091764992456955937675541","-19864994524534640495297846490288073892255795507281403565746425586960809968479","12372913907977018950438734874108314117120770194544771416167928478197441176852","9819708169374917753770638078529127667032840123657873988647448895742073244512","-9428147878507295885180818277531952982666181089888276285223967405704965132124","-1556309923340853162505547184240824182065451524672157364288444190320834431502","21729126350931504693540028854511776807234733319106037607039585049493709317689","-20203427072832625409300996476998359284991340441575475756426397254081138965004","6617418279320852721575549736896092941339447604757624857300906816155837570825","21208947290216327176367404846297332309696329532298813831434381295800697557596","-7048379005649610040226135516701075545350469407883128595686052549171333493526","15179205439324620486096384384819971759104762061594821009181585942505914097865","17554917264006924616960624490536542164860877868038008464514235596264196067086","4702454412600282932503721263963428764961776095948185020194139007566462176032","15243675818867348619427191162666289645642656178090372389692607408104180725113","6172213836279346768838697008140247490122963854657841079480347885970543204115","12954892080425913573193591892710250615890791094571234548962610844196146731747","-20525791999585058986570030256189767490401920113097114035690837236601751066324","-4795709019665179547866120930788315650489925117108979371154907239044004440599","-1287349411265840108644597680954199317996687524147839344233668798553702624625","18876696696912811249304274427068870849936845743193750349249657881117124876106","-5128653749825900994444823879396266990692505218995081408894861552648921040203","-17884508835501943619737814594749962761355407541316599127541750539611425196433","13746258395424653333573526380087342035507987355437674947037160471168584488021","-14100333150826016410874976660302744395608839232639198877061366151106124935533","7574310478498471781473679735557303413056407508462660740876489309380420127711","-19411534952727651216816481791015373386577198436453053306689245712294491503470","1377651235103194264521620547334859963485089126736778472488312629386001350009","16544505907231881705532048250185665247685755492524834186928538492793730180751","14786025683447950050716889446865223197237079834280543060844790775493490032203","16991168990472927177824706768097220908038522560349105683120170995266023707268","-9181278630065467833184524587016118474161881705278364073775982224809298601107","15614645337223573404908149396484470246372064748374979204714858557780672496940","-19931616809997652465347569923879911989322473657756590405368345151831150007750","-19710654023850376632199556663417282674753150587248877134655746304889911459145","-7372460656370566427170456771776910611923187256833339126076864902014725799601","8565568088969847877472126007243916109491486820836347930260839120374579416242","15255665841866868609800922633431170769847253201901776737601334808319219608859","-4012587120932253633273737318600981155771705088052454481720166312584639346142","3206791140359157637413046040092538252963059977726045462627579787605403702703","2496484176896919639662025076394471862433612973554320506181055089416286371422","6403296870912330409578409753937162872167837895686204504914633790699471597912","15325207670320358461098651684630991447575145521392174781446094919169074447931","10603223604174088404291629995803874357952759723106812010336460095345986846328","20797508781171774044597665931323650875693510219174077140921234483704482433552","12233671456481227712235631543553516779072889792386108774233169890913784931705","11659647604327869453729038654550413010154015163070607753460563964156400917217","8308099089428042616979958002437663785688301135989877245187126005919535077547","-10035130245864541093942329776039475028141830027316275870191879157575149406416","-8646330122060024710001824646932590568723754870214530257414312773317045376682","-8025779016829309098500849652942215510181981778022386827484846065544869099957","-1973606399748649378101346863277986684085072695848552343139841768644943064363","3315743852776843343309248972528896295350421073140272084157238364308998257964","-13189299117940402931013021854438317842527405193343453681301457170616379914894","-19148028668121381603951959856506340954240942911628661699616240167516056829551","21578666819704828549743596976530280468331945252860929488737668910739311771109","-6353497596678464393740780231688522880918318661490805539564594169748616956536","-356154759810279974510807793116816275398965765433092173296609600146151177747","18936118164523665735248336625993455947579197558823594447109226162442999410413","17626246912697192290448931389584759891166936768881175275111041789699145150219","-3885116548549511139532363310738411447651191950742541514826447002592078629844","12600203823283223891021898221692334731676268514301919919459087664221450430573","2614606260039700820189966776047804108803380261339044239642181109979495623745","-21485067840722755944238195968532358140979476628082146055765315460183851119531","14381993910513105863111661790301525129280679118452888827005786738121144766329","-1773112424856864079414073654086175654915873744130845880956999592954676015713","-3372864079114677962165276486599600822092446554506874874925934927889912087267","-3992773062089079404687587131597862249766469463928748469230299446897778084296","2431581672369254209660035358525958721186523025402414157121236956629884952478","16648883936340049622955329511132676532192249622257885362352227954586315305389","-13743690931828609727574803797244310389946841371643158674982419760248269115414","10261685594995858731727584952734484172606992371503645578204645681929709243255","1652342131594352161231432610582590464991476248320967715016734617807484729050","-16547200853074728126097092653787233738267676138290965467460772439772393285412","-14842767456776662591584706401293784121283825434122056853519331962836552675478","-11847603943772767502829869916626713244470770663460581447506442020605200232088","-17588964643914486033468890465299000228323078024418812437336602741913873988122","13934367677774021783464294084639979832679363463128015760812855531668233502797","-14053739086354169924849098394687615078895269029830789259670578711414001106552","-11942881753634584805403137492224770226381512315636167463385892744362463409624","13814358425526874784713301234617081648287768599160267969134197405756360509018","-12212116900223556701718464518915357721929039084360219678050495437703549637068","-19929729961888932670412313713049766081800979912513193286378016684628631556044","-19414491261163640649307769656558810933913081045524266601630454952328201603811","2228543303297737596264217875580603355573695986365181044886423133275423446465","-8127079905906769185899354076858258415716075451663899409768630160954592611076","3960376554062665594909780071944591020301527889546949417256474731402575602196","15238946987490896642337127055437883108087519970513093773694112731208241451882","2336665145520926751159786691223153185275417290673315399981052572967812354984","-5065142376139182217693614986706770922346321035246135220011711997061531381924","-12271361552905249713037564978733374861571070954440569751617157261654545117629","-7053783650136084414916312541247461398460669525611443881149391491511780940225"],["0","672123821519105016925546196622041578476636644214795398028712532597916970212","-1664382773852349919141406354700078523108212740100836689395381556741838471160","-13016361736253032155231766430229393820800789465604608599044642993887774194602","8558069186607930376890543229528483131252090232199241577837121593571494128609","14591233562422456595512565439480116590962152308616940811973857111874442973676","20891295839680608932481991023936138228671785434852861579827394948358324406636","5189442436526827992928521336053468510201665037585499221154732046559031072115","-3584491602116790028862426102160484465609347351931735646645020414012289873037","-20520074666290192003646842099803389130153910206637420503866423459239741640152","-17841746177230005768349287235318872695963226614146772787794646987345811441341","2857584944114762678631064002959353145693175988673508488637652769819073858087","19639416338749835507541276157058255334065680247315747977294897791484146489024","-18856295757014591770361636555063905965332362179776552570447934811409930264248","18775623025157568897235311376775626724417461351071719615121315805934139632613","21570009830023734164833651963766278525921102237796040870380965912411610139761","-18518611273825975596355587208739443481434316482734917169154590321586469434391","13234836558641705443151099473792185882678895209515249714601813632311675141650","-1358591163245896091758001797919885557704069736234441024527645781550221876042","-14096758011299220080452271033402151090700938815766257191372105098342666987052","8470168006809965749946363024382668429661159722773607674664967698436019700113","-8666651215664701210571562509441465847374973064756051758367937180623224857062","-12483334046638709357238963217330417558624812208519664303309926171442884143553","8599108765895422016607976580075304202736947955764710435687010629632552954609","12344427672558693537677394016280494980245927709315682158960695771941086408230","4021541289012551924140778040163226143233217788726434754227017501816484967877","-19163341127330842750893654767122259892255475825778193727683470286627693637031","-9591418039330359095732241861576631300979850234217958742309814478088008881198","-2574698822531680217289195361908398635993375048295678688467337597107405249250","15865150521986347276362143108880466611325327085971466354801111575658441256595","11630935372187473233356757986464741107163353962425871525908481081277966415211","8007468072674663205017182301014624654385913718198870432312907293928766598368","-16283968952829243777345758730339866106080754089956718793322087430814448015192","-6312423429812757599503547575348213702669314064862363410424528115636441375449","15148620956996943562947359471114606826112815016925321481752978618760840255422","4953415838223248010859847908483803403942331927925962074017916948562633984294","2755302470206388529043241094669719926970178253473556944976625258772002700018","11200768942624488188817690755114055406823146584633634030158872799011651865885","7683808495056624879187373148473171305925795268145051777991377364411171568789","12094095109106579133403007790937166727528680720282177022542137803956238918919","-18362557260130935666369049174032236948323763410556728147551964449618597202214","9341047802607871587569893047711665404195765096333924065731512928985536498263","3913252123683245513797671642754726198451781485318887876659718069489316975734","4355177695977797180093698163679984827590427626334314418084915763371794072944","-14744921312741132854340913543553821223846374513666678252153729804029451599202","17131136177939695754944252014487832218982973641672695860521678240749158832484","8623088811894461997355439521605066451146142003387519131504465430062630722101","-8025174241864507266547474637201962311543410176104908963440332625169278692284","6413582280718315274826092080185076505926119955452090925255159575210807405406","4992968353793839279324050152788943724867225947108641012362110178832572742844","12806593741824660819156819507874325744335675791372409009829267581398943195824","8762172468801441699950897624004707806601926642368315219193985651762340400245","21206447208348176808583259991607748715905519446213624020672920190691973692656","19706774690504272866948926117390026662838656037932119938144264780833156371487","2579100041123180202224857341849758469597415184356183204768135595251761367793","-20457190535022811537034734181413724156788698474690853180475280444838815156800","16616198178856085233959916004875327571376602271979754490374252011839070155094","-20070260491729082187884659552078950056283660054632551740383758315150298812832","-17292660244120049420003649293865181137447509740429060514828625546634090753364","-16051558033658618197001699305884431020363963556044773654969692131089738199914","17941030072341976466043712018701301720378219008718929657418520649285922366891","6631487705553686686618497945057792590700842146280544168314476728617996515928","17397887507797744582466767781637914492041918414145161324793494031918857161446","-16407814464403487985657513967755406819933521422841289055534276148456305163485","-619152104268893345005617537453989240432838295110209709921070551672993449016","-12706995193356928787481560463377045761836637322981611079129188339497233913072","21175933352218715273224790159023642537750432869549849997104984986283506140123","15983993457208056248250267506729636806610030717231154550520248138310190325209","13364250953555109358651457033912244693785509137346316206523879392822481804821","-7770233097099022279064726621476822895302383901485083029652894005184157259688","3312164774727172559797390698127394374804172628187805495219971141867092365529","5229212520079401640379933552095608217606760522678088479284362219958991247490","-21081892809606236666229986191807441193410588855748257767832426733791893743445","6875744949186936503976917835345775170012993836489743310313369289666481037041","-3546224849713728158828147308172351309831747488261691761913999185909352031426","15142514713609919297915852772058073444363471291402284593846334330795984321083","13902696747661116412871231482061550589015425472558537405237605292780252327025","4863163344738508419320070717051917442373046050804828314242473913259769904956","-10478717870998451198582152468249197112712229556316297962691952463978986380456","-5599138991817944232903201849231345691345318342870283006266635333920729735211","20523371189991717463455169905468968345213984743007291156409291363859418486510","3304684263188704322462865221165180929982952496641935430033469235614969458100","-11206158834310181029947779562317192387986987876165896591223340692968978075207","14090950830125225261323398687926981934529077932587954980357744447478511640278","-1806965015706259783413334087996151400393176926505128551314679854634591968559","8598556455849578377555030559916549720450572751994443812723202889323869014990","5980492483708768344682182424022684576810362525839997177927506876760658509977","-6219235300869064627451791044117955069242173659245544175642953236252193717487","-1997520635429894388559869239192265364214660230856300583073581302149118323631","5740473979214474347180196723976888208027172797904501594570190624936912522419","-2535990928607838181190523292573440355309713768304405012402786688831290778519","-17971217051938590118578221680842257075053595424610352229057829182681454616471","-16940739650488006076369133567860346779277797690632498859562705718080594712005","4457086606595475192528435751161206711147391972730362089772846266550846892930","5634083060025736850447697591540758257116213497088235524160943864666623273465","-13967489763713944032426845601368093047945308621322135509185254723770657291225","8589651103142518062427848365618491127626675540610153203690021275840674408147","4673330291041853502319573382446306370550834581346630799962105145935624709968","11757958119560910786859175771843733243855722329923763903674780192452745731769","-2654480233971224203828724212209474634593777508465105159536110336733281739641","7780675571567106392413780662762352291627025349193146581399421203552246615167"],["0","1344247643038210033851092393244083156953273288429590796057425065195833940424","-3328765547704699838282812709400157046216425480201673378790763113483676942320","17743762271172486134029278630055762535495149869622851489307122385376068602030","-4772104498623414468465319286200308826044183936017551188023960999432820238399","7294224253005637968778725133702958093375940216817847280249510037173077451735","19894348807521942642717576302615001368795206469289688815956585710140840317655","10378884873053655985857042672106937020403330075170998442309464093118062144230","-7168983204233580057724852204320968931218694703863471293290040828024579746074","-19151906460741108785047278454349503171759456012858806664034642731903674784687","8092993389218538907794237019876804785170275572538523111807114398459994108552","5715169888229525357262128005918706291386351977347016977275305539638147716174","17390589805660395792836146568859235579582996094215461610891591396392484482431","-15824348642189908318476867364870536842116359959137070797197665436244052032879","-6225239693363412650022188736963296728261806098688629457153776761283337726008","21251776788208193107420898182275281963293840075176047397063727638247411783905","6739263196026599251781637073035663214228095835362234349087227729978678122452","4581430245444135664055793202327096676809426018614465085505423078047541787683","-2717182326491792183516003595839771115408139472468882049055291563100443752084","-6305273150759164938658136321547027092853513231116480039046006010109525478487","16940336013619931499892726048765336859322319445547215349329935396872039400226","-17333302431329402421143125018882931694749946129512103516735874361246449714124","18809817650401131730014885055853715059847104383792740080776556030265848704128","17198217531790844033215953160150608405473895911529420871374021259265105909218","2800612473278111853108382287303714871943491018215329974223187357306364320843","8043082578025103848281556080326452286466435577452869508454035003632969935754","-16438439382822410279540903788987244695962587251140353111668736386679578778445","2705406793178557030781922022104012486588663931980116859078575230399790733221","-5149397645063360434578390723816797271986750096591357376934675194214810498500","9842058172133419330477880472503658134102289771526898365904018964741074017573","-20514614999303603977779295517585067962770020875980325635579446210595684160812","16014936145349326410034364602029249308771827436397740864625814587857533196736","-10679695033819212332445111715422457123613143779497403242945970675053087534767","-12624846859625515199007095150696427405338628129724726820849056231272882750898","8408999042154611903648313196971938563677265633434608619807753050945872015227","9906831676446496021719695816967606807884663855851924148035833897125267968588","5510604940412777058086482189339439853940356506947113889953250517544005400036","513295013409701155388975764970835725097928768851233716619541411447495236153","-6520625881726025463871659448310932476696773864125930787715449457753465358039","2299947346373883044559609836617058366508997040148319701386071421336669342221","-14836871648422596110491692602807198808099162420697421951405724712661385908811","18682095605215743175139786095423330808391530192667848131463025857971072996526","7826504247366491027595343285509452396903562970637775753319436138978633951468","8710355391955594360187396327359969655180855252668628836169831526743588145888","14286643118196284735810984403406907729403979773498712183088948765092713792830","12374029484040116287642098283718389349417582882929357377345152294922509169351","-4642065248050351227535526702047142186256080393640996080689273326450547051415","-16050348483729014533094949274403924623086820352209817926880665250338557384568","12827164561436630549652184160370153011852239910904181850510319150421614810812","9985936707587678558648100305577887449734451894217282024724220357665145485688","3724944611810046416067233270491376400122987182328783675960330976222077896031","17524344937602883399901795248009415613203853284736630438387971303524680800490","20524651544857078394920114237958222343262674492011213697647636194808138889695","17525306509169270511651446489522778237128947675448205532590325375090504247357","5158200082246360404449714683699516939194830368712366409536271190503522735586","-19026138198206347851823062617570173225029032548965672017252356703101821817983","-10544089385966379976572979480763895034343524256872559706647904349473476681046","-18252278111618889153522913358900625024018955708849069137069312443724789130047","-12697077616400823617760892842473087186346655080442086685959046906692373011111","-10214873195477961171756992866511586952179562711673512966241180075603667904211","13993817272844677709841018292145328352208073617021824971138837111996036238165","13262975411107373373236995890115585181401684292561088336628953457235993031856","-8980710728083061279559275927238721193012891972541746037809420309313902668342","-10927386056967700749068622190253538551318678445266543767370348110336801831353","20649938663301488532235170670349296607682687810195614923856063083229821597585","-3525747514874582352716715181496816435124910245547187814560172492418659330527","20463623832598155324203174572790009986952501338683665650511765785991203784629","10079744042576837274254129268201998524671697034046274757342292090044572154801","4840259035270943495056508322567214299022653874276598069349554599069155114025","-15540466194198044558129453242953645790604767802970166059305788010368314519376","6624329549454345119594781396254788749608345256375610990439942283734184731058","10458425040158803280759867104191216435213521045356176958568724439917982494980","-20275542747373198110213566638357607298272813311080481191966649281007978991273","13751489898373873007953835670691550340025987672979486620626738579332962074082","14795793172411818904590111128912572468884869423892650819870205814757104432765","-13491456316458711848661105946398403288369786218027499499703739711559648349068","5917150623482957603496057218865826089482486544701040466777006398984696158433","9726326689477016838640141434103834884746092101609656628484947826519539809912","-20957435741996902397164304936498394225424459112632595925383904927957972760912","-11198277983635888465806403698462691382690636685740566012533270667841459470422","19158499508144159704663934065680661601879605085598547969120378541143028477403","6609368526377408644925730442330361859965904993283870860066938471229938916200","21364168075058188384597252365880165401122753048500275504949726987213660840820","6293658788411175300400391630596688780509791464759875617017284708381214784939","-3613930031412519566826668175992302800786353853010257102629359709269183937118","17197112911699156755110061119833099440901145503988887625446405778647738029980","11960984967417536689364364848045369153620725051679994355855013753521317019954","-12438470601738129254903582088235910138484347318491088351285906472504387434974","-3995041270859788777119738478384530728429320461712601166147162604298236647262","11480947958428948694360393447953776416054345595809003189140381249873825044838","-5071981857215676362381046585146880710619427536608810024805573377662581557038","7834051639801370207336368128830036026989537951611364229280750007788707758292","-11993236429136736930491861390463418470007230980848963375427207249585380928393","8914173213190950385056871502322413422294783945460724179545692533101693785860","11268166120051473700895395183081516514232426994176471048321887729333246546930","-6046736655588612842607285457478911007342252842228236674672305260965506086833","-4708940665554239097390709014020292833295013319195727936318161634894459679323","9346660582083707004639146764892612741101669162693261599924210291871249419936","1627673367282546351471945798430191399163080259431493463651356198329682967921","-5308960467942448407657448424418949269187555016930210319072220673466563479282","15561351143134212784827561325524704583254050698386293162798842407104493230334"],["0","2688495286076420067702184786488166313906546576859181592114850130391667880848","-6657531095409399676565625418800314092432850960403346757581526226967353884640","13599281670505697045812151514854249982441935338829668634916040584176328708443","-9544208997246828936930638572400617652088367872035102376047921998865640476798","14588448506011275937557450267405916186751880433635694560499020074346154903470","17900454743204610063188746859972727649042048538163343288214967233705872139693","20757769746107311971714085344213874040806660150341996884618928186236124288460","-14337966408467160115449704408641937862437389407726942586580081656049159492148","-16415570049642942347848151163441731254970547625301578984371081277231541073757","16185986778437077815588474039753609570340551145077046223614228796919988217104","11430339776459050714524256011837412582772703954694033954550611079276295432348","12892936739481516363425887392461196070617627788014888878084978606209160469245","-9760454412540541414707328984483798595684355517858107250697126685912295570141","-12450479386726825300044377473926593456523612197377258914307553522566675452016","20615310704577110992595390619293288838039315749936060450429251089919015072193","13478526392053198503563274146071326428456191670724468698174455459957356244904","9162860490888271328111586404654193353618852037228930171010846156095083575366","-5434364652983584367032007191679542230816278944937764098110583126200887504168","-12610546301518329877316272643094054185707026462232960078092012020219050956974","-9895813716438687444707359392983876458452089909737637988736537579407538190782","-12778361990819529620039844292508588300951527858608172689773544535917090932631","-6156850442876286984463041378807120057402520033246588525843296312619919582978","12508192191742412844185500575043941722399427422642807399049838331954403322819","5601224946556223706216764574607429743886982036430659948446374714612728641686","16086165156050207696563112160652904572932871154905739016908070007265939871508","-10988635893805545336835401832717214303376810101864671879639268586783349061273","5410813586357114061563844044208024973177327863960233718157150460799581466442","-10298795290126720869156781447633594543973500193182714753869350388429620997000","19684116344266838660955760945007316268204579543053796731808037929482148035146","-19140987126767932733312185289912860836991677351544616927460688234615559826007","10141629418859377597822323458801223528995290472379447385553424989139257897855","528852804200850557356182314412360841322076841421227857806262836469633426083","18526792024427520046478621189121695366419472541382615045698295910605851489438","16817998084309223807296626393943877127354531266869217239615506101891744030454","19813663352892992043439391633935213615769327711703848296071667794250535937176","11021209880825554116172964378678879707880713013894227779906501035088010800072","1026590026819402310777951529941671450195857537702467433239082822894990472306","-13041251763452050927743318896621864953393547728251861575430898915506930716078","4599894692747766089119219673234116733017994080296639402772142842673338684442","14102742446833358223509426284900152560898403959437224784584958947828845173612","15475948338592211128033166445589386528234695984919661919227847529366337497435","15653008494732982055190686571018904793807125941275551506638872277957267902936","17420710783911188720374792654719939310361710505337257672339663053487176291776","-15203199507285980972870842683700734718288769253834644321218510842966189405574","2859816096240957353037790822179503610286801365442680410992100403269209843085","-9284130496100702455071053404094284372512160787281992161378546652901094102830","-10212454095618753843943492803550574157625276304003601510063126314101306273519","3766086251033985877057962575483030935156115421392329357322434114267421126007","19971873415175357117296200611155774899468903788434564049448440715330290971376","7449889223620092832134466540982752800245974364657567351920661952444155792062","13160447003366491577557184750761556137859342169057226533077738420473553105363","19161060217874881567593822730659169597976984583606393051597068203040469283773","13162370146499265801056487233788281385709530950480376721482446563605199999097","10316400164492720808899429367399033878389660737424732819072542381007045471172","-16164033524573420481399719489883071361509700697515309690806509219627835140349","-21088178771932759953145958961527790068687048513745119413295808698946953362092","-14616313351398503084799420972543974959489547017282103930440420700873769764477","-3505912360962372013275379939688899284144945760468139028219889626808937526605","-20429746390955922343513985733023173904359125423347025932482360151207335808422","6099391673850080197435630839033381615867782833627615598579470037416263980713","4637707950375471524227586034973895274255004184706142329559702727896177568095","-17961421456166122559118551854477442386025783945083492075618840618627805336684","-21854772113935401498137244380507077102637356890533087534740696220673603662706","-2476608417075573380022470149815956961731353180440838839684282206691973796064","-7051495029749164705433430362993632870249820491094375629120344984837318661054","19039004793357035426159943400322744885356638276951296957325327385406599073641","20159488085153674548508258536403997049343394068092549514684584180089144309602","9680518070541886990113016645134428598045307748553196138699109198138310228050","-9192689516556813894012500740650016492661171205524297774913371834160820543135","13248659098908690239189562792509577499216690512751221980879884567468369462116","20916850080317606561519734208382432870427042090712353917137448879835964989960","-18662842622907120998180727531457939507997262221744928040235094375440149486929","-16273505946930804428585140149131449497044753454873095446142931214485692843070","7703343472984362586933816512567869849221374447369267296042207442938400369913","-5094669761078148475075806147539531488191208035638964655709275236543488202519","11834301246965915206992114437731652178964973089402080933554012797969392316866","19452653378954033677280282868207669769492184203219313256969895653039079619824","-20026628612154529572082204127739513362300553824849157507069605669340137026207","-508313095432501709366401651668107676832908971065097681368337149107110445227","16428756144449044187081462386104048115210845770781061594542552895710248459189","13218737052754817289851460884660723719931809986567741720133876942459877832400","20840093278277101546948098986503055713697141696584516666201249787851513186023","-9300925295016924621445622484063897527528781470896283109663634769813378925739","-7227860062825039133653336351984605601572707706020514205258719418538367874236","12505982951559038287973716494408923793253926607561740907194607370719667564343","2033727062995798156482323950833463218693085702943954368011823320466825544291","-2988698331636983287560758431214545188420330236566142358873608758432966374331","-7990082541719577554239476956769061456858640923425202332294325208596473294524","1073653045018622166474381150650277743560326791201972034582558313171841594059","-10143963714431352724762093170293761421238855073217620049611146755325163114076","-6220139592236534807573669487597203034569288497193305885136704170998392979033","-2098229986434198638737317035669561851466097561281892407156210312594953361169","17828346426381900770113743004644826844589567890921448359091385066203387571720","-21240153503575603042702021124351517148631874812479126590752632914485123897374","-12093473311177225685214570914957822014684505684456473349344610521931012173666","12470361540730797027464987717216689421958337762024578471061880916786889136971","18693321164167414009278293529785225482203338325386523199848420583742498839872","3255346734565092702943891596860382798326160518862986927302712396659365935842","-10617920935884896815314896848837898538375110033860420638144441346933126958564","9234459414429150347408716905792134077959736996356551981899480627633177965051"],["0","5376990572152840135404369572976332627813093153718363184229700260783335761696","-13315062190818799353131250837600628184865701920806693515163052453934707769280","-16577922402667156352868508460806050212212858123172731417564327204798959574348","-19088417994493657873861277144801235304176735744070204752095843997731280953596","7288654140183276652868494789554557284955396466855354777299835962116501311323","13912666614569944904131087974688180209535732675910652232731730280835935783769","19627296620375348721181764943170472993064955900267959425539652185896440081303","-6787689945095045008653003072026600636326414415037850829461959125522510488679","-10942897227446609473449896581626187421392730850187123625043958367887273651897","10483730685034880408930542334249944052132737889738058103530253407264167938591","972436681078826206802106278417550076997043508972033565403017971976782369079","3897630607123757504605369039665117052686891175613743412471753025842512442873","-19520908825081082829414657968967597191368711035716214501394253371824591140282","-3012715901614375377842349202595911824498859994338483484916902858557542408415","19342378537314946762944375493329302587530267099456086557160297993262221648769","5068809912267121784880142546885377768364018941032903052650706733338903994191","18325720981776542656223172809308386707237704074457860342021692312190167150732","-10868729305967168734064014383359084461632557889875528196221166252401775008336","-3332849731197384532386139540930833282865688524049885812485819853862293418331","-19791627432877374889414718785967752916904179819475275977473075158815076381564","-3668481109799784017833282839759901513354691316800311035848884885258373369645","-12313700885752573968926082757614240114805040066493177051686592625239839165956","3128141511645550466124595404830608356250490444869580454401472477332998150021","11202449893112447412433529149214859487773964072861319896892749429225457283372","-11604155431578135051366587169208741031230986491020590653580268358619737248218","-89028915771815451424397920177153518205255803313309415580332986990889626929","10821627172714228123127688088416049946354655727920467436314300921599162932884","-20597590580253441738313562895267189087947000386365429507738700776859241994000","-4408253055144873122581289600499917640687569714724475223780332514187320920942","-16393731381696590244377964834568446585434990302673199511223172282655311156397","20283258837718755195644646917602447057990580944758894771106849978278515795710","-20830537263437574107534041116432553405904210717573578628085678513636541643451","15165341177015764870710836632986115644290580682349195747698387634635894483259","11747753296779172392346847042630479166160698133322400135532808017207679565291","-4149159037892566357614028222644122945558073377424372095253072784650545116882","-21734065982027442212146882733156790761335302773043613127583406302975595391090","2053180053638804621555903059883342900391715075404934866478165645789980944612","-4194260655064826633240232047986454818238731056087688807163593644438052936539","9199789385495532178238439346468233466035988160593278805544285685346677368884","6317242021827441224772446824543030033248443518458415225471713709081881851607","9063653805345147033819927145921497967921027569423289494757490872156866499253","-12470468754212586334111438348476740589482476918280965674118663817237081185362","12953178695983102218503179564182603532175056610258481000981121920398544087935","-8518156142732686723495279622144194348029174107253254298738817499356570315531","5719632192481914706075581644359007220573602730885360821984200806538419686170","3319981879637870312104298937068706343524042825852050020941110880773620289957","-20424908191237507687886985607101148315250552608007203020126252628202612547038","7532172502067971754115925150966061870312230842784658714644868228534842252014","18055503958511439012345995477054274710389443176453093755198677244084773447135","14899778447240185664268933081965505600491948729315134703841323904888311584124","4432651134893707932867963756265837187170319937698418722457272654371297715109","16433877563910487912941239716061064107405604766796751759495932219505130071929","4436497421159256379866568722319287682870697500544719099266688940634591502577","20632800328985441617798858734798067756779321474849465638145084762014090942344","-10439824177307565740553033234508867634471036994614585037914814252679861785081","-20288114672026244684045512177798305048825732627074204482893413211318098228567","-7344383830957730947352436199830674830430729634148173517182637215171731033337","-7011824721924744026550759879377798568289891520936278056439779253617875053210","-18971249910072569464781565720789072720169886446278017521266516115838863121227","12198783347700160394871261678066763231735565667255231197158940074832527961426","9275415900750943048455172069947790548510008369412284659119405455792355136190","-14034600040492969895990697963697609683503203489750949807539477050679802177751","-21821301356031527774028083015756879116726349380650140725783188254771398829795","-4953216834151146760044940299631913923462706360881677679368564413383947592128","-14102990059498329410866860725987265740499640982188751258240689969674637322108","16189766714874795630073481055388214682164912153486559570952450584237389651665","-3457509573371201347476294417706556078409940664646969658027240012973328372030","19361036141083773980226033290268857196090615497106392277398218396276620456100","-18385379033113627788025001481300032985322342411048595549826743668321641086270","4609075325978105256132719839761879909885016625086409618061564948360930428615","-1942785583043337321453343073749684436242644619407360853121510613479687011314","-15437442373974966774115049317658603927446160043073821736771984564304490478241","-10658769022022333634923874553005623905541142509330156548587658242395577190523","15406686945968725173867633025135739698442748894738534592084414885876800739826","11698903349682978272094793450178212112165948329138105032279653713488832090579","-20107883249746720030508582615051245819166782622027906820288382777212832357502","-4871178985770483089932245754099210638112360394393442173456617067073457751586","3723228519369491300328403235035523452495621151133753673257197034471342938820","-1016626190865003418732803303336215353665817942130195362736674298214220890454","-10918973454780462070329886718306453946675037259269945498311302581731120072856","-17339011638168915864789889721193102737233108827696585247128654488231861326434","-2096299187124347350596613517508438749702445407663035354993908797448590619188","3286392281805425979355160777129480033490801458623468124370934646949050644139","7432522746189196954939733041288063885402948988375005933180765349499072747145","3123723031278801353701027243560572497959488814707447470691010554863526633069","-17820788745847678909281757843590348651162192994528125607674557545642157407035","-5977396663273966575121516862429090376840660473132284717747217516865932748662","-15980165083439155108478953913538122913717281846850404664588650417192946589048","2147306090037244332948762301300555487120653582403944069165116626343683188118","-20287927428862705449524186340587522842477710146435240099222293510650326228152","9447963687366205607099066770062869019409787406029422573424795844579022537551","-4196459972868397277474634071339123702932195122563784814312420625189906722338","13768449980924526317981080264032378600630771381426862374484565945830966647823","-20592064135311930863157636503445759208715385224542218837807061642394439299131","-2298703750515176148182736084658368940820646968496912354991016857286215851715","3052480209622318832683569689176103755368311123633122598425557646997969778325","15498399456495552796310181314313175875858312250357012055998636980909189184127","6510693469130185405887783193720765596652321037725973854605424793318731871684","652401000069481591616612047581478011798144332695193067409321492709554578489","-3419324042980974527428971933673006932628890407702930379899242931309452565515"],["0","10753981144305680270808739145952665255626186307436726368459400521566671523392","-4741881509798323484016095929943981281183039441197352686627900721293607042943","-11267601933495037483490611176354825335877351845929428491430450223022110653079","-16288593117148040525476148544345195519805107087724375160493483808886753411575","14577308280366553305736989579109114569910792933710709554599671924233002622646","5937090357300614586015770204119085330523100951405270121765256375096063071921","17366350368911422220117124141083670897581547400119884507381100185217071666989","-13575379890190090017306006144053201272652828830075701658923918251045020977358","2448416946056275346612582004900245762902700041787093610287450801261191823","20967461370069760817861084668499888104265475779476116207060506814528335877182","1944873362157652413604212556835100153994087017944067130806035943953564738158","7795261214247515009210738079330234105373782351227486824943506051685024885746","4734668093516384785663495552579355794359306729399639684607901629502434710670","-6025431803228750755684698405191823648997719988676966969833805717115084816830","16796514202790618303642345241401330086512169798496138770622391799948634801921","10137619824534243569760285093770755536728037882065806105301413466677807988382","14763199091713810090199939873359498325927043748499686340345180437804525805847","150784259904937754118376978539106165283248620664977951255871681772258478945","-6665699462394769064772279081861666565731377048099771624971639707724586836662","4193230877923800665663373918579044343288369161881516732450258055521464228106","-7336962219599568035666565679519803026709382633600622071697769770516746739290","-2739158899665872715605759769971205141061715732570319759674981063903869836295","6256283023291100932249190809661216712500980889739160908802944954665996300042","516656914385619602620652553172443886999563745306605450087294671875106071127","-1320067991316994880486768593160206973913608581625146963462332530663666000819","-178057831543630902848795840354307036410511606626618831160665973981779253858","21643254345428456246255376176832099892709311455840934872628601843198325865768","-19306938288667608254380720045277103087345636372314824671779197367142675492383","-8816506110289746245162579200999835281375139429448950447560665028374641841884","-10899219891553905266509523923879618082321616204930364678748140378734813817177","18678274803598235169042888089947619027432797489101755198515495769981223095803","-19772831655035872992821676487607831723260057034731122912473152840697274791285","8442439482192254519175267520714956200032796964282357151698571082695980470901","-20280979150120205659799117405253591844775332534187268416330792338736257860652","-8298318075785132715228056445288245891116146754848744190506145569301090233764","-21579889092215609202047359721056306434122241145671191911468608419375382286563","-17781882764561665979134599625490589287764934249606164610741872894995846606393","-8388521310129653266480464095972909636477462112175377614327187288876105873078","18399578770991064356476878692936466932071976321186557611088571370693354737768","12634484043654882449544893649086060066496887036916830450943427418163763703214","18127307610690294067639854291842995935842055138846578989514981744313732998506","18835548235253377776269934793561068998131774964270137339159080738677454620510","4018114520126929214759953383107931975801748820100927658264039654221279680253","-17036312285465373446990559244288388696058348214506508597477634998713140631062","11439264384963829412151163288718014441147205461770721643968401613076839372340","-15248279112563534598037807871119862401500278748711934301815982425028567915703","-18961573510635740153527565468945021541952740815598371696554301069829416598459","15064345004135943508231850301932123740624461685569317429289736457069684504028","14222765045183602802445585208851274332230521952490153166699150301593738398653","7911314022641096106291460418673736112435533058214235063984443623200814672631","8865302269787415865735927512531674374340639875396837444914545308742595430218","10979512255981700603636073686864853126262845133177469175293660252434451648241","8872994842318512759733137444638575365741395001089438198533377881269183005154","19377357786131608013351311724338860425010278549282896932591965337452373389071","-20879648354615131481106066469017735268942073989229170075829628505359723570162","3200256399626061076401787134917940079445263546683659721609581950515420534100","-14688767661915461894704872399661349660861459268296347034365274430343462066674","-14023649443849488053101519758755597136579783041872556112879558507235750106420","-16054256948305863707316725696320870351791408492140000698834828045101917746837","2509323823561045567496117610876251374922766934094428050619675963089247427235","18550831801501886096910344139895581097020016738824569318238810911584710272380","15707285662692610652511415563119330810090321821330169072317454271792012635732","-21754359840223780325809760286256483144904334360884247107868172322966989163973","11981809203536981702156525145993447241622951678652678984961075359807913311361","15570505624681891622759090038540018696097446836454566170915028433802342347018","-11396952313928959184345849379738120812766904493858949545491507204676837687904","-6915019146742402694952588835413112156819881329293939316054480025946656744060","16833829410328272738205660835280439303632866593796750211098232605977432416583","7005727677451294868442808527914484206452043978734877587742921036508334818694","9218150651956210512265439679523759819770033250172819236123129896721860857230","-3885571166086674642906686147499368872485289238814721706243021226959374022628","12901600995728616896262712855197342322204408714684425213852439244542636034752","-21317538044044667269847749106011247811082285018660313097175316484791154381046","8925131020098175125488860305014204308337133389061034840470625585177792984035","1509563827526681321943181155099149135783532257860175720861103240401855685541","-18327523627654164838770759484845216549785200843639779296878561367849856219387","12145884900298309042381914237058853812323643611629149996784970052428892992445","7446457038738982600656806470071046904991242302267507346514394068942685877640","-2033252381730006837465606606672430707331635884260390725473348596428441780908","-21837946909560924140659773436612907893350074518539890996622605163462240145712","9098462467340718714913032048128344702630511145438898193139099396687894338366","-4192598374248694701193227035016877499404890815326070709987817594897181238376","6572784563610851958710321554258960066981602917246936248741869293898101288278","14865045492378393909879466082576127770805897976750011866361530698998145494290","6247446062557602707402054487121144995918977629414894941382021109727053266138","-13753334619856082596317109941923422213776021588640216871650910904708506318453","-11954793326547933150243033724858180753681320946264569435494435033731865497324","11816155576800240227534903663438304349662165107131259358219107538765723813138","4294612180074488665897524602601110974241307164807888138330233252687366376236","-18687611985886135676801966935917770596407055892454445854746382834724843960687","18895927374732411214198133540125738038819574812058845146849591689158045075102","-8392919945736794554949268142678247405864390245127569628624841250379813444676","5648657090009777413715754782807482112713178362437690405270927705086124800029","2592357473054688718177538483623031759665958351747631011782285088362738392972","-4597407501030352296365472169316737881641293936993824709982033714572431703430","6104960419244637665367139378352207510736622247266245196851115293995939556650","-12779686830687444851872448861888198425380104300118044575399134411333238622980","-8866855933578904410470839357815743895243722324964086634487354599938344752249","-20583440871700312039013181650094319064952075735025648208879561201156699338639","-6838648085961949054857943867346013865257780815405860759798485862618905131030"],["0","21507962288611360541617478291905330511252372614873452736918801043133343046784","-9483763019596646968032191859887962562366078882394705373255801442587214085886","21241281876688475477511589137804899505342025108973211704535507927107395685076","11199299509382469393540514401824159137486514625383318366409440755378110168084","7266373688893831389227573412960954051273221467005384765501139661890196749675","11874180714601229172031540408238170661046201902810540243530512750192126143842","12844457865983569217987842536910066706614730399823734671063996183858334838361","-5262516908540904812365606542849127456757293259735368974149632315514233459099","4896833892112550693225164009800491525805400083574187220574901602522383646","20046679868300246413475763591742501119982587158536198070422809442480863258747","3889746724315304827208425113670200307988174035888134261612071887907129476316","15590522428495030018421476158660468210747564702454973649887012103370049771492","9469336187032769571326991105158711588718613458799279369215803259004869421340","-12050863606457501511369396810383647297995439977353933939667611434230169633660","11704785533741961385038284737545385084475975196576243197546579413321461108225","20275239649068487139520570187541511073456075764131612210602826933355615976764","-14250087560250930264092931743795553525242641303832696006706047497542565379540","-21586674352029399714009651788179062757981867159086078441186460823031291537727","-13331398924789538129544558163723333131462754096199543249943279415449173673324","8386461755847601331326747837158088686576738323763033464900516111042928456212","-14673924439199136071333131359039606053418765267201244143395539541033493478580","16409925072507529791034886205314864806424932935275394824348242058768068823027","12512566046582201864498381619322433425001961779478321817605889909331992600084","1033313828771239205241305106344887773999127490613210900174589343750212142254","-2640135982633989760973537186320413947827217163250293926924665061327332001638","-356115663087261805697591680708614072821023213253237662321331947963558507716","21398265819017637270264346608406924696870258511265835401558999499820843235919","5162609166343333935731371399960344002405456056202419343838013638866266006468","-17633012220579492490325158401999670562750278858897900895121330056749283683768","-21798439783107810533019047847759236164643232409860729357496280757469627634354","15468306735357195115839370434637962966317230577787476053332787353386637695989","-17657420438232470763396947229958388357971749669046211481248101494818741086953","16884878964384509038350535041429912400065593928564714303397142165391960941802","3214527443438139124894576680007366487546063732457531854734823695679101269930","5291606720269009791790292854680783306316070890718545962685913047973628028089","-21271535312591943181848313696855337779696117890926349479239012652174956077509","8212720214555218486223612239533371601566860301619739465912662583159923778448","-16777042620259306532960928191945819272954924224350755228654374577752211746156","14910914670142853490707351640615658775595588241957080878478938554810900979919","3380725215470489676843381552914845044445409673417626558188650649751718910811","14366372349541312913033302838428716783135745877277123635331759302051657501395","-6105389273171794891952941903392412180833178872291794009078246895796707750214","8036229040253858429519906766215863951603497640201855316528079308442559360506","-12184381699091471671734712743319502303568332028596982851257065810850472766507","990285898088383602055920832178753793746046523125408944238599039577870249063","-8608315353287793973829209996982449714452193097007834259933760663481327335789","-16034904149432205084808725192632767995357117230780709049410397953083024701301","8240447136432611794217294858606972392700558970722600514881268727563560512439","-15330955653311344839601641072812001512635684895851762353998107769964140193928","15822628045282192212582920837347472224871066116428470127968887246401629345262","17730604539574831731471855025063348748681279750793674889829090617485190860436","70781640124125985025741628472431163977325865938904006889116318293094800865","17745989684637025519466274889277150731482790002178876397066755762538366010308","16866472700423940804456217703420445761472192698149759521485726488328938282525","-19871053837390987739965727192778195449335783578042305807961052824143638644707","6400512799252122152803574269835880158890527093367319443219163901030841068200","-7489292451991648567163339054065424233174554136176659725032344674111115637731","-6159056015859700883956633772253919184611201683329077882060912827895691717223","-10220271024772452192387045647384465615034452583863967053971451903628026998057","5018647647122091134992235221752502749845533868188856101239351926178494854470","15213420731164496971574282534533887105491669077233104292779417636593612049143","9526328453545946082776425380981386531632279242244303800936704357008216775847","-21620476808608285429373114827255691201260304321352459872038140459358169832329","2075375535234688182066644546729619394697538956889323626223946533040018127105","9252768377524508023271774331822762303646529272493097998131852681028876198419","-905661756018643146445293014218966536985444587301864747284810222777866880191","-13830038293484805389905177670826224313639762658587878632108960051893313488120","11779415948817270254164915925303603518717368787177466078498261025379056337549","-7876787516936685485360788689428306675644276442946279168212362113559138858229","-3451941567926854197715526386209755449008297900070395871451944393132086781157","-7771142332173349285813372294998737744970578477629443412486042453918748045256","3914959119617958570279019965137409555860453028952816084006674302509463573887","1141409655589215904797313278492054554932158763511442493045775403569308229142","17850262040196350250977720610028408616674266778122069680941251170355585968070","3019127655053362643886362310198298271567064515720351441722206480803711371082","7121438488370220766951292520824117077526327113552510093639285637451904552460","2403526928757342862517422728860432536098922822842265649871735918281977489273","14892914077477965201313612940142093809982484604535014693028788137885371755280","-4066504763460013674931213213344861414663271768520781450946697192856883561816","-21787650947282573059073141127968540698151784636663747649547006140348671795807","-3691317937157837792420341649000585683287342109538237957420005393200019818885","13503046123341885819859951675223520089738582769763892923722568996781446018865","13145569127221703917420643108517920133963205834493872497483738587796202576556","7841848112917512597512526419894980453063431553083989389024857211420482492963","-9393350746724069807442296771014985096710409141586244460934161967121701963341","-5618426367872889970387814138589569339003678776864399399603617622841204141289","-2021343781256591078239661704459086418814277492113104527290665880887922499031","-20144174590078069989423004163637941477772398586569549970958193295620169364958","8589224360148977331795049205202221948482614329615776276660466505374732752472","-15486981099932996131357528126578266104265747384492857365794561482873879425757","15903611877625547206149861334994200989090785223701655950000979191740281654587","5102402980365686112347869459900780276819583910160895086448521685816181606265","11297314180019554827431509565614964225426356724875380810541855410172249600058","5184714946109377436355076967246063519331916703495262023564570176725476785944","-9194815002060704592730944338633475763282587873987649419964067429144863406860","12209920838489275330734278756704415021473244494532490393702230587991879113300","-3671130789535614481498491978519121762211844199820054807100064636090668750343","4154531004681466401304727029625787298060919750487861074723494986699118991119","-19278638871561348855779957554931363041355787069635262074060918215737590181661","-13677296171923898109715887734692027730515561630811721519596971725237810262060"],["0","21127681705383445860988550838553385933956380829330871130139397899690877597951","-18967526039193293936064383719775925124732157764789410746511602885174428171772","20594320881537675732776772530352523922135685817530389065372811667638982874535","510356146925663564834623058391043186424664850350602389120677324180411840551","-7355495494051612443791258919335366986001921466405264812695924862795414996267","1860118557363183121816675071219066233544039405205046143362821313808443792067","3800672860127863213729279328562858324681096399231434998429788181140861181105","11363209054757465597515192659559020175033777880945296395398939555547341577419","-21878449204055050120859955417237674105496753600248885969257054383370763728325","18205116864761217604705121438227727151416809916656361797147414698385918021877","7779493448630609654416850227340400615976348071776268523224143775814258952632","9292801985150784814596546572063661332946765004493912956075820020164291047367","18938672374065539142653982210317423177437226917598558738431606518009738842680","-2213484341075727800492387875510019507442515554291833535637018681884530771703","1521328195644647547830163729833495080403585992736452051394954640067113720833","18662236426297699056794734629825747058363787127847190077507449680135423457911","-6611932248662585305939457742333831961936918207249357669713890808509322263463","-21285105832219524205772897831100850427415369917756122538674717459486774579837","-4774554977739801036842710582189391174377143791983052156188354644322538851031","16772923511695202662653495674316177373153476647526066929801032222085856912424","-7459606006558996920419856972821937018289166133986453943092874895491178461543","10931607273175784359823366665372454524301501470134755304998279930960329150437","3136889221325128506750357493387591761455559158540609291513575632088176704551","2066627657542478410482610212689775547998254981226421800349178687500424284508","-5280271965267979521947074372640827895654434326500587853849330122654664003276","-712231326174523611395183361417228145642046426506475324642663895927117015432","20908288766195999318282287471556574305192152622115636459419794813065877976221","10325218332686667871462742799920688004810912112404838687676027277732532012936","-13377781569319709758403911058742066036952193317379767446544455926922758871919","-21708636694376345843791689950261197240738100419305424371294357328363446773091","9048370598875115009432335124018650844086096755158917762967370520197466896361","-13426598004625666304547488714659501627395134937676388618797998803061673678289","11881515056929742854454664337602549711582823456713394263096080144208113387987","-15459187984962996972457252385242542113456236935500970634228556795217605955757","10583213440538019583580585709361566612632141781437091925371826095947256056178","1233415118494664080796184096803874617704493018979369728918383068801704836216","-5462802442728838249799181266190531885414643797176555411872879020255960938721","-11665842368679337843675450638634363457361484048285476113610544968928614996695","7933586468446431759168297535974042462642812083498127413259672923045993464221","6761450430940979353686763105829690088890819346835253116377301299503437821622","6844501827243350603820199931600158477723127354138212926965314417527506507173","-12210778546343589783905883806784824361666357744583588018156493791593415500428","16072458080507716859039813532431727903206995280403710633056158616885118721012","-2480520526343668121223019741381729518588299656777931358815927435125137037397","-19907671075662508018134564080899767501056271354165216455221006107420067997491","-17216630706575587947658419993964899428904386194015668519867521326962654671578","-10181565427025134947371044640008260902165870061145383755122591719590240906985","16480894272865223588434589717213944785401117941445201029762537455127121024878","-8773668434783414456956876400366727936723005391287490364298011353352471892239","9757013218725109202919435929437669361193767832440905912239570306227450194907","13572966207310388240697304304869422408814195101171315435959977048394573225255","141563280248251970051483256944862327954651731877808013778232636586189601730","13603736497434775816686144033297026374417215603941718450435307338500923524999","11844702529008606386666029661583616434396020995883484699273248790082068069433","-17853864802942700257685048640299115810123202755668577272223901461711468793797","12801025598504244305607148539671760317781054186734638886438327802061682136400","-14978584903983297134326678108130848466349108272353319450064689348222231275462","-12318112031719401767913267544507838369222403366658155764121825655791383434446","-20440542049544904384774091294768931230068905167727934107942903807256053996114","10037295294244182269984470443505005499691067736377712202478703852356989708940","-13349644281349556501344246421446775966113390646365860101837573099964392892948","19052656907091892165552850761962773063264558484488607601873408714016433551694","-21352710745377295636499823909254107313972244242288885400378076732140531169041","4150751070469376364133289093459238789395077913778647252447893066080036254210","-3382706116790259175702857081611750481255305855429838347434498824518056098779","20076919359801988929355819716819342014577475225812304849128583741020074735235","-5771833715130335557563949596395173538731160916759722920519715917210818480623","1670589025795265286083426105349931948886373173938897813298317864182304179481","-15753575033873370970721577378856613351288552885892558336424724227118277716458","14984359735985566826815352972837764190531768600275242600794315400311634933303","-15542284664346698571626744589997475489941156955258886824972084907837496090512","-14058324632603358081688365814982455976827458342510402175684855581556881347843","2282819311178431809594626556984109109864317527022884986091550807138616458284","13812281208553425279709035474799542144800169155828105018184298154135363440523","6038255310106725287772724620396596543134129031440702883444412961607422742164","-7645365895098833688343820703609040933495710173311014156419632911671999390697","4807053857514685725034845457720865072197845645684531299743471836563954978546","7897585283116655180380820135026912531416604808653995042359372089194935014943","-8133009526920027349862426426689722829326543537041562901893394385713767123632","-21687059022725870895899876510679806307755204872911460955395808094121535095997","14505606997523599637405722447256103721973680181339558428858193400175768857847","5117849374844496417473497605189765090928801139111751503746933806987083542113","4402895382604132612594880471778565179378047268571710651269272989016596657495","15683696225835025195025052839789960906126863106167978778049714422840964985926","-18786701493448139614884593542029970193420818283172488921868323934243403926682","-11236852735745779940775628277179138678007357553728798799207235245682408282578","17845555309326093065767082336339102250919809416189825289116872424799963497555","-18400106308316864756599602582018607866996432772723065598218182404664530234299","17178448720297954663590098410404443896965228659231552553320933010749465504944","-9085719328026717040468650507899257119983130368569680387890918779171950355897","9918980883411819190053316924731126889633206046987277556303754196904754813557","10204805960731372224695738919801560553639167820321790172897043371632363212530","706385488199834432616613385972653362304349049334727277385506633768690704499","10369429892218754872710153934492127038663833406990524047129140353450953571888","-18389630004121409185461888677266951526565175747975298839928134858289726813720","2531598805139275439222151768151554954398124588648946443706256989407949730983","-7342261579071228962996983957038243524423688399640109614200129272181337500686","8309062009362932802609454059251574596121839500975722149446989973398237982238","-16669034871283422489313509364605450994163209738854489804423632244899371867705","-5466349472008520997185369724126780372482758861207408695495739263899812028503"],["0","-20782776060130220918092546869234180387106527814536436649572032257956530321802","11649787990683958339803978183432496584884050770773527691545998277485372123098","-8560521341419952093183487816094357670903004713671507961010649366759482125070","13716204007668562528392258523221559785661827696731050958626271875133415733975","-5804398767515523740132338451190560259669179467459761236944276668994350008129","237888512107505467820449562627553013107205793780837832954142048461693052868","-11197517553785580522416664346769923978325262896997621552531101571068154481742","13466674352726287774070332793716342827941694439360371268053490315164636045440","11024876251404697736466835089586396503948391660553428280475627402786573119417","20781525121914886519633626494734439383964294581846096506244766369552068795155","-7054322115298529882342620167114935455239678629154420924535896350764280701514","-8170463967218541751634170793498449070229990215472239295415269314330346883514","-15689377414072478753600058530599662087238851764706663304496671341886417126646","-20525437646186129961085772676195212392930696309078080108236123864814497780060","-2764545524769981731155894281081921315496628194049055488365404310274126949396","18089995067588941788164757126695389186236508713696259261205798204836686528565","-9194874865814031838205446428966453481612451365991380471820096114755456968958","1505345883161913724709126519831445132329715085128890089875045334090664303745","17366525143417178457608486949666936107981672046976813070506696273467634012044","10151894010904266469552036667030145845000919433456437196853931284939699500804","-14063273894805149367290143110032461650539818825602292057789190425631361073450","12534989255053084537664717553517125944701529266009418594794031617775991700659","-5228136260073173540121509891315948224079646524112536002923928647027977278655","-7958478783403797776012661181228242970190769224697342653060503814835977616757","-14428501186379592807989404425283793672111542253003462975838841567877232935942","3798439929736395785150461641881059029797728826534282010642607613366187809504","-15282038731781413169565091425743212201188417379031717217641338049529784215101","-15600270981393341932175533501496511941719659042521275323247698013046958051326","-15345908792766481916784160737002043795062453704294493874891599625594879690175","19920577992888923756736527454044969695644768397759984250303360024587976269673","13275867990264779488675020263834400523063479413489180382144449614392621902860","12629896109821449871514682832616687569870530150738930941644411526276412360208","19974508278743755597168738531375834680776426769164107911035642138020177206275","17898387544556633140778081841910580081938307960209853444081429931109608796405","-14282434997325883240314642802299084074294053887092273658948635311777164199906","-842921374741651193409705421885060078382620559426578846571467506144723541693","-16256730341842430080487095976573766105687977500301650953813909456406555894506","12262648078079794672815045573618382897942641373593390845768907518171903353616","-16504644904752903247818407020825829677922346955800823527881173051680001239625","3316099689653167080938199765940462854354193826188880285257781244719548462098","-20253950547353130102416471276759289311850758920089296511870149652520646691471","14516553243736404074770255038409643012051575927184084303952975549603974240197","15722925521758078668149460834996963779752339228982675731021213516340042351336","11132524330078710896031958456423789421785468330299910815296098394181821511090","3118716220783126167082950975744977170439496437135164832016554735390370274686","12823474689732456144111608732884550949526809755082573777316260794446623259026","19476549087493715758826786232885369348682482195767580657406972853607893036240","10810934570127752557119438000800262830774621455833565536216760370458340789810","-8680310161503731403091878467284074790435198497461600700438784297674345732546","-2833671666136804583828371287685927981980737466481410136599802617151135171100","-722700205554926665159294535031169084867300458165518404671142088308728592059","-225356248411095910521582878350821156578193821399834027414846882143376509909","-12592506492794854730170983781178469849166590834158164085238846811042411359399","-7112666682448442920252146267331009044967407122620556299199489276043445306704","-6789216868234835065227299578829077555272424184114724758735517806446828146485","11400948997051462802686037645776629779707006061208297575087577187951106576861","3802816328091967428381710488536625101269862773344428648323485788450773321763","1895914722474055269857038721075273303484229936414907762857011788115695174640","15841820030544446156594154431513688006984379879808025477335051130205393062434","14019943489503771796773068122050225823562189687982639262708693398882460585470","-12771951520037128286509869520491806991175130560266584961895699760028532796137","-1009751630588236119979463445252683039216711827682109245116734313829463838073","-14646672742418365320226034800779080371294254972889696563693509099005824141439","-7039926359996598473489505102518910058103908852402959082627170960769663714963","-13128650031058300030619106718149776757370445002736706671563807318351774763663","-17766455139405854076621942876189537210351899344723020136138270605801838305438","-13767682538626137601665058901145098795319858888170039599116198845685493830292","-6015475871452122329185314246372691942281682526690444058058296390399241794554","-12242973162044492715833432398904015645373429363042017031444460196092659357663","5029958705477501718981816687794178268685201560342968273185578439116099807178","-16236911247621172058725287152028782380169579803601520629293506472752226430971","14862664990218518218417244846259609163972869603918781235341099873533548884871","-821134567707166554162832330038296748816650283259872701198321337281294128272","18137016997627685382011256413569364458841859891575353310930866207600014795208","-21094207865617387729491766747512634677245308609769958491828601202460557614563","4117665090494646754403066498061441239294860763000529589250335029814224127446","-2149155560738018030487634951059562543632762843306610849479563776167334217647","13427051005240292087724959286158368685046330137400523049475096075503917560234","-16228444477585848201592848015902829869100360756501057444842390747763731862500","7918192497728422478024080228254913998635123463369300507517422852640908334749","-7661833838690111237788784447554445981654322615938432960768821259918707517767","7448212066807202672062096293752438876987412725029283342514389595220497256987","-18021724980868760652461744190102427796053759098522376316787451947103690258941","5674807711657491964043602902771252212298987190106862574087868192721659685427","-695623660078279404702283166337980113427627819634694275318341155070390148454","11898122082655297360064178817663229582176033401752885036033162621071471349331","-15809774402157231931722401695115519791773355197465754351211313505421605347369","6326292540292096827928260388533549690779841162067916477702313355746938190522","-12494383804127441758833655719483948171970856175410874862905058426586671145487","14881630013708805255769658281147634706293924265078040678563413419139518378986","-1756134911238114078856758300424078783315643410126397180173778595780869888122","19482741276200675355550907016114710360947176245032220224411226561279486744801","-4628513892880951155441774929547043594687234663150091968520700415663493565479","9898447712180458392962971794838318916761578732271890283207967033010087790189","-5005450407039984151653737673668324017719906788075915506488014909833578240076","15770315921539384289922597710117067604735366096606346183593329750124767241051","-5267385825723827482305994196836983027742115822844981151219793928499614105525","21305775531335064328752397621751069996449740810283174682748497172508265221359","-12020951465857350594003784202707466865211278966952934308030238577636944779918","20573220568397092498425879563095295587533983202202133051007023695963416254269"]],"polZ":["0","6206729446970545297944611617034640574569570554999196703006028535486432103803","26330590527842871294062484973172457981145722344905499564379224254640041142476","27431048053543259320747153901072508122089172946414540304989381550451151790362","46762672847199728098400389762824911174344717721554161240800198364482585922722","61579032869280521078185452881623425233271086047660242207576149990200292315999","84729167020666997641294705853025945829724996480841582147991117510944646909900","56272148054107594119261954172799766582046717446386124982468073140507364745923","74520906444984419845303457584285894138611449787720945352827415817551889105426","105945084371388093820521443560661430657818054742737675683838901138074134610057","105798712192444571395736965648741994723687768035115914562869946284439654337988","129027896865244914954887103034401902481041966662941233215305174057846853650619","109235462651760982798557174214742508155075642282626680794739011551967248232619","135398583067237608928569977899528259071244636680866110323685633027609477225415","124602381055970772855407795300909385507655218071391512025549808542437796223721","185899558643984396674094848649479888894486649728829057779255456732361679011940","180989236883004478095429582302390311635156599272888394882170023586373977788913","169123028184660666372941979407356485929098203968940115289081609567569855533022","179874430368304922085295496905129534063720307541785482848352439540180546280036","212920043033710642910317736230036196194574733119163613258442384356621666042907","170429291122754718900263843919334420299348209322719689902195896606527267615246","237754224022321301962817691719634959404042705827956308988552502508378458450624","221044582783903104791192606801541872554729194818798606698203938221227658049756","297846830228182167902032025370070255778690608517730340859355747422865181778323","209831384677455136045969375165045261024980302214407034890207818810367801321984","295588226335560148326189466271288365075965943746567959955880786796025305924513","308994186046145554930260027425522134219990093395297262216547662216971710330105","266600349728273741840705707688043796001157941860290050813624335414216569525553","356516397165104134004913440468302247247163738759483838818084549729960163196180","331889274732241182380318370739322863508494474987898720531937608725524241082484","285150345557688641785759618025116066259051999769912440772502583758658748202802","324971786848679359784272823488908145974927176452541397740855742059314949651870","321014225137055716707059919513732432133345055889506796381751091258421572006996","388936092572510930240162078955325571749969630454890330557707323323404943337893","368986901554276253412300408602732026076283633945406639712429122959721742458489","346356421147648087962806054516720739502075303419974104838739387391293375419202","428075648287874077006528261979282673119566606752949817366371173589677755975547","351201212538389036787924450991985327578060015510080781344041943141805573478291","382698488040151747214271055109058754511088818442489384540091399186306003136094","441977869920001705269233141759435264132738274769516286946904674014373943723975","444143503024226791526937759969068022993615059562951336129748269149224111644070","495085189136025260059924460244491635964490023212838164223105794013685146490054","429873314858616892960456496539008074298827433751822614243764111930077051036036","523615398101386285615464849316483613227435418305372703446941386333152985696267","480382854780819272858588156835081050809004539264458643448409549667794483236097","503622931286807489773337950958430423186509575944571327297016396990383916438047","485189058488365561088439563449101452404309321215283874690532014220578226926811","535556542660905608814993974462716234032967362077268918879295353282736054153581","562995473447835121392699599385372162517544793285235515694880305134655727108369","468717664445936658015262149365200663229095507565990235407996698938170454790333","620695898143773350934108669106954158623494006206648420141893157120497550477907","487671415713086481805614152504769493161797615933666771951072074092922325359463","719610889102091892109376329910838669712210543186771931790254837001307747814594","532345978620967416942547617067601300174167374773567165489002838974392552277173","694684117680419740624735699001630957718016830097577788857148337253897487743655","379719635329583308603163358064388776328884076351727384417836795621445616350966","777108040390275026379404434361133971326762133573226717841837492346893070919977","402800662883968035043981996373412669534724964437389614316064351576822124270467","841567083312660872298000876849313647100906268727383389137749436692621903195316","388060066292177767128216933416002586479849344933020749790935804568870605232374","903683489881021878492544703636588340619252328333854570647718214674386070137834","426196558609633865206741888995785355224732562767114986711217328033749345007390","968772521638391036727319017033175023311152009617277438473534214925533848937044","253083021823655955168688530099755250214797299412407615349511971357645791088251","1058262906402717553434939698453819336588146897335281932106495822989365335843011","320202609115394562793718941747680941230860661575948670946450715803787562057144","1208819771025727178133908438660640653202440334490474456130620976342924659651056","224069302816739193447483342722560251674762946444793744639970593933452113054023","1271686700480278843501165896939007274927704107014652472979970978195658717641225","137458577720914245214533874940430648526802974679734433595084567268494692595911","1470561066363530605612618990586617787388865910865640669773429342846400200482934","7508788884213555211960187037018816105535607625299945269813368257524063883400","1575883217142450220825869069650635441384894655419028944706185107499583195582424","624022293982062718301305309995353751802580323410088326660633308511819480","1619729967262476182228588338687739975348934518556921018141228697091685175300658","41888774527843948828861607161739817401316813485731321248242097840900","1663506458259468964413636368161979586387921469853818944872350076746702922415892","2251591381146233220890671014455811586598830362917244346889785260","1707282944003463452195989963467000946991171186837385181566021351992358063228126","95897077913015557611455258196436451236114586679616353083400","1751059429747142017779141157427987132055084550030410408056648309309908675290560","3195053156226648436312519438800517125532256996374712496","1794835915490820568224205254371505598542537693186941002213878568665800950041844","81972036347655071907572979968939384822701403285325","1838612401234499118668698082601236892899595627383041268875822261422027456978078","1587997442327415379202636898052018206743725095","1882388886978177669113190894092125651371653242734909383023460542438750419528062","22658752720985122510595963130672743303700","1926165372721856219557683705582640207792180485858569616530694779010240046687296","230578552695032037558805879643828860","1969941858465534770002176517073154757969352795397789802975593306924276277533030","1602646281287434529994530905950","2013718344209213320446669328563669308146449524838271562420871172520598983438264","7161918985579388799843690","2057494829952891870891162140054183858323546253639107228295137093726751935012998","18802604432559339700","2101271315696570421335654951544698408500642982439939296995027577995828762976232","24998596756980","2145047801440248971780147763035212958677739711240771365682424010284408613799216","12582075","2188824287183927522224640574525727508854836440041603434369820418657580849556650","1"],"A":[["0","1","0"],["0","1","0"],["0","1","0"],["0","1","0"],["16490893474228933470513615180546534441239799888207943032087858568637135372799","9005589163532291305304081084914211259954087401591066465041602423686680970569","1"],["2849483909513765768365817365502679142906512535998243622592157999283800039499","19080484324514658914187160240616770292327111078558611862436122705350378876877","1"],["9531797030167628409891666617596180809431669564890316636517240923102750449942","11443996355603406466942489516149432334332984016950740233142646355976147327535","1"],["8595563402910584275867683801816673470886800408217415873137237926642403760861","8502916387394507086812081546135494163466728264035351383610407865544846337962","1"],["17116988930705210359320131424419007432198052710642260290413651632340852182713","3954734980724998461170340937479924533338343685610110953071097393211648124821","1"],["7570116233366792804969363174613189528769143785261852206041335529798968210888","3508219449917296363310265680850199314449949038464880466193509097325881179906","1"],["898243080182960291392437107118497783695910586216835426636511570702928760985","11661930358352100267935536685098551869202796044823427739138015801952363097676","1"],["4029802131366965857243211801096826815466906787877938921209164110603619777987","2150432224801901947869643597680698799562921186287143228275489179937974757177","1"],["14845345441148508221580350372229077495136900754813110717583891181528798146535","5658841610461524913355663175351762892094310742778397382171673276172234815003","1"],["13268997175893712469241504703384014303322580207429891331730457685396216844090","1411640814710718682430227046205919817221138481768860985191842106874142080524","1"],["1733272269183138026730195946400578628893715258700401402301176004795599345454","9512919839008318042971798288415633754669179415535826243516561845855956196484","1"],["8800128767688182423259643562962302620443006390226316030703238607605792839798","10951643385056316729972717411763537097834179222118819171423378954030863465463","1"],["13813887594631048463341959872416410834922839722774488526904344021309478831428","10430432189313803032368989787676810430500366188629292183301914564342301938395","1"],["3505102177570785142078664231954601528665147080129046445738009307748314419185","18666045028838514475358293205857485490292526337547370643525724980158654881349","1"],["14934726508253453820368653613541991980393977474379543570782029858231533433167","8709587651619258096351692120566126964764983134546103199320242461268225074548","1"],["2901276399748729919646238361279312689318705144210034259571734742883605692455","14802706424738107007372380432673952746186417590815231123509930234232638303675","1"],["13992683636802929686411148210671223816014233266645538503762431766014167743825","12576438386849654830444132688892408780860666603835523116771151911190576722136","1"],["7488416028556520707850259686275238426873032532168289601212325348341246924350","10200778451798942367337093779513165820511477378750341012946592454402746862848","1"],["18712488298889747806465169865547050607622684140444336045172241941031590523673","3248298358500827883618053681087566092892086477079559233964097112809100471387","1"],["10455594353645303442503813231174162478851714752157199574902205787395423065482","5984806508300114640951376461452951513566515258846425668472035179074950593202","1"],["1515368684438712961998000932431967875903902157951345082722620150960819052658","6218062177167224878089110413054843796023953265251430436858373400697883223389","1"],["17021649124210394948031323966039358386392108558988434877684717002307332784162","6905837167519869756015277727931867527881405162147525998326299285611151739117","1"],["21689485703912076782138004431597653109605495288784113570275173392760290411297","10024179093931913577155864515140077888736880814845215909209907184907771301533","1"],["12394414221520658891019375151812769810861396462451756347069352425993161640620","20863571187097604078755389487022203564927186505766007157513150012060113280855","1"],["7574730629080306475653505288194858961689421282289608812328239062499503409519","17854509850778636994553169474465107625544541145951803477761027924560339522478","1"],["6090873704105563887994375865932672839568289402007919951497979548029439469802","3873059386970288232238468880743231836311109793072666147009411245630118209228","1"],["3376261970464604471352511361371398641998738865847839173938679122706450589710","15458712489871464357289124997260485698536209621333372662455632080089813291842","1"],["10404779199354421190293744788600693982085165979752643244877033983424857985445","21296078988308725279054756781686188687851221709123976665082802120761988246930","1"],["6451044428968803074869245248955650782866680358097763114967517368981644218721","14547945419435915829321911483182534884099254601466851039025477134984249412527","1"],["16625636604559723092636657073263136547885591223657486609342114674726820268490","21876648527944989664145986461688955210866214358474792351142809328351681328636","1"],["20731211319932143366092378840876197584099369468189940101891303033528500064649","10887039564716423662225885881968134493367820331691441434009394298813531562932","1"],["2935381535080124952024915103032549762805858105845406758843242885067143804354","21167369464463656970001250327497752673723542645706451522165189011590811680222","1"],["6464109929480820419869421110745145091598006338812126812112278056640535329683","1883465414376790250256196177803884736714667112289415203674040684313093694677","1"],["12807559228680910310941333241263866157498567681757980608502069743117168417874","15258552243662094593717745113547414700758467789934494180022086014701901224887","1"],["5976065052610672613523142143067145161260465363959354990854703116654176087306","1011012473545449327838386689130397843427991382257720501770811789177968942782","1"],["5447720557393954527046659154327231512595559897778378149579779890793066429187","9669016696457359513126772070199180125704075711611425336711505765769819991145","1"],["9043368548490641309792260207450845582808940319792412204990894513397209610625","3966500051884855822475540624135423717162579410802123827196210481167022391075","1"],["6420521709003331941940874945724237659757227249192095045626307718619648991438","19277034592883362167056562038334942114560171371198977417311860019596371839847","1"],["15833187069050231176921542732124932136869942925711146151839350346667891207550","965704142310676622752256999251309455521783206763769578436583751396520245292","1"],["1148841452280061104249072377660701271150148613247119566318957655861568435711","9539591219750189369511165350295558838622190953662472097807268865105167247311","1"],["7732287300236773334452599166292720818487343149660772941176973541691449996054","16494251468001117157991481967641561306286108581903323370380607540413878405951","1"],["21194413378816169385403562759949964243817483004750701773865363786819293228741","5392756287244313135026719739289772585491460210923111431329171773922531366216","1"],["7894684209150322155433170315668107605662998905474277490345655324095088491814","16314480249221680922819436001512697836485692331590011007275560991947358430651","1"],["19152670782084812730680771812876188422189833593121120524150702729932928749192","20713251507511240056678326456912132282566781938426622083531311027129468290117","1"],["14848810276887248635141234848840357594182828331816214630733913013593923195507","4432169397305734691185305646347614315729644006828918257832442760553781681160","1"],["3553151791009701813509601549034298049066196055889739520136124870380075530977","362382368221977795356276297562343870051046398083440315597152747204815046865","1"],["14199371796595328338109754566260223393336291566110991009218807006627063024381","13251250809489685294643889449349440310130688600458017533412437539821137104634","1"],["389347679755264818707147812700535998082471828597002216318569774709906076810","7210599650542051701442335076322062622419084501025671874884138733727878124451","1"],["5259790302276171313734203022898223771367685743994672745220287888453195663754","13930710926641597245717711420812332892578773491401361190516150885656011827326","1"],["5149387466157454899718456782250277548737143968297117441840961476201197895348","6361963941105724421333771524752578306164141475411362002555601308811134578970","1"],["1050191677679214234672467419990192251861147695423386433372647626714242270498","13877747444717777997009780331120624625410890613163306684833766251516859792613","1"],["13282125728900506593544496098573342246381602842082268870171800367225202564022","519473318055984256751995309525321392562874286377237022665482657170928977774","1"],["18912628484618677191496495297675214702613264202972696655719217244461618256630","13428144703340361876627505880709051686779731847887396954282735828447196152106","1"],["4546961205213067004607688813626837973776999092351009074633202314797072058426","15619198360599259595500490390748594990049214587615898559507689555444334855847","1"],["9496670723148905507612842654662380489269062008232316276478358714489101378087","21235283392452958397155713065396980039299408800563471115523072509014616260220","1"],["15066738717790775078059084249892402269713405134099647859268575046103659217642","19492557536356325698161584017739252331375887122318203296779439015215945024076","1"],["21417936239009637751655993639709130474181911485609326450382504913527899760757","20443493903084831901919631672544582204750612385731064702707784506478353188631","1"],["10719616532269623846800889179015682058446641349029330461712327304656186327057","13626121991522335926976791861171575548550135316153354945709213696969925747499","1"],["3285392872769359599937363588464729510336837318199260832550802963061182868836","21060262908959481138616840941456915710386005175413257365106523028135916807062","1"],["16821811383670175757633611422093522141160439870577652278901784287042829934207","8190855844117859337648513721016010200744688812103312879208281342234068651250","1"],["20893006061098339808800333189322859838917061668873078682144986489039273322602","21371266009623410824981770285955211504241984160072378943711145911138542114140","1"],["4690891160042680907344276718656404253347085361579640074624881004861756665572","11649761129147828914765701645134982252197958451080156888848045610166803989700","1"],["20367207284931606754644887842314078461440351591225459984561692985296791294584","4110172516447178687935639707397707869271542427091801469932756160739831378210","1"],["17825520309370141895740011231279105124726825008706892411279215683921962634348","230640704658161983239126100644307688351724517523639167833960936874189950758","1"],["19023204989978771033092911114912307367765973431719208470515454809817624376040","6139005654929027484016343474071685647798543552786336016333722033770817418461","1"],["5622488320846781278117895779942267243393666339492529383546576805249536556754","6836668422763085873377898758898133736286121062580447907799599483197376297547","1"],["14904396400034702522652842851334667538514962192075923706311599659048429534812","9131197910761071778567061938477322577985608810147400252005010465588656645130","1"],["16447181480980410987880089645500409939405805915208753212019645587248860114856","6923752396712002297268933578639248095393186332767260049727788175078531127168","1"],["9197037067952203203593923638627066805707813264806371153712524850933949357212","11421950542413543310619883282770295201111862458179928973616602571793821140186","1"],["10361391422020762514693758612591206335359511649627203488921286922848085240754","17142881060757844722631281670819434842953669946008489732710588705905325718993","1"],["4978540627614180415239781364893165219099047159680120076167141908840013659442","18152585170688848668652847635612494165064374756742831998375454845200633500310","1"],["15447956961794281594093136318050536417096920477029211862763310568834063185811","8868332816959050712356884608595658280046114938537970583845138232808472768188","1"],["15713540422143717792730710022998463915896221050453605416141469737820041749442","5422996097347341798113655751883674034987204082588216698505235789597619249466","1"],["8350149785769640500918388397297635487862734944941324713168026966600296212346","13552684095975383383491972014481147754732790702505972992164463988916686631426","1"],["11946605969902185371254073936871930773878119028030563217883585467354592060401","3425779602241723913650148929414727858732239624710799225113845191532619276000","1"],["1120968932590645287438093939189080893493007834021915250039127500215671336254","13287487729097021430846527295781414589129528867007073529610270224126645046500","1"],["13016219132428309211194646024778462737198526193293792941450721022838258428089","1024424986714966950987846015416405044988764111289862207690163842633854476702","1"],["2729904346709949667377724652491647001497136591212803014745808386283199081189","8431583112275966693069486154632561304300553063015573229312309229464813645781","1"],["21171380396198490950007129515496041869506839942245964277407428563450301743417","165893280975690553718868147957123315517073384737542288706340478942948686835","1"],["17973646773012000948988572699418654199889050779756081495975217178799690305450","9240691222148972707955644556507330226276592695814681840521709483605379997549","1"],["239623280889357118446233622596973609519180784099507010689301436202689753804","1811403947399922165336010976208487511981256158639525684591930243648032528963","1"],["3608051658088330609208319582738582645674494773452263150810164818228250985118","8173470892162756907091515470792956831422411643351095941209128564327727785099","1"],["18745677837645106378025076364877929119566982325491579925205079493134146403496","12587495842761934693924221530192353402460756170939879502093487183910683848759","1"],["11498936555287127059142975341519372562652444683140308496509961449002651997020","179841082827057342478843710587931703800667297591246512991248958732805088056","1"],["9565611120856849245563568782054156379443548890622929248798203729572766056987","3931739598281329571681738832245718467438087445593812489733574312184308771890","1"],["20977602867504040677571751008256382431547182676527119236858124472778957247678","3522910333681506756758565875470746120480302202586929873637853046349474927061","1"],["21197391763416473663202883232503355338451708019312554967901298383080142763508","12575088191688552718082763270890007349977393115325866530167996835327005819050","1"],["15237150800386504488505407212481677181990836883564720010925292414393398816760","6915916121266092488907297072590282427352725515598919764625853621665526348649","1"],["1457649093689275343235374179056297225324732600263657980243746106020503523788","11164469752874074275045591864828549411814175421973539347815867355364383821804","1"],["17476811584957900760553147138119192934603220616260754947975465879522993545308","6334685764857629579846802556510296700980822696958863280244320767333896935073","1"],["10374655865032929923578646982273065916783714175527965604738146659748417422709","4602987922292529937000089855848674389096279737678969700497175704400748092286","1"],["18495971659528842894818186482663839802019443445939671265962839035179306566319","17495115374523425648813707242335627044038558093677238480025459134449536027033","1"],["11701897317589209349804471703774635589376617693766605791837989980428170142787","11000454163600081553245340379157216952047776790354767035861834124373191363253","1"],["12710502428715010863615260408021493520830780857177574807725273119289063864484","17935607951083547976693338818541243093034439353194011216386208215532857242516","1"],["20547784974929467221304680821777507978850976582565773667808087147700703240864","9267473263554602848054017179478989707029873802412020737225438514179181132625","1"],["9294097335988415227783832583247723140408587753387580824548521773361439142800","4553831883512031082800557397905913475588188704774678875071515735940819833425","1"],["7974045116596358933826760608191208316023931691169093420365636113222186270190","10330835294850123455821647709807389091092035545374974193908281942141659447077","1"]],"B":[[["14294905190009239600155812539784024936039246946539543757209015573892830411560","9805040899706076504237182006468405011286388786981499093747124455433063291421"],["3819843065221308641443567076526133152733226450776676747479002688312161501533","5494170715014544568109349590589718095213995783358029556989661313477979309225"],["1","0"]],[["0","0"],["1","0"],["0","0"]],[["0","0"],["1","0"],["0","0"]],[["0","0"],["1","0"],["0","0"]],[["15750779816744531419641443277827696155020468432871175009612737139592512894521","13672661588753871808030642767356654885274802612047056236904572214991091164708"],["7705075228815976098843584490526822791874044425448838520570357593356119114814","11542881542830523648050168709775939612350876550483836211794608117462282504114"],["1","0"]],[["3976912533560561260936845766406984335056984595370093683083694868121092070757","10960633011496580190023750322357282976517287423128581301164922664082205073738"],["17205121750788792430252107516425085704376314031492122221443099481465404539803","6686267714606055326817657829584302666697894898005640047864817595929915318730"],["1","0"]],[["258471635353608671271405555114423010592565134419873562835550697814846686086","16422899106499524664203273822606876464934586546345726419247905802278286807840"],["9759202018120900644082824473631451171835800664489638229823908760049517681052","15506366811755712396677237300241519481485358626504334819130888293894788942633"],["1","0"]],[["2111105790320112629802593117040608376769436624096849318405369276979073021295","12130347751181031815290864544264408131749112793676074537693709068041959948781"],["17509851004889252535701037781884063028681371497029613524546497799112751614307","1976607120598978620776474388240425581409742689889888476942535060771517971558"],["1","0"]],[["3637136720343015393747289654310285672214269764531799564893556950781529762150","18116227865298160567646694902832913857250082903581914871138638622551053033986"],["10857159239119028294081333911888015066331071580161342896058736498419598103470","12165813215549217476339161316942894518118220347862188002115014786793518372775"],["1","0"]],[["20415583116681250288312998536628280918350588644080629070215036430657081155651","10971083612735871782765989117721526088077640313446258739455084098644980146934"],["2260126606144439166812216188446678263219396371195897691668917832821061881331","2401559173981331254646053315821537759734889136216006821847664349180239901415"],["1","0"]],[["14392653219326703426440196477280291193759781379733080915538081666452276034541","2228313452864649457811229189541788324786154887289812208127665999024141277719"],["16596223235729781935629673244573469845721469323083984176715997869831743758155","11966675046010179764236662331639171385804280020056264187268416369726460501751"],["1","0"]],[["8642421335714949998615336689077972886307492658228110989007759294866090122509","13760442091102153454794548499326725381446985534727333946520557800292839632161"],["20335372271494604019358766305309416380506621965723977435477663351692026398276","9533537560070933676427853207100211952454808005952640789960232220902960598188"],["1","0"]],[["17653163781171378216170266079990878571740092436845597623619572880807149068356","15454945775270862382567767465157419687775543167040137296738258718750434132062"],["15254019619039359752359057002580526598013372126070568883044840659282764735991","5703001608277186223608657499160611591896696621074091128818828237954791986962"],["1","0"]],[["11891430315548687028669199009278735720203090529311028023402681453745810516225","12559265539836243321031420337709000722926728634643796579567201933808085390809"],["4263701943348883886756626291224475428401261279129421461157056734894817116040","13131645666182087667104057843770152567236319356516736419628402340453130485190"],["1","0"]],[["20065379442624325407826256274100042104003890529693643886409745288491118919716","17937148405623955964193794215316020050393994746855533897999652129373684904756"],["15835314287612503803150611268116351716607730895827410921638560606955664832972","21517966151357500863662585470620567948417838557579988135223022937771970199933"],["1","0"]],[["3275716022006852636709252907230449702806346730676487763584773911591169633740","2449712771916653129436722525580998054457045892262494380034819181145772256498"],["21579618290377420767203211105321002481753512908696386024089976169012347658244","15495992141185874759716775753482685510286170975883233920743202081667334676082"],["1","0"]],[["2506415180043802398130229999883254200822710339079895286487884335002324629389","8301647543352227885996913146637129305095009826822668003821865927185104300851"],["16360484059092534712842506917798878047970045753821014298143167865320828278980","2922405702346274178310325416492923118980554605640973624158493560387207561471"],["1","0"]],[["21632510347037031732078083947794953302898907242090284007567627427234668697981","13194629730286869922941225300580801999971329542222788127156186096244258783267"],["14402851199373180320465651970094430796960172994394884394026191177182624673362","4113546328326123301757686698729943443587381008424596924159408184038571983998"],["1","0"]],[["20701188962798015673904865218679999962939400393260322110994160675642153277819","21747615623896417818457317736044835687249669448372987966690206508848404372841"],["3962830057317791869253565762845581281957236973029192338779003256176567353088","15812261918440273667535848189582535028108231972912365069367363543897395610354"],["1","0"]],[["8167370648831730986637828573095983364717918021877023931299903735364590359456","6000780111300623201137427680119037485427643061324150307887722244894908516513"],["9777243522841471989534520001054891742351021307090850181870753166043576142594","19351496807593204140102321006204907330170206389144321969496227561526917262809"],["1","0"]],[["2649539700530158493953530070374985325223145291422353241310776474145282483563","8167566159133110034988929576603609407456018010030308249830634690728241693329"],["5122625897406020852916650341205338181653810413453134071584605646337442258926","10750121868074657313651797597464617482669917194073207797366762078017315291840"],["1","0"]],[["10071501502433724550160286578437778503247605915176030441356747532515737505289","2017017612876926421470336576335497539921524106794284159030850723852258408979"],["14432133935205680127291440953631967529753664928557378270481972154101640092727","6009591144705720385684106551096660218160291509051228673529028258098285012882"],["1","0"]],[["18661667433777058947374355358742294964134388490644989946561067455713595441648","6646547697140823332755758528645144538064134278212737977726467741914109949174"],["16942652611521585953541969387880143360256757571833598242342105056515760666561","3158859379780001399096803708266791154277652513662310118095190497710747688340"],["1","0"]],[["7593544402298871149998153507476874533887187593259424822194487632747829895822","5356266136247268984251408867306417569642909605364539001298216772471935333592"],["1550735846706539672917874737628249640237387039845621363752712177167105603128","17478393529391614370901857190314368979140929364655464910332803726416757654605"],["1","0"]],[["11154536131512527410421756535508570963260299159455105257434593982761903365212","2549454396853812239605101874798884897912823305005892527142205079142390634062"],["19336933151446148071654619853526878208645641070332109233958080764841551697509","21164033276729113029182401205735346176447678338223589226083223510444918767113"],["1","0"]],[["16127540644646041038974472903212583582941930780643933166208945932647427881193","21826925453336070690133368374346957572514356972337759099392014528526011712168"],["16111816672179052172987004375850484152180618538502116789180483462803323510609","13475315482855876929166246618845664325332503502800019099290523460520584536705"],["1","0"]],[["19353874903805268422649318461974685666269412761692497960241826806704785456749","887338260737498238336984469576702687838042181864885277060046757949040008847"],["16294363820780900822326821943694277427461228961656786139480893863591570884676","13435570106033516403392759652630017659531099342080617201440705208207373653756"],["1","0"]],[["12819155744836357745896491245146587730577309184782284417080746216057662184540","14780126399010871896452996331993467480323191635163795095999697539629787460187"],["7749377096963262376793688493448946853678744919595209945518933585808440168603","8130468936806031349833325535048591625661895030405332223225170168420002480428"],["1","0"]],[["19688588210990904147516732419900756819646366891197086324649932696812361785668","7714904866047048981801842382975457304886170748858252112338987350246714381755"],["4482348819152839601693559878961853386517925469045155967599728125953644198277","12963977463603046480727668653356376541431080384199384442722946727061363652676"],["1","0"]],[["16119744934886406140103845108270546219427718019557110111157693862756940849147","11825674205698437984324897984016492571603537536540046519483708044316880604562"],["6549779690826144764408470735807418011772208125322109530708932174873577184776","18853821821993492151686543659914004921447663993900227082495470648298770027687"],["1","0"]],[["20151296317809872597030888459623781139273985454551445709491231347110102698666","13056298926166827662953130400549501630336665467477113831189713340281060440583"],["476936504500151933230706770699055003929703148477400885322535117036756850495","2668069108952660519356668570761778501687851001158917987843277469566598704551"],["1","0"]],[["5495845233058323130421772537837622579808498471855602066884160702008624135128","20988718106518229603510421296962872151692105805261297315630408788941995529781"],["17887675173094442089367241823126001431264786927378676875386970601462577120230","1222280101967038619878014497318032219701807293356186878667676873747989672145"],["1","0"]],[["648824116569783605256828131255447249703722436149119743535830213306419096975","3459804420941452539984988068771772053164892425974273317093482962581760950554"],["20643848552607347011453085450013873814797116748480958619377644949752471527145","21216920832052032591056503907038710531240022781407054634096569092908989580738"],["1","0"]],[["9705979164530799973347731552030862189600671190227869890104007727119287266139","1202515361795568250704091975202416109212288620636844415149199761897415411042"],["19462292116268139711187701863854521035640226554778585122646430354133649295368","15461696625921782866390721972132823416445856387575316255186452072811314800091"],["1","0"]],[["11429479355429782435381682808865146976332037589473553139655516909100965810927","20328571543736007196340878491923794684871004977826795669228103773539387199031"],["3495656873606228073302147054486644642736880299078498917017103424570308660377","13194231282054717121829433852806121265708750292009152542478005096894616278932"],["1","0"]],[["8545429877224973085568403965001505783760101141635094328311937861309708575623","18427602372135578593047846778109971053928420040525747965334127317483512523651"],["12905204687002032550109303630486557328976293283662016409710925854528054675400","16765224155516029313391435101033606608992874855704063412953390116384458029003"],["1","0"]],[["905741649593329048160529668473465531271435940217338108619661326388528529757","15019991318122079072063753766395978051106824029864735914578225935802762316593"],["11731781448494561873170145470807903163606319510942450889080396245229601795909","8498808834062013987765683183460750390381726223895570341417551041200791251590"],["1","0"]],[["7100382811442504213561244743745323616535696911749221926205671653230506484007","11219789681729382014479301080804760685724337554103053364787329281634014559418"],["6044133842275879951884669439591011896578615417971057638678465334651392582048","6727812190118261489075918065246704726073325579507833870259945390966858520195"],["1","0"]],[["5245157261750397055502318695693361178718692997479635764102480358726090750444","5228649816273021020718381717068262063966442553835029492171378876679937840470"],["20438395980495956005768446694430922603868506434578519128239612612969963936946","11290903116178286988569530561232839901389968265064175373755882225659225539007"],["1","0"]],[["11252504436119567630557350018048126429314542574052148090442105371744167885398","28007290839589957550388015015760604855946183013533781843491683069425663724"],["7886503907901883749892991868988880470285063366029454785719442809165446391119","9185077634449189828229622522195247059356805699050591876958073804086399147736"],["1","0"]],[["16537867102610772040493809082658054747201124303439086263546461809796461642852","12711304709679796274855168990920345163036316991257961265411006289443144884819"],["20554667576479147908930359866761369634092439622326752056644000623957732114944","16471664638661839339343778306890068350919296541924485371873168071997520182634"],["1","0"]],[["17865490811658126596036796342909987953770358524706742111965767600989680128710","11149392495578655989183127695080339992590010180921152079708725376703268378841"],["1027767125768298341983562017452332302619645375791015403043868489643747813486","12631976912467627118714603237721267963223172844952112604912755802612814036646"],["1","0"]],[["9085052465484085778463838879460912973090237442855210685497664007924188985671","11713007097841631365520452530927450825175263152747827090045967964760039276587"],["5798455074183466690067907387156054669249727709936607851347173521895098489361","15489923820269014912728667704612259426049959174213759192729429218334641061156"],["1","0"]],[["16608691667757955123588731537786489422402844541481911010317895340248386486672","3898925103287509183125165001688309091989752497883038741260805658948296998322"],["17948206148818878739723422534199669499217989598444186732631089966337867965253","3868933506234922886880867719298644012052092598648567798290497145450220106336"],["1","0"]],[["9603997426419077974734752932151312658369716985550851816797816496367768259920","18623098229215055426042244547387908182907577866231868944102011844851105930805"],["14637010217553500982451349559079101853086988817501099957558142351676948295239","11577738983992965456542830051517020540809025727894882272566207739481826965201"],["1","0"]],[["841215086475411742316296444312364035413802471177194875341803562244603745488","3985202380946106956691388047253655477014053733730736925646990641839173552900"],["15848121509998229726238548964751640693052214334521971816421021625955323654890","16309969226401030862581692309538834223177604240207182569199753969299661109114"],["1","0"]],[["15627967423412200413599119290102245634577306550293869078085279350873795037969","10645107426778098711963421017455781106272508675796559182242647750519287635427"],["15310959802463954114145923868598143725668979946610177728015948600176838717451","10359589379799344631080091613646757493070093169827384419413373851246682955838"],["1","0"]],[["8087112334791692874640890239856235542851191814260483199807334246905866359817","18510062307513339442467420788428069376723067836558652783714299724732560565722"],["20808906914674330323610845955060373149118611478976462080225517519789577481532","13350530895470474024057136981292060487836479798510524873800689609707379361426"],["1","0"]],[["18533111703143815822021066372918981787307361606724625213030427603010007201162","11885186716318817579735380817520620430072116482508380796974340719417803656908"],["10841074570370071436210212895826180189328231812187486519080459649716555212906","17323540180184046623081436030912118727029120869046635716492932064671144677496"],["1","0"]],[["16050288403407621427153752002927385375560859851803557777263726111272995997138","11684944883225743803633191613852223979034252037840122574423926487239708568347"],["1287446795326500560749524529029039541115858412618133459298886731942766734003","15420086754925188708904356406421123153064828208620987418375051875447734042873"],["1","0"]],[["7589360168040427074891616289993298776961281735212538778815527632909071762439","8624269915450768122139008723462946774475915739084644762185551303014023135390"],["20769898962785613260439687474873796772068349599634333342359190783137241478252","20524737882501341143939402283756129266747040662534037463613183996923815101164"],["1","0"]],[["8162669959891654447621650493896895465983151906220763839008762912255652319448","17789344108147809639536247449011410046906664874571995859476691505259158700672"],["17847453351765643783529894504022924280708012638590956037094794605446738023688","6757232542352609607206004066259062570222960853225727539071647099217395543581"],["1","0"]],[["843047729583494615277251004554874648026710927998705008464580761272758802416","11067153019569777676056550946731082521126984289353580725183120294307724320870"],["63186578100623960660667067861386469687189754417030584740140466616175801500","9287597508498674511229804956801887564587255296093908266530541184674067932883"],["1","0"]],[["12711576930516873281761953072658227544405397447430820718082079636575143881899","17199609272368213404549777066395757450639494988734998309590495661460405731792"],["8864447194250624756747471573250750387821084455345284620254536002443442605749","3137211261520150532756091532438690393539695828948062034771060046346376606539"],["1","0"]],[["21445753476959324285953461145022444502935586799163175491279088107683585461077","7802121635730754298696108168357601840403975729093560136207453342320891148116"],["14123282926134067594355197342074321647233618143778474713517515302652315389340","20583641557784587270130456329462190206993481708923331132166468105899937683764"],["1","0"]],[["106312038763770828836614587010560940807086540657287417368287175389139164393","10444363960406839879401292771287220222145627473588317730128217615095738477926"],["2268730427280802668438733359009441388269223688495742571861714024512242412932","3245029226704841140830157979171828956186157094948120076835670046436423817762"],["1","0"]],[["10683246160248756019717581821779710653803365336835685186982378466424319265522","10091775348957623517994439501552371477506003313193413293563416657788330852042"],["5936628884367172851368497593074377566790996002641607120397909428390904906476","9071195344048071862766083719729890778025670427401079135715197067877739953825"],["1","0"]],[["11817633117891384796258200225338083164612254974846447108265602418752914822231","1746250770662709513023259849409821454546716497319819080161699687625156688834"],["9011543470800974173562758514901817616351461833753509621681766174493863495416","2576341404621024818188526896706430862892492425271207902544048968058813004381"],["1","0"]],[["5962731422927502784022955949642277892169297838177250020983514830359021447489","12151896539081039996249377631235708274185707140270104837675325273671436535515"],["20208347169197890910727662861186430962327867500474050857224646592971820823606","7606820713502514298455192336148518049171814209803716147138200830036802093315"],["1","0"]],[["13367105724296373622273657740404315518916182611107228305958245630866764388915","6362137540305612791702170060779997886006019810201560734523178344654172708846"],["9267637056001382840473891446447017009672964733823426348629778361725789447948","21049631890616184719674977991356620779298534228432054002877502239440446835528"],["1","0"]],[["8406730984275604884123692347734040647355544904205354019886768136527644791501","265759261670077403315791873964288475752368367304035895633539664606187316684"],["2237171469282501227102150258908642208462476570541706434492068782614811486381","10089785825314238354435146421477039084586582620130607920298419051787905494817"],["1","0"]],[["20732343688562090687329504559669073969387989763740700772964478679671829756851","3758244536033985032642727051729759886214623487482001224638282285189585547640"],["16538139714231322757387530137209343277919485322326790026403653846242569855130","3748364405621778710138398250133402266265187009084073398807103158603004222111"],["1","0"]],[["17412852544295216005156630323951932023658725435620541116273698587853190500906","16172282799301756551030387152734242028965965604129302602903935670840357045463"],["9988367747437697089900783108199165369722494507405336991518787650686495283421","4282079056408730895462401205162410316985540548292290065855296220812914357849"],["1","0"]],[["21361329701461913149927762428117692267891502505286637830649392178516082477855","6809776148524129229242936532460913219402613878018111792141133410234398497108"],["12058776024307768252884088071698917158060665028396829574461999395194332299836","13584820212324406448644790176819339209956385961501769769107914708822008527708"],["1","0"]],[["21864077947906657196456755280871119152934869050751332775389917589137573009032","786277364384205638190345995536854893378864796954884169566017028239353857333"],["17633888494097648084441023892998617914500456470621661487915243150042614848576","7874299728420236490396714145245649201882294071029211244017082411347190217483"],["1","0"]],[["9285400106778966285353773609431781639923907886491917863879361116931972089708","6827912747531932525246327338585209376131415225895191798633192749748882481592"],["15870407950985833300579825513035464880736490614836322337907325650244421780572","16032778820254471949224484810834213608250369538032938548064251308445813373488"],["1","0"]],[["11482360720660549749479440102662337293991742600300834710494797992197491014000","19517125781787956940221269457814475029538712035726640195999288919813715230209"],["11765970005986037547891445228761643489010113733707179339911639741177577307678","20842932609016522101444700180619496438907144837136683174544211578919656340923"],["1","0"]],[["7419900177786871195522046039819868678259970073352534070704681598276889586528","3890867656987244384546884499375232952475635529226199861645966119990599658916"],["15731353656199432849039002702101189141758287279352422453496468959481067686475","8223754659295137520778034663889567798256528872119136234884971670964523122203"],["1","0"]],[["5412743834364739589644978627397736066587912242465932394843038041576706461878","13632858896950663560789737124592153505248578604180213586452036787105932592484"],["11844056126261818236303481416055152491109157326961625797180468520002828637758","1939643510328343473430323441875484274002673440713884464484347066976560782602"],["1","0"]],[["15397734969309223443810671289907824219031749339007248706740412539551609342140","6376391943721911841613515749152565070757144515847617242103624824683514723428"],["2461157881838364956487403288272719931367171077083013268802758381421342517917","4518609614157708322311901613675898541862224562381930178822282449626639009857"],["1","0"]],[["9177259082750590357762565309805401744284891243859129004853034101191687686692","7035841929983887650570194909055915055155801848047614634648181834647414157023"],["7645670124834341605549638905892170188548075777534480906663375600523990563944","18496544875834492206377876287838004562986739242368840602559188973175744137859"],["1","0"]],[["11802387094176012977922066017462905349891860206656171843466368248656355241140","16486175953698031302902517399529917376359469243132165585689130111464240111604"],["4685952305872594886458926968584453338105125156172327907548629971672280012930","5947530603508677679168124952452794238439585223175179947957011118738983565895"],["1","0"]],[["19834639898012973037306993569117164996564643575076656968681309713479912040903","12352227401224874214004429201077102440234275542373091101682436520404866978628"],["18255693542209728185713445685127104646607477678340781683414155453895963600560","19001831322568468524380678755932452697404984032312388044902475908301936552727"],["1","0"]],[["1546796592862035148025315442072833225683934153699484098517203353502359938716","1470119257391909654533372267825203419148317710106375333855696750137397707621"],["9376573156175051993395289965590921380958282701055649656875707981695043772309","7629898622319370577113559393220130976990408565184394910426031253435895415964"],["1","0"]],[["16002288014725371448887435520065427204732760421858234452461011414833488744106","10256337635330410055782472949381495319594185066414213314790341710175144266067"],["14480138752021110738571225920283392518987350486442688546612436026233092960097","3390804452765698346004829643757213285359005695560493736678876567515512850930"],["1","0"]],[["13541125311158719606192796966005190458683061453652611449596743245801476039987","9567091722963330863698353859198731844759675026374483725713512256946464908614"],["13142003703523642099073652289550429597351449652846204865180312173302000966231","18673176307598958690789332577425708833310078655287165092981385988507070104183"],["1","0"]],[["15444546206842301020130450940881473319882133609356610397978263335322480701471","10252743237375116732936608862898141208038241368327482828877693318980324501320"],["7411181805297408312061586957064638970360714223258688011763183580737667387966","8365882270429881121599821042003186174160208031687164463760714801403855885690"],["1","0"]],[["7191294227267353519511675001821619602197593634100413468485515910632313292280","5051505866799452575886283852567517663888110934350756126720981110448621720107"],["4109205387122506701740920614269919483181796016126504760126216442381961448160","9864255871081381336322655234084849533847324648344559512670856693543477034207"],["1","0"]],[["4453219126886305773386499101332990091849109911704871397463748286600998247794","2104072026608116372692766410767133767437617885170295947411318381760789544460"],["2644622481881744684853109465394481991437168922555708274181620226750557022936","13737110882309641741524240171794242945537055662943689335542191477411994178629"],["1","0"]],[["17169940391059494970729532140347571381996363381629966258984586399925991269704","4090105109695311699911793786089602540206736599900163170358529795375746109270"],["18588959211999030529271658116932247355859208002877445664504829487215933795869","21683367821551362969179171584791351852577549544715208275705678003652554029516"],["1","0"]],[["10138380523216658710141875830611222907207101067407684821406009745857348835949","4917694313883153642789513761341292958240369984669897544294020946340079496659"],["19199784284341373487783814685770434626385772173189785763721392493326807487368","2904273142418190351504889897117953284984241471016150768963485535546338283744"],["1","0"]],[["20648796363704204145487609522977018761141263847948800862070077618609627687771","12089127043833934296053709861303869075178590730190072009037415950087528118568"],["14591215459274006713869875371700752376360192686850410050085800106246987940728","3567464080984574626783770999629704079748694143865800437344876781226318921682"],["1","0"]],[["3423849626816361061344244640679084735764393376034757768907761802711475969218","7357353252432364550046047276475683452792731841555782816631025786550288664108"],["1890358380210630370960639433784252435474949823093683121456477848367402665463","7914935422853135222524548946893401338748341180529092141542572189322129660065"],["1","0"]],[["13427570648736423014564288789688670153742370792612459614310524480067439945973","15636751453900561986831885797680828488036502332331038420200675356044509128762"],["16476807176167458582484204294418207092959686375083807603319298804524195580287","20124374166941008841264477510635059705592116302285872490786947381511706183958"],["1","0"]],[["20929299625172382000375001497911917209251274540021405759166229433336010771702","7292521128254863750653680171046479869863950157923794421428152639490892948497"],["17116257023544386840156381018866045957532706312900586515248632597080484280027","19897012926418369034805877632560597979080189174402864384129319260770597282444"],["1","0"]],[["18277687810802563330154835769338926511889530772560223208287410681265971442676","5899348971291563539489815852591304599665935642370989567116981283631563768116"],["18630867052222414004350505012008839999012772310084054025829574211019240567804","1684097325898591302378057190504580983581851095856472564260424609354454889203"],["1","0"]],[["4932988017489624665802814342093323559364637949545506614011315769514852296847","577139396952549877005322749422500130049465515747817385170830759999182461130"],["4558538109771892924321238892031424095861351145403041006206717298913951918142","15915601498640033171639673261333495436491682982812181273021968079364042909353"],["1","0"]],[["4195244134686971978045739482892937706526444910320140785929587348538594254170","17204020069887421262261551061506422240825864758336449131457301427838631626474"],["2580426511147848707293450172865556907945842998614628996178014861761829263234","19017740343612423360239909470892706086970556423618307473468176753627929024060"],["1","0"]],[["8024617744730894533125365224948668117763635257886185809599652762032485787045","1668957716503021979982700711695746835563721965447152704173771111103598633915"],["14309695807853701105601170233568471499522484290102936240310801063175690311890","9104810715110096130029723093747014650616262624782327586123514183885429618016"],["1","0"]],[["21201813622695289158220054130337583312721216403001002784412449068734342378426","19479076422135708329396538774795490036060068446002885420230770902305356472601"],["17552793135844933148337801713688131796353242396898343072971055033962847639490","20041600893101723760257584875776858213803632726568608541835187992706592418140"],["1","0"]],[["20576009603001030127991698321336872944345523354975961758162342868092780603388","2876173643602489742768560034596860622098421542352063626311292241993604825185"],["2395037976027015753461343300428500223466368016349393222135195783239489674944","17160444822400273441230726482649057459605303325616721911464542688168917039912"],["1","0"]],[["21760190259919212820519330538676836596658602548923120308870908554866295201258","18283281462849618560108629914820887928565350333088338714762706454548002651729"],["12339334064163734795831510894137527241233153293355044124115342214425123215697","10812827544314168095966220713484242625711668868498955304358455440640329591096"],["1","0"]],[["7682948012684375229554404287047201518334730596227270310619538007976363194139","8392645774226775625843289982614998479885554281836203292784655043937599505431"],["10315636226542285517478199753807768777912179069080932567442436429104838978483","2973124762028645410126796302236454573914093996115929417847757784268974860411"],["1","0"]],[["6917439248913458445977067294838477018887472362113381680162375853193411920436","11549446310498010724843184217080128448678474657631612362894530744970268035915"],["5039865327230801959456799132778945571162275341879015862808010056098899296121","3326954729999645861916433547117366408064416963030170235494955455706287583582"],["1","0"]],[["10372254904249230426536371416423712719770300525657063634966979629587170252122","21667582573578070990597812176489610373159358805603295334732616277770593781462"],["7630978126780658952135068366797099468379892121699782995998126015543094259514","17119759669223350701620991124033888318896348228334088586637829320719535022538"],["1","0"]],[["11974596640004664643619222156793554561125760194815622114953257035150142741993","19792376100336798003803447919270031949925110290305324145467292695031691199947"],["21702451386037146976229398484718704853833625764289855111651086802962542457021","18293991137303639071321496819143025013291475890121772994136542233794053437519"],["1","0"]],[["12993460571465298421610196803803676964323876072806878845386789425281619529401","466227139832104397213539446853611402379906966351968810773717353909573913791"],["17734139246672843436679799414970251004048043042592456000801014883485841000585","14967573744675972768258045286405101966862430797863231118112141759438862122317"],["1","0"]],[["10593293887466536369823183304953074757041351676243750594206034044792654401611","4091157345935035686615046200960792903320838047244077023412917115926634797802"],["5127558832973905327493475707247490676211735217008358625539632900742227103204","6885212564782332529892671043130906376581877109948377948919073716669967801530"],["1","0"]],[["21448519301190930753790033244251382156365763168015698130068733940812745486495","3666776915195896015480708708797311836014412874749828499025396924398974418787"],["563731547620686251866003371384449998877300734922014197974210817154794094806","244891984584414129968727170887146189194982863577158707450470198600851602779"],["1","0"]],[["4214499547402412222495686157485254970933446624070886322104989182517718608635","8825511736655699433915189035490304969215062901812422246480147477720773958015"],["12076226344825329490099674369731572269650764492781734756744886646770837912915","5382671364926902539642236537573368410334210774297081863565931419191672282906"],["1","0"]],[["16855326781059921685304569394087326035283047235477824781377819542149230754494","21041817652009417169879354374338158466553179008742917212867887272910107878962"],["6218267627340866478792903013838773539859348666652165461839583285812073986291","7261159610031971568634181266990913162731462207014028904621254316445932024490"],["1","0"]]],"C":[["0","1","0"],["9033062707343338055629275258399136177433352406078733346772926352294884608574","4609588003217832983006601899849197182783826386241269522028221019743852532989","1"],["2734814960054301011111796228402570778719134747821789569602352092818694849574","13602737794402408722004225311292751818340201775291202879180903639885069114115","1"],["2814846435575239365410602171530516118467067656097500241770649126610203631324","21064890795420845032200493998343439033877706592141196411111771128823956769239","1"],["2722457915260201596563816311968476954836359438934999825338061028260465446185","8193487332083022891372964857367153064291774370799976437153664231228642416529","1"],["9715523753127451571546960829075152567296347893351319013461747187547205579175","5083307338642628487553325201553643974979762112440901962272479307234563329056","1"],["4225374801632910847089259407758543937574575029275652020041960923285498901655","1052721136840768936394101862712004863204564240187033733451469210269579012875","1"],["10549442698679078586704170813360110488136697341740579761738807949467757678776","896533821533341697402706560057860736520458648181391258062388514984180384011","1"],["271027452609221481823997848527295166998641567610782471299277605147629732482","17763000946823619356707047081241729949872065988859934278491108303873676545720","1"],["14766008681910449418744117396074141237775594413036153267414775969757995491851","6279067414148154265552168343970803642597317781608625313003170822264829573706","1"],["8677710794909400360340303162608233269990512479866410306560635974346574167457","1552595536196572171544700297449371697036852647670690059711423395306588607530","1"],["1760780618617011406727785303357722524731336816879319523859860475156222560515","18746087849887987893280787593427254513385241751605945855161791685409229578344","1"],["7377268762325744159679881420624359955008162791671310131713784984519223779151","4687355555119434944991069846349285698752439806917113522300156539369749867200","1"],["19465514133088213944533341532924727650360927772200129572788078872714693255489","5174732538114773533296789634712706583436526412000774809144900395362574049145","1"],["16353115832750851540170537754567203060430936469991212093566853616143849643062","14138547963610827714849313093146921611719505969811473058921192847014471680790","1"],["2788630927089395335776120591162117453539236693983265195024465018628430387154","15415795941474865431889215799272836792052681383834908849655317659407237751025","1"],["5070039911487087783914252606548447305223672689368676924818929922703064241721","16404225800973992678704551258872258018330716817963580928422479568419268415633","1"],["9393794221795673495565086748421415285114579826887513393702041587167178072478","15093527063825826744775270348918910469993781206765672792412211365465396060068","1"],["18016787245121908788195721662800520743775431971980479054199361458325902849737","742596525584078052775906304821659930751322059052247510366626602694685998750","1"],["19624696523950021740114663175549624614754140668602561999983228577580750238128","4185095926211207770497016336424965002621315634540771295190098916264537129014","1"],["11954288497777351813685087124829253982838544208963926232020430798958049576369","21129852569684142298731524485927681629587374837764754955996143210715173832919","1"],["5593574082841231651828950070522986272903194932295227924692963985824221580290","4354820012645891153395868908603912941542693100629842597746476611642180748616","1"],["17722229713490278979008710151316507940154808151707556061874339899909572455238","16438762494623386194907535844062684480819401799187155232693270747107237929130","1"],["19895163882229962805134753288192491820676741472831932075463020232737286879577","3745335443392520862506105640977057682149527298317293910833279910306142303185","1"],["2949458996783546937715132378825886314671627306403697845668146834589904974090","16484462685748139018150493666890951771727436843429815190381322304366738928542","1"],["11820974939111259625562683489417419840272690833719996579244725789480747719774","14094616618979921945744629573065276786953300545201811185582448542027493227336","1"],["16644395702838022725873434176155420578395896052958570582723922972605209042343","10883887263175160376058510671270944568193513427413932355385810181109210933570","1"],["20737287029496238760174336275787778922520919833294651668008382369931465756869","14309655638468010822394925119588459197629132434480478535192973499481581107118","1"],["2144831136955199050463352773689798663737956456030785314207991074765557448157","16353210197636429054026605372175152204971230742051498285125202600596630568221","1"],["9082797982050408771817264348110065190449070685081407513161845233448867268456","9293635870744800234358759290890716365469259503488975111449359775956575949183","1"],["6502335044229927592738055358954661213480348767466136587990691383216586538076","20896888043210147854481926939673706384996973406938834395277717863048875178719","1"],["5417460797576927863327775800956579763475122162976363929243823964698636581630","1265583483871633170040756245710507925610897831434877308819209341222198105835","1"],["7434159654145575166235693940354136821183454136455394992606046517951301367963","13248523210793842953871484075429548004969368604413596699778411753973690092698","1"],["5255613708464123764900556504055009800582914254959908935922688042108379314200","3423825687689503516226812665195964047739803275742413997001109257994628152190","1"],["4230559106233638625557230480584066063114597018398755274341835894292791336057","19055481514173332612774192662765912104512903658902994408204653844413949729739","1"],["905649875891646659055722417229539899300174472226046061562912933785655392465","17379920501664307689034195652195364960028041223050571666716312384486622557830","1"],["8005213077565743959968626493222569136637117554057455212630897302897745222637","7834875383358818116623672726687015247596725579050672668352994282542905659361","1"],["14868045005435764913095795276251141469992252885842904740247270242462427963132","11316872032689731827790616409219173366177950116894627363697955883900196922133","1"],["15575761296754937002531541822768002734695249060025599295160052321282772263572","3759517390192205338650268262077654148396359519487490550892749438994935389677","1"],["19869191098421181851834742554363477051657030135351372401485490621110427451361","11298689230766872940875884617041136445022302926211751682864790802184337813431","1"],["9927542555481607675647909898420757191888198172453550926490962702743432522605","9754799132455390920920800358717474553837773937972344735736511932151028303711","1"],["18870616060724394782760655651098330878347031184480055284802653161359497649931","18248885593495328853752782961103794474917670465508740116720174240821142192878","1"],["17673714771485396098319417886366703994681350619884626790846563126170252437118","13286880189460346208309191310703680738960041722511787742760294272410342602029","1"],["21382147132089082503412879298152040343608024469446316528231913636964246469785","113047727816343138175600856580836198606691660625682178906377955249751522316","1"],["4167104211423641896889175203603746803980267075794174287071570750471347740497","15388677838490065916058631156372763792873207865339195947678390513463552602618","1"],["3177045397591094274112876915059198519007124100426561430857695135318396038345","1058990778341822190451425202020812797441540309398507061866479631530457066849","1"],["9676510361616084256975194758408127493308084012019054557320765329089064764576","13778388610013783120926749001722147202582480786989849762179347344014454778984","1"],["6972135103572135554407700565226242991779709706193755152285777124713863578671","7493563175485801499667055781317287036315544025330366667540234037728169143382","1"],["3492528710500166969171000569917764890278494398033376919189955172826920455963","14766186671692775407974505328105087615119893254585157944750992651469290582438","1"],["13992130764465121899071949493146011510641320818879138702016290959945890055337","6628734331773708106384589423263010058368395878804326672295848340995307979148","1"],["8593042561236805973572135657282508028301311223278322676071318032208649700981","14899671243410262720568849657013225630295756928850292007558973465375236534061","1"],["15191943473442073236378685982061365077342728044328939392029182178965741970648","3511458151574335492919992411101852026265760463897722072858133620206540846253","1"],["12383734240688255888000527388559544513197855614458215951548131051999141415579","16506907003737286863571817618063791095821056397805706056379985313794716781604","1"],["6387793283986503705352573468255199719431216084806081124501339607677110962493","7748848436063716269467614066360106427430808710020851606294869268529997876214","1"],["16411316015834646311420993696027794340855909686221222058013534911024370979765","3025673277551570542959572316063750489418150124117095893658077479796749680803","1"],["10995667369517082623402834308812227020320391481532085957569986668106505427682","19290629292100132022713428246780229386383084731661154375918671863352965210610","1"],["1420635353167642108793447356857100003929882435271236570912284821042875118140","10576647329413501906335165008394689256965733811257661377143151220420676816926","1"],["16503907358415696365952690346929836349860710136651541519784174452679395861571","19842133916564209691006400314815223998578124874911023209076952531558692129199","1"],["4644732939184665342202736392879062999264539944856231047209106947537413517111","8683597915041640314702514937944349220909807040717987781026912770850451161263","1"],["13092752417857967226128944349521858366721490500356154221496198618265750190667","13337585482613445830112642003946583914398693075481161463884066083005974200745","1"],["11665453321671480793283893588787648598183409663446887478069902531574139002382","11615410916864847745393418097018971459098992011704755628625092940837515620847","1"],["17837688462769255165875847406565530457000440501107686220736900225914768282222","17106735364931733675614346008725893048347041948465929806954332285331211676226","1"],["16902386835925105193483230701332198556081335228002123420898273246828502498000","9180992658826960372221564208491007634291427573526457715070664214995459741274","1"],["14223276627815759737040460869101913250487035205356900624484738922317446148803","7730162172647470011172548495630271900039663344486049599610908773206138478709","1"],["15980427771952002073632056015958351038948536602337485898459740415694141911246","4382815626007486832261750596321038552362226620883977634331230787748695089021","1"],["17412357779794040713792994551118483475511507213848620221226379825470237823133","5423197933552102042901023743845513598076209467839544699521842883515598263799","1"],["18539145234097462163572891135078874353886392114723973217488771915624416819678","9764438438716149555708966537699624351919628991694181032857191452598698558471","1"],["11215375542354675620275060376960405991338431605870954204779411594470490598692","4327994409570185068082525089439130344867412094414442832791188260050915913973","1"],["16270840640794175784431784117748168768452682242199905374238967987112210230522","167259891478933222518117689804854421849189849180726619336157856040694241596","1"],["5532961689541856169776623063328797873730117317349985648584429906236602276403","2180656164197358978171981825250626699359273860588563534773153599665974071795","1"],["8810573863659635628855584470878206418153183136740082065346125510585833827820","20103621269063975005748744500500142268171546852305401715084686494465677908211","1"],["3501484214682400114321100183290844343343189399705829084771337351386636684106","3607088376269193221815055387086574505757277010693401024736198577601263763325","1"],["21301911460690241272988749081915113771211873062971791846611196740240957544361","20352369435654026999513296609069093158724778614602136020351748960864261401220","1"],["11164039366048964237226523301272733975876253244099993380700429546257959983381","20320852941682161790720751631547162506140984774267721429737588490784053037671","1"],["12845443678220371285627258335787689552754700460460413800501430351812306097996","12437275263436318826233736602164585367959291239764130282948608346955497093634","1"],["596464026156851847367333696123004619725503246307776245158221165895304717654","10720099598772069855654125964224192216810713101300623462180059937653711757825","1"],["17411314383502427457037469530825392218278876595770213382206997558924187769263","16309310247790726453667255425442168392235016259397542692573682717758647848622","1"],["6333239090641304270202441356773265288141169891778610083358896954294364269798","7492863819896171009555866640968678698568803388080284951364484808273335844564","1"],["1431336961658033805572133217492945730550570172211639233503790374662671212986","15919839677779213230636326434686137460908399707456102156817658192090140436731","1"],["12096459696732420099178329959508810831895102758082741027282930308257923106220","14658587241220904310653367488166038292736425768516362340839356245048324273102","1"],["11055253969612802983573780514432602031450920742196562512154869356368391474210","4689345942516160304621239610130087350662318604716510432622262279506774099925","1"],["16224851007226266728072063374203501083178046915162062738066884477931460830080","5172549622869289998769970817172245867527584194076821105877576560293838434588","1"],["21379064088560505922620719794015744380857760066913596035031522717956993682858","11510385857797685000426158857265868186201247348686651173160906969868931401107","1"],["3717110822317400596133256596049641390701531924731550283116744101261726775833","9340199866383435564277591048555061008943669418553686554264405540260520874334","1"],["18425684533455902987527219261966137081217988869599827586582647120815539361840","18491589965499379110907043119268312870945853534111888286173654693506866673290","1"],["1365952366572568220769506643335313444902774529650441312561830308997352369242","246723736234524629428873034118251073219671592469983999243776954126900203449","1"],["1694584213104866638382702700202545725187375080285842186797767909929023404003","8926099554055342513140693652226562029905767268618578167354644450918679940814","1"],["4060974188163999760788296096235988122086822105546533437888488494044986050091","20340869277725413769719740222929583794688561204338063177957084003461702252231","1"],["10998175156568320528929200034583896115614504950156835009191811039825575665895","8859125297569987753753477372651982102929421109626666822636683443976312034672","1"],["15635649345217835391007432650739060429706727365405338355091976890112704590311","21510716461417442163186959002681874612239203907998268957274302906676316415801","1"],["2139025591594957886200084760668826731747425131740906771138711620539222999715","1572401187772941049968861309804892679529713401184530137647604356369026600194","1"],["18700132214613014219997115912127827191522115389537370025904035054685258153300","12996061336812625917940254642027843585265054176032556447407659113013795528069","1"],["20562755812819272118653352763704106384326736122688449888319709926963731505102","2515977380128490017492641382412030162634270853979309910278910109023600733418","1"],["2025873674560930016388844754494957841762155007201466260132604100317624664589","5248215574635660138095899283488399228017215157735002240735784099408792588956","1"],["921256239692924891892335708557899945475914779562809314623908918511256033083","8798321572136997225822342836324086278792843056761330538927071378201002024217","1"],["19055865373391269980794465575182274817476632316244422587082876610868136841122","4306805946285134984857376611109535310741868686107359629343080439837467671658","1"],["20266526293442799670388794148530152631125253204094842105232318649354390944854","21214747960419834491163063631444198107774507408402147576803514740235870493379","1"],["12979050833759259545122849559180297566706139208648257097957916019854581399904","13069283883187984099036145509096017115748067092451924999334161104213440118494","1"],["12558118258244356628495025857547245987554680375567555971528182450754192474012","903787605507076059612707305015713082584444388708234140330271630061253603371","1"],["4892131698687799506235937593213686702726117487948055754014171028367000777424","6077120482340519029609055526171156920295462748525510580987681767919750347606","1"],["15180303755040047875627533612888495372626743814520260919476003414585132861416","18390273924580705531914860377971666907026050584259307058669454258909158238013","1"]],"Ap":[["0","1","0"],["0","1","0"],["0","1","0"],["0","1","0"],["10040975770140624057100400523691382775206955553857156391965188757910951858867","8585304457701331298462719339467539063411455433238797845173111761561337169682","1"],["11306861229838413426233489831131237585970624343870100467100500246758637869083","14692753060574587997256123605305761240089405381621727764581791095066969358724","1"],["15715588994084393870057414257144682463678833686951844613846004578115047371434","8268421388633690970367995348523314985289824191887081484318414507216173134031","1"],["11891264218594729931914985942556812906804792532972369460499555476065557634484","2552028683506767380270383737322160238246556503969568160537121727947457635215","1"],["7551480777563582990182218939742535477173189774923612548462276416233664701615","20903747553929462465898795314755335166688712633646371864650455499008141199897","1"],["9513961740641780963472193361428430139860046814919639477542055201162232731583","14540982925581796934294855766696116235925629735924374971503914486179125325984","1"],["15289660796169252963723229664731515323013271763175426104566446360376777986351","11817393654416209387188435351357788489542511807218973905718121369047268156003","1"],["12285591454345796853620586421062752368504965863279174680519630085068172309931","21356708371032286835390193236828500713953790256040137856645121684417015709479","1"],["12874896931495175523470749204736352239514492178241850517144489612409587547259","15057410363823425941659159840072290559271644195580717046379403080194325657208","1"],["21123422391278615313103849583372690189245010537781777228647844191038975065652","14303627296282306355913241048431898722503117624802695929897925920892358461946","1"],["7221016550186584955446283489077894303147997495588690317628586579810031842976","11330777271008974047051897249489785107461715678229983802221666249793869864875","1"],["7248296780881986924059523410208990573570493059696912018216414684126217940231","18967032485157762266943814125087469164852560795866956445293731045434576547056","1"],["6651280082495769818566967099448695368337520414982976359250928949748217998878","3675811912216484484930040765254183877252316195891828002065735252694402995322","1"],["4992266079928535014487806762982187278696363127710182223896815867218413765211","4854430001725733125469450393229897498110459846072588475953760742997483420564","1"],["6988740373723903698884025112117468578456697434737962802550112763585995651249","1976471439943875155057048577050037925376102464804823536918784357337686234845","1"],["1327180017576179492796736617561688841417964644502061832470373997482006770419","20879964953934148814488534460325586122693278738490433023864850818224254793498","1"],["7489993169684489382323558139876333700367700749487402319297568788530023655178","16892405611201773053379093473021022187355877618321191718672368312463702874042","1"],["5070662469207877324447890125340168073379202785982546932321726236300048570368","7866467412120539373630809762450696898742932753385575658642903991530818270543","1"],["312775739054930900400681289587773340258856691526651982462950263925807746882","8450061175150371110657723562029618402638503158919744506057013715487802014024","1"],["10148400156951392745214017736425981799035467064177961908141850802688788678662","14999158634828002565981249830316700293456416725845152778227173715103828181490","1"],["10040901611906041783278914442670380121510453472291119058366869670349911597922","2879536361723223823264691807210466293383752441431464905553375361675764449463","1"],["12582201232819183007442611127852020323037791351323206011599407802753166034904","13151127305373220920104469916340164802368790997340558876381476403369617001246","1"],["10892635503095505229473544187464754255382757456949051533931136764147384981204","15994236845031958975831429285484045681856955531670199408082331938626951809464","1"],["18402128150006989174554090850511392889388566103460167258707427107069415634915","6699810201044241999390208769602451547249434131672053798468130095301089477910","1"],["10043225043197331557049041193082833948701519270103941030795737237047772985679","13121799761408912689799012547222206501108641061815572039836573990558506960932","1"],["468804122773944565937745351177391205839082945857452097835232822947496693744","7733697841035966004557951704164189066507156610708111143157105700119932698572","1"],["17703882433635071000546926339598178636339346357215403084203362803740360143643","15439607669282562949164875364184505059500937772316103715983741462192953457548","1"],["19641148318461932425678118467524181855887822801076951438215949855547629563815","11539941355082805872801417226954072067011004298793463342379163439598934526875","1"],["15803539389245916514846175874562113351227704927499130150249100981246406614499","12497492254414616130149273793671265918680785503377128777239586096280141076062","1"],["17116249448789021103210696013897590593270226910638334874363603552579196553722","13873173585814395417589923100874943045468284360173293674734230590986484898923","1"],["9368108096978017329982813323695823551936177172744395212620810747669114238823","2551714531297235411482325132766062986430131283057643454513210405996476299085","1"],["5060398599596860633024884596175547193844428196374599257694777536045694022199","18344516642967266249143536847996296580926431935080238009707042001557558400558","1"],["4226292457296748047075262797631667819013358938659436479613846576433999528792","13153699560658604524350365104463052457504404540040907779578715257623696591068","1"],["7932196770924686661788901003311815273911183426730389246891482674286289278376","2158203794173070551375359663196491192213594694828171827139383257520672909917","1"],["2558789054467136404294298933415314681479676622100274207501035481054898299400","12402922844036327241280919974372779957584087390154541967591134146972058541804","1"],["1205428265182298519451465769928083795308864115398418422171369976787471221202","5940621506066363408584984010002236695034285728522873740500957477288128452831","1"],["14096113148095996469595244402524518114666522179062084959402411918079417308901","233239110060962007595610895398931846219460858719580497040382124253068069994","1"],["2513370653610936183398639582052915836662152468266401360434475475521348291337","2141130513673558032183772668693342697035769613327438603883808367578913310279","1"],["8654351139061959382790666619311308124564742336761911963837525348621283633436","18757388925753095985147699707417122299600195831100760315278006085109768408536","1"],["1274668316808004166653204801317883994097030744407256009559539806467544631427","293133733839882862926827996937020861526681821902006579196080905457581569004","1"],["2803116863703536875099161223694174522591200245934996571800719809190429183697","6098595824775601341917644209779803093969493697208654781021538650083588045631","1"],["16095715937983462047752008376608336189951660490589870253981483570425862574128","6043057830198718433153393084278537839984098328566182103062957405663915892812","1"],["3272365185919480941092801942808077628532500740628360207493486735808231313846","12413525657590447082507034312026584049944438419734101340617053491784549235824","1"],["21026804946656496918739026205389599903541350943902268319049154801131709581074","5232776110857668212681188790531685344489128301563458605196846237813423362837","1"],["15441679144441365833109836868751549154718100468598077465050675712144313954127","7158038870817375002043188040656294808692117853625552728375234427301470717757","1"],["14139063831948928845165855763445662802995480000364460306312530087422026433928","5809888221309077650427017130342895923420426816098477253909669026929738496030","1"],["1987764265247827321162802354353220820123048417529503723628983378014364744241","9108163144591804798537005989256702860665797289676085070367272298864887132603","1"],["20376098016853453209970692977498430618664249199196455100634368959867415252179","19096131171228845899867327904229372355378017207587955508607452334869484574889","1"],["21711148573754516692661339261803708176782620345783155228193505883965804342208","8838731852885558290719302366689096706672931099686152599348514217717336699958","1"],["8556787755308889212772566957045525998200064284544084917733721365343964213626","1941290048745415062662791237950792164073805183330188249359774106805409843028","1"],["19858674390066415420638104873917445874954933530600284453782127404324624408907","1198662193348939533490282431393678956197679010886450423313871778452735316048","1"],["3542020613399799461656028499501035471513244940723666411715682433194940365406","11238733771666468711396707904129671329245010329927691641764667568320829178617","1"],["2369906829220115648358544390737599821259928550099851897960280491888816838846","550203986683083441251856988997113522491995141075300673471266149993831616174","1"],["17097058606114245224131383030736861103688240731421481461483208453290868339406","14856392105221034063625459076035792639857980315253058944634081437952221445268","1"],["2021372260921182205134043758529568302573699714804806266578359930539326645409","19726927148121425821336400671644556206087595582888743864962954685246519911395","1"],["3632945565738568627614516850349096572641044738749996303590699391641234331303","20099148160527345985227840398843414520180687164253934268437865795717666205736","1"],["14565722750934019972085900216210861434876521369112579515831656840614283343018","7256348243846079446574467234761315748902528069883397000188636380210519030012","1"],["16159371717542125676422159278133217911557143338182166711562314821906888119304","16679555605947066281550594176606895968745020438556949555740622409527817718238","1"],["14136448931186750354616355372198591203408077598696665882473444795225352172049","1232023951425705189372359449896037368241372028803756133118271229002595429546","1"],["13731018141744806720364849064784251876600186985019517261775240538822856005805","20265677948572936112535210451401516477083256586438812250136597193235061122690","1"],["14439316622960530749502073095932479210307024426157679964284093235587178073279","5713582849831123466303417729453117393815300866700003327641618986964376738290","1"],["21250653068540315577488116602770134455592586784695217555353934734075083972758","7123998907265918610754001243633240836592602418049856121256353227678888433426","1"],["3906526678515278879455228942204139432117302429563774286340939418089613138857","11606793386606395480656055731224613876105127680702321518116239019529848260383","1"],["9698663144678835591523140086249131575225751663529977424815713848425513803134","8780263329735798288750676162465439368725692581930686432752072734006740449374","1"],["16866512460395251772198779215926276428009082537110083130914119695911378242051","18357366835817535504190326490409799472473803469155958484301135339072543753703","1"],["6879844546381786540045710297189698792099954164123590263408249793369884832090","3995717017145685031076028562642627634916623630864393373682524451498630074533","1"],["13673069610510315707687367964371506699668433910715837455014791617071580329929","16792715561286537984108199797476778005405436876837844041946912221013033630252","1"],["914966151162293784185667816809053257301380614068251037438294562230905752258","13117848491838620520503645660512931279460050868093403019126715342824488652644","1"],["2331184266943353780631813383572508618118564975657661410512311846567040199896","1450404536570883309191206414874088458455012870889343464460401429243884287339","1"],["3766632103386516282815058919503309432315928422068910364849757199923383691619","14799842437069663332224999360493585609442911247632855582552491797364090737227","1"],["2968619312887455842339576362291551627870857879530734306241960392430496265436","17769232227667215135556476124262051323523277082765021340087859271793359259294","1"],["2847713543538457973439152598912175849830780870794677187014039013046646106988","13481204375614955360665700352615514993438044265709899215319898045196081962200","1"],["1218022217155108933900492009218214423894301729064262005013202042978619771915","13530533510505175185210638648634522750416381216292510487087751551686442934962","1"],["7319746601566542094698120014930696524372316445715627733636439180731647014118","2989996844927253437449730064332942010702352712800471852817447300332900273117","1"],["8693123522780555850045628755316042865242407786430710951826812025848365945026","12858820379798663360002046061642712073714115801735660605147362187235935827663","1"],["17832127812031742275550311513198074671776800447454984715288055143684678153603","17297743521029215806814481973203150657478678553897875158479451247269966339984","1"],["13177785514571953503313612482343468224900547699100647516521385921885873381856","19684106518233187675859307912703088458735375613672446697468039513111937774701","1"],["12177661853166009243111122480832705132406101340502972775036024221039128529964","11572922601363677400688369725141942956436641699041828923235228432772617341019","1"],["4853713613904335957334483709405136690939033132278996821122921767271874188381","7417850285701998140340491256915550584130253394191134083108850740844598543170","1"],["4014172214892716953969578108973146224541288081965765284311309007079037955999","5931227932146732693450770065120546247304717210893760187582512271554650570823","1"],["14537664324553025957826966963584623013045992947923528257923782877486755603710","11715920174767229824364207437278369429455421173012586946239993412549425634331","1"],["13836668215871682299527543982718891043437533504523154650786030835426990428026","15008801699013067886644777893906320844875468684836460073473655956195500981235","1"],["6101902500540171637528707652478404161174094223647597634493307132516190575765","228837172366496210527268880101808750505966342924550320542792699342376518403","1"],["391752343539782801709063245987824366478968141311298504298213814748395379907","7225163758170280607867702872215989247098618885657939143257330319758762426881","1"],["2408399947310642308569158813500617117639679601319732368294817030181178109546","8902954472034937759012168466246219784774105292552596889329166627899628685446","1"],["2418353895866893970494292101595902444892225333231511170294496602834290245456","13021771527407296139856217852437864505050749271468621639093286295287071125322","1"],["20676019867905309058618392429726950370417494131550542051649299874376042749873","785322367310616731832235333682080645043808891855414618081794606943472245766","1"],["11011957428261922058335572736384595984170044473901950624187328131485088212074","17317854315269477725487030137044111092978049469623890066682245305610159728909","1"],["1312935244943496199033997231433881209881102854535875602221130043620823832707","11534297864635516611971849306002719305109692855798318000198466017969544022566","1"],["3281771265604435952567929802996689901093395151272403610634566456872155163405","17388042858551099997696414270191154973080537708501047236646177439535695854613","1"],["3244417816869762376706908646866824483971607426364801210022968001662731067799","2837070356123868382818813283763392679740588279876487701112822497289952062765","1"],["9873149705059352440018652574411052249497571364530272585245999642330159955089","1613871054884737343430901803713451574151583755639822917718077887757565503488","1"],["7699039548715501773833305982960840538592159103292620804296334769094019954772","3068356279383140920398345828947826434486550625967754943542592678154793067967","1"],["19769289771447687592701629868635076861328125351489391905678368433042527472857","7492158772744362288117696348607181926432379008935928482260173945189248320019","1"],["21364787713618587304879879744160606463943870791931076115509269242597925667404","150901935623192378763249464039971697280098049497192753762958132717713576179","1"],["14847116195508581838193640882027524039531958417230235483029867213255485659470","16670656826758760031221723218243928513969882082656701055865663507660282236667","1"],["3169385425037788741470565756314680225171224899197780140265269680100705459895","6820395937171599425558582071079594618965631910462625096992519854577182315440","1"]],"Bp":[["1466733369530078664662578978138775524904864050155665345144304940096222076497","162383803684450624005072726361298521729036979853093253337521385263810603868","1"],["0","1","0"],["0","1","0"],["0","1","0"],["9755693148374494941416129233590573865002672341705522182694757528685591911041","8801046334429594551138315046608093315286134498794027329284451574298450761799","1"],["4419819785259198889848707360086266228950521262585311923672599982815041070327","14864217488489838266477207902966711197792699408061623459487497177051814863890","1"],["7233098577948482598780394075382868316629652286506795387932470891970062710736","10159748286415986406489837548146991633981818822695632945315615473099887787703","1"],["7447199016804052044610095374757711435328780056583246968465835602021021954636","21462921634306989689161048141319903244823484743455421607645847737726210172005","1"],["3020930628676892411694435400141308406166407754487842799175115521314278487426","21366146667628988174004539955562768425052129889195498946495742651087651490062","1"],["10593764490422916607484945666635729311676858482675533364126525103965735844427","20767853421314828697313664703910898005900415442190195697507256219906649219757","1"],["8178778311963957053151933797932297454437955907477344389469294825175117238115","14654184952716334594928247852567078056172346713111532917703582505706842816572","1"],["9931814303393612419907772778939970377421956485705206036522173419431567426972","15657950901828439865516353242546568733102808651878490695628494643897241438733","1"],["7736900107590747529035148979404784804533088011538209121846900705231849911008","18096330390986065816941152386308363831589211576268980577315049342603270215753","1"],["14536705323831878329365327834572389665224563298263870446412680985826281838694","11732016608973237588317519496979272762309048756188719257629874577660305045861","1"],["21623566647930809666743738261999218767047650556255061115096266837888750768843","10454038711682765358846231104075475335192120694125756615209017524956280690082","1"],["4143527880692773132819765376224080138330594248945384755536701883871935521153","7154839812981373993133364157969252743210846739105245781594543088001272279327","1"],["15511358205781911310716964293976693070255145441887099348239943865717755544620","1825132601581884340586580089915421249193490068294900880333525359835972796797","1"],["17905311205250916823682268563199406558690732367770420753983181777305583157942","11881961931248552294590433585413305039621620567434741558858645981715391160","1"],["11354796304490612867672359103700450833427559794272488236734954214503469522030","5187129065419511520878078798241010905403548902560899893838865694300908667272","1"],["17825927556093319627172764360797508181581419459157689987851995222999537057284","4980856748796567223555877647389356218641322653316930021364206505525994144471","1"],["557016835949401919130663479420441867320554750693279096244471013826061255133","11292205106712142402098472269466978110275939143401434416678933596714795201387","1"],["15973173003783440542502976805385863587620526077824139426550407321687785089308","3943491432621985466901294754712661603981958833396742185319706087390732013716","1"],["3286209404667526902325140905772607017542187935196679994398419431615447836797","2691817905839447583900859611268196138445582472514078480607261010327778561925","1"],["16714476759565641488171655462753726065357940378525732228496209185194550016860","2679328476847834285628834374849017166996530725685454817748930155514954228315","1"],["21579305896940923430957518521158901908482562912521653201152053081433745966332","4030908388195015540330862366972996358204439844670838351437279528735681214602","1"],["11238994002723231569259812200925346592960778094507483258537072069647870449599","15214697221610847676503655256011689860681890181990273713006632977737920392970","1"],["3095510863737651411314491616890026894888801130665404983172971655900236999099","2900851403781697961057735378875690502725230893744774391353255109469028866331","1"],["14449459367198005147964399637110268381231249737431007774571050558447985637965","1149045316243474709168957972693049357189560118617890614218478278946593443213","1"],["17945620130623952792784069113915799371756914881053558121193567501856728927889","468280742028569861591740490225716760478264308907469015145238144184157777371","1"],["15263280930543953819221306490420404626314808832190879774025817330292959702787","17864701385613673405475562350842862268062951534839531667969351940865310176365","1"],["1492522272704678551255055202012163344461308592960867397226742103675101375206","3303269046116658993956305347557990946954841119179390968103048338256276791624","1"],["10513989476459366258663862286874792904774390238324874234751307400563662286050","14220424479177308313371848648923055639125289358336730367839274585517394251446","1"],["1349059500854034092344147257554467019933780196126225813496215477235637312497","3059070959136148925207057451895303016624864078988542751919644865722725366048","1"],["17571947829729403255754712351369559801174409656028204323709758008113955025978","80095912919407362950477462938461470403266851840113047048876253222201360685","1"],["1076296744141851169979710588437865877321718334400688028370625725073841409020","14832275050934979810364061040094403165672881935488930517599586834344929745040","1"],["10980348479972538423274801351285135366845697594210795325680633395005837296961","19118472831218861774926888582573029299780883540356778625353889275875335272169","1"],["18221766322758261536217196646360694480998020980811390770654394181577031251620","7133935102097981679737302776975361097196950809593326977917554652043185424066","1"],["16378508372492557987037981235603705570180853489006466032197520138432406314631","8631369675373621218734184166390191360776516789969738902780389674859127642617","1"],["20718352794841437197601642660492281764471512929040472167464437396504985250284","3447449114317133838651660708984033395714598913957685481412013055436181679909","1"],["15677124609293248791252827465611224586826782429236874373843279908763585980611","7684740013133147180334278657673350398523659896981945480804372039132533458609","1"],["6118765536729335785881238259557751211848876647391881853870522519250723046663","1392416635843893931765270926968099043884375838392627640644734543818035704184","1"],["12404283423273385848943894443681302193894265487856986014072107042936661849117","1455306593589177183196751078323000975158577093229562934751392184359427507953","1"],["8630783216927706591019693206168192249562762272588501386174340257832578637115","18595751329990353422639927350000062857968419868371440983990973905893034732611","1"],["1643734136512030442333356688602382527844049723915959611238637228327420418096","4461622038345056814916706590146758859091662937360609094289472816217674185974","1"],["6605814605315473095588174389773683823898100165916619025109792377336731481087","14853870501755296046138621925378535050557490449977819112470265495466780735986","1"],["17262614391332215468560476319515839597433193488980268279675890513483691289479","7376858278771313601898541295366406376283281683455823043177628757494360285118","1"],["13205268037270054801751962709976960245012643445407915073050567234563786502644","13508535375767922845221177498583537819728424789402125522690801529795271830910","1"],["5580535489086491458441564009848835007635214464406493004517312105928731040196","20940401415340736249192669508760239577445305260744024448041277670124205806472","1"],["10752921801974008326765504699602989879747462099374769604823308711380087461732","2826434177371994592651394591897026598152565533800046924955870592015886567268","1"],["1106423112704284035742159667125914932766147347483856945988296925132452793672","16955964583817758036612201858762847222888685271071873597131926343556465420203","1"],["18788306425538078975755655366022308529358620227873153067844640733253714331987","1577896499841368348904248371801022017688000486938628521057029431654750443995","1"],["17126613350294658822959599644571361944726879892699723118095518697849981701901","405951844490771449574672784226984260477134057566655089770519259155933497317","1"],["7291367845058067510482851600543548882640100160300578241813968889496470380854","9956949907305506333909744640388941014639995985952855461657785699249754383339","1"],["203655189542625029940510817418111560524040636825446721650358412138657104027","3928424695347123214327300157195677353899893190142480642690730193318940710460","1"],["8623049386126327824133300616410199716516088255543070261766591603116552523945","7517284191551374197338549198256875240169021756300646422990569982961064028855","1"],["1980623548246854985485193134776512985871077485030503093505834481067836572584","2135768870935563012046316608426236830608261283798021951339096899224606305698","1"],["19015842846925625751406360145147772319203766536871409336268387808401414517133","6187242880651645491192900967769190224080024352301980560532342575926694797132","1"],["2987983987235913921415154664683182744445597511288528428995936758818335781320","16228962318990903778207238090325678812439063346021202050532466842998655959792","1"],["3266352611909847354986164691614214492945442464821120316439525980799793225478","8969217813629682259002086256326524657915244760313281308399773607017164341793","1"],["10012208062116303809219627357410472687521161562595259431754761364148322719939","18172841586127196027043324966929864114645233071871392923545570155404389274830","1"],["17760733816337481947733092155161648724084000622335947188426051460344135793252","4401120893909315047274486162054918579231464434137060620057638231767079885813","1"],["13844896849738626224548276910437840513408037409389851848504561280279888127171","7382700279582693126164391645557872454147363975221600803491882996768841508638","1"],["20572368751347570270600437256190484052752431300662664324378838490730997198580","21408886993629353093582987356787413375218407245839147810206843760335666188209","1"],["19662535393975937410006903082714768322155734938719698988150468161681300641846","3940167951655659063533089209848051082448816034977564226292553269567773170204","1"],["13927097739188592152488702496683588764212841475132375799061518850464068729262","4425724386220240088665747346118744137385125409707999210870203496388489129376","1"],["17930804802888276495722407526980525159599884344715813435248184857172292993566","3558915816631559004661477000042266561271504547221265341948155574896546601494","1"],["21130902052372827194786879183684706384481956798926893878095741617815336836079","16551377982301439671850432377230652481248167022292348016483368661580217766910","1"],["445769243675373082605766038700514631995144667999742039223713226869664096638","16111529937471640080415965165051927826240832714135392021631004210026503662323","1"],["21873688811295436238357511780398976831483695137115821810155010963377344148495","17997087452678932638657288250486252260909208058817775762158134404142265798512","1"],["7325440101383461707276322247478201652297529852453447507894483633999203707292","5587919975212263221698795296395294273232215395106462841009736964952987224912","1"],["19602115021437295235037317787709695700257910882670648356586409254071572962049","15984031718182133835660874703332952506430908582018482294810316097561411976409","1"],["15014670235712474270775604984415630466190826519089793236524324385483350943252","14920657937218915673678509084141068477511908567858659671556573358331745111981","1"],["15615851464202518598157771301117254353487915469709120556793688858329938955205","15572745158412513133318565094936492316616876170808970761003262146761886498418","1"],["14266774549565400648078709096670263678165867891528058720019377008439027425769","17150872971382256112066884157011645685713687950371848237857912149892192975732","1"],["11128155601854249099998675047786961427975041652817888403837069470314877662410","2017637469555888983199156540057716452863064683056890042072829381078131948864","1"],["19064584034990683307099541505227380021903057844869985288408969582180331036584","8844503332067507483413219411209465472451056977986968615790746906184141409473","1"],["18558738571795486766920091482674296006506857993232064863096111880286422972790","10071856710812778338626595593281714552084642256698758202271043138534753047613","1"],["8852684363834767799780673123420999647861614097226424209503750219976281348787","15717781402231292676275000069152011105580241129259804073206399547945504070781","1"],["14585089956365633998326713147534490424250399982972109988974750067297039666121","13427189121630784458305469156092176078239915462113287408220109062287648042622","1"],["3715435072570397767850255176145415391250893601491314269118123044826389737512","15615552614636011340852643243928338031770023923877097086359045817664014407668","1"],["12966596990686670157721162964969918547942807665026375417088023245651519899842","2354548685222847648460048075724959365142347150130306417232441025585249507521","1"],["16813983668546908039282112557065024880943898475358737457454170610005166149211","898517075922443683039729591047706475202008792538870444026447987195543689863","1"],["13193918974111722003953659733101782889645821367411233790681134065520597354923","13594745245182135240420084034309884586714508976491852148411693388353100411797","1"],["16515318883243819123169946260006207677776553584986844394978672911875772927875","7495661681347014600688602211642621230632176762583834380836506199739919134140","1"],["14056683334378356969294682867568891725288892884251314014854537015439652510148","15185014972934421136758346910272492397132483422025451810513586674141563689736","1"],["9062567691916461130161584298639194147878647075373475430421609960531134656061","234561179176041607723425497388765440428692712891761809166599829726062839228","1"],["7178193206672685431848263759175121523743990072421409743774402326950606362881","16996934176517261641928687593917294589995472131658298284987232932352174283741","1"],["16314307343954827105088742545219836242485534780995145214026392847373170863249","2499069091915276183859607582630048392705918216326873710793535902379996459027","1"],["15781148467444685597862238072914931017902924185965232307479924926698558561127","16830564142212161607209476716754710687450794663876173384811309968392007541123","1"],["11937463970118125318724429213607017058467834752827512148191090513441014523899","8883942684816892826328906230068966762645094153923730714245583920994708485719","1"],["8417734987409699188822645431022421212466476140100852537446807381312977762237","8192823186602783969423663065534351089771333615044316816386772969937332510243","1"],["20117751682630857323297131193065823024730568672970372991474668476711809037894","9837587382093952290978908926122234873554836737787886845850078367715814255191","1"],["9867768409451970222921924792464239015083596287024831442138428161242750166703","21443247570535099010760324630156652518515535178080468979041678058659904311390","1"],["20774094396032747934220657028076509665301630766129692616635225756485392338429","9327076058500779121277034121852506725851326959322108352603012998746457118466","1"],["4783406292699025393792845259806718551041105857372616122186716761284486468390","7724494902819781297532458100368996525824689711101483009312549706175673639559","1"],["2260642841999279337123905336591894122907046044220177109688512668053630051538","20934855465722389943193833734884668219563998211149583668128978903112610465568","1"],["6055835563576852132890695919581476406929733730496951247259899177807337571226","6749413487244455806176519205805527514416305858956466288778894229916688311888","1"],["7109897935372756199782967432861442514445671267732704568425020017855110752561","14546957299441681729338742297004373473908101233342964779781265070502307746896","1"],["9406138613083946688087498538144501015267057963450207457220052165960154401529","18055873296121254025002754433947169662390319446676890460971342354682942970268","1"],["17626688503740040485393516749220340932338406409828056647122105677438874436782","15979564798023717284814958191843866587591855579033747171963528141674151866022","1"],["3622947392383085550755779746001835372677596062848003547212421025488080963444","16997659194415820060513678815451373358344422232844917047705326878842549565523","1"]],"Cp":[["0","1","0"],["6929890964116087059130689731142291016838781222634423683140586098981218720511","18977162546980859499002753259765155055986072639529655227110161227398582551674","1"],["4019538696767587605138169025243256849265669319430483230874398203524524798388","9658944752926301669706278545476758693459361452840365905937448676171144788244","1"],["19633163729438745164401327552872463514458234111979752089591939128930866235645","5076503939368154301969589174628791164361940030329361360422350447787009703136","1"],["18357437777626088618436561954825122389996248341160827582273858194869129440907","7261627306124814279180473521169931305526379448492430938736539867565475855110","1"],["21239827186497497612149745715841100419405818804576125575908291356081706541243","7834675461487662874561823660755590990466287529500972998562569439021660723018","1"],["14558716918153949721890283728725944186702071982840749463799038398492917217772","1078140783366209921868120572718677705899295994030785491870845044668974356223","1"],["15675877900078542229607505642040556110224719113053877478064384205620819009459","17811156549149656284024830106313064324224154982484471334560836522593718095725","1"],["21393136366850954589766276585141852937055927262791197607603892679149700228289","13801761517142147959375471324178702539143745572665859106393032951872323824912","1"],["20535856519073858860166779032383022197171128611448635992759914351789767810957","4739580361226928513929017049070419522960282003207006640583684111648298711722","1"],["9301338847724076117788836072366739243123687759632394933325120844035950521510","13251812713461997404550547920424792688059959617411921128895516603386839965373","1"],["16064670543043631900937256719485524066719383382265835523413884944106631610563","8310217894024879709505288138648199426345020277224735257734957165978822701251","1"],["7267286194895457247506069480996020393753529901428895356484615938924437163021","8999236430415124474509425924676497073693067987153577019258386029039052128801","1"],["21149192937637678680951459641132667188558219064794513508832800369901980701851","598919309092515173014837470052592023137514907822209066441694490570817336557","1"],["12570129774842716826079431599679442488882122864571303589847204327617630373843","5348464556275469699593412055904547271137489572881382706681252335309455003677","1"],["15255207718555972838400595501408925679703097812592523785798003204966478554432","13094128221873243578369046785857430447114460697904425998506801402990151972646","1"],["1549900957278549088750885432083799574672373587546819427091333402335650420425","15260611263770082832303975424418713117762848214980101970248462470553128353613","1"],["18191919842730489778349801572064932887870614220596569482886530046835772951478","15869453142589124719651675718741711298252833259752656980937685372188136326312","1"],["14442016935051103673158122224670192489656074267012849620329696804064123707933","9655607073347683131285956155046384439234099949759403202994892599431073666850","1"],["6228682340174499157214710141988643719036126532916605967545991151465293015937","6265594555616825305676622345949186225526663880470398527546583364335718371736","1"],["4995559804302916961521475974002290409455565848156775684363971173804397770890","3943758397043700868049964991920518880345316732058429385548545347092582126764","1"],["4440197240155101665330992500787394205183436060438945736477736964557785298624","17034826930727537480024824148773114111731300047483778058695742979383843180775","1"],["6429032365409594300269400360326023708447292512103226688274743758801933592387","21119056602936255005659891641458164012834042359762086984745632255278803472821","1"],["16883569399552812801329947072095637384160456735614799507387659225403713547155","6250305880967150590457803727757115040754669539473677166703168986788626721448","1"],["11981526822349570015917806251788393220779117153563624061310218340234675680322","689569593971660975165663074052086844725797605795800897725312629846865206841","1"],["3211412788736427561604748634882224311963693319606891679303343796792548324515","3782776732988111225327506204516124340865816146946817900541312763442890684478","1"],["19281262309500722604927164988374391988097213842852925743105896585257270431731","3331025578008756706637414283047134741476188305569114832870278287807545815675","1"],["19674855531834979893669683000774195874415382705697566365544139436257771174206","19401048886777013181978084836754387118257923111185268959070633269541205690887","1"],["9615705136880476970272659487430063740568941142333996807808797813814064339660","8486033678493855371798509616387247776721634529335871596682176895490094290569","1"],["12883692963135986639466201161631644979079094205047174753919324560505797505107","845440119676856431696841515378969395522523003259247774801659742287203424774","1"],["13869886920566710360717614914847915941567665646730320191570683749689891245714","6437353075631821416889557414876802894217857687472990944809871187929372464823","1"],["157150952916236751495052752053863990801620864586408778494663478520327367467","17441113297415367702805274632367094096128944465438781551867556217141024283074","1"],["14258138163290594842510708826852607124393110651850814660778800397063596796394","7209413407475345052684486979707847812091152650950068306144474498281808634574","1"],["18590486882923430931131445545337711180431447257583061057017654291022517759899","17917584367433569636916375711261133023797098198561310381022231806301216816170","1"],["7489157301769020680946837295732745061821248546923279610183943960954132837323","9848284044129707328684504847293362850221692283723068280022860279531154413857","1"],["2395273960015006915809228428250758753289853126564598122167858554259018086798","21505464514241773424517677854782130749741156553854934218993489903400108611222","1"],["18915158951232165588854037138877160748050482242023879675997748568736160762547","8862925986593630907774009226373723226411030893516438503297790634749653984490","1"],["9944167030451100457487827367150178175286058960320780903494008165635986233662","18038810469769420654583519288670302191750267914499028584918643791419146919674","1"],["14894116394125417531107457271623616770399784560929495488970452690742466049988","9013340945629836494602616643641407576611400746716486406438349000119767403485","1"],["6491468897671584921399469310021713288912761502331432028689039922289888251087","14004920117286250347936432994835601075649303534979495320735765817670526238170","1"],["20168718247921091170069400157253459654936588383721831771688756648618090893219","3170146695326855960938451585779367983388407197933564838392573973212631366294","1"],["14273478448510440489838180210567538887685104949377076666038665207756561396802","13251785081507830803147980314960825714751703927644896519033778482313107859080","1"],["19781427615345550255266472371996321261275286366198357431488440034166360463664","6792851844829275008725187982179529842186436441492014294714506413830228713633","1"],["2080140691801629932960054386139745519484331672919006735571341356631802332847","6992263933070739596108279534584804496959629510893550312549393038597746489905","1"],["14416604104440885806927349557964786443144033024115086960919329088709124489668","2905623699807245200129591821434928758862241785768935740304636603110993710938","1"],["20618495894437357664584948630390357582979019743844103347305810829526710242839","1889534719189730909536333024315738625401217822909534616501594408727686360998","1"],["18842253325326766736406916414834654012435914133613390860013076397338528063788","15910767855231907051030064868859175767699739518521588390941803819670959944538","1"],["10696102445631594171249833363150824258281635320856373961943948935060408970219","13545114033936298061792872928583374397920127131305963982076147410785168567881","1"],["16117422485610552492000647964558990041149422476268893003278580648771775063088","9977052076866834759298538474844419777862951486093850756393620137066465152702","1"],["1566922007082893097488284084509333519594542071952038698803852205995388127426","2480017737147311347421532529963384608944157022924255034540163142078955213084","1"],["10418915470420364253095230774605507199162870712240145717389531759716676399330","7356701717190418735407662807071013754481914698425879156853667260464830340998","1"],["8287455637061738880741997558090681486879444237423230595705818482977777341702","14370246966736254898197833577745242028034488153598350610869250285956553740055","1"],["13701731917278653865743539149000517604372793905507482263497666124473231226349","21558604286441374865904772658742247371454236968195023461761499651220881163187","1"],["9438626328310390184186767954834689060504085102493476379094845481495972466933","11051206936628142156533685844082345248684165192017426153805368184266900984910","1"],["13575917599561318391657588861597328438665159605263914880249371525556535908933","580523095899794964270298947159638307679709774416039926377455334929990778997","1"],["18984117037694022394446522561791832583197831019792959242557471028262924525342","20207841664914042532030004065417959331379863527854406182204001561275258223253","1"],["15220814316119359095097620773399182882805930362950506429149989390772185880988","18012991623811911917886749793590257931974576775077501488167728393734894319539","1"],["10949878077309619159684543875516765551392208266682741978798142837141462555758","17532104121048437824936864722393008924249295571265036985241324311378248906488","1"],["147687471499780899397213509748315970994607644344954622087939728988974499228","5299654133242189199344135596386957638774353624845815247800389244967389755277","1"],["2103723861903382802677286636235254078358155835253216078630941928742397230754","17747254068797964266893098274140717990636718346754598779811938337074637868472","1"],["5704941112608790896935863085796068722797475732364380375988113638146763953600","4711611421231095908651364842060906122265888512837756957880687073896198548656","1"],["8928850103125934053479992443270623320689761299146594518372753815764101771076","17408611689206627424479519294276286390910651789060533022748865113383147301875","1"],["5265503689531892823491210573023575304706227033214983078020106007028188782986","20739261764914967692547318312226500682237123497053318010839905917939788581156","1"],["21825196175915965838060866717119118673074289931142925132285779731163867019763","6364145719800783822409778127328353794724695793719118718687757526840744771951","1"],["15395744997765101250014521264025435067214365163494743105797039525974599216362","20109329283927299379535984480230972334653205224959373236124128641685748589646","1"],["3171652428058435926392892152509475348071361345261952273103016084348895635855","19983466437507679289571338534695915549720777901983796204433598762565168671694","1"],["3609276910570439910159336384471286653926057118041831077445270276286022133985","17097757387592444273557892391571322345688106285898997197753987680379068837891","1"],["12726334722299699751572303812404419128533176358568529088635097288261752495846","7212127157583338361050108490676437045623264371828031190692989178227075654653","1"],["833739313333514814138686069494465279521225540168013299835102067125499474093","17880366706808471066590968453719732147471370290359973188108361414145190754086","1"],["9033429646825900810838345096127842162194102335326654607845915664069061740129","20702033053051156245377052475303343047441257008556793404016887644824903136892","1"],["18299289403789936155716898840596816153599709289225450746493665580988347637780","21222450867844884645910766231023714771517497692637604532763759152542452940250","1"],["15045391547898934430245731684797001407509830508962306762805208034096951605657","4270619129469477554677405648823117277711398699931114598439549455499012813984","1"],["2517734958400974144501887472642047671762799944116557423373968403275793924710","10008057590487975869924478952782131326993533393819383831746090377198458321085","1"],["17510556841295508953127045034024633899918752747074995087145454958216096655923","3789714649516754472898616958440424009302011556811936623454668434173643244921","1"],["4937753917816884990525495061336927449978411660367578763605323546335974744742","21841570033811750112766285234663668185260988058516347243071808854950437843026","1"],["6544865751664163568571558335930000813765246846309360991412105711567000136093","8369346281965797589005734087231165713745710327810971688070922089688564698830","1"],["21509705738991272431992811494670088855947051096524522393698602765569865630510","19369189047928992864358732954977251777712370352589287455931589125010977385390","1"],["17707709369200153386583421167473101239765669810726445763619036538212459650748","9400638642471456420233703374636760289725003792959298500197953379768187127775","1"],["12529867007436926273372684356018851495091772684190267899684619707091293481438","2426679755177106597268516744327869631497025731141514548514612153847276119899","1"],["19378770306806090681189964669625352171335987532045510264973545850154121258919","6221280556882800864590552645237696512365762444526586532240227657840760323192","1"],["14484200786828210014070977928268184412094034670712005584392849650551129617766","5746694884677537133528778199872988931507176263279913385733168077313704081497","1"],["4459537260016729358991632497367626647849734488466439983499323644150546700000","16519371916496128589010766973227842472690369910129902283453491797925788585107","1"],["20724628448263957683562983916566207956448807746363025891380434841336516259345","6070132928951673616334215313881197592127088552676021840871195096343214760531","1"],["8639550668434651315447260473726647358630128636182433635389568266546243203787","7159779141781857020528149930125497050601285717779581256238403886667910070516","1"],["7791429445818488944180078812988328227224750354614056689423940432887851570049","16892853827613744902635420166856683187239927280785370246120825893335606789972","1"],["15300313678049583733124123293399446401628940036412587518275101334811136829164","15002228446693078519540246092513812471073618650574579523731667573294130576062","1"],["16088574386098222924929803328389312849476336824360111127849141605132974639274","7912170369196153520914240942270377959956753258483723161202770171802488754062","1"],["8111826353333448712140896272923491678796718034453253728563327507499683059328","16813303401885669325475362970428078849722538631753991959603388549745794963716","1"],["14304814809555556946616040726983860793015883452609879131388679735565523600969","109912257117559984557848491699935336132710902794841903665339695510147174264","1"],["11500025333743922066244997508924850639072034247783528263974632246819392788183","16679508854537363712163083372732593273011839125221445414676211807431767594829","1"],["20731988994233293969936874516298750582049391539310749492375789762105106241584","16174530270886990352145282584251410382201699536604207346028533772491663911900","1"],["5964490064666294539916415206701685314242708841457651448587373421635535241473","11568887011587589969875199062381961056873333690250284670907098460953255959426","1"],["7819737562102137355479472368306657871501547561629710414750711388085824348825","18421122101176662130518723620792668235447711473767832714079094168795352853857","1"],["9026099722845441054428470700819667188383737212196128677374544310026847060610","10488098625065761693861586504181319492224959166759108135309892803069435610398","1"],["18618653464014877565736726158224081218612023258083154695203853363124971209917","10384777667237511713197248678014289347224686096374409587063557637211463592302","1"],["20870139392179394578018827563353282894281054296399356238634120013927464015138","10174375044158570450827653078125369020935085359617520939479036055788095284312","1"],["15052994644407103689824445818148338115367497276110739683012111699125742855683","12255439617210637304910863838124205281621022328039735693228927290618259872504","1"],["14304498351391198646228143519662852676111976600463716542495608093908020675060","838583575749194239537686438858348851773251341343222236797593501107040028706","1"],["15256232472951508546423728525638707825003463402145085985575030747519330303076","17671359967604536499452404137622127378550318566019014356281565165354504552287","1"],["8091288201845482360300232639461898233671252546279147256657925527910301502465","9472511389150518769356965375215413616823452024680022013024729831210514571764","1"],["12468582068702439456095005493148411863201592701397181440929280691599563968454","16259880535486205149450752646036250046378122488264139657296701074474079015680","1"]],"Kp":[["19523423156127081164606002010285129487847290390372886746329612032856915064878","1715364144982273366612676995350275753591577049372016517390907957355016463356","1"],["8876049282851451217595053409092258292102823013186314586307790281533143661351","6077183876854443430235098562223661908917898081598438613695922966466752983782","1"],["3802163690282747199771051113995185779254713541077481352065966462717105568754","12181261949307379358927109439437606573918772399680615994695197654183876033156","1"],["12950616192685089148508934831227466857075284680880888414563340537673502856794","17866597749535322280220745845303689045229330442246139605475876795007038564527","1"],["13851460552152982134454861118652017633666324996182086018836379128242444995922","20641593495189438638424031385194711651591480507664119323200638819401883999573","1"],["7748134235995324166974264451453051315314420145686897410919910968242762612815","7169354902639296607461284005256810187199435655652704455993982442705192626367","1"],["11276866962434992371114190974464329794278688091228865197599543972692056643076","295351458101070400588934101426528427669892367163663422016723514057116562758","1"],["5103940883458525872790592575112778816080179757100665141906611307899804570584","21129328044312305477266127042706164710956023645426914422223780363183378347109","1"],["259066099685711216968020260640002112473095496432598538092126975620210786814","21587758317194820620434959252950544327637390922688490347341784343305479331418","1"],["8013256547490865236484958784933416416257537750862002586037197105003372731925","19018454368044314642842822378326814029395270356478529813549029517126221015495","1"],["731578172111358454615147691675555481318374959194572024231715093868379345649","6652350466810764450051959090350642145153057263399346020546624374556198172492","1"],["17852733621424246620322727256687494759110079494664853845361105273977739270876","21586815665156625161336448966707660916610252724195677266050195004010905209288","1"],["7447138133665603335688210749995459513753316600698547627486074044891880103389","4976536937960452341200540585204313439575998687582984783026809964060769799217","1"],["4169442268481999827382803812711420310838035611126863475898202541864058984750","9373918982976695669859058912995420065110283755252464468095918108352194717399","1"],["21468319005817308174947478475845393644751316310165086907441947601767529892440","9791765018170977343402474398775019093863296534704368368891225113563950803903","1"],["5936688282289062393595425994517055007473564887702056437268066509484096895021","12717606512110886407358574820780433381241203403491899022373474800534929206180","1"],["20457894038493681373529632144188435546974191663069255542673558571116282741957","21508172283350565164965025651008986036343560469311157822368331402147449410659","1"],["1590838236381057866650315295224694025418946915313705126395581415234699440375","7410027969173933650818985150601761824297736909488330314903769301843052689617","1"],["16027894691882627735270161300111327300871281673130560266020052847785386776312","17250605037172343943473385223073091191868130084473796753361367708859871740054","1"],["9478172993920882302902477835901751212445600485861938314689188058778254399586","10280552135236317490131950524749249109115646401794284337481820168951262310536","1"],["9561165858677772793143044216538204736866662318500352312610719016067233301957","2993339926333371104887267647183352943819378209712837219388886010528562302327","1"],["12684909204518507564615254102510304093977797211014695830951439929631248001052","16003034943644513844466359301858761003009478717936966033361158674385458136033","1"],["13501462966300620977418858917420193286620633163574383977188467358416801466885","14107158140572445626901058543419870494825132111285506884419692974903000546697","1"],["9978397584943850242852077860332876408887359029692143847357237167067075315368","21819407488291262069153131519515228221954420613329117216398588004245148338931","1"],["4459322498168720548366778746925317168692477466166472908048323310163550679911","20021448059860311678773899463324228878552684364033361505429620070096529437785","1"],["10423584816941419367386007934902344430112342203250376329594975593507302302937","1739187063300252580900932075978559050605010106626059396279192071296774938826","1"],["4242400337924158497548890054561888773614868062628121920956945841600947843517","18207474537632639263187817661857756595535175490085350412686612941702468975474","1"],["5470968878031954253152675622817036886658652076839136220967028255541568499186","13133462071900693471089110855585580556476582178033897673560945239017971654520","1"],["15994468764230839542607416664527583682908481448876790403851287224755450146186","20658214149430611678017116929973663915077286593531846888506209864201751272303","1"],["597477399814685246231154006892733254473488372302237343669391240808311505812","19176303964143705192649425039706081126960623946109045170526640810217642970391","1"],["18555670308150285606412430080822052251758170127114696116129120380602107905886","6947697066673867141912060900962754422329080648234508182546005855610575127076","1"],["4691612631890205426448093128286281597553054840021955851036664758564256497335","7642835886455669310694323588161907440929912698598892379347338120142997211407","1"],["8996895853869194475385627757042137873523784232179344330165755736563694264024","1873924767399446129457666791563688981998571607763734167323682189134061465825","1"],["7731475642385319500198892398275137881660074480086589793045602882450806784936","5021308893661199361712656939304657454521681787737167604218960272241590455738","1"],["12758047256269422976488645279970010753365730898573732084241846586027499139874","19104563151192327614547739869404964059731232704870961315200571463485268699938","1"],["1529074106866561886345605737821788380866230411893085689534013982907755486895","18969218363728131746915162602532654760726159701924292908653728460572393783268","1"],["10671667701667988907255836628354207714519868669821325602852036347298814739412","16899417621981957616030997044504002316112903520532082650937942192846106593205","1"],["12558693159500995774217189966130013880088485958362075572807809095004804677920","4596175787013688080043996704938956577012644255441522155621423213201166372271","1"],["10057511788340495743553655669179429463972966048378669504963380273143534347501","3950760698396334973847235383919375783272308558950774683013362470893484621291","1"],["195960595536237405306618593136853792062577949921647578913072166557601228802","6324749250959280762175284565845345822026253140765755491960999070508521704628","1"],["17296534406403545266851044084187747009095685362828815759801336564760309700696","2873782645927598882981589488413751746956669073824348858135701790490339438916","1"],["10835762379378002576563137647988253238524787069365828283997477970564948904720","4861064006310784184836650917322580948838374478466470996945349103586127462299","1"],["13283703129117479385239605259087343500376626053631903770176207558432084858422","1472071034393907585715328453043683167040899249580859517879057775689897500941","1"],["21827936021689654153215227439725330011108396164580314597045221128870656529325","8386503023399526917719524689819958921794760434798719783467590539565728636685","1"],["14242075404209044768668418481232227783621141420018778070759945132606814937334","16677262794040161627932549872818224359726259287674827867764741120208671931717","1"],["3899115691604703512621166395405652467359096148484437969121630320063994409450","3966230474473097434830583097478393753697325935388819643131145072679345041882","1"],["17478930886551235094641130702071990557338175746978570943071639065258300693123","13871024726862964833290501564649470587306782545311688064096564534274465957664","1"],["21099321914991504958981465093548313735584013165992796740320756983797298803226","21844766915650883170068991435794270980007264554161452212402993317999113331321","1"],["6489259140772768719452122838832353121008214264749011284628549939423839281377","703345485766803791089317082473707694164576510645894552105246463112231393505","1"],["15569847106074638177868138523642892548982628087086066105096701185314702877075","1273529251891822729083756416638819736898607305087067485668509379519628329094","1"],["15114982894366014847486712420350953854865447792143634604370852385378785721734","11305870472139260960335146388689168287304443840296481219143034803409206997523","1"],["3121976849819389756405327856947852127204689428444658944546431708736445905157","16680885186073934034516916493361013163611080403675749917112921308182253053313","1"],["20813857403070667202218853627122925208168051554472184953574316430257392693844","9648488823594494128889300790975381916983097087820997698699475364242089398858","1"],["17781800719724669714418006194129052553515523041870657978028423319491282178156","12734977548327729294930461130237492029666101105927311029971441269906080957947","1"],["21548545179248187773954463130649861397703715618860199100027304450841303371027","1866500009458090752753965366087729436199867200941283034829233557480986717342","1"],["10339518412081751929605875214307704936844005173804425782150249206435082274174","20461674122714848008685344774194338753384312955864367880956949810367798798401","1"],["14077966401511059321627201745932035241639787081417904336668556188036842992754","14259506008764664867338353938102933049526604310338743093367271414765605186685","1"],["6735820260119578204759910018417901295187197119925543270596139711449719122160","20800814608282869828071152719243341154334861935171969003619805322125514585900","1"],["20845319801474071218376951846320690040564243598130367048388267452778629637548","17415315686757160268962331698332250884561112129918951668101908824636928064611","1"],["2239888917482870770925088826709491115894457945495038218479695581572852001725","18644888416065247689677320563517575543885971907520037117180131350621019534817","1"],["20302473173399061600547085020901313515704614144120976103142357389819947859392","12975199488604174242408855926528714004114274761228265844167279437577345257204","1"],["10651285666680631550652174466494739162577054921437861707814164623927505787471","1597224800129387822974355373166662343126475083172056666871895144582325535229","1"],["20610283652350656366907923423366946624015386681516733040243667146966191473253","9889722379611593351730337501129705604996524235801534297089897428555914862180","1"],["2521071395548939676827680306641224265375182753877271008954608861100040782400","11168353759504761153028340052588356996937005711191567018293566690110446445001","1"],["5734968077158460389346977959846048146566152070332652902705010164568443113118","12384866850087016421676405488671868253121838892405599250327935471177369795036","1"],["20630279139398497597083697314987026313609543396591095572645588778229631192980","3549402755440623336726909607132360321200274485172753353910530289573919271567","1"],["18421377882822498737740485987214035104562998645182756861047501169046238750302","19627351813058123169239476412261867931975713055574606561217570791399625701694","1"],["19181384682897098309363581874820817114461211254431797837778556407816835656938","10454735714091950666370382346877340376505995101533640829674716601469976119117","1"],["7092100706174337932169233222520840135860526212225744130808651600602089597166","4774585882066930908044991170935573455716875394373258734088081326027390404378","1"],["18927840971038741713982322331717275807116749782145499451549069047232274274371","4557846577976791625650340555714578879614860242782085032616001477156591400990","1"],["21548423002473535725186144396665502178170115462673089248891171755213992236620","5186400581017910776553774027151497463891451846847963869405718612462368611554","1"],["4996852953886277241450216136391861192817646656926108958318138547013759506533","18880361820952990563150868058688563435245862527850613449043093798344417240815","1"],["1339318628908766636782957588559901482877209613143812110115934688485674132169","9807798116636596336216845175594641063539342291123104658688117821687935228616","1"],["16121191525603280089862723615601498369615402523270073446501435791283435602356","11256702484429488774985500641976316512302376087500434193870487084439648483053","1"],["21600220544261496783614699497014511882519344327253009770481651975191195319693","5008639269765582831645700834392698829510613458492437048416120407798094562760","1"],["7371456191019966154595385778820657603658348273946790140023292031278779989763","10588650169650586604459820476477446084541415581243712525620546607741306837304","1"],["2749481767144386622002345085250726672722823443941086744805672462825077220617","16404543473161537790209989012907289324023506602210805264647935329085487454694","1"],["9926759457026337734538604160366078163836935187355528148783681294609831984128","5637412243587494000470400730063566112953251280827694104700245704164637754755","1"],["6156856505900721504865907715646728861245006864554309627877368408196414803520","411130695942027590461134825170786999495677601543989745448621892241575427686","1"],["551593732376375224786237993916967708744760164770572324184958756616442910771","17538118482908149441070659214876924824610130495827165157182797903075214025559","1"],["21403411917825279267963671122814191354538058429759351631368300672898027995898","2733071870042623140572442416311529115550803376246809402141639126890322254362","1"],["9799376117218975171594952430244170886180468846762384294006946661887210730161","7890165158203699834912553615524353584823058875156834813027039450952818741412","1"],["2146846293048695641058110459993308257459406329196725848649220513809758657608","5520520536661210280663515530678752481370568855189888743983522893190059600556","1"],["10454211408653187964686950570504170135106527979579190510153488087130519123160","18202199171074909201371890564512072636380039727267238807754999283938730063894","1"],["15040067226684615692701238213757475806816845520998901763607660149001336358581","17178478747429320131421650009815290040599835747413603235921421092060722014584","1"],["13031002665066576482529637726088789659905532343283334246143144671401357078902","12367342133711933855691471353914226486958001127226734370020181671765654713349","1"],["8986969816889840750984217348955180563449712588002428939561819487539036011100","8821943017633091487400643126313910347113512754637931875878919820184216304990","1"],["12841040395970041682705185954784359463830237527164515985452674704617206022797","19512907938219929264837994578104648314056033595685236590260865612410961630913","1"],["15044167971335686514298101110870271719201156101184324922774058304974187339612","13171573136619736499007194058473151057669075375984516588415153744734960282051","1"],["12172329642001523875497182164129449995260207205231704031934988654142528110648","3597151539679540370305613749613501611851311471027122261521926912159090010358","1"],["8409620504549016655461656662521878579215142567769026884820792144571282883457","12769958031328900942057023869947576833417297095454519867720405487809238064594","1"],["9511564965771950826094232366560221257991445391312353874852122952781398653330","20011560415421796527629284247432279755870460491060385269038072299432140476225","1"],["10647734658975179669435204574571996889747774096616582921544605789719807096096","3068623725914461536074722478800032590061619866232482143763044007828337020785","1"],["1197054075220191426891345971336192732586370260708227036260167253214631557694","16881904463449688931401011230749918649618864981725282286767602137553952786366","1"],["5436614655428992962885553265765967875325997761170366565682835802411747013804","8053208207453678652244570312487632455140842566178594335993862773406155078475","1"],["14806529681432622044400855079787794143357150893729302170785008529165263655464","3959799836689100768183756760369096129640326286205723344208007937867985659556","1"],["5546369342053470394621798472966414046076718637592550717169710566044096634423","4890964043212192414070444267723955104196196580543952358193301324308498651529","1"],["8480034352162049212863009118885012751238962788085070352794792699206888418658","1730410268474078297087420338172180010034048503675293001939506224582588465367","1"],["8080733682477315262805934097890481257779799552596904545246331211469461944525","10607286252312217194204396757777106088448534810323740466050753199526872767285","1"],["10016860679041904194907963517272789223252927710138982156248008284537880903249","17427189555937597435858397447895090162409620798884020238730337686526313177935","1"],["9931338774512019736661721561804716162103368933484727379683436373875824081114","2842745403323605233215410157578400220969238791244582171113994593819228285854","1"]],"hExps":[["1","2","1"],["10223388001123269676800695345198940545086715289655002922842891172756208209533","5516111038361268106421930222830544048259053045567542255817544060347643916801","1"],["15676598931913288662743534968635185996268418112565658510983864265001306296207","13137359877595123809909684998894861200443588362572774943343970683206827069132","1"],["1090520603873344801424973266766786141698641261798419546496127923925093718989","11544620218690950007039287438577429249395347587753686738942853784407821487421","1"],["11653102326513729614256219590239053898348098139946351407349145176304805630746","14701314696927581132643582036558461628750089781216724469045654296497803755379","1"],["17856136321550423379314435038989602275422215908759972312935380179700170087369","8766076686398585167573434546899554042154759166425146528655224466918209579692","1"],["13026769631598573414265658016008240062423222590215055592854539248106062314719","12940812035366156981493693694309361180493816903215109495476849800327767123190","1"],["3546216738526065535893673916477068470700780529732292137987635966743893489450","18167254924061509374122295234486869578938373169340529717513904158444016696286","1"],["5762712910803071426038473955987486192936959329227384204140221639336134232271","1646813997905530133907288503976017255755227104777081045942360264891804793389","1"],["18572463269637948532028858983945499378650134058998444643952186205448158004134","21372092848790648003074652787591700529864839475925113016882655049147786503873","1"],["19133522500421674018565888946563182896353933696073842379218391895889706191141","13630425143412697516014721620931015051338591298252146077289551433747241736412","1"],["16441385557282825783591570147249640980402817886928615989525305840815075129082","8660152780998611601083067291695206454611480278184070625657931638291894719050","1"],["18376607709541577557451114541553469977188667554271798484736011035149267915465","19353125621868288507161827690672605455193088842156028367193289975024116156937","1"],["11512710093389996172436711111015693131977255068509187627830873625366748275235","13397883793045181196991540703349831464411361413873793993452529107833331806553","1"],["8179584753155173029089941260163786795021534276722566016565423277627223610761","16546451059244745454705464738656230729061478200285593700528867860132526804915","1"],["9094395941879381189888156392438703591326977693178046030718663672523006565746","2591738548505851474088577588029720635656757819578574853866132019536941472382","1"],["14341162226750022794155254588106979581727202958441741050459675113003302626615","12165494550992442530650878703448178299939728523133588746075137996905360311662","1"],["2674321598715828633899960559023723915886206632342665187639113237273754820967","2453273219601774135480944722261526969430070298614917964105365143826935193726","1"],["16630253618896314935581883470723782474067343459052569496786420969678889294843","20231137190508985306383017745662635280854268797740455128385076199021577485755","1"],["7429249568936205460034378085125743631891997947642177104794310711118053488391","8041904814283772223972793233363534969232412164353519512702997867654452433866","1"],["2964115744007458449382306430276968569327455058166464531038849538122759043225","6266127594578166837905365065426905439998972132798976706533279499643782643017","1"],["4945009701063514890641248855486235832474229588165259856692224632029890205400","129957195127029294111334357281011639269665066865935085434808448223998743914","1"],["21717431060112283990215140839715566859814788640188451963747040949866429436876","5770906301527153871403467025461312443821594804326311438044773675975078938677","1"],["8551465474905912556644275459053856795601870946622750878107903322457207582954","17856949416053153243762027439105496560962508917829510038192007070380251445552","1"],["9302848229405227330682175633632970735583400958230476067500335359628000558372","12650454774067313056886282196830201052844416788521536848687313232935729549897","1"],["2978832088824654709237790197081668812223302843306784018539161518208917646187","7948266913772727677001799286664297600399194926832701464347453661130568608130","1"],["11615388049993471016479491172811596077736388238291709738610775268127927775792","17960813797027785996086665832282268245517516185407736633894818592205913409459","1"],["18535563528616194049910395067464089255677167722670190896775580527099491522720","2558536871967294104663480120307526833335548095350080270273177783962412245469","1"],["2598145079421450560881405844413830379818573477984213990721489616972943989516","18702611702913826775818158567879949590704037068470551522188674364723316534598","1"],["3709618799557831623043640987776246051316064731788571036210065962644519872256","11264602448745563768475198882184642503263593281511463159255163219429958470041","1"],["7964997316924377201815446653796423589821072274872748423134537817222841178941","9433585065335814101005682398574301447639042637772559946649802376290958333954","1"],["12966993815720830495390859303290489127685697345796007150236768489316789038292","10043731029024236888806892792257175230304766044092444823743773947595536131447","1"],["12158646308655484591221357073998468121646404156175470832477446004890272638277","2622983788883671020899592212325108214389819134398953475105345755395290413320","1"],["1037970333864808502134439263823921485980864638567539050663329303804492413386","656077061887388730551759211722039965357217661039957190710031119005595957254","1"],["10280997830885478465113944578080368208748303046423403446730231547078106383436","17442434215935153032386239091856291228386101345031891214245505180278065707362","1"],["1255234388431611847724414140251328745335241338314084409034999119219604505707","17580849841650960469249783239154829084673638703833683391274020820012550551716","1"],["6831784438912086571655891154875483340405650888696427715144007011198212737099","6415827895506243904967698623095088571518044845469123360403790206644211764226","1"],["12132802250865201824374644242881745808631892235162783979985570069688426641064","15516901326418560990622479225335018696427101176421874251806647861407193072684","1"],["20192079787726818823763846039851764556519822437780640779624603163803223801917","18011757288265253799929021048864157367825176841004338168134604771210791510382","1"],["10960333854756780651938680217408793984826933255104473888431726175343828401911","20078035332740658847163389619283905207378611011937743359341355155273392732044","1"],["14941939683084067188435818733022408159970680492367552157519699209161381151354","8890221961359758093713963358209332047054168966281640774291863888416949972049","1"],["5622841251903267457300722425218614832586735503635930287820919095402261018178","16241646979303289758301876605528705494351353074025868374140970345916914070458","1"],["15835945218785358909953035007819566094639287939759964158294980352866341048295","16740481329570216340434403846208334179156688329798371883412030238600447899645","1"],["634316185814487921411647814194015896620513615461226073929494042699336184755","15016121255912471836015901980749849577711235275606761726659279161353174808668","1"],["5481276579811742742398426443771370559947131783351696051500799933461509967435","6743151826881541074238752212494929379481215212355686193056201149743842869365","1"],["10394637662474467495011649769747115430722416604295259174567692116247103300648","20541598098946728715188508300535875900979579948703641085892449909858650614000","1"],["8688350062110455414429303815618890904024771163518007612012598929628675901079","16549019015117829265605712996445402069489889930884002327559712231221331711355","1"],["971819541833766904360759041490549510949395340773014435356011379928009896530","5611746005298733832014867027407551185078827976290318948429719116553160791402","1"],["6413050308965847135604470060073020550344818212312794200789177025061173821067","4162712517220865865948462710908904888296635445890394223882863596795407546633","1"],["685402688628385600721090989182520475638408167407159669862270825648187261421","11490460255530351625073332576348159246129088013747493517307845127833035340999","1"],["13285046976050137291764008331105519682688132628834245840738121836018672358094","2365964764123346365306118741405394423381677405899175916726432790850890928970","1"],["15126123887944791043469471223789348248454762907545125031408406138874060420063","1065187174281190126522757285858182145408143897104250369940714995250232159525","1"],["5953366436652742663600014095346983736736819859242393361264019297349622027722","18457354612379450764365801715799272092700075558378033162510337801360004596784","1"],["11741296012394908973549850986101833205257687282754593146701966674023168092998","1636498407775245347407072350308566234127937690347284441657679881321807848366","1"],["20630957461095384923889085661742210921516785214320947017211507900392669682230","10273300529134855221733066827344033480637777503264574960443875238892726798666","1"],["18678409250210206978605519958155099958722468740946046359356611045454588922229","14098018322831516440905405200250654331974974180289895275369774378787631462769","1"],["6748139764834960476865174836032761459424758372224347089881348551943721852856","5077661499329488465978316223698472563546521438736059420364922038956703005868","1"],["2048551971443481107355764495244135293997740107403635893924758399289124090063","8925797916432678192631162226090196417267761212893935101851903113199707831881","1"],["15307323925160930202250175785153950653440835325687261090613937758910376104357","20839507136435520933543073090269865792076043459713398019073755376604481034722","1"],["20620400225387419505567094073090381443546823224626604751377093015413435497436","16939754231410949089814359461649163288099853928782515426643035192925556148752","1"],["21511115145150797453273266232461591372080822912382859285721310152321948240079","14590494652208678769128850552669492990900936301406897754819688302742182687988","1"],["14253729194473390900630606591187126137312468894104988604011381980571157662765","4718291748554313377674838812366895508206134427179185116163194376357506353036","1"],["19430122868171254947463083660401180467769162841935420891725748075020935406211","4703500717050387903961619670277061628837347073049018258290658407337016935932","1"],["19636743597585693924109127969946697732044085331217592087540414255508273630443","3317545655637408303442910468034332006531842654262684558403230376379426361437","1"],["11380694763487879919405646687909543477863628119890813983819707555484711819039","327867166932495705318367663291489026686764528266253229365066047183186026689","1"],["21254880616961545003724490165003394155608724763031108428148009648787657729389","7124094353918409415861606724314935016608619678934119852221808458217943010300","1"],["11731616211060327965285770279220500298514379053488391806690016235586231115416","9416507238086078968347790795284110538720765820541408185091503062088062236841","1"],["15689025638582319196775199316756294726619110087614916978986920743364645140594","1061265974477398452486246442352440326814870870027191066713062000194581571205","1"],["16904148022300384010786266891873185956600651919460189146501369202351776541991","17976983357065853019331808742299883522029224813169181198086435723793587160689","1"],["5352464945396388730634768150795595989300654935587770545726998112211433388483","15676259417652381581437306266553490220050005531977720810451638541134938531723","1"],["2452710034920314435669520953369950856574325089330553230601689865250569272387","13431082072444486538185113578071634221221395754865535368497022217345627145704","1"],["8237627184503894035114265410428199940185225785289674996415631922099141511569","2170382193784231374776187053650048467055902519558649974946310864101926118908","1"],["1881570783078992273425393312081924855893502244588945598111237164129269847703","21003326254346210841354300136603402605439057677688203456938187669310543923027","1"],["12500563898011512104503079218315670018624152953394527765828982370299557299401","3312109951816268062701716921344981130679951280393474836716750192701326437963","1"],["9743494015252157382049290633246467512711055524931230777296934835166108609398","20632488929769529476153371981922672818427792081785659315976248406656613945279","1"],["21166315781636066144425627149331869203782145260719595079314507642776459421683","613752175561024600866906100263627317041070930619515039321160559388036386132","1"],["17623483345064441183194741189470636008606457104818380180669457094951682531582","10266528178254092253575138750631649751241992221485610552010479975886080934194","1"],["11954101657761890688335217545058795653984903398131149892353979941248244438753","9101113334742899437333175374866394427802845715027655924623458052336110079964","1"],["260466559244506863141277879207208450717330529843236664335138677773937312048","18447879322104770385497076595189114098904689996469066194645905370277849768565","1"],["10482471264040196738827956666278975215771827643759123380048269861254032524381","8250530603956628700210301195848907509030350368023463627169583529843692792934","1"],["20832688647091557136675301619636514975187120895744987395722949892685247059721","3207242840597353551114409949588684077504611922005573227572843559725148168989","1"],["7983809551327867682241834224771958942731844097155948270951272061518034584198","4291145348879399061157518754618601215361271467322240333558655063062509843554","1"],["16853044994511387423141560884248345394617816317673951191976536527261556375590","11999698861295997943571777711365421713114904774429576963205192148333745967947","1"],["19006575483049188981479226548262922953947652441876221540069137928987988766644","7718303855543084499031311179683346364224550710300311572620347865613156731832","1"],["12800240262987753567555060052559133031865512985536822721190404014836369089585","12958208244430610389376477314754842685081651309662532898831043921175031997534","1"],["1387710855658702891285912993862432926103130099164165270156038688579621518245","8283756307297874181621436394327230238353176452211714943494270779608717403984","1"],["16292914233073459861326926539593402317419426216900969685745177854536622944769","21424665636212329223973217919968048039405576159775097100979429281786997514663","1"],["21027450241483675872914549132492665368932659480811628081371635901473200140884","21618213975968955281469938358234459362524910816608706611755475799647588564833","1"],["13617407173493970211717686375584411953915881013876949971450276791575190060288","14813144335017092218626732840204136724255144011480306221607039469715709860220","1"],["4868860774656055822476811209984239951595320607890015930320917948895526027815","17614459823235257948421810492016106212854093752818735647382449969452607720478","1"],["21474760225708958754071443938700328572180874910649913684634296202826328245808","12675132093449788432718547581208541447208030237523382818348302477878021893068","1"],["2986524312389010621657882610438708354176877731321753301216951390981310812404","5681196443946251689708814306331452910418470880278232962750637305395778412892","1"],["11618758850561523036331532408936117817726823584584823251037808022337475348018","2950870095778452060129725984164282052853388582460700542921497064092945830011","1"],["18048539998685994344288187959775139624411576531882365333649681264783804016098","18868481394424821691561477266848582338494462670099855670287916269680090241265","1"],["11462614881816442220200775233632089037989727755381078839866946965230779082152","10008158531261835932188915224633264299489828992637599405274679110565811982379","1"],["14738187674290129195542686076981488912031330848839691181845137384437381917916","11230032563169244655745860992979636920017219250567469154672465857340609667735","1"],["356007759097425924550238035292840644161401527556762535822831872900229452136","10477771989582125490563481126538501929656188218873305374159659310073357874919","1"],["19891841142442095727615426071621472613201868790505328070945861999400464249576","4873552708487909513890841841489340974437675951571272342217122435649632250093","1"],["8435468639062059957711284155869552711125724729537031836644857376559882409626","2572064245868130959411125587208340362890831579502261848045509574311591942309","1"],["5305039533841217954445324763617850296582520798953252288770097736108604418127","433309066321005476198446702714639905430568400948187028689209747412164929283","1"],["17923335900550661819949913814428476685954688561203362957810561835652176551872","20290946475173826878618106117841012456306315084830846240588820415383534093553","1"],["17204741349501282763162215038669241185108552713701082777919721848151960057401","8694293771840236587725279575521054811221350955725592579524028753734963120264","1"],["4186290593612094670716646509210539799373430719862679516719093124881209372730","15240623796267348240406346148393050233780121213927880765015573222183623446622","1"],["7074266481296380008003278122544837272333326153513097806029309116784427635480","5416993537710590223945015027468681994108458707145303069588038329877440099625","1"],["19471200864646066370453878880329446587459404636973064127965609315131070466670","8188274097815086694058282601091313114446525591079672308605528774535596879980","1"],["21065360837188330894411996106961875747924685232491598537891151822408753293624","6538047577860551150578828714243743860173636597014025960226099712747107002487","1"],["20737272486666226304632430811183047673474061065835175897706454528526387274574","1369702286759667987967695436478636414256481426695764049568974630708895343116","1"],["5963470750653741522124556645643813595775422258096772290588214109789797840730","13271573938828456720763821418740493154190668243071715808546803255113556796313","1"],["16318980889334161962169334997821806766390251866461563000429394446168692784555","21236645061481418542561644455925570816510189917586389712525071662179136867110","1"],["16646956517366565523890577611530951545839605524991284472627124582590534856751","928391253870903583873742463033599656255047359087302654777395756865044876059","1"],["21471358811621809511527535840569942262635722265104388405563646053592332888861","3208850200524844849713952384261683325040252607541271312796912781690248978228","1"],["10881919396972720617806436364249140141271019143748355602477607635649917565304","16178975935103799818663423365488224924386800424883986173852120435130499219164","1"],["5205917818128668417656443973612049089804761017188074750331858146568659185999","19751307753707385138429051146299290880584773252143695027519800756414740870690","1"],["3997576953964309906053816492255694508370735535666908947244867091648410674628","19077394111990624651709698012384674843573074596424841859554509729020058230359","1"],["20095297723802784609771763315620072839033721185000227436851704109380872730907","1870844859842871181549798111193199902236396642074910275551347853103555204174","1"],["12042894479884721586296484547419327908274284674704078101009156938015751986791","20018437830329235820743120792666684007563409631677299946467692177880932362764","1"],["15427747871908645972005724485546933831463264862166754660115437186020398629603","3738280005798403327025469462076195656194702889012077413435227985115236722621","1"],["14683740457204271650681117264199150674837602102542477487987225239618469209859","18678754077873463593771815827962289302706334755828767581563397442585141554465","1"],["2546858688957971004438002467885010940859828030580061832440287265537492946983","9079719037740475767721225210966051011015002399471658069372333211500189937060","1"],["3230850368783579501924498150068426439411336794353530128946465614956174415046","4198394036965272291842362540920806951617856212227496926127429834863042821159","1"],["18484303665791180552542985883171618009579862304182213048579765116972571938335","16249898805174973801849507961009807002771661206468477109853424262068820877930","1"],["19372978456937893314724685080518874919210401134636895682492475347856265474323","1370996389521078086062346888358326075785063649762097000101826381534968187695","1"],["10560491431444011655114012104612370853371283841780486457643148162147671938604","4196094105814070316498568916989118073128542242274382952127218846711757511056","1"],["18608719545383809387701471768328028119116438224287608002229335355512568567942","6577960921845798112052345697182792617589595360685323598775696877031691331464","1"],["13418263058912745629259716451515986631506477616956629329142813874948539840528","17294280493165576027574731988840993800512975558199159130690954527978936250104","1"],["15414318948126712849682049176252749403818590669592777754005812182081721187425","8045641044724047276338433039702481964656228929630157200819329617622380219621","1"],["1266045853047933760205265924620782298341667227480024488989134860351592424815","10657985139373722092797761055325984835529971315137960233772273949001854903393","1"],["2006401056932653606987942085254104036572960044656023185730368731267247625374","21728041496293489142635200603717392397500921873323041120349209988309098273924","1"],["17427593177946311625492248145306157697478775710771353544214562483436808527705","20383072900580332358319417674459581158459722405311455178840832671566101365649","1"],["11298590611833483305710645957687590086178619752576416561442163660266894333492","20033005540089167391041451690083633786018516549771286238083875582110935500379","1"],["19172655538884313769172824876587662060286777590722928670831728694099482638172","1110239841333960917231343121477331027789721306301034935889560538025059910846","1"],["14193942909475133648082255022494253907183039181102499136428070901700947732291","20897078931568461596304493876630077810626348421086396640105531159825209493616","1"],["1350595849947885116830868970634949399379658437301928737004553943760377524109","6302073897754637029736140873726054970325864417395971739285828844109461935395","1"],["7760828716880350544466297032638140614614176084511847277345133300203769365869","20394556658809593336460239086051741922954898711312899106579576427952887705701","1"],["5982954496005741101365253961585920873957659696793424408946373240442021570163","8637376683099128750360175622335305625624440298546979356902643987591614725674","1"],["15524868117278281788100154855668869215443616535962523939459071294212606848918","3518189802305029563458933823257083825291650741497156707009822475192929642993","1"],["2437392733714731622314826257254847195302225910541992883251014716859736310865","17599660788052912701173536093741017864428686498062636065339400550205494050997","1"],["5942817294929516426559929591459223925657351483702648649589595089466245866472","3791746252032365706911080176650575481704044417744814518261479754913419074041","1"],["17679778959288026131773056074345290177936990815749058796962224342811990612337","17229204294967939327886789250498742818432167659278618265537177596343162459855","1"],["817010496906493148982453236291365324672253860163890633181359850572783400313","17093323928611963673202333691718263693805271752390241367516189872643362670922","1"],["6772656504724290517117995479583510726606436060581815000025712395130163497477","6388609103912878184527489715814829707381767007323164822914656584981752983576","1"],["6118431009922181040715195120246048318620738484578873484298083792639230076811","1718940089143500264404201119493018514804956158859545067957724556731220078177","1"],["19249340000397654859401513399073763548497902590529749605439609607797584967048","11732879730244854977350571056727682048925195739090908426648471247176964503146","1"],["4049961329997888319074427862830475128229713528727729642405782390075101893584","12262858667867564426640535176670839045289807041349271808545297477105222311816","1"],["9297456640076553892041998138402141193244223393930542226044646907956119614528","5222345674713407400115250090743913445213625539658669616724461647575606623576","1"],["16308081075749042158811780704424791085642600467820142483022200824665990527087","3888222703518957845860061015861122392127641030774430077290754965765037490616","1"],["3709825901983712066229691019102476385830044334320155952500987049534859571006","12484496438698010234045318403637022653480255283546054231568191590688388772550","1"],["13910316144910277192064433437107089729781147564424677728462122919066975764558","2164275400259959591523048175915931340913468319832942228341179907310809495710","1"],["14609950788465434310604627716984030234451536041045783946833865681481339312778","1349125004262957384011509133572681858209158447500346765390501050929661800621","1"],["15318739624982990122468597774524985314221376410919546859936771551226538925154","4273399589348063290434191101291730684015683359301226345310589324610497165985","1"],["2790174345137539803153761975582562260649783613197167546881855644161338170305","5606229952668927911641666972345330266391695382463040031366086919881512221301","1"],["11617598250142395502881361576249214833509790587685547375525996941961689817445","18866791909958817652985771418112291119373246703753103894159124362823050341416","1"],["3229727447899683671410599636901915411454284563841628983951628386757607273460","19745272007759753507793448276034533996397013726294365996514944700742491367929","1"],["8990581312384751425646623069707076738786592224881557394733382232556374843541","21537289951585231414576975173101509513938971612165043311533753166447400985868","1"],["5453951660482874773142694044854933438480837565769404667638893169150419365415","5927093380506558432509582664496123670340170808797680723980421895716123903355","1"],["2137431385673723706970076932302876592853063523090812509989548028981179089380","16562010283944612401210567483476355969803742801581366488635999030888882780975","1"],["1051577696757945746373579419793020486836529902610723490204078209697772955222","10737256501678784289958137786867073101160855049990482382123154019990199828929","1"],["13008485455722150398263830099697520744726346684541033403320779422164707375762","15674894338879653411261204440145589954866540073740608550041111149457825670130","1"],["4828379362228850715857651395382284596441350095287035577011623076127248605462","9752073145041408831891703587829918814440471151448662841157701519884565314388","1"],["13554108906995571775996902578274669341398646056777390537279154023249789575904","7847669488359193500573962305400156705899184768433736018099057977227407251478","1"],["16905948569056894545967706061958097724396279354665202615092980553079906362778","17681453189563237951144585752010586210529898226657948677076782590199455628326","1"],["19293804352409689726761814839341883267341725736279386647873205987946074085568","21449171198010535434861708224933677028331712616659942264379528358287638242089","1"],["4028252524959258167938614954851163972967723026529680953575765101770626894004","6836265336400774056403815611877333269889980874376918880339267869590441326764","1"],["15749371148876723340437051604821300854290280823901761709836501620819268683809","17029446515271814730221425239177893544132593815763016930525396598254676642124","1"],["6449502891187497133570613704139951752335129565635792254962872615969889310864","12633321563422314774398988668349695613045822475665034277669461327991100697879","1"],["21376228034845522260652329060973641255202529631067699942550498968797787291342","6677504435501927667467788646137290419287019623178951676224811421161473376497","1"],["18593284105072876839102471794248117365542495772477778086201367014783150364505","6471691902616321749233989229970342368871232957438381697807498350296985640038","1"],["2677428869451464325878811581904182989250576578368490827482913948186414162921","12851094688147639495975483507513370963575970896400282981826834294804581609580","1"],["10795231811094163358619742317872801934468501353128689958446858091220144606990","13267796459419433544562813680719927470842366771083896712009509646060979667851","1"],["10100852169054333083278348731400632661580182165828949848544126082282651050457","5538248945571958146749045933750122320834209642480134792248627479592146156936","1"],["8302443975986320426809056704072942502858523261008143105993054658481555377001","14073777327822360398808162157730429330092629757330205430064660920542707243884","1"],["2828620386068511817360571711497092362169212752504140807016183833763695791684","14316593011842295485258921152637860226410540513408561891246835380341571774850","1"],["19039850901614953899575820803912766467758274810240160611604865846421924840573","10102711913652748833603303757774245778829959285925339598080727233458651406481","1"],["11003916331851572829194240002172693901680273928218032447075351647554301973049","4480566999291115919694434539733970246027597072748156498007560649290582253103","1"],["14916772974660002195961452789945364510314140602046624302966859611898028770704","19317302984128909476095012564291128735858995686644685828699286816164838922955","1"],["7918185440174103148176854980865089149115528307115815618398846206279131751354","15241468751959292692769122730101889575016972235219169953793306404957812207122","1"],["904442980113365104766375620098230736928680944867295992333386676942342212748","4329050822528576466693826132096341679705720838732712176930965833498570310109","1"],["15047558993312966417577229440773683109000552694938394224939421158498627253732","5597605291681610629308759402954209139379458853575931080673279404236963077942","1"],["15975691803320044846663142758446502394193498814746783009380248645805327286077","2187980316994344670579872999110146183693126507856264638814176834045889775664","1"],["9686036368849891599979628867223089135482954357298208074831084418429047977752","15583678995193016967188522705418745776824353626898776429099782244830942848435","1"],["11943660651784833981305611918215104590308196673709026288230442879128593332764","8239011379212058583945706593099717677432772982231158428769285153208024455841","1"],["11048861940530218575989086807377094878812915403689254238636667600296455171177","4758778028238424362171033370744728145980645933606259130133494690619330393639","1"],["10903969262647152749578051670808372338103603167541355399512263868937689848871","21708865146493854672744110644642901496943916877606656878257029148870248334605","1"],["7486809142406114879166768685175925870518456280313622166544437330185320101376","7377974866385882918822037978674963209852094731006247442593745745511276198649","1"],["19656421292347528936904075187210239778880143203593136787667684408018216983908","17255209220070641720931704892217019974074828249439633882460125785146916880452","1"],["278097910167556112101558605799826901514325176015095076710029725287235502014","15783589163375724755186805365473183993816867054877221720843610058360699455471","1"],["11870969192566577979438899927270360405835722348675217453684432056371059670701","9740350495964995738338151956808104395302174306137628512054658961271339506227","1"],["17090154062993347549039463841706598643779489375912698676818753883471188233558","6400123887345702861179544518580058879357120993126988230479455379968589710033","1"],["1858945386453229974595036755243961655300438721158927018083071310578829181800","11530900389123716216505211529775601767424599418796981019186598403976789172548","1"],["17860082566835243974726639312774077016311262386026086079940507922740407101089","10566185178436203785262657323032129825292642004916722745021694640146113578723","1"],["13897086706278509830569290668032635079922221560411422420087106896886899811010","4017917350947448507180313215108452166933269092440699889899784119469275173801","1"],["6162911379232019824471125601595352230285685539200870774731713162041214569781","2351820182251561865347025902754577072999566556130154644552460433003857941315","1"],["16101852747758144686385454227027960027678056566014883392218533405936553003088","2627516713411507236862763046969817346116109239384245785285911903301534239551","1"],["3251426720438711025908333237455084065858415930727635577278202518436076205430","3701353020967314421713055010277949132441397122501693733423397401962283626607","1"],["16389931094789526134293558969930186275713411161886309953555802759023990913060","6107022349535992782040158880298925557130709301675146556722476067432198483941","1"],["2543773266433888763057674046318537168114917065806089865998176129954079276064","19994670702879354057017634781037660653386902604717636816191097281723855143475","1"],["15634088897272885917174570201780576961575607884219862229824088579290136440974","10017861130493313433262692875604962700420227302406735304257817114909674077604","1"],["11542968554910335775191192363709744669353377863954656639960405127106298602108","387956751373715749676356129622398028887422512450765584215990079317448919215","1"],["12378861949928979601057382931530279661605861309253636265214639518846073239982","13826085433321662032418377503176251491147515451029526303151809578298939876171","1"],["21831833383588119512009832765488718960569625142910226405081413690258518115395","16301552920622293773323173637346610294812609985626780917149226930214690723887","1"],["9431289241900518192620142077550229398733378798383777719313554545374914806538","12237758747211462628517642040843008404094287297963093851775555834488642190872","1"],["5385487652395782765156225164649174637660556022100531977545388587462010895706","11670048021460423131551114789182810553205133138965603145001808188474616218067","1"],["7911185721920448124814057153978243024014133413224446164115329975805618981480","11232899418654500302495750511108681820383110283586260689484552930931679309233","1"],["20452979931026986806797024597472269206698546418838310785472208862198886288233","14292913885925427184618708265603033893860377836994219507604989778585009802967","1"],["16542247361993633680479187045792390199732912110594517407058858631705108214882","8294290748715380616365432549043927712729140630854973087770694495145422329593","1"],["12827130239694675627691436930842220456831797372310654774616621738274721909595","12124597171905069195668274375177466693127334943214027222634923879254071960493","1"],["15990964311124640275399356672465655066425830926368934330394923793672399286517","3554625261663662940958423775256228745525115998188634859823803667557888976788","1"],["4238790813528449621455293243060172658816746196148835590033621615034832471711","15037741009410807486232692235902062278297965184553833022500509379267785273710","1"],["1760335742266177180131905137576666943887731702867439314064893587549080326572","13025909215844877240299774731536692481839537932543876666976459801075264393554","1"],["8622058762144250000451591886193327518181908684577274487069685923430233267779","20444261529796213931846390809358112122662966272885248753657739880097670052953","1"],["14067246869147538559480922176936764280306117480156305042799132689094280784511","5260837163858803972642793044141816111643724098799406544637694849587436391372","1"],["20811031982852745072736313086617411243175968101249144613244269228571869596702","4453107035369894590040427344285544957228294587998732531648422273621878675947","1"],["17769505449432389045542533691595491004288753202541365493151994203991973303727","12661553877902859024491773997472331597495086862363416197070885989164082612231","1"],["3441686530767615111522425962885665228871789061909102400298343793054394512068","10177718825659847734071702406127299672307739409674945103275508091248184809860","1"],["9109117648831040140052223296694053825487983802461257032698775110526580103662","17631294889615614222366655314561003544364476388097813587463710496025332052445","1"],["5761391707834220312616174154720917249520105791121096265591152870841012477697","5642999523068356101670568081331239098045228504433930466651183746473669431793","1"],["5856676909860580993482799567678966372310243953289733834604822222099395621195","15645907079886131315647930085700036899872520337095329853526189817215717357916","1"],["7567707882524864240369411459987606551459324587452949925960052568561435291342","12223067144138080574136111067558082454055911145348903726619345296837013362292","1"],["15042855872830647177019549116745756774913969146621211947000742739326041498502","15202517214936376245793733383123774637850880776353643486379330508122363465446","1"],["8201453923534926374652071398450491001702986952484003588178415884881713134351","37053812636296856068830154848748805937213783397751549159691012450478895991","1"],["15907494488704623161211865819531638428633905413942159551588664752820039402800","3380376261052459164509550633900850592385838158338757927376266563865436238782","1"],["20880171066290105444769924665599485192728592664360678858266724283889531821845","2033468753378823453739738217733115246560972683189317111615991295453928590906","1"],["1986555094099605169173524358348390754040919487237368457860594073177191827849","2862730885352668234239321221663106136734067848124661720421340018540919766623","1"],["13954634771886527210368854512329908184409786016154490528952786989131101101234","9608390119990407930548939618675361774562888062967381383771159414366051166189","1"],["2237812932458943681541347953340565604693358561427754458146670735122112108412","21417093943903277318776352388081040123033388182489425496617421717451902771750","1"],["17773862802404038142701286084506178852496550724661877036699887449091140730870","16129258519934643384432924391174891208001450277472366641402528943526044480647","1"],["21063423115431309112487494074810497646216156111109600687152186630449987343807","8271255262371029835840024707649678583660203536390223117990418787074481573983","1"],["14410785298986791254274117330561950420832828033536366535507822762318244345472","8184435939546069247071224952951114476600025828341484413314206066345579757311","1"],["4384414514507161624336012149081642560725797111906307576814343514857649990375","21119475825599541227085801329394848711184416736759581735563646398057175480156","1"],["1183004697434189564707160483714178436780873809824098971135352681649250761401","21639980504625970810698546179700948159495822540784443319497811053820157182308","1"],["5187928285455118294515885118085374252891228492406353137549910004506833334976","3240854424896111737005989014466672656017532435931546216839874078836852439008","1"],["8134184230311335755764510519695373298714434508533335404864187986827958005489","16855983352386777912437574682587552336920243103542569815654625047778057108292","1"],["21833042132273303618489275193685356047243832640914904054559563147859483245861","1156956655864658065355185631124979018523951442324615853530489246309910097736","1"],["16301346465015285748050229030989355384008731056259875342501534187676689417730","10508397954401061614007419538987333819866566914627006015833388278206944314376","1"],["32030430817737372396906600182680520328053970989968581065670988450472098371","10788185521297905240518646108198902718353843267390835703865925574037863089674","1"],["20313519108615198034709061472315867588722317136461444648379018989713000297256","20349734921890319374508792575637180812805065564667299152415049310812515171635","1"],["5026354413073119487849014531581043145390998447477707479292792311785791130262","9544317662754573144757420041667481919012351764556936543666574346042649566962","1"],["10604248089623320121477182003235206453236444025605430457853235784099162095903","20284433855459085432322986420524646858826522214949584940983808397127770577674","1"],["4416865881465655113410202228698368084978381691268926378675790772270767341759","11597750225732970279885559596537881526192264526167412916364408182650487959738","1"],["14013890536898483801798140054806016484528671406449365970182746230993130927040","11581179074762665374086688925246760308725916993058835091231029979400833551256","1"],["18692740894194308936801440239355689879251625016948925040733644698007396592706","1490197302712291461081086780097263359963054341920669677459236760195766839013","1"],["9580179260736926960381231234803688533271570403962171351224410092954695813313","19225167200709487372083225536982202222764149107673949970675188084991458643301","1"],["292031010892471199643704890523799821350679107212776666671190511248686098791","6650504078129867330891689488879943208518692010047410303077584364850894141735","1"],["20939898664779046890822861672561127057422076384486345096540908632958994974987","12601093592731434128740832554887580492060838632036855791275200937559257953387","1"],["3261211526786301691348598772172704137062374273651644218759472291791867505441","7575730487872904257767663499069311058154116956799607085220122074003099649720","1"],["9487526212226370347138817140758428853168538485708148556667435527056911282010","13357705250825362172465948278391976899498286375370473283127806432869701708582","1"],["11575112887846482321383873623109177620209668739481896912432005544726595445410","9253088242209382075701402664967168166754125975446090783029174647039088681527","1"],["16648049405498853988235819536417368650713816825008004705775245884607458889845","17475622757895794810727509050407674610004435417623450317124245825796728507456","1"],["17660766574585353007258605788937064625028682889496543054980575137171418682739","14501936938857912428158092583241195589017355646480988975126508408761575965888","1"],["4320705015358531916788627377125421954888725162383174106485320085219346495613","20419776067435229510823732222119358468242924375407388139200249732901539462652","1"],["10967010754150251894157278351782923970604838999804914253244603795877327442500","3609449360615182878238640266158232326780125705639689655851832763858357491872","1"],["6605056778756186304223623119100216907104472866931232051375830038534373546084","15135752123637304735643373435583676193189089176051917671243932158799928307587","1"],["4356447313976080524290814518322390067542875652033032452906409094666568805361","12933109979426740498720582689760669427815087377850226969823356380824127319291","1"],["15222051235847829597364341709360821466575555845957196415071975560385115685876","7662714920299864609461611623344739535133318572163370303457585337833418948169","1"],["21352352694898369470463397262267491294216388735804514708970973465793621390223","17305764279322816954807398522131237762945580995380258143874999245589297223283","1"],["6171380342450235874673930668598097897925530325934867761291221642639963425032","21153087253672231035130227778822292432001044695039596075507478899023780314500","1"],["612742412592875655379847121580533135885863354760890718903901656010641924897","11481304975474225162949256187572467340226888267931964972285196903271659512137","1"],["9026895719765769307000261100552422118954166742533840225634930346547302236340","6444650460185914432794510304725685081275982478467695906953120712801599770722","1"],["20715690197651819424220033148868929445163286099709748716448682909127778960419","7581082999349589232253212780021756371162649094980979154996049614872003641503","1"],["1106927272887481514204112696150891193272168094349184272000039091223679363420","19807002797561250083035809759780419790465895219432139283284227875436504441785","1"],["17183360840470773325284581631172725778249459737861430925184235127717812005859","8322316992627517684737347517393389606779848096897250413056546835753779583293","1"],["19148551251406362890434572061304513174080853589068612675096401205666992932224","3535355721382796174695296153686661911459233677312313480484769584278150330338","1"],["17960030145699344748384386352523753280092744903609932687425876661234971235901","8745380658181621234096834484503792770992360090911511916948194838966363362281","1"],["18316189471179090448311727271565620096008388333358211647507204058451138844895","14822248609745825194216751929547975473508402537688529058488195891572878523882","1"],["11033118310148566287725676136903301209967026761122417140286978648537534241430","6300727788333658115902767684081711450859486997295791532674504471383040528623","1"],["4577062218719978709124779568108466396553783348148021647559355110694859255571","15159089042593468181794800417148658525755459689276532220358582291817816815884","1"],["637379100871053122854446197308019673412797770831160405176639928275040060011","21109201780767998331290961026515701592172217349532816111055026134556731225135","1"],["13342750097618883581869476369940538520873321898971284587535065959998628273568","8853606675734015480561897772949570653909071828963882211442581832757216804459","1"],["13591989436584464787472014968212331797539035090701551215382300681694948641368","15084482171753569361870755033176399204120072721250915463615650354124036712450","1"],["14597097547702183938147090603677111566066978161414290108784731207663029116091","12897756373912035721464225725833390092624983742064168966968921955953285647965","1"],["13459090483502170089086844435291771565111349898172153522201373703931020507473","13412053887524864997029076246171159156362540213266679159060544851505306141804","1"],["5019000551996987692024719927324860370498985054452031974321045209604633765977","12189456971449174388117619890400101669413166595433319536714017373099422540127","1"],["8051522679652928064331198427637717901042999922329130463426769908862060778600","19605566093324264055895002532941883689050992692874045027331325187354229372763","1"],["19346217715717141509621425799957245108361732447932617297604666408718458095851","21785323008277681554179220229298378305565845416758156027921656008680998372834","1"],["13392083403768969506051337836751681410551344890015689073498093625466790729135","19411174102191211934013178374090235528065858346764460333499503635883508483813","1"],["10908972593401523924462576189157805312076652349931882438770735338649354147891","2136151173892567772415861881783249521698265971845872574634063932104695153500","1"],["17937988902861877012053230929252485235959613778133624396388892216569766185822","14651919195581253431776939515305363387985044385302150336129155090659027140816","1"],["4863004693543378618974333581074527431792443449288381232383060445764384829829","17835071706760387163802809622542514194365526623421619275899824060006542699930","1"],["10645976799744764679654777389987506657945948780686603536735887506876180541686","3795094705889269159278731053301947364359492393781872566613316411779269119872","1"],["4074878587954030138937677877793489612951150614902793578140476068907284235267","17627575199488806150817044837246962352720682516574608861019095558893866060764","1"],["10605731705655708157404703027703381532441882101051159968796509924065480648359","2573622569661314293825143303021725456039344214266280574533286324947324737256","1"],["926292071890725761544858293812555233659859303756533661700487934207939763042","12250536689585711319653969536144290083954149274682188021943461181914626366440","1"],["5112437825604712823655379989482868589841271867359009359068622537685710928267","9543522565857327227915384175000298390822659695505309726525467133770761909475","1"],["17878823695330163249324804704393537719860928742039809150329227453823494462135","16657411527288509902142831306425074457551422111769865917824373027932332775807","1"],["21273996847014062043695914956355129221948665786325146991454168947206054912903","13274624575547709276738162330139185772416933587797871239987870762383616190094","1"],["9031164060122243586260627111314013620665437577001926490491916358705918142444","7718076879166600113501023536329337812427236454708148089598115486288726301595","1"],["20403499399952519961798994480895074580997871213299985488438172433415412351683","147961956527742731375959745876423735975053065241653686233099026706509149022","1"],["17344840500657076843560383336206359132252377649816264231988760184753370983313","8963988550607952904419602934906379851822145867538507617228217322879359162091","1"],["5348353068404737851065332952226792928572497379042618104714753127702718648016","9965906404522398541632728339543080795306806288551288710331843945141984976891","1"],["7267256477386650600639781323236640034899407007070321026916065088370731182638","10088149301011525635365424978718162603844293105111529215226493277313589405626","1"],["10868041064842686607989626005024241047702995009274689757765547948451992057025","5434517673154904487625002059583622398701586305063646260532335973262898311663","1"],["3271938333648898324291440897126828278662733123385446557017874578689133298416","1451667552087018874854844289885380735361921198266400807132247300564489589992","1"],["16329318449203947526793436065442521750462444489983076723993483929008195818969","9525767367982349735977367698431374533228949228993078261991921693051106256977","1"],["11584401987392156724425976652228339667295881987691412146087725262994871230961","21140974922857393155935002753149727712608436961328341054396715556447185724225","1"],["16053326410349344551560829080645967116916669281455600365514298117642548578150","16508451211779352158104096948537699354533289375383006662320092623661814407735","1"],["9362970524101676951463314584028887922424605622815443899719737880061750434595","13395636007012786583241926391484859801034904806205166893722988372327089321103","1"],["5296396967869490110911763805992250035632620417650294206279710999980142506864","10628945194358243181909034675136310365357052281722064793243105882309799458349","1"],["6563073052098043931203321232468565056708637782048606636817951791554252040837","21233586790007358087137801097272168638626773189523975911043295367603966931964","1"],["3664217615145311634137922491221865294412429599798662526781287380460047689844","7919901507438117610058347382644697181490075477047642614677028873998685334888","1"],["15364366850746899400869814942868793181305517701508995755892358469472252200192","7080404774718506114887494214758476642593142503811867548495088496227037158719","1"],["15380873620990833838891590638560719076334305631912266140838253015682290588193","4198829247053054510463687177466111056307768561872668415055678047711876510873","1"],["20759173121108652535071835279430296883891666907661147363512375961091318367119","2502210889488950186182875209445217491937342320373469681334446083500671199814","1"],["7838785108912999307531203797099314657340942182049551550978312085956223423726","3751931391774208910566485683557219155274601097285492043265021467612576980401","1"],["12821451683133975263564273928468956738816697510544543468174510162925942142067","6456294227089360328130067089002105856833839966155364479097954320690362352324","1"],["20433733160855201990656391362056085038781801644291124673889542566587697585883","2311008300392462778039089077065164125340984701387503518435296082588212979484","1"],["19640784339546268015640851985748331000213525132868565361347414793734908478905","4488177674254567144537056854688622017006818722361348760747471733250345774581","1"],["13273962791837805004425845926752611655973879297494004872706761217007521516451","17447493923087427707524016333007641371809966113564053444365071386165168967422","1"],["17607863122850511448912058976287766461219602901781393784812521729639107280300","8288290435122580320112647195384395224468652118605890961271987537151787859439","1"],["4834301475637969525408590344114818085644223142801580782115575943357918889387","19342156131430650323219791530678073758278906760645956800001437890519718775049","1"],["18809772611838702702481013039910103250064525552358173194944544089711370763925","1688212727080265273291145646968157611888134841900575187839799815688062780286","1"],["14935659353104343035368558927267584707393262932941365430636531197704695569464","15512707948252876709841141482896118029515501041741976180495228029878350957023","1"],["20796866119313126130507152549503302785388361243507809655808653283396139074721","16671046637654250252084864699086138213682682788128680723420400375233711314810","1"],["21008185495485985663553174170684166454263642259615633379300212372235159583353","1344866888920948460934810385662185258970521153983285804117065980095301932002","1"],["11506799786877099719692456700898210088136481401674348497816472711230113517565","7752475515129648114534391372932216546856868376894632836886685129109633633423","1"],["10575302454855574472462895795093749791698501589327157302652872256016109251884","18130597821038062285365536237352177090364629615422322511598947272937062373463","1"],["11534633828945924143863521545932466394963737331877525259567883920661060708455","1540678652407738739990385289562513092016534287525579726023517890301941787551","1"],["9465843716741885701071745729998776509056201152677502919739527038138680213050","4979103628778665221475881886450005227029255632006301523269471267447152262810","1"],["4344925425401657526576187492788568472012060186269626392902315190261086758003","16472473924326321710230011159564596680143123948066504427999130016337292502803","1"],["327799316004336794410731734927345671816597874034657175605097870620965439628","9241826705783697163690089268752860980917003383372067035127254407811039253472","1"],["21174789055675403227638711096056670585063946760806017279975386560811673237823","9889651173273361684292464116391273946133235441925693753508438961306979213042","1"],["17729510100556996700398149445491469125362175004518769800225718136726271173665","4100185304638305409514788939491132610859278306374341739319305538753139886333","1"],["13172810904710919752231862931746411033862367926402003436894909446188359909379","12208437373181362500061646208052513858488174676414641973278597404543298417928","1"],["6308422939473042659600385510404983544162936927253807310661636398913249665250","16380825397313322412363071976786777489332877513389688246796429329335380797197","1"],["19761327648748769564054931605251471316470364422264992368606804314702510016166","11512926629841901861985211416407902377088395353656939863914520860667391098144","1"],["12443405745690961037875636664698855642549599330885991677575673725663451014168","18220388641650960299954470895422577185766806485504764925110576484862705786973","1"],["16244027291807562325108409270232128449442079262414162961472297273359784761269","18361833198774866768720083966098439486962211340816621251988648286674588941101","1"],["8520405177290844727193893774911627380283869425392646056204992085789074611072","10668815212414358066181092469628770192120644928189844722941733192653053621457","1"],["12253422573654002675631476445102174735272981034021344735937877413572249670432","20875454891674245250738622397868398118116317516894909328461851924006793705734","1"],["1180914869587159400347523462535714370606969482637151271261285560444520559968","18297015130169275344911086016147916495334695479308912415440723868982933051546","1"],["19250178550739754254139230355890419787093456425150032045441643884658333283880","20153075250703743003980745829607727456543518500348110001624875658300133425154","1"],["11850848049214388587922690530468235532487786488467823238263470144257470767331","21196391971998763718553036390752668470909876012665264364292226879170098963697","1"],["16479997811887408017669879973398170721094467557358144964837403152638806690610","7379363627472924231599194376728981166350582671954199763873860331628120668215","1"],["4159299971576783224440173686612412268438422296455422558994258745658815608599","19633900088261364798598332807534844862469647917913132674158249862022579393313","1"],["12846453682493908124367123263922579482541290282680809217748830730915226914531","12088850325232146864164207445930753985824520670439947802336810875612826240310","1"],["11436324632497550863131555270344477581988030971013303606131730789990624951086","5427716626714833508990394638485259994661902301877665488139768218414874526731","1"],["15630409661175377282177150433231238919417863020294441766074940152625483305108","20921333651846436073254665082579889708242756737053900518135492530284967555095","1"],["11359781000192229590500225022811004944630176465275517721958976780542474069945","16289476613311200139876415929102520029125622940008816944150719696145720318504","1"],["12974015538457954753896729589787925736238148817655453194272527752604511035544","9259722961423083410697215559819162120410780786033881934546210749269849991145","1"],["14373426006047460126729566925149164794367327572470889541963441766979331451553","3760169194501279286342960391607081175012342878496026456995784355013431848260","1"],["21437848195057067891645091550744318050748256222471428295048037724647047610837","12604207977675442401779796182547653890669407635967866161615610291556580773209","1"],["5044440007657135859347175643202276927554454822987066823001455205498399968629","12796364970175930432278786998997311701061958596782938337155311538087034843993","1"],["7547743454141531061705216961890989068629431812230100128799775118046531586352","21189992087167705378205910231003506430360282333516115118170843602747949041725","1"],["2755470926886886846747097901066975581988897441621473361154509660122541995887","2717035513744675323139965900763134916983342037099889656067800357735181765501","1"],["21209279013050628967890949149358604994972688275404927313688039429551385569640","2347505488136495037778745733245596973123764652824983013174353848012529755069","1"],["3443429083793239578462121980497667023168367308785586694918619972929429741263","12653784936865649757201893494506017993459607945512875129214946203842680368860","1"],["14542175820757738634008100519705665983758742170129678548856254758252537811964","17242770332754396813303650830350759739663949817312405766700547452480540687742","1"],["15759805814004909044367445693476077441473536458709847945217791600042113524602","3082535105732839791289791882747991343411284763727999666166973769108098149766","1"],["11752942695863410718190449217711085811546596674777421868467717389129225891943","17601813735385027847971111057715959410021253237672570385143727472587941261171","1"],["21051159299038942358424218985865696214997360266281716164527067933239532927654","21575601632476243247673480041282291158602064727310620024299780470841940865823","1"],["13379584281508525411016105866861605344448317767860974445004668216575927045203","11233826951651970972330372304033709133285478563939250488226659645905847501404","1"],["2833065385684577554496802609477648965510291575157845655394255483319256625712","7916356531354418672366836395326045371537374921404957319750472068185102807418","1"],["15392316346886437408054448088605975047072735654115393445346604544659680346230","6635016908329296094058384764225061691345656983743387416334423830886545628873","1"],["13558207204241010362582254883702846015315909506022647714767388383040297109656","10021109288152003925367472313911327452426932262238515613842952222300635929783","1"],["19603147891741505136180541878759924241964227009263866554043982878154571356855","20491137787994289735645021854911044141556735057624748662957580005923629342801","1"],["20340942113979137416741471910526929063392394371884341590423254306385580273476","10220360797336742784378272457148102149926687287161685504813193558831592042294","1"],["19256038654786558393166879123260687437941674852981085727468465939945874219883","11992182537931805688530223128999099105011015961150204389483342761007732472202","1"],["11923579507944973980496234386069344403128550127932797203132457058658486997794","13318738333865360359178651394048202795290073829773366651555000810885107401687","1"],["11081187592376750378266513777929743272284701180530661619290546073378139581652","5057066981131716717686484641782215471211952730170937246826589949951787945138","1"],["2554296577200910283726129847191727572236507684853739976028493131428221387330","8671984128254779675939613758148435160654752226357411597617580096350358997809","1"],["6396216559985989474404374706590075662272498774691492322948106911735088477619","20337312156891339749396557241776855719632660809927991218849927432825139415645","1"],["13884193746292428992940755525303021939907818536136181818422531775731927981530","6893079921584533171832644628469754568464971159333573702369112439643292960275","1"],["6342984487488121180373362105067827190282114341739606962659179858357008721058","9292037358523259557549245422787970669423784258204076234450935462154234503329","1"],["1292941001749682690649614621671258516545803889488335051745528842246428892429","21237033058952923177861570262377916091701521715737839161559806910108026911400","1"],["14023911097043052697326911583743182169361005318780359630708285847677469480671","7939181766804531572509619270960169400953178278340984272836102923062017722070","1"],["19145385009542351118769922404664953281486925690352355243676933047858535909481","6119443169569300241704624950665462260641775766082801606995031201971758864655","1"],["17408588281191386421303426639550647228503568274144963581902466427749629741007","9887231262994742765238058773062812284558897653520558307228467424177025390762","1"],["10737081650068201900310018605488233542269088121942524278800024238831236874137","12585192130348042840066908677321182649760997736054209885761153478717871467168","1"],["3280371442942125054565213425984170253533479263600218257632054081317622242372","12118632418349447905145838455908405773625743417191403330225493716870641581869","1"],["18238770297600395776244014197018289733896587150414994468051483917194407856788","18450471170925387031901751600509461947279513841932634555490168602440245311869","1"],["14704961482759115014501620684865599984240125524936067986175074735100729095285","6373662141264235644886620244373880572882284367047609575793847045792397499467","1"],["1519546212238617655492385329342562467411828881891854764551572634768935245874","19017533544399828722437145630616836617408693998396108004565368959682704019584","1"],["19070694534726683409896851528096503314662635968577600348739283573557035789301","1302048575406737333446309122590927770700465640488772870919639188927479146468","1"],["10518187363443220803041944186589629766327392583956322050259318344499476311652","5211365496026583208022337561272213975695938609647323599031762516314237236982","1"],["8837263038527883925470260832245897854789981341940661605935117537207775075220","17667168435914556899003184848985270036055542130729643799892888927367861432514","1"],["20359709123708570770945739079264550361900116260714892092937758375499493129052","11329172027977057146340640496866948275100497037465441358372501019946294262603","1"],["7929919527660223000280140250126899190105078154461951476909082331917740827007","15706100710554107408080116073209401686209821736086325314499111580776722574799","1"],["10185357843702000173429075247287734073725487986437161836999733320181246896995","14377157372403710584086448875506913209934718923386113517710954364292604946084","1"],["1318713389457225723582465498315571203157761169920065251621842613396695542496","19116833216659207205529105574573318541717046213659618509825044858632692773446","1"],["4732412567312859122752831063412260858527723393469189222254347834338979806710","11640231372386181495838538794980304570332371658881115619829030763324011699641","1"],["21729055093340722712299945432333380097348632846363000507421504618250965071846","6238261908841590626447616502203927918175015118112599027883536125461834396621","1"],["885298644806881182980254586705727978528560278026065091309521876717199299263","10403656250977594606315307732199670654907459852951010002641978570892258075504","1"],["20410422968684462357530147632175675836090645790893508176852876132844869817794","17042986070027122236490095087804539165640994588979827044701374332910746839952","1"],["6763684380389098761285432782310353949136311655170987733888281279177896678535","21636071554772448865299075037972458012340734375182598640948088831278293949742","1"],["3437033473791139241597811384518631834713893617124688460779312828924817505201","15492516932118046621337700233970032044814967430181100119254406751738907933296","1"],["1476160850396164349785617141359804474936255187595053938861579232186917512567","7377489940136087484007645774150100991713845005638096401339747407984762337803","1"],["20951705755112159039298545833493034903584504982138675730466528498977530260830","2998505820003490913902081591770389007611386721383900970906831514629130711419","1"],["14388181401166610081825203993577422761341671386376682777884863967193350272318","13552168220971888493693347327785677203061086279993103621903311225185892490023","1"],["3575959872134577115119106867915478431904285884645054682594470461853221495523","20812059092996016895369060587933772808808268676271664998226848708820056170592","1"],["6131146944699420933552752048062268054881718135499301789986083582796088198409","3699396860745382366597682454560783025297481561842081240317946619299481537677","1"],["826928415050503154363712685973459934667842756143055418793186039822447106867","2955410330743849711886995783368604669536074624656969282874166417288646152330","1"],["8109893017020806453621202873666381970403495601121331801101244887836333512807","8375467419731827770387792220080709972933508551789094157537268324019822409345","1"],["5622524198205348900619368603279264112329585347031489778922217825144575821721","15606977935719694741814743312697291348485381005483372202895399749521008301100","1"],["2891488915566281204201165805507331098167678100821160600497565206668716558468","19462090979415893254577668880142485985734356994188997024880262326849676615769","1"],["17687710399173298220674442182934693591144623932615649009920784542718596411916","10883408598865670824087930054620453542947713361784751386097306403358684003196","1"],["2261941488949387958894241042021384445119918942703360687968566175889876634411","7528362760890576109027511652162934568452836933931093719189555469906963511593","1"],["12803326230330954547892831058196521360745284810692158437861765070920069830680","21443608969804596231273129181210831044788374459092351095972519369119943193085","1"],["20850030736576323712235562698495375963770418057248721197690405025931520767271","7150535693834823032709552887495003283336126375773015528726693375032773264821","1"],["2733257638641961197648892232568712096361684051444121695081866730363595524514","17199900059605957277358291962651836190246437411412226819990435927273557487470","1"],["16308814778753922805127153744718307755864352299109312275752622024991905059003","11087222744248586401524049965188008056881005496682073458805243221075645339321","1"],["7836235039278106055102430372700866798991445370307005494977593672398715641882","12110717863585404223224828423985456275681570207945276620811812040724605376576","1"],["18544156313116974535839915145752288669351138737116575586564648139640916663957","7891832182168498998268188591682732514961366271753801017111892740426086877510","1"],["3733730480263505696035719134411893333049458709123148281528517040575469808439","17922810560462649463321520805695807861315690143147069215777585882266104892712","1"],["5846377484971354548001248952151384275111809383863370936725055767131669380357","15714502989611799010730841780967269003551807043886663326999306282677752681716","1"],["9178702085727290773692588647194100921175344541850861637376664553062800126344","13291334714073271879062564281041064078808054629938371786438773261442327380608","1"],["20823841838337390123341921884636844353450958804561941787212594063189402357102","20456778269968287767850486254154683291913362799210470520628034074096004258715","1"],["6389879642466871663751163668006219498261724200446311561372270682840481821563","21502176183721501107607824820734064397522700541950257695204662073271317299295","1"],["5270556318580910218890347882254063447230998577189537046275427033693100482275","17151686492846073304530108050324085046362583708465625534632688180868679619175","1"],["3604789712967314804852761603797130151431855729596757107174928833192817121534","9280951199076249727320537807543562356510023123340109547606207684003270986979","1"],["2843366137370263856737479480336389018161470782018536639220170442205984604560","1923340609682838861032181101108883336934693003936782529788723972784685091522","1"],["7146184266498367873492155449647356790797056806284165235630965920777315924973","21361201029975452241209339458573861816990336493006000160255927187703957873911","1"],["4504738549388396336845298626335302352993103133764623634518338497938048579576","15554280533815358450203884823727691255661424024795763062753362483052000866983","1"],["15452410598118739288157827379278233512935899105973855852911269582407435291650","6134356272569527582979543356952294652558881021009736873026158362863970735984","1"],["21540713085287093309975264666031054603433422858545373621172120723254591247138","14817396315824499110775879764946396048138210325525204658257104175497050279369","1"],["14292207053739765841931788476836169240664972850594316277546659808307302913095","8673298700242181488284971619492400994130617866630929347762531664244970423880","1"],["2509080500101649494639473461944578820068453545747040737024872634695350325597","20198341521525146465134470477812965510691050372871329396006369095933346061915","1"],["8244100966481982692408456589633674736107149209669745226984302301061177863553","17166054107292742753400968392943117369956374232235847215791652866835761626591","1"],["19407546379455890457523594376123707057517960185757241743852166438899931928976","17883028766614865130252322511835898996955884348495754110258981684770629899692","1"],["20656583397185287779021770769876569799316735050801239613295266496578723702892","21699920896159593245250827542230371039925219203862880305991132467675666515196","1"],["4433173026192390874683896049233466646005777280403197125756857720555570127017","13670738275280582863066692620986501675328723869965680839223633466428993915669","1"],["14042750661879604080858440455945407168518166530203763478605992923976914853710","11817295436343176707014657321377230692261386307771008603801074399135271665425","1"],["7880036189949011190709306912013897182281807383815658260110352999226594937795","916411205793373703532655500527664803804637851078378287611327359613951582930","1"],["18729524590784372572982515518751209377109781068414442489444138748974810712275","11000905267991066104614545076875362617365568312221983837626092560063297304198","1"],["4012939987406021100856516521955137426447069978017789274889411538905489743013","15644708524016727158151149749689762364893162252504661798160314425699668792114","1"],["15043159591388712905035674736192427275248501624230487353709636486262940870493","1636805819768346755524237428177916684905589035699889125831922794937518719637","1"],["5206823412554478172506461666279712104842881823171371189281081960434122318341","1749340190143651670457972458262820670494926363695838434626466024706826404916","1"],["1805277228666020125427407745696936619265419991252693719820001986243623753512","10492236277050910529350386991203572682791589936207113727911736394719298847122","1"],["6252092285834291083610601010881188714308122471900131094667190342752242503688","1291038293470065349419771816482457901555818028644192293115878763850564386835","1"],["18418288787790958684347336716599085117342132303382293323192977975730996673850","8032508295489109070601354894334008735949380111695988505958215425253749537840","1"],["20291992678426070473212132722148746538977685550510089008262410943004148856690","6263061264125125906121026170506143042553164372967045765956303544780921255004","1"],["2281892877437051590792055135832834709558608193142749115144967223081724163971","1431866352555366399344934359611930063045745514589295370670306789082827493572","1"],["19460672458318369890878706692840156368993972505628305452680774991841699543641","12456575915027806505337569363794087144164429339036093343194496069903999220484","1"],["13767987177867888079672639391963820170393591289697397391544182476423981535143","5520837050761724618183331224741879259209670965627697222265025779921825236279","1"],["10335863565464379810093208111299887600674482107474335199898060117743955845945","6382657091918420494108705846776244776237830180694777085877581733456372395958","1"],["5315758229215665096117199653997817598175381521388449419161649760133006131754","17242066078401208768885102106977238934235612711990480968334856793787595921892","1"],["4031799462393162229085358691464044336551355714371997075950714118122043284927","8417809842251101936533657906409178512661385633823603972319139694875713298629","1"],["16208284600398447769682899371144842841624179186673768284101750978314464029406","18574370589128099507130672866988556412506487751894620061591015948167701301534","1"],["1928381918336205255871061652352969383097496187645174755190342157784724719276","18130200522657153120824180943271216176531105359316630289477015514839271091660","1"],["13780035573911225651911637134775206557600407157053125557893950421649571845078","18478550025666470148098496255737550970518610608256487961745910960526628418477","1"],["378486171109719206425454108090700139120530425458524426952631354329676444311","15139538889744642253838085509989311342100598501472287665384810957938726486973","1"],["5970687911535446404192336849712170536585968475491627143993221467766000027992","8859397494939209672137860180985789618475577361224218438061961573556271257406","1"],["164087639971963588683738243267017368626557397565664468659062583095676546495","18476782375408143856179261218430317625182143993508216837456490965941602234384","1"],["16352570266902831776817957022377662364740113155187336715100078024151542020756","5744515178434864667260050295384580890466017911437477532561014110242371129810","1"],["17146188617938468624991122361297404504884501123213463636073173873910916026017","5031375756445586128568545433724662736768027209801587661235686805838322187205","1"],["8694329864988179991430954217177795061181782738720143909175066797147242633358","12582100221422532760902696949275012383597702877613482035711674220784725682522","1"],["3544863051126494679629999899136239981522536525301145641629236376896552288114","5555302384662378523193383191130488689589963889547390244816212096469603867077","1"],["12310894091259101160093761182961021879155824784951321293815363872723308735555","11775846980726815358944449505539395125873306034095944432620054499057196309109","1"],["18866849141548078294588521068253295631988196661478128132305611777500660419687","1640289380146105580699569148388808140363255015404845067847142454104044843749","1"],["14923927456855613460120542908214437084726474159796372436980244698816785454018","1202130252774987408570699754857874748673727971061556470714762966423274453749","1"],["7316179541034683698122249609808812753072396403842702740127730580236208463871","18907191082427286367615557675776564065170775682860381204249776756072011605441","1"],["19671665334305915386712516752623927382483199668133994980402010209993309411700","2620758622000739925162646096055367839026503942243659938980181598813697167678","1"],["18610865179147892289060223456336941719873942477385450730519558155262074751625","9314314799595135458189141452941880412558673411432924981089889621578679245131","1"],["16686568826975859302508656226591891111886949704783750351776786541955300923445","3379605054311571146793359775000575720006365323334701866790268595496573553045","1"],["20428424343728431684361131723850116774508854039748863074664249551174524390310","2055170339161157799800843232783220761204146613490502251645890685188324221127","1"],["1521999578144378371934886913421522763577858571564478898761533494490800316931","16390629347199251117196897546685259874331934434020868610654766023573950479566","1"],["4703731078000704195388174373730774545485953777113343733194474123387450927766","18220025761676773288253632713323980670701527499487816148383986040672402284885","1"],["1179038472681093371176459140298770964044169831729796112032769917630638453592","9659184220701538946738145024066404066499130209973195640079909805400572127743","1"],["7868051772904982581565963709028303778634625066148275079608313571616370988485","14199983645087732393000734075055002478729638014134831373993158219635157802019","1"],["21187889456144680307322113262030921249965463416705342706170650035050064694866","15745653362085152256404113301834413706192796496253850177487743604922411671712","1"],["6047440747233750834581042510086692595246960725729696012607453999534558324760","8209640850933223009842856680629930211644542012506079625749427555164355394269","1"],["11677179254844238358762468945513679482126864803208946433546587405948888114461","4970039786934259322227907191681755485324527573514618036790655005605782655529","1"],["18593294043324439616845990370402728978573920533582147613456472697239627868779","8846318577711816777675489087758893739486156038541059777340585620653361337105","1"],["11903995881870408037084543354048397968288701969326800555318618204990871833836","16455054243335781828765275136989763331561871303875989247451184176375861570495","1"],["7524592892216102403459981896013560135010279803835578671074646658656539019804","12091226725432329640242831294343788274163445746887222820719020493299413922724","1"],["20502316926180305097616552027401342193409526763587201661356630911455375455381","6105275022102055610640346917436360302482783541478461243650648322381707847382","1"],["2718936027132697698815258285580194302081330062037892604702872274580853405727","11125084439330431979955684360811049830310055695299659530346986650997369639445","1"],["10895878907434683918845589821977077464154544846065131139414151934145518126215","21032530009511112414056615167265527963971975849677103280269976179656374037699","1"],["12942001478400515170688682484101459950340884866301964569662151848964916702150","15757834925277292761969913722881833150802155506626267235802409685063692165605","1"],["10622088707487230253741796747819476616186984693442930057786217422573090862484","13686020271817202813314327304644163950139733736083371365478113575664012519409","1"],["10520451098592443406507955649752176547198966644607539447007377907312856069967","6528201247756865894828852776862098978863563688991236549401997914376659002053","1"],["19762089104460608392367428828324407160202409352374876188411446916101121584988","20814076738385309834488594846816442539121406772892417017667801818353300355780","1"],["21836319645464619308286419677277858381887689687554550690789162884251015696588","16296858520940209360837494715459014537825423486706978351863124615055277285472","1"],["9253913469435717085428238224732592184680285791553611507670573347884130044816","9723215375578417433491095966334497432674526799788253110391748013126626832804","1"],["9681139968883734668033132286748850703175460076856050237885819109991611760862","739972242522602905856272948857612396308588310495442845570027129167970964903","1"],["4848950200411601675642784667432889824163519042727639102483553156220627985978","17956309489780513520110907662262834620239809926026274523655992671068167097880","1"],["2995607657787820738486817121050487733916808416673242978841857878054205811201","3699447435766068189416436550441161255608225414638296877333876053238893330254","1"],["1132830780088858447385351037462947346281464946549891653903606664824286511738","16608064931326615580409511195013931031823255881979757866977561806024063170656","1"],["21874787529908689181044860805454636966061776724491809278213300246803211794441","11764434853846819862795659822026168055498988944576158662460221973547505877523","1"],["2897346525618070792086234643318126050908854708604120092346375217098634095657","21820620050039803562249342808309221860680046720697802802032384703434756062933","1"],["3804085036917170746342739818162012296037764475970006749670177164251559541071","6785470731683916156398203463253867571682460967578708355257259009364943802892","1"],["14833971715735449875148389046822926214749557388411219948798508855169396001628","3558423599801419840363005471382871019891688784795919703002466872557280875853","1"],["11263742337327916110054873941331317796426280021406603536566502788047762155240","2524642336134418843592779075927203198069036863288201849711904079857721896324","1"],["14626684698554474683140714882000725010427215393559384840757766584948730043354","13492439647788129196768872881140442882200470939693964772009004788416050645581","1"],["16309511163313438553912084383274620093388315454107843874117946405797640401878","18219679746420998463820689726750069686695125131710692919156697786587012103852","1"],["8359628646933595786384602280516712516609254309735677646438249921339380885462","3731626211176611877697969257287701257129762132036477727492151843954882349371","1"],["17839573311281602859720915332309112380695188145448219840625558436581575942689","10932754893549895089448622723023123612948099766303499473158188162844073722741","1"],["21425488433503066418090280195882758462769286613387579253267269338193724404424","5687927038867585766870974988362476634724001092047719582780078510465505739660","1"],["19947918708079460253963453295336873224573103842140366229212804748994364942123","6832823758448275243168549431255698949809872156032200260661754393133804340405","1"],["6039965954141415836061565394484271456842306703256555015345847993222475845596","21757637650864920433534494350204936908811035305088754190340613308044640640139","1"],["18356722235569476747946022758404731288440708918611724731359566436496375651845","9719855562105457654048495971722113442842166475418312789928554100681929716541","1"],["9930047306783133221171335834653161260833258579933384980052594117045666005539","14125350001306910232546799013518471747215863132004057575081771647404410368477","1"],["11081962169184564183725585795638485350530730849313119863804539484230794678016","8877771348709485322381197124401995635195183205875679531883696042683750532826","1"],["20569013149237568038080253856817977850715047114101897007000884311352302693033","18788875431467329376704736691255560433873250873487818681097933077485123688710","1"],["1607078437286423245311521716763977734879808876979967905024355651173961091172","21048102642245986035688319407576592587815016123502043858775418311759331670844","1"],["6712605233863077318488203206428556853403547190435185825188110046520765119565","19669837565457082517783826021937911651323556252175095779808671376963103055473","1"],["17681085123119719366969266391330872351119671494488854375611738266371899159145","5014277016235120101552977167746916545621183052406068564008436416210905459312","1"],["14166459776732613664581254140296148841920417810250684170157478248182252104407","7101419316051656397499493274726104387312124752873426274848577099587558570717","1"],["8377109156253770682703811412256258737277512007641827934657393087004532277944","697493031467196335696943451602623582922820490503781874592074978666943889870","1"],["3814416858712531127348080715560989071927070168234161977136402349982108908095","5548401757806380294032273570712771982205111913213704399049005614604744871853","1"],["4248555699079563452050754421850818843660555538667576975175264136632227045092","13938710349328461688966964163772789265309120832197952042639984115567474015899","1"],["13620845709093835650500001651946711567987254594167459091641072510750957743573","21475375055610240107550250089648273724248787709098619201078327863439563139867","1"],["4126903627967188358644643453980221116275935249852441331371144911522933911711","2098856998312115019267491351332751365153545821426619555777554789151593809291","1"],["20545889546832541024168708005679105855932026257788862339774076635357485052538","8626305239521344738272398071077057568877633176119804097084885076352028214542","1"],["5974196857092397306455704342248655793870346923151879811128598604420432637474","5357533290919320880740536471292370551552888658082859071541178298280112889180","1"],["3937058346526779229740935295329504763614852425035524836603926608348225830617","5501854341620713375477379484617697368813758606549370865472956194454445035819","1"],["2607710674546466356631135898837415748478595331315358657479726114285581587346","9145785327968618565431609226601332857890956416846820683987068394229764803593","1"],["10129285655551548971380206412637056816535696481609877528011125105403697100653","19732410681649045572832845421794006129217899087738676866249808437720492774661","1"],["16473798521896962244906706330954449565516348198962564198876956756095850433147","16522608831097630723714397878135736545931613363327128293733263309250977102812","1"],["3878582691750577451790112961282849681278945357619993050075608212372046899754","2962950073451378724809522892162211801722671184558173840809540400509681348192","1"],["21347829812797359061793398214085124596619961504050477526440310892745313871107","21122117391276878048201308299586650637461854169985502491842621504409003943067","1"],["4989934288822221338143762668738027494589552067427849243926349400177033248184","2525981960192536585376967899888474623796904994921311233782253228079542139737","1"],["13059553227152038200163336840351754148187729539285597723136881025831090708392","2633837029125092983439942351068187697657302127112897643863792159877260358901","1"],["19338916363075613378003473856308917922607952306142477335703139730585127369224","582480009556367658847777944379682344631020840848111524741768983685753787248","1"],["20552872238353590890511226229780601731008100217757609016599635089388359749630","16510875121184598720574776140171806963309579099967689168225931954056748196486","1"],["15323067552915544062027555008594555624068308709552795898494972841204937900420","12300199859622679975932627865717695017263696449081973491963200314579144816198","1"],["17420863789469139902473186001887843333977458375676571461473569285139033003148","2198530277810919773851030257306447029100336839750588634977497045843998101881","1"],["17603213337850736664600835098185371462942128290934944694950257338719394498425","5368586989947656452826825354690932152654591850022091992706220497370347557929","1"],["6853703705362816285165395708620882447451554879818295583519964963222310505063","1914679686276374675506592960639233410113018344922694516170171322513179703925","1"],["1942082714709202509181356266970093849696816389329839366986081307735536536014","16671363568972137602234529618291185828993041118541978138743473236716009323417","1"],["14657039172776563870044511013623901615241951624191360375109333322155752050927","1777441613175214143198918600304747557664539477813536265634802043349744389831","1"],["2623617814958967012604576615450126458287198886509049271895303491523383768030","1316818824945293970923074756226717650931251864856657345518778570615097148003","1"],["14495844440649841673214447871342418220738746387972465930658926601626280962108","6503239517477609381694992514669018996639584100365376529121812810094177692207","1"],["1616380645988434279436149401460632066824377052186734994399912107460060539651","4553995940766880870386746111786419320082787414748860595101568548759622430474","1"],["17038381609195054238634827935281143509724966375247656618426490713352503636059","19715682226224085764983369302034073462258625674638012841184086583336852357206","1"],["7662213825693175607621037427531708463067082111494794811355364440130231060731","14442729664979332671693392288749354548125883038962760545885820941769549960475","1"],["7637530800877869012123324706874796135725861576389557389956452124365995266757","18678470082008210528151559325472319110182009133724765616304749310227401350732","1"],["5990970735782963529681194853259534421992213844124443631293889712662631759804","3177057756789114800016872179583108885723169233464912751556767836088680710371","1"],["21162750656164939543373745740893501022510457082787750958848233746744268397199","578016691305855740220143877352514731110842283500886915983243609989711094229","1"],["1330205811123209157098724778645622246983044669050757463021809099768166730101","1594967857139706971666841342753840711401796728844755479112786567121422845937","1"],["17579971319923352275283209212036586506378569985108679036144395881830350644382","4896847088218649339992139737498525825122004799477818012275491166212829271955","1"],["2611957681877621825644815597333548277775724516830354835685193902862460345765","10580716067191176979913486145445935397750117060678512444191037500765807453627","1"],["12782237373398709534784903838587969633838332014484249673285508188079500574648","3369103038621516458653615167840213499044315601476402070947994501372493602787","1"],["3855846307471577150510654807088614214735637261153155753647785320218240524655","20163967616138852967627148440897040180778324646168074713331379239886588060343","1"],["15860062937145660516599897483311682811339362560199003746805747203498458781068","5440912660771778582722062163601448483144303907400632414540182871915463549192","1"],["10709445873023575805497972712329456801302590744978006773475625584768967299599","5729089055481543528747508012523138418438530420372966234856484387827548642192","1"],["12014345524810499918710759437429223636095939532766721414805457387485898168661","830775545580828789778436198719853336858233008467128369681915330614875442876","1"],["12659011319606076877926152534600858525255405375015175456870515236054369864340","21579790404134086076892781430672736561003760585567397807739033731265937158623","1"],["7823123629994583371861162634447644529324907167595134923938255471868260619935","6199126546233320606949072190401500916697634826374311754671802618373551397881","1"],["20092770355244794143826522002405077540359691500081083880430712276362285213052","13692492902625453679963291346853592898987673616143216531981465457621614180910","1"],["2496006495880864470975809587463534814121985993209942857420942131707846115738","18787073935226133990908431474833403548232624443180952382787766634470852276022","1"],["11660786005742605106467365951838643943316976466001959766024270709925793241402","14372962598803520710292492182838891387921861898683744043482842758094433350244","1"],["8543797028802542483899748399317549860565215933044932003913171654291227366970","8494819308874430815867098007651260416333460150699417897665517415430638870070","1"],["16046836533001498240094551970487254825494528972023241446773227223648176661237","12400724752025357744767280194517855813563989660732664767071717937395625109074","1"],["17163980967920679058242781954140870919555126034260506163651044705065818475283","12356940848441244377347847128257513408726777785116665300834492064474844745330","1"],["9654451058512542714630506318665695763782266349096695411405084420255190823379","11120657787815407128565878295237257609734945629733990186296757360975011055543","1"],["6103856161071286284753910661148337247387592419560411614144958989840099630474","21499481045960150904620174637055666901330450873610454582689352261768761143194","1"],["13753528749615513944313903575930462909076040394476763984014619823297066745524","4984956940710057347805250707965782717034898944809184848829901158991408216642","1"],["1005260620626085026569811037264156788486708024677115772391271229876904624814","17581021806820861184516605560641092123926829083504061993954500494917617086294","1"],["16060416162944669285519884089729935012530108327419609648928432119404473545711","15175961501834506727355240096737772992238367086481146073716631934661703248254","1"],["20251485065719359826409311559087799370788538984481413942719857772455084759004","19746126937013419943321709568734704951687210104635149319740307393716830408842","1"],["21016412339811462113139530509814408940002066380187097844227270929545537020619","15056087483108618759659593742635189049297537666776401418646821361520735735697","1"],["223399176085449300587464676691810956353138124462978683297025011013232445824","11471209358925192010754668712156646456312558467121834177788091947277716599664","1"],["911269980107294389642433175433522048474124377305956290782125665856725927424","17201277094365071971070115198265695351305363165403759146650592763330665234093","1"],["5898643443768719345349681715685600639196420168166539991571932976096986248113","3617842375910722149165237813654408165393829249784198666259753448748624046155","1"],["13776697327998898645500151856373968024812638890922423518837608410644095361155","19381478884634105086705176786274453541180567196861238891542660537005939734640","1"],["603710355320031327808489214517411939314082408773890539407569780090764026404","17300004202583446121787036244126684232293886474744409519635412380587239582079","1"],["494472624892625611168227135403613732213934103898354275201387609581856390747","18131569090114678814520316224962532245525889594175793335540983807587558815343","1"],["13992399863527621656565604306724642368532868610541673352522407240997582858875","17179121443540675413076058221679673748272736998752353333299955629272357497527","1"],["20197820592562665252579358822887885575031124681009902451913205160202057194744","11813805704209254564115002877125099557771814269702858712211855548449530749780","1"],["6168839838483772513910981430321349019026184555825694209459190938332720229092","10047939027324423797533483875205078829410545174440463410953914670487884983708","1"],["18335251483698382032562522834049329884097031560143985266394144093131777877605","9606363805012699363824155391108586561249492643629899127056148236077664833393","1"],["9955913675245491388889180559512460548187380559092281903570103830909550102005","1418675615728720833638485241991622679802885393930085156437991743695610415942","1"],["19731598546061287308157857234583709531719586008112085855373808552894817697242","10028158941802102892910379610306825971676300013465082267649937297425757011367","1"],["13437587412204581059480522154338094519283748882000253730309625943498166694014","15973034761777424494390336175329220091495401758801514799520699483351906124230","1"],["5275523355475228928349937724296005141597292079012605181168701049266725554946","1198748582789251073214323357039836622124259918884264604233695461829302412229","1"],["714959775767116138002313129228500899646078431723236371454033967897147374605","5044856688396776154020255101577289013892420576165634371999754825381804172354","1"],["20458701677525770336365180415128358099331420575252685474344416840794907075661","9065053670517619161956459705316028561239846767163571386066847158214643606858","1"],["11615313179434636655682659972404757449921115238479654396322058321256993666656","5045597175488233557097964278704071686709092450452742045098137238119348854970","1"],["13028312126867433632677189510218920871990337425245716385004804773012794482028","14768353998482770120480339929771259672450224087817528805982135687820531016357","1"],["16021106676596468511901865972446997240945220288062020709658904651091384559057","16819574410258795030639575930179720954000700035006776756127797831226064581587","1"],["15398173276836416030292157718530889518576673054366948007686055197086850199840","3607193654130205184509530109616031177051702270696066661074197957040483144343","1"],["18741661090578639719674792985403793307724413068830016395281191717234908698792","5826495732457094843891175401056234998348424861743203779436132426357272519699","1"],["2053540877594590976607597919741060700933265211774825498980082764495108489355","15803989167678729995084974456162526186250406333247933036904466761967904795180","1"],["15509770475531074749420889076235146789886948514970467275569927211173228394091","2478067723198607581757034176906151978224976837801381948873161734112568754023","1"],["17855369611100814021025046812945218895286637654348270791497456829395707580096","7671259704114638106535371356767033351551699794443196187073174801907190335215","1"],["4265203261949483285132211397173068093993958772151498066965425297421133773725","13658756236473213202363135241068586636688802912809998544984793503102919841286","1"],["17540938941960243069029828312591503470856779686392558549249961918085091966080","18079423856165276546810283915545542973854231200642638519588499268274331137584","1"],["14236971555985061450889807879621244630389974726501114983035078822863943480502","15490573968163672830243713056259813355187959746714563863672345575276823392714","1"],["13075929767926219376561596792954938925233535075917768171003086515548722590525","18844564653778883908833597481358533497151015946174412799089690397207748368659","1"],["2005772461484484288077383491245575445580225021941418254309972227625172341115","4889294578216264775773911537218378008776701372240646031184019774162683114393","1"],["5862059626925310188988685111269085127847522435639060957451099765161469440796","11985829824947144871371816426020010683658780265297750388193579458035112047854","1"],["13091906140350294333082953328030478372917870561029913543388004759469863046760","19671678911726185985920409130080360108957186963245616294631245161079435575654","1"],["4882706848253288691784770694556832088347076333155280027801314311453056684937","4345270387911689778012066498313500408697107296249331428858442392871983757503","1"],["21081426329821835129422544308120235573023287755924369581354763426177224561221","463672465300658739993263960761343885447508757229486073693225082470496754946","1"],["20218881632307979756047141560862920265169147428483104129996021957946682418087","5269121973372564395085224220258156883415311662064068489758395777775513223553","1"],["10147656524860339181017941064682482338805455228124304815200092768652683503323","20603237301825744341179107121233638206637352289883259654770378926375872499796","1"],["10246692084925207862708673698840192416949877716512960036348327409773485674842","16712401855487739095756178088313562552445957641914441764370894237950972655388","1"],["18547460087824999053935187663546542484534088699489375293619397185941211343617","11185362542397368731465493933430878318079713400391488787130812814571175278895","1"],["1528258254236467134012130263794388490489627168010749127143785295539313434623","1057874816670940588524437662640732179552826852360651388007055877587029482559","1"],["364183441106476961857441042539114058338015472452679725274494791016848251813","6822362112115809626327249932655645075358600534641409943054929891432314697976","1"],["16203183045659819167468242356113876808238926183669862156620568013169833460376","12817543553260496187395305382254758185548190337826865571369148079717727741182","1"],["7882739461083407666772220524620605114759872033079298518914486017456538158859","1000362703619390764124671942593389447362378110091935201004527704554627742165","1"],["5244139624047996329523109698889359964115619229938937522273602839487310408039","1979880007008804600221773701365266050527815933868374366539995712950680062314","1"],["6190485539323579036399085113250274736686523286161745150629818075713040236818","20967786512250669714438199118506338755090574073345838558300070877239140689940","1"],["18707986957550111482592027945160727524196965946971478904344862809980585244327","8780859889510114725132534364685731443344399956684736221105196955227682273041","1"],["13538462998039156502264077859188097714070626255089519837875111542785971063005","3861445346814431706023561516818875623072220167343948010566752344678735971086","1"],["14358914745470833911113430925215697080748657486739071130379614938950856361868","21149788383155650547710950586702374390745779587030954287076156865281898401789","1"],["17772411809631425225424762458276916630036323123555130000558017781163093377606","3258262158669846499376108324250213646347815507061356194876362545475684653743","1"],["1826074151787726780002361913577055234334396866572868727174904173449032136179","10380632248242136574037201006352487226797579577552757235388620144300478944414","1"],["7631188576092243545472201293552320573007609318385383247405711260535898479452","12370746653144519658240756273934254204335088094603830139496075618472609962504","1"],["3526074894978731418366770664106315287153178120999510249209819989206244711135","5505733802268290211398600195416805958682025374730779751343854536043455912616","1"],["15768146425846928532241095720646197230800939600455420397066108982569806644118","1028026286024367707579613226098937899689607673403163099268125523625850729299","1"],["1200731478968569818348938378912276971072669750351555455140925717689440600818","16004933819531450973849370812946096044958520122264844836897070055671258704344","1"],["10753769563095322441601738732615763157173444726336155992640044401150553963688","17282439032755213555509212438015294956471523659831826688038467261476940992709","1"],["6422248214811167941924815876613119448679057676492950667690082750858963118357","7841036229776208316881594883829095259164763106842261458099151272961954016875","1"],["13917157290275402283684760768503332593525211094693148779487199285178375993536","5787185141722692182454505596477094699406811379441984610817102190972355231613","1"],["9453471701960000875247099607038826584267566709259420801235600523088400058147","426203630483301247636951385354676362254055400857568306231661522148419047988","1"],["8146837587555959882583537783731225657883285375863317970032422035070610401238","7739642864652994198789507162470227483215881093238493930713214382938662615828","1"],["11058099271996257523017313465654367958055338637587442747909193159388073076423","19040198965496866502422195631161652489176104841285726382864562146790951062015","1"],["3039798856560598255693922193584467604416848154218636919058923510811586460364","4885220545994461192627705865546177237485484396110359839510649889432977177321","1"],["11504362022012944850509944086453283407212183653415456410499907199589298084134","16021463445339645004381718524747822079140182373133814459395344090603094070634","1"],["21209545996450581443606683951419565537013592110618698446162035304235670605179","16848269859865930666135200666356203232080730337155575224734771366066836325276","1"],["18652231973580156632468200210168192068294623138007429583529007816209194808161","1236296112228183243383646088505580406394174804572218619478810504416764968453","1"],["730065161843841909187582002079041157515133405310723832141193154899478889824","8082291551704007839538793145104727928676731556294868908347559778852313943975","1"],["2677153551541065147995104546773768013387355411346735599477565329902977938288","4096237931010106125320541036213012908547234840849229406182706469503154253058","1"],["5667294366988959753524942776447533236934142600194189222258783835770778893392","5099485426804705892412353108370278804895810811771937229001937237149044670020","1"],["4284559910748852082226230628459104721045307526759026730838343406344333610766","2772921257718143057749839614381061461552712851616657968753834631673285660920","1"],["9482043358439998247045803482270559694229279629202703780574395836855425724666","9601821616028079727636979519505097669540034967360830549292421930341780991819","1"],["6036078047388017377128448039683951518143535821930625788575059296679225553329","11052623898421818191051002338251481516430930825118162750120190782451012250342","1"],["20990095814509796839179813069433799276472828787434652436538361814117422531183","11834674161476503547351638128395071364868498593640070788219670839729040856643","1"],["16695728758431551691027169148464367038848108016149694215220727071859093686486","15696529148657830267060061150103313828719732854541599413427383866759634989401","1"],["16531953173138485925252844046461246689070254363076919961638877288415530405146","219176600533200226795148965166717425096418042507639330822561446492831251326","1"],["12026732679100450433225197728944038696394753701550205482578291053061305950933","17220166085397304678455687813665781994912345768557430863891974958728023082607","1"],["15375062395079203244960323943569861467565070747421614769784842204022156532387","18969153297829910964554207861420930973709241187637902666808793405608469961650","1"],["6006678468595478413560024775574820611632399158711216109633182155573945680076","21712118673934614691013457534562488639236984814031311856408820160722820808900","1"],["2427996944194810972120474111414581411464596739092215442245027378409655201383","7117630522976634895489785485390796680506402216325228931647862208363322868414","1"],["10142101301144838823679507752003279126795210326126946362210937312484991649394","634367102454384423670240207745033658931186947583563492503804426345194814997","1"],["3390153553726186062873688121817592039611522418442367417346119047946437572809","17447236569883295675319994432526837575857066108905165198598893911335752983291","1"],["4757980655406229631281826850288451620904993559583450481720814031911786502664","1094823602617597426847709476439831013205354156825253312940790311797740103083","1"],["16647336992918967456773335454803883408161320928891550002468409859532008986679","4945350661254796053735566886307791773666818898994788025038479506007843595737","1"],["12683931387248256186355264649553969136587523151116103789286532211076095976768","14009522326942558255648254567772619827379091196793541262263847274263821913944","1"],["16080373016342479043948778144838619944369206948921601671267544724286999291306","21196025278125938627321439939829925345281706255346881809137582103310791205946","1"],["12783958723750080897294100282679577641114433122190154844531730710828404920384","1587584452964862187886871306958876230443963712291533287564978662409024356735","1"],["12994910963308895263274302489746060268473369917343567951724528807621569401931","9744208587064582387358946202115255115558786117126008041511175501454126972816","1"],["15093751508795934071205782019802316421753490648708614294292007111999053982298","15646063016342198568329821657976181085052532835540943405474732788118376130237","1"],["4094412479896326188282622121636895321064529028767694315964783184107199193532","11317032617313719576905708069022295410890525850925505603105234869662574133941","1"],["18791349884296758506266951715584971532574766983382086474474265419256773651697","5495715428668818901171664236905734435822533004245189661146188446552042743333","1"],["1406619530243041290226448879048875677511341935997743653595961368980763217138","4349406806091850930017780322974449528114825183088213333033822054986944286995","1"],["19018224717312779663052169085845640621295953887675903258953613087754150496253","6465540862315870123855743328447638574672024749800219688051608850570897787026","1"],["15231661841873032086672072144694902752089922973310748162911831126234594327766","1160273270329664767207197775741895960142734912439433687269418288995745764190","1"],["2054554428667344559053725320109465723127916157756765277555114806063138138844","13871822505200033447632658263425167311006989083538564611477550320917218909761","1"],["13290507691545162620231618235567294495879657535454193444363241991581997553444","8616113506949988128565066723458828398131689124411559799490759502291550566280","1"],["1563506792711873416145726582624737228337898030814102442085888648775920630104","6575010613678676178017855064824473999267584356100867120490481236217500681210","1"],["16851681448145596387937286223315807644228231450630234176545642714532506220325","6723536931739779087603041181767373616506527000013817770705900897470127111360","1"],["3278910711802932615450051466156851654119981741944966669714180518083175478349","7730693833366911520562137415111079653081008026835589126361279912798979287869","1"],["1819845030665986817011607995901535950561276757924773988667636731091214481985","17030958205221431266286702461780505010998491571183430610556121807127040246992","1"],["14579842488946211888734060803657036865282891366338524193633605896948174129947","6826767349994348609678393598922643388459924957901871758224807453752863111747","1"],["21023722629395620158757806378746090563955726429167614730511487993980585681263","6170495462530204256714575325581451549996613561042003082777442921757808217152","1"],["11941679223299229831071160047841767363703626218409218669786782787503739209631","526319011807725520491492192943708668103461761139881062236364167803836214980","1"],["20554853281205106319602279480456214445476611747505403676776830068841243273692","7809399739121796654395413446305338077528468360887021636135476611710702303349","1"],["8299417105028184036918889134545347853361329574425809081119172613585269823794","13545764363687013685649560934234770433577775035615555695804911118474980248661","1"],["3579082707311936662518153427552603856717232160836087295052158143159457159439","16256429274605619835794819809469152202304536028693855760123488765944193565127","1"],["9071274569791242566724564963199782139825022017259758224638156548881827401718","6966375122470092609915991714512460340847587051843322246449483980250852412532","1"],["4628561435931974679865474867336487639272744470034035029109186235471602254049","19919050198884187402481102109452315728669384292648880535247335416095188130105","1"],["6085733763967297847126986757506919767501296403327965463668652250527905881045","2840733932947775723651138706870546228412758128200153955217217521166189097040","1"],["2780183007059359900884249025488463289123500149810157083587291276733000027924","12658753416567576186954432833087082972491501625260741865367016585002602475737","1"],["17934652203005267932633416382919351999790889113863575173982071782032414337305","11182522880822159866677424270609235722627166289543945896744928630748284327830","1"],["17338584870982059007377349386890858697919727983401853535730459776954025473956","2758333340721044811673175615622506606929864460274034850163740903736990626382","1"],["2527999676317241755192321732335148672123581617414343786198457430340783597521","9002465962943382093634563988731618381114700016900050848466663716682161646916","1"],["11534601591775048673106853299723050381755232338357293538223594399908662938356","1990114674595440188462819709576748551577876469826009767796784373141552531182","1"],["19147233354941701220894116308348915539545928279332416925583695603170561207093","1191435831170807120561058855814623965346609248217633740098577584888010581673","1"],["13935892591283200304895432392786702203901780359364466595911166357725642796293","4968555897249819991854888700472530630558541142935727523656473244394027056065","1"],["20320674781127868212745321367776764493770250046803114305109458991980930793539","17199976005744441672184641966338855405131379870203214706503656505620352960655","1"],["12054911674727991075604214132838799616005159413259139169254574513493978411545","16303490192561821876844858030786866111366662574004425112692960932901938891919","1"],["384877870828635066645460716741546411241582203549967491271318641495696196078","15597183166688187876744420261093340235589753206638388378484760562886700479656","1"],["20278870165966148159273712049229398866545529972931311915830298551424977045696","6432717417268769591602966897394974103554902841464028393741254644200661651730","1"],["13461184435909847280713823496170646829415513554101079380913423685001345571526","18583413762574383458573311083712680182932741892054456663208019143405401874646","1"],["7362869813020468002498347739090524830565777881207248807670611685965586621666","18097232546178827303026026482465824364898409880360363423462687070453292218041","1"],["12144719900197361795246044988160086754029970508444787397707727081000058712046","19195062364612880277503087878869017523254499046982883378719421872932271178217","1"],["18329375280137600540087675097860973739590084036658688132715074050947081434032","18567204238530929193040175220892748550025725471840471376022838008347875220839","1"],["19724142145452130413769533769312900001936195381132680947649283689288281513072","7159049548003441341398261557964839950136191966082601184494096041244991947267","1"],["8924563870882427332735246118295972604738646468049580041914867396453831400486","9456322137047585449407029240271556181885629518443152802195008757483065363668","1"],["15572022251333911141082856326377673750479061671521735452202377941899165053253","9880672069435680779249977327834125619425224323142299711116840577629764954260","1"],["17959852258676571220901563191351018208070196196596484967141307159283407220312","13181947272548941801639457265493886310483511449433288460905841900094300484393","1"],["9000632699390652904038581975550974803914217852995967436149748444470221117544","2452635368654644793689404025981310332713078981212536883547164328392676208065","1"],["11135063510375183836198738317026856657111583211192085438917479714396491368210","20664502517610962360750363116899816971987800876644193385749956193069742240356","1"],["4956489918720351695425987692645885284584900648823339541254732308199805083314","7601874877025876529704514018783273138036241988730643286096810489060999453383","1"],["14596143474832796537040940801515009430227057800594834834425180866423811665332","14880367747000570239193720235785437229061684268348780582608810076109360039352","1"],["10532450938050499456074790370501922229486747297881079373535482835166846560544","2602806938332999451659996784665436279221168643979074322496566283580156849643","1"],["10615133303001087272936127957260404939820609181941677655074475168084678016879","14335858605492786153497900891682606647142794847917344493636357459415715835500","1"],["18452239303818650388692384596600458304115731680940168941307223649195082220533","18490200020054386824964633612985019153868038588664347212680757444020186438980","1"],["13210547491748642859781161454106919417960563728990528744911978765191519477551","17171853219543493039966416711366495730865893920560700014886342247701944592658","1"],["8627791315183124469974434671080036453037042670068544511821820712249990998105","4644143814774575735447932011251997137664805487004328029191239171765241717225","1"],["5936451642320056559096026248625537677826804212256105742943144862507741608370","6731407449095686112677782439368569852420249633541076976267775602722174904991","1"],["10670887192935536284925237149882623799167211161128317306458139497472644368443","18093965264207745062269260591326295680894023491983895386769359517319548050363","1"],["12345929487191936588259298763471647658747508264800019398149047507498126611737","4983293696729603666559307113732263966349013467200473196679965008581846775265","1"],["5730927768819147920932899437306583236477716119166980705871666925507718919917","6965722430972540911118559114396306623109012142300917041425269043049713815293","1"],["11856936724491521993626586689940448351800924814092027390093041091920017327445","11871498029280295175561843999446846911628944098110222865981274839252143257132","1"],["4358947276633501940471230685921983609990523455498970018500043686714323118399","7037609555098357742553923910716207812357404420606513313833436472116831852300","1"],["7059299969968368966493876551277506409500624561070000585482188485393181698131","5302742551587443562034269290902926189127981786169937899996456415265978350957","1"],["20645960365547294163204284742896779241821378165932491591993623012506103907217","10953539643929927416708459980168153276274617708300642333952491876883527322239","1"],["17175764520918272662516439399105408355983600898926312868315085752796470903013","3886707978179380008181660733686271755142635942162044981795009793183056091930","1"],["16076675190486097218410947999098112525751323560871465772999711065227016371105","15325480888231802617131791114102071969351965639052613347705650050905828484026","1"],["18881512281363453470576629696431656613391562217455157998454846317928434777385","11336380174230532990299729826956059524504709636122760748636742084203976144319","1"],["13241632786438215950268747354275627617276246949038558714943637023110503551922","20465782149577054721670342880236392019011886182432862492824685697317971454371","1"],["649481334190731191830486637339566758273191801630379249010678026581502771822","369312596107097768617089890338903686957283278053438888733029939525211528742","1"],["18393991065458123251640965810804102790029766017363657721242578702482142119632","9110678610850158672208208418177670542285059720921559375923064522647351605473","1"],["16147282962500642230509867150668430208918943108209281234636891413485745981832","11282393701761648790798545749471464415793183157178552076069085354313509402857","1"],["1698494412476611639112362597021984897637413817526477495007776070927235729446","21541752038770728418606425474950964183414069228274103928097208357943190398815","1"],["19682900011888133367226760413721589437317122815432627495999352411162728647636","9301947411174479270040453539956573566873126983989907919966381784801016312627","1"],["13021368835096930522922686856437783729113409614074512269614960052230843546575","4405489677712875230131684243799735551411468529420017046003606530809278331662","1"],["18057929215365176919182580921716480187898398737026728862457324213441209912773","14472947837716440172004831586358909042601513322386129285324960566835740169288","1"],["20792490370639062133233706535602648974742735144313965952172579921531736261922","3731527760304846161406614762906649091766011458430052159982495243631629483676","1"],["3741753364436888472688094248191941792295274004529465550839730470005623410937","8783284946727667560050660597289963908664542134825100083047893219840393271439","1"],["12915031343010426785457095815473647652499990482627644738348893357644217299647","14619142903829508845634739988563037267188725523732162986896361575913093510036","1"],["14201844090784866540206411292530572665214654333805494179957057990045963397327","13835675041569655841981262443935502693486521966639939924921041425778761811151","1"],["5005959643260267711275586152638432429260015332923712398049329238814606356431","21353445629542720762993831225827598250020714754927683314139973770167864276847","1"],["17222209500570236150892631450150509324530832385526431783698178047265265220709","17047151899468532243025970841877621958893814297745318256573694527915959876862","1"],["3882481465159821170503566416087927968033350947054479670196745063337053498517","12203826034946275206118895725953749168345495831526755593298506268434777507075","1"],["14476628581853698713397841272511815205280526228328687045255438808758377948644","20820851484530215744280563728510572134618114475399072064785993561161164921022","1"],["5013651328497057722890702652478009628672659526711840326498872097555938311243","10270844433329745494936870491666153552874517666666795399133047441451159969776","1"],["2774132701449576108286670161520127340133588367535917161132314606963821235503","135879020703005543507565923217681054054712487847528864349741145258591614812","1"],["7376220628470793223831467589870636320850608687846785061270609592759367790645","18805740534770094593233392984690310859484471278234946393033980939484316536866","1"],["21040710352566893048032131025889372752294501487086877941873884106780347411576","18160327328607973710353456974020905218557576963297214166406060937047021192195","1"],["3299716839323020337981518117202903698377093079042858270216203539222976501900","5388331936148517620549582898816445239263150911996596023930109119093827464393","1"],["9374555836544640742744078987879882967678302001458429534618028953367021058155","3214102817481046844837634038483279557912290334593548365949550462783467289689","1"],["14468184687982780737227880054756097146509996443059856884960002224557220734995","11060088921301222788972884696181559428465116022680197102347400523366424387874","1"],["3961322284772044773369559204519390829407651562281526053105495644119273729125","11071914158708508058853698145256682990849047325184025728042715617810916686456","1"],["13247051503390824138338026988736317376834896233390311716899822515369340089563","12982908963763308731196336557794021804949525096131654842962344635882205407258","1"],["4263640713733017848048833064638859955125210966214291748308054458963506819642","16122634880586987563258753873793300095163885698415188185766202596220705902885","1"],["16287698944232550321938558635977462067527786834540450261686518779086081149137","12452872902856203687313674711833887203453865528086960227272476854170068409152","1"],["16071223200472943611356199614258438208728142674844419192224704461819543717149","9566183964633765877388956952128799626845850608714704256800764303951918273207","1"],["7247788055577017774416264355716464786660742266232351755704574987610231002661","2429767258853196298844285310866335083201931445862475923048379745798603394515","1"],["17352423720014545616286778116673609154295924729517341322597372760551247941541","6234606580287518395673946591794409816126002776001587946750792688379904583066","1"],["17038135252408107693280841351813591699293823350265099178945009290763951591318","9066912511831684900963858492416752352142843451677032872039649016423944904547","1"],["7356850255591668059350159700891319028316859116087616453231250171344136965832","5674197685977554300770802289006607848372985785561483383224533593483686987551","1"],["6360529738784375177967291182662440530046539307442190548129485580650817145102","10530473249165205723349732706147252512065187878832293237604177284050715344912","1"],["21423507552164821122713752941818804057783353451440527011054648623671517250207","13441609789392428646398900705571916874718549483054102074287165026978590197293","1"],["1268074864144209944090978456720979856132956939287997393352597014067369906","9439237589424441127356271178222347528605010123966396269900487346434631425422","1"],["7919316692806554697809565824921223474348948425237572746514662157235987051843","15768070940683058852363615115895337901742503684302322457903906189830141512611","1"],["20374653923032444974583394446213131811645558759762905415716819904411603964363","19698563756858688232140553005291112956002648798612164170271952755778482560404","1"],["6519950291678843793039023336033583899167319295107964671789337147223875942887","3330182435108952192057858082765400788893219876541036791733593276825974361791","1"],["8515090442629252461963892433490579105069360711348455788963089557125645063264","14508590746343056309811449307175323452845838762903852188444243211324524371888","1"],["4756962236666203116859142646512609821116423303265037441631196871148372443225","13909121377537918730600203841235886307343599673516655946958006068321077688486","1"],["9632391890941363834131503421710123353254448667238919820592666158460961926269","3984028720823194675394379771651639811614799401544324590149055571360376550547","1"],["19159890783354784118539995116330594831066739962003158358479510611556022567242","6608342284871450820898880445803218288308751057442559071789175405974352266654","1"],["7945403858042445609009510527444890372186563135640358870282758744890778939564","1096412136354717478972590078672871394509428988267509905601671228251689243339","1"],["9559545507748065251830604593023285443622324162561216898733910181368658772725","14120922588234279579660399033180632418674336494840074361590475048985253861373","1"],["15678257044911513168332480380450850918100978026144201555412947119902395656852","7504363548681311615113539611317379427751989947172652673839496797543684946071","1"],["7873393414979036789857215494538167119188466976105543242231695689107651914088","3192272876497712221827344343631552753713796055528304177373190172511438008401","1"],["15827371224035986724954728878191884815950189474125788097331860563830959010201","10417202399684603500320301899578470253483485800588971489748960771337730017547","1"],["1122418160233895922523146610319000348506490027138846368705639527469321986846","16986043919156919332079613646034565152409613253100559344425960731138935619426","1"],["12411990223295716663680177928860754014262866741983020881862428536881285104141","14642909531223303344420811054444466852584608461662631597666205270034534086183","1"],["21317195801410972625262921201741116519622070288288595553863206495348682810266","11530227754452486491956441816376017226529984459676053549286503700807977790305","1"],["14398241489044001161976876472855971591026008439685814182972414053554240605396","10960405813498269285493016382687658609563664059009408666668441454370685340656","1"],["17306953851250226280122689975902463000347864612120362886034888738760445259463","3469689109808462958256308491519191002048207449531046483214308382203700726504","1"],["6880624336939802183769165085529064632792605103022605461062880070671599279170","8533304706139848603361449229501643741581479370261288142284912723303941684689","1"],["13217787300211301037864619360155026319962395292086436388637633723970724618858","14495136496578632030371626747898900899174424991464818278497426915692336265753","1"],["21182307628718278632590240380914979481887341202954532834548622162157531487531","16758961862415946441487107023165754499893086512726271584095444585271724301525","1"],["10368532458701707341954523014209365870331884686106233079762837862810350177498","15996396904641477225108308433272927905153963152967435365072192219562305145970","1"],["216433082267879414844869141568853517764441226852701952702717358286962535843","2066173109034799960336977806438650222710130560744769268026954148232027470738","1"],["1870847634587352867282325966137216277430741684421690199351766266544822315596","5849975734257806347704206824482904949716377906044994756744966904052900089358","1"],["15678620322771937919734999308090895049965145321081668034185590849457423128409","16500213499203351433533960342602441366362589398288448961690905384374212574503","1"],["10033752377622473154507971501495459863849585168941908314387638493542939579008","3689749563815188658199673456455934582491692731334693916848685360067374345019","1"],["18455116138699139587305968256646370046034339934582795145760758050074561431195","19211111231997200792358035529123460627884928169253972145530111191484788675215","1"],["12271810789575885897696659081757842076773377422357899488213132459439446001202","5947444467788050636832575763226749469807137976846398082398583918600793480685","1"],["8120844209935854854016453702990611105988294996263438261453271945647071513517","6906567433553609549498508463247183863674874903589193455720266086290943592310","1"],["9188349334307533119628549758686396706640240107644682073414935863312340881441","5494726608249387744167701405420071898919638343789266386423995595236602253849","1"],["19249624024540750459083592183742138641682279503997617834183443062874316256113","2581415571391154739420179858655860758801121215144346436321934682308103697218","1"],["1655771887832659688673630037517338643762384160756898030649192764929212743069","8124381779743240518898804616737637061543317433221828182681352903247717267748","1"],["19348598860583283243551636351982591009467174772209894327863413514040093339588","9700427315200193977397475877193020411258939932294501111124246002429451588963","1"],["5860520974951865531094480521289335031665714499478381944286982459667221926479","17752638270281387674867736925381086324717614095620777447243265239009617706380","1"],["8706922655460698631330994318854453517170004288848881345858957219762316866898","13056293754338965175517328593747424331382510615030878039505036084104000342234","1"],["4633709208641444158311183966437602675130895327677908701750552285989871284702","3643492693950120202159148816227146295637853560527394542263602798338760073717","1"],["16119639065727972368160358478896697390874815183422840383796586123676082851529","3332487078928965022698869855310837928098417108273729740898579189836860033080","1"],["15041748324464605345888642565797787207746995726888068221226780726695819921778","18833415402452605404660820664918208684149690467375180489761834295309185554737","1"],["19537783273210612672576946568283517838692740543642681761217290591116544373421","11076207407449033803494554338146323298484019725287416812376047681079007188705","1"],["17473578481725500872868053944861556508772973223703909928757448294402585953893","14189004181679461712091078906962482334416358085052420770081055121615888554541","1"],["17338702396075993440922803728010849932364642464374904284170293425864332051664","7777048175553808955553667492106801684225549214167596131157557080590970887547","1"],["6446965705074556918090207582453213688944786971807194388667543396014771931161","11658861311927659490867317205295409512049015444486432474050907020561877937130","1"],["7880244760274291271938607785638998042428842374429464471454269799705706754385","2191125361594669874916747688508946341743712695197247456556125376486210735460","1"],["19594064716028951787063936222666315053733346245287219483940059417813531481657","10245522852737443840877913957865272223259744482525700492236671965727309208066","1"],["763889104762209056007530842799299841495627291720117827709938280065301881800","10070896748371783357867324342326610974806229533024895906329849912721171614300","1"],["20901536658795164458028491919068854598872344243314108683231860797181551352877","19664664367938664443489889423057371875857285291847489276194715185896701500882","1"],["4537288139528161394547202083179790313733245778139735986241705514789737395233","6766173942284779773655261049004125168963267164716915851487731225794037069350","1"],["17842096586146507344922933692985117901016917836639018272508578480172682736773","7369926323806299543144844104297840441706544518203307276072716986462843452219","1"],["1107067555583996987299630978180806058581042947126579223684313858764931704438","12233495013304492217560237985529869385452399757476179624134450703744505366777","1"],["12598635346351900240877110172584206647421933756040180949174296631394089369393","12595638717810174271808883788251160751980167927186571819526290490141626263061","1"],["2361804037413835457301579651465634299919430352000705901150275886942919183902","16868889847824236224492966838016259934419632238647399526665792970607163454952","1"],["21581188100751617372499371316044924395361174491829808070669222360424093416033","17529952462311270411408963652546013603268712573460660579998818544541398586654","1"],["4639136879361473379127340759381508003170964370684946277190382881635796982977","2459319610704326545267881679195154187604235922106002124347549323977520977782","1"],["8469353394854432908256367992210888032669328367450443826311141573832124135341","8472456178624366678039347180532203188331393067956255822279097227859866293488","1"],["8783630840951141015798225436126057503783904391824243310098396647448116148118","21864334178900825204996892867362773573288307146000276411712513813139923703284","1"],["13965598434936346767180511906335692005012402624308535950680432433267227632117","15757665805751824938693841084847651758305674672086031265204031123264252917477","1"],["20041537828850117333572213849720569331112009896650154013802912053661749808815","13201834297734366207692619513235983933616214638500351032794279983488147232914","1"],["18434595269323521121002267967269621763611218155299580152303011405443926234610","50378531350307361184277512066660511793991525212759261566329167739676927685","1"],["16255437907948224829688602866249325000753310798210610408792859509855480373097","19053272830510508773393489116653952369937472783397977163387036287953294013042","1"],["1431246419646240625040173456165550163249184152309532604403398339280412484607","14382364908101705957439648982994688010055176929251695129917668863974079751525","1"],["10918065536730595192540795496325077529467479533400650415698615263253009346821","3159235967313390553377560849596423602747128939205073477996320269251276253267","1"],["19878027434226074300887710548000352396162484556958484375507056734321155272718","2410939795351923372489647790620337502100176525000092207013759950346764020130","1"],["12375203349677654823331582631544892522219438699634297675885191383212008011743","11912619841632217973373513470207510268191532957036112043279615650506451521496","1"],["11952983146501230437687240231302302289094299087626542537807929850519935992867","21299146837664479688700271607693749482221161969114610762199439162432286062637","1"],["5789558153737570344712076844475398164319918000254984084405433454142835349817","1481481383947090556808014263882094417179476430734752598410280874868963834081","1"],["6393126554823144273549231793716457788311126418768529973770057807392088416618","18046625068188858190792701805241156038292012877360845056666562583311793296121","1"],["11968813665111754174247318129517983849106596329711693413707658647081611536134","7993020022222458637417961727249391696520372935585120635660032199966989989866","1"],["17453689039677363031647297567981941078569572161166800835471493536402134470565","19992986233946355870286665257870578986410670618730823469946866593972273772458","1"],["2475035340541448814494998594764784694760265352018438016268833624338895122835","6783649938519265266797481748317373826876120991864724718100517158816802666306","1"],["17787650754452015936140040827298011721795789405192768913228820031988919018520","17157006027977120400629930784324588098666393715469097975038503464059495095350","1"],["6591715030919970111709486680780884276862562791876084297381996826438025229061","7820827904158736786032507292942976505912207878258325552038363295403506539997","1"],["15740999065594246507214378811685437954756393792037721505526032146746550520659","7629784906805768700294530303051017701294130857654084888538856719750563157645","1"],["9804491180053182679689124257846143807514833633339868179426199480819974114694","8614905766492670605234373558286036438392433525430770769337860530795927170759","1"],["11872786577206770187976264341059953645935496522394635881657457303135860380414","2686658708841468501731070539447349015267387754396653797332629343658734662334","1"],["7535149206383450788333390555890457235694375161341392140046794899745299990931","12492789721836790856575955876488761309878419164147751072246951130045412090787","1"],["7889919287475157325245625538811848808766556302343452002611053740032909311897","15868096541961730717409012019566259019506303655355055686053853904357813271567","1"],["21550605742603316532886275806277698979237197571582509678240110493383374125614","1427469558666997216221681535155269405979892685451321677074436916805953235082","1"],["410182637543854358042777942308794709038721482434936213393381783404947608921","6151127790725328553536314822371020828364159504117705896561380485813212586246","1"],["11477335020465101226606561516760793055579894793660192398184709367232884967840","9602264685621067138093144705195170942962899486273476374047937438879808035160","1"],["6944580289136487512576898576951710033714333551440146675571584406245154981666","8784943906033272580989630298443230233973568648697357359628030486436279279937","1"],["3619309501545791068184718823767537144939338952338219417017645945366697513351","3746123679838123935365437500864929741913962410448784066738818770424555293834","1"],["15849712636764547919966398993424907460227013712958066085269649068970517157075","12895014356369843650708434455788610262129400181594551388831054693129976498186","1"],["10270007967063888570856891978942415291214459718660407567285958029021348787296","12430643951667026176236420418830312034516132637033364211585853851018850038223","1"],["19305664474500526283419201980721039610386660120442823688383607989959113890048","16985493605991381907689902995198647878244701376775138860200844273199720613406","1"],["20990901900502626283334522893390094470112550177759550887915271572087661728218","8120389829482296549797138888466812032868148859870845205915698420883892604135","1"],["14491715221943665720566927499157598971846754845461458229822257989312610778800","8339629059242444959239297754911506789809989272085783423421840604450661969647","1"],["3689920286246567432263133918000951180763445979940598041713471233237057644174","16363117590150864259570347541613941785844031805326189288420801011428905432386","1"],["11672855011871172151421676023179582808217352605484037609942632233611701046005","21600725907676609810662119278734799436264193853123593812911383811507595630529","1"],["511542482282975537964466877851290979559745399697503055964495672819132772875","6999174098541405021967870608786153729059107687685982422369275552694560541602","1"],["525472231440127855174250093998819976213200569815405496014240063260870839622","16609146778325195533484534505177284254133754948455951870750575854095326107997","1"],["16507440855186443732531390083132387018935159342745389711329669305469345269436","3951806201414621545288428433074438049429794813251228430424464650127843210529","1"],["10964264726217516024347431544062212492629787844514601555511938603917427804667","14035085758385723214916855148888671298543932379229540490922634613197678524357","1"],["8250031315021708622628639702258828171574661043795593565341735628267701384242","17308832677394034932873662766370312721393047898706933798776270967787195961748","1"],["17413660411429130947626501795783462742354986040842892972326157343456664484781","7037467355094091883008167212451751839060869034780674523182930717749271604334","1"],["14976924489898650521814802091482385942355283339322897198175621538790142911419","1081084441369524084411321927895944365164793856462948075386369689489861976998","1"],["7059029116852716429902304031457882566849301623212580473333256348626895943539","4986663962978846625233505432408065752573545505476551677020943957560473389234","1"],["9307764877320016757817255092103122245551632310592621120474168660996379072432","14817460992291875022240908606014328770414256351644769039364534300220155461852","1"],["15175076756733731787386798460550687391077244320153024176592106005720704231927","10695737085484190026873834295849387240565249977548748112145888329136649508157","1"],["9673727602869320037158292310563905021448705123134632281897741734724649230407","17459302357099212343702940044995198809381758553353144660400314109120076402184","1"],["18108629184537087084507801915322363099044733985776101918782990400120646109657","19011750930038278438482482411086147611530052792691224574108641762707940510679","1"],["19387660950637867390046732109275806778061175847560198798646332392311157402392","4494830229331091349917514282484040569230219066780901234391984849832679444551","1"],["9074856020610166589754270321362792468334022746946964295947526683835422081848","601634031054386029929251340826535399350160868764096699083024662623779819036","1"],["20481049654344579071765501183906085883627814463218552563165658860541544547501","1150766165083945383080840939192497313007747127818336212041954532677285218354","1"],["10680812526770271460230077691152103681926907407636833469669183015503146096583","18681038027464276334406721118618305282722027806674630016074013186056225441731","1"],["19352649467952555420296107920344249863042785623936334948126248622133065413745","19686490673682067266117843165211044419869578592014973836747676983636588413000","1"],["4995579157811340573577218739394624309617849692398366699728495696082745699431","19556297955674472212198712934740789655623160339049867949048560373679371029863","1"],["7536991390320852861690229803598747033981836259873697196947666562557550743629","14315969341935789069222050425637225358658391779168666573929924428703188682238","1"],["6536930605999637732746270802943421107392775182277781056068643857217536874652","5849840437499906491412335514520757340982034194863538453124030301037001685434","1"],["5594292634118206268609725766637654747206942570874763913644959799825679753418","9307291256455504547305232780493939629975953350930385996133472591006680230496","1"],["1848794233915124939595101617744207386893947812120593412497758415254188588933","7193777617437533894266707809792858805836773033338325015566238300307517654004","1"],["14121936810670331390630391845556138669486750958315706195351662422276624827575","16466953293477117603097385914873826206065584421598222756327200660748058210741","1"],["12109010487060030857380949413094195046286333200668011412237370573365455898962","15875840255874385530093352426602638115924448669850465167940953518661783044787","1"],["3277629368011078164190775490302638586075356523836809787119550044903617835330","18867865856103335291440946890393887939341213998709569194527389416103090871676","1"],["17155857273835210453402967245523639268676518706051298156469725447414434008100","3364550834035857671513242236258127512579401302648767211301556160871603083600","1"],["6012559382556125617903206126258581024725722855036371591983789757017743480915","7878772939606128226548782616293121991103206568632950954900340102300783899679","1"],["5800303298824210078247379133538427435664870894554359009483841511582583189517","17092621784663160976736679587607355663569207872823430770772344659350048343587","1"],["2286384116879810527617111679412180717780759362680458971730200816895223278507","16161031176018076377057048520378344870706083416780319235367246096838325642705","1"],["15180415534236870563554748108832978725449332260923608947351669569125019826691","18113722002741521041767029946895521429896461274477809414290413433287466624866","1"],["7265239076869207523637292687226696874805784256519727541393646771991704355108","8164019115732750162198609332542969024493872819340432379681835817403940110865","1"],["18070771007455187357817805297085367006220230677441650379482350237760373194518","13110421305356434312043114828257592117599708870249922467445821261331745192778","1"],["21570792390450131208520729235477072499503913928299425149844589957792598604311","3264658527049782004414124420573081995211501480225388394016974707407285384169","1"],["19343677384800755180635935668041528301662322287581536163055273616210154286098","4886901457963481171889652974107597932950643635547568988193583204257632125865","1"],["9077512604834681732356821217540805170476832492599172272799384100077447948936","4626897620938463355377690255745056877472740544074394471425133747759169371594","1"],["21425946472939490743023294161780675879446957938747303590435914025048720982264","3382149446747999159514437912875520187690918970174506385301644507541104191864","1"],["21759512494450668384477476495225777547502970353119361038232109254650640644065","11751682336008625163649600754848629785608881414020962628049169629890634618701","1"],["2635782517384957806320930635739451435681780460048004196691829744253816454763","8545466828961435373386029025976601117487210639764935449833036441449966459634","1"],["103502024278750140090493109718016921634282020606078113916131120709208454083","16239405877471940121749313013156555467102396699984343506740299379491153643934","1"],["12375298063384018543116098824148888253303067704903945030278848882200501145362","10231553686480187940126270393663901967276176057065854899776645356840300183605","1"],["18185433257749979942326838636672726216271909346482929462670499823284184428140","9416986866973283603249810844417797573732960046424873446394356207239928513747","1"],["9830576340921119423592402692525774458891678659098215504451247812662449180155","10584373681854829470547553564561827738671893163476248514855492484950371867198","1"],["594495506599706029102040825872834377691438691122878223615935331027487277143","1838744150630073068004410048706665975815124801562138053285784397905647705799","1"],["1807729450307513665112491820868966195525855208139804758398889784033542689419","12481179399869494179472416521558646412356563338012624411846293802568328829837","1"],["16505150231319771017574384763810959942425770076695839839460831076346161107722","17084259433981981315846064407692918873847403334639030076757627171212581090524","1"],["5659775598775566294328240518823669896690961439944175808121854464772629728331","2469504062096999529846795798493510392727349211970822762078449634754011740874","1"],["14630011848091505289608721530621323165114447163644083972080170562841066858969","19814373201769856508813274556180227077702272532098015866679845167426687655219","1"],["18409536935156467573107358598263206342014812176196073911588050819216387430523","261917068939894493696258832439778461601809855784156502268983243665554579601","1"],["10910175218454976495210466485514882914662319246046379027973367558880947093905","21571667672748316099099867851904790680835290535389966095435243324000699832862","1"],["15997000455714590209106019923841508631138058312497469546512338962281759021788","8904609820979604894160448277972230912598283975714607929209000113998171585889","1"],["6577063334082835782521592853803688011283412909147801126342013864784638121010","11839538831857338291840804435077159934879269659400101647829416002164991967814","1"],["10400839422623283452900523284772741767906853110539842816808218314471019209440","19381558208367798298615496041225648363369006519914677082117107910486890308821","1"],["1304684654580520755363461828807425213371117377442242247652122083699826951319","2018454903479841658417816776333908130504473358572582755318672400918956964023","1"],["21233638913171583008765912602902408305743522726316562054499773179647586491137","8121545078927452453190818113395311649056305902044173216495970889150896673331","1"],["2264018049796566992127961836890946235872332329797656849540062980679699790119","10006814148126144842118757035399866729725666730712673737277190014841698935200","1"],["19842305299089411839257901521726016693714235788324194230796156623123369085308","14171738881477330014028053685678570259659934411936880956669146739467297592240","1"],["5347173221626578084148657488926005690377817213077148523587996528748688294214","16766546435358399664863774370830386101175341847524998606452662354233032040466","1"],["18000238780787652754491965241623714940420423214049498383064668721250920388180","17327737782466538239157268452045550125811623069579798152605209980787572638372","1"],["19580707120201666694798703172226713399649186431882731927917989610034738167061","11539578733823315578020898227280193360729052121549561480002757012039571031793","1"],["6043093685931749818731923789424037642927108515700761418740833987877270887132","6006079880439031018045080454825151059818665389230759155034510881807273606941","1"],["20921685876975007269757958993064739488499416998198040273992512792348774292515","10987735710195824209157509509636286732947241830184323251921820659505595850559","1"],["13168031341462139544564459203681588908477199787738978180837117152643746005727","11372149312256659669134089049928632043949516369328589339732978049271131024194","1"],["1756175489408598465979714288484118747462632999102173248842903357009571481112","4343208455876369476495027178649672168125952532905737564359642755025716613244","1"],["12985399933765811056277391327421660276660417966075715445308848815515705713332","13533681563063580607343165742290773314983597830002123933977162137654193413535","1"],["11748560873067375144033740272539936823548763944604328467608202798900174165173","15831308340126221224788803344201986776171077169260086466601723477728884166843","1"],["3802485565478437540686012770530995591215952912533556518642903510181629297540","10692741734429451461094490840121425917904026265691336720192369211135393218468","1"],["7106695417547256981215576213621110156538558511219950759714548327204599070884","4668762200652964487075824279035689153996366324445065581111331241401494169346","1"],["6160794562316885808055770951318259390379509723802614082147632505202624760731","3684424721382054030114905485029368782353739992493807114211614738085104345589","1"],["18700449123345841699782025202993169681153865246615751421030825159083700192760","8363459718334545244893371147631049966157783601005088467679029046061431510990","1"],["19705377402976684492459624362030573823447649147674104704201851789112311060002","5386479391331205261984441498079351786783242305566736034950275550991211612168","1"],["9654969343441818167096639866707728705172025684071034584679858700423740846239","2496968116518754436446482400660412135772112247089374239238024142609602891771","1"],["12206793287692046591732492826204956468567498991436371056017555764214056201720","6397328844370606367864239088870885779326095021280907860473701301239264578953","1"],["1970171092565441102931969615242709945151747116654102381847029912031084998499","6099832601294669916881841528993662237189811758629795156577456543072891136068","1"],["12926578992965742833790682260045707780248423045602733116538595415573598606590","19142405235933270132880129792171592589373575206729930347022255760525680744516","1"],["5239206381848759546803603236497772687760653556415591735643195733190699788825","3357404136924638450339986078375005327696431817265987863646802689836670262215","1"],["3225423360797022531332714700084696664071913682597026982142219176184991970914","2484139842957653973523396967067245151959722652661059679369818623037089148007","1"],["12879260809208438736436573076810381601174144709367928040762429711580734101097","3481197679186019660948579717398732927459328874281064282832321568783742029324","1"],["19693953693271259269136391554218017909171908646356194239776617682858343977974","1187938285689088909617359993118521575236419645808554605527307638901246612384","1"],["13473745282013441108300346443358682014472192950139032887968504635155096950199","21656441012886325962232557184410401549889699486179398554807672386439158498372","1"],["3979070714045092326880722199954574367040962266144500066586281681995899893637","19634638420699905855272780508835243319180770307658514029973607050022140076982","1"],["3451436519322908570872031595039187501926274166638316741514422476591495329374","4253331262475872670111587999841829764248646175872026259166553826944958467540","1"],["10606942009635194987393155420068829798878550592406452418628842993002891826975","15158354936645596433864480353962111068580912184053804084183774679023652643227","1"],["9763421770729020497226360127774584963541067656291071203885574085977891764116","15940995653558598805647815114562511119234515958015319908056831724829801444522","1"],["264042696829407162309943783361478243194206249330501988229386388729058887348","5436784209834118267354255011998598140901698823731668367766502419802239423863","1"],["9119237272340267404805428984585299385912223734758154312664703894475270840272","17977111126372052389011587125434666730037817733086546042675088500933328401445","1"],["17859693117744130257364101323549990176972926607282545251838411831628026806604","5879503654064620067206315379263155559807370260002740906507139139594669994459","1"],["12330692469979110882939891014315583264355393743834477279428717454375755645684","11384154876283951780739447453515332863851930038914480315398665848968218908437","1"],["9709964850476146317115007226354616204666481410301819589330291207842117598134","4888572308072225612577915340320396940270716526221445965233312875258002286882","1"],["10627666674266619845513436858974101020650812173531491032053651066764870616293","12737138475236741998531668868823918316672904667009614469618439105299401981806","1"],["5791694112126011811465600752953085685516525440433678515055213636847353212785","20325251889468063589953147610413451326280202714383749841010631160403584046486","1"],["9534079620994210567991569366607511887471629440069559601942113588420441431974","7951536955157353127383856941846368772992389475295030554248538136381313593638","1"],["15635509269770012771442392437214827960737007704809299326048111542826009324371","7691793912910799628997267758878831519540644070866858221836839818915844933263","1"],["17459672377388584298916319718848454614990870141054993408483276342383286480326","19699477188659814085208926526705740901131007435821323148663743825949478633149","1"],["719373448252752216463614608441077658877109145269515622100557261574856882325","7256904027396722574887174955511743757734558754995740547441545944763688916737","1"],["12129664665287677660884476996122511843158759090814958307976922946186658709958","814343909725361222661287463053794532231341494241388790649828141391936212167","1"],["4962773954979995671763901343251019101796058888207880367318923910719876747722","5788785525820293110323552669974249392969330047778857720157725675410619725321","1"],["3916804666949418934091554996513687949832107322277044310052304469243013974819","21687147980025562599760670884192936444556404498454280088806786802230427553050","1"],["11660337378874185566373855573716875827804709999538198845716560303844581018502","18917959626528904700707220605946878383705759209717138065555673488651392693292","1"],["9384538532682798432763972290723032475030115741906319765792542316428332696865","7880940229493158370206906281945425020547589881971424054486802702532529073464","1"],["1019463608609671142455116454199868716989777954743570568846534620179993966602","4157203193050117057273016397257108658956134795797811727809557245785060458857","1"],["2058914899514835520207423777878253717462885627617618330829436665388013585673","11785211054991262821848669950480330890944315175160290228255724434692001779179","1"],["13686531875853178958699429368402034926560423299193335289674545313814975518098","6853869976197485887774019094405722764147861493861936496541743154040905082189","1"],["5689870771983808882590834123919853823268656557928554757314741700370641064314","15709600082867828853278425648295189038849603101529847034022959627303007630094","1"],["11626913002207777002113183893748255521963737939533310755237922044519440029623","3736016716897979286495077769813936684233399055716082835307119502616160784520","1"],["17390984173542454831094299830553322687184182466274569652630691349290099212223","2000555072672490534009395372268622576879557773030540977102641367205975455935","1"],["13276394396161152300806131054557382345014173503323444168957074561683622746616","14930702714956196104810488262923230634523772260007002108704096216891550697766","1"],["6478556768723874762308067937737406657266555702990168503225646352314534994284","20708143132765518868731352151762607357205195992591868370147758096641329453590","1"],["9881281857085962008568092478902851427114100463602918172833080398596915967913","17662062514811455446551851610031664901923490177688037891596250056165956779203","1"],["14593479553459765182229119290801030552035737850816766413308543499227294759367","14700458672298674470382548622935312183183065764420968630296674399344114710973","1"],["12376664925304223716604918373355470732710102708219016219777497467865972195303","3502392709464483384694591708410935570277375206211650464937802814473304524309","1"],["11568533910215290871031813364119323616062257021482731208928775281520816085511","14290953132024263662403710827144296234699391590651361515148529735242664816305","1"],["13232159074198384663749432925561909161761329340027409877937935709337813244983","2153990370001185950208213570076725105159916080417704767425659844036499045895","1"],["1551940922718029555599308042371524264742018088068870842325250109923227554228","3457002066818205386591071532238812299202431897138589368863573464874079389792","1"],["4654509769860184722362563547208780836078303961389941236180268460716304303712","21833452565693534863125385561613338145211928981792005755783323115111232005764","1"],["12581392761496202602394014044556604192609832625126339909057783621661179610059","715879944183114846995705893023657589486450496008555410777455064989389398485","1"],["4421695093457372120279212021989524533976709600217612447134364655004448983188","6102678895578776911375073462920767901862350797001507929523180971351889988158","1"],["4744827786506973825154405743219766663731813168200122555095622478023151860618","16664924443006393133155351985776319296803200616771598981280896165359539177912","1"],["4055472846421178844148790454144415633475464194366900027321914004521772459187","3139555139054309745237616506948477184160450044669559876917862749764211174822","1"],["14579345622056784323140243783632807552321664431252592278529973252124260197600","2265858312122772957677993014091592211518029615012106609335908447636301966224","1"],["2084808323208600901728111037068109831197565774835089682174475023202160720727","15682803872974435056644229058376628172932735564776944478455887525453004188289","1"],["3770966462890026769644388410094803438562806817244947213975883389635457052081","8347758556800808262137055784901059942719028177672837990927291456359671737788","1"],["1685138694990408999836479705611566895016613082260645083492084694782958383601","585217309105512528853161854472646497981709494769317530290377736350682915422","1"],["12995728599049845480581502965645223334103630303966148887744987613820377104560","17666399633970596162541760025718546038929006939029256788547531621329543136642","1"],["21738889420521215025623392776945237126109661444460112573864764614961107997253","6240109239956114135499361149236998164867498971169319930714814181683203523222","1"],["20449762046314236053996629268189392851859286893648391698946057368848434818481","13310531306069183858915415040321922709347916486511106866547060489647413545793","1"],["6235078778690768182372108889896617935701338061303160335055040501945783109952","12013641413990847774256962643121963973556132601044368643148277529346641173638","1"],["5912527643176742829077558016311398975149234219115627148503298179820196165887","210033346897057322244291425726155102853243130346647919122585910089067614125","1"],["15508281686881790048777314814561236028538632444735037680315767119680080697752","5930610483290955232296704841239812589793445885460260318621422150087503105312","1"],["6055502589006638478886114387918249192296718704942739288938223783858627984571","20050422662469567568952806949295738231612257032243761002215229542541879241413","1"],["1837978920542875944732621386141966485953887818700491621158837157330961104437","18333813416933870087323694051583712639974471974384244041007523552809509694308","1"],["3228271604748724517366873957165286666316143237769920600881398709637296545924","12023531293287383604991808071606326689903713907180504241430041751327983321671","1"],["9394583837367190035087796052498866881376261342692032901220518193265314409749","8057178018443612904433673665938953935942384164875433741473494287191981056927","1"],["572853306926336164018877837859619879489549204994918645044524214261686772370","16929979971643444996170345125204112877601690957548883612813219807210250172426","1"],["19914549659287492163546608619008699786787453411769602271951667836519752639921","9602435177798470913794356096817153113012490474475784710278187086120738979942","1"],["1557284985643340107027017404509855106525051606411329541782544743162170142421","8294420773669974446707377085277538060556636807133179818442102461990549120411","1"],["20732702500254947329444661990452532119759611296176825990676232855822357764755","1362867940011548005905294772873151143969534294043664254231589005076385073219","1"],["16058515981685572959706459414941879937164536581156004072135436988401778446514","8554033378496242981671568400718012266446322426501462175476606881366573414012","1"],["1543991960760460474385009062646385048611380071088900441443918550246984625627","8914438014200202671533111531640249054080319154552245341322759467330450445701","1"],["8761653521828755221670086153153460534868060268113550446810814138479865006187","16618477028364353472741851632574660610651486295942102261159155495710706906275","1"],["6295771999678528617717138134802234889933475570258597354925069139195027146063","7163317645163600515301053985520959911823414342374825898511014455113284607287","1"],["6900514216926337253050753233281576947812092221368506989199860128329520289253","16946574876578936296598789920423704816181875999702419268558318254177440063542","1"],["9972517374605561855243403796041467082110339059513363140183117553270407616806","16428810119772223432687132039363580746118335452524474771045037032866034067517","1"],["2123983134887003066811277652427775036611324914013469038945793671092187585341","12166227336055137072083827041856506520581814803122276344371674070937987912151","1"],["3864919569225668483197509347942608922667711493316484195968220645007297261261","15287594033204817054530867219231594336944725955450152661350028880294949962961","1"],["19704013505576220432643755577682099285867754154182591086798919254547752928413","17991870905122735689189104473007819646901998776785624692046799158206114148808","1"],["8088338104694116897922158218767258394217084982574198079603836573080281529293","10917025820332936634240446490211352674849825784733982053695051734291089196527","1"],["14555468825185860005712405215394171224169677721123680756642598411869437625030","1440823673656043963942401741954309133634346291485061196626218986941320416730","1"],["18564669978586596484946803027287273884537314612381271930910755450724051811693","9738473023328006146728324172329894139012383818927087770195930205087189936215","1"],["17366347399300303861798067225999182131242563154378688018268219740919678848035","1102632368578505052080049178222575510811036375221500754860401666514705524980","1"],["11939493193164148551743496356418739206334571068422271250527092692038269178281","6138349830994260808862036534420387411690992596343579010274726945581220982489","1"],["13589581143153412122038824809729387925540149265055543470362592803176630193143","13642237333830947773562168426839365421729950388508196773706154150648382525021","1"],["10182547716467693833230118247838071394769666543782320701267746900278899790583","3325893737821737122129576894714222707787826993559308123796633858605231243349","1"],["20265552465823095687929119659112772568472980143084766440887608115968214432543","16029907984640691772170543083432680232646136487040790428218714417878301015926","1"],["13037460996601856565385280347518308095856160644327708683992317090368507990353","17469702539288432723335610044133997053005765785245782016391765918210436720363","1"],["11177904915630124517149116533275778402305100561079296264906999868104280826195","19428904189177841745158793020244677252324162077051420763481139651463997233128","1"],["13799970221325831148063940591219476043387339185938471077214369334552895569100","14498194028234168047897551911043719236465813100445944907949129759884322253395","1"],["14653210828772866555081896777469626205470479254851914145670830229057599241785","13437691766218367021087133761875965478774996652436194062029666509256125341632","1"],["19744677551847595556770732088702971131895079250528936504487597877100678339811","15773923872280668447911289820254258344764673477931450851638379876675446673557","1"],["21753018720514297509909492588715518476897439118698164109542475622474344725882","21485162363696069778169214491772141080472793255645698199267238553005185722008","1"],["9977313294851750168207169508586040702487704782407140029377779706388009767362","1641179420487968311542942726232611345531573815241645374733880559801528058391","1"],["19302240608267366213178879083946082781291674820157140003981962066585847768741","18410778468920768187523685493216115047212018584048142717431901840083374810850","1"],["14476390922281498236641077196570400712915494442445835528363463489382841549055","9990527497099967081721959539309101259167534336278154452727887718228706596454","1"],["6309393498807882713138367987137623689888751411287045907904455119615147805110","21190256010099060967661350999190420553244157872593651983444753987583175283732","1"],["6269336781989260179430677358755762886949631377563126649607185838444987542433","14591451845717936890850208784869644861408687542793036531442308717586948363051","1"],["12082279427728732261546003127661655330765688307514068573398218269008368628863","10888290919813485572894826319826504104828347485895805094661219435932905121202","1"],["15135523523760852657517827458405070151856341099469959086722958090345221316697","6480330866713122062829626815716617881130261378222982809290680730397926500200","1"],["10130674871978375983491809085749004165189078406538358608376103112995708072086","11409163088604112883230847567654467131707117727788316772200547258021350725674","1"],["19829274604700433412717769526284828103207571291900822413503451514560112347765","17559269142042303465560766077667906118505061171356965764765479584484226283564","1"],["4696166481082044200146647134445506786554713000897279748772795961887117226182","8038744984801242840888614307802451701148417647492486456399166580948864469433","1"],["4918189090157850230675868532950568574267461226076277340807678303926005898032","8413408904553618689939315488588307597938454521892625217871740494441508337149","1"],["6233904285529421422414264707618510182904855308896103429202847214813489247351","2636821365826308421178028005053854360594237579201844165609701480668613539650","1"],["11032086037614578218534953637084150214042018756352449437278288485200276209448","18153006942420978231739630216950268905887649343087622079223190421115255176707","1"],["10128629359360999358487810974769803272941428532053554331387021857929186197878","15413848046367412812453125425120901732170554162193238762203877714720174686879","1"],["6778967798155886059413986126781889602298828554890541519104722179718235303734","18103157832099856682343995675059379951763739027524096177904007341346534791848","1"],["11456747475759561499775814698983467999767402081301305145176405864018516947515","2451679959872706340506514772747850225455231667467868775478566138893997079179","1"],["17307619149568837228713511732233932705204148675681983969864137589432569696193","4279819355891193741528717289276050637447152728026095844900733009481108026215","1"],["15440107711665544327089694570386824951930332790482723779898444468702414808975","13933802695895848054935105872869783241114120049514965847886806942368821178005","1"],["7507443087765658468320413930544155627580388118753754369542925554086803671571","15905744069170002867293015098278596534358706002777684511805710212602659286249","1"],["21452911743505326605655539763435812316118492589901199873248098312417561691024","3058278003536516510266679985376712441962308810474326225137900082517923871328","1"],["9092465758328996935700904891156825862486061509404688208612072315125154375832","13841048512349286523682866385708936712209828225812830752294894303661474019239","1"],["19722928824730374674656098755774922047765155599549360730544830084082188320821","752140064820696199049615144318657959641169296808885684910623504277233381644","1"],["20045324282019280597022131282784767245804312037501608043550054053453043173721","18781081311186673831029271317924717579148363591106976132045372070783997457005","1"],["8265302733238635686388730752794140216136478616917157676446812858163067286496","4931579975936803899848586100616997738893195534798884939121930620156532058061","1"],["15405615927295622863859401420311157561917154463238674685928174178941058361617","16676396329517480888359650509510663496736470023820151298313466410703657734953","1"],["12686300700778327243681485981608152646782127189957287394340750372695522027191","84192063775897306542250464987600490266512636395353639999442927716290310920","1"],["8701491418196290086187737868663462054516268488956202347892772353996901598557","21056474790825276346088780613505738290079681923808465740086145661179893544233","1"],["9828149557869094039207101602032423770780235207512382082328375517997986364417","17816986736972858987251302167448180181512693701778338490701119538300199521970","1"],["12508456968052525638551432836031663184880676577733044464957726746510094529505","8155058119356993728051708790066254707028072130406825828615979159758245153824","1"],["20798629203468781066845918491607612127982295042609494245849196369349497055689","2474448323725921956655910286176150856063571533970694071662504848500403741660","1"],["18066199000843860352861042222829580673829876299883862469996911463777108244239","14675106621355401210955499552180910635320781276388503724117458983525930854759","1"],["2699976397162698795827475272535016193273100854934108035807080074301020929781","2721954018117218656925054472482135328763564604601750871168160375825760986779","1"],["17222509081955158600362739515434234548795454855600710660392447954929249438680","7984969537630203966965199885100844149642024811850300818473148694041583505564","1"],["9458322377219934105322354072231971378117878707147830873654257643732462404629","6711008985117762854221980460975944202279345025805752044133715558841865213372","1"],["6680774752613524934349110478211310811836267176785137552161481808707465431390","20046305304402867802576922176376120552372092685341032652648329136896882230479","1"],["6744383846969080805642749261249411817716428508120573296566172780062438779779","12072690898771438965388356282628801006624382714135518703565655355024235403254","1"],["13913820025379091023240492926522230611025898679243020305089192375409589608283","20841253076526329125950040081988798929276637179891426885508779514346649596520","1"],["8008193213051348888753385869509605772793400242237848385621084006847477066131","6002554139062408857345838958882372104607125161336196158098830183499901567267","1"],["20198837942638506512975651371698456988359308007638783993765969497629066077879","13446080810392257037167797915320724500389570942826707106126205971086459918943","1"],["21301166536427603360738974099351971816934617565897786005176219363565759425911","12072413802982862525512241964474385656676589146240241063420640216633943423078","1"],["7490678545103110834890330479455871170527405405957025006936467610167991754392","3249742755653763687679167227414598571990973585894128447145243083657826127428","1"],["1337016818437158768170423152110606282461011621383745275273234709291455677633","3504829255489817796043747949255395027967587233979909578663283297722150274745","1"],["1998456053124314174140576594987009912168383820164502250731307337891475155320","7013789694034213841284468661090640417793828536048205698626821306998021936161","1"],["4579910506515886716388255847299349728580261807126252115484038054968655561167","12024161263111633261724869529868320464322372776260235867616849005614253639036","1"],["20278966919250776631542081945175241423852352656280868494849618343299895108285","19291347802929124345656051084264733683014518647219362220070956600942705097983","1"],["2809216858520605161894792758607721883050792628337990670409117663357612643182","17741404388475363204889042173323385203637323664988970329728472111540946157443","1"],["18555457703844256158032350170232760570830391444583856048665989652371064426769","1655996894718756574784245808259137622741133472097699606241460890131108430157","1"],["10901516741461594370447730356783401315600276334351187168257992325894971521307","12197447489532991949566455750476788830325772427640990505432386877412692841890","1"],["5046573865181112232079247895962040665947657059298282649989746242625147591706","18504899742259384699152333231708132109538583260816717827690540082784626204789","1"],["8027183651286785846595224510762684568904070219447126703413036645921279514663","911094777594873082252172531821515077897554116494667930220951806596940287878","1"],["19485622986414156985307568257494266997790152150274192230906799060305753909325","15167399939381746596643068640153952731430107049370617279215704670642644069075","1"],["2450398472256909560586096349527309336132694564158262612892231690771646263091","12311862906173119970022202007907584829539215448271186103257684819566341423631","1"],["20396377198417644665661579105977299602690444754373285413932619616592344081004","16909239822178531764349679915154338881586873374368855838100208246389525270437","1"],["17677535207248752359860171580644375380669008424847583577976434185226317108717","17253098871871228617333352483147012318838712455267968117132404834114261648800","1"],["122531820416368513088931644322780486232812258751618505447458096967470796544","20910334454552455623107225931583860253096544161844845966478711698213846670483","1"],["15146172853254337634549499013314852315123694849551636021080451047980133192553","16381930622103600858089207477496463810670034211480582249419908980317793439267","1"],["3999609455742644746347749080073168922513446332611401100620220622985796137176","16197207516265432220742098480989707020148038219098582061736123900237532882362","1"],["16308054256018784861202230186905545187524319539405722683926225622092639405559","4455860597184289664908320327162427957772824313711276799096538677129875306432","1"],["1448049340643096557261794861651804000879956397890096826825632046926760681529","862081207517070200834225198088121184071833584086392025240171167504875313595","1"],["1296214133886103613481777023641253120541572908592391383915070601269983626211","1957149260887865289167538748866594650981637167232897816716600064136286865017","1"],["9330179634540520834534521803718066296048965289747252395713828716525964990534","12070439464014296000900053557332270561802715890486697880365393325108414242395","1"],["18490107311356489263679345139017086464668424812593113568728639320631833825441","12316819129156179024487897101128803489890729802801323056892393470013717010417","1"],["10334584761685364773192080324115214736585153859265517071735827899536242408132","907749346513256438863830978239480615868743918837671818323306647257054524100","1"],["13732615328604800894914156321111160825450129523358017438440885894378801500386","1336302113076758471118243204804090441346901746704656772160450063918321029176","1"],["432987805340705616752615550538279131755224721434390542152097679682388446965","1890424907694316923375808819975476745362627361540891057713792599948323959587","1"],["6328845803306018985540326733047066498442605976475364030262895090175033806053","1024575988417783396507626101758465809962094076816606437693363206945106854680","1"],["11355743337338610070412474415556936275088145590219474877421433267848416634664","7239325990002154298148873351074433501661997931937195867738059195309504346458","1"],["20271449078913644256794519271055343249484761355972261607429442427374262072652","15552047810459686999590703442506841769485680692198235985082473193712477938925","1"],["2761277349777434429826071192956324304016936513032167535650512687707617473982","2511167856966175278931210649607192831561919840573260513524803260555421242380","1"],["19257823552295656550636264361723439191031762772808520095886433164632465905906","4092581364902023435448716700380183863561633830415683517903819954114137545788","1"],["6562827417957208074947563907304172102654697209617166046100557555106363957467","18976904097104651727283436649379124200416201348172557437274037292673604741761","1"],["6555075984557054527375468962546678541878034347584379862098830526828377895858","12255781762227464765260210284556714826208105731059504732548837510197238886566","1"],["21457152274207307944717814834107034123955110367802729285967127370145154037983","10266292534383706825973044857639715342692364869898803668127736525254102720878","1"],["8997522175216672338667524372501163609269020948117686728785158141219912842436","10288652598237376366499285170124268227730209348834067667039818031650412274765","1"],["13875170295778691789690895020728993296282319913886582905285150601348723407008","14288704742583338880376608982868060330277346829869684887372734507712218158539","1"],["10355236651640471020178887918439989866233835623695435819849752575323684155902","3702513686308485574487782452629104657034196787551799297175203029702497436109","1"],["10711703486611773261149352876259918504991910206234921760075491680856257182869","5908865950373300256964659515925092911557987018069814903709890522351507603786","1"],["14085724485771048897491733420805518410471353200012378510504341135122114107723","11420940006108941214932041906596748345669509508142394421174561961948344807397","1"],["20547435917733822326609995831462409780013622652815214361213053903408531432488","13588268461618612995239648601892117403666155691740284469093086326578161501255","1"],["9461569416128242424183683924749734954511577650768001848968004248929687301588","21187407587294628319858972215549620757611230241548589341725253513123231020186","1"],["9341506686685676222601980585721510803318263057774977937280134620459463631646","18248231531001155693889098434443185271246068574490937447403778997249533885816","1"],["17452020218340601350712703459553150315352486053154814666335089151142673055279","8447939450750609808334194893259277650708002009113703294754135631288070197589","1"],["11486115921941013109883918617692734275779425571657156299442897941563908850014","1877661957806269110583043455502921195036099318677397667011353500084722450099","1"],["1516825615123871988522954071196646742545855334232506272237939680424255678462","9082188794689831481678407573114061189743346746178898603513809277479331125061","1"],["4090570437907142897187356443491301953469963994795196914235740593499407496056","16223214435546532455641628765873445558353902440052957650401451192007780365375","1"],["6341709206816962114423633861705477349936273902952601542339169864315824852132","18436715186681936557922775122188462192476870195364748375286395402132978585155","1"],["16094631696326864476828796261929205869459450752168643610361215403080692126170","14381101000209558987486590937288305566416096743602041867360159239846613424308","1"],["21643734075481271820047036363906459892679377110170963025120196556828179502001","843277567606025507034447934933940337241719702445481364963687777449219512413","1"],["15455694061024369633975969867309991990128596741159299256847429629471879760428","21355369063628893667696209768074237128090643691466060871769839412923768081523","1"],["4771023053890381301671380306170549703058772209973044618272071975474801861663","13909751884521165030184547658621921132799542775102900004504821372471273527947","1"],["6732345797745080037206526496647769681482660177327945648547251068661178946414","11042365457956893504234554552284907812802553021419221776272419516866069900526","1"],["13255753474942349496187268883583124187752402550702400552207090439117283871657","19089427170519934043304432271139070750295164560223121001733248008003783792724","1"],["2447836825506830351384727613003361067411700284468879178825031639232508568225","18129168734093632901229818377057481157811926316926430494319937594028365005633","1"],["21168136185167970997356860828589559370321834165579393185839440124435498802977","12849882799551536251204676747957356366941228577410335234058853165902826563250","1"],["13894744445402314056991764245541382969924322913234225917658471894634261743836","10291889850304296243965037478480749781441771648338791552007252859261773112042","1"],["15722582425377435629053519225171341652794541797786645114706761369329662092907","13468834168972032427437149421762174098303655785294293142404163544339938228942","1"],["2608679031058110810241620415185615969663029808778314436386389305295707630742","1584906511643484483598775578453912065865162912145706974505277851135505546788","1"],["1959984710147191372452969562852028723765157687451716353842483561900049891047","5566952758629948005393084694652844824145925142030490832725316749429570816069","1"],["6411086904683934389364697196771355249150145448599665142307816542840703776669","9103948516265483978126015965413880517289980563492151179316786032303601873502","1"],["9333397472519487913977737989486733546951031658952458212700623781125275550158","19288959130244094577772225238583710881530325775496588355566186601320580398557","1"],["17846461129265106697722416753267963058720120285038858866588008353915935387606","19732777709808687478947625854034034634636258690393379436384412566380954221832","1"],["6193653107664119982384365420325304540422348859226281755617662676966722836250","2430764640236788753611836070331898838387599439354852730045929111168124297719","1"],["4142584955575346879172659300813584791533634905623963830166659885193818202380","16256515306739182840350903758907068311726795431155351078390214688884065199487","1"],["7560699956671065093040149412045862833363772262418889201560624472121261418923","1898759984002918069331183626600291610250954358517052967468425639337855308428","1"],["11204663451598850796502197706357743462661344423062596008116492761077540905923","8483834887283882494686029927708428669067530664637144275410735744706204593194","1"],["2846832342626382797198003903207482853966184564880469557993173448545884856438","17141723154610929014532721139822831623419905494793001903994516826345992291874","1"],["19937968479847375685429358164977456689576993401334092746781941295789440711313","11084584258057756130761333030898860675533195897959150375191286410072374459780","1"],["21020224958117853741255980899909881303403720003978709803509359157857524046802","18872825343422924090990764692064468853560579386648509090900190373636100863133","1"],["6983545144171103916874864913935321521021588157853377562098696244930899163415","5585679275186639495222790751125137797952225051777550265554701892903611750425","1"],["6178891488674626045937167976549568937537310735235661284893406132204338971763","19123761558936983782203831011364212652593810569240868626987818063701455403487","1"],["869024549056195451534567515306600644600175781546323520712784792203508328514","10035101942727975976978498895254413745352737461299433498647786359964573412743","1"],["9977871182081217130495184684800195266322654813413545305609350211805568920077","9509054379461698934516416877819858822401932082169737271076880592395410545044","1"],["17566068907819540879004550765511142341562349692367778852628713336973687725195","18093767620505581709329851739336526609569511670622390820455198409638406752046","1"],["21372949167694554236844473169411006171963985987154923495357492323932890716725","6343826934285006172012605536420167897420010320187770394285476478551478876800","1"],["130350304040660150568002840363712825337651587737170948754761214992830604783","9955699958807971066569700933309693385704525206772570626142423803705042611471","1"],["1809521448320888671065143489847094569835659038570326066205869637928723946150","7294123424461080614359192986096795217110291751927122684894376872885062381499","1"],["15283080935525904651551557254580854651191665224398232847083498919423429209322","15969353255087206230402271201261441660212149104019146873034793154458530379863","1"],["4360587404385434496520864734039885124873628158311943889802188598754656150184","8778286790809042245180455483968117443614296730851995594956130953437891268056","1"],["10608179782590982609915743290038162649586760696505054223833060218863401729819","15986668317117793569892201020185657105561840664708188600613178943807166224006","1"],["6841452484463826864458903105792531392184557729251847527563541771483960888057","6551343691814123588619646064147233243669704079707546477787607334144269490077","1"],["18076227029150280254606868624803749841674152071955501325241161793693768547857","16799575493818603641808310563034792088421670171204535231371978807338194465603","1"],["11415256789698331256035412813746983916270100445373329704922216048517890723059","18410813529075288027428425549775931259223954181434824108488258074720999255289","1"],["16861460348201537734024909331349973001180384435603373985808173946279324414599","21343647775190404935302314706242106629672379833391598946499198997843935627030","1"],["17875684091267139303595299890788581883008638396455215440846405538167278424590","19719207227912911110822866211464640931374172252726359726296883639423604001008","1"],["1824314678081714725760276696308544045681455329267219719314571114647376768344","810565922837049711270806526985687536752010000531841918658036000847343814594","1"],["19436012660966235229699937206805610339471249179443017394851411659823155770338","5184651193992463334972573538095104259337974657032398590546050940984777868472","1"],["7050743484557316871605891608335785306348403390585907560810622231223907781597","11316387179464006767128390586261513031931269455255869006594033775759146403665","1"],["8398776758878798285927056230555445447972893616839897239338407329452462581882","17773554131172593626427040989594616374714411410928004255649182547807645666703","1"],["7218025095930983192768375263855582565997858752137429572709533533185627847922","967989497284418756120893103558639396862776445910165286234824036507943015372","1"],["18819344814592795053796424932431077775126880526238605535573455343767038663960","14408453427176530896852109657695346847963390297926292831821644000240976850046","1"],["884819648659256933037291874751449999968541952653817299569015289219258882631","21640643659643833648005134460506312245082385705749441254096353349189216862540","1"],["524054350333007842812894633630179428466028428877819838647277975847915270604","7924392022061031638397772567005873070838986982630705188283472966444530083742","1"],["11225886350323264111598121504912907973408574703883232885737914765946815797829","13682663057308645885291801852176606320672863334879138794946937259209357570279","1"],["3373898204952089857887157137903404208434507600590028895435663159391985521323","6294270763902634008009371114845537679263636546778033805353425024713725670317","1"],["4779375909174391095051328530612447096360621226394344340716510170250395572772","17291957675676571550382637453640000926700943029612393531259748349738912309634","1"],["2479500036304716948394688922726072738995996866897965392118222990588815055711","15502254445027307586953413189652570226486140502096023321604173017979784116962","1"],["16578529698689454977675007296301679776972361220781613537733057910315240229781","20022095350468400112504153006702560824916241818658817287403386185406836279732","1"],["3335449213583650733533347967541645379052791340277309348024588198864425220633","14495227614695516056118851166838186244376163438624413044863636497941805404856","1"],["19987976864758412583920576054483533199065639402347890280778655306588158875231","11185111482745931973277802021168479315022591924062390805284933988064854805669","1"],["2227800698256971684333404306369183601017428500031426350697399202598741446366","6710454106917476457703601815251301632416597939191090435967629785980346832300","1"],["1773407558766807975215060476521039890447474308554922189298279302596373653088","13532928670492051185049192412781856175228694406612947505086235849872815013267","1"],["2983468516965245388651262078766945208269315643966471091154568990675988311424","1655022714702853938035424588249268577922172418684416424430922516821990560722","1"],["427994064672155966336408089352796172533452823872141910288130709197915514790","18768519003011639664771578017057026265502470989768740620110911249495492324102","1"],["7220466875382323714349435833966660671581602014737936774643498227833549670851","15158471060145619240896061088281912726246378800933626036048283228975998705756","1"],["10487072254757130998742252854702290250005439052900184121792174170336096919786","9635259715432344128238544524690327785868461251905162862589322218313994685606","1"],["19861037629766405808217268568557918596325978479429284734085317901283408372959","2098266424488967326002538342134085828890860959123007489479922150738450781377","1"],["17644520420099680564220581778294142630303646666990116192409414286811539959742","18107846321983612913417353900170515504971160618355507571033467862503931776789","1"],["11897052798132830914575404684070003891429224789923476842101607244168507685684","8818446519057599484464992801171601464205647204456301347931510264748034518260","1"],["1283708516238031172129905720001443204247880310220762051433374352081839929681","16929345832336821610111353312845047772082714709470742713672074864747406649645","1"],["19523318051462065746358653638995733992817260799787813569157418879462259947840","13207038218364806118360337441993905890477598201736230481724485709844806601903","1"],["12145690158424028655425944632594767006526086722599508984027703127486266137850","16933269011002966812211313799715484076244059987541786551155518368609096749832","1"],["7987788037593866854842441355799625214374589279633611792495895754079734681790","19329350966956314650544303128220255133564285901303875057283395503949780392617","1"],["11792473459110569582804273851666529272789665520750869158000280993191865959846","5535740843995180529586488464795439999950127850139713640850758605622418121911","1"],["13393185027929868163646040461166372329093725762733369527055134638008191349717","6564375714603326693513325534712559510901473077036581116374939665326169759138","1"],["10017967489463156507131519979091988869081709340542645127865240098582655416747","21522944382344895042650547602478435964934913579325563179255899855616712902686","1"],["11408378970125935563235077880589835080613949045593199574250687658608203175733","9979797277697066789287247267324309996719087458692968022333472033494193492355","1"],["484464516340294597939643267378167293493437858044252470229200448817872103605","17160720224843236280392171946073459410686516282343110159705670443309950169421","1"],["3165264807766066968190507241483533805368564418332525107323858073301972474811","4826785580148468317650500787603753011035926461337126661284689910899327385048","1"],["12618213579938101526841303540583081580751639777105071752519838114203121112422","10942714636247608433100264831457178582371941784465421880603606615246250033759","1"],["16740060940017635788267767865790054313118796920654989537136393214032379962222","1256940548193348041548353765363765853623862322276025840107803056217165006186","1"],["9286547514303961040161191152975272062658241034015354306639156605622226918923","11319466156441023833363219969266091144035722205261972544324437679920631143945","1"],["16152058596253341294602322191216322047232388185174546707978183098949268662060","9235058670188641801958812238640193769491069123949357555188539929262055088937","1"],["9299557237216721705414476954766449469500224455720846378892581823300847783431","12637788124343291143589047767449747726139146980488682473423473928686818040909","1"],["4154763431327089784273559102732877083030623429189941565581148504060676077713","13848709243473323901014915154357780029914518677617988670813973746383424683063","1"],["16110267397987156175899389246074609568664462978122170965578894136128597427183","590094842139841485042108869223921319758821489651003053998719639222289446244","1"],["19673778677127695092979528486620115069716529807090869492537562224683242376154","5225353212220028558718787356699727123700604308622089163100629854005245694360","1"],["6426676207723548775332101975770694305967069975415589202919968271472568824260","11972586091742067958690971452975337067413639842916102298305183401816144479888","1"],["10417861478967123281153390776357441756372585793326192074664871546597661164586","20155604783411021846042846469512518763169915495964509338317382298222389983310","1"],["1738852264373949667255902691136628182410210724305811831692139646152032962812","2914692996457939868035645105191032791648855613875909147356744190160797367368","1"],["18694710998576540611925721290899834396699804201134169556766930310321211045581","9451659325047974549606886249183209736097615923899311981816434436424670739601","1"],["7444039471374462425440061052865311114121072304110300721318339869893024580848","6361728644015160857565791072957718856349391173544182723676948001038699396781","1"],["12034496397596047609126270090887897245209685316002819825107771792046892216788","10352258599218192823517661474993593347381619559950477395008263643961352088361","1"],["3113147011326002142216360492950553540844562164691658127978436503209354248457","7521931629571784431139882286075653344298141264899327342135400284491575576076","1"],["616782974276146514666867575196087316127180145311965857547082734006660863695","19484670192223892305688333219982429320833191805145833062251397016966345291997","1"],["345406474410817395275055194664859776849831941541197155570575919623383830998","17790849292341963371783427066075033488800839026699820758607768636415321085151","1"],["2031528138253825949534221345507195181446178185216565428081068756838463684008","14921357179089651701803462246648030594157814723553786638168515850041289124985","1"],["6573393553710639875898717428361479119430776459434841444239916994851089033101","8005682844700093720897817124418405272774087335727065769019125908352892363954","1"],["15186286974128763749763460212475052235718015592051154097403208630209164107254","1225266219043016562522168633200578638374126329070377489701444325775617424741","1"],["13309505169653072185353769629760462683799541305608269034255699783009184613796","9622123521999972192374168428959920810537787511240517737736011556489596867085","1"],["811198755531834646184627416407026631541742605777114452799417704573102911165","7566965216154856661548602974522044726514974430872802961546617129396287871247","1"],["34886639087179956686938508914172845858332086895288009820061626270122830295","18292251773732627485604750044182375371450354890157724150757015373191861369338","1"],["6665121618714768484842341388730619090387027963826118746152156975137941813567","17263266894047420765385707181983539419431710703391838558646330006660957720747","1"],["13125644436659739992193381703488363681108964138236027159901585992927394175932","9026073977261440086598461208286261973999260177069585023572270597758036677533","1"],["18564731636915094043432262686489746276185587551935766329238978024464924338315","12715984883938289668235483581005163293482686522240573090352807617281286898874","1"],["15732687103038595798262100078333234520648251057081080510979789224129347748564","6054353556337409739420158857315786864566142638747222822131963753920434380008","1"],["8914836978621900709516635595636917390058370487526818891564440921352646698340","19994070269445484054585369840069203403937635256785878733895399633012173252649","1"],["8267838796823543687377493832737932268223664733006364734043244156564760246104","7739135127706996663118655191742701186963340228218710859410798104210140677938","1"],["6471713986401121631360886583459552897473115214100959946453964090140386048989","20839098895102892054888242828214208723291010571026634264238857819452799676209","1"],["8336992486484626792969645975378185947651747620410376237703640361172002046128","14127884646318710348529327077452575780373010551655853078665653598486039711921","1"],["16117259952086540396090446679942884232867713166751746582567769305837684911053","574197306433846437013791448989763632558734878200075726490805250126615925505","1"],["601921065689613272723222881050127320229778056904424299105094049280548499656","21635972465008997193551063990363844545064129279173088837131680421666223643556","1"],["3128019391384600656370669161424994273560299474464212531343627818968813515520","9213079941209254202022826524229412622110031944488526127004278445087819486403","1"],["9767825643193472850817456316484225587080531398214026783701975796004828315096","19598087597297788884108668819893495959721184930553465861765332938724845164472","1"],["8206710513364744948310849094787107025994254825590636713950474142198393111221","20790547381253026096445502677906395828089890529317650771794206179458189117283","1"],["7218252033476862901340349945478972109440214213219479063776904689526289336307","16108321430047330151678086268460428869635443859639316872685591893727792459142","1"],["18885717015440106594222876848077539530016476872309717887776972546856971940849","10805450318348398936394967633326783256929123754681544913672146038968324967681","1"],["4812455321482162919120265365138430087572992616709287828852641076184269864803","11095459093159229212528555991844582158511374538529081011434225821656975203518","1"],["21379630105583236043144499499976549400956406226518188896517060972731984475141","679139647940975804197785206076701154260541877017626681444682123900678218233","1"],["20207016534835496773794976799729917554748351173505406393852631514197354120247","13965764877486603694914405317614823070576647448731611943541731167730760205196","1"],["12411098413681903526203939385768562013250647739187961806870794120893396012557","8379009205177353770053148470543980553138567606538019073757674237595932992816","1"],["15501271763615534253626580618650431041756272973515410104688294286234241499428","397966499934797678897699426195480861243584026103979812395162665875210741444","1"],["4544662028930475050726490712031315209525804409305565476135628149614622213680","10087533759186503719953509008483228159699934335326261871373764302642817579907","1"],["6928836641417013236849779884310660191412528963340328138826115738673359801566","6659246617641110375895994451547655924957343320261027348297111480610460618015","1"],["1442117221962713526949130006337997325875090490650473824401785693483429615035","2164216845337349961978122791870308785505527213743336444713307850283483381223","1"],["3881502745558489609494028653513346983149736781250827155614721787302980647121","16756767172458294545281162048659834591127877106440081332063732164742315863321","1"],["16354683835007036878253491042005223884327140213123021391190597315040991396990","10376552931896269409088542659248853402037579630375662431773797568476022155262","1"],["6450262058620616127307735207880305216298564945594677163643735620276021244519","4031497602413959443828397676954815407658067816839040266823338881115201982289","1"],["8814423384007648092989260358186929801577346560834799452441818221179972437837","18012922974227847659718933112626605397637144224088515281926071212305951513523","1"],["1934126243708265403914965615646485973589182166190276185225833676355252114515","15806281654059664132581075810016864710068550226911903289473366281641408551284","1"],["21149722503901985912504607696739284732826396970763024489818009837159541000270","14803800477527862079559100769016806484040870608003950679992680334843929849136","1"],["815369676120472888671895089772907832403793929403310331784315301530919471840","13599696519561698481245430612181296303352326761219035636114604972837666031093","1"],["10496905180305742200433246399664346593147533792310715703824426155859752922450","9047139308517343072674352022169863279829288685619196088211163394537704698127","1"],["6483324778476418458543905752930532520320712872257439663756068400958360799983","13991195118684076750899153055547601719182596528997623266764285133868213937729","1"],["17676107382064464186387005361156773350567949521503902641925860250944106015392","2397847129498298667109041402093264005454680736498719946964297625558150845963","1"],["6171424587539963448515119293010309068838152673939027619277585612588726009400","3957012602916679279513704499992826997630955648724934614039746412752015989162","1"],["5370960374405197238438365739701097814321932354926041941424829261606561032934","15104573165816495066958573132246807882844790610977233683984816747274624199045","1"],["339184307156462322293382182828373518721291790206958575802495500467771618595","17607374577506367298189221719132752385651900716962952307788195090716669920160","1"],["2947443737305766671947003318886506749270123654248260423641827796986147868887","9166163232873371093698252844161436465706296428798579397281078540486719903316","1"],["4405657474102489865818977931223025601489111810699906475511508140573945676726","15336449766204500311889597792489534511103553747932095873726691907657181446228","1"],["10844232993946507189812613804606921637628273799054484245225295500392280029760","6982268408348973150740092821951296600851058768690809196740164442687652838879","1"],["18304207794598800238448041792248338071887364751945595405242230676718782652972","10148433314475022597011905623167666453459938728429358629810789466781930477042","1"],["14986896746717616748369409405323739716975505214367699926361327489717728821404","1418834203483970569785750243417610348157219990794401966332246155164781886013","1"],["15918366770618709365082488291893209684501383831430704367530373906291484141378","19452125621211842191449738444654649327798704768980970980111107046803691183498","1"],["18263728018231167661937134931146213805599578824446835292334580993327037789431","16392129581880188780618873623198051248310596289180363633989224189200611099092","1"],["10924030444311736065174872510100777666714480357696325822257573863885012004240","11443526772940987882513622452363290237997625974305955985978949241704849026376","1"],["20359481266786951622921490813870208838030903350907785870500911088916105715474","20781625250004313708469512161150185837223069702087881673382739332514759132107","1"],["7658803354302448388663438079752617737011657546828715716137823631795085362947","11283898702745386615291419193169326608254396111298555754597291259381370882088","1"],["7390204924358818915986935336669458878015385397908933178221029850936761231075","1293489864269322071586755072913123203656002314302382809273379370900380689860","1"],["6582685059075058773973051489305467096269854437284197437001906566966073598375","1341744554014474447155120264988604157492502680628437241312876863671746435264","1"],["16833910808719341239628646064916879051350586737542536642695325019945893949811","17574159408586741271723608643342695916020930714295840388681840882325168513638","1"],["10495554271414307613140757239526262557769293660574919878322675600656518602644","19712630984472022141034892695071067308126567925957467616697564360123819673335","1"],["14681971933814062209128035728702607278211425755665507946330568976918329063122","19602572358570364078547456780503113718260481531182346073274040252102741909997","1"],["3358901832226028386013945463495711441475453518894355936970401731673126778563","12218457106184682657397647175040928470367102838474795803791659494583249207437","1"],["15917676492356978056650949739405227723161282377694134900645521977158607501752","20189215647348070700744999496387962134930927487097265066260985003856443412022","1"],["20519760516723010950898216875295997311197541322306192007953472019168729572124","6736353830471187235784285865774397863512527125523114663290284637924630986485","1"],["15731197520697012109074828651083804243238790952670467403863626991507452900062","9636485183771442364825807836280228329062482216616793614559316127799338394025","1"],["7773843133993827585530849845198229618421562797938704589085912770545201970270","18477968490846843720039939212147290366796245900183805033412526198383414342690","1"],["12816100550844874038490836760112225141334503982412897884714321946440759083250","13302515454853967529618676470152397744981808553229754504065973755087459532064","1"],["8909290211609828085499960775350439318549722544915693357547177704724294044411","3424497932693826595779491502238453334819936074912581426410405717096005977531","1"],["21300934950901894537470891675286716345589605446079691432563216615524836364141","15756135936523530520039228614421949260196421167772418352041496193228237489073","1"],["9259516795332848905342218154619075861268902151228824292089287902546337900011","18307455228371611685685227196211413067370590374324824351003965867979499541137","1"],["5486455201499354234683814306171443998840991300201555247449605555388244710471","6894880774953391877929658416372424869224322139183074333447648985931251927345","1"],["19137742102403443243556369893745644500925930237266629512686892820708889850749","3250283381808165424014592302320457801353672291569810617823539700182210679559","1"],["11149849520163551987137373947071110554756248773239169704482418771059002197077","15653563569834970994914146507173617862258913460747116760876939988294605227224","1"],["2588421008347368763595741142226274672830098239424157022950175444330357307056","11356914888433918642427850401661736543125920320370171688600069477715484667209","1"],["4526898344540695382422142732272996566163552001520215784549758678214176378540","17905489565682803827223354920728754408349471830650414113634623044382329938223","1"],["15795161782875050606887813084518941589655942958545462470435483895563976553593","585656345311333363967513576677937422592572108802198348111583887118212051850","1"],["6665228386808390002230800534489554861772732443293417927773555618654594916880","17186701620239272060343228939728367458641855422761356903584819579265517535533","1"],["2317786003570087109514551840771710136541136576541283357158610863685808814994","10122751525470347287901448907952629086608344821196916951605077184205142554822","1"],["11003921444538108340928685686236757985354705770269032908635448121234279548531","539768746085885716232298062359867601134143725112794780707293155608820954841","1"],["4852709514172282465073931370018577634680303403014135185916770769674505145524","1976181525437171663412691659951400149131910689335230592066986199888709552247","1"],["152206339415242657756062045511782536494444106688647204284750482029045203289","10556665800903742619623502884561524400872878692465567294922941031697248865898","1"],["4108276477370595725659903608092986336440876449350538045606778004237261105439","54643916713422757863925262778012323348802391390552548578993108372479688930","1"],["15928884492491087627365453920355630535709973340510383438767359301905889895609","10501449087650264795958708510235970146022070594494719435252993633048049058761","1"],["182481021948687058874767377716407211493653198376902179360917310792711167742","4522124635282135837301313857247078658380402410003369021008803190640622925524","1"],["14418768108324129256700132950411132491770916629122033937547768408755792322086","21871570006542178452875893933648235716100538135839628934013408692681429748865","1"],["12003083157956533160510432291534542179944395337339138368929371209559704364766","14319869956519927699810527504783118235509800641594592640274450485047785637375","1"],["15726479396773530858533409889884187424720583484757128487844743561396897143618","4829933570315098061023587970380290791845623025087640317514238724739120360533","1"],["10628574074773197549428600314152340851568433548515560775095369356915708450535","13475588909205680280264976869938960826723601062510804143676496847735224433521","1"],["10535139349507102166520728640882382639525683737920601788139296690670147171254","5409354328263874948981840610056087666887329069194540868303151931988588698331","1"],["741433754139533907894889819240761590573948361552293734739125731781573314113","4106132843849858348783294096016516173499932211331047336898650605580654259783","1"],["8060581509121905140892973239737276208051803852124788386730829502722299125653","13641629441552107717609888630601224721043488253043297289375633756675297027274","1"],["19686398269080750548747231833757300595702769419546752040921896635870993310536","9458211082209094674514733467837284455450681808431025807759783388917545580227","1"],["7881873109297990770204603713162811103311412820917599283406429902390078418032","3058150305404971575891452058043813613918657152564990913754160955556255896067","1"],["17308727553219243311512595124500308616181528246664214612454400298987709352127","18925128274942447119080015796624113957072160763782962913741157004150138316639","1"],["14219862536959792540990510310317484865333871904003470456381891361339601418757","8720240412480964498770622131149042745617721082199259378410778213900549336984","1"],["14369608326368070469243516312363248485876039729570403807484660184049338942142","2561901103534292443176614537585209376372308829157858308714522054260093114249","1"],["9219352893265611371086324320347671129275338485800269001242024785702390267982","2410890531091682094570824846423719207261100503341860363566996931362936989581","1"],["16968612517653386431434601760530801154829997976855471882481277901898597692529","16197974778096895111006818672369345157696162665039201407488567593171472606208","1"],["4814280665366902024614209693174171689318358114501227654757182881813201001363","21624086006373439544145408658624265754092493317466433387661271710738976613310","1"],["4587565092803889216577552549524825035625806342582050503212205452275530336025","20146871250191270926708043891624130012235674463483605421162850581831841572506","1"],["13735058045552725137808237315271591620568079999771652114126525456845828080705","19040582451291131805908828520194255078554796047810912455356363258253545471379","1"],["14723661751030760630912158367586984782542717815374673183541917646573141352316","6373052704408604176966561306586398026095579893415047712476599608229662583329","1"],["3695431046610122878401711764679333434351446560221663060747375686608118631588","5017658814421859595833257630171296252624034228941708236836207049181740181896","1"],["18491102730870271978411070062374920060965749413215689994918311338981079253397","12957173460703501665046624463954594665087417725890345194487702316739519101160","1"],["15890004623681571266579361154400392915299221604807452761490693653356424213067","20065483006896495362191343529441760062201637457313949752380978792778533666856","1"],["17204193653356558262040082298748999242520799623742668902262154439211530284295","2557693998846470850984014014713856521290163269522345965995786154449958083654","1"],["6673838261801727884939102758355893926021172313202023103983173955179894571038","6533627272549354256115154790398241411272042311547250107234796009694342068498","1"],["1933629195740819289159046397337589476974393135299999026184873341403133603136","11319675290577120013703174848873690205344576001839019544088259745152538036695","1"],["223455115981984121728875364683191494647695678845774201190754317029776565895","3114326562473867682847779447533242750673687160607338104843955443833385695259","1"],["19893816882678649180190102239141151738786952522835801247887190671876928492589","9476672038305385391686447454505265886387098111866752193830813948271827808547","1"],["5982440420755719976281812164266470338224673298009306762771507652240556742182","12355227463888866242930369303873425416376855079535512550345474290600109240514","1"],["7579210319853986128522994424254249774378330791152304051282029514280097715033","10670050370442756411567884540175690936248161784367360561200628658548312864170","1"],["3288884095305997579380630807053996308389903806716134136951081530071844378220","7751261753544075874704098073193554137340716190899607019086270215313896290265","1"],["12072856289054297203295956142397574706917124887626345781176202992312816440504","9604080742235103903745267255979669571931535285599927770671510518259817842961","1"],["20649912813759580105781036984604107186208229282289446233438726711877233543337","14279298407161437677454959259758974403892091675219315415642265562917633307013","1"],["615244196143433864287279988983919254909062346993313236643676412409791621481","2510579522610941352603561723645440371618648648694597479920228723162517320208","1"],["1755682382704782980470877125635841000046448821411930534357759523703493914627","5794930649906651911943352103225226727641792079675241768481874800480298130046","1"],["1302833670261916088365785823523494756119811150113633908706460505593022427726","6989231767947798276938604576311991605486626391158438486345087495126101418027","1"],["19963708192987033547734508253383617009149477380085197495787739061355315051782","15137933452204947498878333145896160247580903011415210437380557527678297858818","1"],["19537465077537150869194287680329590859047654363922558126355809421766011925373","3665347546819112162880019488955636120319982505080113833926110762389072525638","1"],["3796490286701780647555043376313051645164340227559872811633355352844859534060","14863014236393063297319054475774630883022162386301996315154473680404323904693","1"],["18817252038361863217543542355656925633126632777790579376460776504129793314296","834450810809591017821464818268115106512078649112537411213744427680802262816","1"],["7121214594196841219680019626215572909558418648219747999402742617467028083836","19595499722557950952504756614236505255918808580641934898503033377561165630858","1"],["11424412879425015628869375931719829664213535711499694046652750005357410251083","5837298058572876998268989342403009867874197880841811597325763910774609704170","1"],["18197525568000494459292375728796454166726858855228271632352432504335685467484","2045194191572048112540768796008294574055981792976678704165248520917388152429","1"],["7017786276614587244818907961408680700201265614625642547384173379134081047795","20412888022856203370579322090441298431447951986176923435519570642591488647495","1"],["21667749994484912143756250555611199054517888723093835133806976825985538142639","17735462434552447779367686233605299101534328418792358603070909334825061959157","1"],["11335103253449516447900886563039950126349168505899510009052978727659204767428","11531559223949371259760672610215637488496229945311957308188864810933787815109","1"],["18820194221148732097847794251983388661158798268162977495373683341330332196895","4018884376792347826375167680835425083842829109790601474486246426971837183183","1"],["10575795605868287635059732837881043085450883695794433594302642468750606906168","12522721852386187424735133799934373984018006510045411313006790272930847626999","1"],["17795396113758399485860440215006508630505248011596146046839327587785004255569","11532510757940708073158746681711115198483298615602014618963981456374866998664","1"],["2533277166102621276878588284488653301801531829178242373696483569360381704168","19326128506092183653410931763702795877584237857358815511155102282443366324687","1"],["16315152197607427851944102491293488670888941179868327578982863658162751947314","20762115763591312509289689798183901461083871784149406910118468895920763049584","1"],["20672813915371216918523091952029130471079303750004209607680911186590541279038","18188017362526908260161088019672434525712706944784498924348331377558019377654","1"],["20578784690088778197327423569534896335082861567948749528558678895913086672736","18221853740027896557527390346327985045332624997593260792762795491875797186055","1"],["551280826275437364550175414544009696689767913194008183778523408235217358212","7289528398642582461185075622528126452670120539258256642125120971114499517099","1"],["11718304688601840464903062302669332853163477182936467962646726141694120579375","13910151748928799190851416291848840291380608709426183495624802730254783268001","1"],["17352864109137368964048874487541989806580222493658592593510504661811592478271","21821152472551092294370366757150065130987311412961219073913654750617363966907","1"],["301725408999179359846077214253302297540589423021797865881241908452137005742","7624217464731692311360213397472719742296262672114803432493274966533425096729","1"],["18846336689895358211028524934948712990783681161305096726431003941349144543962","20222237392911097460565642744193460529170898318423675514386207428294480601796","1"],["12766785465990807961944188057354753971277104367916015657474833089179568696441","5858744770379843731109943073483135483163907999608210536172568140532556096413","1"],["9238864627279400848082636999769111732707850696930140620477825566219231807117","17286861079572887791007090140038831433626920727530622310519510640003789444821","1"],["20437404652116264218892258132701903673240090424743870625590069695384411464489","6356514626112139180796860063874053707923801123843180300268454748290993573755","1"],["15879027574091557384629084897495373481023759309609013636166879482974591908358","9251844944001198327027878638783301148274643373614584336084739672224015032305","1"],["2898159725305511686746820886085263481617111733877094284817773236025175464967","18480592500167406616966815952076349299544122998425324127788913195602772893320","1"],["884186661115370367959964843858108467884017119574830952004369394995081559499","13546221689081394739618454588836687219639228267286935384796583598714040771147","1"],["4311619562856426846405284270696713641640619410327139153328399437595093648092","5857721067287065183879588788912314746108771526726432956473374981432640907154","1"],["181553357443029589072978246896391154748116858452915987924219304020670148344","1294676639520700560895490328598433435038656844613122335355745527551715094526","1"],["9236529339425386605947207021685600063775231663156503549283329431555659201064","12514141277881691608012553874851030071354796771419400682058581457146281447887","1"],["1297794897593745353926160115525600201793730567400160865333265176193041773908","18053414362766351222020735604793637102753794570370844861231839231438989236313","1"],["1983569538299090407663003749780782366724665151711472724268711108540092797664","16721596921377094283590629946479651820596745861621326911925172626925186350776","1"],["9580271427805366425187305443677413854453712331237375206648604224841853704741","1073562194000176506364073322471807577162993737304793020213449252593893685774","1"],["2224140111976180476098875231271885283402087772628318430661889767814672402960","20534731109240807032362608006707593324056179106034744402754125442898155069920","1"],["13313650659722640065415224234849476083082898656506508176165242622089534768038","1567501267316782127761238505409008671389191875131457262002002078796024201284","1"],["20901099551658036123064686418583162855689833158562644559340235883788247166029","1076103391762207355311342266344915884483565758772002423264396771247181186776","1"],["16323147044877619246156738943250315558163908421657848383692239906796012532783","9127412459427997757522202805962064523714587461326495444576803321043738537011","1"],["17286551558022351166596588254733485186717304509940016609805199572615426886234","17261043438377508534117029256663231370550152875391654269080179240867193632725","1"],["11400236343197819663073413927210856978525287681599752151766347622612418955916","8737809412192299910978047042605230644339816914374849748424188918039175460716","1"],["3073706617964872996773799013937617113111774983051482678346139759985430673906","1076020963507714278345509929836268762931856230808277672846156849414199296448","1"],["8864629184212171442150103850254446771048762860758171002012611079440253952256","386355108839504116792155227165771441300612119042915501410787045616980384259","1"],["217812856032083855437714323347599944356713532756922190635655667602635477910","14211979373968636494622863512241895399172570041759467956891477438233733258428","1"],["12121423550656701481702865138913834129070796841154375463426644189475354398872","3835930996370476030307821776604084825502281004091738722421447337144058999853","1"],["4716178961914946678386201237196467041795253330355285556237672283129365706206","2042911375561077029676887018020056843331220831194151046401802050517186727080","1"],["14637729259559995328646660866839781042970769542635399727465787697474230574915","9910119164412532918561950762562367226768396240205208488918997520470460926446","1"],["6356385071704556256122835217996622459693887983107164373776138875598632592220","4194663023883022124641025138046715787685320085949806928903120618539649916142","1"],["18745170665487893448445381044473121081998943732647805491181644491511702475288","12552880089230887945942559324236862738190518246941215114550385062352901900350","1"],["3436560929164488944483719687080182467197638641624921203972055936781245560230","2025746460807828133953914178632753292037948252555254947414648282935061064307","1"],["16772346343875156235879699797157196446197943267135259323880653374547365148956","21540525400285524073222086618347242503909839518315435822559692174950972201182","1"],["21851945462987212991163514787768264514824217206392511042360002225325149915670","15543853648993266665582284841760814540244193697723913634381273836079485912812","1"],["19913428543967008235785377576559167074551198089584624135698189856162917832205","16002867779215534118585928158566070070681471875170730640522050158819211873857","1"],["19469362419028020056955781739727251279268426040922171221821083348922323246921","11248919748031223031104810211025292330628499643167749944844548994639133730345","1"],["20529042986816856356765547674130656477810683503432503676693467769875894409360","13026907762985971876215651270035689445139109391998886345973072971868280509479","1"],["10356682222658639616296039087064787569151826214521228658175586400696402689089","18517171056152528138293725324087699622763661727151944822813274352203881485656","1"],["279609540124437509043060622512675120374909305387259083596366353799426507789","3555188865129722886741798558673673770774395338611854421702515401943789768854","1"],["12762635808202686892741183094194341494850614398742747298785464785790878080394","20911000747118669034945518935976554539420266213146095869827423007512277416994","1"],["10872520109302932387129746295834734693915461680724022752787571660610422733928","5394980166789404970465081710091267894421100127382021156330884583064870018126","1"],["9691317793604560232483923830467851923854735456327700520881375697235512759387","5485121193773089205974551044136179461204689804848132965379149099070033500306","1"],["20920402237639858739697387911813537978311092935741118515456250412481619336785","9889271515884340598917128044304447012922948891996987982956281293156357681059","1"],["11585352953107912904538045399635395125155041617219582807262984780959201027039","10321471821842414362916918644617306838445684830780373289403014743274693815062","1"],["16267476585939920707540234332026543322242276544312422631192276674321014799145","20922054082089835009619639934313958945543669676632060221997132026023624251380","1"],["2867337129288531641858181970351523411598893438892082577429933445090814140220","10699112781778620055155294149614036433379239663464828993700576081170522969828","1"],["15722087140066276638198962236191091669090585626702479730241155895038982543747","12604566828589089678693967441102185479107157664548819480699318454708305983239","1"],["20502640552391506879422948972445026691746338753567023126870514041827680258046","18119845253005838263363343863267669733496623148448477238260942310680220548660","1"],["10390336518196234794459538119652656588867945262608097878507033100275117857094","19546697771207199427053987193053965091999961653561786415601738038328926642996","1"],["18536577681461602619108865076811876864130289384475573833931088430014318042780","1165142708864505771661441101016814058550822482766162405201526914715064242157","1"],["8777771620677865352698299691807787563252574293253548144233115423516642340973","20771671686330440294507075079456473586760136563214424692644767758010447765985","1"],["14484056924010475476128300175629577096067117129257413495820333672757252620293","19033029024543811696896169112212635280758026724724503469932938916734094960406","1"],["16240959306926713783119297309187824310077572079992837440204369860033413052503","12156586691528479708762600757845974549516080913567823146922730512968491216993","1"],["16148000223942485957474811104199174243370594222722276789835093817061934843351","15957137435643634594483634345639402370290431922817506511914511558029022957673","1"],["12914315558404343782959359035709940288409392327155431565016488672875831926483","2004283609509175602955549242652464481903663117791398755281494889257218734119","1"],["15392095572290065285446634292049829029569875393398839525827725298673762372926","10332743860382571277049377598663416571395462540014478682267426454359027936125","1"],["16280667506850247106376794050187785669845623469681853528460935226292101328406","2422876235420775787061545716517869157715844950301446951222011468433067648373","1"],["9545941088829605478885855896385167630753184698322071156972422410313842902171","19794757734286228447748698164918190059909878482387271845398661439668337498742","1"],["18776867644877781383055662611272291585297410429074850192903159318967946916369","3969021205127323210394426982093140953878428314334789950805143390525443906406","1"],["12264829294537949316206440453001673314954884987020420079395403919658060040590","6588209801979331472854276563124314983031179610505372618534389651411963070199","1"],["15846350869878588662301234302614502651109727281047376939905295140148865316837","9484544922607991839981018427431799337281059821195617500548915825585334785073","1"],["3833112798127216398476952913855908470178972890697384924695956566522699466447","21097104665125747078130939854048983142833156277549292985989782335970734676889","1"],["19477547843712363063478252557496828512908791848161652335792618743728428701489","21247987983761142620987131273569690138209366517178260895061229979674283481794","1"],["3766003000500216462356724858226489579062905279698104618579982669534009300958","3933420821930077674842626503257666848121854817911007142598334716385602996064","1"],["13390059083629434528023144201978457532507361794696116993572953486074686409276","5776415647379378078520120584814118895532814538684496731383174464502592856081","1"],["17961295725107067482070349888260401157755545161563699075741973024863110309135","10492276143296704610265813490465483491334302593238386754651886491025892338448","1"],["3074750725551643743337908643399770545877846808708347860808988481156461646710","15602959119377466450084430041116487860013642650385784638361936423130877680595","1"],["16750876332719475950630589794899195226907101785744779913950000458536932072704","7172138125165416086555119647404875689392422611150095789326738870196186826580","1"],["3528632834273041598774654762882164802573502701870059229686308118570530596687","4431328707020389564228868781532355393125510942251550471399263080324210388129","1"],["21249914046138830458955181336250460438040992432191133513128267010203404881067","4272729483342957490728982614718446994319392862457820880004752836954347189022","1"],["16562589965438051441846570042555957822181443215960821018251245275812515730301","2225833397575336699880355948449655591560836284106843694075111960109551620125","1"],["7812086690955049956124325796075434434676767003463349700539385888243396215158","21177604091698893869068100422962558494369208114536696281779861917506513184334","1"],["3987706358584578563982813019908594472826252287341279329052132878293894350998","14420397597428111324945827647891544374303065754707975311785652344432719988412","1"],["1988028330545019860876234675844251216440773951250879454535938703037386608230","7115255360790183974613798834281474866206529116349931510980789055210582254369","1"],["12668528347121443529030097720711559329628969533180820829365544448735003084305","9394636003590473404969904117033730130938984210944038774029077171836585514903","1"],["4594534816646411947439171367724111834425333742612344694563460446783379261421","15647016216685106892730486585709177946366790578959698700833610024886873048852","1"],["16277479204781047702647534222459340432905710930266088008012128863381943609965","20504089670297800858659206409408133252466058728298278069056940333948540141519","1"],["6748866666418756674125637689222650801816307452693859665775909173415524191369","5405403960938932284311568222642508227010497520210147534704861606775712975341","1"],["4475081338935414340209319111952373496216324046079683699846093680196635974812","9034389318470485315175494205554451468022011133627703151344956830014439328752","1"],["7408938157184706229941535215484419800081249275764582650405628839976181339965","18488103299464403047246850851469148851585709527316462924338132812898214237811","1"],["8374386220548811645718213465880181370872891943696170301442270430548384553295","1562364196032745666876305794554725381719630123068787685461093400347586621933","1"],["3695200250695634431395126295532471559727255456629370564175624071062123859438","21617135272869622427197411918225654513757846134080902674159732997660857622548","1"],["13448061046181236709094312834992709346146487534796922298217012257857465318463","16774732423086691738559470136299855019773430398071467011841606520679599380866","1"],["1071791027888131464409690631516583511453563574651222189764111250781266131168","14905596715111684403622633332103368929082869645524412166399972832060911017195","1"],["17194142650811923917309598619309956344957462053820571884773310599343660148167","16180905106060355291030339426610032853709542038546015907738515041403358016169","1"],["21091184826041746137412330791355451232001384132112194072184502001440201416985","15980230276983697561949872174490980847337652274455650839672588029536475918522","1"],["21655131009804594079869176168872243105435615755620592944054249982099708433273","10969975001853829531951508454157796953932563266876980627958522800012144073757","1"],["327172774839255858656358181338387629941568039580866760751828256021945140359","17642245450845353777367971337948616573511678768529040899620467921504642926494","1"],["3145570970811315784246913963966913040436899457033797561272803908160490717119","18854510981722426703117363669401876523245491104743366768019144792300673640857","1"],["4387286863125688510833236455665693533976517229449854674325710574937558674831","11952820842691059550537914965052431856340375030039539735248880632172397647671","1"],["9658501062550632767357608222873644547169867902106665986996742920430596953330","2083252414002610436445900466519542896918191197515683315926071339784620332716","1"],["2953223747301053929062549686339950560045176681386047864895518210036470218890","640798208934774998335062657537046581374100134609756747153282986985934291710","1"],["4440158057085760680102991255229729872299443420994829808433390349235894293340","16235139452178636188288278339957761068343961824201346386367495327160150064418","1"],["9005237183587050357263022937066559682289770366320751808585665008427915841046","977777114383030566780299261821552703731015502119814367620656528398822465394","1"],["18767495522471502669713141864928790819228093016335479449023374209079237560732","7090058733972696829429947794971027464099256128344666549886192002756051032273","1"],["2856778762050360140237828462967576795909500285643638291507242965041417000425","16826960301442604748802064695217494675430013306782498252431519596272280192064","1"],["288091212564338395905939619952352188376100525264365005937395841902155034715","3662211663517434188171899177411667446017772338675466597648006937176185664747","1"],["15386661867122502507309745494078227831355347101427623630815923598391277669590","4044380568488220194760031123735090220481692210579010530711696394702056340168","1"],["3072037045775207387572376846564160942536277548858608720072286979676267109279","18655652196214805778964665712057847703254819510597856991410005079745151194963","1"],["20436124483980521942528899487332258265225025563793675641063922923307849422294","7160524425704466581865176354944468290346635617702430357980117232756469323520","1"],["1900579114034801303965266284118884841639762390064442703001532144852928006222","3603673680548630021506426259622010410160882124802291070287183776730274602210","1"],["15339205972276660214976118761773729714927980078446816463377133972250733243221","7322705565791217538490454636858134470176311564557278065958217742609458889903","1"],["19470250987361372283337202067741726602634264807697115164962394001698914015104","2752698073729153093552307467733973549845491573825703339636601291834571195519","1"],["15480231092398325205213521186738065853053637819666865181550619241520743325602","9431764331096179301290474058570399861679471850323115230084348360734048532153","1"],["506594216363478284818082650014036604571429975665518766872149092107170219006","9048385434531436104499110563491239192374677755923759552308646767238252462536","1"],["7124678876454603539820319433649352884582254307251198819849617619204018877588","95360731229960764576644099678027427399038678681876072945163252228582106368","1"],["21301844990775830033132168547689633548414377997318079526804751271434113723836","3745335006615009490612919145349197405452770488032141036621049270617118810758","1"],["19372142304823789442986495546186755202744438665135000696088555052981656881708","12728169490406201587153037561436710965303503666907867143445783142549531784008","1"],["1264384884362390921180879375909104104140441154325908945267829739107436258682","13801937409256090015641955742968776858017232521197029356015740953097835605859","1"],["19574620607321528076092886056186760357737899025863955683613726533888594818536","19704193736166808529037060770817152070810852515768654755874732982024310288044","1"],["16402563764142478014304674634553228628270294936912921201882410311619913308485","20605985805265645453125563601178388169977688035703613514150170222079624357824","1"],["2001035016647915550493095234448723313438044837082301776638901675687312210093","9829750274166417069243543596601947478897676137612756597887129445757299450848","1"],["9183065255437931946661966665924206058747535061472111324834052388153398836295","11838898079733013689481058942874599736216986763439441963499823738772862579937","1"],["7869953563412198018666369240980088792675724160042996814449751443617938625107","20252200368512185550350968946248453925052693423044135990941585264864902407416","1"],["8448031524757167416035501728120311145977892405706663143018877662735530569121","17384331984913501649233142667185084897763117800556950209000379989781632428072","1"],["1051063212315231345057138880571437364849659161292714345558489707195487496454","9135014553408161494240273292279414573309052462902553050242600236655219931351","1"],["21680024054559653077443627100380746217567127803106013172597330770273845803527","17598788855657317652378030668562478496595894181900420858170109807582003786536","1"],["8131142465610295288957275513112538685108754169207565942247402248676908764327","3447546557274965940773005259763880465327538318366077609063793582006861930400","1"],["21874918136524629623714099381162694884150062676627525414729304361256187789670","18547540033750076813399809273532797830597694203805690337164538173450855752615","1"],["14187288513105258288737972826468194357546915581619511401582720049647348047955","1700726596739537032748084251301032756227149950599948520764528402259564188097","1"],["21407353999716156497065375869780579749543836997690263765042227010607864554481","17137210286808291164690661685011013024039232390699460205243209828729728720625","1"],["4172872494586038014563197004275553927678446895606666779145282422120835433637","5734655595660657568687500634828956347432313505863393805705722577188202539557","1"],["16461248446415637551761669613633974601345168789550542619572433275752906595388","6690356945734287914842523042244614295190051498065829238636457413687937911897","1"],["17467081228111208389536949269244742230803643586182819858696010245919972607049","5148570602663284779664245365829661803611376006756856865053595887454592156970","1"],["5596698439510869935146967407676288681654039225203871774116088474827970844816","7327319282942091903409544290885231150502737797621459262915838365543806585779","1"],["5586080221186533758331244972591913493473337868017979507649551133831531072035","21692409676875137946754942762284100954303883693861429279147231433768690604850","1"],["21794192127129556419515267084718963641512346142505353477050293215137092446932","18941671625437090131377170678543461523233238078496079927536735242313213892025","1"],["11952518229534020886715918854279094663867792292604332697425203039576480859327","5333450341294388125498625420401445513375923969255324623481423571999782446991","1"],["7431289681726941581049801051593845517477343105321209375481289005241387831446","1881564175801886524729679069483949822402163222382471953349964306020722251905","1"],["13000044886450217611079377211322182342623328931310730906161526775048306478252","15153113376373699204476660209350937679070314602123349469883240960945830578107","1"],["9131059782545398719703759763772580398747122476154363954228304187279581680728","12235046920272389731283836312581467117181819516278030262278651564488954102167","1"],["8297099601009543524283689948304147838844185118275884548036124024051636357594","5842417100944750385320666382272914654223844175829433398952440193366754709861","1"],["14307888379639636816354641702724453462028150372373382795633538952808507347765","16914763879633255564474589314968832219614075456101759368850257879737316780330","1"],["7977945187911001826909969767138350310045224300967888553442216156931274016364","21744004247539596750870991451787989301594517171182971138056163807940848556056","1"],["20424103314046579639675776139770435378390927287160807636808861124455189209057","14015265548607986356726528624053155584307592437570452220361424684201560430984","1"],["620462174620946146818547645378490356121976784624307999348904208370908428205","20107352231460687108151999033539548000090929412322015529315442931714619706837","1"],["3616733299667058422811159259292075988312022776199739334693251220107574468088","11564484162943422940577869842305816424203892871659971944974392658274974685522","1"],["6873757520726963872589464853101052517133383489306190916361135591989448399410","6218185007414461911175887200416397370821790947176228987359715025626006069860","1"],["5489533012273962369703594720208077624330025799535800874247876226408910141733","13939567500593262302754612581994352596335540902322040489974752736939016349537","1"],["14002732411924057164530375784656342908427779854705340447555115655929717122691","1599872193546198818958238839585046269395948913433808240930556195051896361421","1"],["9123204285946209063565783435361765758991212605946462359722368681096874482645","10468591561907264058912959454937146598509204476511690620410881980322537976146","1"],["718868074894269109495055762585900601324792600977480468151464794099754783543","3073650468634058202604878294283876573765506229488566317249950616943239833053","1"],["8642581944504498024331614999392938399549166254608190367841694729560751192081","15925198326563540220554176862281927543823832832553794567527944394391317814528","1"],["12864150458434807514873759254495566178579863931282435827462032004494574878685","21469088682966430517551591129854241378839495647148966924180453910792857574446","1"],["13635052626297978606373608915283539100057190347495450005255040752673741667117","9480034717608039577349703371941846346369160546024445376107838021294400904891","1"],["21087271674325588171274051376156915422843239448638095684126239502903590849524","13466961405505737605836222088146347140025100317415397190711143261874223110377","1"],["19166741291331354805700305332323776816318561940211770738765620260694194522487","2486906968330182432950694030033923733180626158185964430661078921574782741650","1"],["10502513369871287663533159784454551026206624321500919139381214158470032648945","6333402897385912991486950942177436797915619327346266864394093202547407123682","1"],["7336238895990939505593273786228109251764390207386700600112639306728227991742","6076018033351895982774022116190373088183537706427470154483459399244838696303","1"],["10228947769592420183206320168769620376063964306121764276538718317947294421316","478370287648002139653086883089017205909031504758978318245580054327235039929","1"],["13804373129743385699001143348982257727430291548748998706126454011649582391063","13521456181120958096901609174410210631266688275200203276024982196191069564864","1"],["10133463481401646750703991188467746194944960982087827946163787356229855273566","18711860287917580553619817813882025839335120485301649270975339338855366670766","1"],["3581154290074984060617828704482398731430396577542853600198898661098818884901","12391856015607035629491472278419672383195943183976805978413540325442422653753","1"],["17470729053713984712727093874505887944632507775636691570485301888816922381327","3066508403043216941077844281229180993018909136562465774690733834048521645755","1"],["18280095153175524718671673962005910553391752060027596398537156408753240097172","12807276653659273361219507995405305567450700422112433789875217302645824201995","1"],["11575200680936281070850547047629707407536282232579347879499142563822680664691","14518015460428824159829153111768996142578741809580721722696327454509563452296","1"],["11873330913387128283881041508677688522758872018243185476103929588901986553054","9520979777619504465153441603769764942565668136977645378333414142439056764932","1"],["6042091740202793533041912546284983130680229127115301931651014772381988788904","4910554148558490914334784378143902199502222521851335304351410641403895721899","1"],["12256381739202871927541676314879222521427722188195907647764912381298798649231","21856510024541956522560507984883810579582902700533878240768025519600530712709","1"],["21594364828463523958243509687371911939255931474953365466303804379714799796270","20581787782243010337806922576966338726903441682225206847198730490294610171884","1"],["3360261789834132393508591609164995360449028176540905568583066457184598788991","19012087904028812475922773879943347850226463334875029049226186502977210103628","1"],["13953171070378252662254544403131224249746451067348223588966378499835696771109","5853815750886241050090637192026113751820672396855191951817881725515858079203","1"],["19104967455948319833465829181810414677448107959528724276694309094277439546945","15238900876135841047605081151408481916172309259187008626895913555216029298715","1"],["18944251907308494830134949753143294649044514642735819542878946099076091296033","11967947979254616924987500057579485030180172595761322147439548317110931915760","1"],["6241632964918626389929646520495114602910102038318873918477086090643158315828","9583430830315628972024428688852554072131706235793145253125818779952067814876","1"],["3779598552048292665864962786021095768850291622339188907921358976919142983392","15955763183960931589834738648669202748041080652716876408820599788189892473368","1"],["7641887294463455623810562995014425347099972903400098606175542980483502711152","21211720251723980545913768208017666920600622191031812267441888849901521850050","1"],["15138692698897610565276612095534389173088597935697887039346345612206665870642","9587149383637212928794022509021298899269939149428704211094489178343442481730","1"],["17630571235230998689019712325558989974944344110268792345909499356514905828775","20081387762376278571877493192062624172643778152645890127301738653914174905733","1"],["7358249746637328076670390452196567121957099748712041826754783536041526017585","3923156163476460129712781857699271824357907287547066581225301291161087709843","1"],["11743690013303725243737537538409216133069952739769784506400094266368307394185","4619446775571232453350254624241028953787069449308312405768347842287569399805","1"],["20985073472216816162683536270064694307128102202702054176171148912622608806511","11001033670518725535264006240284547733979663878018892813585013670501364651546","1"],["16825063684514683527298551361672309392319589470037360557959247857872442338944","14990003485084234744128076452244970807454571541846901525602076107541120965307","1"],["20030800318519392358785740780131168355639759054050691351505988718354406256158","19626366311081553232572730246403343838487060449638980291410434453837581344307","1"],["20733127047519446480521827533046629595823155290980255862905796576360901798941","15770791318254844745857858498632993142356699027988160120427018544431513508550","1"],["12969646994242330496739681352269030643750184503435967623555564810460734024059","18412564407201995062670231438521001469656369426234171938165455374101156916614","1"],["20698330083237537076817479763120958470342474943458540646357077220556662235409","19471514235050583796858086214721741923803515170129440449903865091488305924589","1"],["1039723247315307508248026717537974109897415857115987532609453082449542639344","14927760560810681698938946708788566673814834693556772122000853266913164530655","1"],["14682926542586286154113712862227656695436810065355635324348815310094226261993","15389947662439865708198443607417162594103484389956116632868806126784256292663","1"],["16590496484905610476090852332495959538465103651809927936345762882322589877852","9995836978162906617546236140830847194330564614717908298138049755161366366804","1"],["12319486867604467234354410043105875260046864120130090513923713987326978967747","12246262078716105692478151939702193907495447576024070524407074068925259583931","1"],["836343295682166096261152962227019471555519698504059301499390064379559248193","2475451117779010519636027007675440312229101011869761419506710064558152371433","1"],["2250977798369838901368093559290381880952767765217872073194687506221194175513","7088724653153978415913407902812832501630709873162138454252761217453608515969","1"],["16206457475027230856463036383632864368825361397022896519054798299958568334346","14150560813486395333284339910115625892413960594433265528882111092933196555146","1"],["18981335378238150116837754701418732518147985670536869387380628967814594046022","4506821712068711359161952275234456566368032844167426467321005668509230301231","1"],["10189551802224536110720415818202765460605183425825131649606242467164996948648","12482881128654746678074596615998838770153860833497183392957671034953072526626","1"],["592896701437732390701771524918800983604589987845232200735016555991249061217","7263396042503233632564540630562526073135443338748171530502373471176531998519","1"],["10307765999817754275105111195460005420398762151434908748054416780749966378371","11869423904223056087734550558947453788516300279071321089700535740297223740608","1"],["18403444477673058418364213158715120291911268040476370237854266197215680066712","20273966055098168665682315025582445878683848759407309822205477226539739100965","1"],["10990260070647156896786427645865205357627107913502869924092246223677091817226","2094209712564971415217465145164624269057663394809093898311799657660011608783","1"],["4326919003378437310782509149296134251317026758557158653826832568166339606849","4981753000074173681744605691716264499863679593216798709486639632376760530312","1"],["10443102609035420448801685116844221166001520760731003234086732997382518568640","1287985554401452348996209613353437743292866651087353335073665641184469530085","1"],["11492328068682763596393077888579630628883804147113426251692853415310238142772","20604307311694636230221591558435822149073542005034224534714590613068283082168","1"],["13754695437459650295371833089803192530400755061357777277413029858987888762206","6055867352550352515333855044519574522376745454527389609446082385590203246568","1"],["5048942086563046986682142929768777190051022917274554189774609805924755272890","14083861743980393693432875179895301189365696592290111246452976258781086070616","1"],["3638541660206735402802874325613055485191838260858753274665432224856861057066","6633394633216284690645502265935436150208034604742290490210238283966435613049","1"],["21612543364353952658735754658115792976343562056698068248569906882518522774324","14721924761489764027581028935200624207149959793903774398587065259063914707325","1"],["2092997462864086545962397296397434912073935127335661729985635170468118607714","14002728916611652587839881076534302381856665993566606104057150825033939393450","1"],["20329385079726327161102810157037646960780148486427173935993840458083491385863","7711682032352008851262516292929014500436418575867659132324156857755758230308","1"],["7453438726001296714401201065761024523913629462816720628310033644479918618395","17253205615123580536024942953039513049499445497594801232347670534474161270581","1"],["13248503887352440878941580417058596850795772305513431102378734420880498939968","21737536973673997284139836323838686207712113587717882878879348425336836754870","1"],["5323661675206682416939740780071475064842641919133312204210741943347304091167","9177460064745355214163182557115468703691828808126271113574921657695478772690","1"],["656824715664294225196574075611938297447587080727570857082413869671058363175","14994820356856373168675483212395024040616290787341537780195999309048259307089","1"],["11368056227323751077477969171225077547015625856365661986926442967671214861934","8902757794350125920779531024169128814249569113011344821117158999036389712414","1"],["13796752830344243521219184870625181052286144346526023844146852788706955719723","19167070420047952478663806568672121240445314461136306716629748316817768387834","1"],["12523709750678050772480598092323169414325730479092897842831057284269803739054","2238829851430249674717873768887968768610004507978557210312676603037905311515","1"],["13312610680445365938491598123111161070591005406792570249487907001955730087073","12235438486033405362402813213434091253114079734227886444046781841430918799232","1"],["15426090480001754842848051664694452798509421442314460829381009664516552141283","19853694546079002968409447075830508424957138415527576467534797791319535306479","1"],["16333266387791921702541567929738445876798625028961659312465425814057196993402","7687230112940186156336382571932543449242481625254046639580900322978218495697","1"],["12736284112988294161702391755501099096447711925185695462048035167290736026996","4996283158532887094349837587008524389729257231733311013065039012730922430329","1"],["16679925302983386470542749589979944018326236551004611946467840435870782332738","16665719808916705608556790290589748207735161672510258709099304585726722478386","1"],["631200369353122837858353943672551160891764245301896608055780557350025173603","14997337902174585949135071637120966754460165558564587360447542991324015487737","1"],["7953395289309059504279565697665343708469916729841218813691417243097754016630","10382359619697381024165078754442445073944735831846116312346665270110546273079","1"],["19470611477964335307465993278098405259446228048264774086756104887118215917937","8048646828147268028582447395104097912626041177516571756826338760398177241593","1"],["19560696208221949595342883832445438252816378842752409155686586417996148737948","9307020626426009970744583822142100936408331050801259198010995908612613098100","1"],["21063265808153512642783240047289540734997019666693624046709890675146510372526","3617749866406081127806288961006853707454676517906253677372539118469659011334","1"],["2136590326036551722093485287848008099305117840882526786806233551851870400490","10868182421932363300538100444317005441420194344655749812185985228915687475627","1"],["17580951807938228624974279859031033535485109336662058969117876036588596462240","3713480654117890472163730642133391400214123464557606850460671564976656103582","1"],["19316598906920234231393773252141832665315208356232828491302190330094467188496","7915897253269879165587153690999743140379726003790100594267033549656391965553","1"],["9850014847412348106495120166100165758510217945380100926096273614735460667210","4892759351900797338246441144322115055906413530244361562394111199754661196790","1"],["19888414553859748978899937165466393867996198603822330972207299128882233248328","6536992709088221751699903629298118058664641950238868219198710368531064889442","1"],["13962365860408578684759407957874421665139692957873263646826308746375501334726","21657531957505657395655894681638613370197768510218369040701689667741334513447","1"],["10092112878959373009005978935454065187757908691972639849756319048099601404932","13704362403055841883093852751673977706003101193670963508288838747361671506472","1"],["6975023329671357742842960348890050752485194023060166693476458900196495358715","7457595793918585311751620084321363784678331190185017948257447974352490099636","1"],["19840165561102213578749355254593102085306231811664514931475446033776381551484","3407674858143143313983851312563874587956070089587921977979462781267875388855","1"],["11037601502430364564510376456694725558162556502699833784147166440144062443748","15435308107405916127052554735101799318829988997558342307025189151945859743957","1"],["3714997258194845662827077255958009830249262293817724163057816938829590771540","12752699038805500758527583031018532129374666778683897964789055993989499525430","1"],["17621508545219594737586399475801514645302416661776687802178222876663112631976","4772404925301145523846717582585266982543606225705705568778131748096591640142","1"],["12540184941233745599431533332868405067850037699368096378603633134781249283505","1000388744941500873470167277874777443845679926424327455635548853359507903191","1"],["2106401901440616861151098200388708023784368435083851938956670606987111187867","19279549021089993100440150877020062393433883864678943596617831519858956519073","1"],["21025342404625942017743484926737616175456660137522054791990257674762436845474","14002275362053323126987745907310980663962744837458358330890724312577229600763","1"],["6311010446463462718441576389895692081942565859531006243010368531487491452556","13978113748598810790008343768721978744627659239305111187021157461428471605138","1"],["8254554217093744144532972766423990231014928329197741011330113978776826816505","7217413580602153986754064000339361737059927398135509862671687452893963073347","1"],["18988402343299300297982179727386260822426625283868778165849913406515209365674","10320329488347543943739388296141299295781299871619635323048194136411096218454","1"],["4458148670738430089315664561987243396147212567795553373057237434919753519418","13118456531049133346890741828780366858908181118780591397165681304823902829418","1"],["15174672780913686911155860896279213201585216362465937030891601179333611266144","6930566151646371685565618973671147430131369489070073478275096154294937376699","1"],["7771148612364832234615051544694965272738530236245440605014852343061251710564","17266143008357229485964685666298939414290770368456088820769374447971043406883","1"],["3555309544558291882144695859143945091727641626643132963969050036766447808246","9970404581533671318148442154827715238569292929054326305498393227263038085334","1"],["4873658334113916793993753799404338120845329870243747853090083841914975782679","3123333400593396871155645957036238056258908229125246500174206484400964778125","1"],["9439055163519235221259981345988974887524963649990261401074525999769208143316","1056724182038656434614215465839867709883274992834737514295656541801700265336","1"],["21186412860253858730932781252558970595775701694927290880911247181633660626374","19880962442812832194490671654455806431570219632354809087723849466318219834935","1"],["10395328075669314469201293167201582001022966465445452585169826557133890294742","16696796143774545057512991425813829394017373767643868864493440388277889636234","1"],["8329087292082183130503638070423167806821957870779398094792165782401140344685","17796449345478084187705289471847736072665918620935960170297300126266012414071","1"],["15091258436555036283188537372225907345376637047968819060112366479455751918284","9798258283167320847835245152413267830723082618863167245452418787847474521092","1"],["5355496513863708855911538916261018594773618149607661598708175451453603481510","19657076332102961963603431684280708973660725814829864815710550938027866284494","1"],["17695189035179710104384011195495496729741662782147090629212347679575188187028","8723243708800358080970925115634105135544597804944240507461528613188434184570","1"],["2726469507005849277550751400081880404738149174549551971513043877659116527375","13385033065854668515727781526609348873037666489492100411808023304031484790042","1"],["13460307188235195154244745626166944585943135885762784509823311656120701046385","6387738552818134115386887446814291642928740950800651867645963060990306687105","1"],["16650540975658548754846543948621602197235283065584452062616655788734940300473","7854379669272493916230377105755737876202443631829520883921807034201516067248","1"],["12191030658760029288523680900429539957585345991871656079758163399107290506585","15342264482259647497877492965463107593792302542483606416166497767165533161334","1"],["20149668328448042410524831263085670132548238462763606431088680926046133914796","1858260942481630806560502690054460812415805737591960551921568621291968211396","1"],["21248237449931819479870785128853479175948181657772783250118959695382523433058","1920151148047759574225383633566159672529976905996101350637876398512691179100","1"],["20587032176133496719666856875581393981326728898368176629984139856504246991194","1869946813968450179367428179956740905260043005034713852078373233413150978056","1"],["17968964824017833631945157447166533778357474264345317386732771155056413307304","6874891117311307924923331284516049521761822701564464720667304076552561260899","1"],["5806977286649588953483889424075969354580891735110198304714730113320584036866","19404598751556785098611657260406757301402196032665232942908810506365192597113","1"],["17917518329395413394108659601561733074825791347106280234742156505405591359326","18909119092332442942542073451231938445704746164144617054103743104451805428705","1"],["4171671112511705845611615731689348809175473079594332559769758950000699134394","1484851492127200131694309483131987291926111538972036307920167112259085398422","1"],["19320741934338277028555084409207198524104541923412511788284849927255563112214","1482109021602805553234634694991703348599242364744025460140523540713329569275","1"],["16614682066869484553172698887827922457478576961650830523561013478366306361899","7829606788767795883640589673679723631874574727569357827187396643504730674749","1"],["6191824841847773161000287704932504777871967131953820419928462415930068349633","8217086552728440114767513682014070850440862780642689930002120356738903793422","1"],["14951227805455555815845441946512634605189328137922163057170090009139669825360","19936683916862935467005095101775529171639826207074276525251381579098859002299","1"],["13684907645784649073243400449167016755833038515755397024726874144926821486563","13918291857962408894353240867778289635735068602381365248963974818192133208772","1"],["13567977236779081016584820363661683517473651870355802564298436334317915292045","1072912374647592034319638730414420299835800753645112452272002687071765978122","1"],["20402201781883809039669772020636926309975782658928744552763665660058128999671","12473857486181894146518310300950992585913812699102078463980090230804454045528","1"],["21887250024591013485059713828282095332567929212948381798541228410223695025386","18460571628456542913995467403008379211001271351919582731197178877899552402410","1"],["5654953422307002809244075890295191128946047930622600404220381076332074722718","18171778475370955718292257847308924900248121435391532430706716203977261571516","1"],["9109521337670796741117885981298889901015394530986044751818179950175113925374","5011054379113123251879883861131286578531410132155336656132616536812702555919","1"],["21222498293992130520295249360712921481177278573452462903286396773485926743335","12408577094505912515245498031575090030815594570454921042729032954498458883219","1"],["380038359768457412020747710079727285482804216076980407513843267286644489435","21302946585343550023489719956514626403791523966386194918576771485917041186637","1"],["13530864931338899699961804627724310713113867569000719175040604004097229356520","2176042864298569698692629891935575034333220969724292551772743304922834976259","1"],["15547569935841381677946791861144506398617046620184146699607253695312895025950","17205246342899533165748778996112610440158414074696268908350017092598476874488","1"],["1748260978642957304732985273362716805290637114416410998289138567209034156021","17860768981455122387936604452659729599074469441092209701445242006101621166280","1"],["10171463487136256636309669127839840161753569328167809513248738252902560203693","4691786185235606435913055085056176817446232266131292013019947702910537534141","1"],["7905358506288346793052189112249521646579413724742988142684377323003461349787","1277450623956510151569631725432467111372145912086823856117386152874654818231","1"],["19130751226355201610804279719397660977322811657027656388233863666407470712789","6492245494301579000294016706025207276431438314434036107798693520214771844603","1"],["14405123923651353416525345386299047141075167734160569706241025422879067195914","15001700884608139209726644851048383321032576483936334923237060534744628858758","1"],["7715404658964710773852462534804821715797260946743084727471466989766316153438","2830234642537541541803118710039195141310206628481366845883914639211580439811","1"],["17836207177243274480740755528955781976667771027953684102903138434447854628639","13656948754238881808614226065054318695652919308375233576442736431199388560922","1"],["18925016712428522743922463331425555675630300205354923110535605832870685853506","6748533579730481538162047434776945102456080621283324282935781562771975396300","1"],["10916642574690087552222240432479017557061610253178094558701204765897371631361","12324179041432697951560738811432560740717988461372327933643393194760284308729","1"],["11151432104844310562326947149198966512002823814669962894043699857490084695426","9625957123708694161557012021496380905204000941446516586665030988330094557101","1"],["19649124663985830814913650985432746398915316477517597675419725558230629263975","10028302607139774332772157026925203735522175969111742150248373851253852227707","1"],["7231650282712141981973758765747495978423738699790495664427794119322225869105","1064790928934958209796421960267180089645642967286921951972028128786264876468","1"],["20451063077140124542156641958544195063301149295024970341996996058176830467556","12953504466233420611128500909145466493676981960074154789308019558651379854503","1"],["18285023019759949776996056743189781934193105817095656284666604411684225365348","12587140689152676274320761723935714984122092264392646003028848041407409506779","1"],["6308726188398880063063218877310620038732885088302331753666116221559485863159","13274174321315478005177933718214781576907473056947366728953740058763063026521","1"],["10423737090166242258491571669609677235927907794386442286336242384585039894104","21725227644499490015473504687439100629149538050123522823475660223148948801226","1"],["19664726866369817655082355230469329994289484744175191890527324409705736635913","13163592949107997386471991839101437907404259411056900433482115805529571817900","1"],["7253804208073229761076159541108209425101848159301345040304003838868441028476","20651451149268563957031555947693463049176907524606128430883968681626430610705","1"],["17259912242643696352953081520071427365157072714283838289733164635686462652450","16934420518754129331015257477455425595114377270540273998177842531194138610881","1"],["3355847403022400989351067658472452742490115207421608534538606212115179348956","12823176089698506962591894564201954110015356741259130152660864921556098653780","1"],["15460571310485086478247833212463268645507640867098318916955091097079218830860","7552119091935602930104744544042106612915308507894248486120613133984076809168","1"],["15844067090969303025532131716611693511742536332363362861352624398356149763741","4067267940706083480664313553197695424699267023010630204956719514046117291153","1"],["8107405366429111030567172766022789695249735329800476201264185608859572256748","6503937384493629139646013360254381285503260943772614137837803919278829807785","1"],["19995850918977123347580513666672825190192778239624208997618516735676464942477","10693706432407873649600389704146254083874679443149873003073435336032631974749","1"],["15799291804482556729345457654606306632680913277591736639583915489647394774783","5286563769214939539251142206758758507212955848446513194917314755938235336344","1"],["16940679775296389577637430516481042530019405813662242613718639425656395687908","13790090900427544734771504942397444964200301745153727530209278320875542532131","1"],["1981345848229072732767529813836927914603654940496810753473606587113316494411","11369632499257074001074670323667308905917793668122478868821802944775570215219","1"],["7817386532757374911634536384863637377754763241628780387496088280939918966073","82997714384791177743021764504784785676343333644652874154304977415164495468","1"],["11555532174901575199609544470082361386768690825390102055383960306532492076208","3158996879577160539365937138582704081072719723220303840137705082273268473806","1"],["2223530847237264453928418000432313476902807660576353448879584205524666535316","9607660751139294147778360752789481526515316802890717768121799509999255533961","1"],["20243835623529016670213851461471062847205802650445186583782506859381371628301","4664509511727135532144620156708445381820036603742462657467488515171235041049","1"],["8472132040693865650847324343043886728320621010175835705100152024317531021695","20368260551114481988229561393068229861505095352746987617251166994596052441554","1"],["10308446048098498294614840976674499085067161943103021832383267072795276680128","8941371672998017535370888331072232186559357403465711121744828201405050402174","1"],["11610930291528920802124982334190805979362036472852538872645211945708486069853","7651516987473363798564840328939709911849330051421844153905155581831427952213","1"],["7868431513730038608047508790664658771533103508596064545824004572485762728334","18987872034321048506254599412043358269346128618152247663188771715771694559316","1"],["7753609966327042979205136698394715636551022401642252292832552697621420176375","1790070848546591061630408260764018285009365170588157926739749130762287971763","1"],["6337112307607778477371815832379979026498258700293488810039213375443796154608","4907108402314639009701167073490520039079440212062795944891222058297099634160","1"],["13959835501788086587301506959100526453141666660288484584119071554396772780948","18892706416814475523601724200780826484775233869802079961897784880762986421618","1"],["14392490397217002772962466208572072609305818609357740984465093677744540518886","9856289854941426074330328493295834848331060791845884614734049798873780136519","1"],["19185137316778598160069196464837750481832859810596796514656412564121566722449","6341360702742799152966705476667845730798818944323270918712232775421654420804","1"],["21545876367024701952858973146290970934780508786026715571917785046384187530812","17508418070714642499245139601433041565712511870457003549491039640518954202235","1"],["17230643521588971340259026275136716409838128922407458994606446414726349738878","20392688710501921899712222655862405142625249571431119201880176876448753612785","1"],["4253135103125570235786592630780724882639120015363331514951639941305972346949","9080167640294737980586728324212890381465669457655539203951286859147713619831","1"],["12249801074233548382612077642784605583678548732511103862705606955828470751480","14692712644642056406129575047412867798495509961838291123628621301784102635057","1"],["17279569103903200929438599822313110480691208144401284394759678370614555184040","13370855674009846848921641347747433448236463919215921374621241380476913859675","1"],["17714557907822926270426524256292718784326451591232825479678094769469847479093","10627198221693932040977437818282425478574331978381477534322429149253244203477","1"],["18799989492035089634338323756514389612759655686947437212565135436609964080050","18074221545918833509645981195908543444485185892109118826819054884910320791268","1"],["3288435385121485533267336881736715162518031170903322255985411780967517121152","4329659833924253313725639531919575424437820996535993130604453283125295459568","1"],["7389071865510340343363741387961474080883646850728391006483302705513434523902","8261476962556218749415012565479823169824232684018604558013673039824973334749","1"],["15643582738637427066521238118608311259736415571055625661216920799651023108691","2589647635400209485404528286438078138260328247234344231373831608361641795195","1"],["8455748417277818247713200202229425141701967229950750061510321555680849232582","20832445175463404654858082431869881201901058070002084838510601848914885574967","1"],["19661115207425834845536414136319071135386102736045274767982743355562265301031","16932381220004520652439882259265227715138040281194637898369713999122985101513","1"],["19669901810469749195625363939641024038649864470779032240103639774132072715744","9850944237410368215632279868034126793416587861795119692526358232658312218608","1"],["10292728888583411768105655161448261511651963135361469643693417817830014980700","2089550610991581755035720768618457424581332448614402641112621801548572697294","1"],["5998795294039616002106791613073313526347657648187198011871731366841175673391","5294078513075520410305665197662932505748025073717568964556444871236612136359","1"],["7216241082568854818024387722048286081348085908159024982125913409808760356011","19577463414098653663506356061367231657688227795366020617122066205711131498884","1"],["74659127389319635727634079755048881780080568165103107051960885892709853556","20748386221312333365476182004486751203597125940327307662519583156618688707439","1"],["4562267815989465623772464300309187320222229781381724862792002954037913000302","8932629686430888512569831168491550475312624774567907830009817024471184318478","1"],["13881535081665408149872326989427025765636483572929667249216458714638867077506","8339841738089304078784892592853162645905133581024006309025746657354962446176","1"],["8934192065276712422251575115543120668843724663318511684992871366035145279780","10947088734234366866060999813796444229013951382998845856945743638607302648668","1"],["14559344330671164613311849213050325991788319546102466702583936789663565853457","15549016424101242338704336439259252608367938880479208875884465880258467342955","1"],["20634873015262414433299040702263391325445275833234669204778082430756704267511","13767242725309002033677132053089962836133361919542565944005582283639701464190","1"],["11168377584598961333655985209658819712905349974575520784695146834109278113373","4646139729090507900452870856826167016356286605922093773638778133517346267503","1"],["18142587433598922643464296218054745772976984949067634445573701760004663970727","1553864516888294261923765420833118066313258598587476589401061251302949335755","1"],["16794954980225394140837326863198053139292143748948760922915463071136306745741","12603270010152857428979498761376383877017629234491958563036560120764259810154","1"],["21050882079262715830817439290722467834728496849313987941246480575280083982380","16581632727267390639241818153543609731599274530745807051959310390070958526966","1"],["18122276561301005943281193920932578110215602998127836247641923010437740623408","14868789976163638121231031959833274084064871102319368133497996799210622753871","1"],["10782665418309793050332373925499894588478284791560083173107664643957257676647","3653448798770067635793679299866269153627077671418841233135197001407267968073","1"],["15013588436198453436970098902689658842087399340461010020209364403443033315501","13285804350526707011524012390211673022549302696834531946496261527282550521937","1"],["17030396243592735585208459422772588542141461103458786287541261893513967711080","2481153847203637613874578012901586510423085653360645352588451943844061119485","1"],["1357811554351745602892044796955921297173655686222242702126484207073279042236","21429146383502158206341281556605079869456991063667283627515776359745249656004","1"],["5247000705251868721704097108850235720101451388063043192263655882201745422456","6055704801433678689264992597997896743040733388241804089889174770704594300410","1"],["11845952387473813279302286701981038182181372071299518090975669287280262389702","21122681597937930355499284501470833030744690616457423766018976576671556845850","1"],["21443162019133535957648551541103218011296578653990184457610268074188817984358","10124231841697952408599202902101325074537119147009543183056000194109008237918","1"],["21471491958470439473485574875160758807492084747048522972361412442533183996594","26518884387744684108514909089153481494427708630380584438145507387144667912","1"],["165706524306021826353809187362716247486818342360814882211535816821989264106","4107638766048296567051196614117900573987762242500458547189212248593563947143","1"],["1425690013723636706048794935360665048511037376737031993350097903459471018908","17153155401857312211061660766559362923562199537704113308352196051365327033428","1"],["20686541114404410803725819803307896552332830881229286392602641338512381336735","20799383327762205222549643691917823166084502434844396857568472506415308954286","1"],["5780651247740588528716701766735936546197071459745823831600999307561319475839","9717371969661712702376683766412921579126911633879773706485833897960450186233","1"],["18609092295963406848279886655986578906841092332415341865682325536120400661677","12930487846452535607265819014122605792112017310709015044746922103486735290514","1"],["3212275099897732961325917903015223542787166814456979774134205453940237234622","10645706936335061127280512109394599271423520030487234465096742219078113325064","1"],["12428566674798978076130066032895997754940697926227743392418195227306770582482","16098406041906327733871002058157764519848819681384121816844233430833874166376","1"],["4233273086736159507786359907729567651485638064221953737089212176323643205716","3011870983957508651727031207350217962050884634671950064209087144965775112540","1"],["12179256980847675281306930668769559107324174055490707440662554948595040206340","21529235545099682086840012904972053071213646066213441116759217833625336647846","1"],["2394756629787117307092659679842089055909314069945930669735908249174015117932","5489239093111022975758787740346893291968984077299885290008104030005962079458","1"],["449425207619518211470764326700802410477867108330565170264087598111498410429","5381267717475049918117635400346684648281228085899411295551444730424020926909","1"],["8535057621633932985525781182509804632795556602884007608502486923523178328681","4368324811936906710427824640333258148587463729722033665356438074699123641234","1"],["4166473464349091700357147175067573872757622696281660154068566034204062974769","1831727424290306180119464726242168292912496064496724235538606038416787588787","1"],["16303916081502065819793816282940406284668717100284637035468255808888221328433","6545388030014774987264001894290623975604228936942668445221265782530766915594","1"],["13279993454043724324162032493052297995846200984184988857426776905615454086478","1591699991993639245158534856555549622347599779523296433407244307197977953631","1"],["8839070108870545753670475353100382176200040053878950595041359857002262751632","13723632571666825532329153678194591580440455321973786055585357465985339715390","1"],["13802795157413402275492702271609421110903460364112074362062818633603970606713","1100505156054289837043630909742697606976237812626843556933476019532202020282","1"],["14550095407055603021010062845530154054380823646822298040682625925042576741102","16250661768310227058844222574357539020379595964578388461348309227940494406783","1"],["16991877038197347599688766846803815737605753743851513896046679093166842114555","10791992898343336580159730378520445099319822126454710623064363063611927961624","1"],["2605551450039420911208262856465303554330984283503436094023078252258153346636","12210519173108580503267126725429098867861681369535975345158156665198241140594","1"],["7159980460916850553978520169900621962243199750089340376261984221920736211310","19371776082237545734535250539750166435876009948636292529056561159676106377895","1"],["11115194610597766109770665565594549033375889184606413281525181753020314925327","8028803421080890258044935420084786941531538527937834228308683403213717932472","1"],["9512687361656656014127491489251534826110983789010479722912959242195568929172","6591796105374079556528998388259419116269589878440934326764723113345366360896","1"],["11201372300504717594029027816971423236807472147599939431673789681878151850034","20379521405577336177157671471892976274215383498820868413373403628730903085071","1"],["1370071593339405545545637654593151957025048974260211073819813691962435752500","1662189775113737877661763588965217897629095954162305573006872106851952661926","1"],["739473427070336611392497421941084483244571691684551371660037571638306059126","14226538991195228276507497075735897816762088162245010813788223432572658641990","1"],["3164886090632876345074785732769738939826484675014130687143545853823671043871","20920455641212441137865718011050337186693304957342720016724515871021421421275","1"],["18813585476801297100639102733292656096536687212413838612915198541679028773698","3321269808231433283403717813227860514683558790550291235160757978782574561455","1"],["10535144767346257290726628600933420903289756259499829356939507266071445236046","5441042983027533756002098326217794382691188726324264855618728753001389878996","1"],["20681310557974000934561072969054309292674156479564679941842493170359811293278","7192892329978872957691255562072664306011325960545988803691553185800837671308","1"],["20031658743268218909887369294823856488269707663936790077957033903021489513647","1916077268363144942586202934642084898342512856488535841807910599131916046675","1"],["971343143619152222174843037861137495736029500335400052873104085122028658287","18825373172059419671856353120811550479285976014934064077318431621955822898293","1"],["2862437134882537174401882821782823803590701690986056646331071639002570954976","9840689518060659111233742697870394907284653545529494566080047185426164912066","1"],["4635245065010021846016514431839934187511647531206392507745439887040254509317","19427448407149037430174193721961138745850524624590889445965957476592134149896","1"],["6617025652197571369695797794375555479621788691372334169193755862632350193628","6634821431904830026842138901728356685399686967847635655112093356668113682725","1"],["7217520354574609151933515935004036623793097875579484178076600386292227846692","7046799590691752644810886662895428288014925300971440538886652488557807521022","1"],["13880591239095394290182740961710977740170380133841456084884421139522510361561","10546415870219487646935996938220263783276405917604456927446457384948056612309","1"],["4066622332379440176900345466128329241631057981600361401277719067585162865442","17257155956681471511237266196310784572618442337051862782448324499039021171127","1"],["6958807644799545034330924115165401033367199025629902261436541522767442575315","11935745135914153346238225382428561258560681409769074412685440055853757586028","1"],["15345784634207160900707678094264711198932527663736071569485129883204374778307","6245547866434458078698139061796876532774634922413964219505951993397575491967","1"],["1605732244654000602246035015231383796737175360739732618696995797975555700409","20810330096130124761900884728550020824763263069528957100513422118721791585810","1"],["7326962591770485533829176730576850837619177258371549233371193083994396900472","17759931958078832443740357552600205641048145001306452141081124234259311973176","1"],["5347313839513305458786101633962805630785214630285160932216834987600131411242","13954412525486783088944351317881330141630918810303966555880177846614320982638","1"],["21283413149386820154441138752053176284601382407288291035999831993218463925030","21884418360336805061905597876391180162897802520477713531196845252692645885337","1"],["8207380272547113099931420179561192811999644517803246079671288645673305413780","5219957079281675573166752522171755696124182705526134491358010042160381043850","1"],["18123575907563661960425526699720093293954321179236399598566017348671662950082","8469472947645941933151195838328412213856076810280989783112103588631186797157","1"],["20636139912775593975348529406149634622193611902673869690832740312204606083092","10459922230454816005052542312839457312168422634723109914241601122878880876662","1"],["14920191465006754591949998343384753292708500029291751425960889883627197224158","20286462135802750343143705324724092102814650903041863087785392741248844033035","1"],["8667686323595318389934201635761524950187553436391015758777588915743534851338","19939716626307567679419405934704367070073649500266407713372259638095425382290","1"],["17816367672221547270954904629163542479593446913544409077270546525608385770191","7863082320441282298625514839682454850912145416646530575398007471716753044500","1"],["9889895868425225066526143555908847067384385362893387307582601881108580372454","239649341717766607580483668670504506608201770197415735994192203702998274195","1"],["3632870307613797743035024469496020193631522986809928674395648842311616923155","10929095568799735510504554142849690431479294598437145735021056105819612223613","1"],["12537618970938781870330734020051357905851425272542219878497074178808866523251","18861537921853196664391459051499095947023414088968623330992283135272389552690","1"],["12647362171481743215177313385357934850906397782330358504636223839394274024999","6281073594226517434055502398693506959436753783246989815096935787563251999620","1"],["17456082721032055631448464564231553640585679378991196194987038818657892339711","2434732697078731384937729928055169708014310183032668805923246478696957844886","1"],["8043763418492019887313673869555963285392752632218823149761366709438627916519","5092129982579113661312662978759038833140893804408190334642483913022547783669","1"],["2826851682117156107464000331562966928033534166011721039089278251333115308276","12068767699920517819729849061760218346745051977523850871194703902120238507704","1"],["4914699203009767722755062688778924802637024402176493924819978773273466297434","583845370431619017907405152220056888078770074373010747351668153380351938478","1"],["14991201307227302650274068121166352887228065502552295671807896729262840688488","1433738690362094759191087799725986906774652276899144109168075034007170367047","1"],["16562603435120124696119772541905158100607864181616127659235058905003594823618","2097978903285251156165365879740658721825640587505432889776212470959300891212","1"],["20216044030627181340664476682656690404873490442957713170842159327473922114336","6841951266502299115222367953947114040901964612530192370405413741339262282156","1"],["17150881169548654545290086365800962922113622294262977527850957503433929616370","5784022574648349229852252927637594082021928604035214565375531290129607254981","1"],["14989286231335086480352206346567581237925233725030924399219668067902000627639","13145966668732703705488218348809385222428865783450945307144135117834644790456","1"],["7773783386234533360786048126067238756335054588883797678099342104713479577502","1650143112911097124501370112851944112813097658608979187407560610906824344559","1"],["13606060301734921500021432869880946169970779524987998585983921925843933308224","19468068760622844029763635310726058497562824560028356565145631904626515107823","1"],["21544116993769761105154790702877830136301579221912750409941920722735836677411","14217940359567507858116971991625016024964163644119900171507432602419294260383","1"],["14823730220876991221311124865406717740604055370258143009668836427372648056356","12798036664822364930916985863081498793139456883495033060670238481505770111761","1"],["312533460697808251776771032394117887323024146949131218388244458676334466404","3690452243818868093385187515315743564227635350836118379917303722768935902251","1"],["4141111298150840360576566282658460802990544346753471234740772979375089566422","19331973945157166367916504718316199165857055207487468036911249508614019657826","1"],["16445941675505011633306870747712775848874652864358998855717769928811137283541","17766206950260544920571363690198834262032075463810266286699588944890235912265","1"],["16642191506290008791419505547103753272842228985954858098737635037323982879160","12658993676836217939073177427343465131928167136739139817146449730129081328922","1"],["17400474828189856649824817894786479889284280677131385050341963458611248034286","20069088956192206244789438271973603419392377939834902027872703979430443432580","1"],["11919032833129762662460086038662901526942326855553862021104494744826942943997","10160878413203629479136392225403859279543403629492059271106582087331373182214","1"],["15005187281102068296867065472464290176499412811655248105954778502174642375822","19373871904723926390658767914008314725807334993551356761991543327101412347084","1"],["10817948020956609177953125303771578938707429298965870274798868053463464678532","13246351241007391648409191551003273410317772241079847704410109019202923708538","1"],["6888889830619710492354258030087737583807976295917254830199073548054926013657","9079780099381574143086572855460601413066759760168079192346111685302613193703","1"],["6619963591616148165284528130522045719118526851426790093528232911677817250696","17785307907138065743899716852844109939334765018544105306239918547306099023647","1"],["2700057501272216179401999059715643837670848741246266914319003918973632022896","13913176134609883999466026279775716890318458574535697630644731902500084621811","1"],["6891399566507094160557733020764272560745245553255944117819274284202944980945","2148774341633266251065376892616111187997631010357456163388550112174098892371","1"],["2355129531515153663074948296691815437977321867704734249730943534305557784296","15049936356074209612193764012346719973322565239792031293823064420080917649724","1"],["6856188853632819592707242879326126222861196651575373773392232196459880031337","6861984067374126250478012473381076670229202631336646287767940618173188656534","1"],["8831212872147908059109641301655428071359612452126584802288718902186004378809","17660332880940131388623135379837986105652720121785396718526694913474254458882","1"],["20958601677425748497566961738320412307799295019546583608810036874277361119780","8096378795303603656747814826954665726137524313876317436025372716281892860274","1"],["9027979700568541453928325395361273267387512097439849492402733283929218895596","4211587793416284499729448232355410085292577918232190022785416079487875104541","1"],["4080515394127758296934941353746128001087238165285949915038057346605374549160","12438329819100468931791428400244442628051939128592399141445366654397411300232","1"],["7396426841421362730699035774998062468303592254668025297570820507578691689531","16500118094532993370777537095559966718636776108389572443107183769299163662760","1"],["18424827516970027410886919175484318349268628007316930782810370695420894155051","18994003217966293772708213506584601763360171189710973664453968413470579600773","1"],["5971699068205884425359256400798564378466002904136193709504088492444954616359","2251742957229250453297623722029735789555889370740234628495047433514522560290","1"],["12152211533859463092858710534609380442651244615450433914332430125834902495052","18871198711867912794952498542375407637408048099138802870882070423908451183338","1"],["18306604994503740871617920734603004690585351368237036964400490831249932806560","7298226592423842777737985668872301832407759053246872427916465545355957061962","1"],["711967693474886761884340517979335120376755326301994564817175833077833890968","17181425073355985995456217046733328793225745596353283609005575479132236645637","1"],["20920419593988650784639936892993117119037891575273976851800453213225373376101","14114258777780900978344757132200109014268523817388766529971271261520127717278","1"],["10256259960362801979474401589734722195756835643664071274310356166216120421935","17361508335305962769125079848785323075632448677029624713358465637454464474736","1"],["14248310524419158943437164081658058137143368408680108422926529813729448339083","20150162665317341820757393227083590634320903537534934453165779252460879072056","1"],["13995177810192381604561234730237568555677389146250349565688942212035249449262","9554773965102150532640105369381607589824095026727492303060350332879912606356","1"],["9244223979357560703866220380293122103981258895105471131655132823164612690711","5527329619262197196602886254066668977635812839128275298366074756207039010808","1"],["10558147939336749617709764366567418273244963377639147198119805646671578973912","20354831610031609324559365124479772541053393733806882719985890740113567875","1"],["17164431693817223631979497936561431316794484883282804767631374970969957399295","4641521904850002280269367850898654081554802043982756551250642877704105680658","1"],["10656909840912754137160145440692010289688261002989999660311290823515723452789","5579709584087945815884169133095237713550642038870536524812713857759337425956","1"],["1406080978217329137333752348015416952447731585827527770645824357156839980919","17503609306762849194656820689637007514297576067898284207227689923558113119247","1"],["2578426574933599839150277091478428126917070225391414105264965703220614770985","4631582360637232146924920065207915950413658577277109717267204681423960543351","1"],["492919958895359751795389727236136924422149928095187434644027935059282682981","7690822953575599912026760876361869558243207211906503842859013957845041387567","1"],["19579767958289187599483839130938260472295587432880798729122924950953732515415","6699043434575377079098704724574466216142728080808172976613983918161793217543","1"],["19554112245310694986658607909862438880554138101640916026617716115401117581314","19771581346123091614258926807403041829333452306333895890793908193738799361279","1"],["19281781638854409833471065512058338551023387433646675792313405883268557100174","18237580782830531369950303867751231984995198653328961742401092985238413867517","1"],["15166131655703865494827455276529402811984561848310648467174645316243285366464","15554233707934627526869426544268736703096067131367409387660390118649724588395","1"],["6303954249090867066080491391163566908713379667665015060779352592118993361680","14804397594179519649808585875696649249029003186353911366677713599537909277204","1"],["1110816766880023486876084927447000060488192627433096456194828776389210397872","8220948371943000120222081763442764816412301922541620064700555302102264768280","1"],["16478102495516607641599458121365839400652004768849639284300712182397348243169","4991892311992680756698643116526554671879445826590295452410664788790903250095","1"],["5347182178316253203221376026957509323818295536545234748406234198540228787538","9864259684969184221176708803913103385782088065899007049363806112545138208665","1"],["18707377360488482793481571729311040400825187328298647934494893887276972657833","8318296578617608246296248977139511184212966453317532670069654002652936466751","1"],["10006344427512610457366673645928982858858667984907050417415831807822821362584","18811252430888286662834031100701261834761627538581992863666655853777362260549","1"],["14779322516287651289374707949002042336201276841209815542643595370200987423250","9557244541255057672122171416215913294214447838534497792553973308692262529586","1"],["723016151981085216676173870743349802179497645176871720695315960569213892875","2888678742930217104039979223319286918185749962494997823080415502326002989012","1"],["17346925988469418716259634320464630676103999424573913758409591548506726032587","21229298461144022189456518538699552061383992466754185105690184182284537568603","1"],["16627899706114481621726979839194494875610842767594029749934868013002237933911","3227611849872195757324172975175017868594779347781685770452023137241408597159","1"],["18025631444080670763678771612308513846084981933269921535241316415046977525849","4510710157571112866108992022977594441140642336664376009385517163234864172085","1"],["11575396345973593594327244126361501519404222150817341232417965906958928194656","11099076787839485895528127154881927763132390194894235056174155692565329111211","1"],["18335200469769826701157208511817971896009637246759632473525985917674453149226","4474595461169424205331920066864384877683239651864330484503030913119241511101","1"],["4648192590463010045059878660423923469988446746151604665376586521941671465587","19541577148965460093775511617328107626941370562378295476175858127568793738054","1"],["5731075789483180397240328392370253904622588536411600302790000083053415328866","1426442551792891998062532774708640008980064770686966672416375185131250159257","1"],["8921014980896883543435299258943856606663940593142449124440213875093858973784","12523382875679639241416711906454315507969033424051023986344217924360929996156","1"],["11220994311786680898630394041621757299790349082513034741647513090588947924008","11429208880253863159167604004892033290876419986297707765889100316872095592640","1"],["7277247348107969858578536222928777117338364846461108607898415365113518872380","13161531236650068670944975436815026155312050383556872938386029002223485199495","1"],["19497601894311084916669814109741828259870761117519566730525822421459046647028","20045311056155055473199526378781736495637111221695879972996137649418991780501","1"],["18970354483422297920239483284484867578052309513875871342784318372160300535691","16310314663160588117911136853246422336247087054906480012040228272430971932125","1"],["19595126471197097912556895018224677795477188474445751434554868364238636364259","10345091959957334638562814070168155381139978743204709098437548039738790302314","1"],["8729133253012783134711731916718731324051935412360698177995224641904037681249","17312111897712199710489467824316936787811451256113265245355333072790318699591","1"],["442083825754119519500617541997707511589027287624951618997280729354254694576","7130909482647406197545460783197025312324890729059747838401563199773672763545","1"],["1571690871235603809570997989064509732327513039635580649154312165575959141057","19121574752665751764394489901751828043093623543869202433469450311408688735439","1"],["3625485029686249878020426087909783844726682294242127579790584847562641635453","5323024861866330280249798799537416906725941839222497193255063969061562224325","1"],["433547474280509620522145540710600231878299382437078355350295512617158996292","4662940352003651294274582104382797154930908409134875194918094045311157087970","1"],["14373580040602127196170919494461270208272062546730826158037433756097920410054","74933269300971746718573297201642858352949304733467185177666237364404885099","1"],["10036388284298905895446858900483969882006797185013088825215117097071493510976","6041546496584088866497099659398339642899486433865275668359883304199304218716","1"],["19596150509441453281897670533023664379114756500522132137496075286869698241905","16007968878287828435831366448105868859320713025962551640653576127184176480311","1"],["15186035988387899738102735799631841868126882481022200938251194946203780445859","21019396618744758099727906367800387151780471153157585745354895344860317551100","1"],["18648850871430510215469523749968733239798382431526297408549579746020788815566","9902490248497241939538133354216548790596192025122002344572049992660589294394","1"],["18494605960430667055852745119196759429872118273055460810713753979992364495256","12888999915415912053223195994589501201147824260533908774659831748698240049328","1"],["5702677624163521478632829014992954726794301711758102550504745357969614707383","3358489074463717533162998174924769248998270725395738198586529332860249216540","1"],["20646475762011094677721917133708275036657498136698621646990019789994442395567","6056432722715780473884584392467052791778616143715713839033832722582077840020","1"],["16830297522800447914051422877120047633525737225226751064680717411460208759006","12510695920679564266759958205513056576485384725528076609583675567794504332740","1"],["5260014420253264048543576511567583895372712051756708088688068512774876206349","3147896874703349624925776712487076522276570048754217919425531403539007327262","1"],["4410037859755019816297491103129876178711341979387907924040157885654574601316","6008427295342180728206255365288227168048458336992715918842012614142039673116","1"],["13285164509493700395619372334731177325873120939864412321714780858224532393660","5009985109439104407067197388431368541380590274824883556826537765193039455396","1"],["21434498809273872176329320429002676631630242436917184454874994697006997819518","1951320509076083979334314287561198651393459170922414119189209643572059527897","1"],["20521116331870178954776623135692039625174215105612919487393830168907197920304","7691508065482321832041331641355050074507773693332772577821989529547758931210","1"],["21510477980015267142256276803356807425574963888936490398790686941956437828806","21467234554324931354457950155746186705457864901318524995259285511847954611289","1"],["6279384758198494611444962130076000797904854908474702875333116054661223869290","13308998605714398607075126648209731424750599544241742617158582615263244331387","1"],["19555942282999741045448952316329435805648367121343294780139717242914829439504","21085106456850010080399095831175677624359987206567460773642210466799736517870","1"],["20906923905543166914518188471448574615740571080805209446898110434129235305677","9891902317496397914395129142484834262896977750983435757539373927263058073738","1"],["377086925212279492720311029652253767195291331315789182981672282170020246258","17574041092178294326097815058791992608869806010344253078243556800258676828264","1"],["2512039586753348604712386196696137838507243394644328852492604333343378934478","3263291073997235949650818003082996163137274273092880223897384852574289377383","1"],["10165948494022684869421397414841967393181412180249935697437566675044405183361","4638662438486675842696687971497461125174110896822602148218982111021809893742","1"],["17089051600783835929670557469903198485427203539095192927612302225111622981885","8812131685708010292182229426943274067193960883086042522780339687369744894044","1"],["9308819270791925006158309328474635149887106432901577263745386436160097152279","12354957773202500720794801723289386162092478852800085781703549060264880457008","1"],["9022284068730887487242398132749612146666861992194786067822353961354433674377","16232767915804298315452620869400149186178956173035376698190191881874949918670","1"],["14099050332307433156748830969788494839094144089530040481603124118437507881995","15813551405803464612799443856938998884353010844819846774845027647722595949266","1"],["5855011084161666226193803979437324360611805934201738846301581923873833877534","15418277262027509027301080748575430765775106759388370447524960217106822190733","1"],["13727637678492733219101166035223376982875873438178584042609727663187103158129","18598907566201644635132041574787726798706479396314934210459984344716022392604","1"],["21460764073709415300029374161665486836053372414143114112901327900767045807207","1991921233305814264918649613440977278533956569478229624213834523695245041386","1"],["8826687622160450993451153190080211642812206563733548600911962879975490068276","12055676974510501621518486509408354602390273462291334917983212457572344299428","1"],["18993036287348270676024481474515866474140132228604098764334852009168036559104","7615210628185642021329909159742961642605702203737762396397846180405662736906","1"],["1083043199393479762913524930592813231165315596568304457740911767249310385822","5223390810006644259186928725579083799137288841249863075528102778025506426590","1"],["1803296999406780287344963392030945293554347614085790418487459667403198607566","5297805175741497114736107772827126443280126489367366434944934120056889538370","1"],["20381319889234136135523205132020803276786489337720599289736598461639150009279","1539937509688825546742817333123544724976757533642061757177130411585106011459","1"],["20738400671865877789196710191860946769874825728447957341811565714089034409336","6932716292178140493150138426438678263843804344619058766384426397561670756821","1"],["11171371949483419539284722378884695177072621953190063396586231930672245766732","14025888963430990234628338554405938741321483780695150017998126758194985306547","1"],["14156409962442597683489421255194789594400822455344781694212816746521148180666","14787422898376781054385125156906052124448157439316903139681715131629016324689","1"],["7565951052069895309755606463771538896943560099575605262393763538415835673599","10288327751714060763203247672145753972098095405966922213820403241132399887625","1"],["16919485646539985903017303360497031354473799672600228139902037288109277001445","44738411301485337750747345235305361324733758835636137959417420909100142439","1"],["9211721990785015726906775805716458474071868685422673770665985612282177486239","19182380424267208397533727435153688754939581514031434611109359762109672982799","1"],["21661896851932503321942218753045706595491489178339657821553467851893229515165","3355627611663130127409802035837906823411295032689998682372371802890484658804","1"],["9363647297620167511565343510518425491740473154885329266334621832127250052394","3028166562305292113867514417008157889958382345083617429318499369606742799416","1"],["14557510844288979055581834411764142562059481773901637010117157958820940413191","18400817188546542592140011395587270184382393525126656631297450373956254982767","1"],["13858324648914941425275015246237225959299972343442649311307644215309586772109","15888713523959473691765796246656473188263903797525441399019770947352819965978","1"],["19146282087965964730044394131522316879355930502566541272848702604340264075174","18335535280084383100920710065132453896048879064471567603696371549243585395760","1"],["18013371617161371436195329657123948631523609761492619325978845539787205674962","6875918662081205743875418838472246310597728181095472130052941829431474546995","1"],["7304119864809735569824511886469531688886463628874849304948230071387625479408","7255311594575295550316893050160618834491093955919235385981561442429215831251","1"],["21618754218077995132423157134562256572535652828059994294182694075192880698317","11713805319883689673264913050997596428475431509092067512011534101665872974155","1"],["6822275985860268424496005590582759965607585830891308568382675850880448057854","18514817548735068273813084343949079233809548258768340956519446439703779576591","1"],["9053891629244565665320520600345176358055870274593625266473444292227461298364","15556396548814381923547377210962156337983790628221243229490922484402608844513","1"],["9512248374387597718849442947801757803067682235312651801239123016929533803517","21835387362564626069804945197234311055669094415729423969481539384132738998488","1"],["10807101593657288420147513704540725675969619343260491784241975817028638503063","8203726590786857382974134804203502627205386192170197942106167748736927920518","1"],["20897906430458867542647570351674025511820582101802544287176376335950646175615","7825241988852687551413506436872850787199662587255565910500977879448597777037","1"],["653671442019918069823182468422912088267427334808530160718440870746905975229","7990965255539708444010248401051352513764590789040176477299043439532917399503","1"],["16569352131176273149680405135094320677321141474949695810010948689027850788550","7745522562491881618288683799782320442524674248407355645456998745754193820894","1"],["10821259170018757206162804932211072478288095938674347893665376201235632660350","14622405848488994720835923118517007895024624796872712792502634095475420351014","1"],["4220850335393048901922932064303173832438472273557287865613113926917175572807","10809402013320797198774066551890237940585117880077727498617083990430858959811","1"],["10684167500372550897785385395678003218079907541791282831439822527069490944573","20420425470428675897878553187291030759070514736362535183116857978324560354935","1"],["3898030248470862418769958710003864798056673158087708607045624156011559029240","16748907476386012623690234582879434288900480357700576312308776097858289108446","1"],["2206631857299205525807909951665708507590474538363231470033372245155420658601","6190000213827603802587376850356314819097043797583317992991595532906066626863","1"],["20273663170614067007887735980933022809278880331925121979498268299192200016854","10410678933222121348866457345593079088009875048588404164458387802913488345063","1"],["20993074302725786477454249675652796048349650937156836294993617441180845087316","3655978221752746112669027228041984497943196055674247414142613633870516383640","1"],["13198438378657117983536563641707894131596161051689473070993086667969262483623","8167726494015025359315518633914516932954033762964675373247699563937403402120","1"],["4676945814293397658141629730329184835912556990571176589133389035282561232304","5340682596997347044641914639615776794583889730567097063255252880312477597868","1"],["15379260798343871516728843796535273730112999768670410376932661495604973621010","12373317894535368121391675890844693390458056577808607618459875127382243812624","1"],["14562423806366475997398629822414986236295152815148624631937208923153194625995","15918225695178588601932181626783918141077819019687196245284732557777968643424","1"],["3228629625314208430237295929440113563177909457671780473069590017226646428520","19987720383190675266357101902641725907608423817712809043470353259598188247648","1"],["15926565144059471136509511495381211559162933793339091106677289921454477848854","9279050996261828819244269763737715222663983768071269705241952372835693059386","1"],["1702152291379584170150594424659906655289598238292189480103159909525679770014","1036629415359036992448455753293294248335306735323745676625427602075735537343","1"],["2970028808712162339874117784199658010584097860763408632279751972690399404098","16683509585417878581608968716903913519171303971535398395192064724218770910152","1"],["16285331297731608774489251006900394964490359801505206139096588049617975875281","6632316033758252793599324072073600449322504813129175519054864429652221503766","1"],["1278710881386894354783863419872232792151011158275214079326679254921872745498","13201111746593717152425195729567685435685968601969949782966851965308924955474","1"],["2759680318285028787106762878654529364808192757590901994755212328458408500352","20937975753716501619511106888078055110400330565382869854532419425951752981500","1"],["1525741803275504334975683484635090768837433272714977989913713354272901001102","10934201924019928080499120403988654812904138140921133550222643908205391484521","1"],["13154458016645097188542759111976613317386181220574290129927595921399008934394","14953180627992722044745510247422369580138477931952645177975242356287714858979","1"],["13669213835949658786454481880630838705709026998178286774299755047180153654501","4862436228631511692337115748860718381436854329145463618475585603279271832299","1"],["20955478637350756417984613559810685362280905548643881076933775723292932404767","16496223652191645127863391652205608339911791061226768711422026161489280955057","1"],["17569776785680169965368769879807743127235375329583376184729883591330063922939","17958412080866586409270868966448046533822437597530891208293079371185013014460","1"],["6275829626107952468228399889000617008271179069479949056640113938109537448201","11161390729867092788431917376155881808735294219057473432873626838652057956139","1"],["13192190565822187178136018695464500631969965711844997188291673103925450816383","6311582746458306212205263431866643486745603947910976418852048491655647508438","1"],["4306064479856883997605981080525147746964080000865987632565585364251852311343","8787485924253661781154948860994565200890599488439591283077734739281879156897","1"],["7858935249869808455728605555715352842163779713041388499262339291665957960184","17822088796054964590937094001427046331060423981341269410727888327344559357248","1"],["21819637304907440471193381610950660758822067351614829076883476257167134755855","9836124048405831257185259675141119725344949272812288560379599443366664855417","1"],["5153651845476196789859721304709611815519375680321997103969929354312228938034","19778368484291418426701284267822065593806326008228133909232905504269304583861","1"],["9671567064598278844262054349273281595737816165318001592432789063284533623074","14646281027380664568868970949160123074798089203404130711401913009783508570332","1"],["12606712714694818218159633109712360478459333867712897883619240611877868262919","1631838490924482097547051154057920606142440637889390282710542025257831630470","1"],["9772278279047016613279080150468635070488992457009226894512011738237217919891","369723480418588536019687733772803305618512223197837270650373796094426153168","1"],["7243787973338023459580808571099567669286680743151912062200315267522333644951","1449044761800127530613461515938942283906579438906662921662095916029561479717","1"],["11561806627620782978136681064499558778095891064466730019321510069257526656069","8187604234712424666557397352486856162353158112007636182595935691499061505234","1"],["5555441802237707830856482299362589393624648577837994530657028614297451479849","2469857685817752029240134610243764884565048257864189178302658979473867286356","1"],["18250189350256132234760205679169499581228627450860503463814039451722150926199","4144661836917714709572896316455562980684475449965536003061409475207055081341","1"],["6993740408320061098077807527058858578125714400270220745544083852613309256981","7810575607257730408961830346700141001757384388568363436044550567710836709750","1"],["18881401189837068959957980508632592378845136898930650403358862450618440588292","11380303498910521812243605223012601309508109451700700935540865971993667750056","1"],["5408527523071102803038958641049732241572483837690555434946922406580995263751","5769310473578020024694677247745378104708873522428512710910556663933538132019","1"],["11899705764072370604907029450769387680513015115098999258599371763915285989537","5160976545625444120406721207016358656243876999948601873178686777445770409224","1"],["21832777820629949561807477200677299542532174147322260126450024833493482814645","11843006084199522778284742435543579703517000552750019819886289413603915714979","1"],["7328283837915649562586487509646010790226049225434891380803903633734422839471","17449004420376991586660507969027363024012187721561867318059310712382747194086","1"],["14047014474247372011557258597573322054471450656065455957207537716990992154494","5689205316478707202697187958818533597780441099350199207795309702106152540629","1"],["11769335904987009583383487012253467032084495910650880828568112093348552562730","21680189407090505470630716838290121040193000991287012381116031051767403421914","1"],["21333688061141449943120873314649826448178953998248505083795333067099941149854","13430588437138445264944416916833915098780879996214263522420565234327459399356","1"],["13934407908499703206688073804617338040301477047392002205959782827175563524606","2371445214953271536965894026321507446487064359459010979819663270974122687595","1"],["12210671763717717963170909950623323280080273229003077563606483217591234890593","7896926997920440322956167270295943038274179484984320117712607219887174580619","1"],["3177851774143500197636009496247338551665729963633932026692024338184789700500","18367328194174268126677376590905916358425936515650945524860646427227558363844","1"],["6723671175489464922205045079076966800333302119756884324425854470338807863321","6120397576536724172051725007780928190471825948294866553316571650197941662043","1"],["7740103674110474372187192792958905240022701770243035979823911462771082224516","16543726805434830840255788123556184226769198660035085885505664574587058937296","1"],["19292742882327705879095079765803853974244602296264924615380637447206285895710","20034092178213539757648793038529666321589070770187811002894585039356483009068","1"],["19335273960075150086627877593997109465660120829702974584541105705755565917797","21250243184556728340107749890423842219253121200616074601808426339650323426301","1"],["2314479548938536543891933142402067326099454864430480876508628941305038815598","13777335651705468217338589861159840135746788199476730001538892306984253038899","1"],["9107764815821702861159814913694028131069612555403597497122553073860166014542","5059474430805554548432183632653919953647779171406725145009489047262501574868","1"],["8415085570676628146735839103522804283322767617267838818987171669479954765715","9976455653042196474427088767565719801628793660050603445400614747908291444605","1"],["4339038002221933373914713366450325499873056125953545352725598212471471183556","1056210249856588272682820562723977380841209771631251939024731982132153583193","1"],["15548903582695354736256459512070395940575984434453019343419565247613850813270","8951403304974033353241894488127558238525334897226330426037074141632711611270","1"],["19242810114471242714796426569377305708583381537379959225188715601596608268514","5079827139985554965521111901350188455516921551856161710208240100668613945362","1"],["17206246696087021210944219404391655015978782250027361464543874445440650712973","17681848931574138641059477723364992089471579291383997431848366747120289634642","1"],["20111127729418217959472544382413464546841026121601335390731460593905098348662","3752090555798996515294022649402467573766523178938775006173295441777355458529","1"],["17537606819999295875354893583894413680386184433030377494300952204948118075168","6108418101142873992835003320712109581910579795014644733189445982241103499084","1"],["21837048601170050428784230277112522084054916896207779284613797394735088210702","20188835089089704221935223930835325157966912086290170205590247074526922465978","1"],["14018020307487593077259196161077793474151402054522352042814828108722998557607","9423570334237982642712985840616214339921635720612226154658818244932760879069","1"],["16686432629722022477568983551067643474476234153803531233276036890006719383476","21793893673412417236964309390715923196482016601698663242460270163185231411297","1"],["3430023788798126908639985047226388918673107761215801365156927604990171710675","7470178531739461790542945089077833718937127703270282198066295793277058413658","1"],["11618423354472265467992518278006912810976171470592348844949795547687998792189","11842333549997482796232376174660509551411234597737592268999186066870513590145","1"],["14434331959730079737930781519690172784868342858045185789335713726040146030629","13420545374400362927995540961155773556365286205656705623698105528326157054027","1"],["21753589755769469713673237581659248620489695544651392228875031209015872834463","20076058963184518488101015915956462303996590818191057101323764476065750742991","1"],["729516166237313307207282389704120022175707043483087351037096480735965907500","11189472637361114404583783509460485968219337375478722948129716504347430555840","1"],["15367946387097595938413798138303146899116335075094240631855787169842860755773","13883290427832434812486528469657037424972596289703345566900122787425593164228","1"],["1762220818414184750079297860792456665083182860227218212661897746282944394526","20168690039147300172701173378712101619159958564116190279489789329557510779229","1"],["13619961824936043263977791797946370253564385810738989415298092236366928883876","4759181012154015158781440438142671197333186766609852887280147636223930724656","1"],["14108612384786311454028904163286497815892459759205192302455155007820712269933","10775246634314643187853018968195398154793007190496760765634158723708740070588","1"],["7011511876329285161570903091800531907727725042256597340657505588933355686721","13411407725092396588501224597073954015529694671963046070325936848649751545521","1"],["11372554036099211004059930041545096916211095565083618293770622696727435923459","1016246561337134369953800304568403023810326084465284945011713467196750329162","1"],["855016205089964029883233656829467294501874761135163778428712859071640236941","16483891898874957585765594744436735772569020676155808960201769288884761225495","1"],["10550613692451106702197327013203525832009862756079036123538187535824409447736","8380114954421551534606190782758734905197104316154233289161638412767944342364","1"],["12807609440917276541714353524578211202347870673580499459671212427992376096655","19272449206985400589644685448323874193096729929021882357742246794111621575524","1"],["9995129059653313801616853605966705131368146876717118767627628412586094940345","20224094589328957417440899192976285497460975519985622650837088918912113039660","1"],["7756132237342645027694649538968234281333947222155394284369816276515337408170","12751655417613281227835203562918207925545450910804399219284807751097506267038","1"],["326698440999833510609243582773003641403441644722417146870730518646123717849","18197604194738094914835159752442012881009490694403189909588164809661892608551","1"],["13107073563158978764675810994585783648745043782987068074437112157867751611245","12100275796430036115156055921389825446742311055462921910072806155917664449828","1"],["900134514759445025956453857731020543593075647671386376203852510934948435282","4494638528592487417965810136394509820327860146679968854448348750217193726473","1"],["12960285325023215984860020241880087567927242522915622882202053550984341612880","9094439363003839967454633429461985860940009778551855766970814302088578090184","1"],["20004917843319677411759012237309996184972759248229784130311527377488949892757","7095607174754612656213472959104777622005283673215427000297111135147313293586","1"],["8630080582879961698609443571097004059004061215929480379941099775628554486148","4097964066456241363910636749899676719343775674676123752782850115715184799835","1"],["17149571829489349525126749701817018898535344234707035178408772045674616407280","2260038346708141616723889820141837745225631083178687483137454845256729451028","1"],["15942194728029370085835184228645748089076895164296285429032924051343041454569","8622574232149854087500404308841950766652341558619792425383553259721615004844","1"],["19836735856022373495749121860826361939154876191488800236174900194050374248855","15135191780181797857017095070371388218673033470085457179878149687308434635600","1"],["2508945959801743674106638611914995458087590549197971894296620150508094959227","12704053224505327553657494033401126462455627429812384766211543044093815875423","1"],["11526881802369276077545445072477976001480942152761638928198716126504652928893","21757902560871701740489637586098597966974235387175691332826429957858269660581","1"],["927663960246783433303433061330279148515024776045431837398309824795743243994","2945220655666056441399686587863881911206441297084411040495312732232766817753","1"],["10985131396569024820987617082892036877823594013075157853305580654132271679342","683259718569757088810221630634835946168193154171569447368135060115137409013","1"],["10513680909778875716108160039331998985905551281042587797636871435669804517964","14381875015476578090480052065897790575030940651963100437242719915759446474970","1"],["19229649205829320422231234994192599444672631772860208884094615468455071856961","21511679426821819889229359053480872740758016240264343504214563929323437444425","1"],["13992151316718110436903452528727048718785315116935425922329293814717686154885","20336329413636151953260995761609984322977303515034115786379395898062932247928","1"],["20496712464473585635636830702501143918098013653715969360675377010698212268940","17561247148734009721697901345413673728135620688252599504094463638984378582950","1"],["18244690668462633537457659066691450216014207945834005020492443235302025954710","12437578040172650437040413685516107602503066958940468068290118924817381074323","1"],["3238310797621231875369963374487885851093124939213327791989467835599296101130","1633209883126824808716297357738502177582845402934922554313426526684560964297","1"],["5507591660740130221427599860893835811998765250488439949052828480386192567792","9037448390974315684197477969859953702017948083086356045865467476218750907556","1"],["5799835995908639453449848035704105065888716937995196406561492116944079268995","17014191187238812001307317761772139113841637392159400315179377713448624163199","1"],["19471461352396721106097629311824773134650671632741472769804187527530785843263","15568606055916395624790445740175768329876283414093513942887615519914725845221","1"],["3618430133228489551300781456596017388934324804757031633773531592243555161414","14295415288697766205058487184338577502299328429334361005837093654252978848985","1"],["1676902574346780295986535478194691846209639111045286905727078695956896654097","8113707328887414928163729171319827847456620842639763386157622057300140611760","1"],["8392110734947666811232187810015188335284668488572375957135346339754963372275","261371719887196546437869489706632813601389917941683026510925894656934403950","1"],["11357237606645315131964082819033510464939314809793360899727935620908358782295","293149143685008018221541087697397674775514605061651534135874523689791298722","1"],["8229375053665729517445114119576538897607568318363838105492226719867579417122","3912918519801197429676396942108674607878603116611890149433471799155887974536","1"],["7648113026958983983469606563651262280454412917417511615325829895267727754955","6810853993015136748143943263039565393516939468460120217876218806558155838173","1"],["580626481289863014328821251816612645549170286949639633433598273437901993343","4330574350108215394299075368956464361471895521743602758253454832359315373842","1"],["12471481952657200698347638323570636982118477347159596475706395275959631548856","1260631647829878839370029657778832301410429869646634518697598684753904259577","1"],["341667155051343946252921316656496409748191071317834597407451460069427718287","13593882330523820604799009553893788861816713895475698391308771475229824594267","1"],["5324825651065272553605004408325508966927177533734291279675175047893192344734","6876465917975253039926394692573365047830261336699885196599980846642243824652","1"],["4991317651846785276926659775301577122246397772137247375182715618862660933975","19587386701174031779988550681635343827666391531773566773474246229939499540992","1"],["17721947192833696331178263071430716525237277421100160222951241767322076682025","13586064985172082123579190781881235576541055957450500915202729350706594095965","1"],["3512033144974409895166284400226386659695413876023318777925845706285732854390","10605114208755684643668698752080496995528009208650945072954555902582748933990","1"],["4254348612580905634619428728112252407806053639795352831384352781302616660400","20616370580092043774042615523562757375386246852636265741479269032765777088748","1"],["5746012997905114902074511931772411492839479240397463962460750683432203759664","10136912525915197162733730743937968126162184640285902687843755346331793360401","1"],["16958603623189552610954501087772807570243349656289569409459665276097564919249","21516084051392879946010827570406155868745332437938154684601365884213961143781","1"],["4049504406695776534562882993149874685932938987963670662449574582196863020995","7544690311748769905974013745327208819166606170257984376380504148971815817303","1"],["17046649487636970854416947236217212637346975236536274950819871509566391470743","5407560279567833781652676645925083526399274526417725825331675002753689970429","1"],["1862455170051804865290408943273558209880543462116145285934319846738631303814","20988436375016909437934099866822117168362052426491861767438431501746616868230","1"],["11288737154346979157506926265789946879428020548557367892817856710909272632191","4677646819585797105743898857501914793165182077375745334396053226795046695205","1"],["11529087994514990984225961647766438799819160360797338514015962325642752357194","6518539068686622337628606595394975905535464956602199180429894163654393427834","1"],["20886831881531351895111960558237519681411162493997167322922951119972885103603","879498517337783773427962537680522997173422351086219936921240433383101041347","1"],["10429749525861779499857557991023751251094574246759883290815022340639865281552","3987129738619199546784290736481009358731462017647410926389333451901441862222","1"],["17274973313874047629967117786145576197606783958709928404290976042190102554320","327540422565724168116388972397690128938144363047824918442239925302582115059","1"],["1190273981379015803561228742039924858159552181069272348794968524551749182388","5387453426110668040173031609268491894389965521304272699700285665522672129010","1"],["348789932641389064369469307756563458612852251895821635377094433910217901130","8605532227086119347056305328601387731337007999364947718517181329654225667188","1"],["19873275530403959188476259572435744677615117538645329210413690149681237312713","5740332493862777084089299579784647984233873468475435000359745674555745167336","1"],["483318888105626845482113289713646833316473725551514048316983476628798340703","5883607323624475609672947973897880478238175306622078578382600101122630425107","1"],["4832893351234614637630351076092796859629238131317768813929671617825702250240","2839471235354825001895460795135244969404263552393461691549167360624065361993","1"],["19877856089541087139196519289763381023209146943413344159574614574298257090053","11634490676677646281071709588523150895546381528645253031493863120853121815366","1"],["169011392052488490890820898982552624969332344424971677981257314127944915218","6584362634277896436691325199383358630704147311509341920693083159077800981937","1"],["13022207518675471356640933416947476512915665631844134229814701731989543759483","7630557357748362577402865046664986336545433085282640533325515601601884381550","1"],["3756416000762738816252986000692449482061461326160379344281488404623986994075","14960629653095507723551594927873997909609262224770232572410073610243265376572","1"],["6985082038674999627766030543574114754724395402144840817678408177276002435577","86803870041826651158062663627471714447139247161637763115440843978635026109","1"],["15424422473125861116662911388310252865608469814644655256994576943322496161799","7307526765081115682016603745285066574462328369811238510632241355418842635223","1"],["7304768528963954710920121648383976682776072193490434246875767066710602524920","3100071230698854721080497573312549861307336024975388831707274743537548380926","1"],["17911442570934311321429831165888994582373031706587583701283567542087470727309","9163829730076744011344277198970007949505247990866954357298811073756886394023","1"],["12854191336470319976978355744303877380771641189901921851856885263974833057047","21143397192960986573294278402638610284070511352184564028880396213762731130487","1"],["18630622187829795921027481976622570880723024142016909468429986802272991451065","11402836134870687648645147928703399917859433212364644939385268244957234457178","1"],["2966046652840014217002355659089869060094930148739251422551589121914305459789","12046184477333343252935567043246343860562525706248841228567566094027498178312","1"],["18116911155650667047411223772605951132225911675386794286236575004919043870280","5276389718224857920406350504572369760561805913062504727022212894109236357744","1"],["5637416772904908374404545550686483571007070795754498907811185456553949792437","4356045074636866042395708697968591340655981544349872206815886391516944374730","1"],["15183988466868368599559863112965083995374472288738684600080890918150312552601","751502580775724707073972567649324205933283509383079617742911283579301575375","1"],["21534261747515423239993005280935031638149989270478601649484286637050759782708","126403917123135485715080397333055145763686202383350923758101385408321226583","1"],["19862971939177637255277179779055753461624880865682019410001237498113109085587","18988979318260789527779607669879558648829135557488628212437946209317286760963","1"],["17867633834570105692164655947723367304630784410062781846857937027824196364760","18682308464989099697645126109814935085158740744608558140731640155061643904923","1"],["19017804162658047637403077495601058181201567522048803229580728929885173728585","4740914212928492706421367392448170258933551101787551533852755931127710425718","1"],["280668823086908779642779759820896125358240167335323719624961651546808611151","21029992469672548773516939968371915782397465730007400146095660621233507723188","1"],["19256670849980447889890306372257373865154236783641742413418347678914828022557","17383558449255691446336435159620332353099669164294329602062371576740612042942","1"],["15427921716452905736073676755308651275819062629965298732123132226564195152824","10191597758723331752515659397353867940403732235266536808441648671506117894929","1"],["1225551219654468125418063058776272821434434345775173326569838092364548483780","8765424673301107840062474640182590768791088932189759086038936384251395294017","1"],["9474677951755756567013713396695253646870255313506710467841443906318469205730","21244495774917372104129733301008774721803189047625989509798854842739856996945","1"],["20196826446184377264604191523482063552128310901949948191668439769727204987441","422982030164130334330589364206004922745663835758735564679633945388962284678","1"],["18173211696609339463043859343073040760065039130256962282520057060977095856183","21276994768193884205127180053286589578637054640065148197546167419910092353839","1"],["20849800249977093036742155853938696412461857768165566919937120279398956055550","9839635100094096841115853352665933965835846091594044157465432032057578489520","1"],["11912523329293160787169763853828586014032107301240985056266894020709227620388","4780827844990143603528999341703182999290032225008285313785952756751161010673","1"],["13296709985687190688594961106425187791670886362535914036410758239854805821240","7899109323096588602816294590773913910348755938595841641965192817897166040425","1"],["3460708771820933721599126919609599307130424333197903457867978691052627651383","704870398200888568646709069143008502169575161956377853030661710961079876619","1"],["1657309516922210831726586234389739150586331119823278816474640517250395024526","17080939608315103818385236203080494621160242228894043631596637377479508992809","1"],["20138903000157084209158728874671896446106782073527449726955473312955205766787","1420416280642145101911992414632323081493787566316356598177211581682552269412","1"],["9002251373825129839819991042528695296857976438433987080241181491944809843388","16404022416026055324103149579782890881311956376644403175722374428496032339969","1"],["1125350890923518776667625857447313749994491805889882647200717333431779796006","16800200919564959271565588544818791017829219739048435769821549329814765036224","1"],["8167483258794463808822793380844219020093710391041811615001287189584746680686","21605622740244781688969486864252437177912998520731181082117615102611760256579","1"],["18731601555319941053055052067948256540790000359856650126718899380872676750673","10577512685219438837708584538298890222002260804731830262904779567204142870666","1"],["272756115942386612322581364592711631571278160139073019780531366801715357969","10129343604067812529743961941644692437426595902355027600376838891485846683481","1"],["5906117105123903470638769029131614131230882400847910488118720577015073537911","20826440443871324072764075750823848107421100835117333876519976297421396366772","1"],["19361687156588667079521536195774678071160455995173615347286730310220108756290","6816134129369996822302372090204079732429069460824835208999458483569049016072","1"],["5833062259198564983497430843617345873411539116832134739788390542581467038436","11665823548538466294413636149851156911842876508626037962653747470771331635981","1"],["13685775515481618072454207031923067657782328106524304260630339313058063909347","13556336991929361422474164139373149384900760684703888808558912856160516918430","1"],["17527226063183655589393511428927189812977959933817828663272251668450067625231","21427689192427930546033081328760311688765717325208666019913773972820690680625","1"],["16250581648351894120912108563330066635189407622414809884139363726014324351590","9954856392694128317301887382170695268872259758194845025927719464600860381659","1"],["1244832932552753006226256516705061889970633011834785472248139949624391275279","17242812875825247067719415832762021388024968778162489706863850923842092926088","1"],["15709517954017791915455412377842621174042986548192346945028217673470924592801","16248641278307659501762875139178092028613954537791282870634842366400060532357","1"],["7869468115956728496160560934592741001720303335049305855650171631341537681422","199321735664763514448432391685646657575337420002652872731383334887471243383","1"],["12706361569442789158986718617217429015254408245006998225777944013089266520288","17948859817177456274051995758414674113817391507072381661032814266636580762170","1"],["13542114886816070178991692859426543846537828664200055022694310746465954755125","5708430648723670149630500199525537603315529707609066567095837518340115278133","1"],["20219319447343657996087561434681663353022026999384529921824204647908778359490","18167080542677953213084027605293245917548388123508275831881675113328597263331","1"],["17167317292998323149737289786721082042674340770403931960830266462162137239761","17530004834105281589693044578809544991057184903915911601983933258156733532811","1"],["16065241254246780332386635753705341393208080581581854487201474544959001711446","5931663639951128088674698174089090936310300523189600923951705369767241035027","1"],["16735857191380367666545909919127943008754048193158958101625535443193836278043","14987288650212338576326546940194411266098603696610943655633458028656152817934","1"],["3659784729720904069562988357503710074102398248957356540461251477184528297618","1754241410937462358965196971935659246883331720000304139153636601347655191421","1"],["5606947767352708340426536180361743816068661929482655789008988119659248722892","14898438412503885662358028779809096574509309014271580015543740152499118749396","1"],["3294382362206090812029170388085471437118944624755266394156295248314100681956","5928760592230618690405163617717268611613575385164301016138004189826384568284","1"],["14579494724041932424552897467660583367918285088407254177630124719036840455104","17149435072979184468662951199971471918570299344923382605572375447981496241465","1"],["19559601185722999271431760079174818892614976149380991826818766977718684515297","7562457545834143005299660266741376359286033439695397063646508594519261562926","1"],["17198690789430179976939083460207916532961638152664927594765112483702625777100","6485823603332150008203196487220108019374970857013458868943162043929499136739","1"],["11500425379342512529406069945258185322006705801424363480356200019353833901895","6980599319455871980791948058096878350438452330851183058397848446483232559131","1"],["3045772151266591954165091901167938482936349342161998905525407173201472384932","2957079272145554269255490481145007495046407017075782882437320937783660734474","1"],["6979423138199030611370697107659816290041390304235530985429853560395310895412","15572079017113311154750915151077157976615232500609769027177530509187048839434","1"],["17648575740590718928464553314269120636253225675834409877075926136579177197519","20968420767583879121950828410850637883899043729142999547658940428373662987733","1"],["20123027981183863420312170836517601455198939369320947189934701242372657823054","18106593688823287296933933574014099540879229156912580096180397796421869595101","1"],["3788130038387910287862633368192195553372289339475464417487590857658489539103","1447385825011496084806767953313993809639735801240817022443355818487213701308","1"],["1195061917070446270195898930626754749420708544524885373774656810749393884970","21784614372137692801207269375019387525976454579485984894696100871215725041047","1"],["3717393684501984093090580395514563344816847739574106048372019774282796201318","3954083904732775184873011078659624821623295086746972619084406173281151899121","1"],["8546882433297709306518357260085502560678731890484829111116997178254555986703","2220477771573298361019707906114637878803974454380846300906762297100377642293","1"],["15681643440294664642176207944479286356595426753851162120533433484371580747037","18709381247156178797004678964060392264097791248879295908496719574674841655814","1"],["17428316401134819476878639519370276936501771207765563513934707806534318471160","19809643312911126680973768363710313019469691563358481269142704748075895773575","1"],["14325250733255466249437682202811165804417867817744600269549095105939592263958","18178970618160120870087989572686584191514988786757881494105506515567290977050","1"],["4492636786702078570475091516836843042412201819629764261962233163328693514620","2487276031155171039330501052102574906056806932232615592688778581690122696680","1"],["8273455224872421699588610104410041195943090219998865144475501538770472720597","14430374919153868523945934859438992659708568343001836174940892395872202225384","1"],["8347331001847720378525794022867292167442569391021504923776647567385592424597","1933196939229582367180280726388389680447760841000881675494031570274084521193","1"],["21839082891782048582537380012220582408109532185763138030812892361680934476695","20223167738593080924128121842725177853636911495804453136538002112227041416931","1"],["5181319672082635791082960864120197862782695437988258671055120322821744591095","9479542822874442207689808934490297495144114032923904370936522537513500304965","1"],["8012591789851225256357212959931963347134252648737991184769442448824978001578","19854682327401064865270218225566784536266479228885723541862990661219797238684","1"],["4542484596677727583537076415833590239250408757525499170942487122921388288300","16462930090678412007644516983454860381498671515762417518717319581820894034232","1"],["43054016827033164196927912023814310579024752508010725195362617631185623284","17266420868341616603542076071140320738454758528436753819232925988793934028584","1"],["19322787335279746216018457128202160650594994741092911895621805096975412607224","13405277386811365917571459127393195594936109589600252593949722709257690245785","1"],["21753249134935741244303618894298556986313577028833084178719034144038625249312","16609535018813918258165294182744037911600608734260406858385955382128710842754","1"],["14056256613273732572365938316481172665489133480723833099301008196467734211918","4031715863228827462500658221421017068702738212905281074807937361361764007990","1"],["2009734943227822441866921080255845812609021889618289189484883448256613175745","5888075668753931850668807154567580671212969676564707795359224672230712788810","1"],["7995205460497436767318938813817101626109661894604278374003003607345490435274","14185782868273313662698534962507902587394684111701813892594022342403470468901","1"],["529917611417507496778504655389884263908197503378464986020862990896678164039","9956923335834482747460732128797159417879280787221729670468950344976572087829","1"],["4804816516206411347061044584330501479072092866978728304588040584258599807375","18664052956637686569055132778362703037965879957492269966927518280911537414608","1"],["7767284895679724287881529178538245265634865738620797464384034161758876589411","2466041368937946794016365510107225054015412828786784370075590448396612477829","1"],["10843996349225238951049769505772790394740097225008441632645393569972209859200","14293488985441132519590680228676170222810858673515297932489071891273925961948","1"],["19978366098792933289027640584370088084685380284885471606132484838505083392404","2759046180618594427672369859618767642611331509406178742510338874160972777208","1"],["15204305103502231919801538840977320074565765268975571101940626465045795612681","5520526914311483912569400521626982088598573610717684173067000002973634832499","1"],["12662467433895415381154319060419907309388164823434843903143468026750196600328","9552713090993540121943562815634693821567499444825460742463642859907617393149","1"],["18433415225806319144528342814897596193860600316406183975460801238449277829537","17805967862494925525132883806039013353848047035200799013776073443730783686890","1"],["2813651419156789872960333067634687378031279122954771172739825469862832690063","10547161266760348969583410815240123987429075462714330514443664342489761701975","1"],["7247179097147504511421119894814004380488173469992915589193015020724994290695","1076444417193579853902918327060181723975484291833517142464682501786355888738","1"],["11110673556781836461362083101756402956765794648819743632772907311444821583362","34576498819954219671726167097488378065118274751690775985955499459652341706","1"],["4521012990338269502812876081303498630920350981363279437529117643291519065113","9496062767683481437178225111637909781343769996175454648229759588962431563279","1"],["16169435579212057313232514567679318146182074118510408267064100791398885389889","20332891163115840382269689657211718036038452999994445346371049695352295938334","1"],["16028288370162403140519257465137321440370141644426442214781127861883609150991","12358145772476683064066809051949856858445022234317082533697287920039718381835","1"],["5239771845962388088605451629655542972346804007751351074183728893871798395376","12300827351711271354902693176158881922870242935033285652728210239167724225279","1"],["11662055610026581935612275027941262032549196786291606365046096080934078690677","15030072287785345966844456238316733476863128884693955443135587941159927718564","1"],["10288059914304485330794310977332115433962336348704850081580490170877301240603","8604254748369941023995334892057747801421359555641953661288292425818946797487","1"],["19111526662931756377332858648147474441274917317696227857844446195909167719992","21761661686577036555620352843953934211374186826494378380822047952588430606459","1"],["14691264555111943030751262900281193347469804931965720553274534176538596274808","9904298769598728812042453393977319274459025679955225256393952434688755052556","1"],["3141872886674969760182435159981910797249937483982903807452377885934676876769","20941852778866354452276644032711077380293075573231200586403729438607337319565","1"],["5025656556194514202598454632456466878119510161373908272698223089238038401624","2913377833308488364243188789300607247380032798431976542387493964613343802016","1"],["9502845604509189011563138135161982847788897703288424067051341247865492889835","3053855304425190536014506380919096586253355163983146105515537675916474993358","1"],["21295358250006062613507513562412130858419647792243524755103600297771241814536","17822919090177794573271152288217622565160535371582774819166444552831949409699","1"],["17537033921308132809030695938695016546404793716175139641258670895737306531575","17355301447951854710580243145324292318533924257961981029283345404193666473143","1"],["15303600825787770054939038129016203905528803894371255197532853308610669373416","17617357988484169848076152665817641509080940977055983242539563095381281015078","1"],["8173523895256695914343277763825359050484390464194665523307260397983078499310","14122134168358076321322567507722114176567445975369309579433053949126206517092","1"],["891569821293946564540631716657673415011561732699906805506340257758062275484","3306379272519466026971728825706848360359007347593034142534192203192017029722","1"],["18371912344352084387884151916465603126660493289045424058151698365260894931043","11200037456083179910478178487045933210717712661081575402656305558245348396111","1"],["11500110725071044426166871740003720721940198922665088360096982460516555548957","11012802881351923187902434291419992516788806701231039445388638106377860579176","1"],["9385763467721691452694337934230693118615327996163017390669580283452869488364","8853670603708989162026409661979682003829678904627750671050189628753411815722","1"],["8688695218214571987822239807841237168768242197439378896249224756764862485264","9851258292105753929928231762477511126907874653202815990601618686768276342597","1"],["18409819587212348607330173235079175799503473451867161819516254390037473551611","13002357253821464566559139753508754173706156732743406645841839571912949637093","1"],["15849999881799391490621212577019866522012166049963807723849092352562538222133","6251128430494816454715809615110551983320798215672183505124235227926980128360","1"],["20941764221888689493261651863850919261225683270314442506462007402572610274825","21195061753738297445203142216455487697618966414250213617954588351179557308393","1"],["20654803674317137452706177313196181351198573429745131078626167592032326177776","15776906026167806705921124837046878615548171269875812058258492818185933081552","1"],["16471709500945565891121628424577258856633103813579655832417536594887898024163","19394740669311743759643657186486953617786653403507488876339155446287138269970","1"],["9071279890237827374961331648860223782288610818995922661472359068506255526990","9679653034755446475755422610728688932957931023263911722551672370408922170343","1"],["3104131280047245654830861210345169461393720046857404904994240019693062788032","4720243992792159198774269981685110993261348661364321633984940730391319400042","1"],["19672173997024674045194710242559606435249998462923275803469629171142662273520","17470409894055063142720284586354380301440860291849992744518776606160803865171","1"],["2780781523804341121642694140509098093875121695337599344232645905321757704311","19164482468898653606511679420558571745609744857998843030481154657559991656245","1"],["7250534104957777556653767350413758929275484843696688498181436086319008498716","19398417965067325070791106854803757957023167851110199221179312364703123557271","1"],["2766966375832732015747946909245811264833364269487524078587273948164649681216","3949083941068979426620780479285275876035099111991768036495513970245044594002","1"],["15792164120427562503460084646086104747852456781197112556542866847989305126515","4552215129452515200291902306984514369787203882232611924086907611772949511133","1"],["16461502720374902619655292082890526200443480542127786157421720757461069800166","12480935266327707732220481115961558109159034950865607509699784203085535313666","1"],["12711292338305726858429368632885881588661422709026397821322221867269566480286","6162429364787164154798477293397355333882386679517780416999984029400241055548","1"],["16814280205577678130014603733487009768791393767730527042294391274469553687837","1855726954658914932289081716182470657932259904399875758985532832087300207357","1"],["8994417403288718920406053934522435633604232047806324944891023533664051027523","17458702812190586328407284761442311248534055153096329167048730445993968476135","1"],["14353905385505065938144744830961699454464149984377230654198625689933782725984","5043533090280179053721246280105054504369591221865470467606428718001461157607","1"],["8200015896144908653795998937186044449672755730601405240758616667751387994666","19724812373858299902873995124568898563768317366646271256379107277808692943572","1"],["10345303617507820338075269633716674013091079071773892827050298053287550739537","5425142339861533367877645543990924052613533369809032540443014339969362405009","1"],["21177322285774270776022871411130575077901069779789689133733761286630628232853","6958216583338211772609728435379535541456840984448573677174814777274000762821","1"],["18615588811561904995383541482294753584574494622044956548471314487521283426413","85845826889021046556340739248415033022382177881341721569104720478763911095","1"],["12078484922791908007181219811531833334703856243705143708821779663040835647696","14158712896743443099277677542824411540310628254493755083320114506409370014954","1"],["2180446720805725372183501745166247845317953469449855715871583658094262572940","1080172741649832199696971896848753961278376241503744414719126243539879135010","1"],["13539155339195140680539704557241158272774472723459327531095601952205503598570","14292735539822088182061669444069053717479388907744859821627733961045870700873","1"],["17283285328645379784465264881746079637303328676435760699909021486300046804772","13712830344607231851119493905024533787116735029865296996951285339454399931469","1"],["18233608172771591200911364833888333662931808602657742267332901700576548424320","19101908202594503190149288169461666464791258453045874292342661429406684473035","1"],["5367306061227114412897524636135766744411068056994055601139017402593447537034","21286104104221389678366526712861877916742422538792790197436584142043016087873","1"],["7847133504590823437574620858880299541276067977481856147127248150200707470153","12118453279504870645806332388851173196686200863646766482661324597715258763734","1"],["9407280640866046773037411250905378412544593108857875561986485120576390826987","5518818080588636233763596860121055985555813964511849316005581261632861540975","1"],["14419068714205520336742846354616802271012848745901211938728997436859412054839","2193581414605552637679236528210918453580919871168826490656403058755034449562","1"],["17874088070668770739467853473507574490044100574681090540993720167431122594456","15331332958416634505534736794986513529195819710590839313278072537740417571854","1"],["1537616325343758245221017746093871261260600556713680197226380130114501397723","18927750428158049598857298677170104258467515190324224572279205004464803755473","1"],["2851017168917823185109153254418965892621814637281267991674087678425667704360","10574320034099866281777586659672611293262271542876124437802400223740633321008","1"],["17764215912117773069940420907466646109676742200277013937914642454527296125699","414994419396925872994016051804077666817420945254928052414733647033382823607","1"],["11546045335153305711417089947583818602168426879951845960737382605436437379076","17212627464782151480840173531584841136392218109990815187676647339282395481472","1"],["19002745761232213402895478654101497032799573408997238565919516306277838032770","20385053860547032555284657193613524512697665215136873730145647866963234459415","1"],["4012053167248137870615792991226346355083957913530562029293642957090274795221","15553097365732012072997156068337487383485058051887049967293843729466440488020","1"],["16392151425544858300335760932502488991831385273506791031306222737635490082196","1374944794001433224785965373675328634016018221837228948387776802881088829868","1"],["12609804807832424786717497445343691514619209651675897687358472120870902171629","20044490284124440927063928481875992967552826701958134400937533051702565359166","1"],["10571419457863388208691926216170665975701643732136864365299179234569399524782","11579306141759712531031737309289620985847130159602626216739793663713237034107","1"],["12711588956640369046549503699565189559148454034636088917382986593298873503347","19298721202473760770183040776657500500299724580052442061558389890572931408495","1"],["9304461304983761539007573272137484311986899832662827438300424123862990067136","17390359427669204051121043065872141691500080769244362907741740068862362771292","1"],["7567419970564573723881171043691919729307758045994259800321893089004392219992","6029396855208517358835089298141626129164226119137851771207243302368848244798","1"],["10386184612512279808262676145500501721716338952539034203420016027593615360730","15771017091744284059097001687609165250308759894999894414533830476368503238442","1"],["2507818413358644631669741636529669734040856592385364242434696012322284090543","6140186728825426661666345857185419238145921553540559203351084555326883945072","1"],["6721833007028311806394596059029274691147981641924117339888661160702349420055","14546598459599405617860090611091894303730193013068598178885220100352143461494","1"],["5781237952917596343420283216065740371564058417547718911093779305331485095302","9491164142542354240296877853016838673009602549766586593392413909145478334665","1"],["15416384433396369911535198129005740493475074900902081528379953303743555319417","11305862615608342808593636826893129114914774790939025088497718522347760600139","1"],["11375610139700409306448807769336551133230466958877857660509168132703023546323","396486716805154016549886934939941468657362349598838146827094489348444962991","1"],["10044850198768570363058737251178386187948407100001960832969995707293366613081","77392755305107686571883502016063157389098929856994937092339532910654901476","1"],["19336458130603908986164124276145889667347778705668636999365500175780569053872","1997629325206302629453705693102169291046637830225904473975125601030846579843","1"],["17290733670903522587885547443016356274655193640963722353323907540732562445058","16118480598355901842794462051283902811433206291257659026606345206092204303655","1"],["6544353301503540915712470570867486249815136982595678675183701021041267938296","11201867082871973019389191228869991236182884895280564352662650863159299724408","1"],["9475772510298488041991477898524064717510416531146868901945613630924059302403","17059997669335373860530222918171791904863143717702487671865182622238854002733","1"],["21858836772550943515957457996240381955723057232729177306091712600898809124451","17204059182296135149643881267394743519864415238495439853804940262459629300870","1"],["5943026130205735818454274473936572038056532083343655237523620629047761416623","1540995765477513367738585402840740208514867955082552498020241397761320234416","1"],["5890835482169296169491293335445910471823227098132839833175264680020221679409","4221999844907221293575824274713318665640541781025204474256829467019477942786","1"],["20247122757120553848526893043960547865211781858493269346877572426476158508202","1810386047321578116191804641488871024406993305061062979089613853661808780021","1"],["15687010221077397711829005615979841509178926535172661026708017929746184848926","12695739777875022702657497855291532273886174968105597524816029735493227528897","1"],["12988587301627630024711943036026133532727082800959075177083391012861655507657","18919918642033709504866485084891749668430238946776482932612299141866199294884","1"],["7779130844445796117036598772542653455769818167448841429410141444519800424546","19202982698232478596173834925995230429849518347402874575229320498820038119615","1"],["10485090990594159014802523465612873091304518684839306006271467838824735560783","14720245311618284205386521089494996796870990858894180177916328470176939257938","1"],["14987275159179954009573338132414490324302381139323680163579710848877972087183","14758872118413887999609434800763679193152594800460074251925366779710657825684","1"],["12821939067585443290593352629057977569430287923771310152134570589651991625004","5309782249257267811705137375913093797832537891893463389146527438850220540065","1"],["14541252153425903245783874394748559650925706167418471049183799147440741215940","11101802523060257622822553891522590836850460361702724234641233851063637986030","1"],["4710533799950124194918887520234841239424594359441098689041914791680580318582","12500978042018705015175678404675075465188826703568361886546795449387064694533","1"],["6016980139608382019802535128564553016788682113982492782890887758175404959974","11797515089639262859939519351372446132738955833537610904880862200138569135388","1"],["1296728861716575003162417881176993100351022864997085022025823372883578333539","16838417351340308939484921154182529417654642973589043452124994656466446104066","1"],["18846932246226067049148881979990417343591741496085532044579539763516494173202","13563221000340058040870952721976109498501818701857568496067298281131099364649","1"],["150501309126437489275100246766879013492816483117387116729910413189364789703","6957929135649816782578279943531266673460979881430328275444632931681523980486","1"],["16274460638701426453728781914549812630200726116312337115634974387391021088201","20284152224877158365002064090630682163172270247127266367771959227616850199101","1"],["21626801787691904062026154698302418379600391292212511847120972768274505693342","2149635327357055451145585747850271160068581212751215282174714175635550600586","1"],["8968364096774346254948363117889242020200924810336703391609392630689455653279","739736508993258912597763534304215441298244967586657955066507058241932806408","1"],["10340571778898971069847009268291888110437793030711202471284890461898867812997","6031098050807151680492991131475036772777589614856201720175604889252262897678","1"],["7276062640200591849796469272045386794876910024515443424490394964029021790347","3305989338075219072709825636011819182715425008008901273313137218811917562464","1"],["7951906207771906182772919100514241335717793451410326916133239582566411884687","13569605909835429866851435557780956140158829140026955530857898932113890318394","1"],["8035164408703545348031942128795661699202164444572831184692419287536839385256","8985367340579560592041040714380910146763602431661057676386126023088277483800","1"],["7612960586609004420550372702016262968798918674644953769461573914729671097490","10999369711571264702134300783379636836256323791189494742671327751955746051441","1"],["3184585163526243338466943319915544798942630156092365967079738219570501391472","10511662663186536206541641403242025526012638702076511004475740336091532032312","1"],["13838853809623408240025217486548509811750013075425875529516222010974514727025","8353242887842413198901054459409744063669917447823101353404162222732820843974","1"],["17703990025247050862808129495507897541952058351065058342953620543076991446142","9796844262910258680405276696776346980562085748833000369257701852859266672802","1"],["5117959146034491053729613269226117933218653222960326299191634503864947841446","577145485935283163808766636265999313506009790216187512729640894274090480868","1"],["8121019413514044264656535633536461306270980497150020431175757449721814276805","14059269841525736211123040609856819065130036960982838483806487183197196884454","1"],["10556478768925644400340821267151684868234555164519000158853807209304844198054","16042872341732082391293230804105492294741569811686574125502546779167636630336","1"],["19680825143252426007524906408172303263433796061212121117458450101751219359058","15451700059637925649199426582728733063205904344989910862378714492390358303671","1"],["14166255206463670770633918747830825539687929465794887748723948020833895706117","13696982229609471234371889628620953937454232065243635972410500109221704789255","1"],["17058893687113622827323034853973961472733136649191945308680016813832958995326","13073959686249534881373217640897889614950199140240652661878819636003283988358","1"],["20405671801063727521999162253008083999279507424306138331624887798484810025039","4511965433739546684616335291755890727202297660859000826360588411078799243912","1"],["1838457639944321235898116342101831726797474693593620392311006959107588951293","14260309936380648746490572312449147119774927202782858646852675136867307597659","1"],["12295563356924262260046544226151517371448248885956037174211280209288718604903","10644897154240939775338900393287777255195689951743179917160475981940255577853","1"],["11140808162228335319527047683847265842713946573325088507296175492684510674849","9180631871641933468560595197105441250160470261950495535622398295032084704619","1"],["12776884920018446153124941861590353866605373942155598703652417184126496315655","9266229217968244016107906378428271111888774763227857703586157863664427594073","1"],["17728205744363730160917968387683233941995573176845443217170216977269787546669","19564217694690074707846998188683579160756331419901785559016889902006891240870","1"],["19378211600479544554135229072490051065892444794098198611417513479986320509966","7159193569655553101422122301056665841909094161815120297727330096365180790104","1"],["9094013497975515449400108208245430983614330507935837979433422262624315365473","1313814745504105768571173684910251956456029486304207518290466330874984887371","1"],["21862509524944383650980046570860290312615805423952753307000373599656792807940","19239263546923618916556771324378188217796551746969478832457284063213147311995","1"],["521352719638035250254130412602000248013645212812534854415129369249932804224","18337722291791246733859418944081956134337777084762944842661369447830742804148","1"],["21256329761047858164343848910057543519296703666168425942123407087731534008400","14697804006079062402179843387192840079444273040546453486452317485442585901733","1"],["16728475583266155664639038403568316986302712669757097078836709225615346820614","4425832216266307488868117705665012059498579218664207460099448565373722526136","1"],["7784439739220091470315575262533640470963158251920641121626897638877282006122","1168695684140556595823079901072955010998339856717585415235565235901592307918","1"],["5307513059691857063623748351834384135454465506500797928168925346315872582694","3041372196670018336050213080881975589401664654630949374907587476283879816418","1"],["5455252116492619151383968324796733288543873815521205548197870240493354265851","20176436127391017046872110205396887726757443352414572453812699951233723532487","1"],["11117805222600494828202036143092004518996350311691539172325474466876927522454","9368600612655505486430188217526982814697331051586064865481348788683828330408","1"],["16901811502192748936317483953284539921641332134263497869155096356403183823790","6048238811440000373940399620942676087142354445563456446930763765474857725069","1"],["3317545059570288336688748970877433251347034266693362423693406989092179975652","9191772112865270966450541044885912752449323953846473719496372012834668170773","1"],["5630273177594675607653485551508717832328859928072921075075815704906515210179","2893225954393454066031072437450967887194207696651245739673291331131341911306","1"],["15192829551259359271981589311718576015009066420518991890282110813037308372130","9068117837152407268290892065046657435071246835594949702499404375102872575415","1"],["8089869338473149104562043720689030942746032195232941801365076072743861831221","19635118746181589821522359057729499346781001188542917844219134229946701629064","1"],["19065754731442551301052294241585442516742716809854826645353830013380430044331","1622057927621123932751936626243364802094900633201830015301916501523907501804","1"],["18659721922025470571744095881958921453725971962218804421999616795679024269210","14429111080477825809576459322759827001725192613659201062243512215274715761684","1"],["561649146146410702480664186005499393254239980840397401243903651816954559932","829244704574614617338106692351494140996805977620844213698756842971330250395","1"],["10741470792662135184831406595795692154887203405408632487419836964344739755884","11625985885574418445786921558104543818102670930349295929488521339668719625739","1"],["3869404556210532365741108396506210115302815315038604188025960714137131588849","21501175211951244958204290486840612302030036054707535351915611740584882063005","1"],["11930498640236093408356865028961439739930523113220380404026949578193810692910","3096173946252959756255355068136338879888638371138494382315760911774865486469","1"],["6139114205366136773658810705073654391878662991366824283179337024356562685850","19242193882253593256616729524431387111874966724172256416823498868921633691170","1"],["12721302513973180559159190744523514635669993201352359231450951583818783667918","18678868230666248471109738303173406911769398429005573934455699837665216671311","1"],["20585099599376945214450874142357532156151479810622108902618369191060746710747","8224091768392961935795638962166497271708496829645375469339482381687242707604","1"],["4908488431996310976374858894263654778202886828998950515485478004795187239782","12111939887867744212270766739540813618432713516072040566614580774364151832681","1"],["8968932970418603121513318386773691043835781128434277446012590884470952165660","4994687448430540261373819899351039717514180629537199691822786788568495948071","1"],["1396216099770049480314246171953966893147947818344474386273378989447183953094","19030576386638511537995506427106907107403818547197405508090972164711377165844","1"],["13210707249480451033581861853510143382973279510126885755382297235403366168318","15744991371662924008183484491025385615312958874349346781988039632541454072321","1"],["3506462562582290653380070174595139158227110116950511875241877081804093954865","8321368218276583903139722460412456914548939688570866303952886267590161819534","1"],["21132531692245372227826962085452778117177921898567705415282138631116088076609","14749898308798663373189731202599988855601397313103089510161789244065373970280","1"],["21550776987354435260240836251358646739993626219985373600458607481804851329505","19002172081311539663621214512640716056563581262901673362440460449757592170282","1"],["12968391742786664108928760542204590061319078702258331546356090318810336567263","5428084899023538344097057144041239487432901840458479985861719458332698641686","1"],["2859081908050653337917492806158988867434754853290748457450963456510656004118","13254837775761845215804238963732896460839378266869949612858702312314373063502","1"],["9971823143110983900614040196535279621134621606616970242060774353939670246253","4258780581668843559594892206026673466729763325021984714581167453448057805461","1"],["15883185135686239833648480482490708633993477678929094800365096638409991569738","10477178684380735722934239134013494013647987044041315254070621505259339188515","1"],["2340929852385764605870563042693622546515826583994419683862086606838998720990","14383034570502201897538779442725615022466007929703884513808230074482026429265","1"],["17522979394633754443442888729708084652491801445349725288239864953860851613177","1517392930716025421253666967750834500703203696451844796801998161053196155239","1"],["3471336774197492150020133416133936143875350502281368652535822346744252721600","15371059211112357689950441844113592252192995685723319152901376838819541915045","1"],["7008503993465259263412340592317981279287269786777537104237717297597077708742","2706329906801321563750900475201135448791989882080320727899706496045748151195","1"],["6728920060261489085730422519112984473060502212887850169726931904401707216798","10839434805459622371793477448689734012051757032715175168372493911723216609143","1"],["20326784365620764583905895515312700979783909443932951744430223766177787125669","7424404334906484641178536930756617248240139801702921656569595831380241882071","1"],["16449713103655622278558069342906622867308657843894123292174055214110079167474","4458624113664401147078281406695420627980399874591564019827536195437423198431","1"],["5349476197473357233836332010277531899557708537751408863431666802366047318936","1637793170648685023383915340746561024486881553944954781989452333618056443345","1"],["3054694684848450907992922073628304340062891344008799656490060162002216329877","12016365169802086924969875062078246327309571949683536938197493903220893197767","1"],["16645376284832935490992478155651254505634178716031402815372918496042321910723","8785993042396975620036274620908891191246790371780646295383125328460857717044","1"],["19313248067822879447147340778711775434084560240264945328225491791922339684526","14299944095849843465174441859764530854123969717630211461710184784342386566627","1"],["18283624096799754080201353026591397024975485488317879946692710729129382781185","20605056497579728948992666748286203543743176579178215683911269272108900109518","1"],["509116479318333036007099078502045126770207894095706779337377894883120740526","15047208462805064576924069102852123798444165391284007708936178206628061051020","1"],["10185053824154765152826886248904246082322065943552165036245198738922321096640","16577211976549866204782711761993785147428961254960846114113121051536082535235","1"],["21199196259630468040080748294957965296484263789446523608174744263121772681677","6648995481609645531716853078645306263652971551831716545842946649198714584361","1"],["7642726518631088305952975118074981608574578753187406185779199364831354464230","1119917278621776110246042650631981809923245842938686040517340349798924812491","1"],["300380365704697078574935971130998523065558810509668191865260744780683524201","17342168793978181701657997288853896195773418649133550448991983864191410989913","1"],["2581358998271771315181194791139644374674667476650735832280099433469264989568","12797945600524193264330142653544614175226780631142796339275008398759697705526","1"],["5835298318616609862378556783366287919084217888568904022612228354759136239655","3611769032436894604781145435817719884446286539373736107920287408228405010359","1"],["18325049452571387882862890603208933564930759557863617544409576760719856239484","9654598609645001974401848206277542338177048268556385458241466455049986102853","1"],["427202757139958677641281160039256147343644579159224137304517719921619558629","12800132064425421847004507371716423429665174705214168620867987742828051485142","1"],["8610144721649862942668006667435898534996203577301759626255262963551499670496","16642826240861513840962902395508517994814386692174610861189461644962670351987","1"],["18260910958341505662471290083329990877610856429578583266578180273802652355087","1675164770442440016344254681270310291033044587138542846023853903426586861037","1"],["13238853119297018154863817062068403233358009620088407694825466526896389316870","10824874249110110849571706187884942999316985468275016610517025864406234971296","1"],["6324275531283862263079644922304718291414038829417780086512449579201096618409","4921791834340396811474279013606487911865987604501763845808938261468688939819","1"],["2194065421781294004885576119625038722144339010430470401682467052007003661221","2031611560767824754624080552987188057318337759324688005577131910122693828727","1"],["9376006594617317301563929883040708850831827899119724397306563375507495957271","108388046459010761847646233741531905022993821318511843523131602606034203981","1"],["9424333973218473476352691416313422329194629636114138226052177492106868200093","21285707546439693778343084264229626115601399290246098373018898167411997249765","1"],["6147829715357784964429483867843127930264032561604365334747509010837716974689","18255484087987158236912628380557999308410848783713937650114110169275307965148","1"],["13249819291055229304370041904113174865106903552410167569032292264161110176268","15760105111747284663542531779750440728949249641510488516493731950771264307607","1"],["7130096596438513220406226110437292552644514131589494826553461590238095298372","11627092092248614498395841341967514970334933458787601978142120312221006830990","1"],["11220786489457757442982061450274835309592143150995708510549993522168527740433","453293210042261192848421439295665351689257261085724066483756708718747251561","1"],["3978177538466729418504268930080150330663178265435440278637643074437503559626","16037040025845792364046777554597685053056508908577708780211990430147096214426","1"],["4130166030708000321613897701847989887402837380036012759444629478341575652013","15521762892783654452955432887031390550297940591922805601973821719474927109692","1"],["5916738159220474521717327732086574154365330900810577600610876130037969950576","21347108198271954712445554686352167418548335104350579748434196193229152798956","1"],["6748582682491035924578798699695008706658158464629892763094822144082711366008","6661090511629591382158561794538112204989903289584242239770851884617492653176","1"],["4993008637475713270762317776896182220783303735784207568752021561597062122317","7668946323052093850170572035581022404546516175483133447218285523115479428837","1"],["17289079295289855410581315750977423293568369886725352040303076396403206156134","3252157275648521552476413277761196937793594737785007053084026856535659771600","1"],["583091670328390186875311607251120518070764178869920011312604676894627658120","18799447265987518274477400412653676919101393737456741339684774285580413869447","1"],["8272193658826213308986944984704649177158601323444924200353695386787210931175","18716009554576897650155783307826393329266320604384660418922547663676806743972","1"],["8383789122220708158717421185278317528652105221862826715543192199133467965205","8016910527309581746805531698667405037671065069564071884491442958443443830356","1"],["12896437582471128171260063836019822171860134877259286472922976709703713692730","13035603808803770174406127360314160928709683378850646622706480847393603564681","1"],["6115534130769379796802225941456281785272834626617645286596803824557498747655","12361378101333477154561828339858594690545160318934865300317138088570899647006","1"],["4660821265266930168725008768093166243296269522868149332264894720062799874627","6771389931312674209748759021257928209347494288801183676465484194749444508538","1"],["4769980318178825122752694873654775881649740646530500763374000587477049822536","12647234321198966360367096444146136093357989154461494024525412860976319355048","1"],["11899443535186540984349991881846787216254961410401651845670328482039750511295","15303091635099527559223583319560481243811208634879701881201305831129171925142","1"],["12955300438346473988245775019842635729336365371061186797159499821758104911587","20186386301858832481710958477157945760714977014546451849922353893858439701735","1"],["4699952594562895781827254000194401096918488807222788523601666492097981478186","15335899579831684180750405628601846941596818787495330913118934303425343343927","1"],["5584971519804112649137196977433257677706674195683201941219914487833230496025","16345193961763350537188515967640862512938309334306667295504122951086432450445","1"],["7371323628950400429132517019058126598361064527826150709665637528359603820109","21043927792316437449783820951748581517129306714574166397798065925241849386831","1"],["3963989373064059242332086353840849123106483767736600785999236651209947826323","17701877660418631549374494336311627394958468541045468620718002534876666891066","1"],["11795216682896114580963464705954195965355634707955126013294028841474053354619","21845999434313261267338067455592694172022745264619172982800834511814266013233","1"],["8894300848005269062057638680438213296814515091245241606323450129412326655359","18737678157321852122679444373835321860268823299766868526566486972700328891379","1"],["7861317207092057669198154341401474756329217893467258669763219430648700791449","16217345964613256266045942646655198589141978083868461678677996568905929694167","1"],["12405420349873801919948524812225776548729161494387324984248743194202083287462","12159335638847749094866408246158944711491583832349148040468873770459654942568","1"],["6664405898332910659998953433145088294761173133962827085062006081241840863638","21031180070165202528580602940375925189091919278423489549249016673493075058223","1"],["19941206975226013423196591524979896863307451179120464243113937247543268970412","10629727475173816374255624675288531094528768958442480886844397606337443482779","1"],["9639967734846526327692503730175089049006097874103963151618972421207788736853","3697296117347654976760777157667075983620564462858145804657667931719539095","1"],["15474254387507255724494158263481207125547773345070219958522813177164612890556","12134649175237186546139111446135927116754898058672618571500776920048881836022","1"],["15667208554304899982438084325403689916545104326115981713171896295507340045532","15846200263940725408870055186568399204435497888815537538166598090550260517535","1"],["7020588005961948427836217556040777724942784199902388326215767514809461929500","3320666915146079420907198080087563325178339718313167768575118391789594955819","1"],["15514894799611435259582668880337675278958158182090219942209209836951050770829","1414173122214032298773159382735987058853723376567648374876318318744073340382","1"],["16383865296522912944989321292083421794564382834782328895894006315396595159960","6735227690331470288665528883702347110062353633816216808200791906986430286740","1"],["7725020530894489566884668303793139324718875447126125507936634058741456569881","15190157794930143640613740540876744722125565809083293325443276830758029002653","1"],["12262539252091624223630483873585534667287484264874364441532530293383735612359","11152038520223942419290714722762796589506181438609831412430341425599217087435","1"],["20066496531909343039881836894083989642746610580243431827955966201881974965752","2461880305044346699995772095398048278542218588484789589817232430818482987706","1"],["5972529986255060389012235197904915281088368379915814251409292990012629988393","15542942508364603462202038841226417970836297588540983202414140661586381055127","1"],["7215654686833064386910533796131473582237322768543600481743471773963338233298","5959952768776538320914783607819969225474696498640879081730159692210916936745","1"],["15399730006591659292914666786671271350578189913724567962268205887293296503946","3370147095623724636514585417238916385773161596281303491549179980466062394782","1"],["18655247388891330171359490446416307270504829693401022724192962055772676035078","14818399353349933946310352165057822477313149070163210770079911652820690515297","1"],["21815490638634900708993159431161763439708209187099336280000338144718423227700","6390295312925917904581986643557832545532788466021142930424241723915499349635","1"],["16163558360826081492315723853330569186824811844004617799714882507079695619847","14829993260986424492590151862724916800973816957453012285229876514574071819049","1"],["14795515560697518396457752118926449422612771766736227019142621667681644693940","13836135553605972854146040917677671486530494584621684033324723897615089858342","1"],["8961278533039583873993389901584688783996448392061614247141626531098421915311","20966734572681005677797007514276026092932719023295540056242495362191229180443","1"],["5330149281722027762242902616179828676709407459195103745614749266061219375812","17941116036492692646647454899365633289505124735973229436976820593571811208105","1"],["10171543829312007409823232246145561262773000425153929732141181233879635289338","14878878977590840511980382429466249314706235667692513033517228859768106811127","1"],["3374621329291633417838200874278624092035219076725820436411309831692506455576","21309842563555823812024618007442957575131375594217554323749155432200494383627","1"],["708504951283510305475913215789409288289030645343981466908021754008076657586","16817964963754754536209137541864589685345773500384591934674000790891943328317","1"],["18741823520056588861680213681942458803875044108892161909785720796076738191738","6029048750193827590172394196092609758892477254284292378096772418228719970235","1"],["2289012838652854435708297385384396067387610732321597576064694807252059096183","5637840461215884196769997770107271675458330020352436016620926185445201697655","1"],["8950867783292331382743213293572921779043166773273271495099175242371277548986","6811947385558363680369514117264617267723463478132037910012117345641023639341","1"],["7634000334176591787516824091629140047147430663189185732235964752156212490047","2116398182597384805743815361873912057777172292382878687509604565757385055360","1"],["1890723130584533534428628569702433295840338294958277299929826514925235092069","16914468947899499444250699852653743145060861278871835471166478349144269894181","1"],["8842009124091623254171952490058966815911191313551462600424599481344635839056","21853761344460890744955733103330324675652038015820725681779413087777700236256","1"],["2282522873251497955203176217334614349470863400656900982827952921735772991877","16755901528247473511100119612280088512872268995444670544831016335564348677669","1"],["15138740833777241772810587685500561151956755884587191151335586648411103724267","3021207551297819313900834867547683660190425412182803491391782676786293366899","1"],["11363613154093703949520884844800660025568336876309710735607061995066889227418","18958991239464445363680221261067034752134799137273365405415228635813703496812","1"],["100663311651459970764097533308936109259457400697568131060858319815159015529","9985486289171586164456417304502773900898958937684474594952929877439753992920","1"],["20627450035891662695165060000187398427112184001442923956821295721658991470987","11537324821801791052646051175824096973447937559479806472422797194918974532618","1"],["20762865177278885571653341578297096995181525692145628519126416811459382603336","6659846915396868966961525864044722703041922960224813660886907423499570369511","1"],["166246351774606957735686249014046290040992642210133403740667952500074720130","2239806191977173233681069838984912846631782281291777943253447911323896761913","1"],["4066471263417573022777391868609360433226301926283594090415433522967947563527","16693895079178680367081481241516379281814941029296865696397820654928304886499","1"],["12746681621295320068695294609662949347880173735724980155651712117423761761007","1217105282201016581574349230505018650793145039357442577122474612659539950769","1"],["2541181311727998077003388441225971812451530969169831178027765787026851474961","20180339751097405639004512246749936854763809017231982935782974207213271046168","1"],["16154100531873334483877956939551381098255417758381971052571602069099326085673","15561633576165430297179170512806275065682943405582852672876685043418747656072","1"],["5689675850552250279557863157307066297169496515846654905024106252172151613620","6894314096026123830561391318440890250613811552840368757676025338682908732919","1"],["4301907094775572345232126502531654438096514400501287707552736409995598586790","4398487052003273739048092031232666357802991021978912720498144029958978498865","1"],["9646986713030179558577808620904436731953473408806666172641551609378328203478","7933176338650546770058208295024202402758856154627305186335551698822123732487","1"],["18560958273216151019528762122313711561224236671820263976587220574040053732067","15949830078199156377845141654666294641222570901758384636940182920746202717438","1"],["3545376949037677832856284820834803988806818536837527324518839074166249696965","21258170116215022610269901812927336898622237790463139346463769599979347322532","1"],["1558335862975528669888958645974302933009724765231212636496278670618028973662","4257416743395778827879961987893425682946746861772755679757202439322735287946","1"],["8805449135190758867026367158211050705187295514416418317884964784119979534046","15048188993144011913985126849692401618127319947997452368623819103164314844009","1"],["15775703486868757470463127783222920503012350976866031544969826869686835084301","653294377121802344240634871666155519056484140250513549062492792147987286924","1"],["5200102088627917147444403495259770470281172513205133732670372277946664960111","2454682671418999407787925765738474836525870257886106891814508295627996801883","1"],["3685638277583495310171480727644796319861577665930119454656677955858048274092","15863495689700204365918815470141668308374703982033312598133683243240272726284","1"],["9251383845480962002270923278426048492010005521396823452443471519624186595042","3884214295216647728791975959687188313764903304823201744984570161538654027846","1"],["12892202500580451966850390165720758559837414900720052047269938727330620431957","16248298572772263347447945527869044158440635094189749357455190502851064178958","1"],["17198589720956330505281373557101746564117910853337406165535234124830993356965","3678216592685455953527442044780603874616088374188845098757352912616794609366","1"],["15674576391388544661465126414347686661523964356878430510849119636800142983628","5860309244556162544466245547074837080681023672560931952195776669883527273894","1"],["66963326590797287553221237675656038848351859995500029618115647349639233763","20023941266737826675873130778447118073555905411897714567543142245634791952991","1"],["12163522550043188451866697503520605749256818420105083730938546253067517462234","1626371694256474749269269495402682440802934568154211412816614456247489187386","1"],["6588228390834962539856741384819508960213855343920456768182341702834404328957","12255568658746933629719281595186248599395976851129502059712174070623780056732","1"],["4743643003849477904241002316802953727729003842719894638170347558223675503372","5845627624169706712939364695481932547251874833208755492286764332513368602575","1"],["1038543914178709578193677620758651211827413962419413052276764096827131759223","15522249695810475109750692047702204525236512088701748107429318711365218979501","1"],["8412369515586221890590329469797544450643203979234986391557728780695953312854","7981745068832698157922542323525595635402973740389372353572387277962632424151","1"],["13692716518792169894678140568288798055916947214268717324380890846164713094024","3821215136877207413771674112592322316988590094993376023200310326073967966703","1"],["4757534162839366101012350165675795266142595354345291023020914013746162005746","13436965009147842350584758779794600897602111083848005186648857059346972225357","1"],["15079985831627413726583938331136462621620722900437058670985589664671214193913","6754762775260722661376413184972946238200032584270083355101617075433755742153","1"],["21163211702421973065247567023851677748735505720464751800055265786776929544192","18837907903695375001645413566942122173986317580088533591247718832476173111338","1"],["15618743959592993189312454604856168414418953094329069078592053058764798598299","7871320497283133527910511582648200164490063805472972072199162972711838380698","1"],["19028421663425840832526547468150048038037252268022461275498100310064927147465","2059767651291980514675686808644997330350140526581556199222886903131863177903","1"],["3053430078111214246922607613991672588004852078563852760960703711669609201429","21363319779697665368737980510493061270778208448613069946349845197292959569298","1"],["18515380252878498440133908253186845147538565796760342899227460723268116787668","4713660756433045396985200687761665471363554161716487579245841426512306372148","1"],["10246098670527984071533966169479896092864497497445624035920414916776511493467","17053909651573728850199064297444798481998584636546022791989943880528450988712","1"],["21086081007065404014395628072070063933851087123946426368786593943239654957489","11113097742209298534505621316628148344735940950796454797896459683378466351568","1"],["10284782550541010568801544135984114340707751272599689317627047654612041825261","4544294450654762610382142230764717328677343735846230688677775852046649867994","1"],["19605681064278230066864140533606620347928888386488373493625443474538594080244","6041850476602452210311496377405516773686313854917105019813037804368040739790","1"],["14449299260908628657439144703891081559159009105339647885906286175573821532549","16327455923063732142897696812547807959834488770703960636284658498477353402261","1"],["17594133701526228443427493133227486452550265737606253439184559397256141519593","8362143361867769902382777797491686483533084340671544383190338963932609960182","1"],["11513980850888726806051806648549910817071414981701108633536223471611844523658","8526652162588346912598001821004269667591827594140186330915486936310279894954","1"],["783181712685826468156426619200805572592076255463584935037284593291618108273","310999536768618691522214213625616849219666341736300330042082773598648551474","1"],["13118829628242567527418360134482218457060096537036188401487936690146535123475","5126614754576369808864751068900017801159793869799101636340299997169935915195","1"],["9966095109445266955857450311587110216285093044544772537104433735093703378274","10660024423516592973325922650742949283309527860343235471396455309550476321689","1"],["13481059990866224051167099513323464889142939302152629977568119128666160217429","15509447982182690335512948196625186681229171500673813450965807322593138350534","1"],["3815916805435259424052093002517655426622056940889109109889960248084964682337","3849340663401739973174054664478351052699667972191006162560428539112366082184","1"],["8453032978490014297721580646870382524122318409741570627798061336696468238851","21230909980300749199905227325509160599276637217916722528944846291490197793864","1"],["793996824722606737577386995757382071519117009307866507955544048251430876136","19812091721101718487624867418154276502506117234532575643141707471619305399199","1"],["2965249404852535921118378274867559891821310116398469759168138752383268389274","13194263157523761991762672669873046783431081293462420110203183753079971580645","1"],["18944157783472171415987618735817533880007405386074148903469563744922044023544","15042402919085760155188008749018688010497397053902292062215453944371238802661","1"],["21114020915213677774787737018549679055474159885253302670929535513710138314616","12550882343160120639680911812401007082317828715247982105191754305873925790804","1"],["19142632109981470362857318089061298435315423703887228598358300510425200318203","5038281296540730204974266788527294137019692334618960997662414277807238059533","1"],["4012205248672171981659591287463499362019382889207443064821919416201428761975","1806029520727257808905510945806125236891320905336965542293737514919728128799","1"],["19691958423231631227656376651960250147795023564665842681692378711346200009850","8749478732916195506186261648374534271998224245211261242303942234873333097431","1"],["19241531733148572354096548250382339305226061485652043218073112530214307295983","17689408263293796406336134462663669792338901612313328962178810777983762662124","1"],["21393599793970056318096095335661890470955930594893597366311596079027969671896","891813294275163266530551844352105999060301462292994154349025177416355110634","1"],["2306602832406673883623948709093458523554156106235112684469865407603319831339","2128473261430869959086900324433935396001789694049821241827406117637609719870","1"],["18553513675168753785737474724919512546558441591593684139444871892641495216293","196734280179114450436139563204964714028847295644010433330114126317021132838","1"],["4916951871488035056716037116394562298524938313070060508862215447621609884438","21821343675146955966940445726348178440648547359622935743604371980167804390066","1"],["13843455548504595019088299323010043364612167693828609970110039093087656854676","15229807596168476224696897523559441009038207215960883320508043358752781170773","1"],["3929785568420078744975604538485889808959402043562884971740806301487608923645","319581847607173224038451972307208172468091085340666666311460399521821531653","1"],["2689721657677872191174440217391371767882233337638029629675606604537595482993","1997072968710790460140578298242023764516890548986107813951064107620388252372","1"],["8839210566452491501149180123560376987825386746409357035907330400579556725108","9665530569284038607173349462515182300710967661755405488442612709971391753534","1"],["6591840816384524659807827722325776626476451568527723062908782270884051503482","9619802448197283836689017787992964821703716593981793489191488076674014494694","1"],["10892735860405381390578608481450898363313586839649260326247685776514852523373","11383036724477331370476257388246161832521838786639828662693145662406146416263","1"],["15890386620851629268846289411476151088518208375140844838943969908853532108660","11423480045597822363994011196511838158032306083561716388417216522581835478011","1"],["14158537365874833767198973179995751422558967284335405212437714860170359819858","1012969837722668725864723441626568815254893069927377915533581574046642679278","1"],["11467449250934846730358608588248255287456221160354292657597387498721204567121","4573301693624010902987903171911935821639424587255950880223349605035259055162","1"],["21545732196333716311082975693915222594200123043295229045635603617724688828375","15790139654781439339644232122953136109207493971902210223837936791943266396692","1"],["461495890495810228711021648477125016221852506337999735546954437944345639688","13938395521694977138860308138303407181041174956923746848865849344713253724040","1"],["4159852340065143649646939642186960201888541457914966913427587267289429999925","11119245872762259802820077532063733642903353042755697989086137957776475649313","1"],["11440177567079789065547064680476890606935287128353845824207853279445390736769","7778119673032188599130168198455908270410865215839914200351446993552799135932","1"],["14244297959236771332088715543940261239457059071144402985222120840788438859351","8252737866716861089508752553087675983364947550477660753296943662345288860128","1"],["2268379370468465634117754440503085670599065337647754098378222204898423475708","6592175030572007659094852904148302788427929996736550982722438152545815642134","1"],["8155549626749481438279408972166597695488818317867246116338884105449871757034","2315854374716691942686123108564436502979160775086861361734104074154951264824","1"],["17309264681946063309208698407841758318641209427675765952563504559576481559823","6894639865252706693124620779089456424316866344984815540458822154924274454716","1"],["917043978860754695236266510644155309161250637697420356134734758302673500175","636617403601930799445338672531588198973571509756856432952682766677958068710","1"],["5026121483212608363250691458312489863205346760286902514715022014937222100004","21232303243108326375254485876852774047592543493837393344359843029208282180425","1"],["3472524602352962545716649525964110800527732454921338476207406841368235782396","5509438517472792585589413587194502053251456693232220398618693501026173612144","1"],["18283257132259581304066473744122744607273150733950761916537671134601990283759","1670030671878654467287843338698002054204860097325096025899326147833840500924","1"],["8000597268716214126179103637804934324540654092316313233328277052429764098240","1658670818361112802295501093651281101152923651147976672345019792653541546831","1"],["1424439981869063815780789355336193621250832574460797480093048580796052460502","13773565914432277261975677778285483956455637856158010555895143211666785264750","1"],["21710226660623514690380609655262018295981334318562891086423866965259314817140","10311266298592993343789450629180637382249666930365011666764214662398448658304","1"],["5283426777580195441618750714407987458321998766429317033008814029168732275919","8331709643323632740956347910529942649975505133766451998597865755825049069278","1"],["7487064707949347646716628858694138094008636530857853120023398320728276967475","17830192670994756841143693177031208973443867725115632475226185676367748153234","1"],["12725707410319007579215044919265318502786520368508757048771107839169223899649","19419497515791479918832368767602564323011880751621350369521297922168684753379","1"],["390579227751277605549709223970261133119270320274426400864378729960605585352","8170423353057648393999167976281859650411669141017737833956440695905398161448","1"],["8257729184793531782806023778739731387690549260344897499841408097454643831750","3908345903785195767542064216341089290593646204573282589048990146804904018460","1"],["10156029430703149670844130977129167794255839436954436288124681763431174456334","5684272987738752080319345757795069185083817641065615692947218875702138640167","1"],["16392457388118659372077644082467436724918156689923244091149889457212434021337","10145286647559976705977679572816859855369605294892746885909351669352663396964","1"],["9077915873217937307729552879128628320974262503965482487800214858570670542634","6764656271212772532354823051482020659967793985381346565462312446153244739041","1"],["14735924712502789225454950895494079631133925713221410239023363775699342630791","1386009319216590871739912117766840915378937914962386353478272529291327202189","1"],["20253578241385081943197860572881718549496550727939488504162317264527861819157","14774474300963442037552093749257134023473884087615632005128637061784673705397","1"],["461521239493009066162252209964530652358099261919167642689506321478160912729","5990014603828163946058117901889852376380474708697020442283315024010854709780","1"],["6045962605155375750639516658625886479397920689442647020914527079989876450385","9611376694956888615774410845073130892172498763233337988282529488722990048424","1"],["19324926680035192440150517173920404641030733882348272838583178802830557813630","21409866681166723979583851709150614631521173268890801780348386208581998161209","1"],["3146692358089767109032055170909030544303528058496319648038450692928131007559","10858753066724239430592348447371590878205870057187955999368991611719425373395","1"],["10199715163230636024329024013330161825891626454499772336308467042590579673314","3065730798028317296478194537352853100375222178145894462860902902114218534722","1"],["8936234871916066381130062232351961422332254541017967341906612385168144417478","8197326416129035907710321959376817716440516738396343145235953041920058539044","1"],["7324009810954666783354467915083724456805740135428703339230409543900077631119","2728551805748822506219820801780779182773890780103299562554786137770470972315","1"],["17881611456687429528637028596558932887835226675441003773174501007130375829424","3627313763539361509876019186151357896257929711500006519755930533630024405953","1"],["17596789345243785352096047675300915101188022380363882065911362709575904725603","1330485134968918706037368987972876785381696896113073117060425945407003819022","1"],["1166083197011078655065317507554866018366306023836713685057168011233352897633","2330711603133297722587287607042400367343983017638772949664140588290423809369","1"],["5250292841981043471519478167383890662963679342792483867281502949339942160195","20427000661316655294431697515926351969936955569858779352637070353650626612445","1"],["15095220450598830454268360361722423118534649406823703848718810994538191141311","10749164923310900836829337027446783873516402556793758253844935441370329033944","1"],["6791749639175961923392730924546527930562680951497137613177848711475449780890","14925861801163031262816263253650565341469507421418639126133218951852702213843","1"],["2454725749675187238902646232034909948333566885071867672257009396075157501423","13293170819340457185876524922120861335954238258895753708367812227213189851939","1"],["8653411372679072645077700550270472485240697352880459880301562822560767038407","7909044554426582573922868459200155948643307270264096755876799635571868283572","1"],["1318809810402143390272738456324641816620406358285908728700445966484383443782","179528173284724207154028802878872781582431552810070394110087355884917067318","1"],["11959488812502133322438784054909186802936867330830298394223580161647124456558","8442672054691013327561206591214856661356176140125969078443571733468493839702","1"],["5486756568958969853119018139853824112833914529798350582382556463555596559945","14079005882980993289300758802573764175159834968558447858707804291931497804711","1"],["19293489099564139535867425772777293241796298355038765921788643222413935023957","15824377569800559399076462128609330731644702520471258347921891556958633408160","1"],["19767424999870656639005750810320299230040163165184704781127832319536945468187","1076546168936692386955483040492104777486986045247165093763594298894432181405","1"],["5892992892826384530803201691919064809111673533307226263710051556087356603381","7321554538946799001896281574708768471913568740241561438932759039912351171311","1"],["17671362140501369414193156907813619553518874417403594293630333688887482787587","2617951740454664253989604703816990928763123451186814440438502041060238141877","1"],["6628232609865876847767948573558853846044740508927864277767168642042396967253","11740979466912866836362943024589772726813651580304299783852348269796146726917","1"],["15825317804654659889166546947845636865321310575758395022857334079617970493980","14480916662446644422980120564831660573574921312138517566146390463974005848676","1"],["14998440020429068212910102262904087911019203708161082059663836191149278544584","17840344200616962699900745825272803460212797329446321352162431264773375020482","1"],["9716087091878179075949379219295421550568584359399644106816862059670217036751","4849481671323691566536555146301155601210374480698491010691373967461200126929","1"],["1386087585438225223465138990322792273066510188483877737611200422794057405830","8854399415391832353312227394235682299332832124082100726296074502442239439482","1"],["270432572165715173229886149391141827326891443951645969656217460609906332712","21343844146971891772631951734923393476708953571539430136097048504112475259628","1"],["14354292938827132959914134016405461902812187816145908411156196951062093194933","7196162668204881166424680598690507498471366773748004403653419499641517916033","1"],["17627577598047606269078348398615948536752140457417215558844768405418602993306","1275632080290960787686780097771101982410904624899666001638153081133989701753","1"],["11856068641488492363076245184446575275881332522709120364065263990589745440400","9153439969174657086983757993759954300988584979924423156672065620072389053596","1"],["7773300874790613328374658295159158098409421244380163361718796093337390735499","4601765330635845727238193019000937932141856706031502851788796324744136099965","1"],["10251594584682854246283283328571895878945452096916140416978504416145486713156","6509621573720892301675173516908261778664590578613272589614864614754429199925","1"],["1591297665205893634315501370710305763030908645718270745264735547562832733573","6815394156438165031851241037856742782485277769130026020679154748230683204331","1"],["5874715427954564178000431525191983036281621373390581724112003798728273467041","10517140582058382792720318569412968524269550215532826692142763131709400119788","1"],["4399910981202492215160381707195470603997380220786568931067129527783545218845","15747043261280358370241173443257550044682714843882018585097077959078538004620","1"],["18730551287831297846290765505774884003640718119285218854229653738569175698947","14913209630380745028962863275396076807813749145147214754610063476626262565250","1"],["16452773213021879525464989669114744935222330907928772863426339614435050539326","10699516338110033411959069407751744946501438569436600683461068450286602405674","1"],["11354078202539733337918203179106485486033782128273898577396816569732007624531","16217619039912652342371915255615717365745898347596457646723515001257453509327","1"],["7920281157858798437245051372469196861582500794324886211896333880881724390732","16538192876363826056383863566960950950177287778143398446434633904386915282492","1"],["17748875669325689519099754119111108684217055680113393968041669818696743745100","8328149895938535596183421727563378324941099946276039668411722811378686288033","1"],["14093270575660026595695694711331365506359720930868297229026373695988313567935","7997456343108718630755953294310792689958778706024726592079442723692791320625","1"],["14924271820421157023980663714114030478738028704420515359499984425089627017564","10840454338076023605782841955944106063339423407988300212384502697560923711848","1"],["359680506706252679475306835170351846181846291443982182648342645147356325341","10438270805693432868735236453872362675854319898927389628311909295901682889860","1"],["11684311310018928473717944358046262987581302503279857979753997559811383221324","5558190909009916807764042020270410928222155299771490341320288448797775745932","1"],["18791257861591097269839078903799589728752654926329453144150370923510385331764","20095408709080322842886268778179454374516597217919197554788973384779012275616","1"],["11694680611724258485146169725534007031220998833368721787532373810680895118340","18597106584354818049262786840065015458659513212942246133197211609718140015328","1"],["13530568621918978462031278934067806371157404128673622818231506849670049375239","11978148311852487601647285913472708642320019526365056896163899016597711921603","1"],["17411820662907810477799107609776968501524671393874950713440759328906585914721","19192785631051209730116217012255867298415030224952761993438749610197390376929","1"],["2848277038172559108511649695379778388660443088489350186602790844574108307153","1497297179778646920516862696697847157672890163396943952335888956492924057949","1"],["14039926722704687773010825155159537877037241642426660886058160712912119328558","7127408877755386330195628202053330129002973680599894690220793244091363159306","1"],["14847765570955421991052651977324419236956666663404221025266754016976577151725","19831732061283061116466658037827781198199128461307354877013910386420273756197","1"],["15612624736077522867970217633745600245293564896397747423036229318347095825266","4231714907703014635665088992654885654786750611680165209567004672666302663593","1"],["7477667298402814873259921257340759895239714831364559282378599530276344547269","11856778080346591076021348036942433343476970795559273505853768020160139239255","1"],["14460672427550464440757641068650765754368733285059069699201077572245009464062","19377475525230629414105300043154239428220190503198271662337755471861139970161","1"],["1815105861976778594727308610295593500029946548949775014007054736846517015879","3705147616372612137172843856531906276194147400002597349660743572064160700512","1"],["15439267980837663757749973929656982750687567596593159059017431082217713796874","4676114055000595109585903335950045173479805890064137288602476495176804570457","1"],["19325733701694755056702652901744390093272487562997244031249068036662423779058","18787010222040868742941240473941045198734179950042022839620845761442198078575","1"],["16160008543632601390675490856192883598853183597245619649615996429404592783844","8953149738980004390140905810723972553146838627900762522890981671729222012033","1"],["18627269310045423565098975278574869447647514103101313612465599248755017735121","3822329337542083892594804300186954480614691715201594905294226194017348168318","1"],["10239455097880501819035188027844289876158140934231525158099899820648435676832","10180913200565061250766641940999565372751868148212685927902197416995147554943","1"],["6390844148026181110278741350046023694987460748667588861482809866843671465263","4499628632152549970212619931987868160237591713330692799986166788834556462069","1"],["14692441814897185862284215863163481820175010232219388024614370514031373721141","8757721557445241711638989421116243705075336707386991006854040406060762916019","1"],["5442466690234208487833708910234959987642480737273936137167577674943729232545","19943775420414728913452567110827964424075585543000421384504729430447827678201","1"],["15927866298393145800975448287420950504846858335821811428994678549756840121012","21301341915584665339160616059298547230592247125129108144573169735496822169046","1"],["16357557122999040984300731766780678524532705428533650195317844456336711332126","18621451222758500770873406888132827233039985673977307245465517842571282206423","1"],["2525302237973171368453820682439676536885200461376682739664670182046575982565","21506147201241587562867588981241091695731932532780509707789337918242340341329","1"],["18921024497599497234338368193213435517504628645705156427268918586525406901565","3769957189873172469605839696681771277129756551436231330222145238079747103524","1"],["6284407604598573788767685827816199588353571991158732991348491624839620935536","11506293512577210855083838905566489846495653128068498467814007162984079957353","1"],["6679640572273318042426715589247904269123217641102833909645554888608450701812","16601839845463508393440407075522949408753537539062038549607774378387533538716","1"],["4084813846627016875604014118719140987141602839991381388901979783323458017758","10070965611845572281928755702349795747079677177480642743613606697004198942816","1"],["1031614610998990364219004637133383886493872652991021065216753675677883378825","2067749768174263874490272855715672095870146435619857730027174931926164206056","1"],["21266026944642868836120582311287441227192630337658974424393645443841866857302","3592230222262428727136731385012413510672636868723690293089148348222783455322","1"],["19847321783652098604471540898984986141998490057084615405243647458944080593680","15814364991419774946803918806583028190073011620421318364049030300846142871309","1"],["15891498032375453864005009489854823743608315049520177802243492470069989626960","1279233377098617607465642897970254114376812307657154780398768631417663828005","1"],["626798234561130910977728650872682082498233097667140074024731584722968032586","9711060311624574692769023682998610003663034124747602454768087414971137861864","1"],["17325127626581732532890914035618482707095734415954535298161182562422697639371","18905795574367790991759470644008787244771111913838548419051802249981270306731","1"],["18591777369241980938955794271779931634897860826422215975301763000086212826519","1886069933502686046235717479356980234122800765753591624988705316404787842501","1"],["4275254515073394816828402134012304264986343117672596562311639707567337163279","2954567398215846808246756083420044214283230003371330871315285931754751794843","1"],["15891629555259733996144101799096312683658603724146199888173080632128301131212","12905017706929929484291499834222969374503022263424383122215477880359354389359","1"],["17478723582841851098224377759376878780358028160606162077154744728147565435296","12518887014971072710414974714558107631393898063362768222104136808143793352410","1"],["7596399224895207982977611373908884097037950875858279206330227300371899905591","1465943315523386282084033964491105579947464196716493282346738927580282217617","1"],["12526995600864000866391682047436330809618513527013774936214153294256738982173","7850919781390819339788919393160750443011560723653473607040857806828121663526","1"],["20057909186668833135765920458008369048499616537658604999766113604645276468684","9978061020743841656805862548838579043189045225912683482965235743654046541438","1"],["10074113772119535190539364264010195165305792591006240638651029199384365813671","9365856107578324060372015288612929240475929910094400724071087544579548350866","1"],["13260570676983334472234061094224363866081075354180482441252048681902837717214","20360348694379778904106008468668972600849101945863191811828194500720621927369","1"],["13232695618362902809806712556538189327648036177411293716392545829146204835765","1868617041719488278067690023959275736139501782043841811262664595915861898726","1"],["10395615393691562587555873049294634966684112210235716477658555700700137421337","15856757745145859963684783834561622483580566417753715642706435455104486486652","1"],["12998318103898568125936562081657441525129440881774361807824876372035650429803","5772188320755209910657528977762838427752136920431904619892708633563093532189","1"],["2208145264752507544884346474354907008377039489190888995626534597828799175696","20051230254240827620400523394322379870494037463043669229455748321823833243887","1"],["9655940163982341108435928825265274636348176219457613145166362853107115090290","11000214705672025623207180173704300872741209330275587361310295738544278227457","1"],["6476217660610377980534255604676258053996873294667028712715591863832462575412","18693777371701908088579110396638565589944608821237037507060242281074100620232","1"],["19259689880009344089230087530759043987717736410411052039391572714539994240579","3861405626107104864921417675785487132220683422704706364279489370727983908430","1"],["1202937316654688039271493637399400205044565776824195826579981636586643758273","6055091085464514861899586264751525718945833491695643758461466043189621278634","1"],["3967504583201244427299718987262095849662752470224508091906545570070825885625","261870607089158016372353783749868866737413421514888362654239810378040879424","1"],["14557228755142647700035248834671809578395598654695149772674135634165765589162","14252529025505097015623458841444008814969725613216975880162465503202553947054","1"],["19055010351475670101685799936525689171226340593189307579571315639033062407785","4211702251332562272061285121685751312782792312375669108180152906606497855099","1"],["13726642016507635907610646798261085664839641077871549198932909422356756632998","15486727508468183892676974759604118255625341811358163210248123961730802923300","1"],["12693179564477926001820792300383764424653027840530755164892130538780614891358","178635153737460333848253522795235643525559741750244575817383600309712958662","1"],["19759299194616078515772771753430995028256044366683805404999127924382818837507","10037105746091604443990803087919579938727532629102382282715136643766521280776","1"],["13448347831666570511399379701885075811543724226499104867254670421643927479587","2555628605669352668166900556879476675954953193247027855205524091471061909508","1"],["14811261781960812623783844254701289113366254283709017108271208382790579599108","526991590974810780127542210533704903354215759419153967039393721365965606290","1"],["3685692921744532463257733490518036012830056787188428432263249056174089705299","12692759976597217156488903495662466185486518095514413093294970417271878998052","1"],["3006147673478222542363108460450786090411002693836245574360382206392060864775","13798719217982574404735456187133599950202717910016605094316947950372454062240","1"],["12831320276586251401043895810222993953137105986458983629374530922108726648081","15059451981453789690195356729541721532280569171054894053416848054837862052410","1"],["17578647885899462835776618808424390292297137384143863625081748942384429213081","2546178170100154394737302382212493889803227916998974277796824435440851827356","1"],["8482700675464572298980858363495529010132554591590368901401387264688263307139","7590994198710072998521737567319002378765292375347447872001551677585443234425","1"],["19897385555890985549836893044044173482480996134269913345789209680714007013259","20025533297413635940720077529801636440724311026665285665705022388358031645006","1"],["2607258665892975545152537609272202588982687924826921084566499904061801133406","7441744501510168450226180957460303748898075251527985322490091280668979127718","1"],["9504464424790590693834615937035358045038465821149885743801309780883882450835","9952090819495858162959470171535936523657039808657178363330675165984808135135","1"],["864205413827471718104122530858001303278722369352956530224054460094613497173","3563048061481032160094655620100204095018762791732205440528907154444909524947","1"],["11875495799240145568430308621817524911464179060311189281493537484498155120805","19179616764106678445351395426996027369722910557126462603158532121081053752143","1"],["1165882457498283093703768730559813870165557775379209299773414670432731613543","10235538586060332665213916535397610344405182847768175854508101312829072291296","1"],["7997990274053738389918604763757901136819798839475524734007191217040835394312","14863190016662350768585715026411866258870431113998654105015524844352209648295","1"],["1086696306175707543054377566490936383566411350177385328879788695103670778546","3362339889617688263174464136974218921569432961189891017224569007317186532012","1"],["6008396339924395818267731551471330223173443378299932432643323854783672821153","5107396398959965923745358928462596559801099166479154992718443841170043720188","1"],["3158442605133362636513729341264748207927181355365382840718989596847022455272","10284383756660478414895779826271703600667092777647843008004060950167642595087","1"],["18509355638271438312537398735599497504523537789883791936433547586192840065156","17503048133262382487981948835478250918920107102302337204100059217567973263044","1"],["1450632831453537307946684052751336073273021175956403561129698717905602948358","3207030874769851055387678586891824781383038928361433965112180422796358942531","1"],["15188072309217889126407937244107424982396011177583549839757503290316464156931","14293013322922303946649598626040668416327968713371659035336629455973472768706","1"],["9865232974243566438866447893425487515306684189917798563291151944464544610993","19502282409915008057133047226306252692164161082975522047262096247904464607092","1"],["10278114324138639452732264298882817680893422184306675455128613506695885528622","16838297944002181253647381160030280904984272304995323241505723920316114023177","1"],["19205444772019033339549121483510203859581978200370710185426980052327879330532","12645563905495074740744383105151151657448024627091915737659123020127495230481","1"],["17943518372801069040069568873025825146565124072892868779392665194834088206086","7531617978488891032018988450907723176201278766094126313068882512299091936071","1"],["7267495413163783029427829392487073085595161376852724166041197831046996854143","18203941623117436548010085182392384590356394531121525854674732676409658350427","1"],["19315981512297970425773223547458822546263568761204459824806423685593439903644","16175501509037515964784607991336640965337922202017238411599712038159140108330","1"],["15597178815824776084382415711253651332618291470686385199616190926582820053612","10471605683607870124765481311544692909555218243992597363746589508945250404000","1"],["20635741218792636314429962661334902694818175429822953007510861095641665738563","9632237888586393444705158490855428131909306019534151831871944405181356770230","1"],["14026451394813638802557612539018507706431173461018051934727281620724615400609","900522650683894309775934922353566973682222104680636909781587091255102988327","1"],["6354114439264631757075390923096955857967935602035843686899814159827641104356","5967794532463807796003725749116816537141885076562288318831979916010290261911","1"],["10145212445409759740763949514705106720803146666010173869272414435149290046604","8654087235935692414628619997362126527949339769208349065837347583113934928759","1"],["15590115503522992650508274012913570195858332126681678332996069012700953590064","17277906506839065240295843302834830377212005906241351262819157438571649668240","1"],["17428629609675396146348719086573450839719184085907384866820910206866400611992","12193793306181283643969413535772494333225034968652869493741292472293864166396","1"],["282440749207709756292913600140329053406014852677892026875176150657722350536","20308183442379258900562021722087143966434919453192946071748219755663724666602","1"],["10371304328200998036864274654155623725699809082274186575633262823166385516948","4395285862178405786821002254112010184100814091123098187307735196098888160634","1"],["9280631704405049710411114264267877265186993936452601469957674152134581044706","15866430017108483048988088163360758340631187736120262372920925831969532038865","1"],["18887424270769408531281686109319071545402860699496911266528521738684423663599","15872657100777904279650013392278491489268649525860758920105596923755986037256","1"],["3082661315450019200631116986164478575596057540761251036696381369107771621159","2341694016740655956833323739990774257029968964001930368722635460345189228493","1"],["21087473926153325760548343869745875058522689879183855537446411952224066929989","6181017936584990981876434849249328649396484759688605765841144132046700901411","1"],["16941679340126366039057038476299506760094170941622643449839401831001338803821","21046407479177948952100667721211736756728718839149047759543344790539714692469","1"],["18387062774291370439399991063242667427341517003181182031740490897529540440375","21339482429477764720303568515941656706204220939424168526297674719429261968981","1"],["14979165336452288131638302557090885535720027296836651442755436530171914246016","21467813616953268359203031615879810939727522316193546986047605364054474574302","1"],["8824025768505760349095261069913538006425945701512438649443313671602907192211","7828521578476766670378956114848595618831510181341354459359071590626167231435","1"],["8315678402705681555473786187951537784673102375043095563576576718845054470364","15028763549041885957538173679482734271796153014851205852659071527422639379197","1"],["10280299273387128260791097380939962556928648524171438245991818898520850537122","11744459430262555882583826844811525032587819815765256030042848850516489347317","1"],["10481876187854150309746553789287094396427025072976674002036344544986482693901","19067479689856663887127236022392119350619717246194799137864049162264168734414","1"],["14064467119576444991927890753967838989747319104847967229473436293610710152658","6342784313895077632903375037117636638204524067735067748888341762553776388228","1"],["14991625503634628182337034643480637709932109992266612478274443593041633918153","14638441579081126056480710354157784113482810861372974284783268440740782160148","1"],["8679208387224704176367596616892928024478844737573063573992994306071048212437","4329933785682832408667667917112911411096549482536725108387790737260014815513","1"],["12536913133055947649393095541134160584870164572025062358319160529741009451591","2507854770995753101404323887053150041523427835963838627816296664834790346482","1"],["2902402182565345718444009226163104234953873451543727329271130403656320088487","2160332368577401377584418406429035419013372427912403490467003215292264302087","1"],["12877294451110480239381318191012899178119055013607363058279709238095709912053","7685066543958206557616585453424945467237965509433526039155855997423839576648","1"],["21788107908362151236205702795544411230848734996257052021751442329856476647707","3523093794429418401723733953964238192245405079070498300521852046983294888750","1"],["12815942635067659286178724271396049947260123855532010799288713771461494185469","18293757863429405661884825500616842843787361478595395549575447098842069179779","1"],["6779021980849682505696768695545478913915484259419120985272044418176767893910","15422682685105439470131079582204198310307246317230987230226080065021562758367","1"],["7092687999446383716993381792132031565830961626176863396053430164132176839807","14531492894622201817223913586650224957226125404633143055180201995568375035549","1"],["4668509265383881119764102971740084689478060417308133499178118035990298201945","2935450096598323775555873315786909790991818304740322048906932622416864135237","1"],["3699064705933479907122302994086654023968904378251753243713343791360450906549","18995319855835198664649665581745728010055288690954830811118471206357547440308","1"],["144719099872733599497019601348467497363824205992243185833857827604069163727","21071652080943786790460639310540230305015844072367702135678549728732622608607","1"],["17919688727071587300157793979342277048279928190045439682446541809528230707227","10756623306913959136510612079762183798444167000428985924125078098674169878469","1"],["2964296022458126474204171837414513330353536442001971572781702481173623582449","20702078391929312874507985487224901077857674516406404452625164113224953159466","1"],["14443480472410041010105475196088384484888279528426276904119791578843946371604","1020527998796687773681432915204946414695958861301609338558265077359452113439","1"],["5782844415455803811820724988640736623142775565560746690997461483562489141322","5002309191754135242544342142390546769490849802993487045271135214436439948255","1"],["2225834276700670328604001876225788450623993222426735246009054703267680234637","6064768886629381331631637088515117723087571638852027503197250227506594609831","1"],["5150990465209406368604675386705639549426479555042586428545970481935575495806","8124732694173790292566420921463467958182355534171382347513526021062724523099","1"],["2333843233216430116949478642138523815862828699478729500334451238332358874984","11316413287649474105421845259417891576706041194944745506741341882150138917896","1"],["4946685535173540859758799064691180777464155036204994546484659782093335833789","19292877129164478746679784400462790579247134567551683429978086090160775377418","1"],["4134581485714380867636970091742995439234621148406959052086745671031656651030","7276395630039015070913758264764915167268404978208966757390423947120403733071","1"],["8866450690607721237352976624040110054893216239455675502626053397373279539964","14051654713591124383956623211708731428475012964637278573636947275227478135724","1"],["20687632741779673567189959955730496964063075229402298242010286772156632531120","21077021165101803900353572204661581068101934967926866308299107532872336199639","1"],["2038595833801530218431933785606338464073738166875657718425015080039085745329","17761036552325418647656657233388406657731536867080483251641518176829437623386","1"],["1672800622395755560469858988781770923475229017567198956650351686661389810533","2006773223459486468017702282017353156477959968256023194383588006858233549214","1"],["17820293693060069251386233000608240939701716776191832512037694000770347419913","13086188489444089747117337067722708790599393445998663198286994811456090565754","1"],["19166155290013905296257119944842253978560742922620036865216580507544093014399","10798165324657149837377335996827024045283836189038190932717106425636851681338","1"],["19953292890203675975373645256209337712335416215054030349308345492681599150184","14725037487903383716448207749871759972667368267422449475450856242640987419627","1"],["1809404837084772013849489175765224078975933680512095245070893725158540691500","2442861397155753922496013287000359444676338811849788266083751072635360229591","1"],["9648518494123390780123948912554123677038335424666323858379467213208930950908","5451690764603656668569791030007305301239115865193092179673832853042978422043","1"],["20797942976126794080719379811108603721274797061571067921402757939319122564117","14376204945430659651301746234000084208668012181571476665805944621587869122769","1"],["9323395326079559722723489447788960042660247151525486488524939512135217185037","5773335602635526588024216600256008305140537225083642582305316255582234761323","1"],["1431924011743174553234149431859009754583157895760235821320856673645738239054","18229611560604064816087546849826210508017037632827980806689489677358812843792","1"],["7434109817057232390169312616265365964302211445753427459890976678317606641878","1900224321976468668652584716699697251574021021286341700116403913091397115176","1"],["5217673794126506578008831656011447384908021571082479392866673693101863480697","20270749658269202915656550556533153737201591342241312274156897819095526170374","1"],["12312671610943952095501340491030090483410681195844020181134706743581980535416","11946173774923766556986390295187706291606707110682202916833355756832585257608","1"],["6855105673082282217269881152079912867982994326912929988645391461254619014348","19949283543330260799958903831896721965105380086855445199667445494132714368613","1"],["3129149880175433183039925684113948057979069925199858137203300684971040932204","2453753458018272866461246942939752352610162558520258734652388899659771991485","1"],["14800142181381710237617327952494493327108004827450488782070416568806962271991","22835858119376886209738602172127489273215269708923180807343210894581807801","1"],["18593488633326437453162516024392794438933829701175155142567674743968074616620","2714898376563734041464394561802095842898106882927699275058663049241088757385","1"],["21321112367599098894707908290383261264804196616168490976635314825346377681678","9998828285320368267556739401188698588285617869632748943370062720967427199531","1"],["2021319071209819294593917305553501529469251160501838339828394537930601524599","8843788020307373969433133437299854442448206584848100891601052054927075286709","1"],["10489081677210493543369367647264120340185324471846362969087626719031498019028","7531035423938922304483083980085680397858439906690223716559120363903864701403","1"],["972506238997125401095301018648812126700555356742715817310425859701752709639","14955665947707881020657073801238531997341958337629651494502734768319068565611","1"],["13491069801477891206240384191018994312389949586105325348375008047354985646205","15966640426620047588593853144319123249385717125555775380728230387908869524833","1"],["1774881348015351168886207850327752108169093983118624183507472303216375333347","19287677860712113606658768567722000705944372292310828760560913379871226054328","1"],["1810834166657133572411231095689652673675313538294446445844433239994215484189","6418550056508536198362545488878409708437091870860362260772245082881258847135","1"],["4112533646199162584181623535667133560579949121000483632783445152061635277798","1428388257608369675483206171975281108052718782885061976702794326944189419795","1"],["19549023927366036253106280224039358356877616739493288370155027841556959086400","7461556171762013555514845572783224816371880763800907769697151455937628887915","1"],["18437951463416994707011525392924484902871670854250407589009924498932586142585","7328239777266369292164000881710946750369160595494722526978583501672646251276","1"],["10859595791203684128160534256357754580068404171958605977241592514484117199242","18732861599545681761949544414867855438936487143507581829893585625805226362831","1"],["13989011800273880691077153917809728372115991960392252008051511803511095728021","20249963433252601179055104657409959637467151716043274367132148244299707257637","1"],["10511454310887920939235345458129246545200340701084442965742775673176178774993","13568437660339905126728510226997866388874099389943361628391464678606897200525","1"],["12568233057598239141431065278828608018257118495737874537267812596092621616366","2439053087323407760704800924314963107354751130284061047354343182940134388638","1"],["163199056229999238134586935652738799788518373396361243989223838511842725434","692554807538557360260308198714257908956077312450261855034701895941887228766","1"],["7382097053439875468479167396331227680267172672124239797673738254123248849457","17665049546297137849441509924407731886873115988594124065598832359588998425477","1"],["12785148924860397632447041210839844137176858339650718290534918277210068651372","3994298533667207665944912418819928935210320272753665865564951475912292065462","1"],["4957426068504752797493450261081822449247603428839536712546294629847160584493","13714750065061178363877172204313159800221247320905416506228116826359388390352","1"],["7770469257410454335910765303628321592404215713909395680937744431984059715034","5925629055993069808057341028165032182854169385187923207223819276596399131929","1"],["6456123190762021054782490673778884493468573207595830774004380420572676264329","15646917527295586975126994379479199503335377329220959860021669624582967852374","1"],["8590922543448125056860252146308501600013913011180300575889652956090375997990","14705765536254357174018764506599242349460877861344616535751316159618843883176","1"],["10603513259058046410365291518947156240893192336244672199981354888436041106910","17677753229093775654027905188138150123701498747783463488220786047202163666547","1"],["20479726949874737294858710780712898121119179494575997409182387037119912104319","14393786275643030387547784089722700257091113529452351780653816866220561333605","1"],["13806998829690547349101356445208939927222842961506323636481027396836331854179","5420087524739164492137139566791916674025530954937380844177206311227727097872","1"],["16466179685457503971420397722258246111651082621105933605723874698856650005142","12295036201158611363645449485967420881397808549075667384653005940849995002422","1"],["14577629286143428153068298613104209859514738956603056141058019602742664620914","3601742266999233209960372170964352019778043520790196215315646604977593900452","1"],["13555204277668764998314282985012112014435679054776928425864358266068853576295","16147903462702738772221311677057541366448988542550741530383487443888460544133","1"],["19125625017436015112534898490457187628043068701339889791701912899981225029119","4362108623140405617645605473360925623278266263236761755202168627669958687482","1"],["10201757932754402672470421098089577556700436150571452683332503128828636301642","21248661940747135905067374588321419783986467700715299657482053013625750534152","1"],["9657214756033924122807157579255031388064906495125890017547017634615664285453","7111720263985121192322128829094519643508177652468925081085706139186719514105","1"],["3086656521795730288311474994547692345083000911096414330268535381366956592036","15591802927358173932665062231375787011187963630970141165590976075564520638141","1"],["12449709435049875104522611071407597010820340674450726443749596407850781300791","8521864267971104921613454614139773151838475959809704741685810470037947886149","1"],["2865888493781200478756473102613591779875503224311754157319437931754896734873","12584425541049331988468235014992802115228815935377385342533533212344110455190","1"],["10953227364788019987286003290318957093175739961628017917909239387149388710858","17175386017991275956611330727323121937942334942145545674035028656815556156190","1"],["14926068695880917617125855032484327464917601443100747759738257936398328701689","12083057628823244331236524284050471990818304735695623935201800779399775272609","1"],["14517735511358279175194400982919484408243851289080553475430440485649758218676","17810972634715265195059519474103515753076595350628482575299438033173055048159","1"],["7212353003418678587541270722290001730162348775475823364423313229481825960333","30900280927397910142044386384064455892157530057890268599122043942601735997","1"],["3394911218838104610716850339649563827537959129779605178737767212736547709864","12476431243543290484388916872526890884866704360505798181365729753503546552831","1"],["2795234679880629663287556372906735693487907321131973423276080860610849900009","21019822330827378712136395967582707840426937127903028905043691079413438116395","1"],["3457242861269727699462148411287050398120553317301944330281202860723751806904","6401150145542445827067968805247899892174947854387716226665505287546624010236","1"],["8164964769840746984805666563525345253828349305800230641605750739980938406225","15117389576635614891303618853471522262207258630600491679687507743972956406829","1"],["11402153417144394993537618089187226885969593302125860439206015817097788762279","20991868952450543945241242534890298962916468087960279989687811283698394573074","1"],["9347678743827623574966706247885482810913294635909501921082936245790940717352","5542168055991489482244926440800799143377882895191455326218184516660071238519","1"],["6357253363593481590412684466085368947535502385529640687734072120393851214385","15330122925872949855869324462860260983919234755853460433846051992472389997466","1"],["12091504226033167081906339731787959110506021918847003490599531430362290892275","5587754333228325192538724872526307618995551443116702221523867065290985390308","1"],["14369915242205011236430617909632340281585499483376318638145723276601244076369","20247581813616962928374186531036774262088018927914385321804614337784071953590","1"],["13269017898530884202337160272478036902671750192699736881056919159906734571032","7231482525708429834017018276359353493495906109340440599265790362357725305143","1"],["4864516525710345397055579316850286402213317495434438327239542153572693843128","11087522327394546374415175337609163613683444194092079888042548529800812663308","1"],["15627031570524190070451850831868530399403542532704618636754473591806326567737","13892366786133175444354505962229490914112974836634745635944140126866292521065","1"],["21212008745344967849668632093257337225285919936395780159489652827195371673170","1272613704009233992935127132982022092518129766571595264718448722255630558985","1"],["4077997390348992504158597346069132987623274902738134548223445786454895939583","1741706729587629828499308391367372105732006376777376585954653471193755740884","1"],["11164327793639231344832633064188702077834371450104343510900556701246775637495","15585554311006980519479837913972138113254089005133543877523141807425082041690","1"],["509857727315175130769001011923331377420331881146155967447381685863761301902","11359841439772239031087172957573561538472980139782049535033221316258253891827","1"],["21156483875971428783904083999716403965866014243961676844562739968067770168843","12280395124574727453878374585610586514879656561464219706893107968064304768697","1"],["14439038729059630731630341247774539140159563681309384130507798767783909393781","17362621995618886229829869006955094967717183782924560938669789685627452281188","1"],["12071335441600490458789136943956383762291775756959479546742108675353880081497","5363085105483078644577141512869444709233587588119213410612079140407497818891","1"],["5333518354290614213233150576753850950246860728522933503999280128199862772419","16278676675466619306367916342022391326921193583093884648075211486319493248161","1"],["4815316584433891113050425909229643407284463431646960486562972572251411818659","20020686195383761170223668727003378597685945008141967723882670351620716289843","1"],["7120111282170019400709562282572565582112855273378433889682229911774223043867","17415448680410780938395064143702210096203105068197429877627758887419965574147","1"],["10657282756332605553078283481846816121511260543365679552751158762307141888061","14456065092263411317220875045709122027808010432710605589502659033973812599161","1"],["14203266311794612297828512777608869815084186833205940650612422184286609027517","6141200299128139612312624085107832883399572842978381867178310921827545591270","1"],["4220345432797901172124030498110639350430047793810349882644411779613254937279","20787808043795398670661025132192734367181794671223887123881321262657089791612","1"],["15164094677405820743952617009353537787006226774314855206725973920009500024556","2824488147623064814428268796657408532581894904683464004069851742010998779998","1"],["13545614822054766830925492823972386380095365261134046456768621360220471717068","8449996076037393561422485083106367517752126237156540464653925478170978920893","1"],["20811543081570072063969574066132599096330352566451582796635439205804265618584","15449230643356437608859752927776853553296540333487868702086133905422157653719","1"],["10810705673261939133833842346227141852147295448938472903158688779558905360054","115129226347535265908166348052376198529101759623118999555372419490755008083","1"],["2046162223356207085990123296410990320106409171234172371022763496915280650601","8011890731068813261057145082835351003048780188932290561338801795604378559424","1"],["12538434799783878070053352959879877665229670393573052357275212584401529581848","19342774335262785877810090726189277395887352902793510717064944919506722258985","1"],["9259148121356511031771992385126974819436231159566550052530380899652210555819","735744027241815159591171902687901410368781844358854082206642091063626702713","1"],["15251719755852394523139800930543361021379618463845238601255566941568717668730","9945773354419584365247590749502635388635098547457270392315129749007509389608","1"],["18026496684659609913143423380628388133034919752396623392631413120261427976687","19027975945715303826612984796441401973012779028579793391390060142027931078349","1"],["5538361509084535215297937004836722575451725190201983277680008137005688340789","14267418193923571373552330755661488949979950259275273185005271158600704929617","1"],["3831135314672655420622116595919003123064654555162381913723353189266012293767","5617400328395915228120180112863101558694096585121660608531916563156219448795","1"],["20352625641198972438843949142312492980777881662601025078773487867723275986251","12764183771522337327462546845576297624424986005510086273948168918649576745080","1"],["21745536894351099786163634153844971403974688114052708635753422856364475510980","14452243559956724274860127276267311912646372387508938823772027371222651179502","1"],["923447942875332289763030754733864692579067601965326396282910806094990010286","18713380341552706873608470599696033096233539669190226484535976061448667479444","1"],["558678650500527004480987769532541839354021386407742175010712336857985939303","15143217663972481882553147969044748032719697277682649241199340094263944812708","1"],["15127415954018666117538630592340634601424408083025192281813182638760989557332","15813444264173803962191049286296345550816152670868732824070249896811501875752","1"],["7503994057250410777615621892427181568796441682457264199879485410333344229850","4875042532278975554675212574220872298450066391089188554299652889489048024321","1"],["936932614981414044631371330354200753336817141668895626127684368195500986262","7942187502470699462426853086016628327982449727883376924290719882842357115783","1"],["20704942724672513751245428356403585868778695228598565705225581254449314931132","5079656657274835362480896370798295024748914061673226829404284205021355037356","1"],["4058744081724407519972619487109557880213294849260911547935807592037807173345","7095451394317468288529991043999944037610054058529695545172168586287403091092","1"],["3962006475132981476785272809158811025145842416649399178192264929856694479564","8821166420975047276970086175897493890848239072935110487429400351265059242118","1"],["19290116676873916703684303287228386607381297302192059316333976319938602694969","13906551310801158526699967764835481927069369850069752446243278023409752875062","1"],["12606846373124437522453296509854060315068612263085456459368528282188963380015","12988329295300638260240684677780478976266299421811582199634913927440388208649","1"],["12321435488452237168076346669744492417879204909925033012661646798287097349132","21591450602893610547823070240564040142505591265447554159848285300714867480555","1"],["61000152721427935195002285031582874311162658076224471746904514039680959259","13735659100540485966055247793048979925703738818498745246462287162462364172613","1"],["18563406563368260230312075038267624235795954044815516522324774385567786475922","4377092277231465149882841823686919731040573528111010346600017235605667952017","1"],["9474884766918937663018949710670531103199407312467104063165795283891224520935","19070776665575708376647134106672605369172151906696814249921332258260724678909","1"],["8576072860216355738155335536536577232142385019101585494928027076870926801803","18389999911858759502468829369072555544166845419099671146707579024126866100870","1"],["12162815930708250372671943688415044050740251150879324034975792607239546658301","17073093544711511974281379466614535471575624572174047049640886110875171224974","1"],["20524165982258003200209648618593470383778335088707111665068477477302350604840","9518450859351044237952595964937142788956738727288134035173066140206486677296","1"],["2354443643448842313276528421481358701231519178899133696510742668423883512288","8057194391474961775666770398353222165262574995722043208673973443431851784492","1"],["18917249611739754251933501002006567748695859026974115368961545048867908790654","2995963846338124577911996674516786468073544775266575017933240124805879352113","1"],["12795352297891114478479506721226544581237573178711409591630455676929026812493","532433725419267801185933422337507898119364612415671651102588923733955613395","1"],["15503689875466904431710617720303726576873164991296136664311651591116908534161","5806466567282631353146726951529027417782132395051328894170126492413762719939","1"],["17547359526534162372136766600712960748245572338058576901573040072842019337072","16547232784509038672266954776913130413596730482195537259030867784387192169707","1"],["7264047159303333200414179430139835220311243692489146619910986211469624703768","9287609477670185464194878865113255814465201860290690096372130186727989879666","1"],["4290768514143503167358362764168029279503526851656145706749770686132972415908","794949216287414273933175108973115601748190145401134456415938558174950430761","1"],["9632168269039575149333432761850930554189548549050853071338947468096642637985","6745987268130111770165319317335950588452288209784557405234012469118399669311","1"],["11034601251165436479961525476164651168375292178472738611556990576776088124839","6151404113788608988217768940442961910841938849562390415397458106358370791277","1"],["7709933885165545154971935583258583927444072606686096127013993417909726382691","8665378074799804733548433548580575445909221972689849473976862674481545035230","1"],["19779481147158407478575895357699215214012476190968623442380539834724459539050","10737759127725538268118314125850396757014299253233328144040151238698160209302","1"],["4467399045763700918441221116162438698468740380492776843536020490887850941093","3250914421209735200890353489911973661538083964466121822176348344698717240541","1"],["4525104563447881111862204092402454111336911718511430246580984326086567432465","14284126288369249142983213267523850636154776626969280679876166879674970774997","1"],["20567264792797916117244580008310478108813374809991169815373844593364455070416","16276680722218353522678189355845048020348908663366037470079391050481557641277","1"],["3746582367443673740417491213788599687477755713453086910852191213136753541508","13596490100124119814371783594397469888146944579667039892621729814574603083428","1"],["13266662444631155222277769178584384155224990033877624384117792558729514458233","1950162110155685182346073081535612146583744557062096256411112064692665782915","1"],["13161069597516984234331413778992383648485669011834041225588071428675838283243","4204336382738036823612906014367381901419902756992218516472765632684820791293","1"],["17164965188085173442608276471188375323552882915040462372944552152697864038547","6406604927316748663086731487547783207964373543045967734471403640851258960888","1"],["4486878076398200951585215825345338657550782223995812011651214492651584013456","20732045970811535277125671064311092145035560035615038485555396855775294676709","1"],["10444622908175712114937982985748211195644819366528637334301696646187852388098","15969324930809400003936996339154966543889447543149276711047907286132124271129","1"],["3092385413517092434592102568912859736260786035299227894923711770724771935631","9496775878538190948392775322209422804590474288189169594192439576579720681762","1"],["19246880021744968840349506614310478732363664949202751187479614885935063024603","14882358404409330963534761483945822331882129934971242269010050783328611895341","1"],["20323516626528396220824241973570709828010607493225778429688423819430524221557","2151259073485433412878650597788643848154657137571632773881334377214229567827","1"],["16800011677208818974575749531271921277157908748913585461696796884005391894439","18219756748361150998773946512546692869880694844964843360673871260475128631644","1"],["1505225405201322628677206258048476280679859401926904728663524609683362571042","12409837148373369386381745922573712217992640922279220857199612892762086599451","1"],["18079260156328794307632260732140186426433640490719239272376950353482330410926","4134365246858605367490480246013003115139148802733515569083870361347014791115","1"],["10306752755898520442266553169560753080452615649573529482908475474951798209840","17444067926043257628280301062940616424616984007669512390870299899623656002306","1"],["16460013527330321206201434119525649517428511835601571943584450786592175129273","16039454098171619702318327632332881439727679025056936067623953298227887335400","1"],["12785228344156319053606540471610143121476308143888531711185805163816353017464","5448959529399369632350946195798910327865171693577346217786829520815730430970","1"],["16579978957742477001454997058549028188817371407848126894999702660453906741095","18676355285522509120628336066917110661697696549707942430131301882747487353942","1"],["19482376504357743706692765361163681910653312839360810338124697582635005342348","11439949938940928519180550744518675439049630432679418562647021660127866404295","1"],["13247758363002801706169822666506037032688240056387383919532958623306275951299","993384124869596002623111874087036618161946290331507839445520548622371385421","1"],["18966123613394724290417355559164563631135358733911218967821914324199253267679","12656837981881603155088089859982151375285400115420186224752316070567276010019","1"],["1640334079461372078038711452512921560919748683524155178433149751250266306780","10863746748477370709108398050453207295295487686713000318415659042786685367907","1"],["10692968349207733302726251747164288609717155951056060587138990402394524176227","9662877406669665672210175909926224770237735940447374114020184486393431173855","1"],["14182786312881429332520088776587711042381970599039360876224381174432571421207","13960647609741080101673967935387818471942445632914386778290386086147679206048","1"],["9673836095502662032209299223252767980445640688310041013484568421041305330404","5107051217659378281948648855623203686394521797396756142147915414889020083954","1"],["711087902579045493070024903281909984062437762032257333850385975735702129746","4182804758093827534963880957088351205673726885097274098076460520095603988932","1"],["6966368566714992784778646689387019976800568093566258486371344775435927541291","16013946300017514461223675146433644811775221812401684225319345056246000187949","1"],["17595737224085871710523653116033196860516385706656120223875178979781761115386","16349397173263348839587529407077609519843672532092573388750905854690591892300","1"],["19148743644611105469792216713943870112308126145441615196582939879139544518513","12902193633351936452132859327711129462842874352355448850066334262125839932715","1"],["20527415890384600208806029594570842244181893844317150066290918463879278053518","1286325523341203054543707371778807833443436586383903654200074638703506560473","1"],["14313087567913351413578312766273468219909812117641366232876063904798539104343","16118689489438608630036414011272023123277059083406482969671349289546609241003","1"],["16490573034086624065993052532333748794704875579336057934681254028704848988815","20828703489656504571035967383090501286100549017168916500785170670017884191105","1"],["16237227293086773236093512168883428994357782663905548221504907142736099776237","20857927462206936205124525491458531027913171970197104992962391928230298426104","1"],["7308522177618971163805150162283987469876344778427404684995504069849178730884","13183905299199816089253854605798292610879950416608424686623882142722166911781","1"],["12631652258639337652156071473106499228978373881111708643603751839541209999716","5250073769319677763628195519801724927625979401559188969625525840015301027266","1"],["8684713947963292015437675807959691905415613537631219125895095061847848741060","15937784938109534940421537578763420575527175239319599417832906626512202947885","1"],["5966549942440588191683269976464738320955599037334528447440280985872206425703","16694458581239290100371756728591103568145423732786829815463334668214357530931","1"],["7101170345285085473927452850867489002008580325327258712725676027261920108543","2858076538125966029409434502352565815727901904357283382463300070055115722751","1"],["20681811881709845298080725475098005226237823576836547277720482274841228145114","8362518083459364691746847816646022269439468377981534412302380483986603928120","1"],["15015329202390347975705367048225521189779092140345793526669218288852290861982","5954232250010533616448609591190834432593745968070737827708297788628972945861","1"],["309680758521471443909253805560582463948506233696133028821822531921038956026","3267625873460071912593472888420677222136116552017085762469897571533987369634","1"],["18322732066038847841068951432317581215718503058342733002675471337948199915742","3418423743143961499331613828476583539699420204134368506814694388601537887894","1"],["2132430572716202568075478844517732005264905890614846449625253544706548165545","4101022319331261089581658730743156663291407576709353813892787109823249406238","1"],["20077742042154481447775053749582236353915375221256363972826149183602696987201","5666093208395136336719830594212862367717315885179656051364883041821091251350","1"],["167267620569390362064311659555423408701208031138403917340837763168540581087","6677364949890063906801235807558060875230619451342697060914272120947641177646","1"],["14879297598219518126393170979069709144640210717642880028671315439476775269514","17265141364325079394426401261006779159721235868373616960663052513820173517200","1"],["17689505788403145065097629010169145487481877668252721383320611495532641913375","86684456448272124131849906534244957472550841491677471425343421630549469116","1"],["12008970419007980199641644475604572660774690199925548341790860165131570426681","6155494920041679690042380683587109880624620484407720983524302912952924230952","1"],["21752096611244428415376408461762610733077780710785850194936230403221148372455","8436617927900505789194106603590415384479584325407022259098186891550045932112","1"],["9652126695003369396072927243424221740873443621459578525226527041271145309564","168133122700012435616073462203431587121889621880044457536290576889451525937","1"],["13792316693903354360892020886926826573835174843953661917201375297758127703140","17354591204983179872465625472091030698302605409791568234072805578334385423982","1"],["3853280833222081211368745890963736621371418343765472892410543741844343564703","16917717381339516374880056246688577295789210140003060083913821593919419660117","1"],["7272834436388536781218356552666373445442058246922819572829768364326327910603","21129664076994757610431374029604694240171947586294854162664767035569929334880","1"],["8030924914623778616329376966577214845573255301122218167930082153353788770028","8998587392282141663136261170429952633181055605436015629001335461248142286047","1"],["16992382004799065124407361845865229644484342371774278512468942239503204526895","3247263441778126830259466969793605581048250462469284238665301176931937220442","1"],["11715634166773232723394361239043451501998030620482491965002389016970119573220","17197172726504251922294533403807747016285958184466860775517825057403075153853","1"],["10489223083777203068051314588275312211561691514737268677541817716532568347483","19627455735662883195754315684111194739272635000297992105471937647215676599611","1"],["3660642995186913215671308516199362872658541760312850072348801385400335586941","7318526378782914657172614960710891954440297436917192396980712034937601797112","1"],["1409165794588353897722075099035301570110136936110114347978927436962877946801","15619255597179532537236094920173278727297441256709193969558655751051282278471","1"],["431777978594213882520601984102878808591578350758280698305638643723699904744","21748276415357292658951210346790494152802526819437232223231644720322782947370","1"],["2981343663544880630881592386487576621662054827101305965732021213823390705024","11237702039543894415300629652594628803882163158725661663558340249720130575001","1"],["837742062750209620584328273722165928024214779935029262789760172841097272335","13174755190714667771297566880689885582573292432688651299084460238651009345367","1"],["7334160342260971557064275641750878785194911167292764363510460871045261546585","14600423063217949615381756086367419138406175558924270945474825415673955706944","1"],["5778167457091209323403095217229573618109975795401589206135088138030706319372","15348126269402151801329817255332052755252582519109175300441888261375939332556","1"],["7693921485402252072452408758594551786060143780815998854703654852441046356335","16770539332901441631801511608806609107449578133361488905261621965379353021961","1"],["2237658059238444917577111459856430103713592598943646487123045770176157865755","7303751195606695225900764996653631217436400961509375391011217389334896225881","1"],["12489507769143774274603008519847473301020942522918280199403110988356234505265","8868138896598787488969623868456927183443107091866289731390591697439151982426","1"],["7781477987788563303256823401004920198670001566597449389758547972256956818217","16905631038392397883712631897950557013675005325326003495486636879729840127427","1"],["17556869920720374578389795686354242791775347453996872653376509895601556336763","3906013277570461813920921134968246140352248939490008092547861696268955952995","1"],["12398333646897096108118576265520091271389442263575220635054904490875616495443","5924975999334461528307504063028346780064466241777608119393218672545992635646","1"],["17859300890264540161964519474105671335130999321145389087910806079398607924894","10305592128725766944043570168374668757116644063011169477981049460357004131666","1"],["5708376093028410345406096524309692251231876144864790283002506288453213371316","14070752844474205162110759355643652653751995714618010214264241549731595184448","1"],["12442315818901951489239132464776270070258330038549293093882395895973976902152","17549317173770165527470837319444446612340834119233209996991049031790856410384","1"],["4882850675959969821200703011162876596329971853211853739610641676645278181605","18089772706089225075536677963213337059169365285993623325110755240685727279108","1"],["18670131958122291646142287638514477711653157610220324603575118552085479802893","12907453546907971156068133881383752615772151844845254574031821985628178764290","1"],["19698172853640320292435041705183222161137542039873215008584713558416164132725","13720182497406093373844421265072986359314017919634034343488334382367646543459","1"],["4925776263990317346882015204389352632289068488204896904745963285612253838349","6979794603258799780537191970287486498597947306779826960808838508038964742096","1"],["17570637910741610293367839881620623806771317485672210121486127364580673260022","10803543357522020132227351862775223910904150404227579769982765695067669937793","1"],["7224040372357360858540370163487625087619303718919392848120971780473975549679","20675568463310702424522300589738135048527412691096397682132039071821418345703","1"],["16387419702860037997340319431555099975171907738199318209107056766763125821665","19076041323313481299079981687929559243803037646468137086984100336968705687585","1"],["4288203728806457726688356915913648611610725958118788316219686129487294697262","16488980057012530116264073568940030288710273133169381608030288593312994627942","1"],["18273555401362069005581680571818353208401030672398570977403614985125046922493","18381616014161726094088919859850662361530434502242537566184995083132526506120","1"],["9434565162232369515399386850096145976888728246463797461824682961991917483630","8034145517000505923809297898509258190581074862497921027605276608211796981602","1"],["20654956480673258894974003581727652077581401363091204745339413943733312167952","6589672947656051317937651015094541248476528580367347706973670967023871184072","1"],["6688410782591241276962900979861859615464699577962839720725892543636288505040","2182092275512043045799237097438681793710101937610877940851400731829610735377","1"],["6897221733649317241163895421195643156868062632974561998843435702815523689320","19228364857876247561161122718438092473462628822826145308974256396896812991850","1"],["21317590775048379146993824310983413087689893024299861502506582918415705953788","18116107208111457653453033260380252618687231241258839175579824467447680819681","1"],["20479067220116299047642828246420991601352432879553971005158980551521446116077","4961494012973175397534552175329970456510894025487443537515525523581702154336","1"],["3865676326146533995856089968185369127851305401096162453637379086108141204404","2007174897724321340515627687102539904836152985052646257196263483868224812871","1"],["2073158711963583276029068555069733618666253480826178336033462724594771218193","3248527297507784347384296697972801429789793603793654259494573081173267504211","1"],["6314737713162127929400969889268276646657809360057931846657902241901798715785","3964231394219074949886530294421733383130392666919038683830034280257719979439","1"],["9279790294153375712303914354887739714778475322022403431077336708578863551896","5887330799394989451499896991590923709818465325813126772602572724218938447985","1"],["13514605238227389194536611469952679264363942408997217050242241321024829629728","17202704811662318669753651685907060179891686283966898993755323751409695961521","1"],["1246591530958649639678058237820936195564713672029759993360984529011669590110","6552250436828272063811339712685122831952363370106698106577114247717750822257","1"],["2565000648007482568098050971656415244164197147844674877333910363310644584208","21381396555128764514972709718377729078935661875032532436516486291886399616509","1"],["7405899249343543932934776659252679910560596654749444462055237546718492428889","17716407383930299202113051848249394726657892129422090100832514631630481519474","1"],["19614100546031796431540518895774203259757125201287422210413322560760665225965","14563463615341306161841638408246904972377343499532896356165528046588006660475","1"],["1795877052015575970437202643475507625996415485023262722514016453219922008148","9473373452631415841698835457180084204135728419154903668090181394056601487151","1"],["443921090357933512500870275318850560911820550013795072384353521669605810663","2352801736812494344145089429054704080580724949659734211261366965061830244030","1"],["11895864682803161368683435359687822268255179585496371644791301737515867995020","12581119431347401535658050439483626008779002057977787446092865846926115513213","1"],["5221935098342882427810251477819635147388123035274723256642254436534948499198","3633398890519044808813550792883866262505648808566892497890053944303454493969","1"],["11331646123774041791119464160889934738353059018048293402984262044441568833200","20041856199937816636656889027739804535864239874189203515008924655575137626415","1"],["721712218529803416618179589531363547571829902217627072383732362560525823984","21574891989908361976220293417988801745454529793450297929878546480108063246422","1"],["13774623534970393640530934849334332556110869233583282082625169895499436246144","20353858343042803367165492698237028266111495476215730338641135901978608914450","1"],["11650029922466993391018374479691085373798061911022998779769532377841552483640","10514450114920013450974009932444535832652484251107181950920944532582902107724","1"],["7661039975192546399191707632112667507951008326284882667171233692951283909848","9838228938068158290912934158356514471042041197686543395622612560321602135254","1"],["5110657727658862083630254544329613588684752384318641030919541240497293693031","20744573172776556617282294992621097925030181474157403298646078728016295296556","1"],["817933392629706870276625326067113760756826106315963395167774211766706112157","3183519166610676833517857805365197313073297902870745020643122927336262611007","1"],["6504651441641288530886018257036536576113520369286023758674193880507873996403","5002170704667777006725432692931847427691922450524119731331236440472791380195","1"],["21737137285509902975933006480935314991070318793505655488449506520614957220928","15965324597520227200923700415193247758762025535032465255698891270280191535658","1"],["17406208963033562947249206345152733991485297808841669295295793474467768665037","21524440635457751751663023017078425063725323994502945069875973353682155200747","1"],["2662195580179855347952317842559125985534319949731177530162322283578944990309","20565279840348308533903883945856141767851302753234707162786647437692039558205","1"],["3016909595588474242812478501171645078339030000572283932345682769127614909267","12186493314769942360521525550941527218084317323824188872020463604769986685066","1"],["17809848718213363362656177261524475345903985601689541810525347442853061642381","7875141687804898965738677856162922697526126552405960031806546155929740355594","1"],["7741651757305636692891370133904616116359059342180030605522679713930401654818","7201484800453150160877413330430715590602197611085107536184416276884139694287","1"],["7822580139618480080426554270842405816230851149359193253319566652110055370914","10866016575126623991312895911331842649952465892924941674232814369865253133330","1"],["14830322176109315641509224780084139877357112051130883136617839782985932381477","21327493308070689116222880257722965284504029088591144021044678359496124904999","1"],["20949699103398495550190750765261921731754888066318468779871354923682587358570","20667465913766785324835416483288397479995818379970886658474422285770784164645","1"],["18786347662887711144370025585845962981636688582274652897564187060795604673342","21793476042677759248601833946735931843158708421439775694156877887802747325078","1"],["7000069180458173386742218175171560188605865420918221121871794621640956121758","21700209935030707725336957942310985811393156811618244873336116971963718964582","1"],["7501944795429811356353180187246179831392996685766243947364120685772645547712","9485408782405489358315178466417501302167163216979085962896926228891536880303","1"],["16162505663198236315849136649545818955328175040373056803432529062390886345751","2068359165791096395379548187369340189470309568200072530557883118319786064428","1"],["18783508110027566292278222249745110734748950541077879534108291435024971142245","1893146379738354756172587287285030796726668334150798942962696050687517733683","1"],["95314890082346896944678896557576553222983498894060561618115703070476971484","1050494734965026292513660367069399485353779676029357543958629411563143731825","1"],["5744049681009579139943039313059860204930105029283057440850988672164458018795","8570594766012269731170336783507461934335306220369193020297506037511346719047","1"],["49306902541897978697723095749296625225772113404854201393154689477576007126","4213402517691118572935349490530622638782958419427174223733553464034265174398","1"],["2860351860938652089166892664232107450421260166895203548501279871673529911518","452525044574567676379125731315918148003516977567097748802367009613880001820","1"],["17757872340869054486731940782427038629792183211259630470175145228704888318463","16142242544519584137567144181652533526800326507028017289635678681580209724330","1"],["14164588624087723774283053857004655795023512644270026558160058725226789061442","1273018408636765268442036103886569203773061090608402463044440681497432395028","1"],["4796065383456349147474332311236353770888937023773770937717457099964254025919","9209117881810746455773608917811413535025441850363042103204229408817789081320","1"],["2426077133668654854588277676149289708602463877567918078212028950009093796970","21690035584816677185642322081882301250096501796869852736287502868154824801911","1"],["5758589649137842889400601367950927947295542735373744811191324044091961488880","2531930049267040481917946519452493388706109495925815511143330977259382239391","1"],["20226714695297250764616136987261613316041417436846915022087730939855290453247","12567386709332635556505788045464633890836337182089817313081506824579082987864","1"],["9349466517050545810702470390426570374539599036660004155759709099915985167103","16993464619511953942504735499357895001829757310609645431685103149740536359434","1"],["694288526211746469984670561759598775654845624293108382185633932637457256919","5735345375550717328273344848481511190626056380857853149482264916840398412568","1"],["19708273033355487768497223251020515009669995403103973450854513154717507201360","14789986580456835202578816984580236813399496116335618712159294887962401554155","1"],["9236137629032824834677878819608934183542765257796275990320966198370282157721","17966247505914537629820566355337101006047772202673374144994550554806853404009","1"],["19956790928320827995466786614097075670247976697984207270057141503091566635884","187579835375349989590729621360035866019181109416503775482957434607990627920","1"],["5165582176357067581014886891127063753643831083568972188034374500290507997170","1561856345706899964395702529386358355321901921378765650687987947593580381235","1"],["11777943686539937626595440700365966681901976575794054724285895271495419588710","15322420912942592880670806195491299679226013175766367309536766978891647071410","1"],["12090269030453534316753805311729903238890500766757633048312126605745609661346","21119092073803068280418556087373021786263025453251883431795341407658436618453","1"],["14638183560381707266581767969977394941251148018831522026764543709342161798352","4621489167991216933555301363944022431400704193179061224754363095092983863344","1"],["16192000011451540292445329689393102017615552940105044443985588356181144356453","5048216292837431262552867327844106747083354538293676567871641754437656632886","1"],["12480418603577437612903077736833442666157191188991585609378668886701634888131","6509148288265650312105469327471347782748993911370321057293738897334008003018","1"],["4262740418541889542602006025279676353296233743134720852053521421695170417716","17084591075247114611877489936370868742730469445861637456950736628322988341423","1"],["4983382597576195529952084570245919891829255801599988065853646210358675920651","1103648937067396910438361795353705327748969924114845233896423609391957111532","1"],["3800291263182310711135466500005149947624906760085560541839762620795608320389","10648638205361392967824604516745103720500718186399502443239180352150129845992","1"],["17216209842170161644233677387438744846145244680193504983195237821107012936361","3795198537359497392273230375418648715669557836467083126254348066933395419851","1"],["14733330857641504155460322091341832785994882615851574178298904639677219959768","7720934033407518019659757458224841622852505277353303661893620454909074194497","1"],["8488048385968164678790677752602150268773561621469460325697153235458003935305","12183957040855937497925053081779906365324165418710236926800485177178306678295","1"],["5260956069756467875229689284911775776751388476894169212557078101732224073762","17756219797107395600562577603280400041490949144951682283573892443113845122951","1"],["20150057725762002727389665622049421225615469865732108614341474089947136433443","19337162428259643935639878468402047070926610898251054634984433408180266275275","1"],["3566942565917210035515165367226366849227812195777917733863455190246794703581","7690932168377137939628198331147226604008759791422837293714261845270444574356","1"],["8888946307768556127155755495292803060008035028277052587295090812915210933522","15740436542959229905739406967274129771263067799472797277020098281530666037834","1"],["16570890364163598435277962766374323456737362671719710730857804607889062516044","21045829462309923985665213741063298920310219395073991512607233690873694387351","1"],["9066919823391356629839513664993016837419106091923247274501129341247071369589","17627056264906570319315749849972216127807414801045092091500695929877147634043","1"],["9321556874312024719285757282544399680379197917187653464745056809468210228885","436535330529866052689478466785877710029520125172687543265407379234973335236","1"],["9884600247083331659318935205775123652433570692844376925814526448298667200605","6264483732807503996180706406648798880691108823989624877060219332068344229521","1"],["11625061566913748177164836930706136244332599691693411410341859136658051568306","6364683062864692927312043886418963968969615941656578240409209029230512801394","1"],["8055966503295269679785777027352259793429323454415813668406399602792650436071","3478243966157512149825978164726483867763383659416157228294985046116937316637","1"],["22308565449201084733273360780321351270118555427849787653849438588459289271","19725684295197129586722469133973345164945550375602128853376286490845682866219","1"],["18650735112245090958646145509468809444631725077183694803660917578448468420744","14212472957110865083634680695198801765396419440424986349098428011798094135280","1"],["7789111579977163581854547501199179628898106529128821371861507322044833760167","21144020390016648718847816228497781684787020455864757770402145806507267915673","1"],["5551009831649747085207361103519446485941742652637525555722449984778699590159","1494193955709230709940216428046005638192362067459903313483673956803014403561","1"],["14976747126928422567290007879291854083759484821652980298179714830091315735900","7207012371024262448861021789885080768345617808581215939966653586844934822583","1"],["9742410919534085881317384046536793800906922420810178632955432074129635987396","4566817902753412882060864179656019307783661851734506198140174956162974796526","1"],["8458123281123896446378561045437080576230592044888700210228655674021901962926","1258077848557317403086286737321226106755283803735971950205894823105845052087","1"],["21817985046137820897517539593327474212329881406130605685826661608652782022038","4171970333425037833745076092990416793327416919995558447802104062738865439470","1"],["12038619611816928198758457988511340882223172802800232976746504622225658976800","20208249208596419415145509851342144010547180675626811047079991743167746256141","1"],["2631091749225591917923200817841130321573668866827046841709158223780680343133","15360733717802442891782337549956517438212337753053520349728645722089216034046","1"],["3771161874754519844759009054985730976467942093694376189112733834739065219325","11307818962260724324853753847129179904142383077688414609072438578491264015681","1"],["7258615721831691403347356521260587359198296296958028373297929522489450370937","5766006316279352752403317468987470703688020907966092819755334230475450181191","1"],["4475430395596857905903891667935508281420747498770268024961104559993349848554","3892755460052276605054777365332872437747617663374302855758591799213734283273","1"],["17487903498646949290711970410415263375559478321024140146851550703808156414870","115946054695601427259161965849524393335982882474886557928614496232089433029","1"],["6896124942300132343398937623428094327428500322431891246091606804120219272820","5635822867361242410123826932621548388331141905756709965340676881056670922196","1"],["18838499489817154176812704853045690590849647053262329454620627843090928199110","20840387101549459018931977710506685763343460656583245423873817996802977080370","1"],["21364876816152651453253791100200232282895615987209501173094503363392154638024","187421808962871154159035718569478290930111787846595400200014049550727506695","1"],["8545016088583997943484548436914329727096307081488867287437058077661134238831","16829731979200553143900071046500405250339643889831668097488625373413282856395","1"],["14223992938999095890000759966395031387544403592478293838847760929469102545757","6925947834369800161380648037523845018881341152073877695615887081314390470023","1"],["1151060010049247689531773823456019839335152168669876265791789145225581498104","16156330846817545376787405771541868144011675548140805762143318342870369474851","1"],["5271723256404713415725824904336030158683379214660380497975359141698946175658","19779493701115078649652772336279622502934059372111169088512502096564788033485","1"],["17324471410788242491756373353040176008530452428218081295213334610650225590249","1885475124983782514019705080587791147009779827925981504648862163749740719798","1"],["417149865083691987474834043307795243505288300811901554356656855168565978210","7260247558294531022298972939259564855864360940335791676147359513264711910038","1"],["11325931742702787329568213635905073046164534191845069785513801777962341208083","1427621714854463586160039905429913301516067402423076110669816014110833313020","1"],["19649110531887467688843381626791096046481804641665228682904224519074331573464","17976632165465408515344931997661083295147518639519589783381940276799306583473","1"],["21082288793162004191913553394295841118089601584383641719170614914910373067582","18883864004636654545974385148413504715929956343174720904582847218195023745693","1"],["15764693736297212593643657128802221960211829903859468751413127063070095097092","4658000646036198152392676690690970570975644499585422758765092059774933847850","1"],["5506538626127306893911707412105470041775108747537626408507283808394103856192","19729716001358915946718536946764277184851176593219500184867543167780730434416","1"],["11256936872458538176565509257571922360612487383554207156886995032481174900410","6884979142060787513800127550119799475197000697588040676898492736956104174817","1"],["4439694807154863851010659692392161288898452457009531832748758260907959875211","19862730413949632929338260612786511065890445851310846610425960373402837115654","1"],["3958287034701061460128419412399227435744863744669880968036240247121554951989","2998434336019109898903800603013484077921384223558873188304948326099626349886","1"],["9287159557785625730167948427667724673493015837977937667477226129856720099425","5539463518631575690089544486892522069557378131019303550318800946213788662182","1"],["12791295060039985834177986465657823858954917400247063363828284413045367192916","19197280641613798576710705795995648284254747982808791115778487853103180480292","1"],["1532481057503675349565096120002223383015063213229420748172360039368487806526","13888393500119196342287371483137507805284295202366356867091385684038552284611","1"],["4468621813753766935829250656426056086524429700558264525903424652690690815553","3367421903021306732272019199811086156845779675207247978587624501189808039075","1"],["7345226800874236379170677823108640229986758758917565998869816649765872244240","16979168096482996822605279763514547487332980864257109425404416948027572514474","1"],["1705462360852941615599803355352008107492195017708274937255025184343269844205","18895653474908051249587876943844898813644989108775517309090619491571018529236","1"],["5643922441803829450701957757403278901009305368858649470824765427263630252380","7387125491069032961343564428891902910765529381441877862429096060024434091787","1"],["1764743900821784394999670223822408393784496723235045561301634638815228797638","1777190685453878041608541558064011692574130932085708734930805130535425283667","1"],["3502958190279817011353803682892736815930582593374206035423515032436933070124","10725429306114239151500636663082856499427078879730872102629099531953302934314","1"],["13648293297290186756403578361341337427247128586325749283716683960642829648355","19324398096965154008593011088280076361042047697294987528024760864702920796758","1"],["981736408963348118158975172980732570693098751867062456789946748097505651505","15090321239227031283052230742950381703637845461380836418137097582596381802090","1"],["8025383310007440371299940452356295704932632158822715406351924772465267509823","1116291708322097921505397793086082116267479862119464257768053643780021627683","1"],["19544468840653617190648740001184188579643906655044233918637980886581660645818","3147610605274683676142858786548446931754199692197790663897174100187611589521","1"],["20604770953834994029544998374322733346441330516509413114923204674334417850354","461928073187557123016055748973270407856425552105804943710091086154437432276","1"],["8166963300311691631110618398214935654341585003614019526572402132866695575355","10430839465546293536560563165530397905382979775946158103085965941515330881715","1"],["6682025661267245352022872581732369033294062892475569631667447886586676253045","17934685033086167906970208267604514375136948223234012633445484504741175221273","1"],["9924035887154110130738760017690155868396701338308958628880898537392836556902","11451320237181990886539929811892849912907434705216456014140609294703886453090","1"],["3279021828922570413461917249304148534189814428195244171647444817442377850910","10264635410137042814927406912556866347055152967231048893706418676803524370291","1"],["17332524638144431534869958128672036022590622223242907306605473643343217734215","1586925271782947423012549590360045986848648722948575847138074143211094272669","1"],["20553206758825745935346506766948550382292182096492608154814156574648254673058","18760422381331064558484203126480879484435539146043619229712385524678733127245","1"],["7459567098464656539532721030849053232072612388263966775335393612904300127667","8272786991437264320519236799360579664173169622345829886459858339540716604946","1"],["4773987199011885297515500127466692890461419816195864585980755539916589327914","1734395636474858892378373237787967037874909800717415445255568399903481572529","1"],["6946397841602266763419437107719594445828927343758716474041705324099994029236","6155946930162587239028358647401250804313829826415507679932763851792759926943","1"],["2042903806666110913960483352283684304921561489265325831976122843053479840053","15234574719441420912677544538704476571676074801915215003998303476397501084375","1"],["9020447558440538012549109174699552607552747897552747666862801830883952715756","18344744138546220255326196532467888447667976459005653526704718986822656739151","1"],["11427155531391584386457400110441884639327909893701603206151138321810335552121","19449336148605180492083885578210560042605332429910018440404491406716297290741","1"],["17060465957901597254045205282721268205531091465933630502269120168078714950065","14998303217882427654408139819983301507242814803753140208937479420768035982609","1"],["7198475147071366115530041017950151373663984443972753630753600701829628135346","6796536457657909524043378177731581836892421868211669803502724268286930674352","1"],["16336220835112036492786164388619216790424921616694746676881470786117026819521","10142189659635584107803066528873741420727712319165752218751884435350285159413","1"],["6999974340622325749580922587459923878284647463431503892430732218216441286095","15723433925803107938776279969953230614863257557267925605981166113611137712580","1"],["12957513051027850278209082380006745552254142860225290365429752801851090037133","8064599936600245373273189956641004559375328595197116815848646611998736532913","1"],["17166458340838797230873422961064442460676957340131607287879406659993617438303","18418082169607433710496778216999706673899748355609912453886123546619467714952","1"],["11463080425997558139321287984822776348020315170067300575212605118068825819854","8560025917999043743440809821053480970213767407325390852310072376580303687734","1"],["2626898753830297069390578627285288907074389291283987058861296971361092340049","17501654063030014313422089413076923106647617315030303579276814282613692683270","1"],["20217668054876031623350465882720387751254968713604678536830167944316937314084","10399042413495557007154086392532141612842441379704996548151409274326842525317","1"],["17644813957400133922384707825788518180860994131923974987143687847413048721157","9287136654752384426556685617186704952093045037572299688927624346066303996022","1"],["20522540517217287051428910037523951929853252105411866216638812304945028759483","2436068211016477988102152554790463045132853319778329237841765471003087392602","1"],["20188300857396776779835809821074764760814680119439074067713571530983920368272","12882769381690238277518881988463845069312054692796376059222493665302022015312","1"],["9295913166438253040058806534749560254731399065872034711788795365846289425249","5733921442393030284761426651383751604246683862915062566042719661616710153872","1"],["7463347128452413691853039014598848062986288373787976127942847802677450486812","6319649290023343419733256447170267480413440549099522405224752083216601173038","1"],["21705738465444443010514816521038681629338140695897942522501296893070332635323","7790588228298419445177762410140071840310863468615179677629930878131172116989","1"],["9336663594943321884226208434047303523054137455773978614658861529567996264977","7530340539780593562817700501519064564619840297675174980031390367369334160947","1"],["9972313656857588498679132337078439932975940024818193403924292825491810132037","18644771060210646371227785651566741648338418700405535157909164591894617012354","1"],["4715082797709390086174391639288146023663597126460929063798877068022197835744","12093893472107170165556850513242563943167792185918507886506454656408828034927","1"],["19356455567993615847323251526363718847936889882943906548363068192529724548345","16479974015692664382888655265919867091600847777964152178021910142775423132472","1"],["14841017854353296113564206614699254798269983019939897244620473412785995094436","10531723630845483215736413510037773105632383467457831192390149285995414031954","1"],["18704089519703172838389250260616661772319068030252336378895109240448142989860","17736599235739189424963440662039764206250383071145440626873421616370375950590","1"],["17988435653858317028003398797276377333537770437229061084437053819522740295991","11335982829514013301126246683130741467799671186279179635877839694679917070118","1"],["17374573904326740696721399343030056119303312394468875614986553973643111613411","13891676914165088566682331490943734230659300885018493448625868992283614959319","1"],["5468714028341529392919054738460801446129499925779613825570503615157686287553","9692314654128516180249934792235920851504270249836434047033970390482181845903","1"],["10153534802550099269073487256944518421549524689589222889447407507763291709236","6652354262695455001920610246893020399887945070969803303477882654894058013605","1"],["15733832263862562052383474815157926143805813325633300811831970506964565114589","5283168539206474895027140311456195491232854064747218250722375137983645281884","1"],["13811012340968675254800486810709061388388069747007006571408893731366981502843","18608127939115418967559487888086086871935596783535527528392227429842737425778","1"],["5588299156363546355634428120244234581353847268768668872605088506105924048395","16512470353094920650043326185039388943586017964654001899852018981398667081959","1"],["5782139227470679789842109075556720085388115933439424604397698554100198444409","11043955987459620292107212974089030843293333420338219162842311408851655077796","1"],["11797627134656432092900562929767600805440902899118203830698209242743832449030","18430826215318234136227124294728669897569488604065650466669472130138087606768","1"],["9698349011897000496812819077873362398386335123964329082506196022842553015052","20415535333926169730824764116996695672178880295334304426557517346349204998814","1"],["19155200862334696341120195020162627189453408413279426550189476955908318016449","17343178719188264935972822160080967477404635311927905837043686147074223845352","1"],["14230789056183347938979336909064856725393084798769198975139380389747786890099","18266144600712642876474826472801677641628600284874394548979217051422930057920","1"],["454700198542200513208290851426502746570564387933615198816095840373362393155","15649086872924551995454048450431951093589997105533874788051584073890413216377","1"],["4018332035773935410733735388486444573505708290074877104729591013801255102150","4181838264397029413693630444288203349659861905680514200777792016476264753682","1"],["3122181244287774992008740669055334868641026114614691137088628904322165383514","18853235440008203820644526425437315291867710238630429683903219388672839296473","1"],["9842913031211032295513255091734643277322176104016191490414163079747506194130","1552862760760629597958559310378904269829495497294468730393254204729217461115","1"],["1304725330785429101420518199648361767432559102447116381903418721224443382550","21447312404076733645290031751928281842095256171453268093544110130136986865079","1"],["6630184747200416648768997102176008794339706409878011754428590506523790438265","13465165694505178636649839544798546287570574436900767027573635086461207622483","1"],["7887839409303740401880137738984968150117699225588040991862217280153732307814","11819785484357680068304084335039265431663700018300812319676349848950457353366","1"],["3200149098783185415486759813028034818234973221674755311437760844304785024523","90165386392014047547466404438476800404530418611479964148982261498727833397","1"],["20165087268093137867963006114560867171672316622350562499611338103477346167416","19351600427088963445067189879190130392108757881113795950638823909856702621498","1"],["19975759567852438555246626578954049729726717796818256001280554701362019969301","14610464178226667287024080330029004792433000040153871865237913776697165295346","1"],["21644759502729547754459968665456822472386219566717901888757417109121825354651","16835745010635840305301456932498085704482277423766972830959151295556255216685","1"],["10138680181479630585373226364058200980397921365792753906483556359625792172663","13645227871446744139429058086560612579301731552412595525985994887291526617038","1"],["16365809627887330276311144408810833457738601837099285622769257438200984340623","19219218167948036329846802028123919056827442030254595882486668841696787418003","1"],["17888053799140467696479542475220594711445186826989215311756834484709381638841","12445700078959801423151059830038737248533121056427197261799148823046216025266","1"],["11961170905948843895061528284865078546590567360972751703434276065440060518470","3234486794978878861176274856862115446699371871909485435181730873417971428171","1"],["8952953975889401300969701183937708459955724032702680866230539229072509873204","4162793585846837139782954901816156256789284971079831142659075479671146784264","1"],["19675987657056949157730872523743750730738120017449689819643158094287426686114","1502124386903095056542474768995569530876215755335733387772512293405731809097","1"],["1004389011050337644125392639822128670148936811353560612812803145338625712548","18517143713842269017012475151432530550720920582286915968227823948592200198180","1"],["6278211235703899627744984490146299582405600206463468776504445619355045147669","8681339453092617801065086967385841530029748283626179811720645850803893987846","1"],["4244901991263162600051873238514464356712030032167967091228518576272811611123","19256206045684624236862882586842350149159499022817251582549576073809612562556","1"],["14712946576391819488096431699943043165706274852566206620928112649080467703966","8609392122350812068588653387757965509714391674009143747637030927697379475283","1"],["535097537948220328270770167392029275846522510768724731936392174823178010937","5218442302808764518947372305151332210021235813401253854509942143274423167813","1"],["9881338655877730475553675279627385262023451299066775328047096705293315220920","3834255141876798388030912687856822425038484532946379096828347475911669861513","1"],["21122146108374336707442099800326533978570176062689067724654324621443920898794","18598032827853641628324179160386679706840355813182263941117298062493393870180","1"],["9687398039079317643331120750175911086910158859995647904864762224649284131989","10855530342141625905330628703300354381391924197076553586387637332700696586468","1"],["11544595059655325528762499558813957502487283097183586147128506412696182447529","1062201551117170739133253555552270094166800934851799364335283098333054898360","1"],["14863061022175259945290734166708900297317663293481339931176901346134490817346","8803720812264678196529135649645916450253937296508403557821000377926894522336","1"],["19952724200528528467053668998072019079238312367890802137299236772601772624213","7282505366629030662035692585652657509281509477656114388877791311001127782510","1"],["1286788342361279639384339112166161302008344311322252396142295572698754226217","8307596032147014175961502718244539823164570038522966333780515311604929629156","1"],["10449262999195864325552545823526808331309473974409847409916099337067278950637","18729384150139062394599254229368206984591287030878895120567532206882660103073","1"],["10013376188513818365600962972516086983374272853920041550923173484943373143471","19935555919150192915299873861470796447549002865146065576617307157094996872426","1"],["16698637620109402517467938622546927260575996721519524847303325948758364371425","13806420463248861237003953878004487014162425761339768745399726443016972304885","1"],["7259804354017662702849674358094715533897424049434449114994925758578330528327","17301434805440792043889852963890029919331522762392752112247050726164042739726","1"],["18849227095061904602314840587390953828757174708067166653317139648245779528131","1424479656841234034560749133758086472406453989033673118608958648516664629335","1"],["7601229938116203890407747836832821260226340329590430446623553446510664032260","7071857450387561365530023717482061139805979034970781123189936011246679719922","1"],["417529408538062939630702340297972666769363430692412540659016334597918455851","2891511666019004003826991241542172689421073673213837112114830081166174430156","1"],["8735768931035361847372523491967437239162153443685727984638935762527462114410","15438155127035458528930700265027137375270921024304100531977376302374520043615","1"],["4216681626023474896360162713901917208079324320857380505103265431349934544242","7027434652690427205976112301875549708854849198848564952665391619149369100839","1"],["21369806725077461568226866480284293841892867142431131924793118597431412352000","11908450637378919480666103239627400044632417485823625139129310351938108197014","1"],["7215154672421560207799157970150201855409040419895373028804494434326439319358","3402689096701166811794339641614839814773751976614694257003917810722480283840","1"],["15515202960609715829984160060701216413651488268967196328809085531718502028951","11570426099106195615319562730037966154237694581095911550918032237267377597520","1"],["871170432312063198904135969574311237619982468220423074112126233877905492104","18119898683071538861307853200171619178228177379157709060944926716271434451659","1"],["4207592919083561335801138283796853315089924920086673946389788646622424994528","13567979515060891906999907748542522045471814485794758963364153514163542099318","1"],["13162676232310783386856530977597647676954740270839378823622993148443894355386","6990922323828098123608930715365401879126763586929942029460223893044849506593","1"],["9805868075896862911671365061185036347403572410090205790580755652171300910893","19011238535244622245774228381700519310185074755570954106593416622895724418257","1"],["3059855696232898293947004663028051587797563361307904867779220345262803644176","9028045797920532442880289705603579159089369573680251896654224563825252804597","1"],["8395610999554896663097812779046888660265350422556442714856695953845997329332","21683646639648576886872152965016200577918890657737036643443706743548292860082","1"],["11091539771242079195605408050526524419944765849917542068829584323177038726030","9079259439983487895093436541639486026241282514371562895232038354212353246184","1"],["574359394589952741961493322193775958835149497332323243090299086198628743709","15985441817868067303030050168049032666335800457725973131665399487395434392751","1"],["983200999323700330213201013301216354496118910517515589586799555754125711680","825014084124407826481215954062763300447498994782303597687968986643645596231","1"],["7298538161505182249712319028698361245346371261608443734136077295612434016816","18381827100052104165619865866630758189542127298552525785978545234117032248914","1"],["4918612234108377420897342035603494404872443092246784820197260217945333303135","9638811287104620512327250732516412043620591327563489392537662978346643764864","1"],["13061842744245573344189275544585662734234484549015473263442353985878539611729","5530892625598076371605467010893107227403782119934616749805042561375778856509","1"],["15327307346666810214898907785203513111427306402141478091938500291158537793763","12455886533161268464058463789592325589128260013023956478201697364770248069121","1"],["8314723905557597767595540660942486413714408810127306757733253939497840697496","8982304445002685947971645432452838041740800691458455147369874314136515731058","1"],["2860671879739578796767347208915713834766288882589974929168301243334152222106","1214545005231803076433913063135206980322858078274747521622810289827824923335","1"],["14337466799637477919918013042181833297683739750602665104449329197750660290100","4862709264030550876406776819049866807941653722226228946398794563102614422034","1"],["19198370801752680300369524676921128571385557738174333892193361769921509732911","15016149903708869071667201041097855453522188238877181976348258778988139311951","1"],["2402492579910286588437538862419701456933505978717136777223961226973396858441","10049174448002496605509021613533675504737951446916920021705682294003356950985","1"],["5509989011617235559370375371176792327400989669656201003301806746512726713711","12002241899332858404989618246922255402224606697187509150390728735143077069013","1"],["11556988220038609136761592298771509666899908329156124031871662345018725904180","15687734341666034862161707018717185797479379766696666328608578588048908714082","1"],["14592672496704595369101422739862247007732975628981390399880730912472703953629","21839563017849350137540935194503521478219001213161617385523759022530201664275","1"],["17360600022600163375316205799856018843959612826000238554096130963485515328949","20903630184632364116761641139720059985500149757265889043187635520549527131448","1"],["9621649691302472106111996417525571574708724341201337910131175413333474453629","7247932777813798253789607156168398001765722543379931345291930564418312427505","1"],["7240637997408472526814456327661672984363660581714078644940918765271842304484","14505326478016200655865106111069316320283979581918552892117042610717284619054","1"],["13956741557644247799904121219382168382934004497421146885771682176205681114244","4014949659191826276421026076542830303956865907174853741289854510009963814859","1"],["20600401275179124531662905046920619146848610101293744855697587195890000567363","13381334914533930352749912788590270622569070174330832213841763308539439685335","1"],["1883265771161484597460513080813891076841999602009188074416821032617316643162","15732589781120163012139795304332966527871231388406749942450132603773508337947","1"],["11930120484854958819756651383714968812439289933283493108906273595933960465234","20955939610245592867606224393316519047625266791604283679270982550908706835451","1"],["14428732558220523447147519716849941350365229166011483934996149420203968024348","13571210288184274423604615333739509446818416585950267739411096407137648607712","1"],["4867571508217976651244356487795282224177174076829851214651683956777758052063","1169879044361431821141777390849361276853246751698826856896275039313406434660","1"],["9762644670144184638542460172708878089833956022699356550916242195779962644089","16789243870015422737099953048276703366033235583565125817914005453498444116495","1"],["10683989065640602966879174710418048274888582779036674746030637257785305233943","9803799046575902439483395718238611666390079004801041890768516364137015924878","1"],["14316441213952467797662479440217517780842847995040085738547176068516812738579","20533637370043718081771520527250205977624316939069204824827710598488137284865","1"],["18255134455296111910022570524687525922817958752695250295824097726951659499467","6426532278265557941504143629809377694553979247927178656396509763267319837448","1"],["2925490908157226790640860130549002495352199556873655172933585807410283173534","16518211896495867336150340584426539910497924160101631195880143842633705512960","1"],["7317512531722077965088436259417238680428932227891188724131742060819401784615","4932811887665939972599552268288817062928362796251084381140652166426168362193","1"],["2582484356509713028224771517505044436818880892452152456083487389072529236138","4356407565744341810117525186994070400461527626420850016000477208747731531395","1"],["12454301830603617977461528104134528380539157495534023437144849215557562689528","16845857812975362569271178642362605709937938341858999451515918313101187754214","1"],["3878496551633962841688828614979048664982303868195548291618378708295287047779","109283002176497381143451479362171528081456328828210838313786633518788386006","1"],["14013270336295847754765493363222724707255038825060193112786842734659911570372","1742602005435848593821765425632430073281791612082391436333112618629214947933","1"],["3212780819382563158202908442932231592648927201711252045611746148894514876369","374431787870332717506017271106422631215344061465997760465819716633663975163","1"],["9111030972091419851454385736171368850201593887815789228733165350895695420575","10934197643674991880453212858693924699039479788383108643456941068385410233634","1"],["5496525948154006324604082708438849904754549085219284806054844096802940299505","12752444653450527364106608101918761114786928885696031417287956854133099875707","1"],["1866656018322272464484046907108006552699334260527487630188307461825277537676","12742367128193498151472995039831829958793562761663219876914229695395123840470","1"],["20817781722734585500012810847472247506059403243792622709658310763649574629768","5033280007540770872331559627374146715667138725931851564085677419983562919862","1"],["3277534883237058270496140316645241978962416464424336967200788979530304756531","15787410469178686547769891593342650738362338004596622039193423840123374475610","1"],["15100629168333850919096497992198437846090415514221003918636920247804090810545","13265418631147429808701854639626855955564993380357079622711265445575852304990","1"],["6788616387859221803447939538091193215769208925724325576724700235993816687144","6716034780546196859061885743942399338460597697213714200996134051534290404926","1"],["17834025512463434763785739944876026285557006011014958673783138917359800791002","1930550035311203236543716273233712376500299461192669251770705404959802123517","1"],["4632602261761559054691952988448830876073337337756782860413275109701907760769","21794012382365627402360346088746202031070508229903628632329417090148876408977","1"],["6763014578959723999045427939079837761343123888104993131835908654016222088423","10182693591126368827495128168648983807166685929796571514951131774995694459675","1"],["12498930217375143203429802875383472967501288509947359667239304972497138448476","7319163204915228219339937839799283696695093887071858171559690845397809469279","1"],["13229611132771569733280596760809283851077145434178071346810556410466892388870","8857720016999886687198840549320913604497616514602433176063071531380604729120","1"],["19894770965130465147473688526047765047954514331478409947813543341977253531330","2779367124216064867643212189982007986086480838735063301268860748847413656023","1"],["13811615912697954814963458140145112647477869562319319226612138478763510497369","5608840715155935507547319294667700060802641516032727214070468794188624538567","1"],["1851464034112526803971654081223658514016431944278257444306665831034281590346","7664340545426446219700260757387387762637754386878413171684488277113869941163","1"],["14779975766544828889830401084533105228173777639540318038353557030566627632018","6780379555061711011014104287374000110482651180587538311287828495179988148853","1"],["12685937174627656901623472512379630327137859601671155279872403235357623127003","15115336223343939268083656914679136796150394428190899714214428501734837297022","1"],["11796564749592012182359591925057427115935943146372026359944649603622401347449","14955435475016855785471030580816828734155436717627081143561154159473770606461","1"],["5490431971639729132057870010914984537344716214306962626620314908854665301964","12678185505201601652811874544147572522803290022885836670200375113817667434592","1"],["13631508994344486282475478639832594712946659582716082764485397600923301694475","15166266265047606085087585544655148318893375006246692914584771462910577046173","1"],["15756380064818835990180228266405592124081467956081962317283136195148745210064","3124873423334370919540841527554364754807821205371358545448036105768121719235","1"],["12349472694104664594335598985202128920389139404636632867436015717779369484025","20680358903476033707038156672664167606308697139610332544531853139061759010928","1"],["17180640773146251365847444503972247032630931872235336987630937859536362279680","3179043152964747925394449923264489901978764290560008335240037902173256470695","1"],["17860496257084765459774011745654339970908750513594355194147431148415466592830","263159296364629566352206183023331647984332697902666993334492137127713292755","1"],["16916481150358109935350783038941088145038185155067019478639449154635414810846","16150774056332767007144039643998646097079508312279600797704977755618670489980","1"],["16713450140707403491426564818066003610199192601741002019659939532589382897762","18056189887637876130064388398623660737386989722343932802566165935592599203670","1"],["279775147791461966356831789690765745906059147008066489759197695270919031928","5076367724184572156455941478169132893479683244744642535346753943443271069833","1"],["11349988483974917624128200643615585296400472656773101037946046316452974836823","7145441426671242519361824814279969794587325107255388131334348425344551665720","1"],["20424931777239690539370916694196928950488719293520286157830138252858129629521","13068925434675155179223195141514462354023897911818455231962449397732396579267","1"],["2212309323150402064676923476875670826512347194593156546673071245039681198443","7745394285254116576381698360192667981815800759858475153747923924108536005366","1"],["9037028590038106954750938079914107237991931675499532531584295619742025106823","9836993786701790805770292729872887568122144091830552291290177892096496899392","1"],["5017713105525859366347016384993639551465251135742218621007452247561236853985","1710473813958964735955809946124876541041308971448097213018915704633223329968","1"],["21796924337136015970735107541314193510996879197103203326164530416203980817193","16596251554075767259042529590062749627548005556985720273642697509374330889603","1"],["6168370412668523737074707044729379154119658666023525442421592208325120126395","11045310643853931008167386999278724204612865786552764643272865660960195707005","1"],["844698994145445051816346373979153541037888136103158370300340960825036774343","14819681103472564822428421916072650276439862324597283510874669899502550560361","1"],["8510667722867925198298017123748691028592287203546554352405992381866907841076","1742196883864729924087325135383154059973492579354997219600926509972882034813","1"],["3540021640561027524787934507867592076005485966365903381837568458375622223919","6210046962773715343237471788259960293550911687690763218946582373702222601918","1"],["3829016168693460413737842456853046292879000224094055842361168471792888713807","15626420928168221303796104638618911660303255489250146337421123991823330566981","1"],["18636138565311506079011791838921303876916525591916132241169839816428433484549","9900174040150772820671224146516282218819773936484250817547475596014671049406","1"],["6331609831126947396074587406007153381217382661750733381758871706752248968876","13738217302340688288512197317028975644893439448634048829871279445790655180042","1"],["6149771951826984184814496309320298512511859440372848697766768891870113790495","14536183753760563700607658969460098938198539783445651622467144232757864916410","1"],["13112075265958846938122330198598781854941507027408882713091102152819140064917","15980422269907727352564906574387104187535255449384514133218642078383066332742","1"],["15707688802393941749799855131893555764245485941674664347659419882370933157795","15096833516595549067034318784126547217921159090826998394772195940971820774851","1"],["15582918516589664703805942714940480637014424046635973834912948116091503134540","934697875496018528658654795777998169556175908015452626412289326350002544481","1"],["5048083405774620147507864975125727306491609962336466783826894256324686288097","18318013874855800114609451026132952074573469618235117134298802935133299445804","1"],["15154301695043923696126736050208473044698201618844050416811526205110672499516","4319020452133592979333800306250920423058446355755265083735418074560588671467","1"],["12749720062591649590473791700578587115190478660816602118247890916196798402835","15455558317690189368540657060186810731567031853803277633507023875904444262455","1"],["21285477511933568978404398795103639921774147732243669922718115757821722429602","969712349906901256669612698070846303607834119110408052724397639807905158807","1"],["14207741609983325465378061613825774471360876398595407201349302845799234700014","4417943143503265368706871762112087366100936456473459310218210733288148083581","1"],["2532448611248133793244605225415179212458095928716243827074291875627085705943","2168696092756140558482242679802363325214967916169586702901002689796284184033","1"],["6282945838381866684032677327956326300499438919211056887858009245669778178236","4346124280177988269675926398252001999789740170579795508220307396143245712767","1"],["2025890534007280684203406966348778822900281207490309605110327953742128582573","10070655841318588890994000206943596113601072245473770459069889687861487660029","1"],["10776872347527256382834089791118953122966067527586422457237006230684664259639","13265921062844826163181119928477658064811416943643166537497184263637791634913","1"],["769356442383422140605101543076275359651302606308520671673371311221961135287","13624185431697378296942930241083150456005584553158842779605521415737091963435","1"],["9514388933747510667182261799595203397438695598414847595316151438836015039395","18000026907826517930033417181648790771060928123756364627178693565182956598250","1"],["5292899493045981330769765283590050848856848704938738950687901910406191540227","14440010231487643762951126530563290556646423255949457517557345913605071835628","1"],["21135267645845555750054502214977430175988551304213856756438050276034810004814","12781460813837521085364556858123911326653089565275873473714144993245945405187","1"],["10923192830421292298176241847094475053149760805918227684064890571513485757162","10780072491665528116983085981433289015794390968810061917279071786466629553385","1"],["2786641607952750918157072308912435022916181829622194035791746034909122808270","12080102355219855539375244602791655618642501877815311245355384711923492331704","1"],["15420571291794456350662779819396829869938551740345152226100450083393496013401","3129015963930057007418537988333280461976473633622581103596871800058460459741","1"],["4209953133804612280327178453602547982995926255816714827460315411731546307168","16110978594229917626176797500982669315773604775414047546816782242565290948173","1"],["6418657376937188658711496793657556945393578174490293013386937622373718513017","6140723254738670221809186154513966823792164833883842139388290555371501320073","1"],["11989376347983479675547535405130909260466639272991595589796795905463811280","17610429308092740196278122315028403034209286468262752740149370428132394481709","1"],["11993569263986801825426485058442424725657111543857293908050084174143436408029","17767165237898765760923312745993163182304860829803007452910636918053796796818","1"],["7496319124157201846785924485327228716256194038985665432857018698452914946770","4657716568712634955987485232433941144174417609850047350792977316803507698531","1"],["14589708464905450927317455521680446617154392959469011541511958634334953067283","13247003946568344464584290908959691232689152068111459490602583731570419284068","1"],["1535665065946528602116343630443232276688514403600277987600623282408873448481","10501100855648439613861107763070477878584222523807186764245763576138839880140","1"],["21451646503418372492896112860171578862114185909246877251123672949941308567268","16657850600095322478570805140058808647880460409134940512048631911623639744918","1"],["15599383899856962946368358674133890844010348941312175463334092861837413219307","4854444148146794843966235638173846106532019621677013780042973978936428126379","1"],["20118183290126066121790498336601241662941310750703684016655535271697475948734","8689401559276405622151371345444231902538339190944828466852633183689577135018","1"],["5535507212490500035535650084333695895478323552450567748815943115521741752949","16652216262506362652435820553610491593354677165460192676791931427296729429724","1"],["13916674437859604467691890622189021121840499122961724344799137640312900492476","18161361071075560368362140586044358815014672857931832294798530846336932789889","1"],["3741459304772381352499329643825525816930089796098770711554350683655158126890","12000308493365590832122698624807306170595872904054733032815179996695396173248","1"],["21149518455490668609763452531135675946151422589755886285103211144369795941528","11017082801750538461886971282483597687343479028618544917495661936755365539214","1"],["2711403949377263138680026139772724785377161709399200779824099874822107517614","4177747685134785426488726225734560110197914306726885449059562204393797826823","1"],["8036412725296849134075009588802200374246388917730949085880276114632585450635","15969299918210250803388177525195216056833014036162596031904212515271540847308","1"],["6226999821292982649798722718521946872295074732936379253990000128170539133001","2498534417055410399593063863454188098297574942990602871594492581236884742677","1"],["9141670390380415623263518016396464510053964488839512255331074827018126691732","13483958973178969858474040708794459239513291003420208910084935412940823592478","1"],["12126837815020113546552279796682293149787196775363887577927857916210636437021","10590946409748205257576588913561432736072915849895777478497420277706965528094","1"],["4578904439292708849234007919257016192086074282215235920319562304984223971289","4395426582064006970227530835468859927802877613213082496924039713391045211070","1"],["14074568685016563691992287783437235995555562702185383427071313326914829003256","3472623012366592902089916409949249339688645548890307602346361399526358368273","1"],["9527065127859812751650833607289939071094741709650436952416134381035805292540","15735254354821513853668595485508705080954769653157887590503445703352750036559","1"],["8795242343912580148967887276166996301907281334381420262841994841295413266985","6935171125375155896660230061470857654312134802921022982624232410327555800473","1"],["4097346844428037436427971126384909163135412420036309706045212984448327151539","14812879596003673444178503958396600613149321320536159460354744876115763380498","1"],["21192237277339804988083963849147266607950494621651204095317357212748266853581","1706383192625869881352956173161453861085605426280541459573908115691648997648","1"],["2539128582457741746068674906786101868633209527529474728085376151975047189397","4334993491227592478763268507548806667202147260234015112443278692954380130000","1"],["1070482249755932786342573247900404176316710911198166348080203571342136565308","3376361679081046784494337254067082086977263431006716626696772679210994876692","1"],["19528995220071248199884613851429424872266331501299660666399631263734255654015","3479584201263350172444781795340571288808043795599980357398113514710420790151","1"],["744168784240584588830089148036824395557561114947727400410848223874389930498","3007899077243569000194978510842201760277386656921992215650436682710506553227","1"],["3323905835967215730154767315039269132219979981940814758544975499493652066838","21103441543440316429748397662205654095489591280213987418013120050474457882673","1"],["8363499665000046830472479332409793761881197391169859976966280667308311827689","12138311980257933218761713449317364307617665472608283739334848991553123764124","1"],["20699468648409789911617327621135334569264168917434833863568645385800185682136","16877494130089065039214963012492133003847736293831445191792745720696988716678","1"],["15353244485503730610318292894153295382431838271511727951028458838544206425424","9227553834948032365237985952239357041731181047672635778043696725590771958793","1"],["18841003765880081933372835774638459276845795825580864789746600346303063630573","18489828577008705367635043507066592338836763890195862869320729160678756980068","1"],["19169202964430384900156234835687350225342677152865998099698786942586247616885","10247736547842042856547892000851478226158843260924901126064119032098781080777","1"],["14629747437861839802001639337060968826680197790436698358519495123307985872365","10582545238170987539809959617808188259659516982154170597367581491973884217403","1"],["1972599111239908825004863406935692647321199208776599698822749454914501444665","2133169874264613297285060583658606100006872922192298063781910058951858108747","1"],["3146371440047885024337449778745809874286581659576998083025990573533860274433","21319032321570955732143289226058625512698998240543977370519752862750460509580","1"],["1348372586186487235753385342323351368131951493474709053557226300321048438018","16081717771397581823285832917180155845250485672855590481675094380754139925878","1"],["14137374050969050523119961220392649020683517674012793007069874857423036709908","9491908479726715278139304061946159978774834354014607609513368317939795234025","1"],["10288003313376208599765957822020775381329149112512433914159614680759261015687","16087926154644553534774620573700759819215495609985964023587796609386580640452","1"],["7596639439225236393887603168725514960294668842086702417842924756048678261847","15655221711841576227460621742587426361608191321496198725070313611819505051030","1"],["21161650671907961439876530451942808115615517012309985243889201444100253888489","1346496204576513185899563372229635558115828389148757751392266817222928162335","1"],["8120757027365125169259102543840942666984244410762673640541294697856035550652","19023637134561395311126184477425910881739974986607283640837326915196514416763","1"],["1061338075063396262455344529840653440868964318097077175567401536824732672886","10640968560707521360704412154808052446252139116918009556331156116509218320908","1"],["5284013449940184623474636775446261960008849787979568211868969316594667093382","15504379397964949943491257854112141458452979899622383776736615322140519140361","1"],["2201393747376350198083519042081358899606505341010103741405773895747166328443","13013332254051875758567061582820233008441714883205653843995232690289645047861","1"],["460166970690353665125762304825486456927282951914974175524790200998951821760","4142119016195441341998656121733696445269423078409526158623066277865796987156","1"],["20227330530289133842801351851346999883182398662862587864455481196187498778562","218075737672612980848370672013145572051919319298164268199641681812177891231","1"],["2973610460158818183821805684722356386877619622345209181568842803598742859356","19430697753051323773890986545966212267143459757408886451346477130956626289457","1"],["4616207560223681674551387666122657565027266489530580960069496182026920443322","2114951901179299499595059439546753448436807481288380818884716306417927134841","1"],["15575462972148543262094351897553923555423750689074143507629864501526069958841","822098992821915233799980681118259604759014991046456359371938943580650120489","1"],["7830346511135711262212237200593514591649189553131237556282414701405491440234","18354748159352779554252633246290681102782138344555523055964451498413679794349","1"],["2457385419481200183660047031181927275326452965223968432159045805529226586782","1835456273998156456437121786309330830405347115085154325052749160179218253528","1"],["59767901301069135001849740114936882583679489105922633986162699753440081804","1929038883247628376657900253969454057867809769101553755088785531855255361794","1"],["13881569053009654864386908893519405609246098676976572695492315832857948721714","16284963380871664710909982420459699588848610873002475740877171208170596337183","1"],["10072226988738808392782763648704123824874519637129500049226317774381700207947","4112200550207906190995767327894985306227217649865025807598923111181885960407","1"],["1062019639391610068171793886880917758048988964727185831671953666023626481992","9317096658638119523282600083768731744124973366809730541426193567511509511264","1"],["8462449895933902743627042007426365755860455329387084209651621771534528517542","4274813528903960299182644894324245849053698004485850574604094502675318653196","1"],["10410380534179629441999334655604626501869622759273259382450068901571041119684","16916855924229498480430565908793587025286793793159846966199822570254124884000","1"],["10518638093405525538872410234103961073144092646298610786200154682215387222746","5761083824279751144759059123862227595205964188239639530097154859854062946254","1"],["14152638561952931218839319311364700466667690283960816149803880337695270369275","9875617558365682851340929987375999777998650266284084234695146311447782499206","1"],["16965118404867871043585850095563719558277392217014630346839443879077927645440","13805443582645466885322250267016107084147598642497341474653561788614768537336","1"],["9525176479752265407952146512844759080366779681265909968924529954890827631117","14347427391028352226305368075843610085356359873853202137031892791571297300125","1"],["17936435777829430214693910898460836566564340155894015271711770291410814169303","10031923809950684314698746306319703991189657500894016798976743852350594975019","1"],["16136258978835016811312727560873354436663193252505573884269019414207241883576","12511104374044155850630799267069801763803701189074862762338263033764507169946","1"],["7201204810350665975415366486496294156076951013520575367067346340692704476222","2027273418603589248483018192922403499169051008286292352600609224042382738028","1"],["4681679784905276394697856888121918172257377420224808433709884687818143896964","3308092906130839059090055449036829835964041919216126361897054369533243288589","1"],["13036099852987941744245800391107420722756824016486007531497202548564069861717","7143066622016734612611154735277864454217365771357043898787792967159131485960","1"],["11775939488230971281204405769680884541452972133354398025792365749610683901280","4102988181879911098556428266277692871603901029360959687716723686419090793646","1"],["19077858979686445281071767097004300678078036518613895413422595159150454403911","17593946173765825949533474176224779194616738527705202758985663729905170038679","1"],["12099020766447059158231037083191380763359119434796067791565377712812149727857","1161958356567079617989248261337871178762851161072436774865989437094624513736","1"],["13033117301690107872717065717065400513969263668936374239696214332570402688062","9269573455744841177053625159991756204303755131448969889684972283829001872883","1"],["9534116140702399179870875887848720667028074553002164017471635261175412374877","15349053291360419727813327166810079379959056101752712178724837599102851393542","1"],["13572134985149199612933275447526407896845666945175131868194549746298673041219","18967154123994954609875077894105691434514305316545406674282801355413046796041","1"],["19687728784258284832955008562327047810089711407868593718339106413997822363029","13915025172438952760630761398941729359761341717755589329451510478876199967630","1"],["252664244023923494740006377507773156931456042938068767451726823380162515107","6183191168197917956375008376322792042065336004205693047792091687334730080532","1"],["2054665986918731006908964389695363197408093898993205133663508201078087172549","2760526757733047966288535971453749960969977556812326369549710289902620865450","1"],["9020416843507452316430934509125850639972947771123060250623709608091870857222","4260255579419143745748563280975830174062654405411840451247190377536785982938","1"],["7922512439965612936463253612628334772981810685070637916617359738418628176658","19082102001278873722432609449421476229934966448643053828797899783087783556845","1"],["6247538089667358166640522696659649848065836344977680107146369364125461387376","2277329332010647323433344804751860166728205994310660399220257136752364341883","1"],["1207177895724751091435313184963838847508286036821470796572426440959354918327","16354924004435692700704717797567265296454736278125548799847951045848943592892","1"],["6887670060811469045903442091059955668256267711474541645987867480234039701954","15060193849517852673113044664720891755130333731962200458666357100442111372153","1"],["8142054117422483704050740636338823196191366954635343832923192690513423995052","18142904264326016089729619326977609433516480787676911739749044370105333496793","1"],["6199655762369096751784472919501295576829510657535134766138634777041405632026","6433420458352010772393545963719750168812793357777720535356235562983134735080","1"],["3638063684779943588504170489744785911344285603261207491146547775167471129062","9610180407502073725745344749582317273178737416166243445522532399848019799652","1"],["4716890243620392054661210621758810713540718421381203290067095843466907974522","18113871139150895717304009764911117360013193703527957763144365738456639982996","1"],["5465528254162990752479075743765819781848362292916537421909291419411716195177","16813352857264683091898480667582996218815220912799042068161834175371463582586","1"],["10160176216606365745704543640617278921934898489279911990050285076011042434984","140767375621559599550790931638277490745930094441276127977311984406098020721","1"],["10975369414138545445909633706653115662318640167476392637929537366836690914582","5787115329121852461122370630277676203141596503524810893757546190482221024767","1"],["1132768572590749167935543887418914990464514734203491966268409668198105837750","18937245778336769333874539820970078174613185255857425822607127586509196500363","1"],["20644109565020305818270653700398302907579993204068329083177794762260557137171","11820216621231595010031054695842274499148626121189986896487368232720951529281","1"],["19899557753762268438779769102408445019128360973357192936600160969450822233843","16513788512363005131598754392684510287135366036723776256294230998609816837347","1"],["21357807163024392167882728374927322889102464017229773008634846501302208673383","21853114723246487204924508309539205118215821979952555935975413833315946192023","1"],["1343319394273718880270670499363579532796390092690260584102465331675996505964","20297189589990525806680919712267849174652694997984703646528357477303846770466","1"],["21567613067727431868069185378156535879601288938765416472004263969520645957868","2929375028031035201166224507134859239076811649114056389789703974699052012131","1"],["651673250637142731989281946242516345521452331093459476986606912561765418636","16792361685054976077245247635259585306797136943028763817141125474157272637163","1"],["1014259880503062952635670721874783286890722216642547689698527479832406253023","7539632801985288311462925206703653699080165445585201934681730398899670279154","1"],["12168093014558242820455329467250907674072617194901986796639684539962269727065","15627700116602559339483091727381614639357909975177230086838315513706944025417","1"],["18080875178491887046666345691488774056171096112562289954409096693657422443238","17971643699241771205777921641102017081899547514517837527907571788621886763477","1"],["8442078512193396006251376871004438324769733320865308509854709736466878372236","3133633542132670360932382432657001392931901003923510749293369032355260354006","1"],["19481872640993436851390408763473579058569268452644205440054603114776846134506","3398517422227355534697670371668004019970928810095254102985143247773776916475","1"],["9542272486040930253090419408739099672577145178655277277248770347835763499796","21175511113926389943415234467474255229980556317579913295221193525583484963501","1"],["12492489411416830684093625737982393480225958898754141776559289162104399733828","20583663567027201902949414789968492395294453482567367596651386021593173733283","1"],["12193788949042056033806921981870445170767849542876520050490969425662513569060","14709048127468184510509147022807398190955170777400911786919283187416205639111","1"],["20240917190780333666015768088390600982363591986282366709265453750204811360420","17430936788998683399992018812183271525354872743018282259846478224659893812385","1"],["10291886238846906875146012848844313104813016284859078350948847651091177229669","4842318952725363111901534866154321059292063094932829761013052789897362185963","1"],["20746054904753037222970666355258647636734367702008513314794394693775936117470","20518587986204857677673062489616879495258773058680295039061670800979272022908","1"],["19865200884200732133902238163695324685499936308760379436910986373959578537595","17435146273045171963362246159404514067933985721336714049546775762109934782026","1"],["16564441495435840340699456014437912099308055419025560664880919784520587286710","5772355113851691661727977154317357589022507080881690436286981631994400282422","1"],["17870057138102166552835153327071388834730003192053456683683483184763348709044","20846390819379681859430744571512260351961355008618316319718496957336415563879","1"],["3861116201563755055278129896881453639731473216691461386659163258456823077502","16832526268187941403040624517737733986189325912114599276659682865285683972772","1"],["5548064030135158048041607911341957307738024194115148984027854120118693283626","3968978858220166733313174191392788343237900486136784990949994029509928126633","1"],["17882999362980153210356280642713689051311773875071041530822143383068668607481","14860215356609595947471380806629108409382690920690036413668388997202452777007","1"],["3480827702285537805340248993097193395034981888304440162617363484158844505759","403980771130929446553302564365746603848326226517717709081566310257884841208","1"],["12917913571698757221271981359435447163822465967722279855175027843264214915550","17378121775951379882419789385477536722280683444669592857012926432452144905694","1"],["11832880662425658672858859513405226515946354800843618467325100298062727353506","15068459631819094189753987562751228794435736588406691964519607996434140778036","1"],["4943226175153005042093188462163240190482212081785064801459824310893872899455","867874888330960011879417297852443370129031392951689589902792454785140601777","1"],["13380315617357408048275446350337585321406096510793132366067825236960831437673","14911636724147987980206255699604899238989396704420475443972392824668071090242","1"],["6412896410651173550968128492353416779680043324183716674795780083932933350131","6782824934265208906419603316525448389062224963070473277476549158096744807554","1"],["8152164173229242696407232311794603331143612319597992415172038093684987223972","7788614416884944929835050200326038785516109565743983456522211828255046957731","1"],["17773094050482372382569297520697821523370837098131943886450072079053864476656","2042475319168250909723401456676809154874437396265187677325648052379973426211","1"],["5343748902091045572750774289766192268648501971631082202035162822300833006518","16486609754300569471690948207307832336273389192618601353687862709823678476629","1"],["19299780643446772327832038852451404569493984309831503741164362162644545637255","19976800448778901800868820461608851370357208192985986710202109194826925736741","1"],["11427315327578723350992873146785278515777658279422127715578104213693917091116","20895224392424326837351404848487333334877217445940156187637484596858061288295","1"],["19351975322918371649256727405869831688718259568943271396794145334059248490328","14351884472637794984678243419210736290598749308055264675728687836762347094323","1"],["6631857150804474797877903094253984907933071410526874513008872549693079875422","9725960285973018212546891257583479487403930213864604135050980031451751515515","1"],["17038671863076516205114744191369645697768059054044498279618799182727754606515","3589988667522653113877708292740214165413563318079905149855608248734535520198","1"],["14883590881299498925167320523392622286520721633830864452618966806437411733389","18891639089842610895125318615171884691078683618751543826609999131085332635490","1"],["17708890734996045793824891972602449018215393369820348248836908465037983747667","3969123942102167712471635637195667231352074666547720031794968234337751113644","1"],["16806269589805614416289148357234554130612639782721518448388776909051586757700","17995240314745651382736077956556923448454473567236558386361352630523445412899","1"],["16408406290693765038799643644769908720790829457862775217025901402177422888780","2125916090192126255573581088721786758133943582791298333605437159807772460556","1"],["12578203737489803499848515124057773500775924824016719952954997058347727645941","19533742732696801416598800873494277930996091138410203987880668140254311335888","1"],["1178080054123591098680316409402183140699922100337293424853416206018255212181","12270935565900432797763116527301152968680071077444806233088947011112415233625","1"],["21682326814623700193874058405560198559484917504773866656636748120352538780769","8057372016382839111431261213012290694118725521538886357484379366668003634023","1"],["13338403626122888531310951250984551988510519258799732427256521077328378495060","6984342273403227470167475840377649913409260008959084279448442437230335730263","1"],["14464731361556431629701416008070144662712659993732108101863508460219069716833","3481115544771158754124607523856534881495829055568586761341572835244777098351","1"],["8594714498290281885713192089249301859596627102496369730472330596282898508143","9275409129847286936400118506311096833260308508870967829500426148804171698843","1"],["4670819843370030752474513827633821538659667383833810160911365449537781396432","17753643397913240643602995726342493653328050391659802304825582667652925325777","1"],["252900427560154493028027697763486087878374362973134449067285383480206114393","13965226105553899240314969280132514719846295426267992324838513876727022253442","1"],["18107190266270208630291351914933853571261965464806481020421935991130929984856","12225935104392723659862361415334228127243675859586707323868379337719086791936","1"],["17213332782395775577313631337390652875894234091965972054574913030285236238074","10806312077012243052045114508683119065733461914957749448644351777116729388485","1"],["5742008266157507191086744826080730486691424078929325183050441104278206365883","18405681704242965703607297626984147146764444232591670908408003759001215519180","1"],["20008929732439897202935339977889566673034808069149711126758890275487476423235","1249576201314645843936540116965205972861391819891777515606861514032177049689","1"],["4642437167508585430540297056910241484391162073455964383764244623403263961639","18772891783781222521531718047907746597289947963293083475016215151768240024435","1"],["12211589207284578530286207701874758445507950439286339487119666994400577332146","13738172665942306794903989377759352113433228396194103921653998855405679887978","1"],["13508736817317772720374109131844612383332015431461406454463114855261427450227","6063634136018500997804571600258840603316579887336726113311238706479940592715","1"],["2225206516774226068623967325384125933772638753739544479311862697408836898453","15714474746830830215383157025768676857163078867229267777232746527784091958218","1"],["7781657231712288758354000324448096225443134528589831314672658123881909644195","16234326021904496176570735374847269057088348765883696277089509955082009544463","1"],["3019127031669879048969272853401008827509027007645708830828145397052272810524","4324620272889709122832948083392692811206028381541882991048367276712818668971","1"],["10107628048649074848640242194167876190121999559250672665034440207825978098994","6738850854561349909550716809643223380410167568030244477710178485057983372366","1"],["15823416297392200325641245495879824857298042351294476043855666723777240093552","16471746699231295292968728254344149513631443185160387934206968557667804665794","1"],["12262222277665992901960273513831789896163121336830775429929912698975227034813","5943730879892020140045595848324146661407950921170263816928377070801348304843","1"],["8140185914829980968337425366547771024610481744118002279658762681805044634444","16751390394580718937779419251663987458758485178897391181412926785488703495755","1"],["5626841633048631057161668649629947271030733006307341301417679271921529063909","13645998330863859012846001723671426434058327556642150115486191228707690069270","1"],["14307767447792304900465901924794847282696575632180864494924666628924473602859","19593378359480202148967133049992983516465690339518523579841913590997091671254","1"],["3231134221209054344208044967752851093463593032680256240920811248881337981232","13510459515670842278874128351260815631460071725970618939308447087489923545286","1"],["9821677772391965801380692655300719586062181636535088414476932164899404702940","16073156448735080877558394383188608713991209833847586118802740826187146671122","1"],["21829639372491786433581806306578411687500599697204861576733871505288338368916","11040559636477318429604287743905223921532388114918700735887235035416890653192","1"],["6933056404475755733907539237445471001121903545326203872642261653297283378318","9747965938009110416929366468635718541543610784283724757760135132580864929953","1"],["2386728998884890117238170231463294351146945347888986187412431350904984318249","1445969731304585028174900750322249236528187892467899658281442359690661789562","1"],["14704216610718269904951534877197929921538885923883458176641323897332709851388","7497158929914884629504463032484913838636399536572680175086283357013667286226","1"],["10598186726830816744340753700995132907856160288786036510087803849453249658087","14010256359808749185345576741983512405542849444285934241058878139210179699209","1"],["20703186187491169840248977041789374988217434744218562167428034518773082654713","16289056677345534024373434536301076496009766370749313334738326692306500424252","1"],["17695912513952066889466017705075192521515726754512702794958513687346156167703","2534475247274611259910619877373801259411940927521756414300855579944125852909","1"],["17674316088293641772916410893864198156373537599532848573648253586049166157876","9189912221297422164958924722329640525114051539082793300912500700102030708483","1"],["18443744399351447122961732873131741599134469651251877720827553749452794158086","19512609038305297013409876340036622536474750494829209770481458712218211144831","1"],["21591590611934957901190801413391808135267798032857214540976204548689515107742","15364717249416850274170566416789293771179346294754488832580980137343615127597","1"],["20856938925714580555108423790036028611821892904842478166483868171379713293337","21383998547494279992557137663554726390813552420824724526834950672070060994011","1"],["9344304156178249980722516595196664325585754360473527727290025930814903653106","14347776284101418503358362121622688764596584408545137384961701272557979761928","1"],["21619903122516113046980669405811192188764640426390343251247546009047819440632","9224341092336411380474785351620211247790480058747418954974491842227360435589","1"],["19707930919898097344054044765105079540319676297054746268516899163792751972443","6121102210228866731653130880482925322104587448677318482322807074186620742214","1"],["9155905614476655651229975340415255043510785301991262924754035912208034780336","2888233274659135435961278549005940244665788188978072463823191617740049154361","1"],["7278540730017270719831459285367859268449214250070847540566570929226453766093","4150910990182185157798452309097484339769406757466250811267693564044488371339","1"],["20975316883420544818094526897986686986001087125109224126807275949106972491269","2481484207282138176358742328451019204551075969529843189260986135321919361234","1"],["18703851658556175720516697605847125833845227570792947295176230614355361694450","1314078836858911469874365565659728880237392449906286819177125551960224486875","1"],["13751166318660097747141381580422882054408100372078163147020796409520532816490","21673821403804549417501915241933358910993117884448301428138160711890270138300","1"],["18536866056336926654026338252900517397599448532581620240107620277583272926640","4886899046681962325313707398198366761293659463911002003384183791808069228805","1"],["17949317293061294154898429787148176361902319510630839264909475440276336977101","3742351079878213332090684379124629754789895738235209392107833284567519003247","1"],["8673634247411624655403748426480764149338186102404882148396471505208529838023","5872647916185473522341962243252410656739201930607169540917588909981583380057","1"],["12912440884889130287353398482118068627303040858140947877197951282991777648241","10994516919063464859206863258018619424698949410001437942414697105485901487789","1"],["3280626940384273735772804109504672335734402602994975276604543839826972661684","18795746192838454822508451223229859490972390052871041229503051898068370358489","1"],["634820110830821011132886712589772304176335793869084921770375569500749301652","6480443558094305887088848271183031959922689462483664776836629390553948724766","1"],["9349971961948553020961175003087651887608168273766229426820377207764665170220","18898720579602112691645714249572448240347726725306593180855324602326105485859","1"],["5519994117563512925983134328053826090691004259870555634181770990339562502264","299117472112177834907053645865227277666171275709562734235487909335705458333","1"],["305015574061949911737408624629054817998171358809992019494054553838268519345","13701767833728348645371754655012051974991958595872057920795490157607543273984","1"],["15255482330230301954385619316520982855808956763583521956842966052984055099114","18241157767672369997065251832810375942620707321838637308410968056344999265982","1"],["1100215501468662883791481290594505193921845498021614146080464069696385290486","4301430273489035892970776447941896715374264299857495409980921760233317706120","1"],["3282491568181154229480364069526289276655346976409801956680170617903487388952","9131562504013210009951223859250958546089047287816074242558243160000284148735","1"],["15672085381443822427735187958580905099641995377410551878478410884698661048307","20985409232909581868225792238681365097960374505169860522833733058747937020898","1"],["9187170320856292557616292737267407229667941931424350316812740820100999160974","6527063018836716910936967462574038074112205278533678427676985309844588697261","1"],["345488954582362595702833121452032184039120418171693441709952815386730622728","16510236671945399231304107287820116492671345070622555907191032746362653994935","1"],["3264598298198448277696660884748257432949072899462646161264131658568449645938","20942225926463695278028301443816974156462412417623754904675827393398617157713","1"],["19569694867921900862248270472514933119037567839887637602239216115739543936464","19305028826690210485520322838981847052519555504294879044755112490834331390324","1"],["4960952035330382884101960953226408055544576354480161596457155702165213440937","8767970266271402329730477155269396618104504690939505232137827002789567531314","1"],["21630814326048826422666793429449108237064467077161410695260381802692225763734","21302064563275552104930621674967732100314851644265704918726376086649328420336","1"],["20461050262154589000436227017525647119392850430359245618141186656209254472314","14811674291470390749758024448601552140837119851756344495528679976193557196743","1"],["21129677946155406658406167336192335683827012040398268364481892140739787608173","7317802366569514888776778896721980451979208525973635236861377554121100140820","1"],["16538819330342438503241987651197091025200888373158852538474357420293339661581","5698100869999350669590219508267069428904572449850956438289131105961475868771","1"],["19212695823693136258788464276946889225582304750429833375734565763615576973768","11400365754431736139614141478099186920127854493930918181832868116486556120940","1"],["847916721403845916858494414470370248958733602577257403603081144582077069858","9991558139424582283330016111179863789037279182809884228661393410727510157968","1"],["20071247869960049542579575401195020402301876896674418091292349612308088869597","14191982529060910769619041303933991579545859661193214563067553944130216986551","1"],["14804926084633281538374578733896273441740412675811961767403944322005895217250","16755267975537497008358507472517745516253143386069365816198697601321961379816","1"],["8620803062008738324818245925926523644483243684502496352635470836033402409094","1495662465233341715699384274732151899116570693301036953702412521266635688060","1"],["20913871049158192780201136359997491989673131078261996540452317974658672757949","16086583125439455128691111799691840371999364502677698943917897498393111764141","1"],["14041251725932765490724651880823604308752310131144083092041846996971857707752","19453392529176536866481008519942833870817117440367348517199321983419629332519","1"],["16175303067437778641555630488474593839505321443293297802884168028356762306086","21394200974916514216058320334911143871858556015251467213869435756763839196944","1"],["17382538236215388568304887398624474595953394109513996783966672603609257500124","19145734079654966402792328362754897649933061115098987327862168687480192884490","1"],["11585677934825853181973767664915919413616735057204378416370178198485584763255","9797979545790156569948684865358306743941359448643665762858456238176227026567","1"],["6559768971563957948651899468469194158160555908678197068752026067367389482878","16622292977713016226976000153226186781917103720992900506759635215520139547803","1"],["6511831589008459445383589231533790053834787403170440483522765506308922545973","6474337875638143835593290742826866682943175436620509103526469037260403521178","1"],["3892524555670670569960387973991227477885246719578098841302131944697430888809","19135822191130053948712896391386342484196587508963207670560268651197987663517","1"],["11849950947037204828619748877476286407371745873868095826682841580073448515919","16795181898225200805518297073147125481580000455147858571013879037263929725478","1"],["9420215081539602230876612281237098622754637189684060294282436450500125184213","17302556741082255433957513255356163361179670907597468844679415242295700287834","1"],["15687860032390918885067077629401428231009637198161745376959044037858500447757","4362047704190607029997530402599694035910723604679029605091183068062152678389","1"],["7310050344376414863440749097349349188678355247769573299869269617082203887712","21334816934805895141645230137181414585074679258808753340346614632808814950039","1"],["19540290134173101224620961113489685384077528951982833806741063593404078017571","5579976645501271754495912266057086330999918728581893057496121772300142935660","1"],["13500909618027246886140325455832187735663573324063121062679457629302628554194","8825230987930920795721256402549563907125125395398313927391973355392165044711","1"],["9938965480965196843137699007896508835035947724413736672053161386523433359758","15461438238792407743031565523304012507127313476983898845173471829342751722808","1"],["17504068058211873288935148705503471404223181116198744883153362324916703158466","1964767749009983156744003718713277914613824673674499168663182271752765353428","1"],["7867888412797237490878528793754727080107691651604256258701446105378469786963","8849716638415734900046360170702378701034848856743574069887319409627998386241","1"],["12449859913836061638098847803777029982617332434513476469145143918575346929548","1323845749917115112217122426528065175601599105225965304082283040934959944177","1"],["13972415750715605053643870650038378501735397319082940029812071780622388853254","2614842211416403488026659401894068607457280987004566286123049914451476991361","1"],["21438922829753196603698550775015297039954778097817565680937661688620615145002","12732948953258673881080372280621610867590887028664647211096030904066782385765","1"],["16602729542360293660275813075004484716924063765962458805256227967808627593289","9263564725868993431860997225416335964924114388772554041537546368219107168498","1"],["1745114644570359672145936206151571728670194421291467965427713509815887937076","21068632799207058272159000566990268797711787957237009687195452040998780337496","1"],["11947017870199479644672817575443096154030120279534568017100827879162197705459","10611608264751287955507620043799489222239551345843923679570791548062996793468","1"],["3552246906101052054013141117501300342024846128195495744147914919717124472722","18079764731362594572744244923053909913410338831998725127605289993397336804632","1"],["16554446096440199323818312524050952474942225901123047211476179358135898324961","9419001536859985203307320380844980292386783363070473825693180601558948648108","1"],["12995925040406496839762429558736815925409687497553045372283655330258516886420","19476379674426691269502840041333494487674375283291443525972066505562236606253","1"],["11747051758840238710983954452651571017337162940844328544370794003570192595786","12717840454635951523129140999044333336506638984673615231174022929423026335970","1"],["10750687164538303900783009809708132254674076157449099134531215161232594885372","19227664748458463795186584451399987781218088704778098597705012887948716447958","1"],["20977213541107669576530029998243842358055748410690644641849661770238133284313","5250903204357863139834963969815168990719867108331230039207201935540582655099","1"],["5454388724190942400568878321081984945235148360707437366138881260263750621009","8512507601215266669443859730418382853798079064531749922525677697804524916056","1"],["19532334346482693991335603869406234450081312095913173784088211976929711491648","17996206632845567465809760888914900082234561923584908341501659826642286249959","1"],["71394834816293141760670184648380051835697425245122941793999285858657100454","14788931511543336579244182686033073376477959681012632867817660682962689438363","1"],["9907573074956347589787767450094220220070131143374516317663452827796970019791","18106920178280438273692215044683522753570966779872548665632233958170912100513","1"],["21459834670282453715532423383389628289555144771921581418964331838097033783310","18531159594760406231438994332936337917334755195925461482371795565038260328280","1"],["19709911527166505685747774370815567342576481834062244359187717363330209638019","12556703346725139673504704211036304240625868915600955076799675693943876077797","1"],["683724010309264195893548406808263697663924330544092971826500837280722464626","19811177416111100784640483322038311459061986236188120302927367249155052513809","1"],["7261221866489088390805882273402741552988729732605181400847881289130368443247","18615403195602649357671698356901403304589888467275842193175951802077497256575","1"],["7531718054138552472490416447430789849250516215799127373129099633950779806386","6056306827636350069781339203628374517927820599530166677522088410010870101034","1"],["4680800008456896036607958726484130077820938941471972136465044735736772568421","2107217495882732314313504675562913732993629751365923673277297518426028465711","1"],["21153713339218699563075691916788204826202211838045489728350946577896374140436","19532603490659279638899626133194836929177343812835624443968450765074952052597","1"],["18911490416359804156187250831635969846333897147980157574085233937298195029770","19121438932908781269745996629736755480615043785481209317096756774491808138492","1"],["476043029407366539576192318054472107473790453439574302190728419428013523392","868076337520731920162770091357375665746182132249619080778399046881851088057","1"],["11174269096788101573313145806217096466510135934223007926478911741076068159349","21091618225475420343207604164375504105331222569932919233643153064706052008364","1"],["14086711985004878443984499770037918149058872875632345560808148649885925103630","1087742824640654746213285102629407095978993074433527066056984660218919404591","1"],["42304512360184949653086188858623354713080009215010694275513571683527833425","13910043413826502002783915297254324244967580942486290804142307209766157995500","1"],["6923082875273748642430503269601875252500455329339737024281382711108692064858","10982740784782498966231590364459159701721835728215581238862070837785158915820","1"],["11838436633835088683607234357609018651684553165063168666581373924795429935394","12596643068093838863188415726591610784278502972011806724043951800171144620930","1"],["9713524304374622168257238783104044723729679889586506765314371488902326751157","13239556941204066631745818692259256536458064047559971742263069699108795379466","1"],["15677172940707942192820079659862001918322656706003244329059885295263882413703","7193003156822230637514531977155623164066092476045105531942876965847631951306","1"],["15090259681396430118142819598215612078516232416112083993290556632199332083684","10038465007855625210493291224016690578945130726145446054547232185202606803397","1"],["10458895459792958168612575474342412937482864355440813888607691203531887069513","20398540114311715796976029298291923919109627768385576855181243361635160586451","1"],["19031732412238756637499274352240048600790414061902341608720849310225812759144","21178102120016793676776794239718415029600303602758540397988839886346364232591","1"],["15529954585927304455235838482079939903586315768626142439727272532820055261143","12749376506513236186967601089675633891670025602756828554953025589466514488587","1"],["11124768548656941525082477618786556694735180343788093048136794745554876081540","8649671607743249618999519849375290365518898495600679657703375110160806159837","1"],["17528975333823413633385783743472529120455718974055133132116186187638384485599","8108098994832511554144733361318475586930823826719005501449338878519428560318","1"],["17676900131398578740029512612715538208230810913885949894752537933834061509022","5157713063457890862255829506773227098348221821851890254500504439492281050153","1"],["8086235557188330737205909186353882677099283554106041263534040372589975020412","9178489648296555071848262403689787046313800278190139242537856131217815941665","1"],["20575904700049346843553308955807287490966946344480187480441571246294872150490","16070853248897280453875873755523099021647646288379047329033283564584509576821","1"],["14812038015879776104954020121468012958009312379467610779186370303427107123651","15035186287710194100064204658471951317580804188791889801660029316310860086345","1"],["20190973971889041857048765309423099214232983202470026441088149528927587281938","19486937256256075561015608386247017406238429780813528274084002680474412081034","1"],["14938014652010375937226676059641760546122991010691029895320923272961270228132","2171020094289492904019401875138583986676917426485470923499212366933848193772","1"],["7709461959359893202110541147353340526099323511022111825810612202922381907668","12724983238368797953919817629724404342880582633004781874813752496522473179301","1"],["6059338743189177457416287015449942973957609539113006823276775551979613246055","10829120222665855088933700959443267296905952508860198215991941169071185944756","1"],["3097477839589737807047681556192292541764403966585724132992380116686881524021","1173686874295217587041773644493655215715566942615321654065620743761794965579","1"],["10375718699424378984764286889280260049453942673584333873580613980436025973836","9967692415023967186217261009998484207799004733539483096287772167065870553816","1"],["20124144600900979271556209137078051325744775107542431746873827263117241602690","1874207573839916835270556265703491989343835366665768157197656773877863500829","1"],["9076473958758515388311709403765679567868686579363263456713282630744732616048","20353872498057567000616980757653353591701063974235394991351475537001869208651","1"],["18036693959915174492431595159169744293962600362378803689836095739903423099797","2740019106983703803034152849762439541998797919638080690137076339696116359153","1"],["11620011686320007838620741609563143929924494559905536732013854172063412959538","21614328566382864096678903011298556295626677996240547118383426002717045209023","1"],["14860991877530651805787035412013073419660747548371223852807730138564142494119","13086362622356587786466391535276242087077718091516329799398417502508896712098","1"],["19092235952226282264431687311196762237538996126685696071805246768173747824646","7830257397585062958215132374609630807150052308958709260348850390779326827927","1"],["20976577384125339229910035712700120563159804990688966725535767332242337425411","15076071273831505737148629481548207779596613619422585481869178738313054690025","1"],["19929450800247467393342195411724305700070030670204849899296426657650395314137","7251596933237814287170592903372749846592430978655159595860751544062836355743","1"],["1851434523816258542141777254247370687090744568633682575784552263379134287219","3257276766550344260927465361836627416628495099072327596462031469313851086739","1"],["10763745921945071949138707123606082755228403949391676381132618123178347653036","7753324439929590360105120598227599110836649939905791430698601131460862510070","1"],["15313454262800794496459300732015909335081562369869504785218804304668806799628","7406773819985651744428916044579799203879702655255718667395423560388489839677","1"],["5918857575688283577444198395790938676785193205375150053490357134584732455386","1800039277816402670289161529746200872832526685282430650486573401507932225767","1"],["15507450065823639850351462053060164520434511745693821810672160110700422168970","14737565838673729490968587040378709201166264108551136033610095989747901734804","1"],["20322338057069177192372039775887004374949112020342629293581067499607882047057","17382233051560965357892912869900781508215056595081877756919674317159862704346","1"],["15978392408988278923908741341598798877257134706195284331544682347553441131511","19395202491478282757337843599053636071965514820863681463724523566482124627018","1"],["11278160781759377652010301606568503805220728849708689854928667887586194267815","17299634336629814359138543899936227309382773385240211665391841000326353145215","1"],["10393317155894860018909385121141927887281640654255529533736014038143850929442","9738515595385845857875010562104659739520388078036634199051510211474000704519","1"],["5093448047198774942694084514740572142592163068592638675746049037189670555360","18835718588741676606841214126880273455910903399577634982301892885973424907008","1"],["11986254188926870372239925841775975702567122302614528525705280856497556645885","871426843146913848702993781468524182263104045106663054440234850498071926294","1"],["17299484295876688251466139080037294056853024162409986531438430393569114082596","8080312934257538191877331631132296673511001257128458549208621649036191085370","1"],["2580020319133371691711312273651557828987889525882505897793337779903581186149","16745420731604442323953316023388914802240789870635458983266361485006357422615","1"],["524843653403644419968140169000254152051776268004316478075396822629697914595","730315244682443490421264376356944696364581635244560144750566809314263624976","1"],["7027473256734817403692174639886152594280516888295391207447784901485451118653","6991671299315115960399567689916463785043487882112080657522652001640593435518","1"],["13346004801768773823640594993147618767991764678680896128656253369788051791282","3337424005081773986274162245974428917989758744917989546776530775121941258051","1"],["9585598179986096709063925724305955423040932078630506418893596578320307848245","9925429465919867264481352035271921199614338985768893321961567645796302516042","1"],["20579177466201247187510682641999727169085123049182818462529970675811782037514","12062178612860480811467301879859042751104141948374219957181947654318532178608","1"],["10238233614459421991557500016572707018354879290476564848762627225473677007311","5338440038781329182937368171913043785952689541491778474500205069024999052688","1"],["5054510074157219981409724324620389825938050316252457538405274831964770525656","13302567144797660110786942235173589850030990508951730747483099258355612737027","1"],["20071348715033106242271352983342563816411379364600558804825532723484730122548","11264145113005332694781793064315579903352121022229596723368554561158943352026","1"],["6850932529027094853423421795889898002859556301328671398919006399639739643823","20622519801368386101807246608855608357166255773336607402862498176643786884187","1"],["13256357610503293377547801190881738553259339200819017247471007624389230941884","15680660736533906165117412039846038578444922627410932013779038965928514555044","1"],["5739280490764180140502659127526605690958919272590476311382189690577016255581","13937735671730832608051410013583244163534167863492460039262251462217440434359","1"],["7111476679513010721518420785662123791338178226024563268019016838828207122196","11012881866665533619609740684137076470159191133162503175107607266670610090867","1"],["8582012123169899252949026337914752768589404035520654806262385592092479390653","8902635566064342109617510325174760387767453350951461990467243846463517718270","1"],["15878076037571654193190892248352420708980953956911366437269974352849935540570","8079163014568998667637389319386192026864788870818967407062286385653961034374","1"],["21132311261682823419885170594790842272441117709615006620026774486264686260487","18863533351127804585244255539402077572910047004177456510701335914922837264343","1"],["10126032948253190715452819625499227944483846273306553802943262716279427836439","1352015216605376520994983422257758320857145923583826756109512377152815402648","1"],["9045550465320237186635471604560893088032541782169941645318060591578590487633","16151366135360930163641999052180018207880665409310020481068512629215045535829","1"],["18429383069629838405288125221429945421943222482966800351441741698590851747339","20090607721096358458410593643854673810467047369635535108141742985181394778301","1"],["18048273167101852039992904088652734421458916169799608369496323664407202056948","12562981206047012759782593008454354811430474058573113083384125806288399658344","1"],["6506898748859236915032674557181048910293197464837810854771050588835225379896","21316186428063984958022705464410483422394701996765902379645907904646433696151","1"],["3287602249340695355264114170205759814409580564339918299810648192341658845954","1022657786673594804102353742633370111379449995503756422630549822402365324593","1"],["21473830876096827087168228105922941250818315086806675194693231370043239295773","17023949790449542963854566062795981016976369821464125869005002328638974975020","1"],["18238169722937448008578092649582302730135264494071204366251440795000751467552","14682158147764149843872424420360461028325775494607120332605771106803886192666","1"],["17872405934776244200201630218390857715333185535874516477316078582151954738893","9463507761644001073544880457293647170073855627656787222175536208016802743513","1"],["21304386922410529093378379651204866690515958352957192985180693830967681333896","15896681898844710412899321830205068808034346639393326622791563394744951571698","1"],["15336464256540066179150550331742829475084698363922336636136470330335209968058","1265519921367316711185457220200623936729683519181232815729451822953802477858","1"],["4557258312852005227187308693964361023329778437241726148354825623796847612924","2564640563122938758608482000284663647865528273648492810850612045225334746474","1"],["1275710361657087715353130892479900477430212185405468434017418428716128803409","15858985383857333076693274096046959743882496024803636046039173471553718090408","1"],["1006702163966124892691729524485787678551085180879890118513778146275546617351","11716032518237868230214758240040417042683155834775600834980037810369386250908","1"],["14532384741321933303079268039635506952171131340427670390207701382744809695116","19997553197630810670491118540507747688410500289518574644725856533803866785464","1"],["290869693821368635566607013946406230627548749253820519769097906651366251883","8364900987171443318760398504488364498631998720225344710205533915229832767608","1"],["14925880384621067290214672716036442023630842975211841955285472403785818436414","15801189582561860519371513313473019385151147417926858726659183695884710792967","1"],["8046187137758657694501256195923339428320279668483848628714595274314555434092","6378083586263806072981523940527468605289584321727205861407753989321435643220","1"],["1945551081071637353788786611202764357418042637525955600185119825678218375833","1440780464622239936576030973966135280718567954085408064758197446735923763245","1"],["10506268963689941582845847417132505201433425847559922038148216339237811203220","14070596946156937156878391759019593524858842995797518282984469212709366581450","1"],["6265549555854371990404664246850085143581499569052001457236778555264935745510","2252227041541722735778208989403720448700186671493288743087569240510504330241","1"],["11379344058146596715822807208787093877821113263884910280913123565002355169741","21336115281104291163166829461545511844311836384587812885750695516650403625955","1"],["9648487329335169201097756148372799697455775907535896805641841939564721624915","3294566682882918649820580328397637036316558841307203031375916664884610158134","1"],["10367289651919897887170994717016272103241282695795011573670298295267771800307","21792041685165307950375408252803712763009616387425357557430404104722963101894","1"],["21648284040697417106078331924881892467919860582291146449683904324477436442895","20332980367073669461508730481675993273910919851976973709872958420017382864868","1"],["2324970363203602380291410706355399571543504759828162097803786523524971621134","14933788023507264315285944046514778875335454030068349653455922512239434416897","1"],["12397632388803601245523803554690081631404324920644978940198830060214380277958","1871243889500801643779223879103217589942426425471426274441055741959886815320","1"],["10191777043555947476757373121337014366227338769599867229900944505878426733647","9057787740152670707405081146958181318981169035330179561132366796694313861519","1"],["6308417627252640754464885032845865200823771105607231328805213307477604533531","9657358871109585589435302665458054495374873794785508521057543390919069929701","1"],["18028544369004451625875579508238659709099518484858329206605924758957738884104","19676364461439470521609335713667905918533349407858198863533258987919976748977","1"],["5968710217589617773183409231635534253253985218320335443960244482625938666359","115346111671545461764034306559003028709790905376751250856510038163220610146","1"],["8040023208557240167960805563935560571737854503853576797266223920055678929264","7206542087177696799568609340777565211741542889487436931694209512195189485939","1"],["3133199307564454805457504130877398281267136555074393010659610974234190953797","5680383222232518135706312228324876973655387416755920575221147610730253710","1"],["15267506484013175570961366818067980929087393579245193406289919550617826632077","15188344672174297750120742458550248323859517365036274378811745671322225589444","1"],["14495904429586806012042976436802452505136379711942043851873020877275565608707","14260288283370948885287469661144528370263657346146187887974933102947755363731","1"],["4301395959265511025263110681746431241680276046782120861742257781116286654472","3395020144000470048602128682413193044347145021412203975263865022171712240416","1"],["21587836245569025752760123315009622373356550479595047545302675605765256286632","13495007446857750193156589668113711305038482360914409269127321797776954376306","1"],["1882767573731590918576547034498795052955306224758300839159705747499807872081","21690984155266917015163222456579276253951286513927671446452856610431061662080","1"],["1218726161130419077447263573272716477059833576179502909927494704595893527606","1326400017032835861798222355356656538486917351321214960235639799595632781662","1"],["19100295073480530915448757457766914799815647043078528068287525001693218142412","6528664904896900225023293444452433608010334905691782247685808107805870632042","1"],["12981967152892435701054158394292027080097926618832014695400809514526140669639","739441748578986769846748249298293322015843378910152567264033365280460332930","1"],["19502228724807874011221103707522958848949361277202725355435597951580439825359","19319973253502789916067467369640400251828501074266627456790319522058611996826","1"],["1407129894697708896664966047984364580203697156901448718881922892814331088835","1414875755211540729228440325921937257421404363033120904658783126580255668055","1"],["12534297255093915541440128566940111697108344713710734907523870002281509103122","3370578126756848221594009016315375991243834407609087331368050485810413693375","1"],["16727111652536959403392527459352414731080734097449305858123068001853472219885","4628182321155313079122615630029453214499003846696048362970782388716081503572","1"],["19596501322037334056481536946808527399260674643479460169552053857839807952180","15278540384917992669785643524572731517348074257223099633833314337542971634742","1"],["540803766545975943821188000113289862353933206888883534806181887008748246224","1254786201517995192517127848567853021638519176048644201255839946386015681269","1"],["10591228205473938848915724233896425544306388923567898535292964440595644013050","20232460058384318953098188592605910514322846726872459973727307865608477290525","1"],["4469816416292805852438351722234212932949231279406907907897902003361454984457","20610850211465672120482639409236946306730906555940265232223024017561068284536","1"],["16313525159668071929674993111038889527147417950903537878670539329371937168240","12643326165790496833902778092671388574580793651816727460869906442334884028457","1"],["2038497827436657573884790228655875765044108550781289579318007185590538989344","20794927999611885767905959096787784113474518839435437144590289246497362119241","1"],["13988340058450802613194124121910641462942301183078004291258505109779477755417","14609828394507541985605830968361685986239241006111120672250784731438092454642","1"],["13331132024909278257955861179980261327458415541612651238929526062521779588218","8139696904151660518276825471162324391912392486458881655722385775473655936749","1"],["13883667331645189522493442225273311046349000830504977036148960314251228948629","789699216981446789336598796578916066826879442189495121384764083609896477200","1"],["14199431124661311751595390859234982944325582806477367158196244080926692178076","10739208667872292321582425352354124526548201010433660045298572332268165665834","1"],["16375150367685870938718227490817120227440731603835867160594468810477974171411","5936257927172382410265691049439396459299859686096429698538827649491504780393","1"],["15407778749825183255274747312069376547589051320875560407462671410884999141021","6101639216748117681134970328079870814500754678086501758932901180661140522032","1"],["19690567209805041473191859296354453160065941001398789324827315021217640749163","16245277399802596150502824930274581001066449673005204281799134082541419983913","1"],["14819045056562274276573659860105024866466655183748159749778557013681634628077","12129364054940434286391703521878996511638826212991189165738143703706173940487","1"],["20790381984472195054591257213838489754280706534865744377882853049523845792743","7244505673142810811235536789996819641582557817040495426694876179715572544827","1"],["2820986804567751134353656859820700224279245286920962200168993260077409999900","7824489036174467610601495926722391217112299052036111432611043297687264099677","1"],["19455661541418838009094831565609714110587617674692703818273966259728603401099","19608963071784012304010955471718373321430342289682122820272999698851305656683","1"],["488281184798866081726339420452231361950042807827818725190866565354457064675","5367368310922671371764760944242431071213923485164355877077368922640359461606","1"],["18824562278992150526191865593191688537405062921562998950767199290477809818972","16624445824622702690418894773750857581213699500174672256355092844542833807004","1"],["18101849646007721523752148289943981774555400262969916464372305590486824882005","9196140928545269697054534745775461040920609356637485930156019064402178579084","1"],["9793331675639023855345221166201939898125526059321509245072717890678530141035","8683448609629822344413368446647965258580979349679077153013642821045751442050","1"],["2693186813589678045257369537011766292222112811620348291772742337464870010450","5882968325453260046675836662016500193570978890050477923833557814346185946335","1"],["20921913750718388881627799004373037869366672809942707884222270681024177218642","18706766419661014308633529598918617705740746010774093162519006086269906169512","1"],["10674638960789967489001719832236473841233856608007331775831559865578674687874","13939861192535812418754767869230659542687868471020175477813710349802342898412","1"],["7270440301674901315309106978114017369625766398238272136338079279086720316203","232109215467937145453082490953444685259262691665696891273126154966720449297","1"],["7062822214337050278872087736027586492027249052581489613771958904042282714631","14150300479070782373309533012752032959719058377200600133850959204467257756640","1"],["9199359256096176234839469189615979299670608486130936217483340636944240379767","14037100093616512504944530209744427469520451180926221917404339034363274558947","1"],["7759932275197947519335177294091372238618295122392740211514211585166525823057","4808824023706294786110079924636738059862076845933351076324871556175141614415","1"],["6060028947289884300396228167769835861968519517542740675500936293567914684893","2821898196344399574433220080683317305879186037695607273036635809169555366994","1"],["14934679472805043382228380895064883260382767576452008562250085466056412232301","14624054710630367812106077409583527275554532600860307676650226748316249430071","1"],["9749467530899355136391876786266581820355961254482984336741244484581626383009","4869060774898757038382559233097073476293807781802807104013763090353047690741","1"],["19691457731568077076711080971461213758706290798110197012474256980636094971983","15548678395697137369279088164128804651285932625782984659271786121292250380394","1"],["9050782202653821141512816230410666517128992635671417989246598367678828740768","693733748538003132209920405108718779082491748550691004781134029181280149470","1"],["12237482138627464556531908766102047427673970710582690385585778637353249841699","12850129720684383002323772429408540009991341246799690350819305890612827756676","1"],["11705432938040946140763804364347671950046960731815602704340713061022089417856","19681997378450368912290768882305934946984250413434512160550200857766499886109","1"],["17631450449158688394724277597892994646103431696781991996175975092366674816974","13275298402239503001676831235295399256360080481091903082073423633994281917160","1"],["11692255324129586215470320252621431328913351415315591731748428142277657038568","15296947312022034586290041194527040342559279900326533397733024831798629148183","1"],["4535944154516625360977532927982461366131560094583477395191027297474494461926","16929729882140127666403885808986690579197878332861649158787992415588211753817","1"],["8748625914459194835096288948517814944451821677620955709002991162961912124134","13700056786177500929304140587057020596303666444825930883652617700752001913226","1"],["8017175570369219690819339713659770795245480450983419707769425256891470334762","2882465480812516288882781233864583985393530847624084330538071669652324635208","1"],["21511300344470169643204699261591374062471767362963704981934949610889181487006","10982366984470428956758807251055332615293080061631309013923978838172374149991","1"],["18928847740770834078695381823012891852163343500727399923454070676927112126931","3814787919355266459293921518738645469464593618084054132565718263909466159913","1"],["19274856965857809261803256940874173269684205693677263627861558630060506641608","21496550727792733237019883364940222345533549861405337037113241731090658066241","1"],["1940772719449171254365806266524899247819766001391322294647548912696155666586","12576502411276817990375943135065272669276415723122403074503411047433571018572","1"],["14699158961010425065939074339521089466720972703985925999849334714200586958887","17172424689063556255419600095916342358001673782396125768187852601868840209264","1"],["13069393099663169090357862152096217953500640961939621311073242200079238016683","280698645314078172123292051902677134050939859847796469826893621568182073227","1"],["7944023977020406922032355189414782451205511737116174343574576995087282645465","16206949923984971129094438172116627887235960956695318134804602483216133091475","1"],["9742500960199518708274722976403690407254311974388433749369349094750654234908","9581731538226865059766919323082799023212932065593287343378802048831493480407","1"],["13831932592027487302023534587182566430419316473716564300867337992533025208256","9023157637403016240522366225424889402128040609424194348154461458717234198867","1"],["17293816924369075838167649928853988988811801145705954554772915155236214470454","14864196010496903766650270601294520503428281428585200014943162379529647777750","1"],["7997364665244473021487869174946698394048374090469845776831423260070807172418","412379636439310638308025003847087931602276283262933265396533621844841805196","1"],["20193538393755638391425127065474671821444009117957245216699316524873061549289","21808730632273708464863322408281250922604505089504433291231782539422036608810","1"],["621254305738611859884202297455801588665341611487051903286445648400724527085","20282806053076890068939826228055180647457667011780093864984714770417316369565","1"],["10534493352305176792777743341715675476608933856842234163706326770791644020163","7170846993220919224740471059537022244083765280409100746994859284297184535312","1"],["21821675891579715772713203346096990699580942678816971106418121985131536116129","11372483470936884231005628586393994506086134753677966159220996747542788359130","1"],["1147625585410774365548366074828180104671296482964682579843633090287592730912","15108823478842315657517533724860527857727796117971045254128585505488809908683","1"],["13679614328023993969033918945879214982327148749130988870854907467973159281648","15489789582574697344206902458918284626854531759362759561213824391066828412099","1"],["8321654944724822041144729878730647062036418508019136511795131741118401282737","5916817176632386517437133538596859907898782628963256462658168910735933176636","1"],["5576931892233460792454812911910169761296123958110569714486525370470365650686","15175711438728696195051214567923733985817852491964655398873554438673058918253","1"],["12776754019891939945526092910572872669962610985980423691889777809170096161888","13362246329055965978668379903117115334258304426815949222013826139604462249307","1"],["1889243988325855083082020439084721989776752720566662657696308341396276099688","12652275178985045104414375936515030783681658503914601760833083371576763304215","1"],["17720324628602466745419609490522513283020905060162874281429498575494845034997","1135932107374990532893222184998004069203591478483326529656425532272203432311","1"],["21839629129002522484501640723693317202132622524999567913071297128746092531560","2199190155662370794776350394123351089230534439374333543084420141367754685994","1"],["11363112702072037580222717276240361778603834511483854045772101243977301259252","1863325663963353564548354568343960556548881170401381794223408485378892456153","1"],["2732498213870752370700866216704102276656480224794188150237288305926230235674","16215798458153919150859747676251526317108624839057486086779352072530416889995","1"],["12565320040062773948279009473196949750038886457898895125633231318037926183196","13769863434054576590858838739863434423010303827226512276984142672636751635017","1"],["7125106377239517740713860607143033558892110156790052653840157524671932360001","11007955329655283129608809092236444623755708386593230729111883092425887794222","1"],["12321913843988223738507018679894394404587207256151097274862180394486261620089","16721803577123287776757604364329629558910230125343841692222953438773364172998","1"],["597613161341337906715076027602978034974332982431021640798448794266096657294","5356871287195913492172142896625277827200442934054592464979721507490117080724","1"],["2251580059488688738066435544953408915289293233337555944854346065638041501070","6825049214697946500423899198572749534745357542418946977518398223739256340235","1"],["17033282189392805363017685584206758115502008341193676360841010938915968822930","19118624785447871503245820191098102092777355109246876155805356504276039881019","1"],["20378372082479857842212294971575957507638660556756801154160342866712293589865","15129961198531457328066164702620555786455154908971913058460388145345562381057","1"],["8150592268462278737886420673860773360094753213079019404241716241015948826031","3844594621028234328540758282685031129127796700045936705789571904824180062259","1"],["13916993858570046699616029369792984365499838739123817273344076503489592676600","19293597202112355445249263426548074603350017877423185132275923122788649556422","1"],["10651802205686415506943312045915530684611956040925929330966362851356521311836","5532221745946433888134441787405872446349958824745949444004162602929847821649","1"],["15435935190057941543700415124744627983142055758015790737008587161098980825794","3556598099134438472366291536558747170610852962037511608757991904710516218629","1"],["16260562903674688358373906237104894810931794768001306446686686634157936125449","7479883888612089471603750369392051151331519400354968125873019272501430854125","1"],["16653069190023778793007602549868139513640819771868325157575658999577151183815","12388530373637339216030875708133711932097313436056884683385671471864255493153","1"],["7670331419993588026915865841567639386236910338758472327806713906064026826519","11590824183833695877345456202588377004027115432066976155749222917787201516763","1"],["2585412777265796875824628662219767994528962245804476562938657908875986935192","16407814422679552994370506270728941134111269315252827493690041901538757954775","1"],["1617008232925682232064074229074180399570210739518262893645485878550379527608","16822241646041872601754576709526048152875020218092353459628376126599713945784","1"],["18905658586146518949366300426265088094830079008964596824562163304034329283511","7619052713739517392053673870608863093709917571513770837660527532784222815259","1"],["9058883989362868561559537981394393895749898248957164598018622310992277595966","11463285879047854108279762611875038474675462089453749324150755688772284144231","1"],["21283334595896934784804746173372918062849491611779900082708526764954266432043","11935043787877356770422471459154245939096036696597311516083231717638466197239","1"],["6893866776444759524685455023107470384299260548456784923880874311155849051899","21557994148690017283829352672501484191306827271493743611904200684709003225524","1"],["14538093719307921373891337725957714324090150783471423585029954984661782238867","12985742361184390242863786440642879030460739904824739131751994878439907176689","1"],["18365565759942891997456080029204714896283544197281466550015889785409126136703","14520477968077588419462014865843101396971337166859249207152147889589388432464","1"],["10313907177028724801026883649493521767400526140964355838858088008960202153204","9386452475629459386841349724102146361324626490418416731320798707174354714559","1"],["9425578749237768342072882296896957964759672584001735238093716432282696345796","3864680350273250622893412263465023788241910694667669654971581632188604529675","1"],["3816638301268217829443166608334050401550815986749815535056224702850925828720","20926003753713035938280021674306000372749854978170359309601755550661292787498","1"],["5827832986390947724115932548991379015089991298509124171043407256199002478073","3767889159511678411894447150644786536161619068052506705748356017520778338630","1"],["1327953071990881053140814322184588566668412040134264298372520096383294847985","20888139773999700448255899559504504725231993902977338970958426871691197048090","1"],["10207168176408422212174060022038355430353237579513733671114735762913195079886","14523928364842418955295139184195894809812783521002150838805988108026261115238","1"],["14752948290815500738193294829535446627939409238591672397431356353957381524891","8217156861314649099571142293607981170869600049625602167532633548883993978106","1"],["2371895878266070604218205264491014800228881784022634589159995021061425999329","20625020143220039286094534702418320218926928586739967478633806634974798337137","1"],["15312950400110066301109369773665499732676419416738884244675603910893159600765","19610906326781913949723580927784767405317465668155352655634109761671093202424","1"],["2618500999281802707925887436144972254107546946670641454764633286623237246093","2032384342331969955685910917012622644337478396689971051320066006444379897813","1"],["9717243687757100254820320688613517023236290496691840114104666832027623070985","1506733360133949417275994113325038387766704432127809788579556763151662106330","1"],["12242431925305621001784197652842537954382675943370222304452698198332677015939","20326230926231991995634167028751532682442191320509138083029281641369361001286","1"],["3420618796553353601709454110009091011755576790815211318144879344394090090071","5089491480914565609486132208079930415597936159235000890452368394777006082745","1"],["14571601334819449085212192190657817068098515451082332934008583126157417205830","19710150766148300699311462478964341181883523331136319005722214932220952980821","1"],["2269272771156843390323845012507188833385910241586087939094411061154638721119","17449519382436050038063953097899447649110018972887955579615235753573172526751","1"],["12727521853496845301676410686202195683510955744596430916064769898709921683870","16392280073512205479336011795875458361289532912571340043516195008227980800267","1"],["20296599444252708803430554010084483932632064745991122889359894325762056660827","16250120463810353625256042209601063033909454686089977059481802788998230678590","1"],["3595879702140352466940903217690339174683373163671496008895809200727436991880","10665809185643896553299908463134121098474053999884074815027113033227750216458","1"],["12894122524906610697133448055314185979324289494888568565862254749449494157420","1908392173999437058733311986768577123356848371692841829988885454779970650275","1"],["17852951037710768253237243764739369135293238831811810737085701731659417687202","10675610491643252673296359746047397935688885285196198995409563947925244514795","1"],["8865687499691349482633170278268826332102382343829749885337656276537032695575","9453280383685132835324314678357695743697344215367863531305323090893711464930","1"],["21589618501060817062517496371964474791705503558464575111111199006827526967116","7087144693294961793734611554337518402904686199230970103962690604890018103406","1"],["5682251886690171216942003097759871021476415161186438670928726570668506988246","6216923361546533971317528181487610757780170338820773274304815669468018171847","1"],["9524298624722894735531563359582820681759409169613378862890439752797919428946","10044255114878650480104765454756889763732259418300499267216670634125329730991","1"],["17798571522107722595412568584612276427086049319502655236273182276521373140928","3210240837235799372546069881666030905751056754177043333929984897233457620714","1"],["16222454856896702546480233057430154023560884970300089958828294354584495058483","2151672365201191959493594676847897772546895948814812805464956596650232416885","1"],["8038126362010463641389656984306036001206258798754098006586556428018667945721","3024486766213827332996685871880545187815543050269828509555764210191923431412","1"],["16366074865929640598297580570959058759363545587020765678470983582370271244085","21232650844699282929826532943086904744000961734531866496573038029714000288852","1"],["12593310995134549909237897675906049640770560492310311234483671290135162822374","14689796653382130802975327141413958166665076882151614273194743695311840134014","1"],["8013844700219525390644147427567289554114053637990456227114667571293752057469","2389879287874765153438117098274431292800115773216758764810437574154980365753","1"],["16010059934539217552239137919142527862494572681817129285486153854535941734963","17401110174471171113120706524261031113400543154235696772556695972250870178625","1"],["17081609341313548167570756279386803696302231699324572143630382107601918792874","2127282252934829541885487127349038347254712480733385113229569068040678271758","1"],["14076207336028123940413722975438043425785046401327362595480793793642487882205","12814321601300431695725253736957218845475483130478132221730464838817227299042","1"],["10692651690858184619318301475764935315046619711696006909064349414041637270313","9736009531336345461021861483156919172605953579263321792450340220817135481049","1"],["8524720204342867376714270968677061870304914887796244795428449612468706608025","3006638977545407440910902322755768233925227723107382839578820752756120385285","1"],["10445993409970396382193592634225504763972302383263311205884053990351776514336","10887719795689003490825585821079568659959884048005319532367069799495262951195","1"],["894329224248276398392575446804565987774158622206598079924157011009444907311","14582273213849453605051832020247522818576260777687810883290064618395673906091","1"],["2929763512695926325555258422241475244703883938080893685334675567543802417583","18405075721067835281467771847085276717740929253205148469152753071445376034742","1"],["7828056748275214372008289245071344569028645277937346794041063799593069492122","6152332099716202845192841864263357881782143465148738134851268898504293707395","1"],["2860963452165678872193149462321038376894080591355847342323906903415249091097","7530537911064934775542752283598326705085337588901664893138707209690927065735","1"],["19312178256604578258965985561266846740010620168359566270096443940182024070516","20602802705279790691624875601985144673484749007666180328927429299097179133877","1"],["13404673943516195132691639220272626137892479433776856782821302618937706869978","19122918942576614069567493782112393725357471638890497862828375548460742805607","1"],["355508496969075288376085264404493298026888871522315971867118169552834676584","18296760736577862934473406586261919176851710634706495060638589688604020054792","1"],["13788962968395815415147820051279342098681590475593393230590709508673106479323","16781121082707567335937827413094544958310899532571448005286205197283370433646","1"],["20680392816549662638881659717278577660492924528109809024084040510569307913974","4380352933963936597296521610588016008116508697114332679840757094247490175468","1"],["14469304024780908357022299960372154085842819606242863528433062686722978703744","13490526169350043943379322025109302471005584856011420164509893461384078724091","1"],["13312528694959658372201643979162889412749998964294625331141427741632596944184","17995451415870131589485074498667508527914411963687642041114347320220722998216","1"],["17754110629776967366328597756339873987418711066562057042170008737719560699156","14195551124346161066038517507089257851932926682272001624808752632154040997905","1"],["9892254160740267343802117889441191281153870844639074211931180978311834802113","6612349112280856233303518658804123068482745756751249949087512133981853995447","1"],["12005076339120912703667399025685690577816177971414491816945712515369429221918","9911433379436238508327928923720025142944098680754099925822990088921454422043","1"],["13102273159350251345809251716538350902707758449807466991816215137356881299337","19899133661558063439963508863265930065334323543117077564884969149767313632057","1"],["17838650913064209865712685516079838181425476624824934015313879940170291266519","4710138252673433562418461381107720971404052415846513708009140817639288274142","1"],["220294015099784453977106925366310439059327475069499392237382569969639992207","19249265173972519391772193864829257528284963796326176129957590704133901051992","1"],["12226741250624128351010630343652594433539193046805201521911760396452075552060","12312442302893032408971006941248923952782855591372290655002537078973728236794","1"],["16555691647874821534778146711979727043446822435891398780369431901365069754486","16872009616172224814849421369530342140978619963004800923658034731376575213735","1"],["16976685468967707323332571088330920659707953155625403770531503849755928151814","9051673988933704388462599582171109814641243150910552201751961403318635014321","1"],["21561009005412287016264289718456399995085289797247293907357639327651908869121","3949473772879871245693034098452083333372751035441758576560879152518504053281","1"],["3786945649832801745765749542822125147796202546731875371295878139559889774721","14902287364524609300725012904732661912104766990557770924174964624015940891562","1"],["458892909027123505378784117489858131118723421974016369467072999115034941814","17710290443210363644061893100292997224681394689404007019127497817715471084636","1"],["15647387150012406507243592038881720163155495887499818441263121590892981280271","3071894364238612264346537736532515475162254017834814591466782094860215343450","1"],["14102516175349443182451589663656377155206940588279269991656905424170683102847","5409490456917560107378001015328906794232954544826668271390653349803715488736","1"],["10709723001128886742527286026293197532615135507815794699209219876434668810949","6532783149958869544401077430925056954339327845444855291376135565126949965532","1"],["9372739453309496457171555425461927639513382305058903952130580565542394565855","4542096028183702088872575383278472374259106647517126906549453328104079334249","1"],["1805166056712223633330437790638679142539939615878600169186547728291025812107","13508950620362649252435766396412536631544132778375055147299713401454096977637","1"],["2484059532423069432798083721116304099203195387806202295874546386162887801101","5904459624940088483888271243470114687875123854612046906254796018031572663620","1"],["15685402078876495078232329468113904538597448896993561315814919512772434073303","14246673441622790291805752281663722905456106564129641592064500977163971939454","1"],["8976809805778155655715151520067995879905987499533736869775947540203120564183","10269189666748807002272507049611244562134333129167618774437393544275116089300","1"],["14318379104678839780431294283815164050412428166490988674002751728664730717151","17641484567593675339802685784200822234541272514683688291561998375709909297920","1"],["5294084275690039398635257709328541652547385746645902869642832315197421579601","5165496223919655162132362077103186963908251445962348681173469814761995727530","1"],["428033292906900654936432942049927523761418083123178421108164358801166164932","14636952334483711454029489438095900657040633580797777706007458049688893594010","1"],["19872673147566704967070716884260397045346811401447897431618907486990386450382","7566050107768703794244319489309172609591790006635987923420555773015405441371","1"],["13505070759815654751665518108489844251459632429507861460963827762084334272364","21824210544159074765934635552940445488604306580401331845901761763243232004620","1"],["17519132140006060299039355891681913181942806192476731338024375973863454643841","4671131402695747853573794370639425052696431575428060637971698911018198073207","1"],["11592930348502542646459436227854650264313711996578360668700193331886668135299","980457164299005709704455851356835178558018606709660535216689097816566748038","1"],["18121539495087466367641584236461327806101157939085024620285073108455501242837","69864032956013944829292137688554090956560383723544330043249296236375055464","1"],["21816775414414342048515685715550421719686062468461750003877628490780183391676","10544786607405012667678013640540902632607511411116768417331996123271086222969","1"],["2333825068938176641662189779608976195268633829397726718454721422732685011868","13851516645175113079318223686461900795728452783065413467474078385304852625667","1"],["4383349392084202909221125299190362425868835974451007181280831031897691751654","15203244162240453980988403263715568181615921117488844208936283862996618997208","1"],["4497099361060749649445877450111414580702128703486198793360598624925927997192","20930376106721281786222829376348438253914581421837305696394110810911816252661","1"],["17169818031500814957831432008575501162692602714688342595380496204091306694744","15180933933837492321613180366628759079942465050501035215889972221743014186493","1"],["298074947006737943974418292769406903555937879079993848472353374388641848064","1272014708589800861366744846130617649046216957225113967730856499470862875598","1"],["7214870771534108482409564436211541039677401754119751931034148471479823819580","20020089830874895560655284195857632226990871034318688178949379351534588554938","1"],["4772055007386967347825749164668129544926196225138492943896140834689444560866","20854282191520583273733031670075378757136305254533377942004472336009149448841","1"],["11472565450926148022426195299883763693959778970084238884154678427323759259986","15688687535327138035896967378056966585557876375399151285878543829394534165332","1"],["8218132263566733679895360592124183318732199637108726293152452099906243567866","11479165671050588349479112562721739557029380460392027647916176389449226025494","1"],["1897508606616339457464644464328946283654801731138600974717555582478530176639","21040777193843604464934382521509405994375386517212788509205109455849516971459","1"],["16384914750712033994827588216746377399375272656151209537110661176330060318704","10836008803955672390351134211064061697820785606273889417301611940522136625844","1"],["7980416647464724489270267057970777622690037675474124952108061747866803851635","15340307517418666458831789003862908270171090808130283232055117174472261115180","1"],["18359238401852136325454266846369661632070549194840452358305427114686439464685","708827724657834323650155084626793115907319211588736521785732022253525094037","1"],["19129183550940539025647247055945775818093763525165852792952363529364803469149","1049136235661630710732293212569151825504476819540177945843650259522389142675","1"],["6548818875653540267246820682943312348540909635922267199318747267969578887744","11194633918132862246380108531895871691230130865639707932773196391253964992393","1"],["20960602214527738017187902009250266071842167338168385069742160095241512639949","17667285057622592596497003153015399988580561473684522783889469222913822769231","1"],["6104698130905273804421954986494192866657007589969460507353457657661885471847","20028503190035320262627632734982958518583279930159350811981754034507313847612","1"],["4788994126838139030180370649163051651786949806830952475240419934429951333689","7858084475476088308867026015096290780670140698326872284544453548526188750258","1"],["17192463253287713076784686304456314942809927859530003226169104284324589845690","20115695936713837749600713794156060144009322367396807424259824907335473205835","1"],["12017670074178136710658068985349794401540303014153075875120155355274467873557","5449050659139502898818134616733628664809986739148283333825448664309989920002","1"],["1622334831962459087771650133014700887466116690560972194140594802779654973574","6207687330142821052155594504011579141059694286952865572432024103604463667018","1"],["2697461383312521958279782055196620956608917978439637899846234782051717976735","17806627567639073981706687994603362439342587391416285268710409200306623128501","1"],["9034717837635457995622111487964765717966841955524029863437628808035592996633","10743259613721510105951270022597718552318299700813014815185789527956369533429","1"],["5436280750780482998692272691040697112282211502772664053393554256906262151557","2022112533228283389166219763982997810103308542787518682968833405747304878117","1"],["2579763920964881103662587866013040621925762580024593461659704091978745692327","19921364005058707247841696063672194262230538317168022258948499074362013392864","1"],["4574337946247355591066730669561324284367319484893739738154227779606333094994","14448368452351011191475758758025185453052433479345436079066048660675223083193","1"],["13296419355958948395469073296221868777112489005654572002213052034047324653007","5764853473933651571071801212901200898870636521814358601336581912479172498240","1"],["20598348899708098958924520370443072325989407568834300834162467499791766637047","4561898558281622634431215302327451345484158099667396188269933821400492447959","1"],["1866860334003303569190004842991321314708768096036673014548927862779505598522","3266605151866413799202639969226147748630619318690250787997892836641169491004","1"],["7711365060290592467286474842840217755840822208697067016862529901718823023643","5833924949876969991746106929795840576325732119157895194940461633711923789397","1"],["13817265422277131454063103935910124324921072917566695874340685120394988631761","19485628126836726230105778734451127100749073301160589683301513960368601822989","1"],["8624170731289184677925353739121905682392397411504033947930703015195076180840","4634479385944675472958748128253984761770884760896813711144250593645953628998","1"],["19647498803219265699752156557900901468211210612521715417311631071888862180187","20759720093071007831992662941569892048023857758151747022470822968002144711370","1"],["3628466735662102837675546740012161221418585913407716031358192478021465573073","1755407058042107574899899050318120056190968423190137765296568158154513888309","1"],["21077459991746331447801273946580401312914091613909563962530114012786830079975","14940578464007084827196341070178482979583713734127682821847144181162895026522","1"],["7482998666818320277457133394215964853856774300958388667894705373620247354156","21383684362988897825522363659751320627952483193942438181262008473425234109999","1"],["4823279050537620190654617168892558990580333393104597934179087430186264802862","3831493393120952350614809586863603948611695381504265370941082224646281409339","1"],["19674772880931755800242948855124229086106634538910488004728467814401824857053","2134359104163393958537419693726396659399971368912391515718794234360782960734","1"],["4167682824467932748870015233858396104426180354694711810693453083228698215117","10167358193859095360411132532783436068561797533303396258135173938059074682949","1"],["14686598661902086872741130328718829036436436747638428636649971297887970701964","2168197462551682162929768947267553835715210961369709073780769871166126013873","1"],["21305333266346252981936778504108516681353519416505391103693916015662861741267","16495721955143130924746228953029499592787631831852787146345820742986071763452","1"],["18753062567466436015158970940199695268213889277567364017402210340468250219467","8051113130132632796792332275684199243798272784007811477021571269182243103764","1"],["21876312802363326093184822329364070187976557211831084124416618322220090311581","20472453414590529594659094122919083935877583832976384022660473473013401313981","1"],["14922051235027998848670188122617949174217385343292857157528295059456406734106","2847144793877698937529730539738967663380134525436420002352841664424125634341","1"],["16014409826751628352767674317332902151091903292839720779296058509974367265592","3275600480023525053179032864842711286597209114045678004477067279107353626138","1"],["19122000491635171338318019343789751356474295767488218325951381939996968474290","8470694468805636206801521212775349627171000263137135286949290989723631942411","1"],["5438552564865621787575536749179113278521745356623803183311704845608019364283","3527840628460929875032380035273998073188567206871235665345396508514101974216","1"],["559665795530781816837051933682033206749527202108847677036985782852250090760","18380764355941981764257960950590341283928853039952357859911931294313717094463","1"],["456325459457074995000375196474401640444175852947463395490038596423574576186","7347952389411834795537358375600105288484960145669614309775570947881012540389","1"],["11648781226799016044972764082583711663058789365318022482498296768881875246270","11363371130990231515254151647747892095336564637376378260043573583578557177358","1"],["4982669168084544809700224376337827176995315328606051846330889941271942498967","7667210361328291428429548965520400867761392300274408226858928433371376875905","1"],["7733496001826667039561451932880985935196395156120331889687663491978925236871","3040798446260647025037049694796743550437212605595148990709975411463395019166","1"],["18904354634091492052020797124126236110248079667516322106342745124804675094868","3840310229679373246585712042160149431732806934742881896313305105122770193539","1"],["8113353162804280109300751478919883279708054851920982860446597837959170495021","12167875758782875847911865095265850268051448142566885306006816324090764410410","1"],["15232689937359123314598570644198348453479739214407821940689466072447342733284","2297263499621321047720921396137177636370097250336475235976684055903832326515","1"],["17269098168868816055560789633190729487061459994911932937998094180828909402749","3978917860668608065500784304927545328138283346516891836577966862156777416281","1"],["2466722122129268078766739610566647243330975165791287241484455141168773941351","19237948636773138808528315808585654362057318718551197072945777829147889561680","1"],["17907121831849914769440774448549069738815076169885433908373812008747009025907","15307669725826420445071192263239072970914671678497328014680360294479295365794","1"],["7720509566294228471862756382974852587374718175201596487387080710657165044770","18598317821736713677883546840165089010465869972757932648184219881967522543781","1"],["19807431342697546134418718873911021059998341493183334322180717530550280653034","13845169193548418706245230489234729454038542161628016315080915735725552681615","1"],["15108278644009312861138572319279130617430721051324234594483697290622282776118","10645490164996796175938799943417203044875335794694130179986574191839867877713","1"],["6022103225801686937225898382076192730453620202868606053627028901660169198139","1727123737092106389238110378009906599659273701209582627096894284851662943719","1"],["1172803128315074339944287375613869324509619152253403021091987828909433542314","21558687503855044462414110290955787203577620068451449563617362515622616215800","1"],["5015188459956326169282645381035108131293202963528365630099948939447935245459","16472906975704173687262164819934361291752974580383929574260810094693673896535","1"],["11070938583588778735632993876397608468394763004627877834041390119464266749122","7768958449037659127073328039822995578937587519923177616192992650366137586343","1"],["11009907796181388839444789962830508965373987527783533581857669089075874152396","10252168590096487150356269516499934959514044193430701855080336575161442811033","1"],["5619679685867159121227086426569879464537082933978376093725422107782747514723","5957938253217828210828639965642284282274409616729632666435335128340283069755","1"],["8976931569680367036729139403047860890936451793850101792226756074718247822737","392409060324239675895175804984977909391682071404106060570400743449288699048","1"],["8911901215584162647307749492651919648648468030845011786225999426941259491311","137655508707457307854064927143810557555873843959054498416066904126022278355","1"],["15931134628710932327965629764857596851969164244217395593948015017734254742392","21355156042968020111970145471125735036886621991004947342726374223056972741742","1"],["17224206670550574621711748555743445661980816512161399888081800979439041759055","2685588685486052447759161005794926754598339980211210069624523779467094828305","1"],["9430511040528361810001022740076343523305799575399966069580999260084673466038","21740671519677488902057415741211302549448433784782007784743442409633358825208","1"],["9812107967091637007770201706578138453762918467011823363166975148363143989965","8261860157272224585545473923705435119440250083523244948349273589090624751501","1"],["18464979905430991916612119905769058628401947291028288944787575651094964843395","10144788317816477191602297995492639540823694494755759941214143772278510336158","1"],["12424146951658331876150788418875450569806352603376096354520526881176363699856","8437776674229956416595535348420308807575729055099847225024577596707505619186","1"],["1634678745574665849093565547807138739994568987173693238272465841041416694735","15511312614406351570140515658503908460975287832707009193211416717534794519703","1"],["15850427608330744138145462941471478271877984316869135540108765830985648148830","9272862111662794438441065234673629507305718133665718849883023697109656665","1"],["9953150608334643558005796569488304602748387792170080761863596498995662857420","13436863104070413900487975534249203575812404639121057078533546173522666649012","1"],["18385990106426301030805814926636221525658294063390648863988730884233908676188","13275598850479964918633565878520022997679156108142307565503559955208648924280","1"],["8602353654738169470649196053851543501010109657719601942149702091124233612207","10874100730546810542109499414909627634956307428378273188552355592853302619211","1"],["18536905461397473470271823165303303288208781163671790451596736973766010659040","11477098421049460100927895792846125726206357466168060781098513891673342137775","1"],["14903526844665542194179206790031994612264767522858285716425360469802204234709","6904290726498763769469496522497161128698132674093842649173430260644704067266","1"],["7399357402839548998654190112665586634257965635065909079993800622738136718907","439532173410428906276562705278020489759990792684156172187003969099455823108","1"],["7559212114542186319525706086106769947250958895392445111141581639327863713866","5125660377355714674325446441818920567564646101993891897366921255876091402979","1"],["21236626199714396782798875335568732891867055216186631584111493846724061112320","13670215552617289314960927677155390416277544020497448722812339376323735214467","1"],["249647980072985926238949788822290494078644211875717595796499696813493517714","12093296404041876021793700807290100785925929478922033580131007919128193645359","1"],["18044683514466032115638179353210916467383324674209229055556316463987237414530","21742994736279543482120208421803599068423229414779578619739228034324305328153","1"],["12840306904525110805589756020128411910923693826341964097090050164539495339242","14264673000191044163680896844712653458730159010778143914467017234827516483471","1"],["15856001049604792274771035607614651494513795523325557516497753897371289556324","18175614024345274178957790832616126987115989640702422659526590389697564076551","1"],["6094281640859060209878620787430499347517896387585523817875673253795678725037","15298473789424412281378157033784552087178072177761610092819151448717722647762","1"],["8155377107025741413966012055320804067682875646707142783198587045786327997318","15983873504010391167189845819450897281050379845441383456909663789042192780128","1"],["9635477582881741925966217229837664886928349713872153438369470348587888204822","2793506422662358832852861496933590075994371176251524450092059475668351384574","1"],["19453602994417959315178142015404683289791041422700925725966415072721336163936","5392717540530874099490193849455970529558088074251197625607098276551316949476","1"],["19173603236817517763317665648267461315397188909575976027497458552929641594179","14386140817932848296719381043744506430680376306755109845047646419611019576709","1"],["17324776613036576554155187240216397597623072050042332539898412235716784098919","607463997004229032164842803404010594290970039054169365194285445356570099289","1"],["13379257996470010382937455890629998745286324021577312873626226202670221531481","3712262116614401311585562299329536949655706465262273187765931831230256347224","1"],["13820594662708053129029454228884336370384787400456949488746926661679102513857","21758947597262754383450483418566676178350041840298619028589036906163628330550","1"],["10889770953113402263920696584304380589873246336756130120488069471753378755011","16475484208929084569816549664880366350415911784183781550674954148719419028214","1"],["18948558569878725385820914538008800731160805875563631716441262779862385105275","1993146211158722258691683226853429484106313314795097047194176847305881603713","1"],["15055652442489144936298464952404749307025180080631128518590609472998669236531","756054484761360539141896107171065054941507948741209743572964379802572965332","1"],["6026943346740337183137030927279635224865516913623268956980616326911591317925","6837903315214453240844012529032569735996115351120211932164879894697677122834","1"],["7631023557756121909923663935901328400213238990967443899166483038696335070974","20748517140232816953993256861326986342294183671990722117372457179572549084070","1"],["8212543874765517813603436916992908843885173118504005952128015844790054353359","14200939306490358153156675648948277619504480038734166723820482016890964554116","1"],["6674482748178141120963005509315934143340858296542039923393543481341322235984","17239699626417310336716444832447240028564424083016118332590591101788740910209","1"],["2555265288337798781135934870128007145878737544350370904557315922419471180149","18577251390826695702562239138738675823823934812013592049354505986721384342076","1"],["19383774994448471711329774831211131251368977872725528733783779559995560971048","15963951823517911590313771344246583053568361770936420728266072317766415376520","1"],["17508933278351858623762896696327929490849605954745491367759012081734896167841","14437863148943925749525600362045686897656865675899504523559500491253563780662","1"],["2706388818475774477996744021593560358781240961050707744346025153956848446167","516834151922510385704359774464711349713627431710506545653432151075299386406","1"],["17893722732872507925691060850525655284313915651054381568684649360479294449079","7825662891416175497309872236532245714781009466293878573011114324902928510034","1"],["3721210870061401210422229191292774183189961877002933110024668312332409470500","17129590516416547433841009734276298294481595682436621954360193637609521751","1"],["4786930157523275756506127770986147871928474122400893880414159814559201339781","2967584168430942318764769419886753014921020745917600261140771301154517078964","1"],["2311217466878997840952734957566502363261727855248820946605424860242993584184","5285587378787013802620252156008108521912570885786938061193994121755931083825","1"],["8302877881784086032532331788828391550909833096516247402519086861123919491117","15975454067098810465736442759766537146429424512345152490454968846590006961317","1"],["10778988824590938331049002698837141918418336987674709041174233381823841454622","9254473111342495352019483716456288362157212578284206871982296816872889057467","1"],["16905416936158228116439317729081639811427929127802285360099768010442990670414","15822115559842680273066166065111491464429365113307620097578483441320694199602","1"],["3551446071616180871030537526065860826512177301422280258369519941628365731904","13532015264408243717140171117681282659813544310872429143284851646990018172261","1"],["5294711287938073197884079799830747882191080959605092906801060845078748578957","3566829726045044339178572672390610789393989125979870842664466778294698209126","1"],["5926835598983973511741621257587502810207744474722636040109845174657443961562","16772172406395167346984446961101230429882499132708475799212333341028529914830","1"],["18367541164931418303336563552396116702032216265791213632294859147607530803357","18137786784104078291170423378326730648006000969496413692938402003462360003485","1"],["17524675453352288176622106877156667136882447920608206767721522784463799759328","8938650514962474089115033530221334543471270265463683047928426292968423033633","1"],["17712993072172819775283939225011859403605065387402496481928851324141306993079","10759595773117495922908632022763824186674983081850086383684128852423038010224","1"],["13377978613367523655394634535482830909707798069628303849072770121720704019619","17995764490525407722958984735583700309668540180305944375669620438137646346617","1"],["17103368974281889474963000925626057094454515781008230630557663469181664356486","17579328159016099191584654154114268094195129685265784477455860410520377226492","1"],["5447096233502211065769944319730611068894553817518242731385349410376031694144","21696339880568053585001378877633747617605484843012543962532697932614472845316","1"],["6781571325954179253397873289483079084529924184245479561961800056654273460795","14977416037669500136757924223620840682660750303216346419547586299952601029898","1"],["3053429178975381306732100006967159821372991161617466073181778557826445576277","17854830069588012928435290852042376139897374279952442676707949091702267332812","1"],["12834600284904186919949243848197690323142854566795300654351278356981021586346","12186206334801105267824802337955990014898915512814844017891088076998903694891","1"],["18576132096834253440250462778187547642421074177548428012189728601735696109968","12777621361806252390636976748799859057000472104818703746587382038800062495931","1"],["5935663475008763985228292647907111743948385892102625762994826436971306442099","19102443542906476126839852944281636113092764036821732018284060062098151291976","1"],["8870512902751783125832273978058809797168144525113453651256736501269853733783","1662993962556395689918545341638985338419024173691523321678904790820031610561","1"],["18428334389033200248861358490055154300703193743913142972106308683497376425859","1744969122389368220164128909812428161721206513339093513357831996082520760072","1"],["4014650182118457756435150568069583531504573756091867507215766749257797571565","17647327589026575682392856081602680218614799049091501418188343236106271278684","1"],["17124052294690947260805366053947816754168134202371845520912680508359347427550","14881937686109367673001631898281971608495749157496764808390742718148307494383","1"],["4777013546719612236209270064559582305763462652609352158807254510576959694606","9553617584437250150809623190958877293168095030608738599703075068743338360445","1"],["20311674831737944353645381975037690951018768383124034257859132277835680513032","6058204883079958306207594982635977683047333923327782668081034474027190013574","1"],["20770855941151757720742794648120142537511570861281296783846569551597358060330","14346357358186465957961369529977365049741096950359041350708750376822744707158","1"],["21540094597262849315458820356344028359014650381672726077068609123468332683152","4318806408712398328001697013756984625242949895284042111886299581684581496488","1"],["11056876994627715348281776188168656762311626166306386655350034391243083677484","723722625050294598704319147365770022669449863602666727432770667979914825810","1"],["14939978638713895039329530270568829457661290604869044390505774652744276302146","15489917912934293073350579348190854012059130346456181334905693068506412849040","1"],["11127935108926043723529550511261017468644286348914992189209585355381404010148","15257568122166534416890555553128780508961684230428977344721550065622761476066","1"],["16336588311174649926346894833211946475564296258937880917696557043925662178987","12440753516875652568019711458324953963044199546904002349680943556072033051031","1"],["1239327333530897896673994459418009916806780494208315400042486915517599763274","6594209111722907190368109359172972066057686400357807811173070173097276047898","1"],["17115230898178268492355706645712932575277314768732989535476434002868771527919","7478675011306493738097910039719251124766615784758484853071195772833128514716","1"],["8154503020982612496092996147810483230451349720187341674819249377407535852475","9172811669753603997025649307279057938691431933038902847197460686872063463277","1"],["16075654381516832700232430261058228818345453914808772557470566784360044694269","15453853839243726113629024182822683343362300026625192998847171215801228529352","1"],["12663240248774707680452757940467328514896288469229635478119537957378775939947","4357046939059092706215871397333408771219008126256816976164580939137965024524","1"],["10318960763502773548856469991078031685116529833402500222229778627411138817453","4626798444650829299930291182075265178636001037398104364781997886679447681097","1"],["1061124511789581373918754573570926189089864685715487883018481229203825662098","16771547998080370022329140334170657146050296893282674839162645826735655905153","1"],["19958954272864498652541053065462619257422739929383013904376302087972661578991","2912794979946821666929582861315304300033950177704134614673476227615194007731","1"],["17191428064408965373906791685581654774748678103915290586361859744390972767388","18063198809760792784713015327476531732344178996394641273540045193115383207011","1"],["18875451846627335544351728893488360194222174093127337742333881837892402800799","4937471944903815243149844384182321344794187111028052767013084716853571239487","1"],["18052243872520717851083911460603397256517555511776149531150907030583264691602","10525236471048558079421041799767724884362963931649332164470221462165803649723","1"],["4552639632153913218337619000652689387693258103261635894678212958473496896085","9546904313631419607917689351824255342879019826416914174741703640560216726217","1"],["19047093024167375587045840022188681057978790560171269213168018951095891682442","18079931326853490725360251349622982518633118745325920320082757634507875527277","1"],["11083432923722617444204626033643633102942696131316909694021191264891941483011","20612245846313454493844840465417627150438289401666880069824852750971589473882","1"],["7992100903188963843327586928663880399905157144008226567063915921398421147048","10889615774730149933713458112117745013869193135396172643269200295804910664675","1"],["3795999222443617896857033097424429183869459437419313160117236255380645397510","3232670178089050202480677607266214213572079907606277386387726901444882243900","1"],["12992397041266290122497789510649968397134771000385112587956365664586604606195","15093792851500550487872379312993641905854428317291121079559738597595582716882","1"],["4971817686053070556095085863070997069922968354998689564565522815950662900516","12262830336067896900696699447026588949529790182225213215588187211596895066503","1"],["195512108975657127476852335987673816600515648173555276105701507332058757205","9795197679095022917814539438510473214439547367681302647985271958048143981448","1"],["15862588292882495713802222608652531041118697546131651437384634840982736757695","14502925594354453978220233551978978783117110565109412426785208570187351430408","1"],["14606141560985655329324907358988688792505537193308374391110623645606415176040","13370047611077168173357419705782876801444731116357735814432701196597624111876","1"],["18159992947218080021547595701282821847707507134224280217034407226546861080830","21815074018743346710055554740420540074396535367793406816123053977619554954399","1"],["7361469640405702749808414379817406261123215015057524543798559745060486878852","14584837206700165671876785237977805692738958808760497301010278033453839128178","1"],["5600774798516093017792683661639780239782884378624360284330835470844946719336","2246394157234219478442410483076374818483157881070037031332090623516288966438","1"],["7566660870401791599761915731791464922537311656278683047532519764425374576734","8759803142511033063678512788939632675457648399330143581291595178633922670639","1"],["811733048836490919092766585187746637730943908919216428474866498259494347692","8673704991010984868351626692466841925151024306620263744738370660023738666699","1"],["15374016976749307712319186081905978101691967287522873706772654875435023471975","3502779424774199306532161616893993098962120817904193779826724280968270898895","1"],["1400931242690574209112855041213018603519734547235830047478048197668805623509","9675912945419437959952502288172804521641863122988367501639416432529770545356","1"],["6297536685951197221601337991489203445943182430826650668224395905050223649315","12571555488952454523487725455377737888841063096368457756456684838232242795119","1"],["9572493811426280611077306985259423252103153118846355099111037452704579326112","20799036856731310628887023677656355077836114656577496286687409043886267572184","1"],["17225191364320339969932996419641512425451974058323710257130975208802664418013","16652866578602830263499134095023714431168553578860848005567251939697962772040","1"],["15835239232063437765141157026203384265196212375763842669133169440998640812947","14723031891024762386528169370544050749641329084233005902747425669826136190478","1"],["10226739508394923984514110373185923668444054168002631910497375867073963144184","13000949353180400950541419097280486132048881496337805525317293770673644371469","1"],["19712535096994940560855490932197647159666751489341426237702405082174534872559","7222911596810119691865392688941196362394577596372942437734163934066139059537","1"],["20975010215756440679886374072390371882620019918180055649022695307547763534346","17634347648450574065377892566410347206053097568712618927106339782307953211902","1"],["7141800239718305513999712952209640715745113900236923500625898512266506595267","2954909371441047506305192615320206607514536069120455757261951958822690892865","1"],["16482924248325679400132858563917829557376132304183665004715514043619285784388","5692997663031278326873011202221251350131015184781516142198431402845599682347","1"],["20746244602319956788766640263103897586101874169809006419361626606573153998794","17696993015741699145453780558827338996481482306582029825669534046356221807316","1"],["1475921248497864640397376245608668966593276025645761417927718968529029062704","3761148976708938581798418656288766349003852418181869887871306480927478420642","1"],["12910899820593531916040252446361587204220931509064642679236131858029335020642","17054434913879196422716985805234881721473969910870496911478842400963802983784","1"],["14627036220181704564450124036982515502616079793159802265301818969838004389341","14962635232326426661780249493202756225241811795272967917514729352581258377118","1"],["462715670812807886659352702459881133485839095710386362964550489477040753563","18062119228371373701112666849631659293026229350346762928107297367520671747160","1"],["14361912008861509897535693612381013829458379863255676945876261200981213329125","8517804165808797146538697788768733104445922026874106658199887606214932775637","1"],["6658363849125048583707109377580000866513935057404570151372288880397015338318","18733911827316935802341563677276026334868515143919416701633131794116158870137","1"],["15302917415354277289325657851404612033357688565616477434234337584884493768461","6696975607414618561943878002632540809558571239924821310170852768995980610111","1"],["20225203750886510638587873328919386169213094819763233998142388019648935402825","19739413649787489320992838622240913429318211905926862331971375357947134286497","1"],["12719682247255154509804647103581538987592306654243423859544148023017617709639","14083350494357174466485297607782919749899515680690020321617730266913919112316","1"],["1541988395832705402749943576122338671320494544757051587005034697389393083650","8681617851645925446200493191106618069684322007407468521665861124735995278908","1"],["18597932745313477635676280670384342763884302106859725319978556670375940669715","10060718286119331869423476522429006538022903013399401484071380143638244303005","1"],["3267429804335191215302911589803554038293973098729258238021451574131325666954","18417147450018382119272616770708084824039390548452504316518690098541521906202","1"],["5954389228879823115239381190831562779887708103290469404255494550735956055858","7914441752781372270663929761949263273966023898513897928181807098134717835251","1"],["20317513376708214765175403656387644153468438353450377018616939092372111074427","14712744856200105786077928298041767021922251114566735476638766104630262632856","1"],["17514664480152175202918645024405684400156832620556249333792859836124946365223","21035805111899311762203801067319668546146919996302710600506783282178051894102","1"],["21872899108416019083103219068864447909135735159747076687215145310036185854942","21073052518775792556011780934792469769246058891417578593262145040447546341467","1"],["3530743187953822528180667530058019819612742639921097534565282810307449989296","8762580547625091819505063362275830004535200575957889829751932388362387228307","1"],["8839647820906368015278625813583940146320298079073846003238985484016043847654","15536083300436315064916942335710621796571720549419450810637396732532558111694","1"],["8272200133040898251973882638088004329592513124923574073896180943830468644316","4046462233020397605754535063206454349670796073564891816888881407976391953138","1"],["11936933610408803582926370663116191975016704450617314109444332723171500448426","20227765964075385091120341540767534536532327971800751781035825626915731506071","1"],["3428794372598082845047509175087595102275072456042724048003929033633073798991","2728883633166636569157819504835161804825637005038042402605028235703693046324","1"],["4701639616008892601365058224073783685481039786618491025870914696444187308766","20523856909640010560134774974033116265530934769006758480908608855165252241599","1"],["13968837553800737900678109199080266060319318372522241543672585394887801677815","10603441759873422422436173887869178531923115943081837667436952321967818264301","1"],["9419392834142526983939976102411060054161483283291343757333041417940241672706","1149934460730179498712727481417860782983297038568759182585617969318927094366","1"],["15788702391978396880828630394628710737625068390169689517832304027508241532267","17737432092411452065810455755436482358084987703403998941603293821311116198640","1"],["19887634632162269821380370404049208014580186249282504292332254793025060758209","12848726304623630231177026220434042825364628823184216510504978469908693529424","1"],["20127757523825005060554524957112767759332189163132862855372880281839177615062","8730650001157786714443317239757442373366334859988710705233043386255611948441","1"],["4607113861776894072587749082439742103854097510010566192956189334610540957301","9336182458367241926199040554198174163971474130124835218367718716915982764126","1"],["16130822549070771508824387701537585808064693660216660339734578540243887548442","1752157772698867207344908357275638071158653120031804069735078436920404196953","1"],["7586875270836666161645924839413897468424750113417879705205471572463393044369","1549039470362017132036357193291963291055546655574500921280101182349133449994","1"],["8822837343802939082893861230906780425725554711020918561596678960611535509672","12971730880191975444457496002075523187185112934108550194944808348280521025235","1"],["5256768020699370179676730718408959939702239957866294065086691701704345109306","15366503482318182332188753268699571881383908040662136585105023156703383788233","1"],["9578254608422104888100929904660067551673821064079219326139110899229709704707","16468270465421653253867926309914810294227039363553597648030224737699475747733","1"],["21025656720694018615393386213013273961925460835049497700563714256810374331003","3180531135384534402278111369804291201743940029221809607542569130823820963289","1"],["14877423597386630107689941504187280260573779293588517820786504362688932274810","17685802289574666417460396548266158111616646754110563406603536988803304409383","1"],["15570764605471498911745326458717475068402124634397362212149492305526903518343","17466062211048587273482112930343725855781217141517531180544752232333180572900","1"],["12851425863033255841009188285647444391270353469039661132090239582258551095755","12546611742827574746024297234010463296394916874621029580376332286507050183060","1"],["9787493882551209903167165827743882610865628914240424468166800319603842719862","17732717587533351995732467393493235973978555269117629741249419878880210111544","1"],["20638620251053653771543388177295993152702961240611442643097272005788046906471","4798188102684960576245392974455228094547319636220009740072985440383808967664","1"],["971246139898834326947833384290996424130552922029688292793602939215940586205","4692621503050222148972985707748669507874006933892270126342127535020418708268","1"],["7731663853482247643415850507522281988951375037428852839728611511481978537930","69864796485442716101969100627710605893267024933881160356317146156883177339","1"],["6398257873154451367648182810606773335352903593264147063478897090577199892921","18950750006942767099795736431840491577871733021516892938724749192054618964106","1"],["8837790964004427160605633564189434616522765682321188215526091499378817173844","11356318850628118068922453535134594324564675908469138993468002012217159398689","1"],["10096651818144179803022692068034514109001624406299797747877779247293811438744","13413307238430869528425675255613851132022380554157365521348332934106885199133","1"],["4295241493192257037672317155844801309641184136378048972968742066983047116050","14693020564811945988430010306514769911471967183742277763597431423111982166297","1"],["20927251014246242488075873169602443384555612914533157457220580871315637164254","7905090578484843945984267667142587710876004053010526026088091436013998147071","1"],["13981931107820497196135689981669836881178774306896919030905952617243357236398","442959694852344634313400643962595284192410312422132623899753506290471104574","1"],["14342177087670505144585671411984078735375332659420182706663353046370192756331","2798753834181288804603814713458367600788016236734030196223539587104511434522","1"],["18874193097583132082197386011952601195862809214056284847640498257735194791137","12735575337589720718100251866411620142441838653662753159660041546426627848899","1"],["10451437822941762748568636325436446687008162444511548774892319529207138220545","2738170091032508516332405928768171777298195161428712871995635001947750057969","1"],["11585417411202456806165153189340508043797344239324613281897938271079957179285","1056288855976886949344221800109374899291155986095951675428561132113597566928","1"],["15554483166054841770866000149114420835884770540589096155044758771242204740431","2303168195745979838972014734121184168769136638646605991314297177146115816675","1"],["5546806425699931642020623700782758793555721888365345842150235867570281441397","21354744619051810379562315185114444792408106943470936871229362449767797406969","1"],["9890352025819978171084442927004941940316453989178376068831308992030198359273","11795164914557832441749176942577145537374735359658895893528351398959916983099","1"],["17117619345197035475437163569137438677751078539709060570595489317439617208452","4711985330534904113104573518380789244003207327175356121682995829386333012570","1"],["16748404433961434666569010534248022396668550088648491410312522801729574296528","17642543923682143887859168858972663471660814724827084951688204376393220366224","1"],["5318348813501264624971074668518585837293959658660215945610074800396043482757","8971832045904763693071569389625057503003420454547195355854018155992163295420","1"],["5405480980639525670999134634954858705196136571622955957361410746234085444879","7374726434153042249439679795439301515817218298038799084524637666054169615000","1"],["16149944940396902030486554045086534288314053851861656065611680319986016313755","4081421667184784076783308477276770287288344974950670554719315693402961149635","1"],["3204968661008294177418704270875067480331873821675188108917242922794429796221","11729245929797440955304002747174271544497761393365301417429417486511756657415","1"],["6193882083144642605497958077413596956773046021897686815702808683789311501500","1569312319422957239264239995660531549420544567533012117988089219425621720727","1"],["12123076391064629478150048570359866618653407694850596074701855572270982310416","12726372092561927984048731475942917857378425559431984969672663478095598221025","1"],["14403874889929205765420414922555566670767913187943019896926732264734299509012","6465011767001504321583063297012164391319514698261766102251979372681819713241","1"],["2621757097887849563241438879489191151405030805109591021589014110104964061365","5748422147848632109431557964855269658154429814709923978157125088038711036363","1"],["11062573523428833897955850245287701773434254810237527754810457717848758314896","20872016522129472018166131008500433576992509018682429436638778227229923152656","1"],["1495925758795122140287580598422400547395455950242621195670217572545853500540","12416352225824349449015327647682916944866566612114661023209337384561525240120","1"],["8617331083586319223056402266907239562429830617540039602570204166648201415233","21338154746802423889795749719621560978121692413283704177707370489618099581520","1"],["7450109927676258708562076095762198994330178418459130798833732033764942312569","9317461525007241078830687603523424296841905210154893007799123619293309858718","1"],["5484586466616877416818544402659622308981536837245844729651997489318488930337","12902458964397722775616453717804828013181151314654307536947556740847847379154","1"],["9422637512926874476807163017156239708843327744789472723545084338021655432153","21122387558948787286608811102531575153067564232876179882699645095721955634249","1"],["1641482815743850437640249678487128002243039376203964454892906981486323303260","2075689794798841241842772566032231666207475861777859671324459581928644175117","1"],["7504824792780653986933342585766052123246360390058134554658247893644979938863","11232126563459356369009133002775747626044991109134345477858871830928812313652","1"],["11999509502708414585247988018991949679032872690483568576779522618182403104054","16480664681616800636593557992779168562008996019746175162583733025423745853516","1"],["18219139823363932013859192348926786756938856863508682852830910577069474343093","18065419810843399992321234663982063158706084159706846640037260161648005829066","1"],["2426236384446949353549385370542786622811548469292860262187305485162289852939","4710420073031875201313542069361532425237091287933541137300155853505051866150","1"],["3243771956450550543653966086066787210225069788698890373592370613344504194316","16939585808784451976542628546977643285628434132830562037004693173114938981914","1"],["9379868198719401767348237337687546562594277383860580255880680095214121122811","3657360479567163685963021475070344809875848633907095061917702554822032340134","1"],["10444748246758301939031527071833319987980435469131107907822861778158657947734","14060126433729462574793310757436560560485665452117437819884420656086089822297","1"],["11945617444889160424630669142341334289282711619716861704383232845591364280507","11053039017977032225872725126139506145427974245288922648502309269632772048112","1"],["4875305174394737693998288854729277818307474513486253396587461592565003859679","20256774636826768060834940932112937407077208821917023207909024419186020473459","1"],["6497980975375671679688761039660628704029859176439184134533835185689087466467","16547156433090121982739969843729102291201981795988320861288114402055381515668","1"],["18107883935339328831912509383521487227592614951442638083218485138607768871395","14579056548740853249863254127722568750614078839602135811500931160150811172896","1"],["12425222774486710014931231834013272966634668463934369331440289908365051185560","13961168435134706177465513300546619668307173205263802707829962061990878288444","1"],["18875028393024716682009830249443301053510733170572709284787023103508446254650","6086427346908025940107485033389792380311640711404801271364375805650782143714","1"],["16396510700408312689692419009125941312458180969124309819082979258566051101823","10845094178744281971398677718175391375876026323060495714060882648241489888066","1"],["15287774127056348893209842805462197248533539789536601953072649409874811224909","11849632900970475777370479169091906374235772316976563629461749791242218929933","1"],["13381315453970521913146277535618956767472643318552322519475310407264591658943","15753292539622351122965324653569290244663118021412626714930431020431920093356","1"],["6150721666940246508633173381300125701514027595325806972067648831987252502038","1745330274717638325361537247453345297028600649940417584735372896684990348573","1"],["17412699997625077362355913792381089335636197494398186294520527561843469620849","2223669156510505262402409624500791194314785870270041506311052526148356828128","1"],["9128280886552356911507588586714498865251344210152933948315253210479936923573","490224514108240481214183110003755649929264627991048018634661459845327556861","1"],["10214667426319974439382937909348276974323595164003139956515504870356991398174","18966478161438035682384475498837300221451166762474481071203096841486836203298","1"],["11481592460987968017105471481701690660441999073809345577420116924938551926299","14611150931472607535789753501172961914399455696255503269099313781233886209550","1"],["13814588048206353284315474247669888851635968419008755709006089877807887836090","20490787186295464605450488979327565476924213203102264726764880384684036024032","1"],["13836378285691379061689291475972772900123962898843416310490441686657398306733","1139229199583677051782779539806375388037676028798722070772224518137810184753","1"],["1131829069577036042533216851565208938174673444448308769156896181368254207541","4558509848678629091921971890843022763333806696055606028658526299670986451448","1"],["5954638454973629767047061307822878034747981382528240689323734944745585734233","15529836850136704116598196633583779432199757195021645120578900252937239301062","1"],["13393715373846413451604878526267602383162901458379996858691000448218446032808","16667938097169878326445040845063291118659872932497878439230287798164672735848","1"],["8108066182855445711820252699321855389432207653169649767133131649932862618997","17794065367951184859437860540024234328476989212620888141342171714412286164312","1"],["8225111066412583880242141594599215398464296661447789335603995541391422257238","13501326701525314029807066680140686012240634094115652929494718924204635404397","1"],["108366509965140059925869506836307495116347654328391831657742928851798976652","801569910277409868388005544180237477858815155516042783134224340267070415179","1"],["6440072114024699555029921975644789185476397628097602302683502783386340732950","4184136178152300575003366213451149643962929043516029477055831039180736282002","1"],["2115740572474827920470413861808825959455861134664390698164650693315746032384","21693669636576419320279992642344907919970819838608102015468444869856767386412","1"],["6593645246495894125613305051456466005436385419010372644922909761428846521255","19680854777355440599495891477538274091811091798534384664762118390749040681550","1"],["16494218365775367537341177935046812996268348973815771095880214074964041651633","11543522167017389973148165054683994516251018365705141729777097799443919367286","1"],["3408798964273809479962877910251933351898457011948754816759140765147287313773","13515738581271805756408536329974006245823669040266096854616083903475681822236","1"],["4760237545812677279814824968225400762341135237949862827806149044191557549488","19277729695891728226579667753461529486681547061969563304914973601389783172132","1"],["9852419711667898086652271749327283494170912479658821966091757668665592962652","11495881309229764522865007005984418569115833013032978452414864264433894312363","1"],["14220443164641743695545393319938065420650788130220883307506641281794152129780","19348518367997727351577831162738626370115126597221987215046303080527830820821","1"],["7192387926585484414436145609778208338698403710096274638104447652898052318298","19839898714890365928054237730245822792617563910360856909996809289009763468158","1"],["4105130241850119695087075849066504408617002425222589658913431546572587502709","19619470664973773912502571534485396420494881841626231939566367992352318384747","1"],["16065310951434834192077870934193707238650196271731554664015810356591201937436","19511350011086177573838312315977063048038960372354795254696790356844761204329","1"],["7404229367340538212621225886619364868252872854215154067968488308565916023229","9293466439532926739675967602368282322912390091857228252215059281756297024101","1"],["3856379133617518933329039416955252304490142696526377122334478598928329808784","7220669180884215303602745374477891898605175370578330465986115763988403778824","1"],["21054729769380493071318108010586698560538802989085573775851360249621207099126","15108721697190115785622732477673072552044655002767654222103093860049995117996","1"],["8422230293580180206546417871120357011294285458972821721992330285852492636530","12606092916498890466859252110835327241737646738401037861811406952935192571481","1"],["16877280616625025293198987272848877521356933068007360205900589034013060576837","19548182619907437857278448057882027838821684170779996717107345303130213207743","1"],["16512286044090338678993974535406474647568566771489660247905553482796643157313","19059382579442958188459128755854679308676377816768539608798936619990356038955","1"],["17224036317173948422559242810309463397674925595590225347913193525448375403597","1932560580841667636363293289338658646152326795977584278411422140548618727115","1"],["3108446243101971055578153309377678469063795712381480260855998720176652474433","7742030448704508927491734517842048982973461210241523249290461047746586288318","1"],["11115721039221315711969585928216538327153567868653181632615314823760556890833","5973520418130576213343381118139198480607083387465629912421724976375104915243","1"],["1929111726634370418425860338530057726079696442929073457554111308195289138151","14972293593105146033907251203077156612526255537417550889639149118683015499755","1"],["6894880335193582156444928049924890040270752682686153176896949201697242888531","9924466887485598716603640005803627459507943117946558327138096831558399187792","1"],["499894251061956596674610611458744664246986067988091954090498232627969845862","8561191344761668181366974282422759028735103404153954851008258531995973287869","1"],["3741184044726282651924729383189559210334424968293600420193915970971996742172","13893459683207094998738256697368879424888608254393801853162116715342072039865","1"],["14015829832971690334432212918183011882357146186456100882068398535085048466220","9087063795785221180151028075549438561081255000889506776627153628957846863085","1"],["11289376309691974559547714816826546341844432131738417315784909173080086302940","13388307121525053092941648496331302552701087144216329980150343265419276555774","1"],["9279350686722708958768760134440540468321006175489302472041381414828971950989","1518761282280615830003238569708733230323867972265375927169561793557460472932","1"],["18022069758014674361691055469294488694026678010239909052369470113386897683872","8682677908394055711937319105631462233801093098930078563092856151773185757532","1"],["19537545231530755434352815821039273174775892016735663053046330478353319782359","21634110517337864557200761816075151992780423954306070511529871763984838898093","1"],["5430072170706707666953703837553190275295870480382490099969391526644770963669","8645509399522464160174239423534745640615576663584085967237714893117622416433","1"],["14896115927242363692147420799950209402210931737217239531532620835761216042491","8989381318904134241433138731994980814782552183550041383255842238376224397798","1"],["13170322109688742452108135774110469613273949564113965275638536162197183258276","10978504920714645377407236700829642324931287442547096330473681247129079691467","1"],["4521812319133709048697755897794860637867769337709496450355721359293302409974","11418085499711890150611586692245776715477817780099973512266935335848458003725","1"],["14842106064420485535121224682719405068278279092072437122476014203066549367389","13747460663008553952895657729697671349042795074460154411061031790398979834138","1"],["11012047512118036287497531552759780986914169861403577428866426861536816013370","19949390958516961457204178837593121799375436682975576479823093087051818139931","1"],["16250519740998144609005546258664913862864605025273721893577262911802986252761","13553459956394380169571316221368249689749945458048770381634632859981855079653","1"],["12636535585938003948783831027105414392132479121164017795046026485127432094312","1710517691935933561760492172872866075750127969236014453372188936489041202219","1"],["10232827511375877081181747800250127551913269307775502189678669787972405024472","12317395097826660599259768850119153155740065557940935013585360399436640540777","1"],["11520466803575177777361689634126357578328909670626501438013687130112186002399","1837215358533312170732263539933702853482377753115475176511390767599591670483","1"],["20353791063686032885907116981061366126876958945901670892255317931409356835915","3337993777901499509043100735950104195096196957487508831494728170794148448401","1"],["4241532102373362865867665722282815784756568851939984654579385585501956418319","3966098797611639944745870456100154169500397847026051754554765328929234578741","1"],["2389769381935149959936556372002395723143787708828198996146535814193236540211","3372860594124157039098909747707183745498586015433738735780789840197624462465","1"],["18315095032987322030054155114864904527344150699202590645020584787644837210157","3466650115200768179210520137778544072115251742141574958786776546785108233646","1"],["21725873705780188921241256965817976399907387174913534145510291307443215768137","21363919541397033628783491168292635130560150207349638718943877408723249101791","1"],["10504327348997990233619784569701386111644173431123922165422645727445744092663","21814592747085617262354670956333721894614346582809347616379319066320814313673","1"],["4640163962872572347445684807905076732016472892581348452566570069166070530692","10894207625351602630729834509974440556708908288160286706404392523142918767468","1"],["1078833565934855884684580951508807020924497509202441688630789227106801325233","5235497280841328848623032317093603669404869002133555022637524465041259278538","1"],["14919624240609909661413993112784962168501892466831799845168524936031741906984","5158660433700411149368806501048090912945693878333146725663134167245816460474","1"],["18045897833186513502036797495334232024252394287997899833195886577885622898429","16269554473544113744203741072191932165821807191561535590251028251198633356209","1"],["14898818194473405667193495965886202685488419619210868232972190301892776865078","9895504493796456545213559473849756588893478340676579239985543554671578886842","1"],["18784987091985378859427220045110600155922891200697151656535516766828815688953","11438423533840065819995581046599525661752507373142900794373871412315612679292","1"],["15844138703735041233244352441308846022673898776591534367617786009224632148314","19721886797387717158088436371197954673413352910660824337929024377147750201284","1"],["11558315204911400860240587665754569623735833455509514564142100738084209403098","16452389894110999423578247790713818847231291074680914865309268359808245753887","1"],["3058886882306091615639692764718537777637560330275058237869603906333064399364","8292779617716258369946400466677804149506360561182488433831608589142960926943","1"],["19059953011948754821931374747996761328214838835794690004345246333964254158759","2009775078741611150087188276465270464643218486108898101456834586985861959489","1"],["8692209273668254053547822294660662321769101204278882065303662915384172014326","15267738131510391138932541760778777993589265878333761994264029362569698805790","1"],["2833267554228771124992661584682297457246228716201097034684250367053566585473","19526362050283032839605282151763410930410328435528272841798960170513869055342","1"],["15609805051477211765343702534951651739411890608065774259938957975511734424278","8221314573310511588685621369879384629143195012667078373220716361153295783727","1"],["12078790483176249772840832600828557712213356005624462028744728874665040921187","9374660421324407691118700129140241389852114020075401614112995806579872188586","1"],["1527151995360492277669102005482593163020187568282013722908825842498533395102","10607991436692587127305286682195132094090584745218240492553178961380114241063","1"],["3054857331725264124003371066555528306819079835021402053280160132964141596902","8055841224914601488198894040195627033275978831799552756817415154314446005135","1"],["21679272910836802344909741857828171237939079827270071933673913239894343762111","9138856831260758860909526227698785791428041128481199430761534056344785292997","1"],["10496919572876622575212065415543162594076861337097011363585528665816701831760","6338387301152332848413024980029557799954157662932517672958230284452216619393","1"],["620549680555118718322949871385547531668090950596836592234363424117170171779","6037612578957432324064462785355545097290562018852275967950814976886192557648","1"],["214269681012888394510627450235392205939429937583372839606792839643121697949","18977057126810852926084630447414478506434005463944187025539943890492726159995","1"],["16077127651520695301957186958260225064070588124598958870648623748203650235202","12043197670240622628596991038131656651216037629078578493462520775099969586836","1"],["15376739257933098577626078669201204744034301785339904203221127151275737378822","10668497085573615494377539938910709333182264938070703011979955816140565804474","1"],["18730421300433238296827354144002563958058704850570631418720850692699010116866","2871444856604940892317569982455106413520120121978161271960758602215334566017","1"],["6031052999702578761807262557517607319951396489556423903119891178787986584012","13449103781118188665799719198889757478138688532574771811933757319164822580934","1"],["4893997468676844771972825112036003866323126524263412930119431435365127928803","14241147617329731905308853296109813897472927833504937919140988532059344405055","1"],["20741934632754855195756752936245672192201180922665638679232556300850377088886","10202871406259234353460346993569540462377895651653211524617934566217997517193","1"],["4644658606850498699465327256514480778010055968515255823015240404662877568645","16529225171118829953627457735099928755209138379304191099479921640169801846438","1"],["5887621118764909382710857286148608019521390822496949193585509178534671068549","6297363822559524150556172112793823379161322284643873672475576630721219619531","1"],["1537443892069750711145593576267159795564331112701693016693699286660207444406","2623654036545587143199669845881668507803098886582795360345414333360330739564","1"],["7129887875423783253750260944289484645468687699100125361949309759060924719122","9738192259305130031725112635928953047983506978050552591086781788033702851029","1"],["2685475624387876080042885756232044668368404308908222197267832184520715703843","898019311219988131850625453652481240725754192709179842469216333325065166523","1"],["12051660236614355325265379078697116247137214210004149480721730008566677504156","4369441630887269893123306071966638850957266709358933103169984012320232693347","1"],["7034094608547774815932476010062919032154106722287855004547418777662127585438","13342823046290281487058916888420815134751975017826818913370634973721568713746","1"],["5784075008503963451853136945542844598624398277669036320652992092001184895775","10215923374115664125216187560691540361335751020581352017000424693015031888760","1"],["6158521720399226346584002301450617002926316006859061171676875195568561966205","9256266987376691813200565347944326580983516435958911606827751611058642875025","1"],["13986231274824919011381131947570677723768613945265999488947530328007291107708","15941849205289568537668031100193903520479687443883824866658162049916075859880","1"],["11691096368623057645486611105226947906195282621750044658978278388180241871239","7598602664594348100986800782594661316060416955834440913645465304642192530760","1"],["15193010972858753170384164080609836085113125329621240241552889737521572849877","14972351421269005953136682819602440758168280774599136074523348104123706774333","1"],["20729708620944527941079798915239946872613083484626643656508025025599046006974","12555106273048890620934577239254649677044373439263409401990541264165961440965","1"],["3236341946274329331489434242950889936573784263707318895311687443349723386579","4553855924394897139075175303140118690816887626858717547732330874918125961928","1"],["2988913352286504360647786804536958107544305314928706556045866364525153661929","11810847741676083461061012092095411429139849180432437768870835919618611290826","1"],["1744997631593915040621937299281740796764121567876211307376394698669732728425","12187530456814293628486773625914978447832414526863817149301007376147026035285","1"],["4628727166647113679949060187226467776357659447537646157230852714469952406351","15069438087616852020048050818889379398251435940007028104179391383788279386381","1"],["835792499801606257799428848409627660681290219106875513838627266094532321200","3354381919964775015433428692610522363818702015554633230665892325896502069507","1"],["9966095459131103440039206460158180716278352945783074175125528782918808266757","14702452601649473206586258741631908157717907291977992950131741921470107293612","1"],["19091733191543635439282863180533122390976147560570320452156271651307070269715","15162967607214929955609795367949032167856772335872245638096047291658310361957","1"],["7083576222920400836851654921045372074154367448524939958989975637519113771256","20396802089423191877211185816942980817583328952433553674003726983630372003124","1"],["3258385870702658331606836875955297330127149920609523005251873764642025404062","8039372653938762064478310592330788605137290423511908302416737166685931621188","1"],["14128014514921157334954868305261502033848472742281221523337421579638999630214","10229823106135547496331497186231005762786622615084973069223334666203735037095","1"],["13069679123562135638120814122091517587567075125106649453031282008441897897049","1717029987956311144261781822664622748609235649226460012007529130692575971175","1"],["2019738797200174950474691896554004456134880573080323256403641529529612196260","805931184298277666963039922891423420931733472226671152996692237477041391847","1"],["5117502043434633513634120278479703924320938282159434240665550224023062854079","2544504659846953649186967195368227788331856928504706050112794938830781386797","1"],["516369539725993163178811203622765793915303592972476512522155512339885649233","11487368935692272555009432807305168120130506327524390862860701093246424246131","1"],["19183566799371492189824108431235415676858284913652292672681138744291515654583","17455894193819308768859504178090227355870388609784606104068270776289927717973","1"],["6962583681669755803299595096856544561612375556281090030084416543524442186389","19851040704074556223832529131354673074284852831638390558546167218881005806469","1"],["16973959343012188316022296766487835051464477915993903993069334031217212599552","9839865306070774716535862994561674645748058770891956326375654524969500387991","1"],["9969652965798893136777535354500231870530188206166443664760954241866085674709","8140350074567805543359718919162291149009949722597975380106586400631834026269","1"],["19021722757257163201187546579580242048043584733643023553397763672354798665610","2189558713391138220957237302901727074160852939100582075686262216651405597045","1"],["2767144296996124489515118333944780166293268667997797122811394843452923803785","13383235918751082645538612124286110569934963986159465155919898228933740748285","1"],["9743857988068794389297145170207399304780360935293122106325382179661002432530","5957577255406139837431123219405259588986773462572599155986713898402617109817","1"],["5965217328661540790079711446812143155568419423570442180504859830878329118690","937395739917301646836073335929530866624249882199924985633852695898255032397","1"],["6893941317107190818408310786177131204747811795520770045139170330668385062247","8044819585246932517956558438546456594638909945769143515603167141975396740977","1"],["3952829637048790842281097131830467673557142993960187784372223453620858103050","5270925522409944739673434743235034056687794293650850676843869219049742708014","1"],["19138466893847795732711141407606618911801405497379979585321326463561409428505","14368050396850103901371881785254284990928107093105464941319675032541187122956","1"],["15578308973020012815040022329657279996680968860763877907124314128996864132038","14192295339815955008120072669011394442209686485900545368870999652315490579621","1"],["2276441649459941372045357507878519919499696932281036519415097971171820222383","1147210190815510614960946551264787396840668630623115160242088108974126290467","1"],["6319189364740763840697122328980741533240431597492871789461351800664778521598","17708398192021911228045840444973950214773274908561305289734631980515795017767","1"],["2885864585279420791581529506741176369235701237625351388374920834524084358280","6293040089883512552504941034341105212223041666003565440667928436817631432984","1"],["14415036614990583785639457694473033906998031397894486084109765313673808237389","3014761063043572464128976828724629958315095710419811836559980170821658635330","1"],["6205276154078258049854782920556260986431679319347027076172010321066234104894","20872048423886549052306910072234204980402804156223101265002309670481011387951","1"],["1611675678886663894191615587979285159837156892601093531907614883092062388411","3748355710939318864345870336573604699890596697584750748018949478544420854542","1"],["19370442535887625116515626885257932995287560582407946479592356588932700821443","17287423798782379120149868218463167943986412736892059156657631388113452114544","1"],["19064584624740588582293357614229211822993635736211919021515957465805379573675","17848314027552508451408009657953268799299416123461680081829628627781434548245","1"],["16190326303414089462722780101716201066251673301790589636938764932763383653585","7194082802884567811436024450370843648208084319782459799351046162799034564882","1"],["2551832608711957983143477073043670497558521173210423924952239455794703515710","7007052020710617674204356924968683480863929507326210710300983775044802226975","1"],["12041035033135914756004639495693197139440610013145258197792833362217915816817","13927601911439075217883103520858207438236461707421470593703576199793604300657","1"],["17823500157673783019214328361820276507482434108174169060095114425682246278809","14750244301305871818896883777218177110857982207167149057500555681409420451886","1"],["9880120915586642833560880170294410075453069384668017457002184506149907556202","16877434448676231659316240140144779599890403808939665610401163841883512043725","1"],["5509023412613040852071882472734938217596492908903735841922175947992620624183","884216181243549031752100199982282740620396291231108778989599507042732910522","1"],["152183931669726604704070276389979980833212426333261545110019252444172909180","21451425399495198617810012577111622503779194187633554912558560445618217568794","1"],["18898503949553665342472596751480950196596450880387564728693146972444280425300","2347127394841627854157331241098607641785753912951138284017091649918021274640","1"],["13827242248144406110965289930873183855252322653371541968104976636337913964082","20356174475248339693468673709325910851642700472652957341537298655997174925707","1"],["14071267905994896362455590981512295844722884492089781797910667597295322097911","160256499548712269662752295568084329628161091000635863039980228857250466686","1"],["18787884232265382911575613372269142299029926110404481103606373179080938241656","13681818947738584691782466641358715882394429810564529940913381386511351293055","1"],["1243237841721938231874874964532697776102595787118768459483804714122639269429","9454406976419885451161977253930301951098798535862184245891613261058653069858","1"],["17539182434232661991718096615318025514905776027023215180516543253202799787722","7097950066018747482484188359873715278423029761885035861300308828100816685816","1"],["19846644897846840945229373755756986380470364491562465497170441971499739104875","5494310888600758642233948487853730290801565441178293925990981204779862331964","1"],["11018317449976620012758219669480986649184426166793749931351171642487276205483","6002715130843894343039884068638624203890516141928584917506884316763005725536","1"],["18212497633519109416906317017624977395725979147082623736770984676610781718787","13850730265586033690504426743169796959840790888760938204308816721320517152348","1"],["4318888944466392027885476665377266397660468129230210252101215864763794003282","11794748231505937459592448872999052066046584615501687839006909220552006801953","1"],["19554580921899096705335607218602296713527847205844946428275990266309915185243","8057778536764239138030997833057731921961055925122198366253842323707280107288","1"],["303351939622735837655963213710982073248999715594982908221971590986986236597","18798126784498113336941571845616171008000180342575557605502426527718152624234","1"],["11188829736410123175662497001390375696730090573660691545380077860883042491121","15116869556426833800906216522797373122825431165844948516753897366075143388780","1"],["9234043990688541542894956694945731904894257712972207463096562773130795950484","12374487225913597513561154546551455535315665502642645200993370340842327048538","1"],["4617427030633930741278730374787038642627627021150517351310789384103666319172","5376260492081547096921075547499439030833689054659150252564250697261555067967","1"],["12222507798734275928764673443154472745933619869975053751699753582722098498954","7774531701144251254054622370022212087091270777094515192067874087034898014825","1"],["10217273526909820961921176447948884433754027727186642190104402312821885227011","10086924343725591826969695536216390161636262572505032287744002995673643714966","1"],["14164861537314360175366665249049293615816203475889034237115013725565105366868","13674353235162816846834555736494380306565285211845948944180777470694771076161","1"],["555051284413282402453826201819303012137700132595092386086884164962124927413","15219780460034159266732870009678312525166195104131386426506880396045254887826","1"],["18899901549156035292597746856201473650260052791463323593169563688642429532106","20904941105144060330821448061489757087928508635571437652022557431352483999312","1"],["5468041506243483667224436073142318196965077653564704726690159957205966535591","4479400018691819538869719780753777256168364384334682815166433846169361872142","1"],["11762696440595862615319909399301129011150065578848107754044513560215257115963","3252404553095038738988228968190258831316788379852798011772139581553962954439","1"],["20745692746525409881730184640267009453521813727859462197873159648781532403515","1857289922102241955780487477604450272184971769740064795936796454129954307864","1"],["1701252785360000786226963589418137560867705591829558918453870002865558916616","6668138022032429130181380574490139944028216056963935258825758127870396315769","1"],["6629873430115917502949306390061038886194754542961596069631261170636996688883","21104119111803605041904977194331051520062374349109058792888422522285400890685","1"],["9111573336410275917013768188641276829479755940454226590101724946215157326033","19659120592986935164416653710429652180781087224875840611775193583751518777774","1"],["7773949729879829995759028914535909068187492936081588309694214743108195879920","18668258124034886185327196767362037509656173131392699361855396147836411184673","1"],["5940666298784183401896892519725466342462392464255893257196806298945746122928","20282554329641429057173265776605022439551355408851276609478953444176847403167","1"],["1846580653448650231266713780492400481980298878227426557846138212153346757383","18316804680058908182459929150783124712130803566857526727039549468434657882158","1"],["16548216925461437083860984098878063635488757668672520270197096689914520945835","6587424950571640355865616595750090326673624807154594089004253962954217989818","1"],["11478278156441426851318509075424284541383308292790708959538061492371410909917","13075628659380415179451539599718513150135213825855213465223535242640124105897","1"],["18572728239854715766921634197561577083975090152587331684029089842066377203453","9231385671909414698039914087073261818433726986039591007461404874513218274512","1"],["18106756236844398689494252039130102046765741862340570334063439574301743849497","13071244044836740111387288249994215240961571572942404531568454048250719699239","1"],["10038463100416494392455723306452725777940732143998320900436110549936305926573","7723679267642575261757209285085086135188208740820759291385003693906993609349","1"],["21404357044882610180332647374265252212562605323719848591235601326802297334061","14223887806784052919416302720537260029954932562525946184109935113794986012282","1"],["8827481659665060499145455325942570005941589180005788439418858524421281199635","19756848342138683467283914329097172372193455185602944000016776734594710934473","1"],["3716806043515391180024165374813010228928655261178461428841709405838971791741","14090116007945554232023498979020231677385262919924628100171675661357232121834","1"],["3818782069775671596937654098687634364509204688909392493624944047329739483162","1030218954736448451101897423886430303712694940161269661468899075403876721159","1"],["5995703660756610430258657762519495130942870665587887880943727588839449345198","21181398550600278920540395782308931678042392242349617487063225435371124937849","1"],["18621227204754630010786803482791180315995460863115037598849471855576523285173","21329927472856783036674371979802783256789854317191677351486094030288823509840","1"],["12747671944553375456654038658392059562490598018844744328781657005374535045271","8118923399905445089423674029410414402385127482209546710821879110457476436856","1"],["6605174970085150760568298376768808088850827507282935978639659283752077139719","11940282050162103530810959116799993840963532981878700939303773028589965160779","1"],["4266274001162350779885538150207883966799558137836666644524409860511552399695","4332192771975071475228862901778239091878728010166942508316147167953857301150","1"],["11554124762424118503448033751819773832221134439522935730987531348513305611863","17497168210527348939322278070569694697686072108067764806257780719176651714722","1"],["20276068470748950464764999206915752657200429974406546713736832709075599182166","314726704698413018062677660840202218962218310176989733907885420433146328793","1"],["16790386530573867790362097859471051872960119218129417138213363820386307368930","612369898307036481792025907794395873912874822613143428420936834944958801991","1"],["13369550922508920155901751990778375599313928923371131291954170854506358358521","428240714660712782939532590060453393361436121698347536402628394197787207333","1"],["20190068622729450913727089545216084583101193744045147772686707402160188622983","4617447114742497441758655829830839849547058346026769806833518349357248660202","1"],["13468183931015962759090545889601954996108131637242266800228232850276207153539","20077199962154216801447136428559384143836695007386529678093929280702294112136","1"],["14872184571658035338510771488257072721229149903474480090430179261687424786225","14571170178211772243770428236567492231833626215970182340126448072203664564388","1"],["10470084249956682116086341271208125361129011321254669879933779144190662172422","2548618226222269792088684546288112404706112388739566683017985145280973224545","1"],["8407059953424615172350705448955552142582310063970177088435083492216974671838","14719809574135125334546723820856890518177926647958790249722139520684543041565","1"],["16097040366061962165776634621333389114879073833181628761686642976959394939973","17239920234554681960951672315419926667459566196057904352412101227415626228645","1"],["19846778934675082338310439647302716005099674092505652609186613481997025003732","3881252252414251063367057311318318615598882530553595725717060788451801409320","1"],["12359195373714440853566544522259614328875046236802812723376990626820136279836","21741038628538999366925634879298034333427602025582095802582920726818337981440","1"],["16717174152384430009346080749940203634822571786105732175402141812840016436621","7511105065481224133579721229312643745265217156334112152734258176394268311023","1"],["4834366580046359289529369711928483864318869302293752159349486666080370983853","9131000153263149667955782656183779743557208832627219216942405845385361506876","1"],["9345835867751041247027054964402865968335001752177186777172079627310911372399","7643112916817858389330590071377432192510956741718449370885751367403515382313","1"],["20983190633722580066986925972476105320524519487809039169844429654937203057332","21038158939375275095747171717072337183671600352568880566511804836805654296448","1"],["3067228326798113903743015224073443307991799236171297825991689510600622868896","5388088355619187812072381905714400117475018989999457526446453356953447747328","1"],["2990163006048586654776792501035527320462607326262798154900189325322842924041","192242401335228074458570602945797032111653948381565682787091226478071917793","1"],["3519803753070554449282662423416236364992584310975813125905377865123398407371","20575938454499245440484667145439368745737715655093188492793749306395046219798","1"],["9324471893573914806045483233924139541218692902351463632971058492466302231065","4018238946036447595626425769267909205009905568392367055994501826227178650013","1"],["17648504039892388560715917743299407521949720635800443559000866721498174737496","19055350887903801413466033773075373083400345936704894901714909774275360830292","1"],["14602998718193395144690444425875107728604782473591977321019318047020195770210","2074276197399231058145436286993526744754139845594651215825592069456913248341","1"],["18691472931529922276632909474490139470327004497194257101594394200961651523270","16483437241046326384086042680084114207646764234422066531112347335610523133805","1"],["13553967050798672121868501124854781199429746658981835855718914015128120894771","12535099600852698534921066707750347890519215255883540144027393201638899184306","1"],["7159600469654671720255176095234611283914682238807182193996337896230157991426","21277521423643648994568383234230112716474888822083364746108537471965344716724","1"],["19936017140723169340157513222958681196430806409591623811594713455901810440118","13880959923018809443107323802148610580027790748546946052864591126203475757821","1"],["20454912977783395949039064667645457452236249710713302121314797343913558848744","6715191669448473589732443504512725158308163556482171892242607147650304189729","1"],["17945893522273895621054343945420093828249116290742152822792475204966039245414","2546570226101627660872579499100104117897694194884610263362114217360049863318","1"],["8957874173433211470520188477935322959667305780557974565553715040916889278436","10976759259126067685772345185266413824792985848245681490258302828193413681604","1"],["12579763441188083034054726622358913592325702591314081902533554864680596975750","18495065372677403035444789289562123882847858386802893917258903151049324285855","1"],["8037138881781732575284727544647494058268957863277595539126964863067074929253","7790984987469897965658681971158325672837944915037338582898748742762474730150","1"],["3719754290289880226880566542068456871776642453935887442690189456272931668780","5548183839472327512189468074143506451595229017985665551922924088037458920728","1"],["1747646548398948615391292442730070011324752833623409007993223926095135512725","3152651514083841691154945666956731073836110902809776182924748663986778827744","1"],["15301224755564073186139565348939702706915745420993851747544974629932405269697","10550516424360974652105571842456441461036069382458390043162381632160025488571","1"],["1907772720579475308100745522672110266264278466252727097439598522256057455179","1019465461362647524685032932142671840618102508867701537704021673404997146053","1"],["16660412323109970037017185069671954586219193377507692558649429817859018853082","9155703455866463875341428337479205478937501461514795618599202217211762133237","1"],["2994692998872538013522630547452709330316650632121001709614074870668917280638","16776039200942257854075008815695119971214060076592889946362102119413560445063","1"],["9573490072420139903356762067352731413146926555177937246648337172151027722287","21221665053056412047252861992454236143864303445721458593278286667641079258681","1"],["19257344920756053266154505964954486310582797339539119269533450485210095340232","15796938721344404601911551369462335328243365221870573269005601118075153148931","1"],["9235713602535449054552992090098184262037580477621104252092403343306758478696","35421167408625994662932940719968808385550502897412157762735439854379660104","1"],["2244720928939455835414879772137527462613262119958312238522064350761283653655","9874170700054666460117608951901914620164385162745252743553812689793630262724","1"],["7499649691562508048927316957065787879281980206361299597265127241146040062461","17048600641281990432154933191499681415174688267172832819118661737844470892999","1"],["16562618394534468396837986930962534811842700213788235192047955226480328719210","17393943100822000747661464928946792031283569107972137903046498402110884211833","1"],["13892646596432642424200343414690495663391031986674951595036768838834681857474","3035730524233859131590663208667017083027103670963354370497799336474725126871","1"],["16926485439742435752518392244605417811694762063735480217902040227828509883786","12651953472713060733775092352073335008693979335054144743646211648705756166266","1"],["16360522215838054835711382019692863038761187139096895074056843799002759303561","12711647904920366142504389401428895713711445425124937479669184751045293065819","1"],["19093628880958060202826504426590960122686531536867907042520983007411090354298","10969831316694402496525924676713223237490096681039138497039391783339109186947","1"],["8688033467112852305923351852716679571842133643295807711136448755966934998692","16183293091356302148259138372462174616455168634074655842949191060042504151467","1"],["8279387043989531437495540972166315618564767258194362460243283778803365406037","19226422497921366390106317229901929074775631779636045737556794184710906665710","1"],["10435075884177355628670965209040192117905079421482935150407918012534370717669","2898969772691790966978090211403421926266991928770047880915635002401897304059","1"],["6606721315816553999599718358427683783559576221664857731452896609273475958949","923304863612577844242012209882365775075472203118258345271971294605313001485","1"],["16193227120515048043064452068450983393686050204889319177820516953357625731112","21119782810864211276324164099475530727666991071339757613417629152146900844507","1"],["17483069443884354559889102380875137004486736332332589683896369933886453741030","12984138969513555148098199800164656520517246221043468536176433547101507389265","1"],["10762665235689975447422318242598310013453083697800687905352005536328571470024","2606858982392213194695443544541951835127812367937274885611806221880085292483","1"],["215898594358700510875606390506791217488372153020493188970314251862125681625","10817283848578040201802934056381703066781766734652640561960505570525709693712","1"],["19443887128113579059694684622703157333362355559855616169735080040402925790735","6027999569439531222317048569616228880967234652307336305811317298719682759649","1"],["19787262670535370334457379417415607807576274716058090578073751527587503542146","13309881923850286669028034821223115188059175590963774417894807018046978144871","1"],["4974497592652767908987305623071677970355646225394098901129807222461682637028","11874064313131126791575201714987557816976635311257050814889262151259613658126","1"],["21325969499989666106583308002363450220932772213558306714371960643264355719861","14141388044275955630214341812191830926887005152706733728469219498666755195078","1"],["10673842525197493465506035394520557398379381610025636151969258256965565708606","7185549451654303547620977019460728755734265068826002365481615473337894211701","1"],["5376107275776708362015538110196971571402914192921204635037629809288570990349","122254268516000654647951843487183617609817151794131399301224882616126575574","1"],["111691927039194089333239663820749281324314301747776724109554132192407485784","12116615583365047423592210451034348749056110377798329035443079870840877153588","1"],["9153832224644463616012602049048045218092850156965603550233352256378123564365","20624287723369160283751956392060746318587760578587200274886039609301490754148","1"],["15375962599363383479823292125528623010937588192246637172190726656381441733521","17484845493911967964645724871792447419222974818174235560444423928258703339234","1"],["3742764491177317394303040480041485401692195104802474014212520344403097968163","20134205548599936258203660706703818696983762943334217764040421688277609293908","1"],["15289542833716777283269154926045344819557362682199637279835279061389503812458","11468599214271707205785269067213424115475371258145735771264894441882899559827","1"],["2062431286436138724822114765423346155874370573534707786042213957091989478658","9443271298849338076473781435345448484306767143261246617763061034300894061181","1"],["2716273852799144386469789735901048517216752760841446589120159993906504771712","5972425434320413438521580117452382141215537802121949794048165785386225174820","1"],["5949645921445046223020513147328737194193588618637433501984510887094397101140","11738654936127717474699877616206799447917393378818686087754264413422703086815","1"],["12602880359186999708028269902568282530044345151487024501839029708202216050627","7089239925891702353014431882941442236262003717442819780476388896408232014942","1"],["16399955216562241310292445276599205765451064969449885254596757764742487590889","13592626212832932785389014943305707778520107128907936286008105735898079406610","1"],["16016030273368406116818194653533445141692394698012530101653020835461748134504","11601851682272247141912667718014955896680598797192092790731793047006951381681","1"],["14199736925058207579934512917838669563454129291018265282065564671209621447809","6599313917903163821000235091527566662000196112083550773008681258320239340820","1"],["12888703604776021201061977079702136608517066100022547513470545675170760186243","9943916860399568079526122691380589928455747087881814803806990567303892520619","1"],["18873026549463073340442959990172217013386826041969889170368589319193626236164","17407934147992960706714650070593463092124028189639819579665905828045854920590","1"],["10471630269563443076411961174529146600644078924129805927193715112260233344200","1127265011895744635804811398161188280315833672875446946439777541953089990048","1"],["6507834684280036806451967244994605864499627159716195771369991190180263505094","6530340113947061021528682115565342904597600188158716940418190212591384485506","1"],["18628237122259100111031856075074288955995695132058502247697889349660116008252","2978819491280677487046462057682457680554306713249106362938440621903835264801","1"],["17649567404692538176304575382140165613040127707484301446133180114043817250808","2742982411533306932323968398552930426881771972790429526114093934086675489359","1"],["6869155030758341628766712484676780958921561703199239876826420190791533111133","10796525651808224985838447974550951517909550956091883042360030967058681922293","1"],["18251616170462458277325763360577356098374999463104995538816168990852022786331","7042912476078108127567431484732965331829961054569216737097508570795829759884","1"],["20566800336790363613388782146858231657241587182484514650091801567181665804440","11849943350031098929951355659672766562520847181134537351837436956897906375331","1"],["15065523817520111845550981586700735848396851273259864848994567023165039140890","7248938876452973691015261065608086379542797037685845234906988063914197371919","1"],["18511401364725384528678643103916365398385158438372316196691953742027426077580","9915714057146950975854209132327800555841989842085480458012514488941919323817","1"],["16012418525258071832090986169218768593654741426998680687413438572623649864387","21382887205855030450341332472286434718248117396865061875628729843858572027953","1"],["13153882780407680128211073075133202015736178849836152358828245009631969641657","19412499771372013143188394812014222437637844131275797304166266486383257106373","1"],["11820638514127308547099491735680568040638551668083214715654406567267400795211","11469550192497044055638675320796691683264882409764127916786228045146569076439","1"],["11399357356525007312235848393017474163774552254053628735246999185110883625969","13344403658988056331032482843803039697384299260901424188503470125483816172177","1"],["9324584352944776259029167618312877770678874518472259700536710041534946669557","13650509214194208076767203439701669297539128094792063530922057595150015722964","1"],["17426805397435534676267096337944413340835881660539236044739390845842868857129","9892606595308119067460478838720496688955898140455493316550422007499133513213","1"],["20869307739706084129136397830761240338075290057800140423734981133913083290999","2865864917643348873823618297756782582361047834603842758704402385715681800026","1"],["11391598141588351395679963893240165353472456039026404202086223035908808791544","8158146965484953421954477873715508877820166344574529107823838110709931630961","1"],["11057070816566213422218618181137215893076592057474062419668657182430037332967","8511798354806423857587053302629460046739557932164515235871311918077601670605","1"],["13169634631015282739847332837291946644049977227971328996447515275572561091606","8899207221020079762208092579748659946950434834454821958771620775594555988345","1"],["8989002943294740596291909465386352275198331205173341062242145447228274237617","10854941509932009609471601242999530959576823053943082654615918524617906837429","1"],["5206070590651287567604368298931372763807646513707218953291879749106634349525","16012994993502587019354614862743437472499048133825693010511540808506236874315","1"],["14242419822249803751665543175217412960022415104253356935066220535540606418263","3069413193232806744035292125062302067685842317810210911196555982339445418273","1"],["17893039617976627322293886725927322984142548756047388956029520027506196654518","18235386955377937641278401236693423011972831181412185002744018621973736857099","1"],["14527933833626724184844892975859634617845240003249317881840701160819893441831","5782294710529919778904459321251699071513144095425623231489927055218573857321","1"],["1276466794447002889067777370042650971661186526445439618720683369208043868755","15209610002802130628830224823765953811386728931216947364512095461512527523180","1"],["11336220187207723664895507422895756123809296560900961172927489855383668383774","18582905403866845381529044649631987715245571694487511541654679265057680601285","1"],["9304362693147883360859790971067305434849702919544616942667697148779371116978","6667548702774353435357514936524611898238421385958280282636957717103437701849","1"],["10763758164562715160048257197681305093657162624763559337708307517387406614201","19330780831847105628759307622561060806093778201591238449384013145652843822665","1"],["18613592324972215013745653602099585387520063397553209772437249658036637547673","8587913168402413833115529360049009356756065975206205919106337212646265322838","1"],["9052943546398169257398726907815297569468093595914728340201426080631483520040","2927519037737766675843654910142429829906044222067386632293026563426024468934","1"],["2246779856688499799447664206475455420257728213873297713151270775542028266251","10275029014342754199931502116130691755932784004534851366654582807459150409524","1"],["11860535228496837326635404403473450830294844533497595776677803789070310403202","6415361989642919590602076405196338022818025319740609864095210520180751878561","1"],["1661791656328753492216210521049469091430262685841581016216465818235161505706","6968892256271124222746790664560794910162819269589440084210645925440540644141","1"],["17355246625897326142424810206380081371076481986517176342146128958063438437398","7747680952824624500221414372584104114071199578759915144039384504149115109231","1"],["8389244208181763672626272544244339603666297429801390086942176370735034610428","9363647319419907299193591446949242408969423353656251084226578761553485576886","1"],["4402402099433526839360018475633292088403635079372158556483644299411961419152","10908671101241107033624969448551917972790262844809897172116672261438384278194","1"],["9452326401597668521348969992664154933308733958180430401778494394113610166112","15996623419799697146008237516132226068112286821296736126540678288721761310028","1"],["21158946183740378287009536650829318323108953826244819126479706245444821872312","14813473943953572797438787792351574082872413439465512823297924881537983268535","1"],["7346201340333185118568551999813987718805898284848123591595846566523287398817","12638729053714384631187928140890590663064414943957802665774671775239313958561","1"],["20778814470186545907553609255163919921876900121722137669606479700412588182476","358530593504181250583061478425098599511685898136959333738811239371286428909","1"],["10787120378016717714198993943128112741325453189192086337903491150148095758392","20678106480829859644781598190286089554165939756191315847473574442127787960897","1"],["2741885929372052698768679877868347876893066077346470413799624067879851875656","16325152304055137608011223608120375644337415809138024283022217433523665128465","1"],["16350579619160252614959955740078281201919487893134973819231894333991625614204","14002179562935754690846286548487188061036134162415063348418453378418270630335","1"],["4396517986390095646051488628084374814659908036679792196653829079627698482803","42837491791251205924465762049690353596996676263819947023010947943075824083","1"],["15848177481590251489502361879736999060407167846050005620083716610313555866786","1550140515258399315947599820035872649938383926045733263084236042715186918926","1"],["4541710966632463141142564556335710399884983125262540514072089917545247119692","1175805403125497732154699695586998340177221264357532300295534279675983445918","1"],["2670415243023423533220130390606680892390627066906456040724511156630883369006","4229945087772558697548734123300426335720339373417698059862068671157615809954","1"],["751202046015586321376282944068970147806534850923997932890329638525384523111","20987579597273377767406469833422723108392097082742217599659665038531112941171","1"],["12557235926161647709650476384389226507678508131093459103423615399277822475713","6027855459078505055528468344014612074579329500953806617435240427680208557365","1"],["12848550490790787176844740586353933398864188114316716335763218471140773097419","10273034519392302933457112527719091233352800748876222105427592097245322204496","1"],["16444097033579620772799772574672056513047347902897491893861953353926013611879","10983142922954507009068127810357430090672621587010755852765710128929952490014","1"],["2288459523411715649145268593994392176791999342950645627610165797001851210948","7524620461244288895243158758957532581001441110415452168492101118590482960847","1"],["3202341772051847652333265104561319297252491193200752064246240299210242577447","13126773216304776951909532477949728940019355735149304007479530793458583271904","1"],["11346068236585126001182630233924890394934611520958280125194106368323596250199","644704381694844724096698985314475874613280288520144566976322444534387557078","1"],["13994754452402031391314535181751003344141078150892254483799703844875782963691","7974401178761202033818328819982974307463901566244104439586494104843854130059","1"],["8663196021357312079529701826245722173643463555351392338205375310609076556321","13671372309393541623509562491364900007259886940487462206294283237845826036894","1"],["8789759250193573642677954227239378569810624163758503143138952054101853259072","10745441085265906046411681587554098198542730529043310066648940955877926598848","1"],["13542260421393203071942576712769247740677763917784142139373417492692733033445","18760494954317992400176428614782778658003816787867423997190382243192220262070","1"],["16383230141379124202830541185366801817410841752408338307272362169016666246386","7191988750956446299687354596653770813847256745055027741071166066654063167508","1"],["578737628134148068694999795014080130148670096220971734843668115908928948496","16321948158379572072224163732776261632082376446352545268783642452759951201860","1"],["13992292276739249468912083932152752222360324896148638449675837524424316476032","18601885583623313401991343756830682154422815003343066655977819163761523605314","1"],["6631173390254250498293750575237580778521989778811213972467227230290451168184","21765747502608668371585459385252962511911737607113652113144669434792877791265","1"],["18961691769805413355397621642159350814996766472668628422998069479682666838551","584205424450848779787296024001260083352311601905171809585531435583769209581","1"],["2944930244311413849676128728096691544161442091621577504338384773446894326078","13092914910609005676923265233984634555605147362182687032692036349748220797994","1"],["6830243299345767289051993200780538451951838911722719683254556676548307915020","15809301777902164334852414656936028718521516278401366835009267264751658778704","1"],["6307893274965611136326383736914756983474599878218188275741112238887406228869","7222468671625209172827390215212338351507634552215993816068128041040395887034","1"],["889208268454809611876818983983773802768574481744500160878555577239344067785","19035209399870829763934392396793621601427247959193145335716048049580115876122","1"],["2003066200688321567175514462869653271753072449930999045062829154099758864666","18442223165670328180779327598396642963080671722099257807709707119856610056729","1"],["11826395420927297678088708258121964326093564276445257451879067540840651191672","21701653483292659702039394294180572305259565488810417082749600776443574990404","1"],["13309313466951494986446165220918765228247862940115285789092534589798091485507","5298381924233091472688372009721738053662906537224349703109067313105046527311","1"],["11536028185729324983691834919860522670422614303936804548371410558927551474349","6513478874772451999100962310767386488557690416132880461016009660423338563061","1"],["16341692712560194291204260220263458141013619886236506608574823490730910844245","14798719560140421461101223975973308067467339173376534047081003833023836349143","1"],["12053519109485720807378956140018545715885606008492628585239631041741269310980","13453356582435423100582266085209983281896571400727625727917422690400281758259","1"],["11441926167413004755801569751699880951290976247118816330892393352140145264423","14452831671153270244224338762415744702672658762466668470933512300441731933648","1"],["11302100777649187417561461755829884453850798080823324161541936760549161109203","21844179662671526603011999973094202373881726780578128562597278418315155276204","1"],["16899279969906969772982098377057155461166116496314748236072859338600633835841","4548063201534582084044779672071070681091568680446879701563998384092485472948","1"],["9641080040220999324083767915160951887744620446955551640503031018961233004227","16132764146518900951634914131132423644333620565234854557031245612726853373870","1"],["4494111413718040506154727916848024334913026430423086228630582696150940866992","5994564583086222304658188127272420785205592326748543883245414071814059055939","1"],["15348071543773020371147911767272444359421749663847656363494948418814561437726","17662194275201045753300732678044629555703047476566112099859844240394983100940","1"],["4297541885873162793277658732647911517870409315919496286994073737537544677302","1236972664826075898878532420935530984853351914337973507125541950963662378343","1"],["12710850848293576538080407933780538877314948971668958166350780599395308729388","10052196976847480921847661068949725677569805857314145638188006348604099187230","1"],["620953827628268562975507377421432283910053753165888743259105168914086899836","5913864898604526923671942456796238658161681050203342113973577344603922711982","1"],["14401059615768133808256940864615428029146149890924528577910839533323186795758","5785950580650479567874505408186555016640332569781433938128710053321109858147","1"],["12467826554247842602754784390324768705576488834564983859719805162078857056001","15614685105672545536515646943951140028933890839805004282911230962986476733161","1"],["14680163512375224932726993180302561078457609764019249954310322615861909758943","19584771901089932979344467789757385099300124318300749792147755952355762442040","1"],["7925641169019394140187773721032910695481055616109098700883015058750421835253","18881580517528342466362926284196239668701080272391530903408580119234210198023","1"],["10617904216398495057907970834479353930074760189048030220648972914607890722092","11698030335623412339456618678316605119700970934096836189103905632529184133103","1"],["4200895524706980762430492619101851092582941571986220706324234439294396851811","20756280705311665965821461167780376549306366205810446803730031483439285245566","1"],["8549899984669360371770394472611442327275402572594689067802641482991541886791","4445505568228269050801743719682440979044482755233538810131059834491545454245","1"],["503643353337650790755263463284842862088593746052504530760864257443313368744","14258014071360861408596110173042395056173413725053489292395811721100070652051","1"],["5520371234298078400608501919703136403276778218807036785467949428333521791264","21387071382639647782721776031352631971981883148613114232276860941528053795643","1"],["5845557703560475518997105346024801157462222790872527154968489544060931183397","7463006197742825572191134477660060142860087884161171802467340102410541583913","1"],["6609017616948651182488004313822178388753870317435757915546722698092761703187","6099804209397838259656568006308760491030207100016707312729851077812731345864","1"],["17224752854557598983526523731402359525059337301655783037211334187261308618120","8641450430213548033420368029509174451342790493254596528709367071179243060073","1"],["7788594028488439403095301952128255945243786199432332512018295905625323888694","15631020322828321156403906241264704705044060832553656120636604154756428983257","1"],["2201299259341668848068570494406644467748040200513514729301303960180647988236","13488562443197965584458342628914481659159865304486095261950621577646580897328","1"],["21727814585198921927130713360749888223225152657325294937184957569492883978172","16381552983643276020191077551607035197133373480129042004961712591033878997307","1"],["5362289920172475584231891738416797807238695532166053308863162930939010528406","11122628872750176720337847605999546100791062965401500109654722878915068216894","1"],["6201949192089732636804667082731487020725680196850982275691223496366125295747","575890939324026269822695665482126706968129380815080959484053068439060373437","1"],["12023842183653368817903704063773955463256551725205403069342789347401641091630","10879213920600246748647494751110969074043345885208800083813970584132292544119","1"],["4856941053539115790805605072825139598264824037344051271917151006546742275593","18601255433054166739658459915301600611285720446265534504187655101076263847187","1"],["19800259703967700829765886201127873593149395880256312044926486359123457780442","16981755919192008549818928131730769140659739167607793402476224049017636864408","1"],["12892732413178980062921617152064102706127915177868812472938376466643390676148","16605946432653428505238867562454636833932114485881473720264496266568210086087","1"],["791512558181227275545649508793003431256067532282421923023806425738935170815","8996917683401285430460520497790720086713384369259722870322064948930495041029","1"],["18926444978998751938870852650552262112675118544354674795345767877838845045706","5455555995417857771563037140686379333134102529238724778230705040525220163328","1"],["7506839663377909119920157413304039303265191924100762957492173221686496512227","8240176467951125084306382631014466859392806275562803549682763149106281552143","1"],["18205137242861264169135912113255743306061507636662668098149099403579791754733","16505339843748717529786894441294599911941872135880441314422462574052367295988","1"],["13858432435997105787717694999494877231613444098856077890266559550087657794748","873559453068287065186307868766491973383390139337655304239527252065616046215","1"],["14906033079758136298293594410634776418774548281500061190344337207521516544956","15995141844514755353016756014434807169275195118602279218040686122649586783169","1"],["8591872804962496551731077848963536719351379110968323579776473991762593402516","8487129900551835357999392363267273466364261420203520808948531087427775762111","1"],["48503882209783479606029873809969469082291273833555741795832158843009521402","15779064594819868740041805509060747714830741130118646209346503511198691433810","1"],["10017624494227640147374824135097016455218446097959135426957299658144746391062","11351711585923207374237278965490247797204577732562124266707184181139395362691","1"],["5206601121078654414906379437433957551904556965841781179040460063193230498570","8046766534080493004093509127915775107388659397808289883489375511274450796151","1"],["13422438610612406326477108168405764804998414424105147045781694739118221948988","10788289136167650881385062158930390634398125185709928476587493910385514076480","1"],["19340461923496544760155725501981279884705244981443287390084911251743577837697","19920938556207793744541527167570005599064838693702332791533488241770029740483","1"],["7325528975836671769235259767031950382947551402138507517435047685165290992519","2179959700476173830044152602372527637650326308496116365511514115753847340407","1"],["14405095366257576396448153631631839264792062239175458297767405496117418059562","6215343313797671365642121123677726773306773316871662969924067624481295733522","1"],["20479255897749546619415048797712978676456066036626900747098202334872257157103","5328412629060988917258304381119534255871760843250988978977031772585265509123","1"],["11653536742134114011279391936049918693011896971935274577959746252207777972497","19372626130733110000411611593353666587692069496737852556737148892939993201316","1"],["18654359360266714183238734994203178075606756576189003720587837944749421854619","9242486433645178453123882810410372744042287702721390815256027538017252759051","1"],["2891421972798084568483264416876397489601923400099083091152510177617407042157","8835206114718073800976335791268916398375008149676194686550458447702498065920","1"],["4659422454993173857001722738594615045391246059420022595126384064410572724435","1456740776535397512865280567747244935545910773663906987182194264988838818161","1"],["14901275124427057866482724094385773813604014046925298542850173296488410099075","18414269335655580420919214065251454638950114095235856734892393949990376556758","1"],["15210074373686277492523288554175148607901844628254121103609785067998876753828","14724897939581643591295579228816940171047308830285150228834484528377502287732","1"],["6222767680204113371133781855345448507820188312022242961881956136194833624138","15824301956463731484487454454042423560507815461048136110271858116980802224727","1"],["3495089964813079393906136700937631689686269635849175632126117624955757285300","13926939970921927413386426354036557292878147113093857341957979704027919866044","1"],["14140882928698698546769828390743909371403152676606073732515148407767521262157","21163735477033599649695863284348226964329471721330264415654621744531935533504","1"],["14082854202132957522267991495618291001094619247645882877561633550592661508808","267835342244741865153966824359010580787320093587397309144250075659899994591","1"],["3305033547270528836372725403773276438016927394299488424952799214021953833210","18677833659122503014631707617009861193162655983645015931953212243314200879567","1"],["6674644951208094413186950551415687610275073891684642279944012029403240130832","16290636881979594693080280463442608426265508976922240542176183348132926044649","1"],["1542865796867834269461702599475761153675619327934523508290877401333985553363","7024300697452470570127309069867242251603077805956356919044929585905567806810","1"],["7703385601740135808909008168911470269033167707400527008744438776568237314049","5507057963943505146286467350955113257297798932165463753550725901253764169615","1"],["21082955767816844170602104975845797717347827339058371116737887423264261014788","9550298053066965380092629446216873561242983177660326735832210524346527117977","1"],["107307118211413819699559900623101872816689783446670028735310342307202532307","20626136297654594120362880874287728995056843793801045103330142414071401386338","1"],["3936229111213209422622619062009455316874392164803823259002073484856395485455","3193949945971541732393832927848901623163048102219789096739790587387425366489","1"],["17854684765355395668412103947340358355778911995508357674944450599969008963433","18385349155058378294610438340826922714015517414649036730959049500359075511115","1"],["17285103257198840083047057834944256440488866640739989886133897243203111775903","16068573031971020302065562098561396804553579972980126100918973051938414033176","1"],["556530662496725040180447922373869183425011834862433847439970811611004969723","14646418384621944957975661171737024722795500289081738257651386047222576637944","1"],["4177659362446499088182744989530300365023768342737714210719798375729177196198","13679501352736484061962680430540075584686073525576258668988721616030295624635","1"],["8805237962478285660102903132384492377101059025076900906985879637282146434784","16591573317519530186299173447260506720079257299647549856220547549749434656419","1"],["17884027048535449679341665822262929478885733568494145358440894865212730501867","21784608073198795409679204915176934970805466256696764778879636681681179987487","1"],["17880216155618668169971302758714174836677060005054158196181728391112656209734","7417056038924156468752591670971127416148430771157518580627434448254787444646","1"],["17481365632453460168506016825214269018198236551256393406530746101231106550695","2029353402905167612381518711307941562879287015504081531711632489440960407214","1"],["11779688605091355024804221766585370631187833320873435366666531531456896809320","21091424899208994827066947299711130236337234468676419291381624792454718966787","1"],["2798142802207228512763156825998016173032866738053570280471222027996080376006","17511813222482785876773967276205701720958041939300406981575608240537699040276","1"],["3277441385592769133060246310525360186353887731811507918095653397235397986583","9990936682649582515840844960382683472158553473475316497737392308664584394806","1"],["2494857794910599993072204767669110979848517621874358252118011415533098701000","5022198800403220018756811430139594610618635257646546785306707492659381699125","1"],["14756372065582349056701944277440385948658325321026238740755063944757577463768","11754252075202251955870705382760968930304395295717582186703645335407923319858","1"],["16163949190935979538326561607260320123690941944744141043307047273792420249652","19244604133166193770874239214829890108390825333000993039504053688912580306360","1"],["6815169898581602738843013939349271934526135951590004235297973848859233221099","17580880574148098123749060992799583627502911141168531810263258594355510335699","1"],["253588723848770322410522057128334621227177762717887456166242545800001031845","7071512747913756326340322339701440180382276417739240896780969247455738244516","1"],["1244128660313879197820654021107169139366441693783757812707138177442122908850","14773755531226173142656872909325104293607216681979854365051289088017074252927","1"],["2558362393618242546441496521603433617830292765848863150806253645427642315733","19776965145210761785725531075263930334217797096693958452024879117724799785957","1"],["8127273332401210875327726405710633699111984478044754511900262465408324413654","18325967071353287717241227735955651764651286886123778744303886482825254780358","1"],["8988324550844445806387999528601825264630918893983079522886541528347453379599","9353612153071477625008775138043772240237759696357278160724788356722077522055","1"],["19309073380472882210650463817031832840923406363589724405012586479771408429603","1776075606750297845997485796845445677214345272914278777098481763596209276365","1"],["10376226414095803587790389552154400197715567515601827789041700683160678464073","7122395768832965118167628308642932766307987337704506188188883295846536661061","1"],["11140654000478772582990371380715090358863497097146122421396088707303099763539","2080412612763978523348101649681236094695958838679779476187078943450389753346","1"],["13416992173334520925123475041176463839309798514312610520659662376868093406938","6038611385838412405321112043934228246732320864839535487076789066613086534976","1"],["4287387592975114437416430451374974152851446416732090949703147329342524878515","238623925752276597387238784975789137540226294042680980477684235477207029375","1"],["17018209059416593619373313735290618598124501880747888965174512002443528747372","17749406362585921437763131128305375772511323945165042071823493611245677980392","1"],["4295141625177387108264538219612542531039835713259041847291970945126557700271","6096415600987110890114151601685167199986062446385995726221730240804788904440","1"],["8865764284192154072253011824452664741675735576288253547329144942028354062024","7257027152182994965760010473205710038708200499668228186325811583687146110047","1"],["19259094916277667500581755388427221279284420360758795874023833764366445904997","7210813553313333011185013829051137139856530484946083346736214460151372817464","1"],["9569498437902406596185128783456040196160099558922538889926327608227186251362","11500952840825726529916688356727223227764327795254741230469144231450038038774","1"],["20965242498856954245894241204693421057721006868827095348565633055985985748803","11784694656132973949115598826244693778236779241448730488329024899183747567256","1"],["19262711484702075200949777015900355215190211013630345941867496303448500383787","1893042790876524938017208017001747943097240135961813588605434028740346337988","1"],["599310297487073559567978381773801942066786653661495008769472216242522220505","823161037633605210527113263476890615050756215411629478530332524715172038346","1"],["5035451518545007761150150507275245227024655053660523562280883259243334426108","14378697852958183471707112610401870709904500623325522130119644843323897976499","1"],["20829361702742927692260417083270893624925101985392474364063286510177175047841","5939408439353834066185336825866722700066450413267382663024066887992413597916","1"],["18775830047209133499904297123322028109167031912842698968754026131962390932002","8006069283970146450639864255411000983430042750160119894681479655122042674464","1"],["6181700021563126243917156304122109025592373991365148982083666586331291442148","7041660127245871550171943962230802768727876197875203558073226054317284699881","1"],["15429906782987296927211565966218051533914809979146987262361529507168431594924","3934439669029945579550993515722130467739181187214561763304013928017548758866","1"],["14435507708754681234257701198516244469113808608436343836609825691581389974974","2562451425916647016014400137362421219904212970873411795159345651970624033602","1"],["7273833535701797608217294028273212270721026689968613381552900883579400675155","4817235818695983849457551566219995243490436654668005806521006528452730561922","1"],["8571553334607590209530366494871038936758672743732685493541510008049246622770","10596711291476682949277978133433764780480884720992050294429608137660878291494","1"],["9197563478276402332976035422091147949116754267892717638094210386044089605714","11947613864755259398052836273809250954458843714883366884067142603630013766370","1"],["18018796760560542144933324264259285915701532542309516860692501765024354943322","9168532202198312718504687023140416941003641478083962065335289372896869120583","1"],["21239994156062048521670447849314582772818414119454895708644677505578642898248","19453048724608739727971228363548242443333251607589872283858325612798895408805","1"],["17230564845968309507613584274211871583049328309435280590532109376098857307145","20781762569630431669209921218213034618256093043388711731340982303297728167652","1"],["17615181313503124131728244069078296738400551881245176476958461015518521317586","5592553524976548862906894971367625380856911115648658077636751453792257217454","1"],["7259239704949344627499240720600531583652930625268971239141548882189424598588","2824845721215623141654666052618470765838411749602057963182353216383145802296","1"],["8943594239279928284772939655026390052441019699192030805967000860266837132827","16833292506598233568418275578048671383277714845156506546050812038273587797254","1"],["18285843611574789178690688577237776826552770567348149518452000659625569505613","12036460853285268164329391796020023829755024208795972696745686926582807838488","1"],["3521676367759672769915196890748350035841721466107279928201115012438384604370","1161212197585555373575922260373838209105258630472300805402073624479822258929","1"],["20429764579757523253360026671762561545378718507672433382050858657503188877322","471965257256539456874136733587945087643547963165580681782015745040588529956","1"],["1187651698978879142816325990989931553274817632541084637512645285659009626685","19816560441774556285981249920071709551044546390425989777323491469906927497377","1"],["13168953898185192285824746834902308118092255487571097073245197989850980839914","2609374030733963112084225246030642014562362392892673549375190595957643950757","1"],["5227158969107374895164638646626920019002597643518236201331106188755397615833","19213661509981916500101913535863164054395428043178998113885681859514965992780","1"],["20342608837561014185314990452016895304373578598616444821300836826562298359526","712804048479474650604191934777292522749478661740978629418224698304671275554","1"],["15888591716367695392221932383171826307981173410622628355686245381908182922256","16179754568214461986401542437470575816980378322931802159023076419328628658186","1"],["15170643735371968994445937920891751560451064728392766239887091361731922899750","13705400669638804242294136574037625867050101212944481146794781333831611290274","1"],["11976328247720973251411045722091138687678458531034648774277427315596827053106","5488757442771163330445472428983873080124234107011338061617778742757684685572","1"],["13259561183650966723964278163945565652804148163356467830765943758266879971913","18269517547767971069307647781119590110667612632135857725227306100362742236795","1"],["12936653888572197721437812586411702470064872596466012732414224680604727698117","19444961601182639899568985493937201232601291516140422245136888828974172480208","1"],["13206600448953229679950454833137416503493753853258448025270644020727943467037","7681069278943181935875171984817729037171205602153281830340088769373610441091","1"],["3949586934086419236030274341528829796567782644352547246199657481014142386924","1376101802334937329349842439746901077070912704389881113346746623359434365782","1"],["3093206378050894569106352176252402595771722926212163481532222738246075670147","11515701307234771072295471057585745734264561549006589936632518872867439413763","1"],["17347597689625250155583692751100970423114820161530523173466683753697939151980","19549813253561376773204259503763659926936838342763191293364059411085335919470","1"],["3585506548767465260184538354274727826665884667971926559260804976568662667782","12372332519052068809766147664790634948070112904758148625965306922005064162202","1"],["4347490178887508220655266236680665631456121831635559070786155963195459992040","9796655437440556077590306429157762674556431456187056098414668795226111185585","1"],["19416596080527939451007334883799544263183207275221381225464412783171100090612","21561641810303223119608954777945705126461527292786817719024969327057356126203","1"],["3471622935965989037767000688464284057398766625712539607203119831383075772519","6545771207189590711674348147715463327602363809495051544649250784265022015582","1"],["4654273657922137294191987684107191111434572075429292159582028617597775957052","5752271476216119120078999762848521730361158418050242454921671409076189078519","1"],["18392457429415677320301040763902106045757823074916390827943771923880055438786","11982797258548154356233336742859972512977778425756341011524817121094176904805","1"],["6720158416999820795085617866914335623146682273326302429959145332814387888884","17850982221847163519361815904192441937701446477162690487091161212008621621166","1"],["16221641807083806199982127767738020983339376974711959310358750068272867608217","19085785044928248988697697354775986677876872885239040737767032055996527347132","1"],["1853171394364985537470690048200563896752649941874818174557090392651102783111","8118105608284041371499865166671579482267587641982879607929354318617979235746","1"],["9624920250672168516105303772888322483897922856852646403526556871016732305627","12439426860261016735352715189669436507299514528297260440691945364967391755536","1"],["15662807859157351118282575203006706380952090739084852488649245506131498990862","11902240884098124197006478572087004579805673187031900433899775258726360869117","1"],["15282090778138528873345924867869281835749375344666837519599081875006437550223","14348706884390345357106899337469280323137753369912719229606141099099283289426","1"],["19683277498732168212109427855400154520932230744680514718987282334765132372910","17452030054729563445165459217162998979899216921621824966401532442625148664943","1"],["15463889175273601671418067579346095535567291664599987108824338999191927698728","2796174541017519231481389585317178691142733917885741846569800848596215941577","1"],["11239125306872052471667785155322111560888394664629680962801897250098846934055","16421004177385390306206084902168700413544793869195107474123678116232973195557","1"],["8276091889022071713762145306388096839848652730214821638969350449486348635349","4104283621763581233719520413764861656906779553746376623623766182911649471321","1"],["9196034954173043935277692605660317712227495588614126297270678639722479088725","16240001720735966236668396086265593661792831457517359111009375705258875531811","1"],["11831066041509900908630896785808118596884452375535067030782370077534136154506","4355789780030945981401023106599533428792037662535586259251361070216490588257","1"],["12639090155395233607881682799740993180278591391009115497269527270622121157059","15432886367694028221576380902878349179766662768196085329491370079798281107725","1"],["10017556680474017934126222211555969838869677323185382224846656975228458972700","18020155092179688213720993752379006303986870974336175335444707982709330795768","1"],["6987764777116873481232851970805169711847371232561105774941978801606231504944","4702607826625623286583558898871450512404584698073808292858228478597692985732","1"],["14432255691148506426841891560408072211085210218928724231361342134568919215309","12730530215649627757981121438107274201920570150115841568860445997456820585347","1"],["3931187114930594635362866869327482112584750234789351053598398409270370292756","6774129872135459015592398531867376957851157957136454126116558155107473010756","1"],["20134459329442612279314196252553684729024538414239794906354883175471861423973","14608443994584700947264075744657543361502250095398924679692041525086202379955","1"],["9119881208391551842167191735127573960376351264319668337963994421602032253324","6074660520657476078617123353582338286241283931706832580647885378616080202610","1"],["14597884886066357860353638415917337037491186964302931346166153671456419656885","7548073133197012036265021453163716560165273045167053894956947972567852635166","1"],["12642331414377321005017950538911192196073306574487411278833395268407565033133","9738845624265999397188273415672107760634173098207302656121543745044621618277","1"],["20792521053040711107539443418312452924978353009111309154840888223044176228034","5783741504945907099242574280519745196951279906051767039673994468663108577004","1"],["8794702498602571677604932701033161016808960001529260772581423513836670808851","14669666557912735109353787496106160449062840657797504156650833793912064796819","1"],["15517215614964315464915385959334402397441511318376072204695128529078716426978","8013960065805857589554158414508426338471858265162754755357997862174280083136","1"],["14556277324620639849981006082136901604189464295614175952102984335277828230286","6828995181933924442583301736400585145899615505485203224586366507371607088956","1"],["9694210504309912899692748100972590368699630320875657820454721349220523840977","1492784353585773232982116805989610801195415246341509925716546369241733172925","1"],["13354370369184886047621979638643527627717726592119781592382456105898955018743","11258029164183532486211262604877165713001423025782518141753263836910294609877","1"],["17575652978787931962600666957116931946288627149343030999761155192863149164746","12229095262412645773667448579196157336173046999528470047045828675740446989698","1"],["3448160441454524250594236394031462302274784904939666624705617093565209529823","8134477528630196289449047857908165860032818477288767723862966713561767867053","1"],["16789879198082047119837215847810083704893755657176005763770289646386160831921","18733155463386355994105345282329374545865032963209400951574389661231818663509","1"],["357507362123008683367275009844435647789109199442498155432115433275670940574","17711546243726706362091730594682402780776161742395913972983745417373569577211","1"],["2975417716672668704922598733986641423920113649218190040734638770106560216480","4454280790527222639951370885836676744979095312196714560926868260694394949952","1"],["5114642423637705351935570616075769479862394633354969655953182080707776867242","715213090929242278404807089114326879132737364305695327321579277527795382200","1"],["7125762308878351454913104985211445138245272766950858375129218030864969535002","20958267109988113630907889172395249325641777402949717711014649163301106577795","1"],["5444494361145120040889253266038374073232025865522878024864661571228265422784","2360293826402812553045860328598120612176912835252141055966329139391286572704","1"],["8081837419908481332633067886527731349369208746126195863223013738225801406681","20001722109083417566706793398764619908865694890933089259683124635068223466092","1"],["12699109765924668135773683644402012538058715588369127970416135762337183057467","10621494633029080108289569562675446119880770774019710646494296895872220299540","1"],["11696382726661340806811494992265069838794940929598330904279766620696818479664","316967607682109648324234822420086929638333825735708383949851166667469086687","1"],["417220334542480894455132371836919369606351153632030395662374869008125959266","7920445625529923584412856005879728572026475063023633381307980117822320853051","1"],["16331509162589700231376196490034463023547931650779228839281146413796493742750","7098042376019402042536420738205884266209699979536965801649285816289614437406","1"],["3174019928723703169151503168862592060609183910390486746503515667672580026860","371184622653416357038876791948178115663458216614939891822665473196956448047","1"],["14274245866259548821631387254100602346922130470625234027821072228397070213826","16591125285153489115523225048308776629097101859472195930495480863620244616993","1"],["16838598450700075291049934512426883875090284081262651947046127885763016738327","13796164483212315702330576968515851407367303410946466326479536195971140480705","1"],["16427935784203422468608863281027167554961181720857728063234415401417112502499","12951191287304011635134798592038957435954232750706012301328245846733374219068","1"],["4550900460183410418450049174415667277928330595785418327498418588388252643200","21197264084656373327437945049264688423145068615048006097416048605886403498881","1"],["20102125740950941123568700876847962749770075249924808565994163561061245207816","9350904252405382586727628551968918378732689389315503809212774349269186692635","1"],["7573519264118494019163327428293276166711029425691827845607342427617369780815","991038947821409950079625243167085435891498931437043830349373534709683091504","1"],["17652788282549460420239842219399450670641280549091711893828176834298784734089","16865641546648839412760445356656139527858479342308913471165815527001611823645","1"],["17075629176446023950099176825534461962860782429871196273517987577364560669630","13849059798088467549857221138730465892790258156898305353491194841977870687133","1"],["3528636830782440743703312685876329956245011413296947887813537914525068496644","3765048353418905583633345530497775086747117452703159952001107399595654726659","1"],["17150141660155201099487838450889587448355625806850616228580786344772257213632","20724957310313447148919874029616509299862869803731097381849023417103926829645","1"],["11211433717343420078847751409676515243623523132005145206421817799569726265065","1132497714992378229018778723458981088746534903883896672201902132391672481064","1"],["18096747555854689955142857200811136342719141179073328149408589320205340592649","19629337414332546127890392715683947246882263499511914778017564951364339519805","1"],["11628902300322711909714421949742131638702575930629043095569901868619511671652","11618771323113749704640959218984480338701326025170679546553125668251905011488","1"],["18300416981555267550564104757112363800583443456319622267733699299058645069441","14184478349263087896593551371097989695721146399665859940529090912338470622591","1"],["15438194776709056845211332926006890137842943693882999208059279880129449971001","2793318655029864810958917079996778769703409145333559292995331074309754445366","1"],["21759864469527193862888406850934552170768934156603847606566595015450340914791","12661452257974686504868924331887239024616033349048224811846138232475368954794","1"],["835350147528909250267619721462042814464782030643574947081716030503270009093","6943424118384999771485116754013669735255503776519605105282981114270505441324","1"],["1907938999404918893912766637745776562651617356844293166848432447614654931257","16389159913313909410832236273527768722514240029619133901776535651485805342449","1"],["18841823844052180882342133874155044855016453392708131926346449026555226778723","8132949501302324296171539714669809800193266458918024910826118905679981948325","1"],["10960702698164600967919649805456540047071398232599002156462684350952863821637","13189779851436597872694266161708408206465771549594588283805180425692437981032","1"],["19371450730728093782028718860365686948017527181491146505710324457042058061652","3822324819103774612581513214408913518139592302402809125494327201815373815020","1"],["21765417372575697233814848882926579887261021075709291860744647331291421164120","10114949986367227173022207492391114984552292005497996348321950748148392909136","1"],["19410075864232806788084505605425268258288690819890634979322230216080853055984","13709752327352815535116811267623384722522772950392879124243757421118265618385","1"],["6286724985416533619385063391126960325307898818274479231854740251298917783347","1102403240108913119009268125776164055376751787199796993057975608925791387994","1"],["19515537012320583952114969907695363878103452719432548950751665275924618631616","21081455037331213431037594786825624757541109388744851962012720485681975427459","1"],["7945287914442602312978605742196001066770109939964779203682018805608935787833","5973961628516262046611684616893006257264773511494783061738222702920894042071","1"],["17239758604335907508426650440775589619608010814029223851148140835151327166086","684265606175556413268505247194951172163904399745598083987076967760241554733","1"],["9435002857008843829483976397990888238174398221929727917668850603931621808606","5631641700172072558586442579470758213117030196317572592890674366884566032122","1"],["21394971068013880583572820074501889746935156519788296838596198179355970282908","15956978040291532501964680148696693762118117305266653987220096292215883158119","1"],["17826115383659970838225030576336201411840144825449834601273161578992686938812","11312735783659976134643344548746574617834107428338311869943538497443972426670","1"],["8086857590463743662113020132384172883400362112982705177572587698194109425401","1062806695495062947285841567174190688536899571298061238547627640338883284550","1"],["20215340206547354195004347154058103179125996602436466903740936682888606605317","10632642666091651917810218494358717288370741570650510284453736926670209133978","1"],["16202546178548547049750457138866769633794005803597674382835469595037393174978","2717226477264090085486421855773382275604707794288517047677007513155583556519","1"],["13550310710902163076801444219413536710577860519172952392998836831242329755658","9321879627867061553353895779978137192870932004950005765981254209926187491397","1"],["16687845991906706608541963127957912213877207617496648195159333895357334598351","3894559360218777398278148298808229403722962685080136956539572146605120134600","1"],["1728236824903048049882647900265771493517728936034756536205246442677871171613","17980439881215581006385033118343366795690587885967262852245172470020512259923","1"],["6011460231011677726781080310059461130061305125423045152329768997066835933411","6838983451913875970011272871406285994131780505766554063560111534775516846539","1"],["14496303384081675093415815237357375675749572319776709671004308062881357796571","15346484425518480286991418204645972955260739593037754516231044547951939161109","1"],["21063406297718106789597259628660761069058289486067573486521768206617887542178","12066016610306113548066137874658690054002652968752702936198610952577772652193","1"],["3550640711473961002750820189270218451088963210326593528698913167701518618012","6772793462738739442461799073983846996547516965346020377283562558637051852865","1"],["21489173195569070347014894217137590496788050798680512068549645908279130811471","8214881904935690871856805330755812271801194642531625173700286998545726478218","1"],["1610813072310767418752771470701651986454073393036019385481372129485080287920","21526212846296774196849405146234423200263701275602431285378014551166050638244","1"],["19922771193788339487736204927443000090489832351143407860964952627547905431742","17593560817205423845855888794907506542633916676328718231871058824244182535123","1"],["5245781615059787986012689757017629142919338601465362543106705316764285859171","13668097120185709476312456232284612382735127668610903606673574909733789986622","1"],["20319068470348201394766135110418157320077199592154716182580752243857117107436","2014287615088539678217079750977774168409206160475846293723634817850015076289","1"],["4027500606155183681275724790025334472965182046127184006832226454862236529929","19207054276744412019935127019090188468305155426029043867414627404917744402043","1"],["3918239479093374369863754966252743132123317453770808542122982793255630186983","5288663851481718719685221551492792338912144461277412977725222151885571565984","1"],["20927856843148680913854105949378537329700290813422100137974196992266748118630","20341049506195530901809051799805058626373046045770377740741082098749165051990","1"],["16446475947741457526577930126820187186403548981969757214783525253940369563334","16417715750088269934741483010179183505801578221854835076502357182609680190464","1"],["8450580277232704557634305021176733424404944066496939882983294935817966020725","2825136349528881037679174870097473963102869247235943518919521858923083920849","1"],["8461595846918395089443250086229483320092063239762906668711256364562280080705","15699610316587959520902298883987345099927718459079487468155980699845974679006","1"],["20801417813637749230106128485479066368488035469909313225983223188515426835063","18071765361763382039175380012968200402817251747718540201210060280414812428283","1"],["10385695463646524935883789249914020211545701238728340753759021721516630702225","16656128253049057554859003979942544471186214595561371162305068994290416662463","1"],["11744311402595191765628260922470976531552151977168527983117748258648259256017","7485016334279806338003918286826122618704917550578570423356311831122109601098","1"],["8207018801572403932048673900170171652511791800302545194323551780870827370606","20106446031337225413398540679160613622514810299174076671030233136054496344398","1"],["16364775659549018197757405594268630575717652211049035445609151298981426115891","6081706795361048843884657339064246864201178463286958714051332847150218633181","1"],["1145916115362642419750395209937971099193311867004834355062781353042041151438","15040290640770917053850310787861021124472201165693258371444636254061985238719","1"],["2333797713023888073222919510551711837445012326616227154313166375483436550939","12786846388194125418187272871465632736090643051454239347725474613413792641856","1"],["11372996789911669893188117128211200185579209528311830626300971107782316533469","4657341689709103491401466827603504632899233089047318355496757318045623218022","1"],["9230936780626366222425350782919603779660549201053845039381784698938059918330","660072907162792729767182530179106699341017899798020561339897585872285366193","1"],["21772272614010954783616757189995662115139550011657996345245438013351152992185","10524163783468047188401221252295619393183480000622627188857707831276661608738","1"],["3732356177510371880587046070186020178762127649097812717878772988235606002008","12897097014063209118982343160596924272945641615784035770314781121488749965004","1"],["4017376062462679097466090661996558664016456159492860067637354680101695317452","15908581314328338745483402848289758032330736559983999673310584885563128682000","1"],["15532451680142585674499893177873343859570660701178929722026396631711946861589","18183013043202078150424183022399786240603123437450235468320920201590193426112","1"],["6192683051616897364333732149064288383495127758600022223945182381451527545379","8733850354082664689395755109760577095864897967003409075645561222497539011482","1"],["5754488166979097321376422251807741888493376492445871011487310927668101968460","18653096275344131137058829977433445251276920631515957007351374226350368428586","1"],["12054000190504952207264312841668830435026066940496335329656416140785305879513","13808012376772558204606201822334868667356921878727982240144279209338791889196","1"],["12126069387360782088758768195763116721147427782051175374215788840096826959620","2623670284867812515519855814140849302124745130730939102377600965983598009265","1"],["9133019081060905400935661843231363306957751277061355059964238928920644755678","3045326091785106562755009879349833075515787697910198559482206452779666383284","1"],["17108873536109763225207498766125971413538869743268633026799176010808293278725","7674644492443027076883254229497029246483731483323788089021034318297815435793","1"],["21728472141512720432571936268862333588430983773953272113179146185837917838591","13987276425287542237228868339584997401137816779266030783133719331894150537571","1"],["2506361249410193856743918349137917896014438717740560426357691362453830975987","10352602703296791960206597242818811364297297825391117922571173584860057198187","1"],["4239792495117330514048139727189042407369347792354417068158340979220011713090","18789507393862160874075006039608369272877808274473320977135002420112095956863","1"],["8096838393366953570819894823973025165409376867679948244415033591758269271064","9104586673375786933127420972976025065956947904287816203385860256212363001325","1"],["16656106480661704180736883827306084811917765316883846680443282889050507409143","13003404882470611772920453530112903983479669636400752922613685191255617568721","1"],["13478236069615632597522161850640932586548573938438837196024182220513075825983","4768803699659056476846597845772062960277758528097694260515607473284231460827","1"],["17464736154382220036310884778742096685541804495598334352607372301064034586160","16862572626699429695063445452741595035932652283530423635412847034990730381271","1"],["14128681072076227162647523102025112153634383910037260055549680026138858127481","7603760888910220641688432906349312492332763875147412904561799805803178814461","1"],["7683140513549100128872476130525634666916579795106100559368600443858827741832","16391226618869208782883383670077608615035013361492046032762977615428620870900","1"],["14865168600308328044999571185569092821646049646964903466295851269127415621279","2440916398678288227737700106597162731359636606922634294998027935345973878314","1"],["4860273617298623909557586539732402637742316410101095899414090442231070610781","12029538219524098488273109273857518348945008395978153184525995143559972908906","1"],["6954072295294369323757238616431555511544742972791803628436689681636760422678","5639868437799436552332203958945906144988421956719689740391443370345985338749","1"],["2723561085525613220583691738300164079855858207618906281664118395812136582348","10279325057620815020091511989114973848933397479077548640698642929675112122029","1"],["6230567366246545501414565671950903427966288871201018937340774534757802940122","21619233347868310323473590014579452024386334512332616554370581277086716684592","1"],["17459249715958094504040048403681861020106895844378929550639015187076832928474","5280994368281238114076368018002687763765273326141516970154215005481677420948","1"],["1372673084168540476755482160106411066802724021384105768978807474045441575536","8961118068961096989586558695502455483091401731853581239427036564849027185469","1"],["13415088752882624787262014886616731743405357804414139252854322553821221338304","19547598812099267214518437390912331132209482318393703330487188141461632737424","1"],["11676394285618873324316184645179441924682326785218634123505965554466260079780","1917434223270439012765736940973688514369168596009010137497442451412137728083","1"],["1183682949662167793788145925022359939159069575050960363781681515824813453650","13790641572069892940852561334694565629383811528294745587515490483771313318963","1"],["4362702615537311640348228892599384912880821529832613433208020968386655203926","16315848015531604887324840708777066553708665866611373323545711508917902882437","1"],["11604650605915872643066174480833710337126212585985437829836231560211891219172","11763039872221928292823641636675909406016519189121502833079404770377228819213","1"],["7030485069429669557225480250930311795713393042674653545924092414060780572937","16752667967193556063584451967891477140619960700772361695020369636869307447321","1"],["12688045742614051359204842202585594495125226402386419704805967931662666143019","11215088605051680669129237427818364702759568262289770638326913164853758130619","1"],["6884197393106712617618108110730872624881663998642075068008848351614243318605","18041784410639737519539077630545808455043858772280117505773022289693706498616","1"],["18146792441447785459910289952435029905530952997295269604085361151129672912224","15124319765155458788495836774743240113369165291136211432555631610980002732336","1"],["20896240583058760492388303787888944465396238097189368712057207876639339910162","17880081301681174847473145474772896358844445741860033071474819116889911894047","1"],["6896656938276591939935518508402313925232711850971466309627142187492676688386","15778459675706360444959558051995453939943370161766557133190560931297032474912","1"],["1182341867805876112036629635031698022631684111260926291220046738178695568666","345822786810498820386853075906870517042754389233214789819384555221511547942","1"],["12922929267871987004451605945255973729572981489578609467330156571547668086557","16442207867889158401717329299902296879197283172395459452837521972902843535520","1"],["20907779279807007977918577856203677921655034287925749943804463050886167084393","9464372238421888500223621168181394760858618021776399310166520664909045388744","1"],["491360599277244636161656505534111578098603022524396253118886685689236302948","18883323595628802322164625798604247219031745009405259488919018952149562420471","1"],["2355448663970518849088689377469913888869629214765421259895811385070731774872","21360437541146985364581150307563774953266158003483377693715853740696137520741","1"],["13708077648157789154427772661361383274305330894614139157948526505512991163456","10153524796577798551258699251593905162754653436326954545849553297593980850272","1"],["16002989170907122122051342525954472668862473362329481160403235720956013120494","83444615638192503802070269756691237986574285882140066223387845011995561726","1"],["1180742176151286083039674784770659130781736660368756156151360002276044201255","3490548666876365524505351527509516137313048116756941608962536466344629643835","1"],["4980842321108068077365633254504553448086382918721779548781131383856836707739","1761253150853915607047378685875424654390778497422734447867585930853399956873","1"],["9582444937812940914960327296146454104038494745959901189119333184800464012867","5793880639602402134716055261177803219282339919576202144298136361397827922665","1"],["6075579940846047538840358749148244645924176476626255896222757230419777094617","460720240241506613409986983543246451194075902094720940369844593366454115630","1"],["18730708399756473431862861777392770769934164220361305457401601559770803607645","926029012384982513769299128112932757300538888705945309603729171291695086969","1"],["11443995355321450272088463265884840947670516967014562782972652070923565379562","20180036347323476172969404057695439069091479792211062021088932649769302425103","1"],["10462662378242235751291821833902660155730676949630480869986969742742400800167","3768542341831824741979434743913903839038103916757706262990525936273859885828","1"],["12624211361656181082964333273083170530179189781854693705838538748200352547099","423142725197057617398760767267385693958920747845856768424699319778768194428","1"],["21059414915347255808922488900690007291539706169906494639637712195265749454056","8803570142345457847277871884176001389405870087348486408314302470190571739684","1"],["971247299832254856268093142831216243650426154722886403722530356443307228380","33355807788536705627992374733640163070458995512422013298087106367531328500","1"],["12362976510684597525584153358433161322700866352119003592662578604466605865259","17699347461304804530174052961038214623660251410868874387753321513834837717389","1"],["2839140607496707920139270475232944844887162049510426509907066804935919057696","8858997697039772860178663040022381930570497541730322775999321436170980470069","1"],["13793046518399935029756624553364934146359006408103346155413989593415622257868","7223243489291756036762076955028919118547008153835705708603666085484680579184","1"],["6838261874608495780079572919937877613109584323358191632784682844436584969113","4733379696881830318247167589961167144966185992102063453973499949908197534245","1"],["11261122212305901169081441476281009717656515554902834132415053472639750241192","2823778117897030363126406266050870765825377250536039065552471267392902652228","1"],["7438954831899766105350828523813184145668298826963035086085137458035918314203","10948451260021238072939253751093810577937314739996285306677071976080609266215","1"],["8190563287225251961946180658866285650909224804039306172731013268889034090232","14490625761894298146543635382863329490656068910003616876322911772501768503631","1"],["1107313560800054629993280225611432204072237466635841367809780496249618332604","12254783687920298625252624797100252160256179689535662473574403157012056636729","1"],["9862787114794663068885563691273378104541941815889715149491742286509639723615","12179887969527053795487937096861356450082308148204278602537959053631416400934","1"],["6198749409509421263679862278076069951308591420216337449705612597821091669975","4602821436995871626316546530618326678072998459307562518217156255351802516577","1"],["3953074698946447788332497035327596965584634247360930101421607025201025116613","14136191386427919401895840878863377987548874096961814014976133917787389217581","1"],["14529826881889164337784816714853079076538858362310383307834907085917197266652","13216129662780757543203368153055527272024575231425575274919265240962948474615","1"],["13224721958906970768178871266847719001293783722119295713067715926482448491174","11136451038255395096224380849292420703534574765686411142524314285630791968337","1"],["7520804085857252773121438066080965777021029807180811682139496901481112284297","21716879904052938124399666415980392923484246868635350889056144783708084934116","1"],["19437842111574816853763350797029292219485674341830432053761868582321802671717","3774684109429604572134662424070788909083420217575685154848618599058062277293","1"],["5832781940494859475585504927136308788039236289439214509166340688892499544297","8588710468145951744246270004645218951798743810046010320397465245341772207235","1"],["13267931511976330156868124811804055392016344499401594562620117235459974169431","8149515723218918695335816817719143736885146626998815027859612170267105954247","1"],["18970226734082094849293483233241707128166754348157372009172260323410321157005","11713287945505046982926184510577492519280226085810994589710761128371261035956","1"],["9024242520068437763073001326618505886945589473509414814139720034270562526634","11953887011779141078125851440750423661838188314625592485227064202905454005090","1"],["12508998801263061354753671760428102664589760080127783873254716324076729181743","14675796807871280861594620022567620802713869670343206755548612518759120673492","1"],["5441136840074146045069557643888650804393339169359426141253749881040067702264","6871270510386961591332697809662759750626097461214262652210418823861797495708","1"],["1338450437244461604291936215135691527404493126584660523889763184416012487948","17001558605342829432580753939393615898169727676306449324291132575632827369632","1"],["14888519251840907344542962476620243193891131554027955864676245143452334021159","19669306847234714267628766553911730968513366584353270589999731392081355257350","1"],["17329691286563201881934815985920214297914875093913906603955554755493506735148","7029541994860340757891776028719825664838234010140903416729580839442779208806","1"],["10053617855091508388691032736081614670390050149940267937505979811332918239567","4766014961141407318840210901321893115394750304248745233207783125144285198159","1"],["2486714220970063847113693807752554593828979413843687357121364609850857696930","6735105009683043387142349181926467636003750111242038256315526530853520027545","1"],["13920094162452381825158108633627056257804686288691810333248540093393076530798","4650605092781348519029746856196464809505435040560124467651668028154373604228","1"],["14493472522509845647521389695501519576715159367260826161897466989327182801456","7374261449023154354809608543604906688069166734118863769490863788632840269756","1"],["8201156692942955942094211409556328527408496685744782091627093702976464143893","5755775430529438676056847590169439499181804695659129159534795240221039128205","1"],["18365700287669522141764683033941985776939939721978830261182209126330493805385","10091240630039715108899536849653867828295016349218445676615234254494084668559","1"],["2724456102828214643771329005796580372847883968256221242987593562571182586664","17220426626364424694452153902603147339067186268600242050715806588746607357599","1"],["15845165852947753442484405798690832674900847431620940296693051513254557890861","17776343905931587597266491021212595557359651600341691385640981564752163947664","1"],["1964681580024131791966932476701349368414919349173297388251565824864013505412","15651006809894791499244966130027869224215393236065537394365191480935008989017","1"],["19271864324964671759464835417680475065367090823192930601357008036271954931577","13215045063925097127230859770606358434687722337057072367703927371127211286130","1"],["20354581749573957060481358434449016616837016726392363160931174748856648609635","7430845283699083914483781347735989202229563588770036948310884079604483543768","1"],["16848273252348459912039984703696181563690701440057437786917547412621503793048","19039382395594490325049001522147214014711989778959177830920387253581501181193","1"],["5583104922917468398655162444014926982185035951430741974236802324388713711883","608627907609325613633173981103518702870331470371987164181292220931027365387","1"],["12989600206222288673273233595503902484554185638535445192486909410080984616189","13205226936082247605915736709335181177414632771584205725177984778339290529212","1"],["19264829341396896846209410736403186606363558385051233165698723656880069194426","13818483557061824174524846804040508707646419119212722628056619536069662734814","1"],["15594637620672085030487978719405874777630678195491880928828294663277479533364","4091655209453618794898065241939981308750143814701402282416185112672122989899","1"],["497613435034234095657157320674433473863433826209432703112909340759597796723","1589776120126609644097771718825859660276234406762373313795452881425404875535","1"],["3449783143374165110528339529096342039747527532389662861588496425732600681183","13968139120634775747168432829759153615209053084535059739008768854624241150189","1"],["21422971376886626895570160213750937517268447522030900761358829953361608203525","20466094834160902211955393871557194187889741755373559580257516392418948279528","1"],["3143828333929143192817309161913693898607138241580759502478104142313638245695","3337203021778633854501811081492136550776516341691238016925831094006882081956","1"],["7313789634443395832147324617600207719606308683372923539174700395387040509410","4966517481445952365409947037520961943882949177718202853762702925631604154199","1"],["20005706776209668879727407579720992635403679894425567006654531752954374604253","20046993446910977229853697230877232358087206117997612707551737239903864408869","1"],["2713031718335915866403674097491216827910059842579497073949645538088229762527","8433257004775179927382574511713091109209823733580889689427064222782039356158","1"],["6248681849199224337054591151426663755857577987991282651090574646119963570092","1141471196946466605152630021875374589518658716086208745961749083650448389027","1"],["4157632703942672566707993871919383160365675713038137982451475273637996443530","18937010618952947867303011351942657745114558621963957508498872737950638677573","1"],["7785144673522832938819710972551603965794241721945503018705449215008834936676","2849756403549986867867448336417777048430167827351420569327019656250216257641","1"],["1680438057105845794445849846304541666139267481213787289069980448355347474776","19695706258844551459393721088225304956637414333289127365737961193375417408927","1"],["9561961191438088216595704512077055679617809868716741644236276997561676913793","13826572034596860248906423114201696486989744138841003921751996540950179905887","1"],["14410667525712444188211579097892265641887323081211871126790960740557869808095","18672111954711818672619820968519962254778197486372507666049176273917699843508","1"],["20257536277022318433136800907572252789371155446506627674291846562283405228459","6973983484623387330726740609069616120764052248212035842505115580819739530080","1"],["5431063458943053663973778373978046640894571633547780158782893906683900500235","404526719367442680264374535990993061636719877349599324351093989703686320698","1"],["15708527000135328093419852120133517051867080505812401791441640466795285957907","14881432219323648281011517194111052192468404098787120365090595390573030119197","1"],["20503825917668663421016555984969591902082931913927882666005379758293641704468","16081622521984977436676469989755529625159877876512534165085787283519489368125","1"],["6703049040856024939683821257418554462307250141929981880040785792285343471653","19509367596179928712948790722226745332627721015941163038166854832439870131709","1"],["3993577138584223784504919168148714822477810472490871675527601590345175059716","166564108806277961717235781827348359500343513983323307238921339312335479843","1"],["15363601716633711198119333351841264237366289827906704296437158641614973502764","19176765479365192045861364263128886214478985214507748693024261811066943510971","1"],["19178448789488721234596723852167612733697752284693387521705024137818054624285","21448260043689895072095194357290809838651332118287664144265723683789572479318","1"],["3529983974959346089392960070652516832708174628509040976739454047739376925764","3010915607146084177735001273009957187672287985331796294952858793240250322328","1"],["5246366156632362431153239459545877970955101211323263789989099855666711557444","19419675950959234073418913183449765107906777719196972102795754755220702884798","1"],["6159037444918783898115811631384592686231140022532718147124135947959569471451","16898355873851945625887042628550244034156869381355753131719278566364861264198","1"],["3437690852023123788339686769931253693909760810034132526818211519182072366007","20622995237528763586301968728903926554507486397078717659835308140414483999569","1"],["8984206313988941131812317699795810952911182029941777997323422714766244866571","16262792036946771284235479607008256477429523756531681817949070707574479984196","1"],["11062637906421337813299493778489006088738647780625295433684998029639364998940","14805447417776144222914493609310258665222846548443244900214658528711821874939","1"],["14297223374852557439622221367405649513435949943434049292831575559350719371855","4900986409144360754815145799457450709102465611574693272159951681559852815948","1"],["11241695149265496358497747317085933267521868844452713942413339592039655366107","14491983762979499768768530311136973573307106725559747251720247702712260360898","1"],["5160109275592843907249068388549437365260423536019049714761995924572906229896","16417609040278646534390100135903613020541281432221418901112518217151430473021","1"],["2302923784119354425086345470047135071996384390263748034049443131822211492238","3384477653163427172566646525643320011087515268136419494892236569808599423131","1"],["17619127718290585622156677760038912469368890645019799265643421815023212339207","2684654051979578440661730528626151178078220222306718775342624403440788034678","1"],["8860999088867940019689168586390085144468047182717647431898113891421746515569","2734925693742229858257708358547688387286082932933006613605657251239035281407","1"],["19415963792645726700588310528319322804207176929247781813331537586115263814813","12370924812866270509403466923587438994241781815653267261611411562033212658853","1"],["10520390819727379462604556485541450692578896723384842863887662671007503849448","10271506265518983820046533244291198995027607928310430641327764810095868442060","1"],["13482302677270861295127536795258626679103761347164776321579281381935791383795","16701257747176996769266259788089842694253745147957863875811917373963034270273","1"],["21157529360213826161796702274269117360199875538306344990076237750579880752822","17866442944947607274583495251199241353990852411233458987246901846260275366943","1"],["15663669849054620127572136443284785834141952681219738838795162216585434475467","2069712928411066668549070348911441171758935249251798149892452806223853743439","1"],["12333604496296612929204280620571491823408608578557978058340078123777002914749","13055223557442768299524966241362351867988705114139001923226790574029304847","1"],["7951161241121887541546379733986674698636268751374500478442534211050685330933","7903395695051004774843725291650880053445038229423873398813367908654833210982","1"],["432565198451449431286260944423802898231810527060709535251443662144391978083","11453344326990647632015013195199738528825690677711152457934886035874787973498","1"],["2374722383694038999013174340668048688978581283475368996528326178917279288560","2649566975625007437320870779735346695940814053694166952074538675057063568744","1"],["5728805720221705445535961310783720887520120855894888765050170797553684285022","18034300083862836088323240182969512309207967251061156933911964244398581393925","1"],["11951044355725069522553732455533123681218500511221634837962426543209479106096","16100377480850656436531278191750282081951110312634947352174894469679497268467","1"],["7131214595514039756175245549880703821781473275370809954078421281887489159781","15480457973418268619613633760283233622698215070046872407114603161174401906312","1"],["21179019765041705167869373354110532774797387073067585483375568341269419872954","11444754396247850956300911751141050010691898052346792924129703319129205331539","1"],["2104137997219083540943449971563844915659773317501503512204448461582062116069","8179046710009293054857627109154385517478250803848287667285412937526376064595","1"],["15120083677773761655764101065781178452088699136486203475135904843552969773869","5312349493399031740850390144129855457101511832447426989993878823674347491967","1"],["14967892008055532621198652981816411853232858310823058329419193208324678395875","16510415062326007600021401023884207264330410397619704991937650234852817531467","1"],["19416186249383248805452729709995894530332903069930171130971105571125332268631","750476651355378583574195727673804214040087820700387301266830111958917468660","1"],["20862161590373595492896627955096208520907921563665248814540838780169373585724","5487957940930070806455662692804198032341972442278696219554089517288284028020","1"],["6598101443264788448888209415777662803486839468769044093927462690314480262369","10909243978224057551515756544151045146030214671211827753478045515388833660284","1"],["3134218593455982643059006677282960949470994430884489242760863442342915637621","17215069076649946154130383210580828492613377657794833564474684348054741422711","1"],["6323027779908192098593290917362142929999055903257816269150039971529834975069","14819977702817358476966885963737410527072278336128677422331523159805989290655","1"],["14882697303312561187091201880779247513751173281751566863438412505465824761024","14194077208561922009403228857780351874259541753278104870280561925994036947452","1"],["7524870488323438300537231470129303341318641694971800334429465519427417183918","12605288765852231334695313509298591641694733352188846678002541078407821188188","1"],["20501077293327189672749901165632020518085354802715927636686142382818357411393","20722213171977312826028497159586482472618409432327549795952580327553419737450","1"],["8230724006363542516780799927358426789151122927570952902581832689449290296210","17955968238724947236328418207730517425651418462722035587322869625382286784253","1"],["1479741121953151160205211088730160455953495803605728258974422844988601645860","6082632800649684810763341227604522052284009541161347241321479132482092168659","1"],["5033151315862225953232081831127219160225897247809748392385043793469060072065","8118365086218633498074893136930765800245654618587214346184929716037757455348","1"],["12174571194103355593139847573386202859701989481525720313222146332179096516838","11173919729677916607673130907321925463326199661935013634167592354739852481125","1"],["17764688278190135385346348175089167204592023071282978683771231149407763391392","9023965402818365591198561636412032214116690641696322990068084199720849072254","1"],["16836445954156130360291971129351478412034926979709764084802348228522911196605","15083647640611856429340886617013294770502757682784526371976066200564457735482","1"],["19410227157117601080301516490382470559074981708002033909116089822197578015995","18449559307540729010567008196915601572089821376438748461235577282924352586243","1"],["7763883825700412977056082298007976089428820864532159702919091206408788808673","7612123611240891344683573347752758783573092649874155999336503614868894754827","1"],["7129448640688922223066491891102028193422081532727464618437751646708476757806","7152399192081387678650566719988015833182883255090097706630019788953088682843","1"],["996040380960909005235116599019828022519236267586209548493921363957128526618","17645459308532072621256292052009039622648246540295067124645956777906081996656","1"],["8661743267335358831525664699677789956184350974986951190460181974766005185468","12609667954170589253906567959969519778874828075353599107342242323622330695290","1"],["14203286973912325456059043050668759046571004613896816968543791805345509813022","8583486301901767721034334775921512449221893272479632867350711581373948046404","1"],["21612740819259893396189677957990741794010705292400547774200561322422704802299","20719967401925413683543884489033330002899377657442297450795189645199363601959","1"],["19579372567504878277436288637794913006288657666074140959899280112779123025376","11152854889323193386996404532846138643341961778308177943207286784128319431292","1"],["5295082006240361356700198875258537652129934523214620437491606314992351963532","15063049387999376170638492153284246668823009489036889349738568334586098254972","1"],["15354955168574544941510599678716591348752291883990862767059687897424457126721","14078599481012917007696995615989448960516807854611449271706513505182984910741","1"],["19517155165551292697926859894402981030222457195726719260019016056720779824794","18153174632911525958406582289775888422506970145130073639302547156821545975001","1"],["9546937334297328218162645893091347729506029764668068526901300145246940174517","16935572422478806579334496190886210354322257534018769927423350842814089427314","1"],["2233664723353479859549435841157632702253584688613988785077318200977696753991","16020402497513883339612839106273995211454813315876221749402306268000473912990","1"],["6086224778096525703211354818397274402971641138068007140273076551275531814816","1891257278060526873781714162152815026390200257153452007089441477623004829745","1"],["8473548224688954079048085101379227091788307755323764635725459444083334453024","8613381507262287704520833504012815578486048340285795160030686535820918191026","1"],["15358155748287114788858207936973256456434578708374347691431216147578156791805","9879374056850509000183779322872780005475990372556551946405967153284868929101","1"],["12810229974239563849394608107284923133428593809038195074408719055538527567474","6708811901151239477516802815661547590902942084034640049139938099067077902542","1"],["1639388789280515427282534233539665631017057229363663773970585528506509734568","18938559501912707521624282525829056464878549159943012385964500241815253673469","1"],["15615996620523614184519111205586317743822003166187065098322795083819130795147","4764175900962589274596119307861299775990468188957349676381780689874434978703","1"],["17456370081878249337954071366486448489013061305938676650767079646136261620989","9015682873880630657532106215496867941083677269645406659864951294511033328778","1"],["4239967670190011706244843664814532158376634611941476199766428227815584947216","11235537393313082651506494402697407594541839613875973986158042958929136908810","1"],["10282224184416165431986327472978413115317266372696725058874344988374316950607","20453942949715675214891925067613443196367383189015250459683225206436001466662","1"],["2150346114951606125670902593700507505380549712536864311421650951758660731854","14937069215631775800854612388756569907816568887063229266077240747239371127777","1"],["8453728438705162731005221206470755526898730724882955382919245172519050353744","11286466068254578040766242688367878542585687568298906647234420256856748268011","1"],["4828062142695220701515033288701308306145353414628993776163410348317806826518","10723439281838217260164533390953319371345145744817304960939340678490575344300","1"],["15615836530684737517764950376770750342802041669924765920870191861216812756522","1387690355820292811724515859242674284290994052658651611244260739078213513975","1"],["15764063099593548874196400542941741300013398650405594858185383205262738635461","15095692594481747072899036417396955461802714151273937710938343131979558580702","1"],["699978943289694304481154569500559623391908209888820463991841515181844567766","1144274782283511456361927733387433797461373142362510497254942337227958877877","1"],["17059490804988885160005217103165735620822639938118292127703965919181741733758","17721542350176051937667052132461751327280238623885221302434150647185585576744","1"],["20438515795358950926795534885484802084852290171057838472622852701238806378106","21400236260256524994195295852456327897499226794534059717208864527791882621659","1"],["3208950345025103427554327089715953209675692781204949838641967199530074886034","10117990539362782302826421294015965654314133299589561286153445227206569099906","1"],["392526371462658713542768008169187696968371020765263259175383972359327762658","778813558028277205237597704307044329442564107921667778841079337329875362043","1"],["18571958840297597821000190244905719015853189765769902478819723352909660554214","7348455132463982820183612836404380970963527309244240558463287888853239411181","1"],["21611905980373599200949786389212380567556712665193920956381497846005833467067","20014429785690497680799162407939806982827946628876024526416955324123161677571","1"],["8283202716663435026447696030734892633906014332747912647618414087268883506293","5077806305873286373018431607698757410926855208575538735497563619996081758753","1"],["15186926959766376920492144937827710963603963221659159994013092532606884842099","9478112623795826198358875211556132564773239344730440669017915620199809217290","1"],["8008359851054909323623037986850624127780724904860717944065780937524376077372","3079314844515636863421314602789611509106614748489480748280618886786085915402","1"],["12654659264828314048288794059413660710208662443939822718493555442332605551097","9234829980583458696928928348813284579359277973141412409019521790742556541457","1"],["11972553384986059755272520123371055749186397325454327601454418100279893085756","1104925704505914768239385798429707887582206068401204978762958539753629989205","1"],["501869345420571842651130557179440882983622728658747656342425707448534738461","20778657979006735207299505116504893719650889493978727378517401313344548643008","1"],["12215713262491256867173593643691325956379650868207799843091579143189808913382","9664261889489985336839552575865819796209165100101742636494950492140614934020","1"],["6024740241701070664533213355345191987905226242879698679975264458655226217647","8964311960515218676617968055498301135819958762177247542617574552096753873192","1"],["5936584745892507686049729422874598229297670684968072580203302726560864398986","3946221589081580319908655217818926962612982989202204066609380458973619287968","1"],["15184537464145530252127131155577192467847561027269688337719774955249430661677","6118712670768156271967811686663178951418002019932598153593746462741301509877","1"],["8686521885457345466546407374050708133293310410460997275732492811684518408541","563781148664252686287611784992346711369297520079934635501558381875244821685","1"],["6699247351774813960227578809521068815839659337014066355623588571273294558738","7835848629247291577989701986812406218691850519897042379171811305492696870898","1"],["9447592087715214774668905233983046679540328151948868220517000602357355014914","8020920452736818365356501611629557298902151741579635837346768019883239563348","1"],["4405607486450238496960450909134407532328200917657947936134994558940695448508","15315440460364879417848902678631781417354154450338657125925312086211378789156","1"],["9225319204870562780152894008515939536132328225957502334574170424834951922775","4260107572059980432340918326088589460282565939283392094229078386128122260352","1"],["17223865285590916193560327546058165024073380722015721639186539697692767160123","15527355862133608352548154735812340726761956304414290561589345219321346801986","1"],["1829887819325741931420556353192188436034934421661654463358832527052495438934","21321604783738424964701609035150898289970927913741123286542903508504465389779","1"],["10956175417191911066849358953726040018285264927589119286360144910601969889768","20185588887305275834541290210889517208049967951776617093058696895357101610824","1"],["6495792172324764077683669710167859360649509462697554775281392829700936219423","19872678875849860855663975067357250413577795936328154242646587400613291747833","1"],["13851160511577580074463179624366598520355942845391295790225766467661422582420","798201453263930079109104496608038457735079644647613457020028237034242435666","1"],["18546924829238967369405437018577857250071082910498086159211032925236764378278","2862475896402018603963440075716668843931467473115965484948932823897749844401","1"],["9099189743525372136097553650722814252328826427534151902736473908571770854154","17080730814774118070330240292152039893227508284873545645993208235744685629618","1"],["3205854588387230284542552018970997169638726659006813276173433600280412726888","21175500834459713000480084188433008833528585371898506934419847963422227360242","1"],["8599732961845400192416463564712972269327667029408836487156985302755214626285","3683474895274987292276057265434939486751796017852489228048897410431233323170","1"],["2670261146580563098410038167629400300872815730547654654334387297373962179018","17733919640930236612538058832871215650935500143177701380542048002481949137102","1"],["3368092642312557387882533996676128334780138487890546903236628275508215386310","11397489772028090676140588592070032902621174088840179068001315369236246482","1"],["9209750163451395406836232258242599388968390378225868278981330024007557435350","17114635130135981995907525339903433890287858467251872526979282896887217514423","1"],["12295729372975194161454219851948274641279335424903766766877236800044124895757","10880925527093766521684019252379160434438271848514989969332064016566745602865","1"],["16570337984273962227279568426261186426609235293904280200195490277875093932344","11039481418897915075414618656542788434936653440127257020643512755721146314505","1"],["10880115252911150050279100090004145920618897147580479272180478915320518836491","15268698078717783999962834696604702498445061960379869703798442572918242649987","1"],["3950304962672891438449853789567022113307913931189775654583347230114039709618","3535943845361915573955706599733822680556451508888767671268094528783176484409","1"],["18119490642743303257559383370123273820782784561649434044368828219343305232382","18958374918655216896720946124362680450482636792696374980156817421747069883421","1"],["7291201290833538715183255265810697972530924857091945897584207014088911329614","18572130796676177220053161282604547748906047337207040984981549513557648504969","1"],["6949993187661286202127398379769053607381401991687807926443752432676223817869","5206934117811259872718400370764096191748425999403919410946961816524070888556","1"],["4918393047345819999194291394465408594703182711826654692068094620647751313619","151860760415116440230933560199562470129873485466603003008039736884753908394","1"],["8601453311754664733340357582063672998447876941403218826158854880759319246038","4866122140216502494734093079214912872761347754488174284319295387109644710898","1"],["2454664505449554853211238463094716779604435721997798645548856331850051863522","13469943820228217478801079000645424022921401112104130601502747710953785303996","1"],["994317428266627344726393474617585659824224291832135712273068858611186377906","9250519788745516608095433422719079477768254859859065412519147892594148109901","1"],["9399469600771847573640396317334646009447338064870396664195866181275383336779","11359921747002143636239319596324947529841782243127134711858073848831459849498","1"],["4900113090922198387038467680025788775380738244969777805625316416985671774446","20012911553494777656483555486142380904693483788827281149435173698119711417989","1"],["10888655914400457017410157293616865360033251431268411877854110840034784645363","8504310047785476698222684547376941788163877290587875253634039928934555001690","1"],["5640938183798347998392996505697604592533884703402208177431533988147129315096","12021115009025110799521307582678827146283373673503267332840852459592160628893","1"],["15750031137033472526000764266920510879291004268848675569888728823488466298011","9727239424887420591825261441494318079668386491122621100331451770505247965941","1"],["16248333582071732236167782229043110417106350569189582029281768029835816958743","6335522948132899222204117466821605984476625683989820441289965346680850237159","1"],["17930162930624066236394833294461751911254767086548378189328735572388199443821","15095059419274199282540454714508351522355233954238920625772651186812927049336","1"],["7008423404333645558917996604394635594970313207699073068570781056344637531659","12203490940863928970646667450947264661067084367978954832829613976658914446665","1"],["6478442024538400070189390158048193034954521841471135345387141639133545320806","6469747453854578811155042151096197752456903954635464564014625795575685351721","1"],["11571120886933359900006097080830476191666448018719061554370682360091129402127","7195064288631287739277504422711875227186616824972415987072256466392339011170","1"],["12118497046846783875193842477261867271475036494283548838236848918558575584458","7729281117357875035513385914611204126378011060825639270817832445185460396597","1"],["16135000484429706331767083861236179624323259206926384388946114918687807076870","5567352583608480918072877802501546505400598896141328008964047398683464944831","1"],["2086387152537041941452864975395737794432694973806494158508650793839935181029","15337525653529921578324712057037517474779413450368738706289055349760617563661","1"],["10675667578532829203617745115127530043849542744336101734879495128156022404571","3950075764800140489840205419313447718899967389325694709475388766814722208759","1"],["6079040106213640496198082642991537414210219470679408870153788356050167012020","481583158713139990945555936920719890739237535586172750393820399102866294190","1"],["11840670644374783655300213276397552142025186531508320986631949254459963450955","10126968803024386100318417860917971670610668148303983772688054373227606778105","1"],["14182141987646726809646954408773094786921597077435357196535744605594859356181","3056137433129478678547010515357208303282182357914628305644201007696916124345","1"],["8660303803595750036681567036321924289046165316240211196468938401738802136442","21260649839713572610011615796146233691165308455216725408266517565516465280495","1"],["10786980432360435679303978988691096634648408399265891485767030596673359074213","16048108524906369173494527001156995050482837703674997063852838835947672993597","1"],["9055080376460455822529882336013967896316561626386535333852196068698438513919","9819359713473868936824743686031947808431672729782720038183465002426940615660","1"],["3356487144667758908719900819820754868665985432766258286006353840477041481540","10538905788703071243914198277934933989022321616057277653805135006909987676960","1"],["13494839386203193321408781275452253017302933936724681039865871639170013684555","17473093134860593320987659076423926459799876307123010912598675450743219208537","1"],["16549307608688464653057980159994375010160212088874878710323129023011558568623","12339251163689500534825346285834028990002907731031219758447864418794293158448","1"],["7686943947679364679498302691781525783093833144043030481061162241826511740555","14977605974228360848025453319847254856517520982308934280111686784375419939428","1"],["12370715056180151736991979460083931694533821656299820527463168493733920812672","14900970349957011502009763436469134828860295159272120604936588479651629867915","1"],["7211275424535389727165764544987082419230328210650922553340558591832403987367","15878498022496955351112675615206595361435309400920667195817407066841413812942","1"],["21512897313887309657241410390684395302634989367815503793583319006521677351272","1298126857076881452861148364687700761550405066965948679532783656616747249198","1"],["4362472631860629961801826861551216008822056017537138465222989170177081785184","12044959645643942128168287549924297323417960229312761080327200664285189228271","1"],["2861355976018833943984787780397671493308994354509132967835542126848917442834","12830891587003973202509777855409289309461499700800581243159265347861132164010","1"],["16659539207382434233369866725516398582591930825586012566589777024802702103627","18739988899478415089260639720293577731209698143871569001570728667823604855609","1"],["4585795323053470504837825853442583039305005030800758593989288194725365264737","19886670261365254197151034978724609164588109183367538930526031501463840046298","1"],["14613196952373284399107563777054501035789453347501121390666237504749701734971","18855942996112393373731920747335537338077990087046656870467071600440706024993","1"],["2505126243556423573536098529341255123747649406867335859302069725676644898959","7242444767781182636093791653678955509788214780184331868036547933485081645735","1"],["14545095753842142856888421779502013578505244227439740489769099067028473768230","14851922902174966288426610830987179532781478674165511160712134987928144507704","1"],["10935804474097111258592786762998343203436157039249169190986218418869983210809","8819706687427045839312922143278059939883219859660761946293588360296978233978","1"],["5013297537048019089532064286659399571725628135698758784601514457791900797489","15223428914967314036034123676105799928526117979638590683902718265209577883531","1"],["11462777948928404379158243834867590506276321826980166592723070634435696912994","5382070372706687226064555296181944213043015262141425897595405593380567597244","1"],["3914618811925982837773946507694742891147707450979208780752761763156902528949","16225825880460022122850542432284440399972300362799937592046647250913039659826","1"],["2057512601585622725001837267825143843437180192373092299382122699845221368000","15329818573708357258441608528247244231672658045233088262747993245524739073317","1"],["9507099911258827510557989323643256242703268164575970360256286204241210686117","10464941040915634239273526954577387712947651538792506848622416753934322943544","1"],["1128387782419070303233880003396874849332944004843273380839102215353942729074","11757426696903684442296500339635729581766653664348121770010270286696144091058","1"],["9088640439398906053939888840134487989069509451564607294910846320562296940157","5633003735325053540922575470803736566571787171691109924403815704750249586966","1"],["5501587352650974644069359024700598783906141106579401831491743697147947973137","2708740822872551797965463648441319748997078798985893369818394298441251677602","1"],["12845599394651122132517808081343131965612343967235453729127413243561399539900","20503816793128672081464988175491049006564041461874582474506184385744770384120","1"],["13531340793966050834677849756638244323868351101488698935733197669769736607925","14398831154918980319487795083053059521098783813586048903824138315588796886588","1"],["3668089027849619467528477739162300649398355444923797399799443019892335099473","1266894212422889823673860199042531358232181058622428079318372270642445272209","1"],["17365538429270466655633956971122115220799456672314934500788322594550812823061","11583125018275317190696248742050379750999671025517766353370145298772427462669","1"],["8342009098408804871854669172653238565349458053259049825290597020890144809800","5241122889564153038481202704140514935416040144367407993170074410771481243386","1"],["6027700176183347477343999036036876854857845618492331259764826991677552400297","1352207671420053435754094483036570700187184911631654371311665230429312346324","1"],["15066299318403562444400583268005800320022815152889170547089509091710209327856","20989928173902063807726223226583429497442880694833021505493753863218127864462","1"],["9195056954626245972572755498071919817468296518698466781613657616904340787260","6760905626778736242924924415701412793145669195357314736069736370694690757112","1"],["18741589734022676313246434969360777018843727657056703180519566513763423974437","13959506242373554499933456711854696869011404099867818294436810208723678926011","1"],["7681400731031072316182677822321132944945964259569214689146030807303028498674","20468973432114638921620241466480252805477166070564659183936394185700874402282","1"],["17474582320557881007473450486031165192805025510121867876472486750981812275150","20782941057030186122341347901964664899248797583471475311770329389183231926880","1"],["177251445880782233971174626988781465802120165048001460178421354893926776723","4883691468859637209775021919620042394352156632263949432299428412607223482073","1"],["10323446829997216656591878165060286822032300895368240144260385433971675123231","18390609817483437199509501722977436326371183646697802751620900954804819312374","1"],["564619941871103137842039385249456846747892080422362859982707632198713690825","12930851263703631450756902916861284757443092169146937327263415456150935372042","1"],["782665068128362227200661244401460575785802794757082596421924627741656445221","2715326281137917149078537203039691211804850034927340093938987560528137911933","1"],["13450115247897169832193235978548812572272607984010824698853437622052416396239","4040724162356818115113427405252735974380590435012323916653780494178766920518","1"],["3940870123375916784386996141251526142507347960632698045737786899439580509978","2908098766867807365975010580513776214547127451611052880548095501791253056636","1"],["11609030419906249274311500663006755647770587639603517030079830169704881116458","9959781860952206951600832498575386057896799666111018457100438675677670992957","1"],["1674460188521152809544471817733730696647673639846700667703921592932276558304","4601557107709699266705578402317746090807334073103584385187360835389762251194","1"],["21347855271148694245219524679901613003950194354861196867004406343540829553587","2832363101308907849165288355997285551519204880036708494882446886198576505565","1"],["7966929126870746538021215436271973033914965538002229798464213220060103971349","6003684207864573702586947567914975058016778997666486886015496827809083692897","1"],["4114324362275161232568578679900576554823570896214996026029945236702085131054","583237951296139275126494528565783043622589561589249876564181660968051937577","1"],["3590663672435509570246098058191903913902242534379409831237218975954486430852","5838764176975787761391931843489772620295826001745949064216334916166402945584","1"],["20631941785966450530121610792137626195321715304056543434873245924434524013562","11430924358673640222118537899492746313559018105569518296005823398325744832190","1"],["18043396422049075178175294036559323068931811686076174934072554399358160687118","19873952571073793438307159453440772238828568645995273619525009617649058974127","1"],["12668543914105924355005648126470156582188489507489537811692430566279094061971","18226795096592828482699535662494633101133647565121697093229533606045941508947","1"],["10927446859998592531321647708709038201740774329881521492103899130214821478669","17459736012032041096787994668221597491971811867429294774139463507502658876851","1"],["619830842533458782684995817648058959306218917383030926511873307661576545093","5051117821123963906491095769205172684399704038273473945536485806464217094249","1"],["17556341437243463398192724337050869244497723504655678554677887031868636595964","8492519228433002584823578844265649754675483555270612481518650511679171106276","1"],["3457638365128108774045949593788544396589747418202208539568188024483990406365","12235356878919720368874933581054174761263564696974655001764511063668304014534","1"],["5125275404113486080803364298049309952750287677568676669362382792861555540246","17897718519183711440151606917308319611615957789933509305996783360435073494524","1"],["12968536104374197403786011417969999905248866554929812153978226600487763748408","17993213592203735593639455761917200986204992808952613793006243752217072933418","1"],["16621837849977011427795880417728959704304169694153458404505094966181519166406","3717206790994290298492624550105579100650660153119752508535666561736539510047","1"],["1346540294156841002899411973842090283684168691446079028501898570857669713461","15816959257402506451361975507017126907847818389786716394956443651942161044791","1"],["17103286597461281497213387135954557450579495793093143156711388895489537617154","19038760590207591819043792357399694021402196402253632155289507892074395682502","1"],["14218271339300581013316194522742188779899143836138693937489439860070430135179","17518780909773928371684547979186371846320521537113249932510791652594558255578","1"],["9632453090989342643310052026971788952974390798261878872682215042672025985318","13660080401035551339799662192736898212927832888802641077788249408046692596320","1"],["20034185982309474803531542012543236515388734943364677093524916617182813202108","17365936094561628103934193314194560500503524180976613397099674509486216405540","1"],["11916424270278295599684966788033426854248366798578359814643382278464185313660","16151409587164263218863068727200044267043468700530820618350741988603186810239","1"],["2619028753858418951527060149774309841683351097765785627091200755021926140610","7299254985640480601135475429256684713582391196538193423075236508172670239413","1"],["13238951570458024491660833037133682517306849901207005255978263094744934451987","4668803961912719874505022584809631256170596715905961550823386155045474083004","1"],["7158960398037667514526411809141109326186229494964954073399530529589189240224","21725669807963860026704584595409134215841651017421137335476770784330877082906","1"],["6134695529438253833599817869604771686306475612625944725121988514953912587523","13904191937334451038173470686740451133797133845805505415224071355423896507214","1"],["4520296382609285806052176475165484011348531430249282358390323925376923466986","2367953505425000896900269545213426258385692943022775285291848949584033298783","1"],["10313617357458283467013392034024329173427014477221845827889200409609307426205","12145169960355730009787297295505132525734156268133297485898465681357779139721","1"],["17638632371405094892382323241864496232021311266852041470657675160073734474211","16972081856222060262464681529634472851021135844799455676875569449857105437339","1"],["4168890345080633579653354695732365562785617338107505749604740605563033082124","16503722840689447224638459592118507921781601629240042517399820373739364762856","1"],["699799327656764857453080975334241568681073268759410528249305062871931781830","1271938850741160431445604081786786837653926770223586887878427335437609233892","1"],["1808189790476469203463939888748330922846850768251378746579970890780407078238","2939150175539715131965969505766081310047239442399578378697314349221011864829","1"],["11070313284245845507489834607429786900105629926165533444596642989530567001112","3719980327783846088374180630321157446604585620218739959925248497603286792469","1"],["3682405552375811815609088177631529635330085886331591375087341708100762553540","13988239317613013250107500381494807473338313674459774930330028844297596775765","1"],["9674394424528211758287075129517758957404113843994682999510390087057984204825","528929293742195381899189890313561184226052056907791848009111869313390814204","1"],["17198659644498126177409133612913401536108080341845638749352379346269118491594","7150984734791903254475966796348248515399586195908620790299082696052082009583","1"],["16539461944386868181267273102059743634677762469734979938594387413924178488752","4630672998725413583907759913083856791151964604918192539348284147655432511928","1"],["2600268776752230504027440990024795168850162759035727678686592133717452231557","10301243868046801064157392220521863147167935409965634410157316131921760235109","1"],["14117917149560259936823317608904321440285130994510504697576524795204154743318","3312150513300740856885557856427062994369748430818933407815157663329942465151","1"],["12765521534421829245749027226536647124022552661855248206084052611403466339147","20618489676876036442228054979240327164124019219797095702732087800455027413493","1"],["13014288936702013355084231824476975277407005206354697546974661648342270454348","5440521562977928926585528224721624577504994872141144121881026548008033906755","1"],["13145618833082076456673761139914227884057337083866259524190805075879581011040","1853583163372526072892986315492848950206172863284889676662459348967880695049","1"],["3285107197306761434073762734697855668229014137620257877681968414172279702881","21584908357583637261668921567612514556359374809527278042220696404603802887872","1"],["16792404852904143601060341976211479846255200818249049861323060085441123617093","489335478434103084079581747486527865582426576789407659572167392992768314194","1"],["8385559820040231777288196458041489624969548094302065427734597589067178802613","8453605419936988875232799474380657068346510313851292609620146309748025018901","1"],["7077228666418434627823384600170318184313051684489487404554799094588439312431","14364930305602907054722535825415006146642553527948044589264948623706348733247","1"],["4969619344986397969726131041888466241304249444590681734014181206288086995712","13857680348711477099333398001645985388603327596237444521919171008249007888543","1"],["20119680823335902851874093746679750330054122517972645424258535695525981802454","13293915183438580696692670520793981767549392757037755836338586658723575546567","1"],["15471620234000674171839161128401443882759615790621110293941244106059356945033","11030282425299147539839146507185759538036761933115863439081643089394243817914","1"],["17566098429113358122556358494394978671696211372543001143247205810523220640413","1317359191199114070064909011138501619670404594364076071262725520608350089575","1"],["646632188238885160615198971330984930526642119047291216640895726090675704550","4566686089609924168551622827234818317108138990776164650005913798458827210476","1"],["18387790357442209107643786176901830657030733063573050635145511375901408841536","20262502426455971215799514934140823053698161903029192372908045045024684354922","1"],["19612699259251502135711327516364043209696395283780024181246744672238617443012","14267486431344642095984788546182910473499606061324588287792352517216638699521","1"],["18797262646376294921542523170052688612220631682803938932538217275067101249053","3972820460591143667568117504540436457386224210123362140813062691581706997854","1"],["16173676310628777316302514701558583152202976672741812088255946884167526506515","16801999238842775234251031116928587996788716098338804195509624261101675129039","1"],["3889497009373518149949696543933468759480716193650939743379706493482602857852","9167288225441044998283895616009177297746433375059446199969838479964876960578","1"],["4966530931878123166294370245517542065627675886301036017027120344683990136166","21602337156839650164410612043533647563486747907846930231442741628542352071889","1"],["6684041113194613059791881369556757521125005718994134655921312082921560781507","11008861630801778518243298290429152666279785552941285563028688325534147279779","1"],["20887977703326600024522967422467186783919281309517308170814306232869401547463","1635260125599454196621960851100917863162757929276483575384776072628190709296","1"],["16614501831540033766691278770778352217476746824446155349864976961765580801984","8143430285107839098621219490165780672512480330699005753145875345858929167827","1"],["18570682941379616833966975075310543223713107823561422580549423667294749543664","10025621827147320517007558195623177093419346843256932970924320719860801907462","1"],["21408746360150115050557180825746991878569502934857941246945464776011855265108","8816432978368162893639702313626890385440218890134083909014879098591208529138","1"],["9425685578833852349750578814538046723344796803044444184940309217820365305433","9411347756009511920132598355205698440631480264789366527065374064448664313797","1"],["8585150672556418885602095500066190281715171100173379321691697324776646310231","3032974049180022774111751093451571162078070838498373919903452977284020908797","1"],["18841845270409031211452218926557038484903950177209836330913852652064678702879","8100165155773059101988625401557569127374541619023839005079181560314026445693","1"],["109676145109623200908229445446850052077241324679066723614273065940887437066","4032492645861879044183427982975890630284773392612583025733922141585873014417","1"],["4070469631276180144870335239581348396142538412329957578742036502276112869145","14980029774537299186050242593444449501423081084956243770259610418761510667308","1"],["16306986950044380355303933261317841607561897578037630557226262818157558165599","12616236667899699501160321212474105243043144394693365543191711529421158460272","1"],["8859268828947804058812256630268681117602325082930097019527580076653046275201","2243060126436543184162460194935376623503183138178122935798278243471487804022","1"],["13516349044219035680194842597125020288410232215205407784908583916473796011790","6184286640110589723282346438661585157456750585710364894047941338958313306456","1"],["7810131152463599353984506838407230269762508255547154704821223881531813452256","19110902925720589118896155568915172015658574653274266331516698445263626455951","1"],["4863635653513129100974890660255575655151330118513680329989634731105457069267","2777568877893618261212666829145890638119644151400357290089961838209995519737","1"],["2066637169709390098591141216357986987278681416631540298523627384699425244124","13985707624324302376336780703998189647544051839366048217030544283053574836149","1"],["20026339858734171914687534573465073662955881296466387052935681810851752812625","13565539107134273895720985003084683928942492626407221340798639102969270269456","1"],["5755877217196697259882242266325157121109636848210180322976445552767500598485","1103934832259634033585651323043524725784523644208511177609825472454870560618","1"],["14966237503957397647629673441142088240972165579493486490984207893757979995730","8957937765072867041996864868178662723131071626990127918466062270584687706421","1"],["1661903864401382495012238261139760099497596454389607645563821371914337780202","7979487049664708009565634052833371976251712463832354240520443246448068858591","1"],["7193362304227252639807403509593259653519641943066418025230052168045969327452","8330107213572944240948058691294976440546822108923798102446741251854496297471","1"],["6849364690061939214622788176075029851381388000288981196587024695412936790493","21579929719787268704000993925207245588052811778487176232887282194664239177461","1"],["20211482255163072306514028546074470586328046624524983146726601277685399735684","19663160030642556014291767111329547277205987323618314392206882958758732030830","1"],["14431344458765956755699796942773557043559714502791069292289775628383590708269","6768315798214905909621885201718058686723542873267398062325279070317837017273","1"],["14543224376861588723154962463578244780032164117022830949896556548869003891983","13377516565523917580660936590246390341514036568240740423130770442850378998906","1"],["1139331155519023871586420585728407408213537301830363635888666399100435007657","18688601022711327423721304831396993950515664099367870191684569101340825453602","1"],["10875585356951785127355833191932289557630197717375245982220321487541856650512","7473704291354706816488584347232758998130818273985555644712742835756330144088","1"],["15724619388285157342928716212246021344923882283478545814086193965180206221561","14449919671916342851399752204531595699171382854052773476723292632040816088130","1"],["13171641286844837162360393939242286545421318689496589517800848470195553618728","4265501708987609041269638187919878561772931381469983485908991625870035902581","1"],["3391717544173361486810650498466707426768890729918431649416502290579468693097","11398693107761103145920772693933534462387346478932794655265620041702291146022","1"],["17748811974227841884989753182280389242870770180621768675838171263964227773120","18177309500098533493926418886374591381714879656994660603342283778681422155560","1"],["5735838049572040453018015040148011053755858304025379976181941185431349418004","7928483024217724456386423480838357169816385202618557916573200770999720451430","1"],["16498259191248634143398396653311671097442867618573348938666714361652977448779","18602197703919986143160154657446854100811239572367352835504803456597697784369","1"],["10714885137974952565297645739738586225884155163850785400780203350498380852053","14043451006571089752862840322239226067618381411187072196787691312080504792","1"],["17115092280261199539506728325801078471722499137283631745830128463104066965311","8819253439052925778236472502178939540059219202806221198086956722540815455542","1"],["18950517816718401621070970991734568246134163219276033817136642984289832777868","3119861177798251928287066237468470594308137770919442956063096725862068958722","1"],["20255650220441847984615115323600975976011867205161229344025024989719688749011","14920070882993889201635943806680126957442870353083453805394023817178694334177","1"],["14340137594040600854254231204476216549142821794845317476243206855308776393419","9445683949458368989084587546218576531579359753843688862003964611454231036514","1"],["11740941972444261781042583044758754644672670207960693447253629829956259028939","2940600532754986981128818394142012875473620363071395656134162715511804312492","1"],["2911714932965144649639202134237005813276309561485612342480420396149516054266","18550898523395895012114604448646431818530380903579129050021471874568790686167","1"],["9210235043929172311359995106629766134971070025941229603844471619388278126289","587173887901457659886880579631050886627739714780125302623588837384114481887","1"],["13834918640381079546295342441927734946007380510763653040614437504528750293384","7356429120164072177222645802723000729833057714597629582658788511039087780606","1"],["10193101903257584635383099147042167577372567251485347198178230182047690361294","116315060734141774849277020019609763796599507049482392925743219072042499966","1"],["3911284013978792000702246131710631330112374490434274060642827391151391792587","5959612345679947700265249504542573822128317428965138256628475284127133761769","1"],["10237068899362093616771805882127079293077671354200361313341546014120931704832","20475883927928942107812397668037371952885804737848967859140455042939430649747","1"],["16793570986590649559222490245110499797629301995931719754386947067723182924976","20708943726424237591578132592443665973281554998235546094581716134442210352792","1"],["17243779938989903517015805429331339426225566116815491926539831050130609510985","19815597469243981593651505905582879431599756249882347629599080578350064615276","1"],["13733480596858955314702977774669872548625967494976404764791174580423395137505","18252064932339308152107117813254152015375390793128433720449284874210493906057","1"],["12784152312006872678697296132485773319942743701403656834580872525663108251593","19964913564371762748610146847318866675059346726144921296584303235710668573462","1"],["19204220360615144226551051373403528311395952689309679950421217493822993022811","7562307822679426332956405645226563228706972525778786118520289644253113145319","1"],["5068593365258927252198160291305746767098232795577605621055266450340675296640","18933054518261882811390133933226616512482962072071680242506192943168436432131","1"],["18986787257970636498081691123510671316296423015294642046531683239261330552598","8338226968696456188717007849896595984844154746077708534658235150240122222437","1"],["16628088665552844363636230072433549153464017265257338193447615803727797038171","16412467673392769853839187533740682446018002605902713255870748901999790873679","1"],["14972893420746192244236087992734660399466446832760569190058788578964276172934","21345410431531453350121303433581234421938070593396654775006882405711806581579","1"],["5809970660624518390047293707986956312537843956563432046092376073159895039215","2194046868702728331106465751894494600409016929763942237433814923634438715279","1"],["7258121817802897937208975009634633284391550585874440609213276627524847937587","10220641244130183450444367403828471895653951272901007195258458579973412405766","1"],["13644182796836886290296400990966071691993214262798620942532505475317656427389","18132564747300094786085589225885095605617407474078888296261719976338155685275","1"],["19189150933785448824243978292093970583749220343545735163734557823004123306853","12249832206091953213271301367364187930848139333162062735629856400354090327599","1"],["15463099734198134519692031035797048012647205030955610486569129460697130097612","16153295784452976197294819066680693571156596052357943403824172661737997487126","1"],["2194519492524238968725030612435279622146732608592181145227575901557272850502","6426258847454439457823508107980347501269963793204340107106863558697281268291","1"],["3863901203117998304354313897182695069446947127696718547588363086932886630681","17759564368362289538495121835242238335913941726674480095462191850093959849888","1"],["4872504645295086359963845471733341875882728940712888356660387321075175699749","21417949442197620562689100134244275400218127556346443742373774870370954721422","1"],["4700262675516001756399017797182498495723869661111496458124231852284851251030","11252598516538433549762969579861416109600369303451302429950013250322746562160","1"],["3352444207967243739625684426670007887751664978713375524972067386188801284616","19976590870700981288690459453693429018166914807840114794427083727861757788475","1"],["9391953006806894194684521535076179242547474503114939123095495093827985202109","5150501170518416287991541189161498236405937680953079873353368341169589694909","1"],["7058096234024108612406129094825306364473674716627904713810584631681624136878","18744784500220479526667428738687580473508208517336919661458088002620648901803","1"],["18255541912068284355529849467809321531685361339645737854432109597054489481614","14115404202320523591530177466469073402896088857177131489212581648661078646293","1"],["11404680735783372999985994263851179242628712026735926902018857124597906990181","20498770882644473333600074552466168645239332993645452325745072071250587866650","1"],["15325761284557465605617746592688667677775831271262161357811681918943785257486","6718667219494810796688443255042056385784143358357239146679594296730129456777","1"],["15608223979836359038662448067359784092120208839208979072013786864263388108489","6823268134984876711242546371173554996541554089225314825210479867532265013609","1"],["20577882913546115350232826996913263262774581336515115205106226932799887010532","17046800152495072623295872380460547741456440678204443232111396220740692486307","1"],["9069370593771523993143540290296501459352691646482030849044458793116905734772","4229963224800029363830234239464272854613367708820910188801138267916056750738","1"],["12513032188371378031738754372609173966848315999154266912680467274063084835612","7353937081490964643858138795196173023246839430233474831272659777039864766939","1"],["4981679114831023967262100752120420607703541357899536985793989388895932619808","19979520561862100330982281738630746033630355897948437976015874558010882415086","1"],["8915857030257770591889290969037873493687088137619964785669767442209602399000","10226787692309012782041569752436963857988119226204892661844197117571693930419","1"],["2333279653902266653010714561453757613476992257633533200080405348005859551076","3392206451267138597377213035658830448334527736630614496002813298440393802018","1"],["4618823298670034916369048233882243114642010106351585379505187944753824000618","21452727040647641623233013471732709475681502753892428023304543851419846003120","1"],["16175413603356964855189640889987569641736259524807814952047355888733596306874","5458235416933645465442976470673709982857666861778251438561463344908163323244","1"],["6811610929974143409578536800915751435816854132555936765602267635005926643194","9313231642225334064082019962421838039565351427901009199182101780385349119855","1"],["1356616925242079586090532314004414776613455486668643202423892761312427344571","10656804813558448120948758460593454549617777100176443312062983965981752095825","1"],["15254965823085991769262094939608259278344955700952310902314500660106032774830","4820816468195417870127099930218759136224940375268593386123265920779253297553","1"],["418982123302642693339355466306557223750256990225400883374625899320803418839","21604590738564245336006645754020538534876719242052295753210250956435260432486","1"],["14271761274093997220663040565884423345107639181490168978693352144588762319292","6706214383480334311866453729647474057991268560172029610145819835964706042016","1"],["20964103289790435775276001307144995972394051746406825816320450206808130422216","6662282960490547294126814995429395678094236367130368282070097248457405872682","1"],["10852950942856566937072968911895475521369121322964241014416115819582970545436","919124866204572819382600368233167348723639245579850128810811062493496602179","1"],["4649968481308972017586018923893447052558187575920650617399614503057361426498","4235833518521312560606209980821521400189089802450729998431889779455787678257","1"],["13722338091798535082086156029057041957284799830727203892829970442289313565461","20132381475823630610079478418945315306378420290309837067795591727368822796602","1"],["1784373464329824781681884119923349325886681733500207540490960272687191057026","12835469235629102960206438729674115324043633090951944997758972103778689762065","1"],["6011826516713864092338835686304442504824568878259702666235705354030425982883","5519629991478663997549276239114695455654011340685117405774320091926427524014","1"],["11779030744419934484141090012409330714878953091361835159680952615696398191785","12870137914404062065259162295993113111498548264936593544302451058073843346843","1"],["16000906550302585385808785063503074038062438357098056641868742565352058279636","18113354194308166674877483365949596227801472735473354039582021386834745914621","1"],["8464666636212946694560981381568570131312023637781116895770500345193214459786","10352310090754318046360962034520107823246174057456601000291986044414391431322","1"],["15150326474644479756195263888611154897841261318578301646416221163841394575767","14805459910997728567149755510663233881307541641556770285737175621436139935188","1"],["1490964934550229085591929124019008031719151277830275605629024731818127948770","5248712927032212524581230105422185954615968046082675034665166079795349054612","1"],["8322575710778168105671588550957177866717266912527942863108810231663326907918","19548969635218184641910851263439537557426037740342915060458529361180766716038","1"],["5237868705032223554713317050228696419989364932788846863843342569655436911633","963518843435078978099650944499004414803796269843444352831993635792050085140","1"],["2319387587988998969994067161212326674288308535493681372926041478913144574933","1292747080302307716062592326742962138651260441978611384474020765246750772586","1"],["18393171813210352311745696417566344201510872508584514335190505846244786603718","4530981491830809111331045490044671141446863132026414376655681165846480180439","1"],["14310338500563849470207464731171668569381109150803667730155814145196389383420","19145470283719735115030441491998741250370461679113622994378044916998248238147","1"],["17258875904334225721991959946441542086268661231587809879813575469255294217800","278124856114164638759667948821301890342741418673583311074186917681822654748","1"],["7664198720352913842812937157395099813644272280213772472380424342183397975122","14523981978378815269647643394566777716864959024681335203570634232073198969606","1"],["11721434255228735944631846063953537062017443639418084635051383039881594220768","17375025029761891366354770556355023460440516617471584562306430277477487376275","1"],["10903398966519529096221495994503989450738213007378832189932619874057851763553","9203569241367242144347687365523012915692233728635545612242998455884116765539","1"],["8460955445009969122794237424919815455301778802996913381490978060179626055653","11522889019376389546309919906440841561946093598670896742748070852036782687515","1"],["10272724502941447793782815876113394426124592098156301418124723204184550582117","3795588588530372298734147921880688860039815491542027336255614039295984756423","1"],["12958826301507084240149992635801417670472649968675060079419073897881794208645","14921630850908277483911886471667794875789409205802266342990452984612433393836","1"],["21877323241548637551261092536991351316627337286540828281028512576334571466658","11461535226110420178228133884235961943107874189003828616388226908690225570041","1"],["1830497768627565934020731950093920446233575851208680555457734137093482015811","3624957051103894267241963160752304497955723567332129723121684095991419379223","1"],["20441838739495915715898605683101783230335453138955322476335912736372548600932","6620679644850982832818556548932869933377776847434497184489584985906196358788","1"],["418164250653492079592988497987719821441012024325986024033906020675799146928","16790916914604854121906738411305174957207790941895331266913664628016024445578","1"],["3349759051546830183746724346311387768684922552936986470721044352583316232355","4404991987954631044610007489691401001793234471547531138204664145366566760382","1"],["926790761770588893387197385187559095055147861981349867803646235593248428912","21224142408515247299499367858789365670374341432851667026307723623452698079287","1"],["40224752687867301167234493622620398133440270986612587233525405527973572925","20684701493823595869243561604724164044365683855250002884866307404180466858622","1"],["17749153951916104002391786007589347158773570220306329220823692698032672801928","85057605738852056785407677337203987936571959941333311870399254243572706308","1"],["21885155642743420602557670513467648559662764442707773988369487750272631514741","17598732201276281818705457334885057959602290322461233457470470381630029462076","1"],["15920636905857387852599486290607596207008576773884716408462909078870417725200","1938477516661858343246729581244965030151320132309598605451496075652383587622","1"],["16765188733229070286088798274485340174956264104731910525399321663718365395808","20459348197765799292536352778538757643691438438030214222948663425295256373823","1"],["164228359369300926361278323573043469326506622384779718287482336812941675769","5408051401489700235338609908857786087276606172378728194357059329343211813839","1"],["15598329061001313738331942441580040916631107042113265311836353232041791490266","1793521682422232733882167235771927165897665253533390421946904997994856639350","1"],["18845478230992692129045085879867320175769737086536562229316025170501189616126","13575970607135501583811435118437306578941277387612876907963333562451286378934","1"],["10154284646648005223222665072910849903491680387230782583123618033400984555696","18699458689066428097017743223151429016868908344658889813804289636372402510411","1"],["16289428219906079835280253730277597422655865879420693416849850532499951370510","2164552024886688642455293626041419022220594821178065724193620083928530580729","1"],["19640709087475643108730612354897801326400619209388235320273696769386280925229","17418549996845814308214146539537036027078954802827696888227221295934394996498","1"],["17321105849350674146860174097956275592982270179776380800639671669951011167748","20660111890627024199904789179192654992824406561178980686518958575840851165817","1"],["713241678979348865187246156885631366836373453203545970407462774685342799964","6889844592747467290602204326324965297154289961512362503275135266130362758780","1"],["19563185876178151295478905964874637067642088946356255076801159071452219072818","21755500367576684615448586143258381936075041241259876564635551745085772274029","1"],["5567159041129738358354328818155104022595098067912942311599252396780667736762","12248150306405286591347341633629085261277325802018705495740442510155281846472","1"],["15515843861805720130259368038397556312016495563648957310140608180998837659557","14099174991651872866622389542849901129616948045804741634010325032959206542506","1"],["4339043483317000858161940938457186885950998315016767608665063117996077150242","18532959739950862443236355271508673853207377423570370562381901980438402590126","1"],["17699574258142488465861075272602764854703238395588294049351317791283814858676","408917653324179557722283425979123013791652888425924462813584006536782672683","1"],["5630802378179860669642629453616062541026030422265962219186010476602211802324","12478384397062903868544482481501959865718006108737715462200774533197593648384","1"],["12507951196676282636445421835858910776174912702847616169709296047845211215823","16850217846407983647795265551182231939268933801141612616812439300388818677718","1"],["13476452059185700267821501831252183859613702059941268733554276748359529483010","7367193361547492981378581665620143763986163232153979067217804087649273865","1"],["15053924161944071615281484681529053836655374114759004134167039208947769168433","3440726150841466871148619480335173825271835222557552361432735747065601836742","1"],["4362328910850201448491984136737825175451940244791286950082694694753183293840","2051862292371198499923961172490390692730717628464276131815976406714988919612","1"],["18659272432737298403487893665658988911650335945239915823662670957406811189855","4431220501897657131249657995632855461198732582037261563865561454049893378849","1"],["12920964138293744940594950050887763526841879638766547973650073463552486872389","11520556221965224697947796164241512041331528512949556147038125952713354040029","1"],["14808059390921306423818038078033398653158339196264568737427002933645794603389","12549283047587970046697106727081104216878875782494650971395708767652105608776","1"],["9638796033989159629329585235538411484330597281699903170728817601395673749819","8889653102646148161060427630726534379924083712602464096317610928062297293621","1"],["5038515266273054342214607620326877536017523949419335373698106000483101529579","3184071778812925446398764441764854597699308105942988320126397012726502627379","1"],["13877466737368058924692440336769700512695451779253136691751047111040104731089","3352390305255957715771425317958315274454882019082172478298139609750879099693","1"],["12999512391551132829583751442050178511148511188836595562638850563963549166375","7983346139024590940483702241494739195816938052905697679379283905170064064186","1"],["8057331212359471222012924819421703913688411280230394260735508500712499099863","14221288143263889535099952932054080092533079181854506111556461574135165203901","1"],["19592308866402027725940725968865500246695300491255500431073723915728760513896","16284431653639409514913935989086447631444035034517216259186548413879693135161","1"],["21308933914427177972072465628154807543607289278423787980053956009335409709108","5409384496886246481510355517897700175806692401824791325118147953213150342959","1"],["19666471816685949876596944017286261741710933907152585530401316603978535330254","15663002713959940091535458974118526088577047376171361802248309982521890182647","1"],["20084506187687311641601133464931124899563032677724850406595305414398235357340","19048922722988300013409677179056056864117654422550313761593326039335319359856","1"],["4884583958030854762996259814956530122960786884593325755920835792991733126084","5816030036982115194703628403205841231032768992051700117310235843329206510488","1"],["10390350544181446899527678150295159862597147915210048765124683978200680265695","13476857788241253007352100586095030442344793301170650628304681019990744540440","1"],["208950589336076052094363735682723019962075594211872287046335795866099303827","19832536668446314321068587551250967832517418573680884488041800387027786565703","1"],["9205697370340508793512578203005981763206255856651107028140353971885344186082","3217633354311065359956235899448874098342315606362366202035049848468358649976","1"],["11126549045104113159503726141176303685077951946896483011736756688436968156855","1751902208587547906109890673207004183882448080213506036133023850498351574997","1"],["3773511143995065303806634860366469707190039606695216014186842579195606254987","17853666545681588787653697768939149830075386922433398181774193858844246227601","1"],["11833870333178311206019511616288481497060053300650834995238169517612300619441","13533701998171332710910955604720667396671258655421882205571953929757060643792","1"],["6189959707039357121752720721084359797669026193178092425635809246295766114777","12162572726173696356676474166084399746539480207096038719200577216287749139084","1"],["9881518589225443710953291602382124548282184528767429637443298610781075427758","9315718450082677304692833601758609218626282733929402481110166139878884860400","1"],["12522681057431356137864483149529457177935934782312690182735270048407491807464","5904932507762639058449841334056370380650576569213418985412963278422212935613","1"],["10818721745042495592914396732317001091708047892344389422573551770761778364174","13413681123753507027114192488704523428511771745497394507670189542757227453983","1"],["13097944429395834657089539043353731147803043715031376913690562221811239125994","17801737783029243998158320247373357069498879235527898605072139491652437090917","1"],["10456307575468822694611946649553792956070601235839995970843230731420049121022","20028901878929966508867332084236725701638412072778539618924568468955053775304","1"],["11353154184850078635683636969155312390385489436464243542443806523541422379982","13834613426239308273959601413098869451613950175083780844858645767343242907520","1"],["17302518741110377909268958141785385399236496080817418301384586527034799222985","69568566906597633024368804285534983007088542200591209718513710012790147741","1"],["16232158876950086309947566482619007140527550133895195758010026331021339646574","1970577897762228850900800535873472156452610491716529365037702665560789410587","1"],["20243485764132954139970534996155301329501914266780493168859222533819583329476","16238986600043182431150717735864901320694828945333627783346056861201232478983","1"],["3129771042305913300434277198699800945093989714323600924023752819181467932633","21023665365526133877014184970118198644018760743803985668978304616199939683209","1"],["6949511999521525241528170785519483707073520407489813720557186577893583838992","5449694407295226700408430759562531463904048142999992338468627029937350289093","1"],["20097332942113261375536946328606864952504191203090925270527573106327194160513","2261179049983594438750715265075598263587909162850277472153152419258517080562","1"],["10638792315956646639667348970276088175206259607766492199152625050124849243320","6931259809817112929621132066058240975411224521693425651325517214128122095637","1"],["16495468669433623300537633327034086856275640537650355292914629392328464130547","8902704632782069603445722111661884727442700694768241064513653221258255882688","1"],["21441014203272602539122739369968146151902230670924336542071380068063557880467","8233829264742673483906052559733017320914625526077019278700829081131214338910","1"],["11976089210389253234643748814999452698283229230939906700383981006885710201070","19730476877061514931283836423116961050421166850066926548515223827433615645395","1"],["12539445026033668576190475922338341766258133130271140551513361450280275653963","15825184228824035324464543080118184189738156766212016982012119594246644056966","1"],["12696074826934167736750120771862159033118135083870671915157346416476122325784","19006164090656885809850383379871863461735266043218427651702634535959010688898","1"],["4884866586006261967911819228752836524072031686677211223515183059758700918254","3845813637332199675342436830711568942367486202542553674370917809430592782715","1"],["2624106241577601528034258953752775282403430969904317822949991031448246267985","2780504762196870205191682231530893726851879563302371057834220021894580743817","1"],["9462267522389426058594414165347291469776190186210841383334111368489863547179","20945397546945883849730775433862198209991460339313583470084507695900690387671","1"],["8057017246866043779593732267788760755857955303637978231786997050844754500535","14507948656176924633632764879909846523908700342030449430551056346549248189106","1"],["5347599355626748135193565321573002254939629301148413331793958314441432762550","7637952755572568963032790156736041093396291127389206194530963781808101321114","1"],["9944064185721796902793354296907667766734343745234214975428723102791454953316","9913912779144470422145525820688061188467123118248677848904913265229364739395","1"],["10312162953505527981428261221746297699022470355786162782267029460350105779690","2232730209328681862254722702652939641572131768031978247370874329775610094007","1"],["21150485635941122934459068225273746893579277382225359032439778364549376283416","3430712241976088735980021944135814242359140167627349520207760486323686904935","1"],["18574735528313952844937397820516307546528155395358064296235008989732676246981","17056982947678255508120029001643176897071129659132399058565765782974894581149","1"],["20933911040777467651516739606412520656399806871886687435154945595432917181137","8493224246006128102319297728338129151859089385363521843962924793919155929453","1"],["19158654037893121845333081045026525821484483367678701373152912052109484394550","18729275655621794170091341045495999328677090651657837600678038689121051173845","1"],["707573342912363160004799517181763887247039660296930969606641227381541835231","20004689485392015840202631365188582873597509781152444393455725076533184740240","1"],["19321767801489482866211499010832730452951816223925218008905661212899969192390","15261048619014440044000260205233395711121412990826178213193168980952533399958","1"],["10174190273672111442444658743292670853164293494849701904846809394072266414787","8821568036974532569267240367779235452301350764354313487424565923222201168914","1"],["1875932056535880154802014677992452974204880293700761991931221029257541102433","13149846365406407801910417290104891735859315810421103179451244816589281406607","1"],["18796703373136115348585358214734208196250991407219517301829027096002642851648","21619557570562428926968249523707233506123555116285945831301237179018849335028","1"],["12738166842960049946824757176346078166426319399151100991173398679919558938673","14254065423788402430744690951764842102551895505565346230983049150390635914083","1"],["11013851430508258090314497270121499168114798230504887797657773278249737058204","20758410633776468731177209723333442178797139469956924767234672126694842943225","1"],["17990466065139928352218384855576360684228460998700215629448735128087320985171","17872693259170265810861385832266364718683164092030415491156829974768113866974","1"],["15400587958752794051360757919081164995094780291131437239157036850694202777744","631848503297190240985808458574472221583781208247934793733921375865745270253","1"],["7545301017620446454597266142986478398042193026309090669265919875872521272708","8587976672165950278826682296273911347567546631336673329479552352330698412421","1"],["14598883271212875420682931897089874849812392505218328197704673545676135896499","20850195277529422980277932083938101346646837568622866823358898394644660901629","1"],["15719947016450385961737705450291940524486614353368713444258392956061409169869","18436151232902915277973401692217735762879420894920560731291212517474970429183","1"],["21270987640639990073997513650253350296656789627834974424258584794384396480781","19761905361820467067388487197842758133782846294075064996583601973192534857570","1"],["9628211027362883637134367578713398267655327800304861562001589173024769013298","5317065536483660342200019270542539895134238570121198767247244339189807854014","1"],["10390763558889268362141680132564394846708897016190580173346689387637303987654","6307466430837435468004667743117643717844410895455319411949264773871390508108","1"],["8081104664509869724169296973354658660704586846746382963320239518928910267915","4959147642037068153314016044779343869939326979634217237030798655049805483008","1"],["16977236746347956743517139071202820050800212814187776853659508854120952168671","16211040262174882231089104419513755400715555206497532870921948369883414512568","1"],["9333503922829032187182124837041433553360210518732773634041190016742199727973","8229087119905144222336215026848616618284467155525334631401923303520129952350","1"],["21195604392459299754325415260640290684840210075357644112607985862507551413777","5239322872359383855975264544328661769697417248502605753640130010895460875647","1"],["1470711426272800549697261556911031617199401681779099948324515068912627487877","16833004320467554836057404060062603111984746047813156316888285213427463021058","1"],["11225618627780140234095874302749941915235060937940721520818309743241097052968","3881337620004494496671729270349284841827447118298290989747168100212405743892","1"],["9311891390540782466213888425312543392507919582466583896550467048026568722054","1757716123690873370147989520100718791939815367696130265636443697517840632986","1"],["9528909660039752678260353065686896691522161408589780622493613570451553308166","6340416492753179827471130230959907708096469596883358574088249010566517109221","1"],["10393150489136919348691124792633381443618060160017549532805137296367221952910","4492651605010268501951004753273914863949870556927558950392236809640005094415","1"],["21709017173984166168841886806000986755670138253324449427677674343066766143190","19758455602166589387525794872381265950065780582575422075144461168843491912236","1"],["9635401029651154214122940620793808468886847839526690084133576650280707242367","16480001418104213026127314480648767667981141205737416426121824655074118511746","1"],["12251862053584836388093044344969930740248881649527088076163662114875002008603","8483408693953816356732820863776732927775287847926007105978025422614191014437","1"],["15614628808818937299316369232527146580089799032609074518340663520934144335721","4341296718435398256824423797057522307514205504251909051929294415707379333694","1"],["661885350072271393955129091384128394287741866567012850292881357948781917018","21622506106293069019161250117777744725609802305549436693022388459205062179358","1"],["16251284474229781581501604576189132954478829020888922168234938439439387920568","19379268567984470339194564732321333075931379016748750544409709418559273628812","1"],["251252454206405077281354957070243692177797237704905595068306657464115700864","18884589382241414679497742390132258097681840272363029735061647611710904627276","1"],["21522514914593755921032690625137659234544628210101080862371108824302343688452","21802503902225887420423850398391245495992120495472407791595846509504856866812","1"],["5489743703596547438936137709649049723480515164608386854406008226816976670960","20977288621456099925949656175158067030352859180653979161291136802761008362550","1"],["12074509210990406908946257447874741148081008578932677256516273979098564581988","9553952950283720825174543953453267719937523092018468008850606209668023111232","1"],["11684525970701513234508651584742734691407265642324718572308287485463984460408","2439588307653016668185733607166741857112878314666062063493570780427897613130","1"],["5826060890641650629326219929078889976477263614209430692893552200384550421891","1718601150892691899377949867684897400481960315828718458355104920733586225023","1"],["2679327168365363890777482392731047247719768171290248883848323775703074534475","1884861594675796773217668759951613195272473173613622213130168232940724125473","1"],["16419449935669954641961590436381906821824624299948883494227103856741367505412","14266421029416824727231580547535027416113152002821072027272262624252932428479","1"],["7353965521080639610655783443691866515015208597804614280190807816244706834757","8552359444395061729421049468895739159378296750041905253868515856004785975931","1"],["17876445716012208072456372282780180890066481237464227791174640187329113728470","18321384058799426924492170157895153067304351030850772085679823392085601438930","1"],["12137094422607255181261981615006751659189716317081011135657744530391007525554","20928586331804808280903313952476148236626677007004817051480513940781109385608","1"],["3412511181544726379260564303388370715396362079401097062709682615764159717215","13746222556518973248972728051731729592533205573425227488444053830629998705455","1"],["5840828871250897603357882679132254880978665108333685228751675157199903536362","3913865433653039888278366525371779292121806182920445600683478507533827441854","1"],["3725778159358903437680786538400933076047067475713345883166251994120473619708","16643220152892831727009061023846933288442684469050573968431225593336352402227","1"],["20103780227268633114899645967349970029422621790383118592700680438440974255565","20573942936529302824314908554143552451851126495334121677130624232273360144409","1"],["13635660310996637745542063705031255441295100081583485788495015111159654032343","8426610248081560037465828173998033056720624257535583355913095876816849965873","1"],["1364210513359039504396361923071701739326377422117820094328048826307132881643","17131590314545061827314318999357759969447864534864222092706070185677311236552","1"],["13461435462184053618597629133090051159491815709280672318646549815666653887567","15536003950626953391409711043331014500424448083968904236176726439070122879269","1"],["13608916078688410127794528266037048216275331228695955752170848071123970389571","3166434537331894066772312755906957153638653697210885630283408781665819569777","1"],["16947967166921966833905054176308539048782964231286468099247021226882157630468","16702234495259441398106858714980919144071754583792213234179205628304559025580","1"],["12649802064708275364218444595448370260166205083813459700310375940754387543339","20505971624294970676511150427649325756714677691576019271426605270896766876102","1"],["5736108208394838623854859421408283882681125522002645895663613434449389294166","5057553783832451953397556428981207272500548447069912653664429194017441124484","1"],["1283310982978264975967664069599970511353858262607560126883620315480045856405","6894457930684852466004102350690231841112332218669449853605564362545167862007","1"],["5700596916172584213285843390120489439570147106699794588851846671653444784179","6768500688721445207760650345940622264282654234170131545079718997019685903791","1"],["7750876382135404200547484760819028780281310822386636977287967699185152374887","20316862461915205469260557859293155000142958520913783914514073568042667899343","1"],["16781536351513131789233685122656162471831143429507404201069297556672722106192","5917613539710088663372837537949632101894777949469937702194855517148720655713","1"],["16084714418230391303622033446965076807125320224057353171922189207715331118691","14489332166139074819548560577680383408091053160359972532428306285077731674851","1"],["4931691100825547880498042202016419427337468398292843305667492533715799651711","5386092406409388686461694294500112027970379664811198557634279434162941052782","1"],["17733257316247778792230827497653530113065154510729800389139176270887138270688","6318492741776215040375801539211331052250193040167059289806396081384743318716","1"],["5551589199613968900006230007611115757385328636737726403265685627650654828475","3428269070731855129502532172127165641133120099124271087082869977091436965938","1"],["3533290050537886934034811803018420656913606025827119838773162599572157049160","15201187328594054469258005270455315473927041227241346095118834121385682036217","1"],["21667290085773567718737334483611727494208180835321597490512257395288042521484","2871948579220670322709429714629447782392863234212282548596187858356227717261","1"],["5571885490951683808120362566753831444328628078037565794282092768873955490061","744108274148433535856006254532733525210598595516210544984673325159240105313","1"],["4008668674765465320933364060791403323801858519168576772824406785231327385335","18496084546687858364584837500281102862016726775966144459697066053556045421723","1"],["10923853363549663671902238504451660477474243709018176550922147609600438993594","10138587630254155262005995752144006208626379127247009152191312394589083811262","1"],["3270148283339805455030917997148330606698042794941131813918745846874091374553","14046385413652365261517176132493260874697475641051011357185365957426745355157","1"],["1725980668240042271508352722275165006481598112995386243270312557164614495785","11780908322556001786754052309846939535409448408533901960755903369883935502321","1"],["5628025277020147337853511032353456398378570931932584434216311002930315373978","19421441919570556510907646776698726548235034344295356692262181247000290947943","1"],["7629269622199271649137514860370651742841667344159221807636166795571259463682","21785658123251461055022396924556108000881494273992421901499267804971130096114","1"],["3744547813514735749849193555854563141050257249107411430835178398110061421721","11355777597903666702387438934508720281794146164190746412325442680121157256874","1"],["18158529430812428598974801869798470987642175975157879228928183394311564736967","1027163246382204172957794895696703710300956215173037038500448302367461519945","1"],["14908567930854412271983474306941148496527864466478783451803679831403731374378","11437728020257315733218235052704563120918827467228261407247730827198666170478","1"],["7105055837998796569084153241767505735927901195469924393313100672769488474359","21199296288317657091735638118629662788081720753161853812838998699568408954004","1"],["1987549001473549059991737437484724233213605055823713643509237140773512805545","2862521683214226454267963674540679512310345586485861057258280792397825469840","1"],["12548667191714868354562048459214852984788640394214314127105794607731715476653","12368953753169315655479900882692435475759837211881951524057672466466714029851","1"],["6592935928518984183269017037946703450807852189586193009363680658151623873021","13589009420352659854888037311227501977545221637766816330120368014161104753254","1"],["4227942038413259014471446481132021872678979191307251319354964623781023558854","10901383695871720142039737238359296317877009204461298400569567651867304656507","1"],["14263869831239193020301427065062584948944475071201130046378047159047697607201","1539259802992992607270968864597808108797012418550319839763594694694797255147","1"],["2061670357262581432088560445579519267569444724374991981544045793558231477080","18141587113568948178943874799965860723933280021363071195872714731775049130257","1"],["7926744536453771004195170507032012313740927608257389455442226490444567429579","9907476566918444700460736048742276966150347849319873319206349489875398394918","1"],["90492318969516908821199119204647101757113384623276291748393010946669749615","14798696732902151212811227862185840881598721485336468370607886371963819497728","1"],["9222264917460473420672946504210760939885175467410890652954503615098018669090","3327666186441437123721630848013402560870387591894401589869258926764127226473","1"],["21524993088103631817472589639590889371591213493530810194788460842189084757670","11805156543514281297358160000318257475288084801451370562553315404594777218344","1"],["4434281620244580635343100306749689172322121018518616943731650782485433364765","343598858024733416821748269086209809158453045941971053954306513770880316609","1"],["15519205817615389390101197560928462367055507404527034913046960648980560539212","13735302743048515774706126763632584380958949070368385627306881692961600128350","1"],["256120309365639618496753073197148856584830639929686816326097792603797452154","9340733995662981220205257207449493619719399784764069641345043810374849339280","1"],["11110251861401934512803330356028401374534790624564125283092002697723368349965","5078430711396101033943057421247405850750085464126014286663639726592106660808","1"],["11376718909738599740063791542175966358482502940133104622889370551916395035687","11653166266781331411703284956749829779551633395402364057410115641829967312992","1"],["4651441904802758698920620764716970856109362096160503790629038262501737891066","1698882025274981684777379411871753165135992919898522052640034696210579406928","1"],["4839580597119792787322982598117935800493308696300527405444655922071524506122","17919248764740908537867715460653994838245345976661669857921071762023562664268","1"],["8584754562160200625266214970977208164822492252066411698429275934313472896453","10214256487117882922992552511829620718799920416734004775091767743576360288926","1"],["2521540613910076561926725411535213828582849350976470278294838455434006325399","1872748387487954950825286147467817788149738553118678406926064961589557868974","1"],["13320419137414824947612825344244747322398268656031399821455467575080742095869","2731473273261892571297207608993560846953751719357516946914396035444549571129","1"],["17934403754581712992988026323854706971907828945652454381100776447017299693467","5243618625902405519287977522071066067860037751387267002040363508781087990920","1"],["18021605956851032615423096350203013850664411128624729158218027760317465761513","7841363684050738377294390960332861904613325362455673919108235435221940534624","1"],["21213124461170662319113813553895252730377674154510876199928931663530193559691","2507326203414056111890048321603058570386508059703459278223159096936951276745","1"],["7081683083761540526159977727211034984665079313732925732524040334340856878174","20788123349967173149084544079473216658817647304605989511418867139163743460055","1"],["4578788261792929364480621152220275652202373448130101939786600787656573441622","12335703485052442472669975983722215212384707190049061477643097613065053830286","1"],["4825534002408958046636672638222783176890200599440038640924994967594839804927","3762348104392318863991691223601709831498610069347878717829599816853804713391","1"],["18448379913611721101003369066661498296757134913756619819875843201078807674489","456459238091871384652849077428677696101244916509186277014055342026951610503","1"],["3846570300841236792808105757170860532103861180609966871759915322584867674477","14616028858769892798486393773503646975374653950104546464301577623905928126379","1"],["6831048304601036027814353544153263388585381834089541105578806716735779473763","3223109661736305078350277929238347123426322995110393220255647654507528608230","1"],["9321339761699103637345769971934260304335522332890581256713951755036624815302","20593482424198643701849081131440177905034925423422074711844868939517253437345","1"],["15010500985060020260136649505187936054152332714813837604016022269399961155574","3129021824947922066281054784813199681411891177747882442678720673965050649951","1"],["7044414927229938139348200928101691102095041139995588366627673213345146345602","10185287179527224606240336331630254250152335869157213870802649158228083522024","1"],["17506084733946009631427538257972988379220194507096331785706075983811836163408","10232251191266167107192354672456169707676023036327276214546955128856477154451","1"],["4391794000720971791807108222662737101263203495194996684448491060110382362680","5352562880167429330799809958140126374620021952102597584999603408333843063534","1"],["17223327642022996126059279854785117121808801227647376111008537067355175445237","8359374811968233466225568963893863345684555586860989763966157714292348566537","1"],["14171446769527805300879259513816340371432825158523603761894421944571770887367","12176649783516427049980820014239694711252527783027330041449631654886078567540","1"],["12559380483114079759990176846663724933684614767596231194472420257703409071618","2665023214074210068587267709116646575573426634520544193477755283489156734543","1"],["19162759779922804782179406797027110583735389222885456684912657095544902807505","16545318737881280546155764189642058125339251726120068659164017869802489980910","1"],["11574962890069417111355727557590654274826505065540893071250298388992843720792","17182562811825079268665174883783833163182811999338783471101263218940575662040","1"],["4788048098694239625535582530894017967930600539518602522109313110937926153995","4455847793635686838483974502170691932316043680225475863179848973966540793214","1"],["4552884571793807061694286982964929982129976024483116666310596874404322764996","18959986648159452771166389675531481385154350797409331707409647173132715346600","1"],["5465556271007815735100054189825651298056618317391560023245201831673958471813","21260251628193596135701302716126062920829288371010883279526112276069238140189","1"],["9452801148930255354543553122894372282552046306260087604309865009745437704034","8721917272089429975895173482309637370718519028374412377531944683526488903359","1"],["13621110849840747980720803895312195514199303005241525055188992483243910137099","17653659611098319033598830927599345492197253947127470932556258927240344595090","1"],["1450246954218650838168070570315137961574181825452924279214015001502031783842","6604094146591874027805262509579580597747760213325858445451898924408953985818","1"],["17950187461562266318102551152629299124395130815884658600119668943858226533995","13019324464721333073892059720113112645146845669039395853989449535489350342888","1"],["2233286568806376689106929159529353840095251658372683269811638504059150593926","2260570887967891639110787246057514704724282400260907068858535104451343782153","1"],["14230560283930229903259202247257084344251747783434702791381181404739850486834","5082698262243365838589677339139909108034218826934116510557291210611359388788","1"],["13314666643962793523212229563680465855782950828085007376210401376865534977013","8695248276588762367034098973244906010538740609399638335612063110263412326274","1"],["17167262721949876637092714057730860128372410585415832950987604444318605600396","12856131554893635755525217065939541783692475565987149804864521479198974945606","1"],["14132626551667768996087039596180477068732573558229100392463008810030180452676","1825745989029711893476886701025516300830059904342451725720894321823919436141","1"],["18646973844341068774401689485041243864785369636727580664838531973128446813814","10283749048622172879272558700052421618395078132143811341789210019851382423668","1"],["15306760333431383212230736584464172598960758091273294947435491524576344452298","13096930382887383794473283517322907347267032244897205693740078262467334505504","1"],["14558179230202229839626550274349541337838640688709388136749489598650960251174","4034319737896982705939685300397295276984572402292786218546429520154676089502","1"],["18723213447947447491287752683345347703419494842965892807398711913305136765866","12195967678930630558856208809284696715690247934816082665589275896724997900336","1"],["8549876522378308665614741190417267992535228278246281988375810566211219759139","16859656350110807107476051356596786913285584395676602557015153399955011810734","1"],["19545020944592272804853425703051398037547762663758519164846276243578396756267","12373667524430370857237322614681848449055738173279965460401785542060642443659","1"],["2016154117916426848619496258345069345834928319359105446724461143774621037595","20131804242823123610197783186661631732003760253274999980701567876121457923893","1"],["19601585462004398942021203878935372600104815612338111140961187732663691638497","8262347561539439868165893998284033119500822094297034260608240633939007853088","1"],["6432425961947962961048262763632946329566654559423615335595068004743022892015","1570979192649717442408620399559430379930328510817952388556742374618903401827","1"],["14866847237170449640625003720484778700420277608088523552643357591254626639561","12125757996009852009997667820839428548307963151334269062749512526815754601339","1"],["4987293237886858043115390477837075799112306348700383102271322424075734424470","2843305017915825394248337505391864002867128585974703895157729820041474687082","1"],["11430695411971490946853665003016626873749295197848838741177004826455408274805","14634063203406114161716036730986418963355765296795627030949311819825920582183","1"],["13287779991640066634216351320320249550321091655552295954247808551088479542913","9725255913206208917536604767690145219515602391137709301771073773341612025740","1"],["18541853803854529382920529523475320804508303739752102873501509091186370203401","21208563466141846154586362124316169112259274049943144356785770742282551045424","1"],["9389628163191536304247619914951999595722004024621081202547497896648878794047","20611067706932161933494243971227408207960767318337288619371758709723349723427","1"],["3935227806425497040735300374221905837367993183315115717889613397737487640206","15035916346541617800575296828419223124315810529679835052804970739783801776986","1"],["7899158741436531630670730163820347529611782982054478047035827276651113481237","15115496126799680027844856261504166643917197807995253481222504242793375795654","1"],["18064827327078666030712162144353598293584800188674857741150395401918033158124","14566181278870285062741556718488987993153288110716987208289834875400565270488","1"],["6022064402350487506298874624679239647641408479946632735724116188985989601997","7475131556782052931002746814876299000329990976817679633279179596435952256077","1"],["9367234771693168956810361186146956150112861719307867051132949542824163746341","7805296918421022449430350741958668256483203885379858261641710098553222081851","1"],["9598968803147491450660251309521156929628013402781597248849010568566940803000","3527605295899029318077100460462885305974107508474692755489286854475904165734","1"],["13939767835505736494928203477967717740417942961594037670393696235547087794177","4683939570680316114718821167765820409566772432070891119553027467083274794776","1"],["466986012059129179468068265768918199952772815156410501241423566624917278975","21388550388692242646139923646659179942337311474418656086886774489734272108414","1"],["16513052335138857932893521994072885039056049556137997129436411833418475381175","8241446990358959695296822123372578433318112380799565058759272053987064943671","1"],["12878945909144926098534029077484051945831739136006368203780576053871012237216","13699485061957698312174541434075608509250613055859974526564041692939036021673","1"],["4819022732524026796787275178767568489861853210746897979790733390878971497956","3781985333662318843134201055542800586662735101352157519730850162090675854324","1"],["16837582031681764424808672837499462970585149428708275796043138631069910827963","15761987248733499379091273444585323530553963420853011904612292826766118715331","1"],["5384564645965039200280134946317213111451385310648427330053199965589239008296","3949123692564996028458163529735974831887209883943385679585166732884220846546","1"],["9896930274051364293258230087310902293360601069779384462578019053614488486348","9563044165929206547574138688481966280752409490701861656347797290323548918491","1"],["18056721021053051014971484712483660168321686700071010411026248059434344116171","11923075660001461967419808826708376834194941199429168526636119276149633619177","1"],["3350117248371695362175991709948684828554839254056466022765096494829546027771","7917576774643496292453569271724375740223157053068030301261208936449232980228","1"],["21459851703131831415005962850179866132531124609446089579732146774227642032576","1296979483941037473924403617741553771447807006150451535146619300334768609299","1"],["910134737522726489721622503929505275545787053751832833972440967359517678392","21023707556416520199297476732342184123292819435511730303832082839711805870405","1"],["15098508453421686275643700836731446825021439822825846462598912845965447068687","21778539289677913914250428332254950824632768322260264018543888751398813558763","1"],["7698251590642679467988914375464201860959981383468137660426764095219107122844","11742191480420491349971285383234050649317215901616468115314139662668510157743","1"],["2806478663406970698642200064058070789016601187980955662336897157912529950234","8200467838370451210330070152148739767980445986080178495241298739704076737486","1"],["18049698434483836990136062763677219267242480564241782914539990181542472957922","12338450622323318016599654816043375578347807531241128957408181806292537162370","1"],["12612064004936143303741431549468971491925264512177402665153179237369748327610","9318224023990180087453400956853886596336457969210299613554164086190636837260","1"],["13211886171136657687787268094892169699610200420328037687265033837977788299723","20102951707769952719190494567513172313843132976263003818051656943034243046410","1"],["21444732579863663050692243684360440894892970288977241545282336000624090827313","7113436947319919973480291719674225406587890119347442245986194875501524936536","1"],["2066867980830126700834395816894920872492387960202786878342709586469396484847","12830621096973200314608451144878909971390957017739032165360808363709540162831","1"],["18906276920957916788258399729059581851042844200960497769646439326672405842907","8081987662917340242378483894930453911226869742859316398127278648086147284214","1"],["8634826435572256350235292260728515286148777822888214254495811895625864911723","1582627798210165483611114214464448808872571987145491746874596673355423170430","1"],["1797136689408720504997591072062067895877785710483418683207031448436666967988","11679670278770527926042304247837662550770531676115712078152813664508009376875","1"],["6952605570532178052534130292204687029295052286576931993972818976658539580021","21285589264340764960776574929036810286971159843977119578587604457401458853035","1"],["10446239702885558479033354905935079616078461686113678125782399355784836923208","19020794486661001548366216747145208853986758689282773568178429525573520089200","1"],["5940849834747361038576263688472284231316207453378427510614644835393319817876","3646015200822931479844095705208249478132694537926037845137968505718442658122","1"],["2387705166385522083880723492432321484518594174869175922875069268902954355592","6617750240946904698402440276206798697799776210934642350842500230095931488218","1"],["1126172339798407572539856670591264388123947104731623190684051393125471177264","5885829208127247800605224201062942168221962172689917014361851859557005671248","1"],["16653994322263150855091326966159531587482275051684288782501714437809876407754","18520691163441927845554790329528538154890066319770131591632972392671828093977","1"],["16400180997891838519783993176939226491200180782177517880404131189913307687476","671411317602628788380139944985418528181898781335810168186712736333433859875","1"],["697168263540134605626833244441991253846095989468707273060767827747763699383","16039129553106832354553271932775664350513836283585994619660439512188941736406","1"],["14520966093993025915855180925499765127492020615436124888520521814604189302047","733476370435670489651368978403107102743378549693108431689082398473331215159","1"],["2009277433756280827780604889026782202843744442732644512666842890947326091579","1412915688511185884727842683174149030066194178867314460896757565162110154263","1"],["21303942781831402568665273486752643958662851774434227492889659585712410109895","19654364392727817052911764564554527316009796831835456573461391824691200253250","1"],["3314304935333714110620496332792938898898575538101571262363823450790489364379","15423949834110847924304113650055299901352129516343524723852884495853479989975","1"],["2159564112860641925819452204645605182371379567663266860016267694123033689073","889779718461189247124438068272811996404148667959524228458692320085530846206","1"],["12272261917316013746479564299780562793535000645388824863346842452628581690768","18300749017746664373701320012462522158597487769510134355540615029993064849250","1"],["7447936546240633099215599778160029585618251550120817466221880560966148863348","17307149026587999785467180452346096564583679131692947621178799605340294651071","1"],["9083584976568910077923712251428368969736437206239797173926103697185101140872","18078474842464351062851042418088675901413044130205728087014674100213445591109","1"],["10289927070885344415256516135625063351593613443404636567040099723948635879669","14367676618112500876188910688416328559836969979540677336515395042887718071461","1"],["4528381108396652776363676233724841383596868208571405093751232597276754889875","18454846562523063635322061173629619438257763433907563360299485947641489349056","1"],["15724419402852224781090656668164141489780447973535493577870729283582183761183","10438274502089603856327791353211638069124724937760943628546629547719114146087","1"],["12109589862630177168133450713415224010881414532579122467844995579412868263168","16174579454035214762329643263580114097073742258191583393625836825247570543096","1"],["3572939643771128775736812998543739836115221748538711749282246111441903382516","16898489797198403622326192467437919961781085673011768809900938445958204274023","1"],["12070200692781008584497309119540043458049616839199964241202194416057731680639","7730552169016408637855481088663652562676935858198846835229618034075039961715","1"],["17360482029571875581173098942522581063742345795233071962066999606316072490111","15170534238782164756801105619597642300707406098987067851177401111231508749215","1"],["12693575147429544781863332405276806322144308208987068362873879668742456562318","7787272841723999995035290906864983251961656766869637610151746279713262074221","1"],["17562221438912294358348746685442828507748356205831278888891148187593851455164","1625992997879769257576724936938209274426685849622339055433587972214908522479","1"],["10335706783389444130377792164382338821607484803497647909155331125873946648775","5231172123440844128884313668687385362839059786226498401696293438387517691293","1"],["10944284934768446871774718060778730453343796202655320261171607035173650446565","10378091505068980853677563579305137040205115359403104646950622426547777104847","1"],["11649587592170654074077833406657953246246103323116540729882316486895849670884","5102041674418797458638331272886837666187655567276382816026911600664577808872","1"],["7730444323688045100768637384562294723992518540540422839663805545973949867126","20955401852559767555106439447379219152120094026528033083669015717946702753210","1"],["11905181425528566976730350173934608647410099414142203389587600972263913581112","8745204619605096987972891506038000951745094363018714410815389314623212277327","1"],["6158243747461140808162923608176108000088731493351423346699456242713645820115","10139753997098427958677298287689741928633634581564541652313447046598898688602","1"],["18530752473798187897538472265917606453827238106664744821693210936337823208611","3996105094387819068227425299066878313989094266350821204027513857965021837972","1"],["10801126392203573798205434294000878807785557774899589358651823457915506846701","17964563005213646613068759379887368848416112424471821808482609592150395501426","1"],["1903237942893821057076978773095197966762401582004354376731773357787826233372","1379023901752233464005551694248270071488819240855608658105232859838742027127","1"],["3185265839304993671262216743459618388242133838179860342121077981172807394247","3165948100149070329419212718664551043294586506913226525799429856042421042902","1"],["11344504751230060577433348003443360036004675110715055135810872864917428495659","17688741671803134708368600523789683643169521465589115303450268555544425020901","1"],["11564771475516165435338282901377272148296568193452296561717301477781569438911","20365809987246212651797980083137217272879457540334990414406026794919609456694","1"],["4405099159339438903389376488507477900648908247195280124116915883549920400010","12928579718482878245808696838675001164530245607367029414944306046009176157797","1"],["21106061272177713127812863242397343829997418800445047264925085243756446147520","4228503986382274092000409590766109133709572822988499096105820477157798125862","1"],["20720800627241733346418625634821191453647996005396198221579778158118089396173","20078487128736598830891144755878141678556307000658303433582028950902943531551","1"],["17346281385362585704620852011018603366688766292542060627301820762568538184065","16442145639468051989736339186261946192532541905298978830600377440677439992408","1"],["13587448085912583696949226551211398217065200942235767214607850665749069187141","7371272926706478007925473982112559467751978687803683868794074022628861629736","1"],["2377358308723694992292553916973440046200856903319091953534233546223375610778","8581322048458341241069029231619742501235089131320921617649678570776600415251","1"],["1607328507441571316223726470864070012409210042474721478739606420700481514487","9202293685366816181589455171907546395532604207053249237995165421305464116833","1"],["5273672605703017848076416950148678179669703546215885838502211230295817998882","20972199013411959867966545035238895936394142786187286106419858924996693428637","1"],["11585809003559171438086014754223510581396965605491552492170557576489421096614","10973444146874907238063411078353367433115199303340595223916378427959464062346","1"],["12309039972212601652790055896086352962141706329328159011317805009792854886265","96140941898195992550078434422830246467732672152409814694037156398667512403","1"],["8365996933400112735410904585763202328524771752925812459913129036561042606638","9908161784333481730396595267388807571281068477373191594851928907253931819890","1"],["19872951335295748149574748192725241069947074946258871292966277612750621451294","12067474241461476504839197494107369468818328542193374135003118802639852392808","1"],["15668481606807315622768021895357616681534141548320077352686369474955237834514","14695940732090718998386333128230669362296993676420044418065637746231628532903","1"],["20497271176295694284584069699831926101488812253313728171192741492170821273708","4452198534011318154947398014081154421774022227436439539726953372217971519097","1"],["9975105740337452559777052229605459178911596654707860860951733812163093731568","10861959530987773429384644033998443939424345571938229042344522464763056893827","1"],["18790156285359034966503197679804552853725537664061623872872347141498344877175","520364331803310097979645054516761230461509902728373023861290621890348330032","1"],["13394388420394425045059100608327382031025388748684284713859216670100961818550","12751064339544219379956938126526625902806086350253264638783609161789183564638","1"],["1817620229152075476545144396090338531483638265165988294262292356429636140875","509575953088976313638223902490051621170877470831012548148281121861263256254","1"],["8843297287519281367618990087713910295905753444083602444205630422096753604324","9327413083399573963591677129212230391399437809056915277728865370413775189187","1"],["16815188293476726494316084092869562715860301566882347713602665702337035843082","15432374684006120819849349486045882094818024678334750223504519847015518506296","1"],["4930856949489791678688498725375462183689323381008657277048474264189191059033","11948495379962536744292213301699147408318769897964011461561310936725116493675","1"],["3661987045188355108122633460084452480947658323380027822194674862060287405214","445298028006569151739015266156624161208649769210066137026420600052013869046","1"],["5918831093943537149165619327451860016446017226554780904591115862813560297302","10458372887331553379369180481846277659427114634391898791106511729673354951358","1"],["2391029198718754144836074049491689388256089643435762193393276132120808990717","6630110643576388542741673967727176541301460139913865840520258296385885038584","1"],["10542695272822028636389276930874364121102467925419884416458106594556193252905","4234630072198312743724839688341737947071728680235180943036705136939700974706","1"],["2382059372189388783384033030123252900939944239736714370942289298061155982050","21060577073522010657336899318898979254714727364215152879090914558526100268848","1"],["8864387136046228477642995567911244283542215297472842597790058002621436370140","19664671896195971519850965443854511235239685688244297869133455369572988717372","1"],["20781270493561044921201990121751917980614912790858515836121733699757923727860","12897927153175558835515023329086605601523959898461938747420632391908347566756","1"],["21483243987743614100183551021410795721074593927728557508272816173935743770924","9469458409138157070797304357589830928225368171963172471594943258352696272019","1"],["14295437248412480015204040030254240801201523060823721554286622634146878075375","18683888663520288582151914870964723851147039083137177856850211721357136982547","1"],["5564305007108007150123890149986686406816786959842992561890529808079104451770","16811657611855925628267476264623173132921438762016439617106142160683053167153","1"],["2093206090889210637793836769173836808630228744851243439925340531851097566104","13246360559202969583967518730631253735157912825075467030913171364551283926186","1"],["595195113041134948353474480117014044442894495122035640143466442052763868784","8436468801282339184488677469214012881889485696581582832246978095547442700762","1"],["276999768945090574347976044802702209018987915948103440120987389010837090328","19991057583947409076252052263132349965586983718091625789786643775945709681647","1"],["10946711752363872491554408674823669176612122573779014760916110705742897278842","13333973076695973623510168166011895873747797240727285288857899435179425182913","1"],["3380860065672755446466905592876740429894964194028796418854233924859090722500","9106519739964258939447456094078081488167083595122388815887918628812422616227","1"],["3567422280775938049499160582586792527648233181053832587935273949297131884348","11165256954522717497867443055186981355691879814641091439069153042534029180163","1"],["16765078102693825329896175792591502112885056783036259000796090490278879609745","13271091531478479150974361480360949775722425715899344948369204762542165376966","1"],["17660976171693897976576474543420180639282156698097407998482008738775582586401","13798200712083431026178793075362740212632776134711999052234094754627244416913","1"],["10901726365675367001188314279951281499765738493767524334585043354619972686271","8480371564047480408905152469514957988742286896618550920842436515657892573830","1"],["18243006842939423893078219377184987699435142049229333518211008972648231857998","13791565416757887079040842568264609106789865631294803494914367871524774050498","1"],["228276755783961191788666033517414301490525503012419566026107572983516429961","16093569847001021098792770014706776869135487933789091263542332355920195891890","1"],["15578678653737060338586042183135993029349192814273314430777620591955583750722","9035731716489083194529545583905237475395065936053095341170737685971402041791","1"],["19308515662563361460186170557284846719315059735396194952281227096512233454422","12964351123102480670834329648915248863060712671262544151788187479608669940787","1"],["9430922627375775846822135444343731444989696283790987251199980585214169788687","19949495229918865943066119183295983511055520744260285656172688909219391357142","1"],["6204622492527765917943341373480025485825974532096074345082244116474918418931","3389518874933226177543600070679978213189473531930836093782945873662130158070","1"],["10051757307033513186936401139952871998826460005572842666641621791105697782690","9110726642454461215070643515236374606335489126268701861531907049031169248546","1"],["978251557400449861605794780803796174835596506185407413425176566443595339298","21061513293957903131631835147559380761548453294822088905693982656468127755819","1"],["16249006292390467156815683672852357621677032464146406202901628020157480935162","19602290922684622343889529874902319954108791345518425931468602313603608415671","1"],["20222535022981042514587327559373343794112296471541065982519636405728017959064","1346605570105251583636723904910469239643827527511348109934389135575010097251","1"],["12459227126900424864729531859671142689942288886195875736616038697334886401574","21701248571594788557506863523426713065579665659156688534110367885849061999269","1"],["21083647707217546481336269001544874134859105586351884347775312289116577355127","6499461042771301669454258572342310362019592125399688084464659846793387758164","1"],["12266725382052167215454146332036448993410387080132128520242369585959402323903","12932930970411271770674510869105721611641336881518250026227309284754661944959","1"],["20880689898304343912646216786067871000666854852547605609607455749960397464271","9243764686542341075679825110655908492383572315604817373634765154787343549624","1"],["9185325779328841759179922574037848547345531598062427933981324069800320265133","1928057981830646956134060325673123199900321157812518611577139957217139654097","1"],["609695253283681114334066184552187625687446792326758236979542738440808801240","6992689892162681724797834069031568401078732887967818801062636371572955345639","1"],["21777269857869843956620687431576620591953207937985308771313611546008995544963","1948944846347976018891737060501415843683920138931867467721109121562202191845","1"],["2593002121134144434697899743852933465924987853407695126752346309219810740159","21756082008117151315350318616069202124109681355268113483409706930323786746838","1"],["11689957240199751966026025774639892649904656547574379777894109936417041084124","13846311774868793300399627192093892397186588094716251305266910843596358577309","1"],["815488140595460489663354452537244993332296051754844683154001212602780259493","21613585386608236460419735350977166084514024403728293593145666099634584828654","1"],["12408636036043940447899785691015288544930593290087595094727894874512706700933","13729409615133974222154549789880706341980791967620476676118637059085546869354","1"],["1214699730371127549277219813188705115624286013846820468707859862074270713452","9339353752722950648547334578866779540883176221056358749183410776771587747949","1"],["16142539985159516982813581486807885815662441567345307787902992662946490723535","21689124799119416097916612454664480841566936098847128430536663387074914346219","1"],["527041075728777660930696225997366971990043553960108287430581643614781033971","1683859255973225783119369380611378595746672084677143428467123795499245797170","1"],["18140926756541998975542981666690904989599224991406803025233283233098167872722","11931619610467700672093546308243406287775106674885323400363592078271818652356","1"],["18680048440317922143942402626114532612875566652478249479886836767641736307587","17796300600759513643183448747405792799592427334273291700243174837451008025629","1"],["9304256665128968054562151104319078467781473313198921570184102863525742369637","11763321252448552088076835564321958296841122778014676781818332150535670460755","1"],["14701368363733711067326341762659525001381652423299565278171831508726003459180","15371136283483956943017144316959474703362081388659709678122136304087723364394","1"],["14748840984768792610222876757296624113646002532595628400022008041554000031292","8041782730393414076642831879382610697418315206195766227051810210678720694482","1"],["1011674659777121516651421622293001671897037446779289952806442975065423580136","15514930970512664925154840551485374137699183135701867590224786659295639709574","1"],["717128923155946580872662031514933621057445154930679534089359409897933541820","12210853802392802986096512187900698404909825684618668478170462888433046100548","1"],["19024319232782336443494200306759157118434328308842125789433970139815985193135","12077068810290222538061679601485319990808115987004526708140013266452430940172","1"],["880442580515393243330026126768716554071515890837333751213382389298423924759","3558911620810588350938642899474723874868945386792590552512877918534401951698","1"],["7908610854692694205135456099403602401354321044110063241223413760703643394095","45417960646302197140329671160672368400401619598382807972325855345124668963","1"],["20406783875939811809404516171184745260526831715848845443770338588777342751917","12848691206815482211292331767281044121706581593637669471143766593642474339323","1"],["21395180285433303048437966288215074492716125523001533136196453019479678733282","10537423879239930965634173768762425743601545439842270504510167650973573749461","1"],["8846908377670297766167203492333058945917980983742438219319099566891515996615","15946241511098312479367997848682410325724240701315698632272102804936607590967","1"],["14579287160510680999987985952540891013355857303902987914372372039678858464475","15853612320016568540212947730134213678516566660052965876606309523745766922134","1"],["1715865830851307501776913004506948349246194876604702339545435518441178734601","13322983660245252669435584083016104823143706189754896138854355235093677471124","1"],["19905139954544323651714133046352863822978138157075585810631112317970678257477","20773907664024418494812012543498220739670024982688269232479643630285369377808","1"],["18701929960623892171000551056206770359280404190748296573117440700779426772992","2132198080879208183644568543598609510747028617249196877755303642489758327462","1"],["17756858718574203091654284858651620468017584430412839607539956139571448273890","2143200627142227242147020412051643296961205918623083275985086451707717078569","1"],["9249902144918151465741174125905165849910441110297586787485923535118578503217","16534229067516547373241329312611368069795608765603150955984368072850282261509","1"],["18571521914449048287967024292866911284883265100279870759742596019552671616237","5494677019884065648529974449394142241224443733155486259248471475154615383859","1"],["946997129805136285655417296051230339788460862186427435534543488234308940375","2270109954311861959000758667222055649421651283465807116672189770361911676030","1"],["17283351283789060317015597801605653641525127519647889439594291079780902662272","610595497140102213114612318102294588640447811832944880781599229645060374263","1"],["13118117909255418545428674222964678186281664142253943253997231282825349305771","16517079664403960935171452420971109782994195565061083753245200854651103875453","1"],["21240544611990939181573210584031175470892864700230844633710426141636259091838","19572343868286983392384791217342975611779818213520715728210292766512997098874","1"],["7804907925978994668879672372349468980413492189423389208951943702810756151723","5099377416537664388742065594544706922760338452955747863767413029483238180275","1"],["16140220357814401193337569228188512479998886909211935971483914284419276556954","10178900341482572405710276725526707543985806630519686095904485019846359199053","1"],["17309284466048346437477662216496344437862012874550176713932849512313061977729","3587953521813841018985344534458422510689678479950400572418741142342025022973","1"],["16531084292845014688129599999594761783075566111667986170983000119509317454150","5316760760553011791925289189011512435675190810804296242344917051621618994143","1"],["11324099800899406836136592186640692513243583128045288964488118321048646160993","7211316960419974733952084969444616275693920559616000767474349229564188720163","1"],["2371889920203538094511875815664485097346264660148548334006719687197190685381","11269233140075720167543000057109760437634423960930150049635351309658733043840","1"],["10002917265062960690826261896185285402792650809242932268339461103292435904667","3082062986261274492149429073836437990835619260339696564154720837172053227594","1"],["17646135001425771521244954635397033557395331929075306150825439993955548837606","21190846221964719846390518812010015242154330877855553982030495858839116974628","1"],["9923300774858723561111655173109296839320596394382009828205294973287803858295","9893995285866165413967508461334556410142765976054529705498480686879650755449","1"],["266535973134720722788822846798779509094119712175411745244097546870161977876","396403050941475601151647233040692536729820404853762598575428595875739066784","1"],["19786693849836076069363931515470770090044284176237818527449005004270863790341","14955297046808993955927105054462279233133130766307305848724880194997189508621","1"],["5599090959976314822312353246584727378630957538596473724909954646346566976608","19372220517501745176037804219715658963020724671859907394696509666814611005963","1"],["8910470389259440374199433655433636169881577889188142596915126767867202086912","18557871936105699702596523317527029559168474621897237836409817656799256891191","1"],["1690055245812088677675178526131907584100757500670138006059413317462426677177","4556961440587337592654840795061336759145497687554083433998546421222354995681","1"],["6411106538710039072907716227497631115567790157019613446046737035325142953314","11844758612945119887768804236321104833820725771526498855342211042729562931508","1"],["4679977138366132180305326198464188048015869223583075668235560463095580038517","10682729416145992371122425245316092813711975140172924998610571499482844473407","1"],["13536843339378648412239437900826185088938844526045637831599824344191683069212","16917494444934482851547878900563937327650545409634252954942299768708493832954","1"],["3224110803056499803302233567020540460951114277400879096895318692452120530527","13415011225215641917773683497134581813355362419906631932850538790996122916443","1"],["4981540126254765149214335537211930645628830485671422797612496848289703299167","10662194894281440735298291041322848305899723973241409190573244980451180485261","1"],["536162561397209063722934348697586887975913599644339210784779508823607826083","14298640414303551727453273317478278836462073926313905923469457014543059957928","1"],["19430736857289476437799638915884395148671726277826449770310105296309340742594","5143373500290482575073589432134048369591498565388922639463775493834696298986","1"],["2673679722194289312425624123373632742149002168608737454053499054251751073288","4426841111638034153369523351454914364553327890130738815545208140212324991799","1"],["11378395423464026085561534164558226580574233251582426862359317125964580162438","17727993414793729685620428509486019234446566854501354412953594690342936093297","1"],["227258306744034855907914929161931232015571075620116983648887802909879002161","12740960582375340578414474444376660966056623873594071484219318228989235327220","1"],["5519278968092833130247675415674747615877634169696177606518733159461799147483","18884726062026659501367500751760569396725913390488554953059302121436359688348","1"],["2575085960060757080532820254947149947262920456566008236731190269952539840140","7703251336772816151605399879783311446705136762480967390858558017727792157986","1"],["14080369752506355278798624209272671404482970825927789531673211578949666949120","5037775000302706222716355664321580272814454625914536435921731484061054388870","1"],["1584556406729592635568521307925969718114241646450893793177180512446498855046","20198247502957935617714082312666657527735838710707609703679153558968663315963","1"],["12885736949648963296205674416382987349528947544632696212174301474170551841270","21617766159788840668370846442196527304494423773923660157538318801949681587996","1"],["14000307754813892255714908933626751739305419046082155829477722808553282102144","9439280870919066743528868074260495327655328862463696922052121242979224477378","1"],["3279964111801974288357043160616458354209458801016966211616579460571153965458","2690286088992690966640084985202172594197652507496186543622351651029229434285","1"],["17378455204824224496907559417287445623174039934455519336980284601346208319078","8977856847880122113973762278653558609915229180597395635126306873322015940722","1"],["20000001445504850615325956157128821275586928779708486341342751554142417844414","13274340580347272242779736700117202621886644395293288327786851412849013957694","1"],["6582876019004487115604888855998796801970437256608030498112820402691844522894","8814965415079288452878051221839473439738053213109871713552151136407018503680","1"],["802594019206941799592818090897324626644822731867954008520603072433670556096","5613223914507261311842391924607941649950472279085574222589241116592848929523","1"],["15844614022662768019239998966152301688737052474844617954003181855813916843932","19862829222930482522877184653249684431609691377093351122380938705713171458496","1"],["1398099250036349402377929700679080717758282521423844761372571926664818233626","18715654796426828133979782035373723618023213472772197295987894169616010088023","1"],["6393828605849532444616451753088354194826126505789577143164422470659686572059","3225163953959625888713309820534765789391921376584770219769829818423931165568","1"],["9872623422014150350979923102385312529426797097271157780229341223071240969962","8060478662993055303911901755077125495473976844751800897420135055970413729068","1"],["6823756095751564694830364777122534151111905183078382586609627068717285857282","15589882151625754336260318414483355010611250041520222001772738384751117564127","1"],["19258799248096868968215537737673969202526537138651534596198044723479053469603","1102364302552116257504476551470504271614788304846304700872574578142847159064","1"],["5582478963786982084612334230121025378403568825713152795660438199787510479011","20693787715739270504904684666738069840434798761643660325179647301449983860120","1"],["4564878350558678518590797299414004939967592446737505727639997237566981922259","14098049715141611134278462706216608376863528979843306486051252558523210903979","1"],["3982923810570264285273844450154787301959043723529234898344726320763348404826","5701878045249351832345952449928519559490323080152859798212800556525065273800","1"],["13831685562298053908549372074860952666830119756784786180890604663861095913870","11480096573672022206009132307002590795762500865218846813188675138395792694333","1"],["15465645738017779671614960789625453893227115698957505993334513334728825226908","12200237965364849022306523630419669514857694661859918795914478055174419258677","1"],["2527627770951821665857403745890103936068568928834126906855623433793808643962","10055818461011082291850879078189105207833976506458902229432283622247047065573","1"],["12648575686093956023369702614210931543683300056998511017992424254209057209387","77718830508582112409485463153833656129438384517566879533305145731856234212","1"],["4397249805748831927298213717972526218598429933057651318327215471756892349627","8736203421412054265663191614483443577244776534461265475312887911646779624849","1"],["12152267670545966257611842831346792382709942711425845392376450889677716883360","18448240766400493640193393703099545284799380804082527448021810437448889565530","1"],["11250732715573944375115798101380195251643566153639213434902941406864371584891","12803663892446210123921572571300644417556930949277160906999092239994973071661","1"],["5628616534967129832197079343273901361136530636070531342332877023287828472497","5477042830671864007099909334778589083143858343346077066492155460070750740037","1"],["20187482312528405978718730786667713178475586987094880592881975307280552120167","9308769077518613917647143827115619255836373318785455173581541502719467273078","1"],["609277457596038869338446916741159419431072161415559087533382106546695112047","339581117091330605206493128983757347182506907086427349580772149174929450342","1"],["4056556397772381947667254834920839569446577222466259156163009425268466827236","3383891583380488840196364495715505147970645401627878686349029226057098250344","1"],["20904669669806391377752509596838148582795217111027603999856813827393988126856","13814783366973587298767815394326205376475390266673520122725183470406638124191","1"],["8448552180680306443236064549057770473262938677494860962771073503614880974681","16072499450489435426749707308021830591707805902399686500237084213417104475070","1"],["8800973312701406106343400339181690554643123941677768556186284162597202109843","5689610302123065752390582865706981058774001819279333495046045742364342325138","1"],["20628691018661159317746165852854090896432113883209186505768181682566812836756","7353036504062620733078594679061857982493012641142370092982844714824322549490","1"],["3388531750335082387458952560463760622167962915710301606455339602213185459411","21425341948011350631841877021447658214585102627113361951058629878900726019217","1"],["2091454255863032317834547256537499509951988422002715721433946470142611992491","20791748245181569372758967684623830949220833239749518191955278320372684410838","1"],["10239114033973427826764118948736169778580887618414333174005780828759342601799","9716528125966505696317873359517385905295821170342002841213562536050602244088","1"],["19295697937546535020553958923903886082809601276210813345872781931164454012079","2450883638714842794775298903966243542281814228578624755210614991499990625058","1"],["17045217792215208702890554527280389988143102040863953036216548645333356443298","12068976135042819275858408604817442205743005126895037587223827648286026482173","1"],["3322125552138734481054429880574378797992308174615310467295604789574044380214","19211736910305524554677705474767782613788210008033568537528057998456102754578","1"],["18670842677727676404115224625990008301659881637015049026783151393399092392937","9993027248474527320625159136505902709143975322313203680497558547361796362647","1"],["486816017293677918572561476376872184491411211323729169084394639880668116275","6054941637106587782338692652553470452449163806142074424662331649372655117903","1"],["17601558775985080103506788896147329521329607153990406555146988296794487589410","6512942661235373947759807246646526395070773665791856478018656749410313200877","1"],["18655629788264523697667507273088160374545238685010726137377980315713832735471","8475032485418370839968281028772418459634666173010902358031963198688056945937","1"],["14206195038799079626506275668572284423820291872460729900272564962640593899643","19011467117641927022439993543355040281453935449256905010150960078855680640087","1"],["19285448202886872664453441067412966502547677485255635389158387713098691189118","10203709425423997815017179638977178959067593774893522635551222765328853824589","1"],["17412549471058017385529721986236122997267367233632815460619883710686327511571","6549714659391679576522236244118652726810799138295392564186990542829091634206","1"],["16772371182086502817638542694053445462671478681810084463399900557681932844777","684045126436335270984688345266823684690958032896922835517116480206045097910","1"],["5212892952097988291039670414914625478132555225892153925874805723765972765403","6768306849479217204074350617759987824074398353739773238310348654961405504191","1"],["15326205427361925730927711835389841499100471151872899498352798378205010438212","13065087410310333922792701282269877761517239448651196327578511817683124216781","1"],["18631215966835557320378128572065931360192441485147862014245206108577594538535","5949012783555492970937771316081201822469090222093156360884989482662071265762","1"],["17346094503643891309719634470850292900397008078718090458666321455925053795800","7332997920806077126234488439498574250656051417762431742386037847088326158029","1"],["8117920233286413738728167236440650748050010140837110941243083120262952056247","16931493899625032558626664625907968214013259379990318822611119266716110202248","1"],["20715461610364092407156868381852388627515771178613044685155047407944222331500","2376373563475698918496606760427338466732980909983353921614211200573821326901","1"],["20934481660721433424556556942967678653240053323231763073592411753232609923001","10980930013478078049480648411171285105194504267979599222666681204733352716515","1"],["3658276316042750411679739050064530665570137186358529263754723767633981498381","18389892620640750922074496583067310777371673713731097396332488587047624731633","1"],["18849366428433116635084672713172056554757460103217759212918705671210478341038","4167040847199092448025349200240844545569549599831477309650310542741547117083","1"],["13006350701173923236749648615431505882648468892385531290385051824014092303501","1963699391428629056184649756594449390909627683734829840879871321220360264931","1"],["1681513847808117561460524563461835324139350605988578196016347489534987600298","14964652612152348735798139465279886398794942335030151173555031223461993328783","1"],["19067516756179867664488691803162232313861319731740073652051318814021708144452","728152976462744107265556191113028082549141259493476510716090696178550617754","1"],["11799370591025800400948638075623532407296645511913555795067006919720100332784","5681400416979704500982749899612715724404668448969754339977742341249585081565","1"],["19909796811468883897064700106040970595286596730584279071035927798197328295838","2364228218947801853953012840176951070840023286525103835246455384176319020191","1"],["11002978462589251441268455684700140904431008625289265925896038661370756130061","4318804576807520754999689415425635863602174787858062767560174264717746611402","1"],["10744823011140472417111494611847064740815035369995594547946711445049300670485","15896598558097204731911966418197672843461255069281433433981980194534812509068","1"],["15529106372382133084595021400026714221056824217528572850806462944434426958386","8318988099805051346767241471737543126149126465226911229379963588690870505735","1"],["9991407881149949795109104678771061091871495449748569567789480404907488492535","618729855948142869728965137734216847718714218859354871524325673114407702291","1"],["8965641850050304758085109233257217215559002119559708790649406291486687662384","8860671624842021514714406414337000925189012340257040683353157660508646844247","1"],["9409618522765984906186022478061809898710148960975740076063388652754557360075","6127072401330745196631538532632819566992602193075986019245101975699088716450","1"],["16279141667271102567623939427551232750808687935784187830682638590580497767366","3838639154333366938473104372990047787577662166891600495889329262534582761647","1"],["15635438138526767250379921095347517128895715040979743608801354409338242382277","9510374013531297232220223781933359090103363621200652573455729957130874186660","1"],["3687167785286881302412709494567622005490852817062426210038089024785260404102","2311253048655094078909959166283692090458471964551960098673886642347257191322","1"],["6338571694509658142223768782099519385084122977273316655591051114562896031687","13580947076402066505841196071403751980051611953329835851662238517434452151802","1"],["14134254008722887005079049647259386956316303600617029963676222749121136400131","20875047278225212323274232445296755405929884128670888835496123914747584008595","1"],["13924152160573123226990582426053942966326232440613431408017213909146427589490","3283519198133825727405968810566513140769301121016762915540826565972620905932","1"],["4563386126346882098399744820730779734880371991374392205982425521995400200953","9576213921323660944963637986836102116121982396459200296169759934033807115268","1"],["1071558373332808748067461121214269843677605106506536953532298461843377202852","7349048653162910586145692366735975258422318311985188925405210668358493176524","1"],["4156166555820408813085779337207778371742053670568409638964502969683276799233","5892057045704108060129652965323637620416383231227547064214268472463681104329","1"],["17132689961114476781008953728116727677461842553864604723886415228002621584478","16258642228940577076660547204521354474461940189382945472493882997111271963284","1"],["3423025486990222370081220486284852110420465807432621075420273181440376261868","14152423526421140817636110622959664960071057327296356686304318266278781342829","1"],["21034804233299513986627525567816136360372257138094144204767428254516022059959","20384627913842663540339470156456893498654532504405765620524163178455818430878","1"],["16910502905569371940955124788304259223011660815120095035127610098186273606783","7349202958403099859783984352395225222875023579309321196378848618387721820807","1"],["3021487116139209268732296904115678580053847122695952556049469619061070095164","19834446467874675982286912388903009199217554607821645671347670636017274767121","1"],["552254856657540784379009062287034787428773596775209957353596126006875224915","17395309050414606827310189745478707723287678995210374965391273860464035177249","1"],["9295110024061309894055386557894514833758461295276310827061272677645694247292","79623815790156822016454607522644912560725589367151934907778305612070079705","1"],["2792270551165754924078197785362392150538480143744417356295109752527177032535","6611025815282863197126328143863681669146348463970654457685565279236118700036","1"],["7121904565164275058572412654622605585676722770625670709965517722921082650704","74411120095995829264436592547223047270908716418608651082780409257657784576","1"],["8506885949339509831298909885933917103999869491273962377998300738382600240700","5065206352015168946200750421616612117745757056079009051901593534391236593734","1"],["11853905963058655430951982837733204156334570487997537596065537942319713995655","9384146704164089513138187102297941599362261083582998908315702242148879734415","1"],["14025385594590749463747279729683636237655154127141441329137892289207189588821","17135363451747461430035188947511491641685865939190250519250924725674812845051","1"],["3384811418822847442143417664647932693895104325696575230440605296519078433080","9328515635634295359421890330374604128697257705209863514048742101979402480125","1"],["8518834825191120571137034569748960831316403042350580139609876222621684173944","19630433656565923889831119084536115637876481629794962613708975829074673117781","1"],["11804036894624086699010388884714653030667849816702385408371896114493354166234","15127610901392383567098210139240500512550981576339992136656226949662289895125","1"],["11454546928214594771887262609328178070506482515786070330962453119035866040825","3491719930683699350022464111554859132099760789670071436335589513887741802087","1"],["17436853161951542186697213633466072956240211531102426477403543254323535255582","19812738227034746549618508419476708528003019795124419212327201577368453902453","1"],["15125810404455399840492886424150461653138196948198659461365188237442591872273","14288926570189172390115649864616945544009628486048932706527136602398095585247","1"],["3438750100041222136680517473164150010802744627135396486770873072780285120836","12742748507989494405035371615868499621911295632713707795172176019827043518482","1"],["12586148205657900055050818638022275467860800949188833093800082735490646894570","57056337860688146283260069179762496793374461370829566783799447971313270213","1"],["7462032902794995290769854998741804570277720971267061278957616193291468867694","2209753142839506962060100445150711075607584528474877038037379368526395409894","1"],["18466257282117856385643167730362513204856085953754383774577390020563432413280","21850009183868389689280832436594097157625312185180002574634897860835546975510","1"],["3866699460342955124414762032515130313000989366647291464705367858934526163844","13502442912899017458547898573984071537361107415677011802029244152713749822365","1"],["11933715081801169893392957917748386238683181869629845970236554890114599944448","14056099268618826102006029088757286737311614106559104838341675428721416047871","1"],["17013368098349240431981406669975157972095887534284176955813755481859119902714","6466121214416739146411484779179770874867175072861064640379946157744913919318","1"],["5204147061299544233499239713078582254968505782412917729101720395992320214434","15140524243385753669008041433663087469932676550835994589940412481142762071942","1"],["524747325848116711706122924869760670986248442351890977423781828253835716419","17970274523234122663348575724641683937722952452306553458814190504559529949876","1"],["7867607486751158367358464948150083176346857239055523536787242454135509290684","17243414130807326957138211404081472990425635307675170103627179578012335612578","1"],["4582560026882805321093471194721121438220912554021252343483104589004553799936","6964549116533227263596934015435352073993594025448023668011338833706331787080","1"],["11940979496618234049136458206094780779400004521224517616199011334280814569684","20621848185482245096636768652872293854415731980537806960224671040207813220245","1"],["11722488037313575299499439525812749194675304025583423828047747349472256243015","17481642655922301120822728298165172988116735993820973713826978977815693851010","1"],["6693514219868044312590029244236204427859181412186294923085195699247560299183","237718729958934090169600038803063535627509460654114677119311932661702560319","1"],["5415307603183551949411460631264280166220929711170429405373274992062416582487","20964899412663349919717049118091115055925653805861824136662159573161549582571","1"],["17199544505227089292897399343938674510490792122737659133225782910443049233378","18364712464645347705229889737760393318854445634682274842637492245087724855030","1"],["4901844059264751671109274110119063783852261317196990890030945100197077666182","20725350183923036868632089166052820162951560687317437202488496672684207089879","1"],["2303810129916321920971021676290772934166997385682572477827997738539140590933","12130558207891495596203590912848776644104330976003362880632657417875450715706","1"],["19374794998130275559649252900514259708063451713889859083395138541058137008940","19009631804330281691167665221484692514147608026753640135635531779168966037479","1"],["19111291854157276419131556921492532006221381713808165625179581409006367213347","2708237332495957888739435249149059077409713628672482772438569962236935516354","1"],["14223486746383444242836141230738059945895478348644518566073594954305328808643","3968328578441467192737549229219909564413682632497818976111910476763074198122","1"],["10245814413488312677985788281091977759415810734976097171170154346512920398062","15595222706856549935865517937106841359440303830514036855007785650260995073856","1"],["1597606333703478770265425122885589124248745631213942851889604112223002740087","12007121427999159301589301918281349323389140149217398595121554212765536239274","1"],["8111724059904994896119740774518373118308074961799142234586777263876166911583","16122325532146368116137625728910992441354993931576781960922761447445816983838","1"],["21707842477180610573815356240350155471854529777759565528594979450749370084036","18577982068225091552920522571604827533723768896024249311891232827425220115085","1"],["11904837504386771867860773091554984120461967151987547127276575151543617510811","21091474842073706984530625043707464516884348233612961864796864068859781951093","1"],["8833525628925545245258871727178303304550015456141845721863649224243208440370","4945876863338646883645495692448042389745719629030848485308488920420343220533","1"],["19447708879074506090879969616404465747891934532769932441568075131791287957041","14706844539713903307787790971439077818268769231331087313681319535712806270577","1"],["16257603432471421842713054912355351299426722700729404565681989960233610001153","14609512715091509919761801851656766609979245028843308267256723877951208827192","1"],["9626476752753181469996967077438909162413542734483455717515397516686095186295","7931958061146182773562946743753317150534548948571330674514681070376396533976","1"],["14037457460825276111564183103727303925249088816137152117989847116085448411837","1082950992290165230581873492285289089790845657378940202736803483691200766939","1"],["15694156657481365216637248362891578009951563066891447379332040411315270090238","15315154761961429875267237343203285230208177463910365340999814783638001257592","1"],["16075222621855893268317687572190979762808437554085066173363230355477299719989","9094854208737232768962874067807672419719328035117040194615426572708994759364","1"],["8680238735798134542430392839425169382649620022263298586744183835415051397579","17364975157401642674008958935763916328530475865900019320490347567993801326136","1"],["19670360561735542278397748406828162695390617345005187615626252337831062497652","20031405852669318617393561530966759776436529398906245694175395218296463864335","1"],["2184804013351678830783523892195200098659579443792006752910932698111364947166","6817709933969835210044875347593840820381042238612079010672720241221965004975","1"],["16979572005455593870233958129331868200359630783241979452352976494721562433907","10484480882153533074614062633272699939403449250625289953569922945234220841585","1"],["20939793069466604528442751059799347346505512826173188530246323153541778830136","16151063127930000355095668308354777104686095301878115785964976619266371060169","1"],["2361314581560694013666285146592899980152403423144317431807596023328464300869","19507571436300136874306006701602625024329202331865244638277031439990774431101","1"],["7323201109957022510473657520371317606874703353322344645124318496714934417622","1423694968000580878075941324313188993340257479359708560009351453948883323171","1"],["10666882565052881543404814176882331848236224539333967661502322901696015412025","6593876763142649907480166547139876248642019631414105872604356394702403336444","1"],["19584009900404631996128521648769897026821404683503934607028313858304923667431","3434250318282170398027516278294593380219066393839968830146649057777486225815","1"],["12836148518894132119253369426565268451834908878850837707151348177359636909482","4535764908425399172402450268175024606265208453269327976869706067365043048898","1"],["2448172808049313771837747478277277274465517614544199975151698699216398843398","297735801658309252446399535518140821822398990084260807040831241032422824329","1"],["10959197894791664058628741182219643239740933866683295495649641602140550840174","13230728211061523412917232948031205400336900855114449190954347765369971766678","1"],["18833483466691114877552302442244433222747664950926149642159135153061803949796","15329094947663679037932219119752444946402466921815758436762626492965647894972","1"],["18042244579776116614999460903208451628206325308366272401261270571849391247551","9205547757414147913347269217473806755381176238973768233398002323951143419079","1"],["16217584093709218954835594665819496586458516222927038359161326362534919117134","6360186052173432974593579626806836043601619516558401471266194819082659698771","1"],["180540401190258745430270041580655521039683372373299967060550754291270718352","6592991606655388096530826655786143953265153006939127741614572387341232808182","1"],["1277061314790013488006718065011372163740691220724866490789062801852603780851","13534641162436830393246426927650061119770385400300466048185916386073443363202","1"],["6574412265844691335025633923272093834767376638909375707847127400908385553851","12512065376321738459324276512397201769407111036572889075625456392872327048978","1"],["20514025909312017843720427839980280238358616138980416799300003188281770511041","18137444954290289714157931396742414633798136643983359246300750295213967047774","1"],["6965355041685534665324727744613129271736416730665113104194167480212719826572","19698957668159656100402833941115380346826600261299067373563398869421382199810","1"],["12757342113085324466491151240845888156816198734992773592102684695256863889816","2913118150328789968377302184025871668986487416334357270417303956950597444125","1"],["19437590024510913876898688840328705665049131207464842045845558395464373162711","20575586590630644932697940433911348092917378093489208776940368701455414281513","1"],["14709579388314466530215125563606539255034785748308183877568735441730122942314","12188413998747386837920970374995702048806540761997536051839527766685858642197","1"],["19486386552569737510995893729262564993620346061377072417776884118548267089535","6856934507642455842708148143170810055031722700901559862007757572649448075404","1"],["13436266760260360959636717747178187105948814078069891636269023532039637809397","14836523565029122560073120730569731419182305693916102474357779926942911861656","1"],["19775478620551174246676094286798160481045710339386185328851559408450341418162","19880586024714553798605024704660327634004017374743846443757121569030868396862","1"],["20118440570736605697360599567413691700666395949754845720934949932942952907991","6728121559509227480112242290902617409593318884763077315184796700560249799741","1"],["21800428478771654906641039567543547993201211424604805922258866676246754526631","6027666840331045083667285603004825734144194881362140999104055663698797456781","1"],["3823900196707346467376499798633043399068799045151375875089042493847128344432","15724059632277318893766496281052443400165704817494782283116114748851109762724","1"],["9153183695307870723296676030494250920417510496565607984323013328280979489626","19525784955202476203588432767695771145599002868501364988635284736329641683966","1"],["2177078110146141498891138809613412953796031554361779304944987729665094916880","7385372535381951280117293026234364408471578282590748788646135739495676729953","1"],["12412159977551740513712501306849842516446593675287407591714384673308245120370","333252135471350210796629128236049676265989274169387101575936396045661831751","1"],["10227294728841334807327879034954376213005998096365610691323881480038639770276","21759361178090603274331439089898257565620259318720901386722223217784490142273","1"],["16202597010399686088613823590651913665846657873138011674083863102457490823676","21304695524181746403007450947854833306228380486579964792456704359313878705378","1"],["3800616419129667038192112185825151377508840932402343359122681579922316846212","14470043327945707716413030248623394548527520252912525740649626325424704737513","1"],["20198781517443923444564139955568042636695273516002923947561301440609871014416","5431004704792910709357821453970898607746955036604531443019681451613516546024","1"],["3550643004241447009480765339652912618266469899494118785054734058713423631076","20756458170811416909192811279090397214955721026457458625383182755873278881770","1"],["2973235957050911735428362549410070695332709912396640314509711021117685196903","7897281198542220365565270659459908910819475071678631554865735082633416549281","1"],["13493228482108140222971621852758431234048483695554211818203061012019518536879","19505210432398340888651382119402327428613393363341454472801928223064407711035","1"],["19634630606130563256965620208101299905902692139103678589746794747790178384061","1492984408305348682927256211944719613872506011665279581480191695497889038444","1"],["11495646754631060719805047049898892146137419626137862952448067609058261309231","15798420606336719685298231899263961660968201309659120631072868792755625598227","1"],["4372050957387307657818710650284544115445880849908059767818057536993233990089","10302216762692117869480378114288867365372267547055399938101018947795678213748","1"],["8253881518823643141327533382736636049551160253445916398516384499917645932821","3693959354335112671109451946040163718228320045649074464338393350809434814262","1"],["2951150204380270125348160243199688148467489812765018263038831601952341690691","20649683282396027869368778289517029272267621606096071863641318253922077322494","1"],["9174861732104032752277856498144718951985374234137176879415563272999877124179","14527199172196734843201091930496182163904911633192806905783049716301529040341","1"],["11048253189784302806353319101786266512389654807582752769214797378763995125835","19590208121629710364537688783324060212439456500047388565452449115220121508043","1"],["8341464235459220042149602347560141676439971495992644378624739807702579760909","19632531728171679872457343101281030120631792927011589919144453634586251443231","1"],["17320132909473369104647613884756546484422741547807766597511197034169752341895","9669269182137995524286997247154093747039163763873569382681243156555130711645","1"],["4896560917421980737198834586003030879462352647014430064194127842459962829356","11384338034699574507719023682176702219809901872103475386731738690843838558916","1"],["10338970208677473351965973546701276293603547807409750785788530446018971072660","4990551780314489222599100640699041271402706075427035968728827051580530242122","1"],["3001732440053018968483746280640687273834021723073779044329208328415715876593","14387151543857199503383932636675822110582832607486093038293702878632050599013","1"],["9194070449147367517841042348740608368433940636607156337872344029252550731751","20857265174601441772629101972673868226420270184444052097781633927640767848196","1"],["3553214417169001881549283552013423523061708685116515270429338416990755063347","15096532723724159474527690601851243384739046858662547025227439265853176837685","1"],["1625604665303411881278552580914490769246615647196868178823950651775528631597","7855285389812969201094243316745185936039380301181948438300450244774991678158","1"],["13148686395369945958559440062795371286625594190443131859756850791162820221473","4017367526602255905481312388024506508788022481063699966750228878866216751497","1"],["14502484912217821444101110560940973593092202905822454136498784105752560222550","8166630657478468599314393488124559560971512101340176313530315332181867568179","1"],["3816295760860865029833822717493186794445023420160488923156542062266549371334","17704392239718117347795247037128895194250773491601678610283658391371267824405","1"],["13057804024912610135010778228459462103951480242108403737290241008965865216668","20521575675719402572935389960973715878663070665743239122736609680094044309211","1"],["8376724896717831603614147936899404594539032916320858030786644199644952135951","8142610502684070150051395991401601765217005240544031283671885635347857010447","1"],["9255565917437236076398983660795702078619673786467244097155224060145793485638","14748143947196852116670251363690464643760226416865418720126066715501551297836","1"],["6058558741648824409514469843779514524588551085307946392218374231001174084770","4993124187306279309090410690246528239596924759619236615521421430371804616526","1"],["19214480664755301838621343877405197023744707682458710439293226141000027926264","20727784540580108236706987779807876535950706372440766639713084686154600647150","1"],["19248518306166199516711599551923377500817027725861493172063593304693820356982","9069320208591430793428612070809836176005746126835361701894866013481425330081","1"],["9244022170008640633855231027284828362384689771141708543181616015776498946359","20106131259808990845052170792098964738465886930393337800533105836525224181915","1"],["980327008770093336812519656905766357336160715107854954026881460009825063278","10624273956968924077312196366739158141926457192591588901760450389649223201042","1"],["11968826201588401507902097382068458135470114999235080655824636340123744283479","14300525403273123216986297700843293565299764218065477390304889266689524658737","1"],["2020314531675104681433522160743251992780183472552819436267220322369922605275","5856628995556377650846842258610486932437050361092103088181645745718767652665","1"],["15137418160746248244637836496811437145204275566287115184425989677705815788688","11469714088426192751771703952648489385452908677450462846299893264105505789231","1"],["11723875096532393564227147966429074598889851564573603331453568593745910643163","21691719686830085224948447824622128332194873081240691639324112715483662281497","1"],["3694873163977816683925561548765557305197447459627128085381567433371337446442","21099245825472763530217117246400035554972130285288759003864425865897040941683","1"],["18113362386267749179720724138998175173608360407746310271247344298477437721024","15622604356535476843796649580235338400273966721636471871346425690544338167691","1"],["246300651275243552303474265376184268717929609997106386949644410951242691856","3567294727021304350084659144804149527642032586774584092350221515107419964097","1"],["7005079087088395705361298517527869224757560505151659743769236376706279873454","10071473707625274325585190974316257042217541610215300458256830316399775334346","1"],["5162918716418361812199003237935765072743204208317964896439970669245941408780","19351645194629356149176701078421042589214386533865306452816941837593098630124","1"],["3790586830107409996640574730504612038142699565223946241080548457580394376091","13901429400932519153136693483571983800152093488516603695570987358094755062050","1"],["970570901004497810908113523550453358529869176954270385303330023463671394345","16828187055515117752481392322636945163315790766375079630302829689115206805803","1"],["9810053086905997841767919376063522529225570651634416799042576232153845690073","20369267898049721530793137180804342603037861156955184906675208507837180661705","1"],["7856720942320501697755578036460424225825219224836857357966289079691713440246","515980052316975304195518072319489170050268865384734122089710689374369734218","1"],["12529847425124623240872074570047362305892961723871207661532338551371286769816","13434446324828229948888309763229522233007964103858146697741445485747458433794","1"],["14903311713934466554013800343283762990114953890576382679522354156664804832114","4279517034755688696109447611343496676448147452744683459337639837299948128605","1"],["16657770507054165057503094740811257377935851208798499167418788411307423193954","15034706018493065087091510940994514059945499424823668578856943236652862016170","1"],["5882592594647210989571802323944293968226759404869903936581185659731567913197","8883732179137782941041967834511709753138821633632051717255859010468824257843","1"],["17814492526181074503112385919716487037532423949950883784944529193359163157274","17283911782099719734672054670500558961160550519210628816886320880941206278272","1"],["12260572447880154505828011181273434421774659984118499217372727862959798720002","20591048112837982165084213238304882014002871542473497286911961664731218533722","1"],["18722435355834019017242702752006716408047831584226681302766889013321749917193","6492081701399140922546005117380271086864500975324114246260266519587203264214","1"],["2615075671216385112230311898692715324150902957014885755427271462947616288249","19443487284545166821407594437974989379920993414808918617343881526427085344147","1"],["17827820550897146341395821518572897680810553995441521733350034885206160204784","2084982602661861475819017574571517015149313109057784527134633338753171911218","1"],["14083811637354032342697523145324604702316173922196521308012161021186546385468","14671866951050948069524212772717467243020534463593747112224358288285178380063","1"],["17633667102882197200215676607293465736082870636046767841385993640057314969485","7974353000306410460322851999533605270966895733680930200583602889653607692103","1"],["6803789845852656911951193358031968589140739104297236644023672589243539702262","16452912668163961079910578349447719000724482387512812415993426419394808275227","1"],["14921283049880657175486491870544542316584359640253932127446663583967061787735","8397046877809700391624662580967597837505347680372552877577684540214161430066","1"],["2217405210127321075148368119929006923161634933914794046626073855420956140519","7877283034983572368502710067809150442109722665907067186989913670081466487041","1"],["3217764700147878114011753599600171581883126464263732868065310699877029460137","16071932233709903592770829491533911576439423190696822662108373920923871495154","1"],["8597490009975444949057857347774118554149970024849512389419770050606449764445","20124596082855934496501417302778345859185517664859673063378996994267808148199","1"],["17547733469673967527357483747600331564537589130569756409065789457408981442839","11431760633426221725676599293568812257463230607473903982482216587663457321436","1"],["2361419212634267595753143327486680363124747705183667788186228684752585701760","9909747204352156307585011421386543711749824111458511481252900305205621352078","1"],["21850459440584524383432839305161568447241749443315857211854045603575556466422","6626732256871613804648611737373432221321066130672836089432635446553627532742","1"],["15293619701220120179569713752664795093500604450920783056002364120908589015885","168228138876855994692429570868371127553496243968827446618033848044047336045","1"],["13730800975683129867135767064408081221357229904996266065759582617359850254948","20011335751359861528179351217815744548024320040430287934687635721100659459801","1"],["9637201264129795245653530017492750438385660460573377253124566727521198159415","2229333886333485910631737597956056442955803257000150134065048141717351380798","1"],["5877133310272998685488268659678800729676553988099675771762569178534857908013","20465246028861040075820824651186449774699227448181036422629310495167183265339","1"],["16985740188867080232389378184329433745093821370224074782395132806319303533238","21706203748991537308143647697854460377801041908598975165812995602467581934062","1"],["20047635368915605599808537525834218552386390467381865768883400840324865445487","11653044206694466137759982881920868854232753528014912363328271401777215721217","1"],["11438011866193565477592452933203240276089564513874240885949840575377455700856","2110770889900214279496900548011291144610246386938690870374201504824097817884","1"],["14619368885649313044524130067051986608460404011695483757188867028784226739181","10637901895616282855529772851484843884664818500917920198207936790355433857345","1"],["4989386345523312894542509465425981111313069902841828381010690354519284398837","14637189523089607188644308045997532433214606890363005494674919340485310046879","1"],["6253915641101378265589744955138777208754342207864939769825225144459733444936","13283654447384236652838304350284620262981889668647491829507457768778241820126","1"],["7166351086969104859679389552225901686594545961371746030839475993319588570374","13396472741651994746200288176653388606843052871488476859657381013150719408087","1"],["7559632010780072885000191774181499516887825896935327866496778422141789332782","18738405388135925691649488364158367481371159043842031863103677709084575911676","1"],["14670452039640727527528112424739988501438225392733357317860799789380487960807","7152425292563323508344410714395202922384950303371447742121201439292990796968","1"],["21355955182490411350554267332971087414534598082652697898036482235622760476260","20252643378038654235489464586870587448343974176289331220422082863325009760032","1"],["11080056250250202459606493004574095198371940110892567748613973039980955671936","10621034806715945376891055966344192060014935019892906455388453875029521905579","1"],["15424707001146016469138429058675692024366016482279670491330225389937513868588","8429183351845192358733406023073635086760674999219125351913951749151248218915","1"],["8181319949614571318194484010301339511532193229848697068213996230025983407125","16381828985790768703492070810257452923640277885934211346728035478622609264227","1"],["2331736561912167023648167428440701345333382581387443379163199841985824641682","9764442353915050300958390279929451006685507088789095638218121106543777507446","1"],["17031953076160288356763499700585489133255691630009959446106621735346415158453","14449018114786725170151906949564966888070095597366935594108698087894509025830","1"],["21475759300252495366683359413226409233267866073966183604870918178836193796541","9847503765333642509030422851025378902706097440948161875019709282600193118843","1"],["10424479717119255555989167712214119398393435708828914774887891835212150526134","5518772752202401967473153583276473387376745168591036609430152982149232364986","1"],["16627435254833962449213592809594110965380614956405583070479165929405236087527","6125083655313372279512570338264706530712476137391962023351078581779012245464","1"],["14797352801142758757179136297441109194543751580006838690105794538582269524575","8467880099956981789996649842205724677232397316981639104008029552360897495105","1"],["1567948048924269850899904252346443559209069993726374196749110533048455683371","3989495033115041924554005078708991210333774118174917855219751153260933891458","1"],["1937849263837694222686225799181046669178346706256191646125115996619752028931","8480961757537369824024733644722934473601850138494291171670438936308993718160","1"],["20192441018827919099985749544537941533301723972212277790193215708952662286087","1674830008933751835427479963670456735834716152203128703282379118993782826462","1"],["429583393922716940278999932944001988375063589928165969237314677948798292021","18385306227662745334626490980907817968678429770260830986822794453258646686367","1"],["18592388870209779739455696083833608729906946502399829974144517513516241503027","20211256100796600347312552354073274854087766221022356698246580758138178516662","1"],["659993542225122143641372026342123541596125859360811168855231262782845141042","14758144943990747067773907493952206672669256244776554481464812810877173922152","1"],["9890168477085164513985659722366966089669133274769184633255265793485549559401","17084824983171536769349182580633636197369636796540055401289671830837629402179","1"],["2575582337662460540552010123172661445720309954484280606093203634591756970945","21310686566244004440473216085164047291402647875644951339596132940254488099482","1"],["5438781101940076496874839390139947123406256897798670003192151449077963565936","14913321796650590115574975916439359271026026301944959323547789391074086414394","1"],["14534434186599987007865617463577472250671325138182934618997251074797936107783","12965358661807345075971375954862730465605909574490385183436499705838268366399","1"],["10789926903604227289987388270199960639757329967209893961090326371062626009600","14602121778558658891201439634442576531164639937223095292014663930726042756862","1"],["16344539164204001659634613736881953286831692487016793090401008512883760251399","2314618138427948134644758542641849339615644380285648511596319118056121117187","1"],["4404595916806074226131018518402525587680378293339709606659889706713736219971","3570837773108934071622082427724976041609125648489667026599517574371266792117","1"],["10362527673580812205200736735106807437382355898340794884968551951656338075710","652545403412188099230446281288247509481035285779384214596046262779060939395","1"],["9082844151431896058073351717581388536056084299042340689061437797031293876560","266935989389981330183917842162017541812270847008979525445465840407471972002","1"],["7323232658041871324575257036358530553038718771060223979533746738722631922671","6167433749935497461371168311201402187563954179150795814834676623972747336739","1"],["3495538383419158730416508486362332612732091319806591832474499300149628652583","2865521458522677440334494346681110422819671711883817288056181104863045786967","1"],["4311438918131374529363087261045064006383119592862607955202589713347694901255","12257722096843530636346466754405368598537132548293775344771548924829549682410","1"],["1185284253165898639286425876402793750183000605504331596591453264970610079863","9336691965903249908728619925563955312901026798789453551899758846998026675866","1"],["5235132461273828703661294312984703821107062498185980492160921616889920366015","3066498877555353203276538602681109122547211446223823062390299532679800159984","1"],["7229174944671921214921604458907863555888863363735769246587693805999668993997","5309149681679109803815476343764899814945167382444586807460228985010816318786","1"],["20119089946244949990068410243041757042193096920519333661231715655144601459511","2649798160275041581868777665136774896442496215288100434494195666912226909761","1"],["12890475526570047326253947801617270465267469173350975689006554207739329378805","689921565604562082258396065304101346941215838424520842191655688213433859319","1"],["3362800689608319753163411636079964430650396241990492259884099341989844896682","8634221556685957739952904585649994740887355486792071375415977295916338707593","1"],["18470005398536924487308640427875129059838713017545651282220446036787299422661","16339559691331718633635586409410953653910348368277497586151475378079342397007","1"],["3976846369033975593412725975698791840680299162079848454422770089110648211654","12773999697119166920532274570204842713613406430141443907900698048308906983869","1"],["18824245463640598473106085033442088729529604568096345594905364817528304059978","11022434747919846028375041399484397206734377227096102603231227564464851806767","1"],["6562088545253534910164121318647351519625622366684139278058904569225706295254","15566874022545085955136273209385369453579281448470693782014814667436414948879","1"],["19625771520264228413658211219374775561292793074342745169733261222405945236641","3252970255299786298966007471646921236043808744303319183794784106437361684439","1"],["14614315665819403800874959027705440475098184277841873821607260385654798545302","18588926303293014289209389734586539286562916329020703355840500872599571262957","1"],["19626477620499309620726216547564519937402669105654991904595943823557665840842","12357527630327630245968661519882026277976536269310665662753290212427757882265","1"],["9421627316133505698698025308196163917070760444250202635098629740036967797607","14279563431249899890738758534206835921443476676285668978221476363495484756208","1"],["15506547067334145995630243263766977814242354324579401595584169560544680580624","14368308185326540302024085456052205205926044169499793260522396413082403860230","1"],["12551257773491539533245248736289909909992362181888357405036891649334986107630","11301507527696551505041103511967867918255085029709993026044643700439833572456","1"],["12589828859663979377668162709841178979884807088020674906771301949529824592097","2397595999873076729980632132234567984385816855273048671011600281913663691665","1"],["12825546288356447345896010608067159643216867101865323293438386226957395656667","10376721466203260327498304902943837804481489238428470815769275008813620307762","1"],["21888212711848487777690235219538024550910632396428269983121778489072457177712","7693136030502187501283188204994659887641263460024268559998514947311258128118","1"],["2848054068563361435323312905872581343892142434284959258249116415016843556023","9218350121939676332223507819837344490314284813854072532957619534481165067439","1"],["16312164915220051010568674678600567745957655627896854516898522354549620750571","6832879949261459189044655435639528092373215438087562228468754884843842297316","1"],["12242190937514917627536031781775801043461016060114996955620595006781105878633","17413796521730946364440036586433479871899239552100323452425184074400392896813","1"],["677643792516557850326514182007517687002437521756550324653278970538892082620","20020843175485658199248971168686825556949291240375819730564780926910797756197","1"],["1605776193618191462797604779758236795622451519968344280364089358522809219769","18383185122459381499519466677150258722262666875975123191515673189365489100583","1"],["16338664242988051575021753933200719845523096312879922589551372195310996686786","4910876378160029653874049052208224984903630460399790179572483495269824190852","1"],["8250598274623198022656316948965583909348540860118933910772333083586441142766","9735763142333337310315636941311175346137774368075113781227062385641294514843","1"],["1716251019132392517952061507558421490572191398085847852948476930495759092338","17052118775646293184968962851935572032021465594045370007008724131443560451850","1"],["11343972039271403192531522721335070262322432227980350197192643535496585277093","10758344666947005621151010833807475663328962535478941991081395089717388888983","1"],["13258472184500787765971467111448793966612754825618301336437451074945120966206","14770906143633161798038761520063680984798982492835081778715611492910754485646","1"],["18871076280495629336512455764705235197841476283517773356206778755900860676961","4196388889416168084773720203913785521943786880965406210591097802562032184365","1"],["19936748668516600603770060041173330150268347286967449810241461045336186732468","244721515316443936895222997439832389217697833063849235448890199168960309622","1"],["704223749820528974043500090706964188750083535738976302080527479991084055225","12342313759370374083813601719203786989298717722164737302235053277558439560515","1"],["20609674251021845931422183167568554769585614555977634713680490416877525944300","10792553609320208177936429191009301340136130897547802894588880440645370378278","1"],["7874530392272732005989638541039262002797993551839825982344609156167801017796","14995031816706292182867198846770069028907526502088571957922882179904397725567","1"],["12996390369717408814749106540956742926071716434599296339429770551492885615596","9724418991271233340926667552736066312064858704736796348070579227517531166846","1"],["16720440786728776925026319665414864574503916552894437160945720622760130612664","17796263105561590142565438156303324042391767718078860457133906508764156845843","1"],["20759261453233172106996612131496511648018622431121545138683487616688313702727","5122513593634642787777212318732408040044769567420707825592364305148019687471","1"],["13134956365395254422816032481720485200688476914966863527182705051352832897644","8745018376156727472468209204598874036558622966251847630455912937658441557877","1"],["12586906702926567557573630144609536922015374577282184977322024791149354094256","3648994746806058332721391570708489929121545715318917231946763590378730206040","1"],["15928680052195801285291138448827697851579148511321348261719679928791587453909","12178699714207213622193466567526650214214449203869412896309352737555603434574","1"],["11829630692720682288465633261074767272408227446107330118339951622178249600280","3106328224676620016794718966474136017335852853834494728522694109920143769460","1"],["12228674596801085754907850862878676639294370075954067276409723077418713352415","70202057444425808604459362673515022231648769379558242380593048446429607501","1"],["10566950965066637839972981722963471577984095727785926228946409346854619346595","6652855090635985780725802826868267947965681917814256507251512060886137307532","1"],["391874494382822877739934353339559111508109369769038784840049007089508484927","3896401773128332190456925511164689896723077959611627418524347111766770051464","1"],["19478175949787406024571875572591257896637305174023983889969000776984195815028","3823881928640650890681802221858451097915910066424626409543261835304115905072","1"],["15535729794974815497405175749088388219203796527852350806170653913814396370348","3567863098878597749263661542686293413241528894115518430656718260446474551395","1"],["8365585693587802328518457881317097940058237280024836650978240544076097990558","14268628734543778003101998188794891858725393681127745003677944353231351177623","1"],["5895461731421024714656814063120950430823789235882627150767218696313231931963","7118547705914300788183205978997857489457049605230171030248522001199999845981","1"],["13440190390540204040274930592399377220851521330209324599522440538564222428582","9381090883609240311499056028104406606896677559651259399945363058641272162305","1"],["6392163465427354211919706086232547406440092605454381064402774901769959911034","18612906068053015848613782713438906715665764562398118800928033061466567232242","1"],["18931828420810746081820149042189013161459529147012209144165276893126798224088","15291387657781399262377848221875036728596949142625625217157149756756899688584","1"],["1518079886754794951693059181373544939595215812209934767915071501310828277200","3143490679076340137687173355021976667009336146500237376925238173223375052530","1"],["4649872577509198165752553420144279087133407108301668382855022217671935676456","8227385762202044297618773764987178968249251813524598769554323894186685324137","1"],["2952407419107811882477102341676775970295533246105077724060163116676884781372","1577444486078682022245939032561342802746136702495678402322433477383107780021","1"],["20278298561466543574600581511240621931710691163913798783554646276435786066916","11652542989190500125416448182311102537751411336192407302102556715496501507822","1"],["1688404331024650686076274987726860125117249240001172572218519270955494474412","5697079391970410471719028740065866686766825074507229966828957199012057175097","1"],["9117736532743638976453083779259906435321333975470562490727228749290059921341","8699128175373419090637343765012475365615386611401631657834145086229568851336","1"],["3309331686346425851262351519604290156507231206660124867925334244791720837924","13264386297540822273182723340551760984232711099685225034089816654561753906546","1"],["876285753436705422738938567151675288291133188312213178274237702019053430085","9265910038213283044295849796270816506292653846489120419501856938221835617188","1"],["10129820964908360881941700493024146472848336510005833118941717354469790849763","8655160026296392608866983887018739500406584186693998793248684930302133487557","1"],["18879997915312571934263506314062560608606308626196248468326110235973536572810","13370610159078866080979280230558027230425834264919429207984224508898109393358","1"],["12687607995402202256283935701285736689205095300183951648037697236219124783019","17332201249882102477437334518171269686683156885194353375255653013613484779760","1"],["2683113924902498078310489773798598634239453912906803550100894385946706466268","21514323183555817523249734960594861324307223765262066362606711767871672966344","1"],["548840269686521564715733907019559335591585366901193993241062374664925303380","212623200136816076478307998783616568774599104598674326764249479897061255006","1"],["3845734560607172569774853489046433187379708358311071286765958958499072324388","2733438985608889988178500028640216005084184762584058005087841707475848289309","1"],["14701738902465546140631686965572134714895937740265586197844292192352226123547","8906536687511364358715166799637766138759792467198167562848457437032031463989","1"],["8266809085771235287287655303103696271743533063167432820855012895874446946577","2474962540083744866936472134733675011541471306723152712685911907619067515367","1"],["3494849912420665677497462716146023234859284513389773876124039382123974319769","7920585218558921043484022712824629177166047701576552685681499164502272677067","1"],["16151511972331026262204152104860009425397584060745915818009429691541606663945","21512446811571455598198591292822241874299103859336482431136389220337819704342","1"],["7647430160975150700559311978434537247052125028638242383055039270301069666556","7716427447006345615466893523688991783077676380474396414443962391879032285397","1"],["21541241527932189868122415095172236818835993013967761727586894618655412748423","12465954160227214197185272768443912416902792149200917463638410259517529030357","1"],["11742565915410891483051725221566573748945345117802112739373593613228396808470","4998266422446464644146246575249279399977487304402386929996333968400685812586","1"],["2767249008047325749704918091798674961975892271613725328311951248228096134100","474376023856484177906687991592017706138978796877789043993293197173329110302","1"],["654335877896889519487033433218374756150752860504209801433151060298313703635","4997010698570574823574853923632226673478672219872543792815753281766399740015","1"],["1864157282909214056266788211990582684056516089824433340844144090634247435699","15128684939227822617160411097093422860153017438536543696375676774130520444093","1"],["17276926886348032671330967043616599088507114014885901700058714261525925022265","2812834506463083230260282365265906128559870061376769372458053723403577376223","1"],["4697671014967857989516294398541407991926304895362693365643860520981278210364","21260193134773356292724164205666027316842087713041626303537294332076494001389","1"],["20423437209609014990271514983066454404537867587438035247826874754353758374942","5148219603101541356635037874017250228633948382354377730323935048238100299573","1"],["17050581446347792872394172730102275103568767635641432052292884167593956741504","3037150999378084814075880327621168656138040710982266577135139341515210563940","1"],["15159531243742309978415697576405533309969788910615811509208937074029466441334","1335930087014693291214139757068896199873356006244374053158551949885149786111","1"],["2539517064922175576607817837077752195347818546719523006798645454046333878878","16938253961652523019499003946027990344561137390495496665908105668114684174280","1"],["16532806055530031139395650721024314023122237014054829482674875920719179735508","106679393554465884629020013932608083799736283384888254689090795641906902127","1"],["21830723279624247407607679250396455475079491018113262817228645578485916198191","16054499898110104700732221593493951648487550938310350991024990511759749566022","1"],["2568550273181423661382524708780249556861390125787646175578457118780974336392","2844287783978790184038014094143415871812284446769300490067773623478759871036","1"],["15445393131229506202422666279941520397346306679545676685943155382972864110371","12841916649559475988175138927391646941783479165284328703643029731353488549576","1"],["19295579016462810622360090202914930744510800668687385982771634339353808817011","20916407229662652509216966200360706821959876636744451602396427120126417214839","1"],["7939477201272375780158793230246745588280615267614829783528320543534309788289","21220067495388517893666762625494766145126979709721018073076900725055813200707","1"],["480905625909898808405046502679662730592322857827756681352867570149130638018","21437998232311538257845534634345082585134104502842747256603026017412216967413","1"],["6529848382972466778486136512343525132590505408884500452807798051529893607852","4912339056524568228438045187268946870491938245101862036258954992111910842667","1"],["2715583598766751665829981688256792363679124322719367143713432572513082762969","19009804568132708597200693128756516980187556384836452246711551711504079810710","1"],["8059718602643865021809525527388412274169899047815808048013671106067069454406","15209380504659617484395997561193851479456074691302416740766728564273676906490","1"],["13631016221607807345370552453414218677317885297060938284046297543027791534079","7003761539317140807353908506439631331851792648615291303541997212330536206812","1"],["1276751758039512343111348234125957528964468291840844598072983401135991483427","3131747016356204477453644022085854403012814542848440697511277104489861099512","1"],["317683162727842503360270224730170482746632073837528703701759185150010741931","17189051774690134867478636542984336034133160397170521941821808194161296627561","1"],["6083196723375284364528907407654602575413370394752690418450252124447337679737","10242448037153011889473370586612251300349217845279442695134110497896447745028","1"],["4227630431294526050354696160470692574591997577157759864690333288401870063844","17254268240839956465399047173987372549839191179859858806371804648095278179452","1"],["3242746420047354022131169256896047731192634676671425081707966267901122901944","13178720698590948925783485132432290732988915297003206368308613880031706069949","1"],["9271708014803977028193868908403146721079046724246031500818734244737211109871","6302025192754135689952013211225209909078065921388668294406440095929506100501","1"],["15185455906756671957752537799984282904037164846186658258472060777152482270518","12279101068988321330402409904049647644394308942919284053162484823271297315892","1"],["16997465087426360621637472024163456153906659524697969450865171854940481143844","21439638412506714279215029015937053410807338160335424555668510631047287395553","1"],["13896169163834163545722714185391876500264724549815519978509015539282525097943","7495889150551979189193291610981415329140773141904691138917841088636120274704","1"],["18381638825578028595594026930833675516877088265272341053417485342424384738454","18125900311197011094807101889072255051970575822357185558890657397735228511524","1"],["3996797359487668783634528915356522964989222612144760979251216169548919829980","9591541464264060414915914878804567747663652293696820437552663677974051590608","1"],["2310347349849434410850085790817932889258869084113060005039668741247566231395","9701088807315368242838324315567869957220098675213652283773134404720520168929","1"],["19357284752715426313497188180826812521839008461573705133194336857878079276687","3283884377533470073764706595873062319689274740703915922126381256165205687499","1"],["6480748583818297501212344509357423036964529923456168495920735966183264241317","3322063178664230256547077774754556427888756566394505354712888263252953637823","1"],["14430154855633341702527681098264701357626953532182146741474232995877608156493","19508455577664530607619033163979055373927402488010467171201488818825906607193","1"],["10992124210842498129335105152200067340000161639383319552308838222907778923259","14288864434589309342699388087623857153342021969590453612154481397840113447823","1"],["5616585202299048894192338290869169155397194314574037104423328532629202201465","8034032458519904220929257587870361673618617087102836022600165735656320966834","1"],["18090015609925825413092726636363734553411870195145112873846682866383044505846","3793961469515206841632617989742105530798559126822026888282978295956792125516","1"],["5828465981931179088032929670703249565519564915683386413751650501720374279458","1022264917226333464032876797010678293057769721721863278718265802662729421097","1"],["454541132845500172962053772587494809474081797111637650236658092722644586411","4569485618420372338904729512568568990491731998778421339186328051212901350124","1"],["5599214850005323251296593351553438897615751673794758062174509121729748200264","12748017981629452015529525650477754529384478627145294952095997372263150541126","1"],["9791509801895565376737224146155543719544867875718638705782298445313282372248","21575223018413071208573951323060766628133005802148551804232834019991922179303","1"],["13774406651038653998361043935646659597232122820104425248792839061484574214253","5274403735272376481471000860500412984336815244724843283851493079546017250432","1"],["10564308017641986411737910539709420478978652631737187395664353707925963340644","14611296052225676058071023079257669165714064518839676449494621982089593207573","1"],["21160263825466187655713619071368748641161031132224743851131376493265968614596","2234119218142059059467255232303297703474189055862219592093388190665920831624","1"],["15555898483709017767372317669958470678376656684797008551100172264995986765456","6897020941568995365414162355667360087361136071176464303786223851805052412810","1"],["20566063111805102449087368597122835569423938731896422383049577396090224586199","14318242406439135300900691120814145229974370374842184372542565477072444638648","1"],["19985410357850315009777372439677996778244894181346294892140581250334185003737","498950563152167011006753955226013784142901294753278572973910780673966376125","1"],["19687023498979751621169126890190827601238126800772336561045674973352933187343","20287282504655902257419065821676776611989154426824296366616100617404162880316","1"],["20170774955635272968450212450916470520611735184050233460682444084473096918171","9390546080486954413191018401956602673295886842960998854318286830349548597530","1"],["21267589586800662237010452664413750687016241595825606026557924317280035402898","12076242153518739503708235777314151397153921441829237070506972248383962274983","1"],["7682951688979706024268110224884656798683338133079090952633903918186650888766","13653670406015470425953889453301571248265771768266774628932030846598703434398","1"],["3550985160038522469054583357465088316599885010074145126572931788839682971032","9286353266873105695042244671600637815205668096508174673833192900482798911995","1"],["14278539514116446241963498477279642151563379564283819660979103248864315950233","7614276524691075058271790873157205149470753371719554143323992185221987739984","1"],["14085439540152383543505699878823160968989813475636833683445459535702622817499","6320385086271253578752386633464834614079747796367723530773871291099419072073","1"],["21076836253286441611209019429476936637353228160066985981773700469981449100427","10675457975076520509589167591218946243691785784898055025446055545274654624617","1"],["2177341346625000449896881173303300191092759847734475814821394382439354415030","6315451112288098158305848442393205678365256127969321256141713962973683392308","1"],["10017993630857095593521007677408109096188370378154293475958730626897996706213","15570503229263779626226206947832793450045717073163818473736546632591523245628","1"],["10711803836079015066084101700339768125195276759122426262803381821153884731551","21793213771642813066314331848198784595456774166351688172784288003524742757544","1"],["6957028399148802331795657375096091690535153698456300642796464161968305819537","19616927074447953631617447025332242744396687230799882396390469733154222296597","1"],["3989646464603174820579351849957293175191447972177413123268859313760125107982","14195631246465637671053695505407563100581453822899610043539239042188017086667","1"],["16273880964093176862437053357270427618642221013235050675369177035719624590187","9390757366878449568172384896458384312412656427551532868553854814689240715145","1"],["3073130658198124358291223806964776399562024557380458827068956345887343865158","21657713382815566474195933089446447775942164736072216573011270396324246436665","1"],["14609381944189689433170099421821953368180677090092579792879064280851998328925","14285596029138159925905612979350189274237395066886692216923477765753821300768","1"],["14960973636037894932747204399574127092236400147386107559605502114741387192669","4021557677651223516781708725068138510677278874790008824299128621324501884625","1"],["5112672699380645384897822959843948614723557598713900933141533241066436538241","4595504951234785227136911752696269276630687298128655030301460998984269603912","1"],["14089056674764237262406793330233870984719083495280563771777531358501225530476","12354593111419788579862191704708117024593160325740111607599691809984653456103","1"],["18963346369534282727742623945957316940961674895749982673810788021287532136639","12167707500142614335782305489032017738856109639638442109689905654542022501773","1"],["3761207123995245206428928303862889793972062997861416661241178603702165753211","4609449578160255882993631181491590034968575039205162755022521476924107734429","1"],["14837229267950452462978640383083959749236714575005726350006523812117210214109","13842204742128194220625830600501980081850273066593178268191469929499401414802","1"],["20366654707603478554375005281191540391973131052823910083098211677823841345845","10290321256455023180546367399602624156487834086198090660052083263343414954335","1"],["16106662769743309413925101882937883030463674492068864880318081916019497514952","7667558342097251524308076168239091876920225096859539323927477259376502629958","1"],["5435181796423682491383264912936103556801930358049481208063857957065611787271","11305426645336137451675275539432243392844057319464094848360085210893119180797","1"],["13862550018009772020511613939670812417927215279834341622397090135079054158467","7306089406615244657926217405879969658082026706682958915499537358001821946951","1"],["5594556459219387548119342907991217669324241142351926627190786053208844249233","13449086148877444539575982486443530044061715404535557072893729940551795857052","1"],["3079322229871308133247804358452666080903297185135059114937851606617822685522","12606445210440930555342708918996349540654722728195478967458509194703945569069","1"],["6863131213171340651653297138059930519153381521104855927825955684493143353490","6006591685898245801279375804746294584331721857044048840554829049939824729089","1"],["18898134560172713669613565288450705657559502519279426943906728339886922437401","5894085558444258358349845324442840508842257869853310934080076636390645904446","1"],["16430966787504721662360929434869309547919307457096120428531681047824534652039","6231941800571932758941678977156458172545113426333412386308615570528366951068","1"],["21250790464882711038515302487406687831448483406597665550150530407852741194533","3585659748592083260814313471771990199604007758085044366672926488194368723459","1"],["9107681194621404545466146285627498429996402774040859182701959985718636301272","11093292220791140832060762842497556450023498479177371667329557319974536113497","1"],["2716968217703966654612891305257337769803767007607019817177630627829768656710","618022373050261649748904595710454596614255180874912220090903385225460133353","1"],["3917560969090438352364586897174237881293907337391706977771032030218936307975","19819120305791082922934471149741143058501136043740047776098533224966167333904","1"],["11902376800119430317046661772323426127361870566214054210775752881050234251651","12119200811270325370975074260716457995140632623504552366661941875208217549632","1"],["12766633369467186365355388582989985792518357256381810262077416167745132120573","20308001858525453255676401114335308856539868831444678546369378490648200612113","1"],["2483065476842302596213228910456261096781040888457578176095915933741443224822","1080871437160442851748486966223957909694267353011956766123213706269655381964","1"],["14914669328874340747469350334714486867484073885307213698836536617814547695598","18978922674813984538177832770340648973013884096526729365316442464821133651370","1"],["15586438353672789305527506627958538046291075225936899499619668633200765766436","2813630711448385827806048864090221768361792033443702443271043501536494917924","1"],["15358704038453621314848289566470148842129057807461107232515984277638764346943","21114193161047230119714291595451133937626243167499283586082483345402663372476","1"],["14718894383456094695664135628688309060042940869756102764167954106350189477557","18132315703787004449179459831076013534762787095520757604311107697393030173166","1"],["4084112708282721549336388551931750019180784979063872154366450690396614189346","21293790454071723757901512829086335585693970329504405649020545548396404868160","1"],["19232796376424212536994486598082416991433184909415436699376794589169463633213","13604682435764591366728462241266272227805486782267128728855558519249604404201","1"],["6613299670537828987514855293976380058506571812390403361712442277994287227760","1166543299248236755928290022877131604417721289756142105142341116070068664876","1"],["13079285747319208756255091162181150171552239765882419586806439109730744013974","11958002579797289462296950962318735418178201695956410114002739714198666348176","1"],["2045729656488939515741242842964405288099364303769732412850997795774930835480","8850912950699010349432906319983169579274963966144301300979057775733194419833","1"],["12326656197390884388948611417791841598996314357730253745882812593020934333921","20089633784094603020143882380206372389187298777015986054867324832976231914854","1"],["4635927543030294560036532430743285491969305412257601004081117057641708486623","14118886841912546838141164145673042569966821281911506130804688910446585728705","1"],["3518584717567267264709300800778353651225894930699464871214675504849871892186","1840381719266792335909309999928585150034646129873012282792125336181250693560","1"],["21330762655383182086308475139282880412880876403808835529713503653749362545758","16229859877197572018636936996880029422558681721532053654596386535109648511818","1"],["11973153643474110120485031297868741402412453093081530175222584311149441472665","19535709915852343046921161353328838468781749343941971322887850443280440343155","1"],["18892228560367741194957786518621599018757835103093277879089781128597900182004","16680856915832253242074412615806934645179619173458344797599049289935600425573","1"],["10008968090921673622252216536861323131173702641988919096178170987420044550374","12323210095115245182883484674250683843439224999193344699098107438979371078149","1"],["21608495954588187193559749464831554394644816622638100009034896548621144399104","17950382331013611863417481536268183966526497204331136015663756922728518481324","1"],["21864354264088198506717450388786314232272183678264724114923388445480248809686","18733428611276389387597650607945461212178017335548558299821190688441923771798","1"],["14595504137105281299114866159567265968175209981600409733570718633031188528216","20910574964972530478594280018256791157257596678738812765396666947874596693946","1"],["17264740986859017596639010769371710541842326074242519918032694612457214319591","8683078029452449437025254118568412077800911717143040625529356836173432704821","1"],["3417928706318984860383272861349588035287951969384490337303008578364573728286","9294274331294276277949523901696046761250204269455289851837332864313664599879","1"],["10571840500860685406699151025027339623839010077107589250769613608787293352628","2717841174584615877968791645141300016513764216191332650280724773081328332500","1"],["19979316498511400584939922799788521639110592627560093766650226927004009151410","4295450386720082983457426822162279703388277631240851586707945550940414662266","1"],["16397492919713482752025238261077034135833339040661903830734524534835386863945","21137777846007213484204650023303249920696870525535293154058939882213633888987","1"],["16715958956727319158530358095470193752968027485107450833983213095278592267005","19796820785595110523412493573824659231120354391248513532452130455238501035495","1"],["21490588009381722855863102183152330200377401575216754506319985992167498965151","11519480028658913593050684311381423943993384454537558043440929526139851933247","1"],["7858273051108171351968544131413330051125182949510437528121930410766095340677","19055707530453585694016290663489392959650997482009480625099216967755493089071","1"],["16447788356484333611278939344650573351286456119622286642514817864901509157374","15877427212996493693333590582110997867171715690047257802371128034747835698563","1"],["7520175473573049051543346075136445885572017390620259886278856793596170504138","3683017981767863106715341975090148103177982079253452652373698594471665716227","1"],["5455481822849162726858924224815774336972827712124741283196611924414033133299","21640325427336809227054608734433313127259404703736181516020126237162504276754","1"],["8907179420359528898235984986593757426854883989665529614307764945857111221199","14934101450755361380959768408482619737026742395943489207529358887986066492674","1"],["6991918893125081056447757448455422482062326747521328984139699546701691726392","21375245031713076700484370081598762550717997304136322947523997209468532330242","1"],["20823579012554747990531729601291644417775409920997568253267434206501656417041","14017265311276119260053369991197223770507953734803607516333814222213720907234","1"],["4154982423585523628990996295668557720189805338436958106755235342774738005068","21015391207591546605884883665586721012127978296108950722640711204629989038228","1"],["18239075492497574330820732827687271750733003677443465525368026900714836172977","13144337600413669282589826735247447381853131691948281768795886954929961028955","1"],["11864422500953488523098455317840271564458468312829631688448411311869959091071","14812249438055591886654567528688506877898679910714040868679516004754694094096","1"],["733143857855690323837895836706989425133789881507128456549895322078728211706","6602274509210793117784086732409041176658188502221286348759472938559686524408","1"],["10779912995519317049969578842069712644198971891039874595698034084195419666810","16471549191305504634126938329747405933623495067252326976901270661778179451342","1"],["18386048283784072226271839861511053895326331484985108228170203453164666474286","16099570861673411322651746105708894244570441905282690705216037764034600845097","1"],["3393012250331876387568937486789048597592249937757495204403505771899044017228","9405598166708891839944309391866211029252118790268155316256287051058304604772","1"],["3369662480895027901501974218446107021959740986589476974267035473152477049696","20144307983765799402242001974852024864355138084926692884696798378832635672838","1"],["6054463835332674976245589472449553256665754127526731450743464411538181326730","3555428943159620220417436050536383925204670326750777019005641208580449461071","1"],["16352589904292929909458263074238854919810234908646039984206124930110862202185","10102481929108235388629969433280477568199627208318531739184004914380110789347","1"],["8129501791771915107342571531231653800151048924331735091751518381890964832584","8761115026990799399914666006191135793417555186383298897803780172948728330113","1"],["11543212017390066767720860968178290000244852753401112398766493283293838945621","10139594203603039766201849887822546966837600646658706548304776254175589656841","1"],["19900666828040236660080465076872125726340092820395656190009810671841446784754","11579660979262581721462226556732318590010098078601913121603905691012467027638","1"],["13025235511921144341337495908240511231443764142435354062031465264382614848103","6606685921951915218895221736204871766566132584140322524133623534315934543516","1"],["2640514539470699908459245282089465582730016012378292257346060032670784655012","17219362539084349352468871761680653125289335652625883356212941515875792150311","1"],["13676310379016525016902850928251672179418906209147800217143152686523626451742","11118952531871084231205636984369937544202851494356281539547300567692887345525","1"],["36118706650107080393437305346322494523089180135787022636889944147054384774","15466231843268940139433158936538746486954523553612644587457314810243490815816","1"],["18774293882967432657534446323281266490876468100549254901573183816109704932636","6710756143370255813243687134018262892589756167860956370248185878232882967744","1"],["17602939161834189940735860128148523355047882291525926369911708098527036790337","20175968629560091215590293724950063615859134151834389083347559756775896709355","1"],["13539457365442472015688822135329561548876526326828631485748708565886380429209","18346354555466486799389596138253207946705176268535913650655753682916314109946","1"],["13886402676128212333584074068512802373957553316653364394249757751939900775584","7784324160747593530361262850648564572645776488658382675713510496690363857380","1"],["12764584351908375551390717445129624451708855345915499438722815535378778613938","9317866428612658490289774394042005299243969893539831650918507008007960595837","1"],["14856105184932098724951492374255709320200901287859591904622157087264586973942","11739958682235865683919462104232278482697403521550369054773633040627185014596","1"],["18081604077642278440944754637889982678868458994208677531944040024390803295063","11472755887305280238986341224265158923003531731709833149045255004959841423681","1"],["8361836016917621027710153705343061254872916484484662985722015810625758655278","3652684616963489194037332467698788320821641321207352014566632123157475189211","1"],["11645363148626625979145171246792051487460699179887567983861841087403568165869","7074596326305191644072298494045145847913048933561019362766334929124101612879","1"],["13026398080564485153527154369599896012902007162104213986402899656151284818167","18803980162683535165417408907527565797594447567372037119572225963576221739842","1"],["6231514474699814092533574536771790841281866790495632617801441355457025756660","15718160664441160115209641095832102120868159554620736559817667963116069384624","1"],["10657620031997540123024826364980292871722231383472042060183793296142533695401","474753883263290218098873186700392581347839514849746490403140400664635763573","1"],["21780452784567588337319374239229275912331530663612184272312433259331767613774","20352077779692803115435619463937543435153816147878705944294188076500267764001","1"],["20966196835435816072840345486060367183148873732507369990137486400262097997582","3182220677354924932524237898229494668523367144387366634493219521662602410687","1"],["15110726647654079295450798079237007318333157284300798262328767666904434653916","5690898511029473002311307531213355599916601767924733255903116473780952153406","1"],["16668536517272539491907792890349263490509005612711744297043055586742795801685","17234961187101655171636306677778441974463563022357985411476740360016130603838","1"],["18494319874763658895662697345600603310231784836756596826779511188678807731934","21748710922326046281995747350572368519691306863537369610374435594391111725825","1"],["16326874741634461774896298080028366401968255826568774288018435629562352657929","8893978577882841340790867203526065984373740273710822496928790288958627221130","1"],["6989890560437422962354714568706212849498233527723346899986715352726836899066","17754226031682856227147287655534167787815932429906696147675499313641329437741","1"],["20215027588771820821595765047445675830979846436832207813646911670092383636826","11127390309260308365144411169371896941909579620574347498106337980991082381087","1"],["862526576190794254716815712950598456749855512751775153379312059413926643545","20233430425245611953543492639433349782060568622656669013810963048167318716272","1"],["18783779058190781609413405129508543745351175166519901042582996276240880264492","2936566638708367447937674546794837579603145412419674629900597343196960184081","1"],["12085372462181738415628560315443724256888893075993661610405976718387232920123","13428624300974270626294628562943294834650878984512801916015554953810954570452","1"],["11083741534395170267801610137798142867882258675632240242987576435458786377658","4734693341353841051147163554948030447419941000451093624274573464524121155042","1"],["6642245929888881630057093121135753678223005244636229978012271269594781532543","19908722603447354907951490795727890150629389935322507832552826442217048236001","1"],["18572765666889733249501490139096699227785572850813352269218752619618960912819","5170088084036422920521328628652566504531497427108821604461167821824861773010","1"],["15039596546408095009014971257037519957256933772505075350088239554325822465321","2648978854121429757033038912899394706593104683329742870044934000939796717595","1"],["16204294343441613337972182068582117184838696786638258934954431857825793696119","9042393692142607937411322722516160024771928221131985702649302896147657660382","1"],["10285125581398866616811303544177147904159255680751738311400315964141353536747","2833423723534789778851375613734480480319512217780932004968374530200873101471","1"],["11020646459506857036229166305170513643290599111959362046426434153231592369463","1035160371236160963688827797765678893537115920731108577513857356428071006303","1"],["21858532499891395408054613814359463690418452053305859321703369325415730778690","8309865832936668627130568844538672920844452376989654084377891368933648497186","1"],["6857272295698313857336422272137987298392694214103197721251320545239416019612","10293658150356467670708404043326412475329287848405521259239269465682240359455","1"],["17074176630474799232561365083526498870616167112863101593909146482269442789848","20908808041643735299535157869587767529175670307033469645807342073362240827110","1"],["2884769038410975327510341251382309525984970450801493847234013255138195033398","4705686452611760077410298166071074141380715746827020321018084827707345937995","1"],["2282529613273132857202476170916769061214882527411464924125020253313041368721","18776780203536505111533974447346920460193784335655710314536029519547611652613","1"],["18182108498086782349303895128599860859082577716123776685739353275814518218434","10923151622123902751716224835693818555510904531760409190951563915383996153061","1"],["14910215548657052061774249467936998330452511519324974230770045381586241325952","14019758085194390809438721086238961868054472777678244959638683296726307544654","1"],["11196041379478335438183186422112876529839349756839298994149918490072004015500","9673246512002166721999854328064528093552595828023482971621841324408258266405","1"],["10700350320068970796294288905203736278644627200685102450310395718846219897888","17770320714275740839879134243623567635142236920425856715483099798142878972801","1"],["11023291507757246911874069793486053015829156563598431879994940507534570766407","9592227131105965683534973708618817086507407365766174142141217370755770826429","1"],["17770726868745216700122068714165065643856097340405164265326235492947628626786","10851814778825734496655182123725511426284161883398422831418203065247885749079","1"],["87969226877895283948167566023221745433359721892767185363028613931034399093","20434347123866344389806669674239912169046788130868251194097489707400452971889","1"],["21398626930962096855886252565985752435832343634658941870820477306418614828015","12127176114231995064276061890884608559952620128654472731852078027180138725664","1"],["1694962262135832867364382623277452131063219299279087040273491528844477057920","312687148598268019261092023338323637821169451758728773278206831149190376323","1"],["19669229732792456799993620347988276645153749846831187109613909200209260942977","16078574396435848925895710564887560255442720517297557980567164978181130887262","1"],["5571932614848307734279666402331448862052956550945449718251237497254751474360","1459347906337992572671525935698432148684606261148907658286502463690327058906","1"],["13228771289110466861927913091036523728690556782779992280397834912610875389341","6756314906588022971671303201248590740726178880217123755059279977523362049869","1"],["2496817098847942463731880598123169304579218279966489795617493586374476523155","9422936542048270622893892235861681308445740834677613849241604853627511389421","1"],["8739757304258484587256214414095712935114440606090012639150768533458274754419","4942334462030187266575041881422573472920695864221843764249096399564409355907","1"],["15816704591611984958853655735146029217647301707300670242272132814790062678022","4703299606920639770457413452577604763235250595528129283277923476418730174939","1"],["5618516383050237564649941850239273944845692560799697989627227498672577978476","12862301603514169812747725324479620345159601899016461588464164716312054657378","1"],["4094970204331180190555575155465777856282038655182814997459941630544427100723","1781241463264746020502183590767959449959929786317059419783389675355632529383","1"],["6251640826434599482673646994545276723596701931936381133164755578548117376430","8136155735107434484875350535641091202694778142908255301522040353552165657455","1"],["12925778908740625684405189292252945812564235158838773001844206028500378771431","12143946736679850511622832783053198203916119381225642176854630986352171349208","1"],["5985787777236832437475456293225171222493608767166290881916083122036235396619","20777282372203930041578792824900952050172199565071563528001285561503329520116","1"],["10238057852190638030227525796974314559590121428791147730999505956221424220026","3407743876941445707885864137303503286441572765104811473388791476230439437760","1"],["2419231694703105719291477259658479674691790289574295043088866302328543705703","4296538284131364855521722866674568422077640296261442829305132628090599776042","1"],["17755813523710154526951510423677045925170903439222155704021000054908514747504","1731359621893878495249857293705394756271384958201873415461121033871271114930","1"],["16661227669195378447570010169790977374212436267629440232635500148597923903822","7605313852164892774551503199169708239885846916344350402029725248076039700078","1"],["888939332918171721621878274417047377625586870163732915117236397340984160140","7945016921647208161504132842058667689863308301021624388689954594533462426742","1"],["19483292570416089425338259869353262687506835662850772076789172360499569780121","9443558417789925954745389975979685213416314290631315658267996701412315704358","1"],["15907609197030112936233494341464273205544357555519062965905565285736220019210","8980757136563865076416620802870850982924542407685677105749679203343517146255","1"],["9124402649256818384904888604213650846765435364519861181234263997212008451095","19843478434154654209894725229352207462689700889022573423996789903926084392443","1"],["3807347426257638817759741848963805026569033609680665861350759019096169915079","21386415721691944002435166854618179006066840003803982328287472481520164109207","1"],["11822256205142000098004867116455823902871893302655816362335268101012721120050","13854546368648941325509336621468195264974153996342600100942624749703988754184","1"],["6272482612821181062660409450264621128523199685245747920599321438255228451292","7427344659992643869762243741802601749148194760991473858812514409267741248218","1"],["4758973222758665973740682424051424226918288841622643609107873945978840717505","13155796727551013140676220705331112838895138095807256327785146844544588488518","1"],["5726389332786953774136552249996103851502951824798029435890544300447012151411","4322791432413365647127298408581243367846413459451909730993875752479966360558","1"],["8578164269213010375583976204396734725830932172899894121176438113363985039829","3718900743304232619637744160892803235921425250052142568489765355305642726","1"],["15951814650292926317578264970567386271134325989631735476102718294810283143060","742342720637101941978829912885852511400458995116638649871231847714761133244","1"],["17578488245821840275681369025473880776740154401930931019851143799591989904963","4027777439652045730695772193144732660101439831823285518032705714528942746054","1"],["1336807555990249242387468034125021674969693620858406869192903561089203055984","17333094824794742171011011509353067510174007878303856225476667087489609129404","1"],["2337429351209574346252423991171555568585466644948618038243722141375408429488","4307017509437718180513800991838784554884907300382093711413380847327073110979","1"],["2412948461035889939850924998293608701319946441109781687658837082333000331539","5437348851572561540567955881790956797785439276330200667435615430786241307123","1"],["9323996874590691050685527905092553342428259988411385460135988859002978238973","14863504291032840810143194757988759236147309547729295730206677849357610468767","1"],["11628812560585763179681693455258598039305404540728542880339966629626277652900","15999912403033609410393928564814410044340954501546405619661733708096718347028","1"],["3759869722543870704749764251642959234520850740073123986434730358538564274614","18153503850312455828422485622038512248994026753329370500474977237796143576170","1"],["20525338154441158546168671999437350350207390054435036518365532046574210828311","16821434319308472122126252592744131535342243698519800021552471327741179811845","1"],["10700170969039708827856098897625900581657537842901905590712335873837534194712","6693425375440237488210344502153625516411826819257194012085942542815846753425","1"],["2480282153752685913798292083029505663230923586827599548399785831125744471900","820114055816784282416581241085727507796852026708489833220008985787790948590","1"],["14893379529688258357213698044708712434050520186847404252222494611565341769439","17788933619262607430148966015306438430549511884581748986956362188348179758897","1"],["6901497191115493629262692995037160570939331490115777887270840915934371957244","19224389022408417614744735199067327375561106769138366355679907119226922205399","1"],["1755861062151121440458179382513415206204722749774441813725363748592011317934","19514417279891627730265808043416253662236793117586718721810726968135733963693","1"],["9320023747462548279271605629622052771866893229513411024029796995145501690078","6443600853589791389681017103394218686397980313461692671709730656240524247080","1"],["4703891770764341465082165815774902546008487233826369628607103922039942633461","15060088954712939442052146115583625210073105417750165185839785992742176780866","1"],["13019131265674537018030640529882689129090157977127233696146513995113882966098","514527867262352823377360669232382953328135652559229813034019103814258455311","1"],["645025204815901843360899515100077183870656475925112478184692989996581278448","9221335967412059246594393109938877186904996339722448387521248960102358208289","1"],["12146831850686508673064710369751130238881345323253131170803383461068720450325","11691126101897590826337657942655691071203162626518582184408194775856723896249","1"],["11496340375696330492197621927490747922489404166007445878015602477579319492878","6375976441038078048019907545766965727257377921111622692956163217324538776052","1"],["15063490179939193477183891949062441322144111878843891165370581939076775076248","10546208833872346126479823684939401084229414232202452258205595843913208138725","1"],["7320920017272452096047766751489252274420158674442935741606905948159037999829","1615966454341956579436029777390398429972037465085396946860965588433841638078","1"],["1267554468411647243533013208515934755749178445385006324948276666007325837767","10329208018283273978824612007529416148017995053741497641026776215049185167017","1"],["9463557086266816941256622351800738597575033590339042206806367710928941409774","8008629910547137435798697180348277981007294531115608782172717636914930207480","1"],["1015869619286328488103781424301704750906999683501165497651887725634103117710","12750610763813696032260271554278276462296836274698906054608923126204523467897","1"],["4226872833849158692747727901304545738074645081054619677954924033321555558857","5931274440494975379183189620957801925761540985943671095306526786211240491818","1"],["19525010075683510299761181001414214931264451340722042611078763279585715549364","9393264644016362335337596906192794781915427868553648762419116103550461085141","1"],["3664426190751459802050350991806222795755302755903745767934742513526303003315","9256573693710887727406025918254082862011402679239681374003599547258121886330","1"],["20416080789456022540633349111498106861543306817252404056204972788262546875489","8636667407636608154806028749654611441320207264074691757004796780809966650638","1"],["18704350988809447794497571918731136482526617660738220409652042289435535023074","13626060906808082812537327992056726661784324066621638993617658807672732716709","1"],["15227826215161706778215169569091994862578835200360261472472054414237296206312","5246107905756457489155399822630044182874031513711009956695362499666068655683","1"],["228253616928201575593533152612690586756937392191118427847632214536956375256","9155135244697905850595563598676053835048198376979054902766280237794386756845","1"],["2746864816474553163828249850377002125723303193523230990700424884482336630153","3823737822510443695748226163799992728548499065341007047370845871869619546822","1"],["3996564111369386340489996758934493873234749255018321277727522833078916885214","18573524843487700629748939603601344196973318914315982435261479855675496535043","1"],["7625732971749255478278230959558656622467489219095009919517749869440761218170","15849039709242179794004947139273123626554193558747084179386894440913708419781","1"],["8729991361558607406591285595307109704615590981381078005769783210653811725442","16148381212160802200208991885585476932067258370685372828170275020954087239336","1"],["9681562020324963895215647736851268057012773480742694823307306553327627517774","18104158383354105238156318490092415090636863234172172281355329238435726443638","1"],["17154123395803615718781986338026778405790334442249760608601528106646808849607","5742805039934919126698130482879377492923121265214088117968564222197368014115","1"],["20590819854230001280748716088891998806689505088094091865066212713866230102056","16678947724517202364181439910429743666320961044803106273647480458832960360675","1"],["17171206373860918353431425876962117954352196005192058338550599300678169352825","5599326940987644530414675688946717308620603274071347738527820448314475242918","1"],["10057148697692550392148458637580450543159693631959626845742630578680228264658","12504203754664121454780502935739564374303045622893635204583370484273914011453","1"],["7611402121518223370855941508958209384933822568089265288077519623127380929936","15634345148998211110517131634857608042551939955081933530050466838505037866368","1"],["346194287380967771977494378320807388414478117635504226324516435499377035640","3716686206680053866362197984237722846632819744869785039828290775646645484169","1"],["13440094897564918114944363368679871776528845438478679056597525207032186402817","16557657725094441441081537577703054652035353692311347533441748398099947998764","1"],["5406385019537067794694271778708522567236797392642082595065217626532359040682","3771844083906396836144937076023155742396174640705136866963342222221344445869","1"],["21188950955235823195743683245604039548756440456280892526707911520930699231993","13881262392351235083949597315568520573666733489843777791930423165274598632398","1"],["10286116736859905885665372390991830970246725116660264535221274578197421782836","16022022523308312318781195345742061092876075417396083159195446150584231504364","1"],["12764239470205465921961224673756553134791837012953640522096775826028553393295","6712393118246985747272551638644513597826297263646048253893482423640249945486","1"],["10684630144574091756304473431942141965262830718235850459692065466933049735113","18599704087080162858937630623848738432128466647244500654606113868639507661213","1"],["6733487497776302522208387995774279192111091429677937441873132456021496473518","5212682023103104917257225014981864490454120151961669062546857108594986946317","1"],["10402971058162073540344939706676912922708945079776798756873276061821285183527","18684613484104457654239976071958384662721964479246809971259188513119141467232","1"],["2296097197028846772841086840882735399039955708556150333480330630747528908335","15912848913075369900653695599442914638066348419758373944467088103212197797385","1"],["13082504274673893248934566751318452023698446437494700934797335454196756360368","8958395133838479659131647092592454296077833684367534276691911144325193743086","1"],["2946827951094346678879164861479667535453856688414556677657183673780687135695","7545892553666113756646528213262543149550412470383162648478611793641297088098","1"],["10316767526258752064490215065893143993371861071736520146056006536109955299169","4530990418517134485582837401093453822448530942108605704314374428008585179939","1"],["3054216015041794636545972577618123045086032629489678135259469014778479487498","9508498945680595499343118316361539534883903221562539973143734818702458193815","1"],["16133952420380420155083226508417683942378486900667964910837951553143128715257","18793704530340080046614016015668458614810217625511023995620638856176046249929","1"],["6718075516662306184845120590748840301949322298220945374314635199028905181654","19711987674003789636704758455148978630581019824191282167442279311187466646701","1"],["9943628608766661953280427458675791698731302135624559714160581352093751113379","6583754873666893392971956034583635916496858266952114442177137566164837718658","1"],["4812740448705931954440623575639378949073259872336769412363170598961685635515","21172463457469397707593004295214807188411341132750576389166542820117698297388","1"],["14167609857256605922854494215060565900786850675969402708330660249034418099381","1208765890950045125121156456020092728032985655899885250889272741762486414526","1"],["17049861936952052581300025422617425053090001881309497735316587931561609895496","12747432427227150661853190411914669264162424445846075430055208972725555151900","1"],["5265143792502997894471168842260076206451871413407604830183914831543827301745","5159234238833278837950797529008130707034894003178979779757276062915648542563","1"],["3722271729675379572145671715335447780724106135272023751021145271479903303173","10335904662689087355663986257773131744361526820407327876197682935737450446995","1"],["15726777168639166454097289101598133925377619080112943229436207324850508508983","17025435033099431069548524443779743744760114338358423566213644928143685837900","1"],["1142133898754452766538119743110808956519644324209007517599872840236366302675","21327938241905684060154956485729725100483088971521094892936759413716595388516","1"],["18367193438401660441284679135588497318124171709068060929994604467063196615410","21475287870138187954893504798860028057033805723594821517025079027645037265432","1"],["21583482575642454489017871623139204205299493486310846182375199342187824017617","2573885380791498171293804114077744006683000265602894848717540990449331203482","1"],["13370179235849415959151844251030444883679422152594393751364740288236617615251","10874655236061672408244040419385920708101050039619162988318578609487392662264","1"],["9182911966405246884943646881302754268134451606661354649232313741732912075211","20879350982887466542603655376667029707506635914749107233001564247512951339858","1"],["14079836964957712088021941797707789460046260574904055003867589722544214370132","21403687258237161737022711411302017777403040481784196461155686447854485681487","1"],["13204856086316145616336021680066833700780907210729910061089671710538023215090","17014018039820362166343247042080439104758261150046609442995312953443543236291","1"],["10249280903913970338836366719703309019366057825445118753134906668973171087423","17026801310422728621400111946110598284049522808924235102958450503044663538100","1"],["19499881801311299812484389392228963548449525433274971364593804773637636636899","13832016261538776887253674987405459034192605038090095215177779367373867709003","1"],["8801011998583578022756095117844329422355748588130753839769736151038207985766","17950587749763814260853525467787305922342559718236711944957045341727113381474","1"],["11099533977322936682106749915249166610620849988046558118680143623602758009644","9110620968887383158606329887643242263133687719623028168328377967543431921956","1"],["18052576003607247969531370178002760101314010954999508986638555024352472978166","17593027816605521958456373338098910268524490851787089328499286374316153917728","1"],["1142932490310099713474299357808275860938479339336426835574542777777111813451","17731154835097068838155283126331050920401476662094710093898769014710396024562","1"],["1735893998847956872483293398975330590632451802898071671264229634803363584156","13550787369928846293237692092650669499045634563650012625164075968289183232728","1"],["9301921055836246796087883182183674305116868778164772801757406331982633231529","10726216889029132046359854488124544815373000638971968720608347805024968776237","1"],["1087254685829612638022226695731431573436606680593926213106161473427642657153","5178852714684413313846421703849149084949844126336133249484558373528379416186","1"],["12693681575981420553040384814049662893991751675107553919821237273446681349639","4330339964759682171586187392747844795215864261982835514556099538714876711650","1"],["12935027840977064761700566389573930708749951168826445825875579728330187829519","8759810624912675081981574539210731599640935919872653050425890778568265146335","1"],["4662493990980108407017064358672733298592163180486349995651625738577151268798","2312005173697291599526213849054143896283602851447141426120922130486541638939","1"],["18583974510148725768823863425119066554322233099616419386800226622020868068630","358954868712381037837024302167111448943217193658572794427153707302787631001","1"],["7271383312196107603048213351402874775114773871912837702793883110605871308982","14566831069500884899358391582154104476896770613873609085308803015732537821268","1"],["20524469708427266432875857828217283996027748681614970151968482101862458539340","5372668673712293915240857721264509596898215288146349860337337696494059708008","1"],["15539019873768404787063285619114415768822624745311845259692020389698700139482","1953956644885079131246219577035841553473904701869254343706649775675771245706","1"],["11804930279849083233928513832473205746674804925529084323308317396995432877616","1364608701433062295697029783264081676169155690309041941249590912148048697484","1"],["20757472291188376190294160255998738219342049058864695405120535460416359206528","3883408723217280484255215873953741042949837414127211302002935793026008556320","1"],["16069439788329664980200306336548847452371404164047400261791307156788953325296","11182477882389537197164244620812003724696665395062728754362622102548107926423","1"],["21807478120452767331757715921705768849970372422786865595697601632434589303362","13297935607122440788394921678977301408454888208550305448494098696021464380746","1"],["12510820410637263144913363945881692145954656679151794879861539553949403881723","13083445765504461846795634440501453243883787976893696252850484987131959926298","1"],["6775810268076178760679810079189456695631075355343564474053746101458805306701","7114952169010915482849975793348994559518350892300846440427517865703961503156","1"],["11854767278033220164844943472137894862091054838709543905279906677442769144505","4809342105337561116303454358935929086078555991439526145064425190248400546490","1"],["13992030824662915829020801298192926272964909786241130714803645909644507018794","14835345436690919897416413394032281230774472259388140335767979098464948518110","1"],["14919314067314685877683229126494597416172612556674320267912078557723536844403","184689387374188098476473786120362762740071406723294696794409021698692392900","1"],["12567579274651707923206234543004483169519893161810856248851200648802125864750","265089762812417709017092871032866217387960056646704128666084365412833440373","1"],["10801088770390089728705427435300435947698723878818142130681376939600303898485","12118798094426839127953409098491311705014614522421903785458992620588388639410","1"],["11088186077360836937874832011987087169542694223381776935341974010496253265168","363097917952745934223312127885765761668728700865388444176632583705097990610","1"],["18668811007181145728531411900691055539956754417261173128295273522994080337717","15131595519607865946624862992154026727485286509157657492246315466418239227606","1"],["3039544539272707027189563316037887840841525670671313229819608332075596433436","12123897819127090689393575888009708162041644780518641926191262885214060227160","1"],["21609413473838646976232027430064928911004462153382616870663686453934635625916","34561440295871937408241321684162214008269702053931351408927214047452026094","1"],["20678124645233151613825071582958181280860435380884745043025181942874185949405","6046399410333047572012469021868081595621880699504324921363800749735994073686","1"],["9302241638764669507652457256992464759090232826278884241703112353787775319238","208225919264563105865045763338704617752562502398684125780267394201310578780","1"],["7572469644355499540204269986304183778922490783801179179021356219135801311786","6905231751178810837841184433964469524495095172104683526766000512546039035796","1"],["1299442115897505463331918379659874819006350741285630303605721288214005417568","9419127982150752735120744220116395135869277102655998892424132854290415152973","1"],["19202038442928300051585830157861030892704068383034019181803584198621597793894","20891926289464501135406818734971386128319357185526223196840355839977176556559","1"],["19398601430367236289177925024204914665782529301378936175165887915280944215606","15971780495049657987256921794322883381363119532177288287486574279256492879810","1"],["9909997541988383894348084267272203126141247510748592285607465812468240453411","13347555356074124482430080770202189860258971299617480870983191519384346510994","1"],["21081928172639837142641708855496326099591111616277164710273094068068788657095","14727433550015157789959558203029603869743791303373002269953281582095312823993","1"],["8764080054828938212890766747053200274792107880383685073104231289842731275977","4411325520182560999292439159261730117751385653551468987253146841620704552698","1"],["3368117124354100246548069553970345359061356194581499568411640144594152885428","8891554426765061161172457586841813085123605947090794001692920937191387741785","1"],["2304945823051075777901442456828892479267818758741715245868053625061907635073","18950791372606557036151533022528809136367025802760131689574313051775828611142","1"],["17177082398985536633656432277444460346528957078142736861928012447592002571417","14766349364070290069003303745877571364931613840536069989461058811272773900264","1"],["4237618527626228536726727764084119295183597269461241713411044343904428428234","19226171883365489367342319977004351882473721261343427997798110926890965008553","1"],["21695133940094548766312954843831376435106769919776735811409526216726983353153","3577574381682704098421858418350128466083130254166249307477453104252350387030","1"],["4097700558012564271774483291818010864719316448436620128095687795330004715906","8260323055306754417056609420928594316762384483238112733133595576854224280753","1"],["20845208432345983743767117733262925740323051467275420689510448750154012691498","18056429525589086308325243601580258088710751679581806307064607536230585035986","1"],["1122151374300270879690604100925408666241230682128814171349808819536738620709","19339424592851691605147797082133713160944816910884648747890747614631545659045","1"],["3511411897873086347186919479291920049893319847467030526949932916588246068655","8758416489243275451846436867735664483837454883854425989208078261122768163937","1"],["19209476709381207703868643390601454057593240818271189752664985035333188829312","9366933901640044118533341375979498882165156083535362956940843695727568056341","1"],["16111945237141488823091434581356260823808281537163819210575987081415678080871","15565106714552951363051080189384453321399049851063878251288737620870197338631","1"],["12971089798233082462899474481995442861057628802301429821261321699460077172718","2365120009062539720581531190657556638846832871846021611769125480153482092097","1"],["9106071083501095321701364263418489105432553887012084451647979820715915056916","13792561225472773589916066860265548539421636043353441821775546811446368399835","1"],["6359193862431928397225601182271984066445804412534683731540567492223434225452","20220655405447475188681929238208574664621310706467744552707156861384998086990","1"],["20554420608522376344204725386167018943705905630896521738166135172149871892172","11399469658621790993741309595212357565980270863872268012984868232157311311003","1"],["18959323104150151599948769849735379456645120614661328777675718011451624215138","4907103841489147819815640752013268813975715540719395885705359686824343272618","1"],["4873218004843679646270466240339334415179559453408619638261035049833175735844","1813335330880414092262593034546869637247985932268864552606545983120108934178","1"],["19722264501977262569666051862658973639816071827754020591389291527794661661053","19101027366235606604383728443502767597694657239117125199917044677124142181701","1"],["1492406816899359485453386299798191647482281342727711986805857560351158759257","13801459147271937080267156154874605311498945047585900260623914723972364830454","1"],["17745572801981875233383695408797826246696807522007903428453155879335472535420","692563462462554128950924602853627898924638544247521324343044173018455152166","1"],["16322785565747935047659649025061849108361103835808555235002297149737518819770","14452837808283858706452180773746862973108380290093663983085666518934838951688","1"],["4943867564855606226914375994336986131666816624131299467967049120407231514936","1396658317637566075300397972314410383496161348628992044265231333559479780248","1"],["20646247659298708731326004081469100479679593133916563572278645874815896276750","11041873072861755834813329658658656811371076304086286645763618988374859614568","1"],["4251984504114588379564037993910190963244398549334012161438232356392000518878","8576043723157564189038078581751889456689496394024096746656249932713731322268","1"],["2597486997795481204426118341216731438472887898501886610802074658811078148061","1681954482402698752426776848199677964077536012411928144472196545972148865078","1"],["4683886730185679101660694571133206468201493964061288679675230690328144400608","10541316803878973995787254037758354470857751640998357706053734808915530613584","1"],["14606724821647905136570871799545940845978562426740970117384308855753822106685","5444901007293123907150085604630474310439447740270850154460345939247130700879","1"],["19749403179055666973023173510926995467535512951209923059668454031669634963884","13833712835831435234320249467917002388347448810356120272024660979077594212424","1"],["14399924131636615290336026037896091543772893141265574140457752238270861562976","17522970187216360751869749235612816827484354769271281663463210403022631758682","1"],["9429130015837237889328788994177694813546193182578403714863060183989845653654","20135291290755555537649773632895837683670658552775061264739747280090660196322","1"],["13328717340023041030050118137399112778013668737439129669692941285616296203314","3603932978778392180163887274643238155818032841261000790456940461537052949317","1"],["3703197903545524417983937023160488657715633649222456064345010097625839450217","16212627413912354002627671887568670093034961137997203151280071066374527916504","1"],["11971155475442145645900052943974433265140187209071898274744689465439485312475","18977886507314105723794083838615962412672736764357496761199916783843665121436","1"],["935917499768744307042068278870533644473635574208756237725718637890241912005","105912146447906362135236619364426676685100842545276819346669010062462403345","1"],["11064679190214118551704409181358531689390127846094945247527045085569418749666","3395081814202611448058010073688672061744801117352172092019268394779078404105","1"],["9785689142239847778138507127646797090627669306800731130249599936397943757096","1658282995105951162088457021254167218241138083580217168454976986328746442808","1"],["15575188370198504599042160279891159145996608170226811496650602652970190031384","7398571865704443144420656671094011976864940549811911248957406425655976706035","1"],["5070977258699320381505059081377584883688757557793701184891332373219470770022","14406595329682180947994837487086076314535798206340100549176779459684992621905","1"],["13589828934397474350206466331741438601356861620024635626649382450593861347771","20259855302145002385671276976862384444659060532716245186535797743096904717973","1"],["14834481274723536601142711037808949370071743882544925522703919733226671908029","20683620254355622623386441496384611032365172050076336117385707400150838233615","1"],["3331765851719444792260851073906254135508328652437883879660395978937492368921","2488293739973823227638762358197420589876188729378999685375522159123169740357","1"],["18931489561898167367832404058932175346647067582186880250605076574323194362824","21819769046773477395327461787497946900298550346954893568431745757365586266482","1"],["15775050940836299123117621963859254057449850096191279283465541169084791483370","16648051963650076366725883171243590473470178491023644244808142289444020948099","1"],["9052470876534019710043796932210297453483744651377722188927206555778659886192","13517769609441974936523374550172896742721433636151939220718174136480255411363","1"],["1370537274517720428732350280166456247615062749091688165468068670224090085295","432969282710957041854263561528423201616113548734357042324939933134214686162","1"],["8783947132450163018451499722212960737196982040135849295907256578812936606830","1097989027631457517584723743988028990176194730535918358312238003030198692737","1"],["1020994462401686803941955528327039657219632708357180650797518283255186463733","2995842881358331554318630653522612195100823194924492784014481421962678922909","1"],["20793123636305112082353225486492967383892693196274817520838245776159280241524","9395383136627742009890156109110925735828127335044913000536181868948893795592","1"],["3628545801872122628459765488129986658420774943232893487445263486633162595743","17938058864271925428712809890150244148374690838789911719973190625531961918720","1"],["466451146434976368041067430952092805484529793648592892240088060321739284204","21177835071978934534056893690460363967252391041916958418455800440817248891950","1"],["214321946375879663258657033906933055182777325503921909456789742304042947290","1328147943690361777416266704963523533451182978521475536693013330231428612513","1"],["7445509521294445256783924575489923536058487290791086756126499678594991328745","13569454999883653976106369018630333835129214483707774978164403850667420842549","1"],["6411765968663629961224428046597316299623610328451477058100630569048837316530","18382521009384521978689807438196316379784258476746296331362087562774621973553","1"],["12472229747220920674040950818006959205348787695214606658744524212112465149573","11572645760874286039266409090858407122132066816552441739131298363707666563203","1"],["2037993588310764168918271816012249579417141250426212286678525257258430135516","8324043413984137411041754742610496716016005559723314051280829509101342338387","1"],["7833307783551723597398351819195694846937742281687989339116929381326745424393","4740603883865094266987631577780732867148187699275308901518754268377966018371","1"],["5242762433298463127106342841897623246105212839884808365218878829727126013302","9645646579529146209774453786724627642309856062779598918795670182067799050095","1"],["13999535163929656925122214887820250066773169135959991641916978732836719352580","21037066677820940690084161011988788111710064114184513020564104764000902439976","1"],["14154186700320507563947063097993078637932567534649189226230907791292945472738","20540070405279589099595929742578632116602812268656230542129517123000466553980","1"],["16575155204564728529010997005100535190043538679010026249088373773711453958752","1195053424264823842479875239327023656307397603922489728138115215133922653156","1"],["8125749584281182539438973487217324280905645300464173502417993480924356152907","8421537621726465146538496573389079729826649797642328647109193656445721805239","1"],["17605807182139986938103850632627783680677019645125758833463620619623016670038","4373864271554924437610978229308392784362230928204938100034201736330466525228","1"],["9600728909268811173538117533619759483921714234755807301177133107277043855854","21052121692269884726432316827994540029416349367768362749402720992565548648151","1"],["18348870490625542590793409354331536890761060671318313391581895687443506956805","1924210896812904700741579813837950130473648526773456096711727826413041699049","1"],["3798202682179912696462191678527856298495851652237540580076706515012121390231","3516212982137328175779312169826478662429758668361161723434386762055838463086","1"],["4754260871939867254030932956272947308101608838851083062481186621166722539906","15319996821322621957187275418877950945293625245872715457785010944142392407540","1"],["2017988505726814243401605693254295556308241152026236752722481361127859255878","19600462530915336307029922745460250047586488568374921992426520114931608377749","1"],["7632535783912792592020681948157295198682058250273784123786425451199913469755","7694019584614073257686090286110157995936237832371658111181245891730339706336","1"],["9483086468874041764588057612316060664167972980107810200299399169054132275113","16643595452663338686904616873459404765283315079267860438815169802738591485360","1"],["19447701269340311222456925990229215970756142333168411692913345683135074139392","16964882613159337537405260560721115055040913649864168024716133700877143089756","1"],["21337347236856372678215563403355668692449297865989546620418193409348041636714","17312907404570307664725466287887301007025126137667813945560575917841808353653","1"],["342849454492020106144981021819925505027855681547759800003286052221552750247","931789403474128980820710903137228537387820921707556690563204619940069508184","1"],["14809227931724610652102031030830310402581730390170619919939497197174437127881","19620911824757648755641567860957664395218991619388776480076138098790491459616","1"],["10800795478550057925308515914033276511800080332328640994641434576565920375541","1297798836847800297874773441421917440935736866450945400020021705105179802651","1"],["659051678737830377293903914488338750750090820842742872928657342531917024471","507812079956679774655770553709435828114898376823439423566255285470912923000","1"],["4578555280984998013166849785916925624206550798152903299452001087883009545647","7169300052893367371655573008542122886056814006621841938305275810833581737936","1"],["3122698445071534929960625066447414351267399962930223724822618348688861918735","9387209097134441077007326429317742740208498059137334836402190366511685349315","1"],["2852070013174398067982926630597528326133324187105884070519654086957482768103","10678067179870840707760606917085290994780350326248373462972313742335834545152","1"],["11471194277934005833075323489617314258537440363137332253199132435259282815045","14007951979092378345675685149092629354857927799863223410727180560418864532731","1"],["400294074366296219519974145831124716092188931866413657488881469448204945831","2404626404119488423208608302999831727574437929863698229718190357230896627235","1"],["19711996093738110289135201812039287403628876743518936456352621026248218077414","6860056678659447295481442064275844065054275079160060950078950918487972536017","1"],["21283630666278870949795706117186328937426062136253572538205196224547614561155","20469305668769018323565558742677108410431144709650770827679054374664232043385","1"],["14268000651498182472393446407482985715739256447545464865154185288896725425076","934058318495402811313712863874556693911118285369313932851290881297812663860","1"],["2042309383034583138099230851097114536537369023824369045273783658427456430582","13057175047978928019059929861249873400652563172829753413215931628838866703432","1"],["577078999301749421381202001420194352825177994941932232251624133100086031051","19645576023507453215537908409234334492618541150862186794489149275947915218743","1"],["20009745109180869628271927513849753327357248776628730645304248185570560978998","120402303971079662783897145350905220429659013418384327254093110619494628216","1"],["12017049803269623305256757585521075256903369380050822417144339249795333896122","3049960728249012059965106114676066049869635976226731033463952263503563266816","1"],["18679126965303492672258798494257220135389598145898489535519748103896336770367","8254530302244491313225116361568099934146684209675205715283234956607066089541","1"],["1589510997786802452328780368794609690971748346994007515591087432299723297841","6519087102060162506793624226084700851985900580357726109778689461569705125066","1"],["12197501615220225534526390177480397504284899110137747670208346040923601264260","457336658857190321686749844262689900779247685526201515861456748760822683896","1"],["3078686726426938568961121258867831858314426203657002280949171944150950962754","17205984503879174551283048085125223156869490086314864698988789790135917049715","1"],["9559477513127881332502845094298298795407347708708587489822997954560713212879","12876658111619351722251036826124669985003560418561415328264491913307231105442","1"],["6736327673079898228717924516328067204789573347450054860408864173016321052475","10865087803488159040570236247913554830539781117769849323418903830938774218841","1"],["16613499951944006727384751478994524650978345070151258427650461233918464260387","13352014797900077435890529108876408530174096138212352320555771740051665323835","1"],["14797823905821831568252444018021079281789853297956466036655949917356118642580","11803851132958002230087781388044077873270948453288331546533123136983173175613","1"],["13427346587728098502393354122999007989880451516336233843596131608149896542496","2322031342819322896183980189363029642071684794748877267987705786080238426991","1"],["14031430608671915882934068432476941454965990965669303564077176019372921519298","15442712806410546463393720445148444033860865266683637307825942694942151391093","1"],["8863821417615890894181270007593429847730066625777230834568581215180638305645","16427755079513109873936228870748212178999535429999314690074101322771680634037","1"],["4316959351811180025738864321732532921177026150879364113144616616860318263943","14193666665998291205913756174895304142235640017817783452632205825647951702906","1"],["1050613192440313493736208885530505884569005476320183124040608814779197557956","9555943052553660413702028872036750612133893602469447519820400443292985990002","1"],["19007226020257555009166949506672036547694632378326638033438875930485976994536","2225373719690806856730081551782093584184229325870088553458553948192090314959","1"],["5634485607681843217554279969576931966136244887224110187978317257147783842067","9606588038277094606000091160985466849320818470696202276022166767181242575006","1"],["19862546920935750120892901548979533152223777623892930135105950953902760656593","3655634460694199422693919332627315519671739895401480145620125481646939659429","1"],["13217839156421527962301891486342887935121363923650024196542004193077414106697","9182482380673964617789744461523721984418411585344035549646280321093539505418","1"],["7567872163257173933653327342826026864287310473922388311769466499466760864225","3515944692561264868232412240367011061484947280049130230311270884679115147128","1"],["6401054283748009126277148106954942703962372519279746607965205926150822032834","16220694874916012899712475612128127377553972258339334338088922240361091854168","1"],["13760056549969081406384717025933442561182676884174246636595315492483071315775","3389786910468570718722264673252217987000790294282084444697618352895005227981","1"],["21695188086679221315345806472255028614407420576161655656622332176282958714765","7812860619889327610055940048053820294744410918592330463463294550254425512922","1"],["11883630288741149770943136785745275003472920831182138475902219452745762306319","2037969271721245565726347222581723666582578777998383993037378700666154523208","1"],["12095104884599242819772088251254916880847314715409621750982826366359475303306","13367085477827337021235103161755349056793361154955468411210501792401865574574","1"],["5605916605512639399414023220263206131014878501320435631931225474223677224448","14730877634342101973242541995002028273953564145629550696676692143374406219665","1"],["3249259341528530100170127289732670056267196264473861863905194423403206954619","14630572893094406144392536733033310012950961531805434048183928034341000948603","1"],["12246924933773592036438359490389986465583855171577846297836383294787606685601","16460749696605008193772768085100758959652316638788534837545955391489667928942","1"],["13038197554240801812944877021027276055988332948189447459041611835856819951826","10089251654731287903211652980998261949397122307092130528384062419164001558798","1"],["2369582475177886234030403362911545210081411694978367066205688376436871381193","12042929489317554859331348717848685259359944084115324149107165352029995233187","1"],["8981064599759845298212940197783966325824520071712026226043834984190626865056","2939365011992996827058181640667315034914690055959014016963410394446534527666","1"],["414972201673425217694446047455792335817068618030816794457455075535330471098","12941646956119289244956021849852831692976899301559150211655183212833019739368","1"],["8657757113184033904653775362240328243468225345159970156092746661373599049726","20182854747315073028419217797700811798441970313222217098586021425611262536571","1"],["6638160113394349808658391750819059937742432484788454854048628790012420427411","16471209897638210282657312621889369901967841819313687255798275324619921835234","1"],["14367167379925168036196680958106279687712694121694908689752489565800595981498","411872353744287672069565942026792559037294740192756474086546611489264725499","1"],["15301124947208088819073979045579038220413617924324021255971161857184420220658","5889964512247090555832315538353421354234646547580491556676743761681189820637","1"],["13562326694484336897331844163346995421855995351490798017194924199250304635184","4123798490499873426386382869694214043242575731874318240904494975033141986606","1"],["5587614923062500236118913409916285001325052403311567049912809119642459417777","11975795245342662844355020154887258438655728377334612311657960874564976632150","1"],["4741877842768885991858334671257948544095020638205946334841738307672080562442","6898987843760683713298562995469545494251795119745096843324719508323382836882","1"],["17556929864285488626048915140939967113643740950136303111455966233749333428162","1792545772102336625705777347158859978342477127893447447387171283181152272798","1"],["1371016008130931343702585060670846029321089214527798802734233762550710852289","17194513931972822927490062536073177375143412185155857949747614256960997033872","1"],["17954591487432331689211920650834582930423148721907851998405870641035919467232","7791677672075668608129182331478650106081652210421731216026229347784487679751","1"],["1872395836777003023941078260234522402233195615614987051675380187779231523783","19405130801013760813771014084023088349483205334761408489168345511951935711391","1"],["17695634787382751115372422402095803176189356260232556619634606714022576667221","754655746576994298162357620353765694158271605836794323262728675717732655428","1"],["2593744832923247681383557318830114270823816537964484667164177587045007552609","668892629025790439512042693711711692180454386664911056401092134905155949101","1"],["14388605959165742523971968578877532897501673099634680973863598148446256611961","10297852254896095885839387405204762449318459373027582647221164404286865707773","1"],["16911614979133623318816964200677224213863924619217687337822033706242053692424","10587284447511155505562686784176188104548652793964168380330296452965225835684","1"],["2941738515396394455533426735004542544748185533880092389277561238856677715053","5632598587904636260402358944034955877002810049684928735124603002283209174541","1"],["5315794663547789408194553626148252129605107068180932310423117645214407355440","17919511085114363114486268898630526171115043746568384143531155303864774954106","1"],["10044379407486648449326801559424785421487989287934997744846363980042086639157","21802151117792802484504680436432825562623091480099332443023414650051477299662","1"],["7347884272963439199277096742218754266262303205269589005813875305978037262066","1581843931034360824927274339860352861065259419201854541783711799888809318216","1"],["10783132213253137486066703579644766368785339108810292245209668756027487950069","6048529075647590240593905105339489085427432692499141043534645551123212031717","1"],["12220240540600516833739848911729681794635816776857423278157096563356520047912","8012882391688000098843808418587345232682925777467745406946286831656396800774","1"],["15910021435591963838738169930976523559544310447538232818301674488115493690746","1495615574360675882708019965566685873247430430671040640832409001187498535038","1"],["20451490571913583328222303239323464850484500535195459660599151563708532553284","4160335786169789363513382673177150384665982697235034059054309094997591024182","1"],["3809979606305336497711611333319012285601813828825453314691902812938829806614","9931496608887931358463390860755570764323821600810849261103206973817188840293","1"],["4178054154411004032112515621130434486183141245455885388803251774756847087949","6344535293299605518126274270689377173312734999337001782141304429856560258335","1"],["1204467182613943828140499919439930970011608207526993626748106677662358036847","17174901193591569860909173451470934501477287996437484777517480978972712068394","1"],["14486738411767658769037793019003721509375774273070956242438941685236851524780","21660821614137517487662965993165269246254686208204871631210130163537033800546","1"],["6904510848229007404301141261871902616495053591646674460830749337583563284590","9058280846218388750888251943216275461192762886735733884555798988853432359517","1"],["6366349217713705072381956389102019916909762102406162281119057566513177082581","12546965664775225494106889371367849604951738637048976494621198536514188219146","1"],["14562252673613599756675901632144481513882642211183417763989601314323627651949","11412567815197354708351625329763853906421800575846102003258186601090000581201","1"],["7155355114485916807908510665619288517340587200059735079573075806283295581369","8459514662027407806217021158624454692189469136306050529620221964161522369362","1"],["6506738820794921314122138856511081372699092553242970459122074852910117246907","21133015433326018163654127935611341242714325527689707178220285759551852360321","1"],["20684245345922433072428416158858281846953491133389102069270872807223174589251","2845364561161728360645439013891169450276020523735787669893633089399907317517","1"],["12073177236316143133576680477758680592584225684526650286122242824516269009862","17954118865139442067818915877495870770604272869470831702726427847569551843652","1"],["18553971703889833061903282332991979661743449492830791004028902756767830364427","12817623848286735670075207909219508605660491532307141691613695963157995267336","1"],["15775599117525400366775033106962988993332927649724672234808716703274084042515","19832919446654457378630249997286988202271007328740837671255460043160978560806","1"],["3582260980544955767719474969485463678848993793584686461319715318700284730407","4481077031459655051595373459251563462626950116848439346072054708104444659533","1"],["10102271981525937835453139982283672831306152970333773188862344030705937596260","9437971312534179309754540999273021971419765282486221154821253423955313426280","1"],["4949797872004639374046265086263915628757370753962883600050556194478055177640","17650265654866120160643821619223693215854807368402872358747885350244364015510","1"],["21316636031790336476842829680684461087808034896727368252250612749989132857656","14435732634294548219692490214710827191424535581303109093175892870682238553025","1"],["7223544011718008012647175138969176544373431582783006471467273439449000514218","14485861249946467985322142088276533721328634003481107267029918235387469641800","1"],["12962284024141697030011711365839837779775856887132735382698824256273272090912","18747835681564445779535594617130639609923177275141453799478659019336948897951","1"],["19662032414995188827690380032608419737440580598245337696483899784102274804225","2998788079105343733721968827116714604143994320689018036227076608356045583832","1"],["7357962727475296107040243788310619426473968094282573715061598096792910618114","6041486775293393264474245107154681899238765391087302707165179567703861753354","1"],["5379701830522886655271758191525086733357578665408031367829002576965830666254","9443081590498815431418045360460483139700205388879314431490670094164669795762","1"],["2356443226477147100295711844887373533236909708204211659328675325599818016656","17859479309666054108459845191673386148176885788321022121061820402914818368697","1"],["7322936854258820571008452598733503825221809255117685629614295035213296233254","17363317280565594526882121597559699699909498271872076536573427904293927314658","1"],["15829558910960345369644734988715344305199651394367761472177563486088317994279","14748909943891110523074621955653755512488370363108634343827615933657209995602","1"],["7115003218391964799034005081256908488359713308989885171163172904068192804249","21633361781324635484288731805353205226993207324077780917628317431758500215081","1"],["20982774169190177543257011737323913613423629292020827844514998895261694666075","16906311567410358904539583503525185397282587262542064989107954344141127432009","1"],["16801840445441298859007127007719045398039157237236131825677594819878524773085","20635436238468231773228988779942363391741047467793628398470937545343446808692","1"],["10989436198199257361993211110927869965653743055484368963099354287158384131310","20048182941001109861493087014274257417207843175466444832566608038293969286150","1"],["20549599213785743059733128459913964789259984479580796653429702125414882027462","21711199004828080060994595226500709591155047301554334570735352395761945312218","1"],["9624613191060151451999259438965030603623621841747122858571414911983607802659","3670569033071885253033893381877952440730833468345056163106645160430651917151","1"],["19246588809322077198869883788240023179726985173285170169895015383743047900955","10262757390682058241150294820838746376795275520890234169535415600970320736380","1"],["15587478298155367018180524621974021469171844801708165024578699352698771683044","975076006141689091408209307643473859693425681194606298599040639040629205690","1"],["1290752325433356755202615504521833378514708845954716524508033967120862040758","13050999640443915675043726593407630254184448072941852071092041855684500675478","1"],["2588459838990038256970543614162228062708163764454583875692904100997019550763","13125107561446979769830688599604806660827415203544994258728713190093687820107","1"],["6375551066124778306133364283891250246916921027470466962651479170619492390341","16098454155565398526738458411256063212130446224286892111905527818535021270558","1"],["11571133790996506326021583528361309662657651270690745029308379313187257531723","16192402294090129370363490860231942779934880010374949443074540817366489505474","1"],["3040456914627204308298637576520344808471388908675736557154508916762714950149","14764957626979969271750607164732292191776447171041254475643093979387395909534","1"],["4258732562800986957844849422566342901951526230358205447061688614378428253439","9502472562151442912999446762841192173751666364759959691083108210499287378223","1"],["45915399570358618015130439009760012030057250135861331142016664846516686792","9617532577867708800641287817916468549499755713352329399351194830206289630359","1"],["3077900073783795850422063995967156571407676501214505865816441752943678091302","14203657930732662380709475966399527589782198707711803706968492705858159746564","1"],["4095021420447692184058864183773548141539409889391488808388185338757885398951","8868681381733030740883568417153098618808644358568015480595559564572299383102","1"],["6094994855141221882810117593430849114519272378576588208138929564946281032712","15811423645150279522385595253227579217352813391403369574224951007199055200875","1"],["18717867272545700492511740576715152185903398394763777912159301658456228554504","2445815649561802031534091100415313922558019222027993548743324628198223467064","1"],["9443264007758757708533633389500549246817292275531806028458996227954045692017","14333541040373531103206871513515733139670751607764657295581846321077505167085","1"],["18271419263803864820665300201139853833635567499996948863598145137362295632624","10554052993690672293682747113433432849961225877383136185239436262469700915130","1"],["16220611576969029562228073900335635502841774269633454953187440713085504435490","8311276646540744280675067898148465030903889015760485014438355751651521451000","1"],["87146445489220995115362456123022994298017952524718870609958603936851959594","18596095279814550021743177108772844679910930950210015685125930466835562268264","1"],["17722492574746639619209224274278785655197988858846684840483784531515982208701","15449805207621853235866571942242630088095429397436446985406852523436758489549","1"],["5136564358960819127995543437603881321863026177788671622345024742648014208524","20204767411606311291271417342317194533287723894713264553738326990474450787572","1"],["5873977212457648778488476324643742316736363924425106396317836952076041274877","10750941551122893641499405612761566370423916449284246238984086973868141627586","1"],["13317719694500441296160603514747881026577193571500683715010662390929652033693","8806819125089488936550652795531531455060368155946478393414191110681279059115","1"],["1159006104643893884420599349110776816639880293806981283354864795588146545619","17236951954165469884221575705193649627409963541153077302641536627416341193760","1"],["5111065329397726696557841583309456125064546919769649227208913298227448789139","1524391519859119184705911814196882236341721049772092980874193028275412812488","1"],["6304992766954133648777396664402501323007136159830266858155740797239291675811","1848587494142380347852379663594616236651222783047035507119576885092270085304","1"],["12337144932567780423875268345815918186969123842386687482674447895382737670443","21874998061890243473662595468936579931888987781972286582035742120454445093954","1"],["9395132931294456497551767405195370013203492553651766961196851013006370560481","1328123836366858722711186435018593607307938906735678365207551965692050518456","1"],["885943852514735808913349788637104454517527704863017872056502767010958585709","5979020849214879561313809636529032300783425756374809592450646626247439967192","1"],["9687051756254480156861163763792441797932971155230182082465843892591439978270","15754449926753674002119846482438522280617096645824777926613263315639502221436","1"],["6453780606709369946104662511308840093923123072272232869215682310427260698677","14889391475831832555557759116942335817621316493260183390898045745489024607677","1"],["586881290589903164861150174932193849852049257354333974313087886653285234422","21078910742822271097486564050759633086373384574662092072237611700023709787867","1"],["11400510899778149876201465648876153627899376774337814366336375736161269482744","13078407089685194786013666401477272390276749745954547742276949592751795469156","1"],["8968451435371779927311469161504400795210941329691058621690680414256482829673","1147408570415340645539029324524557370744314166732620589718498520906009476208","1"],["4849766383433363559820458748362059189172422603008072353146770882839537532956","13544959635980785417747312068083515994984186044996777641495136497317963945345","1"],["16706070461483509914618399113281370224750419436756018735936460272143171575980","1959563124123681675086604253597988321909509574670666001595832516076043698232","1"],["13421732200560548818129194151459244915954016560660629002720569521553550837781","19085318988335903151949690197817413531283425083390156959018294559086847227169","1"],["8957859400442800186086684169772476934990112384933054501821156134371923451544","11422091823679938620839569755769606315497652642747337413820357537434934030867","1"],["1157125739574066213282004095758770302106127565621652526564496492775160982667","16773369136846713633081050748160697284491535077214442878271950744531773553238","1"],["8906654374882468317489644900557473841415523757557144230427666642715990770856","9911190719147286590005856722869328938717761889557989749428184312345688903455","1"],["9894256575044298327138730626113258792590542348665726478890124357483339111300","5682487661507583821477780764939593721345612799981813404581833197258838722678","1"],["10691512975028751043923330532915884811632511850541821506853480423333325295923","7075264583327499733284946353556000047664074256086790332072810917513416940961","1"],["2903666177178053148809619777445242066127620604622552693289918181451394839422","13498680346198637282613795594058162469923225271677706447860643283346719736504","1"],["11015020332557413793756205925778272713587653697009304774713923529828974937708","14739175863556718112020320897376318718414521871394816245561691989158453213059","1"],["11202256859487772989500009307362735218083667152949815408209358127206573027221","16438263657317300106655516213692368367349628619734728129707738653543126770873","1"],["18444644492962268494309879767823481110359008621261260489124514709871691740184","5581838351181488795109552165374623810511771859285758890443780285027153493607","1"],["14780061712301295914671158320967724209562835266685426034913387490481209189238","5544697141171015628498138742356869022755794895112002170783489003265981598802","1"],["14470708411335842327883201479786337521730524377462208253216696350239454252638","8223038695743717840500723347506709050208095269486744090653465403440950165998","1"],["4145109739024261524829250290220070202839056005889547964476685915280172386665","17379482624289239523874350632465248699809731087860571882711336189380202527107","1"],["21879869952980610597503033067766131167332051686848035271224779201353859815151","1501634539668211452738374277267167265504882698930991436450306808102423337442","1"],["11107630504164067654267616124864345220302146839964848873770827479312324810277","19131083167594576045126766293508160368284256350780031247306973632626772570886","1"],["6478734406395914935292257813568443283792070924101160680208060492032635312074","21162149912249914767483026413288623096546914870418490284877350423757849989632","1"],["6625590599086137207422323959238531025442002192024917088928590196803390899931","12662813144151089044458504386252980212319372482861960468275705165245933743601","1"],["384586753251540608981757338784957426989027967220819054360789969122141336373","3725319435632405685525710187407990719981422388707629279690165936115199905896","1"],["20415413013279165982791794398053791512673200976481395581608979071644753517679","18478684024820455683459002960208084493504748276930173726725764969406790756577","1"],["15232595328391743406059560164306206480070492237574269777731245059987535457171","806530207861086655174196304037611775793175916706236864323560745834446457724","1"],["18572300585891509436508351018400120587618769037817429811972767729893694730578","9213067611368111464117491636479569863573300460439032564678229917537871380300","1"],["680261764069878328624391866516105576174812759067191193823513509649032756387","2455695426164256095704900276430430465773648912901158447208035483813654067686","1"],["17392874332229708687314759277248864295928787885024279403137499442046186659426","17841928676911868180214572951754380484895057157542719204211251526196839435683","1"],["17710968663296725511950138059474909645446036849474675481987994870514375649176","7322845067103280344718747746732309532024053661099809687962560157390799749428","1"],["12389653265625998535245845775684606926985413812967453916063178430561972078133","21402881270962274960754685418010898867010596497034937123291014054587498223748","1"],["6715736644955762379105172146409835915190082432164471459784118583758081705931","3929649061145144424736110304199614381503075464920699305244944548310665935292","1"],["20465061834849604083475948991286301815913095869907129370076053224459526947008","12939576883276709569527983770977575312557329663481309856697243698217721984689","1"],["6762195316099632611036524732059720564825430944621143296876332300115136995788","1223319941671584525494713320963460639692552624707791241922797197051459351820","1"],["16129504438503071764311760167657957939541078735396507344688591778125250641726","10606236357139582555672434584066170741659620869213878556213240788177225879343","1"],["3383686399230350894092391993202429528622429213411368200668706542784918852432","14806689082538608897702366393560637923938994334088916163027968091074306784551","1"],["15952578526574222052081565327935515419229887060335440438522424723033812520038","17198633744161258386874598121813797114895623264579902824221803301070415157209","1"],["813907071873345223269112733381520518128046912495166314437173250673845931961","2886387890070020309549291882156430610015622959292129391409124100602507690796","1"],["5582868079850550034912020314440508537756706029036467082700522648129835063519","1567208847386741416063694019666799841081702569586892665103708373593021006176","1"],["1443727068364031070181697973438211286003037985374685868606700153493000127641","10376842963909483748162675760257088611500067945724347592305377137908893677197","1"],["16688313475051895282729397622056619580173130941705329704376804007563439567392","18665092857308067638587920130088887895527086276371907852706972551754965383954","1"],["21525970769067289522169884523579518978251343555614376807129219416977743785490","1084770321573689620693219625537016777074003108185761133745314790074366759828","1"],["14874923971299301774195695646364336992607662825997510604761699203231260344286","3012493500823367541296825312597843737187495990861331154112644923360214931584","1"],["9034043167307763151734987819955357860636917611299467993360949485216733248888","5531748895349517241890034404842679552443055863605340672377113281185388990771","1"],["7146896917897015895725028022043597796701263764508415089440264745590464392594","9565037434075558620730803681140465366145943969798888494073543563969851421441","1"],["15323564305464219757413824012613032432454402355111372597573917270076412777886","3498451570230882509106327378328364972826794959974009126617653277460556378843","1"],["9727392577919995050412796016779599774389864211769908334760409609420071362791","16766428932044326409335323114974972111728659596121268907448910310553710608940","1"],["6099115988251792836331865663024537301577154524765887289308184726168307201206","17534094610510001772489779181555636066217601114840282342871825387588321340255","1"],["19691519715681012375271725889770764362900700361547156964013815751776887945513","7610182933726170653260436787884882364837490303434387274532798456724902031794","1"],["20945141206963719521759040187710495366247454626624550204315893986129390197510","20128921502522140586642515111406903347732544792378210739598856668981416121766","1"],["17276454301633080388347515579636402151802176561075438025040268091472259691859","18110911938768842237093537092591925742743941723495036658841382332058762049131","1"],["13046051256752477631440199654078748829863002786063649036050758228867368712832","1051782430872594801101767542064041935211850677774374000540234686343164733421","1"],["1524563490202919377198247399759639635460912685549663237966051888428417258536","14342315850899207648974795990356586319601857192616087634253410121533263830341","1"],["20018545006291694543640069735675053813571074298931188657107342129222351993258","13275981324753041095870098488494422694475862216974496649453236898830160315596","1"],["11780917449000248424923836219914343048147726962554877780872384564094734705330","10503895097949516878370282868164440896520696466815858855757732502959718803959","1"],["15778559114750691309468059150445274851925740300349066934754908925176082993888","5250062192305263844094441202919274697525132346922817630507125361924561794428","1"],["18867614937784749073668488692172090673258633893981814677603960451825277148500","9901666920712249715585753479737851180572254923652498762413012808123645859309","1"],["17211841032230691534366447071737981968196469670538542906452579174115000508723","14188028537620025177210294541503688814897188654735586614980822756041255844009","1"],["14119266276831266879045346036048321995492846836190010571435435680704251905656","7275109575207867683992909849458843128854112217170637137477930571109994303791","1"],["20253195447956229954142105675189867546004764081498626696423601783087483195801","6829615668962499660898305531303836431853985896883679770379202452875427014547","1"],["16869902147363102567103291397380840197881986572789272439097702252179292753736","4430606829795389129112353084356125969666473610340653669129557428363574215542","1"],["9643825299993580021948848819014334258617099043528585234638540746531130266040","20258994005363398659312928386676737434336466409224408548775411109802488411100","1"],["19964455325023189099197830210744583982327538207092055020853092619785480539901","6633091874778344944331754596598947633522132397710628079897528316001762582763","1"],["15893139462936694172345258423365399905860004763270727606275911912046881573610","16386264111560118776381863480800076098504979721472993453586821617507231043511","1"],["6814994361847501598778561488506548493831464363271472655689490068403855824523","20935262227360904065792407732080701645452367896874763697607478652467619990738","1"],["7868830338712443470651317833810484007853742101381047334953027308711510734434","10979669900596675597760835118282599236946270411968296130947386744703054319029","1"],["7656623696438538280099506530238035058067468585172749272717394209160484871270","17325987571634897145660912489846262259743645687649856124777699597561471931375","1"],["5995850525213479791378070946919237634228239759958563254993524306502190450286","13018200775993696002210584803567207192545829716855347015901094922187030421930","1"],["14919870550760312902375930376423221448410296830143667672463561556782819579600","4603080790185115003034347939143669186290337032839917542811812179191683637775","1"],["7359136785016622160844176456228206925948217041161726382227100191183771519439","14410819885384142389314229700448053172190604609173364782549108339027767420162","1"],["9233260956498339707867654303618221391854909579465608127066965184746601786729","10476261772233385102070728566987832723926780165909180432443778659914576378699","1"],["13262738974570625297963481925964888257423684300667789208901009395336896640078","12016235755442988090935929780459984622630712223112480809038219444951813098560","1"],["12703792414529323238845786618445284995963377908330931772931206012875774675923","19677071245881811999429044412689311295775560194819414410672420388703237768417","1"],["18665203274081910261215832685165525179610392403217966344253339183598227456006","11103186507982755901056011913773956225158634528935090030379505655470351482401","1"],["10647950526949958839221300352626115357028442857377663455510897750054725845753","11683803218482413483085890217188686314871451591261299606145932625496087507139","1"],["11454246965332459453775236461194945361955393905967014735828171646040936871839","14366777002918681966132698712483299475790930676974213255426684337753853652796","1"],["10224755913591302042609761778543592544757852189796510078562166405085950731057","16909606183710130508901089691414673360402757514792083567055181613241623665180","1"],["8333268807046754283618564853289826627667758738104578288416146744021727210085","21431138579226727741197332857876751393881268089547427021685616042553630072472","1"],["7039275640603090462807420349873133220825131308509366573758290025392810290116","1151280179587815329266508188977370501642725513209489517969725103846081783203","1"],["18936205069852263701201931563341325545700130069131532037540107737387726419240","3964422670600314417413949227957470785471206156500483244201561821257584868128","1"],["4645191717544131096687002064406256714652546530300389948750578149844298993746","2463871966532328631306132954892155327366855672174720484469026272314214762758","1"],["7909927207858959092414133250341705076273859903008480099768350763767222789043","4794367337875621500858978870646902925291198062496146041514149983029566061384","1"],["12053077017498705913280735717398565014829865107332121108306477418190240469133","17156787025232696166338613963772577342830384317411797804978944280445317480949","1"],["8516809924976337499397306775215844156362943857842272534269008339277274930649","3302084374933130845764189922508924855781738211073578928016485672906341194691","1"],["21347041152733869197220882459389315694308121448257705184234327008385522526868","162914816356307667546753987596032686091215938072462132312548179850286623857","1"],["5316021935341401485143609638046285770980035236224036913563550679089936342671","13021124472502538568405420904798933046199311399208900393926159806219803549071","1"],["3979062827675034796207831788718186625327933170204089521500245944161410860789","8305739523226303068685875315356741541948407301758855873204327874248344793556","1"],["5204140317599416895324278766233623756120050043950085372070915815576541272905","6956714059891343441499702025875113082475683778811648598773595199291870195216","1"],["11851943772324565883111477171999896235278582568353657769789464226943790241217","2838447132301940719492335233628433742672899905319059414217351632674740833074","1"],["20401077925066387478034518350353220747231783650883750674202097645115693506907","9729726063438989786571929511556920110801518734714003507825507827327741727542","1"],["12045965658927603799290190734060050627180885204677075800447247335888755193955","2742209622250678953690324866303257965494755081376283459362549929199331625998","1"],["10905101328298027746977284986999395386822279108593150196496138330732451832401","428831660753742395233054671862702527292475768701436377323519721123491652823","1"],["1205491125557531298089059211012257707466476876437111788403273646609732056534","12049853139835522269045760965945132841727010161652461560730787902553216595685","1"],["15882080459336422329786849566405038174544935619789076983991131553481632440832","13342144846096670131155606640581569750662425737493763358514360282498621709","1"],["7754126300890012618406078462428816620045693973307569650765995508043106407715","3697355490470383585691912715542971376779646838050168251762298736121045762978","1"],["6589679235627566428853840381535240716394357732570971263410283702274710357423","16859396693874730091523990666245861659930768876173482640795881372133941512615","1"],["20655475199168784625483825855964648709999155746711560126552812955697686753952","6162601007621470203884188364124433690089958238573435622496295658569489586717","1"],["17254583317352851466891606617976846199060047364195981555858333803040338645077","12494258828891263943541041384237589640685826535922237208021284770196806377802","1"],["13546201148879134613164248920585524267113385305468638927023465347735966636636","7995870209924078951338068046419124695927383750127641431846552519833952680787","1"],["19530389888040476383382222247197058246187596646512470088471971869298877470140","9683493168806857977076945764027116058394339164105064293571281980408040034431","1"],["1028786195802028129845974545702270821459172054710673248339571964221994749737","10662286131523951980379162480497361256715671167470886812701668794265280711642","1"],["3771107879330422733043413707775222689974033656576160036565211430852380110276","17570678547430131341547700654707436090894951508430990069739134110676533588722","1"],["15496696131265090055691711560741353023629548496382866434004638993844910821898","12482227720274367013331712995833993747455050934964177022929065884670090485960","1"],["12819959034429001962170266521076834945350024272888179129748071835083783209100","2089062191700281264867852753917465513049849081050426497352024877099687579970","1"],["6879406903475822006861677845849012214861345139573726335187170685309330976518","387990241252746998552282324562544070105693385479378068307913063535583603892","1"],["2801509109730816998662879183859077461180759007888292375923759345278797476250","12335133811114166109998009193356057157819624635050954406075702196155178240006","1"],["17903595552710048351433304577693796478388936849551546934696389201367171472118","14201637004620468844824675614884192123798338826873841397172260080043835908521","1"],["370551915300515601862976154472490709560352829849402768123487621860872551179","20776165729264339910727989138167518675410891499407117753269475619877367167551","1"],["4054954829801092811740412906203570528550458321359330262015200741562454650288","21802308708199260963413248035009547589231045716910727554296877525756462255278","1"],["6551493570640496386189973733731833301876452544521658752722493621175599850086","21328209810134614557943686781843837378358008226348420646057868554711131708811","1"],["6594685664168495032065370513965307158774811128548804710903998260293064107493","1764269761384623906183902071762463177919071997678765440008669985638087967071","1"],["5449809138559368983442963446773979528036233324690914894886692174772692312442","2089047444210674716742002499636052548784364230312838248391533366247349370579","1"],["19724178462051942047652036091089463247462646809678775998315604148060176252217","5294396068546232022488748970831429053158687255615374010256089409863443123943","1"],["1246669992940547593853336507580512177937191357242845218724708921590664311667","18164414103018344479628092985259954426602762822863342265377108651685990684714","1"],["9299160774761726376251106134440525697660330310593339983084012480013561381404","4177691423426331013471863707064360408129640131631628251556771860617103303825","1"],["4060353350304487367483209029920554484980885790424432258239976101177862074574","11683072058370706032528488195162831063198936165446390330443048869915678198043","1"],["9085210229390991830769452514129822061264785994587057536709211357333530023720","2959035754667323901194902311056884889403062451916021256044237301659208492914","1"],["897587259851999353164501126954136721975959330915848190147646045386991607001","18323232111289317521420739407108021858971364975240354898276729815360756076067","1"],["12236504188887491441911224979756994821615024847714130410170787008693941780419","14745343360181091180979396489710507122065960598555239269016887423919015728114","1"],["20158773096768849485847688592667945530249535716761611653686344077581954562766","884800012017941618806667134193371492792048277346750812706991664534951340792","1"],["20756419761430450758353372270865488683870353660206124838348718722188088245975","19585985136569883325755931615041508483526889042073325622366443896332737227565","1"],["19913901253718700799456697334517104486265232542191102853576537827832167683081","12081761422430338649658208104408933352251127013333859768065747480811485233405","1"],["10384822280831818844820696766230556679879653936773505270711740147681214917425","11012480664033638188720154150650459293264214957702730174716069197087578156458","1"],["10986035874122210380661814055999143790603926148496809880017735363802029653985","3237391716731983959419476955808637367229106850467770619312235106575343931509","1"],["12739560476235571522266896049948383809659921861049530645387095572688622251266","15490133435590047961873378453881187035641025334368381381316061268990706413910","1"],["3017612746966928957890678141446715570833203847503810909080832927894791867381","4734904991349281053695019679312857767913198628568335564055987845577839482994","1"],["18615857716191522487014497606605504393326694553678477250160703564080480307335","2998118552021124657799412978381131245371807999854926820728612689550889183694","1"],["18155963789886407441701869924008207942484693951301085601338302378140038955458","3175941949284143335645584345963037134720068202626067402278511381328666447526","1"],["19796951848262913459520940150281331991106818016488908972059696709026970817778","15601575247922576882558395741083121704540946042152574628643013873885394627206","1"],["10207561342482199434098837081580897451596675172354500643595655215887545624577","3672283759543872992707230478283485565294122415800096240653197132810311247553","1"],["18618370696455637604441260010725952236423119311249824112014747970394637315955","13354904366107108849860653879180040988228975534090741360257367120012856252499","1"],["17210142204465283582694205852618749512621219081186975870999562461327421745468","13649116402076602737501897364411492576247465967915026042604815405343572648180","1"],["15946888381356725641047276738882171933680865553463736561960521663864756787174","15900663341293660460862456850283137264541016237291534463909964509544233752024","1"],["15727745537071331708758701809539698576958280076799694136243180082822908678364","18149859798471771200099952317276116236850989313359149911051211468993489733082","1"],["5478931634990200564355646366777897334741385653850561882794659976768352540698","1750893050302208748288519498249935938308767014642587265577175573586993057515","1"],["619419886851146262179591612652684676762449629639980916213830360488224424970","2838791815820772144186142362051909201318979257193879099321679033492687620314","1"],["2484620500193847970935948341874957378887418356974201690331461819321379848818","15242059534107773926248489684179982507441766542051409147301904917677080109374","1"],["10015739492394378456195869464381455432959584399783057364074603007511331382959","3461731787983026729648968550078662340270375370473748791294063340392219555060","1"],["7761106908363607593808831209897614382836245695438416292434594713211824597384","7323021190598054004517266771204615237985680563180999684482504356885448007996","1"],["20165489667112457414800353458447548518288748500640553801215114031593332898549","17541957805409543671242782998250999962094137424829052052129780056929188669551","1"],["13560305225017442005577792483730607174560898653492489503010501933470076263285","3840620402022179969641798401445603948853939741086866339368495207177388703345","1"],["7875350793896920321506930438729338387720457087662618795745258858350148561033","9111761599646601127479029840946263379900837908289721835656895245318101580048","1"],["12835333479562111179764643884166170358074147204455423374435106148590326938333","9180379020537468955492652732120203544070675328091624276464574652448264392017","1"],["16728428666236978347175179826221612004842512263000277757982859016029209102953","12394365369615148129950777753124304661255742036148650683110253939890629855105","1"],["5754893093325510789326910343872417462255195954048974198156942050058773427326","13306385828914747538372003728166799444878594145600541576339542834623267625389","1"],["11371134385004469913215077738453528224396527118848791404670135336574097091961","16016777251934546602117414559014560508741115771105289653788501455263017357171","1"],["6937085853536529397929314065656951047329374983385832382040124761315112006334","9312267522049593015951921232951253724482276907961880678792699430656608651126","1"],["18336396189638106056674478773875345104967111985350914262428686394038655131618","7313930373317745766437148488602777146619893150791310562956435659279531141685","1"],["332765305393991056780828996515422749612327450846026253635276598001359186248","14079030101720555621471236161802091467117144882747453623398845736344134634314","1"],["2023646596819907591466830312978829936655771274365665695381546224363132334856","21610411912835063459525117356905324682285466823403136198558787103806250702821","1"],["21529521007218685448761266821361085487705873324679485181031479945792994618685","15070737033079835460202541451476504785598771923675705127681760784646026943106","1"],["5307254789229694017842155340647933075669002360772380204131264662064053095290","5264317810617584372871330764936024527585187560069450959304483224090101299297","1"],["15429399200270308637284507301698211900228282109348189294302310758832088259661","13655660064888868000747522675703229373501949995439497892671699938672662868059","1"],["370257962805028509004423159243115225404656861005209520784607292121936613669","4455840496944980619323241320135858403339692032161364705278255128538313451392","1"],["19778281574392442740730749266729520755800032171599754472314286959633574559506","797430753900330773634587767217709719767824116351685477615842882129962675277","1"],["10893027264604160956590627185542007881251141613157131750891271195424666772239","1659680200848461730352368336228507268025010851653385557114528510735325078664","1"],["3068061397627234065356237989998771048355032911923813110754762124287819633253","3108600001187454917050244393005726919706004369066152101472414166031415723199","1"],["11417063711104188248171061079723377315137427780611148731403711944872724096354","20665977061575295217985788757942157022904507801292441294093020108865563813199","1"],["20834328102431854054486586135175877252736199036854251006760494439651894831123","11174288879137245363120385985578910398685677370486421297890173649255726367775","1"],["5134314443843515368723173474842432337847705383296351021085604818452125529999","5780249379106323842689917647809193063305965701679176782690744711453077093137","1"],["7893350780506009189711474803721033316872523215571792347662880901631243848086","19410937514869170202455580341022401793128344360187894588543272480019690888800","1"],["21262293979953259104829268173874835018271357632884666449176373633307218209733","11627528114187220585096226021000251543350480844959145473555727815598475888315","1"],["15106968635364331792859088657194785807390631379725257558652374453903504262067","4015490534337238483413857969584828044197546070435620137118987783944285664682","1"],["7637986219825112606922761906033358097529538127435067790804233888646964712239","16341144921770986894647923168704863420321923101366578980102546081382529562624","1"],["20394049712404432237343084598705993660617033089162027141185044252667635533882","4384615367686255693134834369739076021005103628930714476200452358215121806946","1"],["2806922651385538608935854669593005283450138146610187573421184196576534939988","3778695774508167655633234895178553797778858707533048547092835373258361871918","1"],["14024523561551696437450877116874026886314143990474025468766047876917244931717","20456377326364897927001582079728272856514660207374368269559069638271241156314","1"],["7495937035122291794616860507618386969048572243298826753573517970915792352816","20307292815384918102820635881032266598961653720320946588580536230021266118835","1"],["10569383765361488369575799160028076842358241786946054451409900222985625253708","10646599761782383004207063690456238612960185858225315511145416590114580255232","1"],["416739382434659240151172856530037329089438916496852289200529942959651972488","10281404933580758775375844315980477822992107522521383659959722608853484543075","1"],["4868106207692797356580330610352394587892136379816645192763621501118231887756","282260499739575445306762855493400156185326474713548610917006752891181248926","1"],["2826870413258501760630209112326790270370050747362081116350086342001932959269","20231952237092791227913618014150741180859396815409399760753633762063264424178","1"],["1766508594094956287239930339727042842479447232010733323239297101034559221938","7440175208130080847888791943362154880666290170462254361487263099590014787506","1"],["12752121680486771130708572315219493501299581896765866859883033883925789657415","18661780693326118553557874655987147452915101757775543518397577376940158909935","1"],["13537394416732709384649546862227467162166927333964472500894364717973177451944","2828418213779107275605502601325378033515412618768809195504972709435903384012","1"],["11211721063782492830574943006257606978281912962060384793692077358509496503712","12719973743813794838134981024740653864727614248751484467643318225763784935523","1"],["760288184331361436411818836216439063840977320243030405930655972683627673104","12131899046299699698013690131719930856385426817767885093854198807396667669768","1"],["15664002223414903540135158583055223416554605015575386252504063622982958523921","20291284491709667344308511643979096767637706405776304170130192002867654583574","1"],["14511375513751706431265395364058359206867771916947486184673379154606597294101","6224220482187051212407344928848156182083384541314489018055105684598368959898","1"],["637469961714643232970688595565743581501604382230984906951718154949401583952","14983143671397140182026820191690169270791172827203111160674436951596529322149","1"],["17141434430330333279223044350479760981619147476782778361961105928469382688177","3745080787779963306807000993165310735956913123115837898802864182439953240671","1"],["15867989200899725513969089119012371658590506893466332069580157408066883255796","14809675004468150560485691099929761641368737060521198924238220994765115162996","1"],["6505932357354636031415496860941362293024735778077278629289356456173070580836","21827697838674710178465301455436449199656379299496085585032890971889995181801","1"],["15797194189490790393969868827706819797216946446717066713853429924379065906635","3584189551369283323509066930699858193159282981088798774518941803341099701919","1"],["5906552393258563324649733178546757470244324984205231980457295192506937078774","16823167016525890644195411260182077690317231985976260866319185281854261403043","1"],["3566586549278484000098758822713084004851704669544480123406586797082250346881","16288520095751925345571434003034660050366002384150077241101956297875300154987","1"],["14815037773025545016617279877603823321034207670766498705734538153701236195085","11630040196056815123633438276300544768800277943140894969741653891905138191648","1"],["3471070953882329482181715715018310649155556041609162650271052264040959827328","2066453841564730954005846048649447479118043588672117769695937988003677676025","1"],["4703407522184307552666638831257308384925917145612115768899263391641392600191","15419228528868769696898770833851496482912781311666612441800688915947713340335","1"],["2627763318713008566538492952596440716882008148794252336074337973000390518848","7599242558159654060169238838549199633181158681848585097934718779149608108520","1"],["16852451633721083844649288009373820812397129438819989614137377832805497199086","1887671229553143372218293374378502427401695584829751168581908963098615670609","1"],["8545131234398696884119740021726728204004197471089163482631831758439887127758","337037131970485325917471129549099815168816364019522415071378152545480682699","1"],["19102115487634123785325177820853077425798808587581967242134285025219748584435","10177638159481082128988162992100530510758688910583295629897503933526301796616","1"],["2001620085365151674843657981619235787450968024039470966448169125019246065030","7575822700818833445289578283308172514615823580865320136892568879774329658954","1"],["9608906579814988344007595510653482508827559562286706611695959558711811114234","21722083503256543276052691096066206386646743061064143755176846323310095527194","1"],["3991999423154589013734440942059549199769378238389702329804228230724225529043","16462081252656504301950267648652133415413277179805117387803881329814511089640","1"],["11071273926278017001394834603761408999418000316245069230005548905198666150598","18655417054041250399763687831695134511646805293298991658032290827405202432232","1"],["9431775255520910579662750100480553732445349866537613613621145469498233781115","4317179113708040783429011020206022742494500161587680217684630403442472801412","1"],["8409633959322939775153773025769362898263141545675224676489957176104486160541","12458151040971067864322972417640388988430769767817313885519887058574973847794","1"],["9250064870409342315677655642610425788479450497467984053814385961642843318884","6473809577337636697240596200911171435733202789371877391023472531131326110791","1"],["15651262669588634693117465205528616537633974581784933020712679849574843625139","10008731211427103312476729766670672016486878042642721781685772527096628199366","1"],["6419337860940482138356696734071135584422585787540115517575550070465089523252","11078044184771399742913629516558789037939698578627339327628331840752649467283","1"],["16695962875716316386864467006296174549643391369230761187905940907416449705705","6503527221031868508284101007518075328075768767093594804655807427479894144486","1"],["4124050675054186758414554344242218725685312119883291645336175114378201510390","7513177554177939138118666611425648236652274717202772245623573969195014432455","1"],["16602992777994959851544770782792489221135554940303254378643059204800302726519","20076372616653979508773752179536750104487219834471456004952988253010049710406","1"],["21415289032267314344219173621054888359124229653731821398370946177327333773102","16544120247886738533306535946482861906005911799283230668755678855131943392781","1"],["15932849125556170155360075909852032806318299736648014239089903956558379659187","9412720370786541829162387858682246282726133842486296821553215640514324669357","1"],["2570508295845559703321199471350044550579065057683527592288937431843677698262","2368099214152328164627314264953115779357337043758348905822251376903672521177","1"],["11394188998471130050217185261622938983204370982276389393925405621998785704","19087527541552364132445641775743044478556211824393418523270396100791908851848","1"],["12464162611329152940068814397485866281091484878424180424876364695390551254720","5121144908003116114338887548664319733172053960481977996290502306972154073479","1"],["4036130239400098392987923052687252170236241927221975302723108879478472665662","11196740395278540009152471839498642355409237017976533599336353266957720663746","1"],["1492992965336153419001995342342520124656903595681771749682551361755568771176","20281657481757558968149048988072205438479473650432856064232691165350334028404","1"],["2159856935408209618700176502383906146678966068803338636451562871543458241076","15288652376413852730736622953057193380419063595046464955395666807213944365271","1"],["17054197584492101285523150979670861900450617558425483333313303056284931107381","12175610888489926006646493460405388905285612298151577405481774778661315627547","1"],["10927567755913402687166276657591231415997829154856691209289803624800351440099","2691763506765823402292041945194665827539333361039047553317840931236893449652","1"],["16049054229354139953300674239266898953836884092286161577629430434511607151622","1895788991770893943505879493921104242475753414320424085129466413715379504226","1"],["10073351097824036554258196692028897035103695219267393935833237064276633275798","19640168723862130522487643470752164045510472154783741820419708948891012174689","1"],["2610835200682047024417052536015233289462729644642415346640032391368402019625","6289312602235054892856402034607027679195279097468213069433562621327146625216","1"],["12960182863830570152823991036057756263580458360267502243306579777181192626024","15722098149530480525590852013757482790352826602825292844592535262253099306190","1"],["20924319106689809722142859407028944508850731830890506471574124977098606134589","19383397840581958846960305169937204300836595705736947683869780509439709434763","1"],["32338377977063355737895601593364383829396145349315742313036498483242251196","17024110077450226926295397314773720117568970730605274885685515470292664969796","1"],["5378156005262257196001922455785405936298304429590685226058474623441626065094","2509585102765098955027975194341388901272281875999065381165018242412826891924","1"],["5414721114054739559789726052360378736029260114763099891747860666251760008883","20484397092916173473278427359332067213872637141523931531124242121288824658162","1"],["13803537805659901615082815027512309048044078488629402858439632292228766394619","7086783818139490314135424434622200321062486704246887416034384125978487201925","1"],["19808360813918428768443549302750032358494435195943863225685031158153992126056","2323713831562391687897851080145868674155382060102971039409629692373630742382","1"],["7017570732718472728811410708999028541201663546609134349377188390140691014066","7256849343001253395101500276614978120787911913078950791206720389801072442673","1"],["8253363038255400068505448950199103016374673026101070993898411163930583320982","7308720186209568324523192667346280371941442721663232190431323810416432635309","1"],["9567827247274070817146739064980581795794132258834220568040160030307873896411","12953668777481023872482777159429134286992800555437813826314261895667032553098","1"],["635383290501136479447228115334484383057046746066537795757467316552286600914","9269684373637700810191588620866086547149952233901096464893032660592177062543","1"],["20448261217354526428172644747584931271517043003176771722912365327816286646671","17118583665102070674380565501380333924862215138707493112673308207559453245682","1"],["3025076554253265198916913193361934918466001710913931855683803116864128589502","3578857433419665845676253912902211879759607161755811930694137418930454908899","1"],["9667403116283636204591334740601952513095163301015529986098904249242420153674","11718761802991792564596490618809470525477550226857557250148554987587012112264","1"],["18214053760970068866936496057496071199606366503483919031432728436571013012738","6046825394164786145288565873628412108856789989806252555968516191898278549899","1"],["20728236760400141299014952913275320367370673001600293984272406006991106775952","20288979313076581373634177028288535167094448549121675358255495551311135625021","1"],["5397193791574928167243069571299587633335496481001395448880612500575030690164","1509985786004682426694713552358094969062146873545721629648749203350767778269","1"],["12517590721595281161134939119525802823900160802753120166829402442299998746122","4118210042918509974503654428805480648135703112895026689782434098389122151124","1"],["13105941709776490622928702443247738187698942110515973203249175786327303158983","4959124688164716476144036970416007061128439485641447943694725507664154588929","1"],["5588569128342189488497012988956785743433185005626401169845560880487385315513","7480219456182155761267960902285715376565688037649455040462711766989751714019","1"],["12082985930894860278677555940194775035283888271622189386444102485479759594394","4214306858098736444996651557197751504793096812362137431560372496884754639527","1"],["12531286959584015353067460422058948435526504170710294793547143595661774932007","567187207648596364497659084770978305201805200741757306703564614597597995545","1"],["13679228257065975699525707742108139506156097817686561725344537904936446197488","558740779470472090767801443608289087125616805079260179508294655744946920967","1"],["1093992875530688954650341555899379816298884967716842825243231925999619848841","10631338439475446946346791646434994377869988334363376113721127929711317134480","1"],["8070878435462482652991941646585225129991919788810039603844231204135855808535","1148890825221121614397258500092969338828465639980459915860389388708183761694","1"],["4688411250051677992502859296044331202354927648023799383639046599285394028092","19550201187176884364787050076968940262441429974293671269793821778431573709111","1"],["15903483280459417502198619608874960943104804022359147691028062214752901171912","7098206054756039944966662036985379928190710916588113157717792224182767040042","1"],["389200445290148196347961783304505312004180684556765121974614123276258416426","21428653629105434526722240461404204442871097528079321205451754377824804092929","1"],["9556052097471438420750136768812719125691107847270812041440765224790593760738","15223848096733312877182915129825940662502725089331133623941693711614127029715","1"],["21152064773813673867876368194829722218750814848814175786112050741071835949983","9045997325737281365862387931911400918573160209195742314814620903522815890473","1"],["17398055151594649510460075929850177409470970752347506847893916299516076742826","19603361047289350664888088047518012784425819916469907442482291151473277534575","1"],["185921764453522656568012839272842352270774188508196294075544474919146628887","685500093411546341691443115619902996839990057986442699621402200669369305973","1"],["1761012753722332218494829631992590909796042990697864868405159742887135072276","7047798042238375369240071905904135988314655302970256336584640850509703240591","1"],["30187870021919002393998672811429569824524294633843919653566210489011640730","5470902635335252909699923341195072287018673115374790941613609488410294177953","1"],["13992944409513875163688024577568772891074551849719718942226114039331228004897","2961820465561595015555590048170746589266808495967513144142057754640248107829","1"],["3670283090529228407341453366447213489785414768907904142761854623089421331088","8715524707207313050102346416405854886016313074830270357852439171308994529562","1"],["8510531053945624381963982009742903872682646042200926399770442376907947681972","6672915787247829530587195707312314912288329049215924750684799681366499274116","1"],["1400188931927535852212334898496945161511302601117860957096120912128137890282","8281315407132832790077958054840428344703999605134271000081661553915052460219","1"],["20971787203691488901200404661109870945928513271370985991269786746899986958378","1102836242314086039788335067192046389111474412018721367682652610772973055892","1"],["4901244178182992700968998818491437408646514988062949858024043567556565628027","2512308796129315908560573219478526229955138431449242774815267544056217820086","1"],["19865616302201207184073631779285611212394498802156284900444607013786133828499","7871268977508148868903187129817156015358960955984796870955741445609132335140","1"],["4491546919889996522290988848860138332000130597716096573186504914027015394101","21585840893613619796452812095159770979340846141656988469973402148699507543076","1"],["12968922786564746364427758719107339040592087091913257209045862768282298620819","4687571412099596292561214819610652416769082642056637704970193988576502233342","1"],["21098857795062401602591048574861679465214735100173748662921648611171536244502","49010646709844292678619460653192037507064052952284221884910350128813178322","1"],["4732323857029671030725666625602945043008080259737582078208198842573916481567","4357187366026109957267068224198488806902384179117673240007283852397823840663","1"],["15316765951923846215213651889976268726309851970397101556176913350207754915829","10827347046473028678782163036632076675280167246439647228458150266868601282679","1"],["2417107542212623078706197401228621989239391058482035814952537959953470902300","10098354610798642281226072491398150524104197394904220717535930003974138268818","1"],["8341066191944125661037819391817720759390964963368852567754117939696490286854","21039279365415854742499436942470910341370504537969325039587632544727265557711","1"],["6537234531011156339853464920166673550014213365748657025216181176050114936729","18372221272758343368086709473103057798120106136725468267888975376607577677873","1"],["12558542870714638025127870176509131697982286263986257909187902478303307700994","10794787800821040702052080572904586486807313130592261970144419259108503964740","1"],["2295252826596468826487902229308491539716149024154544755755211198177831699639","13378662709915176538840161012849986547403998822832709521702545500810900705880","1"],["17782194693051699009197936201863794312729999122830795930733321045043159975032","7040027995104307329862737680163173028695387541179990402875771658979971446266","1"],["14760642897353969567484905231173487845028494706761635230796310809539531984454","7587120795024805526847510824617354739636620911992658998819135272416135282971","1"],["223870778013966637441783316326517221763931118721675867479697895001793529452","3487435658556709183104307624206874723872546665754869829316673131593139116769","1"],["19916487361775262600302789509962709590415576239650104008461853614968011499587","15975376296487401553319748510912185265083064645756897769563805876635189974397","1"],["19070386612912774084652829456298890758045136377026726700700113597365407625246","17865406904462687518597609967181108026007806789825762877529039124366358351765","1"],["9142929459445463029092268258563789116191905192203033843876115388077771511426","20640392654895345862604475016268680907830385855004673587850062065494323211834","1"],["11263629188119650792946402817063066393327876774228773991692965127505613734563","5340855392420027199518340326595150384747324012349976770238281463909346507465","1"],["21152292299684356091336014492918600609264231345775473079181235522148125563968","16747979449326038023969383635461342269115192525863045690429171806360372059222","1"],["7598124713379666602989172480253906036344031814581621852096682222239869049178","4848726569509879478100959920135303657590082215352208364827203407824542315111","1"],["9659283845081658584418518767418008885151506738120827095674641296500498748998","1575309648523692318642354626222641396594066501776267544402673961970141642722","1"],["5653275206079199165686701525150422714526745953141648463565985946634221985128","21488534353152742475886168627148657325256817159544759501864284159609131502381","1"],["21668381069134750937186403095385049422223792563649860298270599844986425885793","7176603974880995313363636431440261331415603566947488191550797464982814077514","1"],["17309516708219366629879398386696554465256758146012525848793883941689666278436","8180767154377910957484614715090557925657245144799313024839070383502078775808","1"],["12972926245769705264278155724813511079104547285282879356623031675994667155445","19326692582801700278321341774648770566355511256160137891906144411466324781582","1"],["21032210819657214863747154246853634640445205076486363172208334559533124383272","467999590226482789241847688709970585060171456740577400437173330640976274001","1"],["18926769714212979809507080633866361718125193606583943620503649671288281744221","6646466460824205837567365763420823070068328774722657151008091203814114068850","1"],["13540894439803958904532459285192027746812419191288780205334108338765540338180","1281057489698445409465178474991124320481103059941272567095015513248067942405","1"],["17715946672939280203441963133203477419984132162656447709870573260339940102949","5646074108411599468070387364487421441341866285038974764455162292760694684034","1"],["6456946620244414898018777278570386152494009393174141523692558564117592163369","14076915126240256712012994419183425142123790083449843661341531194971633388940","1"],["11032574142364825534395495156956972551016285319757443726230735686351917072021","5233387209778157060754085833064866911975156014603073228992462749874684877516","1"],["921337143690279049160597935145691256235982381046481834011873784705621240196","6373171413379900779869355304282269500764007887454348677629562125367513216595","1"],["19991488722576661869069960366607292641297940858242462543356523554287266379648","18122529999740840768833920149380715767436819336260200415477529822105568035374","1"],["5398679878697750462893993738438436292349709151750062803627602484391042380052","10939153315448447195861332319430004315046185783148550459219286403455518071182","1"],["20650736929015950139333850650264661598895932317313745257771903720092295781134","13310520504075172036614635569952407430188852103498609406664281728693437694255","1"],["17975369193399325730699046655390010894332322563061930186924205726644450765507","6118771558300012247399661791686584817870278040594492957216017999838360949009","1"],["11190580508377358921018251228362281337874045143159891930343460398577852563236","45863224821265041582175875928804653295347460897447319896296321507682367448","1"],["5533794864412167046378531416486991364068977496350459806299659177517139305052","1475781947920170521762930660608224849123945890875701010132998277030571211865","1"],["10517572889482388002144789997553870503826717826424825678576132327756359460205","5058472059215006774634863478139514530617082962157831374261312671648920112225","1"],["12030102103260424406113884186667023187672379384676488000551014838682311405049","1541704193724558937410058460878783852318391985412669254767884173082146738463","1"],["7797310491095294842398204562109852738132193586101623580790550983183970975561","13174062067126441457866999431823122126134658579855612678826708966545008731274","1"],["1739301876092384707484243042850719534427373275690624254242814438569886782429","195685211353054336286849168387630107419958486581273753958224179364294355923","1"],["1348588125151824529209738303621715544258845399986601620801651012618270219541","16467797978246971272870080024909945640833419094866521835664515904571438505081","1"],["15830565120914246984819992276005357945905654454928320415022226157557951336995","9732218650996655535323490894285138586713755193258186072729228073916273347328","1"],["17852193385436933867495137314332506086013458981320355637081228150588666734657","1391472823513488601213214779976597275664158532958260404050315311693246250689","1"],["21126147683074698086736112580303792599667974467714176379750322714042294584553","21408723663162368785097502384628601016286047178433991778650992088927431242662","1"],["300869145136875786743120067836324547632755836321719772142694423148302638450","21204303705943039093799995194713759794364385398991567885889662373894878749718","1"],["8985915613211844362716202314233260163800474216981614437073470926514126846579","2523512098452453322305076350298461698908167463795939559492943624187951989878","1"],["520031025189524820940946113864707608490933292709352594159001855546611781873","5168883897909617569645535341557179045910817386849370576606444774561648046216","1"],["3204950797582620603845653619450960471637011152919332946434664106540429335219","12157043496285898278615953641163898109931633681197393582045117539268974614452","1"],["20143163615192153413991689065767284861491376833297918335057357498121041058506","9813915972135132591715748036489262998093916389174952864825287818784476920513","1"],["4791911690607852820015065708058700237281505177036470731575273953073104573107","10071885807662608954069111444538423195660517393360772389984796927450169409806","1"],["3648878087109302456128192441887420014506723848008122222837680479896856966477","12392568486675833508929534810466447641214985542052823069800887544717164070242","1"],["8366020415660056221929457238569391459724171523608945877974667566831215365442","3812905962311924328439707301752045974858394739628859988750290441544063566317","1"],["14964801851143553240709958331584700349436976707499386140364009269690874178384","9796835493517425805310590226339842985339354644038174367679020107962582547643","1"],["18842964427681553441466010252008952230756252667974573520435139075317730685413","11721898219825406616911221027497994451885728782479215449793930669618851053065","1"],["14380349908807103090762615643119518052708009158792353060699291442437815208746","14716189767108067478333183367372174982739991954716427304046555109385844938792","1"],["2806978892245654119992893449515873756174257669931409032741367322600700560810","18977546412876810872947244613969913468277202486518266616162322105291141095844","1"],["17845044250146168559813412604966536882760400071412922908476233989736029797062","16668243025129380743897126124656695961854539306163511498508917215996054187633","1"],["15915420783074363859950855248108748377721505835800225361661018328555279334123","12690589745547038204165799889448037696226733095548328824594462234551842790562","1"],["9139775486886464994305831618494006882398294000278287977581864899220805999588","12430447098251696593218635664980663633587896326670440991110643167663401141949","1"],["16353463737485669408009468726611579109915825027892648316063947152558573115310","11363427460665093060196352469741870856410522242514383153185684399023503280738","1"],["4494214050418567282735135776194900745855486064402518923436354886434952911402","6640426787696535621539172336833485801690571671951171856633193618837850402846","1"],["1069798553124909133144802831680970768445231191303202799425530018162248457211","1420728428665962652905263297298070203700324333307988553588676835459268947228","1"],["15468646678604589635219048907998194461513436226776192187059912764085416511244","16492082462318031123133016585827051143007905646541103382919577232061622044829","1"],["6225234401220739568267931289778464351297370222791011589689700835461262990153","21048461622983985872911683239907039660866297725898716063479436545874653134814","1"],["12955612123832877338600199706444520835403446045996217603224679657853458084891","20753153544255397274497291411372133624252095155002263110178576538919852187055","1"],["5154706715847218094757368102570119307415052497438038652153514998209454969730","11027550500525203159736759063093511458432258021060727924312146269061071800008","1"],["17254843491509163397510478861266454281873797109569886085960057663793979285263","17723092435420781230326807158987951858317727914980003562506807345381538853385","1"],["15586931944517394085572597676003272927508993229472054866016290564752039187109","9502498175330210469550050753518630510854819277580576228432159399109472587855","1"],["453808709813231192093029774177646477089505076861726706569575954927462543069","1062440485906512660633615101822299893455492669945002022596468377487355383255","1"],["5188382916764404462673079589527260282424389518010123558411700449872536701510","21103762604519179615874949841552311938093871485445117577076732815789233622142","1"],["12837508366857146610478682688092939494532044839238385448825968626872099304382","8950052604109704746979450877098456255115790469534717320152472149281408575210","1"],["10449033887573322377880221477574758841816028456349792260567259974470066306251","4460483273936273132941365047118810283462737141687419843342689093390256293792","1"],["11627791809449434005158724097060585745039619585810974249312741232343430104249","2589408048478605903313727616742817504198391303369594837435846167529803444634","1"],["10994450947030423333127221815502865397964491368560041000776127794116447114418","12413195254309102567282552971296377908220797974775259054243817305162874173848","1"],["20892699174860196673167906981999682597635386880211094730677258174206799630519","968717150073827286128575490630050367587476398950599860247622391924871079940","1"],["9878042203418655738650832835580568991586816536172378663820737618054890504058","386504760812743718175801063254128029197046155510672739946620409986703174135","1"],["16576959905364313651441387845549267610235599077679726402531626423517820726718","14632377951295871172485806413459279540032198449207522401766849357782412786278","1"],["13746421383268790163994972737114039303694814839303993159423670950178720899953","20024743858020178410776047642010448554385203223268725247482438229353001744584","1"],["11165458541347657815333575444435260131472718031412165578143313891217864457672","5427831283410849116142458137013461134889108235855094049824867552968401418585","1"],["18374726912305938340412958553892869569673031337098459129494086108354469580892","12167102223622909779454186746346228829849186866498684253089349681022784265134","1"],["19044571663772544801629582040188747953917052062973528289546246515394753588218","2352528339976288246376583526611935996764750760507735924255655989226890890514","1"],["15638558432798269987048812209603454145674634944383514925697055651227308061656","10408638170378928180596661660813877907209569368187772751371806180515956325077","1"],["776485995362568550419851200680665332883341251200072065253197893735591817222","18104369893707641653019125767509677342027732138976155302088425990870360062462","1"],["20433711355150454614483918629351323822201479611665107623797183828901530129876","4710801964413497269607667939608188325660822659273687186654919396172283478119","1"],["15961345423579003305433806039148753493737498730084400108626804354592108422070","3494793371310963347391064040466794130756548185347352486306047289639733915765","1"],["9361804713993442152119705061325318670914330814389260310814629197977007835169","14011859727327262905088592670466634818922252328472386479747651958196076101385","1"],["3213606958084434263619346130777767768339257762066363761829263187265285290880","5081055041563782581521291060619835569530049269423724693486828124471524215692","1"],["18793092662129993894138617081987182794187266528892659156009996422848203491950","321214218199653598299847461107324627360576505252137093904221996259552630964","1"],["19840177871129459298531420856000154973030458709931496919874616597847980130909","16156616217767349321988330166570466837933916669033778580695374716244091713560","1"],["15427039542413818077350430862052328133651719468427315665216314912396454109551","14822239235162513699913346356583447309088730946037497654757336757715312531067","1"],["4359622978178184675922892738370322197577570637842495056510060318691383379139","5268224353336185456723315579220407494606633622386038571891306440858585057628","1"],["10563397320713123338260221210008965964587820002259792524897557191206230013518","9453325890842551194954447197216336936022277970562108608487080430132732247456","1"],["12368542758418436044211751958806568384364071487786409948599890374921930807008","18434539482183720113186823611905669507041710661461921704065366348562256204601","1"],["3456097032279220698710565104201733159542529600317079248286383069830039103547","16367662732321771634837393559134009526961104966732584324795344611257059760067","1"],["6029464195430487609513170464537319112609244556345230803335109978016177817915","18832197838099555425292105113330157338317421022489242572945434666005139543303","1"],["16802276808928673268299924935795739895115098027848586363047229122858139237742","20657329735570467534087729865989996829467728306930736289386077983147488570455","1"],["5062519128991649004746852258206693665643345634937975748657494182174794874683","21622734197526347065916412895838680548024950061130860126071480352611672204812","1"],["2524199322668651731094958822499869784595250690124730035522413131354248331997","16044595003538450753450924375173408116855908745934712214505714380561278195850","1"],["20636750183461904344573494575992132486750820208401716014775513436420047648961","5545588632026130802440206229158215488412872972612746145174100570933087387789","1"],["18635166902328898995173372204275132215946132099620388402783944543725002263979","19677426632044194903545085588270355390043936943395885647193437368619950610087","1"],["7554388178966039046345585747493933525550232568006612880390572866269928196594","12106033031910413876568742239238905802370202543207549508277038573273159272966","1"],["15136691506539485601765404925052251745948170251203086999874767733490348211403","15625093092797667917445367410159612075266818134194143942658866738097158677305","1"],["13773624787143975783148890740190026031762202036443113768513169063226006392072","9454052962600625489197498735115296264550712402420366614241362213542218959829","1"],["4397712094726544797446985107492894048479264919871737268034778171627656529405","18655865782701319737684298115199525951213688035234719865496835548861347364005","1"],["13486744758291527901700891355524141691645199897422083285672822021466410203943","6445510437644802850134666653236379807810213655893515228641637459164992190422","1"],["13251088800763858847829266459861990415962900371453897272809713019211815694967","9357786298715914591294310351292076091410338867822775981626637416942074985866","1"],["8548207652667300511486214706763715993566908994710035126642011619131353012940","2873788825331689157199737111370037636091001637771417121624954398660708843996","1"],["16100886663527376626772450554629443700988786031054614605603020679201858493912","12773258832125664723831890270584730905289975254522740718632640307643059943998","1"],["1841285680973079629584748958858640641916667273444581680742870966679366733813","14851051128269050494336495968432825643263344652337922666359352800564931263859","1"],["16317307018212946781093650795772363782878334336530907744147871540694250861971","20981049663437658960297064563096662983689369916011525628660117367243164743290","1"],["13363284609192004211585284396012239321105454384945820735356558678332907056287","19243816336969201988347840175399421372065381208112082921872146785007123269207","1"],["19477881570673969064719600509975438851128713975903520823810395530541049147038","4529465349627644797430809367960599385288654095255548682823517832317949802419","1"],["18965181453306578755058783887885995292977255575570031351161087750867368520967","10359177577224118321229438633577669287901893590397191957820675085107404315563","1"],["17564829041055155991429260025126220461842134488458647400250586307994826166350","21054461390611293539408204929076259222232241937585261362347106048741855649873","1"],["11409030798413310359751783954913092678621895836555125233032017815797878728239","13350365103640594332660656883237148418841506161066359118470828186774904136272","1"],["12895936093514335150168175174273058222226600318536142986513562998551024996338","660741897974375027522007348370118271831827726545117726381545319529175726538","1"],["18859855485808700103404965830834513862164467702132776640366299604725951232270","11797547692957642981704547881808390292010271603137176367888676208684299509697","1"],["3361286004329680923087680673131017903176869791041380783152121065510965662661","16414065756378029090364771802309601788355047811203780894308160832181259229468","1"],["16744158561502673163348457158189655416897164907168556861984085549718133305452","12607577234605482947967322634672429659029644066113885036439511525493400122789","1"],["2609461108892233834693503408162569254928216684107755805258528013180952271658","11558807740520811413340287271752543310078018641932518244720865730805255245995","1"],["16699871541856362572171789296272434990863674863895121597631596689732990028663","10965580273159304424264179485155549704436214031117504610767306331691853181339","1"],["20604887581570457221414130747341277649975463461833963475797725849124288001700","1044193291415946003987889476941186916678596081258646882427021468600426486110","1"],["21831643935787220561829812910953174754652599998912576042941359661392858957148","4935302152937269303652249031459703405018733488926336444950475218415448380906","1"],["2581889675212610996544289832384746356198045241136909034646459288336688802300","1706543778384736874488231955583694315809067642991752742762647189024482815945","1"],["8791487645425543827927604722236569661320721106618076748275306575346987570729","9565709392072739878518184933144954038706017928908772560624726901499192879188","1"],["16104557572570008078273059245190544596987431768912170526778648744544184597489","16371505558542046498829878403208126048464095746208569907153070791738326291653","1"],["18504249050117412942001022904007799607846916818015499013334734773462527103189","5141552553376304102096315612798343383074335289804148117456632944080284395122","1"],["9922136032462973059221934628453713777591250469647533540652439047248595596343","12369823680221211312620091924614306697774533568207261837343983461365597151676","1"],["14008502044559306208759154797158730444752707231370528520788887329228057823942","17269276201577484834879063404298720529535558308986073014250300890006031311106","1"],["10476560816170876287058036573421938797198656941226232227489421383413703876498","17844825409591424773603251774535262380798009397971045172663285347301122214348","1"],["15028807636684131211968949909804420629042852369048534839075694272141745186983","19023734823683383533850683648836666845916243600750684779530142342275340414554","1"],["21429147412253250595842385437287109951385429940265734510338246749033541221671","20084995142225603546142917976468521244261795898459525643951764948025694059422","1"],["4861083799987044349735996436038906986013308107369993587873007723962362960820","19962633464519639365577181181356428717483220803803118907791619653404442812124","1"],["526928499982937199797570078042630476932531876737813577368707996723191813119","2992274596421781410600037416075048663520965059017442425617155523087703437115","1"],["9662378567890946687158828228619591266893737666388133751018150589636531962552","1581122068112581613677798805752369053525914841864799069717137094491606973372","1"],["11612001295552813458007182051867518597748891034530011323688273802832218535633","19343826535501104571595099316914341154625857651965712207501775711482468934563","1"],["11816840048642169205114806573043594450748493875170787930105380304091660980013","17726385851012730694184960118925776412286122762116873011850999263920481788146","1"],["107225257308633608277422669208854617285078157026760183221110464514579297218","6013155037853294254783162180661811308850306959733936634205965370301633057362","1"],["17631101542380804202744371022131955816008327647928999332739708424174433320971","3523550779134206828913857424535943858594869390671286819264835037972502434396","1"],["2589527783338744454561675801495961870873362732581264589281257983789125245292","4703296591619501458322757609786111467527821360508331651446792903788372521791","1"],["1797747108896826920469051176047062282060665372644367759754213167197506585361","12978450356957389992723189799172653315220825626584947219631322614729815288765","1"],["1805629942488853133650224517773745095394398941019427558697508110945292994943","10853134544081089142060429934459679274094684460305143510980952307599582959538","1"],["6926490107575926750016057836734837080779451982539953444467974891178530438040","5972485233805124727072285189244828271043189540251783306934262374126555234099","1"],["18018734527502973347957891987952629871495430018785339365354684220528924507349","6123146858613696854525187601174128462334381647470840289898526974846286237013","1"],["408075747443806314219420515473813948287024732438986777137509673554639470212","338812467072314669822576742289428172322787175126925793513420847831123215237","1"],["162052956364850844422267860969984572165357174196058825364682045414746473830","13892535190656753621560774119573226925469251742265209787483456295021055828002","1"],["15476829905386915928330541176737826366034393190305654281407712293871672227694","4165672028414735849211691765934887514915362889499837235380038396481603131703","1"],["4831126488009622330941604572848711871911441311959601811302497932852830864432","14557603193170892053397661735743136194453245666566208384085879312868497041207","1"],["8459955642972912628955752113877016628826233496713019230551692918760733233048","8756032592738565308603539570167900872832771910979960250693320685616605382446","1"],["415363982866724327236505019248525744606320827611450281008568198436691329371","18261600995412715557775694860120936725970572828441785312330793962837524593283","1"],["5287855470569409677108079778882019637026642071018381315990080114038498346624","8822618777198603390887861819901708900226369467752564745597499510580431854558","1"],["16425904676465895460848126855582628014309122440923861557788046233799125493245","9757730575428385970997484635432622890365647134997646011945064970902225988045","1"],["14273680462343181632564055104681001053641182318095400379665466632617891173005","11420491704009692122231341048371534482479821037519983823216590828837037075051","1"],["7740531103954674542504240011925297979810000622159706674449336228794638823042","11117744292246120756783060309200322946939184189712257520495142168311988206576","1"],["592317135622750235612356421927037677342645064613700383280536411186540623055","16799049813265418621073684821472315596555560772028242823663656665629742498160","1"],["20594426964716469345331802710053151447377240151976836345009070238509301526960","3747201133920636559508192288798791846587804361018526969912507041962416496683","1"],["21671915711061120608961607663362666896442652182448112386511317761357301003082","21572218648646947242825898064429603020521806397518631766713864570065246715128","1"],["14854137340240432846592325592853358031971195297017481207201926505382780815378","3820738384765943634242464910850322270520982197651560435358781078810877531836","1"],["5339267961344179211710387421152097922133775854220016581424573063985466390542","20131438321669842037064481032889313772629168969414677645870202330166061380817","1"],["3697116321913359478097768485776684259923546630787554994384410465385548845229","18955633811476152377832158429935016206126358963880910082617766637601336826492","1"],["18458458967135497801126221617098972539930987785826304995054830638371026979005","3930323833103705106638571900204305673474971183172708708984085828337992416335","1"],["18353888000508557276790420950931890478125329149378775115938198449324893862859","623379498297091115315492663089304498238805476263425051596534230817307485723","1"],["18558643595792787684205577977749691643844986555879978549844319549621983903823","21823804751945431997922664355102071022723355802149647289217431456427099750464","1"],["8305815811963557853755987802081094821423994664532233046712266318082874050653","1204942137596363879048837806151492410660441898101906798704395521636324006906","1"],["1678585586777555658438141622162245558398491724706733172963599991074020979331","10755574547911981231808092595702406531025888898003172348772388696391607280424","1"],["15901422762905641358589482661464307536465317410431588885893637411603995021848","17141588319153877987282555537577855219235744414206620894009275944368809686105","1"],["7037696360029852975466834979163685369659846499641196156725651116340987513842","19547098412220242385424609162932839493743784862477411102632224475763965722776","1"],["20907231207838734009927097263625793948130056547301690998018455531103763072507","16469188674107509480883484432166177314947945887793331299667092932223664839962","1"],["6073804004549532755053606173625489396147319847975560429730425112164594634421","21010826050664832705022755118306421890009512489405338212700754814556107358864","1"],["13503034561573269389703749716599963604766931218421920534141766005417561511463","3239694770795775982208671870363420848461905998610422966309093520801344878924","1"],["19247380600470915060804129261026388197924138379109794369608010054152959871273","12687400016628725991611649682719887596506145778191600291940033359899236641362","1"],["9833260050084875377678352287741838562076059597882309854040942287184821259269","12361694170427964155947757852911023262570097064684448274149105697184208030165","1"],["7736063021364961711787273124375402694097252362357325280317041785355170805623","14686367414918027804325064736008793551333833449855416150949106658079684762767","1"],["16606927565390130929065163613737329663718298164651515244199624025050303247140","1069344321772877947456550526249419735707043787159199467675251358675939991853","1"],["11633494486734344651347437448045895410875633791153199615158533095638842437311","17974364875565107384692730485564773935884744870734038533247260472186231361032","1"],["15916593505068679446745407313672530429611233212307699944516194741415313061547","20963555028902502083525994245550272635098151123628925090221025871863877739921","1"],["2483380151266766378702756452539621399070804140700556768665643100778222239057","9243341805057421784183308019740296789173991855642623837187142135499880989116","1"],["10638470410575784909450078976148129759644206600504308310712514411652919409848","8432264530239682033484673432949133742564224781956226268663382747000813998565","1"],["19019249573239660360148235290208825868274612242649014266116293418782514388930","2293679459244851423495937858551157005005581471928002985767356170223064083004","1"],["9574380876075330246550147095537209476761269140080723219055949157420941104580","17795177683290735746378882031513073268530493477166857695887029476273267880978","1"],["10784163352246490957659667828411180983188059966565260372013011073741037374501","19633656875499036371046063987405169414511635881437224487208338584935206702208","1"],["7575829618060067090928753978346900775415431907759521407075231583878161804948","9426470670712117141442692515136518685607205753018551175854120347782828257653","1"],["12022731350231821052433822454231824707508563513441081750689000842485333510946","19868981169143456305675037264469039775796231635983037763839714192522169068596","1"],["19668217244796902567378631378472291428216516725722246738902943267564693571182","8120965998146011286070457859355901418535382218482325861042079472995708895509","1"],["13289540788547720228183510267156377376628495332616803372212351979703374983641","8721818628923269411920528213444513325111237770137548384333414269474866634048","1"],["2840703680006815918004733675088332687792873049220495748938192172858129594236","13677794956799789210068624735353289825288317357863580336017533230639091435246","1"],["17224857193541197587791222641261500859997853560257867759557376897470730711444","18515288080655048331655869688367634763611819626760738371201343549891539554288","1"],["6320473412629575528522645439538628708925298488892525991913087474136274368231","18422130627378924267331120197696536524487766587693258768978068437328812013629","1"],["13982718104036268797183206981948890429433101289541842175106304602775849773111","5093337394744304602417492022524712361637501648772733324080016813318010169467","1"],["11046968735469282612439837795021645897798870846109679837377241364225040776964","9500679453328983901528031773363111436421142400260210155757169736434887493509","1"],["13718155731528313888964784651371339601228616554028412009175903523277434602444","10860893643660278058412618259328019488252412268256364205341963778669491176555","1"],["19559634839082180063525622167883424004622484104583086407687312928833433299109","14031984080207298764399796806023043741585451844343657067448428011298173568032","1"],["4789405217186578624587227651181674796710540503177976681526713935063749014125","6718541377902105324998453456907402150855608565537983297190384215497876692335","1"],["15835391450318679180909139523820820378589489281957850989999809821197429060800","4358722751367330788630035730581217955448146067858197961227808671608499372322","1"],["14417056949634473482161675742783857087402519270129908864444266918758627006993","4180106625046050495057012121461453153596807915644584257855056211189177592502","1"],["8157737534941870389179964170750861922117321483566143971988117264773501587273","8409297315559240470762479678716046756874041549017380694982339025593342784080","1"],["4122550190643017209504789878194858985888446502334794193944411168696150456239","19142547585701410614325327828816808175993118750806189351111948547096646331192","1"],["19108231071983780636824056033078027854260688042714558482986296576783804623952","2323395835613905308831678859252084232954252262266917495115178145809782400438","1"],["4734986537757969934617034590437732076787122282456750969694557971622036798717","14897755007091115976045007257552547576673868949557046867059131960486645830772","1"],["11089916870577454638623806709275748116509457442067934603557101586338329740437","20036413034600434282379348185634461049004866059963346020857348840396654749473","1"],["7553097775093750480011322419252391372057136976223580996314243872550584844491","10568334271526150039166777040475172544585425739903687880581800719548006628641","1"],["8877266490794304569752583484938463710204622306493779529503746990741965929838","8073835432235037028814308489456630300950799908694238611440154786311858870791","1"],["14368757839377370936594249225633831950449834502247438937903769764284985059344","13441373241266967441927315782376495324715871856294734821600650408317228111141","1"],["6954822681580775334246138117172689608663191745356392622134223932137443326433","11404050625258851532310547995530507140401587778181081800209284677532357126031","1"],["359132506371862587448033395991013594246399980539394194412297139168351800934","684946819872255324890217527683533306155687963417291772660890851637744369049","1"],["13932835447032398710412008296732840026000005872105523366253095312818707693787","8748090876447385789099149360443881927540460118671691787561648248199465990517","1"],["4110423494075746695011497875205040745103287563051371295527551602723064058276","15928117073517311704249049368653650813240003653593949313233469101234313999998","1"],["12091733299084303855981216562423248454978030778892718780916859840878720650316","14454506553843148191935682233885780714327682983162199707811729275541628550798","1"],["2451208183593337975105573070796531218445545066756165145713883103535995901567","2675031492153822678173113947442022192749614462525055443360603998957172771978","1"],["18893092311887796792399796050351761333360394552837887826462816763668836280654","15923397783824887578957553513904967574812349157963772640630432003016240532542","1"],["10251729460043872775391052207766046220151280615254598100393977090659813809065","13432771499461522449269165613991164018723495086301957063369233757565914732649","1"],["18612092365769805147267545480763835882756421175957878590715313485380770900910","7203763470934035564896111145682178006591842340954494426323906298871408781294","1"],["13884212565011921779948121490734646957698735600047176355062782064380255318566","13881738438359148158717841136772855988520833906368005106767071026403985323432","1"],["3855545283296664448810716256736332196818511524951338777221923717287014706837","1612837011168034749777314736407432321983457906159272275259907305998045409282","1"],["20320228670465596285712540476470654754586118655704326117232533236545920749071","3481457586885032518608890005477520527818041231955846323904440323742714689438","1"],["7290815742816700058018882205044531671736893360951625957715482027003346675905","12387824136642303189034618014130553463116049482212931049697110588140248109580","1"],["12003299523122019055162077922972691395797522322066457219323313352325682738562","5655392184437318635811729622243178928606745641530498240049563888058519004190","1"],["553360289145653767582757096441330497656964124862633554901003924108882998491","15943617131419103224813982319714499541534138350036986582996990736285761941234","1"],["12025753742373518128797420990830462955190419070155389752885023150804308710114","21430309974573897285900318196603887013216528396024453933848954545346387014177","1"],["12803347439138072941811311241122076540826447600190472018436369990680174133825","743682573726910090439840155995372080900216380208874466658398052719829934903","1"],["15195722277817901417345724991132930663721269186797197313152943980277059401288","19258748543833455770538490884721548908569810359380642324006961115942753787558","1"],["6329228574755486614513717250836576123544455016445908587163797357085868209820","15142218449786229288273634534094986747378494185338178788057840210950289848430","1"],["14134910764688448275744440466550683734083284282959804334651203839495801533776","14646087451164465605028263620855712317371952662672298276763672634222337529571","1"],["9464135341890890192538483895456155041093187549075739716219971685043047435611","12017147844276703656008334722475640610862525682418337067086930783007096425891","1"],["18158000722984354911111186999790683659937314768669450433123256876156337194258","11441760989200490072840222749308952133744139314606400143633894661157196113943","1"],["11774591599434951403006365495349531530124135588466754548680342695639629303584","7524121438525940541836214185170670442565310917752503205113185784143733416984","1"],["7516132973265306038426320292132628768529343647685012794037231823387819666326","12252891868786309191947893154213449572185474267270343145872622446662987582506","1"],["8571363999969244684149354724565177028817581555081289479993894874966588882049","15440621054028193696897474494548051361812974368398052977753044697639456731772","1"],["19159779683534174447642130609715093214079243719261986487112384203219619574323","2269982360288089270215668284782106637834209797329889507280316282799969414683","1"],["12856527683847844755225677936608659216539098550675379994396997545357185910710","15753061211145945349665256586106546115234773312591833947396325994990299585812","1"],["19094606391042965465134492159278338349362015352744844235276907914430948302218","610913623388807602974610433808267163016141794327879834643225522016696308798","1"],["2381254752648628549290364890270274440684859005736806783885789173693672961582","17072439265013151823498392110527958241017299996317042120957188677739388265255","1"],["9763211674741696744594491418704713571904040383412601528560135076548973977585","4161644312069913158664205384585617895896974837947471257259573514674266789926","1"],["12863817120441894352985811460152842640147716428982360437594835841798128861058","1064951595679364788403397758223635662134561678571447986991284319420784709089","1"],["8491302528452464304538645750344627070420721026352451319416089551364735674333","14166423056593106523246325745072547589701723359636501438674605529837865733660","1"],["10860072668208031324328903962276766856891950638413352161228763803673698387212","21867109171510635464959241473022754069256839500597737410741076671616668175659","1"],["20547104835047401579252786957785477665440414161445646939528285395183804058465","20740993172409682155071269536699325912647793958810430082366632706180726536067","1"],["8823528908764691331655474426620885393213805037905166761502101672057118549954","6494149656995208957043238325660545995413468231561627442612274343058104477572","1"],["209413442725874829658339725037034542081487698186958169242202501586315337388","991452633394599222923693030152615460881122233119592266001472577540175002693","1"],["16238552944097827291382095477717886109408737705709814444161302693160076708086","4126900611064729389777865424138630655296235154735577926574606486120307974614","1"],["2770824111075690628809002491796630187802421816927265048517901724815466738188","16490997247689345497295781517674697587992264755580592340194071613770195670514","1"],["4892398808684369706792955777477241171165687405512577897754404823961912914412","11812302501668373522355441650878132751289348718068232943588154834567782070408","1"],["10086216118401911620066925419446886773412671801087430432253278623092180987749","3035057616122930105873487095204304596113835403971754405819870618454690708159","1"],["5101576065351950535867300480625793151121988612568623533586254831125181381878","12686390985282172671554264486571197489819955099463315682774566304584810608050","1"],["21494753409973627619468250982765388497989899751053747353397066979078306820775","18707011637319353369881178409293328170129308286675795167603643430226354665707","1"],["12692308472913710078510396185035274021430277536799091404786381887923811449485","6129838075558383777604009277121489912461198215917505097466158010912256133088","1"],["18425711994530576244821601892493250254064484822528149131727553845238259666635","6479901244904434328764390547360504066090961924315104350972157905784860060606","1"],["4155975821468536750464131259339985059258475116588026538903236118296751506447","10369305650507424339434596279892531808713249835973382093776151221198533723088","1"],["5932407978151756283078524927464009280740789271836547803374857189611108293059","4658629291450644356180285359037277481379552463141828353774306999562005331945","1"],["4361006257056132789286435159411492782064689097084657867591421597938263112126","1534835824592061582934689912634500117004290483249491099872110438575459233973","1"],["10505489957069902648732220192652067478347627559465599604346430129441719901884","11713551908302487235160958223943941100859507692366813319252742684616905165052","1"],["4501934074181393787078934856582447876662041179588677200609443444198741803610","19648019297930206456790564950735410367311994532551704805218585339473530835638","1"],["13143462763761087925677286157007996728538877629618169585043144900806636756621","17287511242795252326294681406322377004928792519435514791596259683703925542370","1"],["16898540154048607783645455618727366094914861599031410432096432426604764806259","2537028070583629653632722854778027036717380598015663202249060645139621172738","1"],["16750282262282885189140037448945082379104428702711982703332508997400453398454","5196470854977893109477997323280948355688795307834153042181166364842307772453","1"],["6041437971982394177009921140194445925629084999109663842628938239361695258807","14580295470818812999657220481761337826170047327180111711930783505550583051142","1"],["4547302146429082555288051021189389629527535710362528477372157130212011615915","7673963551339402201964784364896942569759096078485978116965499405690064267551","1"],["14318332720680337454723308912684199824081901652537519733126469233796779853175","18595386632991014154726577543995356916168562002035150412790578008183999427967","1"],["5186249618678234852807582152002327419950282794384176328671300788093272096856","10159155820502838478577763634003394957947549768813259471456294249968057816130","1"],["5183237813123190438020464691981478324480085595154819619705520419909371241038","20688312443722141400187978402609241728643109297256609629944364877436490227700","1"],["21796570217149048557916690177702359782862725144386719820909424302307227572459","9852878942896722723985187628987994252260217114446468999856250852706116623808","1"],["7178588090999669652443368563750123059502504417625691494394650643317625244275","6665850142105287899451938486395498529450376661397910259256499224432520511073","1"],["19504939964952402292997929736756557414675595460772219730408114258537710935408","3565257675997606695126867432389759513648473962765797702186361818427954820366","1"],["8000214604873759182525844684067745255106375939026398488053291767352426487017","12432201317864052902638694195847217136386721885643151230790826704979278476255","1"],["6172342394739221676684462961164991117495155222580189731908584860335700572614","5450979036929956641271147104424596673892311265881024125336032602863885803665","1"],["12924116376540856301427565879044926986857252817214475068715703553513147217371","3644428108199477509796769004720262622582112771024134022604659269921877525613","1"],["7857535289944123078771230267747740731636367120687559444806484970027132029129","2796693827510652104342954903585384997884645058907409457329253783479068962358","1"],["15220763117025743502181883278144398987068814309662326479586452620204022263893","11235827912361029184879612560994181069697749202308905420555205110961830414354","1"],["9538585713633902826630906739935989079724396592966976990036305533373259171096","12279624055313194706693280589800323138284463063182197446133955312359494499389","1"],["4133276135136501043876001526528584401894647362010551551560633080729969300257","5933662780795492627664508410043595420531429090896248117740561874800922695105","1"],["20934107065290293276705611894550243334438720314601286139253004671832178422372","16958024938742192174703944295369024776580362426329919728833251441202034801661","1"],["3073597402652526657535892168499545617249299257242262650926089480997105494879","15946477999163717362427678885135819200298683592534994532056427112636472314136","1"],["15361924146234036593312796951214115529520074261402156448331730340217850258963","7494130712678040287629663479143917466758311508709630187607164436120122145144","1"],["14962371449146308459584864054709265541788108202539328461580159247994615711304","3270658072167221124035775745892384699197913211846643831690108721010865956668","1"],["2827459641289770386516860667552146164994608100599271626503896183759062550056","10766663585636963977984440337315232317285014282589429091419231032044949922950","1"],["5506184157297200665962396323956240688326246670065067197096970578891661817999","12513329238166300327914222176478495631336760458544782904566611348923344428737","1"],["20190325289143031151894675611719481455726399304486381052257601585417581879829","8069116028192565608567735134490152102995707383549412888113915092391933233405","1"],["21154200636922006118029741371336619902130647340719311266228165827607457073051","11240098970087824944684568724001520045679814715287808106337648503069140239374","1"],["13230519582055065036499210829852903896631984573284019113295912679305849279897","2260073948390382121191593173869444592438997436943135783170498083041216641528","1"],["8036773657124833442923442958764544502544048745922249403167547586962404093599","8790717213687260615129224188873339415205332484887297372512059226540394617473","1"],["17294997816894662993254394332427363467529955154737237092603483807310402938530","384543768339316923381681996918178997329168482749904908264290020177734476057","1"],["1775134906943720385187721178838114683949721337544333088379228744054306086094","16146711888734865309670916063924913944018019779593847799473366839403394406358","1"],["9234731997449432798680401380329181676332643060436432048661915365943338001884","1636183913310447503450983659180093251625015449036833724390233345582314851851","1"],["7404570170099582463274643122234885394189885987893781096292894964276375825811","21043691859294134245332450682604079543681110642552889201417231683418171982493","1"],["13622831685069862542189411166841116007574521713220662753416309950851253216198","19220607075301094193691997326824425270885740558293930551871078467182885933532","1"],["6721353975654568812564568844278662917767664269431941456567249809117011341580","12003251110421269255565640313144199476386041428667670722878226016503737615927","1"],["313478323828338752105408901036039657192589276658947481465318932397400049929","18598479287847213686628203306996825916321370722058769731453717452014078329278","1"],["4678166119359366392356207834168197701738232389124607068950369558348638206302","8080388994113251506831780357375508208207881408541713311290490015887682616789","1"],["1101282724406016777627899243873369259751910085391598053683181706818148732964","2753618547413449867131097066074699786485949053433935762351199178216594919168","1"],["14562974181993663094017857954008381024657298803653366427907124321393934583613","16062160125823691842377512440010447533910903157812315659050000645657364266818","1"],["16786377447485838852457273761738320329571018320733703013350157909278434313146","15942349182940160279861996149762933172254253489458376205791524525700733221990","1"],["11202794954446549758457832326602054075367019487228088299006605901187787385964","6331393314592729843334601076670140049386211936204590880331375790106032657449","1"],["15246353715681283704282068567594281121579592347649672540201254646838583291964","2652394012742704844001036619568781356196536391623648380031789381766292378481","1"],["8485608539721248432773060957181206554197903094945478017068836078733343180674","21400901627689860184955765637301885761090320466748497300052596857469773038827","1"],["12984093386541952359817684052618927966912311201171865750456523399607007734833","20854410426181555417847473668143399952683189946437521535375941064121413263407","1"],["6301022671121052589010800253229343966995663879573542558103415297839657342407","9204941938552450787089500542590619379942220691729181968801816712009745842156","1"],["1207531034047037660657581220376255246145012174677544851448658864145737555045","2426821073698534313395222327576020453624596385783205680830807349397188110549","1"],["13143877202497123750686547780431181641125556656972116514169957983878041589854","1566169812810274134506344154551607249813317757779213538109813385468434308905","1"],["19903166662955047842543742656513297979269739870230854665608501655546256184828","8685324963450004725517977763748082767630258749228702726615991884411360360653","1"],["12717416852915690480171272621478169908233921364102601045798256948197748779518","12792945720622547358900613397501154001579409395208515887264153209990921186096","1"],["3995159214945156553033944744440528081103089729049484336913792206114446512437","21681291192824731079318702131998886808584600298540523772255713358026415417558","1"],["132025598894721134138782458497494975805242256963173011831677374923578986480","19478273072361781364640219636255060758227131251814823554848121723493093185092","1"],["10190789446402335526771807060840301872098946016797024079794873726129896275836","1187406200353559540412997117323508314326488535153833650535781413363549794209","1"],["4178128653312326795301735000612000856550664199098657919816553279963876277925","20171834872250814532793129294353452394156312353462844608756049969694959307035","1"],["4340698995729939517470627744572067841748318507090715627952709208430036703020","9578694356984484886422399015827058223576655988853019339825206560595654582968","1"],["3653932691540955346342184852545880746742520103319435193854884530184267477236","13309650528962997081752042283802089905173995988518630491827217791901765172810","1"],["11888730988493544316332859316458588602737178299998074172434404320552455977641","1414087794557236041823537969578564107543411529302946614076248428403805424587","1"],["3501558832362982884993277919783195072725543984533419592258802134173742320197","1506140718414959409795628533172498689422960800543359209847705435973739073044","1"],["4282622099774033218931525722344530874565776870277122063845818854801261893656","2724486415545252550857791786140220560693618398114326417211611472612125101518","1"],["10159097191434645517266343708214469579819287303707311401383438379210129790282","6279746627404664998509032106577126476839675302680581005411411983762054445717","1"],["4103897254660289003908640967941773040953726679439081303859323074704188660257","11416413790412425296741681024383598872740468264990881913879423940125435452095","1"],["12987537702585748886917304217845741919788459903527274220767809704096383354799","2548984616152706231215639195805558729537464028635882406417862310985748047593","1"],["14885686469258290091985365260308774245869059799434000864854182697820524103479","3371455511319565763612998344566101539829008808772912658700193213550386629308","1"],["2543943656319095253749871321348324231150859468969016069564504826849353122914","7721798730386009878818296893667699469667423507808045486775822278072274473364","1"],["8895244850710348301542296854645583058317532182100760845813134312645111240730","2750933115415730030789960883769230934502645914012401819006651870716057692642","1"],["14906576233318948591962409502925560507342476246254542118074419696676838028125","3388203534558166237056509414485297133214729993932680528792013182485201862088","1"],["9271413837565419635308773165471515135205859905811473201853113092222163299539","15568023864299576978319501893581733829038449789963008267011134803443579811143","1"],["3537302900200787805056532543196323490147887727423325821583934145953845118254","1468433167831746450836008622535476414959222607332314718240773112597475515044","1"],["383412481962636148161321089902113705214555773898013585378394151655546268077","6603934596667138894965192084623762307940552484807713298883616239755223715777","1"],["18584991833047595213874631561104985649401691600025972652923568281952015537777","6075851244273423226811488007393485133010850340319127146963769971180173230563","1"],["16315040290034613840913472167226851548191812491134538986830167228530332329620","8574449742057283013713183727425965220507682844971864053902340582019505335315","1"],["6617799075418497504690615031765510045257916672323924313897483418907595497930","9293208863492175332203007290735354159132704794136894335373460471309109663511","1"],["7095562579716552167054778364328470954065739621218460422000948239588030351479","13129103755595374487795692200028342294414295295596976280139084028840868017821","1"],["15316748116750114994754730856270200386035282158447067178694565584126192833227","19582902263717262638419062657965043121361568604775976198389409348396333774442","1"],["869333790318133210641969279604395352577434475056221656409343727363401298769","11310811185101339155508931014267718621022754428585174569455963045080266563940","1"],["3803337182224485772379095488473512509526310698234379198508143621498175326674","5725305392593468551223836669267628080336500651855695427468356106899479984833","1"],["15299196993506694401034265327162615420761485058415506707765080921051686517872","20325533890953319023594536615498482988105214051321436367870401074521657582221","1"],["14517875119032419677030991361396544451758298612302074830135620080279395722348","20068207681616267444125123195372073347661576401078750355808511252281329101621","1"],["13825270168216669977795720629184028108204612242153132025806282492694651874178","11817789031344438467557672329609314275597049988004213944763603804885698205757","1"],["14701777991741434888214853866752102595534672263916515961530502149264183043616","7103425910848514472320855247359243418212099198124869678914828076169336255346","1"],["10012311117224779355872140841396563835817274561665232906150538806743654973243","9682326160980300246197892242455167625241473623601261242492998180292999018365","1"],["21472804855663147616055626216787538731687147152497346979056358302122092796632","15150524662097443589344424031270513021563258405626758542205505374147171989766","1"],["18301031649932407583496962417630118263854945656396390471611533220051426024304","19508449568531619715867400452523017825440878773523977975974895047614037957841","1"],["11794047825870208254867426062379891809625531465561193510152667961820679845222","14145291969902939198558962597141608985629437173616455345334830763932879493546","1"],["21681618333256133564412401637614090972459820449351337545907778175249261315238","20203862694486445302036897848622249083379084899755339646217709777558460049846","1"],["10329912359586272455041981356159879602897248084904084642901012269160484424751","13857808612929733827353451349867699342720493544654004939045204159926856872692","1"],["18848059144178793862157414063387908504193978350661907283638141984206020656499","6128390391011673144714473800332721464517278505602317375806357830360603298426","1"],["12715716347814420339955269096559487345307479355569249222374012146676954383374","14063506800401253677729564601593362638125084301221402921656140383979142882143","1"],["16674591162986398729877678972652151202415834631195199589070875700602854201094","12451949885856957163976946030863941947264339802178422369806418827704278243896","1"],["9312011789748563137955644112966606653979211120240488383943817642391427186939","20552606669878655692003252945155579480803376524774368777599926962552960172131","1"],["16470884004358753185086134932341686163051232136294896295780187179132628835522","1999149442443838769521811230952943626216460599452480531728485364593260249418","1"],["20217781139732513442688261211718432159161606771793578239523860103678881473665","8313734545063548559100277284899599175632286586084639265925925373249652993422","1"],["20782245783504539123402017970970184470643224141185277700626418424340617787220","11439615960862499707710851473787465074247306615249372713301348976530183495269","1"],["9438295527460564915782181554255969643820606735823444828073924039348403229102","21529515811923256427825609553460033591863620636469928849042947284451715070027","1"],["14037759390110172451952226397583638448961497505650994812096502766650994962651","21656944006001952150141666676046218015452152858181627210710483144569557976894","1"],["9609348191218259991672216393853132319889873881848879875952271877958169932801","18625794733805574279223654126494883498102774616253124362115387019490323512228","1"],["17321528036514376347139184229417096562674942742724831351992607037924212387735","7370481265115907118065817110645027089394297889729399538303738027496613408088","1"],["9687259415063477764924442653313076225158158058598679703602944026344149133106","2530056293849295762355824873101236585801976024742822088266971650313127876129","1"],["19487110410103036135436970165952116356092233937264709697795487917553974907815","10948569620837036658985352444036158050816740887387999719871144585386413480249","1"],["5536676268194227175306324260467111121047359075551643493929240795934131284655","17316748281775185167681676021169724954870743439880107375517471500439858870675","1"],["8515735331451034526780240324366286874247271564189174235333106879701166023352","15340074825332598787618086538999044319805653198608525556976003095030073757489","1"],["21220403642254573026526284270931518508367346564553494488638732932326473805464","15967942748280724904725777128234724612702432273378667659200547095704580177278","1"],["13856670071163446372548986525873669951470727705056250598475514445207608194292","1151477249914703929781953324061599300380336423192990874383116084802916743184","1"],["7626255887126803621132409680266823779192945867229426569099710515716158810398","7752382883012186225011953314631371288345258060014113852349504977464217180996","1"],["2490895436024983923004450986194916894563529539253004530348321038864652139036","4016141854227330700036458730574912483067901405657947194179155869188569683800","1"],["15292194046587585037040224179865122564670273613106413704922449314634996231185","2747858922631959112118297112295565925273766578577781101093058420552331612142","1"],["21401677589796538215594475337140594969007359008677431494864526187316027270657","4185575566609512548313329201847744478899260306384049569078249217399109128664","1"],["6487198044822907519453357474891107474869712577167372245901983965185448963452","15589845591557797315338742680351471828273549525099547273137502278654542293967","1"],["3796552395320432302448003116114823950680763927265954685701997496695920082469","19051329247142915041090024799454219684713229431229337938269275945506948715016","1"],["8831024226805670191888614996905108543105048634010633946301396010805582445253","10837054409747323165275801523761402397375154835278861938428716592911171251109","1"],["12390842792247836518311420401339024653348051716586397669705027389644647028399","16277757784425031637906488030021879798484273092497504781876195714595669042732","1"],["16769870706318179973601969256857533444098991185019818191104220393777500083630","13425602232001444537557925885469292475640279794101812046868372456979117873500","1"],["5285464499410452395173791641130661735931093286118775623685529247106596710396","20555518364111082957586553384058653130527053541211523467967024647510575282252","1"],["14106528975958470518494187375591864958476527006398645900717742957738159571305","15055954437606070605206867011561971014683602396241964839235748023059904642037","1"],["16994573933969349377357818646762196147688719344079398022740809419478977882718","10244859136361389385779637713625858992016424619256862227015859529643886111080","1"],["5676852446647233705463202671589285813069774728361940599047697698863280817232","5277173537715792029574852368561513143610074563822449099423793054827141536141","1"],["15253691067281922664860736373914000470040852000221167738383089373630871050404","13319781500463428204446695026351685687932647006301653409469700577921418034397","1"],["20258845268540607692664792945101914568665967825240676770610268495213719981523","10794069698560352593854725862670396085610248432907405619316431429638458002719","1"],["4234867295075591121479118375087111239839013368650043962387988474939074676286","19770798645640313399859112878844814892262206061573168461678109868829777013482","1"],["17627983408622615702317321377160741475975771605048791826852943870626984223272","6532714086132465638826534191717971846040070462190453156227947863756781124138","1"],["19163629087683697357759738214173574891022063642148728309858354807067227364468","3166931991942865488290534958116221643165565851615525852666666487790217162102","1"],["4429253582619169363569366856178470648408431515670840313617665097340352456939","14602173910054853527166539812345490448618372469068346821354999478437565732395","1"],["1719926668571683605753208037396680832883286895216878880431978908613425068761","86330254662309587264133512901160755410065484062871179877428297116114027075","1"],["16450357482001176888388480201398770347272526591699729198918849309298301003477","9615992517184851354679187356443356239458108082879905500720603503163998735800","1"],["9707724714700733490943015374288164219732343170683573150202760991215336089491","8801639173937939880554356598066849552401135026355482377630389051124807364377","1"],["18282214118473125524011722627252682521584863481675840824890428499610963261029","19251730996854292669267707681548021991848248775095998069151599959149179273369","1"],["3048938706286399737052943724090005220387011997069614604640497418548769796715","199234908495524548434300064989808087827666710182450324444727570329277326133","1"],["15980343245296262866260728491657122851317165701520159549468501077314078577663","17905708558838234305447601455492540749371414597117826978345593994960533510052","1"],["5771235957865824992271628718755143783088998215312034151911220871190960664733","140885475613980083032961066269665035890913404147306324221033652370967493987","1"],["15676030750591544396992806998128233426811360130325067919767206133680395706037","7546646125423693131912470713538092989110414940190295764076863271681619794819","1"],["3039919710523795883679235150504276001284472182682568431529891156183593174590","14357211219423360980449026693283535813236043538597919523539600056126434623808","1"],["9341031277292793807957721369053845463553054081577031897252242227811282593412","16819170890379180132797038297865018344532369093161113464411806952307656615682","1"],["14654707391954147977817417745266236837125248184823550888872098223258152294483","97397773937915989356952679446089160682988815039878487318036174831536074279","1"],["19928628389541891659210962438434980458446850519699846859762145141396123454384","12225853723418500927915668341082896777915373249218662463548678911957907076206","1"],["7012413064798303842106184268961005358121573457133106507108844681708991699586","11141771334537129979124193044258875869831356475164938380961467715396803570327","1"],["17860902657795256423291285566023160165705876779890700979107474976536042636763","5529492563394354687337107180059973822827734433331659837228495691049660406246","1"],["9210214128131124632696003371548182953810191468534926824240097274459145257648","7373471238871038477117356078424451642321067932597150975970004327757295926697","1"],["6247183184860676049185600146371345464370399385563021191970087488615406779703","15912051277292521416129044991407848583352545337718479749243253007146121570296","1"],["10690843775533205388654849954578168896032013908792699959588788639585066397185","16031476333857823839674989669975280589551460453663506447195603083530271133793","1"],["15138451792726953615229359190652129634308262748804669292637857280012152417148","9872628395313806610572008739594326176388032482212159528953104655886182032014","1"],["15273566500749008365085573173690043089444548467392195045928222040974687772195","18982134584819514472611337338051629427919280476949943667313158508616066156271","1"],["8167898500201426256971059975036425130048428957140502627259630401025642780487","2079360838709429217148715446123590468903751026085689985992918615522070766261","1"],["6558478571724685086463213840510501614622468134360243235483470660979990660283","21064085473969021444698004603789356372248248315216489305603442608165744977828","1"],["14117096752979284682072037174280499410497760886698899954935212466362239770022","15175493275122298953621950868323451644931409457151650951934667663119679508082","1"],["11984296462253067477830081731154893398800456496553154871791707968886601412615","13507439391804888137902472361620342543251615701813013668407266872909233667075","1"],["444811110989291061891105985254167021389341812891111264169395415404448470157","10308420602330052605434170427587959787003178374404464858885846717125564158167","1"],["3705211040148422497404836719257751193066985061258534216746413329316618571854","8227476811597249020877091773937166897311529961683075496702177853295779642578","1"],["940546355138504073967718984627531400808591179396567852358672827916112001443","3819997243630960100144669556016084479241064142188354864957307576994998733371","1"],["2143793087948395112408969115709550789372232167167206322546220307701292911491","21179381564031359855590369582675777557760119266146669219791100616580968686304","1"],["17773310845131995279976833228510949331493377376038790206548809483633617052348","1836906256129530593038247831293377094289603404219762489613417269643952755281","1"],["2384978315950318113603014718156629492787162413893644844679353264711254878903","5915276795358832407717716873665876928518965356191313216979454439927785794728","1"],["17701366453972799475112376916726725387045120311786881308598878721321970740870","17349745250270172274014132179948791916331724346646444251663315164512410944894","1"],["2063320322399224375075382799279598991240811412919713589525300383111130262622","14673280922988348822000687148103602331650845720197026508337280825590301310415","1"],["13400575871848627804078535927759037456592840891458193001731246159877883097598","18452315289267693646389796229788446621710078510084718435070514324641939658686","1"],["1643655774226372780364903748922296183371628380571292187838917392661480648136","9431998045796082869889889015161185939225557600912908585831931098109846388910","1"],["21241578200944099634774329364700329384673880576041070511479285775953303850364","21211993935422176188138221380008102976672852376170074677045733523407707903619","1"],["4944695312726336176428590280765620332006780671736973197527720267145126201352","16324125014128977561525598101251549741149475031607516424643704887710456456835","1"],["12693717116168918936046519709352789772646230567247893258439502177794202632740","15250701947906623952728906604148586133999648459736791189508355958402359420731","1"],["17368292664725658189949539192435016893709708372400920669735268840579800963461","4090293348858439211145902974296280123734530870921558239985289510588999316082","1"],["18938933251783277866345075562188591214261642244307440982583034866874145871700","8757124390195547855230291479530322478335791973472431498279462325925836468320","1"],["3726850777849703388950873137095840670098825096406790096930839294649708605481","4214499200225165704490394595503357537893850221427487337246813916133338181149","1"],["15466828431812838732062876095504979496958242474005857460336285504601030546544","11240196428300747743126354090218863529179490149445470649895045058288015946779","1"],["19101988250921030193827338234138511502499337828517472383676685713489019457756","7377056822060848542944731500849110965910602831469003356019197154071097625595","1"],["10016768710084543960983498213827292644929142510238503451136602925271842821542","7094986366421808348743367552554425120211641274451606631204031583834421633084","1"],["2826220469323119828462893020727693823445206769823435009087518397898186785907","18542691521692208298795603734210734076683162808634043838747661609217806607594","1"],["20495328273841913346042255801222368229963898994735182841410975998024781247340","18846293938060427771405247427916248558835252959834090609832040494318771155389","1"],["21586705501517621004509874225534675045708774203175633986793425497393647361546","13800635031170775332688936462337400055669502542001766464393711795941496538821","1"],["7102390673792560862462800388717115184196882715706265627827426391959144173821","5756882587656880834979767560622885298495972324605705911114521728315932494428","1"],["21500833489644438407870747814954518313247390777194574267805085382786537372127","2607932911621256668686852159338739240188804697602460719204485856124715948206","1"],["7098696277662752019616117237853727275158471108714570720767192576948091622420","4742790628236630466734209373632906391575152558022762285600886435360611802261","1"],["5655965437654463078096149637089651304162460892940930478802172362471864719511","11134728075969132195891573093719437741905997690775749011646811138436317593677","1"],["8113489613424220660211051880281888677731105874691873229323266815923125343187","8988193762961431941513766317805107679264751569809920142420310759271849336056","1"],["7647790478085463309880369141863008240484847755494736301895931888091082157498","17030330833867690410021367356626059730741952091825910450603104492218773886576","1"],["15232480583521965608988925415050733993435849848348528236966447911226271550102","14005962573968725952046645095306661763903709125840116819619285929553320461129","1"],["13215915498512774660050986164680684078994404835197235930781928599991287775322","9127778927837797456084968056087780628501009895623422593659903685411034666871","1"],["21383724368852543182216072247293227919307550380615907315190362384630472906210","4067792930271723513480070149164893407659388188891701309623901138097690244334","1"],["6304100449648902071975740328402017800315632950906291170605002352629553975235","9362292378247485013529150088336384813521679150996520550297374753509108554845","1"],["13441341406506766622447391058694338363891323679100610540119734720044377865324","741535270050836011335418404952704236277142036090299229239262101825089744460","1"],["13965891514584761790323610555279336168264484386563537886846783083342138639203","12050043837505433598079924163021759613945567138793162563966158753003246365921","1"],["10138598396400043179266276638300552759771486962506314372710291306027799789418","9561911207069025876645640819673176113473708926804629941002929128090541071204","1"],["7772106253052884824750448794823231618715205374976071186333991681701756619434","8445302127626914646025728354825877098928192912824869673400173175626556917338","1"],["5425052789609392631308351274757710856704990494002642436788030878177174455254","4389241737573585436261963332937714244569412199822245262655681709472449046630","1"],["10672252486091172919109634189821661921474788573721985828505829886649380378071","1107341782296101254684093100374050656797829315682772900100759267341852471117","1"],["20335639052895191194607589777293184955640099810179397045053059897663414767051","1266637205994482503787737371446763171813389051238372863912839639745320312484","1"],["4241752476210665657312468623391172341942090875896164289493879814619970827163","9567367222078861912151289305119476270392861828028775112291696719225757305442","1"],["14748404331284669341553319146707414903631641513244392474144746390334981126529","3493756324797738556914543783043380066515954775259691492650714146398891752274","1"],["3604538859014445876905007173356969200091955778222015490515501163619579799095","13283182973958917404270788637777571972369806907533983441242560601580424934778","1"],["1360557136864635184320572862680749057278250780329542836496993597055468429502","10705070537399814732741617389618188936238539375821117844675955855062254292612","1"],["15897341960130260989993399741852162123882838361770658315931208455243937327088","2910037268815264377953543010668283767786962021963872052893394695962893915406","1"],["3640493132841797727203318056371363714209676450324508761142435797915675650551","8035358942446917961791217176519950338300075101157475678292556494384607528918","1"],["5709947420569832597415068501625577145581911412306709594792212819923888118570","7237503374869011428200633570856324180105964538360620369111324607325067484575","1"],["21207314613265333982101284242805354330397543926961121558723370267716388786851","398453341163054030696109677591877580092575683589809195027697054712275739591","1"],["17399615880565658683435069835696494682802572746757336376884355617230506906676","6522464757624727652856249515698738330094587509536152955566609716374552999796","1"],["16625521192787516605768175578782431677177645474643856546711484938844172658940","11430211702628824823505884284784329479369882490190562876132646659397586823544","1"],["480533873052784381882559812156003708763957524069063482328249020389201953766","13379688847915135309053080943127766116185145226635009441040594364216294428848","1"],["16006974706939584475353668269875820945453928967174263087065769960845475760246","3413727149893418783068480695433048716343014369471843151737877956857718297544","1"],["9787512013708626218941559098220421704859550982848605712829042901134457034170","601270223032580254432527545355382224713399997427215603314252053341385873288","1"],["11982256190633589828065533483900225230895503651447849514664504717252077098549","3480281523140359674485520633918850828637961181941424723890196740306712852464","1"],["10953911173755298378734616070727534030876597840746501921526195278971699611469","1870367555919984116115806590020308553181990626671434895810235890209795660615","1"],["9952919580647105467643794699571926470093226011433367122417608568975135071292","18894490846814874568450454365709275600990209402953308801581942358639021782799","1"],["4384471380437196752937206803733173943037640076950079761217605079119343051034","9122245662257561356941188442756290286483671894936585167375555450985375459726","1"],["13775026287103248121379306480779320033759630291256522573783496294636548473334","18102432236308228153848173187050379401585724745433653997218979109050066890563","1"],["8200468007965170201349399972074691316697773036385166857025782152772218474424","15570794485915181284016085119682946430983326041624468720891979761785848038411","1"],["14097684045224488270413095187690292396935110567578299588697222225398656460759","2951312588676728919251677850122236176951499549144431812604937573636086983525","1"],["10334625149240682658240954866138587785238687631269502490113782038699443923972","1252639993212460807751551335034621823144039234865853422302688888123185032713","1"],["13936705157865738898100650995442079707404723755395168547554099830347982799688","5136001314716205725842203052387607991794745494877793574862313336900623225831","1"],["20729390284790224621724377676728445847452103415506501265078783780383412054652","4859293620333934298015403387341995461645845687282311351529873232848238421237","1"],["12893899059930809097320221372460571023772202486219897386105922531083602841124","8056375905637414211726715736441442815281060643454322187220422974361756138712","1"],["14787714148532285062273880979585285930056731460021070620104151318025238976280","12704305176105013967732646512390500829550147183364274461193297350934309471520","1"],["15292361855960573022542719277085775723576924016569761958554579865268261742866","15288368243486919583731460177146749557388166717217003306262877306995916750863","1"],["14770560704383932600255471934331561189235857069845968055580362289975531959005","4051502524906769186953719361663689912330786871057803189895313384902638459935","1"],["13025035309632852436074425391602354263771794600412170470008972844195117320643","17523246937437494456434538828334276078887303355526826143785954826626266960963","1"],["2571059542668962363918205865780748207779110232756173019208720207203932273183","2295938004810532872872718688223668988884900128167029907560676436066715277718","1"],["19851158283981732840318538234025477885602613349366081213942130868845003569444","16721257782689787108006474179666217222268936930904136807843652746832714299873","1"],["1081473884980497847748087134751618712513106918490936324508709395868163267278","6114825771873214040918758004384891515730462482493798159999195980062861250183","1"],["2881303475973139318312494355141688108840645930387517717030307431611929245094","14873077427072406979658046119991157254960146274966304497722357257151703028038","1"],["17746577422204565538470011467145738138873376390542211594958803914290818646556","18203543106082882012914754078135719078546034704320707594381874831864963101532","1"],["7597411715852552844420155517304659216579942652888361978208088418112628947043","18734031963505595194079245176074208755486291790795352741456826853406098716853","1"],["4149141784273182725820150107505452256137758144853183120092232459562665425255","10401707557313511007673963444534563178802236409927291458462397632488953180051","1"],["17752578341868206211327231388128374379073572639522301949086101969130915142474","6985556556527709100014587595245945261254174120798620416051879701193242084091","1"],["10918594064391016245100292656724610918009575123849110486142219569918715027247","15922147267130662161655771057689864880573835938719796345374608811170413348769","1"],["20020533878227978698325457941866986194815116620749581599359722180053679020333","16345624426899398690481024395893085292322169872440004225280479990348539005985","1"],["14979562126178667876688752220903287516687797823482121088661825200842588243587","16278325504949114406478162563742484485187247720273539534399092392885753883673","1"],["42093856552719738503050284131411641954717743444130930059129753655166199728","7369502300722835799822522123983776014356909077095642758073913645564498473330","1"],["3370418527360225577366280565539131564270743645770111895278357402815007824041","14756205698634165861013480049947255639982762652156086084997372008698695577420","1"],["8539709861257426968127992818997961111192500024071189807836562679113698668570","7117175845741609858418339956595624228019709330458962816726377762295223506691","1"],["15322946650436669740757040005524336099029067182472841697091691580923328171295","20838434297664291120862119797736979446340064335637271075691127921103739858184","1"],["3879546798351204757810606229133587938375396815601912515491423561069680061999","21732107459614246201576388538295321581929899874048813979990625712493861459374","1"],["16372673896673383831049016091280781054326662473651931941945078045054209078322","3750992210196298405217212061185528201402316308107919581968336930276993000165","1"],["671932606965014129926614104745282177521078608510535625965988925174081532560","16088774961038600899963360959365209144557943194491232908877578481571197707787","1"],["10925716350339646453863542558317976350488798002216187967090191127638001424738","3239270534680904685306071083157242455831729443026196699367775540343931283674","1"],["2780682406081064564168588903049177587935032149349242074210458014629012342479","20742030788773452182521108637083250526712152562305468121466777836182591489309","1"],["10082218520688402344078157758222542098273508620831044675385787894182648485738","8253441582045810483589322729310040969989112892825955868119497932433097616226","1"],["13549106484528628219308951044985334998161361573847278325753943811852257997768","7130309155358570944935361984115440336415332896909442842801645591100819218570","1"],["5451369852923609298134228739200624859613299902913094246350198160722107455423","9648719827504408890840580747911219638052077096972270868736467969455275137378","1"],["12866929535947531286466687761018167269473220443641449025506133182611191016414","16175748161900027425564488279506636871316988193745001820328764306484164832018","1"],["476525998359654461750008387563010132161032938820114613688938937359136531121","13823113863204697966078006820469375693972203399256771426776523954482691152442","1"],["18867289077234405673990713762595323433888980620660753391545151760360484684835","2625230809903437357958661462634334126133868259872949585717153816113305714594","1"],["7760702575536821308343449088011785228207570011075056273498465034424587019319","3776479027391181255362005172674353656514566407913256962659768735665020718061","1"],["20141991836878367997949112732766719880998147991020158068125293565741547335705","11191333757605015431569794971841307400849998960374941304242431757576517242927","1"],["4699161244177334111005675300225285358586868183629369712923817018608965069125","12023544990948445047972926243335445257816819727375919354886582577269623121008","1"],["6139434869776040092704814413724739827123883697220285274624650057304380513338","15311149576256343566281180525243210635089789054426577155592309340770233705148","1"],["7200303156552502310206132090573725024126473313525692255601129952196142029948","9473834231471097627460940747543434419006398250443469472641654056987762012748","1"],["10705801976557519875563049914359178743028725024843282593943919007537557147940","12420254233943518020069490793648337736853056393629437889788246385641745796767","1"],["3977725919368972860050207426827632196526687850950109650226910368334865436706","4974660423753924066890131942903848337058235853635915947654274090169800794999","1"],["3472047844291596941362063945748344836665080021365014009049771199680146535204","14669752903159138489379778115187329520295233441875573505460265991588629783432","1"],["16594867708503040455015968950077841266290516575001803189657928548833248798311","19255344168199493457265053017493757734407000930096949373044272289705045227473","1"],["15518588786015473595996312289506962381235115811110208210351518458800790120945","8257881261309972801431513548046281582262751822309983067414492056957246198733","1"],["12299498508927943177307275442402034336917906556250953963642742051470607533671","21856761746195311481069149684051328204499443644805403902016708195751788534141","1"],["4962376429742682951417975382728843007609073328363789978869317664092304143462","6042492016992830012912596209878408944594889657563364355061458557424907053306","1"],["10837455838112602194019810934088164815834784869893147368416946311139847757169","15621343630055801384730218332043963355989154237297635342814416125059804961835","1"],["20880719952102188984139114070260230850827075535217842240765261969237620220550","13071442520184623590147938475825353184776512741037250935561969824091103282522","1"],["4651255494269284677207912061674438963604417692470103580745828574488280744650","10661702107318593748897585926174367824848141592011261339788687744522901358660","1"],["20234946749190734934861039007385328941637241105319250037862118853304819314296","11761437252289700262027196091594249928971428613829094488218877982618143166928","1"],["16753916116797230206454293437575387714910494462385614050958736401111681647240","7300513998295428148382924004036080486075196148457010978342823849883149005716","1"],["19732818042864469897320954305764478214652324406665735572224632836583726570134","2614694765893613846472099053796943445001859456368351466434048956126359297254","1"],["3626549291892822312181699425132549988878886681020725556808808610536745377332","1340785095367361632073118381884843772842429317073521168393062771756696751942","1"],["21626475307381855437025229998592244480071224466042385504387420037151211224174","6044948003084416896229200904627710470368007295150285479918940524510657021912","1"],["3278127961296255725380299224462960265599797322230370625920768595181582369970","9188610620205341422991152891036804429093186221027324152858306805531890458676","1"],["3770936745734723871697802568331654226911461423169150895484150008085425896141","17855146494928594037149794769254887050770543838304078652421635054307701027141","1"],["4676832049294093021081290477315039878269175142106978161897077460144930705304","21694709741564601225993625326612925834785391465130232276272721299061350354509","1"],["16373067443711956049292286174618080156595513088726637489448087325004540680184","4091608870803477918500245129553703163484032351458412610605161883638641548529","1"],["15717955068619579088653824337640749867170212655231519250647862523842533667124","13215969109867171797268884605334308419644310103977126623688021585072665910353","1"],["19735622362576223440507087491392669516549942859488242993092720090456255444304","6171151196116904777266891792205581272667260336265459574144611828213189539845","1"],["15827425446841477537289868037986086872204347288271042919749551646814904610848","18820780159841517869451341266947862133249853363107619710330556423754323442886","1"],["847270344328030288979704566068781242922883717908469876879382111954725695769","8843330817903672372649890435287817174715458939086027199677463908984886038823","1"],["470984034262404876469598778918512098641511316810025834813806572778965517050","12591371892896781619836451290086838843710584304277638460654548067449187103359","1"],["19295079057707019691346158711413456439777772300014635683895514816507962568387","20917132871833392697843703266726308972985801749050900897878200280917469464226","1"],["15099860733160396225579556872475220767594455580027580626888506698329956166412","14362502990064452816546159316296049266934822258583261818564574195293023354763","1"],["7221063892798369199685757535802907496921587646061199507481125754154892578229","3666751870172086080269965427223082905449173708469225497661561459347504434485","1"],["4494463718925657352747590011075711020836764033609159647219013403567079386027","12500195325628055718435233413884246165839657247686994272293818808060936631935","1"],["21728720571053552506396541280822500973104374969769800344544350026376485829228","13842361587563784837024444953352440722509568663550704807081917573663859221951","1"],["4244397398383110585354876973628152101378126753712838939178371815184368441436","2842402288709496620771000552341731389259958486160127526365418890245004673452","1"],["18625781792218126892247725017960357804815979406370142001923664978005557588909","689622411239121349717846572132676605417437637489057056382051309033556572668","1"],["3653794626858070696802523928813604862144550315826349502458916405629761790407","21446877588774561530854672415128850592812457707381432176522249342002943442131","1"],["16514167637095872629685583209288801396145967739039126526010303565801947079779","632280889137020020624151445950863501271459907398397856688248842495822754721","1"],["3517814933103889558430910431090931945446959277614725958108126076360441063090","9617304222607607757188015115459640416945207384867721818913477772515088379952","1"],["13951327049900813169578409437510507197728880782976244845669555375003388500022","475847768190216375825747926320626754329338435178087855036267303134192236886","1"],["2046527235443500659960700787403304357121319843567139211333161649290157105402","18812393394715558937210996867535844146663356705044165835480773865414629059309","1"],["13162021307373260714213759293973718588167037646401462460854850206112243218091","941701351571616810682748678012664752386356293538934018959764373322769235191","1"],["99405442558038910601222403716994853741307679438740714761569013707220473825","20162135012016655912058179296853078190842418281262205366172378654507989782144","1"],["14522479243576824074288567574018907593608995688784642069170669556743727347082","20380126819167580870316348445340859081962687320363881677480065825216524827498","1"],["21648594404304640664547193878690020441925322326589258908336126980679071527055","12918103956943222301036394585227360223726421132784368956441943792595814002065","1"],["10752374122299342625035984414180597323059101188636583222034874278773215293108","11145439523959197519599167631960367283566648423593786858519557769483384457350","1"],["13792737158979142335080374484635788025367035348900318694830202884487293357666","1104018661439653524407259928311109733336366463098246755083417803491639617117","1"],["17787169252357159097501901272763924165961359094642464130866776758229171665673","1792839316132764001412227762155937931606251726987344894308591771147719043690","1"],["17597040212336533462165580065838753112206332454951268528827713367478918031692","2377228867135936008389244959832095460863740348013116442704828267059345314039","1"],["2600649042768399470535543908940758388585750125567266001526213400712077407172","11357866971978248908542183426776696417411484254259652212069215541554026681251","1"],["13915661984340265999474432751031845569578512956767188645376934423277367865752","3046727700009006859755798493144062079875087152406591700059608386059427746706","1"],["3199674218105045839248954347075674885814208002647301719371662516198041856832","6519892309932390372134100344946702409563710118524361936174215132001456767896","1"],["20592542054182362646634753171438471079110391532415092285504523740666519168155","20823934873745504172367845232150111358740891582767501127026323370715333438972","1"],["11880039735670856567128009006843363673087305818831290647456121447183469018134","13069419631648752529610287102135878416831168791739853482058978363715850683926","1"],["18507163445148689644927611251361880874212930383399973486919148602706861033955","2322914770750667381648019507955149078456918033930300112297557680308604097683","1"],["11672051920972378736784660915155741030956376911398903827674380085085514887619","10932355302827339291867850439298450367195029955440391260679563265661753031261","1"],["13952463961358470653161669822053903527471647551935894464593374521450407087322","7079809581338923241424052423934111988041096584366039951409422012842304584341","1"],["10249136425463785224283970043447307001939848354385790356013748313662393151447","12521769424697086184464293925582486299968713352239661343913177094129754573510","1"],["16117754687813408703608136847330975226973892974609479130099333791059259394253","20299311578640514121774061475558197779561798768510942864674760823504676118827","1"],["3117845727823589399483676455091029002909564692505585190974571403485828070222","13494207954798718805408890114139339807817884298825124398858634527482828443440","1"],["15957735638646807987661846550206458160050676158352658268094820173606122796690","5226969225659481547316329548224636385980636433286851012434527617491965889567","1"],["14287809625195455485155270716127494216864327716123396990432390961863418003398","21004241516060519617753386644021063042845186548840473845603060762721739949646","1"],["10187176795405604790347592070121109060469515963404522930414941594830233592450","531341676197620598245599030282352284041354464421471507827852023511972079221","1"],["8270154865485286828537560983468360526002652019025543437951216258422019949552","16746798761862020685506604423685320758804195591525998397209660988422342317285","1"],["4275700674744921263612165944751566039518348942755422183078955674200146410725","15626307632545286164558274844748250222477435619963126427177328203223426838724","1"],["1264533183688156616577098970828916679149570232941504276808767073311000870719","3923231588848589770294999408384705842657120152188861304574407366348551865607","1"],["15037766680375921542352235798194889435276774807764693667429865977742151389857","12906101347738407012610490032747233400222404841295206213370232257513830793170","1"],["2857027979926694502876698807383023889504612956446192054038296271595188507321","12546025370219999652584859624390346839048132248065253144610206272358973509483","1"],["4355350970092749087726013178290488305365195669230582597373452519277866876017","12738188877952868290297113304434962496403429951168194441407804322901765889789","1"],["4757351795870328189784873582130838640077136840587495257018080148620288477246","14888038187267177233494985404650670709330411900735168413050873248046648239070","1"],["16878384578448570941041516030059366361564282721844656483908898843713836533026","17364872278748493455692385370572790591834134723257279865424804397032627193905","1"],["8129226017764792357527160376804789774066765181144939242966806590327537067322","4151341968456466017201869258688270766427667961331402706836272851906968293547","1"],["20974819383485424077740572777225586356342431837057224205732948096221148612866","18848069726200532840842247724438027061856867540047720947250197908192883067089","1"],["580288193600548405227268241077452186130314105301125646530164256514016548914","10025608176872526288762830966829693472753545270510583925060459194097412888039","1"],["944299043123989614503021497409870207336797529381003079849496121461640066578","19210291883144629794895464773239353277339711015180421231884632465545378426812","1"],["15912278382711045266421223458761180013749690334468409316623754800296181295446","2728684177522123697523451685109952642178790392915733118872218834044796584516","1"],["171269992846663359089471925530063259978239993400948348443664386372749872110","3819327450987046545113865631278349090538812414626157289651884625475720102045","1"],["17976673925929306516613734413348167754056885423424480510019907763846792856188","18682203665162207513557610642105816051370093235220906126237659390166868923997","1"],["21881312596690167203872158951147320002842586658235403864354539502448146117555","17482080908900344058147208312507545560283463613551688677773783417068463670338","1"],["20130794661577992407489028050760938441689604653201819911872400328801629890442","12094633505145607306139438233818147968335740393123542907441619587762563945455","1"],["5609407914203259975542427635574486864705972392608541634370898583458687586186","13763184090451028871662404555260535130266119323759256367436501090906460075838","1"],["12736835374991766781019817682272475863553769908552302782908074132266910945635","396252806986351611979728939538312498087857621481427190894937427836294733903","1"],["1690642764813450587555294873470970628167211220422832401446424657799381885191","9187145894132953151677946874176904207956764171247946735716169503123013345839","1"],["7705254034727232766238343352652291273289595328072197446109843106624495876299","21179916607890523675411384858342760050825840640572043011955254503241222935569","1"],["12428706509096906990310761376589028309036664623587995559151864741473845331912","12640070139020895027552721278759062521728185065582275220932883453921487284634","1"],["3205149114165615556083607181959570866982783879056585144540829971312552544901","7007267176163123119825373379817234045617093791829700468667495846871735409658","1"],["13058760829154811509477601636404110798606440624398743125034834208009057075575","7712572418249758536153459273882386732712567255203965025060323431833540198566","1"],["668796700564129862296487823490094532793256003273382267016999896299124128795","10360171148882189077041530747843167162114461264930166470799500238861619254754","1"],["8843763039675006684466039062131059008854168199818206158990556377659703502312","807020098285458081032758577887905561240491488124736101882152102793592046714","1"],["16164596614504992245089364277416691249344572212596962323415749741896081190235","12068600304468856084344021805772138063615561499208578973602689110614711612127","1"],["335204295471279159876609350245867887230364652373370130434792720300136167359","18282984008411903897841435130471753196323457928283111662777659201764168746431","1"],["13750822394533065880797674625711765621940749124669195722548752437348435450429","12091072296164554675800473425817899873714715568368642254380112024170538898334","1"],["5728062895792390129131662978965872483179014776320706620110922678435715531134","10132683210320129475701531900703606795515812925967038040199044397851863675991","1"],["16997126690873947476786539097293768036651257245967330693758888654615395108154","12053126271522725241675945234149926583389378133553401224548944417627174650947","1"],["14283984303336884139753271535229734101268082948438227600675974391428485856993","10929228560518879301804105626803986504736810329172489256377277026037001312356","1"],["11755605450841354686694515710699802434762463410138466216411830978344238322384","19991167735883602109770673627710674058827747122200765500309134271263751999322","1"],["8270037525344689321395026272604844331979550630865486998317291747290838387300","5061166208002313142689789293463017223111895374138013244342053324339440194687","1"],["3883747591683286481391430439541754527966243401326476200805776891932617803478","10520264904654735103548295234310727498053006975764590739839787672251632051629","1"],["18886186253029753845451097249038310251552885918903370210992875614021338167854","16883977436511102337182942655108295081021302530981300420244803222036833761647","1"],["1842848488303058745221382643743501523405247981177836696630589065337528951829","4095116225677916450221254070010826289295959115351361585770240780980365085176","1"],["19016124100658006854668048898631515885503502886521543958660437073670319816363","3743293070817524202446189683022851597743938638918010715068082956262298494291","1"],["5048836655761191318648756661673165576310823068549104201080364058168796975137","16817001659222696937052686296049576751741807466022742203806023456454048409334","1"],["12195526860056291892007725752647090496548768737247302976293455636064509226054","15919810113480716935097513936768598500202515791194976681820545815577145885898","1"],["15424518627129646255720238431821178205537851427911514309282352253210237223216","13611953673817760054912897115179197563755777807790627225529077148218636681897","1"],["7638712289701191667851045391677044407431209727799309966064612325421077696255","21669020161941127576998229614495748784900564314053599681316683788301048005900","1"],["12132158310398469509193194624536776946152834173962439309152539864810262076816","3120779074553240124387482056896866418131036578362947162543181316575036552955","1"],["509288411604644305604982763979801650730285296954053061981166852257068424143","16168498504479538044066343422847044554639739595229331165501708028222360610401","1"],["4215501378414161375204452574250014934044464803820634544966112404201723317892","6307197301868760631687836756188615012687173221645476290583555110752906423462","1"],["8077656700831823968462955374646787964972986677819930468812114064765176262209","823811153220349258514868801263256787137010783579610966112753428078443828034","1"],["5158661678905075804075575609621308702117228820034420441956716250601209557375","522518107442751679895591101214025663817282263851377888015354723894065301675","1"],["13336993182672120110555245427009157140986582764210010449235415672697432449460","12252088047688250463353257993349841169829184658335278491387596334536073513220","1"],["9240111271976278227835991054641795209660058629641236133693300546214855349711","5934942902282968784058727303135957405839819509422994581688602524396124728939","1"],["5866061184369560995776869256512306462994653664399112360757868217103349279062","3728670641059856497394824691236022731992591969442025447150537474448592233245","1"],["17552540450700918756127454800112712140641401381354674724905191187806892570399","13800476781732173313854624642516773213014719648405930357388082835177507373131","1"],["5634012437239670646204957535447193241121651674498786451814395154032474662244","5287877036740484417293154700354481149862732386610784819282988392862676043534","1"],["3419631168666429008821663765104432654979526348488539688891585870590345852146","7854611782096760553685220386891808571573638350619124268221305182521390991891","1"],["21118407032335544804224155013748897991883099002253018826705144870770473142443","4531694136915970733940777952196692393758231194161091363952145599339701233813","1"],["21601922449014329181320815509707597168130997682713623587426333558179524899025","4867819860504925052891785612600624978911150691535984934787001093185199986615","1"],["8878872427422468692433168376228368781262940960119174778695763712639336134736","6044286604105112223627202485439461835530856435749442232678569208186380713311","1"],["11216803655783557055673532910522574990669022975441802296445529594938467550584","17748347563101928337924012611606477643924515566744487262278284615337347105116","1"],["1135554483645156954811941012099860669780095668873948068715759722925911473495","17722064344093553085297012819250528777445364151622291630954408470646797579538","1"],["9696547081428596306881173874471368536860935242329576889194344226694990950066","17253399568477258034758721427559672977563042670750068789129845152350978947230","1"],["16610254639395749374733619285171050358533920923629064052106195480617778393313","10573583753538099585189059628854984578589158544566061821058788789023467396680","1"],["254450955347611242005451370728486563883745608027305211283853907668115173424","7204719260382223766927283011579337650675124429217837485832486904993384614713","1"],["18556990520561716790195254350932727947204601360917502563400018633210571442056","18113045478260463935674604397894216514006075200462220955680208018923631354687","1"],["19315965177519031489399838132498465508826339364123220399214608772015765549568","7728837287015225822994567982661767405823874333059332651033617824220327599104","1"],["3659326912301231548066431609472583591507831381562042877282305346291923757297","20342893301150906111273989787997577453846986071850391322323069085149593647795","1"],["12748466924345826632381173166220900591452653527103296323499158512792672221536","10659007342859844270594845106254311316455949934875262425472945304830020173254","1"],["9215590311035055625338760974203421024784045142812940949939599670779686158379","11773124768246438245392824377748764703105334735249788185322230780557137320717","1"],["7885329526875234153384391641663647896700756374160158498475373770350228824364","10233402200382498450171235504088446241518391289660642799663947398319302547428","1"],["13340729079319324725654987502200830443498740610980235753647683494494068813957","15464149340254745287775199275729824142220275810274715545728827476112208640494","1"],["1835994836878547129398752865406209399934861866859441731579892024840255744440","11160966585727568578716373074107653188388369052978937788582024833463408645830","1"],["8527849983190257700202560818205103866328463566726064444387869265220099432797","19694037086181430413074142426778516579241173744389315896800782862950109847798","1"],["8917424691166946707990747446088020338879214833362705590171383403391945175414","573350466439583870210753945916538571077441012150604204651785858526173680225","1"],["8689263914714658901559806760996203914615208394295930634285499764739041866696","9676781530536726437556244252515994302626503034337120050987114319492383133460","1"],["3867953311900446167163358384790429779680968961257657848945718672812179546830","17487120130727231390548809595097853925084144065425598727902488398181402637134","1"],["6870098811777209693563663868177602907929174443573201595084242738619819001406","10722887363478028248501407364030143491227393736091961198238365844629162278361","1"],["16907886228669729536291558860252778557734507156440988801683960959407206192462","20439347379934534993722839243326481876063797729908794369817275676717514118082","1"],["18939432692811165587292836451401844232009473181512966126476718078593025131947","16557694124962452300971464475146214340460902775096857448472246964193431364790","1"],["8864123468447345555541336531056359676926894410524738198000370914717222693385","11778028201015695310177904641144159171025261231097114118440650932051521647353","1"],["16229144923757555141137209386258208061499174735100306254555059905004187429699","15384180774643669590047633854204442499398848873467324462157361461947321233381","1"],["1356274097545196947771405790470967289948677147179583265639069354981898630575","9798042035013444692566724083092413928107887569135806290473437028500403414447","1"],["8511657028591157332856007719179047041939271446551823639162399329075886791418","6467335982686244898524971503598352257980746915858582017927675802774044631732","1"],["8145278826408133918495040766511303653699078380426674679648173328005852762740","5268774747928397131681370379511035972251967123393010903352095626348505019659","1"],["15687705451968822966390067565194342719691371233381144573847473684900647075068","3183533803963687514366864591880633529928184556886192619999368860793851980552","1"],["10270260482823361828304444654981649810749433720416745277995150532381584711690","21447190748434155095887778571243351411424800442166447883628435126370447505936","1"],["5397628118176868329916651486362785053973704637596201909070725875891806505332","9376036595501114007224327889753622516634806182555540876932231204685242679012","1"],["16701806488493974924845731748663276059048585247167104173969804312402606866726","18502970188045654895960521249699083160592471321658596677239424759432570207950","1"],["10891555794224566132926562177077818134319863645232056055551258038418013053936","12487696377429097978091578912497745528790850694811986460733058375993130601961","1"],["10448952393668180975177344919637024701626918429859013561676425308104770305757","2562539101694848856388557545096001501532546968049577600043104012722973994746","1"],["5135621742994787721567406383612578924825948699018705912978382993772674086712","6671359818828419537935576175890461566287259726270646990492375761564173592381","1"],["19985571090359565608751426089005519834964696489874390425063160749791894270774","12206002007177674894558074251670601844600615329201331389773708817724662257332","1"],["13877599495616990460444506813102392877886361277922484845473529587156734171773","6022229198298608557520452887399697320192562431889123763681322888524243489575","1"],["7919546566734591117132998725654416805213233109967464253467854823521514020742","10569003804682558728513392109120448724793655721360917184944807117247917426354","1"],["19493579871309063570147711363415458833008323568495256979061227288475535737343","21439546017037815484034702220046607732869445532786379297504895997467883053988","1"],["21260298169584556480798644742177369633126983407159978170080153253098242833279","20010938110103290252448204467474856604472138202169455598638942087601078315415","1"],["17612247397214330615211925451394383807500558202773053028159568580633574997153","5264080632178724112904176048504268962811994646302700140256006818144380942193","1"],["9551499457850114049697318426976701213060510600162696062509205068682733067188","1977286906623703416971206844880445567809881824899999358576052442964500605427","1"],["18132999145032388022305254593197979701539228030537297799961347443071325275773","7403193854909275326999770044970181894997609577624572166546886582633802765932","1"],["6881240893347130679897129350475042944215014470945149243113591479181167471092","4079934656138901998423449403528704439838825409363226383708286896812503778460","1"],["12741536437482664843132851404760461859762534812815459861291777036523293615994","8889454531167652717230556130945988616912171901541468156471606217965229968864","1"],["21589007980507927341426375811871604186717355246718013254543240095066416234297","17256116174625064592967012682709580538710394340258581868370245838314178295528","1"],["20459310805541508427620490560669529328480988880388073534194873993203856463006","14580329104522041044967192912084047190635771556127180721038193229668928940356","1"],["553344395126051279539118558087269884239517118499925312489493744195904625706","1603426308523533890648425770231282701779722734761976696646904060397092830093","1"],["1754091545618196294528525151295715695768724172831766108634962316790575952362","17796920254238266304353389336408767921786493923857966959505139191128756765277","1"],["2721340902346044513157900630019914937682589692492414998109232931789612547502","14094017171579239743850145306048358475033104281624366472516549833812414869615","1"],["19727235976375019270576752077473283489533424977261781506645471496103325153213","11150217942325333785366477556156094439717421209378799651229182344217941751683","1"],["15641485399252148257281485949424154450482939089345158268662050799296903732026","5354846616598469949368049421953268512492671787544769752487864881809655763165","1"],["20997586299799644206274068973342996959285982096922592720582400139207551999279","17567717129659178312305775722072790979608589558787410459775051079333076300353","1"],["5076585142842029494391606168566830466393234986268451011257404137311138233595","2434180195875877669287999661882354250907910613496283548338710608320944282083","1"],["6086828991687568922550661441058540745466816084553385639864304177402516991906","12444987635926661164350937250559119011723602655152552107840823895560965442752","1"],["16163166219246554987261273583490891019463962289385122630471980956163400243935","4376140260454114981931203115517519042398596422286014609793297703305870297938","1"],["1481528056182422047327410063391437235852008142971121730588027021215230566348","7399602229579031055039052795228281765433733406279003531222866313395101576933","1"],["891574642704237215075016041500718105308893194675598530129129697370498203101","10371493718940296922905452916771759977420588466298217428016471768436670569234","1"],["18781051024785084995474964856787571770096580589773811700269507165764793126870","9628896592935058757140976736951874186973393073244752058220817573218904407445","1"],["15323275886830776935522366451336203192149277108179994071471779687228342488406","2964629407838001124262050534628260144917966619526970059977709824145359753028","1"],["7423501897434279911314558349311232899088914863140898537357986238556614876582","15132821501758119830170920085299427239396207439089912039290263472760636846880","1"],["21604716665413627656665771373650527770947664838192969317799712840604510462381","10050417733386585336046052339061443481886704152946325501161509084442104974128","1"],["2967299152459302637447909203521158656523734201728044273518867425547764076737","10983188982495177389116889868887217401119668742849452059534247784428422287125","1"],["14323782939359556078974583648470249678226005388588515149140389166521459240076","17091041034089503777595351387158789854457836658065364819241279114471867958960","1"],["2197460949182451652883079416451042338170121771070348208783052761542524451706","18305304584211903245838521595731076476593169210465862533495171741566557998502","1"],["1983664451054116413050685072182651925197982813652530856877166798544713461112","613472105217884587332147862209549028913787454425445427134111604146659549485","1"],["14692000537867296718455758813945145419765186829915420355143440119673297841353","7940249951843593833819321746808111187788647774960446684003381108534186007943","1"],["11420845647532105847698793405124191778875461319031913643278462372803688833476","18187614908266583189183099915061636017491230943575497621108555763507153192547","1"],["20991374551424987765156053328409357893948560196153849863119364564768089529533","4570555208035695140721827432032167611127280179160600219319727835113983226154","1"],["5463284550985739115630393512244563337189566412800325409132440102422463334221","3565745153269183797349548047662856911133361881098501935547834180222790385275","1"],["377545309608675877660369203932753436991046277702960423050817684252196713402","19723605012636710137380917934032100633403087014591752881246717497486258476379","1"],["3294498677139683535578987959129813496851112040531472048512888195598551672763","16491226672406043091609997027341009431039575115076169493255121345276043664526","1"],["13495891498678011465743640101771186680359319813960611618399711148279963801139","3264929632965374654905861418185106734933776673231095235709775794448125535798","1"],["18517262451147999572967132029794959500587703553304371664025613772474434281634","6310256817618720388624471622073528269264341326085691968655445255087483764578","1"],["6038662566581727221103154184350820473518074214809239242712025629876141183308","10051503595751760055930571934416612368182048318417140712702752606018449210193","1"],["18030134594800457592055563417369931006182311492250085835616193719369746540402","8214806413872245706557239077723793082262028161604030320777127242483694254756","1"],["14452402901965841462168816261919989877441538794053850801029719282210076917617","2953389498357423516949090040359388495632128405030953858902109699837278582226","1"],["13879393753531031120365979527088293814520660011546963823715547533605812415429","11443815546208160159843182671022135189035758541615216743694121591592221811456","1"],["19874142262212589347054986961526401990014660765421728800388482733231681634971","16610818440730667814920491218408451773861270056578198192739440260124399273604","1"],["4883358922746091254868262975895351078149599306940567604880214152479798544940","7207986301653363072209697678045416447712049245930032810001726332532000993836","1"],["2731426095780009697753035950253851549352459675267645507191211530620122839802","6921675171553188559916821519883398304064514920428166855128925604551095199059","1"],["1694309262962253586403862975358962982487941859660027927859817176432407581408","5530406602874564944352585374754931745737716306329449975214772299747306756542","1"],["19099095515347325393165565792792610270772110067746318451100112923179924665692","14133413844507935797196814221404049768107351988303102502159139285263052938725","1"],["1342798989000261373935304762744494535581982521643251735180556490169223276247","10976658000000796540912084949081775281814367726993393637429071756208666446373","1"],["958902812158619551714920040319937427691936832446526492673303999789996171276","14965035107885860425079832767135270431556027175523597143873339901254272345864","1"],["18040637902420268826815997483633821723390624170577935523544367402546659299465","5807516772048625238379274504030595681110333201612707065139264538463419703849","1"],["5005946872701910266804224877984126115124435788890061546913085784158286837350","16306695148505338239134953799397469300517960154043335041301761373249473634802","1"],["10879543473418673147886670282975464666966045567323765853558400175355507901530","20597353787420006558323677146169506229206426288155064123858119673969460874202","1"],["9876848610298892651814075738008657038396204628082809942476480095765487067184","19168164995668777371823194092437245883024282652122300324462099088853386138200","1"],["1877852772751699977097620683294087100648790043625056564932925576083863599457","21788699899951704424077204035631259002018722727548936436893246120538158269902","1"],["10507474592505269775509972852315593984329873079187580330625732672981903229006","1082680519322552849159899210847727902251665673647974508003728909873618679834","1"],["12386787273829370908779275983844553095306216156852015906257626694327150289456","21346550089379210183324713326246472456271149172741578759872298508683945296089","1"],["20744312423575609390715324126930708109987892105293832635089224344728838602214","20099621436288195515887306212035676415963633510191716149512873448872733706615","1"],["12385553175255968904692222381196508445840319753094714878984652469894014183641","17316787823740991512212668180925408258128527902621785443665428890439483336454","1"],["19134433793537927747914740730058320427097658635742684636797968948974511921080","9735894574805216406034502743840528979043283830227038281901385048993854064767","1"],["4989739155303340345651924596388104436903134282143799278333672059520311796278","15823657117105627665664777183331179121652592808763578877753045709015077158415","1"],["8625765470177821506719216857983368896607378732206927296657974236428209387210","19401538261698918617353467997025291924138769122636184962789283105642443422611","1"],["735595002375164159199184322204958773479111223516720634244434187044194059392","13713152331209619349746192745472625501280027686007879741307098541852857836566","1"],["16830795329735992463865806005847849505118389587741718280370380798328362486830","20172517574758289772422106143762914148926948254934764999843676644089088238696","1"],["14472733118245348725311620647244587511431449515243322587844674094047279681574","17547428314840472258877788578213964475075151625717901000459149585868061074680","1"],["12034706194832612365490596891822735425023588876254660580132741684005039129000","16748461560278856871020971393194845345965564714571199924869116341660339727789","1"],["16801301658876190534898435049385000296994157487976225662419127258758885608431","13718343215456052670740774060242195108891074961723723479386583077259028357787","1"],["15522398700075185109223330295057493391900491971011863402213559500992407033686","7070890696012260051874006638808742288996995280242334498333122400394979034634","1"],["9181504947181578493870358750875294010383357160000568372688256452309923769443","2638644019443950144792901932758557374756970228207784868397389733872668077425","1"],["8469530047680751879250316119150480490916298382025357017214984702749877934824","14121077414099778313214306323150776024643920832363884098881946649687312325939","1"],["7489321883604685291047169387631073838760607401194919364130478436324222195958","13323357095795113903924888318953442883006128044241170674515041437106851006795","1"],["9060177971675247584114802779730674219060897859313310933283822802129303296604","18209950816247495762179060053321850318549907203031262591710961922115625213555","1"],["2480359124152277467268332847265245241468918146575825469506334552867687674557","2586830324635754523942980003414307685495465760229589195093345910617195177511","1"],["8192905639316238132818135242000391050784893460694742612081000176469811677550","10209406583527702638223807703627262320746203343773835114020436068421862013951","1"],["357852507961245452343695427886030621519170235048281425205123063172682170062","13677893768997369892232062600266562546899964536736948116408095524761749984999","1"],["8657577965467456919751276303648417172581949960896042262241850397457300587087","21863522981636599383784437100625241507831197935196286501194320067240415151843","1"],["4691451681210052468632256879538136980357105676130777593850394739573912881991","6456929325569554128970035999117670819061981181675074684073114084907163465884","1"],["7089440126584577690902379891978405088067291058928023621115591066644477375960","11768138631707350012450574744611701243475283665653211317651478266663909247004","1"],["1160129725754001384644091004149829323436477258187071143422563508114303467132","9334957783689379480215694009434974989608391569383511043763245209934938390583","1"],["3488938284112744748029119637397320239449779795984618987519990967654966665271","15713426788038764142466396120965712433473058663268242415464310695037426261208","1"],["15509943120816483375462930798408729135603570738536133633609432574974372608543","4755849381429671437733901648473038647666357596317355126879037020013759502543","1"],["1546581829037588274740278470526532588404042349552532628818646690621632892699","6441529766533377462883386661893340151174739346268952191024367998625239695516","1"],["3924772530580125598288342834218051244385765097113970947563402011971250796388","20184942982657610809476101954620852516604922330635962735266442740809768615413","1"],["19104827405615811714545908022825263966308197640925702579888551996951910771457","3384092631716443317056257880966153357325540313428199358550574961668866894271","1"],["6664451545649668370233365528417814658215506938590094391981047156497145173695","15207038671407850543359168903617771769898824060915081655613706337290613514178","1"],["16956871926242590897503186897247383421662829227584799486494606821235704902772","5783971744576819797284220850277447808959751247923967255876990354097463461198","1"],["7292949570890393338169249893140305601947895828185385427232157249228463554642","8463091051515960075602383170781172433500825776480649873207293095705181791005","1"],["10286204233248470377599831708249492118234013085153598938502218184211151185248","16546695351706493515568843114314108096143058517225186161365431467382516297096","1"],["11931723248297332372456834720019284893050579750017073010899936098860818648085","7282398603333825098751577131491265024219539159847858183616196675204376115224","1"],["2672426719104518032996855856542352894557500676689442593941234318283351962662","11259513329947632633139814420531407087047531082137349789734409829249659452748","1"],["11731822236318867278962902107856344784270243192973815726083216087658875466218","9330462690621337268829155365147782807930729662705090509109209462793249168907","1"],["7071047927313913096032651808852507823833393857577132157823174454457436819440","10890931953877208507019851686183644753126609530979146978059785983357913735642","1"],["13042032620712946290681462762959908262575501664294115713897139846860135818157","15718035342320691920465680041009577141568512991323636555156622498676989456885","1"],["3926648850905910000282097397978710333966722368289685736649148500262779451927","18669875613023734303138878197213988884290170142911280969586925340505113061885","1"],["17912043868126899448540732995085582727212952780030940376322822128584017607858","8679743951749641703727978027198399231052342748957873086314601955750392840622","1"],["19854993991673644636043988869390685741448516828730258593193417053929474285093","19295829129172517333635726261279104291922689049436483903860619139136373682121","1"],["15888338626123201125364182654197681857433035747299152739867830276959279206980","19443246112349462964770693527316456999687040685866519827249281730747388755829","1"],["8998443412485920145752003727678103149744596839411916193415177753449317844499","6074038337812366782802263523209705128636741778751619491587535136858582301390","1"],["17080697345931050459334783995598807490579376424214866236880808840123887993215","184173562277226912197441057832461660767875647555833034139799111595716313565","1"],["20372145975391631808710282147687836561391503765213423829019678884057957146562","17989862029466739058803823208838064672824530779824502160085707429398273224179","1"],["12330379814348658096717126811783003023072792142122409490370120269040571072228","5669521451659476563896929143115994459393330926619608092459867356938552613015","1"],["6619576842790080617033535028160900685320410551712509859634555633479098321181","5847491567491771843581690918948398887147134115570693778138932067757269140140","1"],["14412039531758141504910342607723435625505876186330879523437729257992383208124","17219937356838266999615263919187400711862635151676575131009816767517757149399","1"],["6585956567025246264816412763120894309410570708681141126809968036343978019174","18270852661964409960872657608400056355772527078849365138480786405598607560648","1"],["16509815596429354411065796532802168574057807072427991044075765803000601183762","11753323020044741418431771288294619020777954662761671432172036765207328032729","1"],["1861851446991114954767392427675592261795338296359765846649218924373064191674","5347829575148692099148522262930392020937371695902216567695959895648943944684","1"],["16948597864413655478278385778155677843139006298097512739632636555674669202296","10522879244871786745940915791129547209743131301564340693563240759773834147449","1"],["4960606508301704727330954306196882574350156540010065973790620421704350009307","4637004642774709790327304862609878404988798385680713473776901331003910296339","1"],["4500188757247585214923515574803717905316145053258770693063495483930039629670","13158435792202753355421783683927864056183947380552575202622867292107791612614","1"],["11032431885324934814349483264974645632319652858920214481575067944852297011213","5850552921034571861338538947638842276696055300201537467458429360964572311174","1"],["20656660306781923048571209796322343059469381236489695750854727058104296091341","9842928339141308695607027237581273329748733608326044791327423518978453926668","1"],["893712988410301244468823148393581979254437273814051046639941683080806285706","6717577022757816758772014600837203618989525267377894384838196815646178138392","1"],["2031934027136690765867888987132366796571677660303636219590692492083256510527","13123262517585211969973858416092820204692797754242022497057975047492486666224","1"],["19211531221237146894448946892653399752746905678350224348143202624754070542178","4242333169418886802556360795532366265843124103594429358494949798652379411856","1"],["7637899531793340125098801098913129231516823609827920358445337879678153145974","787927229848524520191231891255410837172011437888843978991653093429610386875","1"],["15831482910986421496083722215229255496271349722151934597688213668709068618359","6013078118684908525816961177493826492231579484631542050841975880565097033233","1"],["19236078556826132250986628387598446804932823439882159470852687568223739432706","7787186082304983330158976127421922360734024932406885425539506228402415763209","1"],["2120583088890739057799905570225725341547333401060815449480028723947199400179","3697025901719252472066502122629657436010780183262722837906948796165003344883","1"],["2002657218872864879214546151804695714038809894248726938831395952727775046237","12113154267376197332480396630956899673002147842289720216577400001049489495841","1"],["1521083517997859401468064551070909134599919683272074916882826136917146837587","1034873169116386661259769308252031294212595600203997203201438351031983222041","1"],["1240033592576836559967953263841932789981043428369424644242858851870482524027","16434636309210014609169445032068108765797299634009378183087774895312642436970","1"],["11351438092977206302079874228481063499776942780064660393427840456799292315434","121804708248629896690092678609355019129575059033302123119805982061554695005","1"],["13128098159426808858132759309628401634947883973275164685852231588073423548994","831831989940024229732595353452157958338053827123038372315635587400879408096","1"],["12638097112012550773042075533504983055485517315716719942319824697862432515020","7273765868111487168489067010025627969130043878042278392143581621757981998732","1"],["19018194402837036866336667971868518718911793110790917087549328303901369610180","15180539050784047351031628969803553469891045353390288915020340750684524679085","1"],["21305658487772821392868783507099418908089199870612652818912326108373023587230","11653732666712779335041091589830962979054017386983299067635846150586087740156","1"],["18932009197985851462711909227124972141319102025618004722701015741024329962420","352174786733093381865059478496443525914434669595208978603419393120314004214","1"],["11119117598552720972723220149869586735903223371373639481749761316200206310269","13092320743105846368862343394837045033222941727841674377961123269021329237558","1"],["13291243118096997249873780475246099824075192480693000737023249626286285376821","4350080514516637700258519507572532060275088044412409597197436049869640127993","1"],["9613230251226380960639739025807552605009795436876927843347112938245712628668","2371131968094329061632424003297130114426840737459380113032844695064410695838","1"],["12299532855712640048117206811013437133986857143889153807326760409012443612491","13343930064259970327620533876735290915084012174263264862168352954003044340338","1"],["18141764315021876424929435955047777778650911048995215693630367879797774724917","2273468226522278528489079269070920590207390298971391862697325194777861757889","1"],["9312625436961751862190470348636384283169709986800438337743264398803230276806","10251628049820393277035194354734309747650158869369727412116441654342465581314","1"],["16258718169137453460140902865865534277464026743556114183850620486945663806687","21691794365477152723359818173136142952360052963240477386106715492992162131114","1"],["14517639036919279968324576298992867383108651034883679217900005668367248479617","11349546707864948383002970415972886503321407971910654892716458978805846748991","1"],["2153956602108044639090589849261106809326365129534493204105052597448285299091","11091168614171625603018938053232948857443967933097338782570839924840217764528","1"],["4098848727902462179455926395310270143329546066386890082748966863252031626322","7612296826060704239469713574244097394884071359990078234687389874197154297270","1"],["7958292886666144731275651499279183356957075526467955048004772923596366501238","10046455370557803514449040884082014393774826011799298031815436592416122935834","1"],["7807900106303884486400641592925424195657263571396484596613353713432561956627","20123651449623401069707310134620968308216214821666287611628003750744630591150","1"],["5820458055213824706705488863701375662780745734460518845068942287482742420536","20713308116539146477320876722066202115036255729088434532419636312097315899773","1"],["9291859257776165806091729469553633890101803138549909060314709087374117201039","3278990530036280515338046534250733641510375898491268304007784103497928400202","1"],["2283378794035884386090496464568361743943528759824207788546932503949070054007","3090740431043407479665318806170992002195815843078567763508638341802837715886","1"],["8450973221316188063348645605726302137829199780531959515479451707671132514","3286513303750265993847528459233302592227345462468700853377175001867672305261","1"],["18569035752948818721275054732930875588441004257794766225222540722594467811106","5360467940982098096684506473220731169534908367081097024095504508058790136805","1"],["16250517419988120464110617275990360082681397610422337052730023358856992450510","8297350610387756751182167058718227275691644146535151315689361937249226305827","1"],["10535232591278828819773250011108013626412460173371444185432416454151735417882","11977131084687723479331341057431674733908620685926147787993698721031063799338","1"],["19492031094628528988240012834761313340319831259150940875028677761995154392853","3794617219616228715326379968995141581609657054328785320430546926115666423038","1"],["4289271106367737974393459801417362529487599460737404326844493848537705155432","14338727521624275640749481647166550706171359773680330513358567245596225032418","1"],["21577553517601124803181399217937652949672425473884351169503019875087983962400","17123820615308754146179024378827281047771722125898176267411809961389052334290","1"],["5270682015149573766968087902402310369767873521595733121246202344910640967853","16306302162482879150602427649868533058495239056408413010433090741513624069273","1"],["15899887670844474292013882832856229107174922938408091567305182066737763589023","10438702841461372200709579655605965267114502160197362790362843279447192540318","1"],["16080408485675759015052587803701432317136764115104190612300537895017768315022","11344542384258278561668178832349942926098416981539848757199190490281776683207","1"],["11703088880221134075947703658146357424669268360697995447200600794498509534145","1910573966572908041365591090362720715763527547340915146095946729924652995085","1"],["2496223289590458988605527931404211625960987115194036801877513160438650733438","18941522802575413817393855611778098121902602281730582048994936713027662246285","1"],["16745466481249323423343509258431482308856901090631272949488814022243761284613","6960970083625959863710057983357276429606831584808971554938577419483503928415","1"],["11625703816425540665006670439951468754397431096699719310154567982113718322995","10699720149344712205326186909658592087707934141406293132419548984949596635280","1"],["145386080336518347522206750649624163183989469161425447190557109134031245174","8621013216165595112483169486005839785707391925706533352917383121168956893971","1"],["13999704435648481684510756647011222683621636288350908231310767128479722643107","17196183914508275965531894358800008093359693131650156411495248178445348536616","1"],["13905630309193669926410305057291707501088909245505355672861082081773029269098","3391097612973218495254430784938543634112770575697849253051555212930226551988","1"],["8679671009228778057885554941275599652716349135577959691248261422691662255399","11458665345272670897044872900681515036582081700192492034884851605294303113897","1"],["13582549609874059438303869052750895251994454567239422361682774171280272658395","4141811074214300203910607617284051772784767876474587456308974140656700103907","1"],["992696578407819814858779729025274424542593183424649812756960886645422495632","20003018231621292164658506642115439520675312276159746257779662873059376879838","1"],["9161123804480300104006665628969093399957673101017261045978545528036652358685","12391375050257722401489530813766037823019879234677202445548016573576107717220","1"],["21628130939480114858763440499686599480810349916275360244067174117727662884218","6616976388550622113759865204791062125523382837481067423029006192787658164954","1"],["17790522393786928644787309506690873774867053294746407518679369703242852091897","4087336981914224678594282955516783016742034844976699460466509925163441701978","1"],["8888218329203770635024323188213319562570170166781280466095791420285428679322","6038626925841824364320705956660274593037581399993298514098977110652146386941","1"],["6260754435167380671921559230904107676416392447155362399914426040083953923638","8557761229434037338800598059173442275087875477708900940125883817171134124752","1"],["7615573043872830311264010829617683589795303736211197550152034556865418954891","20846721647588912927687159935893134921996609979646279525992009942641504822630","1"],["17689833752910398373198953864975568912905606275591861599632061115268762020090","1903042695624527355341033819406266440986980369037467411694606605813102111412","1"],["18722823632228417082080187536798749179805004497244284362401352747701072233198","14830470697077393253347404344065927440171930031456349781317474710524679876271","1"],["6304938703218604771049034808172539563384146866754274930070228693982064538707","21310921580375467671182651388566259567238516861675560015882948201924809797243","1"],["4584457461038931972171191199498201643339291286713090886632968139508776972746","7009459091461311720434151716502400415362907199651319854587786616897004197082","1"],["3805101376262406064982341279333825345633256418491316583818878922295315445485","9561494709405625954469587960190693396882799845021079097627601212851227773567","1"],["14954299660461258698956942747629049242322450822318864967682175292537729683529","18112899121487903919083439312843230733380701479801615249571314510261623061139","1"],["19826740648453131366706943555415717439677093952299942032977960902024962081432","10905903389035701595988354710777945926859997125315123162769085150266129650983","1"],["21585764293387382304562634775489291482901416372267440927479262313012255119159","1514860790651414844250615304418701022977014188680253221014132010384141716073","1"],["18526370321802370715455093149646580309676724847455392512130568909373481417240","473508737424359889724384082376698388216791346522532533416121381748401741879","1"],["18979997642642250582893165177798308740579069838160228796209067815724028764335","7738568969916589322675017690003691679508638199611910967369846241012863700283","1"],["8455798579463249554171509184609367687928595339403239001875491222276454400111","15107522428509382295131313500096956723859650463639299605930712550272491886553","1"],["94469406991444520633721673362467175399470870121120804817100936221796855626","20581603680788765881181378308886201723958090405555792373259388303172636058270","1"],["6168981571024888487773180174000532925085826748374078745060911748028611690143","16335202311136446207214608836173850998550844228191596423524775289827427573078","1"],["7766149730045697688763466695074986788798165772904536754088150697528382077938","21031915405246023745094067249057776109296526493451108506426820663601322900305","1"],["2515141090046011938246449700475852402075101063206170623531880256372409841905","4213066515169773936050578824943993445504069552854012315188929748332600853458","1"],["5553371596167846673936032064885180766065300433261890939785143272521750859082","9074884741170773197705950006039102189905511797199885432767937830350944569851","1"],["21269882436922083862112332739696179410500542713356408500425610693656127420973","10319628899855836635426205322190993710025890560149150624988231688396145102247","1"],["7918355889399455796351433715626397081721589104278455641752643678079477400192","21341464587099094771578827355060130238388101605126783426988617374746619951789","1"],["14071109487577489171430324014674191587665443738774792790943103266936260553375","3612137108607234295502932565403601812417404363567463355406226987396173142076","1"],["20762207889399817436609087596843186708789789841995356775751848820560592343668","12527881578004210161255804301857643474096794091081664997343984341350796226881","1"],["7343927612401316306487958953866573864610731060475616742733771835421734387674","793745072691259215332146192263281643848707125372519189174552575589095876727","1"],["9836412113638688302847098720081137906619891083828169000063120402419617108959","19918088691315355565019084185341611697798008096662118525162276173935718243160","1"],["19729082221479828648952272782414611174671278670211638347601602955738637030082","5553820209653484842189863902082974396196324077804407120518916304831094264872","1"],["9576817479638141329693974653192061799871014704498985219111828297473469030249","19608879517001640963326596122349278816481203767288055690032441796607558794359","1"],["15086957945590617849929618500297689639247572525936499310153250553901367694537","1536540578985288377618018753147096268850151966354411194916658439697832190121","1"],["5646199896439251296592556668651046812730832395849824999946789671264337648684","7307250713328945539021675228155013260816082332151363246946476840513706057091","1"],["14281030685747356888864593939480932614476270139418685001808116676235746206671","2695699151786259380194456372192557555647396353522034680557659803823675903431","1"],["20397606884980122998508418127666952584912133839435811178701284474852985976884","14079654647835070664756691353164668921394454270159593101493773883172496139728","1"],["8261586189104969053388419328335755597399005106941996692952550939047351239657","19179094679985763547280250471052583818576127566399962634505614756849701452383","1"],["9915947264142795100965040184761655062411536556916986377430110341387641548380","18693107026656467686499748177149991590883239232162713617472569269434839868160","1"],["19233525250658940084128787190094412305240960262729081442477865625638512263114","17368645330571566200244907373115610108151317071131283837388519424767884475943","1"],["503829173834829136031811071164527990141398599672807647147365214369675365241","16769130614619151921042066085591966776275387769243629733915721981410209203499","1"],["10353221887975506384169028000893313246132648309060567268290952824957618416997","13490667328686340694895141091516362551112462929733762979287882639630797328458","1"],["17300647733318275002654796209777828679637933979257826955057543363917257420774","989567994789340520781342663596610181740641859936667048048838549889312044479","1"],["3196483620125659039980361961873606475720251105422231524652950343459039631435","14043780415724197852607730374280748807121558202473394121523389419591904008782","1"],["2190740590465447305579696411924686733251711106473348925933212330712380250594","21420490005881425628623553170740743192447973111770044028900467173826820629926","1"],["16962972993133748763668511024717014676248696957673984373915439153716671776505","13206612957146935062245097291946640242136787606229957648119815688077116155992","1"],["4898282252257038034576595221562611986448695244738985496004439124135569293868","11593325780839705679511114957995314576172552806720627674800388878606542980644","1"],["19278649481037804082492787502385646392348786990118133825584440292329160370379","10406266163536940514782952177669955548464149735445406805223870888159140672779","1"],["13453375803967405031871819297595047237691574950894102884356327324966013056168","17322404169989691803053970922450167040301956363990880822587182124052637370898","1"],["19960497915842626687777921367029363891346418883648984439107881669114717372955","2638319454223211245761699752376512300715718979192227767602034094546150181233","1"],["21737878617894514484571695882277650387996694512802872167305729656642759038376","4986365242409207714010348154971958656973708558573410631307058206396340125349","1"],["1106301591424551694438685656444542458511611513436292694047143782845436221628","20624014144313079770914085287317995211740803221814292027603909453120542708427","1"],["19474667330459994195522614653996923109719782505690402174875344455842594518844","21881184422245154804678536756717576750709017803901726753579328130964775936210","1"],["15251726574807903768060665392601499476386132540698564420245172815308501306886","17222034739372886339187492707633151204790754534810488562019984945659207724731","1"],["21497850911758239534016844524122447702930406957578324399968606494328211489572","971914081065071976811218255564703953525783886900494546480223450531173660724","1"],["10541749635229937438297953224317822684511631069278359975678942450493874408297","11784666822401935330720269930024156945926421953890546304190876182279826553350","1"],["19098653525398403576202531219443756326809597961553578864131431518035543982660","15211064144980951716461580101134051740398090912951405982712311262841465025862","1"],["2330688461875421055993375224096339425234758321710383346724914917096185039719","16410613164114172165844156761887676476901389799577772981606049897756306828339","1"],["18114858952403656166356179599994465223778661689330371419631175997161752886512","4070885751207358232637926679787101493353505668423033260202659218059468425732","1"],["17841186213175674594595165697903259524807459362878336599950579140404219090158","9605875674210295617036632784192883544592855940545638725910525343968106508803","1"],["10255194808338137654967130742411965933077640684577709422831365917196555245957","14300506605329570646755824385891307296227082222724872429276665520861019359060","1"],["20759582177640752759715470183940890100481964346794137113004566153594160906328","14642290785851785016989649326757764962579713574156966825887698048670050499414","1"],["5897337250452945610511171908045332624306838553926883102230036953739727693002","1291619620138085007177692772201276493785956129341306779854716376663492947092","1"],["15937284872020518850839664048503786404239766653282751956483790060869842700574","2294676042473311291719013586814718213197171795272153244768137154482058220571","1"],["11233264694843000449343540429269277656830605411749309244016945756668083230506","21658808748502233645094920809063133645012995866730799060727400014103281076898","1"],["5314277243371027251687775845388690077559350538132395579941619444792706689204","20943225051327512494100605381421835655893917438414306682190436713561833493477","1"],["20163287874976910605116591435009397579246841622356035817844636604426915008692","8411018631410650904313299724670331606909263578520894684527017673027558006758","1"],["4713637965516783145512604915741819582034177042242713166218981314418255860455","13190050242166925042061463034539530602936422575118157094418425044003914294411","1"],["12192830991160688035894963391199084856901347205380669811521335108401579748400","9354023718264792379014314517217645006492269819217182957581636136566617216797","1"],["12929082280370944433598723554239245450130621763169141187482689678650178391639","4022520439389110460611057795116908134054047803105736149196640103964953748144","1"],["14873701478725872744609050845347594945076435163609984057483034949846642696608","14523019419604115069634936451890959418584782223660642296448594638549762166215","1"],["16526591904160352749055266711687493936648189877723438343229349488908921989852","1581123080082721082153000847538183581959538050957536888299649925016033900597","1"],["8036729747025622226776782150902917851171331097144015203785625576808734417580","3506968044412169668641950478179153804822194047511607301564558808294098661688","1"],["7236620911862028963499784008232341745379921386745468760873402089527298880375","8683371968369808066518162726959559914069916338371290450675975385394282768279","1"],["4728445216220587184443426072637188732265386486565230980310889873167608617321","5556921074804669795500187789330442428531696125518528513697116197002672173861","1"],["11577272565335250088640642406901574073713272744653476424502815832711951426146","20362175440113639610545358379811959719702129037575388977820816089555600331436","1"],["5865818070315863384807589985106960387902300135954934319014475887017460169735","6053131861813663099301617771958864153810483318094803764061119632890821770295","1"],["18142909241013742425816746226126509703834501487459155989838588680241501540471","13041050720092867251138340423634719919316593381091280421556452755488163504512","1"],["8157716820573477210929420119909160190852216494713832909935565225868034279650","18036969336312360426679644783716542278952510120847057267253578919689369414976","1"],["16160786706717241408133639196005153695808054059480808332828427693270871363376","9032728954363109186864691358413379459534324875502456846585052298425035695571","1"],["4442446862884516433114131316276525700731089507154637546110090140219480907842","18336964155566609613660588531382473928702057393373903859598302246053855136290","1"],["18521690863816575424934927566368628159692633870167098140392398400460533288097","2498447764950152913874113141081255980020314539939709011200784824586393774160","1"],["13387493519420570197728778069840929980994380714942308791366625269670752468094","7137023456216440391088340409444758502191237872371114530669055941974021652075","1"],["5793774660961189139776600390890471826311374697389916202172000832554918196003","8540258387769546565272591483175737075537151389005417931235151464203630606408","1"],["4519603253137081994750706232659395882384227169448374147031526658752675591383","9196697173690783744868343175312018239287375658371295955532145992650438685532","1"],["58209527539203977556296252837817410081484241438354700799906574878458746903","6824614589855515796619324059704880633788678887193154607632799254182316779178","1"],["9658634573456326896415746972396406336038582663446399634495105736383171284288","7646186778200782524456090933742772133838805021086933788680422036499924320856","1"],["15029686676741610946975931827093246854895555688457907665006118469614764973587","17679137642866760437957950062403977822359902430342161813951369678952084801415","1"],["16666363688345090661469485351031081112309642981984640070115171105146173010064","2560838447268775551892700234842979209009163114316945559415154292141750715567","1"],["1840415872143940688929679764740205243006084523176947344407194662325558514375","5490988039489147908767186192798669123124393020070410275950944154934476863689","1"],["17946922789243687032707936419484914602872567823368877096420619259335470842740","19803439441842109256648139005637946333427087826196079582367427480759895969577","1"],["19387568480665651517759424299760023286192370299187725479416285455996589431860","15255130994174263234174162157172766478440989470685994785466206484479310016436","1"],["13662319385162807991539669817282175653353563322541742490257100658199039593750","2711279366798829670253395766846466814988636899055072974741902501156319891048","1"],["14121650802358096595796469994587207574194182651807464937272512305404049688172","21089807762363859595847374581899558448807226131712572823513100322014778528216","1"],["1850507183432299754227118536231236914218860681708699809440881862100266677962","1285287363392941594797942714365814540616166789323126989751299352486775907812","1"],["11856179961295393984607447837361021578318383961799805979981312702318111329919","21814456491073060655931588155187545367271146979586206391708719806382706591434","1"],["17753989941698357510588331722279761251430072830538848206326416751588677490313","13051519697589055712377848113527133035266647006034861256928404687564909987858","1"],["3564663104340907555359328009135530761315520399175459146645692567507550968426","8843669254246144829125699181240694319229249453684940663244388053742292427997","1"],["646077295565224608220743274062794967419632572445791608696517614275975030447","4735064370410753803888031032226180240862735386147305269587913080930441084035","1"],["19744322500395966862899213321483192046527805781168133560930673441026355876926","2915579855833803138614730075618322192393585808368408913411188099082422602235","1"],["10243866113822952290264657623452814899372983246596148020078833691711692176865","4690592973822371351297910613893769509127276153059449251987510058526414692000","1"],["11390174509961823372279394142429941243000681460309133588629914744245768312434","5666555267395296098210910141753998942824034822958841683461282291195691889712","1"],["12023711705219425316583670404578087303724824489546040141859069036922695302766","12849505135651551378846098790468039665789788028383577898726354710622866350101","1"],["12346876511566942809901337204748924758853604713102641338613469812360003567568","3919033732012319206739177411865490450346142227707974499687421060190063424397","1"],["5373450756742790609569619304791005770980613619990380260443802142721668976604","9028701235110228531291842799807527097019174821895789778671121998320513940384","1"],["18188339577940419494146505121739776258515252019667940336033609722699462786918","17175508016116559331334286630915198856845435033882175604580125820130138528044","1"],["16232497602305914170276426218806250618661198900527662891027134004450107076618","1625855771779935257690589834040210541984360821978465595440721241593373565216","1"],["12350759171383423369944622553447679631620791633479653202472293520882225662098","15390059129124777025144957116574089250816724588155706588225590089268516637335","1"],["11954266597486846291068646214430305715573083887761378378215229125503630840846","6682203130080994593230391300635189137150436276441857830761662771280632677675","1"],["15094809867524189403300562263708032926450655792052368270452774119149362591107","8861419464109445036927237588093358278475335739129614484321348706897814884464","1"],["10262833144839061722685879739445532314759059929337788734370581821046176446564","20574646295795366055017539666667664003674458817308962070567705633842647531829","1"],["11172497484352888933118510331046540624887410293055754756572717124732107151132","19311211411757562641558620221389892709810513436613850914009782440853607047749","1"],["736540519363754829729796435899563349626171691842169663417382839876965108549","6371926472771801166798620567538601630295782052127107012796032943720158320390","1"],["16908284321393913654442915293426058571973569390001443176089426000908856972582","10327250887987757957067720100008686009721857784633065430508712840501998192568","1"],["20669010599870169502556606667494129381028821513577874820866892614767311925938","10414953534109542683821064910036869036082394761135708500880347956390092547074","1"],["3954670510716201866905934566549449593555844869727260769634489027552786289434","547015340287552751281168626887513423213663905591079045690436156186919725144","1"],["10744637062377088557114434363103369790257055075383966699581820566139194540576","5622110394119680981449786443257261461037680099177546119535284415188205535947","1"],["8669234258808863766800073524942544347494995061024482091923058835532337523642","19302364998848497269228089750119547203312156044538498970240175786676927691467","1"],["7360981237733800313993624697577114414039013081072164106167133531479485865023","13008713722136442111574770462723162867760917711996154099077983827624324179638","1"],["19184413810921902920749143499608020396286545856055333768250246895741301282989","3217974524773653827117410106408183106546726642721269054508756381108495604809","1"],["4716403901216699531991813719214654278532131205766798654594448223234211965893","21566450225481184959310791630553839629155722435652150974487048303520832824206","1"],["17627919577276143311030106106200545633933689369490839662363188771814600722306","6490955785594217752110561760861894197708757563247478371669093645002845105255","1"],["455697471269486202611400190480439887388624216935004975834358617345170518532","7069789263311884366971145288761515050580163765089408947296934002696531667432","1"],["6198879174695212859729907729387260486130968987993521947661497487073838659176","849499395208434249336395229052168968621875405123479756373517425923580379185","1"],["16342251018897863712502371130055993238200488475195743887632069918161556278230","17954151270085018639107816068655226412317030744947389672430589629520933161681","1"],["5434212995555391459863641276840482137000227023598968155474564269295378853304","16878987839250197636476470610859021492432508684843919797938080404146242211976","1"],["9403339401695024558207875125250260984261807223121927515829479765786874990549","15340628991189926758782882713590773481564444760548837025799433600229885874541","1"],["20919123060502693997524341037589198959155886622247194381324553179861174099468","20619294378377661068131828055609113856549554801515988134438235174846533764287","1"],["5952618876178714786671308723418816419392926382619346551475452271282541328282","18814736454372190763602098765354879141855156782475843814934342269224191720658","1"],["7213587145279449896135223024606326913754032558031418561441729288716343832719","20778644779843545305775437776043427516978037841660631063118669419899257894504","1"],["9323761826035976453760050670863050155267946045332834373544654743366929156865","14410716795332643895585539381298200585717548621002703061047592557263556018178","1"],["13037214038314003242657525038399084350998311400284398241483790540799316019617","20996717991040698036005763919007438081171931246699925098485631749782999732914","1"],["19905977227523892294395888537537632047108102180852423768084647583976561329580","4868876855067721593543407070391431182799885504788504879606645499337087210917","1"],["4251473215876093026775852197878063636473293642218419706920465193079565339741","8234223882821574077312291833865860289161907221073022236909612674666186122290","1"],["4281619170116106150458663670572182496900591240742000404060814861563309264441","15779483077714629456552475535276654106916051609265860846840819490345667491318","1"],["8953586993766589780609634647761187574584554587207193767827420315462552060024","16204129806797055021189463262665369685091816241395386992296897756142143418293","1"],["3307064524702202016798940070968375837147767146844328689500214850408747358188","19520944052605677842760055997307650824028436036533091439619499013940921514855","1"],["12023949908883633462885879183412720003754184977884583942217124714227652666579","5598966663365037548451086648649018477129454596989497002180395060782051694590","1"],["2957919805764390430809487371336220194624359032408821706288282611610794176516","8937204604491940485338539658289192841431987104504034015048370674536337267600","1"],["10812337506078041477788820548647689275349523143504747973828922899907658180015","19453951094381618375378442502131332599067071793800894180699553901471147861529","1"],["17045825501939933682535620618558348024905922118453278091854777228682541572863","3515353670805851424323092632963880690778570947961005528526159238933232603550","1"],["18564756601026295327773031454805240776927530402130857525813335717768013419661","14389836312410061925514172740549032373119721761179056547066695091673811327465","1"],["3180258919636024410683779075830378072087150458147071198324198591644977033201","466109692604437866056877901267111338788238436151152328436484289799637293526","1"],["20071401798007112428753545141037236891831936901253309534081011302505717137907","12135274962134367983275556689747538146960696264991305179733073558118790827710","1"],["16629266797654973133459576382240424827479512460177154414817844863941494959058","10277712535155189962388981501227121211399441542336988027878717786300799234813","1"],["7474023223634817934043131224279072017413032874785862462084874874340400778930","6076499671965909377676580652532031033415196545944713077177484707363187583856","1"],["5205112808503680664198042226729833443668840620700794068942398909980726704413","12906819673362192888196993208454324358136605121427895737197109389376655775996","1"],["21118267219967796815527444086884412992716059191315951521878871262168163920815","10035278569437117344206165634377996580483092815705576809921090308427691887563","1"],["6497082224198864182049079318244116657835195205269313433659195756467415599278","9019697789679984360781728633346476253952725721181602469130700148188164791353","1"],["15593391289842024964951089256962492072017162350560357413867341197411419860054","10935123648156273633259037321487147204848271146445199344694065312267557801684","1"],["10700237236716826873475970187750736911609552934175784694894412863277383198661","20071498327993314584753341262735395164981695887280274949364861436188160502475","1"],["10039488682597013641850826984665625806403720959420024414239772743031616324352","67918780489709377421460300303354436748273927917181185989859273870261152943","1"],["19254046663715770168413913841557966982051520437992530572021950741148629029661","21137402032196173931196463490174283673422995231784486740747126476047063066022","1"],["18411657570089628987603646646246035607613321155469323987481296600744924754552","17917790317541124786329436617538809267346893464011169879409448492275394976859","1"],["13506753309720051846405997250956817376641821896437510554919121143534285686977","19471553684187054984950601892341934884551955438161984407750292554773269538113","1"],["3757278304451451756138321976925677415563179354218751718414919905768634670367","10834004465065526940910014723947578308938179482064172244685010801539336595087","1"],["17282050835698945684156582995986435081307887685728874010127747346844975155977","17220993333881577888761304477764975513629614022410894754816902960444670421293","1"],["2135609019445121626125459009698892849369344677409312683984560841704175814255","19256546712971078389222591071818743589917825975636554128058751040545240096255","1"],["3186335720333726080381169669054266668474719228624536176403744504377950933421","13934944428499004993214316228578312445237463012477166817107470115961812195843","1"],["8817231820890166640173660036614879182415825591131701998451799496860467839167","10059544237722935294705559676364629842787815548019087128127905404729293721230","1"],["4273760151355726642676534474634420280550933932130191418622480646032818456112","957856890491741150225243090912759877755510891056328108341775251187429018497","1"],["16034080071128432195975188850456802116878188941785160443313899768193294090460","11727000139290569615933173218855701421001204686939946537701743373254053461822","1"],["17631154571420740777423499884397580807204045044725873350153236157253778532978","8441191571664718117788946421662813819167791416878825394161812210077436334494","1"],["11325140489792306323089561997514639419307393485497483045581782419834989689082","5919387342006583513748323281624104903854771045966633064346868440126057153615","1"],["870857113512868807270334318521335413004224361237482427995826529698787773877","6376336610522900526889503429942526682750975482383979223075030645928050313694","1"],["6385397771082148956433593279251829738547572587331019124988758966439061974852","6951216371088780348752250529959259757801742945989307345969199647774547318045","1"],["4008093067574637824118834010924543951961772259336671358888010701599434294921","5996719996762968442663853978802023398056018978487602036616636281118638317924","1"],["11459642476521765818720510553001910438746375618355035408418657296895829873071","17729769451538482641915216953068580075095302393946194009131026953473364134701","1"],["851403160455777682668557559195822850283950386290772522246103517941862572818","5497455127903072142520402281096740058154437676024535274869190337586574099431","1"],["21711551498792775766959278634464776496524419007844099128722435112553209419166","14136363247723804702225025371650282618878749557099134689016125735438032803977","1"],["3372523047673228300017081802000542279470017306508106600433903295276214530852","8648381329631505912651315399729216850454833106732730442898678172093333387641","1"],["1055539140858248098097235725202185982853535971814539383080295648807808146444","8056199399849304161747737668729884584957773708229400678901712237884554769782","1"],["17417939183865841618974080935263756424283178856075235312729314612576672053720","7223148052189530464726148691513324922660257153365466435739757649427191756910","1"],["18584999307874144637566098673200845018725657984038550775079249379975351293515","1481393836516614118449350966063426194651208654599557917554488181307165978275","1"],["10913924871051314493062650936765501032608852917828160518943053897217967321789","11037046595263457496305235204563194434698469214528458536120654996482427348805","1"],["3742822200965306432122466029539226653611246843710791599583158578747724918476","14708409636417439897184723211275701381186163283430747180735463758180688724049","1"],["10054199061431637823525156883889419284897872338190643155452972540436303276313","5114702527614097546853659987543035021057856123052881416093834296243472182779","1"],["14265862334735218651562236160530657750901443221968582484607654691206978673304","6517273722792187006881337723093067190148437252333342297131639417730284086202","1"],["20472996867408414934281993260950978120743193243630255163843965829638256135903","7149657912474438054542778945663619476192214923052947659403462598622699540276","1"],["19301816389749701459314034995600371029220000442995872713526129223208037362986","17626747252351099259812297573988036026166853796326532516486029639535424238968","1"],["8835652781862926815248041341435169688168826386858410638353651973921829416934","1220460163838402346448196173954699897884133550551826610437810527013830411497","1"],["13625367368780868375561979051665570345174400338457528713615920223573398210864","20105474159245207964694057041743383463545943431446826285151429161479268935945","1"],["16017393083646375056509700269413170038507775518667313765465374485877776575828","14291817458926719424247505247247243939280654299015693298770778120905593389626","1"],["4966978466300064076283932141880074431866534345348557749391119110535024920594","7778761492282477351147951185107799575877926162239254061212968165699636708450","1"],["4063450496971940748356392708186659361603512565615806849150414646501725090038","10770872147369136804224926267894064536789381139141350444089006688705648019098","1"],["251174010436736045941982468138640887505700556498299434562756070559079059031","9646982106446425924593077236968740039848361254172880111962779203111142238361","1"],["8632814148904671219618835016710844903756555228690297418396645430767409861292","15854769433667660928689217804339784673294672896919853073076451941628706741440","1"],["5153133544819865896413895003932344512511508658173383732194400527919704440979","21543668383166102167668955364366946617461027477650203552679824467621881067035","1"],["2129202442857077915876691455229818410799635545364536971093514546815299841659","3655962612074770167235474854834390915485737050077719595295109433877187302329","1"],["16505947546854320008421174064610994266028276226420839880078847878560986184319","20508975728245414350607173539155388259474942542748910913328006075388175117706","1"],["11033752795861255287982280389075524484119726740779510924223971081545383274536","14151258817914290669321916418568379668724309218142031786070062031995824715790","1"],["1917340727980453615792169190208897117389426579724339090181867996636991038496","21194798553235442109056955686122180450132245801481426557658172713144395596478","1"],["6860710554092888842421369249332555300998897013638279552516318117415154372240","15019197057189048461981729409917310014358560860994487958389811583071169159962","1"],["20565093711964053212003315647322986693743419327138366636014284960099965153881","14069767320824379849065517703635745279098946493663433405888265377264611202319","1"],["12121206862185924133307661620794631924678694297907569146642729520445802184464","18698840026578607554880178536640177392642996508196585869202792180808521018353","1"],["16154529761356163568743103940367129145061195174721898639629010292364868394077","12986374031932213767237139155545565694955865713301239154400727892677429249059","1"],["9726598725254536710598487452925876599250021515504679988358084081295433761449","16564030225066474976160198654250139184343591001780313804826769181137225606372","1"],["6026158626052928803399982882744894940096178472958193329908037478535868957998","21674823202638315094670665994642397754249132168336856957302144446288905906255","1"],["13959204541566766081241637144844540364778934831707849113336911030179148586216","9604378177304979669442112125155287605689941445256238726065016274652238896616","1"],["1818627020991079547569691989775687117505231746156870492740539715341392131456","7551239368031483187087259473486790310229310823480295082767803560388740539219","1"],["17594471998928870004811064514021710399504216593624677932545163817070217435805","5435170266517269481654298927942508601793213154644744281400050164293099908755","1"],["11503647535561882212350098196939109485813597374979774184607378362928297873648","13368316596511602289413746753642573783158816550086455990907001802997157297349","1"],["5934898211554260523019218744722569578169462773740194373122833010870851557610","1010207324280265751463596364000738097030115223725698025875332798098471286347","1"],["3230428799223369589537565255443048951557051324658935082142531732410869981456","11991297204283303019608794720490222277159383708689310007072588902708073794180","1"],["7736542887896253938707367283655879180415141042264819267152766332778215172108","6901464767495414512659617797125100755297892705006212833529529086174804036032","1"],["21724645679942509843725634415702037893274534450976102614368291625667773117896","9167810575972027155962182736921076155669622595078294928246363853523090551616","1"],["14614016870313997857399890528564565010745221747736631472075333174794529340050","9921413905059715822222188116635895698570478632389417752513651564119896469878","1"],["5660888127535516384847583745663288019855499742854052061150442206724226042853","8164564633783063368438137108395366255080658637965057302876711733028432323518","1"],["18911030804788132408584464432860569867166819499508447856828437959052686231790","4216504811200874138297976434489040919141545041039510873283147428133631796682","1"],["3818812607643179397059145227721906709177785218602543694094400344652443809859","16030761118872536913565451063387281534244488109517490004543638131461777012761","1"],["10138094829651018607001959536389627871094339899486066770724287666145887728793","17806025386180850659094059886386915079465093554633948799367257382591960499182","1"],["21562393125846274807106895266716860676302139364435774853854580517920134873411","17293107133541361708922391510687098473025126863098845981008622935252600446352","1"],["14207539615229378780525242527554292653318549137927883852109149855681777238593","15642720502507482112732177492654356480123929289617492951286401890038819933013","1"],["9301857380108845416876825368914586281152720766118328214987963910059584366933","7963830642807555806751447021781577576806609065703314830751350218529263949354","1"],["864613622126856126448360121778580787137539901988723739300576360444528194384","20369189832000724168968415595230458328983903129278183632520274325590181973699","1"],["8281061313239570352176537004717836416360267078093457999636008860850612764871","8260522986187086040672431099279864925170046960078363163989329602753953290110","1"],["8197333337898979054864680811097571807643909519791375121273686826973867629722","11970204790835471524956360271601909434708244682906286534869126711350605259129","1"],["3037817372074130320801066785088795767487116186434942149785175674023086582949","15172100977976391982729960440812771854225142642590413390310134862704517339455","1"],["8838750900198185314416850301871419812460417707650120102355442927979153688216","784879961571858669142695885661569649711367755532228714720240296956633786741","1"],["14265749909709832119919809497859481506141258421248323750232455842072193939906","3258827014341582373825062644069252023111821243783361296627726482924857522084","1"],["15344923390475575525279774402987561960439694097921571823436919014079939689495","16105193765831080254328479016771992870499721668577920778248472307630251718406","1"],["17953424686324544479830102039616629622389085650556405880879052142298806437616","11960790491095574782876813125851789107532807141912859213738379755087622387829","1"],["7909402975124735304264674359593880456877065921335577163908049283561455117207","19084476545414351588618495840302132725217130114063710619558092611954216359883","1"],["10691531168887351915928430252503859320770161686434884347449366540852043567431","21189667300884877318883687251923932523973124523379797089688708762187237819267","1"],["19490763770602087779360984300198994978821923524506778243229447476231118997698","4534900315846644876676748000407521795083307365466459286413824969067190520461","1"],["5388683820919816543711383836283080843209382567703887576507946040837061039869","4392702711703312835557987941563730219948573535876638352995858314662718843569","1"],["11178582318667514917770308464669961287258011603269932141710609274419761738533","15743374049342208310290802380161078476014579288004187579958146226900020148555","1"],["19150726681313112847574880775632255882943967190851756753692326756284845859339","17011703027777431420028671063279831861193794121416379311502363873923503082911","1"],["19773865389671731270186108591773886869594448711384011968384949805846968275064","17822770814637358470101402768628910478497647040229119009805258852481814969024","1"],["9444365155218407852022107013883903832881102166656720105026453471534576842913","3334841301782368741433556312648699690615442371114892346492835517599864648308","1"],["8870794471448132447611862937917184368316681595056666680994365724516865280456","5413346466064517423685424451899095978568534544747844655120956998553620349369","1"],["4156015493800814009379165475774577185518482714908771626001228453826398500679","17269219250384249518761479452838096694482807055570840196071271683335861135140","1"],["15590144746957294378215182098804265144724624831533956422656711244089194568988","11544528239460916647843537976907842164370059915392614979107916961296105553491","1"],["1718204438703346409947481339960530527509529482110765298138526419937902878119","7134609175859014880803056520094743015542895352406127017720607452658516789859","1"],["17440062533633542728263652922186964274144371853411601419945950994674871482251","21419408160723590381784540279971896605399993982131233611019962974338781545286","1"],["7700281065530141458605981060381391138549778157791498970281212507739822942700","13021816093076072098149054369967482378161865665311201082189164092951869081506","1"],["9773639939170270805807528838490411042908685440661964078656851714362404496194","7532446964051660990856764016388215350234968700689645047428800601901656725358","1"],["21426725788628553129291792814800110113545228216791890611946786951035880672671","4842756157128661421608634004820959570664184203147229330377866638134457432098","1"],["16422548090361225233818696982797210990660986901828414048598388122810367993341","14037035637653820029798040570285983575237290693559827507199197434413484214475","1"],["7617685475747612416103553972156546325201252873070813616443669178938209654046","3080022469221618405345257236658026723207260938940623346728146227890787541634","1"],["17234612127261074775333604299311410512547245470092204790256835071332705462378","4216623657684505195539114939639859140593526420477280018165759177893881296495","1"],["21596055476888347505934339015880478663204962138326916126638359368883601016909","2201864405352406155842290146270858794712631890348654503800974482748222659513","1"],["10228992067144826796510733129286888023366668979999780854079747808460498112525","4578799930194625658762228446750984701792059616271184038418448636002511699288","1"],["2346863244261555504324787168687381785773079581838859058763924291805131400271","7812188531241754896376482807354592227794997842529886000459535595395020767441","1"],["3374319919471084612357801991961527381483698384727745921886800126745073307236","8020347056320726952727140411449016206466193873154249499525605959783460842809","1"],["20691417099505002726128846047546489968499235594388631627212422714555708450574","5156872330631130160364237293775671259825750892757979894951632496444471481271","1"],["16908645951160859688715823145143511616710349964654870739258633420246415754855","16133470335367241659359220537879249134413339345141919016550666480680270591224","1"],["8094421457219612158516156941558061267638360804088675408087129466417022143751","7987654946752570750355649822967459762345229064332124788345262691193754321767","1"],["15028485561969715794627972452927639747856791493127446721597899138546843831713","447542552371911105902372249329090922009116184560657113267665817553910206385","1"],["1093758676323475015612362396754574043897277264674956935738831230973431138027","19015350942462227722720021356234034459047216156077072261701086136164963504866","1"],["15300754455570198359700304985395884125324313190477266692441215213161529746860","792690188316051751787367034492958184659160414064755655636313790629736057638","1"],["1797804329391475133555480692606089616345040692660954090729980000963424853483","15829602268465806510198155007019017193083619441387572696295246671104039861657","1"],["10616675965264179801470930182782557684291117152850073781346760350176971863662","19788830752527092452970470773761895440132205770823510439820185568246225407179","1"],["21665240693796089067146594239517210541291431497523461820944497633984912873389","17486912222665169949610176501630018691071584983080446425128015858739872720692","1"],["2865857779332322662405134664228794955660463569511210117899642547713775830017","20711066518969780873629016642191836925709440206838937322823224629106917826952","1"],["19546272967072122822638106802428637062908330712943866411952657718263259911849","3010626661622999123337958324710091362651116259860602989920710348181176209028","1"],["6758975341930679862303463035890798260648532271929172399293251384410611764896","9186809271226544336278360771061838376116919776702786787589842119043327528164","1"],["16914303952802891512436382273950379355787206528981361273198838369479644686828","16243086519688636361871101758868342441156903225680805172590086521487306485812","1"],["13352905177002926827929244773074595445653735677462797136505268099646074459157","18710964888508026181732037008272192971120814810851227783178733429053663676895","1"],["17400816995297698682005058547168700000719832904672569445339559089273898568522","20647043392246271647691464713286744764291045074499279378618114134173994123227","1"],["13950398863731264579089266029061815041155569967205794650301788269932919540952","6681943032324998493775095125161640815697105157369880156484302261154705533487","1"],["2730468139529436244362484651894962158121776864797426256762386352817675435624","4546029771151664597834381477817247360465653653083460975858025173318076892586","1"],["19654832356195276073579635252522263761075030222697652148312435395905622352505","6368281608699126860335503480657216832031637742543484135642918838102323066363","1"],["13560504368024532770917948797124751527323389738216023200080433115560442061987","5937871055489518011227215183550496684864368804634208289266537436304693002625","1"],["3116546904691356927665301441915049637906801509083940565487488373244588974153","10769193346241093321821880021841145033593232856177204422525062754353646319371","1"],["7890705994740833386552310918967983403984170073293137001048479347500341115160","18363259936370283476261732121636477380257110337449604685461232433379039501761","1"],["1216876637159264860480428174290919493324772508136768477347090964685912707844","8564121510131954925626880693417842574001336572627498009547969242618837589193","1"],["12778281508023102432146784396445487650443064133606949807952369634602846070377","1516732999664621530264785363163190002796437584037012788758480261778329993494","1"],["19355396329712082798832816933426551535160367827764592632634597288020207355522","8136180404813087272518165906914671973159405333246876761545858650633086776078","1"],["1579956094971063789256575680538915060085291386557839084155215638139514719940","16168464723041858079264930128494378561751891654567813454513871625952305637105","1"],["19392380404976920682052398004890003754839595077532612259037824434241583669601","21805403344808919955058775433451767272736502625069875048411454488020531481396","1"],["2581776936294018464104421452085757387690934226367509670444314201998631144390","8578205081445809835703330264108926125292596922144770060671377871501174493411","1"],["20370367898752632214649170222198964792502878214109028578203461208845538453514","13575251478997438883722960407072985130976873691541025753516206001380656451304","1"],["322193202981272148783834725671373893620274863615155095365284362399658325618","6341871150647273966944487484378021073227797442054291505506062148760051425723","1"],["2000712736647548838798905262389785278199394305914434881261397427071185792147","19382468840405359735223215934759559465410392635970602038004155309143975576335","1"],["13509644878403629742368408550738942256846709183546339706547398120367872344259","19566458914705459122854790167519370028896693406439164715572553279837011214640","1"],["3676692595019526426670068080809005978127789663658477797293539728867874681821","15650819976927862249006701828180742614129466214246386420155277156296170716348","1"],["2542213001693787949000520939538180222487916511574437699089487734863847385266","13185197996679894051666581576931830975259696934754100671213730635884771851040","1"],["3289086723633143245402982502429066489668117016938935436652617483062455269727","9681693860823502349336591663725144982104980376326023479670147012677314391781","1"],["9533612590537598207505849721289294851569612510182943115782445267305304737167","9216928756220542593751644647978381587297689664452548268479565820623127768622","1"],["5842920195529965422634519173173940843395275101383940385958771805569483434246","4965898204475427447367134014000174055458190351027843655300143989857576269019","1"],["18351581202048563746627667804479138676661018115159396158552604327977228089213","18034587033563783909154864036013042975596596575914090743640613762671018490766","1"],["8974251984815636845271693851204184566558424311101089349211280133935475025790","3251596738114499016311141095316108277627450676686675133317170004757157729046","1"],["14694897055695784046485021212110553273092381383712264843919852032486877471723","17225351666004335543962550309700101886703472213348908983966418880235727443221","1"],["13408425600963939082808993583827785067491632065308732426666770865505120371100","7929058803475131891635162741808446601584661790709888127085804531655633382506","1"],["6966255519676890106020032565194722174337975059696027388883076721558463195489","8275825375889362985264141390557162816019788497382319445920089375357613072846","1"],["7762670250326414196563345438186558133041709833170712299479795258625588946640","6382998564185202587184335563725141197231334142279232233842950063702010620287","1"],["18770394212332464600229313791827155331017590964918351296935118649882290046141","9607377096026721729875821045404479982800078758447379151714466980892171448080","1"],["15022551430997178517195007646801757482728809070307557651112833474457449658716","14748272106165586575043776285068049967946692435633560026213486135591418239119","1"],["3649851553538350515262697493353409022409621842354487984227191319841900736014","14158163926440754201296549780197347582196274814240357665178547924179721652674","1"],["16867371687317338105394583635248906568206921063918310406738544796032713773140","7164785803962911748920102856252646481922452529857751833798925428019700453471","1"],["3669274494678039039824649904618146275896852057306227441858921654997097911014","12511422083187798716090229595860211658437085851013890876476275272458631964245","1"],["21107139128543001429190088079496893618772527189486134144397964898072792636418","10889471098438120470026661834949772806809159231926246442104256468035317165914","1"],["7608601267582198241044107543888335669475187614995739831290021657688913740173","11980080296050255415471553231925909130279852577652972149096404754172504191556","1"],["7761982720883071169459820710920848314273725600039336465461935691337292885073","435445208128474171372349949624877010369089912978328368536292810301522705933","1"],["13510383424882331826673300068386468681496025255963604644223754477758285566031","9142245778077304799842758384144618585351185797952115334709893163786216264806","1"],["980630058009785050004801732384071626377540177215844851681776725864943658477","10079758441959545461315783870777003974712656100675706799019916687015514595247","1"],["10965129070594122839249775657584807533155899408573787346003940082017572656599","21081869443446546865238636595858086064387361097319010527343498389002615407737","1"],["16386153122598877564506109929779748771344332831032944163393521986309716735115","20321575032368428136885190241663452155968593813672304683368481047828230017185","1"],["999542437982006281582230448214757001835369589896337740891599641767878774536","18655891740917555726836713308512925553566039899645871104305439403245907082120","1"],["15715909941272552233318659999564160414342881647975461199482025090558565667697","9515591560883563287363798599621573186052822092016879948174735339278303827486","1"],["17602035935102518367965809155562328138226996116827413914445340015740812272444","17628005117657293891052977109840749048514966716053958573824635580411585034116","1"],["20919060399401677987616616755462874238758389306557088089191812843618190887924","20020126791194481297938791060794387382673494935805075205822529115013015343071","1"],["485660941537419308582742968220401504315762156789201747333559430648392855009","10674313351665431273916926545932048927743227213015173102406267621932617376519","1"],["2034879614229530581220235424174962058159559290779732247803286125794233300807","10921962545399663149435889062132516016502215125400661403200118149739124978676","1"],["11978992565422449795685687245887634435546115000187406997677781899166577132444","18294529682560236553024642946636677682999803359617381811805652058390484744602","1"],["287791217987710638915821520221369191037011449973339499979096253797515904583","20442562445827563881344381089430630862055213920157300440832859024995859201090","1"],["5972760153584319035270267866925022273264091493566105548558493654054949168853","13607021621882257562958552237569069809338423016893072656624425736484125102975","1"],["551038531352714047933376181950558993810771085242810051719845607164719056415","13774410958543539262804222148027323800175824786961578491185525514637276445326","1"],["3089953434228110236971863335246442106915961786244158784093820955938030105147","2072751622081461254414035570246848736532287566131445003483599368720891992594","1"],["10376148519488503920683867009507854049347428736047408695283149969282902080002","12028782372339096767820249859266027567572862571218901205267818059948966713455","1"],["16332592551312290738621098759104021779654217561396232889212533542411190285554","7212107339757244545824344025986686066632584004205955330002024480121141661194","1"],["360670045074445436225639928276764570802464910979495625673603985986281166177","9539239609169757045423514894399616504439299407087365643845034575501626722592","1"],["21123758910013732047945713011106125814475761875793659156564321901213251206865","10476328419392670003938786564463156833450105758308055130348554893751360074759","1"],["12570833619177360835510376214102995634747934239132779056401617476850083966728","7231092075060857096977310593517578523327980162403778111247685501898315327399","1"],["6430440089363875593527698374355753420557304361086672044809573027640311933573","2725331616478769909884250286703204235733933240553783268332785507906650309060","1"],["1408688516010177443406618998272350614116960468341668315317716434453874055040","20402678805528271579788222287208810515955374555692093313616377076710074670285","1"],["5895866204047985567813971007889953441368690715097356707547862541954066197660","17812200324689314618517163031676049829148920877169256377000043906121705850791","1"],["19591445102451178629007593631701089172772806674215813716468207879642457977283","20968880310957054887203987818935022829634073044269169322011789106353739616463","1"],["8420405175672214796182541936823325039590188444179690959624100904670840476787","9457923449708049265335297272600679814134350404496104583707819771986726255035","1"],["18761238545207499087968632148124125785904040544559804472110771314076689237075","11375297943129425995184190856006435554486863392009438660618202408547974608093","1"],["4522936506537672743440422902770255678153463951250614639576646471946232179716","18591419277412484203395032567177510352217879656019035667306837806081564008717","1"],["9124228462583435693674433284987661911877561250837686795415020653011095386355","3761289019995897351554595702208702944814643281168863703522601430605292711439","1"],["21296547589100335646798742323015679871870817243906862047007735739504753239482","11445890411318098582761268013445607038270635591494208583994666585102343364667","1"],["11786030198408553694741984284088859353044853750182690710687896647396588526662","19781905669916214332350465905604648647009505589978280872349085292219056209963","1"],["19124586370268475896347496152659454209065455878966843237138382272175171765279","17967559403242871131821661775033048523388919729377439854507453108532601878623","1"],["20400930383982617587744310756238675439589324115924426646771372183851877563408","9808081504046271268329513292050208717070375753947977465326730336030173622064","1"],["8977748809186256964861289882786303622066467618171704329999720081679924679156","14270239024175635426735377070605347000670018416418205449951063844115372484960","1"],["9868447434237221505282850002787248576226074564037262814128201065046652824539","8014757503500004276881857735867957138410651308964195491041444565945802225384","1"],["13312587255637155753714114147717008960553650621580455695850614754812024982079","20258548499810403982405616108724074079731882236205706440583757949512701955571","1"],["7446461282575519366316936295513180536639575966929268457461148951477748524304","1071515314140628163282738788993697387138397676154580600143424674006801734649","1"],["14639503062290015897596606966419845539340125762730818183768109668270447305844","12468820822886806505858077373773893362468368505175106187079485849826772395057","1"],["6513263566623329449983898052897132670655720480479767852910435236702282705739","16045737073444097161109578553523451059416625788595928155289724803206993397221","1"],["12146390837150314128129087959177703652521266435938302672066178894351786375946","14530162285824845656914989263189192008979392718190195068344677034756280861640","1"],["8990615585388528872318413339753176975563512616710935861882267219716015905693","3824630302107782624892636980678106069415750016334283740526894589904379041004","1"],["12763255151329795842399242933045558341088646018419542965648158330800857535969","16086968989492095487982748842311317134040098464598665977659511539853053235076","1"],["5524364028093781260117595211888955111444063980196018094307678699135569422938","7476365213656048333714678854550031270995655983619140154865165438005788506253","1"],["21621025126356499310154528703060371925483296610589498626917743818901486889410","10531125432432408587370900654496362960014787976543200555837339432061160640601","1"],["5173518522897298845019139786661308279017226515744648844487487652086074843879","17598377434972418149369895073718166184064629967357169751105194446255145359680","1"],["21672400411139518395075222238465305525394761033462470048373354145059483022421","11803773990554039871099408274690642826586137933081721671118361938328052803357","1"],["11173091799314844638219860846952177998036261637328447417595301403534513344659","19501350747862816896876548113344663482224781185383458826813546282506367116361","1"],["15302282354058355941802518499459973169784843112152001638455016459354708501871","5332928072146150590307350416675858912304226637559210191947870844581498480631","1"],["9253281635329565456824578545624294674312940041990955644774755074916299237258","17352450528101226484820890262017587329519342623129375486889200178400050258184","1"],["13429804889157981634192783290777859455440422462840041046526153143194325451803","9443958461592354159006841549679926187182419903908260766997072727250823624862","1"],["20582009790022008568405012455653168079600362592670699562898827082654611466017","3223468452120192976290495732026812365827597369219392581668478778838882475397","1"],["11654020493808208454384774976996185995392167138113313415128551267787728446653","19646216696532513377817426072052546525051385794782656586408624067346640905192","1"],["2887016517327444160098097257459530313303318074769965924939396544926705634604","14729592637022369443200944349497392998973788682490894440485041711128890950445","1"],["11817843656793628206424771381928150516653521244228467417832818583267444298056","12747262928618988105462616093386390699956005065935263166639619143830649769422","1"],["16877522525997704767372774139297654600764320712313907900960146333326804661203","19697287773624027734596417279422089871319165480731780536311306855437983978737","1"],["1077881754203868008886695478310788753954035043228991716187206393084349711414","19241863111462735746200699305161063769248636198074452341333210237580690961866","1"],["19772975436416017456027668532021290319999913105709734620353849544472700431222","256725305565770972612039105411366279317072624306785712898685666968007341480","1"],["9547276600239227431767905644910426926156080271693089705120391087653437054189","16964403806790312272997636073597464380274082099090347445270080283151587704713","1"],["714010003841352627190435476870797597002404088088819593778580635191253204941","11759488772922383039839901534186518682915039903862117425478360989313497669082","1"],["10682840290897229245764432218122642198817185222421894240387924894474897852875","14051839747082480143035373360148766943703023161035348395439046621832753995541","1"],["10292376174776045320932240553339335135700994444766847708539638593407899120455","15421931431537024417079668314701380443834023364450155863482887774928305345730","1"],["12175501846326072732983763372249289494869903503456418032755521819260700199249","17812597440865646652591032786120445551613513472522367716520862108852253855059","1"],["16437696212495668968191032845573095001277030317958195609424889887389931299300","7051832106131380818286118498573772933055642063517637779281488245300570154283","1"],["13680864032741805595110147198950720733108584219192146028145668076564365449723","3351264181405866050137205589931908637482876926108443064052295822343990177444","1"],["8534200010205095008413704514682579815682731054400635794250798233981043108413","9741200209020571418036460982394296842558420065173405925757580035199270663952","1"],["18643728118895541869958999758007772721455664342829937229101767432670020461137","5606327862547768961907939960888619329178859416123957043585630766574767127786","1"],["4779322017340908121566410311168786797515670009591779103937616863601698763815","12052579508506161688009703007134238357570726244273043972216094736034393876099","1"],["18347554564531685245055178136019365728516888111521793594566490720136110545388","10750218480889937232644149899251670722979497042425330087233823619542902775591","1"],["3818109729392931569776885130687868089983355551504159178899713804760409544240","19224722231869779461059305489157765575749354432785967414282988585945593697060","1"],["14815777044003433170135730442123494055926928438266485951615196773968727047528","14780565990260462271203421147564036101400152954301961233440945036937735109728","1"],["16430325157457352844281302602700010669464524117134891290743660847331740008690","12420076612273548289962890808948315479560364425640889822249905884637695623649","1"],["2296609475753970864172672561340040039933030792933876687819002648463467461495","1356965000343893322265165882023288501891712177553174384996901865071061499061","1"],["18313118882207908698393046283945077653661492187569221174673019449879721719941","14512513071728086229202238914656583017038914695784156144957042425140644179270","1"],["6966457596357100510190148706087299767513933263046514833614085699790090557961","15307858207367337808918243470632808660834154948710833926075449710196629767793","1"],["8760557190494807338717059862838238727555649199756449828770605695116640277312","19469638910825152788185349182670706581800926529012238304841186842877026741344","1"],["21578854192446196270454150877422455830402875948792032897746270493337834172357","735137688986274259078376514068364404310785302744421848967787767490426524247","1"],["10304491905595138396755875056548838303061267122329000541298270277942333406432","10867117812501590883445155550285134597509851812279061224562523676768296362679","1"],["3093091166780906217608440118737047632350987887086029679244573269788250753206","7299516440704139471256099116465589224768055190258711610797873842597890811166","1"],["586192654838159638437264183971035436926119817237356568960853732740172921806","4293233495440704144277494962340250938678565819977445810301997877006505878131","1"],["12506813883616199552714541983864694267739724692622964038057294446181852974869","10703762396701254108042914801591247568066363759925472642739437648195114321294","1"],["13924078231098166838329043492210503021673542374977181677418330933177025804370","1183032719008719623502994149624143868832555380540537532168405823321989298532","1"],["15425023106688091664163913741049412270153277608243974690471160134311103533573","19567250643201629606586756360631313972492865371680658707352914286034138319986","1"],["20949173639111141056384335545660456192337076251191016585228454688025672155519","11437994605238041854679917097824498499753994152525211275618331508164746388176","1"],["13898768210086294361437860287623413644929142295569267662075795502304137473582","10386514495166469819769505978993212523749356027531471185519120924661449829793","1"],["14711990198282616246287760467775848943080040035076801294777248519599568857131","6202447328720448308349566199301559230272585248777989666947618749099161191787","1"],["12038256047693964143240035059888866208906513049635936147157346020336882715166","16498563054780197123404937888567656967241581212593372755771374155559368669157","1"],["12558099336114263132062908279208461592557798451866139968756587028655824348549","13142664840228619908683474101990261089795310545869963101571202250117065555678","1"],["2559220680498500862665210508315478606555972786682671045541865111816535306787","4984500558490417299763731741313927706716631292694327353962758235787113377077","1"],["9283979022746845068872988620025577313740526430931434646232235107492962986566","16401718364654989980152374827879918570822088234243419813727011597755538814177","1"],["7015985116634513590825972911861505909083876379158092745015420252543000418022","539624416590234506318654659185077729578992165345080401572059153136751023296","1"],["19065628269186622875130627322148247984226958574117651270792018373445448057872","18258446044090357496490979563008861249584369472660919030974973210170278512768","1"],["3475570807250426663124589436825614892277859505612967313876738407239420750854","19522794617887846745575741594139971461439327117306565078751264866619583889856","1"],["6258290643428028095570718565997600449372336961053961334076317810081660431450","19945676384066514118670932746782527437233519801327590625258376221194946107223","1"],["14488785860613143286977742492283045929424669731604679304715098156585569121401","6247881076129471547454233514637926128466167905755391885291408036819372366528","1"],["6874802702868362694985925970225826742520364735694155082340047875456617794958","19461255543772619837140690327651242284946874414788400995988325204835978183381","1"],["9805762247743327404071470250365799812145040771015921486469310601304086185604","18417592268627832949884156544247066088287019735085071027355985011247800919763","1"],["17981744536983886450244730620186342834311037997681002103830075208983660588465","14448154864579507098409239142571126368048099559540728195617279005176589473847","1"],["17240317432737319486437540989011750739459355869477378252689847844737912913089","1553254918060386488835043920138172989744166846115973448954855794389523756387","1"],["10931596413384153753961340696067600013714937361088514698441261456264933839240","11533261243224662959711527314738749257846119151769524618154945701969570808112","1"],["2972725714670817277375227372801407613137091115757588623430649087260385784549","18458402019860385223277491201718295856420873276111078351851063569134669488588","1"],["18324715161690764128673208914387536773525395690983261608543416429286089018634","12897909117826911201023128785840463057879300366394998333184897428526917231364","1"],["19523947117761815612161463017237864283057197016307637912533460011734424685381","20817870772362589887526443158432448249783282648988157074453457667635697415455","1"],["1465589013972615141092845030059887988394756383251206187853959435671907687890","3041306085136674503254195033306107469945050001746287240764452154477572655150","1"],["6210335389553946879730125892361141648814985651824994372686981000133938225327","15089082517056767420295449785206714345483316222025727161421840790890514721338","1"],["17679725730637163034692818524686428368180221695443560210480842479123052052844","17250990529892531182304842897393816823141196554446078152573814450329938443925","1"],["18243547237149278717025931432199842276182238668940868988118685689300632163121","19674100800347142101510324577397658317592481164184944932533246274804884156715","1"],["11800345095196427742898231250084844628645487040455677786363868195744327086452","7840865888980470116911031519021122255306163699983697844652785976343039965264","1"],["11468660829725594475138440614371430900902631405219776800996026388566621724433","8236509674675068936085089082432107658395249248632612340650900596696182446204","1"],["7290387565907294058520016694788144936604894951332060734134517320086773030194","7463683390830426325872052211429491292468610691841451412924581204654028791690","1"],["16928927109845672357211339239211645353475998032370779674486467797327341088703","21520086400370230176621955376823263242889474939378349861784230594107368799026","1"],["12256492963857382133898202634594464830260210185529002851383386655328866141874","20980167168634607559051118017300089767781159455908936311344631137104188747424","1"],["14929500393419133433131585319238181898763857001760142494875097332121893002331","20288129061418322404754619922532631066320542334265242908992578693968596108161","1"],["2781661912872948827639866463761323133616539323754473288434554201134258022442","8181609098798412302179938487793394626530212233490720845510411083062600205903","1"],["16193978082097878917410013845033612172005483940464494731601629393513134530396","13271941552553739289529957641299456374797648387662933368550963314448229119151","1"],["9148250414081336252601141863230512080586693201207408790816769241924210150829","17879187885402549352370564667659672747332392744644253231255536641322999092907","1"],["20024696922375657546554721618529517536214299575020126024204102858634847043798","8379878350141337912460069839824569347653960629668325207941453404266027874117","1"],["13781625383370694378260865141593580393923604744653330982604745887858592290388","6733999989196942612818348668746871873283223840695227381339472998738430287504","1"],["835951651709524533899165756482018989726807896072088054826649273982222768999","13559662514082623782539341381421302056592035279883832745559334649915514775303","1"],["13455598909788339645474481806793453135090418889611690215220065964479089542525","6314519444429980719082565742196722373423008929626502317103177741002229382218","1"],["17294599901035873024796314005200034293640786434264138383432399180986432235928","2548173041524444437416483414465559977788878729152152219265998233794778260616","1"],["1505303469216142811531708368754306798001405348488171152628084194162736631678","3539649959376144016691961030470515250799175606042155527832653821701926296239","1"],["15683226769908440936666741103595702535939170025218331287364615473201117599518","9498330847910797142636912744849323416561010943511042731195834851566224849790","1"],["10918446768082340897591339574770693902985189089958020754498098530974690660719","4623680017069532990561350658511703148058142722041061014030522187346829034883","1"],["21410764446969620912239379562678124964327234066762957936004522544049196058650","7484854563639304150145093345314499267795249177954561589754794423681496669351","1"],["20567843803029746488659552585618752586615054647541746077951670139914575364844","15148408290196520917843819287839268552990729330581324213900090670044184203815","1"],["18997006506684447528411338485215311411071955855473122398894639211062627903182","15704034610034612843133871184834609883238594286061195527849448658985844178794","1"],["12522426774693679085301311730357278948507170939723898934842116899621015313781","15222532417540687765991285866627537372046275087787218067037739317750556618573","1"],["5265509526486734384737296953447791225061563067758437587792798577772977914117","17611745531314560101538662064748215769684966492684498274836991788608298718970","1"],["10093560229307032289907457079352705415231313786827097945819788793725972209535","10616740377536901349336617443966688908133352246736954783795998141531555129644","1"],["12928905613362226227713664129141540436067230521503060103591704751440819211346","6560220684330465206951184429615911764053428891838615861645032878537220229810","1"],["16767217002545563459583103606906517270513867236888731650989228356937809860523","14769263325072985439509436292387768404533009604228289120946738375997611861936","1"],["15244733809335683298664600014024588743033699084835239230827741806391748904228","6917423872751029635882534136739636764777254650837099473433922868513794703577","1"],["4054843914038593355337178020351430434140221400308314413266487470028947850801","20104381650940774532527272832549418038890446719944694112699714554253770460074","1"],["16831623660881165309973973679055875784993797685203168294742896082054681133275","20394748183490336574992225574606622641556370692544500014591358626819379976058","1"],["8024509049429706159462444314972826273743090719470879890187615235984442751291","13463812555341835266140770381825629055179005150870766696230465717115618578625","1"],["9567625908801553823060598308308021236778979580700379859685346545384579413112","15685579341292002750364720049109684692733181555663890757019209038199990192858","1"],["14353714967337197898608261906907171221099039542120944321327396727372189434172","5975415933946204233419770442705886793430143796210870460400629160178729268311","1"],["18963076806043636525965828308604472925013318661659518977739436948256421223465","4072516483088670882638776131230131131424510241729877961054461325641738158038","1"],["8214127087478245402716150969515238754272694670437206836529645722936042076164","9973294606887938694738076043589746435896101854698685806986156783091877295462","1"],["5849209152474241275760981798551145406658089473734316187482880350944985629460","21488633660688317847318287855495345078216021366565220956963940075402138344949","1"],["7729189096059389504022943135981980243226293813779197786385921783440046705028","17456923705249645037019945848837521334905358853787604057840380173891852508717","1"],["14152723272580022157274744424043586154998668172736224739525571257761912191830","2279799414184661139696113185515056620140710069628580728069154084594225483620","1"],["12516671020361921750505420984676550706405405807170233300870961299601392645432","8841364752936370730396655910078617298950538374382758116595029780229968811865","1"],["6806067432332072344603772357054595205933141945756318826065963478672273003249","16032514432462450239671158050892831581160866744017943234232471272615759341299","1"],["239020935488646433005170292303435872644447866728216001002613294654613137622","4120649748691318650697620866633549549929282893129569123357284075371694783173","1"],["5672861314050643897286405813235629918490206870928040099383196542639118077368","14842980762092470181268416891014430089525514536412505573128376588532051690098","1"],["14967665341049546613977003445016369848177535401502813465794585873322251068521","7722147690780607310312922999564185568555925328158019059761635670658731544596","1"],["11271608400237481960165681623663112422633270332412162067887592161905279278471","4824810597718630646488870206151118763007806380931580470485664666811194821153","1"],["18029552292311703479271960934475192312073455542488955052308926964803676312938","3587151979037890761448642765299475513670175926461480751275444320959328940808","1"],["19339687304837050180527911121701753991270453762815090459491494129658952063304","21116534711174314378660308554154645348109395279561556603451796356935414176842","1"],["21679614653287622840270568544162463484674133676683668450484311941625372273326","7532801691818216330149553631804120941656082473107882201671606990936942220634","1"],["8103594117976890917827417609031091892090009606027672885804154013133467584993","7888881807721713094975307962398348311660598458293733804103864193354812794080","1"],["19240580951143314485110526414680884988149224679603956519241631827462051986599","11613771655086335630940340536819025524083600436552725076795691082701657529186","1"],["17210245080573421730315667711293787039467954660211455056079433878136672927163","18678700660522621571722164422653912073336310338878544401126571472315950848821","1"],["13817635383979843863767929890622393085838813592604632062413989151256029348822","16552508524047969480972563188385481569808595577890161422208935986688697056377","1"],["16361631103703970153335739627536873597039994250143768033152702253846684264766","15402931949597534290832210433400564841826922301645117581533837889574308939444","1"],["20190571552784894211660174185042245916654146081153043671264761694108745799800","11039264446105503457932692809713947549375027282369022735526084828817337127642","1"],["8919578069624221449827791787004602828933868804306649718574868049271598555309","16770301329826749684903334047564167591013522666838884081458882964200427031537","1"],["8658384393891576589909007714000692105279613511207227798695438547177693736536","10855974942922638313147014177837062398671763691720681445896736785831512952586","1"],["13525033804584596246000343828543478396263680838912917410189352507188744998479","4220676825051058176964449648895697501481621507325049910670822835367928380718","1"],["10029804988767014366069477364916710147270020320219995784834757190425151462483","3766856426296259166130550829359493998785220962000930470264661800917530808624","1"],["12754624593776496283018540816438718197880370271805546572686621325944993176468","11130384032903188677733101601170297857295212360266864244351251517856910557948","1"],["7395284216931399781576488974275232097260047740172225251531759930614148592136","21535479692172774174041475589136161514813611412961172396907183645073040251941","1"],["19046914357451693243715545550999737331534897324802115248723954973962174770901","14410212948749251014443710948507709893709267108552029789486170839470952051334","1"],["952853791136097815375282167660048652873663659081405914283244747987024432695","9009385029651783027062634438372651648772593667242188773958250153193340064790","1"],["12112337937876667628032000776065811532556387838425501128413722852239107566245","5569975068427133865865577308075404556334564328813603990381054917267373280900","1"],["18014122214295204920692500162023549811138326478518391095653003579883947449075","15839141339460412121975883996113024198844573703702782318757582042570486221818","1"],["18787663816167123402487362045719220821762371225809545400168456764235627008565","6862632543872070676907447303900107522615345537507511616667770949591552179779","1"],["16448613501934462144060244935769097649895815807669216481621961527889934569207","7970556742518347367913699365588591549748050660712609099117746889344698000959","1"],["6053301514372221077282888361792624935815601225495751140917141345166431270694","13275053145846927992909720718122133871379945551069432968962425347661304046805","1"],["12288234955259633165484856803276266240450894683616081514843417518755518026593","14482786837369476852563768397114471051023431079721149966354700940563471493668","1"],["10964010875519739893053153429038508767859630903025066785337941887764229829126","6390776130704834131585911810340696104780272536663165791848465496957051084297","1"],["11887285498958398312583703504307437642940023957731630926669076008223182836428","13823194331536747014627642814295415801157525115952848351110434389754033801475","1"],["7484599169684333453825125167964643757466334966506686932121408596208528603606","1605030217062171086473301957130624767596863537393639161310480428305793989739","1"],["10254713518323642520471355628777013398536516066713553437614621990930965600329","5370607769331141530486810660053308972321862659695709017029352797431447980530","1"],["20143100070682701387877832929473990980514735793690941304677079103188295518103","8148881256430413193360048386399056978742518968104729356084265170444421285580","1"],["1422579593818390670876520382900198351190331462257667746543550299539061273197","6024861334384189169810971319668668863961090810131747073910539818617719970053","1"],["19549302639947199244052483816816499723459817856796018063292433965186220279068","5256373255072523439290477301123151733801072156941075212880446368371566167918","1"],["6987929028677189275722181909610799067436145230060234254240912745818476462031","17645584524821939808996074826702967218151154593475966821566870722956847048719","1"],["3071784119818580471113434266640222875222641063918963782983256262278317810816","1388264545753126694360759670922583015705241156670078081876084551009218553964","1"],["12682166318958353937004167049485408255913889756737994573369020847598188981518","10376160021298423079027723825008523012828331047002667858806360611824298190613","1"],["539083608751123548744556205792717811214654523467737389203418956582757424366","12351225119619666409729876326712614234000077863568753730065141368369863603507","1"],["8606195077812746047381091014999506549960450408182356871041970476743539494265","6291543463944304645630414716908036856361238967612849029951372168517506750929","1"],["13283354894069759373713859371297990911040423774278618302102713609431805249243","17047974168622466611390102801064830592266182133607619860160890712141987343837","1"],["6488758266081412272472225642415138084234213079462978891870169399555130904325","12080349743613140939381181950622746989200295249257087424355772043328672320764","1"],["10374342972801357637273705426275398772119741331905762367490692764768375752288","12390837625877527915971472969685746717451326328246266041000554214553999311463","1"],["10404897218226598114585838697235428344773745369133770718347092216484077708007","20798874163982706484870730288724157072732004668107952934040828537116066869616","1"],["6754577542246387297377688371803472209909905627437866768540416495396166782184","11200247857932820003736548362136944844982601315816412872398571647829330527806","1"],["4069297049778618299301786271322291759092682628852467856469829167384436384971","5760258350398151074402061588966480652626145811424176989493415584085582366420","1"],["14734570146055674224832443841912043151630911676473707854595671632967127805543","8135214443605976645504056157733462730687637546504208106888060763311210532654","1"],["7353244156400681425920685726470745795709832723984562413999853396769535800648","11057546302825306932980712095896548913226313805335861699074186201892123899183","1"],["6149475977368041625701706837399927763245774242401929731185520102816159612545","6815228948027934079361554617008606167141407493219906477430589759923362681435","1"],["18209004112242533607390792630858920180772994854666665032952859792073133956999","7914480197655422314422290107095149658131530447652064136052419981927813615996","1"],["9215553302720675608575713381107701216666181550329705102987295718200240191348","15971283427944009111497377467288201851709414878187593831809711173027162854530","1"],["6797844038037136169074001955800242959700287660578887869424729420902517685249","18277944429754983997680394034523368705717784857352040080076726852802202800232","1"],["14173269117493742923951095614883321921436722236399902747439806016844971826133","20633469644201039451567846723238625273605623452024815368379049521103211770120","1"],["14429309821842692309947512187664297425727372325677463378690886653604554589630","14517378458640323261466308435546781339491316581903907845996240476174222306966","1"],["13033081473553933093755490892258522904843929583561509130973154692301090921442","15781883363192637521361468624571304333312981549085725579820771455042445218644","1"],["18248110524907019441872019812613310166642176954831808069848079272152177167329","18858222737788107797597396449696118984573265611852283548097843480724715016919","1"],["10676513563382902016901371069574149200902512254289433427072351783012822488377","5986842951339269219057843308158269954650205971930492511970303276781308169623","1"],["11951490348005363305897099710400432917212498911347578958115213968894843919483","16608921649204341936618228161927312224838135334948657502093307119225560563062","1"],["20252964423131513302583355765682332655148295127020355783213563559306591780980","16669758708395627618007169687636863313881729686690753110345080317044514474951","1"],["14791008071569251808848975210625985089537060919707012447299835758133538828951","9791635531449948128986479963680813259818057738729187012105314098324312986201","1"],["6320013589101616798832315799246338231420975366609969632598024889543950538191","14735728980528533346846178489255693049016837671965778017096759601924833685553","1"],["10066961544846725095416455086678819169538868909764210704468336848395246478631","18386808474861415161681866355783258895450596232320157133995796803734124449267","1"],["17941568342036802465523821391860310675864786915316149749140910200094098185285","8378738306776038559345280438423904751465343828927674947404675224986305125659","1"],["11637429834143220556833138076925437102970350942527216659519763728944325218876","6545720196442582566849129139664307396099073324555365815150440272528218810891","1"],["16292270339558087509394939453687564965143725244086129783198989936336019184787","8941440702073500847251637393119777749943024227907021188398896353506140991426","1"],["14330125119576718957475301356193224030475036613424089893207209741757084856964","3188196857473951411176279176493800599899519022044535056946652765209066862924","1"],["4887483731774535795656388684982637870090873821614868167445421022568160635478","18399749466514937752636120881509657567319447823527925400598953269045271605799","1"],["14295254593747886838991026650325480261388675142566186245546878623556087262656","18065762602459079328856347117064923161869814418034744299466097109577213378431","1"],["19260264435705299312442865454177492295361319765376538741995954376057862384507","20893492439802604107398854750583844428273499989318168964193140211198263053326","1"],["1432201597045594502132812671612686109761306693123082530539420497747563214247","9966131035449723474081850089840628245773636314482362639165213744245306600944","1"],["6759630739484540578961518155534098321579309272581988738987373613667098799896","12797604218502965081891659508996598767379221404190824140633856987714588775827","1"],["13071412124965247470108729704718749949143794134462047044905152475765595602642","7675568011119324992179805654982812163407335704337994591858657324304079324650","1"],["6089072662431753394334543778127408174738667504682630959265906872088314937232","13208851652148664224125564460463490174853658940304077823145668802331255767727","1"],["6672528798333635382275819016555978251536290991670193253536048417102419508187","297212295487585742200955397740734675838364588798263134695679469558968663354","1"],["1830106138491339300293494287932978512409663062137452776339023586917007484310","15511232936403756062351868805246814978754186906792965944451841030410617811799","1"],["20855423505246878729736528257952329497597089847782724743592504052427560453366","3689033900850446299801709461818381637062927619011513132831367105635757056697","1"],["5340117470555818847734007561011414906734995094882796745293489888128712714537","2067106023076911827157830414928004462155947949130505265912602977067947123565","1"],["14648932587833441577969464371793081241105673414859353998747019887549457180196","14761413115818818080013758579170928095662241819030456052817397820947895545038","1"],["7885760578295235063827306406980284114550005745604900765976308303595793109780","3595928998779116803757904938957968370821859803421342183475353666565686597917","1"],["14333466131916408422841932107819747382586825423212330883118581046002566216541","9198497335708947773018874504300114306777572950244698072048149153941045213010","1"],["6693416530110188126961865907107390394835555439834147370928613292815571221771","10300846499294060809346182245967720723332642085543981508487555698252416810180","1"],["6645904428312020615081061031006393565459687315656773315270940339390469639690","7133834150444976372614207609393792622174851938184400983390222565841195286820","1"],["9549125463116192233139654022647649336664525452670058715069077679776104134750","18798912838724231509679166070056490879538977076734975846046125611052516080431","1"],["20923505034393354896888398158050831491450598812533772359002488434111146752059","21885869222902552772230592355976348645129358440586760600664555950079328948120","1"],["5066393123769147894503835165503884491568294573909189038716113193418562389365","20208775728552576005161470485060644842270400983006159020067725917467771024399","1"],["14431881587294483566606602799500626497729709202496540075822646556460635895101","2359075666102612899809132127920434370500397758038188620388979005460096539179","1"],["16249381434479716511189762801990708298519113851898938243181023946560315229618","16464193351918403792053589082347213172323674103663132245254930816438194059438","1"],["9116227826021248202325256047477707494935034973313683326936524898245936689886","12440729474205233104737360869544866598360734684881240587984621421570898653263","1"],["9629996695198827416324810553617904962400671342764253954389928538060297861845","11625168401770278296429484241462463707947511509820605647617477709189178613381","1"],["13371269237210117510443589471159135545918509350859179386045704729523839450951","13408100585262869137509225622665035164217349565414985757407592906018677579286","1"],["14853495316124522977832182544396530921652989828067978254825207436913404333230","7082906499270031841717180076815465022833659834545789944488542146194807241754","1"],["8322381502669035550741831885274303898273837638616221925244773219554875576929","14828917131788311424017804429800507198657321868593858582287013017375096530826","1"],["1251240658159775606445499239090135710332928494201120673818413581238338029159","6051028302490674264979490783269084295555503860515291071398925683996904343119","1"],["6984739218598069910000613473426067464813704616591077530283576552398460610800","8522720448206744834356278471939839253455339079114314140909118632366667432224","1"],["21139781787289972450794563762922075538433098650167683699998780416344889923308","14480482833128237353904548089962477681925208182594963681873651368354129253358","1"],["20763694265916336019101623174375243502944686071350335836331700579717726066271","8272094515016030084784816619102847010369087969453688726601958445299186613931","1"],["18167557709521231835514234156515416137664772332018416006890384482059093052279","20866120959772519888113194119888750604279932953971191781049362872853680144612","1"],["12409264089082829660313351075914504238212684031250018627018337889574992836261","12672211871172437123525236019857722401980234730942745726894726959156267298314","1"],["19805039169584651223113453400291967175324770511033338608736242730912075180877","9618374761675099686344769007489230062070943854038872269308636425881975304161","1"],["10929525116958508191050581779493524224970795457830340195986128759660857334883","17296670733109769518208516097807473813797751258164203644193197406891442359152","1"],["15178328054427594545476380480104902252906994810245554383808127687053754213971","19637435313108984700223407257004642874698889922423392493249625168038975013421","1"],["13987000103260015144863336837337118430231230620511601282447199448152161553082","7693754917581594899416472032687026974514734965165548989561989935691969306708","1"],["9472498352432565042284726467279769568376520860891716515470993394009191320740","7335002368175548272927777982385453820589850654321841862375245367556225258279","1"],["11303069732883668148298248446766632228845476943352902641201518993891345105875","21095542244139544717755960723443482510572341492645954289884664709461969092835","1"],["21193197695118936720578178103637354992554466760672468056546634200393921760852","810768016564002251726214526691759985064615452591797294921218986030645870957","1"],["5690909358336484187134477402354487053208403523512379032618517628893660714936","19125900752584038365907841731942943708141489235995536897668046402261839058952","1"],["7668423221944068849547032931728269429110638420264851135783082526658484225882","21110039368957946177734834845225811616659444661247333144870068042262794828262","1"],["4144813774568620256207195773459606266410801497806118178931094611522580757144","3434835507988952011651510141673016736132818782782440956125022575601239010216","1"],["4908782512982707482502923713339378352626944834547396299825380499098731796243","1075567511715474405898329828621988394406199262355060651038425095163925009058","1"],["19790050661548699530362294096467310853588891731806065193886242646245272480871","19717080900429180527992885682915362826011413279202014816060251071240058062301","1"],["17123074766927297134567464288963475902791747864092291800566937040073357208760","19829001173834370564192669553061676185218520117742700293494521271226646999300","1"],["17526907010450572113034956714973931573096230646647326895585525637065514667816","9023101485185969579973212167626581152460226977296814266159983290775941001260","1"],["10090566449683345731319620806862177468910816551494520478718409723480156458385","9451898203417865619357326079978956233030738820391008829670443461987293953250","1"],["14234346621746173598897525852855465330196989079675065589982429725572148183634","6103674622905749666018087578245897813680059929578838843274413977086520996856","1"],["14061125668599807913425213080188325622270560606434362902658597874883674138699","1798299381620456233010883912565268345099994194416446672065426866597948148219","1"],["12993655501788829210950187697455859920698724428914337970863799335578715190052","8980924678705468410813837143615216453229792947384398666504298520838816694755","1"],["19152721920772752303761586739499067035088207338281468936053888397026420546372","7106169911977218796609737356776367817022012752197293522204838397159496705111","1"],["4587587466922270672500723559368138250056409431957205090304455441641108363522","2675985912033387794406040012396116125365661762061648771783129533770617224281","1"],["17905486536658029604960221532081480103058782852023370647325640781279491502058","20902049008794590433275043203456968138155277201080031389576094603122332523858","1"],["11075079852528658600485785730558611934118096405592083656247614390587110673224","21848556313034971387657635540052002759469705995146947097401821513051534435986","1"],["19250445031297305552825075308583467765101718030612815436946902160690658596835","20263997391481510971067944004612230695805506062148668121200667844766191794708","1"],["13848140297285113561079481514466332977413458618987612153229313486053493776818","13359123106925373127774214850566365462912316634780885609030460215283128485821","1"],["869593097455588532003992267254155057481636008804528848222634116271429243116","19150526038289603825186284542457747710922704160991301445437064409028903812751","1"],["13006312275685528957306904209755145754787572849050184911265572325481779534617","14397697804366693497827187497163501947057783445455338618401109909441056775477","1"],["2788215170122470566443962136689665521053016115545248476326239254028218011683","7907115098344615845379541973802215352636184249240132038508729689680865134448","1"],["5459875355279150690234194913346918945082440808424496545920314728493762057257","14632376745417263239217427937217764473480266246378444379203755248993385912420","1"],["21553400133856462734008699993473082427476105710274677083063397887019369874865","21875257276485578821600251662098616803442819489225630980068762805133096696663","1"],["15734785114376147891593842298415734331191177916020527835164748895109017476082","13793070359511114544652392832219287764810654786318760961210169407576501225903","1"],["21561064612125241715741880714695976028459758286830007173458032043544114548674","4238979679044952924651598034556740775820756511506982890717014491759616762348","1"],["896326489685624896056571274978802896990014572106557807703395186461175970212","18272118113175309191753445394403642097828750743541428629915312990373095923243","1"],["9107156299124842441539261718807462333795774874993584650833781157482414142179","7998400231642602309050545006929771232018822092392750284382216236484534601478","1"],["8578544969621406556764467617466790568990793244698248919129432635898561255553","1704328732151226922745102407927474479053900635113203506248944215125650063918","1"],["9338107987709390547123039737547102365436587267225839743058495644919854397148","18194217212704628939590573240144969156526489178511619399745389373231469296196","1"],["6080712253626477788116189288127454575606472959336270477554848067509813689604","9227979500187322939419494333543435653281101126244052142121798262110407025612","1"],["14680291917466720040398680245312953198730755200852146748169458956660102699469","20293367556075092149775219897418896988777463471036936097722951190137329635402","1"],["15585487242804860239451628772859384970958239338030150983489300643865114780106","9091488671318822739366241680619709387834093195380846815083124726034721105668","1"],["5398384432314858791958894121355319861770146261082635169885053344791631780673","3431210082653779103820946977474434438424264581303434156674065007216473668067","1"],["10723859689677848866143516351770128803413918270849118130862913994199365978664","10289478063848731009158361208827468446151647809351662296526879707158872620522","1"],["4379903457105602059180407129824442047247370470932247683016235507466868769398","9916851586871288977638379576448796409001553563522932902568126110242483267410","1"],["6919823382450843391352381600703915083975194232898747577871455033079619361924","2973380866852360189458138245528557201997129830054188761479796926305781469402","1"],["18233447673692184569150889878815162853231055961972903983863290726843675795334","17276087395456637275381907119476543880392181152805080945589290406983700644028","1"],["16130608299553056841692301240573781751848680317258820547673766252525011529054","15621358943693729361729893880107473745453647128239561965272808990014054836892","1"],["14826549767177764298838572881983774482659378466051645165831217001504075741150","21686598004750160988916119767608292627304211280677390320837892595644122068789","1"],["8717003155206281343123695759223364630944717720903460879076244661813487158210","2806356224297443829954843627368177692814222974147451866117267794548457940645","1"],["20718776746447791296080526685928696789701333847482954307462753135916722790155","7726997918143617619530200571267319806200876177050793537763575514011208732106","1"],["3210990711213371984409278914502251035557216761516105290201126386484750908705","18395808054671863629673874772968533341349192965592348958590877157986292662994","1"],["9983651371110630688470278192172393180555375163660661592346302746209499745622","9532292201040897123971446146627811757201154969343689097943165809893088058424","1"],["11824717612187921361254804504714597881195965451282848860420312702430254867719","11972483611458784645855059236674285670125457909145344460837691565126630416241","1"],["6133165956381624518713257530089116021930803930954782405938570579049244827759","8234031812766856935889450382158775406123953653520358248111163808158155429352","1"],["15493839365865780106629962500746232771304540987220749073070205097047424121606","12285910997819359689164182965307230481313981353611740722357580719158829538387","1"],["10993510187023011849328010615695749103198194350428478221606819664921117435857","9474833483232312761511608391858632390820803800398253158393991194721442211259","1"],["19023656112506765850209799223056885485608948575044422120859799422713911894858","3232092871772403051532639284518969882290230684889719429344245348051160925784","1"],["9624360452938115538587766802038157985448343544777982455877277235275883626120","21489560133781198304849710846196944658818647628045169915074136016558178564301","1"],["7479639142871358211380738226493771911366362547955282831177648149530828120957","11143598151268296488257148526403029451035023868173986087615922982478090317579","1"],["13086624055396182939636741228801563142261060631603409349153089985152992326547","8054830562119268371580754917047149430172075652185775445766744473449698809918","1"],["521412376104554367373719682747910502223128977067262639232852823194480025151","15870007408745677270257069000120018000887733218738186771296772030328256825283","1"],["16098070517961830617456510020975981615833485466003520915659646084245908325527","3648836563565379982221680105401098987193462916008910385945635590022290411909","1"],["13799190758610592768410186217513341780971411189260335353236410172078077156098","8129930816729375905700226535570658181728490307942986469313922885125161092562","1"],["3260040872537134351509153806262344535805235755183957828750356867102291159449","5776447556260132857947739722704330773203401358525370337413004178070922429453","1"],["4475752527440052618586526098329169315776909633047538984892259793678439264088","6572944572359764568463310855476294566424960178647002287139619179094903189322","1"],["18363203274679321294598996690656944205635120286860950139562431405069923164860","20600615676135996995488339657738458041658087048158653826491165983080371160530","1"],["19554182567421684164381490795154952926710533989272416861598831376440746865778","2686361764660419024094213772761024850739714213817337772577833067040750081406","1"],["17285169632912937742291535475796755139153942725725190914312086793953394196066","6202189859998020256636862364270948356810864612123865167041842645229153295374","1"],["1451565232889047053875113577646289597056895166647142447001394099309487849125","4297038849102808874508991187936588748749368843279720779147716921328669987485","1"],["10374293185153074975900345030989212359975737524881892401916871844959846651352","9060522455070140906799251511198746611735325474397299758526372878041499555519","1"],["18068043793584894570098914665259641518671464742303954469264859837406547532408","12531683290653642162612471992279235599394743637899949202207847116121659743026","1"],["3504136065093619787209012305019860362068369627417493932305580819082849265991","14895237904135254873340886091497759251490368981779553193274267323208665028564","1"],["17693337328742802034184714107955580450561332023807482864097018682437960407886","4072368528856598385990060150348365824139595726346838813744356976828601813637","1"],["18258897590125015357416691044566102602232713394593894937749765315756879561101","8514313488479473892734030556209582336293790926575682544897147463312500483861","1"],["12242069918350064839446180984044595420362189421612057970123684267427469853674","2884994929633355807625329703324702833543661960932301936149537921459590840745","1"],["5829898601994233526101942088440738218406702235063450421228653628953969359198","1818260545567435302876149852809518981381078907069446247721735099916731915644","1"],["19521760921440076548809952706218996523075615930705518224474946280878356454848","11771129341505951086956738183275199038908078649678606114375309293106534651227","1"],["12979024932165420794307146674120757929714665067852514546881531212201585758891","8745602311672078664383578669614212404908325084933513901774047617862398691420","1"],["2873900062920872595273415583007970396962566319585446255471335393915685097918","12763612662932068526461702010329483404930182863177629694904140949694978519356","1"],["14590729173356801243701613399811521072973764231010434962497637493578803066162","17280957796783279789254593283883489898194032118230429171622659055403885864432","1"],["16330969975913203758816766658739361277377431023102621687241584821896221070887","8113257359328649003116988805016937006534076229508128885420351822393378489060","1"],["18965751438659421847303123606589791086595058540369928761878602929680109616151","3603157437348070063678488911222097358454287034643963909950024318818391151051","1"],["13378346072832896065981626854770799318440250369153023515853850449500605089763","15517875979389897763259069040630211018990647802891075720310403813765166928505","1"],["7375250176445277170970873376103422548710251879970707163060433325288383958935","20956016641288960686097123824985238755870937296005436613779516303203007847900","1"],["21245454108250523413615154113366034246034861502533165586262025813634475522976","10644347791082364074059897566007934438736702548345120329961951047694192800002","1"],["16544061414886127365093957727690678875579070572329101766907945169146352674941","14776066843889046666542047650261613464691329495530029305390055258557949221113","1"],["19885121698980282899870012617537202521668238268408251579685320889123765416466","5862541202998825469108110396007017517305150807327193563617843873074989092913","1"],["11941113768436823706823616757567373263404716866764068543822995218321337560681","12229084681805158945148006276528408462190783892996999300035934350982140823483","1"],["520302115839414782401055196214414089989178360136960970077527324531614899952","12143917848853201100715857131701271330742890915635872467749581051058979873342","1"],["8070485442914539563968231341400304802733758281456605609107191588351017558386","19954784632438412111745439632749253027324977043936447716898473351080919651047","1"],["14605019112027933453439634804276658557561911005142907971145614941530689349752","21615108021251245320626160630225822187966366132225045892283634248152104177664","1"],["3120754955765351519683568235353493237419673453214895656328768410175040412019","10981205586160760398287462296997867524110701576156354368127643684352443226925","1"],["16272770024160795963646932652151502010007269994074961488901356769867932395626","3083362604513286619474668154761812950860987847486076882638197812992303120597","1"],["10652015771019639312461817979395745546794050581689199250231443132296961699874","17513665182255517395136993975520561847833800335888160875268307633401568684725","1"],["17752554496351076201397906477871375988446749033860618570329009606225066994687","11902505030165164243800861368966912907968302683877027689323409337107066217975","1"],["5099687876115508624310883961122433864395800136059861736514923100244133529924","5186988782372208740023633060722046815808750025738562056350252495111240720967","1"],["14902443199856046204488980005100581490392561271880617846816276581213975421242","18795349806175368334727448790904157375245287472320446237516276594326348152188","1"],["3650826981166270808910456984687049242666826393063229586923893798671633654751","4745051681393327189065978074087910347805649609344049072831047848199978625202","1"],["11080717858137384541015030306953933505971025416985292912881737352426409189542","3400087878469203102996728592281083283195098314030142025298197623154618487868","1"],["20492284260340164304678365291051938945214816728078221320059152881971506110750","6920056071572408753470309700235631319444166267273652573174564977334117905645","1"],["13088497146798966199489615109275868106938844927548939681159555472564847200833","19809667235810458967931814804330685711318761364238780388954501192850764588973","1"],["15649893477701003324707519762257024003980490631383084782435130822844942054220","9359508602254227009518440535465290383427063642248103651248053657418054900323","1"],["19227120290251909711534366330468386320357310867953220222541939362671064337873","5988266216113140817835557050215776271369130113845604204909952797888308325914","1"],["10244466712307756917278201276179247176571027237109068816243467634420143446279","7436218758200746116283392250812067628955726263916782216875179802125014024104","1"],["16386076925149898755648076848945400933643583056494671635682853290866814186766","9809284392378041750989317185988696008678956970112852780047325549490482453196","1"],["11605541429206033208854889854825040301366801392003696020970853626021129753608","12186146134989084136373366004455807928462878293052698998598337478711025919863","1"],["13699705336538862302498755106083872012455587844320256485304309399583346806389","2635320254929282982239118886938330337597359995707613577443237801335868717395","1"],["15694591626439453732955885358487276083220148706987712827955542002225531691269","19281127495124775544626675781961371356175640922682514770179621868040578878038","1"],["5313447264187336523899481122254100504968670649170403408299960876039346491966","15813654463358407607743115578923279177250878562453241703526263646871304521657","1"],["2172813351988880754054012154671670202920964846336575257139646383827439601999","9385629486624987601644639156800782401363076333664883095714660797172058528283","1"],["20075579660350475285045939281553040665982468879749034463409791906099313101845","18651589354933388816718441015614475559331266802025915569978027568955181073600","1"],["19374266668824217374891198267556744449314203235878832333505654211363436677717","15257900941913695941597080011678453237830248189849010971229948332689221414606","1"],["14346245186736981005053866770941039343779474931886481271647201478346020855608","1862720624986827649610113832334406791872780782611983030171429789998428439074","1"],["18454733668436507147886563537426995160929381290523946048270037325086419273794","14900558761437420831033459228285495804964439743649213462536920761707674084393","1"],["21358546692281045042540228689092284820513810933244497622193737402785927122114","17622601931663672842270500803256681225441330731963161927737620226300641347370","1"],["16529959781166329503874660531838009069902471533785518093315809578106901715419","4849195695575076858105879939334960832941511012801404373125300449096826839905","1"],["9282703738428212746983821465668549789074097913023202474437104036807902901749","10111050149926084970668316856570779706998081090504015325249873949848866169942","1"],["6071673345892908274241261035955531466622851998535613686993420385176337593869","2076600473083476453828592554819008210561157209053821348173414479560983250165","1"],["11740841202319646016395205394440458831601858965261872128385297310754449993814","521194902891416882139846279378951682791394958192908629404619577899375294126","1"],["21093673825588604348205921161929014140577240105363715797492956904992682207697","5094172339233618885488369407865520959730187802982078771192872967797567398553","1"],["2441270372686127779164670368190393361426743038388746503816191268465552017951","19431112513898885819065781981445633892099148682465926901972736457407511322122","1"],["2324826252225653744078586680726131279679544414763578939428342261525929403106","20369452144122051062094193873535540791980598303261584514149671146699508650080","1"],["18146328707596521667453062757930722540025678729136936512447616682181524704174","16151192747683448139429432459314850306426700397395055359483649609920910090833","1"],["1675862707855734832840413844512200450692913286648554197067038627490002878728","13369918975179180270339205727489493163046061219584514145383028614840199477000","1"],["19882683287705837312825303148192458823260744100245517023621412487431187950848","7053281529272236989721758197611909869338665812838933157659921074053555386269","1"],["14749447759199057410704353830848225158740999462732715492062557263185329645847","19247441096468361508183563289805317190941620981171037480513105488203122660096","1"],["2853323659993235548744433387152623139906036194317136383503442041917432846367","6621051258759045418159488477732742473592663011754135426608765160641685044237","1"],["9825430207043776943986353655626220489954923148910948509403051601944063244725","10164793524369706943709167803360793746383217313655421309688795095838178960397","1"],["794829474826043917305440828897873168135993305961321550146751509167155011436","18593891296159843465823910809461938691739253536387559922203509933994928477352","1"],["21211127947050829577134485333958471550573910174672064900960092610730592653937","11754914961184349558634802903759501595288379047473355796020936406063950751393","1"],["16632215626644335866474203951481132472420309301714716609425718776568993030014","13269373361438265439280012304362146512076054641070518959253519144908158120720","1"],["1276963079704795247309954638077818753034634090905941807490883962489892586971","18215756348587893283084686124623989807354834350996650619561418264059924954328","1"],["6823921534260581915936395808684148327475722523199744211399269723439669201767","4169626228924498727062579765700712799797414586840969584612523299011402110647","1"],["9523594396175384880795048169125760032453599846533956440195959792089161788613","4989043040332158974099043237956449878176000791057021178592626729633036006098","1"],["6107445663228860047937352727848207443093588378785762485183917240665853680059","15777400315916024620051787447284205637513094071979571148380369286634519303609","1"],["6338419933338080651504332027651950364107335889745128653681139196389334264031","7709795020171274408692505838316510906853346299680630778329922946052273331699","1"],["18038505090984227971618157703015961764448485476041116193423612553393788010276","8670364976036484697417359948666947347314954979279393809097480945114534762708","1"],["1999928727682013147164361338579755135729319942444522555251511495550005337290","11137067735123667952405215913923544712987588341985856278430187344406680575662","1"],["7471404214782353929967079081976597160188519040788973387803410706435915150283","1303533567955850455092703494375528308091046800703368878630271052122912570831","1"],["8643446407356160231140917214134931603718148699655946149161680069713750524764","10828985517499350930159576246543404671098194475438529669455783613242139507035","1"],["9308760213142742985891679952312803639423721592344250868654415635623330648795","4913813439742526005689243147649630440408929691334908718115561110629515855575","1"],["13595079490050364258844908884067102013051009130648838512306394862795067440558","422679046680701233496732720422606902138998615006459490805655940916569186931","1"],["19249233432885509074611820842511140794621668530860465649491644262425308026037","2595355873262247924200798873139486947078020149964154713399275810995358243924","1"],["15367671034740864250503819229538326425315731915326504076473343053745543702669","7180288762678767869636263823769799835344266319254015227669560247192354604294","1"],["17079950248214224242679391179050129133282439105033601880808439693759337676381","19275433744600854486827074175670528107247076780535166652779353468384918506946","1"],["13398777982560508047305143324767629243734688937189347073031200259535441239035","13762017741031554132133892424253559539834265081830938829479610963573257502848","1"],["1539454046061202537289021654014785492717054122498773521001694608120721588275","19314273121410651598496415684465725826534776460132990393146415797887980692019","1"],["20882643659806042204843185167340885488351727194289567156350224488723024794889","9155471440797832518087925087718334895531501818596897360195404770537156180496","1"],["2278227946637867605464157797705271229118580630395852769671905758502792040645","9360787879361244946088571405760717302277299515517112602215210527653772437152","1"],["21363972906844170408051462076960308744436241557873454091141650993536950906442","2434517892658696661860252349655644391893126979334246015114548924867321747809","1"],["4829356950482744026638835916763007710914640553039377981984508754115801215582","2709924241116015660521909612821923778264231895237750773551933810352767789344","1"],["16028378835807746593394181370380169688163016447180587188112644617337213874238","3061135323353836882252643635605840242183736373755041984431578630941130226859","1"],["20549014805356690720532448919850757739145743206850292699521669700162553730598","20269685776054897560102186299692032461794964470124052330982790964015963124140","1"],["17862958248019413200492942399135924519224154771443941570305820197338020681301","16828989883421674974299954446428679994460138313709096678958506666830117323767","1"],["7958765150038180890064996871557478840395584907040578470300897838602597072280","3178803982547567665053660174341228878823916528609543998157714762675578471386","1"],["7880849106411910491187262518444927971483810347997091094887882869810833789888","2486505845597565860534677363385395040897297202671357519742957824814679195632","1"],["16076151562699190261992746515880381383134112178324966396033501228380224314243","1547026986413627598594299185051651750682004744721293615738614684445723008223","1"],["9988673053647146852567934886121349049011625398991792790287653682437093045425","20659624803043076128396065841496038650737009105864449248907580859850118435821","1"],["17267391979800139271713360227148499859200107771521398613499941027916007311163","169967331065960745539621487727545209433775661931149916650737954492789876610","1"],["18841737996033904952999550609719698303934940586583813730123455085680935047039","10651451217656350060652320868871617860595127429008658336874960187321776515604","1"],["10918364341625195731445573883065517676013069505710079251116918557963919131161","4894006597659999440930749669867810552602013695679409759679661475777954094074","1"],["12533233380087929828640659557344901173972484789889946646919259050486783291564","7716619566388989803187021308130862943146208344950258530574197065525389076288","1"],["11410068735643985594897508412089423870455257509790917171476776945463674394669","9182599091352574974293949630692114899188777685970853583245718021758846972230","1"],["15964774439223733440805474940979611302029476022005104555037711685393995167261","9666167682661114976290312517680037462929189653172783609919557699001143635698","1"],["11489603139955225961543598430562684912252334733110186323125826319733804442531","21624465577154247028542946115873115511740632794403151351040104086460152444107","1"],["7143196302239030117391327488513531074591864495404295811992595883748966327300","17469419918380062386232612807039682243743447297448125685359739491586277109295","1"],["1786174891570807219168037700174554424575245220001171906277405414264691485097","10597531543312587690786479882294610378065963948682146543165660026882891055153","1"],["14753448483802029460902720006384161253935446653865523747533087734715415231641","374864520118258601258853345622452082863787301707361938985105084295564268402","1"],["16819669457703499596962461827319657223431361771042578721613559675764739277372","5465704608968304128901219873520312661569013462355560171422455713657311646759","1"],["5697972653058822588716471996095074917323435159851859559075175779463123982187","4324190181256646900423011987115008212995449792727230721996920372308847076061","1"],["4457854899129093095680573704656610351501367284408187097713595060966826831064","11623192297247086662642228836414760977022500688173957148975080030843769889900","1"],["19878147891573892516417808557734470022428331913287858114835860972498359038477","9471429844439402861301314235634433186690028924247037115572443610188873580631","1"],["9287275362840360617437827357421621806625306478716124894063855064776135696934","4607724077421160619172960286853685287395941061044872357227194798219411949625","1"],["13306094082961930983415241033014993921901613983172750280409920551072855807751","9823566764388186646344563054530888350922547403228817693323353075266403626343","1"],["5776373018176910653969366504767133709438149581648589926834078985220245565521","700376505593274258198691555564166207309525470998973184364373725329451029441","1"],["5117971356371176455173663888649226473443993646162430539960074130313219513630","1043792909561635005753966611112314928402379148372983733241159322215660702774","1"],["20485025564448572775445166021154799786180657291546900059798346512778434632291","21720067131070010287656227520321163745086800215832531915793406502877851177183","1"],["18074236694832711948500203513820377276232674035018443681480553312209470830240","2885551865707527263389124459745766257709521205066536848472714718287126243689","1"],["16730399669376366273949052817917624991896831633301378503227730694274219541177","7565004085161398218300700250110267839549499937540226121567714103276967578049","1"],["20041102258874054591257469258000049864041774264708166571834706718903765564290","157320539473192670269914829905714196295296311638472677003950831941070488121","1"],["4932913628917912034767410109893218059716785664730763245748273502799772348754","7202003436964208919813190837504263446044682194604743549338770069882357520413","1"],["3564179118709433325867369170053073969175182023654837373857478956124888813603","10621252045815338008002014335826932356180257212892904116729508327775045888871","1"],["9503341042300693131265484308516644917666018853703745662438641701710547963569","5699953505835407211725848635792274345898437202310113578561371438017661816819","1"],["12037230321460015165101719473238651505269313808715172565913226057650698047077","6092327140535351186028790655562519726300373081772141505455714364298839028173","1"],["14803389324684633866493184854158723369595613913523561101487733525057794440201","2034168445168739637819527934286209295913961065845489184731034247663726036393","1"],["255206165876566598718483358004010245947495333768842150776485813207393710090","4068912965157635704787949497919193278602206128994558783436289445683836275631","1"],["9014845833653699633208860499406877866635061836201809246725707022508014324698","1143915174034345678080335510514611500434826688577348798298826955750050216270","1"],["14065932601992755641579839728403377667751442411751013445882002712357928246346","15930461920047948107203234177439730257803474490385886914231204659116341766593","1"],["13172807642608307808960667387173608215641022942015324541603888213870355255844","4366409892893671367505636862665275656889502225424115359509362369355128187869","1"],["1823459283894408147738737080649994588777165633291727568531926836052854119231","1228734236385250699223228161552667221079592543504260579268280017681494799178","1"],["11289590522212071277338633387552298825429721016793576639877090310763789487221","17641590974800623533122011518399182217121745581366973615911231488060767094284","1"],["11143442122764982180619949891764146712953431026940215097684155433306758046133","9955385321695124971565008951946505218295850053119968362327614684923535105792","1"],["15866881036594291060180402901335024656801057858757557889805331733924123163816","19522859717338382439020726923353642982291219985449093521963083279111442386970","1"],["8395544636027399584347371956521626023640397726566997281746899152516801861590","4617671420522382347313903552077521295558734169146076697975657231628513881108","1"],["14349382825146912273170586420350657260548547966821038360606175704199095617335","17301355187920622918868304663190138835308916488669590174123092159129516206767","1"],["1436198037578326444683167059819352541895932194815377724387576563314864440378","15037039919284415344631031527449084896390621324269285316157407711074689801455","1"],["19235604913070601375024714083703049251938394505293693469676113234539679839530","20259645079352890125893536381325967139170895174342965197293713477406055921890","1"],["1385012574138125232094300459030454083488973523677298016616702234851545296651","16568138205307427497428689798972019114712943568350557094970674047285701423975","1"],["16391688570260878016634057679807603176833105019053915478681475589124152097590","705416996468034845828540198283716671436763815163895428495387077463275608402","1"],["4654139443627952201556789505513469506315407221573250963469711141236946297612","11885348336087314856213437418755929179681329437225096495030002543740061234435","1"],["6095694131930537543191964339970987776039608649989289140566985051769185164979","12519261159648366751647609033365708320717641373568578584460984525349152143011","1"],["6753147918976661820225268976892544814518495218279035818932156918350294953280","17174111346376125999280817665157857890508817042970439014722020109574946795757","1"],["12814687101261128687537631829875011865521978889129333502615115880984608568968","16684828628133569928901270869646286384885638129152899813749596098378095955380","1"],["12925572387342631990147671395729851387072133470760978389891913390891052954186","10352344384342069943562151979863362559764621004681534202317446791704090401130","1"],["8310515148821135912151337964813643993576472458248350703094684119899876067428","491269216542151003565252425695554645040008790117348882776398209906078852045","1"],["20966940875068768865414696156859037254404934224684058609689288202155328313045","6544809982456136390413075025722125003780607374004814196063124197020875490105","1"],["21468623825120270895707522913020873432527701693302437269934982834040427382311","8121872551455933895034148961812167142427413205025049799686373054143431047491","1"],["17757138476324121015761511729906531512571013617277089582191203946613147609062","100920290487983397006182464301440283806643112098807159111109412699957343501","1"],["21184906426818838095655311994821690418346487412263466680457952682195309729844","2841608373741940416051888756738255065635378896288027177927386253956169561131","1"],["831374377890998597386235332929114574385285166832603837295328072548364209515","14917199514197382989907924554796665252694319392507393180099820536176039823441","1"],["6076290976671515987087249143438596047061312886072985610460398106107739712151","20824679741352321232561968549158311850342771413426625516828136319393614022572","1"],["18247531949114045899523040965407914832499889557224768473465126657744279587535","16839791550426808985779142239811698072389476633458294698110240762845937988216","1"],["4750605234688816416136684883143829619458020817749810815019952448172262347811","18385628022370911998181802267690956462247802478319604103372674485442371324446","1"],["1043131025815422426432652356773497089058252968212241585127028073286475455398","5777591355103442739859660334255848798790692754963676752778477425411094183074","1"],["21442458038477800731482773345852641654891546572740546472387233465361801431586","11385328107088654414920936333041418243126503244534628878750879517466543276329","1"],["9878484266576779199109819720431676033959513423745326313649479822813994971026","5341572347012144388783067403720983501684829887308844135353378219396623761911","1"],["14869381281796295767281913211197410250704496052153650618234732608020080545869","962448460963905278756616158621724892234104688136392903216472183109376959344","1"],["21661922945996991026768840180581690802824882472458558722131218316363492313123","17998237821033239620052758129714623748207641896089302628269362157740130735522","1"],["6565148367410533062405531246107477794879832234368963811773615205694645474072","1312506470286839461784291499788629877396725615761668744625091580900569416538","1"],["10670932888056740359698138533497410950536890987809940367041103701866827318545","17661117383558348148242886845134472480534530212904450795112641991132304274629","1"],["15663573909916159295494347027443451693959553065417340713327010960986090493138","7173267696806959350836464882664045320474830544205789444093847085212078043757","1"],["405922532777305684805632727325737819501890350547389511863994997465864151625","6017508608006266329340756226447748114415238268974762309129207414151321439685","1"],["15642987266341983122362270372787004324705142171197034679759755541628047745153","17472177521227116426362093657223217996465986965529057292858596414473992921710","1"],["4093504534463344037113529063342352041471207221773508100826237256382862440433","16884231260339409189273141631290627483988229810067706279765961143609682737515","1"],["3976532415712094720699225784826935976155103368655420906254951161361593168917","2917956938982473329101111045482712264755870448990489150010027715374035927594","1"],["20206326691609433354904125532258914633191236974529067492529277150728415138082","7172375813121946528615572578485667442539910971628991651498005928567191387160","1"],["15199645254127973334099001766281788524098221854900305084716523205584902256781","10979732769656777317024023066777479637023410657018158225469439578789367549972","1"],["14947607341347506669108296790302138215821428803879085867923643218599458952872","4260979062516108437933172483160822803491292588149599071423547671308394572219","1"],["20219158309746011358959804256096993786159285041771450910283617637543519685867","20569858403003305831579538828064981901093475148099159629301186983746389730381","1"],["8449193066834138920536593723192033228764862370018132517575424144047986997641","13705653623893340837468948973982966283756303860510170597504733198948137747916","1"],["19006624656394672043324236561884555301811367689475886454821960066618700346124","11145767211487747511318066705012606965299217257391489197605156678077052785077","1"],["11579358779085681435986384453824299107097724871894317941011202393843922237844","7638813626895826598815368182301682561629265910044446973751128568220229618584","1"],["20875636031703051594554262921013561071508770123955303360221987223195644547732","5687521175559595399314585238142042964363600931214277406116409734316529206795","1"],["17943159387429587154017690954297620242376376416017250116465007669106645089985","21500859590063728015842066137627396140174202274594382619490977248885543013052","1"],["17717980833453008307003419876910641118362991290640926215826198285935074509367","2459372202074102750956270040869828508375373437606122332957133623017562490647","1"],["1352113010542125880367530430869361127290042691750694020906855099861946330089","12116919700272763315755970593198915742718683353807239897115433024583837074329","1"],["411932733952339659267277831703184590477208647274010776092446866211109973484","13155763851799697842519281674013919978811173340591173847274611662821452435407","1"],["13707540644043639978363359494184085707304919226037446078423117247485034635979","17395227228315163728297403996037411106587013695255337419371156470328118744820","1"],["2931406954961839952160131696903093852659418362658544971391070464971383621633","583803195716239913606705375628994108537887286589699787144885920677503036914","1"],["16415915465518038281127827377773484807988852505359927512999053388714111251527","15642705032764133877075233224573381102663871256224019904202336091289206847151","1"],["16164942435586292103582495886439255121044277149517614318936752423365274672967","1203924208177660554400090596352531492836864793531558835577213428701581384086","1"],["10415592032494467962023129109680300876775339981882131051012190514604558004899","8691533997270604931596484503973544952734072195095842019095955295791277611253","1"],["8037396049587281137431543372558252182572263493780600379796247070054583875788","18069766182732427347204134092523500044197910677950671830385678297115581441532","1"],["7642796292161233995750004414167871837885529931245543163373973554679041140832","1207904048848127738413193676491516135775149870746859840512918602505752142647","1"],["7296879690381217040626667717507137603306784304191779786640131160065282961027","8735218604002041862127456518036408749380312204145044703593265952618295939694","1"],["19864958433793290545344977732406711430302291422783204330602578910443696890217","8830947854737857099962841957856416618324497053323921234812441230650028011094","1"],["8079573252359432489855239318679927817608400382096694266407981318249927384753","6271040780546174297652345145216216173159160775776727030405532669264103659908","1"],["6229924401124668602693961212782569603640862129331384856993062083927609382186","4857859703215104713551707377399817819207079529380189959239123533215463841297","1"],["9496252219087059070586239693942858549669577823258607404598177669579355692549","9451247584449637641577659535661832243957462980137208062078564195541495775860","1"],["8129780482456756809253442225975425268497552204920278323506790354238492710730","13480667815842551201645858153166903659069627241271096222095745983195262006636","1"],["10532025508183783312242288118972942961723553390361946598346836421599860150240","13892557718338155551994806076846398738261559719435102085236904709986979384983","1"],["16564189735886677764865199976178572126127043702263094272537045337505919960870","4487255964469300247874115185960894202062409308065729380740124621283187020675","1"],["4039559393151783100594808008584516606283625110047196628233958403096945405513","10259935044857188713233314990673303480806177137687901160692148005908376437278","1"],["4053619122231930732364273332625521503263181240436343962859378431116491340001","3587288658379443837334143048717352158076458795601773308952119683173423480692","1"],["5589799286081675702452811509775512278015176582489853367845548837375175966415","5808093413159374925889031757064511613080569625778685505464112199914498372824","1"],["6065836746703488377672460624819831565297835633991610038203766294196562918338","13340682095403289764615346104022216163256392218455086715748095781095008527004","1"],["19615503026602388078071999477777440935320838058861003194622114184435390013244","1959914035322955494874134822320337249643338813144505931931567710939411348779","1"],["12052061298627307509519070706165188923063118970823499469149468814847016340210","8238189334597088866962750410356979986789816578862040759710615027580815727010","1"],["15722260338113479165902968274277908255015343015465658454078696773360685651014","2224112827941972746559899963699361772041609001080429488486489081644161342571","1"],["18836262545841919391657877542699551918653689490224834882255214118802322565633","19009966927151914148271452824960232561704958374125458193115867491973595100846","1"],["3966755626851986518269514547073235044572622898965010959204133547229768188823","14653464495396982574704837777840760723932039471154002119671589036246642845872","1"],["15794678135778618862119457861416722802395153794818068830863201885541498497382","10811916106116385190219219235113769249018746833782735981587309283051781890259","1"],["3911887837327762833230212043424720748886905744714003753104382733568665722268","12605278017812999984001861781648174627953956620542658221146405847454664944034","1"],["9201915004478325511859286507338051038575919063715342132288867012410079452864","3996903684081754744487852672480922179502161240019172402004175882672664906624","1"],["11132156908341143893814566631083753198018057424258754994205637317916315047250","15094028760477336229636136731124941585799814173742465092185709998104854966272","1"],["20455009249767391542673848354601819236334076664099999546524154918723836158455","19892586843837988300996706181776720298707153822069028365851415432117602999121","1"],["9312130452088795487817538085889521446932359221532344502232177028899585030682","491247990831932268294289768194485826787490308434888103069537099347894093421","1"],["20419388923191995416931107187357639955643143859092815529406125531837514786449","1528959477239978187397048420067201017220024196201852311755882272987054962970","1"],["6329247363070482649063367057439500829847754707218522477108446137179131475126","19203873831004550179106385631797717983124048377207916044584780420475497784042","1"],["10185787331819713039220988423067191942000915340754360045105824446839893405526","12818371329942634922446655963514470566908173197898810905041807793762759175813","1"],["517218749594351519566122466681122774950682568262833675268942896225356116137","2078375979704620001814164791048908142041972879098156893522871201358582805792","1"],["9724752828949028218095674710376031376615213369094590604721240869368538037950","18352720069546087667231853513041448656912731780642603762031644068392855284404","1"],["2106967103183939146593224434455191178324381814295266263785737397833625290998","11322183299086748112833121762185367766653936972771335984607055593620941495562","1"],["14004531743101332635289993797244178233613470988504654725629706120085703531051","15278069478366301471659997599084121583975673220951363868440704911148490803075","1"],["19703849408874633788382215443996623444263904957597122104278879808476793624834","21708017996989737913086474156523776537017748707474316748156126786070724861796","1"],["20049425090467709437518018377760907153985873643780274354915538242434250826249","13152940555730015519206865920327845978506956629209268287296619446980640919886","1"],["7391228969482843687209540659591988372632572272910950709100983475821964077840","18062084353877388267540669528734841860221546407762197217068470953409232413898","1"],["3119716037066514394953713468847590514772741011984619846351772175550863090344","10004131052097418916668091354795210921614300816491812575226435595113419813016","1"],["7427503362462172178810304813550955880614292439452019346189916590201087773303","16225654043599793509610456143263847983943291376651975008922572913929942478960","1"],["21832535535808272002982710372053924021170008553878371297812391594392225338198","11444377056952616210735741301279978348300099489697665226862988561519387860721","1"],["4808539975518822396705917514861249520495555758732024373149247050684485477257","13513069766801636625953428806368239320619379284488325615776154626404405304621","1"],["4913025221435776893399517897075740992025832396881861489547615837960847236178","14099550068575889308374974129420374555874204054318760812781900427802015237709","1"],["18214537755100705598973841218696357762906445850291365373635879947235615943289","1733599074382003535766959343465010125995184266414251226894804194771461910413","1"],["5273998064059648404396238370939994182183764552427841417761455224457399107522","17727967265422460960894059069015167592715125544108083984806457538398817594220","1"],["18437184821093984400934129514002631662401967400440565098846214442583648508929","8801647753805906087010341213487157337411496138244576751905280295084739190336","1"],["1233769393206064832297537353382098093883863465123840977340395451853434700933","311007403538970196369855440664317355902530956976247338465747984061330595863","1"],["18611735715083936341284388293470581285714950722363602719810612259043189803332","8002860183022305591677443640901884537450042959549716808561593687766839122602","1"],["787759737633820334302957917148600243498294370071145285927059605519547425203","12489841299357436744603608284448098071126478094224561341666119761004168778444","1"],["5801336003422173615980193301180185917017990658847033614624218319972367330688","15795592129872863426142392043975511691755243552939159498009754035851496878042","1"],["9374571734979323997378048364612146077667405587983137672170797887685744778216","15143398652213497131263242756968146482468638682007529665503225484763328237905","1"],["1217193207558501260669046213853738392714685105350767549838431382775225423268","11826970272171777278457459829107798432129942662863099620591602738739768631751","1"],["16447692378087126120767855587603095309217093274148622900731566016102328451667","14013309048855943691376435379823518442498196734494365511800747337943651964547","1"],["3912037415703370696162833467874099604535051409816529665567576110975384246922","17103251220849808513770597107217107198405316624384635856118390275599454484972","1"],["20687809668440540511908111283554066137187441631317289082620285747821711469129","17773797303474065716550532399150428893656341566605335428455411619557610536009","1"],["14231164356438021502604346199050729161053373061182992220594176791655039042","11693293960469366128462490932575630437631554429485538434268254312073383778560","1"],["1450788874403904470319046473098694028995361593355693634640445516810335558759","1974842766720277215069887853382354107556196539076706454273001656243679293652","1"],["940812273740636427419001620738004382212098826186359419349409090544587746690","14593989984631732048704248133030913042960542466906034300176055321580043697384","1"],["15030622029653083913179513580149540616576249927942250062958544247111652045945","6097867189455856872763501887620585013851335477784849661637894408429918149953","1"],["16121952677487303748609916551367694878564426963510539439401023591727922189690","11234153498561623287073037436673332207434894191437556581668742375339449093905","1"],["17866574236215871829044264363765870760832209244572921012843508788630980943437","15636763901847078757410248306855394586574474718524526350533788062134404535321","1"],["14143278502701821571659317093139718425930802360236267429494752629958416250860","11762070360094970308139154172705810033558910460657370928299335543640621701450","1"],["21736475452421003311376642624930964203577029808237048059952931697814015660005","15882123510459740326891081392689427323860135901639380046232800043514380919812","1"],["7295394788367267311446017106564732696027524702308454029957542279138809605064","21238146048720280760220744312684626534658777150644566195743674943158515421350","1"],["446681873222223797923700288384102077447912803882250128038331895469598926509","11779132749081676446009665787244809496596329345629558681518181949310409351638","1"],["18213112437772873108397337806991621862682214646794251011587611486731866775361","1180687059498681646510164662450825085012479711151791459101959604426325687743","1"],["3758395285348234291068075729185005492418883231057798937172839718714841233535","19043839012613341396105719847292325252531575497488012806161689328291296672698","1"],["4674696055954790991760720820443419157907757154603912345488333517943184751173","545392025145761213127432689437023682445170819886152066274389883540549943441","1"],["1702231110155025596009792492258381436329655211526388568603609536273900094089","13801959798803263916777882608332727311975649112085760904616253763495820248290","1"],["17298608471567009175506176661249841307958871636062389503660830025693803573810","9696310099532424869329564332477043862716266619466009445205168185231778112935","1"],["19440824557778285211489895805506813892996929484649811959428362583276248058061","13735700390245690564026061609289657789080984004849168893013674766862934021243","1"],["12680469992967334770651618097096939616495912379873876300233824067959316274633","11832222364972246105547168435746615448485500034074614787171087654123399941656","1"],["17223334343064126349991757384431630117898866560108917447422227063233080264846","18677455598627112391029516609874762075362686860338944825433301480860341177555","1"],["17161001596124194559098812464474232018473875644505103880270316101953212924071","999240626354140975051375049311733332973813833263734663848414323409479047287","1"],["21373242056577483932166039205480281984549033069747126749205919954205119356192","13726806263872792276636869129955761458509141161868374943983940511601958698846","1"],["6580524167591864911233429791236915147831192793305832673921831346011329210468","10660537146466782149256251891129914059325569726655182692483848668622080133845","1"],["9239341512196688577185737101652849274266536368174678066150179464509969045472","20149568406046078262955923404020361859210069549839323721186911665772700928915","1"],["21572957972445073799218516366788916077792503221320454606533780341463779751192","11293278023847036751104686358774656283098541191493174244396009276365061472407","1"],["19806201942511343149232044248716470683977089216408719695197263668306866859955","11524646688875459644389990931355531153331208820924922243219417075901120597880","1"],["10309526756764486587452040098421890523284201556405272355639290110726226736452","13174606077379905545679342202324905990412315255656522468013604342971979005914","1"],["16842278012044914483868931566849488447834622210312481866469447636586396328777","824587449397730370297546040983576002715681551804951714158332552364409205582","1"],["13505947530430554346314638156289879344042829860614560819001320488401597444699","11115981004793201362745660152558208355516814702241343166799439039534398498712","1"],["4743937175006417144513825162658924606017432198393137614521086100318265059567","16883211655827037285784019986288700969085759741629352046951978051794261606791","1"],["18052403915026641377446749390481386041676815456908448194641568316453679807329","8914284224426115673277498265953536362665161288464142052978025517747595598411","1"],["10450339006309212385554442497168055901752276752724362649818514536501252827222","11556823711389404851860518223010648938026141845594348985886991232773564532172","1"],["20900006409361626525870650938431753996330181215615162561184309148435433774665","2289140666295355016699557359085040261324127832593560763679008711593225313071","1"],["981482822291221794362115502204061074142280438024287277804573220036784299448","7341255546632463964896957271764350727512574656240555403244237780759530287814","1"],["10934127940001066849485658452142936688352926281334801480354349841520432729899","5545101157446661509785566327550706109934695337735113797300808878540463443646","1"],["2318310303614357777870262757560462433609879725502527886565762876311312244515","11338057912312532726641405940164901649113375956446842333614002745981396061688","1"],["8356424608807135263475763047005277916779208062071063575243588381262490124128","18751498863864245244940476466254781808590554956650785519495292963800710277087","1"],["9889765376150892319312507267795435140151743936491717560632819925279776501271","2620647283312002276061374662713290809292401533736966198095504227000862870114","1"],["18893230021694428005096092152790236267334082706107409572170440765684246135826","482743368367031461211728409416779636853970926808429147150185445136070281082","1"],["20612680491082306034189591802706887109325410453936268938509398288557026104830","8550524279530950714017229520030589879647198514649050849012848301803790206101","1"],["4795705176664860813666620195840933820709938609992009358764350302774882508865","6668618552484106446780827972211090327000605651116604791479270124621763423307","1"],["3366060602063688866739742248745460546589117965729148706213508730918031727639","20051628531811816090854080969478559579087739576075031020033642756991119867693","1"],["11863513935814222441491938003697894262593717398036871357975105971706626374249","11162968642655985256596474108451787875683284484407396060877202628148265507553","1"],["17895305138556526894495308505484110923732668265421441357040142113447492043175","19370722974404598465356273362494370163196117692783720676149989194419956282809","1"],["6010115729133771350937677745835975582125929570752554929337167617554886863488","8506504467945421274817352484473030422979508795103121600388987245757175535399","1"],["7456461324447852822235626286085118289224107067985611395284505738270011838408","10076541234969474473461237471798663564636699028301061533716832118332990412160","1"],["13778193080264683591840227968892281431314587072477913521799305106530296031494","7042941584383443896176349045373008036144187443516639865730927114259110116471","1"],["8853550839590986645237932156171781037597851910287694764009900355186337006577","7707161953057714814500990665833474065746281493162440710920681441556956490081","1"],["6187113068388027241743084230576657278027995838366649316846138726485441053801","7818422272470486268113537285834866468290738759681883535117132597399314353708","1"],["21869981611268333555972915468927832631077207368799079145983146850528698525806","1376042892161205055068178463272660586455239799475309190604392632866031328116","1"],["10906365103223561350414016813889295929559496375340221468404445424809179625661","4354406318227866472921547118054669968983529824184047820133002451805626896706","1"],["21840487858247246429191596957680463498127956972576404704281868651375011476177","21756366964495846481803162152700598641658314054750816567830127211268906282166","1"],["11920831676345100040826650587220283159826721070914515938833655488049167208245","18862844519737442476003158993240865962902536845157481405341383320816776012547","1"],["17491371775002662262670026521305441217948233115268053006740167043208883778087","14115564983009032194128785011157694843273026800525230325346127964886742034530","1"],["4652208334134819774787120171809607798122602526937051332960237705754177785558","66497860235221822336595998718245860812713254287307827275876280063865488764","1"],["21561719756240297367123824656302177830527292333856994121200439601913843023357","15559397722268500951984772978092474614688548683030629697470433027576691490604","1"],["18460785261759207813607602355621707680626653093544797074728549417782505682742","9974527521205651498907727751582822879213136376454207425513926138937620113011","1"],["952779598436158254865015090061295165331731446618189944644317923662771222646","6570781010130213806895333033186782042787991279609382941368774874858576660431","1"],["6084887383419269217455231805079901508272858233283852546225311445892654993220","13219478899503735755689236864177488708594552191890839664786361016424942932743","1"],["15099879180491266128930783527403789260527330446161137041850171306506094189404","20234487577231852833914220810639513715231213851546360161461805258242295857060","1"],["11223785779827745117295288568302165621613142702537426481236963195132888089406","17756540498629773974447967372419759051074915143340330029451052885736308992469","1"],["8924762889107304659488822275203274112438619098194370532031587933678784968102","7852024246095469422764276242203356200691796081918367524541852629489506058282","1"],["480554159343793981333390270193643187615245203636639397180659652065233701400","6499097517815607634360310125344732171447001396919544191201145400361425126509","1"],["13424503323947029020432833064853174148071213735926314720313104442628762356308","20483191558113027217710024277107248727539521311043044100400582527504564500964","1"],["3551902224298701121671844809312736034983178310218742102433263509050875487004","7582752610959684459066824554536444918367046933514819322070953095192882446880","1"],["21620101583531008759492184941905967753682438102665298574547049830278889242562","36575447633944889826318193651231955888974182709953417489362883700067636033","1"],["11872354202825679549794062565120393899838877922548316086775194364121693854460","4876631195688104835724733302042429929937424262047656559383229077076677302296","1"],["26301428523658464693326914306512367562697905374545762197412420339503641533","17030610056975881053766762971526131339752671711315512511043523571647208071050","1"],["19723972024440156816173128024281631189238468136573545304236661875679767809697","5770061906191126979216336367003164578368822869495251777303426200638673332547","1"],["5390200070404081684449821782594612007046811465868146853651355688675802695707","11046062952010673119777104158335613779972905436899681733192028438891624084596","1"],["15808586343373575137163972397615707544851720684136219241101289622767983651966","1904577965130201466226905990042308052286235588105531189025513872815127786353","1"],["10810328297061501661926721232488164434118984381320246827259752853709073997501","21460118805718343864824804513004357473033199319469605030757254514228859900989","1"],["8850028692083224902154046463507107437812584464801532532314710559695837326383","2916258922801255873145213098180217258786200487340883187019048733123863520250","1"],["5207827139113308294691429821315915532227775782103148618297797595790210409178","13585692557997954233661639781167861917023541454056091548366769680328204948968","1"],["8086374166269386868685174468704249182188015648313191866333488568817936411075","11347432850157305048930979300409661291613925192521577519368872473923099848798","1"],["19520202161805483891147571165230390003170922948778688097739361144972691811417","7291854572949063125829907269966943006111095349207980179953794422637537285522","1"],["2832695772870919185124965181680525796635091667844597258791387682691782856986","20328825278331062190665673613237646375470619242216832956643403496546833230685","1"],["9510142058046486203952871174150742042984595271664491183491417856716103335383","17319430826041514662302065825759271496878244938803328190116033186655356896442","1"],["6296160720613735927656142704759249663477361892057414232734360050976085407476","9667831253697083811240016855089739898167342229290804683255579363819614003612","1"],["21099379734919290682078063493228787562402898896255572705438457518990962164990","15242519562683039596237368313734388817934259476347581975597637008954979614896","1"],["17010820205299035527123887640964955614739280439189651147787580967011682769466","14118927269388807896332564019479320393040638763178876848652017471426326400071","1"],["5069459760359825388427281313152575535304709435811331143255378337935763774952","1966934828797832268672241171983775065650209952110209829523030902342896638273","1"],["21461887575017000633740229543525937813649059480416049893169543632694494294005","17920766346764029423408077412549405532796075408685634227856825140275621322541","1"],["7242624455919132774619155389860214912069218840208872997604787420283697276100","18513772518568178009307703925612606707015244650752290990335672981573257985357","1"],["19135539007805310759926089491077166170662520001091120328966128843356575585239","4769050167766516733217172481991018001348049086937684821026652996217883051487","1"],["8260419161975382999154493140696165451862451098871491871312760741781021177259","11422352735306884534986591030026640043552614160115584203517611701964011589568","1"],["20766939850392742772706334349256873596132778757467237554273748735945873188120","13346874892921969273948892581077582407454531938829422152304838907028236335512","1"],["18767049421997973396139283609990940041492283994089341029658437878958657342062","6358061650587951182666887464420293223376062437950072348098706277496843825638","1"],["15975686963492613126920231269358032468797860520733948441179425668266067877629","19796161743214616340409689000510476656656284093843200402884312062902857827581","1"],["6383798060935884753671526614357144490158345657064329692495474712263791448717","20504611160469402719944811828671369606455987540602365114539868454518690844459","1"],["11814405146609345660467879689028584770765473587004837830057925657951249086134","8839384505838882868283620150782601080361520379114451776919012248459474348753","1"],["19238071520087689843577463168293027637207209566976512445563086708782687248093","16679791555485776849893299076188697854487478585913926016609358791871000372187","1"],["19077105886890574387018494903224334097738735373017832770330806143288705304678","20650332340873688874775350742383046223994475587089908026856628464970913903687","1"],["9220225455105813690398562510847481791650794774105115980560234227784839017933","2505467043457985332851111830978217772871381384467680984793313616065492409246","1"],["10082464340731860822248370045761060018338700951287222847980419081997888812120","13177689270700534024068753266759776480404473988970590463582331132058981242083","1"],["16394637843326724539733581011884523437167198214626850433633949856043587970574","5768299378983730306941181084319268300504507399778429198875599082001837273166","1"],["7098936222509628097611838201433753951738582781986476521820193245901219242257","15729684096527579857487508694242024547576295509150401045389273457166739536894","1"],["7499847508999615261062893116498240385619765491330235532646948645021340443281","10654256815994577452180662176256265410499968931316474540085586845817207734848","1"],["5271871204763987256783077704858234181141840310093005567408123417700270519018","4603193001291988085467596374065654651014105661838725579853653967079369650561","1"],["5109633560536059536920966903674832445650706889117198743247108592227974022862","4848068414322504865322874613502664674045244962470491878014695672116269413192","1"],["15958969805961398973134357984599169607280245207649761450373112018804302720706","7866163457436523890616256793703006572240777084605630757433706535840353661344","1"],["63011804471127282482555541644584923677719815831253768609935713222271566451","3136442228004274264171783100490960227380732499137235308744533509645039443030","1"],["18382188849240376016765231945070243098784254520469629282291306575132371078522","19891314140833139548926206488207691948314268414642672608855925414650318970640","1"],["3312555664949746396682000969167053361597394886658732429346036885778308748072","988278408157639235043731401191893793277681381608719848549405101949777004906","1"],["13869738566821110635584968813657786336543653484485599791205097669310333617116","683086573966746650498584378788995160379402277620393122939810783501659709279","1"],["13166122270615163562638888763836970206744955371491106150464949547902641611150","17978180825731363832726751902244661382282329742262786893344000586019963492953","1"],["15984856980797353040192503746701870567627455578797675892755113419603043608311","18719027968925355792894740085499599296640223520230866765765660015778239573334","1"],["21195078634814283483396789413205274011951929670723096279981038161451413089050","3412858186439356940423156469451503239503559601450311845050707587937445375055","1"],["19657055101508594723225395119640983122499700087878175864178814491879967997168","15527261619832475130645716681407155961002369140482532731877080703719837138412","1"],["335664221978460738446716894937333527733822625844952660348833908664029610346","4132947457177069131566661899741680721110910245750781440607115844859090399106","1"],["17210300115551173777075139664174117421485190300621788910272682128437084363777","3459199402832956486663447203319497090064337842480876845081466315627048363678","1"],["12704290203486151609305533039979952234620706809362153191605157746469836850706","13446054467018766861273488975871641244349928101900091907753261701598872415396","1"],["1598733907443060026471397758054008647667005201874417683490170449408089157333","15966614683670929885753984247414146315651259455842037987356130474148677248760","1"],["6048219240990478880298010321319246425474835184429137280572034627341026880689","10434203141950354056688408223014971887129118731433886623304598428791932334712","1"],["8028090314564195102633398190492329333965773845601165048940655645517417315678","15204588042411816402585805863491339593924025178662413791085231608249363413663","1"],["14220781521369405340064596198583424000340745527934093690225710953944633068751","10901727731001225828621399151233958256148410559474831465940988438345157509226","1"],["14920226930632810110192777140848145427326209152162929924670614166720328259362","18202608139242508420137383695319211877492260704068908709023359524344599872064","1"],["10546801276968097129736942902974745070958794650246409728791119360019814044197","18957962099100231653710201780936758894807738211968068873284007832842425311254","1"],["19982657620175211280861957150544472326079014959617992161597627631968651742945","17650808459140242342651498045937874467437322351152741417634850848692535144598","1"],["8510918718786734832484893730702787551016180378912831237416616851840835380157","15949363836496289378541258322341138117611272602468302049919699752950227085853","1"],["17937798115444910744864449452343839460569214323608157099064492226345834380236","12891114525895237546484093197949614062933197087957799957158833423370892707113","1"],["10466874014527474639501047438838829622800329726885244482790814488110454486948","9081472852481785778893703378130844925037588221473639447356617017625162850834","1"],["14940969869879118321159232417497708130628282857552170981300341171062997427312","8163164048032546262144381720154668766448429243176083859295954758253011200672","1"],["3940115878638342529790975788347160131919383543652912155336410684639705203165","4646455717530077783774231867423563384481001564008093210118772302810938485112","1"],["12501724258486397882493713087087552407757165536235768912396980741764352550065","5689650559897115877438866860944949549299090542321662651945179489234109139837","1"],["6080622505707145521433124109590434254828913693963836509800923784636219617233","18593322347515893598972184748403143863690318092564559007328460449699623508613","1"],["8459415395079232905283788995047866202513541697558076837282212450728242672498","21388472405845942493340947225353778409101268809864271342437081135603099569487","1"],["20863683997771725870042395228971111657771256883434244450342223787783247271085","12098833974636531322688276951328931763738480912345793185295635438191771010153","1"],["10125198901090129415959328894910775905357175747822612804048938361427420467852","4616700840734642865764140366454778123462774313707799215442816573995835389826","1"],["12791744377820216909230528020169233001004225593774118376016770542917352183201","13621802838544649987403223834392087260078148217035220323877274831244002338663","1"],["9116709588569188665640326965254948812709223166364715244854602836025001655114","9790904800032994535789793668116571880772486119534249903286729873141422448188","1"],["4295574392777779446534661645455626758841679471407744292729860250724944174517","158333979291565395911342401822605417327927477375832684147232797520321507202","1"],["14589765531566964926587764215518355545933645205988817268674967243909043683393","10369064186281031363834623930181123785411382606013287258108203944332593901925","1"],["7607348163967562994732007282173324043441713618695687498696125823058756551028","15860587519474252981328256682252521560077934586440694228547827429724867322686","1"],["14691189313520039960258865109325027639999768263203063362161783370816742117201","19082992617680932538964639127689148306955953310901304960240697746115701956436","1"],["6623405176789741365410185787036651921912920500978082929731459791546212740353","20213964652752060676128947423794441669597333246925089554171676736837293015585","1"],["14157986047472861377531313531586958909586530952591428841945756133638405155235","11134204679155152657771592691221997305551297799416576995013694939213348096278","1"],["14262191541456601511666003437559371502965013226033300169541938087548479967556","936543262282989212242071107208555927457706812051738134809116607715381168240","1"],["16083760664684503231325134742252373359324529140518691571197999002635623944925","13655599482119758406100330538390636306137690649629724874722437822605866402591","1"],["21522566854048962096495249595863191425362026807128185025613994190237181030399","4461879293107151804597139211780433690357638862373726513006953860349680859165","1"],["4019044148814271441851049196907001454834628787539398254021954912902179279334","1340630296571955701158656340003715600846675220361696789899603898875723469073","1"],["4555474679777275799670000571476682241413644844942088438631482480517451886520","16602014503288723500706871676940803306049336691933224165232281524681111156936","1"],["868572968901571862785193538567492877617130450102755461020709612134970670808","12245789303467902343947576498047089896092830753314091357035633927965880212614","1"],["4394015903334344576978189845714057279721700974121164879546819006082562914797","11093816603298180399082767420760119982079054388390863844497300784216316382008","1"],["20482559509482600338909502603974190097038394782745812576380792464268452830869","5007543420216358634261198400927004232603881110570953849122812597413808916801","1"],["16028928298646699586620570304171255413217419734469033463885357899516946340891","7932246723233281060293777012181778214129765462450832739429187673853315128066","1"],["7311740093551647581130051955378711556345463867190836955389635046879826529662","17445333024292261235802123488736716518842496896594879267877608152339457183521","1"],["15982810554986962944914158925374608449993327341303970773208172349913749819153","4955637888813759839547401891249810536477112035887883339128307130910781914807","1"],["14168293465651937094029164125952943291000110327200757732308958149946403253962","9062330417971122105010904609673404826376870107088983688740472558966720222628","1"],["16507598437436722244958071127870929948825503571281647539644086472439806714119","3555051515665176611461947522881137331164204236126771455305912790525166957405","1"],["7660012501205281209109010994980050314698466135697088515711088823482956923097","17943924638017391592117389335605273282027589645171657094285003634555466946340","1"],["689596322434027206723297687026929266818139345756403861961761555188226940101","11695615245309144803142997964736759915734471939131679757416624228925323184976","1"],["12771440458523827455756670729114744581836244962178192360291149757358030553208","19222790548105665576158062550499902947615866916912517262529668402939782350357","1"],["5694362762974734380849522799056571153770939958606879214698869690177547639886","2419339295431376846459958955071409821236472850398846783732743430902735545784","1"],["9368049126190457418050971832548832122981777401851443356199391422727721946160","16213536448816161425644189487200817447119147150740757522438228481001644787691","1"],["18852237856289168879478173113365624515519437140850647632174225777035033861984","13844772041844657435427244812301366345775741060560066112780516252822122520277","1"],["20467270290140074369657913100134528252777294143983893455459634937866469494923","19562615373186316556262515639318938062028929970483529779864017024518475251679","1"],["3520759684852675329478387982056750609059257733142430595423217868326972931110","11399348343721557367756402642555135264654612457932283514318799943702970905857","1"],["4822538037115675358135664619908392510232298819529742310318238506187260067037","10226738560329286543041772301356963938690414526943020032800235090471012862732","1"],["18475380851554546441549378216782000459137610495200276677224124500222074385115","17198755236722172065330377052719086703007896579803881473271124697158472846833","1"],["20274619664162345924939784367468335325561739687466322076507101564053852200059","9260152505912644695703502576787713014787453643566242478958232852810443869402","1"],["8613643033598051758518839470925692486150381432964582453574374846815038725151","17885153806487719477012576989018346641916507728132254444512128079782216379671","1"],["11567480073883532716147870526414237739374341710236042167923267525314009939589","11818968627697567501612525809756250611275080317423303334955882013990313918940","1"],["8331688562249997375058011774208556364633684719674393400441892566264034101775","6586810583205008352404401308802614156146874222603695267420788251549472282084","1"],["3685993695106447924487713239846165334424695634817395388978245465059335956050","11250542054081098769232712497068667908353737588629893544148991429852407804462","1"],["16702284266700532799911246847615635383124900861747666303015346468954536843299","9686619012584325659062662764823198357905534996542914309151125333887832622821","1"],["13278778561147432494393184272234171821690331789790969650682801115207848026146","20628288741524711373330351923029315295519491576450593768550686041697891908983","1"],["10729503315728860928904739682132199001743390278626395988472875148708381264396","5478078005399483879524947055440646940532830556265342995249057457629251781633","1"],["20749220418189179644546131185081576085758182473110933131099780899358873726810","2749596052954312223353745423120955469694467209306362488226441664108953518917","1"],["12218680407499880270733070955589821232289907399945704689315856147929055572813","5133765437638768706709552456593467059618665552069202320360678156410643444272","1"],["20652159119989711572234377582692941084169332616470844856157684365339546228090","14476500214018319382364525554495450483450941843525924613102913874553957025605","1"],["16255204482517240557920457549622049666536225271052582688559193567375057402239","1169812403496194716646920540965891359536132832682335077282823814446495085702","1"],["7208613498367448461853939631030372895173745231984546944664382283020790600081","18702462730614193124032126948023454993894837405596708807062610313197382860179","1"],["19147189649603228123034255061816218439798459904683917603705727770787399968862","847147915591402812138672843302971726556289850424215886409947438760611097745","1"],["6585092957312548127379568184927327872866166972542663977338008740584195978680","3295860944314991150407308570655886834587285533139377461775532376143979597854","1"],["6305888910793540531036882053095857740423636732644520110804557112830073132409","2209430718526207042372417577977608199503414758433436268432626870211354727262","1"],["439275651999179114637987851839598317132404505207865786151951368141456064006","21565003841243174187185326058277315141997635386517418003418274105516272556550","1"],["18059543011174607530876630540321993256330120568965576930638621504519584566630","17091177304650534483895368081300510580460533599020437699043380927345068249012","1"],["8586502206734945622212256907400370969645345445413894285008754154394438530256","2348736924861404578635909836371572374822001167323893451786827794707121110816","1"],["4321571483730513412821191325821856202461113627023147238770605463357595077292","3549711108650954068882242762459833996794885565776028974934431558795354715350","1"],["8359528954822006154109597818644145607715450745701962363897908799291190381360","12610539012955608473326554482568131126776182807511521816416307315766981993444","1"],["14169116727339640127183081774971718118691058553429597966765008718185973217488","19675628661448629730698545683179985059330582919044054717106440077294172399076","1"],["5829650131418099979252640781085496614665051566494386354000577962315833749357","8927224412845706538783463491448055369121040941110163386234147907806388100096","1"],["16080206778676910482092869210473583526105414314993428340974210214064547273478","1861695327245318615303728598638236810082553009624204740515466432731125314742","1"],["605687954594777578495299045751595315498701819452816431225404713375618461732","12099253611712885483778954684028186970293840476932871126006001728491006836034","1"],["12797328654259637247073719499774219344592401318525638590184518897390562275146","9147560158989028660139878372578046234807840507869719864860745067908716047289","1"],["8851871452810223874560006605134415836247739583217022800142474126403024008629","20358573750786814643561000535782385294658537811529901044825142492347663140997","1"],["21523646519160247436992410934101336887941300938625369457882202059219298700077","15342446719907434001815964234519799834353545192497869123668627493332795373058","1"],["17935307074872998373495039052800394107177536304205654993669357915786064616791","6204532896667196535322016998189977530210671075631807012593303983460006918102","1"],["17453155251915314836097761021199971982226216636310548987084919861366776655503","11734924636055620436718997796694317671843745900803351404180274756028701980454","1"],["10834543508651689319169617158018288804214678298565861532358965053737157784178","14209635719358284620191123108612708768085636263645679281578632669457830293582","1"],["21584344631996671422745838889007459482322793950370642654701282486297887233507","13446637888408574327353071717750711971811769548219799683666179984898599689248","1"],["11270518893099758742556559350994998075235143026695840468462519919806818647417","9315841163495272292413863769138803710428609733394834291169506767086066252950","1"],["19073205568884737428359763301683473771764740131409079747312894829677881247216","21871957606638075982016032680984350330256540467480216911791532236442203676016","1"],["14128224211884054881031980718068578102574767521169758659726336913698827344186","682575833567010556663621169287577537832772131869238616389316942274070061852","1"],["4932358289656267705933499798178001255188148490441477908642868871607666318023","4354818801587367555035068769306945856271147067104231052297622571766949868992","1"],["20784878660695436646767527511671779013467919863953331098999418274287567275981","14115347476889971957805874334659464642708083771302127807220427899876439617233","1"],["6771297757389454389880017541695212778108254222666924040203828704409309702076","7789616603216277639467018134996556645682968095797000094375672308592047911634","1"],["6793230108144318605914124502900907117574033422302482696209100651374415043896","18743336625935151610754513739195718149571754586094115847779044243848417215453","1"],["21756153989641576785561294180648323910368228514612855543180875300569124397802","13576598281464949772749955567390995037775412070064846634211783235568442971143","1"],["11823568814679378835870771365658613215901292630995528758491685251799601460562","2223718423723064588563256784336852076929068473863553739981975824629681467916","1"],["17987307862693731718355780563186482474844885984273698853588591958848911125346","17840031910495081112690525003490006476617419862376620773757374200828373418092","1"],["17515408205401209996001502671555227091964672064186581589168303345177495970806","12574049577474029124886084570344547257986086885823725682779771863340004846090","1"],["3584969150828317575659049975926972432279363350500558368214960704578235402422","18553881747723551993861836801543184778002826765426837244058337094244367563444","1"],["15536491993525846459409298448212177096437520695943117035448958909002606040212","17308030447585527018626338873100383692649066069567048140261769145074196293103","1"],["17778484594498590900803342626865444951787385834273824020643000034177702731284","11777628638657889004016705705017460661843614724835087259561147441353624636687","1"],["11224692062290605528138629132186821992347151635291401694589698208893564686157","5101388546105337901579727870291324583299349324202081119240113536451087543301","1"],["3131368628319093193837322661053726191884977848794065763084417782035772649251","11213929486526938235436407091427503634791634854009878942099363220511080837884","1"],["5225201834801698552648001214499587546617189485337529618948565721963677078674","12013863744976753852596218023653763140286751381923374211026708703048170756929","1"],["21505502964591120495199185159112020547801838602508316139201435649323214631068","9639925826267891881966154774553082868702707637779671201491511379205069381109","1"],["9094061832866879640496326892801719288543372716467539487011219295558488457016","11602121242230280988968052175327068192306520681981667107083072353740277227588","1"],["1495357783283187546839015286610900418727582228713088870183361164629321096790","6960879830617172224203091010411807909230498851834002380800884291986258739936","1"],["3210872269712598780060814549415082270825284411051733859884058341659210467458","2373411270638608734226897185832481229372861150343901795537448252296646853088","1"],["14390180906039735696588138773943509574734616686539699965208715908527813205315","13689530613829275337713492804866025280767633192134336643656962289917736370336","1"],["6870733926946592171666672765642042027644270437170587606989531794182193806836","10300819839870759832735982755813810462958605108616594857549436496251408805961","1"],["10057891693527708423062894785014276812957219805866201332649627169096967900148","18963435535620443398952839837330474197391610431514082356089871441369377118459","1"],["14203142235049695815192603418545511467268893024999196589959440841946676925806","11949509624083368472230349058757586764988002232095780786259062585799844229596","1"],["6119420099850180166331007030460156456719237124028046686448446445553777200432","7587677797843196733569440109180404817701966196516316888781276901185690039031","1"],["17688476606573786831600544674758859511024883677858537846004606961885202273033","18605917098115326480885306484409157169289549459824434809769636459759423177848","1"],["7704962368715913814768551859548317582294117798815465658962180158395382465202","9558830329948827248397956228329695915186757665361112180296151860693499452579","1"],["15240824075459410606494920774122335526556950240722174488547777240678983738271","14098814183016905304478492222076382895458158037043326626622701763573048753502","1"],["8314904880038972661368979564618460735072256993997259938785682963552222545859","1579268968669534168614811599246170578537152189640855297619650487565766549034","1"],["11317974725822824956806782840461684323928333821340662120709812977005442960332","17271523363533913856729895852805273738804640456782322587576768987723501638297","1"],["553460885147571378054406233241709182489261027796369686053525551850412914036","10661463329112511874332370896384690508342630465136195983209985070782763867677","1"],["1911871860428461786646159386890788832157237784980460006256909114208624911573","12404579970144035779144970793433232328741350453726592163959576708593952424539","1"],["21256836842840315982877717545035513370069583100712070431700743688389771087296","10451344239584204581135885198529359976807919309111691845157725261030818807179","1"],["17463378266539447509757079101479342662490999909365597524455913289044001091859","7945934269326598401428752591077585741964250416021558383071049845142801238996","1"],["8065329828756192896882110861490093843154682581249899168316629555978430877998","21263845396638425067537732704601284373282924326008515468362384698565582012505","1"],["3027276115395960563817577628708872613082197108406542268308640143987185766899","2508957280235496053974135803263129767729032487048248991157802232839767074151","1"],["14514582087812650634894115736711482631055487033625719621822490454328306909254","5697066673160002221753247720326061288518158044887557265673076038507739147784","1"],["21060018383861117950634967341211964866446614563121378648702523621579649731931","9933190372287115785787702508550489059374601067424616724077004162471333415127","1"],["21550709929970968019577063506148995572007227177216001174207083287643152397946","5541321798768694775547919314298558234728741858253452389755027372789445448742","1"],["3771457447276754989934511055179042556588545802966779636867671324912421052269","1311161220610791806138321094412457734900853315311326884580804321264974334941","1"],["306140465905319836262485495461214001530408167040042713070468068431187271416","1587470687548582746610772123919274432753242012215752675401271061882126490388","1"],["5249580281481242010431269424301317503576352883763380992071163710040076457455","17188112019961334388532496589299170037406680508422362458000796629350035396092","1"],["4556143899099177967761883856236925178216277174797117695487736984022001852699","7859727790931752601203230915200578351698752796355308018218014243439807781943","1"],["918290287035753576136114737687888038142998164058407450495277386015184384645","3785589053919072261016923054613876571753911345015933541704533727967880822275","1"],["5298686118620736976908251614673100675318349855126096178381861722659405327086","11299193009338232602099278366574769569337014184757083140879116455140188595193","1"],["14966417961968530204671611943198727905181460932488166632418130610152019509940","3848327911624714137591558055983870309888236769812048141939354605116506187242","1"],["21507753384956017688759385975850143354294729066278753189037090838530623906074","4221750918841017663387787199807415266214884143883177953075486467453280147443","1"],["8350325160607035605566331641492245652541443356603753038003070108614973690513","21407417345814458337433589714498100338819879202755824312047828665114396567542","1"],["19524538198227779801016806838316060137283663662689365624719417460282221894369","21499848683451101728466545206869455952617661534717147659074883662615341878762","1"],["18348535454049003636235680136472885166942442954610070355286129984403077662791","12170630851413177389434416024457980414049061672925835851447060023048725121537","1"],["17078245942568688863902520862429295033968181961224425496562800443063420411157","6208831201012124215153245980643905365950172356507206599171850355624762188688","1"],["14145312061241017685499414037834775988805874989059017051482452963868700315107","3152242806706211876191670508550017183095011203106481482555413218051762409515","1"],["20562887547586599976597180110512460305478138374967894413833035172922017690443","3667578429434537361015686459074587237716773138750581872493182323580658748036","1"],["18111073073204551347267403120950296781740702307035130272027029887440304196334","16551859608325229684449419760519789890775381180306254543118297660901100788838","1"],["14558445519391232605425317508842568424534697735474993208639812400327298795850","20055767269063700331809608238027761413372439740404558269423624281963368861835","1"],["17484666563417160133758655479538663908001261171691348318090639271479422530475","17462841946414066527483576697673524658417556522023051042984029194027073762337","1"],["7859842806899276181472932950198219596664214982000662038645312805963364635382","17409651794763774208611928182540138326463701298653604211740340655609667933628","1"],["11076137951309918035224691924549383568537854243398274105168732518889836506876","10721927242556944618724116410958353921115110339635179221002852088280434101426","1"],["4965354851270895797938770546102828414358218865430052168461202318207702368884","20993454319723922853202796455658179169017408685411053195383607601180242075141","1"],["15585140936591301478841895746438061408979962952497347419880222803088619554185","290116051243426651043489419058510191463793101499510238035537782443156391068","1"],["2223457044900234274355518761854939764197575329610919398983433447560438354791","13994351849873009619019090787252358322133597882697084900178285010861484861508","1"],["359033401101445882904569788823957226625353493976370776619535941311727713944","8678671439000054806537277923481574986595059334283730952036361006477675509863","1"],["4074694424795836108224270706085187544261669403036635285436715673246929274795","17399206335409753160093855586584174585639833346369507425358409771716774621151","1"],["17510658658189233989486745222762744765764393184281379676452530915424369731471","20799058873882460036932426661974737312255838606026714694715269283222818435419","1"],["11674980097135505706824904135867886982264696601977687267899606748428066854397","141683443269684600516265577706620452718618147524595296432256113853454263548","1"],["4953797030551354091271499342192367865214388570936406645225484478438075549308","17961647990155242920926593800788615922107818870118177761846058915417889934095","1"],["14787801076627364516014048322115507549399507927325815758341860325190134348864","7581632262676020966465558145524148381251834529150102971343508147008793163054","1"],["9011164586256603163303433992120581736602525785367422777873152856067095619631","7329168194323016099686991329413379949273655403877187630376827432861523637121","1"],["21071439313596353573011499949043553608773212668312570915481382821226568944119","14975139748904450554007137513687263640982913851756625469600314976598957547435","1"],["14568659607559150305526842536177391829482780089232724457815255858125744071905","15619536748307109284630756062559299033457257387707147350273941897579283620256","1"],["21438495476126453781392856739319934130165995052815974418134539781186173063374","288267627370581298163029644814662733547626344464813215487894274015332783012","1"],["1750408001811570223805606214709150248515797466842134123920421318291406240867","15293615943783863147844905589681943281095157662832728058956339131449982170503","1"],["14825255644939530040975360998934134089158275182391823320087117809857350768046","19396290989761978589969902473734298762405524225112280754903360265242354215424","1"],["4786892447901796666487091050978047780409327284541531044836131251332153973610","3151676690825133529189099951043467445718009777560838707488535122815063994145","1"],["16616046710880536457094757933346875191155312366550919360972334582390898365499","10809318852223682037055887392857757170794874417302697069405876667960231342334","1"],["2688111387180890228472444678084052194319863058936437792655702674050909185437","6805533498622792191099165681770311268578730350910653418456859092728870055373","1"],["8364678036551779988332894020526674006820581895011693690117072060880627141746","4065650840894494309654019944282280416317658936879753090827840808879612192326","1"],["10726473052881635150239129085176960066623568710721512311036849179161246093272","15447885587915347718250603234295267288454778238286323120733272221649089223543","1"],["7502900427394782754683874155936342469768531001368119378285079917210383226723","17887308072831062062518896565902702005330456217522732238239230468045034390235","1"],["3858059712028361856187626442984696018926572876228785344389615337236096637869","8846789259862953878145320329646519129726531898106595127939077681615611683837","1"],["21714701895507373718706275805667148274142616006107171116946235268395526810804","13709084363762848484723810245581382565629261319415898892636394209750797640766","1"],["6749043633253533576602478514013592526558488814853939772471918066068327151363","6749822605176954391107445541998956483972479674789614206256389211639048643404","1"],["19861258833845011731129201807237336620841241744135476568034929140375505551866","15481915462441065543115777374243611385773722325384640751765606634208189241103","1"],["9964650957737752669740986106287951708845535215673261150073454116529875913994","9489592202644639726264467627680843188703503887847661921082428755768392934177","1"],["21040927620264205133355801718194219689609878485844072823535861474859891998201","2738418692832316172656212050573614472082225090927531793583813950643767757445","1"],["8128624628821143095211291301532165547084605857559407680384108532196546551539","11005019516014744076354259412103621876375568952603048382771220510800017681515","1"],["17287452738767948913577976861299035366939624687151163394243093127147026105712","19636332386702504449219226611313118338320731293345876783358443897958008600269","1"],["2879640162801538457727925765880200716330186403601006544421421815003187957467","12558078795383976771790054176355193640974018928965615363404846059672418377814","1"],["11774492704361873861857271639946615959208323650381188816751484206604470862093","18957241149872453189970341874877913615796510857206299942248716021134751706410","1"],["20947181401356741832560329802190383701849262353226927061748335674331668211854","4291575853152784161326332662736611952012126104958747747642930759967664239006","1"],["19335421131939263942093334459246441476018656734693949538123542910508373925900","12048975548689955209742615385613211737616293029850437935915736530099517747528","1"],["5255831482418915475887076117683790854054280332665532902811219137597599646329","20708425815654686508773928857598398753509841041256212932593839270067734171646","1"],["7507271029182906031625009329873640477367440381959823440538907146424390095627","6354795905033664077455466899978297282795735855346652514625470670541170954189","1"],["3414068646654499037936027342989550415620101237329203409474818101334596422288","2694170286464738327856193638390893940575914410789333056022417553809191519295","1"],["12431782823825667718448340189507718386120659212178022900706337120271301802763","18616984333137698020518383435400109573242914311392834544092903060522776468805","1"],["14594915620799681276692366032623068248682101736251076504424117515454895960689","3654374013743521189179168078262299711247241327573441446170994555649425540858","1"],["7573506595466715316814778045977239304577483169268524027818985159200456225859","14875027716455641673517674270679034899795591499030436763626805340130632035794","1"],["14138707132837880982885560419984483385852044773394902652675352638448226365715","14858025840769888479475030563698438897918482924493610124323687584775084234731","1"],["2637769908821490635029781503313641180905351048937928890222553009364481706625","14491787925934802019794883875708887105026288005029092947351811904844617767320","1"],["3228947681938349296944448917446336207988818952846421867505642949808973745308","6190527704586314785269792968770802525475108852063797083696559139624821584078","1"],["16742873693049310419730843021600430432715095333829937263296418528547265280955","12693325008541422522038368533546022063806153281482425399459305848793251362900","1"],["16853343742607160875060652987133043213459481101049987699362341938121419792565","21438618702937500217226961097330730573848090195369740559557836690289291324514","1"],["21534378317306569010261231199740327894694508352147082652341548595417165477675","16822572612171016680855697496198864500553111940899975367869137066512930414798","1"],["14118130561806398266746498864715031091957415977625789057505857001206870991813","14091294518334346811669361073028337253181376734588765475888978843335746185010","1"],["19353694789418678681245091075869796276110511058246778682483228315133949719661","1346946402640296365055276787419922455031472923955492642392902288390731997690","1"],["4745036788155796748690147156216673163202818114881345322157004985548532796758","6140067062830738231534885034810053934268592655421794528819906215245299156717","1"],["2650651902394221062747159928149003262860051807359805709100837501889743620331","1256821812245114925154600369876646216730974186003033957084338299253754932527","1"],["20434654470096221558042709266753972659803823791016813725012599696334308518597","21445957828096368652427413229637088374333383439745829806605922534705822468342","1"],["20252796037416254405247821888408944927717129397692297686140896841593599062991","20797006841078730062886223425566899650410063083059580500494968094885123320959","1"],["11958401026356212626836159188255150259056044226930645754404273464629302794209","9938233382301749149441787272238088137134991048320835912348275720441814927088","1"],["6257856756963190543478142205787782688907399770376224755699738938483331784826","10988119403322040790040762628707918798834886747025253742810398520495173622520","1"],["15419966815768191214010684118368226524691071260063240471670773287373160347144","1207857038082789281002160973791446612868891118010503689686970609807803171472","1"],["1325981693229332766290016438382427205134977872078232287964676897573433861832","608104330322019843203975064425895330668542216529181527577593859268139752456","1"],["13411035961833514761915323644977470747211444129894162940048115455445630081383","4781619835083274762159450524544163105713498806113787877899931326187566396576","1"],["4775561729284581370303551603969869996272667792024436931371587832043008104597","18721077322602680904164720705086890022576735236632721586505911470280998305760","1"],["15903190062516179175920905350978135472672050183481224291683214838928432085560","9290742739617864321822487312355361829196601038892064943712221212813851418933","1"],["9711049073034922327149526866069855119037896780285392858792218451597065351768","18229602864594150183207090765564500483283295202977566347582484954551062994875","1"],["4671318286123682741798331613036458838458328742518023140662294900103447700279","10180139757164547859986190850558852547136376025035553429614714279787594484632","1"],["9752327577654822768919932155527624443232633093010106288747579888374584432768","18155308597741656943867484632871783053147598638196768857794076008099027655886","1"],["18703986899485753136603795540240832098039103399547064529806748747943272305819","4628473343199056450435718792387651585312155925255773226695352242875371787163","1"],["4608629416487046945995094828173050263603180154990829897744513222963588221729","13905259117646302264286210189412462875254204809279055178098530873231872852417","1"],["786746477435675435545593347669523376838573448313836668683779422058751825935","670448905834407476901080938728615402467579474506848088763492282757928427447","1"],["16903829445219336236914911443217278723130539605478184016317132182129069209002","2476908287829095629537336495784961707319799879315619276734258308164968290079","1"],["17370184002881270909903927276621110361107434528674777151245362379720716018844","11944810475278461322286493168302424831471323885088830421821284970856830931168","1"],["10559378989164437604273265029720232666809719203926558781766877612030011538167","12435112765448284962147000008619529917572181410733975780804827965474333950309","1"],["18006182644785341864638858195691023421889153406429997687670476528947339383767","20119992234870334283846303248501222172988496053711967679407718099085784285529","1"],["18382779371836375721750811727108273221902496537579912894037042858792552405447","18227681665008286888647066642100897556724449941384467520346848416272812750675","1"],["5870324038458394000880980457121576278282749070554067041563179104427891675095","2673284575322669864655606396244843315775093858230594797577214287668176105835","1"],["21201625199595001556332978996233682094995665746289551225913100626953285537477","10060523923160255677620206017810772123371133736972070313821810124561909170212","1"],["17056152275184011777972458782043819879581823017143916967638057047505414883972","9819293388403827722910852327561648520693651774308012898552633705947747337632","1"],["9454408667939539104276567717776348398242557861310986206965062319826498144191","12275239181912824139030820459917317372361283943915356818681391210701663528703","1"],["6303290849930012783238768902467952035706440968118738353473176036807252432007","20778249736498847283053730471706587143099275852305428529296852054078665141310","1"],["3094522795115027542643925842119932411739410302023209540411997902618894224040","8129914367103517548309263650535833813875371127295729763242349270346668207807","1"],["7421666156027256335935952964895174301723725576550748557254156744111166732133","12661764832187627803731674664720372765536799030648343490665583819014763336697","1"],["19915718054513664078549121097033450088131390101485603264788008044812621899633","3557585818686716249717714059317862054135589089006218819339547825428972152788","1"],["4237252297755979913151781718644167950345938136590363200650724200800218132827","18109349657466542684335651767342964330156662942894339713389614004458798917029","1"],["21231652319694443217691598827253534638151891430387960490030790202415499585234","18609030851898167405504002905621707889936667547886614658684135931788367745041","1"],["11684027527174791723942122805297096866325360300654336870907915207348183685786","14889371398503526898799729567940706830757444291484036058160613319588987453933","1"],["11073614667336931263528772577597653983270028187782631535453691331565750480891","6354782063860415110861368415063339470970909864571478540115313336717690846168","1"],["8059124953599893976935804944051980225912448771960108169824910067907246413418","464469621255348812845604361020900586312042278010697885735165655153989164214","1"],["1763227788327555283005557452442799027169600579767034183017075905174114092482","1507721336349980371567473730531643294313726507483960077073058248745582504379","1"],["18974899645816429961169024172982934057232673807117232064385095175878862775217","6218613863148599534551313786136895816554189024663592717484886684592025666331","1"],["11216524520223338297345657557048890748017594174930584240304210143602327681919","9012342685513467752053004348755118533639226704702164310441773908972165837219","1"],["17182044269088231162091767581304546482245686550847241370896219582161655237576","18024465664999538502940953299440717481490859154831973911139714492348512445928","1"],["16148821985020568615977519287490823864547435662767213942851142722044047492115","15781342372699396250893841362082395562923414459725163573479738924950706982974","1"],["12079044331291497821523624386285430473488876515688108230889091400939183880244","21005770377742341751109905517710693363095225929708837999956325489554716662601","1"],["11600176845503769786363368206338616602139150390896592497932649907908948876692","139264682813004355913414892535309923041033884771922305282305865439542830230","1"],["2048097374425513824577743816001498494586149862746617731367012066296480561386","21174153782651179680917468844707050710034896160422375432358641593446975128296","1"],["17947935022628541179418973646359717492600665072754674847577034664683238224957","5746276478025464121836016973788988213905365223834872542326928880915093383883","1"],["4633425053496658279213023084957314346358905568075423405918946209330431339534","7813225457325505559178540473958905798860577791794477407493891770084305188707","1"],["17442070656131803200226134875757525139226381487949839120357149349319999957728","16417531842764791866598571722564583530480080001442369643257381089757790769674","1"],["9270184873732112113149721864433697650812014664537794482052511125742550825582","1550429584967913882525360515784814418920493295909544484617122362784246567248","1"],["11699312462994237408817995331443103701982564735617392950713539155572708883640","14177668997122236186723997891676027559279562171082732092822621507991101794606","1"],["3138136173556750040130636110820922037133234809867837418382540110348728810661","4287193176771074118349913148556327236931954276002815467181058439168196668554","1"],["6180910900961674113787759194520128495781864885254115174128678342196804884559","17261339258961693090933369857167339828317654865858205331675328927434764524857","1"],["8419723214441355690467851815626417042056631955375749401182428742472686794527","19961444298230785565957329411289265267987029598713032151515484413995993227197","1"],["1597218188086214275352186283431892705666955018612447206252984402124671243960","3362787015153160755457259362067951926149267057143322542863504187369074807038","1"],["9334468206239999528082150137010618481427268657193308527001353196684482190134","12764205908980916701328565926028972327429725241432174081658961526097804564586","1"],["21611674328979090609846232049366170553589599908848922006695387519900616426084","18104692533265387756296198168370895302289208564698709079420947019521285399576","1"],["4937523284728498503453288745327906824937589497813806477925458231993360968200","17683318427920068202280298835260153758665485320614496619839984459385762699521","1"],["6749180969813654446735285865182061896859557872298750807404261853296236405840","19390587865324496359411706544414161485498214875235063786033922714242462499749","1"],["11550333109207406024463160578003246650994930382832514292312855460431094933067","5452415873526871504667477604284101653030610233852305479619313760247947976069","1"],["1415863540976729873351568098074386248542993879061214259054981648182224347945","11648978774642642727936088400731888638036064048050902879097226860013237572810","1"],["18067323618736238513189410251211739423890667838851055908718132265493611604563","11040547444735635496086500273242065028503343967350773479287458481802860567943","1"],["11562485281311964557235623236969395140914896690942935706675877138914226406756","21234954004681277330567877882465662441690045167962720660299877752710305221154","1"],["896742539712724188727706173138099286846924695435725965318858566544398021285","5124722965861474832360091667492945388522822671943964583094408662808882617118","1"],["4837805950822909120177791838454354767196625976532637692769739837194082094751","4052131308607247241603011153155428828767070355483901284171997219234661161141","1"],["1332054165548859585557126254043829781919798946397969342624905060294053069868","8993672667117459955600122134750569533175890752162379715124485898545149935675","1"],["729579632171897472734009698649269314470478805254981663910454492407182775462","13628051516589679045699947963936656780571954040687394728363753735678884155720","1"],["7318422099711474472891731862490175637864531769023750035376514843486524735352","14319264237986380179922378983868578931951177498170924864873352973135268241125","1"],["3644904883696066867945833157763882091089938368709791961334574214444835852039","15944359519686379948515472292165512347519576784808961367063848015359094133921","1"],["10975606313931145742862592018457007165337082498367243458659531143421494040064","5689269933025811789215626318987548424545257136195756722988334842323140074158","1"],["13195584492586150620988233482218085213009412550013598441138083517106258467019","4543199743644771498213179034108926121024848041815658508375405980936167238611","1"],["21679186585631547954926680946891375964622540635186309035147782939627673849071","11238892706721382803926410839604302163664524037386282254250847420418068824504","1"],["11121050860608707866516178318305843248878644107126518993021277874423261504638","10528626537596260765189890430737724081738860622074560385922788201829164739810","1"],["14530145488677103752204333794832828808178062321468588422257379131257609569686","13332836271676421242240143232850025319800906265669817740766238005544320145422","1"],["16446188339729944442490885036438478748515647028880534912465211325199445226545","13424261529815751185330964275036230984705546978596146397374908373525611248615","1"],["10095959335518105601342730609744251161203307858612445958453312184513525445728","13598156305110373285736950277745076434774161394370502364578541803535146698172","1"],["9905389510680551431570923471693266797457293381221613807208990989878934252654","15361361988306560791632090024981815294771708131427695532773227834571114896242","1"],["13172172681010685764290436667976363257005871095948564721850157113067765100181","16193430544563938658697807741486817403666926726636486166788371347627740456084","1"],["21817569892312981828470626306839653261650920433097283764484888738079172537752","16710657188716052028972781459716830984785846329959450055660100260167630464763","1"],["21718703291932769888394250479386818468826524451065574840203205090450532573496","21427892649769272049819704047307993804986714543226589569077555476908920890813","1"],["15959947906320080296416938849009032365134492011921179189295307135822771472973","8632153855448463922507391502029986102811436614245303919376457059391004791389","1"],["3302046227494340185658579036822574737739394749318617205784259766326986880861","16917856623781292365673923649463566887521895273287416231980708429651197502283","1"],["6197201823777330552625300819198130758912702125670482167991099307340018144006","17839185138791572221065935727980253323591236613296718612065433653673816949985","1"],["5526556641178642873067864111745221583522559211549918863819022970600237205703","14136957993780883596399101413014235371012060662794348769344091027578848268790","1"],["1126981768611373704429857673871341414594843635554806223647990452599188777053","12182968665512847343114199573714612628248509067270464753995086553849811572227","1"],["17791841686956308555413995128347220393146904643403228951698839261461226277045","1726335918652149820343242369680362319204197387083435008527029418875907138043","1"],["774308202101742491040429262175429341951006702977284265992932413444052467078","217461501582528589098008384400249913946222519510096131428917278602010717510","1"],["8977350496607709445839940331676130773341806065261485471309677337897695922644","14364850592212111197915887441027971529084988080464441910366527454084793458174","1"],["15307963321481801807365420480826918989307330973599004330090586978491946353565","9212867036782638999263242936726004942695162978561156600908037903764039907410","1"],["11433951272621593285894736863207771649008060082454480676953510931768596738358","6902982849861800407879574097408833325749274532046386515938002367057093810420","1"],["17496901932814328485242691558407576671017352717497374133737984901851572579405","10302296798702371970485155035848416224887730000450730257139833821123767855329","1"],["8431766161853333801808157028661975391771689033516027646357735907499666259301","20161125802196786252809384805262611711773247214779161932623379048511065207218","1"],["12848973545590758766684635268569804169323669212031368345579126719794589356302","19859810446149302816247485959570974978820920392838993255065108343047239078161","1"],["7791076878469265050379334662282264220177245853016555224420524387369744796451","12396237981447394764357038325051535969102320835327044643984004129565580119058","1"],["20137921012681143426065324145689643183391985478267002999284665949358599476656","3172253733721157841866230524955038928116760631585042923003968916851068079837","1"],["6404121632056220392510531038904639104772956549757308753276684842143847643836","1787915847485536275043817660497538904291801114700249473779985589896791429269","1"],["16591014515637991361120107487597665535116701254892178979932154722149341452412","18300400119390202533756614230897732045615414867062434464515587883459176727042","1"],["7142763518237210021245061981000631680508407045366258612561731644658227842861","21260789146756642526859128282418773722618543142528407995180162109653657754147","1"],["11635381907261630141767780493968860464450622794353292958689145183925562010382","600977477549278069918361474551330802339245429086532635678118902753448029501","1"],["6141311663643002554365953057785273862922830231314052451362522347713757599361","9570131138924059170208188959443347191542119634111687928165032014015167808900","1"],["10767442345242713016007083139308660081224781557245164295060621845292773135509","20061348841051077962688361430640059046134295376412253277858769274165689134595","1"],["4058658472540558702816848650267788603238930283243788518803957055041271360485","8105355683859203817440790601734731478595026727537800359836617036086698159915","1"],["5104809405510270627906248726819365961824062081912330729627739318200146570737","9719421643383299080897603687891093526384933674568880618775392799926674399602","1"],["21402491407115072304861039996708451374054888968465622900248058872795741135732","20959574178638016136910761500650193554988860320303446169035355473589428706401","1"],["3766410392419337024374315673541820292387067357713625191290592919183209800954","3684249733251410193940513208103658731197675780942727329499833687660948814024","1"],["8206199692770076881371788294328020789776056117377230431193301065030893608628","4360532008712513793829301387716187116654658683498269649391867972529830921295","1"],["481176255607562725494191124029208783034391549082383927027170594524698241043","17795018638572106445584296904805846856982720722571670340361161129704217270600","1"],["12898170575040066160320945727603432990631066997202534489413128576762611659845","711685218688750577800899407016165021803424112782900214216534598248994357277","1"],["17317687568360466711154255353299952825534167457205346170244980990923310225034","21573958335016302523761544975049713065137773974600544393318946581232575234271","1"],["14869981276370075167894384921643093436231940456801535683946485034306377084145","2031057907843641138609780829396524754432266808330410378486464528731929073465","1"],["14232669114285406478288410097849570836730275254726552517379619920897905756520","3974015913963512359164435580135095369672301886675153835577790863752424224449","1"],["10531271919027185565462541502352671720745751582884904859366890987902949542193","9980709666091138826300376959250836541671042026847309192232402212716278680028","1"],["1691165057667506438187495923836080415408577428110451461577254565903172347164","609362908864188894025731535464593623098247678928516907886376293072939202556","1"],["15690132117034269504546690583338573964738403045257563792793785238792978901647","18430806466391481463650667735225164428618955699994375111150117710565866440424","1"],["20272100716342395258806655049816965695555888683499624876546852374335648266988","15939752258885899192639517747282531818021964627947974292894240400874856778240","1"],["21323677310477337988581802789247516328123161630089226646658039798188089147774","6795069857234272838514303543111595381884014109817931008682787290751861633335","1"],["7186344473530536933493716299991754640150832619931074900241296515221100352880","19961807235124089444982184470811598843876083985520536777406967888273275339780","1"],["15638527043245866477250126218583396049071531684949291996495538345686334450625","9865872967059710664202442720411187792766173677891421591489799352265628028756","1"],["1046641887911966549821905461306253260691606803655456887481147212899979924728","8342372039535105569885536684743187298666378349979923016151909317894542508103","1"],["854137309803024741180732931489132118310185939477782198972860036012574279467","2270876476154045574597709808565748240016444404977233569108625075239431603870","1"],["19003951234616067472842139254140548811716706837146540803035923624997330435002","6384700606926706373492318838050741671161344910220090799872065368833587043806","1"],["18912540083352718851803843732610363016391378434443015670332192801004300614483","11007443719674127604584092449598956699478278929621944147340049873253176000363","1"],["1999081617533721679581451344393306510224871145327812570193655186894537864813","9733482073571880747499500239564369402667303807240160622699055671541934561933","1"],["19636581959842923144445037157368502673361412834184970202296994366576643039021","2032678148034167998343880426621550151761013969100883696839626080583559391845","1"],["20504534026350191320418857537713934819228025501920316730014853732399796734468","19873538996449473475093883193371770800385175539749624460295419029088854174251","1"],["13879799799484482119726930158482808649936630882121231988297035792655422563085","11802301719527098191664160012058771183239973163103237172202019437721695669803","1"],["2603997539317132408056619425580212062964051589437376791368181861864433252806","21594891104514405471353598205484050327389619433759757122432389944198057956863","1"],["12155498768218752696505155968733366151179948798143498701359103764159100196075","9484835353897045171856280328216353245790385352072393865838941377669104812565","1"],["11833171437619578234150496599048153834015179298150277876591313815853901193814","20419708871731119178607883212829034040632114503917957283247821233223455006580","1"],["14689705930044172628386024908285764929528521237900131972711525287987090022665","6869496362785333172064523260604862210491408560589692377978768264855423281119","1"],["2091416071861864916028365982558581089830847556175123562129694887264482400294","7962790175172638713747524106350110060391811324685036356518161894447971003253","1"],["19977441895316963765151283425776970337726656226974795308392197736998991143632","12581813991930518046438228384827242112230869391354982828352129340826157123665","1"],["12252831132240590516647234326851239917546654477442186856206788064712031936283","4737187096607689452778397023866255683468617795530471786977408353867121281007","1"],["1613582531816968259166192764808589395295109694805316825314819546099076342898","12570740471576516121616406708507536874533564688293353029984527961225465676526","1"],["2823942525097927745275845983546696718779249129364183865179473724830226289201","1854610402039410714863187716509390752451805203460025433113354414471947654424","1"],["11498774911732689649668404505515686084315647261324798162955702896619976055442","4685977396767651184372909386962553726818548519031455226113144098543356151676","1"],["10525538245135323311595374099024978698900277643332633940695537584034336155820","20329665891670630726864784160728767682930980912404977619908651366327197075097","1"],["9915753681955241870482206405656250238626959473605363334977692903149496490739","1170805033910787121513406337554747722203714614538428449691354074784378599346","1"],["3798927883303061792192888828663306798333445457647915432648168520496971557279","9494852208205356363720186603478836968639682651852783495184475089279261434437","1"],["2827664989538029527358982234330898882646788308864317537601462282485463951584","3558221836617985869637149015508172169287591988904766598471877656689857011004","1"],["7504518481312285396700050113888375387217788824104699281461247078981291074098","2029992319942747321054584916185185666484279518608637853092402205252873938449","1"],["11503626489128806584269202644947200749801508841581099597190180555440976161118","10904232921421939210559932767747441502414047565809551167257560423489202748626","1"],["18646121607214954605461138338517757522686649490198530942228684926972115983985","15282179516366966103034357015918588849363836780736110353400535220069929981744","1"],["15426813732936184478727367845944870544241852644756171743613101758237742997345","3242025851198490943162827153531809396342213511333809155888936993467434506451","1"],["8520966402913601854212249027414434771736980048067610326727152062268987987797","20731105091770976872934181465599392257935336432376624114517462554990333709133","1"],["2324963556373471538550348293204829117747117357393026802341327103270419216314","10494362166187930918661286924892586169743764897240912299814773912832742703940","1"],["8148795601057637753674521164804859589776114876569442809236223597611678573865","18934279883188749498797708372685907937046843340395477770245968299017331019667","1"],["4976859128767279473386328741338149855807913364024262940720733964583864053207","6492082631244334460856415871750570565130193783483089271684374388040813044976","1"],["15570125403533559631568290238369732472086654876559215086619831123968206918117","9480808911058723045638426550154670719789068910934893118483880096178042788447","1"],["18520359448660765454632270300184058364900265636291709028009647627152137234615","13354728322926629228977376757353825337790358873650887101270847898646850298180","1"],["17312278066038587469246578137481841330897358512985509899135277766368939117289","1616024818000187472227248249522873893205437037637026828577808140698060096813","1"],["20183896977076172681128531893839085174257216777855513550383008467364411411845","384716799542164958687637790803083109236688818792388957919174265635166571562","1"],["7126312715626330757436223312272016250600486128076954635447054061283985605052","12256514817505962003544919800393854844020673268671308104785170405518872479335","1"],["2411862168377717320227386380118886158766467174470500087844067119808870635957","20568306186116651330655690327352989995752088527294324214484133616553136258279","1"],["9759785580998834093445322788404881808881128643783787085513718842812057685009","8075658062907316955726368260346135017896233202189225972497573950682280637498","1"],["18502203368094628141516953910324355768111753593473343100060126312392384007230","18889445394315543137497123266091526543591206118185346555737882769699204321637","1"],["20532340973535477950055497626533081591231991004058624874591194858580497807846","14751993149158962144324467025704143646749816422355496108266368917784738420230","1"],["18638386721132376567986888322730934812086207793220949983368204409253372849148","16574393729187372705566376067170855001779229653866067662887159516649673271293","1"],["8656879872387167444911083830329038513502991044496292697389082500696955872709","12082504238639777082788943715627569890937149552729978650875604499203482328309","1"],["18525790743658005263982411108240292947429332536704659782929739287023816060423","12317669044923955251444739312190567240889784955520689238206865562053809302978","1"],["7094518305925124149572814056359874732384359104417532871787956688233380640286","4605538227192390885798435517603592986548596100637865538359664308417915018322","1"],["11852387988166543733440626729211756630509967430541251877188792242341404373144","21036875604057276200167845635404564642617998857739393049641102837308521732930","1"],["2593852512161548787642745121108635995370880491536623700920028654921320429006","13178140224590557552566301860671128857781031365572239148813651740756065720496","1"],["4223138237865930782738728794454317133746921598257018660352318556827203198977","17550792012390881746447687811046574749081593699235354323730851768785824258506","1"],["12022652966573416725455143543904388841663396806126407987153207548595619377105","15710030479519996559804074736132970332232949305380905405503454597193080982702","1"],["17229743760447809103473680514191029993802925522977358972651848723743139236794","9827696957201195180844926168421730690699560291250284043761782308784204600737","1"],["10783550320599383892024673048707721071119594087465714452050329020089728281715","7853362561232519804836933453713229804677647449851587279133626362418045697291","1"],["10220256157046996894736883882288372259339859051886591937893377219682517886752","887024641656061905833620935233306180842684102326167139620784164659821914830","1"],["21756602104016784543078214934967145682928736340467069205088594610615963760624","13849443243462750483862197329919930185282903630998924603541217040373964969891","1"],["5174756682366582529676546595739535963221977560338808810164492669227457786305","6686030179070713833240425828517205608616349302633071343751640060772389619028","1"],["3010807864689107442303074870370469160548618668515732295404420824146937858917","12086094789453399090257775755438234524298898767479523098674181918589451811886","1"],["18328374361861182293994345531348379304900576883747575414007995196296608465105","17156044496692599124624973823837931955535596936185739593543278340437987915360","1"],["10265363150675891608436112593905367439270772799270253297181065341198921797935","10821753883035967355534676786790569956551868355090602625394325331517834893192","1"],["11023671913794002699574241121238913576348066749185562001378959054006313464199","13957186906315571961703607883888823154415955572229022785201052186101881606020","1"],["12835644752564865102529577416763286016289407185762495477911428414026144341112","6055463747292039807587871181202880837335708185721330740401423005850599538127","1"],["65930191612375635708950845091870848648841705819744670109292440779560872495","19679205643300472351421365810669266815232337642238091327078415419161002541879","1"],["719795607116561861442924580349804952257666613614570566478825274494784900785","12663313207096321803514129409357825162205034907242520829691279077789911769395","1"],["8651560483862315102638549845841571398648943174235492324246738913673479093778","10224237455623494996548024489356541844455911728216086382822360791856416051930","1"],["8853493290153393506767061517294922235428618983673166822349986885468604464345","12980225669632094228438750883415544105717207042629104390588931023143582241031","1"],["5107976992498204716188291733169085616680455246321499316428856345957439498029","13238336755951570171027442928080674898933181093624083995922752343994868979614","1"],["12472551478635424169725665775794648817410544967720469286074829068363964095675","11690805454389308641513336033263645715930378674083300252853493321941863873429","1"],["18819059593041362747634863515879428473145859236767455594318647694269670304515","16663376603826721846868367922870684621112280424880865933019258100423135753469","1"],["3087532422618495099539736297816267610524875440786288585325953930951061122349","20473125569817352346077563741351264023026357303615699980038088091646411009058","1"],["10038027086527218779590785625513027338897054267326604456888315244877701839130","9406384206908633264959206003154221155365947549190966501010502165235590470828","1"],["5179415225069275338534447678275262319200292870614284586062684407588357034529","3980803786970181033499805403976497409144464020081114707722611056410771982817","1"],["5225515082832058407871726157821228325278540013707290400524309895786301419267","1358587241231193530677908715332832632293788898607159573339599791677656873995","1"],["6214917218618619893498337381288704388950256770688339503440923165815725250639","12238761336741564465169775314764685014900800434276283456018981339037026750857","1"],["9346364937435135130660196346126500921369813533089430375795413764955230419387","15785355687660042197399082845672412150726354105728356666805873956633092260167","1"],["9364348098302744961481607110894803775615236397003370733127584683445710434410","7648934496496109457507587715902860442375650928598299927975713271426283972412","1"],["12732852748089992402839272515601844216756543651890857748637772652066946020055","20533700782507085937551011931825764173776548010482335251499906115948856442003","1"],["21492123271437960561088027860596978215234776283786327058295929953778262368596","12772052819184348791470754774203491138350321964173906109694859393491889658066","1"],["2189085508943190615666557462028124711285682584594253980089224452630331921449","10122870001952784276343411402263265834190470496061978477193332995326669634030","1"],["11599628593129381889701945140403796664944949686970607574638622017214950080118","7229206068826621356053933038778796187765448063169461430763644635224147047850","1"],["19350892681956700931354402854932901933346619120505131778482010505717638065634","19565593312357366225172715493688516027523420899273502575760503494042945211605","1"],["8047690728917729317847033736820523615856813242953258393211468857237723682554","18908093457619826066438670639427641428653277514455188980176966353825939158046","1"],["17756234615548903179768563299744663928957676458450561306458579120359763686425","9727272837451637350136505841085468643231073916603183441097212235587870287222","1"],["11197125532397242518924561118758738369308271353739355897628616460789382981353","11956629328138912813470763331547447232228104074350037032382081130705852936260","1"],["1078075732767312717509259657533691006811840245202934596780663963392104958861","21589082775585994773427079428420443268382605730685615025385470647266583608258","1"],["21504764337130324812471542711171289487558552276277546880267156868019965546714","603193964248724511878883982206897910420999478042412736573632460564127610472","1"],["16169318611006975878121514941869096588326849301278680364969253953618099891681","4210227354034694772702812869949243139690233844372711213236993098161402042434","1"],["12603511703215541323021393248454609500146562015448872399473653015769106962288","14165705098861069863091297843763008110204346024051724000464210532640039182754","1"],["3961722981262849013737900518519031771760861926705514262026207735933365561794","18354377772228740787403818069772338680714629550992877296643077286451868515095","1"],["17012280223406822172653098723276056004570402461125602909318773690662061221399","6122796105073402920578117900382493807202294605542564991474444323472651967221","1"],["8510830498224012970927161682855009905536479329330744361362097621447496841685","6984488903310460334170771619560034051296471195276212470711697227757482236404","1"],["15902979074162863435285766862055258160529730077203805876656571072340583978576","19693029651198600572555825373863705486790305904543439892256631821417610737335","1"],["6029303993622043724707819995657158847105789707127246016653504944947898606277","14865736849919374324487230505158623682666480301225421682477237338924280364660","1"],["1736869796031883605455996169828928681081852112944515979394604539530225135240","645415954054279507361533173197068655791286975714171847775804797791180048768","1"],["10435282699242083490605968291028279181062685227188365017359270759592247902698","1646830392821163024115029556260100368359683134671311489069554085477963420301","1"],["8550389017901546683311226539373877872285401680700668624869962839946875074225","4526663789263224359378599180102332898581714276646476273575370334819932017455","1"],["17815280368475727654041736093791186298370178609136817901478038266843421486021","6947750992968864071648932284214375045753113180091293597062715899422436482441","1"],["6794795322414368943792025445608333919683858303534191480430867472750710485718","8766284634478891951476078729338070601090809208999182107094337692970446830273","1"],["4232963029969408343091834429209342413036268494949595131645342513045322570158","5202954862013204842460670675639417442644357023788191584542443258416925345184","1"],["16384589847784327227642927383497805035084136892395552250353102416865310880759","5985378626031026050710569740317571410036499138822729492969048377919204232942","1"],["5712506221247054734704603648175016153432813694276367268519227436928166467173","15871826912819730203576287684563810986433613325903867803031117727076417325204","1"],["4839686273510629232959846217119158170071910026939973802109673569158733831027","15515241179608994930302201475519944900118438253040809454374358370316602027975","1"],["21107243185006406773606574858856817021683016030612694765642396814904637514765","15401842716181471395177619221818910386209909862049252017902008794876699840722","1"],["8303230969179784392477949974977337748416236190203635371778263187595617560983","4705934921202366890241180755197447700108044067080974558086881153268339820610","1"],["6344995108663442334612250678640917225737716830102958886890511022841793650640","3876169698826549223942993068060992860641390396233932554900231102254186938838","1"],["14899483635778146985307969399752385165133642375805900837046282034888636726790","20446564742932928389472794995748089398697748126126640708333261289378750214366","1"],["9950725262069548100673240267525171060707820193056149358182648648375735001706","10851658259928609773198562367603661977321240685058096692269526246997777439083","1"],["4989104299167619182264941747572858657598045420344339306941404730301403803966","15078566462973183324179959690400790871703047848659687803979724173638752483269","1"],["524724457271986816267682391343552148963565566306914004449507142221821082329","3202275612810438456278399455311137987236769566260440764746720779352736876442","1"],["2347100963066061609620520310819540421685138633911955240847266511079876485828","8852288822975353768863877489569369263914459302314302789271800048571105390703","1"],["10739646742059013371357355657876275714767812425435453532705490451694589441354","17201503775345921317314333294955513663750975317353716533369312237240149903456","1"],["20263376903165518836286372883075423382881832874232692206124403581626235333684","17273945695587844132513849591610429021371047851954825517013878307666306542362","1"],["14399411319420564121084497240419213627099397392619187883650817292005948991615","20985612544603478195840696771549503490603539870922380445219494481098597300415","1"],["18180914668164836185974755871239148840369037130463573565151093534855047233260","7690227618540972633202650274223082316650139337324036083550046196650557895572","1"],["16627740615892311286766744074669788186939253244703730335801472751232206919608","2666371866569721613002865578141648127280681028264680745864911415214459064583","1"],["20834595555676747230787330109597791727934533874913170537774866121215042206990","15355602618159917600304073788411475813125903125247190821863378106401145802085","1"],["2694199605327293664450452563278883494100729068787956274054267098902374710284","15966090299887513120806771001863664671168373515829689505904486617452873588972","1"],["3968681192579376493224971963790577012179150634672934291135781474532371380651","1315134791447156941145972116907124622253623882049046475090075750209526435267","1"],["5583135458839145723602928661255321530837115480125726131721653552013554634922","16195563963821988017173805555536489752161864894383647567707707900955020756759","1"],["7191483947038920743742853227742801094822939980227951953446726840501243905022","20875132654793811499131322714407200521280010517867285729985625692415726781361","1"],["8666453572606952325132834669044123219530341328506777560296094550834430694886","6347841952943039494629837439154969720874660569772049181947527339270025680602","1"],["1967105993723880034234401363429017171880799587895474566616879678189794882117","21070740803535314073981044790555642231777374568303404634108736054692040234281","1"],["10751402973539618680832979978208515542870903757736037630514219088692617300813","15239845035984811534688243631304762345647486417921273623652908937767014477139","1"],["6907761722081699266573755710464720360446632112706167154354589256547048948447","7120033952450546003313684637130725019497847732521652401346123395375023098616","1"],["10452312390764711038871943842273952448852779211917410356386588468233573297087","18772518497321011737967970831613526998308863580677947039735979713438218350023","1"],["5934309999885719492750821383295406236692612539065584448437745130502631880876","2141379933113051287608453633940393564222891806415178228642477120344313266511","1"],["15461994712275005802719905052172208500286042022170920435284453181107343952255","18815661965382684401122535719309090743209669920460802476882891620564635597494","1"],["8417503379325308727898965594065626561030385631051083916141261772435360906398","9556088581557139785201920534975502874779882427003839883690072989034202369895","1"],["1625178345150899393759229805067824545354579898772724079238808801158976568790","3700510961876721922443010236574591656331111375613097637220589485749092043712","1"],["13194247907252968880291225331929211044864681834656212465969391800706437756831","13806112735871224232480971598047926434597207071612424498593867088344617394081","1"],["21765444207506647863441036183303459763808131098581976354622889216955462635144","856851251765822368315582431323411472348657544962250342265064394251740453628","1"],["17037729054730935096013550198497914246887929801104151244614699916061233461355","11669766563644066485916514541257084982969085116228362253545886443563788798384","1"],["18721257280087727036632737138374537980571927913241774455802942479267165720522","12771953953207587055606387382654307434000198766386394235270373110088812560106","1"],["7007705531944788431078296287230961741033151659396235044979313421815192591354","15143068951181868140659364248298328294879468618529668763089409268162916276433","1"],["17995625867407752801630461905669243673290347614249165321699435978997121663274","3727700403478635645998743111571829316492081014915675040480406865852799872332","1"],["3551233307892107479762034298951002566180918062437156509299866891039324359519","5616296240124141405784151676184672600055360826058780170356461746181871631851","1"],["1960431537948923783025274154797376917591228984939538808001527768177966877201","14486094702831081054998367178486564254978648667288803829262369741859624196697","1"],["16076867983739654983395823718403447632981159052873437814180437912361154191452","14001217699949141166181677472977480980888308419737030428992138078552644877583","1"],["8069387403366529133068301691378142383512744676531246744657164605654542315981","17027145877278139665145758531438696982021863085581343858648550243013144825547","1"],["2749673943595493563906451102508272979183701005281688943846199950912837896870","16154383898185357434238130228998972988542029190384267869114864747105472130995","1"],["2214207589384190140304822945176481439012058904506543177834091635811024104650","5289254255082690314927685955798451212493847578797616180399526403937135103248","1"],["21428245136463514215758724864672494187210273573588625871930053927396276011748","2152667412145457004101108325745377249463823540187082630353758248487199413248","1"],["7295397831182446669787237254400307499020775883202124271088030507413510890709","2776777810425152807763890679722933029908805285094853884015362591015014365468","1"],["17196273608064248366351541438551762946781783408401644219670770658619083972824","10662850297806242517962816618313786978516581655886924735865265843112941434667","1"],["10974473151651544932298347891121455916509756572458061460249875480363057901415","1727312224053166341831794672605899740014938852627859968056408374469859906443","1"],["8117422793435850010530460685250513982170864235911296068801892265116474580034","20068118302553969534670217058910761408314042159580960784730799053570112807541","1"],["6933849697712323579491801479199757055534114537029717191533086164676393901336","16713247405451896063108005742035565509808718593418432871468877977449853548532","1"],["2285300458368901795700586312270683607611806669501526782376089734993851145148","17774239916759143795399552920142543554889864636716947283088940811654743599990","1"],["4843008250129181698110125189924686657136073534766190953959731852265489866788","7338186302716557783458571865422305771647599559758009510479016670263877051537","1"],["9340095697964312441946875726447447462125398716408202077485558223862943495981","18220409799845546842860868963930891779896274853806924919344181138513195363001","1"],["210880802681512800356342370312767927866477530974506252609527126863636069605","18434004578027916968874826150382026070390006069462908599530237358336874324034","1"],["3062649632841556205692966436585305577630187399676869079391204821787425669817","18369527106277635189093320777874970752581320168554315439350212923749214983774","1"],["4827166161911906251473470905396407935266071323693308836758590812723197640916","2527113059837846524722601228899472683942400982153828607666388006157723428460","1"],["7321293677179058643563417959524861061667377329619543161807565915009039652207","1127567607355303192252120239273137428413610975852128017426733772683357442674","1"],["4072759020623950090892680720712939194312688305703125292458542068947379435665","18765120111465609057751653369283296006351635028526686671806474817479511143857","1"],["19036291825763187897947095519738063534511372860387834719150525110200140521578","6417861852139851913404735058695421433393406758442503134096781430685566703540","1"],["13982379053719035155299944949659311573357622906379703466088454971358926001558","9565696715046855926826991253607223378028202331756685713176769809321730943927","1"],["7589230715785079531633362778359022586805057370564519895872119146321015042208","18988473626553700690744276668056282312855323944670370175306709720016748752926","1"],["14771394694708168728520288830529450928912042595791469910732471201531824119368","7063803161844239392656923280133457129648970261370980348164156727611502500680","1"],["5723840378083124146094475313908379326750208298664203685136913787934681026387","7670903741630795568467960217439341340839291310659649050929274524232775751647","1"],["5232556364184116200284550875821960852993997942875081931791507400186715391161","1855065618628226903471797309377425346334657092199061870085909061117009913654","1"],["15793347988611494001119155881584904489380116992774781609008055272945072504493","13383384587523844175471669793556135829896822728978842301463499035454908208815","1"],["2895727673823725055156394014513386212009410610052031759849702863325991036552","9311433019685491300684425485461317265153518781312090881136740351945060036214","1"],["681837524507474314557221133919406307800794170530510522259876634652148860556","20004345572827062020125723327568898777398828980018120483647658419521239678555","1"],["8704656316376134410698368677146527617683803444726742077212836873839017624429","4757305900132655947941454405727922352360616533932292808639554618611022282757","1"],["11977087612984152101460921021278669627721621081089351480867435780536860545486","15182563862836034826675675343398463010724461333997976457492837464654317284152","1"],["118502963012952020392384129066438469900142984145337758020146064155499675278","5964087165510665682575466392099099888010804350835357600900043751650060880288","1"],["10326890739325874439324398140452130986428288297949175361562204734133650695423","78226319151376136519346678828345434773890657263856756482602543535590583280","1"],["12009079643192705136003757177187566527814853249684363703453895721857069671065","21209046364191729844242644164813619202057643831874580209374245610155504179855","1"],["16037805692237188425834679033385318348166851495890008354348292639175774590466","16186488096139987594278500931665797863336005064445720107299006759830120116322","1"],["19094302851140255013149045615784425288209289927953057730145702933013534983269","9792791603849202952879349908747676512213219837288845035144279433769569862137","1"],["14613356121305280709948022287617021393169316763456076357476556866028865999347","3965645393135180866983308521295382189587105518178149467765384874157206545129","1"],["6395012591101163673673657248152781636183041793767548901614996250388415037259","12783861540465373187801688623246845860099529244851464620569549353928503559617","1"],["14647802534538371936623490899801110668316867232186082562246409169617995501804","18734399653967645363553687196400710382586451526407177392902324671728197927768","1"],["13715045467528419003403588369929723996514018750207187710478247283452635985578","14420326320889083044651131732017439728786589014421812773218856765474455145909","1"],["2850159996561009259176506746843987118986660270862880711621638668741290640509","1426580509607544395762366012716651879326164181852060699539265512007874994682","1"],["3589849439677723809892786078928461236719011029039360423226432733223510919326","12439630360691831305895159580296665857118625583240134503178164741017099462797","1"],["4791521476261970236654392154718262031202071186871835923124454717696883162155","18099519626208489959364168955788106030980520292025754775919687151747940770647","1"],["15089265749251445008815056713497610587794824232745448103192384739515785336968","5043211171147848825399345323704392689318872459822675929467161643201798540373","1"],["14591031054162710082456961999766036424101925694323246878003622026015657050382","16977445436720431036300822564569085945752824639541059886572608606803909551371","1"],["10733883115080114569769288807153744304751285298393879900742012469415371338714","12870759463951579564413666938322519348778484409073707689965124114055094274461","1"],["10781925312652835342257151413404435335429237384106838316857456154845149712575","15094263494234468874838194854704782459357938419436090056929664157888579114281","1"],["11502596106656156924615337343200169531437128632246348129575812181935460343309","6105350727719137554870582492014609162071853556946194050413723752886574797541","1"],["19089170400885888703635552605903337655594837736100348513180725830645062148782","3329522569089539726066922063245669423723066380771965442090435678873964920194","1"],["89665161905834008558281581651883682399058360673942142601920029721116768035","21451313736442790593953800970287925816747064163506867865013811315004013726358","1"],["1113342010224903906712634491141892204235033049737018052079821945927939038341","2760101971664951553913921745751079762776154811508533275394141683947736890858","1"],["8119374263334163329347839274573023820060020437197793056279339811543493227418","9712748324118291947739833043037706328882535894782200293417416792125584560741","1"],["335530090199198065431048384106201238833479852051177022072462277458429787281","16358264739560100142945620806248376909768967319317089096606530673393625359008","1"],["18430353981245531368875077213266291882524276728307751294277466051836016054044","17627833547179062182369605786484675346727730850005360008800012985449986381828","1"],["19385803382404771362222578709923930277911685584764305366944726760739182399429","6588189877009343365267255230343254870293871343765019784876936966707333991835","1"],["11544670831852330019790825606429891096516497011489786014948315265145459089782","2699933274370685276984875473887026544631443557548577256365770462969768563492","1"],["192695785758677214947259997329275502119884820260659117322902069437521616514","7512066340548953131099203807511261417936246131707976269923683280103765878701","1"],["9091994127215938239847921099151394917899459563467391297489499719932196865382","12231191862939487223709599285202903674052309365899514103139486071879848178292","1"],["7467409312957271645252309399905395668743846615449288288991802413915837350912","19983860319725443620299945259660853248053848048472049703834512381430068127171","1"],["5277979554313130355419654680903110356261362573335863383184633328257066886899","5854065103746547379033471746083260771458176135548889671421261354493409794375","1"],["16191120234910473774991476878275134474409129242862764308950860708417320402199","1689953584069419704588222209896126758882702787293922797441356787431426493009","1"],["7624430793282795413849122267941497105527036424374716568705511052813754165477","12934409541448306172629454947238787076705956877680718721391680668296131935733","1"],["1330928412337565537206574802531194396498014108667084403656506637572674571853","8736430085422454710212593818928234238361012881089164287496263234162734262134","1"],["6938354619091081271644184931415202673710777571928541651250839120107422402982","2497496282993408266183606843039938241585618932530169520874815275966829952178","1"],["17158215100420885857471524901151734231247535268171930757825881608245220295584","21527074474849827321184520115397360397971929534974569679247012127584213525213","1"],["11537782936340706393403716022668395911055731093263539211351485253151885484403","13683948705735974665988414790993422495141605634009893737123255100975873077314","1"],["2607511703743930441035897650343027007501884040009795410141375929313142316217","21406750160836148557008502728051848931380671127985396534774295515281855062903","1"],["18747741307997857857672585539093191670215717923898170577532622936883719417910","20161809625267350152718622258014361444076375681944687546152949274296085784718","1"],["10758228495084078904134520128885088870106381638540357343757795432264649544202","21371250389844100619434055091770531644165373674883029866106718454080363444425","1"],["9446618219005774464445804668876703410406956294804030839916799736936263929509","2598895491677177576185684534060660040962763572198937605649697746198833294188","1"],["8590777203631428028820282495676948714004042139699141077939936110911538881728","20406731035971452868199553590746156857091343115015121682733401217225259324075","1"],["858163261926129837389545437488333060881734561857460194700366911398594907670","19220270058708916441452860360374220411279622472085583691118583761772848514386","1"],["14442984340430638129107666599243210041760913370709197074204043958192627891798","10198367975670912314005604973165846333517053065717440951678195309360609279486","1"],["6016138263384108572082877594561885353789538959806999665694257946817330688960","12018425403911053447917161430101681019174553136988426039148975710240728324102","1"],["10901696342956833841260583299000180638343957239432646684496857161604241923682","6855087139782806567678558115657142485381106594898767650897334329054858058873","1"],["14681429653164134430801519844005727559492900362294804904749501372694366814420","19126751013355979041845185320676494008229801665800765352103177762113259902583","1"],["7788198070306026726435388627551754244285599155236155477809820172201109991108","21388830706876055149459499340594329551344512305219621934225332952143954602601","1"],["18259721766815112235214774321548794578841961392728276906288489357318857647994","15193575165090334518620252116934455633918945452216871636348904120285599345644","1"],["1083190285505990370066690681890580219566604239272145744538363688838036952944","446596518844536896510413862298179407197041877419996168678389788978282321700","1"],["11374110230411510467191493901816846739915412279387803389952411842187905189780","18114680349647499334316147920073358673066513171358442450491012158205898724517","1"],["9855000573996441002970654407719498666213179251937949420145527326101104097909","14377901403173757194143745426300608057538075770806981526294931768252708625410","1"],["18629343756470700290294896335100216813143783236029740461400019966200860664272","15889740773658711161255469962460033044582179531831272281970545806131508494162","1"],["1448626193025689701808541751245592360179809428057925396958897407184010688992","3526272289552077182815529434493840691372500068231516650808432867614405323106","1"],["12415603050457446823252529597532637931521829225348415769278847426060734702088","10278594016215889040984037250779101202287949320888379329248851220694557265630","1"],["9297521428769928300510117358117762357323620947387111483133894985689132214147","20477606805257547710579583045614336068497758616642759205459387733871752351285","1"],["13785573479416437596869158713458637271735862375246778264541519230440999891297","9187642893188870465359467564294014331142031474246943017533058733755236136364","1"],["6379731644639867164279638578264678691640867429770982860215695277030625957642","7590818539119912271721034832894885467434387246417454357193770780166228545600","1"],["8697517523282027834516959261595146382856747636278504703065970173658146301641","14052804438277286701267992512360134372437223457897224544169757830372446271416","1"],["5286967897275813216742840168444092032219374128564990937634230816969101641563","9174797725242213239747689520042191274321256100875639488699822719237801238160","1"],["20273513986081553435124603761500089017096727740976460728915320083909495248673","9919306177715830096932863238948750109809231987264924480318598300518243705611","1"],["20944584888590280473760955561252487094190454853337796751240286776000026315842","14840539249501860613695262269801071965057692037968459492148734632813701403397","1"],["16023031450301507475011153282972449828141609771660275268915660340848886963745","9059646082816596745739699866472344526528672215263154327007406380457996443889","1"],["7129894673523627687594433918233379219569924984081345157076955029374488332540","3892453305964258827724350648634263170573924914312272725443888967394552564666","1"],["21310762838255434927769990798795226058968185138367262906930515366356717711265","5512693974314622223332650005616892275777619332145233291723063307871080335120","1"],["8358536404338279666691226527951007425186360687204885686819110269090300366603","17705206379616684666642371489872566120753288805239970544289075107199892521863","1"],["19243163621782278749995518670923830613211729948898751806595188042658792286120","13656878665328808108077537382052681188107815158965204096341257080969095861369","1"],["1102440493595056773633014730347469708878966001873631168745090385964697141701","3219954406457776407888797542553073942872037499185967425040081537923637186600","1"],["10180027935540296267987428098127036039233239769180795250286078464621916020386","4480717149398153152725432786895107809017829402976002477740032612815447936199","1"],["6791955059744988882120172750421055713330844830533533521106329396655420702249","15379057827092262532343395623687309477053936494171675849940063738024209616497","1"],["3818498070513798622213717932041563907362082025487723082283185742326457784893","11542533712135566646686890153548428659985084123506954662804434065160183185028","1"],["17270164895511154929939853281030643383719390526643948553404216484839071354376","17985856786926911486204365737578856309697830367994801693866495172975250261775","1"],["6362027558831322200237360768360592179923673304941120783701843813534289038303","1791533017722579112822428225113286288377963735804614358512145422088001374797","1"],["20945619571835633525909554796922684113094608337779773128972721046367561567470","5852245160095660879517235059321502554488945489603212392474688924644403830963","1"],["14003266763224828494868514445540911776745539859202677955220713273330946598364","5737378971679023124272782386684223407673266841017879490205203777599066295569","1"],["5758225296897374988470113930103154590422852348934682998230827456159491909238","20731225269636130216527144672330314442236892732137940292274972094498826778726","1"],["10826810009826014535189295757615314524119473890339274141015949743713733403450","10186713753238561157360541201544376081381936093186433202983830235597970593224","1"],["8617026117233035485016435361611107845430410811891588012994820337832668384193","4609491097323587643417431800400216801000013322636333199935156091561354760282","1"],["14097310485782338882922340318185447284381246469705568129153944429690600474552","1740031868530415390235526727961258614990559765614686543656698015469175630626","1"],["458573970782724766365232644451031852105971991634290044569084223327201520385","4527617829044992341603762444612479488009378495790658268375707805341155913905","1"],["10600337980910464165214679045132999117703890942981458318545382510833424388093","15600980124034115234950366712029790314055288603913086993104540673070087917828","1"],["4732281234685982362092380272433496420902207871370531131221565458262140025232","10500099205162771824279935279741662759673900090237421213117592150874226878020","1"],["21253491884174817663173347861701275392882889514391887314343481586812868970517","6120466125458617808141443013146198423706811815031589715671649266363478627745","1"],["7405012146383784092756269255705028073593435996865015397287313805360185190662","19455076485177160754624316262775766845960482292535314063190088340065291465017","1"],["6787364737032318225414358519700499152253721632839965459157465826557616379824","15340728629858253679971746190804098179235487343746843660407041178522121706915","1"],["4201621908343133041083003936511749218793551205200873469224307149507101747812","17271033342017357879588860613750649229274254368908216196698803918273382434592","1"],["13953262609354920151641783068584320908185354159581815193827939066149510623151","11200599839939318750645570929597104146706133459717452540141077080561073992646","1"],["13985536713576893387328194180767216452079522985347326087053695018341346239052","13396276902979840052473091661019024168089573337247658605410142892173243233777","1"],["5059521586181510600321459430309679788149539613329705837079281818196874437939","1611302022227779297582227864531641507319390463360455117829277195638409793227","1"],["11918079775846242515734116710452182757948827973723747673300109621396901236806","2873416413214748489908161778915526720827923335174873566467329985595218369459","1"],["13142938495288438958856566050814743256385904815994252176340559482301276548542","19984599865326374978199409054785416517151726370032882934237248201472520274990","1"],["8883558800453298630105087204843933120449776417716030142130648970901950394293","17835720249584410060023104478148122865915292370069829178817794491010314365114","1"],["19854336234842457197786113724746678387942519579866181631297733383162475753850","6969603293154495592127637219580167295779852321078588716539120998793838093742","1"],["586258436576802028803435359472911676953521596879696671102515304887638539748","18802105589493502682212667039250439028479030202449576176108952608657638379757","1"],["13043676403491839565975578146665414584282624253984829597211440062399524815938","4072238035233767887575509635417972148997426621270940084217127763364336235854","1"],["15864944640385488467703935093412912813049986885628639814308417942337844978949","10077450060216196767748070976890805765773069759182815773413219872059584334734","1"],["12668097366590130423448919510397964253517806829031546201887481829445822509886","3955300558158148526483664971633912297995480616917129444112163186141037489588","1"],["16148635344541076663134831173879200856815930415028673073181498973472080288818","8681315577900309297869240785630293284151692388568291340900218284016252864378","1"],["11013977360510180119163047751939501119731877668825068350308143005425241076847","19252627954787033122726048052971567087111846962768816701824144208916733770787","1"],["11606053998271959964981491544331410460229084253282198013847311607588446427889","13006649621585607820544957103739124408086786611394001901944646539931486944838","1"],["1581094202386671554538079357311917562306934109703360276077061745796021259926","6652263902581922289110975756042201214309950374873967541324649436671070166252","1"],["558983666370945289849298506816827286534803670252526201816065570628300344483","8517532346246887775817159729941364306520482156234996951679194143229134544528","1"],["14945689126039712787421229397321424287771819718633248194593741266614160704559","9498511196923976426094475337611445267420761702997369875008989762390433123528","1"],["7081243510292791912821318869431861588692233775033786401543807501797169496178","20117113846740213062537363100178137043041609523800237179358238429790578664358","1"],["13878842807826168001769423835811552709517746729228881300551891846917908778781","12610170841864951283027908693950206231987975624460072400474734545486385486387","1"],["15060703552732366228118146491378334325796314707392230289286021448268417881670","5848308084224821141368120596077254617694804774581300706565140485034639809493","1"],["2812170543338378959780654380734204575602008521732759771959187582126277458003","10598576499645436673489635927914874496842880165400573631187296697399921612818","1"],["6688158662047684824757253147791070042046047723585423944492072880612323785824","21228794614957550586334764858720900402516335048164884311989737849667041663349","1"],["4245399160534423759293196504471344226284942131863352037282212257011381192469","9582436699894794775483706216572463818913123945485927235973169979918493085404","1"],["10660273009473846596284416611498782958979262010418633162057471009682705811896","8183096906466460992695201022197324422194662594216904048415971381214741646074","1"],["12421105138236928842786869935904457777409593238766498691292847382818750179184","1061326727229601694450422957868036077796914236540692423153171580224598256740","1"],["2826929766012433295830384405252837894436746745573336538140820911595637489263","9187675493857028472247627135512985193951397385234214477405848233212931456854","1"],["9830518643048394443488505250924124447991438542353283816097285091162388831585","20211650129998192621909571705089106655949673419413406253859909963669993788240","1"],["21135698905720364608414430530076838409476920264224407322758698524370165228745","5920123589772535888130483599239443151973234119881437357740116038558356701720","1"],["12712052944911225855161525730452508305586114695218169946892523829852258683621","1570784849481939845688329523616354110344435944699462102064232711440378583940","1"],["7139401324623894331285980949696587451555785388010759932380905768529780378864","21775927414263178335699648264880084486864928241316713620287978379383805706002","1"],["9021074156333241267656672998718860701003208123825717781042064594563472511913","19658893219940901495928692212775576916819009708156715753504766775129472811522","1"],["11526096758582264489492122841828331356749391329142456637795349008812828689508","9389424363480809068483516340093015768783942048413701688598413690229768376433","1"],["15364597029532337897670318680319731098971612929580710785517539912598547349896","15057310905837368816941747564366039813177263553665818669929882753055987469730","1"],["11023405581195810671882547362068419635132749881365769310547585368210297242501","16070521096175533895706458066347835688634308215691964899948997321261215663060","1"],["8797682484967014404652273489015767956822282593622889647234975216450375994608","3370973433148793007008267748005958542875261979384327734325770823751034690894","1"],["9647338402271601908288730759687579935085489697445850628479856865899235696804","88861442312975898324341617253005876596212326635923198400558262155683999520","1"],["21416620442604182764109433422715710470035577287949767968435857165035359793161","20827924452295012742475571106297489847499142649973454504771034564498933743477","1"],["2989015274697669658945944982098924700933481132111292888085570588396262973975","18045263553355545827308219179374570790679399433539064248619781530816515998662","1"],["5991064956145284846710926417283181275060984015439391449542841215418427030301","2319968758543368962814349043141629719697528271567813144422894451457661341944","1"],["20269956375303367427207292818080063343472783893556480710283027068421524901692","13260049859976401059315820996824262596406068327906000600150474773066370854540","1"],["21700977889336986209887014959048944191432311133863147607147754812055212510408","5258917883654136925683138018426179241522595207107204264878128004929594177168","1"],["20089910073167848730057337221962409183161173797852426463195217034375668323092","20009303856521195826995710253840278033778968268804853097615511331418024695215","1"],["18410594814127388959866590123272203611020437269469787514168345791744100490512","21023877141275352458690414267020388620014908835786298243357760241855159531783","1"],["21202157355718275143652226612686144410128205523110796620467797093323436418347","9479291048169518401917636035245740859798174035729865351462910711933609730964","1"],["12058382716339411824145340628456768416786881077617617270105530640432113844681","10353466527978883640816704098040568716351078973661776437106528892127095881501","1"],["8779545210066144395731646306538111084663088170908046938290533338344226041164","1993964253221230621344054866568517379421714355348247469304129863882062714066","1"],["757314529223208310370811076728576181125061094621307454349947744415592854589","20771164835311370299088225682333759879807701014266436444563808568529110498646","1"],["18975423058730779632974453276550696214589408291590138100934365243398085707133","2656601975960551386562690404597330935489073629892640711417226360748852443065","1"],["3662297150438625275826572187068092224490561430066858161516661087500369332188","4672880255253593806367163459146354122272081208107760157187356853065237268053","1"],["6511494095017415310378629846270146847683075632970517006188585601002516406266","8485364010928833838322564100292803757620440398054933021352532836544824834089","1"],["3847267910698054965006666910842354528344771753616658315630970461926302935729","20054541685749770192398491001877273054835742663418717091298217328350257069079","1"],["19867746318330929262556151938493277317683839295966249016019590024718674004206","2090224395822286612939012416141261768810778878867634106415980201970105653649","1"],["10143611928333451990969997415423614031846032029710129424987461649409427568300","8761495242590146485424953458197282515741802963882173838708477569563953190025","1"],["10354118366969912920803595539964662592439125388681044659031167561644955608508","2602994131527063468811568147249648062782500540243972485807070407385668863094","1"],["18133385138429622370419315189896825995480626021632450669143548860823155961647","16602342284431626689317040989722843897994150109825361476418403290883941157385","1"],["21422777095028313090787169690924599266779004136286859829912685471081636563411","18492340576878003977761639700462406670016766558078785641037848219228430193150","1"],["6717098008813400202315768294443435599724840508518293129889248496352133639778","20358698271347788567121187196237701353642573105459951301037013289405546595714","1"],["4329875389206151999560223476118612244527618388476058135583246322608448188613","15917343445243081468424153084744774036873158424238929564470561036457339991741","1"],["16863628466560531245909034436980470195148486701466980148265546177542501567053","5329329183584743619593390091200975035679521885076460881402840733310779823761","1"],["1089294995967623431622271308505535582158578080408144088086794553769541371089","14535217880853776741649845448133665334642928229695630328979178243911417449212","1"],["9524934076438196601070063508768395991532696293832297425609767646836922029959","20139710480538794987057458900969720084696779948558204249200872827386538218915","1"],["19470731373354863679128076118379948996084538279564831477868947472045651226994","9005487687598417032112306379118780383985869263938733587602626023931268518992","1"],["10506878417042668587172548635541777908168810161232743043465648386531829945067","5920109202059631102049005883585195882170066308609284427962112300899046330369","1"],["20925952493732270088520400540665371899511212512266435089240517089520800626401","1390493152348246465718897160802656508641659268253044741274034233306937416454","1"],["17116021407592482855258397412329488166228020553853885083748793063598508500589","1754635042674168144330476330080062375254704477789505134458097651377526732025","1"],["12382211993589060309004680036398199529953086776720707132056227283870750072840","20943340366954750584888024721083217954905925686311559451761553044641563994063","1"],["16743221441823932414248992256637547013537566690371862671973531786444549568486","18997723265565911732741002913375018519195842235887208620508814280143600389783","1"],["19183024666583388061850875343583348464401137541894617852320018999365612008444","15063027834367017997432367336134749319425203950939200677115265641936272195178","1"],["20960216575862132983260766685906323149767097824633245450831103425833340218545","19649952208017559529204606413594544066186135696481951383805977951157626784091","1"],["7206477696145855171507847993682751980764620331598886619824566635448523572136","13907266453665021746041413873432867365807540744426704855869712465862105945249","1"],["14118066240647612940024806087685079670290824826980552429569369238315353009486","20815037754613793213336607274263896164774274041585967391572020448626615591794","1"],["5208026419191261121738729700821419239925041197338761658100334312884014775264","16566215516247901301672815542208830583988212706435375356169115995140518086965","1"],["20774350450563445067003171573031740291401059451203411280916523092491634403969","9556698081904747811140572343985909954649616327477358243278431737686243862282","1"],["13803797476437605763396508464884368872840967422900578093905350938748522897700","10196484965051454508637300763835003410039769379853292859335344847245760523725","1"],["8988729382979008457812061316776972408049631748578805406612441627247894303694","13628946465903256374388265664127357755126358867276246250415240467353585890992","1"],["4576389989928682018405357180261044446026160142824851486659974790393315118246","1815940441768307037182319509386849072313467999851741665898304540115303066519","1"],["12469246289063017383781072527346951642684639031437702034248259479417927046823","12017529742575599742747687920497229974885755394833612430562840707382478901143","1"],["16362481216651433531160283389530705585197641811293232861139169269432605926450","20378319697615080332893597173269266180113987106865110061370074208780951232401","1"],["1117605776378050570354541993349242453628619282518592419774743497611348562350","21122238130894092709331903546817182084767988162801820894191779059576830904260","1"],["6332142997455527093652030958821970450591695595507861492722735111821878419873","9472310393582159705539650286719173223973639325962425992489079096167120007197","1"],["1855713141664770436271184924038213964810973468641743055073512297978555733733","17525160684443420541996054189968766349695998049562551970653446523298650172558","1"],["5093201538466573295465386850990621388664944292370556531526172687225076644115","17841171945433355854936801400367750995346638606934331705246677697700570676845","1"],["8472506789033386824885661693388978012049437029593905869027561252309493554031","20071610350897129128230435994652455269102713149363083968504496777207814290665","1"],["20956553924867330305497238727489938077941945101223704503707961681949612756517","11571482876268469121715912678078547464712830779951111317415024977827317194031","1"],["3735807877059322436664864847956876242616990987777238163111019988492187390825","12760831396469193068468816386660368381987817992101025028029344593637392178912","1"],["14310002668047302491792244552782498267111637588759682309149468850850673387878","15320818488122656863710075888178665431262635989292276885789192772440682643030","1"],["10875119788457908052311467988815903199710318715864442600642248516060219514695","2528805549041970577097379165836651797518192620251229178956818210177699876393","1"],["19992803001602806488334050943860033814461688470264536277677506313798638739620","13159746086675576650541127944189037147010389649447805854651940316910692614080","1"],["13562529289805303573866793758765165786274920941630667950904947589340427493921","21645572982349001503468940602882543983833059160928795640254006285657660551654","1"],["4557707732321036709618931985106864327219880826902870054311686588357995750165","2062894000942447454029284672625523662153363553942779008307227216347969786508","1"],["15491289341730225496026809517586911600888376937329629893371129477769170579937","3891894849714494744566433863247503171079188762243311279645506377830586240247","1"],["4791619050472070137952253498686668225781295132118146231990221346323376833100","15804835106463523255136855384224840308934939680280452322911662742255494728792","1"],["9930724821979643813909625385633403963145265143511274587561770160621064887891","8443677493226906976009591494690067874686408806023595463976020717056416024162","1"],["16492357218019962849831050866890449566857313044873107416802634031972914262314","17364873532808830675867475332374405348634704999310878334136382950445522618071","1"],["13252147324224339747879700849257037673865720723674666164715007652405067866924","13638516244503819116384197577425046432130604623225973445887173217555498556602","1"],["4039675499135136446967749269047631245069853438843691213663698650324709807566","13648900760130590576362216110405876595043565234173153280354363660861116385158","1"],["7106260327709096537523397298722933082186952092403901475005518927716048049931","16687343384644042259649473109970105667336523413173769714435274391412704817939","1"],["109201721993204169990309144691194648282550410964602223034138542475664587863","6940349150348462420747821864485831015861063211526146973936181536233173982571","1"],["18369069091137506022367490453251874542925728860393690466142779588199964264437","19923215639678642217216613609075086013436462002081067111179189669681652357978","1"],["20873353249190030459649660756908605214503580204338251011918470225563308611669","18524985354862491626140376655576909508445258532306339200620343613179400181551","1"],["17477401453284511684273433484357348949984770165525817282627328199928387036487","17330979754183102872615310465067795682189575389359599967956749416027565918425","1"],["19033272066140245908019655455617776679023754059264353172660191143930806836620","2402032536907280551623457468883673058850013574802878531241690141202882473139","1"],["7193775777005479821582495043911812362301809805718255843091542941136933876814","19398300747562029050832702851438488536851672194406807499894401447994483468102","1"],["21070363690866347842763919797218178247234214236706999779865553979890808475372","3329179489766611386258743627984985980563693825664634716660192690894240248201","1"],["16373613026873326813501961787351095489497062363233358831415854113296685222285","21280296076445010023363319009983868715077221906860172172976926629680175004857","1"],["12428406272875842250582188669512270890245210767724871344805531490920436258011","3341380971536787430626319224026384318327002367358178154094867425770668225877","1"],["15290295356301624726228996781244076939682527104919449612341103351234929984810","16290151035062992619845994383129899919092421663360412651915814340223224691831","1"],["15769968352627709359119967241226059613841868203389789553259624604149856917698","19532048673615068169619797631923696452175327388249330095446251579205429151863","1"],["3956754080278143438685542749947457150108652990958321206194167727482227823932","18385494768119386917521447054976512475578193270608709654609996640231305726283","1"],["6468601600306631647874428764788430627615192832789452768538876601030956907890","18212675897919028641886056234635501130688707893498641964508291686098730548358","1"],["18978227925843340864655861097728423814775024867270094601969929278810669122761","7038549914682432654671633675141617364927486855951318835734486234962884380978","1"],["4579381301398020022944784336524901869445123391691299770132535846353728511744","19294081526307253161816393426917627704406430134631256165866177603929714130184","1"],["15807137363688356233936003654022459615967733508214490022106058373287777725067","7308679063055419805902290800372154271655449424283170843399181524483062810167","1"],["18008600049079619866296711905337038835533253541863151821258567074915957735002","19765666560968197650306632638273764280299385329520330144955788607924418739834","1"],["1658228232877340604431906309496375899919737217014236461005191541810570637461","19858292390905633638331195200478389506471566086021301979960237426957297603374","1"],["11028481132381142144953419413810916145535339554942411894169259883231676096049","18999396442785641376942248098856167095569140310106304564055291912798858104474","1"],["9885490383879472866711547013317275541280799336823299158588464258158109831159","20307831202934170886119473392898461960362066256724866824145209517113921719785","1"],["20598890735186735719086777471497494213446004893840737339039345681928876427580","3384490655227873008877807130456949490914509441956451638050758877273036494878","1"],["1249308666046190324797369466003817914273657762697190922278169345946882043294","4608992342407050031369745259414600055864188448276798989597223205045172115063","1"],["6498896838433222465253298650060863500263877858801725565650951411706316984870","10386325939147114224568643497101699530609511572158648228174253500289856434821","1"],["9406854804210392410749537134129218140300929093672698731814178081127040480206","17825714015249141587823724503171778839126590507115345620826352704324249734515","1"],["9530229176423436043647650527045187620198492603211696367156059257422235220097","3953708261593757020000104897274746012742000555828590501897129179004345739269","1"],["12259627042908719915109026287116329966238944229101074182371000533265120706279","13895493604331670924944568649108499370292207923695618385660706773387251183495","1"],["9606842044479931369644524817520942196245738719184311396704549479456954435207","14284609262995306070865783295280662214567432802035296937926133094294808244648","1"],["8371592710745581721006888800146585463181804908589499253286039113983383619870","6373491665485357390934641964962170737831306109578130604931271148249992384179","1"],["3320760127705585543246713269475326656229817242912450317923599186561935867757","14871807363029912818473188526577435457276100317556375815869829361568806450560","1"],["3113026545910314988691154116190468192761583718632810958987654837782689679274","8372271797781182653472133534423307687938086065599639019707621239265488663640","1"],["6321958222397491061368065274611040222906291715458599693397764561387911604091","4001208133264031429673637536587826355116318711593015643836069558770551962688","1"],["2386859837783066583936171500702213592180780709505239699969701877480809391037","7084336524252279972527018844447361246715970544515539821955163242890180409889","1"],["18374207701627460437152609832021037417477119831042196659144965642620648420004","16747390029672356299370147778117178878395405147231350157446779174290276057598","1"],["2520287051313315884624969719930927123115914929838781012140160166684570977577","10329251208130714124006004290514672416374771543562829432376626078015530107664","1"],["13346357438527110172155350259070611222441661494940447504999225960858126765027","21672172094863965578940660710917715287296345885324785245478532712733333897068","1"],["14313460597708877275866989878919021623429804903860616652198621158709362514441","9786554896595012708171480890603182906047507337429096849986584714405252002744","1"],["8057965053248100410414793221802188228605172159530906637957157917377079339487","5899066958591443775646821980428928717299390876541308178569950155322195514590","1"],["7864036709827277341024922593571787359622870257064315561526564654370596619137","19244070546751915584779524463619257394157223048923752355096930843582367441925","1"],["19412498104680414027093983907431207582273353406620168707061506181772605466098","13965774750830741686230741455625000890359607248035393850397241445290270710240","1"],["14854320097025882772817208491168544275904909186087935119328145968062357158424","16450206018548007927981542853266471654714338191623980244692168873697282559434","1"],["7945091777550091395846407497498423144221575404220261050023521813057134880519","3095629436412286539920348133565165436180766086174835602327418860589822025384","1"],["13950079767979429676658050474258417233429944762998818919735909181169752689874","11598732522175104444382959082697430426086549645534135686495268157575562602819","1"],["4790989426814498247300585311045795162186432205312270891982724648721742068409","4898134117152885283765365930872495288449493090578312343694881858891518173567","1"],["16415444548447351531726558650426975244570931066020476644054892387090748114851","5637970186891227760757531366965930536078596625277620818059997189612015668783","1"],["19854201151818839469633755639548151067951534619708368037197258456790032582886","15666779944907541478668787391985136673675768817699618262520022416379428273552","1"],["6510231675156564248126866703196687488371507297111601167497725223989383647506","12373061729286196521835319268876036073825539875148281784489974470707888559904","1"],["16486488908324493251061513189672438524265485511233371050301071453179185278868","10078464673184876973762799298949645305383549563161406567492528284675645603027","1"],["1028366789840976069170318745440729069665800141223276211990159405672459908166","4971368314724456465506616479587654717381281090262982793091974365760689025417","1"],["11350860267325520576679380975010578704720509935944458164300999358532472934718","4194002778014577836834752331743828037632865536209081872099178832291249502831","1"],["20281367862553748252685245518709631841195568045451348601123277592650204950353","2475553859626788328216352516942733992327379732235614283584760218032870520367","1"],["21335203882312966771432662068737680237487468942278774756943294872792125117161","9120817930397165726080957892015269669101873592927613249604324146776612349678","1"],["3829169160191048350863241905146480283068515377119664971584666055495173188106","15586347118578194635477238872682505165877015931203483209405583807680715876181","1"],["18827134413368801852052369057424097620081991309078490059032044615492383547182","8047219322685641020218238970543676161840585884916101372296066242618346582421","1"],["1168814694698526159591527344874819355955587275370422313655841847573509761293","3233366028892177568094736839800961553662728633677480354316742019168058286708","1"],["12254681368509932158048144507497509545221132241940246389572123769005613747825","2459508360543407524730020229991517079362356916939146314823248252332109107330","1"],["10327914948923814570023783059356386292289221949217735183866264617855132102201","9597185604404062446635609106399956222661433694986448426329953996026768735537","1"],["2056790153558261894436303329709071936425279286934540686509639940334587336431","7692877095934739039450147608497992403338426553944467693218735097822885710998","1"],["14772812810654723461732350132073708969654602311069914084720131828173323060778","16888477158991641159462970931559105384068849553724106403354195926507604763094","1"],["3279925966280515233068369593551236350928843728767998387840000489593563134319","2767322454638019956626193987811899567630282918234612092481944916551877591775","1"],["12526262464508788465082303635967451872874762554295381369638896770742139097650","5313001615154900341641432519824056315129753748686208961742241182998038885872","1"],["495352322383863920694598249044499414128130477666362241823878429924864012457","10775576428776542595693354393977522864037194868618070665378737915172695926609","1"],["20333940909212630456111808708721899898999281966166481116447464719869120551330","13212636742830533385193966775882961693881392680681026586560236874859241106927","1"],["3177344951178077565554662350815198170848702812853007184951618978172432451475","9355188081516925370011029937192082344924350332238726020849322463758644740142","1"],["7883317756612343985949210669419142112535911188353563645732502694854744250257","2065699649612255687492266735302559794544976377196821240820305648050795457199","1"],["5351105610072285229713207506372764628136175817009829308738749692229760678892","5174613677606181036144092907084170980172225565393078584247052465967900410734","1"],["21297240089542372014942321835222217708035604876528532956629612072748297334707","17363292330249065953893829869549687433765167379619338589962602311198341080697","1"],["17168363700730655042697803241831018036670725468327940861582038183756077346477","1847802972770789463609691898977747482997617346436366180307529655507536476333","1"],["5967784657464226502006159546747365326674390755859783943566081063512980626149","20750087162071214324272998026307754405946122749642409086806099252229065310744","1"],["13706246440905520516552633173130525254413801455384991985131158421215476639069","5049998280047700510189966264388532838122153774697549680746887050300810206485","1"],["13627415374569426184468371398772216904432217827638197075414673011418200048302","2368146428201308649348724453966667919420071847466998228371829205524705006413","1"],["19274232157784173636190683357653090775548203769503569473709603045346121759098","14503431280113623119169524376051219383128773603517051577776920999235721698448","1"],["21648787818376382283048448970534040513263659190930457361854497135386244266407","18225910343590433345304755442379631007432299492734904964922639994998735284645","1"],["14238843855956045042962765019780360774347110832400715424301452815763660140824","3972130345369250499464260757501684106354583009960704806566043289022118723639","1"],["12964893563337713850627243806631873621438845555267438620370989884018918851471","13358748476965982166157602076809064189267391338981258343093523082693846716119","1"],["3547509896123151573041498584143825090890168304396284056827691014005363900841","13349815965290499502233406342063085722080664388574067708975982238835397726943","1"],["4261993042077263004521863791105532052136452046225352894916661655540941094650","6221997824172393135304120883505553884409132961885172139703727405920820370889","1"],["20148400258608622812739346645393995232008863449720255148212492793042322676968","14400180735439858354043917132156574432505440353772780945739703108520449769648","1"],["1252142846009578504805214099286129626313485096544845052522301145140193704638","14497485609031318971954228466936122964693880881024279445121453514760970541834","1"],["11273443641281646785459955985194418530621645461027490988281632624908751472338","8453505828622783092868077481441375547562348595628279778493601519875965126580","1"],["7060216064032018270027307787812866198609347195948867247447410662436437679234","18787295772462876943376115465809073270462722797075681511275076354936839959281","1"],["5077119194352031012463197655760164635197764466134580172848995479449503272692","11168011078563728541582766328161945187269984769328606113827003439680182394442","1"],["1487540695378352394883042795406703072337147045110748110955737619306385804596","21113178603087356156507208792176375158511738877160349085305889662400815074279","1"],["7451006527443373552048676040015899191417136460938557604511673609528153769477","14375032996316660018798140529657065439837469196591207112971326200650446246293","1"],["4845442698920354427919060448475689460883368170791885277031958482904188005151","2308962868250275708894148332219138207749852931727395361915953060775193122551","1"],["11667102032034925946642221923942619912737763783796440726934669371378072236454","13100669363280739883129483146392668874758712891173858908878131520295500231003","1"],["87352268456303410257446714030834399190913104618901484310259848297845094783","14014606900726209421060383632448653377681875222272216646784417293435516592754","1"],["21449774032209351213043884760291759871307321408141055617383551324770489180039","16218434672980009986343624820668529996171344519101011345392485433982827086904","1"],["19111762639825533786316305390213947915320126560799922204139114812726503326562","9174244392626048047214774543812209327410652995064359905754708580275895421566","1"],["3422045875661706051624641289591933259363451012329948122104822281977040016199","16848820223935056285105424285455599266927984663148898077449895638858900212786","1"],["10960254303216291398792345777957308470075523853135166881354284006616704974535","2005074266632574805280554782157223100865099324939940419384582329626737156939","1"],["10311144466339265669792758347748760424380006221491260660546134946387851616611","11383799304391971393552853510646887135669170353939177636090739667025137338361","1"],["2276169794961839977535918159537942674267632834904386255012292442404289267539","16118601346304448529102831599398029609168666388767126051999886249950271424388","1"],["16102665656572567030827150696011381819548985933040882918967800708012178009490","4964318308279631991305880099142973146104084905912180102807428336620692152444","1"],["1279545901101106507831893286046876273966127358197066938364230707001621662627","21064578192105086409658730525173427840090691698079427925892481394335668244389","1"],["14379661690820556583421331736853156060708718925424731707732803059360026259694","16045296520192243188093564666657574116174710767233293847171689230458025425454","1"],["6655318005462155033188939178487793446639374968396171101832931427942734429448","5443556460315138514465814603628217822640390820674257872037991360808654792561","1"],["6024685629822782755661475597312076458802747645963751943697740543139539213129","3255995462850156629392730013173381255438132955422734987857600967008931306289","1"],["12321157529369169004324295722821811294102962190088364116696473012058955153321","11640831815078565256694977334282806378790322626397239870734503557629259190559","1"],["3897638953941531238218541701621158484995718969824891719237347588499375776340","12948115127065922412161455725946180583722501654837078195342987544940278223628","1"],["5336064494344027255992727768276185849909672290745710479960896923398747927233","12150300107398515503970598373961517905826927957051025607814980552157582671266","1"],["12486989555730714376908841919894953714742928810138554496629293699906963380091","14292235229054493666239169475971554203963782939037694419110499630886484860575","1"],["11194716289303942683265642301113995616327160398234632071818044923780675697234","8051935026691928981146935966166016113148848132592334080328880414824401619639","1"],["13363873900221105534208631302715725367500556458856523473168432481673903746917","10176294570917320491885897268138172115773182768161537326884323387020399821906","1"],["15682094104780715001045483694622131530344818277483193401047037591422298853427","19780706565197733675311535130189176440791587772670175836690569371109334112118","1"],["21397203319780444152646632792328259081397038791950437929207766663852853220191","13257235810050470003791493395370184276895704395698055791650265880087293748889","1"],["3748949861885618274305752559715067913421211684872466318568722238652940096681","21425362455493839362449650049178731010484098417225941917369623402732612746702","1"],["13768434232316487494081837194684937634086693331810512288748043495690319093338","1714972208986935036171330765986377208748350235815474739468932174579419244918","1"],["4349684211613827552726057317633731566591776593826099349053339177127030930412","12476896665327443354541547845432928069106170333852430304144719671036307490182","1"],["15595192434805781975724567828137812992244818598983221707892609078097363863125","6390578165366452646747803541525307781428004358311619034693115084894872409236","1"],["18325670691264024440435378230448179490204491959369946819261307229677063410077","17548752851710269236922042285007237557508490296502047442179547322032210014751","1"],["10903898875167414646001541093731016082190309729949485040904245235018369399847","9864179145653447734089784460474625737059895058868959006342204501718083288812","1"],["9577105244336922938141153364314789818321570989988802571266856244453015120275","15934208474542883838346749950655374335776778455094032247372313481565131000554","1"],["19817327189438809569635775588280720159771232061454336343540854819684538279997","5876526747004947583413413463404194090830826063185736333100927978576202554086","1"],["18112484184129317268489585527000038882594954870645092672476488071108292784451","8137705114849618823459688187943483043255573615229325328053705409723866413600","1"],["16678785214173917929811982617818700463398141169640567100598313150001593338958","16811614621434688922656623532657071587729939407217354921007475409006583884784","1"],["7877771450868522499064716680307435080925147815070540580897974056341091260729","17896384476143381957237992457272012577096347723055585283887324151464211634797","1"],["13698319491292538542712789981132977403150528802296406718059909531509776701630","11574812657655031722640938814681421315174449487017319759077380198950405430825","1"],["12692638964347210340474186956706171710345845939724857520954507325214355119188","16237317149802179108241315665859431075985534464029462563457552728408173499897","1"],["18620526060976468395431084160958141011330233853941373062039269203536357272338","1888882868997605007893231461196095178330254086286840056845182253751398070885","1"],["16156042397493454183706637792168492553809015766604038361129427686715342143845","17987164568054751193937059235509469832152046239783752293795813891267247343988","1"],["21109411557730067043682574736680017118496028222495978827748740016023379571417","7726944347737159152677780120649957250735435843982084628902361743158867546225","1"],["16963208194165776826909136906456081238403966866204610182509787229307304424996","182286140912137940906956692784774399181985859816988014288678006884774083783","1"],["12849120681065908672301181702236773449433013893462941055832474588156314554954","3233648568602625455121084076705222055805468841207348505421087567457594766710","1"],["15539412939128179890874678567858294723431655820016708254405017972533965220941","9538396229353803333182872409678065849821207155519301500059555610600568431810","1"],["6280678301218158769614688404759967892805018353833181679756678100123957403047","5234768940005087620791396515294615617907732823022660180184655726503727278411","1"],["15613559972402529138812252519555053184260928415006302710632176146477984909207","9973463155786740913319937746891117270117239814471604797519589826842159059221","1"],["1581701016588147467376230126833643797029335806905458214856487336523616622922","20114082888252196909276075186900923002458033983651600874715675327303674843705","1"],["12025752520453117756777536196169502225760498848589069882184020983907121898744","17947508245656044059675348091730183521636774475592587295830964029871725372317","1"],["1522125400285038608972085385059584442149961576062600284472637902617861354859","17943936196628541021645509133081960495379200097496402610638618078154126209565","1"],["17638004720101366612408518688529599453396015477034323289324013245447139948577","2599347217932454388400063275658532704073898771178767133198719640026840671833","1"],["8064691620881575949156026210271126227268237958307940790815993445878001040210","5262943729635568178007734076083798413674014624628307628785747822933520345276","1"],["9262158490892423136571498437588266224076575417480011296887982262267232959489","15928006051140404287911456694746794662920429322455245808808066688885420292459","1"],["17311546800582440983547907564804356681985082584584595190343705599208413401705","5390938895934862901659995224867436159570958626233780947766170939943602314053","1"],["18178475088033676776919655152890520942070599486554289938686307115647309307530","20686360084792615615135798705612522655896338847637872210752108069439035182218","1"],["10725716480348444214044558828194027182013735131133345438633018656059322136758","12712138077648686090701328008797419476970760304556213784799512427945490345158","1"],["19739936065348757501990014514718908736321443200653226273947487826457756574580","20694823055305951129997754865698328909600580448530804986245638737667616885572","1"],["19859401410164307844798163651892855397624136020353453862219535108614205533207","16015628989317772815536106264524669803473118336343309180295464943512577216861","1"],["7905705044570887483262436999129120124901392104829326597418752041497954473490","11468437947000156419538429197389395410885092954647590571483838463643827863083","1"],["4182253592186895798735212085027130841064204495781942576936689805870790235498","3405481417064049832800889170950659516777761502249030747846639163266405450490","1"],["8465818890493121316324724296513434110148473432890339781949005271404774674079","7746592656287478554225898615217461404535539768985787825873329827795790643900","1"],["8610809698961292437920908835034491632807854410114345108822722025530029195057","7653272654996955356495025727555215502124484020021949285116347531653979443664","1"],["2642081755623862848628579269926871490168952432062962050566949744956150079873","20411923327772332833971208509549149267029577662367788241209693792872913373796","1"],["20067971476273748212902003367377608397267215287994025786342938674502332748481","1473563918707908508463248693000447949725024538052450542092516280410253405437","1"],["21647455543510367737436457288428175979722403083876426405065642568026728400282","13747675705222983264565521633179814561084986867942918782728804220673958846311","1"],["13383894773868100914869966930189744607539230406525966043695473173460224787171","3043754076511098144279537081524385321112392449251934965352955418898197126061","1"],["4913919115071302487997231492143235120312511031582698010145942560275176631878","3912956613329237040483861581663388578408357095527682070994395128749130558432","1"],["8177061356775037901386109438492501053140820907102866144482518345793300708977","9219846736833553196494064390879987240173768014461392989456280872012910424322","1"],["20785910696745330973082940591432832762849834884087048815450400856631273148146","7530765909513346893359574860540872756040115134231547263629640438430809026571","1"],["19711857833199430545273316288931214867340914709534425726808552768359770377014","14281688109091788067156231259568448713373675239545174774658802278314150279221","1"],["5217780280404264365328865226075818735967702069697848126748849869134732846364","15331009817131519447480241074299307608250175557473753340235392219477824106877","1"],["9414620294098956690743106773683239557425716259568116942399768531548328030190","3535199583337094238767184537625887330062628090602520959769214691580032642290","1"],["10125018545929951405165057158668492713891687954473474560816387413552368844194","10199462481385274485154546022697605655489020602103182743123552038352612803477","1"],["5376774406298788149269812704399896201544378809659561494932282513360054567820","17156019505367207386686283643370467395289445112634768403639486542475827241356","1"],["13966834277944594247303843824845172085300768164550471332397550984547800316003","8772441964015881674217476729132723892324366270482646250382380844280166029692","1"],["1929230411745219612811472732878762246723071413078599828984578743939316079397","5825304082956701085589844261814547907606559680284154380809772299702621873464","1"],["13901638992378365448834296436489173325185471769754101851956024316836474223881","11974317163084505615378689433683271384153626180296729253939172337966834633519","1"],["13800549389043072682970619994109424853936129212594052129092150179464771156073","5170252866360342832511223828581350808417182253985843707782941237773394957169","1"],["14936727918446528904513806593127182810334728932955408979013615619867045513064","12774565638910611592840338703569604316886044861784265212002876913552270222329","1"],["19196499395746521495477859537629771303122630728479297002530746319857054054089","2923167895937214679801180051223124148772745732911359403099824592615131734576","1"],["163683134541656856189844258657901896426779440758961848750927159042588197214","20019309036146078407135249284112363447029624331845258685270761220281043774519","1"],["8988168238884634906569272284038803528760676638174190933956146836838333220243","2719312579595555283193603772890542285473156354035114329269135875350874774817","1"],["2190580385849539291033861874909779189664175156485726382023204521315247851296","12533319474696824952254360244784524964525080777754081318269153493828170938345","1"],["2404574598619553275144555180665011260264912611403964861494764880773129834733","11809379951088512843497461842624168698016427732809741464556330585183445000033","1"],["17829016620967304419575747520554787490363860021554569518259480854391498401304","3661348253981746300458829654410631117883756849380445125325686983196456230048","1"],["20471340973278896619430182426193602471529358569837083257128135588713440216799","5579947735140115596002736277501268126647551477566388130722061763437292858998","1"],["15306142122270254521808184854579314164097218548133891611470522282983805015925","10503397207527487567685004969919883116258251313540601213325110933760508364502","1"],["15028740876306120687329891104834671427974312926542453367587825408900426017726","5979158560997245032764749187187180624761410314028694294311105129305484176316","1"],["13662311470462546757602599906926679311839197802336068903194319357670113087420","15090954955048915606574469947785267913342394654369530594054124031529383874892","1"],["8992941732743288906590640537759466306371784284092939508725109289476848199579","9180808813120944093503624664963011083033332717098185277742349719827862313494","1"],["13476715119995574416717127479144498440658086044085180463085188340269175442997","3138870781347282654619728595823731546386062804480336147312753352413087819329","1"],["5848345469402264288342652437042664765984520140548838676280560595065227877165","5736009746722114204342991013254960259974001897130887108658260872982566955946","1"],["13772327016324642442768824361449566604797975553544198457001914765292630698494","19342620630931857432166769930174887871639645641918838157295676582127952148668","1"],["1938104713307377881538184155598381972172515775041802937618306853028837251335","20784601307055710848771838163252613842569843528364250678170181644632909442730","1"],["1618546178179075304282142699755324933575049187478133498401785677886070658493","21574290645702483209334471313879722666629061825120555015759315406754995886245","1"],["6380825829879146158439476600688800569264574582677644068585086120509988463362","14309853354616986234049152431319459270087156461552624324670058834493666861358","1"],["14991260725279318363033549057991803046090289020288429162931059846130601703953","12655446660537837145685674891102495947294847386995943458234660482091588432745","1"],["2613689166119187551953427203409417620028078910883970315814474413211291866840","4926572848543672542974557668716004064030875769594857332668416119050078460571","1"],["17576472436726799630332941726819607791104937956933822130947084188803865572429","14522856511951608927990156543846194795096507237827194772123549122459291242194","1"],["20019091302625407353427657830198753295123349540301559638051378616915533924986","2818312808592199743723815922027363214947912610073126751820468001606396982613","1"],["21145646833772168193899875656032626991323913367087195247318342446568984303528","8509768987731972011892070341161309268248497217800074203522579524911114586814","1"],["13436594575519120789294351376137951808272303486205366327067112460971373925376","8349046864097873299843681289599288463484563287686652184547817338068010458479","1"],["16382323648297401280354381739539919183848626356079080883485709119345750535446","6818111831929000039188578979037053790220099468312200915306353127590647263996","1"],["990104206199986189145296421827377687477393587994135169623581237323896000646","18936214834804097871285362965642205214249242606772316818802245603321639422542","1"],["12528545271669993311788989949344902583570559883584280307183823735353250354137","13508523874293433859260763310914150625756352837584727412210910107753210381398","1"],["14730948325259996527685471084117363523787266308948114981195836413668869582743","16002567999189694314273184016392733841667873567361985186448269413001053000209","1"],["12334351222665916415203064579322823494877700076998689449592734279849707708377","8331259283507019341324520306377735754964035804591611733226051282864993920835","1"],["6998324754468128087611047466404970280502489850634703284768624322388239482597","12927054185156716255824390141497543542584989822684277999990772171475133173154","1"],["21819094982311335336188516829809248461501938160122060609509360829004638933291","3690842716882304646129386400908077523287768224456524795431922712446189946425","1"],["2422714438973213597453743637484633972557103900159968874778257741640012760942","18121869316900825267143805775894507868098052496724992600416691097154940251818","1"],["16783633243351539483660680472944313345892148035907591085955346026819403035958","16693419389471118913620130181424514104148969525487227218382139395730349110506","1"],["9075318974956107499503970336382422560569821990913249756428165882874251159292","13452858080603537244926381022684821961370382973706984897282519312557157821735","1"],["16130244304599414526410757115603366417286306753920631166144926865315768683013","10689267128319601186170197190944899677421949358996542987449413042532946030767","1"],["16244981941541201812074280388840942892332912774180215288606548471849942633772","21703667487097474225214900137701222664233036816077226166648866134504036694625","1"],["19072436328778364582679036248153536505964847324102573148628461830113991534056","21076610692991191907867476356816240961067950262364063459464501041883053231140","1"],["21857482621858979317943167349115245727371345497312567047330157195695210232843","11130614372104357503364409410903724927678826481416040587007659214958893911007","1"],["12785808259517799592060533361992645813399912631837440085230135495745959190033","15447260827865653766446494045993455871860138269621917515276440980893488682638","1"],["15020171391592057311425884862962383933572159092377830938671968395469517622437","11164188491649295565060924768193000066841949627594624568156111388173012617602","1"],["14787248990314565213952890275953098882478141048891698783449536172303057241781","16940623414477591380178185166229272328828154209501857178494348570707636486563","1"],["5391454645557499282828831490255420025104461256549682712381580427761925857313","17858006870076384928177592801123820992244683995155402497501955909516369047066","1"],["17408011266029742845736084827549001981567390709240557356401166975249410405603","14265431148353176199140937057616207647404241180676040866396240890637632586343","1"],["9032650915266788820942813232911616930203923326197422697498394589434043192930","15399871168416566921720845002325649140741137812942596045660069183074392098773","1"],["13931763281034162674145269844820243493572392322391856515020483781997969266637","3855202272074338179051449250965786608091663712584887280710568537273057588443","1"],["18412648956481519038387051533808560738028393121940214175489492529760165349567","21512833127328394931731087705723685533685312758501254254063298222551918776550","1"],["1394384638858498441277595228013337419768497868145999754211158894856170868020","10865690147495418342839777281385640269897987613002357653052127323387986511913","1"],["10284266035190105430708100254794403851445845079465772292606732786048152751838","7040610686181636375130897856400813638871177609897923501096562299253824437085","1"],["9325022569540618024729722153322655574124625026930302157171540880806274465863","18774364277475240042625737510549347650434492400060431809081575000368903570681","1"],["16777474492972799875131683884600342544469658269799937497813114173028447162622","3009512799790588701307346421856384266147743495143109629671365619392701422592","1"],["15357437270028308783343622887820354120758579816010109154353110383098585151220","12806831844132968808347972288753997363024164967982313069588240724994036013858","1"],["11252469734479754410355493464297021752678712088449488705305406112898221278281","14162462637455424633975909656573993464813198978485137475710935673313579702528","1"],["13925205039106653935015199660156004105751813582280279888347623039726940321421","14657776046790761311540983255002854897239537406718236141961259209596471985587","1"],["2041489268575687350324958765283965554446820386825338925719436031735563717756","388556070238547782695368637465705078474732106384762786706522233849522238907","1"],["17661572090710383243001565374903803842520971169230709460013880816099890841770","16497179612479822558760850338587341221062727263768036181698777007751286121623","1"],["22817499251792564194436008939858154455768962245848494753666176843843200640","17691138062524369129846178910812172310755192326621744069544615691080450886223","1"],["14947877082035910579548364288272090409659572050412086587821159073252752307300","4910125558903740537517367714057906382935783571199269212177705702485737841000","1"],["4731057277903889280367846130500604984477393151093443575371176806507194978049","1777905443498880495924910869644901349872810288380980964154272611239107513613","1"],["15751964964807952964131746941004033035843119694324693055975059404486924192160","8019613269567517441011773068793204938761594549414865471235029839712671971798","1"],["8263960304615566451442287382865539379609337933547915333809505736706946755903","12708257010080225869292295881313559542985720948153993390187466200782962575807","1"],["3244005814874951730173544573751440142796430282687203452775545302499262638525","17559723692881173718027185490882821510786413239562041086191740474756000203286","1"],["13804439864426878126623703591451566135213746827255838265919299040039214472962","9308038929488442591777646520637501397547528806948193550473165556683738445549","1"],["3540139617857546903370215221435302501215019183505751231804736533145698807446","1954133868504470878981941432544571599561172399367951329114866857410547287740","1"],["1316540849198629383232327569555584137144685317525929001979736608842582648806","7378062861303037587068685231068556389715701223233146973866857362489973880410","1"],["17238108895506637750751756144089515087804933317728042797716845557521768333196","20221763201448775144816541875893012155142991747763487260634950375151155692990","1"],["1615975556882686666305243897618987388699726124410511478111537025313053445798","11949629357067714061630762958214042286014075741099402866894662930173446033831","1"],["422111605158029401111814204685662978083274582465969240051095687968718953525","9394355066803538801375573795005131362238666728300067578874417077224826294496","1"],["20856315307174150737242298768943077991205045897398952374163273093069724394097","12404077336300525705481358672223726970974662601756149234395342032221673284668","1"],["6988219885425211235557229069604603192394970135412125017921334366218805255294","9404611741466027723393537778831598340247685262642359140926563042984470180422","1"],["1589263929352295325656721183378121879186861246176053002414448730402548557318","8429546547234774606969533340368096635329329848495798944231865357901265723618","1"],["6747945298883812327739479866870432967618130946170732227065749883939871246787","21435192299869778072098337184669952611058175820682347857569553679346778224081","1"],["13398607055234852562850966270755741581628115765817008832684232619135911988901","16525705458908813156338556356194100592829217287076148657590610866274973500875","1"],["12775986299431541526890916717921246868428367902149682196077479716214749812845","7832260808316964461930468909025969201076206786084230534286415734036626458080","1"],["1981660885738843162534462136688170370631854828368874472068913829637204832745","14810641936867613463914381509829568142708253477663596958137151993627813627006","1"],["17418551495932606431722187403765876851868235690908606584478740884712802053120","16091658373395687185928983552086385963643076111401788019645320806565156791639","1"],["2024243332308046610176039751507216432246487989455804955100550161391055311340","12315028326734942756817771905197753945476850527798709397126397663957721268737","1"],["16396791684452857774709716190063221974569410753090645733933789072763787071005","8817555593597574732251798643253965591760727133328001229538426374470312389938","1"],["14958699387333918484173715222353860161375797561635297608866045114747023824449","3393156564045953283071345281438840808199101498306750368937518202595910072594","1"],["12351311288781355344811625582013439376744972345455221847412901133201789750108","10334141178437413835772868518186922250662436344464598075385375653618257829576","1"],["14978288815079559548979610406367926462398065546241493804494842740060743195945","20196352991405989464326294499765209639816372955379377540522139776165798177426","1"],["18801085477779070613172270057787731394143488106277234244358362706318655347613","519233573622843320288191863960169239655436409290188985032521860518533737296","1"],["2084112654470492905412362206885390207370229896352908818290958510785686185349","2975788311720547651479060575383035182593070903712991787298793234701860320235","1"],["7497169262675189072780163829094223639464613995606406954970978846922673798860","3022562293889710298427878287520158375800972450165671068346651020118222546700","1"],["5263393291706110598569781375017577113196172711659007318900823669462050169637","13742501360941823372334725715954734015200867115909475191541591431558693812160","1"],["7855205015702827133890298303877843059321409688135039744309903622983745050484","4235955011300564668340578777860117760819872133236090892484279683726974771782","1"],["5094353101246122058162400737851894188877107698420369967244859582765452664583","21692144187133972038314354589807040495000563432141194762752848773768744098266","1"],["15470707566065559937917163880464888842509251451829735579314709865682543248997","19651426334983936664714240587717623090088561329508002678629232224813892495269","1"],["6259104942455324496375329128446328932403997577448120447754115825339389902881","12766821139119425389037973875822583774574304358641173468856345612283159811095","1"],["9709634303149353857350071616751238056598580398079449222019760957657052801560","16935149583286933192494003369259386682413938611446232578779565201644356861040","1"],["21845723341267257675164388587886793418951311377986211419846921045927945494409","15406567514549624542987563590436790672833394959154230844007118427133891424711","1"],["17554598068235919368652819034411640931960947664802699161838386640610768052477","21321504731100401849506961663979519478488014755618056129787719623654738750997","1"],["18576040275281005615242976562009747694782273836409740234878001081614714397027","15352833812700849316041798426137528955443895425001417434873850346053001506054","1"],["16670485532244391693530657552922375976438087490657105357624172288060692012675","12239661584100426222796682661988127057468717352960635175376327713855233620211","1"],["10765407184858350008838582648856136599091659627461250799423731779528963371963","8284143365620068861109482573946740869907826350262385077823184054347450366453","1"],["664873913366204683977517266170336994613634293795168053801978945629468568342","11233369011569140099799953642984702498874633316138922633668658505590720963358","1"],["17439851779339319840196319742447591904864823151000968551043426757803146081172","15931691831037040260642949102818353454852937579181411031532357134579836502534","1"],["8319072347232858239453548670947854380470510462715666878597907378035775664565","6212225749266954886780970645329041474952958289806143712895651671250462601763","1"],["12094219021152280357906443466466950840545826875848008678052725786663192824049","1314733473054343272044588374525464232107859275301314488123631860861826312214","1"],["3726154238811240230274487489496235882317847099287649579829279617946683198060","1482075421085245597845094175897090069583696455632944161176383949841371636719","1"],["9602367165215792869619427681762995484298343477642294239412956771916223567024","20055288728746348778582141900447002299598856402571230117649766546677590689935","1"],["11753540139913633707628146624185598404311928965368794444072145273575691830989","14972802859710831601575878134375060123830397059092398590284089418976276526359","1"],["4106456941696532522437890804745779313140171191699656168239965223048463684925","11863009447663948321705862985799364042577710584725466375756956893962239598835","1"],["20032640359691573961376265569567700714552907387926526925609178055942645024802","6407203079468211942966444326899208829576487322915108345355990489879145418118","1"],["11240887630709825464231424417615928251120393067598574709922803617936203142411","13093336369384201909427811205593435495440974041401536268407055281478366825367","1"],["19883662696168715422146149724761768591892685658945474927174892597972577174274","19352928953171711381203965914383622939588610578862698608152266422647715997611","1"],["6087827151501567910048161316398047276539037482750041521187435797202148902305","912449356884895522133400150644035401580453321840184430513745912553890283423","1"],["3225695616099521611104925806246165380705172048557581204994736314669370011872","20498332714380415219162155867642737475964480461979942719554498766687726717027","1"],["19805909437535174347218300670132578241096838636006942743249295709981974752061","9626190229251711763593282506768044091274805719088105178455303390674860864311","1"],["11826312973087033413695857844227603799968196911707972236023712798202734927800","4942173591153537169534516642537795215330654190971530164125773872521068167468","1"],["19683354507838737317824656475009985607304703562091249314743460511044625017831","20407139209061782866367426217536862358217872393835312535492531555778910957304","1"],["8313678822644642504005268078146711403077944531620917754868472208064368634239","1159325701709550721525601439799573858402496443989500177314047867461019478827","1"],["16107550993987912463752795308333588848779713945566551975377091612394623650536","17393838177290976704353039829194210616364710548767541710615069777689619595763","1"],["12986916058557367712995220979632140049760380401134195401757373555878788698204","20423746539392607418696526677755369378786438316924022255550833761368887124575","1"],["3675252903367355995268686774517324058806433578589140933974592862426447898308","2728015306333632102442609065658393810500230238036085037948917244042779787924","1"],["3294571794880025772656988957623694915287687483363917438576179387041156630991","3635375741519487052315011735226515262569805123465468553982712012237393272726","1"],["5966564451337851363691481251849848384719090590570731921307798063395160563810","16718789612583718412606778963676887437007917944888486967860293158174474064022","1"],["3928200538367676417763525747603514125962863326967183392236210275256094305276","9589393676084005703675011076967301563279974427578750407044425271240850250659","1"],["8112444502053764634699486425113332767964584793511952607766152422235767539975","15820514219861102570564959454152981022144054154505677564028900624145792723544","1"],["490671520001542456488435723606089909793195837748668560623887329655768309308","6263184686908031441004136290955218780317360941620087301172422954848239361992","1"],["6981835750619898721337473850727479267892352676837768457040574149875633668113","8737867947058377957092051893694240964270637680247108623071155569694142064592","1"],["8604736175865323040005177979912080461287351007049717467116437175046933379126","11826486731653201042799599244092656236440967294327155645641281180557401026342","1"],["965746667739264999213715222586992454169822954528950541915126288974369831847","11002131192878790328199655549254385035480815410617140077956556162126009016692","1"],["13107111299424596629433224643573663221410834785156518901776759189793004340073","13259887487567278781118317450735651259128075474163737244282885358219367264152","1"],["6118724710479746548809372148037050832437292000210073052905416746179222883688","19667794940615136254819176107408879951093837379703202300171205639429116726283","1"],["3180797511443290784803706189112975897044537571770943471730616479296099786170","11382295239766481882636399352294817748202425585944739107134921930763830849024","1"],["4888983220326279597863296957614860834907560802201528472515442329222850253098","13810428333452386490327249692402415452841297515097065286825898804699271100263","1"],["12784628687576279489520101999441309102951965675235303015281294693702561054606","8822388126173005321606973847026837161451032140324624811114836695595557948412","1"],["5696813325868222865608355715948373455837051784206383478608352900301095525094","19764953736752357338083801477458307157318962133857355231937283469755947373550","1"],["42161230045923482911698517606183658017976947907309358196371069951078097632","1284960587158597658639156282938411571585796764990721940349984631375797388224","1"],["10678485865168242675487585313671866201138637805686058513847826530011062264931","11853128766669297058270637105113824818940508372695061787295137216887572154417","1"],["5935837696218186941651553915275199715037484171927676713450628188307927395940","14770118721987741889522331666062564729936063443795683062497446092003107774248","1"],["14473398243982944146871110252814801565650845555045239753303402407758610882319","5008033286292343957687607274011138270686351657254983100692218665051279371712","1"],["5131483230750901556430126864541615029410951176200432490810135104358586224569","8472285039445090910813924040133243107587911641882562311968378849427929880536","1"],["4786712808101720098293602487537618230341357890185895899786377850982524189386","9002204719882527621789452774499675701413954145713948783899950967301105738490","1"],["18535671523156944603480250327556547938826138397197550253290541172170266647883","3412856431924197549926392291751090098990785413641732114933476332673811656139","1"],["8918186412322265666751808357493732288068104700089440068696590601347948099565","2907885046412908809743560747675364125956160602663303763552662418847713169965","1"],["7491965805210335995788956755062846339377848710083573185838877058542530708376","21666223848549146188724359418999152522634574137515250926745194810655884736312","1"],["15600578797621134636773876401808819085631970787729406813607455974799555224983","12577242846726900103118166940617019588457687372720279953361329676591478551121","1"],["5572518338505907935259900234548248939522441039642687963171236732038575547670","5189712361095151668877983798411828587779661835984469953641765242679326943844","1"],["1766851073805493366936179363398337440424951025637041521135901605617282612049","11344313854094086436072609652720940325058867201890991436031263568924607705733","1"],["4819583504457340415243372049310644415376060883109666517481012568137430658159","10259924005557938292946624552481180354588761528736957958688650977790855447299","1"],["14478973820005305753117543537811480917999197911567644336143800710588131870980","11370731110841897588258039627177060300864265484832678292450019469109285224944","1"],["1615921256198420575718029559611375439404004999893440084276653294476525595249","17666679236847077149263901393276677007317290641838125713373662819763739821595","1"],["15008296574287979292134820845921084402380721634976399928835565212183482448425","460451203022101556817456441355058191029980196515794493728907855509101515380","1"],["7481798260005921736208991031405307639330105340677932797923816456419350714592","10315512045937523363412738455172448409886997634784660773580089002245880187553","1"],["18211940482049286957720821091176439147385768654738362247479093796747854485539","18288375107541844172172066398372625536380340807122089320128562770430498309604","1"],["3334804716488769369961214298981194258374158412455757919761298490746553325209","9604785382883919455577841030410859572826385013896175490575385908488669516214","1"],["19629814597579876920344600962531490308433870625729388258943612791060127426539","6307392719610696445465127549283435746801536004212116741241405564310093210072","1"],["12810843344097213242786650779080125826294021487162753309674883794630424819787","10514069989355305717687035350916202820224897375556172428651498597513101023011","1"],["4598394228572639535223626391737616701445936698418120315650438476199570474877","6157074355395754653145765540592947862290268290746841927212470269985567843242","1"],["11766748463798846618372383340176036723896725550733872688716420290984477726190","12119310451382525459053740792541691175488293189876621284726052216901215783756","1"],["17382664245385198859641461493748733918584935836921618438710585844732229214720","1766473431530557949366760642737739386827076829337639325946232262429270132523","1"],["21036567250423408856083989976282697964330196539502099420550024759475604928956","16531442663896952402264256114998549286559094397756353891866947562744948503246","1"],["16157414896285417586728033727325507212163639611012403689939461907648124684330","7458033902331711160948956167101920607805421967925853404801614848939132527648","1"],["21057875699810898846031526579786366609496854614993226309711256318045997772986","11118931584496394799790655199736654198726491399152197361834500909385135318900","1"],["1071179145398170949548267875770763716540972011789594044851220911519947539778","11686943931866454291925714222681490512929842881488607239752341201653891413507","1"],["6752783964514123488431832275168797401129669613178446048112851832895654368440","2775470109726624237999588359722874062363468148993100777197983550202444816340","1"],["135411282141864443227417061253340937413069099424871412854470463044849403531","12934849566981084088426813207674431652805828638561996590022632287153206800589","1"],["5633970999073143209211416456804824872873785083968783725235784161501309809919","15382203481772621797559268955058983004283621939558988611610564210053873522058","1"],["4577352566277857654625759592600526737427369052337563336545686934813193291452","13995172839582522826273274661548311287756962830639123360318844819264598266467","1"],["824214403293909188208531122442523644752803383995401621471367138757308367868","9870812956540945849817196528662349479783316750552760311819977427809085743036","1"],["14363687555904832335994003939357424598442194320499468850964790443686594636593","12640392136081745445477535245782436957828474244819991676740726891029736526600","1"],["2667741905551215079656981772619513509785254190873564674420234312925708830021","12929410172496462288619165970424367296808023826821953733135667684688863480764","1"],["3375967235441821801624301617222320431609811696335212645245994710822018009993","16431252628197378336917398707528633402960611345132750473471117870838456228368","1"],["2359876396230495348410505869976324434961471450586058193925883117666589044842","4188773032217595239466611916107455081267854940005520953381395283362448968527","1"],["18598900337311753992015492854226099090232058524006329985512803617899319140155","16169103069801957835941101793752661921335304352566789926657953513986598696717","1"],["13627298141301799506162491735112625388824003652813540771151708925775385840087","17737948806052158324920584444312202937162409996218736932635146520308301191571","1"],["14983151380745264404159656511154436723914320635565277922871268160124992201424","3872051970347450783344498426387052725868559293179672337762922665743471159676","1"],["2470423597236070521840634962726682271579440759160565158514871159422600623650","11727881972304754327962559464793338766882787163041209567827940985315257223157","1"],["9318514890559005961663125842970680666872222192787926042434652144837305966179","4852217589262157877916860403217836822242350709119062311646366557438748944391","1"],["9501030588181138627668150034098592259207495142763109035450496259787901514988","2140968231903582248330919445157607127463514910259220847715453978806831537362","1"],["8191229968851064579730185858400202743891550583460153683102011429442925519626","17161787213059157843292442861182818565055251839277896798898062428136638937333","1"],["9479689049466321693163825491930098822482767558689074612865842049570543396862","17242948586412448496155239767809094226351690989454791406876573839768570312703","1"],["21037885596089352897306268051981706076281258053831209725905259447107178832805","2171914426866396006835414245671257857668965688484431652175165875345691172634","1"],["2112053868608224130364722726618771543169344191768259706810348041063520588885","1584418270862256192301480852038073122689654964277918728766388649534752064790","1"],["3858633527020839274901812254483174200492287187840050639509012655154905238698","6008429493015229451882128151477294441545175276335243256393590243038774776360","1"],["5413233730963460385592193755759787193831963062452675202777347734859041301556","17254239375149266536112595226502090273769823766564874707787614302277634995251","1"],["491583927318995316885017236603056286857867405428859325266756939835788621496","4930193033427706096255089719756060164952895546081256593988253662876764013279","1"],["21321528688219559861614773288374599439181976370661796067702847806313717953906","1082553478969187994147607676429413488997393023050014070460366880691112050740","1"],["5001496205085964196417307525867714775023963254497591578015608917015542445187","15384496338429464353364190198045242805497349371599953313435328775545838407793","1"],["5360651629622347418350583878807520265476594830490006968416199233859847757673","19693356866780138584786998816522946595672097964826971979406598612941651299970","1"],["21217799393345914939655099389348104075472416456302666171585108905663885654669","21089094995068782480750957728178597650591851096878476895389615616148033452133","1"],["8911888361255594467699993794526259399980384378683780591082963209562660273809","13713327489106396985802950986947847920336846856688801521485122978710527285741","1"],["3235318834631059270188505550474985388187477739264029922427751915856913379464","8644359079498223916216092930748670915632476404066546814095735669541674817786","1"],["8154446179185828149646075328615456814808094791032793098084791709721717114981","13101900127889736404269753923885724567932886795102897776240564899590801486684","1"],["2112733782229603216812762288736638955177340211574620360763572688940386766366","13906912668238198135650099401444711845861086977230300228080697265084235553343","1"],["9720510079598076817550510513805930529104428388836054482059322175972296503222","10193937619135689706636325290681901464139157036664676605963863451639946872664","1"],["10473093089412833100015416906681810566065907474795695496356426625932375311584","10326982783487681803845502913601488183821206388270881464349733620234729367214","1"],["7918852756339461501217532168319392800871241130238493895871305738269678279052","6639639881738352000624153276621974038313429782159196783246053357158388778950","1"],["16407902077842256018627115323136641164136733582953780301924322910087207358629","4677503116129516971756092243334951909660418646877617817314862535215467732156","1"],["12945691409517704153346761717986252779619634101852170478436033594218799921004","1393608379750936671075998787730849604154525583815366572831092077965173687368","1"],["17969398960202241228457711018045077039746674995491844073514717856669929160203","17888170778092108211171815818364379505219012279396145687056243819407374796894","1"],["15233842259183163245712841794186780406505063386594950665391474623824331722393","3049060786078168092085688979618137089724726473807285109072771742166998106033","1"],["690310504175876722229650643515036949450941259310189433137654055035859252302","18827107694987547473003608125125634124878546964423652815158440519828796379750","1"],["10562397336915229077806887991404772679176825477299670887836044042532012786809","8202366894204670439072127261460479443028749013326743495456858061525892755488","1"],["20926763288632255205403814213105336494452433409097236052372178223805387662782","9612109775652445169119013824442601117099442326732556419079162057228259648842","1"],["8790663210310299175619144577022398977490138180021701615930793536720789912305","11240042979465786253860191171093877165816632868756004279386170114066124256393","1"],["3471124770449466979381239007874129772431462905103320616463001347836780791692","7740452097720981807707259152072477754551509338925493328085686472458722431079","1"],["436373250181096913406333197318825328962582723963783380843344980097990115801","17164167879100575071015200457383070383372627199223991275789022421060563015396","1"],["8303447948205355206263145618390680953683079742829447728637109829007372383901","16102691396600524260420942403174516038605126156661249019962735968544767021868","1"],["4534517009591458602066321269008378815946830523370431224239703974827130523605","5564704657530480153583155916501553174680925948649700801735742730115822443617","1"],["19156383447785872394841000890413842294649953193142554944569907325144695364065","6542850143499678222418430282673834628728537813128626369840090547368513267430","1"],["12204114759988062093631883457279590959308507253160056639539324109976413707760","11358469135081328920676801025213411713874111513000780387672039388510125523954","1"],["20466181630420440450050414629027105476418360732414236815476132295822215242023","8401721624603101005920410054371942524500250708631890332247221292464135828348","1"],["2256080609199582245368621481173144326745792799551509943725696081020104703630","8422155911365654354853003943923017465780547134538141830635867958996485992508","1"],["2452722933040546860655222048681119724470323598271515324653766318597624026459","10878608453525470883619509969262143131812962428804699619492924901254482102111","1"],["4218148810490914973921227691767889967116167128472970497442053723557481837195","13849533010281673941170145627766270446437065368548343399630091886942694689284","1"],["7627207235792691346183197554825765660869557122102241904231984126903600529415","13695169736925918908181205565205589796036040695073097955272717097299339423261","1"],["13350207816134715964318679787287030929059002906935371731410629888992905978080","12695217804680277777967787827965041136018864292012416277509133518458446292067","1"],["11848321095009783346553206738744966634096795069634961852582029076202523350021","7650680656067974909942756557916878913451631704939924747291898388167804225379","1"],["3268172229528024834073895801135764020636925344056009918035019406354941736472","20468880045818217034232392234222492983056676966795447280621779793455089048509","1"],["20265144122827294612611038269280951509972197505160701291485874536393054632054","8118295481647911794316818846540715569700879514656800963040284884776156204681","1"],["4809996784491275626129776940542291946599036520118111893715207307588045974419","12131576119625900799784007874541347542838772048808778300324552577195895013208","1"],["18492679376812085185236713564009887043490307289485680420761299129612993635747","19322496611161639172382689454324092687025460366809037489402030967764809279739","1"],["938733775466218454308493139221464715433953181099361107451295271995811693656","7366817918402699941388268403107255162109821516237451248694306756055766078278","1"],["4700799747376392749443036475217639739354344800533485650379218488651914270585","14796735859401343181632182152627212038592000931065973965275126340356797976107","1"],["10477970801095421688952020788419122180050501502021968563885471112791904482511","10920137748177630602954977897397351075645777312213339920932000438765219653412","1"],["15581673738884920306826624919553333291577780399647703519933429802150743323639","9409350488354514682272874543149923978191066498780398674953895119492574351288","1"],["554869094786544006624818979252742125404019628030832802531499875185568397971","14738724558453177457413357986216900430435121324900559275961569305379531899936","1"],["12573127050602154712350049425564295614056198601343615994293223246940390023403","16105722664196368531807147658647522128226280596775077525064655423551734327954","1"],["19067210507174609387175310095378004688703975266527963232739176753046222643585","7833542493411538549685388580378010926483158495554747361965579141451028629872","1"],["4933141472869835112818835008975358095313240448903208322722517625747636549617","10488530826169823958290471845649379716648268126068873073490086520555482444433","1"],["9955096105596395563371117569362056426290125862489503914768078398846242746799","14350797562743714255590377787017095654919042022438189480863091016079993013948","1"],["7679273295039885983606757019178764262359182108728063560330241499146603324875","5723067029016536175511770451063050624270761628177359728620786096402341862828","1"],["5629141440035739979628294428459296960054751169306195320089906626453563799420","9311398192409614026115056788353951350151660011212339204274015567637484479843","1"],["9544216377299742964534874802303743245560405950191273248680719682382810094575","19805265271890066264453418977845492329268163784652580779922729377497626115269","1"],["19126329306821328704223002939337342200507628198902010861464947079796743944845","16925162041368094814059475050056469038454464380968265621813216248965866263751","1"],["5398359979554017821516501243937022937526097379025725407510567134598683142626","20340333544857893884117961834876904787051594666318681024251688508433651886159","1"],["2652088246272833004655113896960710709314327790703757442188643235451635782386","7838249773430701960811611513710973401364543377528268994280715873557195425741","1"],["15421460595918402177534471827046514642138418188039762959764777734881464285089","17560866480032073159375434302546788850494303333616757919523518080396152087261","1"],["12617367172521890723133389395210609016076334830956377722826884992319892047882","17341489059578922053849664103522524199269181776546506386486278150896855938195","1"],["15878827263275516906823956948988632021738172532343668481010073026198475504604","9248901588507646724742218463215936677472710267238246433617325487480853369959","1"],["20092763876754452468308352777292449270405821591930777674031943966931707943823","17451157689027760134420835942442846680429512565183838933190636615626244629747","1"],["9873018904771267167881366225546059069200334335975201153085399031111498790625","14498449309883077698872180099459579567370650086037579495326456463114083934453","1"],["9134871741172268471567131525051358412147017730112039810991661989481241760627","6198052362842186899731972450109566108621258922980112643925300167421558783478","1"],["12295206293902525761667167095226656666414209002351286859284801782075697314","14743430045577692184250759630981538044174684801864558930341948104519522820438","1"],["9949851223992975606252406769664213330196033153302197155868045997548817395576","15523845802527315372399588246532536402053522828564383895275825157305016260266","1"],["17636762650740772072775967419325885299816665053776319033250322310453456050840","10316158376366504595998283975157475993780072209785378945552902300909312185593","1"],["5514825920081780196612910524160695162224179286986828714275365365630404146832","2093716941974860791327645287492021914330287371273560758835965536213173036012","1"],["11499280896472136909015004868244667927819579927628326917862176992859975508895","4437213595631600082971292262238581856563243416148471762744105849885880220666","1"],["3650358315992961716130271429995113858711996572278801774957521459820556794913","21241038101229606851507384892514407748185304349949128111405986349388688901242","1"],["14053452537633675901462734760579900901082058246223793876500731307558514877669","13996252336930927643591611445855149111753896713876173721453470697626053032689","1"],["8812726654852382222608618366588337281255340750943451853160593900453761730199","9760823970418501690435437707143887650023975778332408915679395279613248384781","1"],["16514935157918792638568172398810985674421770698880538589148421985510372008749","5738457215629915883690144722670252686582219315922563062523391396733317332638","1"],["4930563782502399067939824375805030408203979740407890261592430773238989875800","7266637560162433419497787495466955214923851925942570284777623377621813178910","1"],["9327424169176157361711401173929082056751640098407795073918648210354752588268","5375486260794523435637305139736454854170169077522922584750016239394511130809","1"],["11783441279124607755161557549087287815963248992831343398303211165509921362900","21582955100739894430467165767402666514040813763274838198482382262677787721908","1"],["2278374891858875398091899351670081090814455118830459098557602649103159148910","16289639497250212761698302925606238762566323582971282701164832537322729034641","1"],["3750527594362198076913410709559190468977625025665380812282202343937095306057","11899532409313977194283155731367455489087071478841246007429039791550522191850","1"],["9203422870955920387657002624741481371875413098770868543051834175490069410440","518371509413812437054273279220745197779745035332268696693296521489473414403","1"],["3814006821034843828320491273401069574778451875632964838543285549545096267838","12639710146763599834237711014509526286349767279355361680494283552593442552353","1"],["3423770606324595822590317730811135213180566192243836839622746969935143733581","5859347212160021226161152313856245542956525443913697377756504815555231798840","1"],["12047441446410387281355906627259348823038724441713018853336638869391470929581","2471363529087795132101411518141915156297416588878698906080455180492253787884","1"],["6954843993658278891962647446861003774951888973346387538259820079030187423407","21195598242231171673287985185491811089445208776016822524328357338565599020317","1"],["21544525622222054193812215998321290128306432534149829758399999057337194609882","13134954223768224113539214602338370007790252419084523351534029454157732994640","1"],["18071550971848205026948293233298489830679338079577596701231184196852747817866","15700312056779885358574048212669103519733562698661921034465447871700679360504","1"],["6480482956591168057122259654959279661687684138915947114211442426979140229462","19393567020322503784798330601748614218177097409840429731770991059258272135455","1"],["14608830161935067889130159468375361618580940447516414474614190893376900677791","7365098495644150833089355950035808879964536794184682933783680605797303999526","1"],["13826048389552891996007506188943105978829298966005181009744579510091751973843","13401123326559053337167298580870390306032988892545215292263417723013781321246","1"],["3940277519856825499116869846771952823948289607650883271033039226156269582524","2661662484265083265824241154259930211646131455611685711397910009654646144576","1"],["11765643616484733835259133213271177434196869641519674202999308685760336752033","16424941952160716546499209910131967719309931316767168595537566531373406328156","1"],["11410086552042104468926677068163347903241115109683714624281735346021306218755","19465879014842422980206342279416584634905684819945281367594342162371704938117","1"],["17057362675105984730212008597857252504109880423835607088344932136111130272356","21114497307012642361488679833738276979801191781584978514291030689289958930429","1"],["7564044299175677159623889161787317277190756205279412030332047270450512762400","8930412384910129342348761071488846345098087084677825269374016994945998369276","1"],["5542112108646369968898476622366809834369989497269793304325095159304441787790","11827965633266780294504360614633331447189410292246620899688092127942174729266","1"],["8683154987116798547298008505923856293394712077291814453701257534747575417388","1172249366518069988348963786941118283760386572464942477967139478217739899980","1"],["13480417449272035677590867259427137389031455882766934477631940500550527735669","21501391838278835450016140559127055089802178755033841737492510429508300240598","1"],["21843137605900781575471013467188479085866435695499451107783609970018898014075","9247676571275120450591005528815096322137781865022040131141924556530686790936","1"],["11318801805785328910942469110126118046251816430189710868104662604658781228772","13658728997365832012577076779019034610742985851300141087499754213088832402161","1"],["11325825831915566514157338866987243985203327645745793216728139112399876039479","1157318943547144695198188019082548898726819472279337561877386829040696042216","1"],["16563529861374256542217920476243607747478473298200334642358734303852827987991","20009274130577531478288746948456303441525566299456608579431001793760381211381","1"],["15272303237246220515295128607946112097529162527570632555256324126958836107984","13428692354915077523470554595142696818745110131936208218684041150799146719872","1"],["21595395481576461118025625287090075998478920591409126934310711991004134443225","11756024671377214874302211534843941676886514023876204693915813919838306639333","1"],["8257494367426192334734799269236512288427556985909821547279057966495115419075","6675602741482919482608687248195151881387207826076970636716990122344672452195","1"],["12715006384370446557857511940256308084577141986757151245360631796917607565506","19077241014099915133439288568372418607651321278596109195937626479488218014189","1"],["12882320704877481909098776941289277017468808480148170969509338530374504221027","10543780398967747050163770880783723918434328467268968658073706296150905684720","1"],["18226237975170774934967932505329797574884959180161570387491650333571081227339","7441811466030503412012949824847660059426508200905351746993447234708820582339","1"],["17224370040957375437074817927149882913545865086090427884053306185612121020464","10851622653432292055284378694450029107644161856543039994262037501408605187633","1"],["21296962017663298989801495634771694534748640288799465905139326063024089850448","19763890050742715576930432308785395046699837157247031609633848453473039655939","1"],["21082130502564857007586010968531946970029797151200620809025038318513154597164","19845343627086909644197585276486291504179045928011467333556272945607262779653","1"],["11844358752652042704518419118333207014201658092809013060449549980938054737356","2172298835694666417068570256197616088922107284436565810397771263685477955247","1"],["378438027591339575743104515272770125875459776652664397471034691682153559465","586445772698087854139371917453964227729264806014303000865283642952745706148","1"],["13815896943976443364441531672598084872746612348619803032994201120987012541804","5994292167685606219325044427233385415719635584049735967497168081963061354472","1"],["11367285548080238828214352696085889478041046342474875744612169204214903198440","11202903457336080483811727956267628957474883994548565186636086822655671850438","1"],["8910421594519870177205870572176799069946930558943358025345913876785400667250","16104833426056109589574455888536575730858158135267937442675066813330268435732","1"],["15084344299242646030271907581511557319437856765144319077116242541480225395775","14628896019750374106698492954626930589894272491889845601275784439961171347632","1"],["10769689736025211347676770686562842710185993142668307916023500524652063880925","15963199297110739137480492570105238688109748696798607429014283066861190711939","1"],["18756120821791602457837010539180292048687042804278209564710692699720516165334","15336099886413383750155257359856405783598081992099723880230442916393781539818","1"],["20613296716232974229891221958022446640504755800465524529378314150289035405539","18356533886779934366598010836937361207107844311491184105013097547674697499380","1"],["15758494529938604516452105963515727126238083969052574277070484606279593494563","12568535812834603864135003283346872885046631102422351242094736474316389140523","1"],["7460031903703650418755870136949702565086481754470536201152123040978368118636","12112169781090602111532893260772531679627225586413938917737696365448119088110","1"],["5390044973446486369761454765294825530312851184718867346874200991351881793054","20047417285461900965122483565573986275925697016001565915972706704462506627361","1"],["6856663148749882238493742098486256014561256618591985337789208725860761627636","6502710166870827704221694125543255672674607643102741402910427851314099188972","1"],["5622529452206925241895996745104527489729046476626098913218217579167388424915","2649556254179327300307707147947976437343935719127234393987477633488788162072","1"],["21266045991780459347342743433903119942329671796396326104336258119994453755869","8123113332652697950859197304374296698688024704670755592250428189406130397986","1"],["18071231559759767005462058050508722464276383694308393102906346801548092085106","16934465131932474946548246475624707880759713429103198064628599751952011946597","1"],["7544398529878280295612709724731093835386012806356167699398301272345263569179","8048942656853424194705911669774025923448376500550489142544433636217533020662","1"],["19599323078933782628613789362890852260884386949550267727108898915513191643657","12523419593590987620586327744699628963998542096709878948492851235225341050219","1"],["2544694398545624732040753024460378531112872841388848950512767430641129598053","3205902091458769831799580809712244527268405422958128173518630362032185609570","1"],["8342124474960677778234503620886212376989830492213267428900434197891684280564","4498264278944734136914665842539257468871735937148787744544674631222352477548","1"],["8972252320412349942927448339604024707479486609804824979011150755421308989598","7244826324951478135386664861727758810235357616682448379272349312213529307338","1"],["3054096713213689559549071194457844440804241075822234328696609056824423926232","14953323617375959635325304246166049785959622058341511075536614957843794481083","1"],["21197887975698769372206965817934285312773566946538593303653696114311236928385","9383139131385160123581685977698736122878898205098607713116655041882738894551","1"],["14310048461256442592404529620976460666856574036588678722669068994292693909955","10085772747899304704819108379603400103637181726932710065862577746847925411345","1"],["3895246280663395047353533550485685453896993804403002906296579813389198548849","18867219452956114187657801327536538245512036828816782064702196276194955171064","1"],["12879545387314145993507010156095786764841231951949032986227978202273275370175","21578732558978615488902488776435004166621275487552237195478624675760405863438","1"],["12059794777595638887552949180072582597073154409854211064092240894198852193824","4184933019044757283070235841112808883450295979589999014855840111665768013975","1"],["354996258671084531783178670777855026840319648954383593873982250693036506961","21506961289532669380187380234027710236294167087561565176296424304985231366178","1"],["256628238510255035903836565215894737148725583565429121985952180408140674105","8920928362781878790630620872747302652437760514554227153246063705207890942402","1"],["17514572095639270632071744945115141409644676598598530989362512026133044251804","3871478210243976468864948903110933196749659263608250539902430372168622194371","1"],["5557365838760522792602530023055096703877175163049174106285639343017284741355","3469749963716901999596748997719036743540029939821512464946374498208266499491","1"],["5477465600535621136383926468044661470807340709455068802490803791735967108616","10450070270620724482441351963869783447651357832930683447026925028646656257724","1"],["15368218967308095643050800921784926272917574292861492332361264598293943852104","14162885450296058838497587275021930246393616205246216148094891845734947816132","1"],["3098428206846248216564628433326306226860833692863437463506431204226572703169","20783937566021332297217357105186111146061665674521294873979589533153881620630","1"],["319834933061050742868899202061428159714065252303996073312774370430398860282","4045748703293977118194869487488865086121731524375133895225224987170544296028","1"],["18781832724540120336290839968827326233613189254153637858780606218268497017334","15845786944785856456267092019648647602798617848588818767469435235134310893775","1"],["5113572683518988644813883661707864662117092516583969878535445562094564666087","11731752869344643724818258842929465791016044736777247019059483861596609278300","1"],["13913429777990696439373168606631258824190094370320338476599608076188017868759","20664566689236667838960635316804341835414011881840271560557367673819355094113","1"],["18447986952518605728411113909641198431976238798206873635952011497452785093457","6300664802348510379586450287004260903289647632223747344942142117936822953557","1"],["18029848525519647014269159661977125673504187828849930846651846881572687569725","4644694651928923858047480899460475647733302792762803118839931368650852075872","1"],["1455626293443929420470836207912793899497728746640746810646254361068214804721","14645679459522314931443250458012488534749006125715802296383697729300891542864","1"],["21501694751673994444652595888445893655481548124532176875177130610368454400459","14925235759192593293291722491858805978148302258395164064831756440586129047178","1"],["12443710494165757050636098877083263517952185968252187972220690068070327922031","8857011823834674812307635934364323210827082346365354700226772677293893578837","1"],["11120856276425773521784118294018390345994770198912505000913419284193020324345","5051523189441845842481819712529611301310309144225277633572359337195236764905","1"],["14219292764171855336523401129339957099342690594608675462392233911149729364225","20990942167856241891099010586683028403648656371695265992590614297325809005052","1"],["2012184954569363247171870571712813054362224602878954016173025579968356313840","19018458886259494978316673786232631981656458602405854688151807401615624677802","1"],["19197782130130638408028430514378523909847435908352601838671718972063720628693","19926842670387863005282024388976122917111756687208748745243122332545822140133","1"],["3345096818854576200317872853399935956022035507072743440495548724610512598045","2783278958796112800117672582970350478547534371375377091282104190215415983058","1"],["18790108697265539357652646456793281786294068402593199270103040403509832792809","7955061570739564388929601222954473924069376965747175015730408494380983111850","1"],["7283229725626588345647269430945843719320996421454085091137257575007097577498","8080910183480303499313622927829311434277496626154005096950451315450166082588","1"],["16428287252648112115948806669185133659921799231739226147842802777324612325697","7831078998816852935712261036001498462841791380206037374697682753252521117714","1"],["2452226281925896544104499813616535081470993016242980215008365769180411496980","5196070037547722740944440990948596341336898621114644488035209499964760444579","1"],["17904902333025152185115436579915823335617718049333323294103818588025759943319","3218039202857358879345064562538296603674770686628470160685286711565178126067","1"],["19049418855252397095816766682740093943068619194479908344439780791164235585776","1957397849909842099751702200525140655078254338207198358431421735669443870674","1"],["7464616360091441592841929568122410167876147104366027303373148093327560071736","9270474456601756771101428247163624299468623109947181131432123509250587992038","1"],["5087710029011426940140985138961851189801472759857108832490763543140367547895","10772623703015449086054115895034965344508000412479365415707695017486764982882","1"],["20605579128013116744563204616467367046467555162695451068935407745487349664979","11833505843927554943911401463579776804708538969530461029214213774928504784222","1"],["5387784673083921655364392228504026338256451843893435719478871495266643599150","10273582285173692687038305839601421844374698268021387760211311055923685567470","1"],["3511809281849053013732508120204030630720912776447590196247031952993481717292","8458660129150577635971616748719872870973209513725458652967005465769669969454","1"],["15462073633196841191585888666618641565704079227556304308781439174370036562361","1627969534892518583094441846430565285539230995404066358651345948645130399045","1"],["14627702092408791329537115705954895706433908217101496651321863448118067431364","20203969114403729570418708015104068613771009218805418710149556529973214080141","1"],["15055839329583307505416778962432914487781990778316716680478525036266403715022","16969730955427434861060529700489943461085389609026717511846974943346680786723","1"],["3326021013893692387640300372231542620352784514541095582553433481506435405554","13724138329804858477348832985971420400352572384224626667587867606407771542670","1"],["12253295422876965085752037496230398590568847815117816664849392220790402743534","18639433418935401989119999503642712969353803602453497256029223872890567924940","1"],["16267658487725698049136248609724828815270200513057448806721705941323782276504","19918057887284717665112129705410146005959930804819829894375733409074845663125","1"],["6867800735110146846174487195206763823269957732203652676974302054970191409547","13125680002848386133392291489359128649747815702725821556114368502625054582796","1"],["684787007537639717934599639233501750989338744994206239490282622801977483924","8815477359180900930703187255127358059188219924382493201293466820322360815517","1"],["21657158541988994107526314715883469757424373807089488641300998338729243887251","20396771277547082965107259093938973010124089684365646472487299841992176075988","1"],["19725977109729764166472216360264377828209876177440607348651154471762295700458","7299486707880990668274054321215053783454995040820216762680572572816204074106","1"],["5311924313850527429806271438906491896014221900531651052068434688590615837167","17507569082300904599737145451850309456105560169951464250061885073586031257026","1"],["4339830572281830444848593780501282575718740535298582760438009836535626879694","20695225892342405891140374618205409890483164935286418059379409149565814665287","1"],["10221677247777578193084462481513581344290604551835451187201100058478934198499","6906792472688770979673471458460231989414014081464917255111890177724997005708","1"],["12495249254630064905918455783775875761284353796759323007089777764443874785397","14109074265550462405305432910624062451833305030550669976778984751953594454312","1"],["15206932997540196751192702703028586456185555275232423727981185777177765743838","14707039572225151901181628040990916066686494198392591595735856209732530900401","1"],["2025860117187126110014062197951965488882162942085801120483471144509819236380","5339503089033710792485641531867737144269760044203396270620604429815843354682","1"],["19492470235340604089012236429726345519560842161914858746951121738515618323828","20172180914075221186514783711962478944018580840645282143757272250172813189893","1"],["2516285779946002225388021787473785276955556262697091889219492537510624838991","5736359570492583520822736740786334074005849403910767274762521623709295794980","1"],["13520270254093698585572626948287873952925250077359968472389898257080800298399","8007366196214084529502266337392435119427836934991651807380060854446252833846","1"],["5801773002837928551240619027193733628629013632829802375012298448159373330754","5497392419302747646848445963812810102030647120567955222373774342166049115542","1"],["6932431082638749330539743746774650141894407749730546098395480641558004919640","3705888454803703873767909706832549999943387179170048578971084464343325435450","1"],["17767255297742812763972326365894891953589874717520946996971850014072174431448","5601649335237975547436247258434189101257102832227759655243152791511618507027","1"],["6389455162486140153219705274790020683929884174587910129870669128325100561155","19095000260805192723313764160466055686373601027903738491637516945845493491404","1"],["3984708983061621754263885299780622150340674122802987616152620507916078954374","14138752930584398369615357906114115663670854986200006906018075204967738674104","1"],["18506210801476299859024288056801509026469467494827947148509339788393509587746","18683961585628109456193110511781971480242267668451284879404167632540229371086","1"],["7235077699525159012445211421828121642759030766035642976206032960657544697568","6341108058396774368992324048919757945822780165036092852793982107974016695394","1"],["9933197840803012109662306116673170035742547164993308348001601149439045528921","7437007012417829777045430610542991240809369267698772172717441110937212046183","1"],["12027178162183551871413472865834656220232387714141268626968864021827374083240","6866189618093253888235744524149029477069060406791974510000542365115773545052","1"],["9515377731219884565146959245289432518031315570907820416981390467942435159715","8873767763791553295304090306561639032075301843905076795899998158278221066077","1"],["12988730784043316786957440392803404453984658095429035461455544057189109856601","14014674026868756552422202740055177099116669909097509949163048325665922543101","1"],["11183237451255993526409343004222605041399709498453875031706975580636146372389","2509935428439140833821076027592474077251745651516523614443451530248740193701","1"],["17200523814544587856719408237503852587868382664959517604593494190212141422441","2938523384340339686950061507678250417189450434214233153104002292986389424575","1"],["5047009524835571122479830956290921742165977655488265611249025142246350309933","5747865199055556788031080923628588299186701288621562470244367577263176284839","1"],["19116022118525793981347225966867126400950425903791023743871438930317829118727","1190704806482768604906004144757793716153166543003065534762682326713929514734","1"],["8995686340206298796522561971130193052835726806075762502650063614392977062495","3941919329805776677073975323102465974327140528859496594005567793362449068511","1"],["21306452752557956324110927007225066967419580512803364323836682971451625721431","2232822890596553655209201296547927839151116199178427366626704988043151997190","1"],["11739753262041154216577332196773753554376451132319142570721700476685560894933","190978255173429674294909550785064702804070336398381225324306774223131876683","1"],["21125246170073964645571283750932224704887962058006749997623792670750786938553","15734508946062343667462429990012391314923256909333012374730529979355940262528","1"],["15185569875858480714818496836974656029205321588908472224896036676347695084021","15616802484678140514733150180957317014757350581089863440471138643836467504484","1"],["16694403018451634458113453830875420442585674611538482872240708014646989345128","16827140534687486875221617737376624678032944510004976528601474348841841639485","1"],["2667610543696825757439687381201472192624055903442866145292111314786578315873","2542435461073922695784435685535522737744036442924872325080390975788477239342","1"],["6195396416161561532582318413342083165087210890328958478317435261907964762391","8579283704811721098810895616481065619920302909822608463563290143647990335686","1"],["12394202761969163342665631663828727806188559510124922758573220385092228267907","7958456869882059000406864279886595549212921740579266470800972940479210957142","1"],["17517847572129814982891490600756508470898702730870702409435029847862094795690","6709464075592407751977440457488611364525447793265554819634649203725204208140","1"],["6670002623102846736969758170107787535106996924706377096352747083595905103217","8098369844110229766391665112518339727682794178677866070993936213798231406686","1"],["12843237673328917938470437462439871772506687908413105370801978658336660751608","3651404684175258575019464094205884566051556398684866377905208040861779082426","1"],["13518591519775108367756409504067033694875087789719314733175067137387774014151","15301103644718216412853258041142492312656109987659797063370181522333448619603","1"],["762116976680448188214413566749283174413280608201945306429092472300510429841","13880759959915379332154361611397609890092104281892535078042256548554737726793","1"],["9233388884999430437738531040999598553327107206787656296698274270759137854329","19565775453323941496809252520013063494963651841498308178834278177430765373469","1"],["16455706089334146749153612616470991711174145322030276623908823356448157470414","13006158207224899682682770564608120038663051625715382808031038669348522473461","1"],["7458762517119813365500973372004545066801983447008697770206638949594001636204","12381815667290378440334250267438862712471858499414316275110360054746752318175","1"],["11022825507342086195083271062291734055826350866197376103594776647268318779735","1516865736983504670808517957815776071278254291644963260356480372393207990137","1"],["7394117657809215178113061291538463497721464937755239020442020115497138021101","6703646945042797883026346355338429748480325937543443604674852607013540204670","1"],["20942658927719316600061569178079664947506810455617085681443452159413516930967","15365874349947957813377148720661719770539046852046355772846156808050187296736","1"],["14458428481861978021753623684612723681000078870956230115277793388537830752270","1886002735423323724349087518727889305558539850814977701913152878252700870857","1"],["16203630707208715117404505265092054565196021234439076953191113099185936920235","13949260702669111908124031068288052752234709352819072716736190553550654010621","1"],["3806637536984725674816410967100660419794218431323183066021313970456191797408","21530985516178864165316681075829486270821600212363927093681979561743440538250","1"],["2432440507286617026951905420385658284667055639185941614920577086626257381500","7391673436795273188990860300481881653567651265171280953584479604365275458608","1"],["9781246456144318719407959491940612687447874491825245540385740255146899821773","16020501984441358226258199904704569850166644927276350417112910682749735384858","1"],["10074650928319216182489249789823548888055874368999977577321736527068659656379","8979637014330777239443858680026347220045676423879553363448688070025814881304","1"],["8513012464638779488615703425949158026604897802811412648204963887181082334512","337084865651295613731879053142951629267812198522501866685529505543016585467","1"],["3545071316930296090726275321496897624638550292998024157723220101438914914592","8935443751537461439517711298782029635356369250110044885666998770231447014248","1"],["18000419496023438174442451396996232443579146274501919125056690821282431435413","7526537986791775852230436324545661251623350213691818592315482793285536630795","1"],["4677279142496687426647059628531142811998904307442882065149648453203782011557","10372261582425864848904798685325658013072607910044130401108808733297891464907","1"],["500063545739931320389195455662628100835528084605624423833201228557799604469","5161955931416295051946032287559219331501705240191875345604581727554994619007","1"],["21693492895363944616840770659314936384366871395869335228505124941875051793165","10834931712864950321067296133317595767272132113556151122837578092201872775944","1"],["1595151852976232444159981320851774328475069533097646526969663664404759430693","12177877009040965949925260404458047897480672753264461666309261185702844910023","1"],["14931395213900313737807658159258783954295212816231222599144539922220258073382","15854629590918104583660203524625205336944167033898357780812183241788861429871","1"],["10872334892963661924413837509458356566078304722102432646280113407086016914731","10799768421804058722200541471515273625407549670416499690081135311975722718976","1"],["8624714695845464627157186992596614147493827518736060357952331560281322494616","783251589558385185221454928840826939980034973874307183858415183306814606578","1"],["4084641877420351499579851171837814072350824886021978399826565291804070556698","19863533397687643861546425115071164162280697987239279742518220372538086701743","1"],["20032690944161238944128865024209458354381481938266535035439283086555740218135","1172263012441233981856118326731752972643122191189175468883214551674918003480","1"],["10481265489298348645309427660742328349189309602333951830689647643370122780325","7658379967769401311605247880097720819466504837371165120431124265958195084519","1"],["3154318462627507574521677468832597382265070267287767628480356147975065084792","14422896092469722806372951172125713487318363568698856163746473954747463282019","1"],["6103224916545104559278307861399930933331657962639634310806392672407097593254","1796714393500339525686041115602539811429575204855695441338888277142343439741","1"],["13022721388031538152899585074660986669258772557489876970433342666797698285412","6055654813075964472866745537872128596926431709787577362039738970878686022611","1"],["21140635782455882251162960905832349792390587368056022378429154432094287485591","5053960868904440557341795843120891812996223801666703239540057620142195016888","1"],["20229156999815134395107994840952876667905469005632148567904980740347353155655","18822729126402770175013160112225099347204990497353641665128176349765102342989","1"],["3871366881642650488693274562223024352685833828466346103359776860827882897065","13975018208491532258356297050599689971203676035750191048133980482538938715692","1"],["10072324925738602468161549137074131957684129832090572845800246366821167408658","619770646695056603462050414643919235704891578472787823876984060383989342067","1"],["14042480700364766869024205500213367255514200416090233467045588637383923258608","13629667343187789895880831981347983792480187193963260807927339925525319307272","1"],["2271205209734936155362350160181427935648439547184113367829250753740100201356","11797086658620489768047779798253839859791484989175091964240357380202447018159","1"],["16620248484620816621028621063920817243653431004300439525334642913307715813503","10673414811626705582818791103794721397621915667905928480404171347020725734202","1"],["17045694694828295739663331138818820601151840840773780496480992231571891022343","11820749595597969019409752111948754462888915631851303418924949426559248457198","1"],["14731464170403682673356442428300107850214035274962334303918296741779694987967","13946070925066955545311254536640048324309430360870070999341669384537294137017","1"],["20558493698823475089381784012872462262519388755653137293284349942734843218448","19559747954707728469677113249621940471765453087522114292553097817238533697778","1"],["14367374942979101377960892588752157329619905382723746552631952374198922328640","1091618288847326831090992610287069772694996780498816980547265665888542015676","1"],["7391633063352495953684575929738469378890712582605131728268101402170429411344","6396113769865545228598281987885265710915142708289820696764240192424264384837","1"],["461821064499724503327365148015957483609617805675961756193474671900654798456","5513195870576974198834769407647073474326043471542799505256031996191345559249","1"],["395690546811024283183625363351640759008778688062785408382677970906467299865","10345176678378403217720406358882837775824444397563208902892488766569149849318","1"],["21121075937508766317586977605074580057830839065929226096455696605749980026513","18669776007286877705392553223997878231731334104705600624949901287175314287965","1"],["2483441410983626297184993159221370494796093118400737565221776728460913791934","3391857817576929334074135367766425030924944659247819243851173248017286604369","1"],["5375369101969552976879476272959489251775935004818674456315926833361821862209","1162200523468537337588064500423956021505458628886365217542843340205708553877","1"],["14161617799450153317896701178493244243484821610407971551625665047439872745249","10037044320796329411676105915498272825650655890144383810833532893036667627542","1"],["21539754265587362763526760758955775550153641571011264266580872543811245069137","17910893182565421308309987538420980970071976958354496492334379243496212206632","1"],["15044678882738919230225147740417046611210944607823868066261170965367146510648","11142415114739030541582424821241450015744365699905443434759597946199314108268","1"],["17656124049577646768813191112903367361431463496163265324930209666226707679306","10510676444701048273907021336549284868411827418278291031853610791951235789431","1"],["10908749121429459661020025313437238956377959570914838910253846712060662031034","21207302868621455536635431007751181370439842162001896524263044978054290716459","1"],["14887927255259921686309274128637293169866212131721186715265457256365426130088","5655854231642594446999747874578425611097835511118640256277833476765148218474","1"],["12086763631390306940953963863418918295213260465782263194541059284860836969756","5994210591031485958141190984036551882704930144006865682886465865149784551930","1"],["8555695070786302959784369503872439822995007891012202472297041613062841262010","12036946938263940988472278117434227147475327411118800385182485963986107410011","1"],["18900119793866357814859891456272431538174895012009955747664948765357754448983","9567024079777120454088616971190473060507694316819319915858156082504186878592","1"],["8614428162689184246267798740171226522471479020998467104695019712005211669463","20033915505920514334428370784961842973077310613109818469896988107675635715091","1"],["10445943685189005135464434355699303765132352281361797579634903861633716101955","7567988294570595301103327875484211166468800661220595406789165202391550686550","1"],["5319535172200601761431296230310438528588128686351085654203325510125388056858","21250416387697625886296743142770801173569086249102398429804635951681243417565","1"],["2575785426110155763272665634589510945417212462855956514172326494084294833421","10375740965429616277025996859456270914063365910842371355963530422318489458269","1"],["15891379419022659831699925462679821405635592538821487649676694169937783502296","7121065895690651030719502490012090926790606049357786657858950035066585603043","1"],["16138525899445142061131799890696850575544510992846391690765035507789736509229","17961644139308410513836803161602097566380169013577293187140799645374087143102","1"],["9594033521596749316371991056714213039639455926426589992795688723249743643247","403995173674835201900650532313179866472358532078849308138778138846449169434","1"],["15899311528469488304671740954824053468823435148249668667186238358862230658130","10265192740994570825349197664953037272095150464584398795995216842005653652066","1"],["21493254470614429190017029588974651378420809068300393088786655108347660674096","20535633235059556025120409228346465610931002012362695780646461659193895122461","1"],["12464438443658849994487359798990734467708997259034156701708881289278285711138","6173906597652724630767517588852486220982910286217550437251287215111173313935","1"],["4150303194312056060373577691866013935425429829590995580105291883509213508250","16049757301254787873908281067717542701844765098477842329861642769027891422580","1"],["6685151493716972958945611395766151132330296758459210691543387407673290169529","4757886440011935330976141154370060421517999470655392164602268198473088860993","1"],["3749653819284917357127161930348282096279765721357981480682591782384064471100","6528350788586164184421294939065474363095240206443225631130172867110678591428","1"],["1151698624610240282684304070239128305168301426632251931411448345692832742482","2739681417870933188359349667227535730347093358155665876965699251246427148200","1"],["7599609427294251408469135038586342802307114725373250200069122247772966204430","13825156693036822850922368890785747172777395602541214862303874488560344210538","1"],["1664124213720488556676302777764528397494872314901811180719158756092532950464","7539352835229008266123628261329270820955011221342385669155316794935780526158","1"],["21524312749752824691825229293732315289787701673388898491213617604957370196099","20273471435527005407560641050378249529545607370198768019798366773570030476211","1"],["6775247968451591072117246564441168893679576500207355010396828461052663537890","9204697547401501789627763555605826620288766218984147383764634170400545594078","1"],["10499375864361538372912873111960564779500550698835487708940575911621705919526","4839991403464019653029281790874886448076311428668291839571148699278142923618","1"],["14249733715520552218235371005537314774236033207102546295631838969955693989105","20317703370646883194825484548564478674652721612973977354739445350916934003343","1"],["16495990852475493072455378238568700865430146216914565051156923637223134668382","14150416483057170048054868878970549322604073743916842626252078960180164973008","1"],["17151080240632460960218472628508777892374299459776925240846450249811929408508","2029044604689818122228867254170720333475250973378099025703272389596124859872","1"],["12863125230601222092907936811139079438571488224295465239268174335731674457058","10772870051173139989230296956590038546349885632725263259287875767553685694604","1"],["16759278934482915223303885492996755774075693129867871231173944606263654997060","12692633807791460542999892224092264968039411964242465508839725160267090885671","1"],["2052607400668593404420192470350344176257269480655558710542536253412577006329","4179428622095514253670302614682216750105169895503325482911097524574273735340","1"],["7211282895577939945270929589995429165764126082437066288120172264749691556648","16679052376288424098472914086022174339246691444862295225004254010499420921781","1"],["12920619009303645294209464752314156814883582238997062368695604595503842004805","11667851443074276248557711962848158781831970760160214862095217294570168390612","1"],["2534587687642416585032840545600095082590998923038659926159767245453461595544","7452744447521983548449094182851507135731202029608106029249351729129416508851","1"],["18038430499678846244302680631301605404120019128255217941981687365871316698842","21108954227793516786902811510368780274174028647506201609112631849907059334271","1"],["13535369615730092824048525811000193215545544123378864740165673621583351456762","10441751215683343798249289057050315115278190840317033372353560229214986936744","1"],["20190156951275188347853934493137737005063692662219122072702619599150821294698","1845347784668043934201287203543313828159958670415866280171484296658799414716","1"],["7565049993851602680246480719881132831062839256254457449852811898371106853107","17456896325517435622305021354320291601850158459167408701091213124199018031964","1"],["10983947418842993692221876420600649998474304164132443209608451374565638287456","21850128545529793338062291676905365130816001175502924538602589795968840737913","1"],["649817144585457124466306607944218438556067576525956119785641555308980691531","11369113032910007636506786702992776590711108097113492264830249334072236037287","1"],["9821960621529658147823286323869806697741520170184998750660816085445314291162","13029713442011316576916286262395698967711983846358375793818818434478552464960","1"],["11512704411019859936013358637077845930803397364161747590859697461788724146301","17647403962917009332185364337405116055378257259159308702388445576255252484566","1"],["15560980097069058980311297033251190787519458030473894725027717583155343015792","15185476776281859776524373203255260489559418696520020124370995483607931482528","1"],["18013419198016574532205419697885046009905465534259706243752511399281692412065","6540763250118876675000516835699529879771698322165060010961510609862573099091","1"],["18028038927430495323682603426538149498278666879889725375529457109864667096446","4826126383707059594105957833548026784668487082405271174742199844897022339224","1"],["12783987401816556708817753330497866230881844366820817755415588023187269962343","19888133014472043228852255437024555606831861504505625927588126765737271622702","1"],["10111008213642478997721250675027356981925846807494397843782626157137109925868","4100688727650881719900556547438302043803970599463862791284787277469235153127","1"],["15631667965289822792112670549627435913173370449991291627268231668499918805047","19523214249792475124238933623611852014071346820559761344762897965644949647030","1"],["5626035313344172678505079475819397613837292207908232381299153648048445557000","383407315949686719092292841165290047548310508554818835667259437589566793814","1"],["8997645906504518978874217946397653565393838087584555105446671676593389963689","11943525567784764586746942111025664219767932342891598628668105070835620821802","1"],["14051645913222753188284263535160792511828739325787253861487216725341598425485","5858264982333275857469309967755916321436339071675231696396916265412266689635","1"],["6374603414736197504720211618814543482100665912221082452990418024425975414783","5683678265870890041470520119661100008992241256823390581909326141329773830756","1"],["12320371340771268529497073812288802984054626797424717200491195313444183360222","16008652329159271276620381409572216523268689582415101198540053662156951024073","1"],["13011666720367850246486732954466532553826423799433402177393910600774655928276","18249143842350181374277603152353840138956331339251910750436794476369254833233","1"],["9791367596976491156181599539403734235226233077633908908037701016978751919533","2314355048364388319610027769941109449972295501076463527792678406981927819409","1"],["15289503646893656945825307470767572855810780906769130589976374163822417042405","3781958553580819862669008733343324845507416609076517132475076766059904689891","1"],["21867514736038338399899884012985260012206902341720837757118166151847996253002","20160156445397226183415030380910241079465872969565905058770058914661077566608","1"],["12401011360888641817165245153083281402980133108017587065179605309398302552151","7404399726522208964851113857235066627540998129850756109913188933740402843941","1"],["21270666066506506099186887579536841041187488235878079220180021788433878825258","20794223442850290333766407643573565355852651070575235996735151399620901563311","1"],["6871399277704145022930916773469921703440392984970062334220463035201811353966","19614486143957798227254051450044556819503751718954053859536857952911464546332","1"],["4078190630275712626255066781837396471013892162493818672915858698082972366776","5691847660165119770435918877708347307322543140691139758681731662267175820245","1"],["2030453676818721797911121647450849331655770372336372183074637539722159943521","19488064292309497015206729500239757914797533235202213336204309108399828519","1"],["12705175308591655994641436398806022857092793596748654869065052323376947800993","16604388428766088780753591318677190902100465384498560243749161386431880444180","1"],["13249448249309503457649004581687074589159484252414204147625472140697786923430","20914388984874903228269371329727497977714424286033317038713196707737330341152","1"],["12482508418151123728488572807608002841240716306603922038691172115546161113135","8734753781962438260007452673568914782311544938850683753311548784094146129639","1"],["7356014301659916308357991438964799678403403089643830449629488134078884404120","8164031888876857946982247600326740635595275825577378407668125038961513669137","1"],["13743377550703234211343403813327736271298273403281957344559311953893762124351","4265448786931611195364559577763756687557586151603631783715526926656022514640","1"],["4264309423694027063960346278657733423911852501516557006806466790300224081064","15714397323459432488730616432352479816315387573577727069209007103039532263549","1"],["7715631641090455860641119386037399419474804320312805006821057711705763564931","1815076876333056714140783373495888310412522004402232924930584105989416932884","1"],["2242781105601833194075081734371933526769789679087514586276247972996533696660","10906979529254730078613148022610851240997209353440585860713131263043848230099","1"],["341413966168212304996961123113080593599196574850897124574123432472665409573","9422176352020955133385798042915593650737557655240323159249042686220024276543","1"],["19081768722133698282092083940146631991423036196731445954744391746992405979637","5518825889078117754291996967547891813093464568314017493573967425693597701682","1"],["5358049593815071723006257653187464982078005410156674142551315635230806121740","3599204462204875299350422384166735788467934196583496200604095023690601983080","1"],["1502155080479758053713228210801662904493296903161131223383185161615654770361","10424292002365515739050899363854441757311354752165941471628516025025952045035","1"],["7354447854829883641543753393038390568295922360479989070454617945495649957049","5735580951163290774375225492244440032798661156487987419229883791715253557818","1"],["14446437533456323735449746115387890462862956593085607652656260377429042227319","12436543134928497073373612277925712366707894391464262168419393294297508425298","1"],["10478478050142803445843206060181530934306560794527233255775378708611144188128","6333917289805938681437401568837083961454489660900816818145371662306823735294","1"],["18514048201230860710136678614818652811760022612119388609665231920064394651182","14001718724393108447698745611718133511590584656495316749102779719201545430044","1"],["135674784859971462612173663446751402976523346792261223834096758565519760297","12902846215518409626796968716515887662752965953504570106552927346699778333667","1"],["1858252937599253714208133058425930643736964443977779134909269062319165516382","20641732422534975775246800179347530618646522579478948798439028767042944138276","1"],["17416223009340129636468167606643988660181190847875634482255907859548573247230","20259130622489638356058356718373187774733449436520857964346007855818518938726","1"],["13948496342547508118403950104224667298366261224432785304022449774244617710935","19379959044590738981611839106443055195067508738906240877505379013024644717229","1"],["10183910446041407906083744916442548881755990610627046679533142389602128811205","11804632841459422750966766124764646270076082378781973467942255363586690520249","1"],["6702740887702309027313518337455406919708269774201502243289819326459737458011","11762378796560566733641573283501101469621385177877779358818653391389780005518","1"],["2280769529353784686241160180549511643062896732855293302765030352543976655168","16036626987924037023947677088685569462345967732408538793248584190473194643569","1"],["19283723971739364079278503458959267848994984339984067166154820803948146863186","8486814830112611440863334874046270690289334903420228182560466115325585269166","1"],["13140810339620070609809883073254471333581123002517267628161017248673658773091","704123064198374247772036000947536352654072223248786980986555634714951465345","1"],["15018464661181848148314768682295923135322229226468498338885020848219998564192","13833239395936212263654205619063452517309955804222595203818158842455187543798","1"],["14370267443295447576867701241374604119768530881502152792274217989943429243991","17214381973981635847722410258904505746306555302966317545230377603098236653476","1"],["10710608639967916328453053969859217471108116510412345486447728951485446610521","17146773571471850920908942899301232802582781882075443008298602914200768971567","1"],["6568932070058944954526471976382071611477928671540464185041489757841473941983","14769913291164680112941233782590202488946028821793465498007355079658310354841","1"],["2665507181668310579560486010959767265728752890614893414381053643053897796137","21479301367628605667695071114723209467220142368685202014145097490221579756781","1"],["1704451693172611374350305134638703055540852642207540332886560191566149175747","18083183308967955722451377098094530817891701020068494085750194881585040851210","1"],["14111438216892691150045434262804632781146828008252099553999491933241039058379","7544684188061928258668687238346871511154211123886008690186107059810763835329","1"],["6198737256967508399183826987511930155063771580407707245446429143361443437291","21214592378661578717373404651343432993860561090480256246299630602382287231082","1"],["7100025665685086278240943033991175879373346328070282125130366442585163834883","12282538519958563000954521862577439367139633617175890952049509584328956298778","1"],["12225144528820367174115420889442486929441582635711772486622033224142552609747","19217757946539493728128863745887349190854813799005642233413845386002030256926","1"],["18952049100326219913647627860499358893663469749540467996258035881152963042458","4277416935843910825306949376922563007898014807385879051798030385978383230567","1"],["14859430317694388727941813007747340633701053210616944494359849029982866207642","6822018291090270064745947829758309326214982893133101087737157487687730449086","1"],["7870132508463169791756698799262267448062492210547231105196389001797366035484","2715417028037531118601860464111169777623190515571587262213541883915831390122","1"],["119492282481622426538723219708464591293101244554043671807203621456416891165","17817041239351232259396462713422676870754599942466273408670817142783324389138","1"],["8330770507351128926773925727569827308680330863261523475212538222394745327867","9449791492225321663946565656062547792529326678465111977674562555291801115618","1"],["21408976475892310901938436626383772986497170590230026257033849110265204431007","21289195376178503004260032281259239370547713118900301285756200913078987144249","1"],["181689773892762518719363934339684871104775496488682517273493510629688792426","14035948790852680253208919970366023172714053281562367392856902522165019978695","1"],["8146995998250496589282685631524568067318386152417422793989918849037229348517","4004707881483768573747419263739399842487212105784026874181687916087785128511","1"],["6503611204002891791488573188762151672286255449195087895773941143457383252175","4719184070515486450044527571070095044559285890681377397230969376529278011293","1"],["14467171628229920197720996696658887332177247250503069551914016780704407204745","3862218512773033773298080959992300858306596119939138305737744566171407119021","1"],["20548778012609445742904121005473794189267220901384791349252219067639153869290","13756947345494952475274783601095697605625272260311555217508438629998087567796","1"],["13717883786246308372117329931908198981547615743911374656017938157587007747661","8364737560731404432810064572680528127427603301143179180219114780726206491986","1"],["13789110140425021481429937276159487551176406623197615569369213900289286365430","17853566575663528187636155414999965760426455956752724600260983570854997361573","1"],["10432124505323075180038345296748871266760950887974219646318635065523981065874","11628026012474411976334309728263303940078199008295030664346564478616401593568","1"],["16430528139450634932017824785030434187597323790984010872863420116344584514324","14847800837187358917740788411534180749979969746977587627118705046822655694382","1"],["13745519780112136772770367291155592936154854361444244864873812912270033398353","9332438614120519013410622933326598220081717700158071872112628713443686968727","1"],["2613262708588543356979400621796046752025324833745020083737060320975487571447","16839753008565317794202367628658169416892210389260258814179983178450774071375","1"],["7162788740027882642126424602795917904104443950720536783044209450816710657821","21030360710527064232067731918726513964597884570446206983402859379672892092739","1"],["6670742430019399080445776716045593980961618620357715912893242679169088386312","9745568570731239673937006479260653938184322848057119168908442421564495367442","1"],["21304029360306725163700711542075128443398794242744292660782582738598523374772","7194053157003537772397196869296440959480745225311598846124298682661614845314","1"],["2832624893539496465625902257636682262605223039916295254448970906116321008558","9699426703782689462539942600725343588799095493849005714886784459970998514986","1"],["6616751509816136854949505391590589386015599065874108489977745028219511817061","3569782145573733833997876592299613309655005305203797911197948303678765517009","1"],["6407695867253863742849250386064313096862714597991055348400686478578751471944","18045253996664162517060066095816105188139652783946472671766001972019399059666","1"],["2449506435871028858189903135212064581341020100677086630225691276453440473596","20479522354736899738709745647306279889446182928959634946804533056531138983469","1"],["18406512668970968138645692869340612232884473559876095371636838719967963445546","4000800176360380156361443550298028659666094726417441470649144448385331795245","1"],["15090409532295664497867265083982673475488576646182674749792459080173069670170","13288797654035940835175450268089353274128187642648702742011477940433950268655","1"],["4602358347822844736734799851873181647800979692326592219485869815703473738616","13507057718767044800460778931199731448122919573042190273822057970612788912417","1"],["18863892980224215788796244232245250300354817368017067412242081747978871698430","3889172032576647819849000041695613448688608644544752570206897576766715929314","1"],["14721752080826688007240593091168862973273397400227606791381027438424361380521","13150712645368242633984835166360987499951252732065949099582779959332839356091","1"],["12813865380260362607907257858710241402345482937024404185692504194676707405529","7686772811975104216576213515252115440178239722506315927918171444981098664920","1"],["6698464340293571466879293703221205144064523860044504455377638990841154227860","5172736597192852660921455907331802559898838547924198225652708185619868020055","1"],["14343461166928084921623742938187320619809472285048289179684190573913829060914","14632214751692742863609865960560418802389740424115045683569817715904424881059","1"],["14276124867376452018655403004787279956949840075345100474133445033611002113107","6684606875787441080047017727254459636460024398989995461352540337941985564161","1"],["1227187777454915380322002724438146148329530119451706547530270806861558257207","13693402798190502901674309609157951396455399102815982628826460503061449539037","1"],["1141201230414324802769308192522676761229282486565076195375045799954394408305","12338489669484048465204091191332105132820301907165369927766259993110237853373","1"],["5931295329223225452625728071055108464047221823088308200096276912998640549731","2682342819438301368241926053611244627001128797686706347423106987014582287097","1"],["7793649363387668593864304465867119265444272426576773700903744252899156713759","5987191565536123928968416491570721918832184452590302343078778172882474313042","1"],["10010615909479410781582338125387695894420924163668615368372353224117734648427","5500769839837000188139573003521447237979452858509901698948166026162190424921","1"],["18719641953389671242312722299217201247882085733609671862725245294058558977791","7099016135375732846565285726721914639779154428538875348784135130308859366149","1"],["20752698059658268860603712252592945936129430314808419088235625137258653768934","18137269390473573546943307233256577450868076482675777094276578582037841640770","1"],["11754541972896042429694469006914026751753840859413683576121223956377557653478","15249745542311619253586365773908484339800367358188741161687368138106684236075","1"],["19766797077862038643639311272403973775624731422177923676122111738384674063370","13397477016620167122714559718226258067375528950149656221634230468601187771881","1"],["14788007041218743033545672077968345851941207644250261330393733289181559998479","11139932720485627624281834262984135612685812019940538386900490798573903303653","1"],["444822757518621188824046765538558485975254510610450019779715192324607936013","2849640181467122952047791676205062311550539872421088791795350334490220391198","1"],["4177287459783633256128807551815893462795858213560635704271134712790003387637","11549409540868156649289592122542587466329318952239700074161261149034174607669","1"],["13439564147052281608295490232935884916482081076530777216331354657370913077087","3734804274118966203058603020349586368112167672923370000569533775857195289621","1"],["2212547580463148078980665650724488448204146630921612111058022364223957008172","6735675681540657171302947497071596233315325933454081704115778137106880256804","1"],["2525042097951681767360342202211594377080036158992519513056891548940923563517","9715481727993507336487238884719987272313959144477273482802682510444990165247","1"],["6019341869752119313903333178305911532016381076813567037184638284273903254701","4333031364188493788819375277565697443334299619911776758363306517542205688273","1"],["5817533675205827676483061186243710948012436940565594563143789142812842613677","1029420415152843426074069642748030777922037070526700934725894454028564754597","1"],["17210716628490295548959377615075978171631754809215889767584293280145355611239","10652931473115817896427322483787237333418805218405727642967846946506459512623","1"],["2913462978477281127093145053188567443403080097846797363673271394059240871888","12373049345319853926383520439283146806305537516149504343056542509302534847135","1"],["9545543381687403352231186204337144808834324684354404021231276529692227971628","7103403493719360156396653192515763315660168859659976341481632674499987953378","1"],["17639548695908175974789260434251566707531491784281077705484159135196141731929","3981896065761204283863379012089016619068834445734637025942694804174823289634","1"],["6107173372091442252056061126575580144757949946422560800853247651165690222179","12739612313716694071392284349750253068995787924205407102093971812489350376358","1"],["20727932950648337588718602039663063206779506952668446103145483633374760965149","20993823167532224467217402707326736119323514826105071540024620710504347014430","1"],["6722177332031092625767425555406208581628309146560340632095875058135329970853","11276239864233575006094046801951571778871663851212306065602884677474225306271","1"],["9789416154057005082830188964378016045352535139743017970275277379749014978596","5076897680446671562852646364301488181613362417406727738711441042747708799152","1"],["12214769134503383815307107881992723708536942133542102450191080081623218308894","6816166743841403977241842154431627081923531883323246079167179402788253081435","1"],["4935905085079365995044451905197572325631894971861021692161419322277261006530","19908790527058443720814255674661519393189237359986725066558943961584667014847","1"],["3812723212128713236785474835746906002891818620615768645474223405744099691108","6832327646832973720538355467792645365964864814329279129477447197718326046475","1"],["9218861080686922394368104716117708917723885003616106457329289268720912786774","19000222650791585857111437474089032798629374534678936689947563079412707399217","1"],["3547374567492004419892077290995819339526518695466307353075283252000661723450","13166429608963617528290854473764599140024916775741391802075423781734515632604","1"],["6696491887933583404912348772202554591789648993759769417909820734340908625600","9379194391145117520980561624459791487986791105971447368337296664573751947916","1"],["4374729593053080399277935168834195124907159838384035797295250564412445937853","7192540701548808124662323490798924036208916096136679634618096638634544384776","1"],["18980411435832235727293690614182276297654385483059937807545416740607018111502","10942509888467084206963248244148654801791263110607781453602055807926708805777","1"],["14900631995165291054825954260474799372252191350582545238986799270329897930866","9310502210702601936585681236663444400807361071995172687389440039912226800631","1"],["3888248630715958554193176320886467661691858781818429830681546897583890306962","21401330542864479639247159074333536474132126454940956409743386610622915367397","1"],["10941017703347882195103896465626707580580477724157873824071079249323917862648","19730682496750743611415008177936030551490702497506744682062343377115717782232","1"],["20957386400460790668340448086614470644024016219237728144781175429774702282562","12246929838616734885398868595113670842601527535828373015109659627004779159706","1"],["4333640488945910001229650581353225349361891118939417568733983721532596283145","1823615547084866082932947007110924816734767978710366838862033424499119532402","1"],["9923074544816494588125629793670413259309928836893625844933764103671382989976","19226979660006702531655123765863889916711127785899370554024554007247321348197","1"],["18942459761466405896913122522174559482445767645223398950007205353567865538538","10298776987314020087735603719691269306028587894076623116118196255669156006155","1"],["1454755965771519145057175852624687756713252681629798313119736149479965327280","117867625004213996595279927988588478394669375783001033282981246302170908951","1"],["21741079141899931968275144700129298983368918009870191897921636069853352239893","6317808015478646802381657033170145749271567058508821417819519856304170062813","1"],["5375673450366410939769666481343635589230856002494088919302564038219934780278","18810340875427477871664167969594708348609807888629696871634665152746108155253","1"],["14919416084776674853457367391845590832243147812213917032447985492858541475576","1491382774631169303635043921384295423668820439585858632181841299550456013869","1"],["11182869186866659980064740540492798753658339817384276447417500631174385090562","7904699819124985565048602740429572360626730232330558466801217621526282886910","1"],["3959148795646143474018038560815974384153607864238766226063232925683347683975","21820515301230673029355641085056468031910547767659902006196878236995688855486","1"],["16440439048569555448272149632274795541470142242363809964970435133457679953007","16059727626496859141709318348218412791647402900578868260197183219752539716028","1"],["605742089361086932884925648442323967936563982774911510407797340214671199091","15324878849906477177082203936714059524874257485636098751955235738638333728288","1"],["12114147238021363905355029698226209061557274858629375575268566812995780814055","5983471582408012095335844209917808163806246314899468357736374211436134166163","1"],["703533183189659734554814183565827564437847113390644073160405798917213762140","9288511414020097237729350602588327615544525058684045420346803755355730277775","1"],["5671585280785005293317144810218904880634802423979412679459160100904025946533","283988903507103022337846011766175220393311051335305468206065088312079812255","1"],["1226294253238863259079607994105093645847926583913960296130470102756494493491","15428887973086556565647235505627546795353873198942005341776839394842730019095","1"],["3473159667967102780015554880038614518209905892819201027399025622185149367156","19965327351781893572023281183015751937047707368127079981123985090596543924325","1"],["3519816449681148475599056131414521945303252382755742646363171661079320492751","19728004276655772211628780775430596748455939498177293564392746375449636042707","1"],["6589224159624612275923902275183499019182236273063477987171119222867834986223","15234004055805323155325148729303105477980160958715448201303428443472212593031","1"],["3723071236064128291338979280234078651586960041180635216187323766940035430501","10627907314364263742807682515112434043031606057111376553815463060182841672675","1"],["21473767116886502371287013594456245350930951501458637410651486269684613793661","1540746287428902447133172603685660595017212595096434906694565152092901813516","1"],["11175813970193448806615434787422545842011954141732597958463274120407944632010","7579627535643818052509938028674842811025796014396659477340788308777054178358","1"],["12682696554186895492787228283157142075057607523572270749609630451967252310878","14384415657313700671025203331091811844516250439767971192020353213836659253430","1"],["12221447467358757724047990059557172562118694558481667317411654172848627993714","1849996484245678923950698119114954133712773341250936389781720685965248711359","1"],["6654992360379962290018900523371873879414408248571480207328519288021171675093","12216498329463973272099945402257144764295187509864847425526387888425548860897","1"],["1787404084442652851286694857891485412475805133087565835680776312147832143290","18881293352358201250464024453041741480907055496283695913375822844653687031224","1"],["20588190061071131658173922113078172557661477687011694033031539269315923016681","6646919683632171841047109142754422949149653406152263206129524377698440633971","1"],["8927695674462405499089287115539967023512461028016438240134545572566572160865","8172807988703110774922570647756912717583853696851328413897462879600635065119","1"],["6873355328687802892207800719865036329493477161576709676067557950776006014680","4718368228270837991515663047288233945007222805661509696349185888255552168800","1"],["4558397456117270212534071690835900742555478846337692552920510536390686557787","3174014636155465841808689007873110933085491636265888104653040630973562712372","1"],["2293097398741451446431693044989715139183696964348617005831461288409040147657","20291343544949535286511551621077150364761683032993394400463577415191418550832","1"],["12686623128173115072673858751333850039632034401548668188121873576040022810703","16289355385516475171872368389797808505640251795173931369553220402922152925755","1"],["19262912022727315200293586038649092567772225428494001479959995432799690833167","16386556509863277530107482453409664633450664600631089590190314230666848384540","1"],["12344677819064463887818904055301714505414408314074159468951156488317125127437","19896966185119077128042884091242273581741480324837381583679663398438586901324","1"],["12277513174914338211693012460273540920315532234029341924154720038809391171402","6350866375492382594954266728812053918882788861697069760144485115119658829299","1"],["18429502722157027456585366928357096080113177597746608938227457875897590450940","13573572138456288494502558540019506135275800910775545436218538514634333481277","1"],["14466444221279315193439478127788760493028462813419173400753659778613728532246","20214037021174982886545515448641167963339044833596720706930964563344293045387","1"],["14020800473650030474714887892659594906711043527593535624606880002014598040551","6481794020954378584073505125038380913425334666107317215933890974326233342582","1"],["11921377814596109878802426385464400362878908665006055335891352966339095146898","1022921353902077709452286350142083515216384957881269543654597165849442635362","1"],["20379467261530111721899403533982957793497890383538634798278269185591374799686","4788143131273455878271260399197636862190757090713065734811807279470939517841","1"],["7407031909282273753278580815732039368784914209398139660599857593762014493230","12416947480819388724051681495572231615809901353437328879023038538002662840363","1"],["15137514717102955860965360330981758457861413339175261245268730144237753466286","1531772872273109901164576906920998695686860712259431381686500332875938037679","1"],["17239013557062034180758564013254542108124250333880584792934609543749859273295","19806525170955577094847797055459157668834599909020926180154575058552131262743","1"],["12783964952037095789089783678621760219858452382719100049183837815044572217520","2837446234298317715297311738574374608178504909757379281701175442787346746133","1"],["6387283428622486383015174700252273404943174231844966795752010662347443725762","13420999858522272409108041482133656645236697486869329647093336163644900111219","1"],["10574532059990277254018978430985018117588308805728287383858366738838303747499","6991647783091748005207878277120688854497306685110757272901110253328238969399","1"],["499973695819258096427751255526882593219755421602684670971559962843570098223","5202846571846365221542909976503178066387620506097574222094997853580724529133","1"],["18158361498815074785177182739195257187926326586668662200674384414301398995979","21706261483126132660458849958580443502690596144910328937003138999118707209311","1"],["15724152477540720178950345277510704593390570935444002463064794687834489148946","8153413527525067000645590638010115724556900674953527208265332445494785802091","1"],["6700279892103800620346586088628169317770027544685663687649549333564462486182","14998915267405109509107104402579380560435146671091309573119034350024876185479","1"],["18131990637522303167262262045193151623877114626193642386505444917769414313972","14257112539449921292793357655562798149157934078966883224748471821506482935904","1"],["19804685153619184187014298218109284799941661520690284182914900388521781160903","5198553083846236660576993334770083930029837949058751226716320328934452825998","1"],["7852464849412957796962435012555676659314389401107260528786106815152598392425","13561531793307215310407009618503377206449281665347809716891894697138894622052","1"],["16364947013707071701344959842561070963213493864472394108881102791949455336004","540598161950204111426620237509170155963247404959465283018622734527746804042","1"],["3889726865150147276490714378382068422637580409549664474326851128059880046451","21367858544723590629465173575035896406636231149667701685097382661010642424577","1"],["12893486392352038419412990572952301683135385575076015346062809554010725153831","15199807031303718006164887076183555901256081830504206400674452720114882628181","1"],["18802276772821738190180936003852884450556822058383481750352262012139096974302","6104882031697925407374001392237061220790149006140651406365332445441225211739","1"],["12809424366023784066801157001907731491889965836891468322800802177252740275989","13768548485194173974422015018467425470651378003291568532360174382416194072007","1"],["15072480662218563960046712354489816495743370019923743572134083626610583468806","16398818277946438820760671391591363580382274981522599911208631224087937582889","1"],["11945149180550885440238407536052030919236464348503181323828881060567389597227","965603317617828153642818643186272796693348403097685505208633716382106114648","1"],["7328479912638715646160620016273801244877820611868620199306320109419502707684","13317383013873881057341341989043422496891438666632256742203946379889228266231","1"],["20199239898444289023427618919994425842181599336003516366602968052063927420295","2293219006266481509397131440483732222932777673049828271050012506762435234678","1"],["13073693387198890855223427763235800999431232132343827373785443038749160890921","6121187387137524046382243074094286762529217606821584849222092444774081258161","1"],["5836675440048621104112561676159033992124802762065740515256193688027957735046","1789732046508078741336064098139664291872127691624581513129549358102326276089","1"],["13452112549258206107257166790192077530486521779897578278296448190103736760713","7860047056877034589023503748306825999460766301446195972407277133277450033953","1"],["11301545014048202107815424034433316387373080639390198867127547482202596425984","14782827093832058987028453415047235371870617879573139046733269998625815410382","1"],["11504803012554239688578464615617764820985722515559143203072982050931497002426","8071388048257527734713294510037103054113538298868711345360271032817747769738","1"],["15465219099444728099164109278210576083239458748098684231423229222721123031071","8869634637082803184597787851060369887821747065147552902135356250788439159811","1"],["399189488017275543715951930611762178054870069615857815275307773002469787798","6365851592392582659945043503011372746165547660229257107235403365915867715444","1"],["19466525009473633382133760017673618879133645832040264415715658598292624359268","3256893722650693362928897768998732508336191906927466425218087931069106823585","1"],["4678096410059610028257379368236686119239925760035933799246517859855194166938","4084249776443146853090374737424411701581918027377042345673381904389529839875","1"],["19821790981956135375045373237087515131942205944917277432292774145978360787338","17566435058362789222484808596562185511095731466116734944561376702957129694734","1"],["3480763050943342150031448230872605346544234351677413112968872980812051505373","7402475565013156192471781283231715730517785497799080828133269932813841486438","1"],["14980141630352729599503828162088692231308999911634163211307851057115277741779","1037234850299133543702027113204048227816563924743794304929751005905968270070","1"],["5793450100935758162880028208472990000032896734138394915280665016592534192870","21314730515481227096882206924139693021043939894622788415918097151190099162788","1"],["9174552296076813672070575572311051649251186217705744252096996411923360949774","21366052884307458720423123735112855390628746918907811195319473362997526758809","1"],["8198166194723850760555006676070446176336303544314906010968027855974789865547","1204176412954557237461077510898493755675777041219570718650373702530611779553","1"],["10224967939180087799613281351983395689356042738630918110137687489617041901595","14528470936216182412976993407654954022809438263247757902409602906793730171667","1"],["629252176834051617722054629300419725638861743628906755579985184144334936545","13498743018882372708986780643716991399271424627395399526060884187628321819760","1"],["7770999931866488696337208327535188376721865259726859606759449093655097818471","385816624231424010872871015792467773695141057159145745781522993534133339260","1"],["3668483125207935942449837425129801030104627249240458566692313297189915318661","15306406022773343843974929237284684602729562504130800892416358607393218245738","1"],["8276108214873882505061390704320472150546658321662693379613760719200071431858","17839266978805277422211449625126664620887447875041730756161414154654655379596","1"],["9505103137917852421923191517517019093763753599880530249962873489643661769134","3862954574493036027154959070404348426991452750539758809540246431286668929241","1"],["1668964991411421817496912177270251512889924044825984486733969611999017944862","2261912559866236169771062931796730743548981553027087390350536866000197649982","1"],["6157949647871845532260518021615221698954233735967914914161255747927513986320","15326154031661566597539856538862413872910227615754331866286958965478379002673","1"],["2922764569551881599181773197036806296205750022448230352295298452019854965457","21128932694256906761069625618740940644391613729316088901425240266104858356390","1"],["7532848996112377833224277005735588782161946153561727438908826253315877372204","6715372037467783572927461507690528748170100154148021045870547086639562354657","1"],["14369451117643301433682393805230594872697987994541373856942589932697892180302","10937393228392103786635858774877074526723862233959989245408335466211408564965","1"],["16105913676498787598898252279762386196869874651531268198833640261730429868305","2645069321815745071481406262687209671675198586641063751244395356704510827828","1"],["13369786710771520453587892817457612234969579428496902916103230890953489754656","8794670211899899028781304160034646484996949630205601905834702293560401252256","1"],["7519786030838562544223568661598128426748093171055272134288875265108931974121","18144596496648786870876099601197561719134707101328968305238935222378628706164","1"],["14641810813027705033274804099762094989201232379968298998735663583550391957443","21778148715363060366808243142133743895148013273163177210524933318937100279252","1"],["3470249373277728659650289016636363259639269781047377283976224949173924322357","724705308664006001476466931213069334432954995897242591830979807360645109758","1"],["12842557983487620135284733339014360713265031072038774043709874295580800614412","11206199096357732503916160088577983749567570505601881664269426447563773767995","1"],["7825660668238742275651189338853859942713091940980335370031886010081931808850","14686746159372392693134039458498976742910500125043427402796456021160843488476","1"],["35866057437707393884786908277809108269416635260399540255910643595658604811","19431120217583193573045100810855668462208383564380828238912836791267659279934","1"],["13112865595694348046084359235770865608274426574411073698511293826350112379967","12075719265440408739881629879816431530843914446494150717218970642086251554483","1"],["21770148487028035733707140509839932994756420455537971846066288701904603576650","14170712969346038757449719184857185970428201585441038268342153224090870766356","1"],["12745536509571643081224364019057111010809566848836415370802723081138378646454","15416705788981222773903064579867345627885265414365141908269886046421580590657","1"],["12616802267360279049106636127450947197960682855922598063315187128394224766934","1788119927801016778044128584292480882688817655540998020751608122897172087483","1"],["9997225348361098418886460476314966906167512675476527701087870572746057734634","4059574311708961178717062613124379406076323107939674305553324188328726245494","1"],["12536000278755478791471759418348785387671534555781996629352219960367977771723","9206688438705173297947684965682831534387376850311877391577710075552046414507","1"],["18158724189561499672945920293436840460066334015693542984333120588612935604180","15327284743984084533328419766286645066026441739106704553767940912012525200357","1"],["21873254336392955649780053369409943784295583701645475314645410015135115989416","2607054633116991115459102162540827616843722383802848173160732645145182938923","1"],["6931990643687886765121135179778549268840405829442380499734835404765258142463","18484587274644364901514561126455243785888146769985936450108644479709525325936","1"],["9000670209653267030636490847451911179493514034236444963935282466203807288180","14240853739070310140891369767776520941413731261905887169905764740235187840402","1"],["336903961527323942442841599347558994417692123940217444946653714717413409744","14190837609642447077481147535494087604122097521857268371963322548263471473449","1"],["21502560937402063043436596542928229738632668180081885498018903151660653291906","611283424683290146799027749431234876961146804460767885000264912470147200760","1"],["21157468301517072976877693343603401877220191376066861025496907177691733225937","673124841083283130137889864193909471304238669254482823428432652216095253176","1"],["12972505352192635835441044956571212102957377837827021952598353115205276485944","3129754162571829468885280562704740873997498392759038646904754009909751322776","1"],["16075962376551895652081180586395837188866631346996517326539925707540754321274","3624255817560241848546525663182146850566847579186220254269433210828845805665","1"],["3868292386079423556294614372231161582984138438904417789873796299718711708688","21248718378101849443685924213128626416898487529523659557521944712868093217969","1"],["10149299389448962138557049825819668523408681687107604159381760276666650911564","14140384714480182114003210394632648759516135370523688720277029477481618218191","1"],["19271478387056372741699226508184209061515201085530761823091399619866940553794","7684531755383301537262101400411723051061206014744252049527629308366731853357","1"],["6079438202002272153257965887051474122104916901537954250250866206233536277034","21117182550113112139992660484851237487670605339701186042432047366536146156022","1"],["1334885911101792281998750146396325631406782563795536527986527364452456776162","7652837728521697624838825701572279340706141177302076237033946333282022031984","1"],["10734671211925508031966984045504370627227414952672373699122733902498040777162","19012607121518111260491874057487624882041937444115712368760586398943704587784","1"],["18113508784205030474414326316892645837832465750668025666128952261424490078163","4184871298982611564914249201614852949021311799408190045688493913880150863194","1"],["11355369264570381779759510702317922528531056910604158803185664609963351458356","12543622590951382696173922068514929508437366331628055615304988975113435066234","1"],["19104952244403212785190673765649976571363679091355307206723233257280236068722","5696757910392927606711827654210348102099528811291580852160010474942374594342","1"],["15992713465989733960842102771634996231571301804511527373058274894097483365803","1948805941477867758459343746728677081546176014465742395252269032797845899498","1"],["3119255710275469334190797238622566783332705884104546226196580283161118604007","4459719796392331434818780739811589835606835809022547367898061794026527800291","1"],["19082145645117882410636658706873184418994800551990695162826581345108411214489","1410146959723937694000128755814049903043457204157646282828264216866946815536","1"],["4337442374447630598859465028856803435614044249937218041731853053534307641445","15708947601547821760534889040331033507440478414615027416265459029404117399476","1"],["5003696470684885002420933366351788817768064942165836312820172144196750492021","19218952147184021283669461317561638296236499855014324167488640840161682244259","1"],["8303785904064795167973667693383713942728077947328133908712986228397656783107","15447552303845129131250534104907204293802348484884478966531942556160270597017","1"],["3428167307104774475944488773004912462527480401029640939417426547177379406586","6892618703644210574115594400003408924747479494518146744803838774158895659283","1"],["14972026361505936407728826182274124412010780406444015945561347606991746963644","4366080321461545933383383269822575307594255792552814073230867361475708473416","1"],["16706864831204321114460599315777853965386423567353976810149435076023701061911","3086937373354290874002596363375702961814937804424749886339072518291097605090","1"],["9246062371860385127899109074912629981450020975003362869211982382732519373542","14757495828101581325038114830673084117752646997621286819413651281490980639393","1"],["8769608510726001108886680731288526457506452319560413672632071966846432155214","10863238596369456560230452049061398444911984705444326958338355827037425495961","1"],["11097296177190439655916433556214320817687176586093449604670715322827008854236","17055824220029972055872435522700826763202149504231812532217469253021783691354","1"],["6022372504637570103492456274291471838575589952517116560137332442389432078865","9094894953669194801405301214023604689610780941923768046883390339893779876634","1"],["12236182668933630948455650617692874453031776080020876538700150335923311753107","10731667820087246736742364221109283943950299694727763440897634059696325435537","1"],["17653532891588985093497050557595579639885911747052528504142446146698361644501","16781067220041053698541643816940210970978583223033563201598751313433707606113","1"],["8449185426839737806980880713183520008751005576730916413578777764847673399979","14747482562879296543767282396714309376109858940029245205957796773757869954717","1"],["2786876449236371000488824269393058289484665888639341585028924412184307900679","3389209630253080226043493942428685697200336157516276966829483843375588086529","1"],["18327902329455935487210299538596195189047449439531931827788072167116700345804","9449860237977240608566603631814319006817907260757135450210997163880262045070","1"],["3696755475037685032317208133552224101099533062080133076586730120459993261866","13183372410298381085788927184919858782159153141860599323655278485805015936712","1"],["15662547424700621501429454610350246047822754475787610147914638628100815977315","13093093240118400226539637230705140972635257868143929185129950100859722972712","1"],["12318087136946720579370851222035940441197796254048719773444443048469937630802","13365637393996825378472415569543972327462113623422235886059334679015744676277","1"],["3470450855711566742112634244023027873402611789256941748196982136936752545399","18826337265068477255524525499450450952076785835047062672899690289460585250345","1"],["3461517663570085069508980015793379927770503821443324848077656775078139105617","17267672119919335890821185533880807819289235000844868910064983135109295588675","1"],["13080280147814750931113980947301075589849678158504841105138430084669632980644","18871166298065601252465945135211205017474093234157030712937135776764816684096","1"],["4024210984625015854515060308779254480737542136380181991717807028945659085128","18628262851350369297436386208106206187430165444879897922511884282245029986856","1"],["11463142813128695201169911868388396873769952281259464094282921591468355264825","3329379780132306208849384394657494850798235353815874142878654639121797715235","1"],["10809502818536622982686768062469944676480495797567646568636055692334935465242","20750604105933429081656024633189931231580692963581500184054549610784862334059","1"],["19213925869161905154843134962966490015879976367810498424935081001904064654555","11834477638724316016578120529906246617386148847460123875686738724200681215603","1"],["4853594601827645977767927245590997681226090630873465304162812025354559234545","5665760665417271133187326213437662080858531834069380854990007939336691344681","1"],["5968739431316356886820428748248760649392921609605762596546619088092013535900","13829250099029187478611082397606752232861193733103982663202468685990945469737","1"],["17446457216810779917274916996673571288106604365954526160185184991894734894826","15257179684925851383018662634656186872847714049499250831768813438368276165483","1"],["1507284113412821200768401361843748777938938432932077333649856195663848679134","4881617620921612454941312319209050647631080939470754846795767133719452499635","1"],["1303561097052989939914691227999374357593776474058313850599841946478856107061","16581123693503914161672447317826860428573259067807595757830469597471427128585","1"],["4086805701846101543640763599989218001811129179781458999428425658452509783793","21307070850316225492437973459522985885142512980780108581579427578014612485313","1"],["16979881061530237780547907231235893559586447902613104001829431823555224526456","11499996376682870198109859426883436603778657175855054002084515674874770195225","1"],["20469027399803888077004068910072490943510690136383574947072452354040449076044","17615249730553869578594681065421646935108003547301871404928133708411619893247","1"],["11959147730506616686776981887913510745536577315156550216074684412942608312773","6044674349663201925388130580643193307194260565477955819819273334591526148418","1"],["21281008073901299392918075616148392294382945112293785415652425015505927113444","16089459816538975454782891944286677219115272914204028668990314970547808514849","1"],["2780735769993820509284495440125557135759084592915339513348394175349537222635","10291112119265069092783620594043010627888169915359609482281665255217515764041","1"],["10797269604170364334034179897160536983297390549371067265985580708505044912792","1549288101923459474209918182001349879907924794729201729470441986904958158140","1"],["10305176096118881384863329082616458666252493744948828150601768523919781846398","20308762079358567770277312347048348952430589303884286744387216499638145988671","1"],["10072487555554500931567370767161733803904156946143307759424904102275638198770","7585767177838950791834641510601465541455500799388507404835005595739855419537","1"],["3808445121694153740241439227602837348825489555237106379706114357051868213790","8885882045900668404906756827835979943081395071510618264617074875678084793047","1"],["9236105393850266209911117341836485172873319026761817370535004488208542277028","20024508984180012549653214834409615542448613898412365130735273517800111986053","1"],["4142113040212000115181842442637925626432165091795826021252684418837691459406","13758590295620717056741936307510336936963973912342342787506928041564214122356","1"],["3725181224744154713389374557015207840015569265516815314531217464980591293553","8553287381697530887607259191035384889544220794440994718293192082008414010892","1"],["15005155650874355106901089410194678503685546207682566904732380353432710797489","8267550762484788677136794543763126054696033069871663386333910148396399985471","1"],["14791621329800244811046319996633633963358576903855468944834768317987972909410","11307656192384229207779213391205901114382026592413589665210487545210552662309","1"],["16214603752984965685024455701877528584694945676380367638385972502226961132848","20436473177452850563634455660647551027316344754199330084231213955267406803325","1"],["12672113613829646628042586054485347707401762310309572783111074183652942107655","11590842214385086432449141287142371866122701414477765124391208408316752152685","1"],["15930073438592840323858789654381851317180116470777671664395322747717609377961","17422769278091956998515725797142352029998436530018971465815524138449156360778","1"],["19882836493757386791454692357620706319080093553782755644959297512930223361509","21330246114243207452540448042977845198979029128021190064256631362151538229798","1"],["11529254622887578189911491409389729062310939958872366836583812677082628448022","15869142365050251377048913755322660360567063928848113175615354336765019047063","1"],["11323113257983182536555333784950181374390685391772710942112268012822846391371","5224686607507050214620693321549336883756300658779972143131542855385493309092","1"],["17194644843452193799658429600291736281984807365992733320331478308447887745380","11051807612134758320176858243881798257657085133654144378525037874815710318861","1"],["5030359164735597477805007823091554476301722654007598798693796505733788493618","11515956537912770483567562182482402150890623941021212406156350498539034430857","1"],["16156385538543892593974267250848875841570708284094011122718029002971932096562","1109371329435807210096303881971310012751089210450173367858650746666348972922","1"],["11558143517896197511141878885585270814817378664426952631616334115216125511183","1420598087548486723039236729551522792075236716250358181316338287284648687747","1"],["4039739908766635327977414940229019917573661406554530380250181135963126976750","8166165568684075720173848633424476564702824460536355758107814637247130736500","1"],["1302094238599547335512472705189247036764374290376228305114303046000245441363","14110854337597691975401065327340754782806446179931669290665548076591055793943","1"],["2627732895538900792311625293713200525523278951347311936760156747686624104935","2244340732484747377012898792303218336196076753053277275321352207718504654133","1"],["13392710886711231404454948008697269675393764914268634611645494298607610590813","17524586602213898577399419540725378829798770800847087926201637408378710637630","1"],["9825869347715090020304331348518156080093978288876106644611149489639402401699","18805530378498995973320916202846277895746413103260738363516855785905373300578","1"],["8917484200379378912340783846354896838175463018939942470175461631379373477130","2920293242153252544241896112720078385384881398322019039959487522363430203314","1"],["14994656180472059786549571562954089783205025114236425037976178285407504588322","4296457723849256501026046648668178458315776361105592114463591271384903690626","1"],["416042836160661029947135467925120495177166807547877322873802108608279406776","468219155410079977353323893076383226473203576378768135880773079105401871501","1"],["19964494109457591960679223632339482557960318652569410217606364418146448154174","19195904386414607068367380865184528331649723950202869869377842572587201903403","1"],["20784137667090788076182936465160576094235236313438089306705433164902737637682","8998347433600610604741956532547688557343770226369844396436000123827541401878","1"],["489154671947670342455484302206300610180924977968316789596223436295275971016","14470209867643191248802771296602465154339750948013112032517295446384294245211","1"],["10604369550413898319458522449535888786688085692250868501777131849884447231625","595531585403309734625922962854052048617085123901268965034900131669750729103","1"],["21580129807570591248687198763016677058974380694350793829291637785408764945034","6082506802392260544497059429073188543291813586662120463002818089079058219767","1"],["20025956188278753065591180988944404578617284670698868870471437387542031342132","17313669866555096473843547343698378202001518309812775170805493379784190415021","1"],["3047906134474636584971988046556303961777302636457365534913311940390409642311","14970454497231991281561260329775731905979062143372482946826938274716723310942","1"],["10009946361133694115692587308492519441167643313660424018538240262141602336938","76947905744321240824294625025729579709636825766316274270816039078960560754","1"],["5294000215232891026568855508410274189303897642328619496786418878183484892874","17141280451166904627281745280703420065611555494884626084546035438056363941261","1"],["7274366372301890352587413509327822535932905780666547489485750036336840241065","13541779920589926469466051826075907499032937497746152902941743392553842348974","1"],["11113530881785173755677675986220440810120561665324600037539188153281190804329","9882124261972209612377511442378803686418525947286812114731879861696616067108","1"],["5065439022497500998734284966452752807188100230278183248984257673579411951478","21402155751468348246905736121206469466601410864003801870576791274386984277373","1"],["11026098727764063445558961709884838761828124217530884901154478494761546336306","13369148718636566473802393953456148273835858391609878054741543086539874903392","1"],["834884252970154985371836082018311476161818319844702660109065880488145560349","4158314727549197294955672405653819742831401068530177470663105397266418690373","1"],["4048181712477475338291795117995258424118290035058674025022939349367906250259","78254438438188228122543632480534095337004452643106348435759832569941435101","1"],["14483811421235999352191395644285117409284574675833394068184713927758561331793","4976203611713043413889591577563883091746123613994459447887438375470370799055","1"],["11202266179350655995380121819571348439855416202061736927813463888286090618746","6261555868423708924528735899330820168487076689462654465599625598750967964983","1"],["17686209596162404703430550471035308381890573992423359251462250505789793955372","1641783480555541274493731729765208808315235361710127297292502674119252638696","1"],["10384600554118029354374197701874444580429022509259245326210766125566479877171","12544660445909342899347708384089505793879066825393015274903753222048767907045","1"],["762381436507031198156051122395635028705575001410643650646766802095628173863","12775851178556586627313035797122938008321688469547960329827680482901107452715","1"],["18617420464222868491874678688701027464330717705235550329563454741151991713528","16967388924727358204835077977305908378325328837605344566815415611575854802185","1"],["5098382857753456691835743285619647872279564120722248200067451048408770740843","5006588170678876383238615282849054584666739840709216386621288328660047711037","1"],["6145404183846916758642529800565114565246092245427313347993577010034948525799","9034361563928574766304170701496229973073984868760125248525920548733777331573","1"],["7351096780178524723859986860762310195157279402402687306464056393998369664682","11433422990490434641472277190781686736676934693454425513582094692291113182952","1"],["20451480584961705072882450597368960069733382757892158964052980961451868535871","15683405704821801569245301392595300610529481244117571195271023605384070057070","1"],["3215602691890697795505553679763411526805956020457422308429904416996335810103","14666758849871160772462457272457226326434495978429763739868739281611001307153","1"],["20591557061526854278852511564505721155275074164148421987592538950429003319973","15805884750160048512675141618122051060403126950248551337502301341854440993799","1"],["466680066942260736583697945663622859811166692958750830176212253296029749807","20924166685696892839905791442995390909098949949771088073581735070224801783006","1"],["5293544781907495935168743684620076147701633368270559666798351250484221234234","423199629896567479364121045323549698051352083796995459088279499092376755994","1"],["18944115436649129173568326547636594970402986792249119610221294553069740145610","6687750732061403735512712336944698498233167084453494306048871291225691342980","1"],["15963755990572569738993481998301361076234116364827615646684389636438898762190","15721956387915101463569657846604329837258929290353059956172393788123893846768","1"],["12675893018492180715915384632109191719722286458370282116582458101459561819803","3537039257550808924943870319439286370021594951285303878379626361828638351163","1"],["16095946866099728601952691005244767540765998552126471799695837344457121393561","19260448269342071942728448612879100123856572166619194123549979526376426665524","1"],["20848729822435893571832169803646784364332607998976602357251752349038296789534","7515729622968151641555087985047780603894938019704032658737920895008662668398","1"],["9307558482359310230465109227160450432241636418749988208214934043702642183657","12252692449255231839713876493497998449836786362522711390335460343656614108649","1"],["5906600429750553901816133278007047742371846406521186079227016382623391761783","11000583622905601665932306064330628124422174332087750838219820024909078994866","1"],["18645765456280617490718565045050553661411415535542692135565967960745444102508","1288159976017718186592448756985072497097588010125492717002335327243599464161","1"],["10546729450964391310717613567636555144457458020151402165746823071932111841443","12222270480843067085268055043660160717096044991910818691637889806417673184133","1"],["6089958172230410823414323722511792964775891320516513466109393294955821916873","2048130543208356259749735028893697352925186385649052150659569449441578674438","1"],["15807928257924200735463091654271355227519110912319703541055231478947349481429","7476619534117188813626845810937434224092683229708224767332238206344472064933","1"],["11168447982245914292207173160128262214044392528415632995678907619162582351336","4668575453486646109958050783698620579197055457137627745000699074641779330913","1"],["17280799683587152374587636400560804232669254233338902206690943357055837455428","1528862885243804914130765817205044251656707952765513172518482306442218145925","1"],["11523147634376315259731012022962454691579636333232059395980112636980651962633","12092912109516640178246428720508793959458951845944170181921435070236784317925","1"],["13440347516771902606304031368771545145209989566935960981807081098006036909802","20323052921440369193964539031681257659674235140070127765434262869367630280953","1"],["19069860637246486433754836445555833156975150887884351355058722050763265427104","8575062433120869246198621909371229730277516538056656425097215271669970941442","1"],["3696141786086734025347130820724568853089860564442837288986764533490177644501","12677789188191867862659324095732998433918403132207796588468891510147929502091","1"],["8135199147835984504162679364872507694080398308389156794745144316603879036951","15882947258520361536116714004247710684831776002468510104753888203228484283852","1"],["18191849391396161708401032249818999080751189559602103433197194903426200249254","4756481741501658540918724246810790039470233365784550854292054903178210478123","1"],["16391107598349507937146605241142077071021439326969399568732376510296100914043","11630751067842667597330843476396101186158561479548698127439244849664559105929","1"],["21104438113574193021363892698913833611976417275033994030970656342282953951690","4164452653036282780619911388162995249973602087708109389386001421234616514329","1"],["10659120198693644588213708806622146265148769763727274379721036257203976340620","6726501207124555097991681346662078093859381676604124460723686629221540090262","1"],["13187113092643183750393358707590777169475863116956140328809866781436466279607","18490630943052292602091959968529352177241471124637683288381836957673765654475","1"],["14341194861505422435306115575137880326001193198325743070885005299297917919933","17926837136010563761297073576775828326522163733842350086841537180264938009865","1"],["17256583395643141721830595313992469349449662559591421375432290436447844104772","6509780685867946839590451493048266621655170473165680320407736295473301238535","1"],["3721535892607163871628871946897949651674855756425803871660248838681015149403","12742102409575311886762985584416557437589827718902976192406409778321673497841","1"],["10701876524806389440311542769643534090323455425108856812422757882998709703291","21329110992340939259033758953287424202653743601655349006642119172354708575836","1"],["8644426608661769829780165348655926225896915038354061653240055040177461403911","21067737606401979935249105764256885412871934557231995895296390981484763795210","1"],["21600431609070365510566651715490618680917044699266476381456957913276448974113","11027901716218185338787169443642418390891762316968836645849214755643617874612","1"],["14276192964639134003647434447820866402263325155625383557168400701832867727385","4678363774507385015983848969616503630473004903088609119318715621698383264896","1"],["3610713765517183863307266952523212489119875334932723806412665931039942836791","20336671345671721676235885073020093103780006876959204662835710088781851090301","1"],["11814228597841172798366292351410547482714806906086363101872762664717654027999","3286487992906489300817248091338094318451171208623725195797844185025596264814","1"],["14777784921630759659973006125812307901464748049143860488766406892716808127445","3118465618617164829057755722360114828823882464792783784564413039117368393982","1"],["20046011843688152759579143129114744573297185966782762839954156061668991696758","1282957501745045041822677506085700007457891427939185135881938654763929287128","1"],["5820558622071050628358952313379203414937903252138922204319258895721254204202","12797986341003393218125692126882020797468957049649935802989272583255879893530","1"],["17775976875837920384662185157868677107195786329438288426734056250197383232422","15791989001781770280140747446032255710910599659315638737697176970499381760234","1"],["8700462309394324864403124140833960159214388881936969753021405926508850642901","3717735976655727032716618854037622123644848716183117024226631068148363030856","1"],["11556074554275034986222262534279293260961076124474191453051482672725915509263","20346657926775960544241412497121660595257235562770182498205133098788540086793","1"],["5399793296710793469013033685852670658746077951123056619199917973158800177240","14762422141708032233908617648116963874320686827657762397810977352812115955989","1"],["1897951565259763195823780595799968085827198970916057063624779708818651240487","3127941133074509841096480629001766484437593388770645976876461726179911609294","1"],["1734239078489542250630344233560847583866935109492542738713519522358264121425","16118009798108092771892420765671503923598253725121504809705163838483105528102","1"],["9228651889821186338971197893396841728262412657274877818132864323756381095237","12635059180448183731930457716625196856576570095505539560950306981596346893082","1"],["2860235422247264295327096821526140906580324926600445620348914299478865522814","5622555135414765906143232996826763906936276623656012584857278190133425282765","1"],["9023351021189265865454537465381545507861630304935243230138565362765484840689","8672180943216281524171647890088468533689707732140533978260324974683846347806","1"],["15339603814592314436876103928973708238339552432792105678859841239579133178534","7486224872720989519232694684285664403315675085835379338705828263668719389823","1"],["14599954590379312196669764154698140902171061543025566847028711581276552773450","13480553875982109856975062751657511962575646588651213598838037496952419003767","1"],["18050537722109492783246431873811538706918485629262924846612861734262444058791","19766248641788873209585328140076336037741191686604411954258330580006706015660","1"],["20426970118142911300243089702539939671949093141823065129101655809951276383794","1675035801650916148453733172984889475941952747420708237626268657721343205691","1"],["18461880782339668521656032789608767862320092335215844019111108290320250959732","1393105222575497853548792602795379246606829159158281424432465125542416721481","1"],["13242144275985104914052185397139493024697727199399921956452844155949403690005","12880388008529097166175030871225935723487328058464228330842739332853456826521","1"],["14878095394005512029084672271732888349698616720758670018888744400660781626434","11109412931194324218395520375606861833627216557913748632038737096884004242027","1"],["15111264608956289696203635489191580820015271614936393770456808840140796408997","3384773046017225294892475657705415350362074127760898417423044134975738103071","1"],["13815780222486710244862699367128467538129849113104771850672093502764557767233","17890879139791360910239880117209478809485663057207693729689925139395522221850","1"],["20980790994988894916353020174139871946576763186892846468296937311933650224911","7556019958271810100194729814338144838239648035241863240702148751067690774662","1"],["9330837103805893504625319895269770035005907210222115258385034597821690990120","21191060332915082913032095766787226867411938882570147535826242079924882922509","1"],["15449645212904111495067227760685397004860199856721414952181754402588570251632","4001504575520415704000155539725420514773940816763775429418893497900870519231","1"],["20332611835287751251228137823987877549591574207084748214191429912311668110424","7149346955130411324851850049087357755749771991457671948579602762384446480520","1"],["17949923773965699850706345741763361844236941096299612596697738524652790634858","12988567557888133235155893840325240053189732190335310634082401735507965685089","1"],["17977681060501833571278380284791854761420930139837327103900262915502049626976","6442824028381508644906078283299988587530913480124525391674874031740193541471","1"],["10094557363830872501585823701469351324677914152331271678110785709138039140079","17945666794800928481059740714869553936890258059666347379114781262901450685066","1"],["19482900518432774998645463365927500285227295603482077073459213479689135004754","2402558526697774456395500715410663151060155576414348176786830603209240260988","1"],["12014523758573467496571229780199316225579728976075413468148051727410814799503","7318714645002908867679835114456772827151083312011600028288591994189315813205","1"],["7686819005129157178301487447348015011624606076343354573337063166243874586919","3361230714112267266396091074774103563106110009811783966653624112461765274626","1"],["5290482113987766853086745056021672263517470678200027592686901871864621394279","4810647126782037638558947018912020545392370809847776441479561761376432409690","1"],["975204861140628291070979759015393716254168954186278942608742805784882783981","19535052586744204218929890715458430304582168544340578516982536911073051186991","1"],["8444312257387518794797234162848898488398346297606947953454608887232295891110","14735514345409517968569089569773377928233143522813408785703618399545956798400","1"],["189500187007412241412927109586180974521824221380090545893311106399875948245","1584851335509271452723953894958092809506134940088175986683763184555346311513","1"],["6415883959550364674901103351052926027471464435197381208323089599242035580157","18350042085456709346521777585819176779439790905861645751666465194868465133852","1"],["3744381983839101377753207426084483560756439846814719028374971402332978750736","8963590989780337475666319585139923859264240160861765153557323567940960996487","1"],["7025706701369039654963421767239040206820667899721965170282466066769994863193","15453219066814412833303823987576875249687023227068182400892446056479268776123","1"],["9302404583579186102560872084949286317784031195126814516169576216027429585657","3154926425732593177995415810952458381477287050993354188535803029638170220649","1"],["406532287783906304009757614246627194668181251226807874844581434512075930178","1212434224916673669694677278512355373321713606737485958287128467791838636615","1"],["8167274686830989520338047743095215682740434413059214674509217109642821287517","12135422529495901179260691430613290253876610439314606628001129408686269897690","1"],["10976789693840537001602990915464545556808604028303732058058972808734674469726","1785391955816384919077095160802033079117188695883616745532753616401683975064","1"],["19637945589176024073192787198958556763513854133217479875796357815630668328248","998262503773514780653467589738878159876453543507360999810028555758376261430","1"],["3883042946437128144435739393900916558264202981179507953015040544110036231772","19663324946660484848003562128788067824406488830715634559383958924093100749041","1"],["17078466578318675173173226148264896280909135906951922660825386726333101921806","7226305502619128333796907568197974843454258145596981648415107719668825761156","1"],["7481329248346591798242987835745445886149293892249551387352534057201892926874","2327432306127909114299062641447556304501276713465615796805976679148811369483","1"],["3401869694468869047298277052609455727980974775314054375486367258122770269609","1103930112636878683960628377263298217368019952234020696614376626976649532546","1"],["17658495167656973684882961340606902810815687888312685851005995828457834392071","10428845137411524252434535465573783561372590428531405543483529908703622582125","1"],["1980674091910682031631735397484878497588608860552245826699042804552359578536","14251231246199763955744720245328719439972990310964248704087855337386608791989","1"],["17301297292819534410049369384118608166840833083867438866979387794404351991919","20106496343038882082995146172183225606093682181353627517744854412932589793380","1"],["16317462748880046533730369941347034351104316876268527306838204792316841745829","6980718271887645415486467658193000741030468607491875712132686574217373096144","1"],["9303459667111931083917259236889780118355664698835164588766153005113014532551","20614735409360355404897055785806871655761036602834542326081554698903148951422","1"],["6308397064779309912767883560825172588951201048248627666726392182973358051522","3607551892786287946987219703662772238150561127565695752315521618028752265242","1"],["9270108367644631686834338140603796891439171721535085070402029566735292881366","14918870008105302593311676193227935360239143583034937029941738550998924594568","1"],["17270916956875523946632899278975923034747915921075412851041364994834510448049","6393565639496083078892839577372392493056058030873487724949422231386053400769","1"],["11513012736370567026438147124945076053265376139949487250347504338589031025854","14395487193661323503205249771154560621094744206795879912641546142789919004930","1"],["16217722538706754296684844620017470571182273231616943481685268615967731640997","8365580724902629516570030086398016969306881162543211947628797183326859920066","1"],["17514581665311510042171540641321498746742896675388600720515800992618742692398","18959193756178379764113280747664008814167387160405880629487962898080009317031","1"],["12874050856158320080467057908664465014724122098327798329247343485295043641443","5896412678995663597970953213679507397277115076974644931679234077507123841932","1"],["11061485292540944195271862767930700844021222261769753604340999855394295374449","9461701952147856815200673657467674464239476274007274559855692011598801372579","1"],["20768439752198929111462195200254986492445588586851569686711837781674187707940","6682389872836990692189200772379471547763884295103998336803350737922947366233","1"],["17994584033036434993261071480233361450831177804359089566820036362238427256717","2816202166927360556136039207954314460267114896031247483667101803352644479026","1"],["2199120288119417546605912192696856421667285006440006349551132949057148333587","15529576370369339392745907292950959956453686357720865187345668300780994612404","1"],["4463411860684728415125714378733836514906173722430511227206671863084250681957","17831791207265956804699655867329255364297457636470054698383543214678815970328","1"],["14138321803436606612593595304048736611616663477499767781900925734945108427207","13907059376625685780199865116431349807291628175154840677767598215784502683885","1"],["9783936397902471605574201595790300504079178125567415411900433568766904707923","21182752062952290238260243639136502702204069675149365466247048271008972239165","1"],["13973190266946124289231703715783836185426534257253441307025766503924868288058","7015417869572543793438669877646936149394299315176114130636018521257877184932","1"],["5251696893203235884926231693335058921086112457007839686494907298005228112029","17209594372206739863499595514573128525766241108279526883935908090081692432092","1"],["5631512450187901504818799039046650846727367232616795903757998617316026985519","15956786981565872738303225886259185945743511499326508075585307179816801211665","1"],["20600850481728819714376430963280390837078783178950836229134036686455694749972","15802763558392834993892978457981194379515460796377474492805196736767698527106","1"],["9479207703905738744592101535997726068322139055035316582777544533237930895405","15014446300741021611227255215933974282378566622350303042460995592921069407984","1"],["9599129900307659350289358245152455824013259292836381350972466272423532013018","16627682867503328211363107668676202004582559015532970695811867019466118285092","1"],["3737074512727589450941081956336745798375992571886233197280456830251910782780","3756320642841281402254475364969454031357484254095648290639751365227373009753","1"],["17392467041504175445278640807999128079943363840357420352969299776123887468270","21618733985074113153753547803321132764063854172306994794837556572618941369356","1"],["1805625312688996197023046664800778548610141752615547399259656510076737221032","3894456875958631091279178978920380433317579591851954522167660950807214045513","1"],["10062947583722288413243653859498163549595884922930095285828637791087364222468","20725946444289597474461519742977241750092387117464335179231536678997446614494","1"],["13201657824428608960973049392786389311242370558607267437179125046089705440222","10791764991970353574522739838386907351753173526968378057123765419570773970552","1"],["4871663619885959337135793671529617137521948918235375706559515889529912545462","1261322746335919855165400676749381452530115077424015233234681682199301128444","1"],["20485164628326287550769798752956665500088495370132690754823531796576024236745","21083338431234447998104459522715575581726615187776975937539972216765965099248","1"],["3816599966759195848938513410555411850588022335907420317630263931513900777398","11374810038043320488239896971473506785268721382822138401969581908087857604333","1"],["14648083541806579053442770587179017610016479888910528054905919398670809033384","8578368830828213859988469622682141582382229147669595689191004209452119542546","1"],["9140538115770756025938496579710516919693173125101513190514796271311834509323","9995365851394566344656562034533831807630333560572158561945330778811825412569","1"],["503458049505321492901351949308498210314431054091515935818950443433502117125","14960704219307495875903444625002458430820973786972539785333199511812727193745","1"],["6060165173701346201214292772942035906283097516522602920529266191388409713241","17815681544424908948564672161400142876673602686915204372804567890102199967471","1"],["13768160204492386561311457183691498301522455338481680281724742242761528323832","21256737702706033060685618942309584804141162433696977722875768525855108125199","1"],["13022374447374217155357207182068944159137153976689474908226383854103013412022","8127032759954107408549698203144675647002980691893550958897482055320332427452","1"],["21607889731761683836628485837884322840902975484437887785380283133192092170352","13479553917341076562541310036026859185112933766371747439548147286900746492272","1"],["642308354184021656169601527029974692773787138276171717112440177429761539454","13778432088731165686936566799717228912464552350080482987530679286025422488979","1"],["3216493823675782635694780166458145916081269165510015895914749212931762168172","14043819552419418316876744786880569935767351564166958901756809297175796220262","1"],["748923586925729284699547983057492263429791673128387330987428725293865013890","17648498081362805642187473504000975103842390075680376922753743830856183721692","1"],["6337797815412784400028271009420821615605565701221104822597417921838529891066","17815609385963070438303130300653244182086807606506513274711412897525676410656","1"],["4314412915766290594941289582794038025229301324700220222643248720774649698205","9764649953192097411841518032640567787814610426053066677759302386065986247691","1"],["14964102350813016856495447695203795376295875436468091553473182693640645769203","5889907867998934733026186493160756949997780084815667241149860648514028084808","1"],["19672033541694904331928150086624116479271002754884995420233724664243217866745","14751233349452828337954568064478414234429064725096011643585192519779673590995","1"],["4765326573150422477566285115563253236766099684764358259422508114428900560212","13595168566591380380311981849864423600242203645345685730642911879756466552245","1"],["18748503780283705451884437288488012385833864303988132282981973115339299819879","7249120690509453481076231304736578381928718956810238380076613458768492398739","1"],["14350124706546551742467610748853163173057486957520999959447185427923037957550","9032712768361977187437575414113464101037644336644589221618445637943464050009","1"],["15701656746728319367243024653479132542665614571785804725317506519761299976614","14332691168283880275255482250224686677704638473454937856057052160551436507257","1"],["20712182037509191462709615917989338913781589568119691329071563403501972062073","4381995503332299080245888257650778985120943982983631374520274974885650967672","1"],["21392621453049375384987357758217210252219242642764925979156654792063496732002","2830979262430447564465029824613585014477327347989767585937592804080388423027","1"],["18257194878588186581288248793282082150202554490149208084489810426118092924771","7465434714851457967430051636234459630696976106684177721553301012537876015168","1"],["5519079315206343854247749605934024423518803814716363284959719716775139463741","6604167329950605002973006590582888538481279029238316492603488324546803316747","1"],["2179696175424974631478477816755606763042348109310091141165547767715008949164","6979458607493993955572018159381550320689000732169369748027112026299842684747","1"],["15400950421687944045049885973261958935403721384518809963744654448364666830615","21140341239369908263129222365121124222924625345614496639773658491162273729734","1"],["7354828228905142362290530278770755598520355220942498587443210408329745016641","4883619433156760151971442474475868301215382930618030541286603963373431016628","1"],["14161578538753131640118985666308687460511547970207760165796111811442878564572","19565283752159519487199110150387283751921520203796370517871421693250817258436","1"],["12109026974575104105948945689015933623533097832839910731046602512244151859755","4981689657920366648438512467032354799223373945701145113675614199458587864528","1"],["168359358045726142439915843588452126133440616435932027700100315536406267300","19993482736298303110208164566699222782319079342747563506878431998505580593957","1"],["3099745774225146620489655426581587516498184833168833816966035510543573314203","11866877152888597063617244388490001225090436887424162603329807326074138482650","1"],["19654296769446047455886224024395563893838672886010357423079086997721625590084","6490574790848205100375070303437415061939001424131703129065523631611426514552","1"],["20558114699908391382562068460546223507444069333223401499985945069011885445035","12872346932121720948071837010241284350430569804111423649884675334491008977485","1"],["1063654225477685309638619290599834484067547466487048360069934636051290714742","2698162785393063899964031595951996446006793335370129050902481790427398364243","1"],["3585347332930567397528603671990024485884452094605313286225792739049946433477","21080125272441831018406839761217230692563838939036851984279439575416651319222","1"],["15473789198398672827235974420866588737774390954257006282046894267957964724556","14903405831764240673559996546108498135856666543191205506856438817256010550883","1"],["21013726397163366533228503107663063874112482126883960377090081174960543946276","12796666886176029040897209708456821418991191856146057237193927274703601235574","1"],["9075539883169076640023411897627864787877652261780387055586734034407483457798","2317785619970127271964397359202922020012138567107329459631370131612441755109","1"],["12870043578839763720437690400983915900524111559055684860143070229273251220456","21454141798335669861519383045327913910437230377358509008866794875963479710203","1"],["16791665099753848743378048619733654435095187901368314077249881059135765691595","8342964850908631036363338560593088330877510067138889303717216109167357495880","1"],["15878117710352160218111560397325686558595998965758884367714422798505736365733","4950860108085885583028758194406725236101686089331918779895472991234645537499","1"],["8112952569983848250013653684093584851053804166606916104754052750957236540652","1028978474726488508250315597080683566268237403716138359470680878529791885511","1"],["20029113406637303151871359092200622093590508343936307255791627358275443127868","18274116391225940648972405018804538654381442702074386675541679974736111221293","1"],["18912058578035741590042009466825489052803082458465455492359572658232067091608","9797723920752755964045537476589519973591870339890524398421430713410933601062","1"],["9916083671346595087141740355924943685504808029183895546968670481007535726036","11651640834197800934795451644734782808645346556449091116881711469896899205924","1"],["20644185838367341321512202670211625896696725628056923776413014982765805789595","4412385623697958680231713585138332538859777493601946610876981714856581085071","1"],["5591623248544826623244796647924964083384983197771953245341447030678664684508","21834322128329949872500029304565624319351926832359645020941064883846813738179","1"],["9813229461790772408589985494811859137690053324204821237991301781784477615700","9574912665256087483509793512068528303541894511233061431557016668602019079816","1"],["19389463992626908042702645799221324745044508703679104631514211746074827234004","21661388898478629787821439900985047083102101218589032674376322205606184060820","1"],["18719559758303260809978106155579789077305456684030569264474982891812972719691","17310483874518253237175867372172630686446408984770880209054082940354679167470","1"],["18363770794797204966364315357196850666799595120603025669419938606219127623532","9278865542775418901938309948824118807694111286803147299574251518306263537727","1"],["21114385719638218880806615423395274307128555788591042436374078900084328021315","8818524096563974635634552542705293495750409590919906410324575190768688403340","1"],["8741234138086165311483164829796337251671448543437435678426925094159096697876","17502602136481056935739590035748744688403692191847947026624249182668018381006","1"],["10689653998633445915984675108673551596262388959734580450170689319149024188851","12701166887197675942666221332487283730360096380467815528201917697459097901168","1"],["21845540254148676878108612563188930515427140119143920450938670673254490322679","12115304915025933764499666504412486763893659714885268144875921537023996630969","1"],["3708612264348653806969316813948912757915319943086379187864808155426130263972","18667422903766978249021926411748040112741014423739884798472857536898204336784","1"],["7006565397572468468662912055422852128801851111993897842454264067711976852365","7675357939244621717942570426972618828237151928480151898377202969736296159541","1"],["17249620762916088634808157479487043890277363476887550939744037765918986880227","4992201753703901170475734973958216216442514520408590902358342288401192429150","1"],["18861566786631795636592904710165165190838486034944904155114437174197822872262","4432503626480756722654389370593420800137482720759378888144347040249716937180","1"],["6569151326758368958222210441372833258183410069194618582848632308554121360817","15423248855311353398378727249107243707924092345341982973575424271748599753104","1"],["20698766792167546967211021495982785257639843182693905462766631328020009862220","12276686304948476715614994701268971864607094441918196295357656579584691870407","1"],["16863549525602816793416047709677519471809714331517185494051187611115288280955","18440135504554936751680530957791013383807859768914113224891202766207214852188","1"],["15626313754263522545001173764093122842250999752019703070726871966618746629248","11787024001736958053423941007055480296582141154086245393477908905669804777670","1"],["20083242035842214982307060249516429332967075124568383486230395084226995576478","2874268033331796795668247052563084131202823405686318891998931799392856125418","1"],["6071285828843971753267564714733287268227461517697312972426373070563854890903","21819927028732821555252047767916421517430240511961267728011316561252183301734","1"],["2304313799296700059361042893229131776534887389861059933478695844490596631869","17574863855588339353491928231907988826920957477259121359566202000923542429900","1"],["17740220777479822418591526571484196735497761795776017367579699851528920515179","786054388134336691690951682496564783256645347454858799701307111171485388209","1"],["19052035890228778849301716694257124127889135361767074564922955293120808908213","19157733024459651757823516778771583559100966887766445295170077329778969668868","1"],["11923963870630063203809833714630460883743463258676629335806704637090609209157","1340759405683691488766540309199647294265574027878797410169884252062679915966","1"],["3981511713591914951924934333347689187552161403023164973245685373745072566367","21428516651730487599886326085161888690085236737522311145072859564421200243929","1"],["11624759189275464816357027056167470047947805775736041127818428649236174687277","2176733973359249633554207405947835894050397659058837231261054634560769775656","1"],["597930796633001239582553758852895242712304375299462567060992007538364304326","10927246429084427457657281105873264586907891551705431953491513319568729043589","1"],["9176198403950534954598912625123386644841756453372149104037534290659804580461","11250786598461887926014669493776495523478743862963153338510796662201166431898","1"],["13163957276786835211832155411865253722228807380572461978413967396727582587181","2040685371589436649467894705957071781495558283526712692288681096572824472140","1"],["1093476749269892081672388672911974078457492169336572375188089259645255888149","8083664351180044651555510805729058109180720308127686883222269513996380173589","1"],["18053649551732394488122148523864508153923571415857899749142462097348675577736","19684242183778601592573575525853924190587675273409586324426191593468602560088","1"],["16093849735616118388339843921426479169387756989338146143478121478819432834691","11256878260526527785714625581399844264677523356809889995298069121615687805841","1"],["20432367245863631227761061772796045031115747837774112695580024823314114091347","8208307981876118128035675991044245871255561580654892423625504598885274764115","1"],["19342000403831212183474791909914108927262743342249942164360871763332339251907","243684464934171618355772168529791850114255658626455354193385311574755539746","1"],["20767327429833183743279722023571326704173519588819061434763071746364327775887","7406085347978019248112358813955488313801058978368051849848483443575839949767","1"],["6794059024493032447596712537257848089937937448178158866131795291509541080539","10139495346725660148213954611529871932498530666983682395895575136763617635349","1"],["6877927312745423762569354867115826278739388439135743097991150199525792547069","21231810426285251433383977535080407747041500744329708462813258627415355999424","1"],["15899079074206073533648127339408226073618508665980396630630058037916139424950","8589097013444387720903242410105866929739131710708442734512671848790492570870","1"],["21343509889531110548432264039637739597100963688776469151116125729651823645098","18349078936062447182512905310992890532988987421316572761832383526138514895410","1"],["18689615581315594139269998739123038152208718659051758523641694578398962383072","15171151716549568512140561340135735011719958918955037887486032699792359481823","1"],["18000429907080836293631672596097073933741798244210539044189940359293575224393","16259982030079080349979976943792151075901675378170291734938977353098455539044","1"],["2007839698231843279020125813771421739749700116932080150194465620712835349531","12582229433463667125386825207661437213029826034790774793158565546249034165920","1"],["7905420902634545193971861966111249058372536891547856979635867718248303007477","1941110206237135841003037408284009319678598042102873214669491601762420762716","1"],["12464388108457036238940573521787775540952820451433319230995423821344815644949","3032448228082087069212781058353777472686613255265256246997111164070685189893","1"],["21801888071251807381076905995156374170945893095496482336158937227384953270997","6334764951913870518152804249384211209645857909607297652569427804643878811488","1"],["7320633892357146723165907049641364268261865506653624348821797275145433792063","18672952122873585738279354200406072073973095560614688530052282561669443174360","1"],["6600255536743309394121237328250465500160183219375945185302760723817385202344","5469682567015519478786524013385037984840332737256970714365312283843162189738","1"],["2125363113550750069226911642269429125799395246461854673149575671165112059417","12628111583495295813450874630689105106421907664842782820322697519849454037546","1"],["1960668504311568778016107352623696316025720049813222344357893064637022884375","12532888935662301895724112918109219437627517029114097749259251661163153138274","1"],["19294888295425020583912401479678549406515011592492878407192010358342168849177","2975011773852695564007888552437635656905759910588416287682504244538266140075","1"],["10120847958806125504103624811342960112213892828867130670727175270727700989308","12584954750824810310241011616331790237953976477354405926904845588373043592991","1"],["10695373825230797927383840204777823906053181633623908990498072345073496709627","11476188203216332902199439604809346690445964549384086398574226258398280014021","1"],["254526243452193365375042431548332311912739724941817953750687125864984637537","19318474825012239205652137279831944358989354713994291856509535298106688229420","1"],["21159220623611076527675964637350022994039796735109144449117924781637059388182","7122815562262405062344026420511273827455902222520343751776968608753736257777","1"],["19708512635870903566227391682280797676798625963514352688508744062194022638781","2322442799898948909311272476987564193879246813158357352681743152808730937721","1"],["15595747393416512445296104148989716403188146572856409659040972164725735898837","3550256040723667174918160526714369726776592149055434870896095528185082473711","1"],["4306678544479506617826357533713453041240847370193241909482634680278858365399","3898604426368783598059509841722942524335563646973363776076879681072080468805","1"],["12916590364921147870825267207512720897866529516025388985024734471478814754586","6514178666442076158099738831648126502331479261859673619275154922104771254610","1"],["5721754458779379354466348318954843161892401225556435838399380924856278561059","10999004692560036723944456733600362343274069996748928310924779603770208829566","1"],["9057600082435794723860539704961012254419406639891694932866709294493227545107","6290850169256924457144678132347705592813790880527463014893253388684506762545","1"],["11816157426345922809434746528922292713718390735110792664102145671507632304414","2311491680703978782295010922849583877393396253675170327500041206841761941154","1"],["10931789027825481728364307972270531580708246136116976997203854243508178061957","4685194574600646539049816892554761964443076297778055279610203253282634619817","1"],["17010521982510766767697468139811221318043281061073684650207836216295987982049","5675567823557454884682104457946224979434607493100410875711355767135450626916","1"],["19742665325808891572311323797142246436564211831854761696309375331162161892318","17003557325994191192597958284314093319434233232654628294151799650165237177736","1"],["9168899116258352521594634853984535657169489749786505982307713593012143609335","13441440547488875984382036295414101841135070947564262643589414999112391886334","1"],["3062629323406311835415573783159066663940312240872251384256306811011369272416","16331158015504095849885660956543664734578304689352242087325209452236423150376","1"],["6408644439527417286677088704824999871508262119237779090233927684171574336121","13888836617068585763063946511225633742773664231104610090211610933902712036323","1"],["17803199381202789214180947523670687187071537799953423838078369741753469188609","19403525901616961355668241925696766778278621603695802771109405162270179147101","1"],["21105139208160898212596195937397004637675440065944969075218341298298446271216","16932013582024967767641199844842202206391361288552691277929438298250611032332","1"],["20084004292325285173627338765145456536647836210799280331666152466176290434598","21795633809447920918750510806758745341785579986235127404933873153501310784403","1"],["9799708257224574059463220461127708099990612922291122482102090538177406775710","4598250243520419948585757678466826229857884905368468540171964646562833205561","1"],["3113329597195647525114674331083931242022968945334620185176128113940324794650","12484205614008423506618275084251192199133033597005902605946629708632267943428","1"],["3944938133783140900308286172218177633159240279368931123328623907178331571935","7097719289462356986468874577567600804552116300406215931500168646861956623654","1"],["13227495732907186670014185597643598005644983488775520449077470179574072282496","1914386782853968856696442562225422703285595468562761714627594083151359755674","1"],["19469263697907141707533666546831713661366308816959021998819474084764065582471","21594477986234660394923225518460752059660376074341950573527250428560906415777","1"],["6435558611383802217381589102359067041682244466837862591773809722917356573128","12624477211271177023232266336848092433060510928836645259248062037462344538862","1"],["8767172770972793432847663993862572099723663502093302071562052094503460523523","6176360134252905962172814182846840933149067753510016560763838926418868304318","1"],["1063684856012974149378113139529321254363291698822441041973135377925583474326","13174837808236597144907930518290562876377008002651005423281372857743027664366","1"],["3045523359129249941333802896671570456279410197221778247204583456691234183987","508842670054599734760740602401814645677855243910818055711707533041952723579","1"],["10583519212635090663326631303065334941899893717036011605866630510420139112821","8281678988852873504123332177411456687438658744817044719610052451210395701211","1"],["13999834469033707542943169655418584992154557314156759202277988690698565943734","1706539978386602367054086752505085702728659541323380469166803172880719754997","1"],["8810537682515257881492932022401994044139666604670666128324101508634179619165","7273715861605517911897083361850780803279004796592128070066148820610917494822","1"],["21819188816970678364346165325430823239913783149792382946474229274256047052460","6892322291799034702534724331611678938362256506130273391655300654474449007607","1"],["2018880879821157555484308213376931924891398803582167568494772081075433010781","4753224577829523254151133121789912050539241263112311672143009909669760002234","1"],["6874284902362455515602526851710838300415936343832380987565374295716283433418","5191794969424253411195804270531154560458797931374561909043496800096163277167","1"],["1324317005034696457443185919625349536799555182981516679110796699689554787148","4034925043905442467080626590489574402599737378311170381942314626422613184960","1"],["1833746376213415431449665610165119656484822229738953748727991357388478015417","8498687861899149973738770056809576357454684934752428418320636513364029936687","1"],["14085120298226660871504842541699521658908298726411390234632879919309327900077","3192190419417344131685926467635492602398083269756213551290459402325272416451","1"],["11623441360762138303981938746575819819002207249716555252502540215172028762522","11962033405633591317595250730636197942885072593910248382151473859082717024556","1"],["5174705865646613476178980947724967138637590984354402205956306163235558825490","837326045571057207922631905670545463868613040595632596337434099986480929682","1"],["5792158864945388127598263380444005349034217256155743345669610001444182788251","18506970337690338589857215085725413883649186980167761854667149273190644718429","1"],["14451459836528150314909002660617702589400838168772389554411636403601360722122","2285374938474938384155677332709895335178812090068532972766744114042315244935","1"],["5758027189768752142314078131487472904744815358644229290816436467866192960439","4459276514520327695913668742524624613170509238785217090887524121889295861548","1"],["11305058130293443634781393847411553424141504067004825991291199814022373011302","12957264218395966218859757466353316986536180890787705005254664094716176594717","1"],["9496451001929217606138235077528795237002582339843908938642769918686567007082","18519896869243894693139957516820325169604621209310262884712625799655161957757","1"],["17621172455840215644283204084160651640725337410117228527204941056374320830610","1653206814807183610592158841401407568893243050880633405317190297452245604851","1"],["2587626873134579974000784850099594650307715835687334991138932098364118516623","1407058200046669146160842722955868114709940835743055042555284487142729215042","1"],["19176126310166913766015088377490468119428550461041040867156277596952209021236","18116619090939222029580817847471569651085406865531378021263760382604772919921","1"],["4108476668708239823238367817829128397816148409741809642560663235429323002209","8116165616274428191368691511157860750301898561940877516348145537371148291488","1"],["6085993003931526934222281805063277677721346656577816717417067910170677864189","3421024095664271155842239116648026116895988996658621015921778874781177597636","1"],["18534794050195305811614836744681014627498615656702878015935858669727663826725","3059475071811153072620793275205894294101427459692576248705046741567760404650","1"],["20974618565165636468682212171270571776413973540855957855989815910034055723643","15578388282553861778062010415751380105809179881382358889466600507960331507605","1"],["9009121446579359917619167313782853996811256291921134262524189757736242397779","1058570121471475168501463441719062139950517825999350898171617071095310329799","1"],["18889169632389542860505059687766280439998922027700608549158433370147551656964","830156463713576708767389324267028382616902293335637280965334712730204325506","1"],["19428304794513703454530535461435247315101895811904296770923710575985628640456","20405731627654748868834545630542247120027639169344044023793063585741973931852","1"],["4839138263950529473467618676251958834123934101247241668333079871849776105319","397636400549745354932028204598192297232815413763178921685010412858957031146","1"],["14268624049656879185423054778303416146563064868204800438988767611160885077584","17625304704141939830065923573785938374865339244263479464143278881582488987763","1"],["766935166652163479241637586082097457428804575791111290218618971311304710298","20335765182347463196924933646896578926550010649243429799729448674691103720279","1"],["931933854063911619278995526541271244178942551021295828533374320296999721219","15309046604917366138812189228482679620944183029514395622699915261805341257","1"],["13302790138609427287098185794749424013259013811272897860583071355290061614626","2778332711488526345152889337101953125889443043321667759675335312362347802405","1"],["12853364139388187882690039873828040179684769881399032162737549362480281796106","428437266549196724730374150485336236020913114857737078669366188273030197719","1"],["21747257858319117315375554517382458997243569945446057868758531091288747936240","4471865090006663994609455361400333231479426758516153145076973495417458038178","1"],["21495374190560098220793621249466444920897620908857222961577793866561851261803","11001124058263733762236025940130976076971355502225746971211231606300256336996","1"],["18100302348223815128820122081769555764690624152580842065365399895933426722326","13240642148145676553772913396512652556138053435213998865848770898327469443963","1"],["14011665337232291869569836727265920563708323098783397549822698454978626698787","9551004041553369527966399551919450125073575263376692608467904007467804720996","1"],["20656248779203807600704172270272140747804948896867154290466617401331565448413","14855574235276288630829033688341887897310364456714252262739746655320438695150","1"],["21851261664178068806297171605838405330858997423770640518210678565940445739809","884702186134766824284478323797782564085833457580639759760862692313543595704","1"],["14837455394840003754752651757953419501289258542931971299456386761135688253744","20478004138926002053466193361224596815334576208364441048159533716224483677877","1"],["14592599213494085957283726354040710388144776498286387683548398171624454873504","4301145640246306351965641235432770231021283071678030765484786292467690337687","1"],["6670578522369321234287451306052113499286634288947991253469815281558709061225","14943526878026086669446718312334624221989254369901217839953168003696011970773","1"],["15509510806327478420172820767392306924937070071017649059113706686805909254255","4496370928284709375184803520390439672710657575476925525408727786106689297736","1"],["409898703426153776015945625604229448999463172609836630266169008734746244781","15816597760799873805208364687299613706254121310701569071943810917948214851977","1"],["20964543295631567401769264324042027212881176389895185184390563456994456311057","9346872413417647976555093240954454569554044343880496394556998068497691795744","1"],["354010517630110794383948831770509146672796571143791596098136898548740285760","5360240235241204704305376280590541627682412072259377165628767401953755587025","1"],["7882985038084648232211917860923997954987129113000422110224261263769100562293","17119809318749094258923847569306529840416379747309717645525525806229600497007","1"],["1946269011205491977938774349711899817095256660271586948366500235563129908745","12538600012692292613007869996676800059142768312048831922181216887532377924363","1"],["10929474596021907692280244678805783612516335551134264545279432847100533122663","12930496783510522868315220130726921115618787654214125079264674401630247413821","1"],["9823209687088563011042815430336663338272059299653404568676490135734363024175","15747165249101122419038054472415850883535793833947339903383191881594573350792","1"],["18076785494045864587843792026520907347461730936294311813669209181983277637563","4754876208315111090484350615333730918832626298187523618237011026774453753651","1"],["3637439641452155385828676225426665013556979657345374478289771815864975724432","7692886424230826058846325536746774900406873680448682352895682927586898593005","1"],["8905303390804511591266859374182847983393684750672590929778019069041292193786","18305303092990641165428411678295297743805630795334685480771532926728574676940","1"],["8533542572425069938972753493180992562327068515138305188836146681557823562143","10342760421153928047242831042290149436995614324837058659307940551643853704993","1"],["6001706677169305801538795302541550519758912620484845471970569268108317517665","15761538494596017644483146785495953956356995920260734827135349609498177693819","1"],["9910910252804086375988103371688588189541437870924068340653406727193910460785","19437722658437185327000901227519330985294626547172285126747215439465964331808","1"],["9237890390261662201590808695192648005767066327844719478855143069324176463151","16408202121516260951176409851187710669271048911219119689158428379311160145910","1"],["10277089658627990187870733670196904418905322069187855336138465000141436313832","3598049531133363315776812534427338949113884531513480731166284895505431673276","1"],["18333856206480731543141486640008597435880957258045255219922980827212895032732","19328789076154637384830710442934406386786567831366728996566972811756734815927","1"],["21464131829545490538206619919093828145078460346190116389153109771656543899408","18947189316846977152426743934932541649346688511714801963944026484795507988233","1"],["8464708324360205211603581716732029794725642360581662632802748926612233741442","8282217956227961262335041279362571422022163362910237315380959658679984863266","1"],["11933671430776516957180561790707933493319999627816641569018044159139006886899","16941957084530289559972722772291282304199846083867347761950806713394461672900","1"],["5724120355143667955910148722931457151776800994734995361349759345967511597903","13545029532365674916321015377555144370967523433885853645943430283789425342052","1"],["13294440195282300128544977580441759093376581937581395131152367991749290078044","3255107098464381349745710661474247875241744584965771657110409951776480738405","1"],["13459067098351752225341510696360484273347253546920086432401415516704780300835","4093447247025774770041079543671121885856168985242942118353457322282600287344","1"],["13807439968741138171242727144804908880703974434542071355453316923787785086566","14765432295110059561081609345609134037952229467317072402507233725263442305033","1"],["9106609331011192172709426047234101942803748321032523199807425733197191911727","10342594314734963033250559764727656038870757515042454323263084274022954759892","1"],["12494460463973663078543264881847090843070983232672467224745966621419000024933","17897333272122061873686992286279870983565309082731033852307754481807531631191","1"],["12268603652891010125622738091964453909575844284498235207043909916291508420409","2454237813128908745439222896600022334224217413087821477284496191618976235192","1"],["11585944549201939686914872311797642279789423664729299292792647284562270854633","8254839531062551766809179247915482325400459279013206055557050680159066222925","1"],["12383001714775461216995795635777755676997399811465440942863468711157761301971","20295876208859406071780381412002751214488245808518052093351170517360515381126","1"],["1093695638113052468706216901472132619998539207883653560201773828691273415484","9526522631942463338051167759214162056591081492957126764430869204572240100985","1"],["15179777586275376100553829114207870216074778904099581644591284161154603453880","4834091129202298413732619947750679498176803961134741600042951321607845112902","1"],["20676081296076202199221406484768933900692850185580096738190260234335198396156","4700220839040170159647033705281448993314420740758686866690222325146293401374","1"],["9478963364041256969805847427899096157009286986466548376122696697446630878061","5083429171843562937468195561782962442423853256837049784951159522824784328700","1"],["21129768878011980162072734087343569180832575148650457177449695563376230206743","990008843182466032823339574928429743327621713634179497416539389822228116155","1"],["17806765140773413345026254820229546210217096069446289712853034145005420781883","10518130330022916250059661598921393870745076669012244695714680387184878359017","1"],["18565271550436996055370113784675134863785167570499606112563764680411359386662","20005132703557469588199073151039322855217592149744153156547946174014533285597","1"],["11256935504038571916083278487331532777818826036763774981485249649608088486941","17743008295718491671680767807125735213282435261534286963644987680679868381426","1"],["8301160216435060593496021683457982657505177756989528182022934007291201221712","3622637090186210482202621461272589809969661366008008964049561916498730880236","1"],["4513337067176233138514856687675249476660857456351345902681987637186160951890","9952414015251204246222433533291278126390961039714567357814230198288146841925","1"],["4374823160629304492424060080284082891777641840966646840774039555889284605820","3188295628076673078122631319412147037658642070932904152203871158987234792219","1"],["11946159457705137370958578708081808211694943617865312676850455189671923217465","11247323412403861634943232273915833849846799767762429434199266384353446588643","1"],["13973721999558237451472274161748579989371996709239736250306503294200452048679","10469852105783684420908126338748093961229626529261273588499262304961609998824","1"],["13830974327654171047914138467550411176804591671507948065057085911647762592799","9017330135404728548288704394881858067441867158954807333749471082497673693153","1"],["19848403518058321649525896597400783964817581793169628669417647522631153905548","4714895162516306880206800452274921580240398357029156273591787532815970979269","1"],["16783730077935938743244674516282608772000512122534350756468307780782988043372","16260903615331974434894825113534084566711806531277150894786883341960547014132","1"],["13438502038541252404197157420781079042487621777220052710736418362350788858431","10337443993717137256068488592097979933470430530364408846309606152708010062838","1"],["4980388198595243642561851159576562010087408118001945476997249153039383385521","16828674843530965237230232448687534628237290574993869989699184226400173713606","1"],["20239555888802853732619525615307292146675134363116929634247607451985698674722","3296070352337919505258899540118366169691229026377777354344824494854103099600","1"],["3793156290645650883959275705568069755578506168339185786996507634918274575192","8563979567309095521504591230450227932217564601390266473353181061464210573578","1"],["5681920510021663998494228754033470722895150564411737577963246963347477655415","5132978908131015940463349514138744059102819212547911902995279086160557873842","1"],["7529309385826664931991673000232546865898174616075291520926922729471842321169","13032456173474273492656388231249697897883562794351529692733106332260129980781","1"],["13252098232690956781166305817676697147776407976681697763637442771678547223217","21401484142923531140763438723771125327072710580172779518663904491932514215618","1"],["20233993551232039302343431909246522797410413674315626729939479368353309165375","12440798596214210837985432201772111166170125756827581497331964516937214438232","1"],["9099275693004315009281108027941191013785716879810901286432391015444591016206","8990778929138067169950956910849567926856953836019945052593548258773648983249","1"],["8567240848312720766987997800845294577280484247603175831772424749164466228262","5201739095714048063568067968885406798664681047893946871765161237119637275511","1"],["1761429386118759513656528821842663228235566968483648327011409268905050103649","17450307424107024496671299308827769327467225963372751729549046558092597662297","1"],["7498038436678469009368532880559759570915838733490186582708166406346724424821","15187593457458997094317565733980613285002177925598337167005253361418714383924","1"],["15965408707578526747273776188629522363938287327445229271139109586505134765256","11616157738599108574811112432768155913306310657164650304184082463263662805003","1"],["5733652286909050816337525262779458246274093810049258992498750476630698684375","11602431925481916048139598694081897193853996462759133507872043850433646737070","1"],["3711564052875313316116900928581461249092884138604997368674601489183630940980","17984429751658656054276437599656889043831924681486015363345556287987952615976","1"],["9200403723480038509497084319292040795666531173062881886040766338416098885000","3357065333739983388864519964773710155506005767531643447309361812977547712985","1"],["17066667131030484995441806193242659499477673720381824068858466747971697381244","6730016719180116357673052175042829974625195753172531549834425268900124147331","1"],["17704953574456923313360738263917796746271287054120642534603836760770075602987","1732511266830288187705315177856005179137791233495697040923841760017138505756","1"],["15830382872576575527258254798925606003855031719378346605743783976302961925956","14903736318480160670270659303579853671151200972648790089652356368757830332064","1"],["16110323923645344282405488361048379428572489091347909769648390706932612620333","18325906950890737167664582424002598954738480960284136584321939423742112806283","1"],["9409770931709572518658950292068606365900204989097808621111449094921037639555","17957490973399253498189926201289242220185569091821584841325719913867362538570","1"],["13741559456931100953944123708319758082023375991899148680056194199307462795919","123929620105094566223322490748585932626394570043628950093314671147148044705","1"],["19270112959812368071377641116598631508191639899207144876106597674531288162419","6106333954941823186046671280790576238870394880086182073061699371999001586729","1"],["17626443175343296420643160986805441544262908910221291196153652250956563505503","15866106011807668228718307108168402209599207252760409575279898854421392542157","1"],["21794757003408102778304012514841982365500129951576650282965205982166242678538","21397012672663096294246714063186457167006692582387673078778247834121480378379","1"],["20315496272281101208203600490325331566081217448547836465822447450850782867558","1223401030861873563502202581867513885484224685639620028426095481023039339910","1"],["19378516890645424850438904368972909684329312560236247027921095346512693432183","6873571226754959193440127320111770667272539819697803972916763806647814916817","1"],["11819191512183394836443111397671393061257405706030938655300934464609150370218","11898870978042070931718772848095868976950264753283192993029803015766096944488","1"],["10439790680276150750982430846677194218423927006735147798721869659491920269396","10721625400731657874231541957228036713782495920575928048980191578161851536040","1"],["19222511369181850197577313241657555098928726340781579878549384685889573878845","1290592009553418117530566230746693990727467742869534800767669457819350057477","1"],["8761663060502822163495160792318870210642988429252099137145905430107460051484","9776476585289208290820252701411153389159681999503619845553282732359231767638","1"],["13768414001337641615132242517589921874472791044861909862268064476059211377143","8451744228138829442136750645097908129723754536767751668706486398931640677002","1"],["14378809439164037624044693839426847868879679062981169394575626459807316791007","18429416281721296503839715580985263032389790230591245336428699805393208442137","1"],["11892833302650381025975314886949706709669111354785973756611608495072481724086","14125528506638221699679164372622704119088226131594980141855003650513928239242","1"],["10621237849952362347825456422379188213323063903869732368661452037355925617618","10912657285680294422695000532083389640577153140536260497777013082453779621880","1"],["21533574812145497598797668250265343304012085424871467607972245455185993972586","8868621862192408947862569319163363272445881169947572864796594387650245416432","1"],["2212317338813883773544436840086531802497026876904756637444697828027428132320","8137309030827754309035380588697339971191180192144038670781851239011383267266","1"],["11417017369518048047015269850087420777600639671893097815136520547116802258549","20453880552989164814958265011656526230891571562556945635575962019304325871350","1"],["3410634808665841203521385313458778113971688545932742645038562265303059995718","2366242328640901244576520880903206381447199657111867488253812485043656530584","1"],["2768936988436974656677207182323059434485871927573555548858595098536201669489","1255617006997863696973104275749298804667435821758138182947044167783487325658","1"],["13555998363187376839874257118095229111265859735973366685236464359464023245121","2154576392278707103657378377840584220431827920281463120037346620716279972278","1"],["5301540307254900516032742277463220512590580114825247734111335070628922294550","12160596245064613007681666019478358539426277525789457821362252348796900709169","1"],["19980754025167309111969243961642689352421776340473568439367010884588458760188","13257463197181909977395683949003549622367054057185944058036166815767670373919","1"],["19368933356713765147275344200544100811816743133829599978931985537851792268480","6064686730176358817712920754467317481813410968299534715806597140359489001750","1"],["14172723121237510204748497025258883509718603065525681233179347371863194150105","1506811833154624928521775503635607460979547136253829029605657750307324200410","1"],["1383219343520178906370472130077938027916217655488452124636529257488610518331","16492561764956159369847541947104256014670851262530144680874886594585357548736","1"],["8959900642412027158042453274308443690581641051580863988898626221172735856161","15994942370630439692540625057898051728801345426639061114993415170264710482317","1"],["19494514059280508475463124263897398375564809075077980402484597110107618313849","2540766251488464626109507322844025165953316082370811665535934249506444880917","1"],["5789921630326632083915669192104594441888282583680769607780527817528212144948","14595294284579143479875075401857810642803492959661733028416340790716760585758","1"],["10346483083873108919439181468242356544324382891281173295925063636299138753236","7316182662009520914729427142451326733058618826570465565266243629809030700128","1"],["16440176255347126331629462178288954582913302804813448224457690102489210726897","8966102862845906652895875580204474068571672758453552790546599616643806695679","1"],["21785283008380799121654396083317262859488492034678523552360376817608648391745","1836549078574801476730693869830414353516977862175345047098909261503684243555","1"],["18096243027413333072665375622597834978659155476184461368104180594011590350203","18559805715052236182699104225097209989018890463852694208612167043696304200239","1"],["11326229395323446635048671193183631056565160978800900914903859374356307077161","19262563027302852109440598124248547913122664224498376740215641584510918553014","1"],["19701927381050670677866916845495085119959707518833965927083700566355922501843","72209988668928471071279208811988715933933002942235595969497190925540047464","1"],["5314147209393372922164989367673000869193345529918667279181840454388192247777","19415425351759813968230826822839988987003132590509534444406119622838610882968","1"],["15406346952016034716439928064139287010277552208718639462904005191339949796475","9746410579321681524500958238777584242918842095485357194923144162845430160708","1"],["18913937452056462741193466066077947045722199529340834085208214302523687477233","18547566870616733226906998107028216855219059634339561254996671894020576441235","1"],["13035763936449973809770205182839468974688761676775849976022528354188147729724","774370550764702607091815559453451906690232343409801823091416375157197241184","1"],["21453258005324224293158235744723000496551670052093102910859663195073218320976","16561659478962343968084725235840332615248875987661630277837528185307842944196","1"],["15562831149766323641494409512149127882874278808201903448922237952823299347848","7528039134941744976182007543191458049593007746137542322663569835143851857099","1"],["2693437320947946022336056614825871841866676547635526483871313871646735837998","12781314382207746046598515823647582838428702966291377449551382851036171381349","1"],["20237782956037681583764244538445580127164110439310990461401176457974051242693","18485445112197853141657236839969243416064996528124555677141988558832019839728","1"],["21626458845378372076058846921277249423115521175687596866772619779608605635103","1060762407904607180476329653571899227659570383992129947842309674664610126136","1"],["18988704334917916374771909310964747078679558432347777771981493912448831715222","3775414639488680883259921521176192181743952868487404299533937896030160841678","1"],["15963186661866443718758328586934234639463912631754655010635022312005035364971","750664016947634507762734265230054403603536751088422059860522692150096999826","1"],["19126032475947923289063731888674349592115005314084648683280403661752436295206","4128404812892452198133882374030732335094575587458414368842708327763180610030","1"],["4833402999031023643444650086327955751944821145438859789116096220440774407743","5526219655608639640166298175021237776700790591752600263678730874428098171445","1"],["15578075356133794173445778248553815003091390066967772930967967024094121219492","6320172933243623151424859356384146079428533095435720708443236213575308075027","1"],["14681197318775390954444558822247453970165212317931468311486204939926859191030","11319452043181518247298106601749054736657952494744458801740995622112803730561","1"],["4170511580844790063745505444080656567738173564499008360021046841837227671029","5769461544631595731774519977810961284623908148970329341070581031144799503155","1"],["10909354927900733691433948125581192971952418046522754159651410002578046355398","8183409853091752891227169188254761979842761489479072391182976127878540895773","1"],["21276698290225473972721496275775942002212347619229832400729818960583397579448","11561178100138827096662982010884616496098582172414142355073422586658274188321","1"],["742551212639297036820560407280841923055356670030576749352324024733904834973","127458992252159886270860653789446519128652711784152823180355177825717830835","1"],["22057483911846485017702331680582876968315774966898218587963513934376062380","14120874602307869543182666581343279347885038662647720354677342096176251229752","1"],["11418476389869857561074165634657290464068457741162512392599346367858273407067","17373387740364618359962135887468449215050085836085493069799262023872736233404","1"],["12016406661829392067340091591428729681238555279180544014731128465198128622882","3180438574325721053126559721914950242810873306193647843204956551094311499831","1"]]} \ No newline at end of file +{"nVars":101,"nPublic":2,"polsA":[[],[],[],[],["1","-2431402787126249031042124153321465588480901095172252355282073966326179396998","2477146361923350627012518278170689751927963242524079228580458047640855021789","-728829363665360331568411657682629292427936002017767889887242904815000336699","20349756116733599292981636195834878907726309792203790310466311635085917179795","-13107483829234192854606043451748360241022644333505303615595235904914072626681","1900865318077415221154018631384801726589693233306149875555906296588340337303","-14553187839492756354575853806135291987560195581293300076470868089396689517330","17233453233847305535522991648674417195878569543625219618365649230022246609746","-2707131313067984926352993487679715607747021098902856635716982051184986804963","3085952561972868400270766955848028052205414373427039565290260064759291457342","-4277664643514327833019114442455721448911121689181711008273748599921682361150","19030058474433762301021713519807417526039059226917954304485872484124003417134","-9457898882254964067976741284515702404058129009578144993506038399185038782246","14218484564379919108232218686193676789713096042947213239783298848289677052276","-1518743168758805766721934343348517084064560826460482990728376951049865581382","8902269781421158476685433078091270661785425902390088165168894867984009607961","-6423682713574516380005222490674742760813753743693779343155876642812079324438","7742834325520447125522057739389717495219808543982936196983524435765332088264","-15414000699119072237122706469189891777661583618784709265052042648003568716670","1676133091718737344604416038560502712850010537403455416758709700334935064919","-16556573967543197897705782648243795540433400317385485164734412330211188862410","19456044842159487161876420609666113217471917123949871629312445578350225605534","-14004782581860281389807890118304786622753150680862657744359130196055788834669","19137332725581722393042388560882463819998032754892908511774396708188730440390","-11827885321365353808101540183262007111006395466336557958415278640322595015023","19750123457365651762880687996375892195445538875010768678483053173832045586553","-10082242535179405321404345708834312082392350254879880609177872175038522656424","2731835998403503053290394880462403467967203916615583612811740266029223023948","-15464660691906608260354537492285935935318855106169160751496359120339334438774","7927921300474812086278343726029483489631807317123724695278251903118320138724","-657012741129949600582188060915125513161533066612790063997114119415161746848","16836231256138063644380049052220050551178670849518767378117639443555918866271","-19894790162753874436858804822796049450920979324241412747786110481919745949162","9099764902839816086952636921577529862197877107511971131628274960774126482023","-10321519704971250927967850458516922394188494777337503558054727333236199621272","5750810111836769668054326256847518444050338195168468562426953209750296569292","-14887136106920301950188329653181374546060877759030420937103100130382615115017","11673675776081315445658343137095129012249620012223361309327268140205277059966","-10518378651467098949391998316226589171876162881788510481024606632201544653616","12669022201780948661660281384341179667976706645469286545697224347933904315333","-1978455990676225068034513987358422880518961548522692433596279708292517109050","19678515840491943124442566104610263815009965232569712852341029180293560514138","-7339535042795597699929987548721463972402100440304289215426764508575488439996","15206563509616222225482490103684764927840267160024797085439343662675756953838","-2198740885714021889250411357302850932281507660058116879751898576819577275066","1212868185164872859328900288166849127800299783767762612734935776063799702551","-13193013692583787454885256275091707658971030220599633499381458798938888115942","6273167086803055639557215613900718748862398142663693190055296062902022411819","-3644856297744927418428004342800021878799285018992300895159738427343178100186","19431944754439829753706920063756441489084001145211424755220928872703454587439","-21142742692966783521677790267953029143656898731987592252598421068726572765327","20145762663432481098978064833126338759253904123260778261434474285256035142501","-11949295706496464308062577427866520688409890920986776617574208766604510364671","7130856306496335675727636921208919817854825795059629245462148729825944520997","-14058064206997361202919548222582033805930629292745939180571612897477767327432","5032500418790711675839726230969637203953088056238381815724740395822269657818","-6441360060714272509432154861120366036645426368084477293343089978078673539278","13494842175131674990064865193890493341499425041412002738858810855805970977102","-9665107802703000708098503666462878000516555732379301574959323441072249824945","20049091239927006606314303596241377179587201203231998057338817433460842120325","-16174728668873188804687238157843794982887471074539502899705834367075028115867","18349822787580759267150122051930178878637492718584006960769865022300964828574","-13236604739720828438764758599676354522740295862174563588580668438867832129798","18101885315128749336632215445437399375423891813395816940061298835728508362841","-2490047899520322984260605261086839009003608833942661274113576148943349195019","9859392629333736966591897167784069446625967524929552127584321398411974573783","-11971204830981523494716372319480145866727458763181009242550055342674966238949","4212871471721274437096778903696357165809414926507025598361377901895652392239","-12954798084102962623549786577606261798185735471412069066611284990555152014593","16586037501123842713376195038259601142085417973316106788203721499854981481405","-1137139616113750904836771656590761582853089431651499602160942081467326541103","14276205804860998424306012438773871621487176852870575511866514621082003180807","-9406057537305802542991750140798496100555239222532243479768456386989069554189","3844727801505983135563246787163224466523731645087746725282627678894278190305","-11760409591817283437119249098071345623826239993797797454656867146396316074702","9753447227720282701190317574456499131558437279809876930747728524156127415356","-8119338704523059216398811525703673313309625606595042519103128031321764877305","7356151390934200915666803112161396290585409564754778769408121996902568269767","-10209189254406449327733865203361703145515768579564214687744100890685172167884","3284480705113497570263097617717542632264513464530599830091674267481957876330","-12299646003728027394492040192890988322536975504378860625409122725728568094665","21783464113158587570763582432571646653509661619637607291655219169282530755931","-12086207189619241761140880417217865180689756653496079154977557187525993808134","7974682784218018552730334910417491835988084196015910681468626307110528066882","-2698383735035505872672523942502420976686397149020531525206519962351231725535","13043134630780604632399603813910505690121562828368659500701303347227992105805","-10085692197487801214951962516989232788301462147220593434480209088048864013911","17219434842877918680633291194592192608829930028490023831220750144346206963297","-14254270486472754472671729981770851685085714277702387888866689022759713921493","5705594095627476606557665611373419652328936441178488609949928135116733731083","-8453019450607186029996610178856459785116776291682604764712772976488680118125","15826468738988332652863177985196354986814531001854184316899915970353334375013","-18686291731283926330565591122373918551718877485581162701163987083907895868860","13365291781834213059205142463948126516963088587731989099541414966429568648743","-21464444615885992720809953105297962417754477029007457612797485432805145389079","8546569709232220899807601339907704874868031797424597463914680560320710826397","-13458192497795016224600490769722005983105213791033102879173157961680642559221","11276256947998208931849737574367817840405574391425513701658671584431385305547","-16981860568644349819756383239126651385294047673367614642945389629597504034953","10366687241017099288358596538643420076852363035459030837707990415788585270704"],["0","-21888242871839275222246405745257275088548364400416034343698204186575808495517","-2369607122392875659501952134316532874058101112648857747527150580284046247913","-17313885392129115625206993260334858743842149665233347013859796055108246016417","19244392600531227329183869697688587456106072135070035715906934396270762791768","18613417192838560958431754972249894993739162116757872798605108553312290678887","21159606579775788832611754512850376204376592791189571860973769256453537747807","-7636290330875441274450439801242202022137727882355784020417642950470513478063","3557198133080363158473364517466030154583128816188509360275228610439703995276","19619577514347449375552881254840292835667659946259792388380225059751302311750","11565360669620259407210401429956033123545922860966540941060470180162323762854","-8163026210682028899408989164100287984138105802570017685386586142545657937201","-20052875997168582978638724249784206192831351112836465982495566589773532635478","-21324158403809297211904672106425386292633131257236023435652082409468530040757","17856882603461680991509457978581752286230365803671022680163266067938974037408","-4918690499938572853531452589030724586652080329065920025588325417096681445714","18312935598895052252246359038175767715278752228214055651159612970523228381022","-10766286876238659413559374453502719825209962350250570267275476067259767638792","3512727921487959253310548836741256749865595292852525728082985248806554785918","11707659959158039026892121691708378172653695676584943396998282295186466265723","2484591076000080871869876940728456604880841827236420950668310555136189291913","-5008042726840386445659765165279472818505019635746312123046352903976772181123","-19047224093214534547757599095363395220717721343092252819122271931910021250848","-21496355470961313140045649456649556354330440585132146477017886702134416807361","-21127069859275837897064693590662612962550187044771722916245838366861556554773","-11670927151120542928263137339799163666454614391675859640549931780083851634452","9393898663504213485135160323150255103065880997550233421323434449326114122183","-7423856937304655451218962857672558410281391939232024006907829145867900323664","-8788938350638527368318869459269112576291655008082505114577654067232975167682","-20152495844198799928482656101373341930700000551932590301480281889796183215903","9334921737568190037804808328556870912896725661105807295154507509728584591121","14150308398835490664768574102243316688336338958501040449844347104831492621309","14113762901358356273288985246502590637828125498470137081227547723042743423360","12342187383540528598320648083697463937471151618312230428229769712297375887951","14693272445527130136863088622504551903274379632030080926155302498721354072898","-16524680759580095724468666265805290684517578834662282690039981446625763036333","-19929236280259253075672642090405600941593929748859024341697118001182725869534","-13942539764403442048646565782342908838817584642829061035155105877124089826376","7632607700476353267522465322271617664931783082835214969710969958345184869497","14923313101126311054297274533148939196830471083121525686432962090355040598396","13721105802701626782924918682839226259535674124240126081486099825839383026412","11105239414118530058661523892035237921401203447038788716712691797832921813926","10253826193049500255427776863508425666440328198513854450368558647763487369479","-13724691095130232524738535493877225890464308982373985592065104301279034317868","-3477937732154644961359495027276270120029963398657739449002612815250389466490","-14998587799281687970358886826809033534388755425300434963942539607981288775880","5897995219548150549310440640735899211492486973464254841547848762394877169307","17743599376839060370968440731134436548780643348160344396550405435895804946322","11736802428816828217227157937400175964579485313159055080296776736555503089142","-17593775046055864494443453030246201805631632432952656225119742570516510597468","11908966872558347663191416104382561908310424875305872445474090053530232305038","7049826722845828253953311152129227935906107759421291378426804718628734939025","15935115994577172644075641646781997159407581401017397457310503943824882481174","16793038128611962095212796395746564938348468888820063980523147304454015134510","3828582558286393290260963852987350878971054412608256782805296719096637430728","16490441309063153751139672125646529830905973105258082330677635731265217670684","11531564407040647682954817563908754904938365457290362270201413924340228646972","11352020233808485155260108519955148263634789871559753937616757215323599029581","1975057445720215657190389020379522166994720675177020570555680818154691474674","-5611783095147349115600247796522199173061368009416834852851893168948337543380","-9039877004519310146608761651489895328588907629041481226063253066837746230732","-17849097221031969961847730591021485516318312144116835112416294885727915794996","-15591991592244483984337521226362627252486453967280583649332621786620898706038","-19222114068667675938023398634955846826799791743826772442995271228892329480466","-7699772858554731257468508141897518699379149535905036335471659734551224227629","-14235399708339641040698640454511413506504213430854192856292723647492493079740","21306967673538638422444108125149261744263640380288126200426315883658097861381","-21501184369533600363947245123535722754912733946310275194957141044207444054318","-14768309516525812612032161082400179557498568241529310546561445050034600690283","-9357776909344598125035979872652689658975999198731403240689534405409722883106","8456986990715652854769707082157635835352317685023750720074217733623585394614","-18333964028524267920584031476692431774329943815400214924315354647215520627395","21169774462975568151463643081032335560199663822362065265477866512082484731624","-17721917464156029308444297973817933223823065718454684575650351880296366394015","4755015166191826171222540737652560616781045646626478570224993630132251994233","-4760576376316814272888083960655944324716349052087467088079913838804481896373","1163579521275704016492916476102348074271329190598642005936397596657569396745","-8462626939463410865563584614825117754561340847135210385709938383641071370420","11356731738123125939918681134584004279313945709169842764509017574063163732526","-19116629682831415272025208733280994761337851829913482324115929265833306637369","10600102724808862622415746702897894937406781433634697398987782621288284363847","-11163712713269783907216983449464243252915702519961869091016057615728863933025","6501530608766164311624124741101604540643517865866025958869308446235410850644","-3976345259302600836658206527461238963226760211976679245429193283092363117956","13144536601772635495052473485159647926505980861713328503914522412553531823196","-21140414106317967677277453792867621839523446752504908409754605966274384322050","15456612595881298166919832390492131731513939951266419881368256410663762063088","-15412739508254027150150536679151079657780005637245725014091864247661345589049","4765455719411786800234281649017570673846906460248545691702823716515252313850","-2462246868099087693902652767087900438480878323615784338380292588352922510193","16734734026017629707187128242807086897139744333603693459032281449679046051229","-3688413950895140637699265741797375260772450359780372825826418076194410222130","4651112990117990030249540437590374680936132088184490107126247551394109294433","-10543742755315835907420280446555208101641368956767585292851061033306473384308","3215971094469200149211501408178594341630220920895098148795790621423470352754","-17325908776144557709551408402959809452059513131700121206351372303319791501200","3165673947344417211847449847714182538780859608741517540022298887170710656983","-17707070003004501697248645971806333516350536665440109816437812543790546527997","15432981143368214844225839007201398751675041457459765919233255042421132773774","-17018196264292478749859908054652396900830832622038684130904408402958186939227","13966933746575281831967821908007196565085187674066564726714759376780280719216"],["0","-2475","9399229817585303322618902397505319683704182637123151977976017442234575521946","-19417869608342363187926084346924726474863266212460932855846691135348320889659","10251946212694708424773742352577215805018273253838262031599202643523280492410","-17561810578977884750429499423303985058869478120582896882452066391523839827320","-6134364000667506594430521105742077227066055051227897203755773038780359382579","-12680748232411890481557340872569805429399616069095523879481172555021592206368","6640004452758291739122048800345245834724816981993431942112048062090783998601","21652727104964991219524694310047848242939186629637113555723241455523695083292","13174044612926970326021071113593876199547306572082221005741716318406790166269","-3092927740398390554265277944912122749521927400893844811698643098373701115791","-19180142578366653733207977471695255721417334977280816450101465139002222838082","-5486135314624743621079786465550014251300064415271404189049721265269686257907","-3919085508381153760636158609067264284256459746675573752309200192491043132485","-7358423112855449993962092132813981840545162498915347844956019692584069245015","1376478601180847024547868409550114453470969568887838186012926004374122299627","-1913019210546295093165551469672454068264854612285722767765821469685467715151","17738002972260719226575520500999029238069715834128096573864642864304530556341","8510680118309181022923085233693053974101744123535028660487108260075684737454","2699744763001665014674839878398197359671178628775084268079210737236208266546","-10201626844751078384021589644420123888299619080534123384806311697518375869639","-13315021272003596026593498413063702678296363790215587549619977939268161512902","-6234176934327034715345118564156869775741382755764520187063584919663764095701","-1312785920459392010328014092626646290157784301594726050790886664547269051595","-10341435550720675454976865366296623565823580210655627075962538442619794223668","-17623509917059910041867366263914780519794578679000818328363836061319002065455","-2976857685496859263289242130166663714834116661940181759799472547904052790833","-11479149606413650127914744166083166425759776177752752152467977843318040997205","-14510744889460475894668528815620801614539164184099222754395155785349083872058","7131300049072117943428786290164184324355833749395215791830326812664943691105","-17118076918552893045529983899999702881484872433962258136016447732873363671324","19705766193081723694162839411154712170021302419303772234880316066054621433097","-17437412170945547669753054187081902118936429557792035837883999807396220392834","4228727963836482558498888243069765824684076182939293874420227238679807336900","-18690098295851645459221830658372734999685199372975598521016510496692005844199","3780910655405677240386667657585167325014901138529445000986710870567449588870","-4006704772773195354100417451586757805642722202272646102383117422424762052215","16689880371780167609488016502743286115227988799177713006752720071962234765365","19422106648397286776723530553159092167919654896142966771866341401275512429081","6633319652450666271457963953859028649183505579762072092820705467536568377719","2394624328139151394508785813556400427774808849366032793457588867200773711037","5853607231648606910604827553873847207757793525363113730972436757887032983869","-11003633195267197652919114808657584069948445121889355121905789809732757499599","-18338290741047363575380345754872421379192267353345391821069313131741445369618","-19524334978959582815281703399973529879618950422882445555697224964554379468236","-18050950435255145852227772944492204591620752271194496972752477311199749354401","-1240838622787556706261309712322368926152235903604992746839208759330470343588","-5169894950718459103758745928039160623936007388432826202029723377023423675908","-9909291178875804883286343980890445965613046891888708805845849088768957697526","19996871003315341824394815138868865652046129989010245857467762447324027413000","4404757693966693762923672102475116883876818310256306861889519189663174665524","17590080243904781865083018070097227362171853830096897173328898776916876992457","20393831612350264850266537616061473785121508192556503652698832492751118069588","13687669530063469625118240935090796078200478576487981986242257528621434016952","-101769110943233482739228847167429781611896749014710504944403174800324991797","2295982974469394723850304380511201539876336710405527353974165107826369115080","119649056770901116807599591793046370064573001931311322532785055430815464063","18729285533137187218726901394134836963527446207381971644970542538531736883714","11088881742406982346837263080698183395490820643852615630387991864171464425949","13780915076722063413016929342399108737132740506180185349231438751833267490277","-4907892257263027699914314400594976914888694203163259246977639565597658743306","18291539610315671484527581132796232322636438423177266868133985667317827411296","-10449913262564539515242772297206074817168492820973365641273454403002217105344","-11327804965626891517713252599766401183253494951245213599694008307601905241271","-13541020207391311596320496088433186051531240178855249073186754754467064371920","-16386448649571882426648647016841620712472516998662656028385989356822270277929","-15743301260912698334650610684759604568353758436302567733739889809309636886743","-4876420985644713054813990834740614483927656308255892751002338314470175862206","-10491496007481582552645647323391350471244316660983954719566283538889914808936","13491945778392776640660944857151545639267651205304683328976280707572641129919","-14185579129592923184864677779174900357866589774855581877438824050939820878349","16576794157229437042160778652244893592546587396989345588091205817747695599583","-8641096239685810541724726666596461011703457084908305518525629229017017019504","8469683946868827385789927934496199241453989582603952316475692853354207267152","-11969060375628400371200740820075066595518677020312263751245041862760530273521","610311449645898707944708996995655447134175786274908453361200346964624827888","-18633088115995441176524511007820375303267610377838102618526483506392078422222","14528036159958461198842202211760006590839415952307690299725396678155641637975","-21024969419649963600276630057408854864052330246407086693880667043569691244419","9142767279533135479949036137244043078962733418332193363830841708821170196481","-14924377499688448818898757164475573008020447649927758454793740037098111192411","20448200056350655646969315787974576237051815134636448091527158912571074039848","-14995629571033312645730917897426911311813447211483268615925157168337567700247","17469338025576386523346528516693733138449405028959377941593643773399390516513","-18242515835540387113017265420769210263481540050260321163820418200341719971585","4408531820047536133957575552267047704115213874002906648123522906793973797956","-16283952180881019530838583143144578678521267062196188300511051923141752428939","12293460231013381490908591256113898305996946565799521544158296356233777459684","-17433877408112461330435830716962435385961224020306388662572112002222012959551","19587370218858343769477336787535172787021358433233520087811432848841367024221","-4579170668162548607675216937132258551186156632008415068673819741386725493158","15661612312196312692455097480474129324740241201129786897991208758892816298561","-15556946555481424502441289228105031834844378844463867174058234554222675596890","12824616325427686514208449278030912572653973712481217903231673346823394886951","-10493993963738255072427495421483651945012840952012536257248781417011975565971","7432098817961529687516647034937155607218008707943988561459596758029535572889","-15945488179945735101150245708201889501323865670225570067488446275801425027917","19980401321074312909979596544177091296954129139236621326702266333172803972368","-13124326911793316731189778830492146544703308078500347070348904603512205826583","9060551443380356429477799401876572861830870947018145025961944819801976258552"],["0","-21888242871839275222246405745257275088548364400416034343698204186575808441717","21484171426037016048401207155320436136553121373617045142292618963730376412235","-227301032914146119621585532512690878469151498872072472825298677961292864394","5417486377605770355036101798919025119073872822801691191608845815737670601617","11921969995616486505564688845634172574033954810667967470690086235842357287552","4706849589110072424099888629414857842555616029503631568517352046328956851732","21232954027909070896458640046570601392305086597605441145259576952203406761384","13805062701734501786239692605090936002993791133361156610305410944135747923635","9072158736410833739860347688048478766106816521736360476671501400693783286777","10265424142917562462976098341178825680027710750168413001585852101499111036559","-14380927593245726990686044299519050535725478527705638627472376749835312276547","-167515998426917583525675923089997052896945754286115647324093305724343914371","-6741526818469745701882541934317211732459183336559774479159061466994986052711","-5820444011999919728192942332528503685899791684761876737347231212008828823707","-20558042506742671261794559376560486125187665207153511508229209689101824131807","2214944700957372876113662900036929745507877733689419450255661038260265239050","-15572864874389921263656887940655027733317864116933663027645709555053089068702","15720853958211643087263409457733900336993165181034810632158478082146578099428","8179673802656375836530413352972604137863674474884467776926756400033100365276","14715723734154338653285258343052771509230628520825042935745304056670812073639","-13483771025146888778125487145003510771852857497673137961051667508572469580202","1718686839007770273815403828781835587803576451928135080974403329684334374973","-13510425639434316224618467323296158871268736750703254071418710242031186597035","12139445553332423706475674782053142807897376000566928368176114409929543149112","-6349268549016089104630629750613969129805574744882065140095288457862515874577","-8173359251512163225745684708993710561655967271351685742988671333493905023817","-20354334892917319241606581326820683948074816510793120335722904469404243131112","-5659483399340470581756191945821328814428464800000534241437059824191202616967","-20024222252275946448785861149340315259247402019122511929196448248315635252965","18067253738174406884037208704413511747988771186363901428554634993616810245956","18703169458765364003072943644773649762574158442393251630953659409060962537178","1128528593972534475023525134178058755963240791084857754995155809935042148293","8579658455109837795915963750749498655706859143555444408583688354227486271128","7872728953083304056804707024100716346886505351115252698126959908061780529562","-13682008995870267220308036766717648032426252243964528936328244615854603731799","13588467837702734111150038049976179588799625735192314544475270018597284289634","13787209165142930600550164842963665242773653867390611884000276113826739836341","10943255011935509269116369603271268582652258801260734080401877617460329848367","-21137916224656639991189683445847637443460916587088483754854504682230387048788","8907661186667646141377943140586192002917853779849160107535264858116630718077","-13431300210299396514489312081774469615927876925083599694902838930783909069646","10856435996877433700852705410697664955993510745713307989005709844789382158220","15149530927094832404934336619749276479148423729234950250229581347313425482354","4916621625429526382771207317912505080124460494488988467579248339248372992837","973382338741398320815318895791721472205286055765189098963129089799073159758","20321952760755722381468860158162353369714901272386560312662824158246171593780","7483787413597028178949993077493841761614969597311106671956100651804651120720","11587066810041703159648757416227297170788195061787188411846452281590442870075","-2007549885077426742004777680235905154943969699906534665451666376884828957291","3148304925440974292886831366290867447492223082531830255462921386003910815156","15858119858091814928607865870175380345223665082450880971684748734716512296624","8227849440370382654258035611643585553126498956811960353534816494385571608935","5509546416250195380504567578713784507331536502504521578464088959139045609792","10936601097890125302564818546263820137311262822329739491759169120819881963667","13847786268676244321764376455287084237300812949507191129069547178536331688747","9442989887765979543761819544908328814976327046129485825419940618050266079294","8518487325703008457622325301842747022257235508520097615934966916740497898895","4840656390529653031881691983782328373093958148650681087009977997217423025619","-9184244278055911778279076449161434666355248335683446811913672950834516705932","9696612195499427584595828369559676475148702945784041782786479912940934076073","-9780951360593958139633206060350041538469967353685634463315874714921179227794","16762339802376577015321598123610218851904314307434449658826013314230953445368","-2994952597612775918317279195977794723449858485557219975419205674310580158323","-21309542798574089086496619456791379434858202077134421209335264886827947192604","-5798950600801092074868864664731804929075504936325309123587663332248059224360","10486603396706205550795637697163414403878640329710162575670490987778666689763","-14482591746331403248460136804489080317162380155078789224351377263749254948600","-9256301536232556360159767808812908065180635643814685310072213200338055373757","-12536822443919365002714485165096350887360206002142781179390859886269949303655","3632342494953184029685921916627744000143002827618670470819281194467121344410","-167604082024348297224119293261393539620231644867270109457724462947434472700","2494945548735160562951225295652892670209332734250527291607024564572680283539","-7445790900219831272170720006112558927880592257194443570493230688769196820900","1090368373021870140024646438199778112894193462809784256973836652821544750632","-6691553277426173989959552518681866709147075088528078648640733880553197478712","9798213669250634346561749595768334615613921584506450841105943971510413134694","-19633893361230424196115082263931049304857177978860183704230257358573097491425","1923255598446646707405676406408608308408021919250838456449600429589078294862","-15614647772838839391232572949227722093425687414274863624276074691336734394240","19104426769933076251890324582696642226210511343728155749320823270034564059856","-21414523391013635226999838798070523164556514451533590431656441573032468337500","14930569735459431758083941673977731243577466696831996579306209900499065187313","-10023737290604447146740161417841282051774956017881268478785818128662427807521","17159909268962456918155122825150552299343828937941973487622926090693123522203","-7487559029445761744561448166260470084776775266654730671734288750225326977984","9290792905681819270887328880434588341665638269152773133795487543640940877676","-7715351519810328977446921097102767114973969935614417845670758587263523705570","2314817525096915882553251706088312396226645030910047104671813829446875604261","-20741100511110666041342749468281801406206617952265791678660276023545834566881","1712285293122793865892067500784639939769287794036380572372203698742230321068","-5015914213733272889275713918886611957772005193539670582417672094105784103333","13539342031728010241550250187712713138770023770066201657115092386327952623400","-13903460624926760684858561595848849038293679150493751721401400036536241269919","20921268434763580917707892521030012344124671802874194418425628220162925166438","-11536843837060304999537522674999054300467741537767824050585826142447207272475","2146984983929577214534792030196261971579880642300688940085851530498842880305","-13728653365929485511462433479424854270468906022899285720226628335702980660725","11697328599961989479357108225594452179197198429526591391360739401384956674600","-13171620510771798292384710300273093616489483041021628841347341642637890748434","17753467345937968155923701887386229449384772136703754744917395894055363991145"],["0","-16416182153879456416684804308942956316411273300312025757773653139931857352019","-21379269348760460004888858186173915114306245725639428975539811754379452552295","-20076645095119735108725948434403955889301302695954936935669846786606137544124","409461542199619047454376781751689587438385076395733131240889442375321941828","11741217921573561518139434319649894594903403967028834705565606621641873769985","550542112798535217327263131715555411600617695042479486889811210884761005213","-7289554270988375497961633324129946882381355484666025074378389249396033377871","3048229031221184427362921090518297117992040466228644447357738248387116666085","12480395073915594236756017531955085365410692075247262853070424478748753531674","19163298893571518561877812442079388653072718615958721456708776524764874927002","254436114398133381668393822560083138717850793291471567972211835522193986333","11686995280233706112084210876505676823806044282006312302328359227134634930964","-9547785499501822105373861323913209460493557583725310051766296070975694450106","-5798886218097483857017255088843222357568365858518434456397504576039853874719","-21256742312259682506820372080558897358288384655206558156406307701452925930892","-21117970459449521884098214095394144679211110285811885342821979777853918940634","-9583249950131648732713901768998865155482625689950341829074514932899931101134","13995064898590794909514486037781976678765705396072086544776887851911304545422","4759233240091137472632162852911214926687821748120389260045123776828964209723","19803481375457191961037297671946221388267615798010086159998856856058446786466","-6706809408924523723812790274385327552819576985644002055145030830486771453967","-9343512255911453996295792872099114332101385868495190908836344889080042753131","-11590417606332841948557357724830471309414932928938461792214699271348205315791","-523340815627310350355852602758844256411146962885624286938965640344355190285","-17628416904582048186561060416066502891061243093668167222835790983322918664596","-17367939571774006700349849639362875105178252668895970450232572693190757322946","-21598258824321058767879866768973083930188514891166241504307665225578860241615","16542604895301891854583286159967720878729455756340930645654771511810187513575","-21668371338795576262462335838353612129139001194887878550133897821822890877444","5608997885945889753758320520496547344532024192117067924019059772477968650147","8805721959125874408955657840983163339460887548857528841365529618637065523555","19823446658723508529906252179500715779504612929937501747560969387543430986768","13076773754673983133981134748109818051176168983011927240763385093118267776825","2387116834906305179866628624300771294280562881865346757800465862535279125931","-2428587209115487395800066453845943508183695631987043878054409944642409169711","9941194555037877127600882864937350220610649785632596050155743720568774278862","16056537085959219818164451070264363882862842831303087780156560898575806921986","19898096536627398221800949440080764689333216733447961466670890116613663844841","19367016722662964595692881205139240879675028360382304293037463523216648235403","19752434262426945416083703615945412712511313490663522518950022488186550298210","20043434930178992005586195351797311877411114057576938911119915214186535095036","13415359207286818490030590091629560072855330723874573288429099932369783541377","-1158833780152912722256019334641028195446548744704762698425455587986646094351","-7442839268455000722033724684514012390027852996389797562055070480615719560872","-4805249473195930160081003173360251948363062165773357154499000262452180054979","-1013660031596005463195778599278355126419427562980875098733249734985593604953","-13162959980613384432796979037879568517080527477997449475366521579076075372042","18758023182268955101058161958967974202505693806507026657350752282925859120586","-3464863210865431865946603777690186560805608171422494665356584722056643261283","21360234213370987451386962952996966089982250264655490967364473732961633755849","-12278104729064565444748738546968441087532053078277909054401940131145651939408","15931118273646751292871198545593144554363713592149573460824130547827224817657","4275802996235028133175130980038016469596100860370996219997336871284499201605","17507162301862887872128334138239693119306151758862559600059307448601393715388","-8806765414390294612067855565348470381314097065796082634524241683224157852524","-3808909375624449216893301982228879067915109084903562660160421657076496965770","-1505011641761543844454910437236279588054898338429005838088145137627041472575","15212215219494316948708560223057514975076767308199659633372960767058172042552","-6382316123381663699539853594297196148187796820438966228630643417611249984794","5770462138536852467781569995769333687405058562912477855385701755222596886322","-12227398006009603841306728499365831291909110335057043232501279095321800405343","-8798945254459134883729665660286560443981704075134910533817833830436700841739","-6165126892949123613826554426032370873591134001932689412178067652895942942591","10817165955923333289507628918760440360225805426921907059184723021933535535252","-15544336957344900847269770700983606814073561606376383545623684719005516704397","-4044816918444433641389536074376419205926402195379510123775454297666713532796","-17405843802655970726270582476619259661179021011008076664816416153476932973840","-9988145530435652262546670595535619563778058997675724990207630103342955210634","-5705849221949536790206807011680478980625286879401902989279069363956964510771","11091537783655312190694267650895664310494389042782586716966034941820069267737","-18670256039273118963865474030200500482831759406726761456012919249705188113535","15972257870296156336566615807216096064591532673403124658882306684177672341834","-8254812504775478205819215312479132140958225680625710122821597391901516201619","9573964808325603467174369148464826846140484817205427352411450131184849805429","-6095043252280442105957663155629157009858680257410110329953681473010696451468","12266266846330096717657037336905855817679360147655285839306193981415892551125","-14101139309522805368468988894091810898195305549738909629801530914849142427256","10730892550675893249013571076503799498799184787549048476156518906088477173675","-21781685428891239721410957527330314851416710426614949848800295449078435997139","6610054232448862790657427979767633693927478688881781756591486969195831181057","-7423962463330986556981517096098022605631862128937241431750904458119979350577","16749384365894768023769319054326926432424731989694018833722697113557243281658","-2064449530385879562978761302970212790040058683121383453760464363628759051329","6927350362066791069728084520014159082816257119223417899535190971350330205350","-2930949747055506985922872493724702300781199351292401384358495524929079227938","20196250847405313327001070117226356273696621392338902780371515876247014504138","-8976887172355308075301078977603414933916841795193693171230271287551861678314","8745823983127589142964731912668756517120902893760843494717900821013998324159","-6011629623559584355355377450242424259220525077426169171106109680493455927990","12613879413075215273408804200282795634797422519245692305468314623879203863870","-8784120692566597911378322630194280996315632988498439143839459426718485904202","12535439935407548758881504903913849161848604029500551869834598530254874657307","-13494589961859949022349035269707253531586393518675956698945544357694104420507","9268350455648088936895141599930502682641701839762979151068591754547132542044","-20809367419657557738758716977394083671340442348820716155036999327706752921524","14400679859744067846960193242661688922691768010677809325979704064672287706442","-7296886375139343713499837914946141129325358317102291228840348556782338539817","10004068848698782315416712491931617626513245600733109541798527086638502559727","-7140632111543061885150118697521487277106029668315390029007345710638635781561","12715335015749595469339945572343756395523654793358642895641784347317545250978"],["0","-21888242871839275222246405745257275088548364400416034343698204186575793438113","61934119371537341396775560772209827518468339581113908818445748631263016121","4784243322659807070403081487687746490126271759118379289353832287032245504512","16508059991799554032227500910283290020293264315798732362554375885276590305177","510309734624315816909698066029256754034616402301376742321734587426873515446","20096947330583989285983337331114986405753749773682329597998140963602626483091","7784280707574673620302160794550047728790985570072919199469613012899005422825","8168433304604283834349921616247033114455966061172716601423367963734928526170","12505495647905157429359830118652995115414135898382400052025008979913709538268","16109870525608977884859174489755145167017495884442495794283290110510081518461","7236174523763272445416888325241179184851457275964883237470573523850810906454","10275381062595956695505764059954033833959997597376524486800438261476315271684","14979061526756124534516361631780138360833600541005466288853948572220330618632","20382019702298739710458433814749558614444175532873400959336756391348261358016","125783143777138106676949485954168046374927755978861602431105053606172072896","13382507109947298605751397402802487098143383548913107943674428949663720734026","-10890989961769541588278248386666930682644902607612132644178430426819305795857","-21051170486844160896717780881082783177268900834172383063305928287890632011843","-19193358880212196261988670062798572445208740616963636446271396681016445510170","-20081537880055069140947402116904980603435241854919812833901569763623848510814","-6188997552003911140242038319279112511611158442578124511178160734031218852909","1830007961691177891042690092798794371934450168517519604755117022736774017244","-1071144276354940895662713645792525429146332379552441335222979625548879449272","964860204009939102136917467710846016795795195604586569394382309512802032747","-8587092651748633597445627360132556457352211976892146883302231178960984560374","14375301969927610303510140960541059482128018731699867489905445955884068872969","-9611491634977210812091065701480907462556558371182399002839481171565652758736","-1875083177900528294881528473294980118074837507304613001414276648672983255559","-640190911448456573059880467333290150215161979172476698723322041937522662024","6492681038194202006665953284296995893980161204222803838141971510620496336713","-21363710855650988941248715081664983543959031706146838537728421697670464216131","-2657169200399347312474762913088141756911199616281016563632880315631803504056","-10574250893936175481034007839153563560157052393179379059239458707598942246621","-8703336987092120628937353089985551557128862697704553003333996484137271376584","-12180470686146441413451250907277371485912593606938674377412604520081679673585","-18245155001728194077906075791342999165684416460755549281699674673053159319006","-9855889413538903999043004309992582408578366944293211991175247765790462455175","7079249323240808184248758263350195223938526526393883562652512503003475641966","6233830142575554912305649482696514453837942558540229230456748037251791071560","18242569852136466936925706760044220599829538059660614463450679175168962348489","-3358162266894804135964346305122693590748174472024899256126136462235722109986","2440227200492058809756547783801037706883284146489867293141425455747158460917","-2866254675277859560336834585550241990780454281739744087067011236507399705146","-14150851284547457928562198411247397857255791229813380724659140735200308403623","-3129586312912899561750257678104949406482076838686084325010919469416620820879","1744921134901118240965192942452923400043440739179181420751940032457216235731","-7109887987416039531833367216326512415439636995880622984118638875057318340108","-385450631744203031296223472078019964893994288177407024942596728748241336888","-18412855426808665015192490435545042062260063594328166275544708712461612482268","2504453472344331907695715683212804458075114516370271349130938869343311800777","1452726531185312688129986176016536690723349788774279545757691744224589105921","17502635813785597509408480677566517457297850695624641715008086145069857132758","20012400468356316554293636212654029692226550942080181463357460208853383145494","15045994819544687302206743015412694935274153857120799818676681623358480382131","2385725117428878068329767861687952800446162820223419384736094330200609718959","13782127548462161159238375660901263732974025887290111161715141278134928766606","-15018699121455269576890867057938118507934012510801369922076926617486375771224","-11302765573465344263326469846821542401826029907281105701829503823758099268816","-20043684276533168113773661236666427844750840983338640252284753849882875069039","15053857728890946208255605516902457318299113465023829208814152833095020184204","-12028957192440531564289351423850886443258003715211968195553966827182681028557","7870654703179506959414752366550699654744212898929703883960615639825596922486","5573098772429246568896255383998049214193169759872304404371429482472769661813","1278811530143724238946903757508089523780111022643619212333572831953044953298","-17125407815422121328988764368849031652064734527807968863779728682890873514826","-14995423049959478929808097940089713550096838969283893066726767724807156421298","-2454448936737690164770029228305082081602212811806114182718329992486202301697","-17223920997136225918119217326066195433565177010296783482105029401138687143859","-11066850453937380352067157790326776299442122926602600037107130931782812640768","17388339539384891557473686013414624502464825496662852988147267275746256035618","-13865461329585635111648660918873274133518848591649224449042087008150799951442","11149475877734976187129283609706187105947602030657835635386589311559094936896","-2259251801350041144543561936933504784886254397250628920819085372705745124540","277161714592943027367717803383346991121903798083264829486649255479365413545","-12272021962475577782113738297831977418502164679207755253666445516184277561318","8115318337004737431511214699757611138538645315945343722475189021464174844288","-3468594314607490387396926824839114123497549562933883459431609866138238278347","6218063047510529296334152837676341938494159051955900162877136121694979710787","-2087438348389268792956496386752509952809297867820558974263898589929477938962","12280122834392301255800037985596002241749113906771263471540611757350252042536","-20102300995364589762102768879411294599721153315942331112053386190756057898937","14009791142721596908453791644810722501436833277766954084216296088101032826894","-7985086234268324404243742925655491976302379405307374609148087671472185663252","21529560230269295161996857864261488535011717859093409357294388281126133508545","-12502175651067747853944941577521295432719399232192886879120242664645114690912","4353947902536819234226830486855178042701676064513569757205907590826297477231","-13079405494954305269988283766787545843488807582700812183792410415564082463827","8060607327407043523328444905162933108181085625160981325175593891834650067486","-14301097230951936728247852067862894304785651888356108794222660505571072419404","16698958030369674530487729709931341989469978953891625724055299318025075156258","-18172770890309910605467968104751735089888469819876272609831706372652466161920","2105439396118650318605633054714006768788380111472226488231665479859216212785","-11202483991081623430298862907463359699866725742636359619503338289892857820924","12830016604270296122086195932558503139880727148974982917489704682296840833371","-1178830461681306035412578519201355331083701194451926571680905712347177325387","5972750291133259067114979559095048026509440679468035588796273785294645423784","-19665553256033575126211441071999942946640152795990307151295483806974719213223","7000885424430530705886000874401203510044747799529679913512785571660591608481","-15103675699040488883009771866507011701715271919083110795848764240616666131215","14146833585311214611180632805035723250816527892423261659316549933097671429503"],["0","-198675400","-13585327972502917134184525333811179025855225380826828552956222736609490907082","-3817535408398972676860838891950053872429753921221273436376019549884636541580","5152491211825782567737988033287424705955533070246789914452951589005018241644","3032046634736767437996911273140985054163715180708122325993384749242227343185","2382884932336082458722135064150999247802081938488332600653426836760752253969","16386227779449089757773202775481742845025664710862399910696772877388160308395","8519982600018411671189772317837981957961485878575405342319981423937281303261","8758190527741886401710291830947988326649041962622138936511533830839732612262","20717726365128327126830900231198818487395604887442182407394306183190040516856","-11207764992723811409691428184011668900968319736400532756784921179923923832968","-17421324950183103600441076471433788813246995707959075532147536709538390296171","-9266538849084377206065030472474193503921779760062551148720945190171365027796","7392873864345002560986087842196652114045467768982333266487116624088777884098","-146201419765181454715749221013390243441035252491755351786175332194038497883","-3593269763399323422442189689959711764594438075348088875411828722314322776925","-945357180207125253299780446045168698038443078119733444711555678236825558445","5658128974053253739893092805605070742885714718711033770161501041679772317265","19275038847286979753697165503033105082476472333357972005412472426206019552840","18101888070178855630179284948272605716330689809418172250192411510698240275699","-21212168412008821870261016377670611464354757777012750855878113167981737523890","11315237267267779373182927503929037472218020324584416092240612401043741631682","-13200163599725941975496017115097170442975545504978261944750120020729765442280","-2557283693355950830550265349224803310862457138586923899571118802936330374970","-8003507671721205600267827857974471500071985653049195041864889813397867988096","-8770150995895182489700549624048367822747281842785628001213703306960166466707","-262389576189944865160190104546264173318519692930557460342450659110607799710","-11002823947180317640252090420061719844515515062702573838969263286264509914254","-14751158894035434795901874461722973231189070896512782598734594568298445380108","21449996179236817480240681949277996886283313885273346661339214922355051932953","4667453470467916214086402842185693923268241720241608933344523278177827872093","15333719143449187761220577971721869211685409877653580181102202092318117565781","17719709477151676874439400162506842981897612588864870342957751685257052777785","2939743337075398125344787567411088101396093620314388246244529560402947006719","-3428210193619181288640227106454291920615342682253107740276581029555239812807","-4173947577684496876897772306581679024685272378861188595532908527772152675275","-11824641627519864670020468494304484426702962576925607558673586025064224582736","-392790030407866283898157005562978447912172764547573399380301658292897779003","-19859552372931421876199977712150830100301485973792247601804937178488048555384","-1989611805704486171512704026313662070966437737940967704013261514378897310902","-3339460805138800092520980250716493020519523539260491041582452365990441453541","21008858760552172771813355943473654836297995766173227710479451711918659915085","-17297118886660014835072689207895082713396089958460013175210149501530684328029","-11608044297490285412486959744906319599151762835645403758674450247476816982827","-18656274911829396705926000160467697193496350974566630686117146269432577754850","-16151072281126520733136248769172131642804411795005776098304600473085497267120","-7029310477482545179053258507649754430098489199306286340195453934282301817118","-12415922225099041273438824010523017288014325147737900758608809828733921783575","-2125768850672477551428075101084736279492617564527326661926338223372008607891","20764493536845050407008960539975276632981456709613643252763755210254258136872","-21258331073778533267597910982442565181931494954534606484023498288584884036938","-5076524224329283437468071375742531662164072990583532088165762214409181259591","-3476694135402524217923675863200687610866092266665840750801547407287206850188","11181256783446687260110265020098134688198030096472088212793348572922343793705","-17878376509052731261379783944411594647358869583887590986353259826977419673312","-14977767385925957970302668062777981282914445064805285214668493847722368709879","-16030152673078379981876167003761382720111970662093401393538880735567148730890","-2611872280881997350560256373132400823492899961529209012644548621476582421530","-21767616134877213990072886250655569976017838512504906516982112189998017886887","4470599499229356006357430491915143653073216072197986875096286196357622256987","13743907548285821557630980030081290713809880505812392059669561175786793012297","16876319926163877914198676107822726195591494722246903105348736767762006127706","1729134543374519508189353122695773059975125884106155965174146057621718810241","6025857532129641818991788057999760168438274553949865967110006567456460787782","-20159586397662280741165264070317784332817695494104942175942765057105281815607","-2697389724448375683435530950951931910670792855570724287335199793828263849717","-14323804298129720878092474160198622664894593944779620223681323117806590090759","4377375221483987276505160719464096278690473059840819342160883440921195657502","14353527543005604774676923532609011557112313979377571992500875040384646799166","337432856731476366379553312256493599785829775270270891681056179957229115385","-8233437085616308402352967028822327271653767619285531153423099322702712174435","11921394436874397141685698816306201306954052201387046971390315881929155253353","-10526096617491550331652439502139408464471934845395184666034851724750764383363","18419071818202037143579302885805479255692771519990389815584205223165713103330","-9990193444169702285104904452025344086422544421074935615068957753426189463903","9659021528852552003829085484243028107719359310498663507575382847701498632433","-15721502459959332051726951316937522273316643010734291551762234483140794352055","1031679605332164994406859502848097712684784173409002841491773642187037781587","-14853340998278159632927219360727010710325584573592369056697094512977947329267","7524496754279882646180610043088131979068235953350682291189780683822174231627","-3280696797583103702210032466176438313900390140855212973587562196328953635997","9012813352796995397936468574819059888882683282510279288773094466349006742402","-17898600109901651066973250579059541328901095886298330065144277069782908632780","17158167615033231031897902966022392570018787564756065580660300418738584410850","-937428989705790284680010201857165585097295423897699763971938841493924553162","2429017913798588469808502408124651629046581194944365772576790242037720977474","-18604343079645376747651800527551549446861983184933732275660646898407118917124","6206609120206223477195920225445210240911714319030966731133512905381538022090","-11529954321280508606807693977392721692023425091073274062758235971775153489867","2664774815023734811232876650622891781885442720581517714545968574414882502817","-14848879396457066180117088737841398227161429545007384926581296836847358835282","6302098196419901387622644311754022200871358015284194010291927571606701150661","-1840810846920317059224871928268585113336407346474536850627583395405821425448","15472527847127704645230470898108289795746384665401162571146492107166793932253","-11242945691228330467307776719566813607809012309265891600216170127160394756155","5585242940693926239515687065031721870133876577369771387067302888215084947489","-7770802478643615972933883148082074248855929802366948121768242219045253228550","17382670523704787262180447879441417528771010002822732696912921124629606060261","-21330404652351949399782641102133391341683826911912445911070280441908931382255","13131099344164583563976042827221528654678922707805395784218504747191461068720"],["0","-21888242871839275222246405745257275088548364400416034343698204186573521701217","7619185717738094176979983165282293185627383049954936069710359782000121931163","-10514705889703655638637451905069888733159394761361171021590180998905298836881","8700437976922141814832153433292846855732354965878377452941822841035017269229","-19751895436630710284874374636370045804111295692883465074241121462035043050952","-11478345774395313430541823925470210688364520174672966279134581598527382774753","-6997807258260244436315023239120213769393572974791577788698330137771020066085","13220868037814639976572321445967087709870069244006084698479872942442543085592","4977562977561371222929301661516335084548773731771164617138373559641867672058","12224039992212083404107522701385494237305641247115474734533197818159533111476","12809475110296179905384521394880623497242572370049261651796461909445167004203","17360546882982258900679184236562483592903676736843771076784910496860684619899","17201783215026689060605941534447006863615432425112890742240291052992552392864","16622379665766612854827214052796921215401803688426029856451202252890421497094","-20176418067792220366061746487847139042578139998512395900116230494969464208820","13628018952522156606696530958325278554685688545910784948166450498624136952327","-12826448491271677998693122119985027837029117714679359985092937137097790290155","-21868733759209851648262509303620144227852700258272447020026774318997506722910","-13114890414196853899228685709048200743544451715831647165988752790533982734930","16593627912171745175235479351640137983071899081424352761429955628378348040111","-9547964310456693661055015562390924765965585771027922738452627088058537652576","13529298674369077847906388354556639826409179511654399414959928980003529859068","-12037394736394071696922384821265824615892800332132219978343693839022764006564","-8328305457150681315890742520232251607136444882445753215215572131499721878204","-15820894965389978355185423234486001359580678779171447873828303513865304083860","-5560635830829714692804051768039196349295693044745328791092076225704259650471","-10131601933478234708340178584084800105024195790164726175134865935307032274105","-10655728931710279663712674771716056990826819176090453988980118338425157992330","-19906219824261745389003750514332205000953029596919644441689563398711616752368","6511436519650819779130885455792021812307657557555250705460408518969500786241","10244078364531353525344550611174509522701359867810195623245100787430226196450","21089904921857510603966770462353894329741178643981260754387887097317813386019","8490707472957313901305745842105211940843961882758782232378092715595934733642","13429693032491728812502787821887193103830456193602596821685962212114677996723","-9266618933428589913061826321884558870857033632589732426350908421973813294203","-953673492435923518366119998193830425669333688173164210410803086397745065407","-7835811058516942137312582705643205133843527015726441935618787302003871121187","13773399168768511767789437936376208757715535377439300706520584645178366681793","-4715274246107293914581148562760974647297728841326268931013814135680079579920","20311916086898097550413428394392649759960502391972436935025984479483703065881","-9827305049890100788685435251140913921719122059669930583909616333748105030651","17946136494857602053165185693155708346684318298353642268748891948927487039168","-8638235103462807709727043904038595128192568611289570108772602555977064566135","-20520590345687466028251296662697824709509139926158320682650837825737054638951","-16390636939388269924180862259589824775013953570816088236097057593764368195968","-16614141032024015676002919578422189707303357419894261656833380129034488858348","-2925308507504973015808854535729516098064397540981003465431166520839312250365","1697930041750444529338833123826016756899729830284659176836524791090100165792","-15188863070897823203945181121221472435284760552998674614654143736699473418106","21874501410607765328335542117699570706756754128370088049981905425205444247238","-6281248606560433423586165320410351983834824724774682837846918209483041197680","-8708613109269958980721625737823477828063753121107707127111122781661290646873","-8934667767166471244266150836453936551796001399968055141625186240307165950022","10319411344350762412697743507311292830708943478780655724378343312001867139603","-18763432302832124538103296362938516478363551002000833225149865467531016821191","18384280719787113809912728914981956289057080525341642402670317371917542030213","-19382341318660315943162714122188411789176650007330787677471484315913872684709","7710026483947723599462164099371777213243732571934275448755619343315889972178","-15571609688044480628856352601533107090192968374931644963678220762789898296765","-3867051292511731561100477457852141929753199212946128253841625463204105730284","-2314050464784202372865659413278191804054164743765181334844232513713691731459","-13656805069686940957215192449353192024614680131904018045552648276215898275653","-20747600937150659815140292987317578445123648238716604139452652067813035012129","-14955118777783989162361963814562343484959968582498404451272649643428994556360","-4666741174004406175344210188316064462091642815515285028501202954265044590319","-18566736552279687296958615708818610366077348710656160236451721400405195652206","-14936115744429867564129816427004889760329903646994053486371698036968625123741","-6737922615725112714083701828637998887385636743270105143732225171708604121377","-17960442915511202721668585291771354234908204420746644327264451941511848421346","1877590080577692338230351017635150768110457564202918312593727034427283138439","-4376450365461165021404714575638379282968724216149514907175394890442467710645","1813547314219319274693942126817689289316533551767325040221179570473175004331","-8038090178902650969239493802155054762324987060127140182963128672821770733534","6528779661535052191991577301891360068226770629812107075273998765090259687701","-12682078018603368590303454799758598413106668656706929082581948596076367565780","21063804752772581145692403171867040195977642490682879800436988589740014341573","-6558686114738154499133397720525066444746624667732838966157436796203048766327","14206035839770242392771509550016358011734317423824928872719544953052207513601","-12193251152901205692380549544794459804155613265326560669859647179974580854950","18505196098877370092917845097741789596652552915536836283489288742388052910175","-3677709281216816462784052693279895803082319326294661072751331923181639062844","13177287358788660589364381521730019389180625694999823414487492055989102762195","-18261968091702767404485695671235343846518447141500317214858483471378057308208","15265694765443632145274247237386593329910354489950958449128883168736235279423","-2356993077415242069954356268827209483208371911222493234964533142959863019743","11449453206620361580557529046331817001451463715614850362704271627369951217584","-1574150082463621480713188329913303241588565558572851636413356038437271890981","10574311720517303120210011055052719934824794846583408877755720936765222794645","-18702570268642440287173423228024911656809387805575415644043918308205421080790","16902625540483903294253838843046477116603625821622569413624514137775201409962","-6939706139099908088378633858762110088062611557193234754698177071176015866275","14126268523606604032964027011616261178806452354221156758680750937992794251167","-18754672646954622894320623943805231972633990390253857909292229046322654614218","14031738799539196223266045622393287143927604473430205901047809549085334652482","-18924504454523896342636507382123810919858255532244454183537783888863514470675","12395049884227989037050074090532773054762633042056483870709200776279655127599","-10192615862486401679088013138664793952958616865353305757381015558425092664092","10034881971900159359178653080614498910285783468141671580575921036808319125679","-14970716557708374332005141709796558709067654404368380260551607451370018621770","14408496690103561934754674957410012408804499127381555892721572735018139681851"],["0","-10944121435919637611123202872628637544274182200208017171849102093311165234596","817464303182729948132154297892861428658579408978257551960070947559489879595","18946985742793665692901862387973186676568055819423554535648010054482067776805","3926592496095184346032702443716926022185216973283037301112772929519008199476","11239209032319107065761737034145404011372877409896574985162917137465113435984","880243624638649386776333477347216914061074591333726573057137147635213902324","12886916980333946827825619851498746005732871409760076549005828397573758433166","13256893134963859279114593153622042247397627152572350537543499251608345860875","7857954532911562505847998281798150229627591274623129582948397669632911778987","21359384261340974485129169871357378153289480067918360938172222277896499178132","-15128347311513786396563063537989229810644956210339715379658265125864003025905","-11436940744965166529046138486570863809248497268326132113158613748608067082388","-14033439800268694825044753265142032719370287903153132002183153600969894812821","10799131148182118864567687805304244623278900102116751185545729530321939225284","-13454420160293048499410380143322801038852564047264437567039438925447208639011","8560811821083086840498598045201838168167610577954133946301252486967894214363","-507337658211727537209616989032990726225128783361247289947041661268900045027","251918086676324868846013205590057812380032377433626853184048493976955068401","423388666634700285551453693785504799154083429427930957609250057753608766459","6123191223778642681118107160186664335479921420183095100154697666508551854465","-7620724323399629580292628271124829512604809138821402279917745275232322272591","-6067686926980147359157103645587709819208028883204989889867478992486788781242","-14609554607276340088528925209128121720772682607084644193004732135536177173200","-268280095795417102319526757327307559369878721135419725229986411400668100683","-1689107647215341996235988604734875215826669605921577377841755532620660296204","8394939113545100793583090811635290839997641993570644759721975722859382032937","3001424659300707415567528243666611101891844144864452797392170342634953256316","19826613262737487020287263238996420091580449272159409098986586884146141156511","-20512529722844919543450502978364427940039438491560835994907029818697726164873","12743415498004695985100465661526299455935771420623394730053255809141858827378","19372622028699597038433454921811034828842577156407240965506134429744721639195","4907870269668514177027641729193469264258486693307526042265119102833986187417","4744000899480600214503300766281095215414720184899316177581903557360023586424","12785414748322349238663465464923805030609009848538569519528748771349911450072","-21429428954146695031613224553143168931098630633705435427372122125436040600388","-19439730906189666721198045997750033948321793579930750049261100157687525725273","-19187937520669490646431921619090975525908306214332720615977558102500705605841","-19136704624547785425115090586360803094366756548848251460440247475103340963926","-9997275855649096480009858624255661085402442485585524403819027042261882770439","13404717362702561906610704093846430616336932433990800886405458833528611056124","-21380231224667462003849127194730028966349998122110366642430915729415327195554","19041736211185607203537170141579490960003676611116224237884096431191424699780","-13978201532894284251108052762777805880654588374580944050645809506945723625552","-19661206243969395246064615223321595523562056415280442301099982968797911593033","-1328630073111219456030769707681761621757239950294680541317661719905025802367","-1364381456993350760009802519071500554602654448674250168622946528630003718492","-17471353150963660477301481611221220286075798301387521569790284369741162309266","-15155795340456707536438367885811246733384536987925715005805363995800708332785","-5669736866419355746101457076975174245668024529380177874983664085848424203072","2326019693455119191003849063350754743180343135443177845883979985504730068224","-12787993775623191138383237405497003484501376632531512225660877070773486349650","-16194058222440050424508789041637583525842916261524839163948681726483716365028","-15795657828765919427659382138959037653390398166998825271714758691489018952126","-16298258749713361241618705739821651273523736045205753137103219022831626854354","-5488922240547021050962716930673454745456022743548681742193411984190347180844","15556224452351510298274728928929378047718433730445796869339503566872933164995","6931510359839737554207950579761827771048467143850311194845955537105133666882","17055410784119379050876906642670423699096128154518472621901042396858152932746","-983890532527871417061763177717695837138522745368141789118600930333070440907","4614547900975045994963308228334675657579463949715315238850588931774912936592","-16046641632453776873968447499694589276727115179018028522287339266255091723456","13161543487409572644501586824467791013504347723761961974284278378694548784056","-13044133161621454250015714485863133839246106814420646290074445106732391731699","-12013244054881336923748336622529995572964775257352396070662536023328653462422","-13042218242602722915084792521465983258048555109001062069413716220871012799460","-18941324591741446591832587667643717021035213398754964260186000212867675510218","-6354582955554772904534319285048280853460019406949667875277275753330147609830","7050507930796173981750814898315108141487105996802597127395268531998996830149","-12610418233916845544903435267169942933259138897974566587723404069882976819717","2132860175047844173732368669050182817343314260158728664264775564820524593852","-13364988818407256559064209998792805758999223922009041815965053950189779749442","9775072630047498847956414826785058010202783449462403411765462296661422462975","-13219453159892938670689263418251348161388294494803206409142044460720925821814","6784248046858243824016199985506004918746536886676957729118205326120756373509","-4647921344311189247356897736726886244552471146765593845354185917817810771683","14000719934378794796270631416628155922870035090912014452599489815561180252751","-1476549095989498929453794167611884920223210041678624890896012799293627735066","6524603384929174951664400654070999488366700794576944100280038731443911631825","-10124778843283115285020488547605899090405881870146417067795228128798970892403","9955952738792105999459304274402073426526255587705623575898807412702940055364","-18930881065097206187272029491689558736936854056849458774385078746082269178387","7707407074193806998568340681603747058701521652136293990684428160315184814439","-7198235945257359255310760786677371194042368273287639996535879404376646089474","10514703284296402052125445481459097187181727858299294263319631632732345855314","-20928419398592241421585729079942432608779780866336410670346665210843159772529","18060094866058301305029381039035269541247782109864677701953221676293851719298","-16735516606558639643481818986549171728619975990637441644472047131164481325310","237291271639562918530044078605234002753526145910708593309658667792547043512","-19744835741791063296604866936430968262651977321016068028855725372659727793238","15937742479948164745460901116603215987864226004713483674930764895721501601059","-21531647888587500191495592659593635760163614277546269798253713209802398048424","855391533330873797227927626789612329033052383657214962922576435840221726924","-13292149510451299240151319595659289542660674671972621353121696761003224821727","19878629648118547812793170837920050454593235130633209914058116447372925329432","-7272077564534656552499316012717954153050746501650372752414412408855998201890","19248349523045802148381033922103163086888613570634956651229200320114068692478","-4155808047554864337865631865692564000649113895854346525718690104316756017593","11531244677886386642241898963446680752442875961748820952767412743887443533270","-1672285116033784090305726157977877417646456555184179602862672992375335509298","4871138593280384883667348864009647069966067297465683203735074924698618101466"],["0","-4864053971519838938276979054501616686344080977870229854155156485694376131426","2840734592437076748396269815686795578668190150713725269357031378837757931796","2027990845749914052168562755107593510635396915468506962153766529564548688584","10116742523659336868103080459774585757931659838603644233446174324168988826653","-8717058297350708166945928900771289910244375845175256760180246593875507086630","-4578285561282246963079673708593723662220306870748299192979396458536501520293","-9325439925807124458421327324658498851013044321633117946119266531951593440976","6907954377399918853969893063005529148919933322038635111831991693257953801645","90484607274753269665487108886885781924901065408440335954311530519541779975","20766425067751938620514782450276852960689615431890227210594041765677116521501","543677302031140476887110596256693565577358193750999909855066977964371114808","7081998569886275192882103470821737185135638811824793680912403643924258371365","1545689907970440478159207097087647325839870182295971402808348835664239004248","15544969853036881327574391243889290622615906385085520697459356534377936146299","8969328884561381893535549120399989121412462630261539121068076578406908529868","9802807007164775546617182390016568186785781048229974802697351308583069667361","-12140497603452439951079378029867193325651187428181572856446947824179359736857","16593128967299977724188992071736885742752440668123658939977181080801793605496","984975243891049747013929412177265544837199810891478513448161611508617797342","8185143528823719292550508383094805570775377509234407375711194529942649256524","-18009981537262332183204197291329135072725352772023920930452770555745984986552","1240768483641697651165972683283257801916053558673120565731411954259995922692","-2902715306683287086866745281653612517268760437172237539120813641512084660545","15516612933950785988272356843725755401957944980438411435941333138986042015270","-19442883566464104568768839590866508640264930089110871157552025192473326512740","-17396277210773227926745343292247358768209056500220265435223485089946944229979","-12103825250427539876121792116434586915396809043235448991107126595822991479147","-18655894143059269659986788701606863531162929483030298983111999314713877808757","-6916455095391241208528267070976256228738204237640925029073426734702691068720","16331478309029519315435544644778208951480921956781285093151335313332026996662","9421824138841735472930739712858716072994550566087555920318795466239262307376","10071722733569226092626415675691993281189882494550506459444392060200290266921","10066205942595801474964607461338177142315732580505038943693834418229519052873","584960162725341778138371599147556638253052803464657835635652462352875066489","-15523895812445990563967804219448919355843711770891478803625410367713321697071","-17777233188812143390640442244635422346474794702087416400230560753435128265158","-19676951768431081825741717458155431703608469083768135567417085570417688135255","-11150135379833467104661276527056216160949787113187245811565390976382062011023","-2393532849350296438880856407449688818477367422591942158213832986443338476515","11959401379463888422126584898504605491255762475671620986912853902896839162539","5992971534381384044166741989341973681953556155136717120215223472048416615757","355144114546304780958685679987201126202886917084255808044304232087672368118","6000001485667265397820647210541010615609936675905674320498760448869454647078","12924715904836170861614244135502506611611133953535538523392124722387112576377","2256557533995172578609046136830377821982747644567425203836494899651645499886","59775872610126401330402723528734083373449224459097938866245052934284249025","-10871064918082372953732124875728721219733065104882180499730229420718632203877","-16020567328991919849378665297261175679046897866204175646930229401259941490192","-7740001623485809271367652846414703999565922539792364970117545788152591264369","17233169686863170072804527575591057189955425634852139015862126298869159968944","6448506457411046358857135335932792015052413078292001032915437636098476119673","12817427921418841923642322826891204852952603869240236937188505329542348105243","-17473157949263358721506872769591515432122469577132518220464970436785293234994","-7172224454225652201880331673774254136423206085124487484774983089116791039631","-17263728942402522529319729247684385214931115191936518426625949611881276155312","-11147595718036435866573929271252033349386898539864250592368167046223559082912","-5478202718129209647820842659325493157860575465041441512550313755722934173556","2806963841292670191389982475395420966696326510555443654735896462312230411713","-20287260014219488245258722070211171430570252926835202287784761782386683329396","13337508382110485263672400983760232720304114061536068785179045840351751749249","-12577928035544676328914822033535124894467236629250547784632783503056959585786","8058073776707530498836946420780276540871098116111372223829162110390699385383","-8039966934245176004056931611324175356414982098451254049204270838728345432816","-15992724592341023014431810985783278525659131587282606744689303330385785686345","-951282141761346903422125731727115192729323974041425165907043424571963458394","-3594262059481070320573172081515030205918404229115521924478526141768860840093","-21460304376755014922379452325381047511286225186675804122436581332874427836257","10644365032667105892021066447005913202131874903254809232635598337754903123607","17845958386778449299723479915608263358071209997300342773442153633084640068099","1247354191232524923622635001991267007420015712789812986700398806455190476409","-13273410922482920952270789221094475112305867351394806371058581212583306706939","2614864486727617837016006947040974494708836226848144716192459629096382323285","-13059900597628283058387592238173528619759933366114123955825183318181948553046","14576937610671593105255474279853579589494757369525145506345557724946455685305","-7891358809686450531885714352350340427899841903358568701196779950680758685759","16602641101286386577132894383079485389655191267740674957480527102483699134272","-17477204671708292931793412185264895077080037674393171085305352177154983219024","4922265563547861462505668982415345128808543417182984354715548115535807046659","-12458122278312972764984559728059440088992310744315822329172364722059649676793","8255065879404534445419402998753714722578746371211980998594121024177813070984","-17078632478088910182497875976535562010362748901961959631329713465384647051969","21413615600411195773295260531478081673299748405638202160525962808329777769516","-16417900012021768626124678393618641570187858974767035928321900525146933305992","14709230292030278943353217090971678526601010401993685211188320634645115938925","-12438788213876407311411210558706266948353638841083345462436009359961720268803","1254539810276609809796341176461238920065514569879031269578339680820295586602","-21303686093624538563202844750804162632568366977198691091826944025653768221852","1869725325680961340541935168900868760133307608832010524862365206725866402938","-3055345596975287636913495710792509216553866875438961680711363897985377408395","4280506205313263909501501390307139828836082762753641284714640617834884829377","-12495630363823472083408170463823182104550914646624382385086398199452422881738","2323405609859743499145051505494318317686360068268470272786737048633171759387","-9321695363784610326211199562663029512420129384190905754269145099289759448979","19421603249636888451253440254716555959524780616143032863409521433188509078913","-17817236914916580516855627714221193623367807483815171018835038815166106501593","7262437131066863574683483967372954400067122464231080555762822892429312322559","-19826213822667518747097172551257234607737775912324289138697023347574377328874","3144899664546372999471260741142640485256045687656344348401583951459866920643","-18107229186183513517310094942597684164679333543044680579785750294920794167306","8574786482483021781835293599698563520920283804793552167236667489505170951104"],["0","-1731030945644","13895756030351910919070670185917495694376301336583146129711308559657813306101","20197763363220047679056752204421455326744329033744784103593987813438200032467","14909688657374948309051919009189908399764833296071760808460454568713759265767","7888768682034648264750837340208565694416776637311488774021371503213567998189","1678914402406472481034024581414549178705251551505230625894722260894283672927","6055628670161147902764960764144728456745334763684222714289455660180062523700","14997587808402865175854116880243863733028972009696068042180882251429599424699","11422576905061838440586956102627278362564769678412845273259030068367812423095","13257758071940601866528316412122896886482578361643410117848183271024706634527","-1083441496102958095513884536226196237384996315956587932935219439322925273884","-15808622206917536130797910263617660606196609539332683525534426841364596647764","-16331858588390468040357081233712154105308628544338965285965831965020067304916","-2995809198192528027163045261960851289400660844027741648590333950986495934754","-11677210028785395765960127208219309122806742178905840519019498957366287954561","12730173379721157843154987783367456836424192084278937884912635026561244778812","-13387677852969182017947559470481749926941102931213860458337551655060369625329","16534121978324286305130600240034866264590004010433354544433886787639894019911","-944614553001570166307457604360953198814225378348399046545029978055313915310","21756276860368323640593817443033004557234512379119067197175421698471763545499","-14915731885211785746134028968816992425240460213078900089444964862831250557702","15733935475223145820114272782433456620700133111449553198399626775750278990854","-6575515507104924899580966398564288605463260214650091378929277041793873269783","-17655631618876953588388447808200186287272390746939758088806634965385654720708","-14458293393285303080388652638519713701836829116213278543257699599599095311579","-21782393268872523469067817819090359758268252530666554391936863755442773740164","-4680434845299297046013477265663383964906789053799624375376651398982865711902","-2715389527466003438961728890154470251925620423443578329292059502259369464654","-6349062993820355451132631303769859260251016762492265697779007119343965655457","13409542030608669326323599640912306216574867020387688520491202216790545268401","-550589906559684400223972800563404625926757708399089911987055956739127755704","17743129420764612322946671547355648811904874451674302893537302847316076234694","-4086857994970189418856499993351984755763606965846492002813907931132399110162","4836267590418182246268735623274344860180388067316029938371933028268607972378","-21558934032326100558536307022721401054482496237360021884937968681038448303266","-484379006193909167640296627782188976729259619618391240034978558483811462026","-1941594789029417990695548673779783424571152471591948197282327411677157045348","-4702721451086950464515867450824910149794242921865737252922835417888602281735","-18593047323095709057289605646714862909685030518683164411105234446411113240024","15773829727467713853358392695280717887222598392060705081194953596748187627594","-18673639483616419790012532654432536096824962410161319446519960391773426715974","-13549748016904347549321317508654463590262840851032196756542827061685595768296","-3768730936768937541248448256462547088304505837342026766578621055668897270703","-5556438509827074381956850341950317562535210146306350156498303361841371042823","-2678827577916007576263065525024517333130935801833140166607267187777921519766","18149967212783312983141659550160961760044898216373377244163553880036789795030","-21602153916805693827755590364976922973650461193258241385033552177140180271603","-8452893985514679749957069383691713562165006294981890068659815601986016057463","-12663825126580129471051759461103067462983241475996934872353815907190415439498","11429141382579210603192261347202526129192228734808088276228638125655872702608","20702379705170658973149598707434890531839660887062295822658313348121347425526","21597920535709674433819848213497793021131971351129316149489287625950799075759","-9886324558581820468942616719375277508680258146094790917547527998378635626","4534530888103845275850557872010693401364104795436291339120376323084399039841","-18119913657851618768944767771651885384446908082875969312491081005376605784350","6361036182081984684146120643603766774717731055256997873426096966567836842780","9967910044939709587679207142898376189691705788456037897384730487536237945336","16580195985769579004037344853877118554284377941036716824990121835994445530946","-15903930628741335638079360599112372052054114658051020119605840665709619602194","17584116344742794564803045349876606657844489333586051001753847370899984389271","-5446502780275828312122826231126022418037496275407217930442148061112177952168","9347900037030795060763797063756496837804745426549118241134949226444596912943","6042531000554777792057948978280571979626463929338164401879595592034380805387","2350784805020583115798039104005086505558910672870413200018470052592975187255","-617474582106237182519404792597737105432696941628529436088218247771918437785","-1915065531920076033794299533430963522537450390662713020845606059391082119463","-18130105166697903814357031986389287992576078892306059280778794701916741509354","-3455671332231930149670791438479190734955979144765510445029338773756179285309","-5050372052739189580039846599455418929097647939899955208232588441795491100165","13398721534362229860283707465242120004042518799954520405664188244226754408586","-11389960159706997978957139854340724348929320855772146287276381575470346871234","11769534786569915521539151107049797288965892455649199156633001452243498992566","-11400446739990000955879618137929556328298905229845904488792307535615036857694","1765255555133671901607462115895412778027981031990905581219726323291157146443","-13421087771731623656902747663169823061389430695765372924960435541781075487041","6748882330886053369297983875350993425065382322445834602603960650599742842281","-6115753357117998942229121245782932439276396739968230091265949507562142996730","1174657057950747498876629045780754615640721116679240448925436596220383772263","-2374700673752714980795734759998376083343983096820826348011697330719372665552","5524149021054781287893156845818802925444836362374447577278177383885871354242","-21695357408842604103631067864469868381287767762115469316622261294071859455386","21197294651993642366067954568168885945004669760899170333925518203449070476924","-4153217061831657188577091471084636271132224382482666143443311368856529593890","15423551435558432071028649239368296273022748709260246126204984316725974897076","-9274848760843052354127190140156521116513082501183480327548869247390514939128","4401075535485038292334124209010546568924804289698263741330533721265806656815","-12179960810132577322539708008645691726628909612760870484292541952774541675849","14863322619128457311804652771602405891640311182104137536765289411148646620299","-17535364854633958917099831855337023290604570844776872282001895146207795692381","16004890094245220004387309923983117810620851808977262753533001312047373815392","-949604737067369333366623197638986728510459619210459109878850460331942245510","9560808405928477869474853241979352002199839603293337433427829825593153790667","-258139078533788866137710300328504746280615138537205192018451179137311356799","2719042239486070529845398379916799549467942535557863287061280875478488505352","-13426033747613159323523125087328606563745063736677681305287693423304244454105","10955087274020869514081883674475602465775480723680334552300606676907100868762","-12685810255538036762661486000344546801367828506719641962977154241472466314519","14687739183305180754938486592915597244311861700343246232375118196455717112241","-13940688606786191229512774207801467549115123623828489426815085728966547812400","13900063071129457718733732372823627331528547858126019521678783429121340026545"],["0","-15918722088610381979815567814732563700762446836666206795416875759179696665576","-20326255778037128100433908514484767432189850769701419446138032909652056665017","-15479043580007977127367755791045368690275694355819389946832587615714339876411","19394430446352029610878239521623609885448777247328716561811843206079284336894","5731141476996922922304176667566659008098813445498382200629132452338881690129","1136681738329175801092193475200007473502520867111157060425801858868808699329","-3350263201542737858036693107300609570516658321068853720831419310971971492160","15836512836838850932987933594160709350469076323608932259938747287330578876077","20613406326704281766910164045085986843250693484914258556887235645935823981995","577887408064917465589572758207568417764572681953856821582856280536224645902","18515017050178085716845198985708201746206480410013029572863967119243654877643","13181471799322454980659162595856140511449769590341599969305481069534160062339","7806565981595067046746782647711735416309508996873927800211026927371171853799","5237171092468275259827929386384511180307632175100634290430187152506389345982","-7876708727592626193860371206538084116119560849875826088609304852739840983176","20004841898665258153327849621521676129194075515571865534455696599527108763116","-10696035348293447005175420587103341921968562981245501949919395940820664626208","1217026852674600146514999147721575193787364802626533901260887720593088852381","9485603414701317202698996199700686281052927043459264751240044014894442113126","236814245919282823455497661816354247421710004891621968814884334707620028881","-19377257482321855535433954855951647373016661556954164037126655653173858182689","16277624882402495978763753945196445235885404453950091394132601939985761838737","-7733799385611712781715347232605590461198206911996662995369689646664526009095","-9580209917584229076461688144642327084742963591866801043082535393275817243511","-11561935614662797310507547402114188913885465113924614084489520900595883223758","-4271348493573867481718646513705945904106864934444299178493113134774523823246","-2760702809849820156061671427452034091279490612127894481551631479591603664878","-15010831007982773136059586265681153475372251538417706715054549988551435656476","-6629481531938749545376777508845466333731232946326870061095685667128020862859","16676526106651831365946363800003992368446560761133652573509473052683167252122","6902444859366786230812248051379061443210005343360110887964041018183802365896","659100044304639872323485862997559451610889253047170769357705099855566409740","8923647210216494065787594005639429836571229643108845846477305343417041815016","11364302605559188233720922710032546283334392432046111485095593939303271840574","-19164621509422348767182217953037983839463430604864077228521277215893048494532","-20325405384967041267664321155893563562742422561764461742251317936995297964970","-15624195553131086542412288492421830484448024026251076050771416047882020468668","-1351118243050413794879660423033036364520336951486280993946371421441560969953","-5156829590223154452776288382381011059690609786289355548598893452057267992694","-3550993272973587808336378830752265449060710840419421204720566951465509003798","-923237653995632180794716021560411545236367219518738722381113720165913805930","12823956305059665234715173494567759870317595618426398001512315347323116202117","-20315643844088042753579873462714462432889671987380815926261723382666678093679","-21569234813901260552098481763545827247438645640332390925647136980493476119353","-18548691758447719062764855256640655548614124142445221585474412311967702347876","-7529954551874981324404452354616486907928791670795823743808868091713283626531","-16989369172245942067199450724487394954869326517444768814803221064823959832902","18126373907273575904026483410881541574662371126745138253084696579713747064198","-1435652035779758309051268610613272034119623546828078307084414307257421530683","11082398008653373496897879640759942738805217823643401720861197874735683493395","12721243169438455826865024406890556157413155766927875769184363907076743482478","16362733830676962424575848397025830992733381821689679221654747557403210033337","10751631267141722856948806680245841398470405014511577947582637401451795672851","19520682358647738665685464574774288593141952295488021044308033496203018136954","16010836452322517065790027915611099099123293943330771138982853508845830574459","14831189961563790280232884164753265244206660829397332555680913592549073887839","-4567846665004733150802358911459587497778431743536409804027677626325291241524","16089942030770662456884804395650554219488870793005247107572703323695653325320","-10094333308601064901034351168346996747523468041857212017100175121568392985262","12031344930015947615459899250085786241189458813597706537598060994992489825218","-15864850847206982819530757515678337689595267614243288384900342507749497299402","17413912930892997725409944503899311438140667075826953277972156549212896145645","-17052660063139694492756508598586852941877422473853844290546190350793187074796","15849314109965841280859956901317689716354014215822846270230006325912622920630","-6508520457175310279162964423656272435749565481279353088417928375424426927003","7766489712019838134297011303604409763182367558209257481236053499384779314467","-15285276637617491935689439599184200326081342840392837642779416390400952704575","-13411304577143219005471262723960870440692904718335997941072888992458795018403","-11810224185848560797527168824145892786115411222524569294273224181456732492787","11101585647838254229617615714751225237008926395603399583036732476530945492036","-2170023716610977109277290863995699428903731306467757764204992130511999296141","19380489354843159762991937921322011044558030747032464490845635644420077063812","-10691444158778903021597541535662302718374034483939645057833047508176486359290","10341190997593184791201581421694274102823169769210212626676431985119512787264","-19481769540346910366026634528023338339673058599588806655351943015235178403950","3350943921792299005910964601061499397898041744913858010546913668481112004857","-15393876667500128851521786960051715582042821788154412688461286500607835739505","4308460362845701051070627217919850737880847196409321936102552857891201935230","-14356147792017464229062015368689370807925289610546879539913426426329550441368","1967992785287401386592512449159054448688789516852858610186627864670895477767","-16140835419066414660551859032200314533938043629876945485864224560189303769508","21723966481265517826217439570881682700295441890287350916643537102878862231785","-14318124080811799988329414288912899521009576263109869689021646929879511524801","4620437453567739183861119212800416162922329572171053372032641645774490193477","-8483335973060750608762004703572509475346485567050288698695230569488667923591","12596975994486200069831867197500042844606265638424746201165683545437720714060","-10448077115950216671121451435705943472427904841836765632894171317048523286881","4616102387684153146772029708305714257899828783351150555390348486276322427403","-7877360055589008396307968686232424997433106117678151639357335161531698914873","18786054911174208573516831077784311764616423108634067177076798988201163513193","-8810352167307300549526117550311898771961259694012165391454768274038283651208","10409897625307055358974784615295312162035771855073396152705205670745138558915","-18422705204846410026175925695564857878257525053550619772361570656092903697394","13545153354491919286622762646361857306585052618367574566741781433763757487905","-16092654473033731573972169952283520546762515453404978856764608292687375967508","18678554287747891429930263722818208212272436177321867835462337806478842342131","-715121354177202318272524795746470395638145728197119808003134661949114879659","12400178175325944814408881974407161428444334639485679301550523102837632448946","-1657449514793932659284785508841059591432413226108522080130090654591555251697","15611828206172881341816405444326947356188579890518225035390251227864268166005"],["0","-87535087592225","-4041815281666557669829225721872898995691800400610893613778497024830415131762","-15888776441299010024465114844731826421387006958748546866914201377184964823893","19135632330652034986203569329789334451100515834273297183011960039075144827261","5170008395505984957905171851603655674219654488640569922672332892166183172871","21477420743748989841691525882809561582996463972779734679340990681272049736981","2621202847517867217366052957572765176942945316046308819534134272613563861540","5850772789539483107867791117417057419766080641111479924078588027147633555765","-10697801849780337119677284115056733533969239384099690774373055904149615938676","11415953850250459466099672170053332449213726202256358915596734022810920904129","-9198624492205228160248331978034334296918917071986224450408693158937808560447","-21482305989042017369305111691974261342977034263610003121195527978075385474318","-14796762323778670536432992186654554406726025704688373225112020855998762784259","-10277420447061168068521104849251085476999456929850756692117172759440037592126","-2133553825447775068099938377015876839034995475727388937509194201249071681316","18854594164725783122392234490519808710200128876007879043069759521054696879306","-6371527587697461422452625910566762031692372132064416863116793225766632554104","19696592622055227169240914016361179550703690720896559501108668966639854400172","15273502639765997817721035674809274290109872641317093893777124132763130945713","20269577412493340397554390529464008651794209934827341065657246175957335661230","-3227584115454964408150912420136535900473288794882096312284557108059404685400","-16509247742337886272143500152003905353834154334954313814713620882445702275526","-10176992427950173849390511529525065752478441367838171533124942232893573983991","-18624745703231053626000082649399996664075553173319475669919975605769487416439","-5324908533916985424445447360142954814979078782173938104432924315521135978514","-10774781150924325473904167834627080206716582101337557610361277642702082060900","-13345201380569277226095538238667920064101258072129160259628038675440483432362","-174668388966780664926733466692046738988095993792250824401755312622651220875","-13013357794933609156289271127179173492202329561973778764216133947951747850215","18394469578008972559503590030968748197669344810126557594431932095681721414767","481248424433523224470399726820010534593736694515397550584096595095688987349","7121314500353396034021317286057743722111640474861278506473120263587124799077","13293205816862903592481015801680319085824235561219930151558119968064548951745","12962530556810964627691721408970219248624725654354181856115301744581130900172","-1748765080103006829905082937517237518101637366092346900836961000907195779159","-15775579623020658185922576024451969560477816904494299079850830931727611753916","-11319182130676156580580651245503058041147072293297921199413445916260529271626","6033924103261798679413888506217843545796116147705096895854807274144976617349","19374869474863584501595668267393742566673372093232234497596032621537149304670","9801045924827400093157466290844942317222149286629865588171088666928571815227","-9085378688501457842171461554880824461942940904772222573411123943054390313518","8920262241166211072756971992712707622564052061338888567063469098294051884222","-6734268882994231805218330401272958317401559263877498683233342650830574737933","-11182151804870989706981898097016831009663946842736642921029422045724707042871","-8390823612501484749796259044215857014489830065122456535560959124845137365273","-1250571559747680770048374261772540580580309235140498996007614256378831516034","-8271351130939032794050348541426559411728644683818336962322368658786316643130","-3094363082311487885627694391161391590366585329044730172777948840368250420018","-15622720712372173560589404947580381414579136340437243076784906835253458807225","11234864631594579889557229313963325850071808532938388095449352571007541663119","10523981258602024311502634152190005644617614555009341611259669681912736447575","5872771976193776945353822900831167791626286472077288693398237154469387792010","5603072018727941678784752889304538072360605291492065905148922486299809644350","4967948922181596504287871845038229928536576614333584215665516680907446335229","148482317916829569552021723267181299434578454262456574413522601725890503702","11525603856391852702333476529017713409850449696583379763218135056628758312658","597529104961297483780885064906228328717149945739077659652047283146749533971","8222688211432928820228406420561394040923788006607574592032377920311151367725","-20151954373518467727298827050881333597635834362757763946938853910781076813860","8174462541883084296331949691098900786107276578315183195471944092418147464127","1062920955410836539126689541565377889377449034580801702593636859019416648903","12494355716462453992589392365617819717125517874288621270563130347373092166662","-3743092797779068842791397794420565047891062640395096179638519242452217635563","868586975113403296909382434548078436712855205407661108175966148959079006768","-12611702039406196845181813874837511967207262763451577444262344455364816527935","-21394540861024114285592515885905760606195339335988167957242160624976782671900","-8585386530089224592652660995863011155654414325853001031850581261455262444203","-15961430766106067102951616076348606305170800367497822844157437370148287758505","-19614931003373664985816864647171479929683742995398949666309883207989592678458","12719761953407222815347826981686854565487426359865581185028859930920983944420","-5749791197036851224704641639709856942931580752213708569474037344000853622459","8236818860359522201143435755407314670178477978758210849198711544752747917449","-9193457332875886422036579903292249894313169618408840140875579046214950728057","15649271656526069929766144168304309840540037731299391900533488057939282658777","-6689117885645891185943182433564148526111479719230179401682699506570023050883","17668581660545976451176893044852320839006641218613632281102287897480398317036","-14008923767431144472958904300441099443694146093129337777901763268383993703222","7907303477685730309364776891407027085980864504048818473699023702230469974129","-6389515035471768537476293507729105214257784468328539604709529135880613221398","16887466103044925949277828624162022419224680434382094652942453552844319421414","-12130500594744643191260199731781251762720606236657728782540514317989008590165","13234299607343275704233150745455609353373815058196370845112805233514702396230","-13984562573940397919870676649120542150575628146013773120189529563710642251438","2349151985884441868105299679165230825168114381912589999999484048588907740272","-5242380080233531324278015851076047247664417188417718326607576211024294929163","7023112339672305696922721680542007827385051981408745662002551961904420369791","-11037700004470605289101400153666334104727636892309996667008759114828413673936","1672063215230866189088200445731360671993870680407615558089477701176290741576","-6381244329396949289532927675881825813576394185292944286343129600070439545743","641986057491853217764271427015924484920967182753386310814674237226429991350","-8846409636282795506431321766935797105709015725838191910364726900128488104711","21085754296076264075886230862054467149358431185238515940438154510353866168619","-3513670081786864331655484162589393081628294639058303733708910701175604229412","6433931554327171459829419011575840749349572301979615234696578436155325686405","-8301887194030459549896685408671028779180696986143144362997743611374090833321","14527483142899730297810004275737644790348371583552645253585073728013417361516","-8527450270086910887500461739644337010584352292932636351957314837014427897723","21096587609391791809112324491552575620045782189655727358185501764958022422549","-8645922849757010099041756292072142204898657025902481428820639443277450633444","2773589693347204168696357408052047171238339647576683682554242737292307120055"],["0","-11785976930990378965824987708984686586141426984839403108145186322729858436163","15671165472921766466825019746442266170993859511327320205422637561075522734606","-19218527806254327969472318032413388939734874489620101585553764479258023645174","17032150980439129644682834551037922416561521128654340462826581480146032251892","8499077615195990528349763223728714504882941487449530000846183805279917577056","20677731375473924795066541032862188223977090103956061561828274691418192102570","12973540910932731214874007830239887873951665032333702571899994644628147478346","17869700894375102357137529299766472356543267249620924946114750726069429096948","20496222868126573700554878536027952489556423167509291435660701180308709065844","17277459893524096918819755710804754161640982911784600836643935272735015472535","-3374303960833633945076585076898903073360488538163441714229536531051083953587","-8492496775986251707985681541718169225004226204739607723607470286228808370870","-8618128461008895516906494072846889234403395760917282320484451103003828306887","-18361881230490827638549062169206406567253968582369764059405279672226032329632","-14802631298925405260876432288594457129821175769811813434195706821512724465677","4013599347610439120009875059398972972397882341199271187194439515480952119789","5515070447233446652130773975580977309075975110305374608204237644781818734162","11837219496114361816885440788337353460955155323007070381517823143548366695490","-10575293427964493488417145797982454020814582028142831119568463503584587517221","-10462626223481824438319139157384161399277417987913158519776136914660117274855","-12563941802654968169247455687771394408146665772301956248164324162677336243579","17102831721004516012658897299747903018202155235824138250229366367359810344949","-19456775532918743809714967658441759905824477237967673198374717905862592358600","12962064287765291982175201169506039030845463099713999056466080871219984395126","-18168565219136142831045273027026992270063377024363577315728627848293208909780","-7300701335727470974047523130755573213648416384389910678845463837855105604980","-4897651961602020736766375340868605493593036352722760048959976777951548377934","-10249307143603667545570285690593153896042545029000249571420933853292680740125","-6729546937241806699031520800612722133176892052463917486819411693089180738354","1973996707562655754187256848514769574757093150116027558028315872523014040741","19026982347254643379369329562328117483715107827656265537271606651280739073800","21845122559402796045323324692762303863717672930360813438495386257919496392507","1071530134759694325733379578230755603438857471521809018894722270476617205407","3458396289960470286590273093823472655629878680283490343529665136097843675865","-1354972914475892276759774200094951069090017494920813089486209506209380094992","-5665227585108511884175558936399524586979799358791104384863695647675245731789","-12782526718114250320832684981257058288061725212885477752112806495156842772115","-11553744352428587319823402437195553267139707215669951720150793721823844221768","-12089724228135596461084434316048339869147849924947267312312588620495357975736","9566397687573924198587727177705472087164298834893588445089128870783091669588","3679672187538115254381338903944476494502513700161042796950760100493123177597","14415108765430596706381278543700218008010489919218387130481202473294503890273","-3455483701971715207771891212726720988161732364274850674628627844995432690071","-21323956108738877757418267151931093747588507930814918344875292668114859758454","-14998742621906917379740123164939400628791183987483599497715169510398826463757","9803227938907149539305812761074066170291249999789550077626478644591042257425","-21001503158308029633956173598995044803881733548028090115890504623425488896189","-14951338547884670636490997098091044589630538251599143686433951145023413238148","-18598692519716576727308046608863173037812164174493742716703349776629977223600","-1409541650569122039646336810455121201648470300343982822078805507124816185491","-21551313787127505847183226966144255385990814829421279086978260272371559227798","-6711709320856652639059249514218333984391239157226227746398625094460767188300","-2162387615576332094128248136846659229742336198931414882224968180523926888818","12247486720162685127482386736005615849479858270172468781177117679334538037127","18920225483110485512371100201560416856264118143934104673722851229806010476457","2302865070301736893607875908045447410909954753183442665720870934881610040767","11640620676555408374728571010239284098049068135028370435666140670891754777274","3964718338387329563207039823961938852067711629447995480430167193956324721564","-17660048082505892980594884758122642257501267403783751809934168219817125809524","-19542152024287465007242741014629608173994389897830378403190756746136244208461","-2981787582491089264964517018045679068918546505884456541851726931274837394314","92119141389481937244387415564284812439612661940030731551021673332611578983","-793530853754155699128038616219844187835737734312186404961416093886205497714","17429625552485354312903518013531114137137471982654210512920395550091431814270","-220623742144821147775090797609417938874505998842371213841381682239471488666","17011424970783744079166722430137135435245922469119446922066412943460522464148","-2811658752886694048937692680646174107652914352174019197322996815405349115012","8531710486295811985009960747384161266349002493174341073797652997843900380616","2748255274877452859778751284127806631187311434629959347065720961309355582526","4417283133502790600867328700548977931574601297861852477321340818987216454931","-15002966431987391985172531059768124958414238320165182696927791311044997462728","11991490376363119633277540078359291532996504539003228056111518466378758272746","-8317968731636853557320542029762463782397254161245485870550698612067392973306","16072680336497547529417191548970231627645210284111482454843033305494942982679","-4380277838036838498732918567599040782761033669962210213666819733922996273018","9335949587969231388957065266739390698286525787805541745078843557011004153856","-20535877083234587149478486723366628877019126816301508344507548528625124751511","387632277461953387129073961142852579114098534352721399616356026470691646042","-17836510589571812540840459610250691828255020281307959703159479997354488461460","9581707046449340732613600494878482423573812040280620432296426726958101987873","-20227515407259592799406059409846148469442161927096059175576709066048138566786","15506560793195052994830903961182454054060356737320920786412097185635519941945","-7369012463914676758431317178506025937868980171794877215283708762723066023005","12441907750088685695142641547797600450222352554615910026175699168897309725821","-16351009686466036160602788310637076467833391140694226608678400553673821369755","13001035183940208946042100370920620556348009339752169016622338355927008585015","-20531917277063954341149772791838611945206317544629305751686567142645963505860","13438670129196603319576176651468325859236178741931133526746050778481117724597","-11323912964444096589230785764087732259542166869705621358451752431940409510177","7336636085116042814033137349652754814085748671304118356008404268973745236395","-2236200693012363495242405527242261266570602918894966258478922445191844175364","3214809852402345388543813144725343012150122098329188013463604706407182042691","-16811167077083371436863097368240748648986366793702672585427885547233079429915","15086495116157941856735855874508561597645273947585161710008027252947825455044","-1638044475721808770845769129771405693152072840984672756022337072810247897812","16807380082720674073040669466381723351524121493579164909710159437032262715645","-12071368181666164354969785891361678091364890540428176125032118167302380265540","6701171035304108442476297456952126014732072649598389213060081335253555987971","-17494995375267110437383284118844537696041266178574997385715079401298835359442","8164307148836495131589464616579711565215380109223721956492146623345377643464"],["0","-3156210191237400","-1072073624606197605934518355484483532591299019591051702190078519444626420008","-17571495134672702651830401059329490454389219460881105088060242242590354316150","6956706878001293266876503860921047877323223381995775517225845699164322734895","3013785409735875177679486314221347961167480698976365193709862215817791284826","7287700183045248363572641882596174486169264506511624008869416239525838609042","4074623686246411061383034501395684631393006728693182532026654990353627156752","10365309806274180451183152312000144029624429825988242876456949286984709566051","9892704714874194203385794411353853012716538644250020431669418611697915317346","6705062245410561647212616403677305120141958621042320418369942301915307920627","18685144041469603413776533871650883941997940401272564234402811442078938412535","18131503244248460664210473552297992611911164746141241637891389920429060025371","-10480226782812091375387523664823920013662628381551081327792999096827870740078","539306159934272164715278621224041729697414206852068563044100487207980817405","7061927815735240005155618350049409163242332245026708564303734985265075233180","13433499904637650982361670154597013316502146084282120192352187263189316441811","-8870002929138183832343792929379845461775653491917296886177402851767971357263","21285177219702563239136763362382135942262675684263937893660283420748211101154","13636171690936627632792005850648350683112813838311610169599988640020837854727","369447585669135617824256575900118916872932876571618426606425798953151898153","-12301104175619293049174859473750493953391637529090011608925989430425761656650","5188790232813489672700302820564751250218895960695975583924246534051348862999","-19245983654129457935096959436544551285830465974549718479450799755436584027329","-4848449264017180077797375650526418419867070910334367192582321031365720304115","-11701493111562097548065265498029390823712848029431973377617164969204821643542","-13229091334714707208064329589113433322588032313060000831424817721284635577065","-492537541464545771767723877844544093523269035647184596629459118239059894411","-3705820133841111717057285676322630673007976381696760673282546390682518588983","-2722885317254759244988950608401918315750816649321229508283323710232632982736","17254938593057275347494135324271353720301583977971860129360753020962045689682","9462023426914035467086618021134513259660900932188184404309913736339173880788","16294162875549201446038908932633637334142743058749891104574715856368172699476","-18551077330765568634918524105435236974928426774560264792071493532085059298280","-1821106513465508473988597992809328513336674561996673788512839944522953502316","-45228602308070827212416680028840057936828863073372548317075960947919219043","-17609242465318704859980446880103518420162327599660888663911226408158259159322","-8854418080358232632689773602745465232994128477195527713210442350827008313978","-19483930961067880407938838648972354732144691722329199554451166591883462740389","-8899375435219640911328891087281394977995945660353538006219069187922272159543","16744900387534867202307762813706857055694541767910110470649385667144029068949","-1384799537724093382275852119238481420900951040010138937257121033118865488307","18637236591823178543057963680050597844824859746385060072856447941470559840714","-18787353024883378466359760732706518687248671567126651288783775319227001456544","-9482171630824664852006163812116047637110207738586879345486339438573407862386","-90831867984732875388694752767352793125222565112993369175369213313145908405","15386275145985589567417158010193275662908462578103326411726089203703155319909","6029012516268798672662041111947388743132981206355052328549842339406222536725","10044024726497163949590900642885352535426662996521886186857170974642537913439","14966689538269608196358359843171386956261429028023435390129210209116260425272","835463103276888219851926069963204934050373818877556206816573146593933289772","-8987339395557787288051280969040091398954619299412443397500900330887483452704","-12351738266439809322978734601042543082799874714698114677289892850920248166249","-19972310350095453921203511327366742314444056623466989691882857871029672874155","11925026926067419989086370547090005465478497770999841804097352289575666763309","-3275411520909327195457875354610170561368009884282485623377420593514349626868","-17855082786546225220238379818303655628560439935487700317476000693555209734348","-11475276552490234840877635957464452803986967304482255352410984896322282956770","7154487484349085744686785994870080642612210942217967671700348552892364276179","-17548862391683980401893572103473732878353683152148096854052392250713105199022","-3422240975950665458576673497759908682805042417408564923565500314694803906848","-8128819112955460566558902012166178794727122365616324131106355599359098248564","17554029274947066223341667615599722121728887999437342516128488854316060184186","18046288998860076278600586494643753313675723626190489981353079530930732621872","19629325249851223120109955683392682691412874056856730772775584782522879947881","-2319113563570110756624066918971291753146464069743854729000306096140433814833","293995924963896696321886602370987529527976012846834842662729439685529133941","-12162848162294466140708168185239260482027246355264794777966613324578049103337","245456433754678007163674649019428084461415997955006710534650429348031296151","-7140300138495764999156978670655791697050500806482860933881267888817621524337","15534910508763876910523251908402654895457523286686120695637730705458123932295","-6731664204500597564008838805581024616670098461860352822042517138238413442556","9206719621001454318355688912065065193844797881559262967700938456359393539356","-16599964908589432645806478386505520622381371323771319710178110564814826720107","13715887215675371552452270572121222727724929414916039987547115195632805071230","-13848402498334730817090159579179617180407891602664281848623284395600708665165","6178817289991119100038295276291944293639267571951854192305488774793876002306","-6568581310478988105755651908375637280786434439283682882048170624655234408340","10848570166254023845856276758084208886559175590629205522876559557147845601217","-21204768108099601972975496460520451748076454895658981640723071448234484967128","16018600775507395400119348252930355889934841382297922879701761421732514838571","-18033448748211708002305774995747108999383177327142322835910074057666249297344","21421230285385000986749948137294456597448363950531051966849769897589100091487","-16516212167857465286154190932143280217785037714780223352826997369058484811755","8627223788453899263832946470695983563529002051492420494574789776790977680609","-2919866513438835270343607528212082846007496702487752289020067173443709510579","7298778071488327147730824547220574027641206283671235752715253555386065961772","-864295083960293402106730407723379284690362790624784829177629004204822255512","7866473785951528691288394973592596448906794819269247358966211061727037309599","-13895561370116654274408449055440415216452604346248359896422731847824397980864","3909407982991157235893076010568063913771162314478980180969559304386812828921","-18291232133561528341204517968858533145045576634964366444102934769647803390964","2490133198905198296650477559389343635421120100220797652553471492556435686583","-20209745558734790389906092653320909792137360073506159812596267807361390136614","17165592241173536631130516620882646062300772198068398693054225642882479816786","-9873773429618607040967915419881190708078861664974392052692046235557609022864","5104650873650346391715756271465897608638867293226124006195984617550955360269","-19563563585388238718483366929197865471996401789238334510361663955346251382962","2484351168825055004907536384414695815145811525592410854350612397648446019189","-17061841582058691361697512791093523633462100227600620439651332090977713321395","21183175011130827412503660188528553421391906636905269256807188310817095415501"],["0","-21888242871839275222246405745257275088548364400416034343698187297344385163041","1748260827913118370813588730878977309375293685202528183756569545182742066407","-6076584282927104905640774074709949590792106463701303263296995754855509604369","13534809252466900721223442967360673824221161758814809445501677777925148296996","17299519371679015604770115635649336585563625540417945273122766552138495470577","14964196801656207167214969696193755396067754462218468958137150753444676037510","-14323948983751342189708170551175335582581196398388914508287705739533307168692","4575296845336022737783808602472980053316967870471700181668500264647293338875","21275005529615684105720788833062439327568964263618526593286017530284936395678","2979265682691062074356695065350710066639878622972327801000126136042194516780","12605498287656948660021692184996925333943954603074488483596019912828423741267","13784656317067588416400657828920384723891382268627783203023779749890028306300","19764488473120482259710315009033910852140346825760826024568010850135950670312","8434445247817596983549398476995346274677319689702390185625629585303777313872","-17078107968651405265458206120451330917854292905742472541143946570362963685077","17910473654213112912335774360493438651181372467501467940245332188985214774940","-16152111118035692766600439089617342789784364663866306162290878618445819371485","997416500215490474200462146007368922689377445305825738244868772528613471270","14712134216900626588322253471331349998893851663728922042362239571642764980427","14430415053651306620979617738195551631616341527565277003000921752299104608340","-18095849441642588669285544370484089805255206891736007553387434399289697591984","14285633754584102606079966027342543494756817697108307629911001022124838181941","-19083143575115020692384296391454453247575955124890064745454574475306569657852","-10214406963269727853474646667060663474819080666487939465831398485038983685881","-9376846423675557623582435770833287989796077612209009979106674454513594259947","-2793236083234737917508294172273666100570238789701920164843251178186606761653","-7665661446428067071131690253672922103349437291871610691136093026868407510905","-20559728003680434336793605320321091241863874703335885321217139259167834438485","-2127827823394792660148311720108636853355897568234187915094566800206509417284","18552107411924686011882871377731006643598666597493392941116445531617441327996","1462580581618522194722512111997367645589765781789788750379192040518333610087","17986390829360046217166407417377632098056735083529269424869375722063254616260","7663821033097753234719574461063451421683190250010957885047878000777111191066","15617208866037897009100499833706151701657555409045463260090662912620804766406","-191145479836720886403259969259309989220158423373420993273646524670994035290","-7459745399219408267854900862980383042126524564524254630532800044714496948725","-11892362669726221760531029336180934940508010265412725563233440538642965675814","-991541607431023455888621359281856682865142139412931939234796548779302611809","-15731086983087108387780095435074340909009169826598440420294809670976736583311","15581675812425276976454074587420346879977731184514296994874460799126927649224","21561662098182649585068474083448793430506572247150656024763172853822823327943","2253260704508300902100138344616051160412161207337934431780471165692581762894","-3579839061475398167735536464388174643908250290474164395984074305902818226923","-19425742021713500254028813092808019127977841911732195095533132481515901386786","-2195829935425342084459139865605734638896733975950407750011639776976801457103","20408607524272160832960551944388510158889601961621270177401032351728994725391","14670314655740594684816532948101162439062644951375396145441405725654418712835","9655458312574721325164524028373441869175835598497438657183839381813268539385","21869969576327655216967638316814140842093471694022195531544470212086399329899","18078353961517036451353540625688453841172784307366685021428628107311895324195","15665711139041052337454735257918415423928472772361582105546957553290353799416","14966922991420887185823813541389579659453992994329113176277145021673468737415","18710760900959668152134815460877457597785264642417940507085093479635044689115","19591815445016281548142056097492090449860529445859102938687026368205965607066","724730797125871817028569319190320386819438868324665011988491162425379542315","8539000147547112700407691969831399494274466729497000456305146394998915787755","18086045855989823156917368084522382113872448731238396172868671806070583745704","7467556167575748227668158137629889183999701607830818579727388551878077807463","13865749722047779604866770943401876367844801127015069833491370177673782587723","9124772065227204261590422459872055751010371477181514151099066895405201325326","8360973744061875235324234688523255897996694465401618777878848159768190967616","12860755126034827274255067536749641009289770347924811641293853626516945344228","108694935614286082061382004877358706901162080080982899044022780141217161132","19187220358015440589365999353724475386257141179999246444267801565400172672726","-11786539227367396231983150213880636186551948911910075580776023843191762228207","-3634515200095240852488684891001949864332229869981670792650603306860595789983","-11605386805286692726217488231335689754454825254815570583286438088147304875394","-607359952672810936078691123861310359485170976384994779934033646296335739377","-9114018034773403687440451668946527133345983470306171135915597637762296740824","2643653936092584258082690774347873306812937476439464595232018944564930956874","-375916977688718341683543835644574020503536133779306052015997645585359578741","10395658391284457676921941920105248159736155809521019703906774841686771849197","-6380949785789646378010703640271617698144721726433805588552165461205402175063","14780824916961997175779735745304885703312977242250207980173869333617491801805","-4302293405345073904134353598486985785297497557500542109525970147506740200779","19433279828452342010681011953228179706787352218785349711233455130220750741738","-3802671091923908867780498869683952434944574435622351761542409511332076871620","4751374028310111907873007592908674744855769850889385305910813771358922266618","-21374112647108549393033868327346319718667913237621754800840906857853952487100","11859281427470861988347540926600701043980472715468248542826685823280187971357","-4667007331825952901796118330890187848559039543880943847183217405499377728626","13486679416894642063878108487789954280744914849986059032893619719057266674453","-20826923938931736666236961496925175750532856354733544402181453118005536930367","20358905619534018739183667512422830875937677683237589130657063700408408919716","-7932205869124384583023847968849177686593068020659929796440135382091591105172","6577180575330383422884144312811056771995342205947463115403707317082162784040","-3820556625575857264377565345683507261784591354012199846441563403586919597176","1486178217445188066852437177297126836920161800376850128167853497647313903650","-1335161856514897311903233180087612017579789999960686570262063522544865756930","6658406294908467826882635175329232950927979028140330022133581888961800983489","-6317085792923122688757977640138760996102896212842217886130762117273594968702","17980435738355708940497494645260935479021143986222988945034185632312925326472","-11014432076825359489221906310893551381577312846244644355247301545566098313813","19244545919617594570619724829019927608748166500541132323359185407353741845542","-9459959021333895507012302555388156670343699473461304257387246064495987866155","13515508370057943487068368250040388641883802799375490604299443555560028901064","-11727656015034280281895729323708960916913010539817885916894260444721208693516","15802422875342278779626402238119329014318351737665464278655360329092380915004","-4659167837752874832008360099404532374055640932986090120488465365380089976673","6960821450973670805491261957945640903503473097517191077334918245893396125414"],["0","-8208091076939728208342402154471478158205636650156012878886910686255243611772","9675545554125852539045514075623508103845308193188374803146436795819705579465","-10788031713741853527163493068621949080173950696301290674271843283804790181048","5224773444243865147754343721634778619644591928602393693808142928965344713674","21860457456979877737646783011111096165067833936039727857737414051591805663623","18509998554653132149868592845876931571948096863287998389574460072749869515183","-8206514446424862332819574977690377566865261883475869447827838288426555066776","1783802303542250697028640392378085438808590847246510195131386809431649091787","-19255427047147189237479492453653784210905965371693861546468884664157961453428","11371588653631333903423646603909855201474734372928793762542269954683346185313","-1829199238637305444280472375743828615338047486375595519985870495002675428756","6981338461331804215245152947733148912864437469246559197679552686423979810338","19780109224291560140474874737595152206623792014246417223250400901665896197461","11619702172430942653990489034602491425727542447929921129725965075900497752343","4536281241546582015845869730803866423360914460954189976394496553804640558587","14595209221665669376055211806714471650688168662711176198105018326879613072501","4282700996462255250702047149088561631859494031119432044064248057215338728239","5241731278104851988385596968787498880465944894448504766289352151447805929382","15878938862395879988419396891816542220991986266946840647371989684959115167372","4203369666443423263817923421832515401676644128062280630112471099790473692509","-20075406870787447700174732772436133525580433941036561052341103507295913873137","-2572911415021534768404147596361975477064542458977403844342221756924943217388","-8191226236790509793907847636260435181948624608512574491858958923775023614160","-9926715615762127217236321407065586482167282290008795106140296665961288124922","-3481343759128881066275701577498797421486000757616353119257554488788273943357","-3099516795033115960161203575597851460223150220141581183393576633275287630392","-7574069416796088783869152294703707642045915509874198473273115439115697793496","-2709668429291656084134616346504893841436498692619395727120082022039813428989","-10334901126808377482463582059022636361039169244666736680525831099728360233920","19110624443774910985869417062417864578061183966916076461276210929119618971905","-5316603208498020509721764705632932346682159081057012488324763556100604967401","-12048964102804331220149636576050772021710358995969092155049000586848024491481","-11575200407769851327223068579223810212974686447247969886243673739691626539791","21169235076172224099938962384998958939113417970447708046385685908553050001786","-5877675337434105363803581841521517343324749841280319864621653172033951270111","-15689873701632020042528056751539479988850539145054024613358927791834237154337","-6558136671209612952299542445468069253150030366435507737665566459820559342785","-8739781004773471679096860022857594890594909571550427021938399085097395812088","-21024364912620290633688751229379982731695624591254554981446956970499184758697","6404219954184513485467462709434036507141410980718403851887697582562261243661","-16568871361859453381314696035523571451956213209090197205903919864692318917635","7811939890450862769575453276067006278152565292067646063237246369745188341177","-1035776986743475415704989796926658897622631411755039265112510080154655824","-20635171397664292746133986694469367689218914138670835861593764421042076176457","-21000157731529218498987978114299565212388556619909913261357685784457253059193","5755188337076740817530707368862035832239158740590082862557315456125868854357","13928837145253852962184381603188002967659151342078887822095059403310155192850","1771336380462142658979424353969618817557175331525821527167650724979640116012","14437254378518857834308086501868910588334328279228548227064015299203429882535","13373221649761263831632462278995821648979969908712821282705479843114777136448","6194178632274729162302265997106664111370442118285418999293847558661145043038","21762856163651269391244386653605573202975862580527712194807139423013744403455","-160733296052172256090234177547179902683467622088270730168138998970107073947","-4590450131383428072136734865361140981745207673421753033409135344932435314712","-7736922043374178852208413932432575571792636599378954471167804151911889190844","-1559690464196585129238070012143639604643216097228960053305431067650433204910","-9276885778450808709733715488690524671889364141787242526086115562124141439819","-12186885823062355216407179181440775896066858540634195430347939024987014467466","-2530432412819560397863589152878475334295141880521045128074207814842834287165","16713208449592865787251536505683177688085969385087253332588112009225879750440","-2511894474558554176117821793482862897639449037088535565290770347466038327530","2521231793334748514647559327833595407645340714346796380904855960040777577491","-1585662860545359665257774742367347440055160323151256494817808042993401674467","11593824486622081795259518371447713963310586583043481613506867428534971592511","-6963446276658309607550439560571820825219128345469012528979954495277117055251","-15830453626123901458646710753830212158885010583426477527811330980092592849753","-12369163892178783092025315079386634341704871901266251825664634151189789709503","-5791033053853593568713414998156857615590683428941800262559767539163844134141","-19724736323208630929592046270551334762670221349724730826934009036248504350131","14551784185245182014682866715794555681224456510639293929056774483083180135837","-20366261597273155772002996252727266803755432954221512659371751469879369964320","17279822456437373803360989140173352377724086367830964686542478528105494566563","-11397736027509138901006665527560653135368392611462745814698560371403710340243","12645518730850438351228809583712083656387320675133653138084899734003015057841","-9297925601379629856815349678587436281966772079572786375959709985580725074456","6968214461375164166953312561673935102026160307432042734402189318185364824628","-20514460068490045572102643898715724635662256234731737144970999324281095871356","16370643203793724200100158882331934153379273377889106031542098940548447940820","-13212486710936343720013163714206239982639698840841282394176496052442707687360","17402002078518778950335931101176951818410645095067575502921101905122711083174","-10633770328193189625457608850887421252124296411739101121238573388357448853951","4574132340406278926322503312404244283136959643788822638317151663706613477284","-778486328867517368468677185150720542351205995691353900218437977529883547717","1678982793282013375180888881273250799485522855953504383448882997778888224127","-8349774423791570281440576390725163550852814535759376340877521581025632063823","14361514396246160751732524530364834560930941955208471358606896014268056596918","-6618731750334989451642671310879669892118739466349073549697569566155767288804","321025263595303869186997795184729324771576921924444143164434565076692441341","-16093004458528995860097464583222898638032671418673682020378445496729169179103","5488832233375364822987774188835455485910956055549851789749259092631943883950","-20619206868465194673422669543430181339639682289887861173004250662711890069783","8124952757096038555631855883123940753161043141123622618138702643601484519966","-12452407885043708168782503409338233680229651052774156497863733286616894439595","12835484450156535758622904503904701697960264862442533008859071798846816870811","-21532302815432500937700129122633336620871968766253057652594892472084923747893","8827056618985380685417747327367141356195676190954336255102272732681378179378","-8714314247284959534341469932722295739888582260473212346070364064472409291435","15355026691652212638646859583966476558499976998842628547584409533240954815269","-21803641076665161518860718637049696913931517799253488858614745259353855132019","4061091426401014887539681620771173491165982420219986796092379668520974013020"],["0","-5150174793373947111116801351825241197305497505980243374987421565378252751804","-14208866772811350984892757723843988124820706169121307178946337257342725619058","-20031784575034600345178005847596043989729230638113442221110097781657711279735","20087576663664343623435437422664044797834802692348290740906902066820201039932","14341613448752174972640532653197856236091770590856453807089032245491540038620","16546137771898871540153291633921336376304342944418789938554045902480145095060","18842786516106036649617802696207529983701835315646519685282342099824368289357","12997391823949596077887870492872171075207320743178845443590804066410512760007","6534514496586163338016220950096625920559633099294985892215086124881185392442","2418414458825844350074379047925405439105580727272813197309081239838633579657","9076183530462690174762775824301345795979828837933036588955997382229664027111","18052531098474684372319289203404469273409052587541283542902499016643304338850","1079900324301533991835706374066500781389782290491269360205372563168326924686","7821133168745653519585534516615080927294108769637031286717989776365488394166","-4155992129610852328996766638691426391533178475918735225063069728242100093777","18328095336038803142300565446279231252282753231880052772507620759600286799167","-16035472520683880294666040391640666124411646812535368934183959086751775911744","-18243419674014164028469272698270036195732894036352334746047951684595867308839","-6594104931471471210636425763934106665335266329044729512943417446165057916941","17246874338398499610522752569008433638321848798937591050443860481179794809185","-18085210382555018519091424970138172262763606269661449393624803355301467143592","18169121816496735019185366041740551857708907780298577647638273404608155180369","3423496081229534896590002053426807041997359815085349990847662559350351627203","56959693453351631890904748475113650882514516511817978670788943771129088271","-10852246577103198447500920865218406059539073325523786320539638098556684215304","-5791660894995484298160506537035058548690047378565125720387202267552820585057","-1690763814740693003045626759218716310667974433399755655551660544807024490920","-5453027557910196221616306134853859912597294188938739806709882904268847576216","-2729736422287465938399214044848705501888939353746755185575985631774148635180","4072538886158371150665968259936133725239588190404983041103225106957059848617","1284354941291225472848760001257327984938981310857683951857896014689512138219","4652924104204345670043359366214192292207652838007213847927489007984629782100","15459900971090541642088718136729417661921790470217821750955647153684690576208","12173689091821593124306881591349864828363567729980253149207039435781750837401","-14950538094646429421376517322748069100594176291563960593687596426115305336472","-512418508655989002034010978083989651956832011975547626532969453648976172588","-13854160301709831074033608731168610686508518789332934284402236301659433285101","1342007466458482311797345958173562166973879199181961234187647572670059229836","20938285345828113915875881833262855503366813674094926092357917448860450282646","14643178855925105773543858638687512149279350288510500712591714829086049668653","2069600140256868157064538552110251085523031679845668663574866961070553279007","1313766645606809555591675768050707969380822063278362253014811380838714308546","-14536848070507913178245136372521842049631802716491219578751584192130877069865","-2668735680101092861872381443723616329400895452534377494357815242566699958340","-2029380136718873377721639711601548278204892552582400072596925766788040410539","7304703705933147259991554034698631107294735585473790271218751938738257562149","14503038569198452603410776530473270122591639305994931343938558855865133702996","6131239583102031184062026443279686977990063963383531385300669340405190502361","20757593439050300396312726775287183063395734615988040434489252899416512829142","19871627492324038408368612223414701366365661867951521419813537412081752783414","12603975026488134696690043241681087953508216018377668518367810842708789677622","1004247460050365640556869817225681357421609179815403346847672333068778927762","1527500698773619344266560468062547282976267582273491353538137875448227855956","2986809251671807990611927058792234688351182811145239941381449668582707535909","-18118617975358284516267170447876545228964119249492911324561933117146469218918","-7194690918701331848914547460795866526986500462888049844210328969745848755049","-18627462032288325830766580589067056989350796648473242730459683919309410911445","8425088998226233164885621717391827979509681123300944636774172519778062252276","-11122111992248418020328864933682004579671115307286756758620277297566694466714","-11253698164809298265395909026304700136274772418588734819029791556169861102334","-4571774258220985611372935805357403169543559117764763616033995955228465471692","19464527308086901936267009570181153451466307010302014848368884873958070636533","-16195980226600127600074079344060996011768093858284545543353576655382793379631","19043692200650788769322717382038139976125863013365272031684083074441138042395","-540817157690365284988401142049516789398458731115245836555874568351443301335","-19018450450274338485344504362224119720071177087269022523669167526524133354511","-18708891366239281083067683597295620791608063394383678254423139961182312824406","-13664150924019627187322642399832645656673330500727710760254823044431724443772","-5277573798944813252415972190665800710562786519836176243997934758386579165280","20273753817478993424557831314424791754944583759179914167012957925049612558045","-18999815793115295465642648225440425581253851351491175700905369787754474002292","8486751735788190075718351432668328789080572357895937336007671102316594197054","-6910397074213537987191699075193234164108907222046682801448735892507502415174","16391298690730580706098324973895018560283876524969597621066145116060211090160","-17860578385357825854128576779494014087319300300967414871567249026636783462752","20190023797554422759423524613594813154280922840554685149749697574151089866152","-11961383534673984770378964756366662099507150487938526580355800204424734877180","2558294411146976752193845151212717638633260129320039193466029742072628359835","-4612721097947347702254261030195091877375217353487941416379058172031934669326","11601529302954735262683370731694875600645995050242476198767051641024489998286","-14031392702503954204928557234030375190728977788107629915470946555882884582444","411148241054813142282408559074722837274878495171376399739428799200346077562","-403332114915522298711769713925506278026766331225551197559795246051756054141","3151064267414364770311018772240254347102625887858668143720311976827002813827","-11543170321322033622586369612504312132449433598014233975294979728145881569571","17128376346462009359195953398812402707015944346393800569992532522542224273918","-13948882259229497876127224484331525948817702833822856670902182505046269881181","18256905582107736204109724094344658397017265676501032976074164850543492878188","-14119991377812906705953831531505900103206011321299243477484978991334004114422","7062087940966816776626198681810496225350365962351515711516119103018584125525","-13585335894568252441982778481645634993840771175698802145229522087966818807523","7605878013845841402343763929853201163793614767747539408402724568813502328914","-13655440639501653795464934182360355113065134087799262707668794582255998534988","16773728487538969816848939498969941337196052721785272329799883977988479207364","-13827430858579763053219336720375299999800573871599632972791662350011133674015","1410266370845495859779091276364150688698222785629785226871078746337313549371","-11735261070703610777793679060677261346570944791798466822758579530739006831234","2317636848561355900878176255883255052937100944767731322446791029228140703162","-14046883309006730913323467323995809675471518576120737641192907124089815126931","18559741549264294477297583306643510552853435806706008202305072555383084574990"],["0","12160134928799597345692447636254041715860202444675574635386187630830838708215","3947219080202055534624995745730789199204107234830763732562346010255741859740","2005863947150474261675678783319633112658735986617699491053700419138529798171","5253654921116910808591156304807381445262061090414402303699046707897514586305","-20403562617247490125427338086929269959559472455495673872087475669679761854940","21278666088699548938315885650658849692491112081562966330004453002098654317272","3821206514812213875948020943147901349246644606089970945219884096614913835179","20046143761296828893107243287938164875547619228160265723166247555832143574179","10236892871699368710736615994908569330205071653384053312267074672542078586290","12855759235770577038446856754349241442863594099230481842126801769928431729500","-16439347809951215269378756652963769574684127343332590740157883899639898914884","-17148328686522785700953609829649150439316869591612472666442026907673656591764","-9948448308198333739294355633434897137173207409324677699237631806219899909508","-14339936276747636840540703316981587487084683378678314263931007978377320595950","-15620621820480126156453973265219214321383650735895340781114645586674524672611","18908706235689585905055998660333365236678822900277054173956089315425043928871","-1097269468268484797450409322021143690610717936832598946649856017383679740753","6710504862566439206106954399754107970819024723973602053219186929250060227507","2528014266707842585022027273724778751010194335066664408768238379609194029893","11976013900806960485145844492059136471600869848041307088084201841493938135560","-12289132520186903563001916909109188085726373418898605530572811636056146586581","8313733743342595576713397612521254141966609264962490413144633599776066955262","-14251520623477994372788670179266532448633421101786359048085040895613899449163","2404339213539076554179231251324131149320954164313468282502696962141501772395","-893728310716472873642621945643555384541426556034810914037230273724292902292","-15641576510800449346569121412524969020106669970080048781151872421704914813668","-2893558348410835366330297354743369669477903398777676237907927015136514236126","-16839615255593940181222211784919890813524363467913297394737106827225231445559","-7603919628107403324152621183133496347885818178004184918252519570683025149672","17825693934208246356074799870018426530401161232096973977469512616310814127492","-15044268185208958919928603627261715355123511900338144353377058881091847066518","18615352827294370888352489810402510489742007795090958187017852962552345650236","8940935089096761583946984721789470139339359121126120823577520356872389511683","4473160364314258690959345416583499383139163767076540575387875687510776439883","-11038023232808228818725352562314029347630744081781436058945746095080097142460","12380567580199636324579956318340551093922427943566316484381907624444654083591","292548795981136227716087249173742909919209230141391088613901663179317579904","19199150533644565895118131262527974784735041043080699752886525502418543747291","19396454281637210622964902761900545166134708300098537534224718064010987295158","14618725782628725652633037103043040575434305906501273493374783667501342932516","17033260322443053679036506372932368627263536294239058392030092858301613333984","14468191469115944373090783016218054722594791019607919519548639909062833413879","-1690206993872014679770372283760553806151421745164012896635653520334273711637","-21852884851409422384242144830558407350982202793636900893581659203574216086316","-3936446661202324954531493699678235050515855708700717824127522061414049798209","13523302834177180796887354915581964135792657794318719823619370475111604084494","-18855036143847355970257104834301184188249170777191646255861757663707239388742","-21668916668482630275661816498061029608204217623183555289161785634850292324486","-21731785227486683228984277079160477474393474514182053153735827143895776737640","7825722859427370794707794948609640401485893133172702342960687058269671470026","9815123724348873147708443032258492641368427235403212116297721421697362884320","20207987014296993043549923521833294751965491673985212223996507756298407483760","6752777934133766412808216729760097554578604064020278120852659710528161707339","5391284247696752960671466788707342078139040877974432700416725706104307120262","8022653052682138757016764602874367238592639147284000020556980107384797141069","18016538770317339403059531812503768175662248660561956957447227791152555092083","-11732405902076430678064182964468457880268078101544710479239960790798863672818","3756338514087487913867023998570439919985301960659785498852623943645269996302","17700486092492670070735810619651337374649025033653121919236712239418684433807","9176694663211409083818198793023027731945996820048916395288342399727068888666","-12052942417460364945110636314729216755228394630241129861667060731048921518582","877827964119180265371604355162880725262179620011746316048916996969108370960","9902816969846798250518118033327041901426521456328355079323272042831479674164","13045076063648952165987732658938987837825993859046694127266616627624971383783","-9606210849930276338962551702978259055808749860902465990927827401512221506944","-12426870538965861114442085227486638134172558217977367569602249887904226888224","-11706852913845894905520487938191130481695262111207246952169449837791232641947","-2683853069136986615952836176898842367865866480118039216799712700274352154743","-15119694803287017530313767096981648903336562015203263993853528803589415426460","18080081872874289335193520211123854203190260832856934939896723432628473409446","-11244941525584782686104505281551269660031527783517198496749208359888675364439","2135925734344721721746336489491702036804307854957833116102961095400313877512","-17874800517421277463419077943368633747426388816379803468792615954551952607339","8002072571180255082309995129152165049504774802620630813747448660046813071182","-15936698833475955720146926061946028210877278223213196492121150612827270209601","13216774964277219254021353377841564975295197416159594064384816509406463314080","-16314447737790750610684537484012730597648090594813164236413083089401949490536","17653053969307068020093257804314727545733541884338477445333623925457717342628","-8743687217355182785674687930485912858423198500507686121677016383204823293428","12932919941178724411018675888122236591281986582593474392330589034559217917770","-6678229518785227579572367544902662703916322620257686609085118982158508179496","8160599190816626717842309384061097763410835019201602879079862101684554528035","-1670643906945884268208732695385765792263506977840864794813311255138870996624","21210452025221420237772992052870442459711048238749693803177788178091740793142","-10301768843482720907762579573509392709954684601843826292399180861336627174236","8822575849835908142565551969940697048116543824399423774282274153937714888735","-13754169458595474566495583134954176369488050315971958382580090340939520670590","18502660175036170715398160118258539915298629494421426379292623347190523603481","-18464855188063569265090469790346109263048875627546690090236403237534895164323","13175042785199521325956181844025157220357805339683525907142766176643313743142","-7743520542534362828717342298579517895209474085577759901291637533792060698408","4243383543649788452111173549315769167863289105675983402673020316334765898545","-1039487233935533556515768117971576160560397333568230611992974767511079850589","19460611495520018782159450535339074394622378103892020443329711617983358652661","-12702031097594381116091876723003163758698979708261937371555116966292926550697","18794820217138126680108922105543578298949604334458689728187753139119145305828","-114595536146105413763715268832693263655948757620140363860698305616279441703","17835000782294090381620755856177030680091685083230986298157100940303651734222","-14729223310121188872145533212970710965553183785360960269656594992470128983934","9268021967473723651084457426592004501107625070880666556507716914228724607442"],["0","-16128178958197360690076298970189571117877742189780235832191711423111689824802","18758461007917309919753135818450255843783677158098858872575693171880253473800","-254150069482479350953191351671942908761305310100055594948451127103029041656","10490702554387907323758668438195376822188085509073214294807911631903298559538","11439551642564248421980640297492170057529176918260634165564459691481729185400","11253224167497921320520857934628011143139575986734677081348613742050381003407","13751847637034652492852770862610191565076120869838389346875984859736505341068","5546138495956768639581180641995980594292015315377494384281573817803582434255","14467104541309681495919084905948009334851325992409043355940596509272180772156","17158943174288708983944887726907977327110744196748738892282377965255042057307","-10088087028776409201980750544908090882864323415852145344563428363700730658889","-15035133029608622932952546984784880198311188864236685210705330437248191128113","-10576430200912063808008490571052138928890264870606675538883999318688654100163","-1543647499639986045931634963823300021404094448671820061364584984988658885635","-831213452795419040953841581833614752344316118049557101677660719736411602453","5498093195597382518645776638605971349571953748469688227222926993132574580720","-21002828385665098717807621728707897372656616257057602411738190742794784479982","20259981912587968857490856444944289055391112818967223252221643938582209233497","-15506490554533472190434780216556582554475474545389020645925499781588107926507","5422116784681497006986954344953950725060926172240866401402246829189835529950","-7077531021908836521411725700229509263507109383123680792256775484949992490749","14139059579863606040771480358878031890119122739718264865394327590590042337677","11668585948175982176834217314387589938601614805762928848229725046618857017371","21561157932986993153747555319690920488430454939251330437712197382253713236800","-15461790864782272278033536468616762781895973704476008845672518700332471726809","-19341934612338080858652857573057501539809158153757078300379861840716417851456","-10687351244681697639375317049058392750598480300263835253031133181269693230136","-15313505788471228675169844520751410680140612813113269664441039323924051931008","-2584177355856348932673706088451252098523181066158299227932253257697210841301","19294514315970267439990181025067356268885932619437077085051231731335352510432","-11155359683437717968275141780508986301260309295382267679412979006276348379634","4587348181995913521990528184778882041547888391653614324715442788228144625931","13569654399679265690328305475848406745042323682465365010275304879926769997694","19198223209794735103853427170036093672594012961586143026025357191479714162425","14112452402582852963839918812190651310362374907626243629819079079413867006416","4973902213141525175464165807381165616422197192876748560453786231392523315550","16247706984442687846295925070054562319553657554700839520859539891874552474717","21496227420778007456256529016682493947656513853472568705000069788424989056533","-932797570615173178081595445766478369600964855669728349747218872680609574985","11038950220577311803310996248522790089497505853768557350784711406989122767537","17385496702859344950750018951443242081564802543568531619655021214432564043158","1410483704907637854653577386029695672852977639603510455037308485672999189166","-11556318615086683808409347367860379249199261079023194540300364480285218103916","-1561144502608005295155019605457180953204143008348484671932793180080915911153","-20116232320099392153634263437525319395689406155148003396922641314037260902993","6600907813021492674872841843962147537814587047541226532221693055947198550032","-16076480514325016151722134400701632941408014763685469546288876483549111602093","-21001904595751710297777061213202862618234323917832793578253083097070674009206","-7697836470971057172008653531080625408911738688167045517798927942021003866987","-21209860438249058711678771616318795276201942601912315086511826152561558991367","-13458018002696884781246014752970168207752199291392894029722591635747485686788","-20106035181957573605073088338388811950627401321930870598024288424103059753390","-5888052915552623622039615288608805322421774477060995407932998118582584080314","-10329680741187655843409794196248663763614752012279182357883952038565380269499","-15750107911727601699722827744259901194891844680105971581465958695170862403491","-8520899630430273761768783120439348456320382621036037650752324201514290713713","-21630213826950654177489333394399953202095633787967260566988559587586470602869","10244905261403286916754069326813840551318148459750385180932677763598888762346","3841681965241886593355765928349979330195457900140548910453830309528699405744","13874469385913881180792626799884294621975817035993630323068262201308040837120","-14782506921749370149158820294328976787021116887798027935530738282998438184107","-20929092408765243159816504990413066491850786102438029286102977976145900782713","-16168198547139896298022934805701328126158150376933355037735850363986240701779","-10587023302547612932259819304443191791471502805019373237273749962696159580347","-8763734239341771957623894058752260799542247765395124499777759901454329924267","-5129985620706061613373562551444257935077386632597255490663877923836928567200","-2823902671872315653610905790549023770905482820161170231110749299842655227581","-13237669510842130991628482692313659064913488574500528320770330348067058572066","-18915568711448881046395415592248701332609277463684699693044464510670645289090","1196573473971229516549603069123311847294888495823612592744171519752796865498","-6302268178221830750473248857726731632885839275903118250547163374392118868389","6570687471398355514838692254026089493334999173729859003456120469633123620759","-8120770276210243500630729041429846305299913884706080084486592844245240330712","21789952691304761526991279048097889199442794199956207560334843986136415216303","-16821833056135020935368691632046446900145682116083452694672334999997856820060","10152341257920026152480905943473368330733741564849690744668607923143090684719","-12280065530811338505208013027654733260741260258074131555122677987981576730580","1383319867124596346963707873331237646317764707958236718577727896597543775745","-18253243311488168872621218085906263107386438074466079051238973510267089207387","10506797489947284391880539391997157575370232292771987825415041897469968538989","-551319134427300768153228816475655610476052338447123689275185179800414536842","7470214619600567780318957005167864791636373346974006938177174485808537695673","-9839773290699042966137561167699944793920703125954705568364203008471420975343","9028486026571036307363171037937373059729874576987591056484517292122118867261","-789318475231915768673239664607988048951971339249364470152623041110977953816","11446426130113389405652947761936140109996990648010845133277985390385349603075","-13673825589125079887150801371532999624664770472603899433106400722652964508677","6845669942790954316461757350613255833643886447471559260359395234191943042569","-5917219588421800274782402816800849499744373497192536113923265191256845792105","18507987570461165151631118855616331454199596898751137216904911157176877047203","-13788023123388273917824446759597057047475348634614885441276119871775872416186","13028400006309153625340645978458457769855374753386925143071712262823499127964","-8591439995516849520069331651955231478625680887459672044611329210006003002413","3537988278107470199893555298405157126458085877606672048767935323485615969033","-8942139838283731963267190213733200282633797415127493311631802646627843416919","18932563013936869389779761386055769991533521634499415168290627064237228301532","-19792003552971070281650265936195635747284422658855185140525306348560968609125","9987009200445672576894893652720306889213201338183301280984968777939367005332","-5230924299941564864692206797283049848903857653842988111276163276242108079899","9537718008223341850929996740290445248250232284509201007652104897684439342173"],["0","-10944121435919637611123202872628637544274182200208017171875901261808094731957","-20937410216117020152597090297260132539842513302179931752446612575841638800089","-18815329922363209925001238703684022818371624192412529138370737362130509124274","18509134291284581739864359713424165463868372104062774215845550225192006190541","-2331102294141844716251259059816261685369139105483024729891048656949632778229","-18716097555080425296318534321704357742807614638862647772025126937087508202708","-3139523413382121234441316166834036543871735405412087306301237049126401260152","7609617166023472182043330679929199922175206971457041132201060351998448568742","-14923935471184679461054641263260654253164640118111258081475342349282430921103","15016752978781157702285603798302329918086055963065259210620535036484070850278","16007458538228250959509746580755126842107482805972209384958716748705787277107","1118513954890803730714671303426502151857544048684550323887652838128632234456","-10012243003351660440571654251785368296695278845821471972379344519716992961788","-18919722025904293982008438361353313930459379053746372567996413607650882663943","-20824253547054783344467934487204617283302840790780366959567481874695744752542","9866990657178592001251657198173324948894508478931431455787293669173886723352","-9187200799833499928248030813471685658545527908700295010412288238348784578663","5163861326484024163299187940184730651292764398203767102268671207606998476654","13131897135164484262781781352588741863750779648168028149788352133814737788542","19391730397669321231629846449181233321625023431082698303365102899900518920519","-7528602856293862839801612457450091757232931030698705573612074737662734044878","9236184278522976135072527420367044603804448614560437978940354340480969326062","-15522906639269824880886577136558941245457814543156817340373635080722308224868","-547475020358787254134265728812788414477403559224134820244222901385785673748","-8567362215946683456918788773638670573845659479167401885432285822733213983591","-3287710068300523020840560523297110180068066058943719464086447577823119819284","-21184269387593127948598138620841185198425754178924539547231182622992736501277","-13690418479015150296208538052350893230774787320615177451686772073004272830719","-20272936737204803633932771180151672544621424322144501170179886213045104204117","14899459514477442792230450263862646632590958393434987531869921161241577503637","21634790703604930040786151363147725790248177474598031685575435249213405081880","21611485774777892310705268781030383634744798884296334714837409620680729454601","2058446849343361953313483794944242117509566981232463755041974615581730976639","5211419359897252049354203019751104562310763049507013911629282254496310319421","-7084331600615456317606255173189977983084504722076880136151091076957492458197","-17618504662802530588302195401626504096974924414921541303581552753945211392992","-18117791449327275033013832281338728825416881731058586078064647692478042562339","-21771414227390041931213626810503572173302790711848825524024247868394162921222","-11970534875501853475131704677981704633376576582432755823366729249080197828589","-9114120345426603058852773415256882832719229520120268612967126891504221925300","-13400043377135466498225726272944540660637783431014924836750139016403856320994","12088847582972421780741045380593149696510556023426117945664387251481328714437","-11009224194047699989825129106494003333139625556338530676788949111612481449869","-14558868374483352839549184004615172881169695675034276385525149383137022130586","-13498108317820102190460017678738285650658369424718159876563913818258569128780","2303884786190400429773098292663756206871303340548523150104593116836315884209","-21346642456526524990136656725047455976142443471174644214626229921455608967154","10105911996324961239004452542910873748191401066395009351209124036196803439680","16512611913526379038443323736207185167650608281503462715764599841817682931476","12033232914533412693809541571718967284780271451270550702857346039031311364078","-20040766766242243687822370293779154212972077226984463385278766706120902890239","-19722672469670975729955649623736741045338271799501646060257154285554211828725","-18956687751212827676879160641367842392126953605868681121066566850493688130170","14018699854352639138241700851540344725200138713897591490463929995807209250098","-10287456285090619642327156777315215734666664911404838234499826000727427918221","-11850622508638336693505616144819102008591701087633530518417922399378999398411","-4131589158496989561970535474500616936781907231553732543977282022383664200381","-2471029901816478627038843619381593410939515952741238708485182669024571399793","-21037920617864545206987954706087300590037711655484383748143330572200052745071","-3969665076160248313795145705634303322184474215036852740850481206936042843359","-5576009758271995425818130353651657517805386715396882101309597365342023712521","8304459856862708880822257225769656123206506162270864733621410204933271582387","3444736081872343902983033845069936334697630052576679611251409237208900446716","12350828237875366069974563532172005561601102211131348448860387909131646453173","-6002847132364190971145930866965767662971021808828094074963350056718641433596","-21134089354753461643953107357032358884297587093753397788828960491623471777523","-10218611717222487336936598739392397356824911114579421455260467504868049505564","-7552754365348668566753650267816197848913044176511875396747644573568590082595","-17395821806833710512676783633531402328298928917290885373723649581928418927755","3610053098870782878671870742142917833508126376303414855671054005323614454982","-2525356169129092530160445999773947799240454914260222910250560185830642621665","18734906798314947889340568280365105937510041610854246156128021587625423295603","-19621736380797014347104556364252163198533896497380271488258959220197234252712","3115248173234738845711518925806617568278103237849117171675105384932115843982","-8358311075719384650586773373471325487013739781461209701966009262946696649520","9263268904656461623390277346398701474338219895652057027979054189576921492813","-5337086750097122096170599018910311654028014873442480074731379667030159478513","4783451890949537596013744743651113202313058425442968758545975601536460552128","-5531877899768936772057749355165125094426729169307949164707002330326241239609","15466565246343439999774860272415309061975717720152852305618972497423734655276","-8712717278338608407145519493258665294646229363791783006256853538685369538591","6662510179444366191854229549202461021266030008475713017496553866458564249309","-4619320110068631227727404770413828788330865530545717815851886876023062905153","21371547169349618512677644367666665003485213032615861167745188422768061406268","-11850448721066499420229990704876650696333276094105317858017199578125224584448","9545078966441947086809155181224936219378455104907816409836976958935577727668","-16497678640163215530281554915343617426740359300555582790191083082994437779961","5307522304967046921567986819877097777286379592292922264407735276346603619654","-2504412087245911370975879024532140713470805196835802680985864027386331617382","3309821802556045599990835588703843852415357686473279861753877426648314144429","-18606380974642525582771313580253565940955637964434817556797240366834576400562","12143889503102694474076761772000685773293224306866893878583396398936306735138","-18583758141953165758480789976096992183462341916637920889779966309172169340806","9984527039998818356867153725369104078615734390865090871280421386295238678857","-17020672100660094547510288835809758978486731718538926446651292413493592717691","15933281478701006813819607607891230633827887231511219892863055703150886172485","-4091419981243330373489658026651520663192534290106155773296665791693787678462","6009150165409255691130871686580720856066225428340901870658383606374734301223","-15253690231357269272038408694654223858497980814156558795952743148183860762648","14998437102701689798237207277704020711530052028757020061069575421488751478461"],["0","-21888242871839275222246405745257275088548364400416034343600973643191897442017","4789378838026556860439906206161631716030990324923577222338442688721903834062","12231835144118408281063496280512653976526592447322673246207610531959215182493","4862806188017519345276278113300113377276341622058310322096853481292090919309","-12025361562276558937296012864604363046084039054514037720717172875844354355236","-21785838322420089938838977657573176311884443786727105912641343095282672836855","-21481895948593575146626271885812574778951516198207095316971814240983294869696","-16197164447180725986111627631696373687411293319767756915268195304547431240842","-19694872185878329176478594835691958461271526108037637618665092503962456780542","-11174680641469653589574349285443830165784149831810742141415757887527448049140","-15930218150800351679150682393211407122732702532071274869335556781077289218615","-11740209330063514221427771035919213861028196729871599409822762635950071992481","-15500186694500546940470942046384100478560535912357396871436173011874343773650","9903811677261148522981741386433495044700372841038598956093849066237814941226","-11635238537581533107894589274302426055510366478220685653763319191217759438423","2951313986886958793841286929862300518818189963641187586340007052785375257193","-4791278620276149034887076039652947020360414398331719371720330965002762611866","11234650535904528134718867850905112981107519212879993145998329129880976667568","21279190961313190998809629260195999292613738862637929382476087718342411954711","21387116681641114913805878980814493599231297122396967381890487131642808443311","-6168166865375725997364752141531344387622445277877100249897043911338218469131","-3503436793831527205105727434651463565333258796196341057056500169807951049745","-20245425952290440126250546261436972535423393374963270752658542432325494398586","-21696625476583163244054809932341491088944591505975029778838874000308984510443","-4444897735389736068940112042008192980129229181822846245955447553381506671964","-20014619924073382394063862382345380190972486241030996962425939422586776900860","-1770825359834404930463111748144384792404242003047588556760270836879873224741","-18382923146385659529787464343513145445984980745422210822743094761140599331085","-7234092891013366000531017845261951427593734989843293259169903278935122310625","12251142940010611214577468139879114296549470624343018961386672581610319110244","21726312847693049212412587509064784839847363422316704709888004976767003996685","14152850918915286863628191694949331656582389527656821783766798006046064303590","1940529095007897914396691186974002156783896298623386299133020292400248453959","2453755401703778689493018606969476025566593456085297988152480160411026215976","-2071873322735440543146176482004681841246332550522347766814889445669434074261","-14591786462995159888666603187085477301036763210202201810366723047941328085299","-12656902767469870431963486785823399406630045750427889721750098821786406470316","-4611051161933918817909896904958861697271631717355335346808261280874933584738","-19504238031851591729256723123488227122325778778259735668382812414393077941146","14927943704776038089566550938245508027849535913669606484583831649083026401943","1515557194495213142051429456019510808702441019987319832879326181499034043273","19793719087763998531807412582730119790213522907052328103415071869104014887303","-17573465241338858562897192643150114135753677878105570429278955664503349324411","-8331693153808879528044634279634227398355583606306797211254251483199338832686","-1762592103206427848289432370640627947620476233528204204240506453251222775903","14818664512732790742484810461901910489617387436862411953410786940429029880723","-12654103696905957447383705479804765156671915670447274098152692620184686551623","-14090327444727165741244497257532606848591584614010522761565492324198179157218","-17204407470625865491915770086454584723562592831836598252707728477679724414189","11327968590890012866485587132164221253479046741636026918542950751430164350639","5896472871002559183332287248195397666223461986095868304859030188896315833362","15689522861812431361942246095706030936077079063745409352286814342328081494056","4947202029420494410589930982717106824507353373372121308115339623203594404163","21774765450628104505391932688472101194843938761838716893908536933886805018639","20455192870200932793266436125259613474132588517883799092075408506963381438455","17634137926239333429283288924589481222847685389505026349657729418622590081334","-1954618492685327277370206972163727004646752629197631827736745027475651962981","10505009931357142803055691796842201904112046784282319070687419192805603673935","-9088341089140085924776691894354167780745471978437114600937318603710897669319","-7615454962728273579300061301713471058512080624208403664749064181746947761265","-8895100611483245871948126131552008060192106058755947252430608674012841701690","21145805590499021041573039145526194050384326460641313920198244777479915006324","-12317248163316780108570568757418066892887505356660100274698853559141867964435","4364970380137033759690024489862378551306780068748273798675823819351811551175","-18754948476682992730341139209493654356969882354424293868526669845550802958327","-17672468719924786129942012955620505395570104474643902831592175228830120052424","-18177300975843399439037551773287861379504999324636413719685883395617188007787","-15321381015907248293649612445718557915248773014285808278364540155028939736789","-2218312649322552182235829906106372520783668358017150026075146738669398367547","21262931583851355047044642287450340077792033252898547126993383938413489414439","-12349010746874948739797439310632517957489967128713806585001405157980276504960","19378122354256533383055232376902128643179239720930511440400437172124264039437","-14076569299524004055773394206443916645505659827516161397782931738841533155948","14495789103250372161861767363071582797933026543140254410075026333005732092937","-4900066586448559919175175048800326001456286547696088442464810142019988579538","17749712791484615328865283100419158958761716270710546189436621365748039024212","-19753041923637330398672069970960672781782767122684804223528554334335568306731","2971947756599957913556999530908115771494545286226426479888037412118289410225","-7161719955287271297732447462916167544024540924938350161613940181093533171988","21408088839366341699530070177357972994475167771084293869786026136875103753545","-101449355013558349259580564336966744046770947451313887442004959236761156167","18614342452587194430420468721597044829795712520206289440215142787361152945171","-6160680783304545055013996952058516462975053164023001551511640817564710842977","17866750588465112795037509906195920391975697387155710821430408751043866924788","-1315057750034167794787901340290474251342937844224477410604654770392683312088","14676230485773276336707881381135876589394127658780494192189340351339003487238","-1294208927547329118438911500278760090064233167385469023012998471926405767579","15460146165149347427916086906131715516318640182513344761458950860044478299778","-13634220633755023052317796863483492866183458410093402690201535659429716231666","13689942554229041420070245134732548246449041803874342620901870764341731034674","-19737535018635132133810652427352210784544341247271785850247310652032432706357","6271504497886600997140011571275466969321333583953584352107292104495299724660","-18421420703049910438011920816430663255911872145821974889918214311383588081360","10152412651151133732034408989430954107671247153394363928917946138236085901100","-18095246628035759500859964817001354973737907917314661251629817431715732003875","19839834394876641836605071438900639588937543991200196440912990926402933109573","-5293538087348188914030127037343807085231033421530597809622109046937693262458","630685878729139233598874157178999705767829629456440365774015992161025295206","-2154498967765307988697290660940741595629085255680238297163866401148508702471","18950798163244376541191001770831401168648878044276614390685851042901614376341"],["0","-11939041566457786484861675861049422775571835127499655096895932596549425373482","-21571981776189535551251848452441066894607286137800914312067608578134564694719","-13227789214585153432689411433508323825599429912407286124247983085967616486466","19820629372501433589534534344996020487178705307838092392702628362505659078884","17272017889529664861997849197021456044977811325037069532805820818666322604716","370656783637656291485523780709944288393511922627577944415420302065758268946","-19403500088604014800264978560069727264981118951345858445545522969677940694618","13594850108177779368399521622148797968085617290416179341565396084743124766957","8228901222471610466148781098554770370123189856271166279858911670813727108088","1364051617853985976949420918958407144571688899510999181286467205939554996990","-19380335928167053794008293839196532077922634561326381169094805745327151941666","-11628651278151978017719149529672176482874283045394595924088243757638943896222","-15658159983483823381563635485189267848373932366669294289666516789081171891958","18164858334819917664692742292899232642055311226618246986179308442525610891322","-11537207687279224053222206067276158218414995272933323662239371458704905351178","16946078583893923060387190998174007557486999156211894419703696365452022053921","-3987127212320548616810721761931912713606173703311244868580720779380661086385","14796236358406302165023079016037319785729037907831155714363502053795118002081","17618358799326201159012139136208836222626044558436981210542229489622164175381","1062417057928069146450833571342169105660126539302261062031897347764095283128","21335153409641092278087753214267220448712506212606059792726402818500178873684","19840586969656940492287999101848030089968582041915624349500693601625756499843","17582105434377929503773830446994814668365964494642585480491826888278980417096","19087892362686783712054969603759625579811444618568390113860915330923678306049","-9371512872936853303787151987872835324756893530828920464208414149118670258632","-5267273322686390677169130043625128570531562076530579271994099789132617676034","-10053833628881772337597542979174138931291068106167862955045514585570689781968","-16966966022460574401636428292247262634991714854235324165751079014761626764481","-4572127149438957273966359818374005268477270884642528322755252591535956262741","3696145777746629188647269444160021633299319321050139471641121548107916404386","4169878473819648523818283777920546757827482412946906049204782708778557657425","13336629043852873779198466977407081201517789982644190904022173761316559548375","18017330814660453775383065912567836212377436920427635888147149615449493990334","18728600240308199019046552662000022761484633071145384075314563462394020430425","-15207976883861131476904747894873314131681011034512896605784910045444763587781","-3472812961086020037000802423324824455891642671503504616109850427894513744220","-5781259763128693759353923658620102986581897167868002901947980167803831499666","-11215557363212446238150661876350023680583358048577588353647577255189436003459","-8484351721104123014580382986851029740002162556794093424191471080446994538698","2379961980431799508624489457116421532418223258709886456677274044028136966816","12454608367300756032711723850325450115394872533990719591688885934825621195805","440514050887321360051365183692741645818399212701869865799046848000274655271","-4348327180423284139647211559551556822256863447335403132554027115986431809328","-12721597596219707651473722020554147650342244346488205330131002936108101553314","-4353388479508710159702185049614884068664864776808853604108537001473189267381","-19803650228359635765758502863570956814087249550834100080413085215194740955266","-4581788175915713235781792419057156349552372808655647728554037251380021581614","15588000508530618616988177102406228801969330771503527364351257875525432627894","-14480383856467086696375726328259902823777726098714701998021221339562796553724","21198918315607627655687505781051944441147955094882497633820549508518001481887","2997179264111459225128824291278889655786546723824890590404347527514629504706","6020206860578946048449862007403325888518306507876238949895047666903394687213","-21223027769982329641326542968201286771203100140662194310734746096015231258614","-4968939130346232696217655490007768626772328632740175602932413415546306484401","-6819142797257159964299812504102121697452795917257409881518641816152249767341","-7895598718514114916048986479404897395932516652892818175314240432023985544372","-8372769986394469618876810631383875278598965620900229495283665482291789181323","10415540900231829927239309733275801640184378902360996868957968644145661343616","-13963856389830918994678810104799470677388312228920978642256050804130308291766","-7219073522771159176098162699678592840099720735657263638299059294634605835397","-14903256173384404759160517225491345960845680533107323299212676531910380683198","-17538251145657735343140787676170853338292031147208647515261263163904032114642","-10344117204810463556837014633846589568758769506315698395806189482185286448705","-2066356338078184418573268448501786656120475393031049259410636141837116417255","-14869892732467543269834317680272256361296890102395765512416386001534230427770","-17463917359192048302087500273965439779717586104755239020602268974684195649682","-8167610771815481406623939924342340658245796462074702369488427253645012461864","-9521616438695916251943844789921752121901580640189621446895510547141191179244","-18393983143222931954044440257109055589186049339823297826136189256168435715194","4879657496228492540515608735744391453397640890099667099545677272609079830625","-21045725805435581220371069774756690468431921927106603115629387232377231110035","18203809174211536127501025154334905616811184836812818296198633707129020839404","-5419681251788911668945703358557710612860059818838305006168020878081398778123","13298074042977252073106335234183257630284753179225066605668762630590010486628","-17904898506656356214512854510340666536036848132371310575476950833938128837495","17320400573090141717192217857346545714268120274886216186762529792928742795232","-5714631037265217755732585859597438672605943005664500917556400318410161652381","13192030460508296304343166062581034167624191064423066768961740951868294756713","-6973390830313956938915238812053821251386066233880253476984638846257312076356","9928193234411732803749226745216843573730263901520094266937917685598747553479","-18408954901299222611984902883219160828289425345946318619182814091716866661182","6343668746014158123562241080394592159892113171841873825535781791104114471481","-1333957130742658660517859501150248800259228781500334528949133864468045357359","19139969725540320244671589141717752541337169600634564293473382339742451896541","-20197023908060801781552415397237434413082722859286016617742416674905988241121","8618793532385651151988541887965022795131111870325676988762393849570894987380","-20046450774441096685084210609055184167196447030098247242015954766803645432292","11685426587250898632287614752387568416264152654814209749334937459715176873227","-8911851827027846648687833203900612332624866852418575752965486845298042400999","20360422752347686632835058514350083343575559349721213240062103402297032298711","-5840013036190379986793108901392955451450989506779639935280069543988962970896","19651909502568449983102134992213762682607889503611583256897584420070870604961","-1057196834462131363347439423859919769227590787764045191413706703908618929873","8726212817842175212545718992409297199252420264662232655825696675111824722471","-18364122557888855989094611392976683206824167967340255626643132316401216039256","15579059478108989855628561387422108098249231651763034284887136474164517362770","-8706255130368282099293786287955354287635542641984411877677179455725292077397","1733935315721955075212220441971467549926550842881444339036070627149725227927","-16537497730996286630370969313183727380565254394582190921159809204052717019481","4578576124907333839540839977640926779125874351478089555717576055945749293141"],["0","-9516627335582293574889741628372728299368854087137406235309424850413192372390","-14495882826179915896297927897055344210504122048979691476517412705313286739775","-14484703422209187071694824085312974838492388080761560881249167121761708416354","20056866792199251289035316614360143904271029939505930798246017394007692420427","4328473222395234263240138738597068772517698684735567570002117222221812774364","11173319145396478597135367030816799338420942909583783983239552092806043567005","1293524924646342035327674235467163644419251500131515284038996229186340661760","5188682526216126315740101908132094632137215531318849492193129510616535457323","20099397129963050189877609929937133711313854010887605253095683091077380112744","15330260036634908041929676579145663453601060299539391229341684846302163156555","3242036637317311392741823103013646281601036436444407958591900438063886112803","18164747419152130867773513169205535436619931450250594101528310106071881280426","14449567153702204266723955225372124199225581021291812448238843375610991568802","8618406404271344439656291946198740971235389822133497845820240840941589266859","-10539268000363862710288060602736524561363465360631556192819041098396408487360","-8967602099730064142566277755193968188138230103135485607252064667265649845428","-13176431117206785920025848138567463275396944809809504030524702398240716816660","19568952704807302005103677782106904201838171908825849048362161159997669883039","15600714343235684452948105246244830446326738115570855927549510618269506997416","5953498468562401720989774886886266263559030703279976032469812883290660903826","-5610543270983395939172765787734627439459282883092057372223167777322802914107","-14454260617774113688477161426396991247453937328511230671135167681427391715665","-6408898793307782278503973382694875461560296053699599578940505115524020936349","-5566689134429164273617683458755959963696817839646475813521257392378673132149","-20858726147647558494511796132037931487444852393388218675613539680643008058890","-14372965800381495335974778944492650075494717730471483945770749394462038795583","-19971273077282372370790231027876215233793372859925918650784201454782500026938","-16700960123558396373081087242564997029995794513590288781502124012648753540479","-5154089994804203596960354048910557254015780295963794393672764204026143124616","1428309813811792417918861649758610264862971742556945310688148947390622512660","8472326276083736720899504049102613814436181155990396212080149986272381567913","10559063768232668399135360172533368073940093617980117297384448152754411223502","14982231800016508753828137733650466750337091356370286083325484886481661236256","1847858521589238133484199194737028550104667328356465634162002873892501427769","18286860085841072226662587469474200726827435197325022902643361862653853090990","2494335799510841351928983586980433251574499951366437493231560553004564352747","16612147193451093988516612458171086632291435927690310471824512195573769006947","1701993877527599210958531235713389218397869913525379683121480910252873191458","6950428090913065673506864953552710535231872907163962936261572187976912294993","1137200782702871807610892767810069695550955857064776635624486859574266516392","-7437179897305749223020106038423978111160198650867286927424292998338755902953","13448742251971397318259921402538731194368363215537427092862627457561667113694","-10319214689912461241290590111245770379628022038707860801796285671766130806826","-6950772426943135953973374727373900016515643873880047284967830275323074292449","-3075935557590812089570574058075752386428550450798390898708274008597142402586","16336567753523501749311987018589834224713453807557654156381556658698840386793","10253094071500330624227366230522098102770643812925761341377669634993579727201","15283471984143408232782698831875859647128555902053886347228251545476624628344","12075577250028866888666096426284342453720962466802025944283944967504423864137","13369996368556210148939468567704830953483777135463870345712623415461719224755","17941698583504469024440150606141116078032998452313564206534580466979796874562","9167405187465224830914597294532556705188675998529629884683440909956120959006","13237822606706110012887835175909949104261410673695286087098915695969481523569","21012584155956188402621549551088599131803765898639636938116565293344456509099","-19365027123684078387728419313762577229103894470491972164215783561493890284316","11765535361259053121654941612472002622061370975190988088149981632650169701364","10618787612724925215493818429053327802453550679033628609224193542194107379024","12072093738977216767510416573202188427151842778837345246873407313362355808109","-4984081893595968698101057443356140723736225412855325894536928532476546219086","2274247133378224353872995583061621784028062528254525355244769984017562060006","13532372161918072172637636799920955965753294775123701715854678617750674055146","14898874293447397581612939409731457172688628529394070961937522007335700996186","-1319178985144273772710218702951883394913779892626910707837740834971995082350","5079011294209434277587637202789945788975399718370172161912670314538956018187","-12464836319345019557314734519420957835101802113482541732932682337485291350006","-9638566599714509791783826895271073535734232211485835089589561194525886179262","-12538586092149444456680135224779147498517386995987258030220286515599528275845","-14680560515683638835999274950832420872209220314602502243135852647131563810294","-1915775789953064220324993579790400391204104087396110350438543467785617424457","10753056043738153192414408877515319534753838779523682179029552950721050767463","-10855728465785965766801075486750425747408020780596924368272104518438985464522","1383982631855028782983104620884735113059077805680084366606646176086682967931","-9259341983315961966052290692354345427093736654761609447305190690752297613178","4113303103816681460119286045266819777873832983758141991254962975444540271299","-17319292169498081601324514743969978809162749687380882706107673688060474085913","5342003552127576513119656484279982355059871371291660456805864998486117088288","-7557333342526909494419903181680346105360434273703734110208981771312768059350","5315336677397985686434398504697753916694587129694702025901716270755402346899","-10786992600119519473396221211621040271482875841231185660680642857853585138377","18100709207419662566909877472707982711699811084539539120688522263453229933089","-12842081507752696033882875939171788237487207378157524745352836666175410154735","14464103920951270592161129403892383575712926815166647251806731154553096787805","-3542473319572720098234353167078504287771660397141366225903839408036439222831","7364370762226026129099161363192504174683439838793308305793432173803394778152","-17115191457404797917805651462857242932833248828706791252393605864150445863559","20868055722708977815444194767672067626343700780652053702819451863080328267335","-5865210218485540361573392049277736185333037020124242615091372590813695429645","12300579448753098845296420524367452627037182921484679665087491271453168080876","-13727087296103851418201846565149359095274564728603904117350923808699630993683","1803865006755816902733811370465670624916498925771820945365262001307687861795","-6690692463355882043058636080866201193933258592975159151451246269545000562911","19591130991320047082918120531205984527007522851200046664575149329896999745293","-3951498318690070763120971252401084199357988327125722349084416262624845936352","20769442304614374436183122977309137586435932149275740321398014380594291846768","-1090859811320910976739431506260448261937576696028509145957274920702788923725","5339286861598326423535272186988751802874293904542454031982698485550377783494","-6550644668389019757273689345124779677048175211508542682353386616473132353340","9978138114353026181485591532061140414113288513891522039122702554847972038553","-5123468372754212738394669026087424232089123819906510521435635452317188049352","18732513288845298631160221242316070191996648652160271783789757319693941781618"],["0","-10944121435919637611123202872628637544274182200208017175173105241867086279271","-17921060913556038083267082387689506336631973376799961810736234084221376478692","-3255595430003381636889410746369647130945961824791221827130214918673498599628","20887064813838547436207209302385705163240618977166450569470300160230706126237","11409190106395805392912594959402571931838956182567695222393022004430597520942","4510358423022304892895541088284849143420365334457180774114690908855625382121","1922493912454083289084993427435660849067492037809357551051452145450530893866","18690007496844532476763103261363405942047158421577048417481041643554485010456","20272603382724741954627919661407829321801984093801841167829604682625052968748","9330951138514300197679569475616946912352097563168166260631515068567586500116","1666112396599613283352007359243256629404515000934380089276346930817868036845","6023208467524009397817052103266293285660934156088086538576686151974265688120","10084413893190031161705108501569632867060871866102570871036248677252177004828","1351485814776446437351931206147545271715117710254627810925537132050193590044","11154765701512009444309913820840589517619620893026041878380650255061534079712","9755962195023569784338074685492620276172249631132328020964363382695764355183","19048425550857643887691393634175186022047168919361202145541945506236654456798","6087262877197234296142155471873788337691356731796394323776632637468535378411","14373504617848896587057162362457019681909147365482312049812555277178661168911","7103719730544087423605616860500162095350446020157087464660245020006272441941","-6395946737922588421397038991566344608993297170275132808833818262723326287434","-6887244030925535870470521218792915453908533630975922842967423500655686414998","-13598428525220945019915029475610112633605964843536653036024518299499333172234","13336263728003494702907766651681781122344409459736745999989324391061799274436","-2821880993431844180391179116773787910734430224756135071193678845872574484538","-20844794653112522591611695284320578334142900440451837089787252630502829151944","-5035895188832951756357585309872893281428767207613201300581446185069994044024","-13660635812704910636023780769959119863559728879008380706997639651233397099438","-16937082350871281173832363834277633326454552566699695484595528816808279483247","15341964323717219142876343088284323023900075184328055711674295497558932856682","-3977040052349690291438361594117492270659532116016788832401873132816004315432","12467908387465348711432482144493322687010953111224690240179672151207530260010","-15177801628532335846996646603569485956929661520418223760431401917356224974478","-13925205345127399742902795729902690768799406031031393522379937601779099066260","-8336404218370112697812738328524723576278888317354120779748293449910153838294","-10930028507802357610933089630831081572723506256512315587126667897659321997760","-10386105317485117471413443242981134684134231451030900777051301508578470242700","-12603175143990541863484524447235745076138132683587325361038461281543943301746","-11293646735904626801366685322691564532521914302670907217628825768471353053175","18964315065914495479217024285401545152571334089525499715589137562069925159497","11534811063150112843524767472746142068546398834191294877727652321997998759784","12818804822497278493483165482493727434514762835739062539541311965272124535674","-140425173053205840879375284965202216974969885709531323346784794829219844715","-8020428409211438402897977148403687471266833744275325699871850520331770204412","-2180048941344600547168894821480134415609113231078122486035944127426207864146","9043361689906762816897707550659272816995544108354974779201629488208144938987","-10191807681179534085788842316753996637765779821360318758768612994736760610624","12133256618099255251749414147369524930746240021496791375583942660814729122104","15695006095929969477726721839613045569056371767392530783222999295574155506298","13904717242976402521873165086782030671665325543805760457123727582944683705842","13436913313263374847370266549138115667849961012777572775840398186044511687947","12772161450150220760269847101549128259889165194713309042442990603239637008801","13230548091661860516574408530933862460879885477806882659348457248526051889403","17515397544410283731015341880815707297945037687022182841827727673351459524031","-10299297618754625543306512793133463220389450818191484691694858689451820020374","-3016399552382948117650638750690820005734360732173008156524685813515892509843","-6121666550628757941689426166388676142260793126347950890736590058847307143013","19641576317251628135204898689607805144852444312050274989844189434604664218193","8218418615003623697736709261825182303608274824864652296392645989140362430664","15483891997992929134775465049822247245094147815482200977976588328106002306538","-14513870773801268906862666317415848859679496487865751448765600595535401341496","6315970195253036083857746607615054171100595404472800944990760372038210399187","-13905351770566776192653660209057294014430532959563160973121246814286737504409","15510419345622451556830996960043732168857553798530711680133746905647373087095","-14196321343554093883994045339373553952611204414813713401399460716556307447809","-4998933311714462512558805398566851027471161269629743319856181751112783381060","-12231526151454927404065685362875508084867673625350148808735048584838991457018","-9374766524266290075243978531791765596651443694290399754193464157260743511532","-7596898947451496628646584912376182794447824728178383505033015866010020291965","185822208179624618022292443851483881197104218104249523828998650211381290333","-2911605920946712041731825895458949560666918333191221407509111302610660622251","8270373664008462985668561829744419445516306872556192427282105305881339722163","-12535588847011664666824600909174766059031969302245139048613128784210439011994","20971303562117037053212380829054698433196152876529741741078600510730589299386","-13802277080535725820895877388888748877159600945159826180060686252235665900824","16139239863930375129544264295219046120568107011143169404471337239100700480586","-11933639345218877872507149131609010302703043039260447931555906270606193945039","10992001861795750248262496674796088035354979689598983510679798811141648084313","-397571390983829274192289028346274211289981294484301952819431946104208594086","16456843836714929726110285674786660602489803919519955145694921024086576343925","-3998160676375788915605577662879839872760086355234476294382691455002280025154","6617163866335543250886482853072719287527898513673720061993442262426356474252","-13575135958962817775045581287675550729664542216421346186325484087057053285150","7136268473154779264656390868785533256559001233438293984917826324651030275758","-7085588101026077960033478601737975110181250503191673643163922959842442511400","11383640282880477144227608731979178311333737765336035432430584644980552003074","-19818999709990418518877548768088978081395915021062226567811118483693145246003","14872735555995537474437397053974594338244124936093898040425840638493020199685","-17736617550178977719978427132699583760108847752956528023651939557277474983494","12855903811261173894891339579142400193702818960615102037978927125051041840667","-15284045970241889133681935787827598312738514308164683313194951853112788929384","3973553402239469607837515696865846275034309354495515828918192660241128768844","-1216175920392683597212997736292327563176484129838306150654361902670590948816","10347093850137285860776369759975582228851292679421214428310725057747383574440","-16504641297740460117800871087311969686127449761433510413380853381936074470373","3536257330534663650089687096217201808870362191344245210419631982789353573123","-7346253837498684485155809734442006381546097603969968202149780684787000286252","5797320058867342758474638849077194012269061334946124097093417740204077327781","-5357927413406835600358269972866674383077004469419423948580950331326086690357","92521095846007086205239313693447960852087675463222472177923445732076813589"],["0","-10506356578482852106678274757723492042503214912199696475274367220742903237276","-3242780941457403261765825978931805971873578399642720202132105343777795664464","-17847932387208972246547742107869460723756024983209825673164736649178417812219","18412083738695460202420802985006179577099933847264100131861809565506805775671","16838120364438587713448617060496657514619585406719088980479380986995561118277","18175565975139193382166561442288846465780698517985646465216570686778127431833","-16102243378761711020082552293251552195051025099417070099419703269998014864163","10149157243811604728013701799776389393552393962887929524550335050088539696976","-871247022005897097407511593730078809468195888194946935177813042661373393180","2620441557659203039308696127095805255077422822769737419359064036535279946643","-13533917469855428201157487305349161352603724002643236689303482944781162449264","-16866253365141487968712152779729987568591108685899610954400822595969851921110","-21282686925408730796151849662965745925710247725695649651686439740093057920079","-7631676826461392206599541731068508857801783848434075145744924013653612622987","-7059484569776129023461048920471054713784770268810341458548004606342835112535","17779573344032293187593987859864726265573885888801661823079862231794919180379","9589870600114922413999514504861462525474074370916863713223095255434526868614","13757253603814435436096054602348477073181929471824233558698894967470609235365","20945136171793997493677389980331300514317407254566718462850458869195748946144","16665189410155504301143297994061522855649425687020534847124389948416615492854","8079019601743440488725683302412073242886255193192554206216950772612815202728","17754002456464521372686227059257031318297951136266433876315089632750761511066","19281056835630937073289185441379275801421083374755939141679702734445323931887","11643247346924004109911825700805570676484509129458308151546021501411719329116","-12230848400709510012679021892643746201016412954778056556314454544043608133272","-9305858178577987785204175890326902488002863625584158069960605188934032806139","-8207303525583877695838488502720453193327962736104032013702340925773893360638","-18473185547298746184053794541103344733151374645042876766311056593852321114085","-13207323987235805414612381520263338708495050636777669376237221867827416067885","12874613527609973057729278239040358969898443794420138978930888762543651903119","-10527670924814239332299325509318670617979202706891464802763532255149766209437","-10464828281610949879790238799319430466079257364231544419434445218173162191719","-20132243059777936961323246514347380068277497884141235632423470372461024155014","21843640936530504488310848092878301939257166222966646489236417200964848445509","-11091531593418461003234968701177182294880667903266152599652645298258989616831","-2409047721576527945983704692660383669727844168659749724355295546123442363369","-8587315413452100155241665762379786355449750914361957533033621882982687837663","1484279888742710661578027094871103182099171357641054436023586381317910200343","21435122605355926210916387838531898737076115688225156066840416323648158391720","17122797404624250123901918220771970384319864698200230470661904418073316066712","17727062639713888704117437873386252368877801817710370153867203865108103707018","1508584750176476928285594996736320614305399886864799500251905997654992118789","15091830227374883520598000502952678003474627144923447495192644778661327733290","13697186330581192281045735232798637845046805733032066858119110069266197824432","18157253008718270302409531003225343805254867980788109309988723938762881150797","15288988389505053879260805213461508064906610463372742158528000777428400738758","-17189427104548388464249061264346276471991310630715765840352530643543068180483","-16849201684432671802084740146413549125040529051452873199483023708588461535522","-20698164968088129150485916922729441663832889911180502399223828736218305076220","3577121312418919640018414216189407736719034283443735917599142826008511298762","-9083268959471330814984719106335800291434735765367689281189368706620683696390","-3398951493712646746872440134903976088205730264852551072798161149013047038015","-18353495314036964645687131989007706856735132425470447653337982258900555902257","10099266590864145545081680411353945186760921770343884098360421970708035059446","3838917339160283577137581137672090320967995244979179007860983143718068388117","7739243745395187503926649669070355230116198334121455280755904713974683415366","20189688050057121330257578583751514479715310375031744835516863436874883937910","1751919327657362336895202474979392664278716914071465025356181227377290458735","-8253109955259146429987868086131115608969455171564545995994406351624644658626","2549522370034687835435222835992695534091629833792344797963312404282543742798","-13477879742231678553091994572427111475453603282237257863395161764379148816813","-11911189767684366178718876910270892457592448006379642921187622644721217999353","-4969782878522703844184083327678875204839492530113506467421100590098960915786","-13289800537396664138389990973658093904940188114395761263760853088192428430127","-16155641225328709183641849881006016427607025675922452000312508578214386031126","-18182003047892224215643540532343870422145934913888591221482459918130758246326","-5597840679043888319860634523285282508602405948120158450996885870679228110427","13390635409010072126005227008779941584216483862416738976985154109323710620919","5491718130173306049714974319847028009102456672321215748045873271592411474724","4742205530580639467515532591215157197900446329784742381803099206227124038179","-7785464906789325452642598611497537381010127222455396488366646045349788395888","14211875717465332576376568783072743646216312372219279251739809241257171349926","-12867856825470833832327545910188291269321612467986041293329602181060321788167","18147548102149348273527049604688236578267433665770133246399074169444932243389","-9360438097883763904988674465000482738364596839674545979864550894058470305498","4744077211814129713177082918865358806778337649745800675223345906398590771305","-16988223903793645000566208124765351430384071141343241607776886937753608208300","21053717868824723207278937270506395111162884832816929900613027399814958008426","-7377435221457949636529186866076735115578916877052790004643225946809570751084","20200392125827278878370332384954624746382053834404912577093104596491773857874","-19248004603417226281304120087491641852654241539054907050443519688008753066901","15539217891488433999840756311663122814714166730262197025028219659061747586178","-2942720250805180672631925988316525190541833966198793666384087008201925594694","9834689384220076494956243916595470538902585803825291875126532631654936407072","-8668780696241112333847202956547527256719393326888093842446906982159663637186","1571407333108439814543075730157893218181153677183976213802778706965419292946","-4206539217272728545880335210036446132729828395906609451564112280500778302859","3186905407256627260125502965225409062176455173200716379796476066508748459765","-514254426629865845178248405410426659797383865565055821338250461051278295443","20050135189020917427236397018932390904778177371334377516391311357321374272023","-15157345496864474100378593890561175195694207476728888591450945282353349963739","2398706580671474180945424163277902134871469970011163396803652132024648657347","-20701602550801287530459051208554321107635982475004735428752954739731437327818","451223515040927958372386940159651995267364560909686787123456803280762538333","-3123403364905113486951603816179202641824390788017584143447402225484909604552","5058480387637613291572731697741234692325352978602764020864901510425374288912","-16031397885043129873894012773538651922589211339206706605934290587984585427724","10894296800722081883304887831444377380420044465960033885454336885559782105610","-9383526525948640574780617460611830779152355650855747350424715124222147829541","14602741021478845609063628393146865259222541258874707038293891571846036263709"],["0","-15153398911273344384632127054408882753610406123364946880236249686897577591881","-8101742560796606807004701957098676108713871159895807329063567009273108160114","-20490693254114027086046002141486742802154704686246747630753749392416727926336","10985580274734620551287014780102978037091309719570355983662661410219366149173","11065346907284600246147524604476825308544013091073863293051121766469700838459","7119399678837440269968265408832797262342179277749289330212054799618668142761","18005753028904007492083085536076882618806040440096859083761102536606434917638","20004184765185139964939439446597215725194458197639287658216569925396019205695","-19324753747042795652235708424850822830644901274531010908263881145552260522140","-19861756223612747890004352533149264814674713305912286141736523781382588996936","-2339894769288404268484538536654026239174723083722239847736544066825267255500","-4091067552573583687856734662932008546340390431577595738677567708758805193174","-10054511481050730053291826538584355602849306938233361449219800019008111868906","-8908138686583153389495269109422056592394712127157519540481878090045338690529","-20139737894961926034179879789420179589886842731382162393796971119079284062809","6244180292694840253928516203886416768309708697713101823045959920018459621279","5110944629352940882972006580037036503399059750163540101991042951680358801091","4126742702426169982120309850270925537682827022159311260427064942729934750905","1840100495376144824583594487987913113049951430471609875949674205590420422738","18791951769023546290896216978808798737312082645748333319293745100727058703216","-18217854523551349303401312002597826323432676319377574910704002767115515372909","12601659873712167757598332749225266354429951173192589482394312050049732667034","-4301854677207954736784963803632780918345734367077009564241198446891258210710","-6004123280571447569286009800463369890057752653046143202774752108822951154543","-13518654918580562629748519356420123923291181902195547360468194591172061622609","-17996433568246216264608955312071646836903201629635956460072184678310805772924","-2694133950822734859437271447575611548484791404732603360129906248136318027585","-12040626314352010489367202927369775902928815183839482536227024658575094554626","-6288964242912483079131480601008408669441776806093377343055916728301894108317","984457562683832787261084920160482482124501582306069721883740030305704298145","16873052413940377418909394317078561669034056459416766436323937711395324597703","9986097853150661923744006658996912840673651458319748829854096820581897372504","8923056313274793757119874690228821117959260203803129451394510515482300816129","11702986535578229266523000949123516177075805617276569833430178306366937038051","-10073898549051161792032795576548846894365060960304616771127144662135846066749","-10737106916099543182799223435689185730534668178814904597014495048302509369145","-7168672021827960851547441027183665193249224555709181242769973558073284729482","-16548507327848234040147064481697625619462857300512589464132165779970293425914","-7115489585711323289067767856718195251544276651381455405502480636413517296112","10821562068070581159477264546500598242397591381180136616329849721501473894950","1132698085383015426905369891477768968504622576161715526899334736009157938044","20264697857695596956197656834711658883710572581250436542085731876794779510575","-16013456963491394474454447074668194580431736381929234216818295801615982382552","-8892705113645833101754928657284863818950451610555830095900168471511666753780","-5569981658491797828726568187596861999249159657565611336393265489537169545731","1907372948130289751966486716933220329848734891101721670915192354992655100140","-15796401982046811579680219911825834445262106423557171341061377839896541704515","-1855961438891087645322652238918846556996292358926107270630045452658358443806","-3266506476471629822379630563567899535207112010476758254321703363834980070769","10062529682740284122916674491871925062462170455650824742287889135604169276970","10306404762161542057287429802778076975533528392556595291419462023797984271392","18562302525134149074922503881900059092522290661135583403013927476599079685334","12323719357238963407478912521304451227416256029264201045712981259452689421550","13716509491885027774087589551033531487973554155047397760779432907843962210754","8128675605593589531720099652787495381244785834750214759222342490583239812722","21462371014161321953897396054528395026472797355534479449335493131567701819848","3707886183064662925485843599948168967691523163704168031142719871556661159812","16011789326888516429077135158780412439611168253161609347902825833769906104094","-9940240688841277806602984035613493900788798849424813935896057953882754362294","20512616410223793789322460674404438965192481063399511873320576025477887126520","7856771016589796491427014917554255378623045178971182259799865027929557469180","19151959577531286265196014718256581068727899549532842327658662390698667383791","-16491958727525236229975765110353071114877677327528547611429935072263891525673","19453907819559777282311549785192212667234231656226869734326979862056272192060","-6459546246221855774611419926138587462992970077237597029018499491558923533377","-3740290833083926246151050903660518279804116669868444047118957875796584216397","-2208862926626478817655361384215692856358142419871359926828332255695161593849","18362839861832124964957651992704489468792250307788731948063040582787913941488","-6726379647903697509376089869702953446442811249759453219883634548079474555347","11902495459012085519921935965205815765642361430623354490750569200888829634224","-508047589738987908543165118896548149396095271394528366826347648383956126822","13770679763878221813424724759415132404970598863969254856211353804682229168018","-15660250119790083204049381362931162463342998889398518796317677707888358970174","7212216608919206649911714058850015546496321697075723032104218715392926343556","-12576433562668887928974437480786687284980630984435084027873908733141829418606","8276034458597454942807966333046405621722730914276167086425577292409493623372","-8990409327134034294184170308281663449871706010075607989785003259343625164456","9506428433531813389121972521679056806789761150749523515507703089342751576641","-7919861149849655704439693137132353007370133916486175084755991173869523085629","21723077468001315493184541622981663320084944515231728959537509709386491279958","-943811474495052622628815401220710289894503847978231916516802530475687351583","15956352485967592243018309131537781521256759240338090922178537594202740813564","-2710793069458462398202869164462673037286325064687202288320925615185528174622","6936675501241231489585839876344686680538934211724789493224377520226540199568","-20381740160473183110121245635706436722998252292132182233643470954687594108520","11768990413145812255192391078500790186001664120114869497903772732168391857539","-3927365895976607630316698094308721574400403149958218434215064019936000152628","9711228087177260916427950961819385562057145952223431555020775396735326761336","-8337357699310755745506035878579286149841502048894160522830950705142219701697","4623442003682815757700446126293702041305876838961880307655851981331054969452","-3671503653343124297788985232169440412313482809894191899462438629475458199510","19434660517033556750048555160410075492673768943159429883899644912336194571344","-17431130323925702199763962128227720166755136700100454299750647329183557111562","16018162906014263712984447073980702118059300234802354689356372299437603943638","-19779341765387544649925646398246765083534989231165616679087694454017768396620","16075587667699077988353884781945772258789715115398298407971217871443302365993","-9204824085808974391078375000620812077652698175882580224742372428474693759480","7476408229880380055408765790941865033156425792637882583185704159503649492255","-18422848409697018402315824727736795629209899161657158229422348089157494867118","17648448741910581542297026093355832186355510692843669635789639590708833977332"],["0","-2432026985759919469138489527250808343172040488935114856064496732566087952713","14619817431877105793612338221888655204377095545731326828662120879735653951696","13114857134067082496732254489111902695248248515332609036875611060721833568665","4391407872316486853614832604996705267774237570868362437807011478325662642236","2098787894522100705763248258307811538936000750139332642633295146994691452402","13727318624878307427509716144601689943749135978377941034548855297420940035003","4692236965538359112657001865833749749885938111289055221963923973356774852581","21265908815372405337865267041716896727408099191100775080464138609478063844511","14698127514324442416793301855304943568020136931742936147519211503250320877684","21638045419996857119340694350578659881622316899602361340652564563409947745474","15799822330092510241642086801883128959747600182830634357790506144465621494999","2017326650339631287421029680193990886768812221357751906254081761163782458789","43826294702771955851610826372404251399190938873166984560328651807062521516","6248105486529711995909452108094188835445391541764471573782261526065719690303","-10271708239928930935069950617176911513585705497218445879516340513435497737251","101204565190843491560095870218819435260349410858935221032399598508017842018","-14232530554266246866939152999574197422504894161879050686100971479251598121246","1830855412618423331365666995887601198747113298056586139491051541536765080120","21001404567518132961485806581155920908737945987395731794424788152927430883647","11868723653135337196325773496937717376869860362048147853910097439635287954488","15449120887739968389100380714160029964145685950011592284594517441554718516999","4346619960542976605272862032494980020363266549153079230801747329870254612914","-16660790519529304934217846062534817838396609013592014442577566838960096357867","4103621590266122442305340528974853041637319055393673797090012863144711231339","-8675207620171631947150911507223300536056983340759663228298860680530557806423","-16048358299592294323586324907920790744862766447737218011904160413439276837739","-7050522633258472829436115016278849322880388796349939955916066135658059449284","7733800873394039144760534350017665646908128980424895035837797965685553815995","-5595476644141288247470679259913386731188581977645464813459429435533436480803","20546157037899242920915106858133759693911960102233464776901244024845202975816","8842770971313428525170531072232247865654870710920079769597576565857238863187","12645453224457235605597745101393319045854777583397289984252829943479628508838","9908665006806062094241397565435030593687682657055204052866363237465431622639","4944666081482292299844646979452890385437407550151793222095412267292216229698","-3117453465221404265206342549219382790643018171840806986843080490080316572731","-7899591147867428722731605689208915279142266680039384270007522770100566888264","-15340104043142381976712529002201625304177445293366885062728916607592059646745","-10434507066619199230554491854859191078769916562673480919387534972875735627950","-19617137373218689587033771806807020093469645863752533553988063145792273768792","-10132891051069602875100223654715735117821543888667646392668423819871937203642","-6049413146049830769815318597176851488070984463339173311459440772751172811408","16486098337505538457894105664322123838002971679521253114951723333491326847642","15055969597886814589625445697991739040693691120408091357197158635875583209273","14085098390946069209910132092592789222605697020277682751587504764548704981246","19453733498173507962430399754782279716193654175574408904237703538442975519137","3648213422663879775026493190357344272855364070396563868711627225368821663537","-20553049891469709037428712111893757492557746830865271994460944295622255148221","-9746622249515716237592467136662013630732331386794129877872901944484182447134","-9102628819170801746276279506656229983756762017674433755843082631962485945470","-11943325027712795361280951174772803258261807050909348622012458224858862565687","-16203216824548755645761678897477488173595465510275606042925652478850475929982","-15186344485058340656284548985762956865752058780371607164806644774840628381315","-12617880137031416186000439053539789223958978209317966769313218556034175662354","-3650933930377236209981340666084173466934208675112569521941872665443074939392","-2331441522823581377475822887164408490158946165386014684551588460433548922569","-15521731268758394152567536522892676828337845525627817246293338406475091837518","-14997908693185824090007700094042084473724422648482385012808201685139289636389","7944072588262779176187661617153940037847573453251376244608078938130781093295","-8626491169546842789902511506182294673252381989361527857362218631353143858512","21217839847537599936824303575487818247305903544734833177134893042333746720702","-6428246380669312278635909226319980745723332089688122371052894074928272599521","-10143804572414133121363130780769386167140224687416766640769530332063668422768","-19819602485426371652504330028610022419538867154224091925567021501227967535176","6688861513355377250450986899251686850014675303231573058687587101646298638963","-4899423998068240519756863315030788594180013083651207311276680366114599115624","-20390191113466770153033657168380492703345153331351155127186837423967241167282","-13890653976064443695128527247600016296123724720907784372362585219189296701991","-17886378728066863906790793168418740098719051617402726008553017150239960399716","-16085194876202946851026671829209782385946173225846133775190614369217054552839","15438134025811731769903474379759588140452414309694820113227147632433705366536","-18286994955143730330813471245449573734221051554328767536228054324549158342305","5592676090195261313606055122730301920143366470047004988232093602431241322878","-7716202931899145055799566021205800473384726570197675966614200060307349518985","287515396340509792688041294231472792849729473675173512834463368030855297803","-12483811194139045352194899333107009649856470298514752039102579662558862126697","6623817619821063967577484635631591499657652835175707204882227440271348368759","-17822342533517844225908327697289332183384466901233358761012058728991610854975","1531136093181029000205139111723485524885496388024248734025208724862864730690","-4648101112029875202394423547447540403718537875743031653135984941580201834665","14832633926271964718672153065707989265314941014598867396696902300891701117711","-10427682652304773698456760979699440607154227039760952479170840104442624534117","18776621078618612201332732082421071572358703211544516303824097333387829236359","-1069229806986556369611563103154946320047875596146954984175783780382274848290","20800591679572394706995679423155286231147616376549982653502805336713474218039","-2321333054865596413000129109779931168979778787518726062469050524616518314329","18667244668435306106655216776080544000109804142574912678967567740602857596713","-10988103021020661960940278629102767417864157103792010054068070445646191123981","9714317860213457512741387770623650573973003911006489166475875634857055649205","-20246550035335875044840167723930787077075000358395072535743014129924401298633","8269869375875260931628695051048032971798689485388604517878970001870763223682","-2265049063383430910922716967861523241369226443554597918262059554634228465714","434337011557411956844354994945622960170862879802716390084041150037872064168","-7132273239905795546447389776198005562901840642828660944264491893882194199308","8775024615627485276560982806350883455238936618672168496104355986630558248360","-8148670346767987054151375352449964304511244642004255111388011516896033564847","13301587666132893004736410174392643714470759527486279461141344043128417424220","-10572698659278738632519489476529399100475506481663739823581860896879031039538","12990450118279145167905531916923686909686891172861817481257644637543325150428","-14091084519281080622353222813368674333323797826523056701671987216530194965488","11620176504249012308009410897803954620824858309642777347601251114598374605670"],["0","-178529060786954518757325","18772478172031610941797249875570063692541159988905755121914223907041919236226","-12987713244017413015115830378986350404447728392506778478033100784562005898047","20734823359989857960815220721461578604620913703201227618926119914503571245090","13350098120442787450616832448688828249573116788901578688539150869379837542497","1980975584958109146248056736702691955112729384184012461811644069175175278190","3958540610698856762672639737471979501661499186789142759324198570708606479140","21713840706682909027409119720610350439627629632150782029631668874086966847464","20440919455057771235801323893985799552464061364540089976480342560189806770900","15653960051696801530300498881931801284162750071072360010517316667177422048034","-4677978514739769885514921617973346485160441360987670815461676099418597810556","-9574619532497376049602866535002110387451921209622044165089593883034838983319","-12464755437867423778714731308397111925150473322973367962028678140823173360375","-7522146300125907925115096449080461499813130667850423434676009401256048436813","-5244077095579437401765204193745997121502793529593203067697573374441600162998","1980018277181586191986395436857187141482613116737018622235201767794915206593","-13945764178421528614146697980382985433007164570175073436600294213082907564991","14847919544149714937177762521137680677010504439879354761034425823788410747542","8569869324344186112606614737598709952497369510231897938184631292866740996285","14105805053363200523210756770767878651020420509681915074421933684184312153141","-14421101371517526286173283467954427731182476673000433569789680868139512621327","-16397449711069992293999696590153779852683734806848414453821229638998142715824","-20916755079507087742605084277433819334850626404141435443180044165447204009711","-6137847778443435203078450474544561438906511880857893281943412752358733434161","-21692184941205776947904131070812928992565288009226612647032884648641984269074","-14672772937283484120247839812398735857501332451581675512956632956706618740855","-5427535130030684231391183271810621881401638766375395630485667919419265804263","-3514217718562467373444786835183992442714119238978938991720855362093040111961","-972655835445789818344659974347769130849605751803776835834800542971440240370","18229409547877917642378821444702869801870528795062335320270796461433327269489","17995447679540358519021293887854270871624925125845078343690595856020383727074","1362706849573184080977755004022511562144043932419602599412109319440489837980","20287343969267267143832024208956767319378422713386732072396766963814897001255","6944484124556974051070901979418711032924589008743438471153898049699583967436","-19233284053689908709304627636601786129705885865191105125646335814784062949528","-16992862237667406381764322894314657434877481835391208659470672549070807975122","-6413837801148165780254522669452523867884316127114745044307814417915003980946","-15655560718871806681098607761343950385010716726970752637724630761956002021905","-17374816092156177708648961353234942617313411339981027683995811001869977280529","17834399500855541785445246294693073840112509643511664448250747516032260840838","21658176307583157157142568513832898288697438939142575670851720877349692799620","11864999867303030518376090719252349652001885629754004973458477909069819292242","-7945765035460979460130486053704852621352146305190987334624214407843837246561","-9137522629304445659859508739252451054082873911923498387756346099261994811367","-15955241183323310574784196352418480051650407817135698648863979239297301545695","17029127887228849996523635640685034879081939447904897456475431404595456716668","21349954694290407254254608340165452840803426985777779244053307888376474683109","7242987762891655031180369465183379493197448139387488694147282658441580059486","-7358362000532732701711534360082238093253341799665573047451503185820508015061","-20081758482487746685055840157547869915553182427383525317230842229056073330714","-13888110808667299790850455507044812497164407631526304326041091981924531668077","-9361149330044147972234001317970585553084371016452767927296680336153363196906","-4952889555143503841268765721497192375047347568600192967659810945712546223044","2968941785109932642944885665901548517945891265017178028940821216905183558300","3533501555054685107155848736897770660559238882757520123957145192624158110037","7522706520764056112408210098312713409121223468352577356227327037049041849378","-8839243919014709383590858079214965502797861705069175307741919423994205949504","8077491920382337511910307836671872741243324226280457930749986746105913790052","6885545229027865329182813824749334037361234982677146966711021096917188436281","13942766900648839311393238597997911405141939158967061026191618134648343918865","-21038035360326509302950995710687951019909735980866294742838879371913369181475","8880411971242564768896553026556262039543560818698197802381985592547429818019","2408029651761879273304404840671647050267897610485379080286899291543302567883","7696025954579740959840152897082009639956951159384298115342368077546622472975","-9315397551248236930808195813435289881836554022526205260617772464749129297424","-19156505256400613041655711931845827342618479676379763748110408130637723728475","-8729582112391386116280551726578161567005479888048483712863690626324458376323","8714664578657633939383451361824067138001970887108225177533001720720000141578","-476296029778969466125737281658892685096378202140509805833036498008243902881","5320356397685797710097777683125935504576655555006407740591346926820839032211","-5080986581062450391913168892435449149948850012570350392411832570489178002407","17306778610447035478896661308410686335538038424253673763274139563971971591622","-3165340642527498328321307792515283877003487854465637242462459559653545522607","19608013901336247799500358706934094718494465208357294452008579085411876604833","-19984510614838975793728838618396820318071772621672770287214934256363719922738","4197194712528330762600404243849020922076024130878722688840512051725636973881","-4234346953571256500301411047133706963298929203289316696376137210995728437292","6317084480500565179132182964651168366171554649873148496977590650780672795628","-10644238345329356874663574975394152236850940482049109971423980750886105264278","8074849727669280452585929071263239084719344872560123438403618530329947279862","-12708755815011484612694547034214829886872714275942188549817969202309285574558","13740495450628936413939878357113196527478759524166133008431272759456598427636","-21120983977677005443321300571416748384247028806713150962301938689208761875259","17291618925928988075056832946065122258537193595615998594779659878574943564100","-16457372681456719308754809588676748949790922079088603064292561066139196333986","4641505915814432783064643901723229459146221913854565880321840100942705459641","-13913117127183170991186833300709994031003688060557909632669126145475651730081","8006994935689026532827145941312818076532951107193455881570613188733974803054","-3746421635250848966535152440095259502728254053482768170421188051583553156570","12451581950148370739949918365401340212651149390770604677895852955394325297070","-238053204361050641248612594608490026829208483272254125390270659045581435343","20521063271236676508168553707207190494103161807554943990270781430148037559835","-16138418590258640867649683294339258336864119061054570678043786247459049136906","1602305430151141580302609984117276083144346006546222322500737961217522089528","-15408603647637225248123381023477108960288327378330571276606027505076704415532","6653751341252305714739094639161264987216789989390249355763461847972264135196","-20243048690893860383203973964832221767031902515498830152670089755275485523896","5111206469617556157411964684611290475003723873574247519176281607908694490757","-7629003092705927394762036913514514735051713374115293762121569282762202380514","11917579652469391554164961239435863123621322179233682435171846239621868305336"],["0","-2264300986741993988508248870199028457436037696594761745525751745222099315519","15354957461331214722623257044116970899144683123580001565771481031344056974927","17784349091509651719384517325718002948416769263770700822115929562283464533712","17647890657823975051327831175479165927840278038786907167287918272986550731023","19129104874124218835304621569969474389003278151378071802694219444170753778196","16417546995712670355747312075045774168398430619007655382344994884460818457236","-503098425449695230974315046703963377679048563641567196797634205438814522647","17656810584165326597462909970093931612303892611410682305025182897009600868215","-11266207481845760955923553122990600361919752353273874867888339435891664566442","-12557337688075977166768612907521893848129605270038752109786939813451387310623","-1334714088296745336929802191775017759610101259188893320033064212348532283832","-580213568880613617908705804440552823305078215313402652834584288478898006935","-10103649365449337059287104378106173688282724654516387275018950854524250810811","21431038821902034490322036650474595932739222052590204843816157344266642645474","-21506894023556158068061625410702618240489273092326361778386965859698541589623","6607779714463263754075282437157942442008291966528565872519524805188986588063","8763935345770616530068558927349156394382113516417004430807162007769741469288","11482383966676524067066804399763548546494677862180095051425177609970430616299","14073362972750347088906956708218510005303964775236301468522614297012522911577","12170788192087850883658632862806080497716580980279890220288635150171921317357","-5887963778088081959750087726716080754829466275361044893361771575395444351472","5050076228078432984558194681585150009293375766040764224218567270815277535315","-6655629559659130319881113997078246532836642298474438939973230658682533985232","19772275338320598255782473419145434653221373770474116666724904611759612770280","20013003376352807898093294219208251243753319353161747620673138878492647749637","5064356659007901816976516014659060628847860325449943179954009890632946791681","17108320862383702111469839140557449740812509252817783758312530169587758215980","11230095971543754660319298681329642527532450292719476561600778508818947670771","-6274851186084820946713709870398947841093132034268918141343307149822646752151","16669444210685983236201135143019160340097953535553433402158771398596696046224","12404022854480301505117484155196053127351859003240858792045868562305551947644","13510799145117530381955994032542448584484929008601230971301449327122397331117","3405111514817020436769209917182094858047146651389411563454080118068734640002","17636275413700135632559210462218324989100956349043691413738929242684615928464","-7191706394087015805475056206013144564659585026746864876907867962507548366222","-14071989803336447261140044881069441926301751716963780991346536982115387905743","-1946763752141640515356243333855446624079942378504954768171251847519737477762","10599696070536598701878740011334018063107276364593961075751298741744595735563","-18561023448552372014127383693902487144973722596568147055934534483028424266021","7173697873139732011418282539663763757168972399207423188885970854563753232095","-15059950109947265864837188171714822431872581207658457960023951330910962196993","636952806011027903807914518962850383137533614572638229905616543136523354373","-16898667286057238397925772445785390226071551274151319225964873500246209056940","-21313624640399523950836716813099062809753054848938185443484704139738309274224","-3585159009251782975718064292192523930334125813527429231936087369538456645613","-9153207346489542244387651051142658277190359919467670949854114883368468099167","-9877878380034695460152944664917231919351014662189621646093552810424866996060","5856786840623212154195030155397674815134953796807030377434249456401141175047","8961463831342361456893171996321786542006794278379602610150515434194293597886","21062772670053619638917883668798380054377471574880607551121855824244554861450","-6376413460864981443161762782637648513248877732415307630552647808895054423868","10880858930752146169506212246343216270872978655525075998367208698887148672150","3924929025489163840289479779321115861519877591442785981760625356362389645349","9433438041697075309647537213289476431739051607618513928451360621494535094872","-15568653115868847838664768610352551121280209771771363827918842280296850799159","-3848714177476382769436979733614131187502322851594698009310604232565445601697","-3545371803332040319239149786442902284461668898881042289656585586543498163903","18277210932658319453076126966397086804107257112487273236294779709209667179133","19014875727932521644941705499214378598954733528684738094645147951322552457523","20031376672772384631940538604377495202047046175792606243762423600935079774621","-15899662473621143897755093111759348119997207369227540830338769998948922379948","3456505990346198679447904979625262219435920007143344918696223494533313675061","14210476605978102049003237479840645580101303146635282077086547378359365639007","11293189865683821212946791446651040278369783059159238764629189596727884380511","-2673808890083349204132439275355770629851124450906460385443015579000801635454","-11576293377941828659151067870256888959134069015483287885012292965148267536509","-9403880320486819175118719371752001962725853968008138531505414422750311076192","2034427700208946702334727188579610691660135971179161548446337749936094082322","-17483769769631542270279742146685749457784832228964948856713242602553534482089","3207536048793684757237718727418464353941283618761488327446654225010592473577","-13618831005592023206839151838900774501556236726962035529423895871151847278424","4325984712594067059762836565276326197572152876889906161201743434717547126843","-12357294873724028573285174766360149674767219231113074911404166694645667833550","11770050962495709406392282693755284001350380870010140078731371233882995876743","-18094841229973345263840495540888090148203406808518456220287000275054451443901","19590333875262450845349068910952722030584552644533087487080644916275882967252","-10312636684964253673656996873467535719207945251840254860022079037393558644030","6027146846619021683972641938526073110645382843835219167733228059049123591755","-8923308581920005136055469236053608522773869940891063831917451517117088998625","13675231223091347153557254395978537947112649637185393074217608851757901431679","-12643375167745085509880597004864681402044371218199187889988404540576926500674","15066348463848716486957872372984360025679234316381896773678572140007445549533","-8966312112113857282674309200447112366428322958063034430873760084661205777562","11634156336330816330503403993422618129973711254046826168997643444045181654471","-20714768827856843268010754432812215457713301134241964613600057669828063542973","4214121179131420854300068942041998599427511310060591956562662659339877901462","-70053364108836006710519860982289588121586928262655278170878061609732397979","17428940691696842868233584133831835306875805565306426096941738345239033742054","-19819357702439562766753447413352818929193791003505184172962680577988600823958","21278546408663667553619660323932377765177886434348832473844494828966348830749","-10851034925850826002155299472243810226389825624735887575816778020590015463307","9233228884637280096999606324666901171831535537451281207663805051646243956821","-11161370342656851662067411997700429423278692950076017724637214825056950189890","16593076746799678356736492541733992881549886583126705695813850893687202165171","-15317793191353396089093404691678922080503345941438996103911342759004213714188","12367271485514795430702707843585054729991853885766836009747938937399087555571","-14685598138329814936731365183072961825045335151792364970538536622364523407452","13148323228761467885763693675992661933743452988820750439013371106029933879242","-12157034415401654135224253895063849453589950440322622522310908595415433226842","2866507190044573884714421993333816686442912838381529015401718992068456804391"],["0","-979077994053698160798792","-5977113199446096410040229549823000383363926401119682131920125988943002378918","-21604579713189620052309552601432886397400376060949077586840846538398544209797","1531240219343892823922963888869411385646582791935759762097375527707619000549","11987285378090171114162192385241611809129783574392775610523395084766080014807","15275595907627309692924168856749517842867814073237822055291873925182248561188","-862956398837138714745318664234662325576232469089613711054487081935219182647","17808053608842726050538578454411116280939629771567759710166421116720729512507","3221954785750681198817773827535620237499150759920356594613759437150277908050","6666781888056158416672144325090221902497456118178806806148578995343082435480","21376532714427911190957204484678194117117095840410145677934171269769868461644","7066233628274487697749685602796336521611174021808858059247119680402107611724","7447857262754098471364959805090532346260301268827779067332165317497851944641","11246736779010509264663057432076032899410151940834933328517066830705326212532","-20792403305591425882916063530460708702216223441526420349902841248156368916972","9975038264731434369086194048843122450914837245096485977887454826070280772059","-4676953749760908189020141918877569112510404818086463181731787520735126158296","14856866180855193133114404839996342995756107090209510030981352183772783999773","7435798534108961106741223585450696194389967451292814793540158132854967082137","18701094550507813188883697160019258295480779266841399661209193292808227035116","-1362319690282975790538466000756045495971082535230352834541812508614441766972","-6688578108766396426608085987001654636708774168215038577970741158318791744051","-2084230325093014118949514186748194628885623396664239792370812047158164311189","-14553234663228213943474755001127328366452869199514220454777679722064175345478","-20901055190284294401931720677797123322015671487149450065323681351539597725520","17410211092179392049409856485071418118011311518043892525442111216327985817023","-19020122066617322507912054596997086303840951488640149987038905428468060093258","-729002603282344749267525017518404842693484703559730947155412107172714614945","-9103175048677214060620258518063321121737340124644489981348157615755572207513","17756109798647302611869948195975591289749798343880920880710871236763930398311","-7355011474656829540249828798603141163087794019561337623001173303039180723792","-4226605574573435415171811413060626198693350938691961199598309809595677414864","-8251428756263269080346807903376558810254113660649537559742549993111695355501","-4068458507955855841386185891961160833145539372034528095419746084141098469413","-15269568966283175225803185662587926791339660930301423934431770164985977174630","-12051224794904046653069824831349170470832289322575673359083560572537879590040","-15663074723534907643370037002455395927390322733953625618247366212881869957160","-19891133780969144957838571200939873151933062438561452558793306344656986356186","-8338628190251958588491055568375009406859835786898739485119651615759124818374","17061711385637539044049750956273908758564653448745591953593160195385789921479","1394168543486051774837238396370483446936201114877683841631488267284093995438","19532648649217066305717122250376637224937736288529010152752161612210809609149","-21171419397014230218333625373017308584405175493186017306996991178279139389907","-11598001368120503334418688515330285889600748114993611902563003966170516668447","-18405113386831543169761218409477917586630915519656912653110431381424271108093","-21786692782670454208264959427299762762467651214313110489413404223038525945953","-1443449498364577616234966533032832950969151588055180986790056373416046623289","-7927446723300246943426284521269207390257600085083379131772920763499402482751","-2039527964441539881323257578159095787028126708278180221486573162653465987659","6978077426794792976382485212450022430482064006189093810541735605701794503631","7337616864985644546177850340102631680289462931654317165025867662283144771849","11912663053880602366234535214652456487986953181617830591488353894188709456027","10346062739993570657772241921148799868659552076354702771723733929247015857637","21073998172024097776276648802069494808000017700794500023046848365264792946820","-4985467904127704310200002620698097998322996592308150854397607475971445903681","11982837492199040598002074335182099735726433852385207000412922750831427452466","667546301061826377474511442472266893350790435306031199119779118741509190765","19458646829339073874508796466806695765526960844088775810481645519657497420180","-11205544550988632603890296420727195376903670744373223786566457007891522295733","10943983290759413122231510618397542000891628478222588903997191976519195708488","-18565164223951675285357647512868378037409205807228494499795027032892242617425","19914186388941422766753648917321947684063239711964245013457866284058698387443","-5405316094030032433907914075580010228942995080231431114745294989614152985421","-4320489008514907518861102099295057421036182627836383852857816248493877312637","-5806889134820602554364773106209040507930070544261263914151841477922757985755","-17478113359469391759972900362925973607433782767341360399015757592626366459631","-12254854379629232362167166741327833695080754024825416210582460208275028174095","-4831864504444545981684212365677060623102492934571769529508266099909898119232","-18589118545564410710522625667644418904799161572496477393268850410616921590058","17561176313085855175718357146728785960580766800443137585880941159951361885697","-12486503136914590361746037475255874322559347696223039845238970193079119188904","6439274895913925892574415576166661977575127881652934077855698026702759289647","-14682303545834546669093612412122331037458269805304103153904348156491847449649","20759740966443407919580244626608425152381766202579750636865945567211136244174","-10389819340792703204849185875379467289593403974139997329438241225290370154232","5623479654579610001901277208612529483255000522189542542774969166309600725971","-13002815263218085695693062981244211494482121964543388756685482440005845809534","12567754044244452386943957891098112566428136163553914395525125659251421254544","-20035511627240214657233669217260770149213505561770711068437890534960841979699","1828452273099424079548964614641530147625872426854250550478579041145376467405","-4591379596612630840631049948246128772998094039194367388333342685681625717439","12121764717275233353558868195747174959124225203242640664262464198912856819263","-10070161109054903447583130192111628632307351931709146280760666196238286227896","10353203021053228197074726109316507107555100664215663071354764822700961616722","-570525961704853284016220427142080057039351102304504246781301002494685349087","8235021280695956659900857426925763422971406569465557916064547135118813945385","-11125397383877891850454668219972798281232563562680405344351887172793817330614","3404968178199594940276957360497925975437134289993099586949498116109222505076","-2004367047637490241858379242295729018382004239979637232804984811744940324257","3363910616009394732110767476876798097111947527717427266257357690601731376762","-1498704148915499089120849467624335535538077692088281398975220257457922304109","2728475962068165375219999866249684372445870375436042772725277126009919971584","-8010457903007940520770886633049450003571772199065793092990720798213528936935","5567540113877040181240329288643454450435765070532218900504353582347068463079","-20833215668036799258967166715302882491140097141822854852680772127133836440031","9956352451227205000019215223233159488544646664662336653796222600254026980483","-7582607645859731369949023568250775012710985004618907853106583851040475244488","20310448990889538938878890359426001641189664581098225388496900215968603132268","-9385567016291204559013246067441016744671333316002394592949010606170814643917","2700838228024861069149310438721453047122730856010662879151820199620835911042"],["0","-13415374663385362232989732553544781505884481406706599555020244280048921463533","-695693002865889462177260161817995159645126592611812974789044775033226634228","-3082021241348804785073242914794822409976592458445956465243248945726291716984","-167816823439641685638583720442149696695445303074651682308190521801005025493","-20235209554733841833718487362735809516147673115793672189982756317684789878744","-7331597824226898409955515218865905086337208470457599287733610286389550499136","-2658877403701226195768370993018540474547480769686124260806514535334444125482","13095037929769904090231282617165259776588162101939521793819549631440412453718","7479289669447554638626457069667728713585818216827191267210771541711888261782","18546311014758762326932633389543602719449791108779137161825190205552807959823","-17932367320000626544699831731279077961283376380136044155335860509463462873615","-21318416046524569871684909849049869225429876263558101387338325157037690841382","-13874467586606468487962878204579446651005422965593137606056024761605040173781","-18992548585432692775611174672984694458235286449915232512100997222582020612004","-10660964483935870783337059295448177907891853085027971943501488411901866472028","7479385556165312432510151785541097580462718870055548220114510884663513951471","11279156583514661174896079023303555497590454180761407733909696446971443031159","10331912825311076182132017004164227583512569403620075597746475899970008177035","-4333430829829766457582596893812719175448822592399824337451222209386907411588","18390312764234322575354603076979928041069429106695313149493940566101421378690","-14814837571346089005722168244498060468548753132352245722715484988163557023789","3698365683207975525975059863396783337819439324551152035252304705023896372603","-6905558509182724133191840758682517990177373467972603692786108818997760997296","-12030117630833780727580197415374633695230745236511527651077390622624221099722","-7500149568503431804644321533882247013594463451226661442639674879631996876409","-6806407775468387617903070872807840514547033863452475076695341627280736159786","-12894563374987407932045245983975173715313769158349131085751748187518275672985","-9205088945651833465944614130989594086122663380647796190931792718460535293210","-5580075156047390231767172152312971719748988726279625149310876843372301510951","18709306011704488608782726196476860006818418951588099334796005529194106272583","-5353923446114386538348093777593942973668367152316664535500582718723055106365","19369253781003314596403552735860713679297807973735734269038705096220447509017","-14586695450089245191689409755102817883826845737939840069885463160190345873435","-5801450512532554373110310632871965894342049328093529873567624541477363258661","-13694067539190498386858129552208942242781382445818019108549520085070396941406","-14531655617950904035327252011426046721130768468939250250700189654408427712548","-10827417493689931728640798616587959239040528218744193548537918737098191907851","-15602666194512294244538690477963332212402094744464628762419467196291100286237","-20104543895417201626145361779886579585042520398287990737653796691028529867556","-20614455362931209931531150667659175363074626531392469876046610849115526235417","-7206281766825720861789215537096554922101841641613575796380099432622207675653","2420067891144003774087977201234079908624539521817627372561410223928671836439","-21498291705996559556663663618341731981385749573986625322841313659931628945678","-18230805764840912578187209046543349854198783419963708569123623699910954911983","-19362082220538951622507416112647409185110578956348644023675184182795260698624","5443000716854024503548900591878134603633311497711175401341475101673517619681","8097531982564322316474137024696116260229041700373654898369994573119178677604","2993441913646943911051752373709666868598813841371715886477878903552655864662","-693242075658459619749123680070223813511776682179419273756106580760237262753","20089022454809619959598414928363924157881094423022337072525864859009996891530","15483098280610441260536210168432054509318580641859975806016240783495717193201","13949960587870774670403644029810988224822309935928653420537669283971415230871","15903334076714541349662438061958858568723202951364770718085513741577404273032","12566521475773559216773235896579625580230314594605891275041632545034350932508","14451914547720535663120536982641108592416615720879347412879415391520831619255","13116268310622065250285582358707979697032808916745837268084184164589087760372","15894658620707669618736982599164737579083043115751013672731750368198998263317","3684019804235294498977509671954925824485363322483878491730295940003382135645","-16728697628908597110617026584613656238877875020097723175186904454853762809174","-12470499647956780098319605456164595860454432974987284579319623752848678273750","-12333142672777197903535100616786372903491689834071494810992035302284753080170","7733882234610088685744120705324063446297974790094678913004991632638247062399","-19240776332719039870398427405706927983176476941708449373598015360676791676647","5397559233122049613625012705029019265238887213727275145344270384566689464792","-15056392374521536101451115497718612656521952955961062169654246749183238465222","-4441678761052486273842708908460658912088392559706971364174744722134011498616","-3540214343286302595386957060884630495830797018792283954370837453961646018699","-8304946309473846887110336604724503917724339247290109105950365710839449332927","-12225052872369410056952975829516655507835368668051385508413565350210727720078","18366620707773155504909567011696260422574143351252279808509231904921018924198","-7763306476455616745725560288648395162145490542233265027114983882127043034389","14742697833056291751956589238910064943825405259033814388972506180641511753053","-12569877115120667151976956170458159414071396902964131635147374713239135223041","12288236240360502494573691039206479911978722963266777853651591456964172974471","-21282072403734910209095541823432400996192239204060834706230758936493036311634","6971981162865191188561806323152532777837111810472893017315714821587552925619","-674786579732445969924684533118932645371861513344308811608333338562193231266","1473323564427311686223766433926102065707221924923332025541244649583990346895","-2766789177791799171754717186816317874793582776720038602243856846508496541017","9419947466047088921573683460860828989176271445657791296924549702899056471092","-20460277457343175384337359417722077354791265232842470400108199866564502421544","7205434770647974531996900208773308151498324922021178575353279890298380481877","-2662081783358385813129379001064037952711930913498545582866434918397777696327","380790725092767395499464846507435625348900389640150177878469651695385168325","-21196135528483275537959740186810519452168026067232610829842530555765125255528","19862769736453592059454446784839385124610834665121294819447866171598921382840","-20137651762005447335936876995659097875721853455904645657432083646853456720992","13283736068115175228866304658242886029130559844431879218192589114201296402266","-8746057013226149010264810627642553048776746271818910922518427161012153489676","14724181272646035427573924556144944440948881153152428540623261610051758919450","-5252262779054644041181801733549927072688263424032855163679679719910942442992","9770973758569286463852370659019537958763965432347121865654963672427333668129","-8151650322129274380954666795868554096200265581016206236943443976546567588114","20035976019459355488669392815017341446759976909406761947754791397132948734503","-12619091838146061421385831636125936865101906597007713970058593059161346048760","15881395189451182839553582060282149933055967807801150581969035148611188782059","-9046300069858666589082265110131771062000616909284702149729012463229085808564","15039677336777201463330216419317905602485836117256403997110195180242026820458","-13854417502153749671665391662747703864583250587665683487929775586809988290937","8022780047582104180789560780472380273302455744760460817204408701872827617400"],["0","-17908562349686679727292513791574134163357752691249473714770439105959165541023","-19480891101504738913571132439959505407103033048085472320881041375904943876712","-21048722330742692069988657769227294555802145760250721775785331913050051657803","15455174512347408386749587639448187305495992475167525843402073523453796646842","-12538025337967153494543370567821360233044603981568668063895049341043482760814","-10951195209211927364782692984814569603264615760731426679348319590477534068338","-3734423995683037224833813438424885502586572922861806413782083835647395467190","11397041543977886729217348525042693299670936667404624329415719808385836627674","3359260989769853246570795438695647095203550734978027132153443873218530913315","6461297351320360449865663226014905710033342010449155986448281805678539718065","-21554255613944760557596299218057258910607783578778732366106822219867392026349","-9336958049971065596870358759934215114578844914389875766520445683441507581927","-20146743721966065438384939023583843691983943471979297543378123719148246985394","6952301607797725849661258436278569538768711494655702650648863379770985642639","7654306413531206694684612521462751932229123939858253043463389353041181319448","15919150722926726974723115201920963250856792225055189382257985207006047323974","-3479012990127750004026206165954862341382807550736733994206377346568959229939","15737878048334516933280058618963332714014459218841042671513677670990514131682","21466121296176059276445358817569869531157316665908395245676213993080476282189","21388315143353374283073217531204715422571166341376633216737422477889934380090","-5392934269386030056895538958447015887253414490462098006984440274932589786278","8600011852010693870864633041474500251722819212119537801999784573419542375162","-10270022434389071439179811643251652901558079903681727569086939412927615089988","12226798772160360200859377879780631658128121141497721434608587080357125259416","-18438307221129443111650404744816904524191703035327210396164660874060965911487","-15453817588238814697350427278139788058104784978063505275213254957893178691485","-10899925824023736846325298583487180160906850347611961113253597468864383762336","-19084081443193612268607921387524239467530428036472980113658269564923112899750","-12552245053737078864173416712693441875742784240101732939607519280254468075458","19912134766084119538987275495583628206666271015362940148040573018986590370581","-20056589999665019347075384287731995958988863938883316727925837787113266323576","11766205118290920494744121494361136794837485118376626639528885728745478435656","3931920573392367408892863722961507974303858477279457006966022775134906607578","7354280779501231513392216017999716265632320199084338994136509576612858055993","1755207025072127313524928893086766279830348666473889207972976533327560567530","3787630933667090239273683072023102006715177135538618600900545395081562371511","-9241145614089742747929919614299443928661252927081835517218203527571643320580","-12451495253885924337322763050540050049869389992447534587182199231328999484733","-14106669351003919462818843735764506468588946760654411398774729040366619878263","18721113854865430626683911805356295059118581517300863560273405844828466681936","-9203711539139857927143621767132516812213606334481241263651128694383392854589","2576855280177757958967883592742749387392337834688203461903970493774567733895","-9910975558408175094929725831808974992737281261794243492795282986274245705609","-18469651949185061151613111537691511968281989674088074293781640964941313142555","-8439367705943201989138087346975506418707528510924764996684038453595255465381","9444970387662720999020548546056415529824580965793959483031144648818739844679","8290193431687657214545421457985468132719297916057353885305922611830132651635","14293318339278311736495572329277361616118420462527248056796485870184134820742","9520307184916073175882262982156490428204201905617376145621081858965679379343","9634967684576160057341341662267597050646920620166232022506258263838026238372","-15112871896180380614746355116990426388168640953412684216478679285807435858594","-12936265486992306429179079216816575402333159849471052102580521848163400932785","-19638009696233480425970036595484233412079123667779520589315960491754577699289","-2653943919749278554704893704626181783022082606618740233425184230784613527173","-10033237816773536722144759983151792830852536089008360582259387214341170333895","-18497484481005124344165365283543003918750787648188324561473714348250645877844","-4490124608929472280108412734632986739029068880458503566088854858763035681320","16703388999171035053982257631913745931286907402027190411396943894086527502116","16118718839638265208916158767028271231983694973424897111569952611572529495069","406092210936348692438441435133728483923086703113941753586925199050071396322","8884215445791323086981617191689782511728860515548167311343658331333622841961","13249054023212596893517162309126950302211481227159368040359822821174781846235","-5817312734877211777976448701249205641301611040646721620809618517587433411590","-20951265618640851759175526155404038138850887811265096032925236358212921322906","-3259076151678469694331735661514765679279545545936182468306637849203291528425","2609394551502472787206285603425992758711572521553401832779671572652450025654","-871469937600415291079962856662012211490885423315774233147946331708248410684","-6521802841693833740685203787317785765203643764524417149047934721865277967748","-321868574571621795354568320586695442878188969108351568885610268649082422005","9014033181648049809365465452994105741279261195534177915769379264750039247213","-14893042860886054162520883256394345703789749662690808999114779609811385795247","7618916338109451549399679118948727214253221292230206359776237200581194488608","-6252284122232726368252208749742561636576811569954049673813325929332919680723","8126930151565360435851344398243431730454425059157787169904419032820146149739","-8932869925545382086466418235887816028918256156530661115212356712611455118091","16311528143966039234194232908080472563155227100725171611361323678071788229797","-12357304815953265422683927744578430428594724413960871674011847062185442238","12292413243926296638796657102571575343321024477100199465635891753534527014877","-20222929030227021913517766603640302063294790034907788390602668297260946141821","21086137849425974659317829777579141270287530892441688721322027125450711947013","-10987361004442056032776604378511531865984858585901815972270430526127222072325","18530041849495937658368940747796093253012325859617713496510620335437059773730","-13434362361605332601744528625005805502163691297894444135156198125646668155438","13856612713810836397375932872824567033354686365727025021582240670489414252304","-2214648233757975236495670109951619172278319307972136721670633820663764656099","19243348059395729307112147338917775665772297698021301148569432309980699404001","-1967461760431656953534382378924969864962577917290113717852185660347450533482","2848495122268696854842499278851069242879663451737762640939906450909904734833","-20645531817424941142164679550977964494463461096132093985172049049545218295522","6972022468254213907466712792040780385234213092749405462541264362485051319599","-8272365402732924361836365851692619083813667072373169094502388479661839666272","9394563837901946243327825333034746334403131442889024283802151022549537569555","-19430287604363408048825118946685259850527511922351407409091463039560613940163","14454783040110645600258386172795450849626699046172016820899024334402030292407","-21698620889913194633946369469045776758748785356890878805457242942952320967391","3269559639799771340334485323756050730194142261448171192964294132837708293052","-9218838184048894890471240760495254878731598511981692230389387238732420972067","14042098498889142943660962750841883963536831515495570298991490353406731615104","-6431807190937085701019863445984928614604253106836864966671340019381611104144","7788906783620498974967282064725975874361856629031185602644601517452102805617"],["0","-16738068078465328111129604393432033891242866894435808048634794992364132584338","-5983146032293922382534656579120645939631892395782073157649103625207889103417","-16089138083099906377630470044004099691829531653783203394228728378948884559353","4816969492273825406355872510260206562692082160927092137198702778557054724820","18959005154257261878066491802908801920005108204518113722717321430696562198568","21306679831816625198509765089573603135781665105862758179891094251352699163278","-10285185944958799115095363486346319110767936988153087737655882957655151772524","19262819864173510524028063640835068365432834782225814025622318563867422159187","-15782280410822562810319423020405397687275879961554665813474522911460817812217","16304307626944384616703208908073516128399169203532254127447968758865534455223","1105151357808172352087460274572105874284562800864765599588698864324086953573","8613182777558263186037983377120311620678437054836369999918274657125375564148","-2368995299082487122936386457202836054959739075904716172303862421813713994118","19680050471481200282393239381438550935603562297287752779596325623654185010280","-17994077140325158811689818984791077531598740216671413210817209083608143351548","8888511520513765675216802978921716894548720768748126889404427163989225717144","-15394449647440118251324029408903488741028887577348980342280588833234869655396","-1993696021535710335384681740920261388623385892867487619280740894205432073526","-4133079022911115293005709907138942980171643008846073688156711894222005293639","-20604731239373967723338780309354281087667518415957783110706904951972757073872","-9197972745292833223444422172798199127306736820848868554061348848606533182458","-7413024649904941763831869377336084036635806215704822431599376578134258753974","-19952821738470007090524844378315789023804610107575971974496183574552898950091","-5519348787533125915244889620611380128248589406779576415589003291674125758919","-13853136788891524511897945768317596243547034891464493217657071943228843371218","-9749733395308682629837051246611154935857608802084379170550067454592138994862","-18904421666844824614729785211954203362733695032766902839054955276843205108306","-18650201972943920469822448000404173464331113111546725726087636188168368751661","-784739878329565978259842070862505288106056978096661575111647126817112602635","2574546382730897130788555098600755076337175819550435849344953128869472907452","8708515546392721799704796904167263112754411736753021695215141105238712645984","11352969199615467421367699543013431510182105153613787259427180109116313981835","21670039533943542175704920399705522523507299491962182017897933340257289154580","8782141170674346632601796381898557538554669385304481111654883777012345221085","11282181553754829278112216956600608513549712693747276248166727993400186568970","18390996809331864642939306563196875982889221420864198922355590037470259174416","7661615850128764756147163137663427870894603178487616779087886176508409894998","12466045497249002156443489176281620318363008122675646142490621066910646489404","-450472324190647485122355716552930654922929635044150828109024490291427839732","11020641582847961937969767849922812669984611090432182023745904789205102137814","8731061224673281997503065402518634687251681206614160754887715938068770180581","17554021034597151450396773916550848368390069717490565508526919887456058319180","-5901988246237590771742381156228953336453734720255149717558241575774593923847","-2382484938553218724228310549264060336442692876498491504984386308276336921230","-1850835057614830349132206765412144887854363014429467860792242027928912770774","10247825762373426076752891555510363877391960275208504118312660515971308996841","-8077233299718111225323328092879390265314959124381709727709459354200516702321","17798714557715598230335698689013736849119228980004789407357082235591627313346","11828803969447267643602282311422856144931894125968652104143661506748862564685","15966633223214854657472988379307374152490554551131249243545227647480009568617","11529062331732659001190861830055485364835534158374272872273496950916974834702","6236648969376593627902758309269742292321217844889061454834918181151311541437","7872697386517075763493489923355027399569340552277099308790002476339078336316","8107741855884222766521244447611270271328668452903774478033736623114637225995","415785374577191593599600894014876272131039396832515378603592960901514624542","19150753548013016323486619898020026677953139751322725404014801711932333473098","-14490766291076343970292862880223043755244182605091528230923907353633551705110","14778064594484010652589106722158244782401818658473875690521015750691910049502","13422307546443763980825977558399054611995574119570044755319360403513420585042","18256011959882618614329118713764135431824855620319131939734579911802326005359","-6226059565704586163706727769645759037716306477381722171873872671865610256663","-10997233832636613624431112462209380563719996628573311995573169309857631828360","-20977534922692560326384646493632245219044192938232765123142323600220111271113","-10755518669738795792457996926623293575823347214197189874813542977956533178464","-6525374639151946226153099660247127809258744096902486867073278629153775713889","-5693505468933268730536953325790774491386795753316654684235086096534779115764","-17473230985740670610714971629997823233305342621226389441274075969679150244609","20051187005658775191136914790141844123562960279462393572414342978441335197209","11714680482252898389440640406102636551947648666277137109782376943050383125345","11487085540688040302607949997962046615006471878045975130102485859485813556942","-13446721447563913098120283407536529999536536761917392599424853645681300100609","7174540367498428499205625981364437871742417813217145255023289254666141225052","-6418237132174423681115254709313842625022117481851993011971999870809700079263","21092338526382181263835468661608683770737764279454441979076177948094039210221","-10527990448335318452920289256993998806362911422557433885501531773210078968924","7358393154724773605775549423725716015303225503726202383517385878742947852030","-8830882980405308816117138572447897582969508606631087631093693784200727199851","20516432901517797152183072361374479303955155773826445461530967597681648522431","-9461975682887175131268364498100576838240971548814661820266048515816669992410","10516637204754216063515602313835460722512030887337363988228385435550699635644","-17329798794462754395543281267175273573629463212702586239801172319591213842385","429261192820859423177760538197732421433747969473419549177896988743720847515","-1658008587820989582922306013051496598127291181854484889676547207907016916166","3987637049803573540537305967578957986791079538515301244337394223751839963964","-6677847611195515767309360789191899980665833105121450047096993694283688011632","19370281937544989522685630461333238566886231350612532162764010556907239225191","-20511097853911080707688129350823351811493660904977239086981770865972030557299","16385533979275597131220158581094925252518069998162318301187674199449533153004","-21459537963044329101129341313727843657379381556921583909733134182867110415577","20301610985409963058732858860797958913164611165686948700804971528948987426235","-20875355859439904954736333894793244825371528172459931737491963549021923184897","9321007645399487641388813612728767655441632322044431471722028871986177095776","-15981640358487392914653749500619393052038481293463374395316058867745837156048","12905275336806807546868249920798426249852401298844692242400160632180744928577","-18477422447273027223904955105300051014857075119208170671907259249348053669351","3741642718622064934163311851612790171596084176844737202136197914253387826348","-17759697439606567736625085111339502370485145494172106126019845390028784258882","5202391981423095202913277665748134540674431495209613450118693998860514349402","-8468231134010063716314549975381342417667491635022464461867422295585447660566","12333461440779864800993751432630071918392213972729412982406896422160849333388"],["0","-21888242871839275222246405745257275088548364400416003056065255959064766748045","16222784484957877651223041188321612373274386154486319818936918936981233297677","13264647713947248917218638880982928002851113650607543965243559979734738499830","19884480708919568483646604418495196627302885673290594266525228679235044690546","243511325088829933941871439823515674136930595463472095847425548752062561261","19657948931745242880304973419043155305605424599939535102442851035654671336906","-10128887076693477206865930151565088163115519441725694952140165897579845688051","9272591054764643493855135218988740768122763810990949779453436652367428119248","552523161293753709631456043773352001844615149428277586016125527877830950670","3283493412984567042601373044855247427751515795618204760442439468809990652090","-14328095941114555932261126922745449182237016697444801292912452769531103583015","-15109302593852713456483719702002160269739322791659260275840728501096098422994","-13227958616397211910809699376159499508054354204219170961267496505628804753431","-6109224200573906140387505931731168335524266149356879156545985357625736144097","-12894590829178951105502246968291836882227316268476892804135866910058257875939","21367678631867497624074322248624176427658554116685702594340617010405236850045","-19561469787986679306321339623382270912011542516199959218033171523372849578143","2996397314906908323597302558673147017039224747624219061661982915865344154140","2635634698985409747410259629654579830287017223652059915095751708051886588713","17102584756006441324960471720447063095126248589694738891277112518357206702466","-3516391288394887992277337128940298346633683878603065092722290284555842986539","8266278612194263336235612329042171730856781535024208870987221185395736740003","11818659719902665747676968112509527989245361774953275851578284956805680220954","21702100503062046767635597083957916916686277110305129533242429496181023299606","-7695828959644929844259966408818763401108354261157565647114174178766382071753","-17591484118556351444829047621198961074242257830941037367051057597139981654761","-12157920100098320622740954405711795117684106759964930054265202243663243939440","-8548212091155204062338537803924293511837767354296521698982773884315482820538","-2527475414655309936127753842798097688579212124715747594349201598491490977428","-18517494362579351170661130941471041532444034167109625455479583668912080104448","-19791454695347172176956910618963125825067772945561292601862488628629665150209","18112679524092079615674947503172098915115799708514219226904163090107508673528","117319880718829265502463995096096298496245548468641255516317750003843311435","8401110992508125003561011757379027535541051267416796458038311828222728988382","-7446355260682492238069368862218858923374004269949371617058637912911299930328","-1721526642593284438386470666927513897601846599628602016872869816972482579301","-18042577050010848357768180173489360419070010194817483679340980115010098401980","-174700594077881979210973331513901148395412676075552172436388046388333950862","-10229537099115953727449950793397874014385758247510118981077766188887555363874","8155638271554065104653266942942415181108321891234068985316891212506978738414","17888618456088303775777829295160843137289369070440165901981195174419760349884","10850837322221628336343356723266829933683408572107448319702611512156846659278","-2834602641629088045767668990334776405595503099033696866686726595974241663748","-12812658098981514848210540157731312659241877924188620884277983861455351659877","-1892622252876826050282287477482547363807717969083488567160837994144499562535","19293415183220386832121606147192623798535293475144283462052188778455241841350","-449636466478478023297931394835615593304800409366778451039483949870094232851","6435809473586003053554678845650992777952555246736047658488597926565091986663","-4498052048175591124744429126746466984105370616477056935892586865964997348874","-1776732423666362094602337992207948839548984074917137495312375187155588922475","-19005519987640785284380547693007118034732037463190967494329556211472997950734","-4502953757583433209606643701256614238523481906392403758158879888723300436203","-5708990920722765706436532844406854734318122639732926185176225763464600731683","-9909607956651000472799855142689871447339933348038720647150859774423890583423","-11346597275527386660053213922874127629084755069740332454897254526836187621912","-6258076857603717473931936746680158452285983229828592201889558359573351075366","-16271566512201750047404516090655309318146415525100489335678629028600097318722","8384145718855225672151571349361375531581566378387428165254875227210813616508","-15368200437160441403745676545983309599607381693242286465440456780028041601630","6097929823852215890876919892561987941984677639466153720735689040941662050123","10097162842705593269725965023336883130518874805150652981634979174310922066665","20169654253128254001427074882611469304833265536974086078738394630877209022217","-1720232373651783172180233774491019811331275896842313288625941066551214345855","6926684761709915711404190142027579897000972459163791287177269086124849708424","-3097744467808972325208020099141093978229299836211155512775736989296675528913","-12541994915641153882641779316523407879703363627057143487472562826773537157410","-12272662613187462929932229617990533508433073392693405026913751285534616009019","-2465336132455983101629147363449670035312120728188500989064840507207373675689","-20842606340913019009580572881029676092734168547736431011225254802844781612907","11494997159566052913127946507071743780553306826796011627012088250479173846180","-12461349877177284444121697173492048355632397087227929272728096307606713536349","17778402887801832776167910107432121164884563056282708670354039917800205164262","-14096662603441655378911665032179347605470457628983432410903767730021261908955","2978636207416601546680752047684997611403839330182855473216093835774721292512","-6938109285779483359567659492804484219807418504342656327080337389935267599910","263949206643825774388686844978481440528671070396276024962461209731250563706","-4449851658515057137250914533922111424987209155346704294018533767767890967275","5858824623120897331976377656053890934568007185374852740896122089047040390462","-10751482589978532389323574458699923860164328181047165759695288550602294431987","15618435171221721514472873407222960293202431961051243548896016935581808054889","-12840803287879894686020509368481067843920841912943719653526165197948628539289","8723208151234624375291107295211864852634821207968935861128097579686720363716","-10752516200039037061849261777450164505169857357372895094425379709180158806129","7683063623752526801429260731711981710794786154138303874781633274285284539518","-12097896578553570436298633822457003370700305964201827899539944464697035330872","2817107917376246788036309380238517271436669911549878464864032987353490187147","-12155100607422019778271498815508784969062934936139131724053330155461440377579","18562270050642962155824474477588742275762519920649213472985442764287515887665","-11647438346028365785596396945531364139639218797376266847759515404560136068516","3686709347101261979574924341693668577577447099526457687010707036882351109233","-7446130281581640598844689288871105923047448148794140951537647930096498291131","9158228202769926736879627882287165695541160648640070483105150203559727947284","-19615429783430467364912080826416244896080379012462867227759787079670885767079","10906340195214490283322931956706757335332013055204248717433528274207187451268","-11923766357332892231337766425741060461431397951126648596680346704977349780752","2869987243309327857496738366893397266627884722335316744429280838183383177109","-9584196985675574972030094219266904008244314050866575191356156398238905857494","10144889492429263493920482224481182977622523656196488542078183098098318590788","-16044017155787334991436485046057657093928822168413802376210861456172509409854","10513047428224279575306237591151660233363587297780702792024224634642217221706"],["0","-12768141675239577212977070018066743801653212566909408289506789801418928393837","-15202681949084491768400265268255748402469300989760319859138227315685564818548","-13621330070397383368821017417057267994675379039269691661216713972166135333440","14562657290799549787983922359847562811046127291011706412377550186522997529884","7814426702983313355784326615268054239330955732044293942372385218377597168069","6745259038129124373963859898645772639866088779943538063997639191056125855652","16200640831253046334163849681267509754285459203497052137391026591649588212371","6211809409148072625588064950148901710096100750127097843856095971373071432316","1728178237430659204725503957389383000075494032886120323910330379794364678245","13970752785735049428451277311531686707606647759991964908032391924858154703398","-13596565373922777823364187645707600645976190684418437446212937049931406447711","-17589887178389951400308037898409948192111322320067745507688768431351861644320","-9152597505801382532863110225863576512206823580515762434227375603127775972266","-7015058382963696139939464934544208524181669849691576917666564410346780692738","-20831896145371141481898343353608562011481104890563699193804490430003454552001","955096602001347810419740719186510382258758018523469214753150567243306331049","7907245737125858546573570903145519885842242714450761420648646541397966331474","15242020983448941220208428232477539335901022340621851030406036314642265826132","6198744648061530717211848543665079349572437824152822080157886575842471224751","2996618198767198171765052614232842477360517116710812527357174620284257253285","-4353997272055910395963267728973047543336823942537628822924382442358780460933","17213746378646324257477208867911036864272535337166799433258981716474834825204","11948390003332319025964023057864823538443575771511781221492756886908288454000","15928018415517100046994925967963630292916430935270238690422032892672516591298","-14296158788221417456606830288692318519411576769714218977857317371914107277691","-9997648770666382182825329944428455018582978635711233929138630750344316204224","-15065475670721481924836556705814009311391842295250632447648245743731733456048","-16794612604757279631855752964283609945805379991172971397125688606277664292262","-140331957883088136232938675979708922919972541106381628481620345996826061923","2109745830320722527959740744003423346179584047100702959144162429068904908728","-7793535506627150529159980061589568557535515987531571299956243201529966027806","6195412002155349579183212725752918828650945694045637642436014175101745582011","15145849922231812302198745765225362560230224013599118340279187320646964158961","14508934771389450282723864094402963151517523474750762827557319856922636711740","-17551740851102632937349898506553239738376848473739750221908257067783376366879","-727077300747570020751558593718396901001887438979484913182193519345294312901","-20233373544561615047800380577731418545504435493553489621599504616805303051290","-20988057280761613343509306657263159981661980176271300303042943505545668782113","-807467615997489057255820087288998415537016351892600288568874085070422277340","18318243199759561593410727055384280851074960266283405220114823491235559378753","3598333619300250584694393265990242352444463130636263079124605402162392364044","1101784505055619138364849252662666188191281165747572741441038455428450024707","-14817539525930233397426130876281217211107446170868966271076530949447072551655","-3446691709746036654814512478550025034163962330157916812453225270471400819981","-10049069229032140730366601115478381742015619522225464939445783453403963377597","-7540119213063762867489685823923653200642663973523177525823588986073500856990","-12892667437457571860462659937529070751742879983185759532132249634619527156775","8926564315714649047694984056282797436388414873595312911864136868131977617450","6085270135662769727357181021805888765147606326013825655341864291853905975438","6051683328633465869316669269081877270235697536246616437831423348782329235952","5895221327318996812984649965486117875579324103484693896292126702304766399770","8010158826617766188593276021272739616973192810866361468489623438480905143691","-10417550776825551398618914069870038299276838967465518299393220835537394720909","775008592068684408346396180727838944500584885788162025416899216715114003811","-9556194766196815815592235580120941676654937116966988921595956831276346551628","-12987129411931879092243209226987869281335443052819331020303680908757549856343","-3254951925143851415974868448085926047860149301391904707534229387398232315241","16431422351664362317609926292189421558884451957697988990813277206335602513935","6202491750947191412596706374166289553441691570883608113168816571427772166591","1988899278929312228219861898086438446467470864068657859287995241174735506105","-4190007881580818473882298707903621568334014623241865023420363225065369262040","19873689204205108577566858246278872219375160139378203002200969437772826949160","-111822940207400753232486262329218749325713436017333265992943122451560006441","7393501463676069835432062197404088348450830892048494137389114333579897454495","-8990047994484986147351458003209007970078278529189237228922048500181955067844","-13872804752206585541182734815011170856653305455342302755155450011880255330251","-20595844589909929847552831572289679607986314026841500321410228243741366800486","-21315362231620255810620356581061997023008189869340234041568402437190921940482","-17903422659959183774401990743903635197601343740318498294431562171522259690940","6770875431220841104214814262818939938642707085097677108053388805982682313529","-14634918762866677921308569887088928185058205601442431766543063122431337339000","15843453756865372760739585517073458309573002532885451084205609547672758884459","-2347256795927053751681422596807288423394661643611593181353079877959477005967","7898797992109470258117508934634759146862486003335231174428667277088330443774","-1132183657286626741648676005232881981199073313561335452352854712749332030606","20977924097271338710908058215529073234252400677558262097008916556259707713588","-15828591074100299450424233749296865995488851884425464226234473542751892342847","10417231156485765610925048025114372447846988701282130376530790741506481343703","-3022981827222660684048663485221825649779795019117220282748589442307014136684","20296710934063247569993550938434109461486984760912674007227375677329590233475","-5836882789162558001154715040976276582757342950558696865893817066237353590610","7069813985227244740527888226238295362653215280154653707700489353495440318451","-5132291791378288455630794358254544950967483829922923922212497770388711910537","20133005764796615516749977848411530093914135378452053236562914662890232080260","-2240352726383971317973001243401422233885161173456144692250893908881382605687","20411918038362312213651750131309164891527175773416354470433741538857325343885","-11732786109400429141984049823139992911836566318689670643536501103317900893285","17316346326853883317717537530917360008762065484146165909150410349548338634775","-3425031883387600699000497035038575757436481937592851454776115408693863455644","3506043863565906065182673960789596582207610504364989533524613948157869180843","-2286043844193658832106139848092559276667309302972390250504479919960361837969","20693313147119260517999191810409352657220523945896402854347853948575061435712","-16838380640667888496587182095248010296899157400093796554877673807248402208767","8841125572928909686126073459359238620776138230804026993151782913688836961304","-16715956543255770032733697249939640227341917601571410085202685534033027831693","16919471301700899333257255653882863569394778575597535721475709247212124624933","-10580938768744665004323899371266789230182791310876107670909750117402931385355","11918716382346787260316585812979933922071484482103764913503232286010957514222","-9469742766868283473983858313315083524911316506171156278505865015859913323059","6554392160629760748317877718776323293066614735047993359826388182901106594584"],["0","-20705094608496611696719573002270395354032236594988048162159179799784037692135","18625491220221551902344491753318171826691902735398098302530097454879256425282","-226378749807888031373877938524353420383684784700197611070012387318373297017","-5997361998383517449254303603131946960396462616756559538564563306633002340711","-4798460514098851769187573344548699920860146399285200808874054873723730428833","-20789542360367413825976298022448252751335188649499145430974785686941774958642","-17279267732741572653983379095685129525237923365015360182200359934215768752970","7551258093798038271791977555633865660986587181801589211559369981725368469554","14901531572547626239663429971261119961743312321121794763163068495622424826237","19196636290411830780694663118820335489495871524078508152350344003300504644466","-727455156172765220704350829878805066853651410309994741348848586440834287668","-17274584447177755102312643302872946585233671411359327567497531925821690294823","-11978772912664606015628057299908494060142570958857035962706417606827790585019","-13136010072231078458378204425081288492524192723718616413529808636159986451184","-17473980294829719523277889017307562642425786766872378498260769370443755388243","18307064486160492085106895244986611987634690679990791862345073799934304107169","-13583715848273014361303327628753073439364097684565822305370431466760511178846","11763577951079252640108733536750345239389809454767486410387945611417781116094","19585258133412347546569756843890008915616052805502091786392559409262563926147","8023053263901720275835430889476332401928302168273431887120908342424232008565","-17817020548050666248345342590146037990477851409321598969033254745088309218402","4352034584595730016041043811545300752108993738776692292400288917611026911853","-11655970144030648387926217699584290999800032078198523725266670690835276385704","-18105075153589691372096079890524744874776906095368253582597037359253214242063","-5822850670156765633069552621375167929006200119089842453803459418529308773960","-20149842222684607577732632420402285033607187326756760309525077229614817943365","-15868128970705231387292339163714298803276193120938194534650639562598998527916","-15925172992947161655393186282321351460902444764812715897029392780861875555913","-2850026437170249096282289879399483467887126863310966693789019880457518084434","21643553954593960967619409794205538543475895205233321028214531150241688301515","10746155331050515740925399660014646044494662334843941258496706636017833956696","3569208143957171814234270269664343763823821239205380831007320383774310946536","-19188328187565526648532028124841691768964499188392195799102802247137615088822","-2068747144506315918201044428212244864839512899889920836461131952066012024132","-17564036428398523828802385925709543608764462619910413626477654217778877213637","-4196611630630712614451470756771257099866714956285341810872289605522976654003","-6178188320388811366035402863597745969691540850382032646407651102460615515386","-11053806040912023662773313651875056658672087782688295012781684150245051239193","-15589699866053150518182086472185899614738747565294370143775913008587311246617","-4491624617612279406552555727985072473929402793905558934181504623716516663161","-524404925772854036907318036271139196883947537760049362798390473519243808889","11730097065068272556573585500045779062863151111709759140297131638885837377475","-8445538228618237061390638402932124759798292685065773898716845433564119642576","-13427076576420388155943187600241642670049321704949281565554151959291218632817","-16499963613173584804290894366521669616156549806180819224562915248318225854926","-15102513283424683452448646809648868266512706175568351190425485915943181971823","-6035150160711034218176521417728390060677571866357467006197677120955880314610","-14909702043388593231415509480017696219083537110825298721196017636234787635515","-4982817815926500795795484923999223674239191945208057758582609385109404496599","9390964009938897564083421203601570202327109076614656069907992299871966967564","5084764983397995941945739296371305049366468024910374047185990997924219687629","4807216993077515007914962470374062309974047642785780731894139995765120252055","18692455910298674797584297976114983317107117621721061059866344964670455050268","3670294458077532593181371442861494726734763364031359699079471243787649045714","-4262940053080630688452341040265495082600625275589039328289038011579983869247","21167213276198506704952332445142753132305576893944286815121445972720703300645","20296272806666051738533731739720263260351389706419975002421149832523474198730","5982691747959532382016335910063986932791982572518061314479304370711292437881","-11187608378776063569391559078129039093605060161346732750022995483738678292748","-8603907698006217493335778944908453122533261767409733502586266312045587633892","-14416503186885421071803682761612375149482659582395543343414278796531790667258","9568069585596201903847117376482525867148857135406158855360655712408894513677","13671025205564967422031962481520135734597994114999341946633211306779971519154","15821057489760774659162023530812345140182221786556695222944285857940585241411","-20038813861070025919836021931826794456909257894586954916840994428714593083137","-19791849328951544939273501436001403896897021100917941245706233538852417530283","-4509712971256441341624945719115142931045615505786378424045907023682898222807","-12937037125257772820029016653805642645482695505999938134715480970866777880220","-601868624070754133299841872321163407475370106377373077422812712667158124746","4955123555323766669490415605168936945158632781202526079003649266928678173906","-11404997665995096368904645288979217232030138195526137898002580433327203066064","21252153232047653843312293495207329517300517599253314115469854414191855087771","-15279767510936734673354817667783954300460596431246495215597627988718132716046","19935481589326880859340893091991197859269634101129739654550438483329467460129","-8858093688644398985512193617064245305891501484224348448719438179991991058333","1655412381830650112470776354787571001815508871359311751464623882267060849937","-13090007191554509040225799295368746627497544662775879222665985161312544450176","3070624468745621993938317321086168828628175931690718024217584700546204425173","-1537212025601158963541154931283549605137082885161816663416669516075331543009","19011758063810406026253453187917933231734039566888982014336528351814215398180","-4942267363437032760020944739966432748790610094712734703317252838858556030395","3347928384670200610816873654749890491697675836516324102628686472554612725036","-10367475059650695184267365673750270864977764951411295238660066110741991401819","20644785736885271188184194776715545576791639481637392646793235447537679103980","-18297390701454114926184509433656342981225041970437372035495775861918310605590","21295393157269120872892713061107233117721370424181849595057371004957655745872","-19191023529066816209206471699829704457144654159239303608522406185908418962507","4564718866035045127492408607104687542829073226547929355850535837072355080104","-14647472616229697011797417809165813892208154996328596123214635937987780956359","16071183796514525916575433615943510673389827800773671260310771545995345815278","-14564686011581777094955038746402629240807753058537832381824520965935742296471","1590474150224390311854407268605608898177860898947537143186197208670207922498","-9375073524121237675276381170750254522362151601309787626751452256067704793548","21764865630023179783954345751493118718123686431814207183471866017152445176481","-10565238210472840284514979917756498390627875388943682283232637235752308497694","17096280164704477273079647663561889228931260045248621905299523779959057012583","-16481864464213350936931398462314059142140350935977977337906877914230538559852","1033065789694646357591630460914581896695437741766957569367348204376844747126","-15662325992300248063135174136041188466517076774666993925241908897859180181735","20607676129703139840782749628167788216901306339983629176508491415389806397566"],["0","-5760063913641914532170106775067703970670622210635947723314965172438970291415","-17888426174705283590346049319924283264477574587353311778982771410236801354804","-10827990448360349341816102625442241314708790884743619915991747704346722580684","-11683194094113714408363080676524157509585303567849804334938783895252824327208","-1160053533671510142022235378430548772192394628759675636569135504365765592021","-4408447584944085489387960716554992714952946308657089201531369383889476472652","-17633774351544687337751689666673581982791362437962664681577903060938191626256","4478855041278185841182923827464878444107530697418883049889478199852060532592","20790248633993468029357418875552276330368933149057533709129479141016445517676","7967506743742319437002018689006999499794284857828392242416737035768490533280","-1871173312880702979747124155196691514017849182870710950072327836436806881161","-1162264572328157014097558629064856787244248349802677116189921883785582534279","-11611875712922181168852319683490815765099664119072227757658122183297020552268","2081036261407012209021625361822760608956543075313852830091924186631918265691","-4127467435844635707527320966053980722477273841846321492026012472371395065536","5167674809350514324513741460526219979784026776187806610657617353286056698025","-2466686628210250605597251192359653442765807950164615689728874195241477233386","12487996186994692617239693296301425191966653624366398742782449621537934826840","-15267254144784496082350465074539260705913955314836217468419404045004309340096","-4646753286453599967828375497917924984880705380918980900346519174841577727709","-11558655854517580759013842045579410328370489545607991508241502694848124844040","9431027125364636234251479045456615816070782524011438774038418715770162377470","17086291471368290999575428947378045243258320641604315914323022364726765585868","3323011802887583479203846962656566248882562997956037088006046082163769801375","-6051620975298210862044967090188311376937336408651142121164731559180867146075","-8888653695656944224461808818238915590745139498259534690716457787445734597625","-10406664545426627860790674804908515767351554814245660561643787176353526898875","18299120254949792529887348872892107977122427027036831580940667304535417161205","-18000998909647048426577545052272260651694766824232978437574202652249270637886","8649247977246988036046881954808402475785928235529379994996998018975630478070","16611631978798064542902820880065799383055333079264869028013015148332550653825","11424098657785126754862301346151074244450749613273068899171464387472479205010","2418886433919672079868464986652460853452013413518167786975239650881869190343","8811120959635957865006674256811985489895598174141131343459931627630850697426","-2715811379610692618866620508223198914930731658948159675900806336320784860461","-17346104201910837228404143201740690472534975141296594956322338931168034873922","-10932660829103281431651468494255793887317253170866320610230933103980951555877","16149679148398588438914908246840777891907816203149740207135930029654940349581","-8693831848594183530334483027663829955062795396687155290332010300128518645531","6675208881597479151499478203275572558626436708944150561667554611524919537164","15741762087574446110710242906331437913045931093803241251642668557692354065679","8225020846259110707060909238000796178763478515529714787149956751115365630818","-508497049243816499300343131105048276331533604080309380546089994183319666623","-21346609068644162306451933742113685217845893961390391129914288671622870048399","-4661618323201977049664557174494634212155838249421497436791016084644400599485","5817149129204441428181556703160731346847850152282599697612939545772785036913","6280693209600260256923861987612145207453190290252120192477923575208323908510","8039074852268523059464380932041708249778343645391675463853747885879370566617","-11403555828745883151673994507294987897990843707270661068940714864747519052242","6832722239347673388683331277439496352679438174241450790876628538740458730837","-13848601675142180416697762421587709381799299315920480302488221286343450161242","-3324986241876423461096465636927411984907330259587006371724527452766223274010","-20730152470465704527361829714377062093225457491928486333234249142226192801872","-13324811874278588640550136355305685466335889724856280104125249669187483159727","-20305513567436634938371828565128587101869150413679688001938716655380245846031","-14547733346064462355969416475418356566930236719188193974072701642424662547505","-11835321800875820689553707645386982526308612838030510277030281990857679224030","6695934434541340441276325196351344235625447526283095472551214538707604595044","-20898804019632445045381686150283577264698159233043382083240227064051223532905","3725770605676124914527141389407077026567360782383063322165990657306194483066","-21054592630812822875901518891364929746251733547549335923621138936395382322343","3668194446415079008249596230239111206694806455005207547530127490606196069227","1197557180966168123331858400744611403080298703449991251373168339661337081555","13605209064777382233723036290816636608610360067153424454878171199767239753767","-21748772777895140935585854651430400940529637036929666968758205195836331613165","-7756248519074588916901196753580009090273216769510148991916088250902462150544","-14645225212673725518351649516150097742735536175611932902112204816485784348154","-11939535681923149119425347272894202787813041555911942207769702276506071900728","-20673596029442658257587005340845962715435233314824764760232885934940131432752","6892036253033990371137796983106127903945340368958553445739733353650152275520","-5414329908700764013124581540046325717273626993668428855311894410531315178376","7086612818711155802485180223367512224960395724665263883544927295702007603055","-4794508908432315434250560294940096367790840074870721680631508959342572863650","20518826051447645917770823596470449303756642230831818172927453300582257203284","-1540826364155399673596758210017105750732831977010878227393092186211950614491","13392680525132537192486679195273123142873723739530153980865197906519675375348","-20690106149786795083957231256755873705362836851822112712075716642615418743847","8676412874580150720672392639417254074299963539272587969446210830320625303691","-16194763701238786857426169362669597708182293478823733320565113551718159974664","2755624906541643947456797705084507078984195490410517662150351171181622688561","-7414807035032451143108544406965218088752033018228702761757713644404780328038","687610537482718309702307042528263660868130375484303503437175471731820567992","-19676382961941713782896950810199865846477902122226613378414773325741754957772","2825801772259722270959253100676778383444510604112592063453271934459067082880","-18691147277099102456595350187322287048672890111053669688188725130740425223298","2562041455999277162113762979680949349199247292744981525166713096758243598117","-6267862586675772614206947539406809000773765099179412822188290077831783008393","19504782343462498726458770068407459904900523653380173140577099619271062314931","-18130697426400472242949750267273927353794601527578407599315953199622309602443","18733168288868006702142471028756266723116074534097459141268239673304354850902","-19904758105726083921956586269757931106213984811099901007412108611158668170935","14053710261597765147330950745701483596265663310755969200868672347205808547675","-797621229539446366836197998338091458976979035563559877827344417775629832117","17685980738535460418193806024005702315633068083011551114193968865270586013235","-4312468812331324192210139359816484447575322250580915665834504930695237358841","12284492616956031708724770914014693636481578271613802785963954092567490667230","-10477565701189351403927669215804385150926666071267663145794284810169625597857","1824334194179756470819193880109356415043763896668687188165556539779116694711","-20295004183289656885762415175115225292992687237465387948617289119013721842245","14219179080610560755246969895448432888770534479367848598700373486916055541715"],["0","-5051132970424448128210709018136294251203468707788084491519328283299734413327","-1408083720461259653640888069062417736876384089999998764918069800131799594025","-6298506668601979128373859837038524460178725904085989475860878006174521128389","17825152994023928751489747869566016439290382802071170137193143296250226552460","14153713299174054907117609899718741853369435396311422157739425927540448894340","20067071734792957971826111768619942652433301938358150278851706007818594765816","-743615231104020108606188616804652454392936853202872741577084560184032239205","8657908072634677275638695508198954689369271704749975849690016321687536416556","6249859170839206407861057410770318209199695907459345952176237539781941943480","2495657747896754084634307100063138777923277488092438174399107651428864974209","14209715144742237559739717032159482827455959722537889857375900233319873640530","11672604359169256346689994492472171437292791310094135295318629671070817852854","3761458262391586602815938293740918322643280434662421658511370054260074197034","11927188168883467353971006061642104577902023973819079627127500848364382348617","-12240472853995969844254549763556795429724520683965589077075653331419343992593","18697283045198138664350075102641128562356243249716164756097960533127792082774","15692484079174836666996769212899326697986078774867631614334861928766629171241","20446214156414371134841067971253504482888397735071659606382833921589461544475","9787624923374394695279637346826294242748390271993454475062404336884636404866","11647245049300329625027202905759769711205237306161991944668460418657387648401","17552868688038890939181741293879406706431115207075907800420265340288768283937","12122727683920812892721113315564011142761662679191796859964407803866274592226","-673699590144956251191494977099724012836398787848136171733319345943139334286","-8152090858372662975491213033645090688004144235790623205350793497186043125990","-14113383922667600049934568362707019325710234727164600292758170116650111361239","-16226000204326472640624178226023484324847485509168881407911597891508361829185","-17886759802203296662094080291242809787556318765251495425443368560095393884958","-7670569581031463783484660820119136009694596340699273526791918788147613895206","-12465903726819272872656459649397150109176909776265917498614094877978781853782","19036213511263656137251494124995209653805011185065139516106011535026097101329","-14701816756908242839014382494227441455482577089042154578463107691211906672533","10536787183211264367431364600461307936838934488348422212917153167980169009400","21856157831131779969101230455049790397745756083325853239874577240302323188728","20224473820920374471226675034795626225247669333840589414340190479056639223478","-14659548738518980803986887991347634618509773818588035366652106000009150855874","-9925521349300895509094503231528885192611905648346217101420394982084891660887","-21054341741628093969023592843272759852810339191818077819118199472132914089766","-19136684104594108609221761641420545267173253176000628835534605775628127190775","-19709034498121079582527156141549241316344567146901876622005223403421596985036","19553394458933141871405983822131472746582931232145213578524336180551204396539","16064917458180751473555430223552697325274950946058363551013582720198790155454","21411788640198904110232694206622591224713381691703450419508183234820011099176","11212975096307490643548867109009465840625783249591266636162139294360812142759","16768588186680812705678453272026019014449447213305710841352989444073262399612","2506541626267065628220877042975617199603795992390666820354600882766227468621","3354718114225325358668996879746228450570237615399353114836779816756772032437","2294099609107548091984915464816580401911183372877275937330235848249012465510","16600679504844709271692756044541954867777738348866455230121889678635581906167","-1959977141663064377432064676248249760939163126258613753792667219233978483393","-19905955163297737807939754758429241782680088772743154506456854794622871079067","-884772502984356149928885506792914456377078781107422903337053680173344378799","-9136790966209954906586320206303290528156893785443351055491202182894807360309","-10092943328532609928041208449655403198180993290435623354531141471726080463898","5994428659051907551027095907288073981495271655584057951618566809219285626649","-13734822954409730409778490926487615879212261388717344566540127920226630144688","-20335555406175909178398623764033969282999434238925695979614515371781739689663","-1460859443182644850700164098018063867284245731260947097327020555584828468993","7715393185779329882174848252581980448983735186283951938921423586421051634930","-17510408460962936556842189275846559447128678806779007189723820292343049825105","-21606622371285591315992981485357343144560062060241790166810245421714342922351","-13018926760633826196265298002020735521452393901593057460041657182744326539320","11402156110918368934159530430433898113004081484829655862136491587705152144192","-189896075112690609950833169458046786264520442586546365845263758083551184813","3880025281281249412830734760758480874896694727981401434954497863777023043318","-8124426102623657272200948645485852693335690380056959235827348508955911128551","-20006172880259495289947709651996065655463291129940833360889817351621528418428","-10983529114392290312350852416684601311204767998543720048334285177116817438790","-8460428412760616490245795233214626037836094400168614931684234873870305131914","-12442710222401862185733262875285401955969876863912643697103856916424985100327","8712521207323659609305211130020230848199890066611450759577077218621718082099","-635608771521939549265062358966340424456242748533411873211057502201742417857","16473663568774805684228756449795252463731494042267483705166947699052673331633","-15880191644241226891121583470456755079710011943012007110311092193680042065156","3072773985899479920887446988425672475753319024566661397734391182457746879800","-12686157472730755671995656110881500585971985174723808370070635305600536170923","10627156689627145653536076067306961812240239380010678528002895384318798367352","-1238948201122759416501422550040104118664851938475882863582248732406368549974","13502458367931568043556371748681679103716534633178465950378010416837370329365","-17501931494937973395161569113374001333480903412369398406589338058931959791475","11042460328190081617885082094840467513500237854502325818804340823848929710028","-5747736651191099372944297669767317879321779883518590113308636237734604923663","21625512390558714906834995189891084969483418362025351469375878935824447620251","-9103550795800802798301377039539556986885516267058668776592845346180789282282","8028307457052833546038644316963425809558672124067042119506493831676004929816","-8545467180567367920598243548061325956400673683338130913393417537754738033524","17442348380687273866313700558516521934089732363448164588567774764149372093928","-19485085867695531058826078005313597887657216139164088826978367654490255606785","12247600469245018329713376977113194660945759172589835736816719359588323197354","-11575618669116320489372248783871012737959709449811520488663375733622849162725","17004376945305089025870928878434958676644303763165225507461994916377356633297","-5009927626723817103478456085930761647903364420671939096427745579797976296871","4101099877656140027440082715624797307238791483983963877608763667370077440392","-17082190692035014301705779702506377752520246158855472439079425778728790387650","20745993325353527760008798113495680598737675371880240269837048084420163429522","-6832042155934589383701094584478396972677937601451787237557260311485626293558","17216117230172830439536935047776037360252322627444588756572639675557020940607","-9292746045419001231410042885970296521857671553680524689239687301293468558078","8712079174613490011930587854377259774842868365541903044193578224533678245044","-5494394901886063356633214045707828162282881225876550963718019073012603044841","7701949027729899876307532736566410658406116407734852344622560766315338850692"],["0","-343655853645070287531684243","-9371375041633823376837636792436760516411466316879938836052535639573562520491","-471621417845747207920111438615753889779679692396887804331513393082319275974","17526955899913910487168684567560166378060715881358917839979890597541665357587","1413992193728880497499513133697747454305439776878023971796926009007789854707","13583968260329334718959736016143559474014003213124436100980343088559546398212","-12878888216629195566702425349443092095568161008202766886148792036934992460596","8076446743058338270625076632348410389574756498421304383777125780972036892296","19858112114133962853298117956343565698244760997344475330607218798773232928996","6914747317549980077094114989425959234394976379736050956190852353764167215250","-16578167059457743004882002805350620443108106962890212783896093177363764924785","-3438819383874190408626423299765161828320193716584614049481964987669436883298","-6109300412170588200949909022784946444183379346522606020350047885373141152982","-407944674478510693537058775676775667363421076556505502851268984439442903","-8596095450332819759417985293526083963030236408071689000780737477013463387088","3898826156881328511057604239076698378133794141665768026902348030635501765734","-8226699069532846390356350751793418105966723751922514343837464774886172207990","7913024580423145729595428071347625990626906100879871219917242557741331016669","12238809158257018645448645413938183063546007295241996684481933721341631886833","19599848051170546692513135500686225523723031152339985456530224729785637240946","-9213817218891115412716792901181456767512368415611879803476075055168788065879","3221387843271657170021668164805574024652418768901661681622647241209250506008","16592587741517555962070292193215546040397219831834449878965203809322706619882","2496398877840047289480848309774302536735828039409998221640829960939050964589","-8032909996686816139697239506285893103657113496848227634366501188593185581248","11786369819764235484341293548346960019192841347830626264207941130639201856914","-20528380321746164492429725107195029835234659520897514117485045339978338005309","1618900593096587390783960863117652013127968765966287729215034545042883233908","-6286279970274589956416270680043004478354528582221615080027967917908699466395","11132275063858774957468576899175005395101290674942195070787037572737752754915","17008721338924333713478024070242923430862817650462427722734281257552988732006","13870075069715850351432800817267138183607282962692754829109136984497687372429","-3622515696747770968176619854372292789181406370424921436791124765282916746578","21588963593028337030963107837282455370255026137129748625431316908629087220426","-586324223932308142664135455472341425862941470156355904204953238474944966772","-2053884025558337142137766260940166891029249292261441672015390814140677139954","-1833826166602599759890190068953198574546149100186942433854668370232100606487","-10794871343329299306258210467622162673095853888106683029590268071317732277549","-12420399089093054129505188326073001634528848860512047148493968163663892321119","14475604699573014979972705977972360383723281473813580332255231702960701959943","5278830466942617486621051833724824076671298217933650495402435794028820619545","17198728341366361997273722550117965024307009515833124301045386775418172880533","-15904805008701942026978897378005516998292584025603093176142094924671111120437","-20292708854860711517959172874668025496367479187695711862495162735378174181102","-20407835933241698289593925257220823913535408375940551679503726624205738593644","-2584569225169084537970667190037874451894510625031968360333367207968271114519","-15263167172173677602530469483034204013039579104562077226673786280617811003583","1822165395735118832833439555641334070011253343765465643721874619716523005247","-14766067655229340734660749340248727736139214859348502233864952780401042982900","-20915564305810656015464346485124720604971212537651522909631575361280602002288","-4644869446726773182643969402429260725940502575831948749865666427249849652658","-2378843094864897554124631289208387529220800524995021429624838111347159939982","-15346718400381560996346311286744254489841368235297622805934837662992855637419","-14100116566590203503839635241284486018913167681310831810486802204807294864798","-4504115645353311945381647663340130304235956219035945799185387113045439412317","20885929234936089741267257263661611820030599836166263130025507946852704184176","-12198946086741191749858891311862588502859020601054607017319393711634065870903","-15403013780014291017867088471786428576413830581454505425018138754467503142687","-16258405686163356568627882020214803161950701669281916871676568844693293531894","-18086803073702205156421422068708903143693884224352482918226619607214087552869","-15804141823496575925701019898468809153978107926618426180503649429632914516862","-5478173773169138330284372546469802602347942987184731126001389979886716606605","-1704480765665508143293600746824747471540594669293040105313404519389278833479","-18473104807392447741650617602135835131943895851263804196379179100329267783820","-3706147275028800825798736221221437899757281361474197188132718516583686962144","-15430855950408627271414432536469947312972122157546800151423827389290414472526","-2410047096098889741418492174586716963761999497267358132549911313497569281817","6519099339015748150567544769594623593343978171768457288748462255294060879733","16330196098322430626441824385818027856663428038029671929752274844783793454353","1261525078964750470760058912356735999705830373992633818408633868483440249478","-14915886238590845606802896016542938039692832606943391272616510814041063281708","1265041972646849603361019716443962544129815184439275097117664305306679480567","-14046560753606746245413462802596086428963147830739912357105432009987212044228","1424089966247815244334364143327697130090366571383705658359610749687224900616","-1792028730407055615257255261701344755893838999381833470481715552275448509697","3137141929344656756807678236341259358565467750695741877231299414043939704074","-17291587670315896163566533639121343583615874047721241781939766546343596446097","15518567905406152634058697149382762328860756313381020964016731139883606656244","-6590442083055446144621896620324176172569552936145848794531773208680734133751","6429562366172591886168866537928806147134397309786721919639277548177526133204","-7083081084549635672493601239031875613009004418803852541242806537087388872670","10076709770254597712818750336283560386472914024244539856723030740661594955322","-3951733492025950688499819937009261015476301381861660969364521348692199576847","19601239034879154665843615628414522337041829023407593661946067589120192753392","-18728285917005109442229505379073059869048744796383981346888931196223149389416","21808583735584943837327675552417089409292332945933700659778710357754779584608","-5099020304112813093679998803882044790174092250996186991701468295139618212838","13245203337330230515902838898132024795684856332539383148848838736055327667569","-3016825448795052646017197638813816650842251087192676398646372208813224173687","7086960846408070741275640330270648861302648153814915796402547593976868391860","-7840616782206732539001166665430268537637788032003668724164746377368014567047","17961589466571503470001336124027731617054515932627792670942974863296974008865","-2532320189440965255858783738581113288151547255951590753132904017099931565887","8165895461883398888565142288015480711448577251985515427030054019871328497598","-15276572205064494022907505941824433330058553237491163275209341320934796220033","10463247046780638807691669455337447896249556145273336212347878445371703952080","-6017692851010380233439928546065071680626933901962564063152570939521558345452","6268277901234854904776774263256686698923226439326699758066602548698082118662","-12669023262443542661958058445293680219220988522510724201951162861581390714560","7953946317367250388652777747467771325624200438578781083778978599287335898750"],["0","-11744910809279611094863925034040489071904000409978844856613344442356515895814","-8860094423069783447463731535426056283077386814633393191803362611507514650336","-10150790361032293501071039786334833223072152937887261045692647808005335212729","8306063509624554454593554160061092817118574054619140285339881025313760357051","10554300870517046054929139355124082705367682161682882372278932964047024216445","5471307613809281059937787209037852657672224213520329414296990776564817876967","1245169631473669579736321736271066826882224130315865171920135386857411918059","904479735829780362192926013621969700579684687835036210225176615496171679455","-5853796993786356084545028638195571412137276022136408997114649253442543783857","18675741475053805734273165303480176987947381991707680702381991467253218810876","8069072639313513071502173359064619549771829700214047382040205101405922419472","10022626538209672727752715341511497873514920678830707567977953099252844995403","-4489376077644176673396943425011015182342959303708972368702360490391962344165","-15327126213595326095199071802062644288835876068375348113665251535158319838949","-18544032959547492639829688337513394805553730703669611752934609061548177045635","-13395936784226847861996516854793807677223310501343548682397931806650893107066","-15486678475117051963967247986494408754713232562227964497927084448557821212175","18942816075597334748744736261423315191795357813390408803743543278683958314343","18336307559768710822669293009830705498662434180928844425324891594954942238064","20492569621183329647671295381027810292068362496750293190393595198764248196419","-9057533087858174028538621847991535165843004320626030382765520587817810771267","11804267403656815628423394179032155953761963189705716029564995612497825057287","-20409072380023453666796898478754788736942744465793398013949828889087612345316","5085069337830090472128136421855853699714139668829194828100950320305386173493","-16729857334196016212339189785355551838514592100229294309470130827897623350061","-3967593984742846691938332710765384824796250434194352175526171083026806368164","-4781678942456283293203393310938411440294598481307362136689078760105649964815","-7861254465265476250850434965913395477477241341973070578729619017858309671132","-19609706212849428761479581857881811668183341098536631456804560054560904548517","5994923543388923638350559377171698264896803042764576217666168383002321281158","-6070706286271286180332181810740246273851151400651629149906172979700440505913","12258304345766934806881836271429208987432048269451595853962829614104996304706","575312376925987941571682931660688082616004392657140957624430182441868867008","3931849288023003818190516112585865819486513345078043286403191185308356597854","-9832993105664137374249133114997833721337622079129903370705717598959494677648","-9997781572711346681153584978537882088527054880208833311143751538052630880509","-21865876297621725658065696524382087545821755320849343585205520608944829034381","13849750596832578959547511085965077070211784325793702020558161697903202623821","4677424556053701215201813188298884300358330251805137208862871002819200627298","318948699392192795321734026774758213718475666283012028480156923030736162947","11881178146951794873881953473649515216691502327608163567426084892965039226954","12655349943022550414947412069917178188544165749007786018472529076490206245291","-13349366262339663580952511220371051902668900576487095317395464111840238316249","-1348328349773406952773735209871341259217331028936755291702136002866999169329","-13261533883399332921986828359362043344498898616134029434293521969551398192175","13497660708093922593281384990760483579095527700300873527583655914648496917723","20244641210765348777318064203093843131346287880013329180214967852435664932454","19769540472845868755280349924532195872728196626583055001608682348052754681068","-5923306639578049290988159083951902109251452793889405185187534165603065613044","-15302552760657756967466803301666705042407206140373771633507179599089756747853","-2131499354646642661336771761517913669100328331387240435231966280404447690272","18608392379810337018553039914254616862623551135243461240657663786552018791673","3829088348244987130173222430867690669102063637340901067407929201292525916464","20119375095606290648023691741155522811686465996295812664046221934178767036702","19282777448631527837497915832980849370491632360658411814524355606578730005858","2222346610052583142288869159878594901043976199083689660901653708105744692027","-17591270270238444597386316228204982145450156837763611266927435054323746275643","16686593341137928529810003289165103033945986596393432971956726307658738427060","6194515398616390651591766703873100882647209612672385728102337926714821387968","15523801350508383331080444332922226040581294120697952274700922075076179269602","7570258988274999019935024242692707271529719745687778143161945463859032438315","2884511695164584217234697739874927075274936146980271276114446927225956181645","14079298005265629980907170042021805155080633210633253155393192359560893091873","12412073889485822621917603977827456593015651201937162089444682377308119020655","-7304988755761109377748405569689239745045198882004404305576029901326909258725","-4659963803006305581744312167753665009992970334908505428157023369812622115047","-18434708197820713933831883694873335818206142729339748458896166013716578309380","-13840544221992287751555009382978042749900099527014271987673644011515022716899","-17313028603118353559194834580585382020587929671491713407722018758555337528026","2552249618315490085305605297835667571549245095242273623175868045986563060948","-6422792567170542279518432650778750171653294227055583040183645312920580237101","20239431082872987816839588109505762736034820214602173319458744836616968050781","-17857534919172269640457609246899317003061599488868360587723314540374394480960","16978000942153804416475579958637141666017787056055011010683879356234512764684","-1677122716926751923187376096996349944502435863445871670421962336291458611693","2655823111895919477373263588022065113383425219867545415243830782335643973899","-7844341714428135908234697202204443896842799024543595550300757988420821942405","14952342057888575718851306227265254404401852932199571547132836874052485947559","-11638456053992852938917733027477786490126140599481718702956076491190040861320","2983697593789529922956441792686145964708035955841513057188982292349279614338","-8491510234191419255625099382903748723360809751039934811150477015479695781706","16677094443448557092482630787118591212018003028137688881752730879388633917731","-1742722307264983898373449890101101668891754808199960462299215213230545773871","17495858681565107451070890421598875251210936505670975382250387128952357783848","-7851373854019006893412584535678130075341474063582784867246703917434637676703","3498599417129633073821293543761529080219700869067992252874449150271251545439","-21557094384626545967189601907897494898104967330499890443746284833205191778258","4652834393515406666165921086963700938237803003373409715479211101353200879230","-5718654641919653451173452261022061873252036331936925547945963790356183825685","17616688597832732732472841018963470173890666848600407710801165808134164978788","-1899333014761551936362862807766693244822011914818469799946643706092717168238","18600434842353719914345801780669153011227985326525642928594953054220328721773","-19756172935750677456187779525457851772358741784504873173088033586267255494950","6883907867702357526856725852434198335845694400073590806896044307042917970306","-18915255777027984105337497212753950112124545343851859976151373952477532419345","20643694074023089379154732724051570549328583975708300738026340680593852341045","-19346836616962295367976575368644745075047854694640148571111245053785766798696","2994316924666489155277406328498018982487562128150787601917130660634519462514","-12318832358088691990306189389261155355413020326318552421531812072660629680332","4909725609389817282206632030607542639208470002394395112875746678697802669247"],["0","-672828782646727956342106200","-16608222524584055585735537713418871632029307448379623857183004023780510820936","-15397792142284431698771465734534184802673659552100805647221840461419052799686","19470361867857407875182231176021844319038354689348701123158659711090110835604","-4326390455447111079836813571600691388636709845476396656469264953654190603028","-12737358908688142562548041692812465604735564627811951605842561803940761551022","-13987928162067715893579551142945992341044064495131629274206866634694194719893","19140503497144045499882044092450871233719681602105027346764799053921478903643","-6599931654556142233456501947415896262891955282476234796846184339338347557523","-19399268311268102302398961451996857124920744715017487212892852263487672499995","-13111164664247088927382231976367146946495147759984022693783729469393402823175","-17322832451577251831352307008694582978789759200576389768985941767005845215961","-18315594530287202721070642992794870299643001939863444435151003245979711018248","-19175216040293050806768344170887029476358070089070923227980842236545509449356","-4996787057196988126624697756402959340491892373121314634848164758251236600099","9106340831675503023479651137796064738969462680542305193034674551946165309868","-19283868100279473266819135896919386263483382951880901330871016642948381192358","-7174857958844553285733116551766829533674183957754358227706901586849999933095","-6454318080589481103391100457340006088597092173861320374212625641338712613639","1926824057025008032364729837082508394669721786805599194358249499980471043192","-10647102647740328863186935877819628057740007803882927387135540097616125856857","8122416724677632913995451586460810131570813900144890593203298415240676468337","-3524798720475769770694424614330207184020515776147011565047474418022223483442","18503783519868317543232995069558631221917688923980785362352873696018142460245","-1810014478374643232398983792925075115658946354153965863851534081942075914783","-11726914158515751840243137391845706953151912332781895049194896195875502666176","-12132153530711447079492358641721443496629515946215768679160319149804961075316","-9410141362536225237768995819987238042913164362226331950944605163141100870264","-15821344169310357123623516850523106027192795963517897099591541391065881357636","18900926248909499944437419764894230006556665367808990431509325509758522625879","-14836145222820398179670209859177645862003449388464280837283518021619396832999","21235938544009811400439715868474484469112513650191001449829170309074270698382","-5605952081250027636573267607429599707934377867133880740932786193487296010747","-641983434886915091420416876841508034855905072581379207312335076805892204776","-7816372488925699508988129461065234855460891650448782537582369244580205369349","-16150507372607824128889131414739189833196265988518291728253749873760460206166","-14460772981209835365043548178548270212539086981508861855172594124659099917798","-7734168053231442081286965490136825685348841999566275804727070779441564972764","-15478592208963421706760475637861415190411493969041868443100701893918076467508","6931999244271421456305128288494053115556642148567083621212462058281316234710","18191827406282734277596181478783814782382229292072960607989278846205390768623","21457860646407314477753136658819221443652527636292286135707961394163437995690","-16445903467699927241671773939618383099972513368003682430219270952371146361733","-21150303881022965546257838920530942718002815054202902252274981546988256910667","-19587835763727003906808140049047477972648638442065576126045667893721798753525","-18377181662608727007348150207092037019597900640766172399246853941951357239981","-13962261284739211463561032380128214815762989356850599112093103486595150747681","-261458487578999970472018915848464004820190390296314870650377381268128530189","-6236322835808749164521586324603110876743617353463137977538880674966588114415","-3446488059551015575485421982085660051336967852226925045718279127020805152444","-2646650546540403107481908690919652757716767405338253139055524243877386456066","-15936578675164343308613365959746969455019288250115777589316447194085707511264","-181110765990497925908336304269962608462924476468991365030423995517948579306","-986932260426162372734359672808576713483998122426495475753998361429227292174","-1026368424232199641000611012458581591016751567212445290315046197829996835615","18282424772695045057949449015142109264851555840230634707922283167781470052393","8154578537613681566759179288772673571733028008975797275505773071690209318385","20586551367559464394324682100713402234883420919355950944802922144061724794817","-17645988789875452341874491120736852145715668198637368946582942009005674326708","19719394689747103775796003771464494452351271747742982312622141826243477499683","-793529096260335558440411614266693395733177873471677486841500122815330810050","-1065891586034145961002456837161407664252415285457186174246156260670592950963","-2137417490896690095864032446255317473116658617951196072169837382606672206068","-14094373373504342484511154417282360975248998271614821120069492202877218897440","-9905176321670242019922983468883500975877642757593834053638759200515914948726","-18037907055146033783911560764657141410243693754261038853122170180903930597706","-4229288528584211442950252326705881554413491237265016998403108785796324525388","-957987322761707625254028649489119919905104735483610619735701692156355531662","-21476035679529947060152155679189730807990233593619899528942237632318810328249","4393273144207610038567603608458776119830563650204139511963663231591402697536","-5383581671734038929578019054643884455013575096885975298680346128030857323685","19252435270857723973709442381131707637298307221881768386545484016642420217036","-18686400006006122942338790175507885367691392751889190409047966555009733063659","20221419654393154247191009394893413259165492314894508155995781583834108876669","-14531177123017571289179550049963972886432426663146897350530733351943215892609","18861678318749238371251328851756396142987511020698940431811151750184925501399","-19055723018326462114987186823866028685051854269957551978952845508338372696192","5382948271694994322664214950422058951765140595076487947727241011915266303637","-12980717437731103098870218028431374450431844120210966600621706375482939311714","17272036455319202838987404372304048123001515407222679692207901756115864090824","-17326552220988710863950364849252757831914556269345177706920094908080081122777","4240899387749964044201199100805977510173830021339801554262640280511687037080","-5612404714751051415334291580136714930737664643366378857311282827528233472927","2208202280922882802794527948091177922396553414830856020464663414724604979891","-16824421214598226212083321071406315794577325824196280066684438233650200265976","2306729761527526630347901894312834706668041416109601003108549540446908500988","-10705142963332074141065374778881150839937745758347509159659882569139697832986","7583193563847962197358490450479368538973586665867652112914784758163779409276","-3349059348206361438483834452880186537342309310581406146745266930631859314644","4097641455614051316358917036877875052630906754627765894695033027405717523132","-7156421976741810780366630595153786379174165859094462726081914189471424066679","15541440918402229350674880961665294306162187180420838358571678863923735580058","-14364699749835322370244879862241027353779419071010928084038826833680019009226","15366462839428183727517426398458429708810635959648009510356524274793953644061","-15243859422563335210800432909637510290435445050744659918299228611961858315787","12635443738754300397930284830913595324066887850764898606152331847716060907139","-14827612561088781716728143876527226686311571115638599964014692214238295160586","7972070441147309840600037277381109152176674532993852055009176651589926834859","-10959063323147063722243541699880598294628915983465050640021869366804794158721","3004828657403500227916438556048647880217123653967508115966591083375476284075"],["0","-16797953831876653077537939292871862277258047097992814344398715149512938282627","-11502009101514330297394859022031987265593831619751462434109051123692795081556","-4142597433341886656235490464726432763437687198685013031971992335464108578601","676566199947987469699996761273312162093081371188159999620259947368329358434","-17775555436810226416470273103288538920546899764588008720110081587769969279190","-2022035552736949317942501366192427932682632954573567456565765915027719467784","-10701099957350572761515721207934741807976939858046056731521913542959914415519","19469941199108190880792333063347080386988194813116927033702934345393624521798","12696031725247565634346469796409010157733682917091303388458486974075155541581","6196521306673097399258759624609035391755968834478290346888845258796930438962","12073982059223143208671466574348204832256861898088814370549658316743098368244","4674552665831840223418006455903791095971643746192334725708635138373712429336","5619103782001266137126211589259070954069213052203843151868562900361842660671","5700719857221654390175268213329552249890931465136592210157015653517396589270","-7156072776893688618548125762344009401680867865931904884251863017128101925619","14764590938930709800628201349824374068387365918050147630776095351341001101961","12811995988668213170097897377759799082605669770397390659497179929657987631334","7429210518672342138268708919558701359362253581366840012993852044455054063897","13860984384768226806814690028773054403887827637082382623041520130578970112466","20842793791304543046819931449977867001520086001335669939965780704751912718181","-35561776971702918679436186251503376234621470071615307934073146099765023743","-4655221927188786767587974799809202423096778488246079080846365253599757865576","-13286106844271180759844883686790991388048366834790341815274263119751191736181","-4341846345025532380014815298974266603536606935538559851601217046777603114887","-18763712496600032661846069291963792027103037631951490764844060402328550494498","5202287878122919409282164582422958383472448171984337435175642676777441979500","14624104125703388395141835921847695352445894509159806312053085403530237983430","17767010775658612885966697342612814367416837456131330132827540104023785123515","-831404795181101374095608275268396941301204660049649513026826367679144155432","-18965360922230354213510837506373180416855766470536579196688836449204959331507","-8298594605910519291151819381820925733975657362674464339455750182983642696540","19875574367015529402571239850302793877531617485080421283684337793704985474048","7484129947760566362300221430933294857634841603608152891454322231562238950217","2655189385514947010471333472855322637790691607751908326099030689226698332558","-77897371466661192825240956298279374048929890183485071338899577721646790690","-12067923364694813924413100707029358760744163664973819697242506387892461987532","-19841785264746673223034304858570426019107275058362121276573404681598400597651","-7902286981428487202394530938707045308341145217142943847963016071682425567560","-5520776835761986406839157244186503353061725973943602486060304811467407508945","21351493841654380457975026518941788287125501427203625334246182264694978697800","21044177099013903723948283286902381043003542907979294327993350694198238996134","11121042449534533017878623909878689530670291103581639561750829341741898265398","-5954278105320551604038629846573211351268222416975414461849419705510198228818","-6858907025763585461293501404184735290259748302668054817433109444605866970698","-14744524491433635643803614786032718848524370001667367497125743048613024731348","-17338063442320080209010956708845405479606286916079873454658118789670722274759","-11445581880135480520289738333930014038638193028384048053317489643112522265385","-16482879984350107545640219130578678971247476584923020316931685699417764884947","-11222514215449387501660242875673267512044391012991926058329627682623246385904","20183548070863416511640863878544960017097669363186090478958278300521860032538","2463121998356081544318822482802400178580607037178555363153116790595552782881","19064308850494421371104514232365797539698265604058470457971778316173498477478","4644941647402913960712558728766915461554528991943270439318966123179714408283","17573139435230642463048916674241454937025462587462198497645991281157836014443","4630208712623288784867695181128513934732925416977600291627127249189744261038","3736951947724967657302321644165929153755284115632814136739644461254220255736","-12012583739950375302988889675689449090969265641658879361933787641689534856861","8249557333579396994475574755908909370920731963018988975410434907784038909325","-8196245903032308610398273023718851761457648512883414397321653811500331744990","16224009600414159114329393527032578412726652474652522156518607652650664498046","4148459391292974186497044378267604990671308805208335261215012979651022192482","18356682155253912631452238227528448969191559346852120939195627026529135808864","5127182246483633010785832621437530335319422602246963546654390395498644088100","18443520019959857954483046509010263710306275443863122657465710201311802495709","-16925113836582733368865408960173548117306243696929123050259135961534382734476","-12938931913768214832482154394324111787218501847049034320850634532542433868993","-9322657452130289486532601029518872104934060020381648468604684756238095810976","-19886510877595226339632308049475277899599128279356775955791756185946586475941","-9345790399650334442264733857170876627711096292654316549521573866569517003209","16404857308923281405583342470413605036726363893942614026370977324353266287225","-12974056622572546401491314460990538028687469127721944511237430730228594227460","14165120698974743982063143183231776249930718436122424054313014215831856128413","-5617053342972544181143120954429741011758403467317979334646526452679482877110","21532569112221908270024636457940646404297400522407222182992577963592437848526","-12132676419494206001147180690214664941416789399776023829224651397087093890898","20426197024982611208048566455575611814481294152158798015724992679979576820971","-4215832539105705611638221208299706322986134735807461698119489995607342908568","9471975869685330968120893244789537283386815286588964069578160892215899788806","-20236504268298552775612612826514698768828368769850851843316202874464192739679","4836934562839717168547038274322300484122475951828173160777218332848352481788","-4881745154137789856672864478757158023116029612240333033211043762102307320","6156849782883332673847858334009975021678590623446587572338102024223258243260","-11660879404773658177736570490309852367117504844019996447318069737970925138281","17170413788848205756644530036773797980971348022815212798897801286383951799897","-12903088965541495464819330721874522935398083374399974612114203081427881146401","14185899093839296061173724123195840109402544260729519296040414577580491261594","-5772335204748544928546344852949520412603539072597300340677942743644226184171","8622000693452584106753184834037344270060554278697245737734810573762267416823","-18398934111162789155385689974298401671211492883307993882249945056122445586943","18111285601867912424347474905149345584426658252555847884870729653209965477426","-4795583928289036887936529816779944336212629444205942552329941897575262219702","7303593380109786015764558283249818382391580742863485644640176693355460482831","-15067074205874885441093392736610369004961683566591440348171647655673879770574","4890968025424406533406276561130194426508490267240083459150156535339160305189","-7021568575965135375562062873329292242429176087727755902072872773872726780967","13537572847695415168196794429546939403939043650354016575096027329387109745213","-20547241410625861481124357509071248688002930294120301786997434813804527751785","20634744012357775931491340748630714307124657239264585013881036872324479957147","-10141217375169386080026294260774305920804627565260463760381865842109481664903","8163668995226502142203727945008209885408548225113240779597549247489343707406"],["0","-9949201305381488737384729884207852312976529272917501479767299032892353060785","1302745215438074693997388862040930301237432441815853231456347076595541377309","3997153110253751451741277684846131472082570094967200554894765301682051922504","1362212426949471077202239640015047908360881709067211651301472940227978682188","12017843821926896928101646477858300316601528995441192044059247570302462304146","387699545357534374789694602263544728001655688433359478567319105684645177558","-17402050113523119805039447436215626585631217738835621043561089134619519632198","2328423559688124613445923313959506617006415174200355056042134802940293035815","21602291021389961723509843887724487831495011716107975414552781371367524637934","20979403673906526578524960473946119107625426648091693441696051323322909531872","-5830569006576815165461370529163711656459365708993136488436321921076302704831","-10307882094306779639803767601255431740599071518745759303362913054106353172798","-18821666378750579734896664624029921140743175043115050189147974865647525628840","9468051286025746544064318511570440757975501372547729765208037138501101135650","19131866635216661579393309023687776686983708979576718062757634694845550493798","15155747878717679570174148557109632701475658878326255842709312644285414864166","1303057910718390745847340108104116743510661114538923568503563834763450420684","13307916593129481805841124012832188224345057696303241112021757006133693060298","17128162354556584320372888616156474151823540448317754355840452418595187136312","18695389979359134646626220945778896417778953782125803978605415209365544078243","-16440587877477826375350382747098828383589870211265317950077022437354874034418","-12491443615287531244091189473838413335935262462944916810285345655585515221518","-12532405373269862330496523391646002987802884974583216396460373778532165218486","16398084796422348370425426849974104594710570711036321466584015818504287156779","-11217968350845317293633762268861482560244282724908544877581966255541581066365","-7732736102881120636086306329208796812367274269867408590979423700700073084571","-3771355372391877281971873986792240947875492798077687583765671831941682037707","-15828399456095689460822475301146038846413862913862931948001894807474499397360","-717379307826087808301594351486388650471057811931784144878385885497109064685","9079715390136674621760240980610089970981607693486265421392884887066855122464","-3695640616899558817898452927589617941392044496333532701804872506526961887613","10235633585628392019118464694392099963700916643528634325179556377319928456870","17787331194193414780797661895123849372662071328044610287413979100043920159292","2429904849225349270096889890786583734258230635449291299204786436762131702773","18864159255473233211445181516125224776024309536325916373976724543892636510659","7315592362101998598730488647804012485901518271487611707802672652007394921019","13342345646902749231150366776689106563578051204886916962288868964842939669458","18349853383815986425671830410970080242259746146396267050193754314903381952291","10983845590500487637010787921605993476900347478378234100224553294190348045453","8567698543851170042054655554524179226882699117853582199392102060928695652074","16533106205129441179283458130947707832463575268097819480582156617356183491489","5548101227609231954336308765592177773933068333965986501242042181611834425977","-8379248020993968983628220359830812076941300055886890507545260762131232400284","-14067985811478420997483137929256119451088235693807317897547159833387901033469","-3087417180260275206404482333653289197289920193013530926702372686596305165825","-2488688488894833881192349863023849292865973028386678810099752511094641594406","-19044817632125455090664492987130675222483719342205279453565443271841766994099","-8167065331062663675050408083968288260761883546006552736281986172926152387864","-17090776152593420011518578678597297999840571192793763815379148330475129972254","-21319474899181485997308513923379477207283945982443362662494007223816790073061","-419575958597279174560460930390703057112303135307473207763695738503115943546","-16644684304770354646289133888590906074875010496543557693244309637288806394406","-15974620482034171942671605809142418522361731984322166729127485451203361573014","-20235544573571108291655496507782757136772799951114092272065345295458445339467","-19970715333927311368607707068008280848444758585277409138965388648511222195726","19213900000526815423249749945146374442726650830006353030442017955850678115213","17982047754862711839616493728426870532878988484348771705031956745292047830294","14981428103223667093974204430868322384213451975677081053677156217414246650362","-9198517937810626206797108216226137291581179551674931099699553155664998125138","-21351958733600449349289774195491222667179354721949739924410932074753090590672","-11862254877204560517948414958638897371734553258326027156875138653498437843396","16025159948042909313482508163055668664929251342585886991296594830302961543418","-15490385599844642858645619447234085132714600243299278830980545874877114593532","-18813647409072599551902023648025681099475801524540953817067537146276412441329","-1035065519865824178003672676339337217563511349812574361908883094954807277226","-5656135555797292489348470878731931602941239574892171240414018044306678455744","-18452749310009123291953359458451350511972228705638541556088117685767454494758","-13765185908501134423553259133159034413816979771753014518731288512763541398314","-2701388395605461785141367564841706351629404894362849392524258005789819277636","21540586625113674603033760368499442480235994994980719601859795303266983191157","-16892957216038007126222314516761340743300834644980095818909469977924720700888","17061461790004247194984416666907912115784020272169721187408921368018432499531","-20066057420234893131984065736268750643076863197210161026907326795331862947085","13678602962699126152383753499150257552998578448964291719866227073497042546221","-8115805645267110149351346645647904050865199899026838469449281783876363840156","1309305974350599643678747700030481923987377782610574374452875968255598901761","-21606671548436194519500552812174980715521470116757594206000412658296858068924","19886364232544996387990938965021420615193058189198229497621765185270156473770","-18997503898008024977866388004661909899559718348917346505549675055803532178801","16444248628720583678452178706958426011266737251293155711218998314706914253854","-3231239290460887443382244045374710569727625012421186789455302763875410819562","1945301243107116532943249131690645441968192958294990574798774184644441070448","-1371352439116803699948028902275243763244937375520431470062135666685628229476","5157411145152965727062959580464977454395354291968672254505007025152517487036","-1719145916004751582003809017672519234872124593329474304112668688643028369270","13266753423521664457659102483004994943723745733093560387987990904253213545182","-6478454865055430464179310202640199764233722842809963673046168944212569485834","3238818210521117064810078522814819139606819402491678789107957888735869569154","-4644038033237843693610079155781934173396379285359925609545072719046786984320","19080838030719311961303822351727912646061334567588286175024243774842903947844","-11820099560606074857380886337340883483937241121268394715077075762358174103451","7969643903909711854600244321390150468671372526774094077410242370739618901949","-9799737996980503207528434041711087037537587044132341839522418129728452685056","5227663893635823444178227999239587638094742823244711267691929903539149952857","-18682947821285424270516547028069397233174075378795503504780146539420213037571","4050329845031904554429470190347194889341748425680664988196637861528031823789","-7097475698430938535794629984148522163075926874146418484131830831707699728112","12567524977940871031795262282404139019565986082018162383948169884349315291760","-17834038638378770446732189899020018286656964046106038595157280130824097380522","12307500894924909957220958441281061150112216217901883076660388306263513624460"],["0","-14592161914559516814830937163504850059032242933609324040882933098170611872790","10602481257920940699233083849233158610034837026055361284730783022581786760961","-21119033691869886853123911136034299912731376789788207229630032213488126619988","8565719708428256237659184346093646484864863302046114577488626163567015434103","20117991898934999340646076710409226741884389288919081220408024995814603412260","934585331499108376153703549617791489607016622553282788212494101315074675470","2722727744855944874810362575755517346853346098936650557965395838585373993368","16894052841579305075072001245947782544475751424307737113696125565693863568336","5749092807355525676360098970707782544235520166802511120210608759374018664395","8024582924839029072804734494783964689277358265073443597578671014780984461372","11171439719119235485234604635288706199873940736843580565752328379546671756743","599116092349064522314051473568820030377474319990543299287178891436299575178","19701032575727166975423075065326072526265686366949407548838516865915129259435","7258389427797425099745838208374507003291653620181063860437634302616292349664","-7172464486847772764537982292332631163283668983161751473262900735804515293949","-17282616006840549183033727566984102124863540877210620490927496513629175588000","-4901276948829592480973331964797256344590856490193128846537896504557517105814","-15790227169781341649229647707253944532721029950477724280077478541660453912578","-20337845928799785567153550861126320935564271794278884581557888253359932511733","13159258987864031772834583030918039817765409246709381459531484043256847957167","-18638700967313578964122179393571659725847419769412254191124860227994203832959","17930018508505227804465987392671735302265148361768101339846746529748563761210","-7266900882092262903790221598491931891927466327081968044368575365007968653654","-3912496959109135871924627083561293167038517470741677132671324044528474365019","-12325107889752943955848733276977281332130070486915833375838056022320163368860","-14003626306425525070876263616460795222054673983818005323839313518438451038852","-12106364495925166169635649633889002589327489667626345823427908594954093510132","-9476323624225707139324453684106973197228599801811825118386445673737986854060","-21015110894475165868214675476551642411610524895049603788544259046564626337377","1306153372325258920828121762476207132715023552196878379952452812462263297895","-1686849280847942333504061060670339523957915151505616577574547317162149952611","6418742698465379991117794857901347499704421578797441410385573709053203364192","17521736934521244656452648924893050517813305956480313938421592728995944948528","19596646972086307879679182763501144231850797579999608593184424748795002750461","1912461636019843521804177951762441669637462453193000575143639562738207647399","11075613980015510009977648821247062595734601771175140136335975140407475536527","19602292982623122392127471720219013621367688385692306473066773297435527992013","1964635833693209367741336453688013151115801571463437905360478284406470178598","19429349804302837586050582490220033949345220580064744338197785449927654175701","12944487632515463867064781570316540040892967315047922953695494033719921398303","19600734827540311252584692483637197881694683721033318748729634282611184642725","8809733909621388470869082772835428051102849925398688938243706399496919351798","-6144122555906973776225468389334990400738484554662727194957028936313119794690","-18498650059148900367881680837169133718823085515212318660463823668034253216255","-2264134238539034032680543637801734810989865035483144951404987327443991815998","-3290235994510630462664824443546695780034906840740095956157106127194339897226","-7936203633280736413089052065264714198021355479220290445680374661267467995627","-10070316910747259691493379798690301720987726934079654377827881693883718272073","-20576659255464911078994142830184488362313112785946283152780852081972307441351","21444460677943243533247944482919694022336553376019318889594299144552687813907","-15318794981490038293275267900789753154877710116495436499197710385500452918615","-15217402958765506521281441596291512324626862224339695095614889078819198874380","-6815917308474509202615953178246011056411506143956379046401727434990608987015","-18255663857398173027998085777087798763547554183941966117579052291218231689339","-17155659548057249195495440676822782130939854135987509222523196021052750863873","5076897792034770605412971323579444649619424811210158363807742891268913674994","9558655345461451593239772408831328252980755118189985807443725305081289698763","6606149831318629017884371018737780821809067164988810625032412859848648657119","-9075189678557548995878220781411229935150276766030743177044128970422044735172","-16035836080337279410016091095356058814295723256336134549294429257075852028801","-7060877034385791515198258922413021202657705139575240426328496804550640749834","4595478735266156691248589462594326792116826481317181832614872364249975270656","-4148186348973511830957362178882813444428774023591415756572022279395894227842","-19210554612990575069912381540920639214305429795860714685695422987110117868985","-8821334813949352217901103147591672815783340828938958699898059608049060468410","-20689116144201997344346928198430644279147631897980253955031420378540650225956","-19604791451053352923762354597447225772998128608446806072581428049933898839902","11760812675467157778072286750034192160035846556517514236643786507170375668436","-561400802218633847304893782740327276595787570670790922368439744194879330429","7826487168327285566251891647377847358077845743069838106955435433559003154684","-19338695471585486517939738143007384385984677299247951649719786169283246198942","13537002488799377650773805733295123385692588305453516852942938214475004614658","-20565708454716378025361159977364306288614204434591764919356796682378903522319","7226420392537270960792739517759787073703651364399653245711119198595142389867","-13095502445796017749439531302126682911099385340821116037753607264335015894168","323428147737373054761754389657183247590399802004295947008462937978078581377","-11508160097654668587419760773437178947199042099382438830181557620112158116872","8640894198234697673188371805366752633321677647852694589764483867299485611037","-19886119832937625721455533182363724873031998994569322020180746854898166952182","4759773849832668426783460258787444800202780675510741335645875016890739748991","-19136225955404546276611464647947659075119898336905307035147693856929399814863","11299789045223792432167010815601563504632436650987977780660109196782573803013","-5981879983723868178572382209988349298803650395291298598721155422425235839143","5551658365543986602458040075552089645170691727522833129451228516434475826403","-9726637206470398183994053661109463398910289103018532629058464669198636841855","12550790801240791649310689754903874316435534200251722805643031640038876314996","-11078832594689785558305811804727057150847758586472280938815564543935217780370","6226513088629290278514390739543627885531336537817089635814788147973393094314","-8464800823829713946026288100519814870413880972584650778452714403667557214421","11249480734297652650924922477201557773913425373952985809183302810250062353401","-13148557630246922231778862789358041157768526105813057274558555954735331373894","16879015218547671484935099450246801007793261110085312059558712726551686685902","-13194923271156586059108367719472584940033407812540477580276382144571208116405","4175656652062870189881696818044834755195118862576082011486147064455502284226","-6138074515965159259031181071627364226766784024716361644589312646330151779739","15020503577460064111447953096123338506752030085921490596492866278279521885747","-116530089231556109565686315203451527865972849951943587854395007743255621092","9975119094952826478189654572190552594826240068191302668217208971166328024224","-15497179077137566062460126725521178987260419645326774906095365564602100010198","4140214772395023361899612379967812869681121506980798254554364940272790596776"],["0","-3806650934232917429955896651349091319747541634856559690169053228042399413516","-191738394908650146476232645967263955727616032858833495592970520427169589921","-12110314652715490490808965796346459984332364424311971502344430934871839131191","2936896813317762189557872046900677900915794828654492460038026664819511504786","14149423378644152983985176826103400283104049083723951364311327946790306070136","8529901122619161960740964532721131272360666950981146276558749110660106175041","-3967979602713658589607166475805979806949762752042810087847822621808782730606","19159635326529537121325571089417344054194614261272141034938197879819481290122","20746673129652528159054202915257813266678236187991344694080655340828789083388","11271742560438718293128715332209041229174843733540480933819896400581876869321","5913223959021910083920532854400267388163712114262361592698021313336002315253","5293661656911153340081182923371518354627560003605913709781687779559566343901","2337242460553896103829098715979373315039041867193340293810368456134376251963","8427158833378894333140371260421943404198738224566506763471224620325398432425","-6186106153116837232563361034467624334617732947937531619505897688708413760170","-18224360489422198478599732077812481746520074033136022508038307840477069990635","-7691071524902159080777445871986359561446058341894491979738420090268373426602","20533068099081780920768555206614815595413308327050781997130150431590689580429","1863652029813079448735180481905370449254608036164961986837529082716086146433","20593537258236871098451609953242298110804263710415627402149474214875116132395","-11379557059928002871276052147346595305409438148593002278307072801590698787003","-12549285938058419290865154998929225467254906400359552224603865603696104983643","-19422391577345793537485397061765378633281246604594614491965832565856415357124","-18905758306670372020702335313661577648179135605404093355210728917493370469171","-174909610724270733771221773535294798911038843378504571460625517646990622053","12972756123140520870918793481492167374376580271762666775104893315451892644406","-5947938911935250699081634535774814367124660174120578543275986145417160470431","-8000079358374600402716312005339502670001944442246891470990993023213494314745","-7089406286303431206882261463529496088107855468739167185653154016314497776797","18067135694554607844390101858002582191668557391842748342648193086439562032052","3082468183869305596209028963492618454988710768336225912495410147897905873479","9593628368958496759449511146549016013486153865583110912547083623104615747956","17657798586202570575316504689269894820838752747013829302996584161517309729595","16905028541782893673445265038178105281260102017314771071747689412788829693913","-20476072060454316297171956996265941266682579595427717367064863979393736630443","-17011954868605528288913321692291519051146785731507470681641203365622801807536","-20341162394193145635121532106778120592451275891075535257099784476896318958885","6344665546443975900961192394915264981719021440830097301205439490636604403728","-58874961792641096816523451668989765946777420060267508285937981535951116016","-9113128169149057431723313686380304048178087024735660840095359945760849005583","-4499367852903089738367758970979814123160639296045425245575876291704657820342","-19998976946039098944521964603945684193839077215278581146532457113853610302601","-735984608228242630051037448787041070101735054785443598306853913551756689718","-21146169907970618595746944081653468098728200745836359725089646189811711190761","-4612539566790891259709858355667893813317533848524840880412047802007165353448","2365281094341377739557569554794575762871056074477679320732154549632579679611","-4664339659552166281168681006954340801892507847024612177717447576569030797029","15608828298046000790969291167274077427734281668097027499015059391351909246316","-10880066179183891412411802856317525418751585888106596980366423078462024257301","-19026937233359468436872237991685819553889812502577117494992853471524385046041","-7509221443972826430673115760339465731956354063771132527386395251342864607725","-8301964668256731571595421027286281208583503800910758287646344007250685559578","-15909103681120694381006869887975881627282753253792942035916034666551099608504","-10202577877956047906481166529834567338763013272015034532746073129748646565224","-9035083950459279641623555236036063633580285324954085400294671920707491600091","525862798111176398874878990099107057503905875667992773177775014544694319358","-11254208890855714071497945829946366645847181727330654639444838803546993285459","-8529995908079420272334478234970644991814386807436917707830217130369569587300","-3187606268800070341682234412671656582212664389837522706592105037625858473526","-15260328233069423364840215401109512191593692015873412020722778335487631411224","-18339789394972239424674674878601759813470754739139704216872979245539561664087","11296692198196706858693670405491388903423297626633674684377396555833957796799","-8230413680588340677590867115786485102565104378475660025055166389150095525451","10152810457798671735675207762230452775643957265767491813615860843498203151528","-1990913997202350223616002371990952286401302386865292931833758319733638827463","7748390901089222352265771230295056967087997811844520142627612442312428691054","13024302224499164038594416803986088535756949184157937298574400857793071906030","14091462266025332980820533627796494163214302147615765715900755412964168879588","17912429928009627410012192473786287772853838382362190594432486724940229037091","14277614533216507889022967048516892815912166485648042771267591983570641068724","-182231133348623416825914991034528837452597291441592634347080948712591372434","11051027921446456837042833429150680334184752433572426337034271570073604315237","-21663824428417248001858108659956521467639546538895884944666044546499337128937","16112805301956686447046667248916575698530160343217172654285292469764939501222","-20318135446123461267923012075365879021028621639363250962127224504581530209172","8925172622567502285733114702334837749749826555429645600153829198330100439753","-10469861951579425196824828412896813455652051483714117223277889249901602523068","15423302551223344618305976797962223496940565246926128484961205198401036058910","-14298349384663479824625768035407091665810286877118863158712321318445638814925","3711206212166837452378466265575945555938486156081569154848249983843140573539","-12251861864474459181299631277838489285314186964285314651702016436342761492852","6128397061726649146918831477196872089752690299776280432941456880181293730876","-5982332296720412335320058616882382746378184198959909640711909231090930074506","16950417773404526843810681415265982213404956835558692591044176962649341334602","-18211861646198737189698144781755741249088732899711879017927327229670704473918","10169471060459281795816467583813945924241788037499879481959686862685430827022","-11589167000177453652666942663478037956782161107349510767373728154304149049425","19961608215825471991446705926091958403517127937252418927976242076509473476657","-13243120583218342127464838456192710256936734166878183809763794884431145553703","10125588939369075942926617045607005067832541160328301920941947692282564684777","-1931126560359447209405660007123405104634307401269846083077111803918441154359","6127029891957692955797026856502723431926739378315981449421531430445787285257","-16961344860297279692517954300225703519529155782434306300677226507108937903867","6724104160216297717689737001681982078333177797891299417849713499246688173365","-9623349792729578506580779156229528862301230963595633874549605384917760998493","9205451206355838911527152156202156742911911142888084046721431806984276687835","-6214092884642429199854621080088377232940623885514917209700176680813402366257","1579730193076790772612489910761361581114717466863814389380758110136644029001","-20680879348077999292845933144632362389317844330889690367641644936855352042309","4566370542501287381314118130585125955184904459225582236379869826445927980210"],["0","-14436926149511011316800820810701606973297857370485375556752367356262735221841","17710434640117348547812002567334312366199356173869458376340156357464174414075","17656273433538369617581751345247749575122936411291243754602928443618128829725","8013537162749698374236454554479131478232612588552225292149861330254537346335","-20890467628539148516305023363149965816554576844988794978046715845962134214066","-15536496513836906478378031615409482644127604419952923315549686372382514500448","-3448301602378380374244105382991158431282175253525336456690565824174695166500","20634438573690978111851588785161975437750447350317849658656134968148270278554","2508158411990406286957864339202374555391456014508771724079599319067108548934","15639729994683938104778814028349842747966355834442825912902735999979341858367","-1433532807058092255029637868498823196239842082301607713041881846056327923196","-14350166650439922817621550530788900473164479942332490354387390283630188131893","-16656439071953218096276951308034155825910563941595645544881412811727104185775","20150651601326186865887377889983768305378318920328956972730823078791640729513","-20420836447298604024860531201146544035290296362117359983628962681076202900502","20769470140463293058148621692534381307076310589831567347752386020269941745805","-5950525329193894608342770678769853846844377202632033526793538136275509660392","14328336416943407244079280056912202377123468027797242262230102713051138394952","12186924469258705867718493273123145078476437695653804321545938616159186196562","12917896277747605798900042800536248250506992229279358200187011701772309008354","9085847828391532805992204925535393793246670060142656322654750339619288969191","17524452136982647152012110937509941841878335882590615922760371014992573121492","2634031734804251070295300122689266441457928767707640890806360183704141915217","270213570932546712232109667909606550838344809413413551891228026165686758375","-13487795233858177597398937861929725508297563197941417427601358283186253673228","-7992471212731191729561985998349633585079897557544140455611788457752379284963","-19898106078462643593192313720127363078881055287612645610393071583814062623911","-19237744073746037486100087292563518992971636332883927142910428716862437777575","-7921979082339778512278882544392723275518327384798880225583611704982944001682","506727366520910418290882778621129308432514357425894104288615866362550299228","18527673403521802102959345919330459174358812554058759135339911483306557579694","16712452520497557291466720691385796125769391785313450457889304340827901847684","14463172588501969925373371201049400158032858450921253543731784433481944494340","9087658626832984337412371031005350442998993976491998723244314473003141880195","-4162049235230067358081304294342774722014321503981170129659340248985675223334","-12096910489556927552468222028209973966083503566257144749404069638422339833440","-9933600996882240792517217693681350097637495488561819383435051059848063344135","331529712883961402816120808283699305966962510294604899253902669813696907682","1506574274139297362039969516703810430705209830182002990244167244988321530367","11477192169581962570882893885486536525247052577287922760288995935426496835446","12690773826627497247763327283759518491634751762196992924553703438559778386296","20746227527552153218784186315534391184676840492851481520230645092281607434296","-12864099922578038673475714359536083449337205328088212378243600909218281615271","-20953390264375566183619662863641629766773610695602968044567579898309309462270","-13066608440428712715482638752827225293619657918496504348600885792150003185113","-414800075935533146942270356930845122742014082608224268538452603529923016345","-18684969877771842759340641119540455315509230416866662888004203385242974711925","-10582514282471121213600634598838162716962005339325926931369037164098938265350","-7575023286937533706981655674383553476616377529041467353621194227537452631373","14349486727530235187067299666174079957762983909054297742603831893029752284167","18718061148242538443195358547396238591455781610064266641518687561933039201604","5447984881394806682393321617886782571179347757319812016249422794299074860328","14374210370116391138402056040941734892310794540164133251030634566816759251362","21863093007239424987118240920244259379876996290904476900628891549186462631887","4380890792851387735526668203292595831508684650936145724742336564945396932528","10547168985383570790317358688890966234815464417908653344345062271997239782551","6977042745046888998915324823681036086266438935522296033557704602170329294804","18313673358593367113188327504788471575789679065612727396206404034115290032087","-18053315510761932888652840924374595500345451352140107102874507668996756896929","-1583426589008614663195585208408112131466148230846464085395600213379689534024","-4416755860819623912396666555327256415570324790909091971414159530127825373842","-9975463750747253176310022255704203412558504786558183763214419212447568350442","-3423611665091158180891931515123942656725608418257807545347920127776212961334","-11254798812957006479280308661861665953466763715094588841051792024472516171184","-3023919700432642595551222839474150619110483899640535874045525894360016551432","-2335825033508449147362132899254052886288488435727983949100872897599572466523","-14991517109231383911571875881597128932363937846857543273157932861114764141002","-5650284897100603488649358840469249304752507645770592403054517671330039197197","-11654280585722190735228155166564787431611314701322170795930699987052852587397","21718438542761494901418063351743230958165006836629106512679584144974131962680","-10220392704900079605368022670547820847029688205787371899633872362629375755974","7277638804918358661277604002114295208656858381544991200745325335838414291985","-19654606097067195024390777484324749132489783502898601276732055304535883915716","6824878790565381377555107449817822726459213466726586156550641937438808116347","-19805224735497731512614626784420410080073794738689588701479022370066318460062","13539874471738321585365019452575251384162052382479479857815964167461706432730","-12204788423178456608110570715571717549307924604758903243517577435804760751147","19833587481196531685080825500630245640115405554220851382653690744195876711383","-3138123033150273637836129587980488169793901721002599517816359328281260385811","11561610231211273702600924217533564390877576047406055867667354289102273847463","-21488017632793128194084369004976642563169718671232956288790252450781405122094","288821579715421073409166220170605003669359124703307821236139389012066010023","-11210190132795449737665488263642958823751380122179397262601901807082027634217","19168727859735863493567654794044379116774253724041297713579644027366770624462","-10624446099926234292939914486914092446606681747897711535721821740776786966160","14141330809293852088234833654093665758853196103583857145369705491674956768477","-9277904704205885377716906313698837471280684341426062339020922170414281452168","21314845213012508977175135641280963868363726748700174837549720105328002507919","-11128235743274849536280877235180254496200195471799946594057941684773146978526","9129096456125688253689491069346557360638454506674234342135950228281228712223","-6859389983423106743079430074264078875114374014292446285378308123730461227673","12754209060352658907426369731361350900673235280921541951933805427374606379181","-20675712326598319876192961331773297921597537497097062430267377807328676720145","8894710032285991917132695975545895475212639331348940593047957172245737241534","-21067808249730922076044665623382317485113234221694291911985331883624758584322","8405859593216841807552983593233704343129975189782011163961453470437695893362","-17350369379586450534781774530398816786435674124302432025391594091467442140173","11009883205371726569660753751152458812535185526667722655431267819795832292082","-1045164364172491832162362351962867793103245781864076666961462124980320371544","18970311064693038148209589780888968149458087404754305215059439299443870868952"],["0","-16416182153879456416684804308942956316411273300313967561083550012368305990069","-2664782938932674344190105785195998423201726424048723150253584460053364573202","-19725438770294232741318080616380030455618655160290370304568859268920834745641","6721438286012820151026360227352933331936949892662708584383869865968888017953","14084775929733802801099261997640143689260122593281974972896313319024629921453","289186641693796384075065113399653373785966094566455573534418863083677842027","-17257420825756256114320989288125583792621608325907260654987318271498154134043","21047437919944651842279200412616752571123178406334966788668532043725679539348","21305679828388880385437827486515523793178902587995386109790197642954379257204","17099336032906940834014249066073533830570409439957906777703558611491624545264","18995572803380405101232946851780686329113156618267964666299253937689589719674","17293152591118958464475958103339201554359004218457942571693214440751175793840","-18099901764036780629617420979087292675765298886773212819648275522395183386913","-15573302702456939886771228790474273976090662845531139774314162552265555098026","-19573615797676994048353881773048757531807043260939171592153211960728710865065","3999082783156341180085112072150576995846107168840796973963910881976631631007","-6315074556158322139001480190591226806202802650981352984417246695538727390411","12664598627080819506530174250398563282526762547662865260832359247142349110382","17494726841804509096091581620299590409465340190800611779338424500651484363593","12024742291438901083114097210703351811218622441060407702591641381665426842173","-5599071534900962825254359597027742376516438208130054711105671731455268258934","10719394222240188686760534001755501935547486186701045489281273853886268072985","16237330613938338410043542217529606684853994187668217924565437641358908697535","12646863774760648864410942419236425972663101577255612675135615715982156526949","-1022476185266828289936181743808768592844108435944419379126723555814797389183","-14842158894117277035093170186496587879667806980202972688595708886333355132091","-10425315219414035700670489134908283815900897026707272393815943297348078677419","-7483085091386262257831646595305669905457091940069684280404123916970408020793","-17294260600003179304255954913905103925010149550320493776909027276476063397945","21082860934333819292103062238352859213265421317887759371163672620973905016581","160663244263383876539350793533116721466737255254485762767492066628410472886","19506071582657746893867438972885430288977417674491414385435579941112204413934","2101959108054167664815925978761662679187120443617432055768559987970912860493","6178925377218684118948382957183189055611236424668086307411733502197710688901","-21468162127533077384473693778134316944229366375519427182999652325186822964549","-12563539075304618007122269676931115411467248258718988579401495805741512938132","-715788675377953229524051926357720548385383263672166449783946141408877952876","21371886518453730563203304047358984447548340966783153739592355734411611351714","-10039577034999307504259742894670990505123147696666807314326282637408530806235","8003509265493253751094758379629621111577848401578546108641232159093378886856","10365219955938463478960262074652197333774779178504881189346939708044896576680","1334074370584390484891207499138976097141587512365488944691261420179652069702","-21354677029767648442820908561895513563643639213795121649262814305354006505640","-10833637076387122179963713924738248504801612157177915832865188471911407661353","-11480341669123829798442133995306919317078200507346845029864495419284582075582","4259763705293895623513996095819441025835031458825810369111857736864213722339","-14622682331501003958279091230736960115737171473553927913734331755840657146999","-20538880157672642846845355064607783270642616603963530661157375302767191026860","-4043119822832577153798603378441088669054598494113950615238035008028226272469","13392703208578605074418169034979470814531509138483638176672739857988619484003","16025719500135204928636181257106234337180820394929852908296269183575451058658","8896444408048459703236901663713916032735011456519294284036436007109796263435","16367148563401801164650278314386329328823548948474718082169220813823660134341","7994911075933266272842022795453760918134342135619917316360514247453083940085","-11923557360666406750252180634884937692410460763323917576238254908677320675429","-12035348034003967816425476754659499718145412447730731576623372799798131895229","-7465935781888935860503237568487230985728526168456689062034111076519776310500","18898815637457511587194376561793622641329231622374116559346160683673680001059","-10503758500902301880465839788961855323683513635945316206396014348754212645300","-2598715489711385988867238345543394425712308748312180602712726772514349644558","-7760468431220212881934760674304925134641742615687632011678886194121401237526","11547838493033003081814663810611100439999317673216223633785150745634756108621","-14375608116911425896255504536214887400363814563318201302069613157733960815248","13291044101113250346525453297052159634571367033142107971771505640666947100106","-21716929464034958770053419457121182063337409968402612654642786945643123536074","-17310302933323050251421288529730964078614258445230756776161215872039945514079","-3424800120751271991214127992484622574809698914055623549662821587602724755555","-18903099795616147857231761791764798135034450147925645383544719182988565035883","-18076946104999908644098219574688926285825633766602967851565435059812024118514","19204112432446518561349676228955313006286904470610855386051734899156649949936","-761543444049939162184897829074377636042639527000714776986857600471140871261","1238318605484354761198271611318186617201946412230232520620729736181297608490","-21278928062996057218359127549268092613057915399714216566250858156812667416692","21337585631100817610016633993679101514733772840989993346568061311080431501512","-5659598083051282580811425993665911174595487584302132743435839021720491893003","11577986098315432171676682759544409323408949912855808138257838804835317163395","-20556840437653131783187288494006185745893179378194175699822616129178828030290","533886907489505328717547960923104633684820459385332861572504676845861863808","-4385904352915037684883834778457554993298777446232396402262744927633767065093","18610798836133127138357867426207427161956491129969100300061731704482842792521","-7398111183719819169494020966904581087345300197820168924927228573072942816395","15027987815485155898765747938866247813301195402427747927969819477681906918619","-15737540702349661550619212875418335730224317497551767390277547523175410646936","18732682541427763241651727008811505722932768895316284402999051344339687503396","-3699206123459303385518986327731535220011063277230409738640815409858113258527","6420192116589477738092759322641813773788915095742950136750079616741590037085","-7835720541281350840154342197926956666010643626659983909385468982960238915011","1326280260513339985443671711735151173449678284677245405112351448543350042956","-4522304234115982675524977213646758265077196975672018100690890690709354951447","11468494837920504209461778065521044599298268201035865721390674686135852537246","-8684135750712765998542825572667523891259197115199128539533397747295596110111","2554094413392212034093895862164328400500171665828097865557414847920604240196","-18606037755711474286024566365358206424196672221307093919967233543760780593505","19910965143665613650703689308972230330427701123512065117728079706121068825591","-8485193910245561513710879183899072406989776450983358128304349814243187630345","13050739366659540697955035667971303989380553680492401889736926246530318883633","-10653996379923837553177689180167824920484889988693137132501328902417042603638","13230228280217395035411938042757163618561242749372080074383995284953040847933","-12496268524545011483220011704353477447292349491802615907292115067944900842349","19182060131106774952136988483240101997312029891346517621818576782253041490830"],["0","-5360386009430026585039936100879332674746538220508030592683482494004663535196","12260291147505472998524370021100389600787320489487173125420054369506289224164","6741349807276861169554556706663638079587132991662704531167979341008693849441","18403612466715745647174495186793660562321414007556110531347502004935964444478","-5351028436553290646887877810577700171759795401433933457429211489182550635756","-21263729116306383615795757870315989228681894521125817935897069749970835334137","-18414797083782550510091622044417395033050442446977416969055161570389041335378","-14944742710231575293175487342689926793716358777805260782308252111171535447235","-19262944444427775164075791812203790145940744624112750075905544668061248637303","-10770086980161089163084963626104928187681895129289503480884644031486996277246","-5220224696652930675892243127037562675898550533193722684378855616821517819221","-21856906942926847227071094685522691056780057734709930308867447599424250974024","-3134599164866174825422750871733673917018510266244696709054582309594456398248","10373130564715815480014277300785098230396565451829612443660233572850300803672","2637149599486517836479203629138784972975136314066503034775342011839226824423","7296431772974988780189182692686426772277034803720695136474249898041391177524","-4531104679685607184802537278611256106271490734987770985330303390663162591035","1072634426568253555236288918019902652732030904051771628046896988304038280620","-5775195837134365220713439096550253456338797026784011476516540423318848584491","-10972323948559594864797472932444893211812520752028210579641149068476307543068","-633695813394984605771637840556085116391857907337709709146612116467456454976","1321008269678951721113787137997138928348712309490561974601907423075827952942","15322850360393788485351456765631295099131801562478718993253350612687462877586","4209063546905132277995811002906882326878308894065786842532166587214157266757","-14412284997864603259804303790929808011859265260132805277098021864541390765520","6124469138506437934048523275401163494765998037218156060623101772619495885578","-10380839046027163057344080790102193047981291706724234999766726055516030479188","-19414822967685557279462780655634064355954384827915616207552076059568615201767","-11323449424185746429163255195656398561388252109272508369540429774590001377500","20761518405002248606116777164282622486675797764996445267366845538766933132700","-4574166244447195751710143105149388466139988147580802614665194593431178127204","11803696279521386664706658653811866647594733182665301467892157473467936518205","2917859718816024709248305479207832886976663257291816590650589580185249377964","6553885128421500617342922186818335199085477376131321345207839024890928948180","-11491576298919043950302209872811668026884762586399613033767663803173729930370","-12416943882956091914138269913461043664335478219420565224554845020927721265412","-364836856407759680755880719894878907890842997795041166792178545151315863444","-20271331239827930791354648944888756475200709529031152848123819140714986851180","-14921160240004066277908463363086262077055075372648454458320599019042363994311","11040526330374899899686744139748631539185160672003694946953182762493313281842","8439363827341890256298769353797398784208286665023230690059634301310885019778","16321717555140648779767615126451756708234250782754760907285491124998590901773","-12846116376697798564973384511843686694424191176420351955344817116002735150807","-13666151432768483383000899785010539127633210389650327711478877164527463720870","-19155028877215175325959198513477190908399723812546343888127218266073379322932","11733480725784355692552353118878588516747498615385556777201751748357244378055","-5361594874881464776412476949771995120120292436380721458475089335721378069537","17871464340432118020157741025432190837965864941002141366984775395439379950004","4040946637411809851658836829557773620637340225076084031296510629317745182747","21753502518206001509728628823239321049616010830032486554685865764738534763665","14139763144201016126172088851428151416166597706247359197324356276639019988639","14715815941116464107005730749093267862896393941413971805276576299376375635670","11182697777426858950125502740669418887271572318342240715798798118591910926577","16447882535184979184298935129367179064449011248777786169595474606949596242529","-2028346951968674610242289354167440555137327563674560084100811832130150491121","5730226583754710862084885432479786489515197572064643248145433692884272936660","652770163409142917037843222206074937680189149645653951447906752940970635444","1491611975010238259265672420352193619196632508579148051979368331578545084387","-2160372994903043475098108320348697294341282521121881451439814906456905109180","1554797512630520690884190329949400847073308663366570118085295604220296413716","-14747782633327210853758693372710883154492115519654738781195290642847336696136","-1169583267382823331244748553724687617663394140904061086475566177985914650152","-363544344967616878230223335488034264874582916353080981248005162919414403116","14872385442245353402174912316803153294491041435738139253776441276715662391938","-2348960714751754653181366281145595889349822806979175553542571172855769648805","-354546581797560491967970940050470386860099260231865773902667005820055206561","-13614056977748292022693774882603401060985074985000774534117160906975217880431","1358141074506238634574935985306893688006844402918669267878111467955493480533","-16486692424840569583745091580305298101562604362890749885875759122243635536331","4314092644644497478715736021011853615308850238255512739895763829813528127028","-12561146331850166950168170563301188859456073692250022288518322011829343033340","4957998327665504907523298259598139108949794850081847531751003830940877596683","-9402932245000836554170839919221676561771896376288131641745083649474909932045","913374013591351617176727500861458249682281436380461624493705602080256064544","-19598937569437332680670520477754719045145696303145614414666764082663656745248","3495166744978154506587201455432989231742534882718322930938624259271579492709","-7753366220758979589033926739412342006284544640003926920692440423845798746189","21696115164944650074595725981247977119624760379088262274744573345627879004710","-13118544791728713962861118847662436721380976411565209799793278821571699131679","8824144345157166665762540047824356756315607847367152542154836889254117382887","-16695571469809030574285237581990696534793377124406910762433245186353400509288","6694556242061092737613403162504049420195727313785542575013948672542315428675","-20773312531501122088846208375099164171033863187890370574280933506788328465389","14193616523518329063005539610971094220181031808239315195263759618570270400260","-12296867721085413691203898497324653588096560002682690333877231561176201831875","19058218080311571170015397101610010179727336531140193883605023031329850885964","-18766326487796770883892072146789858127082193785133044826862896189720408939858","20549356070664591452475424675480465741178795772100665472967520203299254302932","-4641572867552115855963319411509885103344904394474516591656042218694690005166","13665968694472222842826628875374190266854803222210257404898094559936848073682","-5979162358281572639797778211678395450255752450824543963612685314268804622302","8922405262165178159698721764973915205502136018390178747804411718295078579982","-15007627009645931536729456808936173065082043764794563943399154524095534693908","14099978883987904210878934205725073032445268736089727912449131047179652024527","-1445239278553680086803375618440586088330794858124046414859146748206061800810","7524419543658589374980320731588311803811740230638910557034323570047999056931","-8571465671664497203752445686180987477179174218930254835852904982441332462068","1019269039784329579718016882607200061748092881349587546334109242957359301429","-3521535113601989767463500949796862773319111542305196212363068890845241750124","2871867398328367633585504033161081647842640703502344276280420918873140494876"],["0","7879767433862139080008706068292619031877411184147754536840442223300594808477","17088080702708085387394988601268301527638844196210033376081855937142892142111","21738839704832559564972982955932609816864156329573727303796206212306075794530","8818418532038805610761072300342802552845444345854702634526242034568782912584","-1681397240664678282939451142886204272453796212359515705080804244050913114461","-13217085420451838891077124933887156584841808712731583212566724523414993339781","-21733304272487023464184213716586170946488877202036666235220259151816426097870","17534247458046769387950204517677044549172991165039800991001638902685997669775","-9468854966223328046332290067524587362113955737410161865620792697655397918519","10157171887932024422879241999440728420081094028877185099418963363668953077969","-2669441866575779596767269694191494437640889505469122923710437621886827185427","-2957878714684582789792733775186605936689260824238942735495814700720774599651","-10802318976889750260105917800993278563173671928229941275933069837254967689085","5793474530334669421488485932169248336242473463947653761919946629673760394251","-6554932502656646598238353686687639855539389548725309927149815789750576637563","-20424962047254350495325454725780112648040463528374879277634848513709478113372","-2883437565479739439492158901435065041914981107933779551353024131220222072615","3111563429051369064830778996595874850455400026439797761528767527639360458515","-17668484668970321780421847300231362399090679118622403744238164003467968335937","-16408276807541613562444719102372579702806978818982832028870240681995130660604","-15397923968596556831734091787495409675853217139520476999002500783762361582797","5818147430386556032723810207144486947508451518994919936473640423827254570208","-3651438655204254757201610736863581601391807059981221164121962868721590318698","17228751849850732090095944148483032409797131125529668574822116308825133779634","-2769942548888176230001593284642554944909522645716370447999554267330334660826","3387035773691172770124837618545054488173972223723076433590027902340044994369","-4489744499517314371527297367761768265102469713010974410389033281062093562035","-15346601248305836557065212295136460362643990237347781978114940037679303709431","-5572618797103157923424196766891808773641022757355333844602939366080088410714","13925524053107140263296504397665503997871114796598942413026544343246629437225","5817210457695219575751882252494384711635140159789994277057858515276663731296","21030154833070309191242287666346102171304040318936468439231855024960809670464","11691894283771130344035665173726470055638158567261298738519803476290891993575","14912407155212084488810117354119597792645221964695498633774815296936746327542","-20738331296660681996499550423367825078525902826288681124125827686672135959969","-4907303448221044668406404099964995989887657512512380486066906120894972383135","-19090819181052848005509633355087533951507522694013618765156587901154935279353","-70603252979723221070430463555234296825764047474841322098926242093361393968","-19444042492092367615827469499750789953127159925007523328213608708419469725933","19413209319472240542099434609657343363982659525074861257725391033114890751032","14415957599506842894401696663769530615949565348675842097486117754987822171747","2942916284284888459726034001718629388011218619575622039472379721729211368462","-2946989836905905794435367940241240101100326376478039209000961732175948101448","-397376824993706346448309223473366944179056419735171537779760837643299435573","-9541554110562705460500305801057722459951292343302090929880586684643045381327","19480102942258877696655773761084540113536464626582858492380993726604044932916","16459750692470599866885775946369980732446160112850722528019455793043524986583","13428052304568920048450220656097260668271048744359709576683486471393967929467","-10874459807992212224968424605066970864941862602724366640333660146030841233809","-7311040546459140844723057928445143857696208592246496319466691097930316038025","-20070328168400941689113393502711672828560462799315614035404417246823094851777","-12870453745798272276346906321801780785534131942099162106179257332307088856874","-13683222598315169420158955387475630891331289508060468434414892556800761985266","-447136422993879775583668277030757480461275926520432746151594758700804195247","-16242121455468865108574328971646332033009883450999714335402106982709752787509","9954304473581809350990583931857897092019270134030263677529649089160613435732","-3943708768842659527890892410275845856071392094023634153896031811069436050645","255773515524751149389790397850736647190098733551029908431251383941170357034","-19001521196783367984038534721354387897551276799403419741149097812142664873157","13273450006440449045680686765315647012210433274889714464218493010892840902905","-1508441221450140495593441630015420448187740651037172758459719947917162596331","5338314578377147276277565498124483075506478534351535996799748404202277590463","7047799770289288588076605658389939251984616116564603580686777761578643372579","17521617898642347094133896711458531423347875592126913430395019239041152085788","-20190931995540389922885151647549516077157189283692849797876523224883276786499","-18500967281969364732476197104024227173431989738278260825838143057479135835202","-10180305316670153600515728761734335873511235427352511388020462423417368816551","-18526527052246167797835033333936713557155234922275752412062870426184349501291","-8430090514606765241349144237382063216972469954507337556621999494995344296387","7956681196659878415643369913342827522202772237829469059378160963010362071396","-20151675480639840574347416781887986625209770188876257187187664738895522759655","19521162090903244742397104402430050873145627438196533449135187194635928177649","-14746668696737010775649965351063197893237362987665071509547888794350697608069","12197214616267885410311525997719319458898941495902951778778858838525166160584","-17689039057166545832402147103729700936879019223749005484695013672731294902204","8596653131355270952295902756645362698651789772339742707362755146373849068669","-16171120792015224077181421809223714393974779968857127923580250936486814949446","10549517639202888722488119075486610808777484320772038499471669298427700092729","-11562186175331458173936051136761156036359848465012009906259977692443092405551","14985228160213332479365086060500914414867653337897588376063528532466437507202","-2066777486705775253685760343788557925510651394684221303732480707693848612109","8151658114368911815287107981613531383346595332837779725864239923153347544416","-11400036511398066841472143525469112670130559692223867049474385964760695841063","4745884338942277510043840944368098764248415067098807160850680228591495332263","-3564659773049143226093226298104002091664903656197022052079992537096855129795","21628312457478758500942152243939058545182882701152910402711199685586553908414","-17349669518177641757548463309715306966997344189504623372475692608795323281281","20999611855145075732125456731641756850989853439284813735854121795451063957526","-632282070467971452157254602317913417279292405342880153375538959028427535882","12077801148165959636234260872134589909356025485335742309565410140953901110349","-13552517992935963554117500115761614609403693145497069215549085462918553758622","8724050554367587341761971379990597474170625889053227541733349806461250962371","-10662621088764935838798668772143970209734628559369711312676753279532980037280","1084500882476743420075285274110557355552230055393884479317322829969181180838","-11825475107963939618809579892885400974067014650513202771536854057883003689674","20991259568611379256832265210094692831649885471004352359989025349068829418199","-7835160735939847649117123740988732059059051669594872680490482638849485370992","15871247044973973201038449997696400072230823278592213458044962540318876876997","-18598992657639467619021280200857905329936560416787201247650118752775168195790","9328111261935059138200773103519770768787590546660588070664965007231849452772"],["0","-18025611776808814888908804731388344190569241270928912340243858192225544472414","-915098094567639074927853023706880365591109150541458717043639862806101084825","-7085976033578910718723872990613030035521729597283395577840726202092871667657","-12631908156873205896744638582596010916857746749957237022193243144344037302566","-2745455174741671895798045220997961848540599698526742089444797623788123988819","-636431006521461141167992917138609408018997517904319758448129633346849292694","-9562929162793198010184831604091059317743886739042810100386005911256362479823","13282490567006976026628978006764422127260790141609863265338232748089787954128","18526345090325803179824218723496804201891992870063789991031806901631448280411","10135572541401311168158263865458701318130287030943695084582493855084648433942","6982298175004494670846593517424891877991942055783798319818720111762041195118","10998903042830358385617435729468410771063659396450538770654112807125589999271","7503726214894469985855707251783498175108805790092923926292269088777746526634","8029029582189004455308745434033345292917984337135459973651123049708978427975","-10816849012445195469154179061606408176601886238006520949424738857389593555747","12755030558227305686962475484009638626111270283060108206172804367585503259944","-7250651580827791405966193609361358097515830614470070698379877274097676751914","8702508072427631254624505962095217246794033992677316240153255958859370872757","17347493133995236640460572662975460292676946313691349068211778433655874553329","15233042057455425325463446608625591697932465217953707223931491402149183426841","-8678638946806367253676028422574964462047516460742873427815204646427373436005","8407540998080880989507060330376756953897126263111861899601849850442047002718","1556287673738824179626981894222304904666811649062381685093525346376506601713","17507869078638300478979514669005118561884702092335692489691350421129580816764","-11440430294204627753297944183591685900065799657767791788473585619524189832988","-10795502539436398027308349489471345001922722395885699587158304709276157490259","-9876330236498716677430792661463190054102424503179908554757897627756967418832","-12205846539793622195687585839579824002346284771727065736658232072401293223372","-4729502846107054643799502536029557606171355915536076055388477575601596599617","14497278256652515599919265863159426797082397048493211842099033905354561134062","18658171155942324258064929152753914201003114856362809666977268222814775657484","10079617325678046386106190653208934667550815124566259741834614946468070768515","-20835339425157220916646780696246455889967597264189841523285880065874355166439","17848195540395686095035440428349957616815653610207883322054850192112128466543","-8244381784392614053992888844209734517026137335235456286579986079781112080315","-21308321547662473113448761394640181529228310280580319506222749419739872765857","-10396038621195881091529725076410696693885421963974226693324379400048435768792","-10231080183056719123484916005105977120054222138814763127906644051867915464894","-5555524377777304539308173665613697267638919958063474350265256727700246949463","3924304707866048103280554129824296251229709763453127117835098640554931998534","19556767910919690230644832616629306520177577146839620848306970778036114001323","16758000980963689031910823842146716404245966816424151829463388430878584316856","-2462624176079720770978143141641732574395319027477628725189400884059028109319","-6488907547597029012536328665028536015799470018385937636800715726103233095037","-5816865251275159905027262537802732820232356055518460087770737493891625682842","16255870407443244545111915725461869046722094280696010660076912990078835717972","-12787924134914506650825237477389714351956672410290853250371997873862558568402","-16880309087336509832238225571701276473859407558777880744349040096100008511812","-13536997258751405466445544823800711536352584570338769489843818782969145212476","-18499733761596925226780872394765564446739344207091806619962146821931318825035","-11238165549744167627448546455537899432605891644201992465742235087835355880391","-10393030360828193234434089222270653539716815542048287381404191904770142068152","-11207231349019457448972754371400512752033811488343023162695095484743790334949","-13820474513479471597670706400991624774560639447938511312544971030391381629011","-6404932226307509484001166109644683663483803547461059817575765942958835850922","5419696418228274458203931557569260683880356961713353322071594055696091932089","13496519490131369082320892870017752917591085484995427137369014055964581078445","8981036567127285875440978351263585133840550667898051207368227974944334588303","-18666869101173800320220427957474676556107159548860365242537098706852531219117","-11705268708677519601160571878967129223757346755593285849330665191977948170713","-266458833012652741021359762318818170957809620947312213802832630170903183132","-5131582059212481124327831430876281944459914725681410002095927972046891554914","-4289605049839144349540817216144720570638948295878875021373655930515579590549","8632817031985102183256016371653985273983684858161462410330261124823250619108","-1091645388579968697216992676186500810451050606241336783057599118864660766224","2259097844100528885941416314000582287334197938272012194342029684083593230094","-11312199529341394487158822725735029391370214107154312486837321000109388112196","-10237878185106820399430316464412554215859913768438660217775376690212976844457","-18213434557568575387230328796293439810258356744217338149256013844725208903594","19132397999396607910435490762697986540012365947210877216097045479775188278504","-10490453652752710675681987953417652861235274549216620090786311458234288686183","20254693218057276563607811846263808931852977749255317012287579391890728675036","-16459516800152081833308273448427988888191966642086933316696866639640888010058","7176909513498315927376829415526750357573278159276163393739467731576543068998","-7548825308523552573808801021933858603960600935694559051240634687648075933856","8744552886802248109737087445394600663904895635796888060858768006632013292187","-14213283227937143329714804238536461731226552098309223597709425568750914523405","4409735234219945715081299554161770701408498115710004896567359798058435933728","-925966163018274163074703707751802025226076533694599528323493305499216914627","11292257034753867799129986508918583652684507270614848841161686631548609508867","-7408824154789417501209432944143223559559593954203338121299178052107960057192","7043298942114753577223116967564768032419074234237474375696387377948915783388","-18664291033882029330335593712529931382407663844802512221725268442499883705147","18399351034122534201774363113685938736304485614733150601983532008364031133819","-13878078395721126310616749639068226602810780555432120836701090098837630813851","254221071438857164254756186987085726919489503051894654088190081594457012046","-14965648077180397755656880983240544548459773084240769039141433583400567920824","8230128790853351437232902845885209951089756367109646209476047833930126911393","-2126016481545671874979739971020313241621552320230316199851927764038315424921","1162298470659718765815471244443552793299107975507801011926686875832142986537","-3843949243537513476781769828958541943006779281078920370421607199027393903958","18914723527156478320042492406914045111804203601585278558516944172343522843770","-8643808781838211122552869378580152433952732150712354646034693819630338143033","6375738327881320548412852271402174955208338919125613591460831585185870614259","-14844637141808910584420981673350728316675395574077244182426094507998840647335","12545967002155416211090615381985523770775674662563958156768461992118523242865","-3845055720287662429907754637645067128026116829245041096472081644152876107828","2359516108163270781309151677099226443930484348569864834134250760841695835512","-19666043188784529722538898628731974566182194535716542003500431239674769255989","2871867398328367633585504033161081647842640703502344276280420918873140494876"],["0","-1683710990141482709403569672712098083734489569264564306416689742754861839684","-11015965581031830278481122378914996979625418019846654407214759264058462187909","-5319936819023169146690775155326633320790766209169973869646578652468367346949","1430300484957983234171840912132824923177329057575730699249415075847103659866","12478651229890931198339685592812490645907267293115995893657507314163166218770","18335947645972080565181519155469587263576022816479103177489155373959900731272","17670418235447706408676250424757050843062954705985208640706184427277955684787","2421128050024955608039419581109253929433958109971104475316508941565860978685","7101678434796299631185195613630320497365298775295186057487106583633691142543","2462088445363904757476783561455171015895514478699658858131219086700523590267","-847003779122546649499066608946312458169673971197796552235210202662510763888","-20618464215134050280174556126780211188330960894985835987217417904419522942352","-17436671182308047672428590792813643484219698301510730651962074181156528871308","-8048685693434908716810270491877545679472706730653686766229241122478285822219","-4032633202091876938786422638735645294385078753778339424485163740926714844076","6936820313268546544411109207968110262651416527200602448535061535782903341897","-13349504093434504063618852988984467404323072636466033768538930117123407614422","19552748444760565069452167315012038916261216459812259697424950768965162278674","6179177101926030323873157172169600253132885335780652607616924366832204975499","15091432864761183181533121136888531685916251275385383730570371693305371038315","-17737231331867349811176584790170475131818121868623051546462300738374753598100","-21487254031645071085916358043421480700030794467877487591990819112057470125222","-2889091087120294234667105791525079622943644231991566938341489573660082096862","-8477391836326796588433970806015349399648882490979692127119480184941124553747","-4717481836127103945149093901733285933408002003786455956729297309089231225508","10221369444737482967853077814805845086204579657810177537703866121875877001413","-722822014542950945852098376329801700507757358377216111594261914095814893659","-10088298733776609719212920995733689885671811320352751229360805771614111330370","-5490839435510789875182826281470021753211399765101267493233363201174991038856","4113764610662741004363521221131791271774028658239200103513430672668146131099","663831252781728812127732856978520862807860084488438962165111261980953092390","14647858865411076808908734746151689563535966461567184018283073516848690125450","13632819709247174693252021223481341737594125640237720575640155581201210401778","12239286957409211020608741603237920770307150376671710508290535894179952654669","-11281664675088686213618246688447057304564353539704003725175777413182097892697","-2982663860103687860117026586497322660380684914891833489990073846770610116272","-20681012289446654529576475483597807650417948548700124673033303726621039359727","-16434909900665923618408429185209177233583137940669221114176223811392279589462","-6626933675468696396309772042590721254204916406617900984458548320169363493760","12925543181483026327878877841589358822265070995600530115629298699600132006242","-2965282583733504559625297563701020056241813631735091331063556789819470501317","21600557076317370406274351573806232973300951219301714993576578015634106702941","-20585052756512153288476147771770946527776546379932263772054315050408947752391","-304141718096596911004734143392192964576882875021313696062727905876132953702","-18392375371626914120748945406793736506960534974584550227441523059703173583404","1273599363857081812940126283005821183055942099113557431876979204030938772899","-8504153880604109637327180383559623160299672063179007320617391395659136847269","-6213469864657917416542941536466884757287637799372952323682518241834026810020","-16926309867342418943536837163178156931438719417811387503697949178747068629258","7484536391865984121877373398008605862713390563825784957906756787700019219684","788737584982329486305086829050736640591639137850883712257965376621757119152","3709806172168854578664925538031533095946302397147823326937088128241508495177","9115405626954942262830609664062684107828164208876740695677853703319347687336","14396233029415723095630506215400587602976446780331358416186207460366008867357","4270140615917477707914508072590994627632328969618089111798554006021743045171","11090108109231456554356863523792274047184191174298089940046567927429437971571","20492463123274617640199940474760197925335685945437191241071493788367885590044","19666433095970792511058055307507123385558861299798377163971425662067837229497","-17257714659190464679594844894982432815124030462604606451710598060003319282059","-11368180768712682114075595506586659361252826714507320776792072244423651307375","-15329780087356110455399203436299382655399290137059733255094841583359171586169","-15162613061014375734680602506026065707735394762160989649756137980382572987836","-20097370850834325964816453273727132455642755336170988287276072751843934147358","-10571476172303995104550867321594258411105096169317258824997638748407503294045","-19242507806376489245132716102397910227312058624702628292087082792696479896901","-9617239924312669504030866536413536107869876692714150494955953748198723338507","-3013410438212512977517071570114316454233099348502948540434811040020953194059","17916826937066591933370587942678290443788184655770549643648666181471126220595","5068051101627901653580924950235353486280969885145297218018513688889864583628","7227847678773837412770327964194041380223471996735623666613729135716347411789","-13140180641373245045742311743707545687000244180422587249654905615322182898684","7218928825836824057454917492451902228903101714228265455242308502317084050276","-164399321131761864647054080805770687343346566637438123755811926507404976174","10841871074119990110482491899411521974709070161373917375315413404951888223260","-15528350989761249936776852455315498423957093314155832152017881181279453039177","18074287528952648670864435565598327151310356717206032873353113381363477223421","-18008760650635279974025178527225547073036047587464195003249882524055845546205","18641713362223133502773074214176009421102080443444527592905302656086233024200","-3700299663176695782699395059859802594056231873751842934178441510522700922386","17613311378768609995492470806188683293494278542527180811822031334978140936141","-18634185090142606605797649305743121895007515871047288259774930559637088363858","11551271670724390761408081615393364976693333493100473259407934846332468155157","-282277157980945423282732480861647016860206003416671956079715834619070403181","19693562305617263996881757798919141131863054624449940740320063791341161209324","-28751368983516537917501288056689508523343007203802622458701802568874898816","9785266580717772986082145850649949666351748547489086976412880247885919934622","-9272898574549479253666366686514849221513266973654101202487129451612041932713","354765167840262316217142426618938722942023183013107566632592320928411193326","-20188372066541013548842093343460328125750979945187121379464889834068167295241","14494309867425998526986774778226333111367821820853207592018469762633080661542","-11325358538065797603663497629565270364937669675251328899549248659351881790884","2727760613986777331800629520620140227670733303848317914046889730282856275851","-4964559669042638826660128562813021518583983411012601771974804111681860963071","19483544052428785406492968002379361364293059068071263201660320455750804620193","-8682561817821198679746648723543517205360396932759116553116787667446055527946","7412835578881736324828759217791310013805075918793906817343841844767664328173","-1524324472833394278475523888328655545920825177127853664586399768966625569572","13229944521176999142672461592974953331588470107351099917802752138160538360117","-1432756615635737341411275007164894723689323127664648451112420498660160365880","19182060131106774952136988483240101997312029891346517621818576782253041490830"],["0","-1651942858252020771490294773226964157626291652859994790330372692581164642356","-17092151290006936707306373828648956284091091436675336283800886631350319086950","-14734173987287711872273910883544581981037635341694543602642907690041899060158","19297760910479759886582948678013252371052292760789922000536641059851948882113","-8813927712100124314006080600067866895257227364767299572731135259233571719361","9990397121904586931822199704122662164048239859738642588024112447539084249506","-11661974053896347906956483925975704781323592631040603832495156358885978509040","9057803723235734883677195621961665042946520590156054924899495487992257223508","11504460312554663818311557790947709825381262021345646532132891034098899700831","11561021781503277304197726760615930073455063091002895974571559596124641651348","-5478059978552900924706379708297195354401273860675015771477012547816230142517","-17344774176083079406464152452541636233413660329671260990477787171409672412643","-14827306488819705794601119120742604897698975200798756815953147151678365679475","-8527128036834892815573346692074281969549108370384308142441662595803696055209","-12042362390788057835735154700223192802203726903840993110312499333961583720348","9077622351056263958687608753002300860925675206996061175709809622802986525166","-9627338999620996753095005514986565323270188828503800478647564352229698004061","-2230598970949073012715031679068020810176677976120351264154236781495845087229","-9328474399641858776261369880595124693381680481663366771910170292277434717611","16005370578251098312665641838010805642727375271769907102636073421014558574073","-14185713072536138256715220371816128096354675504778687896084541479127260898974","1472937259746427599013781116455201259558196522700159826584102032620805782766","11531652126620130393632983171438832249109714979847876522203421810244650907088","820488699952544340009306475202987712935893521792202017244961944205728210021","-14428406756478301901574553154244289967154303924403095031964138311531485512524","11065960902640414607268922558048542659217285050703193058577436729559028595747","-12743054377021521039594290058335054009227932217074917592332167796219163056440","-405456696057577932136789609026454340718475633176707055675492046073723323658","-4191910797381990173389919762856175071053170565723470650056709214036883068895","20343054950183505446535621304699600565115374015812492093860483946521221373323","15152528416260947037327327806671338718817992303726115848599148887721955534665","19712623357324446043401145723123784877701905027630036610536509276645971447991","-6114903577512965754317958354731601092334866075160793907586345646660711886115","9322544354386649605050485507216973017448649999447283583319952205609589546626","-11533170620626523203488016915429943698917780722114421957814702519144540551830","-17887283834261126973388717841817540035625477766779087526283322763165992111805","-13461137580913236681395097936121906540236533406934034558094469792262953262349","-20008859260351118789558378939070059781151351991602103165112037705535580217781","-8546433663037574231852137067984754639256336484771912404300920304757391709385","489536565676830926904463658344553293962972520905842725169415568378415898623","2787053902090598765206978060460563851029848391670866048017743349315949685033","19449692499734568461642257072501684081223616848957388822743376826560738607500","-7302392503218729248830876352616148647864494906790183604489706964777773958271","-304999031044607385408254033828614346052055823655395437701912774844555910614","-20283463182024199881488557338655219345801252530312092213938423720985909114193","7755705643890942629672367727237128055658698707809784120515457989373092117265","9602570233781588775266567309754243470339883781582924835959305947938851677302","16754347677159354684427444122450039746766668982564625495451083437513808578227","8665802091693967918316242808575907400952831110790921192070930992907199603986","5184718622785025022543005162891565890754915636933579809769931031092502795745","319672336998535150906561003005791910906178411031593864421027382499227578451","13569778184807093691879589526263177096470636947248136746188409495420575353129","-14769860221025448478794835530181122574883807212268522896215110738850377054708","17186194891731208186573109598100532698732655968271955109575836618109308932267","-18091545340735369434148136420113722684779235376427990432908831288059648078085","12646013057094236735386013310599708873905173343737488304148124464340518891129","-16900410334605376670786977366031886155945208821281531598303476527432009807362","12486023618858901639097695180628057379462572700446529910193474999645468385679","12376514705874805265928827182131803365986298560621795064038892441441762082934","2060876993134090104530452896757095364287949695582836425645426780898561704718","-2609028174733241385814680618102717335290680642359432436119431289849096525377","1099599251417133746677824109533992090852654052647166922886300485529479627783","-21411426688488442124151343271361594119761676129011946215314541786856912141646","-4125277663297876606334676088393902357504688609697345264979769509634940222485","-9154841334341575012715176090677994658849141482723858339683753990665964866009","-2600055492087647501234539721913237826110301480428577404095801103208710617675","-9995463992787547932448666552748415925519622200824091557430795078969746883270","-21435793432468972393910431811009377506763360749468410659920063400630172921419","-4024996417261942073680035356131485586244694597343081059744097700671156026453","2471281847789438205964046448807865627332811339782824296990578970765240575219","-21816092452461397260663080278800022599956197607194977203951455317265354845033","12016768382817950802569849262730594797992885587491159659292218234751524746658","-3711610230444575314546092583191638334256373060689791664260735250137202891106","19568605111736836822015466394166105316516303852673046376767811794046198761371","-11953861866288893353947619344057856887212877832585957778890947681340076727073","5134440268295137243257245736641994183833116680671067932020168290332786785770","-7264835929175040904209187653594122758884266273994953873166756560014535820572","12725653766946586834636666276387015826665421633474557589258411992718617517324","-17371475788428064879384272659308128337602945638159050436984930447374524427807","2963437722460082905707667877044834145247449726487841339968445458432544572892","-18391670103893389914610675246865592085613399529585567762517818219702719868335","14356060743736978986529854744242959220012463917299019317171885431287231633506","-7197778110308092989126015573501944527710973104666787807248385165492929853038","19139317656401307869008514655405909589191927434896863654945052959635969049226","-1988490664278502139477355049225846470268411494959401095301745991054249737050","11051425131794371309651209777340781816759340179617272809396290888908344742737","-852133114756021500581941834074854594309725674783073511007341155733458252010","889449249813390113689141260915267562149775136551805567360932863316252212551","-8188891727130578697310475390708514758205307863861616744762660858367370109585","13519887448829475408520372769662349279983603521264826233920030112851113901631","-17563610163012866716845314955798105994158200620166100851783889040658196799783","15238227063686376620712029244245702190529846709464135105876704076140317909539","-5898625947011491694347006617410233931486353187217703976559957220724676215999","13948374681184496252802497094313622689901553480926491455447854081022923958394","-10327706899088100543273610722170862128578600118145914757112200337548496166678","13851681986970254996631271131359522373808847811878177679557254857646888619621","-16935368111965412506314164874936748514830023940033627850049093163359694751780","18031025836922220589574550016316474230787295432942876525558040984717510094879","-18552755207049914276383258138172709427644907755834451438794051447771946131534","18970311064693038148209589780888968149458087404754305215059439299443870868952"],["0","-9728107943039677876553958109003233372688161955741820282350883619910431647252","-10811772923007885610424283565719211783679045041540898043066884873749793597336","-5243469467020392965776985238210083906594656580030079762726686720961883585170","4655653943657565451035668952626924721529742443786457715182555402379380134153","7626325202921089131112693846456530256840151797441802782088617930325556563034","12820143586490893323197436406650500365592664519716204832430640883073360249693","10480804414473681366609344617140771314521987047942795596307610990977532172551","19426105724822610631350326322647138948782639937433635809207406766490983587372","13624648252665122529704704294120675079190800857770426060462913198130328058832","20008749029092866511721814000688294641792830570804779578856496317315535108338","19385811279593271201065959463979558914210027742738780258121902349265612260875","3948232181385293783636796844336196030774395314694747789407131676342926755071","18990257857911165195445244373274470442351371592952887593152351272502752311433","9108431355928583505649237900328399890271254549212648070255761705511850702472","-16201151260379356565297383260510197968465722927624319267969227215424952038508","-10035189396572848078460592914292868198779523961076284114934270955122230350165","-21802839781158193069647903504956099623029925571683262921025834191793908533642","20472505690300372039712117182099444037700282055886582882894169245263938028845","2397109568635162892689901400623078134909179114689928166068273425773422743992","1744346285481230005650351013015364672764157224841083097664381387978817543679","-18960188127961256075202233039145006841387745891296396382740202477865485735082","6599012208710523962460595114880000847738438278863827413755774677341928687331","12183246048474290853448997915566871581156324238833213279014919172443509665490","4747275909461976528721245515032656163437325055845208344744396867822135337437","-6196383219011342754814724308852698673241947343348489964563053981697388865513","-9327533991403460612427764623139656649637526592957204276355324912630625210771","-9127771590928129456320729601066458531642291749592792465471100344378781036214","-21871267952264401490839008516396813801127714050633749857492858299446060618183","-3863970750607629356874597951145749641718461754960969312302920831615640982637","9775523653323294621861160528646308815249369113568891496729486232386247987591","15848406281249126417355884825644338027317732079239290156868720335300963638721","12462134662738211555153489371407022353299550798738639067750392568814323465322","7798867954925759393700516491048929935268990075709315887157009352169285228845","17460709727137972214348841657778334791866330469046356122854440216139714988596","-4056141089349025718423612141021166496938822365263227416515486186884431839821","-11755565476920617766255296639233730575031818518827462135976976887160828284858","-6691532705062567276194924120037900119896041654925513339718010196440697735185","-4070621927751650657977264439506151712843157872141672712517127956075555187030","-1864379763037300331508965899856000857079766634026078014253120950808687868703","-20361943140909608018214878706012157871339338680827838403796260560335589895808","-8499822366583976036965165571898765360418197549606631789645767705283757297736","8020697481899178259864247737472789469187842271655892407865291498460276913541","-13889553244316597061747024178546903121709208937913724067656601365826748321516","-17446312938130708507251159314727867489185332951680902946964390070564112766955","-7914062811498774816307810315673523438676802467447177169589092308126668385018","332378437178488732853048603324365835416960244544199538698319407975480152742","14229229671040830501122674282689027632780869281956590842766347495038497520603","15267641528297521001034525406764445008604514656724233432406839700372196067234","-15759928091882146079941114612504300057379195338350607493752499042323069721200","18965891763014502621699722971549045529373124412359325418864563492187270028461","4034934657366047418176340256922111917378359177619429090793335849625171981740","843155480119915755150774035592238309942823370507413572531736783562534486400","-15004196679083933242380656347500761772049514446383727762347265381793344369031","-17186421772084559670864480879302180640507056002111464730563201529662443799422","-7015207775399570830269889698455777597580378497725042405999548673690866552725","21562929522663261754007614774731805838623972702399824008014433178111381583517","-15277410839488886856804978862439986912149551085865162913612944251819113542615","10494068011863733416039792980558829889006738354030977560895609088223393565448","-741719499213018169259683125672919028643851466099889108513299791960986900870","3259268572628973819993127271226892227448028818707445451717762394004929008908","-15279828062278233636114846328580454574085425873441584009328083417876431039405","-13829820076239545214848571593005495561832372509875608078622050100469846360525","-180317960896166097079385665000819399803331709979648624610544911089697137166","5960401419917706441960114783270103106713801038720155452238644277276797849801","-13528398077639408463429573494500095044653567289535477910981074457123467365517","10440202334964072633090295609696967196542208860117371944790831445828518077900","-1826186261815192797328097897879089258505070135069909841884386583489416199917","-7322048874548055095625167367598488434225504580526967377089622874333217017387","-20402201190780508732431891611826086624997610073623647289830365799484114616842","6183490371764049053026094915885557758944064308859549687517957857302585834525","-7195868242902903977558849247955432186761292081299524779751570906274740792438","366524149935531093589194020154635927317146302691128218459472410391775225506","-15814865321774618653207440695373983449971262891058884540135655907270753287991","12212685768690613055996513674698442959182633367299311206052981953742825313235","-16164252248878286408310546144542161897055907947877394493981296762352686635612","6058497265703577391006483689948095430708727363696026235193134335539078329995","-5729155225088949669827731334140406677234232448875087720114036423438116114925","17684875845796228803958935055237939140957700533296616992445547000097130343885","-18218261879213635482978304769450178283545954204950698739791768548989637382145","5520833898077037379343247147296186286791201523229936140817208836031394792394","-269813820072834108456631745692933132960940277399541637034605417688584482628","11927781459875109062723180359394779142550941312652800415354549898003826380748","-17959475428700876196681543173011564853965664499122081897938467881162705974762","19081499794568501363349754249799875940215201980380187019540445034642733841460","-2503532996391132020272048208851803720328218656085404470329967602267280396919","14223169532682317512336794076235000485092805577296840318255918698822569491908","-15471914513734994174400161415947602642422323981557500282864261516183611787913","20985808502459387468653320579635801347437617893399326381637011926357674113776","-12478223614017178667646577251242456558163229165212919459751266803587257783705","8639666447781086237674863801905046052205007377347539865061891146774849319810","-12616672255699685043306760531357870763326139130604196465875531714135237737910","7858806100696084531268277316512809959810680194002093272157026948080001444585","-634996846711131791184756518733794858515052510410126117086629286403693343844","760888556474541944923293058713305705800213792029916795122236365936433149848","-16009517048782381412928962857211393161496453924799355433005096377490141155017","18262201905632165607450136386314935151426114148564167361608957055179173488332","-3099079771019982229373288087549374053037271735665369196533881132154492029060","13968854278188376933338786055380317845484808371083001381098620340718418500655","-6038157879906975464579393845208629836386973057501066820300890511863736696246","4566370542501287381314118130585125955184904459225582236379869826445927980210"],["0","-13928881827534084232338621837890993238167140982081813701058600188191937759157","-12803457788833692690060451303687033827439616536335401571036244675435174189208","-14918995546873174822257176291957504779828142878180869959695109963617309079642","1947459412551957542478668285999023832739879005423164487069935366998200029672","-6344335791611636655166403483115347260265167947617786413870094629449686292780","-15635194593575595781068219095836635645668516095241463925684437318711241256974","-19165889156618886755814820204274395022180695845230823487662889828585497027247","5465070973323788950957941061499541824752863348024727439940605110137033084403","6087875744547277094565018481426019529546708673299893238372994372046858970842","2194078962994836949994681974148484036886550946004108476882224276826968138480","-516973555011294556748483305796696432422258541292600616556337638839512566623","-16436988904284948834039996598750800999715293812655185002722003486180666550114","-15630196835712986218541485891054019806244684895505256395571528257289545829172","3704424060947034098283864280717156772025828800800528589099830577240459030251","-14290326683338635364960830867873245989791756026734474050651465904630381817365","-11085993445992752255617624420504854722490554751176770362173459541627860000336","-8673086447246457588788012803863356166669016886139079274360541017672666474934","941026697741770790099552243972927714630331742674866527238690320769413125663","20277209659649928770256158904803849787152884650706871713771745138658314283764","9117313687478099868754318394285423854379461566262031198401039822165846434442","-17313176421612606570923824837702612346713848351019617465095275916612894845163","21459572477267343679497394270826742045207044409182359652036411805851916775777","-4289600258873320252846235310417324146174556928538366660174607443690036407589","-1157160875954469008626040068107221987786155541504576324864083511810624940031","-7646273849539857451207563199581453422460193155990530818958473733676993658182","-3015113626187468400320294036598857822241359991493603923604131602236275429631","-18858681376158140928631192656110191021027929132007817282892352748145011413562","14012117781468551658090115585129366319330411117763059765755395105277620744051","-10001662182262191390801035081931161681828952991828812759226915366265524239243","18381541708289790190386810304583866009264314563090359907385463641161103923908","15247002335331225643163246843045284707798655447458148065967359149200186201433","4763650678244413038772277545795667482570160233527573807699933000010997646390","6744481008514342061188035911785333938219010601607992856291275500924271919077","3102692471254911725062065954476563109457162453305399392960477499950501434210","-17439647197388806783982003254669211548190562755501141772228650248994330117769","12291721929342595948062284862854575261584806074507844961473280530650657051620","14468478557818372594451549826735164095876413164687679249788168855064340130422","12657192700052534144974246897994189904619527249209073457118047919637138328229","2958205150714380614825049689285775028217138664853272680520312304090425921833","15863021800279223093784351241762034439249682706686718946734447581520373701971","14498156907631284812800820153710732704007709549754072769292357809436373222615","9105030224949996924737397839526439501176056263158944144727646044310283670707","14080826166323636348937267514890284503039325319961948726016935244842941479045","13090230856168715620504281825447700250093172176712595277435930766907659295190","18620272432236815375092396113170954943668919111199729241992464255068231010407","7636906522068715620800290607687331943032674296795989359250596009512038906212","8032267680093820281733243253519705309088140054320004575144112601752716815317","17122972931920403810529886660525984957112886195021200212210121359864159959846","4751281737349604576842660792719088910310433654246689689652808750063852611615","4873030122355716223961143922923631461012225875406057991493388803271007842244","4675736029787070168584872667196093624823759106825411050194965573100609318142","11393049587369937329395149231000854952651748522774192627725758443994723893292","16397441613529152576986629237274813173097682034391685185363017073151457765733","9761660009477848437758535871041157459478535969569776071023597214262653799366","20300241605647967301080114173417675324678975055807940843443748807582742158943","7620618216329905823561529175056661678333299936348451215330960077123041233943","17020232673133887036829193607087351189990186120968298983482719131013741080045","13102089714581035826746687749115352483651570491548717160595699128437490952152","-939558358225434444540275027436570436420838558875763398768204553003458815597","12895614443176498737211458543721361702019374139983111952734725090480596306157","-18781968612116039956237670858331925211162291336340213461245311712741815895610","-17147512324116281979848472452228227326686588061075010480719166840343351449788","-20901924004586896465832251036556581598648689360398097784329051305457606041543","-899553929278123715192157088715019626056843798813264324063987351929750783356","-19619506142597549192049352746139135635555443856700341638765886921771876833683","-9562396059141669968128696533964331430890847542344875607000288450965667547574","-6286746659785417251984981587899713542027241043899746739443204178938746567680","-4462220512707706769378915092148649886457402469220764298018667891328491790734","-14683173996407054917359920420900039956227208067645183128557807080316758812274","18085771555194867019612223088210212201642228544611806416686388232205591224499","-13646196317732417013503561023058428310600077702955194258348516434294917243718","2423932144897472889087936522228535572427037391500877458408054496030831812932","-21804161186694731246725362493373594033881547695919535870726712448443718786427","3502200140021148885106011660211590546183759667893825800789840419113849841931","-1628949895655156194341787351133301827097815469525222895250452897878425679751","75137751390606796311459740732897311582203573837694116621559679798078506923","-12604026141191291899460195916648282532151854652794629526148047811924246969066","19784875359561483256242205089936828504510369862059493906214142141947102463713","-5322706432385562561487130996360929382262644067821450260215135221058601211161","14904287166957864970288673980970622525285460438835711984434209098753994251405","-20248083075239103428563046625064523303961693058225568328313387994888535256615","13602714936463056904368624871323336717339088417776638483949444832174374166284","-76777434804790925392703935466666257652313513024133892996076511542438371832","9425248062917632309649970011226418511571142498650673957371069316169889301870","-16245057907316710040722091008448260017165058386789869976315879222405367687563","11742184306224480240931611356442993599555231405985824114208578654451744314756","-19028402637309791674332740968047460540340700894471261809647090220492129900133","16490955676891582506586662195065524164133086718287909976510579316235349518132","-2361471325342596507243640543091631762108925185113856125618111108080804086788","21652099846707254884000777038808614739625607164150040376740501082557993134451","-2609411214762116250037179200988350788416440090237633380247522471986651111488","16787500570054635442900836346659575660725225214042303763278918826974640738133","-15971094894262727028929347003058147705449093175741326288668975360559398575073","20876564801466384133703586005813674638445321764927788235112818343524454293430","-3524503935518378673560764396358013182829272454702481177305414277201099138040","5571565504452399760407989242389925588044666738716515881210789267634887146815","-21757416493959064568778213786941483390077960349409241649607870516985178117298","8961894572430318340473839009320157457647525614007262273438464377326732074195","-17871517096865882887956814416357600467545933376350861047948124535025811033672","4140214772395023361899612379967812869681121506980798254554364940272790596776"],["0","-881754210662030638345799325","-8179425681062246965368641037002961009959592658878047541770017716167171000567","-14226609292968988706456994009948825186351642402507903347867458495144428599908","14815898710156569557849479987413018830306887519936775805850677433748815845287","17890927049225273981862396536135106459141588107482477416264614026873592088455","20343433030122016533554892956535603637331776675434408106388853939679674122738","-2372565555334876482858412999500210863912308148394952065452083390448949946326","534413387448368311157429236962582259210852136671288465520895005843575522844","2479318009122596005518350435863595749137419100996938945231564029281597361041","18096642910693146068720335645143834358855410748267922262210643961017877403635","-10495561430896113859353589540908298642164420948245755211181368476576776403126","-11700106971792340711526350806683911774446419315496613163642804618131469460035","-12859005913987762380284710677436761335425093351638087329719638655707807169252","-12779137719388332968988770183887245561576335834608155595423654417820604881141","-7644194656262851030139153913086789145348668088026683003394525064606045866783","-8503991805209011568864939632715567080060178050758319562777693159397492421674","-18160015168939334089099707128671308344953361412666814051586499964816605295810","-9434408688820076544468890677411123172226780426976157962072195801044428318647","-20953219848776371296238218132441810382500781450598092773551032332519379044641","15963517700851166874038832921284991665905204759226780350852460810604435995354","-3194851198063400852354358665453758507430695148360217050690836374606792021551","-4496975447487970916568089965694652513461850644665407005090935149241590665909","-19475668572358147549472929881352004425974332804888979825562806078811902811575","-16554388349008046403370322428306089837714886903141253476370911612129941783323","-2367048373027096458807964030242044205166131041119016631607031559216057909626","-2399915762542814467013464795343788314145475653332716797568497686701703858997","-522809978819082909003771060954463262089458894578345639823025169142514097497","-6906529115515851585567341605196180005656193441082949695649390468821740832232","-5094673815461416577803069405581045407902665126021623790119195086823745396936","20736047913799160488688809449584891608302712235961911445097915577853005114335","8639414083275372845081114397633796246142387755640450055563188603826754880532","7871690885642587594320457288093188169675471431550318905742327455818835006693","-4436942591641455169915749179427526224261918457099447802268531165868421530988","-9431772514846771576595528870484739174444929375661146474075386147723235440099","-8841665043457256658533728156557106037080989364959503177503509711567104828766","-14680716907682956926078644681739764481239376417447290284585197340758939251626","-6716563290984871855549793610737248517451541265925000579119650277900656321929","-5092665370894798290128812568256237567151261029460033038823130973735882256711","-14458417845345844492457455493812224285028586666988285564529149699386800767051","6277437008814377673588153588993672646801961197146269591223192637272954640692","10604231326064695860473700380796874777089756919162509615629584939652883600722","2299042228152590795727782128743189527766774398990855794128683274648899506681","-6641713784342701364968753972667941421992562435607112732841157722156020723782","-18057896663598325183411319748477452442621503430620193355427475089061731905665","-5623968031397968125816011615393290328226369132727437696113756195687816538097","-11381369165833089089746226091802928073967857282119867833259953472769199025374","-16686029071032417501549592690063533730796053444864814684907723601232420342032","1833232398267153849179847593801164908530007897889086885534153856784832499893","-8950413953474082777462084696119314872315379154186671258467609651051086436422","13099820087409265540057298535595248084584058272191388313004263196629405821215","4975301201256817330779685722586983782884054269751756106397751931521764220101","12424367043205560384189904089226798219663206814003302199139198138513302696873","10246707032737697093231669818843142309962121086144383596456639045672772930872","5675401452802927967935131063025662528498791657927006159185927813782110684476","-5457043872686531846481934639109358222367654930942215090906620049301035860671","-10831910730871621102596328837801750586190904904522492386433430747213199032177","-12204638197479130004481841677127606739757752015190020662134836218289591666521","10841212637815361340509290246560614866860835393389941779480890650286953653991","-12382538608267614941816802685475041508893808108239152752304522479319155731169","-10970474319130136281608458444500063843660335184216290413771659246681303860024","-12261851306379366991071789078413902254306932839856071788240222525329749041852","3203385935010189249753450842294639540163463105040431406016574788994278443163","18478079401234031012738031087076142089841296226609874803638108789349770463180","9276116987718585837901409906011013645687901668126236541170344132546665131701","-5783723547911695206317997225687428465487641032230545756741568455558031456492","-620289174370249791735410460017505908783125481669877902429775668648910558497","-17144693274318737655429635642320462900936758924246174563138935091145373023954","6405760043260153228196824549079526380343149882902950701633812004327889888431","-20914536503125062799723999476578624964578634666387412337355611729997772021687","9954866688860971477512748689872587035930577771429544923109467293709831486453","-7226141990937439520060006401643025834513719842786050735921352500946998689534","14359778923731535618392311659813946396078227421044532964578161893623935160392","-3697726434456972812397364630356133326251579948490628727716228726520471493692","5958566143046944520272653221074631669600607103531070026879079194235638447216","-13940930353149129596897358247258421978640815901973549408553954034192174544332","21249517276771190650555928320591231988074713486670577632305865858122724691882","-13884564941533875737418255408898883496411049975542176810719245317306499460236","6382219712763206330710176321036500038615075622427726625747891696697461420710","-5787080126928433638383716017195256322000800791234802229773262061894798339741","5339151892821424441900900360508783862541572653683226940990147412669585555291","-4691443569203117551010750804807558618919330127611112843299164168668472272096","13228220295949092035879761203440603643818923518969119456218720148514939294923","-17683054138524753961631646547757564217651896128216327367506014346304587664000","8451308984810604364215062014965428367885160766052108846877765726178598427544","-5982275659403977386392363630110316008633286579239390087731484175681729808121","2139659296123736261882811321238914355188714247526250358396258863964477073950","-14669588162749633463456779963644812006071063967485545283792501179704664245406","10215745096464650933880251788357016636996964296308553071142283903578613146349","-17204450840908861096935669833444063111272201744224661688703321788453021090705","12031763579305424684612817010385091104803291923430493128857518709243765716597","-20748080328596788615117781621371476292899986064143431365657249643215307949214","18219140714840252495255579160001992063528159690144324418037764646706002878645","-13770551089386428643688183123585578383456622735448381430313038257451758394565","10681187983014964015819128224179304307778068631045068571973638692853357797173","-8328290966031270067413297805107095717378610008081165132265597713570754104981","2585583648088917931312627251923648686959565487496991592245896542141629324787","-20455480465317798940061499652870267406117157368150631995683626017935819881596","14326285870081835136815741780359779869293616605710488276902609463643775975560","-1473485130315502293559123075190935016600555833779647737421845575116784860704","12307500894924909957220958441281061150112216217901883076660388306263513624460"],["0","-3456038348185148719302064065040622382402373326380810395796278086863806004529","18053408460973426173776472521108908220774702767561499806966479431887539122259","465432822868435649666955921437938374858507018371678537120447256547897075244","4431277290743272556587129203043676227961093634777331841925362442010671105661","16992579196197513890107569173257682850485475614371430000521574122105658489400","13676733947284410141761643892106110070710824658738690230681324218483586201532","-13173402260908826708717921879236793175075299261201625659297720189926777774327","15412485175469693059146683027072578165798083269503585301909592606633519439820","17954618444604752269204797852718824324726706503516937886548808600897181931747","17054960961493985647629297820398791909579777969865003831800933363605542230268","10450954330121646875227768739097094553868666034288663762274421197973495914257","8489998144483828266012874639595727771921424954875064720443381197487465657026","8913961799417153238701383078331917346728180969446322765780024579185661220771","18566505230456144019337345916434434586215061469008933602938538415497838355027","-17844865943927898303553310871424168418562266902542608806527882897044379322653","4038600798489111539325827535416438146138680284772930280956638681918986264319","14085065821655488959997615480216679398111850654364964791805925097276862372932","4858818182319639250718620879876605062999760633015958350941192538702361096455","-724686089029086519994108480963188324510324073085498681377459917571147798321","11627579540945706762526038533100689253534770216545711976791711375270597263418","-2876527557245912076197096300745486816594957715803186958074151647680734577983","10646482063309844615075726948565429660399432834650531554215785447314637834453","10597824243759990271726196626578904948955785099104591803408309797195280724771","17495814218586225709999886437826526527684094156627836495014650206912761206816","-16075990070547812240400784426126068676587721113758665133401192195892844875709","-2172382188843695588339721579194587150472688464791880950090802871532407459519","-13289429712063074614176254446901315367672256666124819484560888367557641252200","-7054749119650674043325670234908356096942264726022302034339234508772055450817","-294661058674001676682644068834169978302003048481692851577612281576270566082","14118529764854530437941771518972382905101407175601431449780637834682446508951","6992216445677695394141329214044488327773683022190617147226543062677060530607","669952275497605623692860418229984165452123596973927923238194022545515013645","-10051188582655869808593422591442669024135366332449075311856815004859921674136","9759489918514930963974530104575538357942897958000202649765078426638909580414","-12222264181384618499120476286619975442061393679665871276179809966228850396694","-10852948122441264156930599801993214440950964192719662641422131610775198299164","-14947048967400936821456010666903371482488063649777492242751509237396736175625","4492613221676863468408182788582640941557119401450367909671293287708845515765","-15467469998067338973520582809306108957687840074973028516735174090017219415260","1724606241592628489528556178506282674832999376374266537282059880702269434408","21675168659771307223110038647727776853572520585946260470279319727223587780706","14928700801965087755195289143069872318152871753316667563867387752626591554775","-10569090984662834522671700177080233451470610766436216550115434314232750289117","-18695373956167562991804874242007987152290602094364006338023278372928563669244","-17858792085672245420916766777308839278138613310008163819997659494569675518807","-14286240775956489200549535222936848795058415331596902770250274332658335685771","-12036883930280974532705525940006974083751398390171498328096983296070321882160","-10524805737157960392345845289380241760807243447568371090953525575351625389323","-6441558292244476128190597212043257725696960674021368413398329987646568642459","19150104415591659185903348243748000726439137841405838450475777306722363931557","14128150424085904494593979560946299144243074243687907501499018508284827112678","21498573345440296419442185482184283241518569252430038596801755169675688803201","14682908747659827312353043214022049616080133647613985842049007746682953618505","9208987565349868628386551548768555622326113815999453912646095099315022708412","20242412440944714977078778604462689539911306627664554018906799293730732696943","1940989629210126487534591173450829893877377280379822080280522303837632174486","-18309734948430238325126381130026947584152931140992449629269629670664666505633","2272831323105990447681546764862681641595160787830221267339137142806674675369","-13968072934695582126997331279229865881455644653289408309945026234929961389138","-20886461424421615801993439134828698245401952248528534995445066726402992751776","-12497687529841572255518592078269964745835939258165754040771018939131863759687","-268167677744389671762105254422388899105461659012458338415954745522090386197","-12203052122449339771079406602029566878597277009233378155492967831845924188194","16297523273547646417835624576855704700861257811886774964469572100615677166816","-16645760007681798221409194117055962788405212993054192671774053093200573120483","-14364098823249186058179531457121167062878507395161858904253871092454395591230","-1681825213076027474300869138570293062248201488047354875818067060808574783431","2796140993106424379497844737637654095318387805949658022874710426003745497552","-3196353499433495671895364059016127845609199033247102957148725824058888117613","11331466185410528307784454013862595440275271078906868661319829130350414978060","-16404525521322805739300251016640663532198850177441262161247897206414406096762","21761908148078994970807929595364512821252843496765086186889422214303200842550","-5640166276948635959463070835252196969973380379573589239158193793211397420773","4339330348500849683212295433467540555817086826988734724728506233510400869804","-238254313646128268460129347675949056214763373259696278353810198719432813904","4097782596928457947568126957448627565814855132576554595019287734038863324741","-5386849613487646853897473336514047922452843064234794178216399924384833351627","20181126367800397332338893907657598501698434010684970003464964048773398058361","-9318191051949711836025057275410611570404960918828949266197137853452029159691","7680507511172797042273232610518171208792517855856029682938973599986831671106","-16849982955337244822262326168907206859060561069957964717912057961823991119870","509070363779077995098038554481188163958917680064863119099605232592633871780","-14271947263686340516366175987657092804972797944597650043854216739235819723793","12523306705082822631137522462081908730795865043509832673901247440818758321306","-20951560980445415255401473600486971105968344485799461130055354522064254897311","6720399303540229098551297139758525011372903475365078943417800588238011676166","-645499734668311345046512249257788455342073278998035290610387896496247728923","3906230968169586379265998951763098420175907876748571778364508424787628384374","-1674494115902212706968190718050398506639143501243496699960972027926560130022","15108323675282432216878914691463889272992346446372176478295174748700909236370","-20950596492557569322628554401259656872864101332030890291634776226248363403351","10218362458146716563726092215501878141356407671240585639443849437036793158265","-2867159273581036640870761883269013254496904379401790866933626041151363343082","21183902969444047626978610202079247282017653661354996205107262123333645471112","-19987297996916016030231687613635863895128624912182525095568533104648935048153","14593137148982864460434200081987703925951926332381760625614245001259284433761","-11641989256793541090765717715527196108361920630894471743041919955367797082141","1898640373666715393747643599217594115758950044502206127503592099151934438329","-5291065801194732200406131756945742967826774415755264564507197310137712239304","8163668995226502142203727945008209885408548225113240779597549247489343707406"],["0","-9811970942548640616869078437529123315556163351911123305948697783192023954249","-10308898320963493088043614373704057869276642313478870357937262053812725756022","-14060584288742065010839325577116881873412550883735540662649261912107567249773","1668627440221679570887145861324908386323723800125544462330957728587835522240","-7213664866807019756550091599560322847257587731092968270164118481064420096495","-8896001822490045191060079713462515720154590135401767322679038708730110450703","-21761847495649370724973995933230297520418431564069229480830503540444751560333","6933428549195884520055450063414160949016925879516981554671211172423913865370","3690092786430986126321856143455396098455991441775497976645264933750610912844","16697731517012209045878980042635216815294727329779587097785279195159434510613","-10381463578576802146392438353341675830461623990968896831086746948313431819745","-14006590230481575707324012477985795074953962418221678996715610145508082104300","-12828456641019440740322281127955491199872791729163688295868510353846108468261","-1337240017799039475334322477912513465261598419250860105066761084237519206338","-13122782673234493892503617818148947044686560041587793870290726681814051169779","-19207934413288570584353261430203551287737345074378965456887312334982393952710","-20490493472519488868451364002805693801892805554147856483546137118551267332267","21577837659601332537535718700571954885072564200027386856658750174544474480326","18842312955446266690308161491461246708605501815189385936776307417349876946090","699284703716694129073770652939565174270445100579961542119668956864499101499","-1315615892019559437568161523848166295519955338659241449466582646055250232831","12835540704918763893342466282757869635897668887565477742047847693966100693367","-6245014672381619855384187526864558501896869855429555896898817554206311155788","-4762016654581409033391921478679673176683705353311365648457662911363119174684","-18694092025844002195490870592890842038637129985697935564810244076635514351010","-1612721683451460466045206001682710901257578931042739814428939149595244637912","-18422940870390304167980822085152185915669013978450690038381392346491364276225","-20885891565935405177550056904438171008580722138985071276133242154343406104997","-4484406737060137067401501028388502748712863183389754568582198204672913117909","8976356595733424824713627090678408403495364500391332658384902761564920829028","6067728624502320454055442272015524675473624531651794698748051874822467474482","11586941743198323620818676817401577452865011014199340666347870290090126554961","-11396131013418256512730689443500074507446729252819298352291796546386050655371","8492488719426274872725841503840703273477592778894508274659996843087468562924","-974038929629222185282729483465006061352475494178975292622564243337337289613","-13841524712435651507295112998499817150541809340758528472480808876140539854361","-14583002657601257588878370142769275900310675947934289869692349280868899476681","1567574597462659303186109251895181762241309838960269667538088821589393672444","4047079047375886182592919444174889189521413468196714562240755991715587704044","9884975068582936408984925036928859246480900870380146676217988182282045654772","17752907609487200987563384272421419449199280375756376219222994619026497304304","18172567714744596574677996253118031567587271769152959891669922821270968307310","6903429396843174121707424851606732316422541425819098773649358461315686343098","17164434723584774867439559525444722479084272354356272514183909660329720079039","4590711972006185982682465382040186113726995932099562516725080010804159260884","3336747610263025692025236961711809277083508218618540942300442454574633090461","-5962389930479006492202170954207041811722077588347932860851396692667452691655","-8353840143181411184101497576471971847352950024708539894438528195241404950267","-3145947746072634055768111746774570074337435015141377288028074524418392124880","-14141338835145242602608152185736977743081823514967347515263814602899580754780","-11912904972381246781375335251706308376174251053409723228379842458098276338675","-6039291650088864384516529494677590455190381450805062304916242027020404791749","-14678462709452709786752812282401772051879312634976073473294958033123190843800","-11531367367118288581699774881091305756708595043311531960577279007616472869191","-8850086366087401565485613765205964357335238192285249308546853601261018811738","19519625022975937401510012992286118670047742301235973061334026841641025252584","-17094022695726556386372149247501680706611497682541194328292004184418551235522","508992585277656610092901846882230367421890863897235816570541342951358042941","13292550225374111369211861980055694727773550235015417123692385308292377693441","15190368256145986164082153745647561878634327521366794440415577382863791646594","7272342272967061527602816945265253821810435129250863429277805488214972388496","15217321127121428035487742805164799638585749583293002828156988249983609587483","-5795642006320288149944069517991110821217963273968835485398421996512685035583","-16684862672825407951409265866671872945066921152946770867224426350112723292198","-14765047452521667840492957449097276805649072529458511497826670763800346588855","-5975437118655838198658169257515956696165304204188338909397468614074295781501","-10024901083258498521402395092661966676788054586602804595163305982440626839083","2602812167860128787260281132117523345492177885587842680476278782965017962363","-13603301460179992482804210345139235779783632867394554399946051364644648583006","19544562926985489840582461102334171049459826607804977265698152103746083454367","-17600415977381119628678947506477360869952247826327644750132303507042176571996","15617701059130581074274615177275596893005725044684013353481886073324989178367","-4914378420891051316655115214383964985357218905982326936345163740732459039882","9219793172276524511620861782203243981707920432159236049466423560977115851890","-15618245223840779340867491799991751838943934981729541505118910572930302947541","6092044204307918949929995777906816504862011492111244260474415733711441622267","-14773904941859159977504758468392023010127588063235119792668149236893737139835","17935010892167418050215456359443442412506028517505658563925213339227426459430","-8051264502564070357901012043953871003306059860779022820324466946262825266368","5044657355548069785060553012346586600727967988870065585845948783699486826683","-21437451007475867576750163916715355474125815378283083925897666127638334134827","3000118543086402295580182123558421685949820720471271707931953802791941423195","-2953397418080860267688311139779616511199324674500143772798447459899622861896","13343776415904289668183702282123484463882635858701021596528845320170897985010","-6330456444837154581179555594589203974181657520105742794296709674296982598821","18833578344598009915631101785767819801467755272403712497747689614724737189852","-20298093336541586003376557520005184537814310303593904153393359830571844295647","2684197917336723687431389240727733091709922838246254367979311263369240159614","-16850219265535704782269164940525791782422043139445685533944283511572644022382","20094119884880473658045238781776893121355915729045508068967409709527354173486","-16227940185328756674156971303608245905397256708966046941933002497809524638253","7323906407688171286415355210843364662881122874545573851847885898460357048874","-19600909533240348326697555480191718631503058808591708073881231387204199669198","1225188186288923014152977305872658692932165450979633215672039760980187094906","-2602651454284413956126125847524894416854392783282332809624023964223590007121","2574852987980216964953637354238839101560685910208611213456990808507728853231","-10910695143387981302337218798117556500820554979265129066919179552365805668940","16407149592368750343836066406821033742349406029892486531569493952634000938500","-6658290548369610520073336293616782388251666320816989471952820405948790604755","3004828657403500227916438556048647880217123653967508115966591083375476284075"],["0","-4451846007831716994355201168526903407840345301779191452273984411370492657156","-16421044185693439550311925931426413973245142500057939475985563123134656191566","-18311705774917388920578864372770284279535202680530225075737743834527460002231","1923817962073370932141759974974518704405336313433583800540813290603118049041","10194068357938337398434138395543373178233027899849845686919030801420742686969","6392899656889436294181001946233426695885848971108689995028883881060371371110","21285201777706114325881096981584058369670251798702046127675570749615574735483","18404595191384735170197217149676367430988614011680953893708530057070579677442","309578140687226826887603053692643996725637641031008925126491188182440784943","21615226468881066917428809174160894897479965364961883332626465879495772054473","-11037279085204848947226161134648258636177945710791379663941123810610610336624","-7085485591796185820406508780784078705900466277870164194503708588914488174278","-8974511430356037804934406622484852972605121769745919559911042450726693503639","12645118488402611999437697540155357236373116541640405827144116421227967638432","2056073989191228364902192738461060050015122802979440872452887452701145083651","16638228083938100830472486211053903749139835026784236040038108157886330354867","-19156567483657233680747489868925383892237968392088196337988666489900895764950","-2850997854205733755505788173053184425110080249131236401111848943017975406377","-2466693539878931079062131200706925045994579875611532161262084818501383759064","-20242813404073634691421654951729944351123791127594127379672616244560958161707","-16259327312261423390937908300539704638245160013227330929761146783190689158822","15871631688714423238476854161663949177819559110068979286149686132798812328291","-3725996659057699771283390114900183771376961423144357520200145367935059000164","-13619940617024516477844304548595717330642840972117077723863168646023552759926","-4523123783391623173066967919743791434550643538000451735021616935230768243620","-695311957024677037609616788974282067287127071824736015315821687772087517122","-2154437728770705418648664281201897305574988494406510651066902834056771257958","17582828240539595175745153417512514492341547589691509950288075521382344218961","-4663123490995223350549151451674763413374335845741839310083230023839200630507","2564359892230571160543581968541700028353154372950207548348190047473522609617","12417650980415022019146810625213513280003992235969328502558442676146856320149","9944806170485567134718194861022426327190071455684482893153139701591179166201","17425991209886284714501864797788408183054897723801919425625582036442203342495","791983769675725457377337423908552002849080577573700799124453649698103457861","-16902968481190463418740349008907371589530267403780734033323130036110107869580","-21164953372653966074866976581927782319705758349644445787797338721816766137733","-1657679893972545561886270110653157819213240488285854724631294529613512056424","-4501584764880454512372583781809095573696517617391865554250357755645659436855","-3367407752284389193675163590116840556517609430953347895835597957792379335033","4908122401705972747263006661147354882317123726105990754763807106934476494263","15753937884137675834339482711172003768201992059323362234995207025881127433030","8489048551343579199170424039980839308360557983739294764088891696312520945210","-15654075372353777234118963487025815989744588579801898018821476900634172893081","-5427882812081272904810957030753678928433332762622274267552407443139840719775","-16333543360112317711460659215501937991120165569543819971392382232827466590616","14150495540492346091936715736498042512668205185836177467150977740047420604597","9256541815929951618296486243800687307926131243401243285767870327962299584313","6503160091981338857369339996383705902983338668565907061715983037300834155236","-4712037211447522475435117595176843246400047235727098218242030581136498629767","-2080742503500579300659636639638008827783587542162602374606612943846946852195","-10160804952669453843761257855023396039722891332180517166684185615578965242378","-5012218235153969560840293650532464326328448435182729056983081441392890760731","-6643149445102753213156016131955701116625900611007357131909704211063911031732","-14762246779747695184531035924750120988556049444614484465053970448768885467897","-10192522110771125563973175164739692798306511550503551560048987662388472016825","15142273569197384980978575641984378002353266567238620640388579963614390731930","-13118421741290665293574380951018140849623597172566122610095466500533769097429","6477758903556830439230040503378884990642964551042436605004794721283676843204","-15901674884298812599603787087642066722650493314377102306346764451968831244754","-5168246364903746542563497922754397519669422860947574359441285985368546769406","-14752344091586758590429956827184935680010093570008414287805207897131224514166","-2825704034579408599503376994543948032675386510076228512451750501417555177160","-11459132901842234767247275093071009216896629353301814881495643208838440319359","8563471888705934541910402096628647136105301713828891728373582137081514490360","-7738488832031530493617231702631501095315289058528831988060606025434924467921","-10294383568889409816780802274080182261735606737553861063850651081887557344794","-4373353725834390600177565922969762012908171306711970382125046406495102551104","12508565606929148536142997831186153411588938821009977167124504443103021111980","2513019766626464386543613690337965875969860492079208550825883702436100474801","9158388089586883740100847027831761779872809536888284627780074099853913303702","-9916135590852711324392484459843928629791304489387684894888107026686670625638","21796210706487035781571586124255489331844157134662605516284175669586806408499","-6818279813302709812887015168292595664432047052835624351599278008877003524193","20889069875564714342999713733371256470686772327869034100388474417202234206841","-14825694046078628849953818623332803579596955388895931968041176536106559253815","509753349882423660657595717742311707592895276065613537225139581630828420354","-11423321457677889349326792289572514484629137633165184727788492130697821205458","5878103901154416073980586293007119642883207776382515798823391990762122417618","-3789695286582539448704083137589153894815424354738561193985256453952073506723","1464472480832245591303982235584848592732940027684968206208859078820454483919","-732809228967044418658167013941578708306630408728294767735166478578559885453","2075004381674475590683868563798902667890420831951525275578372334590917044698","-12959139554011117851266928573227803130740488571953925546018415458832206050269","11968030316905479178661237772922494641318638355402644501500791051549915404430","-16308359316318269361821548902100689682488055972359788244154447086490187008426","11562570549762670747702105331512406947382546842939178603108470790787474176639","-16327624917362922845252177786730093445920919867428617952850109716393218207794","354063332655611773843541402112219308670289074543267730100986386096385451762","-4788815205478714183642825997919840145932164954899595900653544889712067275793","1128250606650927536127541282760783833904852206053779923376171041302891962910","-17180801562943304981721554511109197679605417084196225966450202755132485317450","14892640969819600250445722301281973212828036942723217118103029513448280685037","-6371966555958074422418151273186671198205780907460704051409105370274802600294","187750366469130232977832432436080274452503289400897385361696447106213207359","-7693186462403244869135935473966965192038543800039973513360468086658956042743","16390758317097758981233519189003182252293216382202243871870540588187212963348","-8322675200790331989381544461286120087022378109625892668982067604840029816705","4864556871701236361028703908348785235421255502408623525196931590525282956176","-11496742876429081799572435819354488203854017884883577764561188602403415616354","4909725609389817282206632030607542639208470002394395112875746678697802669247"],["0","-229103902430046858354456162","-10990035983321058549378479106430249946793123164676764755970447749749980567243","-16392770066940753887803119210832395815294947969366297486931657200713412714881","839967401068707189361976805295483927150179989422038465822459311388951241528","-4077907634726676021450490951711656007163694700370406116172617422522110506180","12977291702915830994735831662636050024552050040871756528865407102719764150323","-9690448897301652534317668926116716975630558111693524300819353833716115102643","-5141878904027965126462632414919969781082911746311726300513890866143301555385","-4127354267636228745179067680343628023377339252841793860230297691087483676364","-3086007185275941549327345016079905435279838884484415296952791767846836631795","-2098689418085896021092357143134980086338166396157135316942204442529439807467","-7158478298655760374545282779366544733595248495041266088734992823066741152554","-1216428873781514937099066240482350666070388557267210301727821829295274707060","5188532565952663099125984014414622933184925925866960271838050565146026794474","-6009052006242082066485771606885172231681758856272334626626446690549731295696","-3194529937168075423678435144573459242667893119803774567482050916222152220152","-6332296743650696833224714682431690533942789435653369750587989971924269321612","-7096414534995456313590483940258009763559070187711352904929996087182705754964","-3399876696869256468581311225950897349289083014863473690003570326251813744374","-19661639656699998369890577465672292372411971264225551811706944791023581868388","-20659456759890127000273980788889887366024459770947500574463532180290691076299","1956831236497787920221825645075242173126410990012180774898640542054135287165","-11212397702137790322066981754196704510618124048848159678561771828456186144270","-258366696956842593231482742291154157262927998432446967778109899108668136051","-19993348005264009072674302351896536406370297865473548738533452581113458036254","14224712107918319674018499708381645150981183812534805794178639486523539245711","-21305832848171954586244771979636154752285228179665551773118223386022352687192","15293667386652823986752553528621644734357573226601813515286636117202130766725","-4327744581487777281382144004691224358358331720477418529312421988846075660310","12926219683678782321791221480353518704204554831094541908961168527286831023949","10639438540551913424315846598339681672775320689563623117669149548058616842634","14977426765661499955401539119048311450049627532557798967641193577593767648961","13654823503116048677595763281970159426588568722852894963160134169851916403676","13950989952955312507330064752285435280814571529627261545496792115119111749601","-13286324051862333050147044373131588420385847790471965421292830014377684524805","-12889848164621350708043868957637357506344869573727839017539130652089664808672","-3591974467236710921583202332106146402140862844857338346031661662778131048365","-9414707654414028912424997757326385088045317594523898719299615687745169541959","-11905303809886660783480639629753283978026451035517657417774168600479020251089","6010947575728904005374478839377356368665833546222954326399117096930914425193","-269897786075536062203670187369579863894819386906749160445678745177250795152","11738144137891260026072843095481357868671043790481676778827759344401610871704","-4492544262171418404536131281758060176366952199040043178750532554101204373347","-16986308702771511488639803439050771898637619661423762798989949815171919090886","-1876387754645365407375877616749715001835646911633950318638355301293290279930","5152284181082331756063777724226451373829831594508608085568305972709102610901","4545664689881255351377864923386452814101262567561647685447973156983287890113","20514734617118366630400983589757538737201765404072935608888389365470067681261","4330051535701701280941683145732392476440996081702944761185002710326542469891","7168389844222391484417895009344282934349808004311741470009742994572076493524","-8465378494474438056030317108780297115251215214966187251902610095322570725673","-18065752701251849200657664296854398609046985527627610685890827608631175016251","-4290925280006361878703276446800708569469311993457748627513167080753491602459","-16511895449666974091347841495276356610118698983648568085250241689026143341155","-17270297944982349701173065614210513520233833194666681794106814788041549271635","18818439788392740083439142550486599013748386967947404500297895813519556274106","-11815129360576396197910797077337521730102111348576058045991423374407564461706","-17923163913050527080498499421455580885721866106907306487450997795992760045104","-10516135578462187059758338100216733394979795631605224026429956810711353161376","-9773339926822523090241815072613573424158237942232106963693815785585445179509","-3101455872603297508615551233958525577810356379571599739860818160536196139813","-9642073229952332226207972181060924950384536045790250040704703984969344838544","-13244252414234993366029983651684518318862606750734270941154670548960924365441","-3022827487940770651839242293560067063713672862019608429247585353196188933312","-18264638334043807762016332105526697530303151084800486714681635518759166224040","-315365477731006526164925607931657494501275880225822232665871589161157004761","-3178793462174572417045370146353612736245849260257558651695491961210875938050","-14271752654487479883124863003268383025911521788557827674963591732521951745723","-1133446332657713501465073603139578253104433987540875112866059902781502438518","1644368155718795006153911262351394319068507435589715145413693875858328992885","-21246468924898288527106009440244973183555832060483927237204995038968628431484","10952364943851104123950617268354336151678063518927990492394463420191037532503","-19417431793076088358647471256985613100505531135112612341874836641812112693241","11439196181563037485088105398186322268332914119384008705281049112772709029142","-298159287621474198750727628711343582006904727107349451415846255913013987802","3940346016262803796667428096882112515987457771703072180446814446516651086049","-9690318139442022056526159449633775245741185831429369487598068764806535066397","10472399762451999657823137669413301024871749012525545180916849056281355460491","-1194494426976975362681562876427017206830597419049085307851449545860822334754","18603665238411897998271746988768052221741684325413182994608023147772958140937","-506307815325234889048845098543429207862014688865854379901054497192770490788","19230757028699061114209542748842970247911799005231079335266698733498931757429","-13790847024160184933804009719513109308376874445106282732511358595645011827265","3418602219920179943500564766289798214775251891037370529642375957781397949987","-10931214318932782938338187288312679057357909116427488421489498642456428798366","18317047495664380536991039960666945134481129958691081045892164812161933148859","-11848032240945606952653398664799154381973121237277648153116732894040352839141","15648928935355377599997031087070868481966902465386641955380069406470878891553","-6348803446930804357059176371778352056833139502664203487728368465350385294515","20720485703651919795313758121153025382370717855923843598162348195197885806012","-18132798163620656008447985927593171136203076166550250958966090086837144518499","10343640429901485240693683378631954362157031526148349787135413901268443273678","-5098415707681035091064610899932596409631577570804789701706792655420134497187","5401162049284931428456664405987795755607717662742790302210471202608882282877","-20080169652580644322951027844615857425816480465002036390217412478203352073295","1788181403632659148269559597951744008575786949626634909452203467425638054855","-2332359422072780214763120382895036594500155054534484868508458193765489287287","17008415833211773816472866329624035519037476507250954525779089353730544185854","-6807797017973461444627343712739179326575530553847342932259020181865332208879","7953946317367250388652777747467771325624200438578781083778978599287335898750"],["0","-13635298838194958335169892103602892678112095855996726084204946302612919483486","-17546862345415840933152270197716976135054301132415511036632913652572796066156","-1779718665533718700497820910759935847955896336046833793842650111265846901803","705778174013495492927607106256311099804866013710389520026306407399889424656","7333155284597059134918672497453969288323426328952795838686523894080720258508","20612075128242826557679349966714312177506832513733803116680723350428414002206","18909985646880556497565865448960750468612470015129991319279110583123380666733","475219223494227246268608077158450975084943235202318148250717522794823044547","2785198199968373347712654661528361986538667520001946416431792667096321261260","3332905009119654956587239391467325107526042879511932147283799581408510750656","2998623099752499785632999981577874427787918028906960894552054587830589726748","11943731726172489141573874472855371373866877977138504820043924031996034799845","19274023189782312225414533499399523666908772958007088989516136446657887047956","20438711541446239101739213650716480524289134123227048767514990918176426586780","17431312837630642842280150311120796891565841172194629494972316445979741364266","15669836234441106517973857062049132492624903740964507428740201118828938574518","18595037068872200052465762608994366348801417677394603276728832070252771935491","7378574084269334985054559874604349394535885576453526996920544690135446017523","6761085535789096842796920654427719189441498971310797714842096529183580676296","4885218318561518540456612400252975705964898571093816207802659331375514804750","-2882649506540226198755614821463010834554312414349723129913203542499613788511","12439119044001351455567799075823866692891746204473425039673004820984551573164","19309761726157170196556240944959356539666730702001413219434596275196808363979","7315609434136125048524069228666358962803047441117383804397146091384618928453","-17740333516188680237370377500240888217468870044146102672135668846314408088923","-16533460432516740851638814059374154656821848606256401002144250617545559876908","-8570248353104994036962500348028886087512850487517501089130137591428706419609","-13721996295198535499785743207751873080192703262621943144279126334975171587510","-15604504465061368744542254579746301117834643288607052021001626159116262760619","3148650072214075621717415283820199152066042503193417180545767441319427764829","14022387091523296941494553820834998829157911070048237963745246430541513625335","15460467049934002954459007997933947161606087121545043422148131540397108312519","12977854207628595601889121539485944909364041748879619582512211117778362593060","19961328407035687286156661186010017689626961929404220334030641742495100639874","-9376812233051228500664895828054809158319703054579831940651502995687187245290","-8053341155351861453485174796600329057285509369238925167998128233276522190854","-10200868227590051700591690831891698398808877911443498916703338934183491861808","-18874652805411121683834401822359154600789743216254993413339354823876850813590","-10084796951224003118646670319418985164774033737155988728362639876650169615900","13376772248999478031036174858619217105662320987938381740057182015433115013531","9810933045693055219771238754258781392725477250027103480448596192394408494821","12510508917045110465222158448413365845338152771789429561625566345417190585580","-8047564780072315047228750160781075595311491590218492860375143610582214815769","-718379174145010525556664225635267665859149671045641005547787284753046831767","-20213547807324045525662381271099159364076433068952088630737108090090031929380","8590008714526931263227693920588792781819310845035027353406698088944232971865","-20694522667189165283398471410446915663675628984490896614997369560881986551376","-19904500374128724105705966946553087928857666006336447597511853436306741283741","-416251096991407265709239711208978411788021453731552489356638490471545082947","-18083806039369331897239732734304266959075373548699942289227120837051912559302","-13453454457027465441596674091312468723981024191051205203050011644031452099928","-2459362310128501613542134740619264491479330476034002131588324610344221472410","-8855164938681397712398160398158649578888847964270363972273755231652413306122","14617504627017276448739212472023768714000961834531549996825042908145902646977","6430675104315335118863934618565970969873095095679417973532230541742163904810","6346814908612232694264845954858432205002798924399089172969034112311455679022","-3725989078948991545981321013297173198901944753436007553056624423981924448895","14225074086515552040785974988723070171819761436946163247514085653327785879810","-8576697524163006180369006800083177099923670432964046371881129508662976220736","1044154036099543494505730165612709480981074236744959875473270344039817179557","659515765029647844099439794398950318263254422046595628678947313385980802676","21508262341855927805576987682760253126233787505708550346168421962181766758927","-1391029707964171734518863267828960164020984407240336904241412671099755993040","1384510224944252791952318169433410089796221921727422334323518937943610957284","-4517567988770181635938075447127193043411404407010546239516412498392825067349","-14525821288122347816113603802553676661571899837651250160604638715336976471075","-473588724197626568973997294862723123757770515466014434396463408408307790891","-9542716101140011181035508654371079317225263228335912931903701451658083482691","-14431743574674737277620037196260952150099752880790967547112091175028307380076","6614164300801109431766486507960414395923129996429776373845776882415919809983","-440772114686527747522559944618804803378200446934176023622336769214323812599","9459065364320246029834832569190009121982970766373491759344345384201873000854","-4167900713255651305408963632115492048280603184365404678771897158960388466334","2874212493848259720406817440614049832178779992091450256238964910224973752496","-18519963052653929063171425975158215132203025056701126779368821714776264428954","11363482994253214507966138876213760201348639887604058863129367016471195385438","-10109458495196437773238228951136826467886529500062015480012041602994540939622","6334359161052816787024315693867952658433327651309472678461039151911711794785","-18124918722531244965418278043217836149728809240527543994412574346036269701948","21761490546184101567858428333188240603946628047778524089133974221190362247556","-9957886407730587042545730595036206160606124335597334989102866479224142826335","16986541300357440503232475921111457398778758217551709369231948949751576979470","-13072824746938001442332530142884718882462411189640695266577524298666226599379","1479545707467714056213310127961568750684060228063479880881746534706896229337","-547321009605944512814871346390028165882357113776494869658904469792501197857","4465133089390473360185835816785695517009818936657957417501833595489301427576","-829238514110269335511697005827394526452710125253451443953795762898005884846","18183328951895748898443203999575483567499070769779724471187317117043598234361","-10532911237039987631426320118947912847062469451626290482242375303819969160161","18424041124714747287444043861873594510484274412628946655985263771911668313264","-9638621064851248570074130750532656066037078704331647898339778428113956013428","15822609640139593652896468259332530800663420268968986117076447624301999258960","-7499831825907026674440186412241402017343109701748099898218788257939485685889","8397388497527306838625558021032699472889661874665774791028371380346137041221","-17488114627794903522731090749448891249967683579816580395355363599487582912775","13344101632914016386207136244509768662170317824506334569744627432209057697275","-5645915876996075194361886321489353409212833295017421028253731357495367680537","2041565397704201381637328285780677433541525582141589818812351882538581434067","-11157459266542467855838739803304994385735235459038074131607315706681616294553","7701949027729899876307532736566410658406116407734852344622560766315338850692"],["0","-4236434104226956494628336595856246791331941496854807776989759434287620775242","-1407322698221377216047663691225239991612956690232448070567235400214520525560","-14137481882930216508131200653770422236034410524714345946139215626771305873231","9378653999444434205830143649852351014132354380665972957999908723016630509154","3159068427942476055480844151590135581707908162254974944198283634163362053157","4428435018879423258801430438807684886397671468876870125750636552939438574141","20048880437018424745952620704179830563854621741470124021436539578278596328512","18180408822167479570693620276053618502286507346755222371518374033383532984019","8373932976431137112191763532761784910662414501743776996781813689785014381937","21275747670662770050556324594622055140874990851124496171827482881887648522950","-3050416164412611515327658813925852781014318538036889003798821565450554104325","-10616388661475831956357856829522539059058582417085755969233761976403040667791","-5151224902405724322986613091960726303456635228863411735191342869974990131387","-13094805306474634892313147826044407839169214107498744911704297955552793932309","-8423088549667842057150249384226368343855419251284344579644451017379204203520","8746579154692334540932931274289360855277237136973470606718423997823794859949","-19105924695461475224332203915463991038339124383326958861266881001668206798187","14093245671024085871920243575745774941638362014526862283620338038015405730191","906590891379960057588849097732474524078128613523374124324975098661486489558","4473581896576018738828857421879614315733751088092887165379689261793580840146","-5172054402087775387494140904611833511850360068742123185950965694108299081090","-17417070924598486812825594747075180290596486855454156854005339163128989751676","-18909757058528848923990581369407461840706725255364780759145510505137070266238","-3486403229450303561697895260797384530098463767426841421629252263866159715137","-16528189604514254964507759652901156230489369817888766378823071746961806240477","31717369116910950385983294650399421208169291347687209585282756040227131060","-10823871596699170668135502018741594520944105021889295579197400428765057594703","-10679382184148636942756495584675548888918369613000615552437047020125254924166","-16089735779670916896319255340842873190025333438166114100472162411864813980130","14510919369890045688362037957594158610383744850758067694889375384071442511459","2862106230295882751862061754756183158567497116428338541076204275542592878561","21607619739751325713356060214987689657801160550951831130917796962699164658565","16827349178387138266936949603349886397614622417246106692190777731153185161260","2455433441356135291243620236584474167149355806731397110700146810500989774396","-8121691800590211227276289302376451962644912977660135808121904854123939331317","4108844524575132678170676303879130043790130131120820289723461256999927050581","11650229414263940513522350156968075521197355954850241670739979931488032839962","9909394435656037216156353649772841196975213878145010577555452418964208212650","14693934657024470359557680932764051694515128119751569789170980155149139412630","11882238779273349053452368650569393802208035013952470445815037961472848046425","-3330177371492715501841530511074688973176814563642931988230075263887863408593","11794253389283299188720820847286606930286398805500059282996608007295481393696","-6608742371312061169228845657860273795853966385041452099217297481954041685321","-21654664820236919639500253590536288160045599176190013385551146411084825608914","-19454789790479255172030363911392106970417656217941453854959855898790518994112","17095160765229406932518438258842645917344237087652325346699239132285100715115","-19269027031299311441948695840355431022427006975201741511626356143057657040470","-6076002613062483098493842818840337345076678560533084264332386865356841198162","-8982119569626950677948420060554483244536272662649839549458456782976144810130","9875431730705789109671526692154157539871726646329879049547829186114866805545","-11263066082883208740185451976898008000476903237680937064281723253649728484152","-9056916113481139101452927397801571868001990996683667512278864982321595687865","-15269281029873813132835981147161345887830654777956312616279729584519054167005","-1371054277694326576188671351201808142466936826171964801766759489136723548678","-11193403699201452256887561342500171085185704348707995576455131131688244468569","-6651166129857721540514114909221378757989925207446507621404675028532102007323","-771891766515604699792746541030280751563168018160146548192177640005398339546","-18311912987915846152669494340818674563525530174322551714691948566437265939086","-1915139165639246632363950151608276645550538189402275279871439638204282143948","10003484648037269755358445636234629104648757793273132810699011618089908228281","11556321810135223643412509399963100045650849448914865711388803713733709220867","2068158349371653199811385057256446862406588701384355157318683530967950406171","1414251976183056666494600315255276115320320351263078771763957440655551297214","5164846022745224781039039826745602903911264912837079156652862209886565296746","-9582629951803475573552193710009616830174085389565601811779949360956893262992","-15501723063318713634997586996735404662339128742047075180491571411020390108623","-16514792466685007646494090201730030429927934500879469317524218614591446961224","-6641861893926006422932464928468469168499858849178859219730069224712657707250","-16115829097568010053456086742907961297624343988076908408674065715188542987214","21243400038636314402825720640779355903517021202695847351406169171195099721047","-7676456936757053005745958863748898796902498098888249178455842035615008706061","19487477476968652678361466422747189036716868316934672323073968865070199366128","-20037328622295080250253530427837910717792988804406511262349682323030067634530","9505913343006993198085759364047113846521989368366855261934506751061803403048","-12419162684600042700455594517117841239010160141970829589520531993483878209849","19330117669894331893540644467121141077007610237911274175953106687272606589155","-18586882667232324149475963228294336441531872720611802366236432174361640733514","21238352289505928763243878175207976952772677042617583849213136845424982610538","-10782319513672031422683260765829448633840315030535564086012935508224405600278","364084179819227815308316103371327705186257249713285532604398480678906170278","-4230096212679294908839141343889261155771400460209224237623239790182396136905","21301939365890543388959596929827890423714888491144661902144212722387165597036","-14551518817743411297561259465521830259866136092456116527913548106776416311794","6757108575738993578923177251677378474148068880514088323766135763555987205388","-11392456285907848742623538434955585609013972031348999224046107921597407070368","20045885413787195119856579092477759376028149419768512166012650525611263171830","-8149065994674226117279426856016234002479079174954880694683640967003874922391","10512057325100312858280244520997499210166469792758177001526477708013307130176","-4549719558977966159315924621676306023492096585495110199722434902451050946143","19467463161691464768620462115064448528335118613660314521437856741732331127325","-14659100213671655766509631086795066545979853702341058440441579668736001188523","4461737635011261307855906686718257099286273614717633227025832708021511126559","-20413599680194917390726601447261904949948596765657282815780344547788766238647","7699118494177061662733919024213462480559646035822853945997293278349397808572","-11630108853369848364767827843616943968655560928704263726812305929318313229533","19414408662029452230892925832056536317352647181570102024054699949395468682823","-5247626644912969470328129968496015609495115299951077375338668780159522084131","10381434727466585219405410581744404284118581504121670836401614086977218690303","-7358349326225327093531223863211962290725325738877536735281388231665516275340","14219179080610560755246969895448432888770534479367848598700373486916055541715"],["0","-14592161914559516814830937163504850059032242933610635276282175903143492921878","-6335810091267130886407705659544854786425679764280867731832057136533609401193","-14773893219044298794629973280854164790441219999216566440247285469393663906927","11533853618277802434812325779890607222085736215615816497883410615584749152237","3366481038353515606385957354033243390729825029617341745253609758194102699232","18493924554614512307494193800803758719118159660857860061166707343392750909089","-8829729419885360501895582908358463980734175990386972262886911367658687317475","13602228610336583872806309763848711861956586468446096534653388043513757709445","19965577946026309898102321031636652184428892317166095437436033116987999677308","584191430026966518325442037361149485540214761492889486612561316819590211622","12827193434332612003796501940921567539299134169399522465215631474470869019881","9873410599043922636618701238796286174599424034652831028570689483179845184909","17021173215280983655134108176548407278664234114231621640435058010214734310095","11854300498516759110068585995834910428342408195529868876284758513345912594607","21403093621072745796973673235772875224134369628292278917254039321189043083910","17622648120586470261422888725908191000046258266068453563632543089643914339024","7645857563191933838240970313549765726041529385331171140777788784372731411386","18363583007940541317388133692861879616767876789041382375061027648317730408658","11954647601031070208295346176592049830852704532353449625474539434383978143740","7370290527090421819771552035006103817380488050099946228764146383927372484118","-1788515098709588398233038270768916778071733432582091887621144172418556955792","-21509892316656605985930436140023111224729311455835639399343674484698870582413","-21500806031361850959799113815741832660316229087381192343146621438298782096597","-10094541759150337030078333977381881775399444345031364801374189280423505010730","-19621942164727093802018043985790956816438493166278426923227313447235201820622","-3367256856157443301411043607743943776463319271853775513165025505715221342234","-7315824955402698745115284627277529190814816752662381607416231605704512800852","-17555506756315635776845786917390918040731584532377452373200159133536735138675","-1352270937568705007327792387739574282588959830311975711153433297508368574781","8218445944216944793677291828395559668932977022559101945372961662165176289249","17910839633032181330105959758626655202895301235249155161385325688700965606928","6031683447914746827945381321809884990379587827866360038584757449280421113077","19343804842633163628185869460565764342335323235789853283908186068890246023721","1133804810200974244674782261394297961190153446513256346864129000356578709488","-20340092685386937665840606653557262670891397114322970205771362960572925595934","14168015416793022699937854556253412261795652434015864205015005981087216241416","15771825668955521460232249767445368227829133300778537888923895794559315652144","17134467664902077733240702102284181726339584778088380255399824029183050865456","-11140449546682974513213460697357459888573976796159162864403407975306874182373","11677414241478192413882963482459191060654917584312491028671161993736150299168","296099991703716629795415200216974418070263902881146950523974972758991341731","300912408889784540273709326639582734261458396285676698000799310160537407944","-5488926063284008484285712743288128373487093435924980175214568532653548178420","-16524623697749238313475446971122677136813060537212436234832642067575551275246","-3485838557391183078029524563770664423344214642118489647484740935518954545295","8013599863767528962753792279652255294954979331555602921092841212357783272092","-8736449662675308844655100718901043017466290538964426581221698306861580036929","-8451937019611157920104857528834446634513194085281380601834578881587571964139","-11509723269229920233163213236003490532952204269167540913343654177123745445924","6454023675078628826991397991381359617349763757333823721633798140682156545038","21701023478256927668511210174562078270209423003569347015195404743477777409255","3434468731913750194312150603607751647276683843843633244314139647229187548306","-18922869310449055022478963187978374373728465876683203838580488836527755975665","15803230594817956511742065361544924219505295260124023048557459902675443682314","120981813898920873040458978502556143752157896860483311248746214864429380060","13195988870317505556971776380628007417440569159511431801371868152226381783562","-1408926344271897543930093651026054895979387870042906110868234811222325380913","-12117909378370846998836527769995220722843737397009525771432954081535929415638","-9984703126787273149977114306002367141523146437192079490953125857615247541996","11295329133368328231929709425993743421906735796024573457415771632531741072869","-15794487686727779187633201590546281522769562282450056385836297930662963696593","18105037040530651116307689379844150061888284598808739698080279253043286187602","-3995612705611688713507635194672983836894088004701316970814106422835872372444","-10792338960077248911342696103425413165587407092711379258084228247946591654120","-16360451170976195004307847619919308797999881647364727278230535844559314649508","-16082019362143236662330073865214111661546176852256349919374552964743963184601","-16139540031292250079853799811135027375662272080661265869326934009184370019480","-5697948308945043678505143425575952568193431807847244323294676155366942895097","-13788436861524395356479049208137890229407708600857705546943702044914945189834","12081516838875970738866970240910799484757824019384858091007391215581906900811","-2415866760257064427192673843069871015602151574464958064916083870564183853493","15056134930069462709523677317228277205974376009465810198592992685617338363959","-11851640621926215489299811362667358129154843249987874629263090965138918971150","10372824987408698572867975043297806612858551703514203975077903875562956758527","-21683484731082648892000081776304165027399520065610635594220751492643383796094","73783830819321489054571832974375510612207632667875856687196221556797487598","-15703833026838595130530763660180542027701981507475678683150437697151079419334","6278514870511341358327238907995571863653441425924844665137187869997722844528","-16833779788096568611269340875435183911559866090093502693898643833457506975720","847292655796041775849266911053189169838636716791994484646375449032465840112","-14308763964349863229889906754029453311122152970917163024615413363666257056229","15367433740216132155523256940900264382283629757001982585399892098986817478247","-6940346039159485967300402601244150371098991150523497910773743698900776231761","14611141291874939202150904921075908451666793419434659772462277194869301610899","-13621318148786139460838593410523532192679973240820853538686671406924640283569","10149014591567468590581769191544436674990432120975122430286419084641210689682","-20481088314428492187323126129205571645386358993744092914543703010315856627857","15167956772129347646666239220043801191812303539091203702120379045460298510170","-21636610762290427704169746772158292916310418282022604559892118183921280552201","20098098275428480319215195125871316565655883519933791949991514202218164427517","-12311700627616568659609637068330150825264330410338350082833440938662437139825","11740254888401352093072969027292945006240056703526276527801979468760651772273","-16115293153671847049105493962889644586735503331060007419997337793623249156756","862850016488439445652442613878708722151724708463972671578955789738213306597","-18002029272567077987293453169652300450338085338539612894183194065194465502221","13049520013944839657164859396939834527106058592513450618705010487432146490819","-20861897098817625863400976432071032472929616617416403679166532223642582684064","13392196632415092436945043835850821192432244659989401181621679113584700410433","-5180575544161217536697421689853296952243857545077459584778032575543617739827","20607676129703139840782749628167788216901306339983629176508491415389806397566"],["0","-342003794872488675347600089769644923258568193756531430441880454993207066653","13530892679859984360921716999493058782134298912006368123855840530040580180921","-714963958443985873836764618537884592832673779750586863914714931364286962307","14891228799151303423204486983014372988780034552247581065205620082821408138495","-3465338331821129619815797021376571316296313556167786458231636852083620105314","-10404193709493222650390684419389767017983297087926595596692427856907013043597","-11333323629078592454796779605665381542623849283851910671762611824321104132739","16060068803107678659024580113096937869240440089578685384846837119427196907058","8650062798780115504577743500384779314217595958320385543173798858208110012424","9676721862609493934927035179444101456730050676362893337920634354784161830228","8017012308129079735760932295379272586987582823381949377755310956482540090744","4465556203209748300939662361779328389803736100037796197481233689489923057238","12296469949448651400476500302999441821404494211599059550904604527141129288763","8359304159108306338658485530769939680660374331527800859040200123249032776079","-4979645064474107213235323454761029023844668879237017822968578303149815452914","-5713138840812510527795437865161348748960424983277079366067446046833245224998","-15150581759392525598900183649230840988877425251645110859816671246227669498018","-1362748007872753225638589047662322613463079170552471825146839495072292249469","-534697394552165876108295826656672364668567941347642277352331330183116991193","-13467779269498791752947189110144680100396725362222136320240201809142623451638","-19464565624725050782335371273203339273074261875479269833032611710883712399746","2948557604900817244689464164698106385963357978080601344639831765306699380497","-3420034249017515680050448144258441572847547143698860470033247241143253085525","-14194875526671338639136036270119843835922500376146192966626757820194064272799","-15010331638798526505416540027982736992344915916078640115471532744479918816839","20357452026019032019690707014075595431058673818744527617725915559293753918370","-19628160640497238947624653121711681840173579059198627722722050668879403486658","-17042345030023466854047127023840120039466241144614495642702485732122052678994","-13762959340353568265881771815704953669698663260154884947169426516324413538135","7813954374154078676903592946086617148228962859139023282569783203244830611724","8017401151429216329688362137720634826851748776185609217158378378684785227253","15018090367286641156930865467498521236529958358798269827919560469388738633794","15839474623032833033188703452191584866182542649422775213331196527432338768474","21510261694883640071510295142976666003343271489735569657333523239569637930644","13492799555763595611827276179533621535805437221697564597071200525462506714269","19228302475046142503873746672603624653075355379929277831117498833516571305801","19710871728704849075093564399080401748207349392006659801555560983432714380903","788479432503484633362236037489729516454269571161789695985097592667925603480","-3191976301706218516946181752421352019658619039444450460667738494429748188425","13344788005502952576614272875562769262992378851599922606958103421160985752884","-10023780397090972199162851526377772109363666605099050215532938626912214779170","1090915842332650260027658434281289351408980016125146470072128886554706417773","-2178967498486006518519415608591785075668434438959634278805567943603184414772","-12343404039850478509125848625985734325616608258854261529854523070546509449165","-20839779545877962780099231704624649310939734099173728025940163848936771312966","-4067918111176593907142420539142820432867369581615103432381959057931297348303","-13695944393930181988109221900408655327771676697041936274899769319735955242999","-3199449851795122652258451153482398109237603232412652127568992076721634964888","-15234709443171420679943762947947594605967560437374626500106703758018854003592","10595030678631791184023751189263346098522405646103788986997549447046232490919","14673177029752785826816966722987059222988100016391176346214428524034955843782","7378900256802930837205648429459027629169228629803496407267724673432019415341","11230454016506704303291433643058260369775750828296565521023943132568677017184","14112340407961509813593600535690066080069685270318144627182117172598542300068","10907214612644584242023559273401566499027570171769874930908224512484342995807","20716787862004297589669048875746851503437876153452183265017596995955146607251","7587811916196541898206617864817664615063522168234059964847536387646052406265","10096100847577124799884869442534958077497822980431025578579002399629337378350","-16788311686070399762137211974216363590341238000781298400255483206926237005933","-7448566536245389942073947310991335487439292563674656997309583930841920856993","-4556362605986247165055234330705496889456585566671041590029998131153512512035","-17897096679364998652964226985994232155472309061893387307839407671956407737620","-653068933297445849170321729314452802352705514029618560715411398718521795604","9280444527763087458020507653412829262803568531905844043855604852050726156358","-12893505793588684590527052731256763641329338603445687191246655496551924205308","-6496429021737244953699506641990950096196509357264300183955124854339936360063","-7365861172565887988397841241973764751007345875987868701174835021534987248436","-4259089277195642381777451878003998844113310161503781848669790662687484740652","-912072314629450729237847073449745572382750320825196772976317461708232668562","10230175586912296356208324383540104359534790745164035868717889329430549112977","-5442059880199917939642871247694094523950256293570826720082814662366778272494","1531497671083689444982341419662176263401125370040548258070339063619001437554","-16250119441066319577076311009820882720249365086730495845841701970521167108957","11749925128926026849316505619210902920910293898220346487129748312301343637132","-8100762932905719703087097904679182179643482003163683070833784073881730106438","3483107176593851489020905249584777095460644845195472869141924471662463683102","-13964992121781845633572019505847395675251055082460999721626295284933229489244","17174936489945345283504458324079014943200397113466410803152459111078963618473","-13222967157642055664211722976683881779802556279534075272469788967141523679638","10573517539877796360861124418775802098537686895806364696610436195091861279233","-15133516963199797316220477222367397761406251266547703840817375016005832188","3383727609323462787786713425278406125990858718500431467998034500686024722366","-5338535796381204576737103311170694267052036331902995685081871935825526622574","18503672872442187846079178347504714233192812086422352593297778775260992477895","-3679683299141442526147245070002483467194151192802549218284136654896713638694","20693316817936659366936589312851176597694924634919926307647390088912425167633","-12067356048566711023657553849618970852136288578405955012957369658665660441631","9051209563810858861119766181187991128094342287011150307384335869613137723630","-15393871196355130988878523260564872259402613821354734490280253007333919010053","11703246610292876085966312546490002469147037716960042752166091967902213770763","-21678046061790644707340964697829191146656024558115204006584563285834018614281","8600958251624721734293200536920966610649425493653115847669641020159720108506","-8976524565872812097130495862685971977466313063356060848357469712753221935181","20828149200075663833177031172677020042821852860387816988595340337027820338733","-9557432106279691285212633578590102216418932553553171990867989468569153547799","17153138038729257963034424900106135600893734852791910619200323766715127307579","-9368164963377692714817926024561779549071330858101653823312631743324384564786","909163042946619295042408827259514912036917296897459482669437648416941764173","-1052705243949184299054528149636232027433019128155616952952629387235396639643","6554392160629760748317877718776323293066614735047993359826388182901106594584"],["0","-1989840261076297747476945976841570462595305854583284648176044636497944514472","-12807970052057311928938149055018632593564965339836651428341771189370852974467","-17677671503888786554677861133927895131143808369459582656030593176856782981308","18044482489287380592191414307363866012939237023869672235708630703668105477514","15936697877801021409705023735009604186731687773091622194810098968593313915532","15573336472894831354430609475927350910954246890511087384850982434787118821319","-1073977396266824028304821810016310997572856645562851627382779968959927729769","21670236127954029783066195553768590312683397226558016894104076980156679921238","17442493688294508724562893812181214884819616705810730449622874269590283428927","10229154619736109839269349131638110019573647078623123848047290177708825859109","-6155528246644180594718004929486807699304813256118602829808318195843241243742","-17229518967227640819205006118540775745851003063933166981402408346141395624718","-5591628126903966194727833302782497186329408204613974226727734175512768923277","-8150822344676072828696570058573016048348615046118296249265909557744336846039","-10022996037258362847436213040426749668891783471373486856671902245615927337948","-21168219260650433915357496074278253858021347884086612700220668123322532913055","-2747998332922129414506096989190074415791364416297386172489327946144069431639","2812597851099028255734079036761432622516278957698990801438277523279393987510","-2056339286459745172289020849470338898707518143184848893584987666455505362465","2682508976837992066925066490150212888525804162723302617855532171571592412791","-9360113275777780274856705958401415192128199929339711519166613432238104638654","19393515490931762099023523629590593680120403539191933309384700376062276145483","13010596351360097774545646675256694424503584995848789065504392792320132678696","17886187492362115337935984763840596052868278540883291785993407876228440516033","-14077916026104252227890457699000096182538580835928525102426038287977968109849","-10000596329625713113093156674156377183126904715478385436953701857568469363609","-8747522287750352147232266445427519868402573239791221208532992443271483008550","7791494873252174061368899780396410459266488254879102921452256820269533732051","-8626269298255004613758330787957784063246451671207235724884991184156287074120","19447672811274018197497950009461826116522479169613426267141762008877157146073","6400058626743818763150068460285369580554198854571907572327312536227317525457","7471722882219293415169380071891835655405048247617694309335262364754883677878","160425500999820873236933098869334727611743948590741853278743601020980615097","16468911697394503748925910640276271921079586157157184671946672933068005201746","-14964823599568030097414910169218332223262603164650758600833732163978998968155","-1867653460708114300753365054100230836979921405496127345923502076369576575187","-671376798478372047331703024622502050917899575199845488596479038455142572162","-9623077327127670820488298635470606717390783603070986998795712877206672418440","-1230025266523291483569465055531309386064092850273936817945296590714810340151","-21860634810426693659907979989362978489411797445076764359233734193230939620469","-12914023957851304606323336623663230928921300483815836852203116827325213468106","11036505001464446807051344717474968250438302113744870758919876859305191798072","12116273571202967717284064784408702432058272944344193858538335393606062588886","8663224502878334898642570513304857301475197234480539823846596422707327993391","872098967298843907024361814618823740812293479128140845157360222943631411915","12284880458397499098983778819966456323022863003930052574943065874424076189140","21406148842988370961730469310475257655199187141390576699685916813363218992059","12268873031511379148430890890786059113620527981655506076168512207125538368380","-2612800321709367802694450887674844259243511744336848556461475570454178524723","-18524780370439296891998902847321651307626753078259481422362480787711324172815","-552904030421980295597240794232931434084540991699304109017825567611799125495","-13883883149502325640646378986624821339029776558258533924932007846587127497391","-1555465256465556770692620785241515658526776455036102551213304679051859265666","-6578616840026907054308314899061305404037409854877241948563618120301805208756","-18911810600835231868280125097421688825305568327866506835528376253145242870462","6256296908161172413851534743767751379810401512365353001293776471604462055063","7263491192368482516689330840223357818306537139494730503216444138364284135015","7610912285213059294738869947402567410404002874731545422244798224681014682236","-20388554715469750670211701074246732997350214796249630678343495562208649880552","4249365820732510077647010260632317664136700008624338328871787915507510526939","-14032067322302467351736300552565461028539246009939188582619954497123506607041","-1803833994002597602298947387196232425677612910591782759634172547295570857079","-1049753700751122024693940137818518359720569826816174075509880064154898119298","19634217603617697318584836996135111771552381028180525925474807519374677609929","-9865546996461128155232379926909798742832382173652175134816142588060441543815","-4973466902001151062133547391137767487454770910485032630210985096371878889994","-16286532698919920272504947816377773255704752137697248098646287485963575681735","9020819469573666756786053086324449239765875490660399779241252015218450564932","12168869445840297970141100322175158705527907476856444249540812191597431864336","13552192172716425757288455939207567183339586119298655325277297738822853107185","-15186810520926159703599534447673157221660882510217265557238262374821551155468","21569876232610529133357108006427794592209871159192241398457270866282684017","-11042463924810599291509973653499181611583554295978704626147447331554140252048","5157805367925610736088216937592973222927278089094723209568865630343396190140","-13292663552335768606647036645495893893950937208589110011842698316638438232768","19667520484923137319855597102886691722470350493342861415314602337719252659012","-3699460731210660387718331095356863514192415739924367450575635815616618227223","13299940664780514445160522935240629259267262187577790009426614996702524646973","-5646971987857269509312723543213151707908752349193624636796157735028750312252","16087946069023182710505622779901907462564983790642492602751174690302084532603","-17134059423385553990267298276504920181470574338469449426229881428420380274766","15811182347021702367256074413886139164889082525089136600597505837538186995108","-7585507138489963371855372897249473552308912394487477127503716426335395263788","17219868685564533133525303034777594676817270386606436816360024651085172291296","-6556015391867868616939307988149980508152966344396947113125109046122274924611","13628516510395292702521090177033364495767829410395863246191340752050627881747","-2030678451398564925805369527812192172115839368160998559663629854499009536448","13032359576239293880796536761645199914789711192117325897511753306337009979788","-9779158994836157451512660659169201656582331426359313756966813126731682474551","22899705655910735373468152628127912346154075009173136087769985908714069292","-12719424619089502983267072300870098947063518741763570096332348229434313698811","10894826710258180845138245876383821178139304054359024997973882914022457328236","-19484881981306788234103876456002297928140228513024019751518683178862116241275","20855614595722740845919179051482218430703932820591641934309479048572557784817","-1438851439760975560300057675202171821198913286687061044002736296721554666771","12798154474841197977833977033835841634264737646341746568164814939510114499366","-11001555430627876080834252470831267873713886056588648560315687141745102865192","20027698465348579395631142000444289598245710289338546980940096544113381985537","-7785836722161344084949807545849992622987203715169867211414412144802821913256","12333461440779864800993751432630071918392213972729412982406896422160849333388"],["0","-12087537108329151988404731530962972810093872877841686209319500483021052952387","-2647690758204090697638583098621637913755530721860836983074046848713926222909","-6849137430639036386137747755083434357651338265043117012330252488622426896978","7170803851699844507493947621274917777648087020520953565795926825750019359931","-12179516097114486316412271226431479236002841732147779650338961944932884497237","-15189227146542077500404327485301629381599126714435779437550516189357048968061","-2229287562189696325035580353936799350033429579232238787413569662116707071830","4982552561807239589842954073438543505441751112942538832980460589210622091304","6459175623251099079569521510510616875756917234418706343583603752174230343840","21523348179851530643647228869622600942841224765187473880766013342008847550466","1369378491859223579014541765328060512992420045821155017700417149215454877688","8157570859502257878884364480975114537422927890530496897748720759781997306476","-7048389118517800510641448038437303156344499202493554798770496758150181756189","-19901928046442605940823525287704245836723512137863142425824635566268919705196","-3164581723052179332997323662997873184819379427246525097255906478017867040573","8986060555333667239211440126268063619633120860617621027590851235021548467367","-16518081314545913356260667717742399043007951023245840830296966788129425906677","14090683055334423878969187877300715591519691026232328182057087424367801038524","3361096486572325495208433490186313812800487536913665269499969842095003243515","11897769989257522293603153461621767592078111673709169222308204754511364238543","-4758012436938365600007481853281763024494715212767356780404551819635953493469","12412557981265409593307180464257546841542102138627467869925789314067712642740","-7288296929977008482480836970467498877334864249222407762952692913313340107035","-5694188931350894901728539733189804543959550822255121033207727321870592496993","-5102059233833914923848477604531100139541569177972273717510051773444090781977","-11986196009407988208003161992118344071231117492903958480823248703312228964599","-20671303665528334699775651611882797469922768967247593792489467268462786772003","-11832295008504010884675173119902932020259083501882928609490241712658086390608","-1827240940369006317083384008401756691061370122139681925892588865233535963253","18788179237817976840810792226574594677544390991584656763864259001180973786911","5785734810911543724121840462808720956336822406164804673011714029299931381014","18268538507048210785386123084163841931660480269654777182421258742810729857001","-13974152065812224941880110105523492702239097473416200762215535530577573833042","4988453842440782443319435574504358381075603471957726876952451920229714595302","-15178625310892607964385432962525948507298881587371253001422206525355048671902","-6227758812673035264414814303955596278965509408821724666096031126847917236931","-17442009955418408505268442816610359349028182757526660518498914271764928962935","-8542058325708046200667381255028858099789482841554115026629562905732551165789","-16690416982240742101548636326006504092086660715868405774775515635877257649735","4935311227543459853024418243256286017556518491198597860372312714303630631185","18129383844922566913251483437172181975429469193509539950126656015151190961806","19971804782879520148240805753719743784034307917850737592592660379885680519246","-19976338192555432110283419407698673276499424453367180825154794707910477534235","-20027998383999259064965936774823875688942743696271768990584991070473152923706","-8426934896490305096180790781726397786405043762509095314260496619397922098235","-8742111972284889466439809507021454589760735579066284708495150095587946269832","-9909207458679171368952395391647208588938504330334940424056051110301436797410","17549136105619605090372947158358363201975314898966209326969594002252933731206","-8329906865746258219878569799552922654109537592460134323466557581867106289491","-16429012302348696473541291427214094269821801203868926145120390816045218858538","-2605624874797746466590594925761930756914328998208913250929131321288293917920","-6511608312256757511000003876253369667675945186235178847213520555394759661744","-12190083668293783685325423556305592501079713157862934043905154155637893892096","-13283540441519995205787073011761261734403265646625300177230654151986275775035","-1180112388257106355446304325493387198610962704064030552746071608291799721179","-13225537608635272401193460796829929848323330689711624283092476303159812743271","-8993362172103395715937018453829526345926081619483442367465869555405691384432","-8828060148151822062854137352528675051924537571548678225337081849160138655304","-18577211301289583925407695750643156379277890490803537484340028723692804066709","16343365660951861105234498594774069281703982987458946191060700951473929190945","-16294494934874394625978814077777051372869582512375995108729411451558482569256","17910698742859162504089201966581857153374948595273316705745319910934400020250","20072646649215639440217875144540901147561131508296933421455856404025088213205","18815874129713447204822174123882045611925962865877709077629472291332197993779","-3951888941844607133569660123253979991975872118544709334878331015721578769879","-4932229957545235293792719532963726566531841148794789834553856877819817877785","-10995879169383854026843623332156252613999855126165400602381467035332393094265","-16104259328498681878298286709283804464292767545498219876000676564203505208184","-20556345932861245241247626771750418265732357501303634832977112541424747371565","870838640562735343891093194702522623192206073377197679392775695495784257497","-21831287989720197188171721977770523809541445188197898333281870371677097911045","21290315061314904777699171379818278727555466936426202613405250193021005444352","-17903181334553450405184448668096561739805332814677988399885494556090055661291","10036036005287797008490206483336827965435618347990861050911037895541015647426","-18745646090301541523277534216276487113663422290969914239458539356161085420992","20301804204716650652790477437403632490510674259780607688227003848100001553938","-3213431995769680575564423619982398196451818250011427106348638099235552107849","17440851684671473052966748444427295442727811018407019674040999226039094360775","-1063069582344568891511391812781012247739036504468914468681066168650146656008","18185552157182730550614359546147586250323233644635573009412047665070565509499","-16235753934470554858574071706206002754023293370093957852819028731038509778800","21135939915841651151096934177971578876681459722366950361509483996534576106932","-10171622857565108803127640513326061521220368468243937274266207769217558600717","14387470822568673955577462762026981837585975434450912275793472071251095153432","-10230199015175448529388879770244846572541902258298590838574170177690525233245","6744910331401901374087110545700524908385601878821615060243314871339251519253","-16183341013833509964522303277307103139916067604610612217724860250934246362508","7071236290665255182078356100273643333342477066082302788622565875340367363307","-7818837443339575713559309375284318337417803757538840611300112386634792263499","1011902878384480934284114124641510420319220510387990431166388464661353009162","-8083687945404888650458799115169298519303677295159229959318390238292150884251","16064146039141296933131641847920516085059792259807655858658091470382951133193","-19597991608504039504642741594458258702414187000501117575818009994649506116804","13650820802332778773099063223277945984429278827669366146222467758383496677390","-17233183717040280510333098960196621487684695895585408031772084439178526797780","11151044008501557459698463474705370252766766443300897255354549049225621107660","-4422987697088235003972939805155135693665225771843927127469545133757939989009","6007766751265441065083147082050006936061742082839454954306633003099540280517","-4267891009911423219089142188389049948881500524768966601133338664919817660570","7788906783620498974967282064725975874361856629031185602644601517452102805617"],["0","-4184517019616332027782401098358008472810716723608949845302617699996221627497","-15847070516477398455354405357949774041723202017134719020896576068711212064779","-4990987654200298786656310001476252605133300665415350982586782472795973161683","14166876526273646719845156522024437486830676673959931117271795959849760409103","14310263912817796805265691129302958202955495952250924584751875312940072909920","16995607302271862930119081699652797001618020944215883260690633125111260009505","-17466632034750416101940667766852130284360322343712905749703766646808551495392","17405850369546659469091556343469258844474189343157452144876446161144195096344","12994369155950790187467309866396772776860428697350765867701949569368821290379","19606482895213041585611056801429140554919677940599704981743357142828997307212","17538219344875892320347054523522743766582704216579048793589202013136370006499","3032016695258028200389422363265925098505704424321436234548622274575719180064","13077554087726182262672115834490949420366709261764434992435172734986228831293","6803899069208436797828020726254520809478068633106019348048100662948848725758","-21567319713754285530971246770845110930340962122984655394708324541905992335290","-272108325562919516669607370966236675979555188387558028149489360560974333808","-7293339990142170813932772224123995252104447913095562506836653872481732147165","4156561087347829486278525552113219326251666582119371986365520971378100609667","-1175630578146817601462992729634007922004618953685686814055557173697963410777","12447442486513612771299644571853518871146546873462362161846540319926123227054","-6005871243456440485645152790486397739832177313818098826103537454387319543623","11840369149410137324110589711382557918908923942497132547402378697900755855229","8779495285572223869081253655840535558211719812140462699863864161005053054252","8215072113609565187099339781840118837154031610960905687938221149417735362023","-6900137041514381681374491815630157977229460798425667941578883612383714908112","-11201467042825299244691981320071697733506503294340715420208957907680228787041","-15880324589522735593902967199084910969183717783940093969675710376298431088198","-6410657975739356298267207242574553581151605161589777384104247931534646938477","-3219709691497862506315498770372696551574322432016320322301506859240683056624","11641807492445513422857034149038767726771977683394609578630259027842577194712","-10248003106999728106861525140269615425030993597214885921898370987190113727185","17857678295511647256451707114109945546335858408592768964962903129748612026832","4050053399055561299489171348968409745666927742763903519955185020376456275792","21072236761059162406214339550708381004006786867874539613187684752467766758714","-8793988250241160098692309852512870895814392446317739813968401210684082892302","-16435679709186132764972930710580802234552968136226941943334750094295218306172","-13768092103977470752844128801570190931371563895497625623740387949576184113621","14228258563808324275393029864170195266577061470697274643731310703663697198175","-5901515196108721982290140411504014241786236590357256000605073223643192581410","5547661843530404500810232734600093752913951190853164402510121446642284134507","6732953033718474465536227486987091420204503904256347529159697112218360196317","10105492829640369255218985743858846816320439325651961630547598817887265621334","-6776750412854036685818263979394760617035068751737121982022999413435345216378","-17453222355783845251800977226282056772907797039700843074137628551144249220529","-16454931772478213068036789256852491447504757597909656074007825645535417967384","10481376333223395542502527480405578352314936146858837941509222138685480580225","-17219276321434668370236235639173991748663481167580043492801907211054807257993","11847636779790418383709409022248934390731528190202523437627778388951643883522","-3324442349128361362440291768182996443517756199381391371018548828243099837626","-1279689005712561643539367010003665953510067173864251910137315962380240744253","-1474723241395412631726269837765821299859997741162995511793516547766721924530","-13323956343195236203588974245824658333665370281058637622721476170668563539546","-7932841426690563011718917323117549869967438214924523177947855077136378688924","4249787315424850105852462017695913590087437259363616894568484476393475839657","-6331767943523303839740163377842121387408229211639184083749737540489304472015","20394800796281857293168776269605689982235892260850439141222812700057831859073","-13429892899181704927002333691030478660438973938477750171614264388048031140360","1573778743800371080297627355290827633402112022410252084169604105697059937685","-17565874097134652097848233179193769239202005890374490368799538985868626796154","-3055428339825074843006384247007342637173181813226874295967377432447081953782","-18574209818017248977305085172246058779662524473653440495669230146331714402455","9990360824429745499518781052795794560107438386504936075861533867592655850029","16811151545974142464598379098501902820667503720540389472570732410216847851076","18905303960831270244583512729671293057169052247303832638836084031459922745932","-13337941929611044296623874445957986958742234082500346045233618178402427190484","-4777047262769733918140629703089391575174824165688609160191970483389109045021","-15893348133035694432501079437805850371526770597204810001654438466313719040900","-8739259899368927217467972627940527404337972337563635415902546714551282741385","-4780805901702753162606186039061846133007501506884968875778773654925533140993","17297531476458208994054451897799158991290994554612404020707216495157013553465","-11700090334933902658018643142134790553231313711403120740195855211824529523747","14944670561175661011801713064995363503712115259734589064120807927720429715569","-21840985074382809811309359558997050049239094261956658774574526115475678106092","21340958614691088842354258494894766782014744004548366070744208268328679233431","-19346351732149542981559432760371827230630186053675288170537416273735118410549","20140998613137043984582520039842815128292689359998545248580825249880906620763","-7077803422736332457848342657602174206558671241385801738049921826888086989656","16441798665268851477773311622132064079918123630325830580566263278435619277121","-1638974849383731144603085264641374110126237373436538974378903600085070897489","11480562589614053673250145208078202272898859362250354641373995600486562816957","-11246559093390402482976758813432258844339422059064287467655292620877197837225","2715083740730351955217855897439183576224333008860031067715305412145322203246","-18741485092358811106742313035801356674005330956350230938112853228431021695487","10954143239934098241155922335059966368550830733551720423556007062107270791157","-18110310427135993965815227525085896015273198844231883079862930418592510145197","11886057593946313364221539453255182623410215257991289717242504844317533693351","-19555396815547405770166004481017531424526080728001691831480855363663877267784","16575045829629349935576561734382826168975193506190555146815714641668474549136","-3673476620701511449504698005034202766140864670059959683812308533602119840817","9919691199915448560941460674071652279218805030989036858860874981395918441098","-20156204693471460073718121584221354379796421599130097699520488245222742491077","19656360356047563131598062466581998108775422369489180920180915694617860569917","-6627347054718373747529559215670479084900219144384660703908442500553301580214","5609106563630754508033056948994866651154715826530244683663810793698571376411","-5013920358801887946870739780524566055853094434628940871075463714636735189602","19010391673390355011138378475362885257196322460966555311821144514767074739408","-19485216651844553335918998121120359148194505850347838466901009296098132291660","12184015405353965040005166257866946421281227720393326564317482267862555669998","-743070469365906974665285274755098974635392032932428294393780317262323298525","21005305548119819499103719621306661440651217501088316464374851063094380317311"],["0","-10468290069140522932378715791210001129305739495851145898802933786863447598669","7660676424657741254047479643150852284656361268844784203336406190312328414409","-12366301298096578991299565096198192396582110613984481960490614679453953413398","17871641190021188713145256666152966224102789105403785941217338648192206764688","20037363234117185199680197897973870347509007655894691666820241511596569545656","21398543456486986858195718117614775781404042211871324580552530393202416516204","-18225339365002670493104646136757162372657836162330765465508942611267322726573","-21306100438330040744798710179108463063050555134317136011748460077684403111062","-6654933982179768227608724579627425874998975138073837084535945181352616439392","17644184115377863274435777185279344672040719754054105130083772539802127491621","-10924633328492084042585641906974364502088826358589662462904883059975366753780","-12331265931845023195946893727587778381537201358731870585628129566635689803240","-6103207899566970673204510264065228338221383145341464275159805391584844121001","-15081896329999981998498008225687160677565586848345757329882564963016151033729","-19959636298476297017016857209912249066873901989192279761794804485000446360061","4177203029595682388998175719899735929000106221287040435309436723350692436151","-9255351560440326356852489635939253916099056971940382804348169169581296664524","1806505021246002497628590036344783260388597466031772148439090634636391968514","-484355785066542866062781187677208164047763047824676611475423953963024688256","9586981771353396004586929479326701168677490137011507141088127138418422890510","-3294096001657647221789049651873377904686540256058362980172544956643759025708","9441853719902583890189474090494196640020660544164701740349583860363478107878","18234542705293646378634442545509808500571638529570103424007356322709973333702","20971628552890575886681817891864858539124083920286958929226769552747437346090","-21290159087051594090144978050261335077143169174715333479362631940791552716937","-3892248352199227954854908189332415857849325859294890842053260230145130344712","-13998719128538574521866101626035421924931690004572208295069788714013071897587","-19695446576650470868466344568410784698815802047343339738687182897695449371005","-19154511837740725306436480665398574181585894753666633464473901304720555111440","8526120181927320101736834917723975838233078925684929063872628277249925352829","-16193467480411767909455539788843883263186730303849409386238611906595922529400","11082800958717674969498172967572324412711602887501496988971702351993731497412","5063637311347839748606375802870194704508276229753970887975611510046050380431","19249360610985487166472923864006330085290150319204126380416559399588305984599","11023356371247741714870155404015024147050328363028824407318172220179727743875","5883903317157285122491983926402796686950952688225208562386863363890863600431","10975210396389054948696063193350849077343408724586668719559761990006810992099","12656562189020197879038669673243033190338684467975441530415719609031959597960","13582541574700703003917674596271473253113161665139634224412199745561525053379","16287103711515262888551643761652874617074826771349677854446075229760834967779","2689955842378504418591391455778152520294413872750635969356218475932995183818","9478444302934630406601658689968410679884267465239529757265120923207464502538","-6066927462085082495352890253362743980835746383269378331053576329076345089828","-7967008905306620476268010247505287789559598301857358241319486918353395919067","-3474621246778910212172003025636452481985723653942682100100801534780907054124","455112798454490934269949148093220344868390738094784912453227268026996237468","-17370846753627502991693383809640369072983430122833208048166665106970367291119","-2513657260918385384206864644161838237401177552829855771686995068439001559652","-17203977909093611076616535588386724971274324373388599845805927534261983519382","19571727795770991664450162988546557981843416942559832411043346840860661539591","20589176746796722975914053772864335542324898429494003218899184439028661781867","21885199382758040324463256377480860802048808426403014004213952124650165696100","3770549617142116232592532305370499452661069298234867754545608156191947673586","5787211944365901243842707431632424767530811350435779143571723297061670011651","9249626482528730791072808256583226686219577734881651692189504428526889503429","8037967096622712238297538617546237888719689699072978260808800397757948375725","-1497484659590174287417312149115960931123835093342382064238299063626217718891","-2086350738249793360616839972688522085872356864009703482232045236870351641000","-19336593960821808427707814294814289414374801864129221320602752669284714423172","-15474332093414361250067204854409835254993965876543976590709688613573768716875","-3046743656910674121498035834153110126005724674702097918877645300564434318311","-831864520535805508280360489651052487347158231210435327775445333312396249890","-16699070795150985662790374991352489284432246785864752223402521997265599966359","11661233116633196719929408882358188601290613063673249603233562270951840746257","-11432001924699211599599656093200100715135569301320108231258919132419309689488","20896896168545261826296647781170462203509107987444627744858680328464750492798","-17718792739824926723386513202190880128401045737058594048532886285857308787831","-2033368938539017772390457339365539428271515637416862120528031315195126682843","-960429876329956949845981029218195724837195702810075695124975838388795909184","1118844621517448458661394782927031968785278777456423101043711337291738015389","-19598875658671646192406678673039612071126337556577228836709278699164609271822","8989768211844104589013686869331579667507154075638152999973029424281967624234","-1289619130205840808156215408988109795258760196658829873431786003691469813108","14883690213325063552474651153468578325479066901154208857857432540378774985383","-10475558248671528711460870342723393590349335718684732578551337659530390567197","10267815556294903814963356433247790948795034585785341177185899606533979323800","-14213119361437742351016022075476981996111562576183574436561001926374161414177","7127359391654581819695941196518172341242026536500300701224466716918604506939","-5284979507510566406958367140826932753539057951770328615390623110143685348616","7050642999482528497591278102028848689603684336870805062098523365295910699374","-12398845425544865935665284126967958393965006570015419015582061798070446460808","10332916711628254707681114610991111936309251421081686127273018938730603446413","-8763983800974960657467250326332492389484343151150423619792704984053888253861","5158181107386777072059246823776499295156772902142743869224312407566866167977","-571478414336055446047721781835555606783285976232744643626418655778619768760","9222761144118964839637679257028926126207545140721159501291303814776131425432","-7298228347586490482614224926401432501659283481955767313570462757823552135282","17256865826671942343866699964620170440236270712549251248366217825498889715979","-12119550033612681275095873674307695831930882579262112456580448146826814286265","856344271572950898398917315640538888295516235257876304908571211122105982395","-8270671809346000055162987889785262266664638989426111311541339667746861182477","10373310029714532660697449470047225626233702557177857597358088310758721541873","-10949687098074863619194448173939345164512331552119426775631917897476171054449","6106130927257115274062228176523932144700173023431334648527916256681297548445","-3650782492345727793070189929588355456527251559279743767610954067658300278671","17733385144775117159255189495199627641382691047728880747616354590658718527091","-8161311152814569678710896893732057990794509248598644680348242338312168706717","15017526101810992725391516327419477377543833358064514120521016370483924194523","-15424175899783643913111762438399104718767033892592653245937103527703857768375","8022780047582104180789560780472380273302455744760460817204408701872827617400"],["0","-419604854594442068913768","-12567673826889138563044169576327468776206649326384336605663902488277997876318","-9353256457473309196032721686707015147355057210767671172556702466447018882733","18967237377181586549489389725796145256503541969034059874452875038922528401276","-4306871007521067210560091152982863422860697571485935660379813967566467907417","-21202737883980688101352584620262559253403030374076501026536985138793374838584","-8395497924012353779579286447003236414124550916142679409460291028569308611057","16905090755646926044553079402961188099944164381606582227393327930746600725933","-1133575175076993797420336145534850310920112254223982205627799193772460850143","2482281197271682889738283057633984449113657944725769014864537243468484654437","15042687075814272706063771177611111610607828580667942643957242512659454535500","9817064377001214961957400873892615215569856717195375632925673625137437161845","-3960614820299337838664440324530072542212066577847841433020216897451038678712","-8163204663687834892603433038898398521952153571981214696235239270619960750967","-6999490578679517058414622230971353812400149399367093115942144489142652785762","16979625364891799268384907036786771885131368105881361147407321557202206844538","5287508009423377847719454108036198615650239536110853851751784820004596238897","6822267000809705075034544956743733324134174592298552175808890600578557869800","21520652661167722617952782666434964376920437009505993031846090420148964108222","398737412090161094593747575001859140474924822186490135458951805816365652702","6033848504765101843985385668399446970198938375822675157133655362274895321600","1616774644825800542110442178467252922922627106720376449490401310476955767224","-5464931429668390784763756908797657966216610951874747055701946882065518703695","-16291450184289694315456312522915744530920924633627860284357200863817978380237","-6793602444667362655345833394841445574358566417795498591191464748313015361872","18919864698531608588996459838062287492510536700366399480150441482997075181665","5628409685268009301158097403348548345077124487734621692375173594599469433915","12859948734268932477759243386147739542837092504094860733662544106535631991416","-1518408571712717400512230670306179480667872510410969533624847756470402287853","1464331471422829579589690840312562550894230427462006571358362331866955885095","-7137157671842866598667599860812065209915282304403592216053802260499744259634","3194736750214847200605291121001267020130654485157935127402419196284029284973","15018354415362963547398725777184919416222201360412997083041689660292879246803","1090313870109496559487588612625497913435672129476499521853964151739686978355","-17101836489328075170422851295882835685775042943166812258591690529389657409173","-5503675060600079639413725947414675687256463229865023192005213453244512520448","-21002912343947856035868281078165171958733694547786224259863714740709284606337","-20795933186445986154218074345270567129181735094098593068709221459199907666626","-3586623501614794269301588145651156802614910660892847500907220908390238083738","14259209849117534150430041750094302390132122077107520087905253266765862446894","11501586504034802587573166339556278930554946515560766363038484108857945567645","1949053958977656575958215354344030505317645452111666655518707946997230877696","-15891132527275587084956316981956494873018442972010494056068649670452567697666","-15213882413493893417618781952319112012839024802033742388114321651918437267379","-21697885271589254213641121407323520823118482512786471731451217761968737537841","-20641004267872646361324275609230005561403688883392858716198260911263276437865","-1853010970335666021844199073627776166888629184462847360075419494814419759615","-10282490090734893594254552779633303098167307099400882798397621116157831921749","-5910753832144417809235264107532191010507533409561706568719902317392504928552","18257071395089505675051949019453343671855033844353928154431867773693277320761","-15455529605607035203582562438647917623754928660530967304674658416543752625206","-9291202629813457053768751641082203337844459916605313031306701394986814228843","-14630236511346335043166005341952959558270667354750630301328218408661622252754","-6021482415243755826545997903258697776410040217526056379078029973557540699997","-20972369244994517443162295204235005182263620790173015833032102137513405885695","-3848179671234218591654277477075394537021454454827965951282807562296025346933","-10258809184318207859993605687593993791347431435168019576002044212969769391883","6307194173767950438061676320037013739283148814995614535387690244836554186415","15334542821204611255612290866759104820318425023810747963832794380226584858705","13199341439468525618640777931658595893231834636081121882949547421923785704216","18966990262976236043555296228847648148360333862525466450616387207202240601372","5631243922356265241240170686622063296194781751772927622478102238707450591290","-12213970775921480891891278265729653128587965811143304506971184907394655724613","3054122300172710421887515210787357655514905440580759436017298423037373054451","-6760963756309718740023489375854152162871830426646360784963642689688754402060","-5940803729233921326765909977587684920503048870007796244611335829395399253245","-4461883371642327856961645719485459599834216543522812192509613944455260871789","-13841659903646313334152632403832084256609515682452282670395812797476541415830","-590936040599878333346192174018756980747444633039857295574230836260784101479","2467619186803892983864832146087365203373607516366830911875048331444403566200","-11508075225695227175241662263117226815948664482552459350877726830940298505762","10278207195896853504252151148333044413700360932474906101125558352014871475248","-16556316983510707925646600376928480380138841233171860799084304607520642737989","11997152061057411836475977261228847944489372266481215784254006463300905385615","-2389135271804173795326500048713752432512228033676945918998167807951295371660","6902006770173238322543009750266335008491547045885340121506628671695548792862","-9619329830212278863419334736914530220862226423114490165570135258861070523745","3245691523678063598355251782292459037808934709216201286442595537895096477897","-17787806494587311570724922131986996222470384798850343444706673822584000436293","4568002682681527544856207920965813991687138091050575660892386259794969107328","-17250367688698875823481401952266657981210734444743148276868549692771625645264","323861576408308961288851538421937046246980709792713198340937945166551103083","-7611216644727239714888971141046383539536877806412637990367479342952185392989","13540201119703764158429738699186020512676086595197591377118343613500191367278","-18334955247416757506420330477847354906312352605175474157602447058649117478112","4838963192776616738369337735476485761180157394045370561280089841861271838723","-15447974817811306471307848023276865415848750652428250219586857354580707869658","2022899337939042629027833607173546604365636720155388734580662595352020022921","-5569096047813919827152808388586505375010815582506676328457020609596321994916","6706467404305329873660249897562669186600740132800976610499116658456990057967","-11538672402764909575867145752743554615369232745316087066492171361229081539838","15722310365494878374506210996135189160790258328991529880972242277794134845797","-9188521675025110454950315671735517457160395737518899403024864833422314495008","17691029148063121734187204730546057791405059774255702050661549551105969780279","-18136003816601373612620861405355744629281207879477759896303029906321863525032","17751174698247720145764545843614353590368256548858638162132674289302750680586","-21586996236675552343789475934247446950055134855413099433757930155001974783942","6002901973730802077350785892210359665570841033983204218923857524035573235195","-10793252254493137904272857244869270302503921077656051145367223554216420680322","2700838228024861069149310438721453047122730856010662879151820199620835911042"],["0","-924855332612927122066749538531997538952747791566874515778123952273815213381","-15597634251659918971225054285946582313989503830150570503738759430210654462166","-2728760522341250221427266013904464724704889784750384688490036801960342300332","17401070100078587776113705860394657707674518220992174507415247970365403566431","18908084002508040379570288831595664116178456689959811070301338652043096031624","1461798777222303987080969292515210762047992558911706500179471826555596240673","-6581837464694606091716191465381563424366339921324254710750154911931648074446","5584895120314833582457049070250141426301179892551365177651926230618402100681","-13403700462660243196615327638503871875507461044724657041122321373681297310868","-7625439843799042561337363306981780194615960235576096733896350281978680742499","-4175122889836619476513942012732714118841685412493065676471080603740062417048","-2126705063804412963273451304525033503751676602815338807758171632066682018423","-4148624268914853155840715105143148135783741033358833339865819184856212077817","-1027727055875539760409852559316992890586073769958304290035504779113030935324","-14341673540593997704263491884359735131025864933902613866900607651076424283174","9273858204380585759143040068370788602636894754880125062425561485594291644623","-5939652471968342683275811430685030227426611290823272915089163308142566981665","2016614144241775168360869172859866486171127013981045132335890026487657907842","-15040148113040931312829765853814145392102098411186205751545255682685898274353","-4995720880876917389651759825966645756459500157340883880089320850824827695024","-488728993445693219018846430235748486259042990425054022563125385653999658250","11695591189097668692712076974160918454691234041028383352503963758130064177204","-10640310661083333793616971450695528638156651306923774691085797203738728448111","-10168944024347099889698338975613787427975403792806281390060343377633804582622","-8278207757522233530388568715367580853758668523143992999008039974859840484303","-5728770379532232310846149808389263042057532169693552290841856232434034298169","-5803799715138352915595774173273669856589092458880072881286744547248311847137","2106238908371435261499566313069402649030998675693728496351209475111024689013","11797927796011462092845968329820594392839026002939848450557889019584483387322","280919970584869605633403816226973804911391461395853235114719360902021529245","-17977490619384207555329503041903450737951572064943087558188464416020330939591","15880565665477725419646493532825861030759891045011450054182321747019393479743","-425513475788476952527899258774358974671098189799902135762535623599500707958","15781579752368987917997455705571530610289629471728545055250169711553637527532","-13445273784963238924362199719292610419219488482635484443303603842076441829188","-17550626772077826086441012160339010353269697893854191174309536161278815007929","-14716981901600230123545356091516266190281164410876840055300682973987988679719","-474685565936427543484531529687794676962192584019542665434011695979043694435","-5270959417884191730663185249325855482196063507686781600192974323280865847601","342719950776999036822207611091694434137219423410596180847195454407241206882","-17345722176014751423320354066726251028663066569195342876364348094553570726482","19033361612541522707168691628388802998811946730795038291781872371386491365915","-6643168204072245334316713011526061463949303856819237429452184164491409783658","-12568827786246644780279704265267015054533029301511038627220005424537206762285","-12439458560568489227128696602183282386087475231828810384267847686171031634550","8776347114730941588358452433273527185017030328650613653429933517116760541627","-13030650770633294946184245974026785814865112210814954555554578995762115057936","-118477422355488011159812292459650492464610600627460939626104583694515802119","-10296672427983346519951283282973280205268717300607712128015698518934824294947","4324156532934065967078463329964977164486513054748476870088604936964471304876","6716632711617091779804338550248596027759026530320014263205412569557935232611","14185542030863547098989927247603028790722867347688163246493682287746906542436","-18697132460592887498174424656132506807609376219485273041759110808318793001765","10625031377118823419056084604096598885745290479148980771924343917604280711315","-6650529435163579076536847155699635706361524069158522795913685169282742761335","-14702662407819699522649858279805911518735610510021448986155283741635825066520","-21331229215840649299083354789429599327432633906374692610895362386756106618838","-8815991122550136005597881996209147666596837430521077638605588492043300028622","-13886627663409511522399528815607623045223295293519117124582636147699010311791","1552726234961572066394454511365913485129845384048747027829836853472951842005","-1205359020841084952112795505907066557788248666082449649425200582515722873662","19191025646023359272079953091473937548917005770901634526956361822432681413144","-7230367637465446683702387493223034248664236509883211365285250249611814000595","-12644953466053139025081704070553994952481716520616654340444035627951154927658","-5436982513775558662634824073110802248558631631851713954239399034382926720836","-13090961114417826360204736734607763927104244330157655345267667499749700183462","-15268903989980942774684697791826452255821259481722586698461210530953033354850","-9733336309943239813918826553380466102050645802305125787996492164839908207638","-12856133225670054455701427879020813558638612332689527075601331559819620495657","6616145222256986261305085282143296882658670980949734748168089503377885072474","-5514612535052188330905183616526727155160753207319870196233402042042764485569","15445640302770364639266170160657853675663604937574013452545944192186669341950","-12289573586929058258868739049510386129793220440163097033635683575564431673981","7274720312308235843348787039405791553415802242599610069162871583018233585212","-6529309826815445923206741536680736358875891308073206441785871761517132798279","18029704023727123675600587834789705570560946521200251914115244578253011219094","-9166746192463761792418927920152647235687716180751503887503900836727450821900","4327642341908278479576381966790347313007415745701497364774239676514725957137","-9834370574889808402745534967921632038437288498483031828204636142400649978973","8039106851428076985414669826951658840267469522874826843740973317863409133849","-6476717967938420434417824235086362536905991592165509188942720900801811194364","5315859634308473486345096540148632878087198332392402564882107931553008602196","-10581899764243748719543502380865662503127850965872820398105577447440805512679","13977777919107634349508756267416276454774493385521538073868253071997252438212","-5036816941335769145191493846193388224997928765591068790265504461193350401559","20130898528448584746620552096845296011837559154717663223124588976583998218665","-1962429159334000096591682155358929947365556674336227777553253053175616601317","7400495030082007807199143427211321952516940226031391812051073819816083138195","-8544761435270442683368039738579007568866579842835794502035304302446030746398","4225757732969385222600837618168361129890992278176690369816122021365205052606","-18853408079295421079110664389896748834842487319614795233983553915312658915668","6741460467879285633218271492257182341692190322469980152127684682658824172558","-20316505560811404633778915151744270445368845425188782628149630476211340965740","12505925422591300684455330841072256045426415240048821870497959715643870893392","-764996932117604369796543582319993317983802034328452854256016279307056000875","2173538600292564887143821565081024859814079754791386536554415687302994533362","-7683342158534975208732401483294454904777948106127242328694395862416145272062","17492184529797311860320505695332386358481883596305524292640307973398211154401","-1204946792725927088450558901329924065729433230378575593929731861419289920505","2866507190044573884714421993333816686442912838381529015401718992068456804391"],["0","3648040478639879203707734290876212514758060733402672321188399280613655232532","9479099019422221001802160708661651687857626267023278559988932760705174612132","-4571845336686366721093687892889051016001711109878336184159107010290573510808","3620378873742471400877114395946699638744529652305865284282392896968531941882","18330152628431649608835764653181839109976373884120199334266298354644944245748","21815779570051748730391201628540560648797178103903851934605962087443066676252","-9737212333961539298699810566371154980897658628694353726759165015163497916937","45961518094453134797638149323614589391786570465353792552109053486335249323","4304266582816626545348821170312300356176748149178621018384580358505278674101","7991554564974225343245643141489136977501503327466345163087174080351582621076","-12261750854749604035247923005311718318080527700908416185640222440473945374632","-11124874280195541234340652809077389788982425358601705642242278826997920041553","-15205050897923908174237889697888080087727613150088599056940202989313741999996","19228907469176183123961691117222738768148413926436714164224015521338529101523","-21124036787564385700334984688264587844461277720290954809629404131980860704793","9973556681890513846759553747784141346993805270706053254656918729507894841763","12319864277438667907624404834515629405793273880738846810307073914122061952239","6746998075496260627878350901350947555169323494005110031156495827311556769995","-18972032083767824088615303032927832443277019942913216799314960547447807309189","-12529131201119727200577948075193720768097329866752520619280295715340981955046","-18442274061144221497899212187558803535037639411631999774158884241069997164245","5119492562920916375022860903831475578969973748408640752071779525347253364548","-15131528178838196575803243613338004000962841338481777242387571221472162778977","-10210678132827339587469462805553348017468778083460808980969116569070007164053","-4844376308973254948038191852370604129275138300777161912382889218608015712730","-16416202458304429741221446977194224754645670518761315277795431639923339750414","-3654939271126062225154982881969156625265722854552373460235118352219933416764","-13198152392535780529414272986949222938795078255497397347252268942331421139951","-8416841843531619220111479372363776645307324923303348648542488022700135120061","4249792992860310938675312907588178765846969548423632056410982996683641558409","14100149269392431071705645252902492992981042915097337702892135708078339757525","6859911023423972312322722390667796148901458337579692407783373454367828470859","19213997521824825715024425802943804830633926849935859146559920750347907902859","3901738618437637956807823333315833983157464638653188078350904387839230499615","-3569826967715641695355408024758448785144488769306010381150329750699008411272","-18550922228365057230073722933878584366304759309884862798175152677401804285970","-83882992335167929409233178085783257275016858755253342079689588018675552950","-15728465516922977726830565439923564902822755970835203904894500978823577778404","-11925942836106830912029052406090717837609857660700080698082250686680773389400","6707275227891183910650561103517958572420909156905437738794948424687731929708","1580006516095833161608004261117860900941287125003238007125442963469153924648","5551316638616036547333077762046942405867918103064401930109776670644133823476","-19593891934734934456333368509789362992022301967979209763507357371293705376886","-18003419104114505123859030516420070403427274333558330436664950423775676696425","-19096095142015448817948695290912369646035932279429275509061452761958640027506","-2237282172216990552578450939052415146499913715736408945085184938953986066500","-19933139205951774414953366411371862203187991977779703433170871953249757406290","11667445728996412376298346505230178312646339241002628686299223116369278790838","5711960032815110387779088553124275481773743387814278559542494006653834891485","13652195632672780575905215287081602946360048406248104816436176497766817838052","4187696355939644302563062133404069105524454849491335268270313455975142490710","5426703738982080309944545102079631440058736689338960188850726075504221541921","4663333969911568061025383706507383435435180947135042308879652609024975956966","15272302300176942307334522393820591505363781199379913887458331252924581286261","-4839051336833702597255848879018696602450542691071714192893676562341613244430","20745410543444755854938279501486371366899138543952624415773727531810834745410","4042245877977936699109719181546239250063868513106221704049021626399214308399","6056186797420160741894539561040126629230695668857951780084366772507517817221","-1302405500612396186695836887097152350236483142331539410428245606741703197222","-1075605247501354728667256814143163109765820473370384706408836761827739448795","-10822073683500092448620272517686970885843990031943360740023259872259123450193","-7956746281364919834193461255322224112827116643657456008208618652762478363856","-6897477774989677020926761421868114527202481310821748585486285121479064564883","-13552526330247773214166844380390782589448436445569619930498470893289036064622","-21853972404976324810405200264220001932571977775836579050296284930441444168151","-6711888797464269824711357240370778505255663354037439662578823993941960469183","-3221995592889200944984876300732131597760980840875211387147941019449848212191","21705732875448228455678009142671616877030577054321744971090722902521987831463","-7604879060180589320713697635236573925796931854210022407808644519817000749739","13522147572704071867687683792968402309059495126443322349932137014153548040118","-1558022086429042522135172460181844920910230505279400861590171079163728702276","18027468775627827562527798967253777776394349697247042855824043391470077336158","-4942726919889725283053577091052177236776264588615782244529820784693540361","2197172436943272124841847147152054614218627475227675665692923177389400611062","-16829669193933656657558496659546583146919278316000446983271968562457015002824","16876228291161976966684749278465091353009713749876087163560937673208541180131","-16670761454351740234953825715944326096789646501304239169565578133544276622483","6843966583761450966871455479448350297882476095898246536078557779138158576759","-17204253264653471406381059358920859854273542795406103582497128804433517040697","6393145125633996744241652677912139065677098090595872783957061345111458409882","-1317610457781743752733815616781653274845803801435459971180156175152344208475","9453780212621535254715008334790934104618901588285651378927640343297600108096","-18001361645997505009501475970419778055768393407460580660726395134505975037313","20752001727254136482760358491286875661677011367994973760632269621351227742099","-8480052116421359983238277543812890872372840989514085431114257352988220453374","9211907154610862258128337488601234514703792226215099812929815653018974064519","-13251266569307687695230197058467930279372266247139969843309456463502958343381","1907010239858487851751820828027387076949452711294035654146444753058621581802","-17349839164145786406956565169296263912229021676597926595437834049749401158018","9517399486453997872696094353141012818909795079515532250767201440806780503422","-8645423230518104125626588021229190980893241597979543743911193710999811984174","16071735543168476663124923381904542503772643559834223185957117639301911812614","-16977965955134510790525818939594534854468313971830693080819122572914622207322","611458398324390198966624220972617414033854073229418092045073980397708964394","-1749949291109988961351957972040303587743146623899282210606244104318141914186","21625482638411484167760322627137545562564081851154894449120352426551140069654","-10704389732864745340266029173331926108153189202449485314144273117151288940150","17320341440267839563372128378103891435922238913804583230005165430393862043136","-8573327308195304345417480264511139420874283097818090863317235217219400840538","11917579652469391554164961239435863123621322179233682435171846239621868305336"],["0","899516830349559255708756400490025003638973879469152122581476895070828441787","5752806265049734388693517584438243821281382993199535968441389610507881939533","4129556790538428843319989576411731660431647514528994307507182999960412566446","15593563386102225025202318978757572607628232057975284729386801077028691364824","-11963356367441183251087674762986178765978817184616720179949918102126028320193","-11906385509770525970683387792485695435375295245778761207354295269410967323042","-21403421429108192523933984797248343135094243789739326320136174266656992219250","-16179278181573895206461573019343159085483319059920194075640088856487601567449","-6770372823450932725459144027847401478489505927536808665442677810337856617035","-20775675983871114781280304715300954269243858967253962346118795120907142403432","-14826449190473995003654710141743459769457827202168541055537087318963349027264","-19162934775766429451108840671508379664960153197744960360066447370403210908905","-20063301109733197021901358318172980980933463842424458498181823723928488575308","-9358376827370221966213166856791489589591026443417345178782915757011532086193","-7610979715808936601040659651667802607594943002946195446902531799791032775749","-12519355463465435489427358381361483836452206962054930699107342163874287809862","-11433749896310006148400995892400399115757698448657108511216850074434131847094","16007291277567900095890107657592603564231312865506404376297957897831182968683","13358941518918438640069541394075970116373689047049632806477313175941090474906","13580117871411944409164632840181012960659195469148643256469445009274198598994","-2657988249647177431566441400570405450186730787044321568999156147020634620189","12453652274730498708833115963522646622078976204184527343765576153715430626703","-15046323258469615997091969344042885858786899530471698248596939745552762746810","3338927499031241728943130211950090611439828909332133079145208212572183394944","-6517342074330150283988318961779231546270795188371901721406771083249746329611","-16400497384349658874688936726745505605763030958233949682793936823229218636832","-2012873485466542198649108298189576663035260728919356736893522653416519588199","-1568128360933673161566776054935518920573436376264900903682602386888844308785","-98110938674898197702887811038543845064859286989111034205994052136253748454","10972798319438054470673782737209813432818885669253921651181743426117144610016","1940116246844442203292840984223529393936917495345184565460578766207043245997","20174153584541351871042116800040947950285972470654598907438301758578655012240","2868464752442876262235929982597556570799363471595886511225789954341619929148","12526609963450309784447542571118526980433737028542689531891382310280755237679","-4347396866701944179735326252535448283923248898162839316652704784130327423391","-8035877167331079372691386780566170610074570217732301252916194661076083030949","-7174798760869922467567535518864212520362536280283273772535348509984111905245","-15741042471096122309666883786413037669656265947886873250427370460726976082710","-7028506871363592694613394862603919370219430456248161149931771729283107174199","-10771469271248860083139717803004059583330030345157628828037644550655514271213","-1646523937258166267788497051802037869401758057065967029553119359204296246361","15752757756442438492836337785346643288743796199543289580601991580660802374125","-12431736078746241361369247654090890846074402455533172020711215065462168322742","-10758612033653856148496359254869255143574372915754487876128114558362530942609","-5438504982456513623080662103066969461088141748117541620615397197733685551061","-10985208095099675021228109253814958319892075918351042463254347028962339944923","-17097278049513194941047512432442181953928847956643931710096654794794275533898","-19748878684579297072875634565127611606476105838242274259971329987333405550981","-16096978563971572429028654183684785770632981558166182167468304588246853430787","-17406281766878562739642924704684343459829105193601830657328553069181279754389","-9965711895012229420590829841782853384106487727747154680306648852037955859469","-11528200734298961314238905321439050717216217771175693547412664233224665974484","-3117580898491677829708687425410466129528969159456287910076327390937366273954","18869004870295695898319242994193069457807490269173926065679260406831684318235","-14046574130799056850474450586708755688962003363559691046050560873360855396637","20484431450101426054320021804999912140114125765020360003205792589464607692154","-20345722718643294062436808729032393442987315406021835200341516822166950053826","12159968149104864379099675796317008216405765573878695521527796520224020444735","-4032384857978636928646507037308639907738372805388795012369243808550261237195","-7381158962585200440808965643850360028399906568895952368506483925336331358852","-13863378593784211166081093574034203242281167936309635072341137971151210309650","9339244256063446802939618320038800751873755222074401357817197552704021762771","-467190069829731504162921031178114609047553649937076142881676171831775977543","1539708243682667466048389483509566471324576562875004808115854525034835901742","20905107630716023466751903146821636908330482773050403348849608434493915161751","4805466937517157243074743188025618165125012766121394465397395148171580035417","-17385728766027474132968642145610957299258927481979603710911371838111728035164","-66930921469921931942063069173381804390213419476611863124928185900459934547","-11701995497091344211613692112254305039687467491893701159707980585425166333888","12366495359677978292003119374878416562829286423354319605944878246084516712589","-13702056006949558938651115216067629992304163028257342656034225101923562456101","12925533380406577189868444536607698613336012351127641040213639824726002978714","-21043663521277553276539132104374972554652673971775817945372497408042849227252","13416525812939489605245559005447369483703440361731138196358786328561766789523","-5636806346746744460077950510461677591910471846212417503384084173628241094679","14537257472001808724747469367054648028638865767379284970074887723825881737167","-4984227317720611962070175813275377218899418786287903247447149376251231742984","15734122374296558580571194454293312583065913296060299842700763756888056871527","-7821217041812546308924080836834473160297750111585788010187100360393592271275","13838065760151507979733121045916883286113402717396926369552259779854591474231","-8667861448325722604838548909531402791632047928457591883067514963372615178007","3370817477597401066611576840444516016529134150931683406506513738405913654663","-306668020792040519068314428519216864501011585700884700361171801078459287533","807519877840354011339167958341248365204385273530504274292214517524986630803","-15224883277528069579345768047341974090276306646377790359173843174697225772166","3429334030614503620118284257791542727501865418987495893900538223203596632899","-18365261742216775491472678431933639050913880922541442498612609976971361926100","17884179196614417123031678709265162987870450315046512651339971281718549856384","-16071863464397351343089589098903434468973015491571122341745824757147887496285","9412524109975278746889039255530507119262770594260999909512214621114782181503","-12515823862725813019825518328668662764697140335388042298707840090853927136240","15312009739404257220006321596038982327633588606630926707951119781235192881349","-6931744490783544696227584158015231741905649830627207538804757058935055479430","4147820849131262725809665186649704827097158530378056244265369301831501875513","-2177761294708411607480811436987375199784935482481656126413981987414582700505","16095599483502751641063981523268262296872963002973224865104436624619912817207","-13167183301509227620977222227676625820211448875922343760101253170110854877242","15263509165283302237309805891641054081383601003939337946395536431103989761239","-4880794247969119787834059400561363900541061192940122960771336422824366999476","11620176504249012308009410897803954620824858309642777347601251114598374605670"],["0","-11239908501755303492504911058375357477903214151564990618379818589065583612179","-10484136903229930971194616003584070349366363954004161178783102972895132960396","-6048479019757309831248653334379886577601099419389995336142218965137212390575","-11621750957162496421497294208227720196001833179004916383056271551291011011533","-7066014257144748899646206433799934370252566499265298150277366456081449475716","-10462451527077631576800192938576849454938913345766852914011322208854399242080","-19644721652762538126865480192524238261243672216448551269840249666064879711418","5336558888186351251087719417593207940821793822708269343043738501504350685629","1885622471014415959397459909224227719936632898645185518660978167419240713146","10463821634740590937321777509420488114930325992480902009138798429978663244064","7869717760383169379319290391307686124194816788287350185584795860784147857774","18814086100646339363193031329313840488916326592963276164853817083608587267469","16594596318366653804810425147585000463431285830518213179075625199982914230749","2258616632020582087965056115007696772558652327969306086738325216886499521235","-6333647894685510688739509970405140078310916456215909836812224829945647708514","7408850086913647847645549848505885837742574962469993024311475342991923390987","-1737968706819946379945508975912228147361783149134911868531700244219552829045","19696181824066791838533617523743862902959341250035645542025264930848358359752","12984189320903117181184991890766310228852137727529670258755622986257804093518","15035211286914038947875708104310957658990142409434644436594500521941804700428","-21832561992298471632273888103992157163406573964348167870720404516563928317169","12069226539399870204690413848042591171317058206335859817816067843281292666009","15341205253420534688631461482216617580907497085308851071026327497417296361766","5254779507566398080512079842702383560579897406529337319079471237739611195259","-2231353812435710553320164427860800916845218435056492920280178412585196917204","-21255680515298105501864475353965196273905457612494777906085097283417031333339","-15484197707953614614495925124276566608601036326030975562845979462146825818417","18668062109097031281846131328942599032033878155828726495457313678593920222257","-19246090693659361572955987842433587576957797341125751731972480319008823422713","12593850956706518017693415432210174585766923316518903794802503419370612692612","12296781844122936186341231127114798275108696514699803819391938267613990896523","15869844246342558488096284476280561137602984902554999316143230996317999389187","11200888757810769800677323984934857091279404561545264101383755683997604765104","15086763089562474597246925493870765335859196935436840824810911297802170017245","-7043195948424557620663319316062298258882277925064218610571668627878465766266","-17633533678302803432797181122898975804326915086939199128589689080955011656639","-9119233006894517530806112848508718068193731110347510302769662143881428272400","14272821132107433424184773545027451176220405173788171354649214673271881149801","13001607914800868895718061712975311213128360188643252321680071586781850785855","15609718692865932918902763943834362016491840869823427015621467679171489468645","6082634073104053811914146293724918697805856217253412792282975684308763288913","9849003596410270760086020348811699412198802707531721033147250100326299311978","-13161779014973560312001181135928444537519540889382157618090125368687557223451","-7522733757890039929957715747696295075378716383623581365542557738175838349641","-8741609970504517303875147190660096895588091852423546431363864706565867232217","8909336064201007031065938331140597245393005110613997161788839449147337470195","9038100166256460839155238046274894063210802146316371668439051735122421815377","12106563585870061526686426230365084753318927189936056708222213833001156767525","20633447111902241419109814908382427362958931196038337249411579424945730453397","6224752274518046759666138219225386205818505273740065048010865321717507833653","16288151214825225549767811968184409342091996516789867495427726605778658039519","21096290713868595207169450873140734433932538931542488155724086271834748133406","-17524044338367011779993720981133539855383054872966356885032695111697354530639","18317958082025009221410618443939537253598462485791289162207232108133188821911","17411769122374294529217831099770099527254853995332907540302982555373892946313","16244105177950189962756429668610565573002775229953299384203397066165531713818","4190124373538687247215608441423071818810719245066047732183252195416609527098","2082835759831137146091600135495653043492286457548260954353183158959024393599","-6342829693560595665606496914277717251534634209248686754326094421012767183658","-21731383294312833123199558086207591472074068093948755808034041487691002433815","-7571350919512135141480419195914749574529235131321981922548633310054082104284","18943635509418392845899162025162265629091951524257218632055422968329265800284","-3135203582935345383762825592634576873371895661314507466209428562460112226898","-20492543630106871560575709464543385941154082223115926226029878465247072078379","-10204063860100226750526274607577983106215062782404340233882337159084196872009","-5505776749727166303882322413651550299429813888210415800563940554733753809508","-8194621537904237430715281231500417885116844731694570114100496297181170046265","455178653507729540958255635917385126876655644356258562005443342965994379918","19874499002783302516526339238790392064597932530735680446189613820133421454950","16077124764685580502857872814444301133393626386390914727429973119834851322016","-4854682351040116137772011461705245512612446520366847659459147323300672615398","10103775821522156661084450011035347253512024032725904393992298305475483713527","-19453794892342488701394665678536242410272292875339979098922895576667122675311","21117343080881369005430849231968968308655703072489695975474207195752881843935","-10442368195487212208986361621320779641984495630116688283770458466208372807991","16247052574641660665325452149395268010708966718165138992670103354939076663798","-14290984507018015464481545412415551900979945509106569471468882672571424244174","19240968637449513904705132712208303287932935514093547357854316580875370279409","-7975273261963247321625461686345174098707444144226826304701038275505939654658","9110619140744824152930328951008064873967744177977898289817854409125559448486","-15882975486483380690343466376447167170106611475761103329344096470196903307361","20193758705609903126528130725778643474322727738402827158766552605923519864564","-1486752693648057593435913353679772799911827188981548539826384585895332033519","6890557384941507457671552415873025408913679099821495888213532693970504983299","-21655341392009823929528926425762776964979049599023320466499366145815514842203","7371497582439006827841958789848570683352628084063133060720573539156542716407","-15637090053707889384910973763689570063342986610201825192220117090094414336474","14493722097821215682674268481860805803910554844775336739636038734254605465464","-1681565333568629644971959355972850260808543064554488257218873489863178372399","10588007711036129627947808758972445157019414713646345818589329112529198991940","-8899849242532284779063145983519133241982357967478127254205989676839659325011","6461953851106000537807322536135878309341902067083043341661473141713527692349","-5412396844222675509991419334086798598017842268614055341954870132022536841794","1649399578788162569134033598432936829710837823385447838774143221222667619807","-9214180396353745791860027838469791663244550448981556498820942083631183433855","20876092259365038687700450214844433536010670489239967166434146358692955131825","-17958608989612582899743398268190624421204965097566312625266877891647064996777","19959988628535182581682443598204025793822544639343881635682403374214800227064","-3050537927881562817421990566433304048983233120970320772051406825014186788628","17648448741910581542297026093355832186355510692843669635789639590708833977332"],["0","18386124012344991186686980826016111074380626096349468851940081779661507416525","13020938293744515962597342348500485106424233437827130325703032162333633577816","-10110109780301486870307019607308844711251043716653550752756751220293148579966","3613943069703206845820575272245328395240907304592192921648925158498308495513","19715716922161292338262521070896827546966672856609213335239781938801268626160","20980895098666741006847261774343231482571081797609987166850441088488335021069","-14960836934882817469486859954569659970421083592260420601678659326736557924936","16239373652001294953730401201658823079460904322635471983122938725397473642277","-8380823460712765912431606017447643187068674534090334567258965861537973850153","20910536275462442633369270735685727308122296474027392234227620492909815792089","21122923837619126385340809224163250945888793018951623006453669960919210849767","4178990387703922166407726145126607012230166142498902464454388293025065961747","1649828185346214955686258719508985653412901990640963574585895183964892216717","1263993452150552576717419120651324149288785684139695289427035797621697820127","-21788049551720302942582912627897252876936921360207454227417437811304996487688","-20827591102913478526049267867056267661089415524122862566245459445179836732891","-8991868190901916270046821638875672457756613575421924070755681436721918986968","10466702688172917691807060660871700916077776016773383632015411805502676845820","17152351385247774031683599422010804864000317092315710848986868467974387848142","7255552102645027138667561250196816350296116512210114261685805112381985029294","-17861481977235649740021094084687628421754432498321586259851854781080277934514","5863970702726309590808737397861111418418086068207503210473421859355356708467","-9199206440939284956382764775007328060765547918949470297864718950677068756975","-7880540688069358039326481756817080872046134862312973934068317965683812543867","-19221271793553788650677073970424497814532100697099205966961121554447359579750","-7864650184089631690987265883467596203071481450514422008784440849586233433731","-2424708496976924147726651957545263312796257624361533732502455394912316348639","-19797259448404101819984187960126671434800343837785107133738561681126792668455","-16093825179407619998547948816478637306079464148384337846950482923279896174349","9214386210924602541833137151322231362069318348746258531272379055732367491960","-17566502110471020859882756727907121297435075791172401986856808227215923299156","5756856448972350381193941101955447873361471381643247351045175033920408799694","4011898021631317123050314984958030397603258667430948497773709488763960972777","890741045898247149073032422404608425475967078882260752747318847921368011551","-18860554349198624250062383016106990405356859748626079363418848590998459388416","-6743467643093051551217975287154465354995194454268991423288169009031222650242","-19263452081077579199094328485178615273736260394239414710291638066476270026440","9399551861039464258469821236692723711722560944987279578373012975110723149119","13671129070488786183456298886677055212061203981361705098329604357195527461938","11732787225191518569830165162904629239233298108758387093542654485379629988613","12257705319918380545843801602299320266998966608832935547078951183995689246679","12687352827358212991776203732641688492997166223736213271131119641285951271004","-657204449003089071553166581272309117405464573978174476310250008284693565705","-14614068841085347400160322129413092290004715125601895771452112202436248372044","-745616975122317826805182782363175826023251175307786472549514878763976057735","10972999200832140513593065829351359451345370597826125058644320913817001862245","5594530735991321449276207374296888907200562746437127683940440230990245705873","4026369168381062959643889984353829867823017438721922167140798828403301964774","-17711090433057092699277102816763268212903953980068627595660048732777954483182","4442477052476480731951728436113751904572490685623755340322967956079827020185","13327003101016982708841520777279156557875912915883809475201187225503993320883","8212960183262529023222050861519881098522222512971130487881078093208647525747","-9173281903522412904223923625687984536075764883513518500712674177101681285926","-16356515161372700329923338293737684720421418232369817383464560364502069687993","-16000012464532102924491426979842817693583834588031522909597283287515403837204","-1186890008411786687605595137784577710989696590466223093639187984277014517181","-3311789201932190646552941007357525652784900335505856335629499321599427844477","18073057614955207133368003903254260758345572540888361592377981644094430238915","14977172822882342631754139253205779775769764538168870763854051904275327107354","11374091233911777569683290390975452157816302927588043183178245531908224835767","-21010030245156714156814625656471462804131629063811329410539489994888988314367","21319536468733103390183236613287550265802913025268397910998784931780733995164","5790719775966566383976183576236815529700917245183936045272210577357964439929","4468837004996678979144035532269087943566488519038459216394908127465606259614","-11860826388575036221135727368801874078377084619655944925769541993745936153168","-5711560246516168762751146467348471241544934231873763188250937695762995970461","-7536539088153422093180687785630428870739019147057464268208729443681721471962","20489073930230698754671505839284046974845807005124840766810909858956796525605","14182634565237371162745195708366471457829627263576159172350628845008364394516","8700851781649635428464430320734306340285320992611444362908521816092179436921","-10130297214486470615113634892461445835801677070791668042189520498331342338460","9375519287711527637371809002932947788231867864850696789851248314182142209806","-1435337977975091980329724667763657689407214829371456951441954314504333185175","5909773047058535646239035408191643639307358331766025082108883972214713149228","-948570460366276112987115064792672809195841081633859772150911054081140116889","8405911786468987476441279526836788095136527709483393239911413117215809264939","-6197603316851530902605117573355692088644537563662340217561740194748994716068","15625234807878655676334403852353740195849522960135588598303850041987693467677","-3407054562838835121478845630744571440939085026669989259326459181170586117396","17292759029206866593002390102512795806959097281673104687277063098595499158970","-2952651116266396888680187673688607655909314962988160960353674446122738658987","15027837540600770156303656397318282433155934933951344067437814331672418458903","-987725154946895742124469994963439601934721079350409261562567740432499586595","11475907068171465380364172197005914020540346149255061905420460697110206320829","-16292499624355774395788090798868165226794291136612135411213281854280313490857","18808276871006275630708794231504466974173345351281140365723866087417210235918","-20434008539137500566654739212487263138752607582013684517616842612614280364523","20399432510303764658304964734138957873081720199623801806088518024415791715184","-9280901406154084211242156429527732273567693232346885454740090047184010479872","10068608629440933599757371818563730240910193302954266938676791927810817687514","-19194010957726360626730284643156629930753928829420959651486692699253108179568","4247865513573283608856543763632525329324098676034392346459120081635015468870","-19716981215974113181498760178730980111900999557165342238558525130040148535881","18841503373447519833760532429737069953926858914229436811532878901767494612930","-5465422536181995318057925891186920660049654743383685374145958673651319252921","18289997789526695175016761304642504391162204417778892758422954932630520424328","-11879773543686566601007648291633098072033410843340804350878105434248707799425","19154478887558535961794240863555340907388269671558887594765592389083310407150","-1558490222702442455730587396758645740121317920849528777770874688922014999452","14602741021478845609063628393146865259222541258874707038293891571846036263709"],["0","-6912076696370297438604128130081244764804746652762958214849118105838418061183","-11366293087139224714089723914041398171982437019790456728569864666010533383985","-2957858192059727269367017627052951955235422345274895515458502867578733983759","7463842386652455506621508337004545320514874843852095302763862216531041278058","19266456553650965456893011763808298636731174293042002881238517374004001880439","4695743949868717170239261396329896475276486770289776631819451621505819828713","-21278700247816322443096622027276999987107891632741597803133209289161822496941","700774433456982828051894278271518490363608205792442405559090353143507137298","5589167926030627721287711202633966659137728147824046228007791483150508899810","7937470573167842690939536346982418616153376904967721230288187155322527432302","-6980277601510222295851294814256388440694050461139371260840319874007726935126","-21539961307848880303073064698170366952455969238811295477155667608816890876343","-17050342032838449107302230384033124375506488450488737510868927294479864403239","-8282343942825430884443509954612140109069830301086121537986055344910866337104","-6972318372467467877095106793287466317705989013074907640011991277265965103372","14362443730002068505165328969052445188615038911285740746482634830465831383763","-10052275079834703426583921318824251519962283724716784987218085142773625023195","675379997454255922715752620213153385486026522602465442194533422243515054145","15411913908927934186333012002198477510242790181291985070716460349038731191619","9169019891424733435522689370762104608446119643546902584493509026708289638475","-6024642391513306963329757154222791833452902106171550698736226748825251745270","-1018020801426927349266310584640227865316723085232295115083259944151778492570","-8825065096384637835693407746113242329404278632970955192577309771272276633435","-8109878297212745453981413495739515941672528368074235196524102448803283239293","-17013482155509745233024076249199241273576359279537369892217933544769425492126","-6769298326799716358569915578369991228714099205600333223367346287249536192819","-10909184249689133134916732333216959599617863644231506061704941319150371637537","-14471276961580903545023080086662731199247570309833955838927684122287305333245","-16015336892471577951369645314656394597985349813776467598408635407602072765389","6584978242876955447170702461973534760965278862885431197744200137764150608578","17061073637637905046493995379096513196162259927905008440856710755177274446066","3638045121651018604839725223033410523394578130427398609870714567681873526454","15827057689761018757463538661202581990073078754725260669284317076755041520571","1482586126318184078914142064565733107608367357082824900300830211794121714757","-2717817797911531528262305103097134434774130403010535718881269462774293155706","16206558125240430442367261483723372860755649828767609820280327356979830400504","21269506055893409044843102577429188545425265932835331468800327772646365529017","11124734136597481027989403317037808827871196018407739146178118053151795129030","16330011880315101246992487772331193567694370587712942455994771652349187406007","14992296136228235213381051688189185452873410987519432541561960848786486830995","-15417902407308891009072425426819540867089163177748332326219013122359668800058","-4946693209022402324689386758913611541628055078508988902182911893093433336476","-11222222780456435255850539176320376915110262399830080371876037079265099433931","-1526567209751587502572855164105454916504550589145581953561326947711778033061","-21051217859123672408042410021638046377720925089740574135804271483322255259960","-3728576730795800251904598162894676530293194342990734375135390943994320470575","-17786677188960199240000721165506758198435337818220987849338078179403620326913","-9804527969076900981023776438670738057691222688164359081978558395976004737892","-4548439607680443366831800661625789107429371067178335666559908578071537810113","13052701278353168152237316022164545120901070613548216436524090577643115512999","10856098547447382790512077371784402862029568297183855164534587049355398785751","9759419966770721192559819160065406147401142894287452451069605882533925595018","13066525549256877430522557301367164535442480599734689366942551566154863122316","15609131829444953411012375723605459280584687547697649959748640855371278120477","13426693131600021309617529737269849866172341650634339821733422992849645142806","2815675209937305193371915545485670184362072469758763695805450952589865090452","-16544583012060170705580136404016746930791173503311010540183637344231524304059","6641465801266923854283153550045707932434539630435205378871182993661570277195","16824395787316658231277362689567184638178933041262346087991588245094947752313","18539036843428806173864906376981156123402675429046370150221745511836337368060","-10879198643503403047566256272190546259237676380320613436309075647549830053131","-9765789485908415161055530354310022051626668823712697992097257865430335887519","-14394874471280255755591827859447993231311900590419033289180748475314838621625","-21604707929144578455863994331223821517246705280320973047540583698558756955575","-15915527219078391337814677602052753972547513319081448834497278248571555679257","-449218866701503906134820247990191109540141075969966285984912668584458097295","-6394751303111299685412764674549355393629321400243264519329654403063022975595","-15267790331883370640049973830536040137315473232312528770924480600200547909301","-6796608442421606947184475254929365630732069592375576951223637631918650247884","933220422590246133957057178232292836553833546994117081010525768406472980249","-11277735358875320730085521889288103732741979330035219507844374932384077224820","1637606708983640490802007509003487990193042246621796277938692778311201463717","-16142014472375714918855342334759748297251603061806462838833987884010587254766","16943178990153404566130750069749864254555646759106969925905275050979777641904","-6139634628103377677921856875844453391602119936891510607879197639906074266460","12109503001459262586657238177427315848741484143232752704319085300375865882411","-13325645998926582418647236774603921782352574750314346057888615007766778547822","14684967237251605724733811271278222760819160427046671651765952973772309220392","-20525184104062428787942610921014407600426700562627815751699377760404641425142","10692124957958752873129271700096805563705077142219159165417924243359125912309","-1338428619891777774046248393207973841908247359249055619019231469747133829412","13068748604979335626423662316620968188109990138683736937154445175965374005411","-7370030919298629758819305718927565718228933289127350912859616595107423089003","15295348389844029939066683091528660028335895217743876268130432732624812356804","-21138408737491168224140210176394058312062699585786221734694776591345371038201","9457995348174883432428031561095354909600577759134302940848229812712135499407","-14636061595497560784342190976545793091093916948996844290609172629626346694482","4476846691928243182878769491337844394994903054446090801364788381464782563794","-9481866676345701808687423071523307057065661909973854293089266527068067732668","15112495677289393524132191740531188614694061685704663522402482672648883345530","-10268909552430570378971148893504760496936210845773256454770015374632229660751","6792855692585589717967011483934097040776903310239321832667466314068526462337","-14459116059463194369908635939494132764333722115536331900699571278322123702149","5685282869878655616923090628204311106423803499002045126614421443282473019655","-19961494586708325123758432608360257540861221945737383825676910503898643830529","16047394104993504923065895099230827107403550910915681546185285896933209975880","-8203316521501767974183391398342069798922221134005848970177518032089949064148","5275493857774795333964744995487367025521864754127151443244641298111902750477","-546830429414467117685825660807380418768445345331855395328931153258092383729","92521095846007086205239313693447960852087675463222472177923445732076813589"],["0","-5969520783228893242430837930524711387785917563749827547958402826127757376841","-16507177168037318179727128376369970503085604413260192234436003249619219809491","-15438973312394810890909350370214893195211592465428853771829602566510152700973","861886943341431192573538343256499218800570454759486977694938821546284785248","17530882997830006894134453843396764834003139551796124704207707277403080245727","5498785067823749440528994766628402681363710111563634144864970357087674402361","-1392895039503149528279848043116717965801358892175214342437232384206329674258","15159596571261124991769380485464980508821517377246707236252981182940603285351","-4953044467110864683433708014274633340473808669089383906999602604017567803999","-7116703579584961542841363460183798846245426646846913826404736385625682274554","-460170031756867642086944566896684391911897487140637134843188674061840244404","-19921644566522995634493091897481564915741025223439590095421092588022330039186","-21762184492416353225581716259172506516097732327550929724938888075933300907048","-454319353174430030914657252328429404855125026539176633929818568689220984398","-2128869068551396310626113247797897856276061825214731552464872570473311317897","-13371398421972356718502933238107780454375710857824787654376299713104773663751","-19911731335597373781588699797459387955312670361085789844107686034462608913715","21676522244352945074047018948882782817156761490584625526569430616778828454122","-4693350848528957101914047113806274013522889077582346370522009408831452738230","19707583680297197561710034256296086042455888319596265512278172002979688113920","-8035298650301125206128840076485765433315312076680127532290690857791935522254","-653579120184568392373084576721264422521660396674518560105191238023553657473","-14526947012743595222215267136219269971112090004181501606117153631292987347800","-20813820399019974430226327249833102657237909338834092815142146091442306722821","-6712806175744466633150991695755933012900273518799125725771824747278293862867","-1551144254419711998257681293243291915128553887305334139085736148832206514829","-5514665147528487090496257275904497625043286331619661621008485922438855322639","-8780530845686221875480788483904221627543250505066167087747376563255052021628","-13659975118074199257001081706653829483733637298916008131684955964493082541024","4864378266802982253351111457283391756868887317954728284506318194996497588372","7976314121660563164140292884373676959824116958065994134830227252945597565642","8548559338699667907091373791732815006862714449656142185621535900324221240974","1606472704577324008097910701825810796171325688623795602178457120401167967470","17434020249499607865703775313799526052092772037784601035408718045818124016973","-21340248430162027469713629323148987262247733815475579227133576100152435888333","-9150251946726621180988843946565757157466983056429891858798594589619519340539","-11392143454437675174871180110068517894981756201229001897283948224405824425762","-11510082976755380148356418307823115988761105513440168672064165858880151407136","-13445679816137705595713804751372948281538150340060522797154188474295554552949","12582366187740823247852879438260078546454935001085336207904784692432093984886","-8610903354354514425985555640963880710940168455006439346279703083378924074008","8550119925814568528220197851687887224512548241037379483326705044468715732127","-10821079451088361926498392873135714157040339749039139913385740336380010250912","-12884712463776110208726738179367092175611817844485476256186770260869159883167","-10376525618598931618818285147808124350247387786398669519266882861562104431241","8480358774077181799923782662677641446178173213553691083692127905488232172865","13194048026639937563749504230848804763284813578159295898079640565822997809791","7730278976372337970626424341964954604136402128792848030177038993884749064757","-20653448835888902931347799286132979365376895987950355335232049794258881153453","20340093764018081840495218445649000264095876821889125492858031049374401797314","18241559662971844730581395744880093741429187819589075030699479828186485623250","14396988806968543258821813226864104681989852957798888393032602752465008040599","1463705425028446386027399652869414306206212244811902979458966041176943969651","8966204508100096387738951449409999949596299496675176752026273947505039572877","-11910326023392398371426113804787281198845619371844370664684618197120660673811","9580715775556814045214811470730313418145265713464636996683675725109339105842","4280522947978287555440302814383298059827389843606639536304973536483465884474","18873831252091561168753142543024326738486725983120750729413924341256067543575","-16182087991886172041712918103646070168040431819649647739793707232740375234748","-34633867198306411026308749875158163490331130620419576130175031701448293854","-20150194355620769671236079821839262016387059582680424995857983021641522457311","-17306839911119407001756578455743277073395184781986273641097597006024113126902","-5360502815744331232618792726720577321374994561668257667304862664973099181130","2601674122384078335241463696382196877586577096819957794017105352606469068857","-15125951784290023566888848016407542631956686327899870752899680859573071789924","-21674963335061959660894349497080538077440704876701945490449459510521902899658","-9302603784671829890849809635475559528441886976374385683457043736619812058202","-14008015158386771898941958358682979806511440997797270739364939096735373250261","-15060917977602943460584210763001958408415106482006792962141870126286223941285","9863545139512600643106310712802797316977766690187257555256276515401337208177","-11497796219488853852349072739901731064624196333183515338458176646365127605405","21156250161340647599312351018584138749963288509200335799373190851196124497423","-17859191080079251537716614932082381765816407921798215849544881393341390419960","7086483410385002125691607473400150589764819996988797150834892800658796257676","-17950232451696132005924860630457535129632423234299076549725839504053182708","20297444289682253697624507304720805145403296686115545538655533960274865794142","-2915947464364702166933664150571155362319372158202728603688980835560160287611","10460125434874459870196311464183546215220985227420470347492257207103596430059","-19926784032257009244375183297116589145064068128248539326652705088340999549882","1308326235490453196837643368223197431893991701968409938936221963855526689752","-8033709842285598328062702092714776181580372606311930897878472756281733191440","4667155905443968786334708517938170251764318388585643051723732268197281968551","-7154895255510449918602481355573540114314447402202196735240696015445271368212","10112193584503384121711843428988782632084812110374470417499503904080414099083","-5645169694048201877420910559356296872400780254409183186762899630108244838080","3255384828512091666894685160547123058341630884736603447399972117305920230161","-1127893211738266088285692331230403267078140625422401654174369308763142564054","13400661064553297471058222949574624627931876535103826505761925258039622176321","-4938800711819561164410647867649349512416433614876866894668719820431590704495","21119878811845401234005325634762782341966491470603031061199401707166273672661","-17950646188921225848404184975003768776502230206718329973484963157512954693328","7411240471504303771886359192144723728180444680082520889940051205443089493312","-11003436486911983485963531110169266888242924666352653344017085902706530592715","10091956299268292888582064273427841987517124736362851652064889866566861646207","-17804546452570426267138165374137212805518614283726580441453777961965141476349","525002370909015153041211807754450670868605571630263226091051293073622220531","-17085142650274264317751278179425192381781519888566993411896420276102294155292","7391877462307308586618616991262626210865534046092248125577277819312819883307","-426922879714746879077386222854287937494859022389414006906132771331522640362","18732513288845298631160221242316070191996648652160271783789757319693941781618"],["0","-1683710990141482709403569672712098083734489569262771872686170410315801374909","-10723440991296425091413736633778715685831348003595587378001885868006609534753","-17622755968306974694508323422838263171561919743071239551080770698845513234912","11707695161817612469196945769182596965641449278858036343256224723934799870392","3645108818866816730187557317661916783510014557950914567916523559304935950164","8909632206002851248625079681339641511753040081333764856546057478929630347718","13718749855873686980308533567392184659167483210992149185661628417065437878194","17167540056781993693701251949956027196093037756033737601996964844020247618516","18923267260019190803757857095720402661475270473437554393532329134937843852191","2486169252989874338284886877321173270407279323196418083434142632061858796759","-15834746910802467670896974501006155357240408368472926122240661613774101964804","-16142870656494687057564674802518361025330471323396990193502623219474242391518","-18505203623166033135212381964229151687616678466224725459320358437825788524349","19959701435049199559598090877735625820244069411642254137721740589427393246723","-12491483856289868328334802237034989301910732859400490343073903565405228406742","12624746834463530375337243162272731252058621116177480412515339809709830769333","21269503837521276352882392731053572449732114775902576235639642579794204416209","12915655347307163195738372117993907347510616082871542014502096591537714313037","12802488628020217855793355320073778037678317457337217109687402058122472385213","15952550075975781414929465083176923937157480297267280801422389085481483079400","-16240973355346029171709016120447030799752521302538261696365192066427478931180","-498052190632306859799857743579526808206711674375913752231287427957399804111","-12700043303307818744209496707916572944668239328973702395387185244296739921232","-5106734104420389930559546188480276000575942828590883868513772122679280813429","-1830960745953344172268541494159143312446738301586299831027781820357826549063","14125043424093465961920234105733832094328353175000620100018691034901247627","318817052832609232829430358124741434464800006392166316176577482691618425284","14429486070162211023681809507504536005349063083944528628156105620905916629367","-16601691615615816500612056409472868233652148563426329404535997523414984232577","8745595423791649860852481949328529685214927571743182422024021107059202189794","-1004091883392780943355946030033816204926496075228247419444839927442652739951","20532390268178298807820210107826127292096657245576398808227313478298610376973","17521278532151070741870398025618353162295006578598021904694402762387262723373","16781424496790785634584796490161529440167467149236233894424282320118132904137","-4314393169082850075338028331526300054080761649758883019335362847975137005865","12629837902809885272504827461827565132029558997841622570891623573582424769214","3626965484207328161591725805258218916371666963894072840137353662412271774896","21651683794596390054350189663677153957979176337175207105221546187624611010420","16829791996240379100797969368737717362708402217489192835313287694532812004729","11939933067802254166317012108681842939349970360027258047572240397693017322339","20753130389104908665825399972043834671116271426596042276585139901294267498665","9210430808207461918796521718092198764067613363914866137574587417857699494597","-7848860386360701485223169687973197373032852914104496114014999441790557421291","-15699616971946920772238375508034304072639551721889731884914946371063360578159","-8842757993135631636344431791037872222099104759954220937500298339806567337037","6704012972094733351993750551940205972215055173292435154105658309445101214380","18129600495068966577478312959919851655351780540538366930484715495915824936873","2162220692462882210086953204161520075016591675878555225403622927303501126559","514178258499026090397714032684757764811018994099027791634038035297247291567","13186882523773279509846906553532298916763498297315763286232851964444247292785","6916246810244638585851467456106102292961328050458123259008569745716870279718","5676910495956664686385503689247464531080187514176089363821411916694080036312","-14128319879327852755338385515782630101177037047440172056275461170169780111709","4021213610102353676818992895283794532864791753600548865643744478573936793677","20641390268563244678694272216867011447430061054358467366295158626472249077512","10191689804456393731365536272052874605665989228536709668845170396934058745900","-4374610181441308009562135347449303651743149397201330715405985426590612636715","14774952054196192042858058086112920018332608421706593235029199564911406191283","-795830228616459337469289881473348853209777321953071230549764624586758257941","2341949381254334437394179833452002636797565958060879775956410826874607039607","6021360647125416627087584235917729327256838889491464964162973553028332611370","4862607041776602581968314973389713523799002869207098854017523113110608918249","-15258213455784144170851198433738997213272798630016040561600981675986833886428","4124694783750947960968753948749255928540483423547296897051803639199623536002","-7762740337517530736487387708424143250192299495404319763907368034335921024368","-3150891952259479471526918481844203993735796375578559059519893260979476204050","-7732554730894788802052489890366099493158884877497275115918296251256432367022","-12221035426319549006340652957474995622146054514278710413639359530490963008968","-7467602450169773557965971022897572656034929160942691229375969821944382378576","4322580440108624955254947677861036484530549535451713156714707196120280699571","-8188063945518164823223018488007548025419952422491301246618757983094799378420","7824816019732367797466516107556827459099914301515918121521338570324399572552","-6151588033887995238497211216143129654582133550723027689865961813330876029685","16649806336769322080283622199695909011509836649105183621168361916925871080162","-15109394592805918906576616911426204046145214023811101948950367561244001021456","19232624397251751172060663121393070483586626468939419439280905797852470545995","-12531424756376986087677670098873472493351262199317835337666056336878927691419","19909307217676265554537129517467034269266564351894668287583903689026033478903","-758260897722845929704559838836781629162277259695254328208295835053844781733","9334166245409648241068730762934678529242333025861485422134220876738711652184","-12215347520686754648493698756981225390776466647395877911016419378090080959458","6919778095974755136952510401404486083961666765212311321237452172772844320454","-13557927724395177294404919355530609087735982133579365849935831684688349580858","11134723893293068030975159255305294518993033721418180825039615404771866870620","-467476374931264899809844352124971646509552758661590981134628900486691857870","16434191102124850616866209924332685174337531882925320541417852020605046184498","-13972484687476194670184194073340572332763671111051831103623611183281029527972","6179945893908684924970405109497613690740099722168197103342859096961725539378","-19701910718848084981224106289607656492881042975785035566369528773595316697288","12058574714258105098737209568857847646602801420257295145807960630942064508648","-5401657591899852809394224608518997843333631593384928758185799066212790558882","2742281227979534289527971752166717765897529269085758966562295972481759496987","-10056002772760143118507636229534777344235407015121538284450971516373797646361","18060506113810631479059542855919706227785305589980891648490096108823592832467","-5059953884328030455045738804897136173353830896873935446070314250347628009662","6248370954140951970401995610037302252900559228355760006542039046373433602362","-17728633544505014180397381722516608396858234463711925514704436814472322669570","10195034603155396312207557120164303334466079240208018767323121063701284894472","-907906326417619060794393763121853723548299116385553581655796123424650055372","4578576124907333839540839977640926779125874351478089555717576055945749293141"],["0","-16623981927979196371326384110321981079910150177531165324301903921309954146980","-15838352424197687226064798787868626524616576984550811881276991055476686112885","-10585861948808381722458799552162924102183025082735239668031235667281894777213","17350728636632384232402752955908937127448696913388767469974545872352727855534","12477176334984892906958340840763602591659695462909285927340715144893347737099","12528300250582182943982939194152584099288786088901219390164214622116824363715","-6661353046919736472247617993374996017589245978339251241418905851596566297989","2531619220696470864556306474847953587985896912844680672198451993312785777327","13011041195366900931527010329097925067649858582162838986530164263823749073948","21548287971650625937498500886175346617103315709599618728319089941288672606851","6431055363346406044152221930236693740275825255484896953550907725689847612695","9907291768195185054388030086721256504489128593410002076287668882712693870729","19150224542739329835093388544366179653990636916434267312821541085507514579149","1131807042491760369651342525177882917106587996046708884257482470662598894294","-987418619610979514444880096956308336518032477016430557611144760994198687201","-9886279219735886650677127713425054428344454283272862594872628363768861900972","-7808658611199054497326763843252108473561313010398087935346813695858934777298","-930697708135160351199913207192324558096456920853303712777676324245784570698","-592957990340844713928322696071411447371892111740373865672641208526631608771","13997377599871226700845874490428006108719884873529811094002478868626329077344","-17803029491409343000606472565664135123625163269726788018610402192690075442576","9172885455209588543198164759781084210990991520296461022151059405771975763541","-5221235731000735783581741510072707284399582412123239034514200398775385513380","-3637813223849136673756422324189950911354102023540801939640311172998834257782","-14806280807372331544174231044770686921930905612109458993807291710411290058727","-4343233291014766137488476025961852880987726960636372298531693104874036257245","-5813681055193030275038962977972076646854071022682600277240956012509883126434","-9093770694266412706377325172436238893017213806072682963969097948838224345427","-16212853513858275325880434611807625038367286286949283752608868224649078927969","15056831450714769123257884319202260195244873430784644107274733408745095063409","21049514129916687703707557846314351359565190844278155860214397412669763634715","982919517228505195000290360488769372436257765804991964208191249330531962750","18635508976390775179771713832645235934841870138439209482864763236679658808899","1140659318848120316037655938446677283588668364785102725045975069613756574507","-9433496300748819201157089273909543294198716069184589840057743258484572874186","-5911478972199831175642207847310136840437505844757224310086474267412831494437","-2146350368844491765433205116221353756005547415087045180780746958616238041814","11098242586822040421129927841225139922836053998597269789629327204735849834888","3880304645300371392867514215204608036516632812478623482262545085490911626776","3710061705490762184285177158877644981855518189581873754930498908322480088829","-8605252567262564646001092899382163783503676166046419180221898948097553205875","1254580897158687826182955208206696072944313446281527472744815512778815271463","-13218091068530374648023514876435368015500599707765427974132587986179364434139","-2436688923152117232864684150010902586503323315981248523099887565258708089769","-20342695148216532133172649915346248967894430094224319143635024975111307078930","13955403012410527652283731832022198449847856520617820339228678001651322247215","-14457331063404030106014115487545199795845751088763021790168567359818841329649","-720625722981475009874106192634115854247659543138738581065961613866607894023","-17980338682044581904923223573015876804295447848330157746424997119786800730633","-15007903512307358679276284774086525652067298221128850968920235126449381989470","-2644877747061942807686500254781636039930768922285773725280992538267319402255","-9790803976100850689905720338683723271847516336588984339456039631228662641029","-16462637786657686562417506047449858752807811794756076074358323868867812618627","6625483621955305247205174334288307086944316537115810060308840871719680156343","-849766768796421082139399064802429912647838989345770651409830500260808880485","11344531754531778844249409820984163791224431337756668888503571942382853338981","-15283714768678240685935034557185812205345169271986689190628235758756282002945","-10121304554710121199591518533331272142880635399898708059349026332466457515009","-16807365364833064617183853583794076290615369343703521332637070249602115766090","925659406294244349202557141422876268802638201657386001129748691009579397069","-8351865084209996205972518439431846504870677534394453901221828625141530828870","2580183308069881823978467931016964691637471845484211492337869295235640918403","-15700133165481134573119219846982389088677373426877528092648826385234925001876","6658814562246820999162911115223938343704048118757177326939321659643179182906","-20472173096851043956246705803903956793198464149572141657694886118538237598072","-16356269219694153408721985822319575562813064311141053793518081922969669779197","-15343801900283205239796607321842033069641592314805963849821028064455458490174","2335621313845712786636283737117385305395589302777180581383141878060728992965","-18929618173661418666293363503514371020867760607964195730577342784551226154368","19571020812662564884030970220850255349993863170660002474569206078179337761935","-8014193231352283449075301205813375168865945248003810971902824776577325350407","8253747576520783465564461787564479370498988157276292577749215279092992271323","-17736005995692450584823447293512957636148320607117662346848139211867011301568","19322705510064414953365136497111919021831130418349895758349490885675192045071","-133183676218336893951768150756169739904942481325874412261945970676545142224","6163950201146880013197802287761175567573281110802175388947632073226978549669","-20359047570456234628975783043629429956838458510870317899421413372008375363028","8817265069938217637968848654289400653091548446008030865430428456044426796599","-9587615217204989161403403904621037164838893157918641906732912278267856925350","20898700358429564494303959914834970799156002695983186942073276038466738257342","-18319795626298907179847342801273157717272068422772619813266788994384603930208","2500973446307994081395833353854981642330351268932689842646931405149745583666","-14309602464410658626650719365791750479678707287525040223363694391733945789453","20993154052090867002996062336538738284039740387738150820966842749439552806525","-5851324895238952834525512539505096748824113161220914841735764555840086501069","5506253547937590751450713066787119448241591036960634767937142565976285076161","-14313424152003713394744235406114765486834425989338182608765004747146932459634","7823788031005440061030154196918124958045548767299392496413428106300947297999","-10093475664497502804775025303585876807401748091604356945118183137886217307164","18368435579943657934785790175796414037054112676226583050633258993180224062283","-7403996016966295697130119011334060270800164690173209331329718594385431161656","5702158653962497601114815909448162127964168144632257325632222593216577401281","-2687509337129848364763345403098899145659741332889297784369265019718070937557","10378697906072839258818026826750990224837394428423382872059206724457850005678","-4253131749242413842364339643407517318408015065667680995616310089957683430197","18748282215436557403734551913453879408523288707428110810287343262681752552713","-16105477521787767574766616352003826438776319877948917213274617209340893535901","8896914378705432308312972808029516168368693627537721864252460273967141807413","-19308591963394504934185880960840503329960743108854355165992919428221108151160","18950798163244376541191001770831401168648878044276614390685851042901614376341"],["0","-19152212512859365819465605027100115702479818850364030050742628455383880054702","-14913059948920684550486355114795984463178108208853948124465451565507023233389","-10100588820210667091785526922454522625771692084540566075167470874547396710389","8840263375067916324552487402857149197477410502442099531694841672375754545737","18995782124667178203267552001895394455021356163983416293303737746770616305938","19938231861386200147163477949444024802063032926615506777147905253340213014249","4896755946422130374716717476179448479373185788314263261917677134410500717883","3370872962993375892015708449598548236368636032811841811634139276954811447887","5792138086095636840843796919855761141876167258921135513492042230868263022546","10306008989815085005740973078626004259917178848098829596405459770013446329355","3669377298796995890892548689377111701192905182550771546765763194013366406570","11343126945047438795722235796658753831583990547091587209139830935718604651736","-2375253088460957171830319006780938928177239130225280032029183903709373585231","-4908071168437930644920922971591489054115223821996841172040953946544823029974","-20626290797230849890253953772924940010462117892594647067327397705845373995838","15602167921771012301838432505626192256263154796209799968818746981349586412667","-17273277458540471443599076961889137196671274423495117757482694271455868239286","11860407773408815567728031709003886124263946913318823233781662267443617715019","1998665934887726256860405526178845216315561918454943092609862660040654156639","9907224891475698698116965778963787455843552181248069169254868100864708202440","21802757090224325812573652125227045646165845137154828091192400433497560593788","19639076294637659689163787114949613562118579266060705281911252769355997598602","1721370208343796129766097898356865572751564097458557592118278506824312921094","14853248643996984224115915883781911166378412313482481663591381020436557080429","-7694995262040033466591251431382268609444662826492226780530905005636673941570","-15311983832744817465069289720279017266625295471853112929910404907848546332642","-18032110420261418920494077073695503314103713442631722052757062529654591841716","-6940042099336023434815874677352709486028780536017739725091724697402910279973","-15380769843678867553282827231847646506406504085926273634219180449689768054563","19654993046871909435194381030630986422822990291613099626348187147619797237101","-14231276739599184356788178195360011884753583192997696586753546630785148628917","16172270072472050199107921020220602670629714467942354676450569777290302296269","4824270090424872506382685250777393285035626070186898057020298993168214103804","5441473168957695998423116850371429609274584826066690346125462903326872711873","-6145855801908463574487483519466195450393751288395430947346211348444152783767","-12600986295156523446128966359206556900790733335965380089922153761845814288174","-19241292821227754443992616585353093551172064014558517686341707261656938911316","-16127415724017913146285764307238994208064965101708772268662399752668983576281","-1006862486297375177024767385494607363530689440445035285076066344498101471969","3330576536468224019574744798656186779830357309348787939411402610075172847037","-14412176605077809837477370535006575277883612777598585603428132780951323499598","820735943209898631219975217346784482557229698982630292462801472155907989315","-1251539228621010895156815222769784766818195638108973689084891786151502484360","-2696936923859031775369701862160092672392842379765098346146303972219400476992","-14717580444037841025992123909163952331542773000207093274090300084880471471724","3843964225745769655336084107074209481489025450505924271611799078862676466108","20127672717375968313646819820279848962334584274064446384911444961055804641640","13441822302878677206615449321541515415839286203611857283553148933704102565448","-2396621004338266357467953329792503213806258685533734025014010984299480576744","8244003535119863911565095865919064488563948125833681302379154921075315421071","19840319207913945283571638390462863075028041157159162352131038196725306491917","15267264041914556129675277873350387534458961490300814715981717757815252306151","20869681571206778734608963040417494861046346075133799974689279002480876039103","12484198692956124013324508985194596993777192129648142194495984694412110156692","2333809310373725575362187200024761114613928929939280052507540125530261193291","20177765208214959125203438796032113051443864771545254909866225872638070184689","-11576663879083218803881973554493151590219214434856715489989870745483606928115","-11107736273585103252850646609842510702963318418424213277203100014918401169463","-13575530061052972317912038368374064771865362094848145998031633179839614244245","21536312556555339685467228416701546582943109326175174988954435206910698478428","1387249603922864456038967734457727191824439110462733684961210084827356794149","21315368219102478788194383059643897042151818213754991431469666307614267585595","16345590385283575755160394055871004657145078994078945527124698441188803508651","15561104353671074228159461117385231981739323639785634754493752947281552680352","-8847865300889356778317333435950606927876100669489256530918564364172121897830","-21188061147878404519706563536681924651083274449498238877087878337016497609506","-2828930612617674560459147958909434849897903425596866306714580901616622805486","-11098320798061298951437166873932354343524728318192501505901824340146223297535","-15337396468036973119100942738587940082531560481301746341644441735852229394934","19259646996618047935719030508375490623108378884874146714665999605664095597985","-11106237518582078990172144803678501395607438217410738321878077767409111282742","15794190154528203192986278779486823047303959866637397697531991072756726819641","-19716756991738098670496891587872680020531196116428601659793478012423838003669","6523288039529730903225157049286432642538505219333384180995373460306346144208","-6971831916764995686933214159507220578248561910690356815207094906774053195141","11362048400284746297069881196692852653970320012469264084854759203808909420825","-16629806954116419621194138728278993585745457547191628971060641534682705967460","15008458800984681134122725602147182645381378878204099722539983295980536222876","-7821629750118577465461996801637262932132837606792283457236286742373751912703","9857286203212290177393923554968676191873403284684068342265133220513687116700","-16475653174319320369026305316699978042094273131661727874509969096906993501031","7040651564121151454001649000821917618110498055124562529445525568780822886701","-55691116616734230042688162195350235194742312032517117878699363397947068540","8409565549633453683699350839492272557460904903442585022919465025254002967672","-6407873381288968198756687207109933842940877535203400567869352064986603150937","18049674979543189507821269182524126516102728393509652538471062816583390752963","-2650097030387083650917336944741084784941763634005370599458706935867023751198","18189760536141410735846933810360478357362205199222334405555969213189797558181","-19890890592679155054809168017667824562203426884491563498514269298222073019974","21403955197568407315083878242756176249115627830917855581732658268023649839411","-17011158227530560127045848665410670506195465644542366940326042738472542288933","14820843203728183618673201842511492996352554095938997562089523820373099176574","-1329241183454581541975781131354271692295089196733673774846434356538711155341","12287919478410619801655903555451617877033433681897090832124738827608644113865","-5320787763276839879930033123339272076568879908517633329337179344685771036266","2761553744402587685409254739300109051696672180477068990701052577486831283163","-5017944094561435996370664922940292326070737530737271839748377219645014092465","12161224389957484273341828136254492173897906461780153259386824049699999886744","-12765421814666165489908607587961259797177799505792763223404589508466920375285","14998437102701689798237207277704020711530052028757020061069575421488751478461"],["0","-9998333163679668928680456945364434299707277565622139144650632263337848173709","7448287364631834662733529453990247207704843691760651766014314758985587050680","-21547039652330312660278966616315452541948943481371678722996791118115322090967","-15096507220335693930638037563399962415786535001549466043498556628712362520217","-18980332289398834861657167829932948643706679588846140053638763763727798490258","-10976944758884284741775498628235794892845108251599180154503599598746504998718","-3534109786998350790518610469869688499070359670634435603629202487452131955761","16220151541014135966845305834566063656618644652777746809851162341226230922328","11632052907223698424902702602016055717048799446983371685177617874035411580587","13177594152097961051608818269704530476641308676628957221831372161088722453682","-17007655773435350429275015309312963313660534049923165404652582355426837788714","-10638042110803011515207397615456873438283534240313394222217823964819910610494","-17559218317549666831854504854507037504291305979517302067869233518900017569630","1713504350184158813350915646493340762053186167526581074749052896019883773684","-13666025275867315778162478107498590048623493156142529641736692902750292624298","11399780099051491722992895529970678193955873967884449491823559750325750109201","-14311611764673548138427430802939382362164006699743714649232865899827913912812","-12189239851428535557158235784833312635995348198870605359237904988620334434818","-15657617108509151982586485967782907395481483291334798736581071911112794562759","-16835100988373563908023564915177020888859121312361032314713488430561691120661","-20040031846945115984102993734527519488312290624590446108602149999683710533101","16667799688695506128694903037620350001418226800419530670506877272040339643881","-6419362771831602421093879551686923778591538323999361157583476750325542076725","-6785436931880784558436049294296417941291286154344154178621039895763995221067","-6949275220814357758512731613772047620491077159052049758824584427613192157025","-16862264371543978790348372263149166273681405812285161832475146089918269758102","-18149359135491803900865655207989173853469734673921863521903489598947196494136","-11250486645472384658180453640992731932159223469561223623664220009831569479388","-6230733962060451424333154882113801086215737078051757537130842969138845702976","17451665101796496167110882301913165732981008086140501911164056964686035439829","-16961377227246567894434154284585932221640914992192709645663439478696515883350","9921797687466785053404844600002615935692904925411572389449181366184151367214","18381475110152794223375936323342603296403179912640713784037826737590245832741","4292466899070792843012547423863243225211095532097481875611680300113607857105","-386621209821732269593650580282654959279339893703684921628738627259112884277","-5227463180432332555694836434483314649311510485756055503801044143227884349314","-16851869024061082784472385957412107443504813686060931645543050501342782176693","-5905095395252510649746963997228802632234208884456892656489274415920976221066","-12176776791935896827730237697895521165554181780414120701058139293926386574245","17853406403265270225695128567277390727799458828649038949436990554893439997952","14160541725865045626046314876181424425485465236025627815912731322536147510966","10289373107090172878232484923874340474128601489633544019244446002953030646911","-13680359531233021499361744790210504192148065148993432972754643941453669886876","-9039624177340188214947935231781103282560187432616105508611356590779404024131","-10215453718437112818318173282030252995289161103461732990767565828505217471385","17343655723651217321582612573033306478452870792334562548800778844073156896642","5008807284411249689825607419308307850462144000593611279449789710754551972427","16141281501371332867861195322888465837822741520462847497576442095262939648915","-8643188449271450297570112539214654095111997635161866062249402700538423323411","3930608820563747823292262591053073320840232800375312668566241561726106667444","15258646908898807846688962207816988933117170415971567187878129717724254405138","6447305078123121024955586769650502884208436056880485106210708750105505488916","-21860671188482016621008608120498002075424715265646693845817946783274046746249","-17752816705907336623080911164136064360745575746236889956602215701798505722728","-543410763277442103795654014391829904166611109271342660767815168303330977434","-19645857103347126006740030675869872903994494896991461149724413489085275961052","-10345378206789203837530250508752072369998889850064666997555809888847583803933","-12049717030771567410407648273441753129314445838880320278426535788493529450368","-21532575067202463917007499210774105477381293518889815954864063962595844767212","-10840243520541773387776173443820290327234602619214433830316411431637506191903","-21337260877645019467266700731823185489608090451239664534183357693053622527681","1495189125947004147892497069516446050338380692595316434742564191617186477527","-19188760215155848706728620894732316999884207723343585085563351328016942948387","-8465621575270180901371150361347057837774674412974457742189990646418833594775","-15000311193438289454713491283278345993678115683585581462940833083543132720557","-18304513637943037372255689477199695265915471248935166357268686635669955318481","-17308783876111194589315062807492353942956697365738002965719746923332935732197","19685185706124679334744434076246488026187697241657728992408667674347892947575","-9164809442784051342936070230173498826060419871626613449196687743521823091232","6346012326599780807497811482358989871027355010146413346510463305519996907974","-17898474959454099031173756424003283992624058125348327666323707008750708354192","15179595575791845960935818990967162685550535183612837817018495787704160402285","-3960390989115004170911826802620792682924317814850133549892203977965370339098","19754748092607488522763692770327923496214819302364070922724190749110684171169","-21265402178555262777777811049174297067569027860861776985593457854047367337602","975428400232887394364148947933083613256492864015871952336930947565310740914","-3534254860330631121006936000141910701835282992655239346013073668152831540939","4756058939447857302869802698085465916737251075596073325447625942474012504428","-17751247252319947021434781926794179323423963667506412130266429728123316678920","5713457565805406518072513006791918256525645194748393181830083828061516996502","-2890751014773498082607202856182906750658928710279991212059203930263881638255","10370597750505202439796187566749567688079702197950448929641047289510180505878","-11459945272035957274734743542758822237020918767361828783866604033343615365090","6151169204951875356358014241044572061975220584291328666829339386717101129907","-4274049517637218381351762921028440743902068832650304968864544178829021312273","1020591459243375861249988268503982208193858498966776678659019458767268495386","-6578857226250837457620062401180820393000174616463093454419988023468322329876","3855168398155760200250313266593360997275127821746033415741982168412815159908","-18719323673115592760010457596292612851834656502456912469207957032598900514224","2021527367646347452071505648335312760115001763798505629831147983363112854442","-5059115515780588561379043655693441396634646982655946432512460072308767791037","1272232192896378736817195512071770218003139150165410818780725475149171957866","-12969422748170418822959221995849717150465120351624650085430054435071860790625","2667425859682262852479166673365486732724725222386099151748882410212240803614","-7512791071390143445610112562853283673268429624085970773975152925070599629620","15267626677842779207571960170323833950499220430409528203495144832161690386927","-1985562655853724361865417241368842769801909724915778533306101987518220451010","20937779394946368394982017515728485554244717501082869954535944392951181468659","-4874965329754801107685364021221871848195294825505452916697172657353698246832","9537718008223341850929996740290445248250232284509201007652104897684439342173"],["0","-8007893733599734837407221614118515276298182097713183296475326708635088330205","-17530714640290646922836650445179427529606990652972260318502648424902653064208","-3024771916266530102612881671149318558091880767483863967518010208897250737857","14972241244540606118867870143724905109127822337743798340003874973366603948653","15392493069866771213400227480771085621272856374136509850882894829485892739623","10712989580394279535313268633292224718355951203737832913179424542134553789188","176092134324829633165474981326598160185459917450759450118737523243325994072","13698463095575977665997219930549637715487667261375692360382054340997076754155","8576027072548907206098326858989516133034049797611136713497317699618801849122","7606477708997888770583419949475588345954197940705663106659516466392110333109","11008485559088604562278917797938153956450443337614273620062097984934328846276","4044496553940602237041366565663669732960794161506967292534307497202085938862","4480958348988243731275735522922674071077081414576342263676291004521182293345","19183350146809621436430354979354180838905368698075880655354960081533431909902","716920656837376104539624633609655631472700493127591971597526903802812528506","14760191789286119295361114607925160642273919207929698137660387115177861698169","776263495269767169819309404051711089375556476174756101204874466257924590466","14041585798368049916131414243277301553859778612976656172678240146087874240492","-8164349719928698842606224863694156912449655771872269754448212123258516753711","1964626835173295083664684600355255739612915589719177130913448466717945837381","-3086634332937039082411732560986909041019646831694061754282677646467834626247","3538770278029905319450119217622542733309705850719824113110765413475760586936","13896892794021914942150129586277674514427278516832061815013664190652454234954","20356929864700858274562836362111703037986200924471114110220928732010334216674","-21064703729476066738568898094952697036931722181479703216794024925568991596960","-15958274691680174906420794217763332171799208750073455489922047449085614099257","-14252452864830217054736142904862683496564163224136699152679527741648831570882","-19850811480822766076648658565781876265651544710643419959047948473306280403559","-2773594158762429105111698183637731952052016659127677908142061105666813849202","10378178600112634316613427543243927366685554259836669059186812024834515481587","6483178580368247690548058231183339057565251971183492285826387737221650835300","19830754685653095676720890386226978028827439504966937511463666375190885516486","13188517488772560885777599595961469314222258545214873129075192142347872047469","1567572618305012270531605412965726076201031415028031114022876128461232627377","-856835959823435534439093312850325012597577310019733566587795172573615139062","14052897613827168371476518466834136313959367982602790751787278829252368442975","8092506030688612692843637865748039149451629734073933465529289350479386410563","9381235139088486485365068567097147183502220523015729151940716174094807532910","2269519043561448600584028619536317802065285098521908104990386420949309458892","330825611351811554909143125119972586686151696479096951396704054953712316986","1429327349487607931060511887473187397483031510767714631280219004198474895503","1117144065466544224535771458410547294598624180079987404698027014670697604171","-3203136609899248983010802074610612522246407344593176923064322172270331067992","-6150074040251136747936964213014484957030688510816750632065726283526231577904","-3875757848201888612344128962435995238755051966814453447526316029564812363497","13112602060464416452823453311432854239278859649456494222710751630167546753525","-15621899937220170809332771166678454318202177333563430914456622400176025995608","12900203240430878108137492876701272594714184471387591302689932562807674539794","-2213378917208933999511541854732537702777771023870457749095213864632433493272","17971658415735694352060943768473633808673946876980271929266161360032511456608","-3594185129096048959430680524331014524344442351562041071728000392833566036576","11212546000874659859209342063574377447218578718970554387561764959144041788693","571827233969117519261806127337207480634425207269539576924616090641769750612","5645881641215177843618644991020523705340009167730019925688323051972925373579","21783909362557836148508894779857895409304826865513050772837348210633909804437","4122670172873022032275167107342089699178447117174930194955249613951159808791","13270943871652883460473715690851738841360886056753295673574158277841067906622","7535795999407886608805586201411740456177135915367792309523393299171636529362","-12618083547607885412330414668894947344025906198357682048199476462227285858374","-8765604118341791776121322818038603829232112196187264003127755960768478800308","-9804750938581230800613872251864349822653008375260895254202152443540818974506","17303617544277292599328726953076369825053535866363632515768664416753704840742","-4566070971102691157745406124132791572887667462811641650105056886100241344894","9627277998445765918999051379025989023278185060420943786555171697796204692379","-6955097134842135540838413601806739187963120311004375077609512359944064716311","-13639640411362288333828488189623612746070040960862828456477421397442878969728","-15397216831340338368129056849047884482106508438592506762480964262749020090563","-17183789966048722760110204589036426489170676046284196280756036617043856743442","-10702890254826079057200708918045776728928887373793388246745992139255192824959","3755732138882425259565244100413511862722975673566081345384760417866718725316","-13320280634976694650187385377913709753206943430234656101023486353119393305716","17260129573593749000352130959337762526193281499618703684616657139978669110705","-8810961219991221905922186800861921629837865227537563956097795983930453086776","18149804399522810190196433584487066626952740225138923038118772576007176256518","-8713142739158660393898613970302915951089150373215121115948456961542032567071","9395650419212803015031053789987388828539785694522629180290930381688060746229","-9767204510702454357841211054158544560256505166315155012738879000343866936545","17034464821887073250056046932013728795115429206914344952205993169384287939104","-11536362224951551133086002444515967480365570781726094134834747272810845786920","13482068278136483901716842454664161067842292222220798838984402917018198046964","-11068728370577929816371647025255706187581397804146198425487971689184430157853","18554385213521718508364461602243354229710694053511591508049043035092341399392","-15988830899278512965241133844743179975838984953553312243364200837403226735479","11154585625093107513890751212606614967133323174782718287818346369363197450343","-14929696592186136884258411502323473480896770423374505645516588952217693070403","5350312132710408639986431441688573685930298051500821890878538793969308689562","-5997780311732634989563537562868991755939062925182563787201531799380654533190","14833341306964450260292136067207681788181206028134346867933828612853910132009","-3564149103774846546124898399838613105913420194649944298148995666302598895586","19890375331021395677898785445538642154903937911870858241142000762257169254502","-2151762475164331792798321576383321797028306460598102616788373773119449439649","13011507208363824489939126867639724635419472799339864682915083144519631460187","-9196864685227572262632117904194045956502138511276944358797200308909659275609","14849552979776089125153780361709413083526776106207183268061692085918709953019","-8716938554303742007757077775406666596533429921409176407617324597926891628241","6843588843538654531375115296340898261326122826966701457418285252905716285165","-11115023277678532362299796551265115090413579262947706376974248890694080576727","19262776498859014180621086065288732750618266295328782674246464745875424668619","-12558374931463306203393213033028850285471018060231227933014225519378583489305","9268021967473723651084457426592004501107625070880666556507716914228724607442"],["0","-13185688477011611579666509485094744029246002650853032737167512761372499850350","-2743349469272185011921447996305542480305351152042397313982766510653551495505","-10293887342122790906373114789973119328988461583624511230634517976136280982250","-4207193631128327181622622368738808633850786096251846089306621916011578601005","-13705522888193262169270435673409522324194266043010054836373357052737056936297","14918170301422924867973292144417261672548966161927403202149103366745123517396","12014878702775231424830858125891559792339459277065018223711315698134087984404","18138964850991922484480057744321568292909826219518131293465863731750134191043","13003747058191990517249515616800146286305353033526018760725933831297052372406","1628135540349425084572088692318849556442578914452204754187446331686456286947","13452861776630330403425382547576342488495447253618632827612666322880574517775","15089929523003929025478144219604985580096978091828637268036408822245142765815","19964023124404830893769232461079839291945078969564355525614344064730711244794","17124837026933221320785290916799899631450123867313645903302537837604488912852","19566825768511171931581059830448683757425494455892683858497278133101934374542","17489166567163671253183784723662747842816048943313133346322871256505001726875","-8568756856111886763173103401031967581872674555542034676882845032643272837160","5847052103524639916245613348786505860274950506674468433103870917261540538151","13443904167393782296234312819871407935126124806893352895933915135888203500216","8257048212926595489927065420799067023581385729216261615774607613661427922877","-14361061656656364190783206523504208417152486092416955938243603341815369254844","17479371673999824833870753492886766867845512063421133726958294766189961177435","-18821931196116881727584561479393209901548039090255578741083576204049060783327","9764772489653650838112460668807630945618014398688786529710890751452897649681","-7380063089775175648749665225223203463715614875422266093639732886738530518206","17051839836497768434518369167869291426240118031845792201150524765507843252394","-6136494821342191065430892907743748847506479291168117085878303596625329492860","-4071299651582010376802083537817719000301500174389196577410540945502682015053","-12409574945847302651916393671108063031379428590576708920384477134666334259514","3090933835996216263229179909638197489114672163901193579002773168609157930876","3679513087779509108918016944089412236855018114017894990211571502853726685241","5992427499794076978909494883474235902432109140448042156426347809263172075415","-14222484453461002716191426931871325445557797061823065886859477300001025043637","-5775625988177864071234401570763509562430721302829609812195681682441809713886","-19892382694154977064583923368675167225053521002597678996470828001403128752954","-5175055106163934818077919299195700589037884488223164826314573395569406985147","-16870605228121164588598491099392935810852881748397076147597884854923477673819","-21386002813101659065520665930004461753575352980808260446569378109844449808700","-17873509852567976484986502380470642321841296927167558176356908151056373004455","-11445236468134347940116581829574474349162921312272696293622415607156287098647","-10438975033894743420884572468586490621523919386265641005703247705555123745167","118379009652580130929028638989943298462976192886998176288839503706415255676","-17496086298623480610582919053627496498612271494862939588179567872349718993970","-9021102610707119918024737964730601625088474123912882366407872009328657988863","-12886737882304491685819292790907532954059564805841360485060402308087007762695","6903321753781959816613654050132211096477969700102797535131537281148715537498","17469923273197381253471778518344931348715676437824394325473126700648038532352","10785237361481293575662482630757689675177063167762972685599774666848195773635","-7295778314683057116264157125589879387002572842676257619712103368588094583620","8478947798902195776266564184479564004478174741012050412881885001153611359354","4817699778354577400142726973216371489695029696255725336127770718003657344049","21472694026406071705962389590243507816683996218896851753659336489760296356426","11108020160470822214551726235426170286889078457281592471866122596413779889212","9693452221477750557434526760308180309837678412995449973584958691933121313189","-21299061867765257037352150395718346436188481282739802211001554632153237736755","11673758482911254785056481933511954485077389760463349143938493919615713583460","-20729327612251106529338279687488614801958353479852240479157217781521999703267","2227724495585081127096104597442820096580165675488784695950118160809229957688","21645263047789274540253526528022517437597140780315326511315274850130071504487","12594070652884816376775954867514153609286230927644282894576268987403356560126","-6187054143140812294196898378887467192725242820054273312971495886908465948967","16361796377457872791316822531887246672452032075812028396134326984273134935395","4556781823763217570134730559884185706956374234784985176165069452603395562815","15490240637958019142232415089694655302655949500459863036592419739713798806924","15669243723697922094733629192870496809875399422687921354281333978287308847938","2365373364807564617355816726723220546923809986503597279440000685385205789419","6974245607982953416631396743918226389778222715492668231636674172708944107876","17553000355731005894047481881730262382501389903965347875696281211545944422350","3514581718639966401761940830895912016582905782820898939604306992152033240798","11906084502386345172491648337099327109989231130370850746868318649241933400792","-1882633672570343004699035624671740949613059161455792476939160146687075532907","362198848167572679694905451621525584514702841828555564745872207963790949947","-1776982482181807691572635373549265772083923574593699081199861605464531961454","8165950169006729593972601104487834162779776431077406764637843573716037492862","-19580117510640522939362600889593276255359446617292774750541732363731542195194","17300277217169954830569713031131039950387394722818144636767235960870652937024","-5913017156671720324271078158181224157188479802627710106591659271252848678123","16419686068407920271905874685352266784481758516972452329934685514975362386184","-8425468798688951191129592464959493859487141737755513095291846440510103635242","6022272899460707820339658451056028126127073410550349451950625882421680481248","-9797677674866053068729346200431859976134566487329382268023805133247986365116","20968607493986415266415255547146910065585399197006727224038259780102766899875","-21459459062547624640700873605539252732037474551362817297800848572303538900466","16214536601310465205880512770504904611561877059017134373071042186438021382238","-1679445028733733984384409372575832600121498689087366779075512250550811459314","7319054498652919419951600583775194901099711932571638044552619023769568695247","-13523735362991344129195944564565833162382551284403037345526568476477007028716","17985032010498681099013283129729129401413739104486785957570354729673521693313","-19509289493015696483226929384956917606369309352533874093840184538889445498240","19314056773087997717326841812226772582519056657313632190974659083023077909061","-2634924594886013380397669771777825524555715895083343614330642596571462963185","6700324724096479182218202465991089830556571445062991337397723815736930805453","-2016666452358550012967352112388148469755412404988239892413010796285555676282","5685519294578551716227720476078547109446138953692637676764330661498566956010","-18788543446977986787230533590177204813701946188075282600149229692303948125863","3393642532265620584930002696041879011524684190894254353660593031136761660661","-9763697137976397165304108355169149602990768714059740102212723553757666336108","15793849119577689479731446991330667503365253341721929531766712605966947291502","-14845541880562707857481690819931518145853161756822119536157552917051508932143","18559741549264294477297583306643510552853435806706008202305072555383084574990"],["0","-10944121435919637611123202872628637544274182200208017171849118115438250043221","17705422782014637140225930654196580365201269213885001041940133770060197631817","-10297647643938543796968100671042987093511606082540918137474980113536452651240","21846978439581513927071158947194255083152916279817635942066470059044982530928","9052117809525269602167864843071047222600764601611184597126483658498965254242","10929889053694458186994813499743474211626250572502909844521766097400041883410","-19111864441154617990220192427635915825748886324455634532596164132032784260792","11675216347891361491355946209755046817359307889681784632857795801388520596211","19380594690617265506575465858828055021384658789666006094519835985525007569808","2625969526141259490462301237798089553046266358669292474305536189578767952241","-19213884449025175922895120440911152736539517436026470266122397179983399961638","-12948195058433331726619025132682497574964073191240140263606746544967746503938","-17315562091407645136594983832136609741258535600783652040299240711080976985765","-2918676288689417581114968302746700603929907233995713683029784235198850738891","-872468283659651182322023525190844997466345294156604776817059875829523220566","18610683490519526968758883882287269230852781753257691897405466573590047185875","-10080565600059519258695388271902568690822795086059714452749954269928905988699","9686960613043943034061308469266145294945443081049310683923266362376168321478","-6303196336344532585005768393568078348064164761395559286875590494600653580621","20600791435666411330483748236294592948523740641103437316813258092659822196365","-21347733374386272502962922502642985296234864592521835184788508973940717275813","-4674414227302045055395202895191843581195963576211670061203502625745914652509","-15916839054191533383488915874620797153398445915194254130833403022748700196674","-5630815034230296573533474895059661868164326661341034311297548206743042922856","-20936768375809449211332476510214789179006493806257673427639738689456038101783","-2361632744860072319537076983497919829195012892540509825057959945863419252600","-6645381953039879539835838393194105862055640462365557036761884691308993645601","-2329091756045062079260064141182971729795622081396594411944017987034059168872","-18901352714586194466197132549770989766912256158696276403733577448667566210687","10573644012527157021319405686070046514689424944855483463536465970887161035183","1491426154180674644075783461739262086609492139109375602691024762022808899298","7427257023522173557791909232441416909073992739286359337226968259903094480248","4020269055408478733976664055736054197140497021295913371636141491701532020646","11253402240733266031677096260915352795556377497701668324760741700068914142508","4495032201739040607146449414371811527515606891380019023878441632662386080030","8339632997644638807703530598539577117342992852734350260164047978072717954670","7635849222983558737471074974000952702117727039863683147772793459164043880712","10751248866598375717497641989057612296041932512869594912955232991982015113382","1960030172022753001749945342113042088423462683732141640394081103020955258213","10353002047549174011420189229299820975536024435483646737354561211167783437696","16955256445657590458784414670670224083991895963587580143521022239998400877076","17782118824249126627504013256951900909379040265132597730081087373830214898645","-10304477480613817150459273210311392088727024561263863127491977697859878425719","-14736715973948405258634404653423483655807321054352891547206588899691203463256","-18782546571137979716242299943659664754905500995928031255453969472199836434334","-701393756538759936815331477909148236268201849160583721417460305901896918747","-15142805988745530577049422903253069554848210932675938057165853690431193576065","-5480754301847974769794494470158689860727478683084266698360009397763798634770","-12449691752293885178215905571656520171437387342512896530083324501867683968762","-10019795413227124489904591257579573970688872903593927599853276893813067606692","-8479320265866745591971088147763460393160510563508539062702292220417602736866","-6452351370872525873621659494017523295224425326309427817773929481832037823206","-14698098788363317721260263202113429819182092998608706673793720513690916222247","-3132029887728097576158678962290508408723915039935675705092349768169598120817","-6407249369229497147167122335425461943548569244815260080245642385699616086623","-8880207018139247174963085930842633309144564469224152378619112779442813553925","-17749208383230373689982085883314775819716445274594871044146214120082178114509","-1901023928929746404741314592942406134616667725977651032336079935530936323368","-18599738782615828846564285286018648711734018896461935496548211416765903156473","11330545246696980848323915140547898481731955880461526927991408601382343797589","-3930001572973134876738286247014353115710880182183937403777686707056972138528","-10480769035979859092864387577488089493033062911107382168801592819465743445084","-13224958420454343430258455051200068134290843147812618634619087888209709096420","4414953358007116689992491254067216410900821215568793485352290912982446601414","17610091882013323480927542372824422032239461694468947839263512585476757408392","11087656575573461863442739456794624142956687308656715954038892777235598084944","15422901908810336592145161831817572830563144789282112682130901879034175295107","13298817285936339102215020799816515953624151898213635891268360493794001400258","19661281961454134911635545319012494050563044349626033327524097095931294429074","4022372546001232187415389003310101725934162655605090119648346552633786981422","-14688185177869341979659738729900821445784049542138521600606938370215803105998","3880139541262861251078713038763269447364922548788220175367153308601227344221","-3893963292694718884546039988261002186042186095296939090577875193826410519523","5624892701077294479798552950259289172786948930039246060212589656673038603495","-3418058248605748487070884356695183637218558469294704704231153511500909864516","11820250162004137106319686858559121640703587554117049275834425631286642764627","-14012152349963612974784354192233334953396486715776763418837306144664914134890","3716774818129816312421590991836998646588462766262056415692901007161225783105","-12308555262127364174178645236813261351253755653339057602851270115187803089206","14269549587170940501018553064250354302916518684834010419921278955421455223153","-20563547876702707300430165804337998438528770731280924064587970171551224294191","18472105418845972145939798651458476635298519752492496126680987077657940689265","-17962459123099411607272423048167967588515415231560289983694134060717352330346","375809461549042797456391452173952867073244295950037718992912334141077991655","-12028919987928203618697975589178487122476093894628510260314577183608098369980","13375274315728716938125781295749194143258984908827664475117853003277554613867","-18209782556612263862927450686314443326752565173035812095464683669010837271655","5916368326947034733421125208195693128551473645877061400594315895590661958069","-15506290310969016828156580734415531174465051633271380280549274375866566013554","11214875022420208926992322558752480758232489622505062735476753331897979007593","-3598726478982845183910854268806054774682916888938506350936218002113671398777","11652058971820374105059344377671233714052039319937340735390702786286936831237","-1027026256985459750474530206292596077143352365041578739643770375122688288621","11440397505632121168007764769098431164060653882154265161734572071864532915892","-209384391831610729287156184739053930233638633739246132537734720020284958178","10534140941643607898919384759157840741807918742875146725520645947999623452561","-4505864466953966104531813627257095933650441452621749581516520212721121390971","16524732216457246514344910814313180111270865733463896492835845405780340556153","-8308338543467451833119237367697200577225086029286798848711378038837324194063","4061091426401014887539681620771173491165982420219986796092379668520974013020"],["0","-11587893285091381000012803041606792693937369388455547593722575706558118027225","-2917916415629010683585480482605993342539862787240118081902970584199507203660","-6019900659439940374843439876400264014073125612186668797004474776437120644145","7024319930630560345289226848510008759222434899308534051004533682419531368662","7353910942054312617338899012767800708515033541809829265237809710098359524186","11021521863128405727704996687217822035130161766451741784778976971960372764372","8756244431366237358749521429584872197605558764078883133235849698057078388278","15241917694662565386338436905964765158236486061675590461999438701987873563518","1562323740553039143931162459907210579076690618138088001015733690734498231756","8276609793862597859331757384824481764660061201317665212675011035116853446493","1256786434572572527015468495451747662976306400268217968127321962884679777250","19294648969933195468014899093308714694489354544165514637811405583675412251073","10247901581382282314419711950312778177117184106738435467523071734550537233947","11676821255283491337621254163605883117494955395801821599709031436788277483487","-18426162539207784681912771539242305085151748492999996674411388798805981939336","11385092025194083780946670986315804805105538732218559929044177347961895002701","-2412124266539716119834151508563802653126406763440534491272563832288929333568","18105764617783980283467943719928424177492185449514347381880793355856669156524","2282516183851756919877746731216197118366045343050709218725565997468446040005","14245715057368557527877463807231209125493436223669864965076406415209405188036","-9118259149096763638165325313284035489665451645758874296985820324913867749403","-8446262904444487887462067500926172024360442923709267400870072360194251326351","-14965432195843317772448803908134183742692760248382047733356713820250037743332","-19779710518806158593405089525771752221362217919410982106285263643303939036081","-8204989078901784419409730859442850421261098958193635893170695136945459783998","-17732223015493867475870128148293552763208929623757502698994029045362472190061","-12086374898518710820440468509843082315804272830931613541091982881409530898968","-18100685109768194955847195056416399221166133676616425951944851919885928420234","-15282076012043383687194938808972315481358186561422627662254612441002501505727","19599704785740415451470193073806670902271447430539278263132608297344910253541","5420601923939753727121801391543313890746900653743687099431389730647278152814","11975931075591262145250272892693620949725324126341624793033315010172414736913","4114323850975641669336328771636444542952334719971212957936027710024702605158","14044603790227934745293718877735122029908947167340561354081989148328179255498","2265345865566972958121905543675938779845697588369859909272593718174408710827","17768120974979046309093360914320798349291140625584305916214368816220444437540","-18539921886367620720906277078907479099668778527272053591083973074660436423130","-9781007877484234517903783302429100855040322154922900915684776890247199108968","-12664811766426497592048000138694574249084124407415245651075339817599996095062","17721288223173149745092173498030669705828189981306207548550967348960912329087","1512592447493342818169971275941491158664867798827146374492238372682283036923","10462112421064779007699527084376758455015003407981022124404285887850359129142","-20878352012716202787857643671781019345404019997521601075285828595363216084604","-13159407406294076372396133131459203645852386837628513339166262310770633329380","-15249284717442807885594658249972460696907419879873910899156512580062395841705","15293350943372607140195381471332889181159507128700389756729270647709841379937","5618804443732713755840466972841754313773999438149440869239150287290668579935","6747590846039981686981410698299855549215484429088897781829640223768840563179","8460353504370435795491373703961993857709556275863682473933888580960189586981","9212747320881658031561653913631167797157277585909724547206773417133783811939","13733111810989049896454406931797432636735191224492426445741238689787493656359","18326518361475965810628089708887252853012551079911125140587551904032041048833","13899281960351298647281519336896562538715534919281276796026037420311675187864","5460843478933530064649985780005396028202648554918566530809787917133795089055","5884347953448337128042397666015122804908777451099979160905986179724142564893","15988073178735630214857975642690625879893114658217979344006989710476797359923","18987324424155666510885194769428102805825360086149117840544969126913658305769","14203844290279597975074241011908444857404313594037349618217615705032996075916","-13954411880521094945921909654954810640894337561590513170068521036736353960414","-19060232558817218272757628206771771561634168872514700986932141394386129268494","-14306646714982033027520810294755664637124658675219223459902832201033140891960","10500655543554995096295439501899479676780249732846829008513727790517112101873","-1296128116558375494803187372799719484373340134305216598418950647844242568276","-9763492989949930459658132612705070316628046693360179463082992511321754151941","-20188677175475132998397333901145777289541194884479022698049026359980342899357","-21340932890549157262746551960857369366492257012418550076504569259361908202003","-3543863930928831569585320226660907544255579152550007173548724214206940329659","16725728355927277488958449112805623618512533735100386753542476250669680949061","-10159734586535721464034675648662097953327487493614733566952898788388775567940","3801838233218082635104110733221730646274603474455198270182583969921564658459","-20653411766062909347387578790545608941787770918140665936484067465699863995634","50916751174788503701725404413341611099622540658326230728756796302732027616","-14638207267795255016472869057331111489709674211611806625573730796063613108466","2253727922359824397364558411967723725524486373507753933198685535092098324683","-12236990405125957542579674518846612384157399857053601138971596708476024356423","18014051107315799225762529245385032341767142962422836990939456929731330132007","-6352948685652461537541728142926617480438268736468829937703419211472216006913","1838509462568002668674347148251959488018074247813628691615223689606434457017","-9471363499445110647342677785300136035116710717371233343391408059461524259055","15108283695902236819802642255340240632596194273800893726879529358545713795050","-13403294216812734171594830060614350087983996790826672886645969678699291251658","7684905937377148580653499249853269750956051975430375031430633310950012529432","-10696331648272399699734493962514832331512794670668138556635721131949848676261","8089580063587497609793486798707370388981263785172962666450248925458477252651","-256602343924893103100186723766667651095418967128040019909621465569938303136","15928978304117575652838011216669565196031582976075974048216279556559707986033","-4169317080712947292319521102529364138145996837010340795006891028545736090521","18283775456885764665083447106713180022068547406491494294503844328235970432407","-4158137841855426901603058584658994452886144644705320045726661517562320773589","5519449967759460783432101175232244568634535595110975302345983547190568284249","-21728878505507504295935678332032475416561247513634651417736533706199292198578","19214753462219124605903626834567395862863597243750147815257575019412283739895","-384149484676250886346400329441801880100318270984074122309375396199261944942","4036175966236371501254872822438414280115249657461289691420260183915583306391","-12663693598713402529516452136920110789444937808970268810918496376788963921734","20888027973481381897473677503854090375113388711589151379496836522994890225233","-15373305293620389145586396815943517842646829658902216633535566251827356598243","428194211823465833299855463202822382260072674613568521998885428824673992468","-20831252321899248559287355184126996165424905316351504612102884444085956596884","6960821450973670805491261957945640903503473097517191077334918245893396125414"],["0","-12216693695910293147300319485724990747096761525813600563924579594681180059456","7318855368776525546941960417386168516896232374562705882748377324262540653097","-11161883926310827864033494484316654560861134491533847058022624112901854345446","4770219857048021321343228384436155318787561789803634838174119959651748106952","-14551160706083351832215795419157735480541214318965919235410554671232979045137","-16579370950117392328545119672090518857502048087854487418838659051249067627918","-10303820234220493548454701393441310025851168874536453469937900944907070730911","756641450602951116744036967876665075486659869294856526015559552590672215700","17533122076493509633889367074023706904679543352197872829603689937019217585074","9324826287165395181434478908864941027994163793207598107598325552587924244375","-21870186288580461516895981701475731948626934191288258008273910079588970679898","-11518228405368973870410211649187265688302658257784480560646494103457331813909","-12231425831192531659068630771154780721318897632119560866692651614447778163082","-21820811625435794175475094191875813187291300102214168293189858206304973332586","-1910044185526845740845606733839978518670093852131031334147231569210881329503","18116934041738829848937043244554385224740285771034908214505424638191283823797","-18187449260607273947145354733817914190707128600320321338004789289113406887563","-5805833821416826892648342808841279868895292255159129422252543828646506813446","-17438268204974320001900277452345342011363421728310222500727633772893772483899","4280072069727487267619565257839987485297853301312435389403837373613884525077","-9083437609140830898390140521136869177423397769699631478903676252039797307482","6481419453561992703000114939955583653803451163003334812399096008834565527148","19533749693681762636265959201577495317241423990646957640759346808185092981296","1443245857609832860906098834273873422613621488644509021278431179424793630469","-6922024021825905316036492527822752110005424046760342301706321408018525104504","-15332749289905953723694010930590229446593488107230257749259804909752798178046","-18684196664883278820283319012035831336015835157251178469309492098416849084916","-12776983208995816657359286798020930765422992584708282063400596269986000566631","-14801548352787450544371465481089913505484126229265193694804465305474483947564","14376158713626463067312442371499367569392018936404647179472637131171092784757","5324571990406451309217756343278724718750796674596603300766555107181332661167","9985347350052560668974670116179954787267335653220603375904076567101104917976","19303970634484204859206513131280153576702124244037651481718260693955968019266","11342351664391404239966587420101219712337734194987790632061988130372735489445","21270400187304694936970151497079774648419454068703349991524264094272289826295","1962495418235556415405716456631282656022723904000149993391300531388013182976","11511884050587241459651739769315837700484714800508434509968215620427425357296","20480344335874517079393803498257181916626775395388027070710431521510003917472","9960086775499491387038646674085498090283812756868106643222295459363272345765","14652874880707138759930359086454622626991024483570939198240118099648710956616","7131160747074115647103563176928720967983555067064928832246964643948128039817","18912887565399508981528698407242170089609664364910000443009104842155290209609","-19089611538379829152233598575371023487851669238923934201462872806078711921472","-20037257139605898610252287683087455684368832668806833573239819853774064705","-20520432376710261561674473027676154198776102249294914145303448935817498803081","16519998283233396950038990181420982125974139567820495025989960506716105783007","7102996828943646443416327274705415709210327435914799133287425168982784533396","19718088074235159114471182593911854578476563960586099904922214810714587162484","-11449367919391251480344825537601444307435466682168483485157293529046160140187","7718790174595733805707701833740553087883809699616173635753370349976775684366","21523284116267960390178073945004311936486297229376831404613518248404428356538","6997517970048881101312847277188327362638221629501870197741800709418441003869","-7098546216445070558470931030569999108994796823151097910587204460689414732534","-12416345379026097958815155343297765817733820258481398611071384339190947574677","-8451679299453515759903534339681958276730411493278105458760450587619090278868","21466556847748593949858976454690412116109702578303672938546285607062789984260","7242651459790312662258002886130686994180197556571918209395435349949808455521","109762074813620602529286209831277829674375535465413363338607895975420334892","10041530088031300529836037020633139144256711452144091177482711411028672285452","9944287601046243876761772208904176209363655543921088986622631008361010030387","18429741420084240157168454185129625157955965624124834424877452038353089449068","18437320263868083037038314506175911848485923069846814120972963985961459767596","7529298937977546961796978618956042880373113081913545924771572836314421037334","8672498914156961037839031373110115106913274919312442352600432236806648774295","-7631339728339250219743107233059120402417491852623339723834059943207034214634","11439240069970846503331111984368411345916244586229043584521670310516769648583","-8976807331844363748672145233471580528038923065255510229921201894155628893132","16111415486382441087137802674293581438546454703344064443587411409250823181165","-13194580241099978576465709873677396914592365858201635393474404539757938572620","5258199286166535937380549519912158015033668248447247593721108596253573389019","-3760493474465098361531750036269739446503359040795862279622022138491865391805","8914235915202265594239563955240502040138331132266967070435832032552052371798","-4232807554152173222080061126040063981375998275402174161650556737798485653753","3394680812340111186593532886641763664922649330916951659871860271071847047047","-17899786704211828841420368863426603255697244080775315455511531300512734855455","8085149514715096227896573086640045773430402287684463798941143176352614833945","-8937085292430225444678597988487050560421142370315535062752128652644937281968","21590632818012425160910285775152732186499606669421252371488695375872013932576","-17325326148986001901513433225806603849340581156782739360754791799049163819388","107644466253771900589173038641466040376046617289381618125708112647470278274","-7447434507040525747790696777024675492398203164558995869851006526606991618007","8446044800017528201066233270938756425042802245092124500374671228398221167173","-14547224743488123802502058746490654387146754094552321328095005283936009966131","16698194102012563308280206133614336058522629957745161041519433722729589210595","-20742634774671244738605531457588753656197447418161145802269681760562069782180","18033399966893437331284637263534288331506132000972072186657483903358903865111","-3833594794856140997437633711286892116395646736717286817790902773366648850094","8372466670975875119832627758069029534097023799247975844889109282780689925780","-2510698943819163821342098369034263430624355770557143539624343625989113111762","19602866822142791374439574883527876780595389379176552096791154980114656897089","-7885449400784828687014475204607036662032338765501444711343995056172762480438","9179859362325405039112494464354065818483178010310456471561005615730728248531","-4739257777789564070345368775733391458583153133970846332785226049992325817725","5773947101716357751163935113578774292788337512989177592595935428023926455880","-4284963975261749182278854126025735960094187697661407596222429992772362379502","20748103089406106682301503456098203234601177201220109294786899156295484701689","-16237617061806068527034819634622280413796537953057866089869523238814477113862","11641738944744895930685998947298853841469409986195113157024670912708669678429","-2161998937549107996435975639789658403081965999127603664709862585877629602896","21183175011130827412503660188528553421391906636905269256807188310817095415501"],["0","-7547669955806646628360829567330094858120125655315873911620070327433698334130","-5660463376732070237996500793135962653823059607316487438291070456105148462159","-15947964101089231455661245378954865684567090481665780227408288043251738067362","3337393736395305834039392402904865976277156918180561498919375267099219888957","2873689101797459535788831264105070778655545125623935074172190948984169834576","16359333236497058369222570183519774515845265381743138225208027586444351722513","16481100232986512669629996139870092917115459263474197724512362368926309995221","13025650904532648232294787411059110624238036883830688822341729871411596426408","17347548172306226340809377086888743685967644156730396668167973943956051372823","6067743725583250180417942565803729270545070120094774677248888389899584625156","-14973626567282951444740718926716683274621138328868143977415823683003685132117","-3918209303593831516390138521203755528871255568465286736862821180904427528230","-16078939217922304133801457688467521569832927285979268683422382324617219406762","-13647812761406701177869289871969732718589779221997222941542866057279443410306","-7189482710962432716961401866202721501264119352362088740237308721795804586745","8486499645217427735559563037902918528904929003056750744622188983733555871268","-20257972242791463489372969344144304101880090649874937188581221986459214555589","18329000956007968199638116917941353385220705382376849473456619790062837965034","7551605865316886195795406753851655182085254047224025412766484158811999303309","12230780154796994528590455790226814549355230802930593682010898779849525528859","-8157840824414447390939239981265589697235994030573546804143706750244445393665","13676156318531348720939261303385616641881226706043077216318659360890183898177","-6468967328001915976200734436663299038985244071599830958902952855112007425830","828200340076658017132871490793914860058487717937582278793560867169325742429","-8892448743914955127615455366853306043755995658718249955527604396663008946835","-1235876365069830002085452744654092421145636735998155698948140352035195188476","-21040831300564941627677697407023329572374990912306929971219964525749318467145","-8006784413813706661373392869831006918862576436172278999346979683965492323003","-15320361277576921998520206954791585296567544815090999015487080879030497073927","12775669959194749087554780921142263169377813542640034412765639614777566562930","6992693445004262768058750578241487612640125891479448371706200887288702257603","10170380514729720393112551757345138193524241027243249645499130262219356944410","7825180215335867614620249881431703274936908179765092162152637509245355719383","11161137959394389038493212204870248803605951475510368966028369400508329461105","-18983104846054003707062696050396358843578407869769497325496406129994219455413","-8345231423233652268617597179723634539921015513232161347200990361543235405133","-11752808312360254347389388127180455128173906385496294334988893591119120425746","-6997954695223476078752131672182395013476368130862723105316076935606485413156","-21126498005059561320298846180786499331764169755994734378275754685592638494695","7866904722176531097710719434737035976698586660153862938578722047196022207721","6820026635271034319106213122295880868181334206181088384440282518933548784337","7976624763800390877693664683073236385223305409947446760790848860488650248040","11737518719458183705291398642431403734137702877879789467831603328097334915771","17367002823296618173202122784435553887081222397416775672398114547129196309091","719422224892394508235205129249737820067448074656382114758140752250774678102","8186832674947280593992614293848748861665544327243919833997365994175910015798","11938605011360830564920010223692823052342685312966106423812489407351747377528","17013688763621997512562915545308045055542008639326527636706056817685729900564","2871668101882941958174986521592880655323334080818893531306422399823119742987","6829067548320245553686593215132021901867945093816940078630308202544566849849","4673644356244245097351604109984912078513047345110130568099265056927461798139","1311249194792522625456733716705161222710398486596766939097483133263396730379","13858086440645474373409741140072693450335168660701293384639896049760441265731","17361156512649798869906204221904438380744435526405205717100664936123651504251","5653416927162706354574236589701313421111840477378764085919550106857484403596","13274242145903644965700214045357586408174621643062795401596260215315568347462","10167947823465727577904541963953021956252857216769854043006620185735959204214","8374760857160495809362138698484993915863026858361637810431919342760074588177","-18438274522754917028771286953244593389221472623522819481058957453598791044610","-18527554721954265895650680363117907044639607663417564554274635477025896168659","-18296711323800454047269442166624697219005979250248546662042860069934999325001","18958495210994699049340217791877121737256358922902010569092363986142818784632","-17512948575378713477400196250604073490981992555335848821676222528368012171929","-18972815283283371788522654158682162391344483828527377528311460001634907071450","-3470453608571525329763899097519804721798056397714078459144232961606312300986","6781595673276202846268591735186736211271214212721306742349769978820789605139","-1040895158950725451880240770504197848282291076270028257842666780897251590177","-12793777021922044690156457242623808416514951157886522969520110522319154865307","-19458403596991660193485773556625447590623003772796805417700268018115568911853","6191351815126097642180207820773572252014619343383288590177817677685660745045","-10523867927642630702299556485635070207598173624486839911370638486688370150353","2346493783226940999539928817049636722492728189696004324165555186901518412061","-6637145866816552351104358371248557021163031412117646681227210725913164677260","5188463664707131569348852149344332688444298446519005619344404217355429661180","-4050287194254941314170109832951241439841644675316202943462574023616367532342","7185366911950405004053701026933071327094903510869963676566527680950497449885","-9634612637079190978235979781842087897410318911490483672221422478151243096088","20058754838258201525992948532318463867855320419359346161143182587748066025376","-1181175870625757917021035306158586287768186434136973329437418304269562449903","113655966571860147291009152482399155352370160555435010705590620966498860692","-8163110446103881510603787110063695576344101551037869443425886640185443383997","13777248557534009025548187153238295799776541333102893165769279014195814215297","-14958388876065654931637266162272099141571731030579693337042899567224241738904","8061626392356135820917339480103846090378125774271527273689425322477690380577","-7273793354560198266491301830642114656598818795600850358569785753897927109986","13620113170433738096735556960733306702494062714724243141107085126543841340958","-20168923700004696464333438854960735346699136252109186620907109319206157132439","8805152445934201517608730868136925748958429238492618186877352080244151335343","-2500104768236246932513872160370617755746793241504134437136047044519422017338","19060520933371321230099339161637579981308551480283832918988476530240943433963","-2715277619302278152236196867755601404410099760239255060163539786114768517682","19092453145644217722302411548160396270950471908824387319620797168379083573429","-3839045815400892042286667837416532525394397757587767245593040744500149218757","12718557649622367903956841281091767764637511158296315122546730698168538039621","-14360966856022051728960606149596005434513713978682615122561507045397215929213","12680356051039986254063408064352713591482010099952742638520911199522305696463","-7889340681810154365143657653746039391643062460105488921211076837819083958230","11616131627311022748004218810101135984026092843018105625389961776137511275481","-4318823901026901700415857613892309260908976907252499885147742311287719124765","8164307148836495131589464616579711565215380109223721956492146623345377643464"],["0","-8954281174843339863646256895787067081678876345624741322421992633717615419874","-2394020052928601800651384156534804325566125363134860285155129388070206464524","-655546191316074012396876160226138316536684341647844579683611633750051343702","4026159461102315135883444311003000874554526529891595911384831035741087430516","13715994319136405527540925473853330843263104292969942704732337358990658988016","19690764855248292483641400558502293694292516276199551022294676967530320930287","1829514039917606370270692552705790508703427073846269639085824121330407823926","21184698865428342098540038683127662177612719662332415182860766925837553900820","12893069858788221604802158700735164572698551559497029585876172121405859242399","6053209621964110807907550074156881409119939774747109218071358039444037164274","13359773764815547176492793558384895086604917140150023672451867649060819486093","4291380986363821285545217569317406769854018480232558776046181162445643639000","9716723990848505141374875992082632605742539848939996170522896039216171210234","11562327584246547672615014806770968077323200759279966370668605196560235410971","-4271170757901514361980136801562978920675221395757619636706750268531560586343","13242181324242551053766159801224470809640238520567656756780253843274245897252","-7399602938189476419505274261281654938444611708534433154316412877703989346788","1679296188941063751646053373461251833494302175825279094855813536379973432124","18791650574194869608043331342412568974834066617943456610119892259659689410028","6037502661571131073297480189880863348379357390908669340594390643907614736842","-19505335709047348853554485182054255486804204687660482245381148397824136622910","20944387561945964217954960971229764482854607792350875870431490359761509538002","-19865644682851172188560392203075227567303729871799675895834292201503149109787","-4639676632595316404876614982141003664683168656671857808537894212846021501000","-4298153141067695638703613486742222626233886669041819938037341740817810150693","-2701270827016352181958411464413756883347677444374985737232167841711371606603","-1976785785395029870948262593625670369709029052375038472569381346487169309428","-20290494551855087373274759057572259868573077315225769366920626701383349967820","-20657890171477696116503405795583249166785684842003652721482702190424628524100","16599078934709116720703114467987336167553472196195486076894480176596918869926","13227914348379363745839816200653344250887185010707994537562233285347514949671","13552438449092617659567562626924886509193765386765109730108702149796451685592","-19753722001124123631819532555413090464621985808973318123402394803739902554673","-8059656707569862615197310338286673090133947281065367852978507419621722767475","-1721006620281969151283886996860796795440001628756907775427595023954184607905","-17572161989437067321951441733621798289693985908436253172069196190584982461409","-20218692992300862838312239903971615418910322347212722548438011707354197262935","-12958474767882309765094514120147779144299657935276540085251910326852538816387","-9512836625239389830604407490795339956140190911183687176221228717024892404174","-4961283908253599756229820660843458827742142240623208623460467020604983907056","-16579201014514707755823586091715364489656020577385202727933585208923983610422","5110922846788746437674704901134481282498061084887616274425118578396272332314","-10910798646180446081676800701331190110122946342722984434538257156737466093543","-6049440035394830054098597169078308585256355777263338852161655163783726463536","-11781268353063982862514400621008120347239204987885064217464619575442732194494","-4934930886619101097454322066794897465706045560822196001866601262182771982254","-18083421456627392374645065011132224725535889224543091771877332904527212703247","-15208531326726630140007556683338881757074542819475085717739595424296961390247","-5998982498528072196763054634568195380339580222521793041157427175063719819218","20793600169597764228994163005288434977878696788013758541429334464529744239863","18457352567344297627161637888580680487323943660721338694915612531404886564200","4621934978416553693109101871877543348527809463373636097271680130701840125625","2988411512198994930606704151704730775251864387419834629078913073761505051436","2140115724894157529963123271300029572461595055345761197433016089520521618222","15658105176631691532520716750644048929723714967254225221905870845268178369901","13935690566540245230466412441968135316901868051049750098265022432560250044356","12545370222291451402793452772212374048625857246865193402679337092073669442275","20160529067208070643778185015836315692507612020591313874641810716277524795317","-622496234678775785523464773332305463768855376542967651489445234554546367884","-3637975554492600010763288140163746184134238523662769229918765294843998521555","-14415630377251404644634846551788637129926332521717480953735942157959386806189","6502483803428098990593628263627333219967837737994157493913546237306982641559","-7791682145110479120007253457357934598179011357194325157949542459433990540054","-1171213181876897123017446536075531860823585321068039402257846026844907582970","-12189618468717207067005200417834992132080169301197364457692119562231428883419","-21816123466152105665223413793334312661010144011377527416152263872572152841877","-11870916641537358193727934964816449031025539156858123279774316572816116872863","-12163095615662408496890351098811678603174492105200231478701603991092870992675","-8103661137164822455831386786183873675025825278314120002177537013880539571355","16042934738658343227070506012737437966906406873399838198582685272727067553299","-9451850251063246898447241156016731000147190255995357361926951924049516559173","10532874959092958286197068725776788128974590607467343027937083898259829942115","-730101660819302846987414936120715626089377204447328191186047361680917155918","8448416901663082991913670893389262836004697218181307651688028330047734521226","-16166512324600107610525016056117938746810492336014299227666230786225637988418","10012285392211534464536130238848290768095227027494051502294184696294991229898","-17418573176494809539107099666105094078241360910618929129805885477153334752887","12232374108590141859628606657588610333885222241475201997714810802430769101621","-5796749627631162674367952354905831603342685726032236120527984616612309425473","3055762355226108442286153430437947362582458604046926617620290905830995026588","-2308797688959466889165987312109245981663479834898408887650053895864011868955","15347709241741197122206794677375365600035847553665700279499399423856762320901","-15563121581864170350500304452803146357163699400904293601264647623134717208540","13733822498886481727135680438524920687239102033528709250893428597712914507835","-10285970027858318973862677653620302335946457161654793637188942423404818905812","2144033778268627918462727580570979707762277338701682322181139525719904124306","-16235656909699638401820621987660753040917135420170148291160461009342024790615","9869412200900830622999420540679723154330945014241551982694909020409754648992","-17690660207410956160832267076058275605703050399067860572533977370099622594812","13141719193401929755919675252530116178636230263651312950677159829150066217214","-2059206295305006482136432731349369021920299809441187655219398340408198352422","21607209889566347722766023753119723471786559320118883764974642007694912738034","-4204161687108425189394114809532574852106100835682497637902767087675037859293","14052199536978250948173567068075028260395231530104329649183748940180480964485","-4030264690997565202015601656711823396610262243302107159839365943992882234877","5014321984998874552142704590953389135560582574437104458756337643664226350955","-27288068633493298686827407207158231125661301388943242043471513586855492104","9191650969433372725617291725710226857201331673611514545461306467810443793939","-16735534873762245500582650732689308076268487814234864991680233274820194465434","2773589693347204168696357408052047171238339647576683682554242737292307120055"],["0","11313024405669737755318367014402636562620502948529635728203566210383337027438","14763277428008783156914190310028704939540806010642546048666046840866530298600","-18488412408212941881783137205615028812709428368116580827365510931416516155893","6790086941289599044558208502673269665296330055233789994224326149545331509522","13109422462985469190040366352049482453762933540782078979415071386905168303826","1699002666726349791159873622283444451522270067820254275344482971927843070562","-6802077404004428069963398802358566523594617603841181872476182473692176100321","-18248158297618594361497356261465019228751505624238077409837879621362922849572","-19477557014186141184451204392610337989839539560116867278533247227214276242000","850640589966517362711864726167115766349009982680241246297550080287948464708","-4348815919166290878856555891137041132965731651689474354535204280068706763020","-16089133562667257444808379485794317174608523808960486996265296369453022518469","-11414857081849083829228391173869975813994646629821062516904061644720437173868","3874414147859064383073952020924154640368055055115016490892043019298202165357","-15253085837245011931455163975980912774753481816772468502345352138592621693723","16162005444928818723537194098895539480013587821659458446206472469181917881329","-13661925492999192332573489542063220811441043825937243210362615604586100298325","18808178241511233406460604025949779269346789060851895974994270375758651543494","20061115137194786959329903367578524268503565350201077353465588595491751366319","11215184243374977143996962247016124872963661195272710109276499557958342830041","-7436231040637185350970860218883945250979291891515184690849369493030940400184","21083029227862205820941995847404930129606751432482299203893231796250826428889","-17133600207164733656460150076892507483411808758212239908127948680573573957535","-20964511681596871443770065528718365416160172510000372313286769475123682216589","-327240215349517265973700787427480235296803406395777016641549921972174583779","7960113703511641520247264385423243334202893674638052963934412009434622870059","-695648926460011945609048160599525122953498504777039953281312691061237197883","-8964192477390558176756725755821361312681700476711336127017726432541953619406","-259563736820848085340998658392424576755688567944462150523812476508394724305","20085993647332080198982397753418854373864250718890147115833089689777174001033","-6978510234889234940897912599209531066885616989647139153802409731834944259393","-18519652471852254204995867944403495170601159220007763453440415827469585992016","-5260951741570307189997932172773024759928512723699533578696661424877897807045","-9821889882285428266134198144995863196230312625090142680399344065526632940208","-4328255384206352578590835489384799520601134747343296000956364232423416827977","-4312910517799277073412217934980159725614508623878837895357137278832417010259","-12818253769101590705318778974520270904230075824377502900876523418701693556218","17325942528214196459246202840200052706263237237809695737292778699328152353166","-17642978266853251171726536079898508862743804960550666723171044616990638531345","9996037851794935639842079013598543944548973649427129576994656094288829165518","3235264879378956711782470295455402905024026767197178329253928388195671873563","7288220313947575691978780077507623596183891314595225673857631541799544486539","-1343444987830159367650370480681267950485149147898201975258905843617730205258","-13765714114620928572027960232570848981040958894643946809452057099200746968796","-16715038405417548492391919384969117561715855937592753029238398905149715706938","9173282146379951237236253882319533265507466294866919274898481303905393427746","55349649193974961802449373366661532340006533450545627027612934552377380419","13253005822049183839911630004594057502299139877116824116275095287478237401423","-478132397198213580740732740093154511643005108597227077061082728748797247145","-18540267133541715054019906218505166230596443841970679906517505965303812870046","-7368286413401648395887940656937905835247749463415378092087503903284815903402","-8286712530233750580500238969124635951719962310211395399041528273354319071230","-8047713355959606121368047488291745953231105300985022336113717070989805517315","8595758157189269124973368601468188083990083588153803642020733964458006957330","16366298946209061306691192697399946289950088362852250465221552090713840745852","20528146183492956788923480081276715411312087168252929747862834452580553579826","-18453832435251572914315988443969810042387504764836128289236982456736862293762","9948487543134005950520793352956583727998477875454911607192485054912834785187","-1070684022588866238151634473587119771075282887388355430840268993477071155982","10933951378045843605374213783881797516790675048537673410790677934414488008316","-3202831092476890911642202773763506502839197185660858169429237882906758590881","13607575664035502551805984365917324843590204164964230293070586733131143675382","-14693100948597721021668452221691667398552457242072727659657506485282843186174","4936639649283567755365218553196371612199994319222750985705586558308526943404","-16912833552350152539801165398315316805090369957502418107837133753086520723476","-12191570769330766399577871698130855243453910950089562392604802682842105298933","-13180528457616970795815134574486953343575364581700467184391389043511783670410","5498195967581619028368945861500996064076253864820914483975664829668998541625","-21167984697961692401583342852202047599044021138183282378106870239174570247254","8890957422933990975408721089181829781338976144369390415552974617617669955304","-13819485922008821895278779888973845157795180187025407117720673051193423989362","10134378568502626064256121482671873916795444383709129876900324102678261740095","-14705810242834037403793423410953127211365040936057587469773166968615469933025","17710685475311250991140794367366108107537126694798524691115509133443312654972","-11424662435102821697185064937495551303460440117812155414171526414860315470939","10096168115131360802263730385025146167039070666202858750128386856518242992309","-6007725258094719487062649308381785406052271972533506996363619657195930410928","7032286854702576142748793105904240905561093745920677976689652327316698286541","-11827098392873545118428164480035359183707650332399569966180752391795592211506","3960681046234769243784804202340030751550784156963699656643355543197201527186","-7629057161809960938433095390358874276483919848293307294416948750278647537240","16307064803397048168922055223715618874504090186490184125594690047227501213942","-13635414881068353710075802441545586098957507660876127886155064766741177478430","15580790296305442313008501951110850242872448565410038470346248265705416229295","-17157082835981154137477499417842329505539924412042387160352982089420761593645","16953396516879799283606276476510550357741825173077418802293838553192795161893","-4439545899853588337727694732607858953198877875628766245267240268598474069111","21542542714460232661110455863385722740255484467622849154059192362431835034232","-15785475679403357319124494155664836481919761123995124319099464025638398805499","20186294584756955467526474559437933701014883150775598577056983883439776617242","-7467505043085603538530159538746813672555425516885496413957028932248916044329","12860664449202755521407861334909049978017667993286377986641242679652234730887","-20694575346262476986449241986807812702089642803169060802689961283160679569333","20093741934224052661360196670932956260558772933523903988552769877949653861419","-8801588888035265395077031419300576736401889358246599995799431685387616597150","3620184012465411775498427732699658534697744337615495469320695656308382782156","-10094993483649468697138043129815963231140773829960854651709036976344304079336","1181279156486223048959390759990471997627378522833288799209569074497111901608","-9676450256308600443403882585746570767431588188984892566789929329423914057859","15611828206172881341816405444326947356188579890518225035390251227864268166005"],["0","-17024188900319436283969426690755658402204283422545804489543047700862410046107","20567828425316693505157814767152711450409772417512804110663646318188173612381","12046438010008180758516787738174897472949014860389098586275782037288274449507","13726196720138904192025550143205736450791902653424040441691072769330867687284","5484231216089518530590707929955441240862375103759686887819002364196590553557","11347153096252513947772386452063633571185809737784867602031802733915700556478","-21837578463173278613050308497742557936389599815728548109387792803074757199687","13759811749049969573081028806096359782812459665986285123630444306293415642223","12929151675995007771899154985827494265841696396226536870128374041046452758201","16568391261604158353065250213448669336201125590667132467607109291673620371207","21804645296601874950373051172357984089391348667854454821702723426880471395593","3118649769871952232895439358136620010524768591093209555883995044416642128984","14447030173714188584759836849684587726753634923494383410064906428328710293759","18249322357423611311355187737312042895324255389541761199861030143074105060249","18638007820963816385343064736476878723656389009757887549975676818144868995493","6128948037111863828703204146588907864495284569321574723385435571105423973992","20327376162147040620091657097017318996977920657892745813199285119841813861638","14128668605760928573104656672060602343429876881264731495078752331039063777459","1327531759205073243759754609555109495799864505442706583859819898692232017535","18250785573171586325133575112066322100251143330022488999361581544321030373366","-11667564087608054209876701861940943170443010128854922079820998449245237634105","1541103107533287939057262768732814893036115742203371951665800333161255492628","20513526503145745696453522573147740888999549419120710302326837461757148793536","20957103476694819226456286057762630553963742126700715719523586157791607388318","-691041256595585639383877566985775222222615883196224921520559627774023044617","-11022593599313882502783822332762572914342327005429174740786298314437019677521","-17181481188226047998098364151033978154610878984905169264642133749139485436155","-3115840146753542364293473766497170252033247806334641177365181371389824531362","-2169117086539186053001516582062054923710088682336776954311693535355832917722","12480514393845947196249504107415647172077399958919487993497761379420055196939","3819743991634098193595874093166507734588986514013304998358969628671679647793","21233031277568251648675029069362345916387614181911357077754190942200671565602","8339978503259062812644821826863875030384308760963881894769035105558774556350","13808384749797021518838828758853912924106260822471516976011169993271899023929","-593328034011191552856312631942594631789561542394805460065033561548339250131","-20493098090777361961796305113710127398569007061517573502109157848047685863273","-9922957099740104070763570214319550012454860930822711151545860185364355290931","16169779792614775551219725559710701255822344510564647047018713354679528501496","19324657309586239775314187070897443500138599834242152534340366317117248194463","14090887806972039702847351124311399606899105221043533895540079354146942822174","-4525575171945029158590004728531860334822852903075452323198183555845484410237","5704551415844076628703945771686855749191958540098098839168238084775227011063","-1907230111531287531002045105567611968482542330946691249732917496847320104411","-11784022848640441711473964050560476606430610004175619398425052473800881378448","-18607045283399100941784757776146121822403689865637813852059608166476937363384","-14211695279100468091137420843738801585922398025861435199198869761025938651156","-15406353677728700343429423142189414418744298411071677912955606256826739699270","-5491219490900178147088069286377976152768475819728188774942067662716523126878","-9886278636506238065403031062196906281329207092214187216213972862919866209011","13217698455955449814751613593205976686804957526136103480662646993811598806020","10589029019640202072215923718434441209851708080845512679075067607699407657885","20041195381287037540680582517219539581704026243727187616014205957101334124111","17978604267956643459426725925395181670422935754910260722122406142864184192975","14566262701871026285627181941576513011209215942123702516611570617072529305302","21688801708929563220869225596033362770606304190647589437681179892645283294409","4310735939127906741338649716578527689481769555905577599472332055435397421662","-12534586673517293272353490235916098690522525667089877383857843272044614841359","2808229749982612925461919776513812067837459666187793607634996283702696055565","10969617774269791825774338593668317252067502759629896620028792107545887830782","306764098619165237043476741438761724157551061669035022306527477662765370675","6012538004029086597487905888305618148503247802062886292663121296886262659300","12353302369546883619339815189320347366864588452912209627161912824499240005992","-20453849083466145309514242132544592915315369116849447249965787163485520977464","3128429170001060954951238606861891959019733454310277409071288579954392894808","-16840953995699909825789364942731917185674481002928353331855616142489872809643","-6716316104451284319551327831790366306754152915319376078226408525995553293917","-11309505904104474498607675183133652623053503762928072899174450095285028990016","-6145043810931871972387469949641231934502199576980688247971621595652772046984","-1807047859614313485937190813688917843702939131481054462263990979697006069349","21467405055861863810234944461658713982075397529356432455398480257817581397303","-3851128774064470814270340274942451949836581535921065873374552997704961501949","14767639302250020217818118073767181946210130065546944009818145259576331583932","-3179025620654823407116538448607070881490352554354328608714706278238044488339","18527691022873528202592423686028580498535729922517813416329335316483046677834","-14194725716189532967190022439557784917627220792101962684783328536812630173408","5848536507478082267220745384750274991710352061520649749820877793656198357160","-19416139783624579473748241037036002496048256183251579224780047781098913651277","12386073006853377008797931818607505617951132623830297854270540902267036670495","-6462554505071618623071584380042735134815409931909712211232501976134645496037","11512495173466625491530488637496900546529481497859745948622001750992831366830","-5748895868241822777156922525406915971460779267683265284518373857618588371999","21745451054842666083829108276623072709502160819292118005816857780115920522293","-14317931754558958175956165427578409511045350262112751903925993474963550334930","8896867620200391959892217675498971579408503258060593397916814296204744256647","-16424827470551810029488132165740476293747689196547162440630708069430025725062","895969582098001952138590128389289563212335166693900266529110075153001919705","-18416463500927356390253789070389860338559856369774838581962234847046275735431","20065590908447496788233992036598142189268309549951622415456074659966401975670","-188152001712729145987157100795261899873101769744544417060452632302550467768","14374405558435294068328360744472155211254517462066918965876442990552724629500","-5960492898118069162262654656023060355662574179433330657057799593362594172620","5870689481500217592342006842961721646286817438678124329567371476160189509910","-9554588685683309806734664149637071180801170946291251160314165926858473435309","17223010820182893887945615912420763169539381973077188788457682078526336862980","-2303437115364354119623518403575680026350807283676906943625259441958864779621","15446572843768171813722333073927010070343935543488156797990714928575703123421","-3062047967650088798696658342453277622543870900558898197666320705212074670665","1252496315302902278542854245517029904942731620097345971129617856974066064167","-18236029380232610065380877390032310542797879394964679221120824914625578965267","13900063071129457718733732372823627331528547858126019521678783429121340026545"],["0","-3367421980282965418807139345424196167468979138525543745184339105606143814618","-19666603461972409661444125371495552215633246505920468538393042282375429136629","-2692594417943871289945426303176308045852910690351582515703806823598529036516","18747912856762050691396129233282700294697534028268123626998078080999644509785","6929685907206627993765545851810981408550704971389013929123870531674472129266","8378229863068472763668846353895611665346741070272602355226647249620335949181","-9439002058177223169229824535040648983728477685369828531208820942814688014742","922486485011741167001834572548625135122113526758538898517544780384992287216","21350357243590990071647817987004643416531106828905746410982577246890657918849","2527977374922230325372107457976557245817155044515663574879921382352098608000","-16502701838017803946328728245093239116988626548042921976027432991964842369035","-10551291913359111295721006284459219253731538437961630313931739118209868999340","-3648854114165940115591937714948914910269602325443551610165297429008715426008","-12470416504521784742152452272988515404048037915012086029344343739304048591861","-21309027777295387629146481585183405901009372978742888790260742769740861330445","155718908340084175300876915539023829467620494771794248632427846768661979722","-20549131827220205150667507333668838366725802191652473447889492184675750823832","21512677855435075579830378859320705043881446115210690993354978382994635785700","4240488515433211256669842298533548194615230753320691456233854098654496118481","5174837106857830649923580129108137190995900964099203269348946358406530489571","-6624890084550685524575745261330707536321702631886496476421991944008419269871","-15146104791123370205545579796889207229818100983059677895066720678470046315369","-11531543770763970460020295871394391557806349020828796880472558769107977966828","-3611345190847784496108536919193535794312436661191731622368593788953994434910","-19691820218321347283816352411917570883765773117296686709519198453628945002691","-10382331592692639583039848453632298838957400768627971877385866920740738707714","-16994994628320433353952235312046993166522106330604230923584703269309934928580","-3823078677364181562589920741452004161977786569648019203627156087895805623002","-9661192412337566387084845648334152747849412554298850005963821499729526046881","18662679245768218565273166276251785882759900678284748123780704618701580342644","2160097060939677962829080305203169198142546767234853165186698345432988533961","5967438217943359966930885739823902961707391110558665676895930981748223264141","19711807834848349609716544893914757811737709066736309763946768958665128210233","3050210525481889305548946711736174631607470599147314323795079746599133919815","-6078312379276962601878916176069669042765471557695003354667419182089164811396","-16807789188923237379727457737467559136085075487162642151715427685160087172798","-3859660053744011342843227676684496954181026568596887039646420555583413407581","-11271740331790142505666466439649426807765937480454982863245501470278725809704","-2402830620249041981880775266889625118791733371146588193064708187374384467559","5752768452848598675591440158098788349487982636707632916237699884286602943830","1246097137344340574919832421971909574301750755588072187278642525159922404505","19225372004187051838891139793110953330901575042719696756432071341406211392870","-19884820282610236631592006759166294613955727694802114766210647790070064832688","-18008061159341260514641214402478126128795453257381919291520202378867520631276","-16472794225750457069027798175648372949053303710308801828042436897709283531985","18320915738740326374475934314110879536236802752717475811897571385114119597493","19330043481735032550090708684732250130915696452958963057649543002396484166433","13419767226605339729851050509294551325721724276784413820885694101020878694409","4368628322868247039360977528505152667908160519705252655062880166378282073820","10977586662175989510014646119505668403757261109768968943170014524552022372441","4417503967488358683767767346059627920506015204243971304645253779514088828686","12069195363028728292733843911964011632601136647998193935965335741815473933615","9328049648382926572514992642204217823777704054985745855216587791908710741888","12092745240057777220152878891222041215742926018545402885549597012402032158157","-12800615447953683613048631018585220887296560785091344940913456738181051225209","-14282622043066365067103808584629882040516566752470494184054969679164629385440","-7070564926679706011335938663398392467062425123178155433895507027164772607101","6032836717442045502119873452314950456222261918097220914505876652386677353480","-5097874995447654909734086619157424060843242616916302085696368464581222125998","18323120455895774354569501609592363714844500493328196959643671416937118919119","8432021699202793527698021232245131983365602558078885405062612544089066711236","11130096860905107732752685740149541752359384912635222259774532207437871182213","-11344729293241067215180642834877674910905215227558713709116637930338939680282","13775914946237895778931428105503984608589812134197530523456801877755704157087","-14679823711992398539744099436266020099893555657919635368508856540447322066048","-7000653380716715555188279973188138507156436357770888294535824850871889401650","-17794339751445974384418093980899180402840194998195382811124942888268136607725","8549459109300335444569115763412204545853101106930448011644795090859895414342","-7157651282422130878824809274919104579229971061934225790954340389587232543233","2253901173299834025895818497582052593571017630330044964317463045067944248709","-20303575145006392549732197509555870576043105405251425697956794477078306348834","21348010866811882510916113844148874536053828079388875883123910899077402075626","-3972141466600456983720275738346606138451371222499766995163446690467760650247","12365396998459775263989613665440511184301514027341342988837263126902677707399","-8501731228552161315825519490481306979009225069073890327765075254116444813291","8129625879476617575944057136610228893918606341265754728248439139082026763325","-378443956441195099492869367497908369869964149379310482799901455366391982071","21119777965863035658085670901168939290034043278187072956146074061764336008619","-2016247907580864632728205039723191944987898400434092854240808497786940133095","8147085202643419503389265428954263003336967710959017459046426055375244857704","-3133462969347219317780103910221573190591172584400074794326421332711200468733","2511603876750348659852983764778835153494699740315623501378408369167222582467","-14579560264168553313490372382504424179610539479783249694835708583011019837458","10855636092064367686488165757086736841575523348672003214707813636597785585142","-20514968328263687855376685780031025838506344930289610314881988199601840576070","35326133825298986200017531503586718576229945491263918392956904260907032661","-21362767233694661271122355890360188164598612521455590490917408944324263540659","14856607274431366130922952261991709601215601663303398794398475574977874950992","-15553393101337810968852861670335245579945031092869290822566497062137012437879","17844705911953010363489689735791237401760045954700252192423577340839520314450","-20569715892162118629655430892250151907037931703971116619754100947084699545006","6635374972528126109304518222450201345576879806245081598904004876127616467614","-8571506162749999092721168276870815224367453906956644389677445846555376507608","18766171642599075525846366986222532682661112187380702870265403134194918234558","-1047756431052408922091961598469372973862954314086272155291921484349023339251","4991555422909160687308834280126176777532210441262430853937120819060105917482","-7277452190028894796710660758727713637804823209264175906719334113255015266687","12475439584676041121515913689293154283128083339700757467609913781607127353064","-15398509521432534518701003615548278282763722363286501864721550125922648036522","8574786482483021781835293599698563520920283804793552167236667489505170951104"],["0","-7613301868465834859911793302698182639495083269709924989112418847506651736457","3200192297030719785059477376537151331360613819649267381157542448388760249760","-6177754356896725727760751819685437984857060263561627035083252024133868127943","13391626094479027128189105729092219439943098110071489566144242997888928320061","-9626002427998159627096064771500422320390603234812614057827004143780658203199","21500074335588760582888867269908086326506807353519779878456562574763418616093","-21733091217552043594991128963971791805770463508696615930883475581414512520606","14099747148965481481042377371172969620938979225276304728995197005240475779215","13064077387097135150060052926362113411033445990123073660079842356659102890460","7385986771708877159096877671264568646134066048569735016169216513059149781910","-1943224583971966727641626217331752154015345570683678452681147121140228158638","-17743213555790957101553722592230173522872741738440124547618090100337208315007","-15801702243425773236194525659646623389891704088268664602364295223267528456172","-15496347515376196932930546373639376247762253902140085791641210807102748978681","-6927830717371804716352702255070036480635587473825447037158273348176586442557","-4418785425748675178069287653758615022222892995783485798489883767735369684698","-14222224216859161091617203919363082708962446015925800264593059962530730059790","10103205452433173912532130062613621731781332728312977593802708148622973650478","-7707321935563713380500365686806331256624587580732894945005957370003552083061","19477328792773616799593538016537863975129672308528116112983464226417129713430","-755433694456971062457739141933746864671055289376545995328384780744845748015","11918613310312432513058599551281170746725918169624333946064740720179730522247","-10829435808329656792914329717735917085116635371966361280431869663274250504374","17623520114659670792644482680237088051231260685835015940700000880300721853685","16225863633889163772150344470404131520709527845520523391463845953455337883551","12582591140321628239207879794411171878210730315439053714003189265338757290527","-169319961331482213851389093026149786127705296957043884282367740104267561773","-20912401210255037386744884317653940582255114927218146592838165660155129333148","-14836044831122102907974952998719580042252330275586022433337889271547836196482","1407739692908691953679626967577309985150235260667152236366232513118049663946","6319675628927024746967118647670486857944808359778504044612240607320110150679","1236554209184050456671091527613438114101778069037995747739346475505983826014","9651327860185783387644344347757635424201600700773373244895211077260964322381","11395490091699704474337437112466628361535202483935566195680066062102826061392","-2830199214969057672893667910419909005131046848216419827365418222380854827981","-12670282961812887302787455232243140661112824909494680423346714066603348036128","-5639501967850508962296018259310810732884561694035850860269299455442502299816","-7464687752603751981227662662636284099734993672618369570872487237153953660824","-19299881891051219627515337926091176376036523915662010784233091115794116712158","10343223965955979410575978016456191935798343365848644131685430107295143324308","8575862425726541644043631621261843842225972386666091535092974235301950962075","2695159912558659640684014534613039410372287789119069077300992108412783709160","-17571442433117955833526882265072647876262574728771033075404646359407602257576","-19830319012084388591757202042700222966454131870739698234289371943289202359165","-9633998567680171281345597546642649173466136642113674717518030980399606924019","15017686126599976699112790431575355583462665101580578287733707896209968835325","8889192237662748676057675946814564376706941329967871007359316950974678689035","11102332273138867230395857689996378699039924219012689391949077205105178343614","19063564188056761106521537329628755583038019363104301774319996387247380230400","17601032014940705286765163049694932327713380715282438860463545671636868007214","7143166519119950158098621848707777203469200153627525335815559689820888434704","18317550108761340283963226282958702931980360081826903700360214415738488483747","21127749269370941640827311875237506178974978046152742767983954521324567862219","5407824941740113066697717426277932185162840507203679024160048631170732623491","11892337959031308067773710660096010597945706293752584019047004187998324079430","15340751547663786678208976002686157009358199283749974267939698777484445970935","-21287844937338947213402950835345846815395891544936614050683336365842628254954","18306276279871784387403756145486733928063118514970818787782062485927996448093","15392560085924807863544012146986930698777201026353798306449081356237313393513","14854210936267495223642354194204549316407101080373983941611572227557806489828","-5090710391019197492597945934302209151866990377262414227985967367602943219177","549821201360797118159173683971335684426628406419600076711749851831316448803","-6743417104688301517805820230090422316083249511329090457861160713825716973783","9492146195421853990446359283335357074299703139810629330322108482778402400714","-14223629962103456574481330065220325199737308357588515156537223040316373068338","-8797383637050114815885319687419807943113276004903349972603887327387619774121","-8293529755004814497765855172757091474694067859516031109311704688023508755412","-9400446564894893576886674543499929339221396796691511180980400614292231992612","-12457409949385562688733109147894201196832116747791785382217157592113239594288","15175817289247699730951661276335712335366527102800682327963166464680542056523","-20767403389083891743062457219993595096777008953999578602075793349863590496403","7669100106011329750486943891364572307736380980171453113861531308525174079671","-1172408671773692157206343242189470336886660417692571756206959637759822336498","4527531682743626094147337086785068680339649560621552673750565156708044460905","-2332022066231721016159731421245589422861017083733787288780290880484365935337","6476771760147542190117208087436593436442562517385659540638372887679246453934","-1875587402663284463016398009640082255087518518585517330924094006828930599442","14837960446555610080592792892456264172662730020702942619392439998245266303557","-7451692109740632536675379097931148157807665532029285865726077619431663590704","19214297932342429596271660717714146958293829563823877872543710132362261759860","-9158831252457436228404878949330839121709509992304244727138894143689398951982","538511560155988594838776850542732836916208183491516648141558757590636307025","-3083013171679233094224779430185355811517477213685937399476216809820606545428","5241535008054959745418748354595605918194013838407442118371569467551949557692","-2353010969659325262216145013662146764307855323384947893425193393750840124664","19616025899405923568131359383400631237125886004924689784455571295876399680147","-14047881239419598713737087804855039041588532796218362405318248362154903835971","3142751335588762197469438679335658487610743364859926026670736114530820263918","-17387796254475776866980025218235842146310333171485191233495284802701553367785","13545210497725039573129116778903716125382848224004961931776249709251048049026","-14983685576544383303563574365256507780586416674173484446006363599201729404330","3476374943309130004100055649372346498386073024765815063776117605536780015197","-2316928554704657758973591929010629974072545638442962417854467976643568290909","8985342872781231311422992029649209955019401544468221397376937890876275152552","-18832351799471733541435777647277906309278864130771593268011521695729413928901","12730151488324731256996661736623448714137542584299043987478827065685892751161","-12565924444336554586183436088251535390151201810591178656501177256568787579984","20658304341184448329739881134145307684560382228410702021938127850919995889565","-8373257845427683084930130741055750222915727175971443019382258862631776402877","4871138593280384883667348864009647069966067297465683203735074924698618101466"],["0","-6354651156340434741942504893784370186997912245282074486880123796102481955063","-11733429897503398785590276575163297016044313760400336643776497021763935021542","-6177386021759474594865089779264460895503779322032647585225576515062031566822","5408658528421340625726081194236568361276875142030084435278725248415102774914","-18232476251672089397448618307601216456023316366705064375698101559932770097202","-4613342872959537383680747344877839213841263358098805513490003422288197230101","-7984337847368201528163753440230988470373972202368601965092325449017030395459","5927017698755046262487441296463028130404577826765616020759434443053158813739","-6999854177668252978959337060450163889598100771050961086154797348018778214318","-6975496257854205620508251283932882981022617322438096084984962627285436499585","-10774807647291586188999978556330757979317205458060155076324246583027348568461","-11185474020562949089746702247834970977749989134320825860891752179746126505435","-7955771693852159602274706602828439353657886947432082438736842842962792120524","-3255798590770102286876617776154063971003561857645713788950391327785881150052","-7616335231473807938282754848121643394603886618774831973534089373224277037627","2808321673191918658391177941557025496243146494666938698598222837829514035557","-19204296105912432000560542475714770212213660482645526995806242042868993646348","-7363191536056476568533534659862853269842088066514603445157608877597560799047","-6479747522584593629556834012965104477117863391710199041245258113657605775435","12146771079370119749673708295047298023883383272185263411450221254387225849878","-10886850005323519522683250828380560668048680488433591669872805419496351086772","5475729242910354282756969810492420102851613822280427736597475312618572655871","-9465506193251947671445986227120289195941379423970717719353802809217993667649","-11661007146595253555175697516930883387008352904177552520444459254405981527984","-19584536671512235355492500707184603206491495512993361432585881056697596246182","-16463318363516139515727860543295351422723327390057306994278279524837818144275","-9117337597649555919999239354278004128040750095602432940414703348133721309238","3445296059214663173578360421961562888549099684617394983854053866414642558491","65451004861595445674658237256944466709622560051253160679531758422724024279","469499823600428000713421518245978785648041835047759335450470436595107933169","-6119273456211504285442487916900918859523146927525818472844539290118938234955","20240058197627975636523578648698750957094977373610919985811633382040217300216","10514960281760443243828452369697708536906374588456070723584892162689009718985","9270114027426020040953402391019435230344821076080394282499415929699452885043","-12274729164077315312398452163458775799014566948021892606073708713746736929638","-9989140056934943541529553840104694447600797569356104861160462341212269848486","-12219462846174646245961563379559352465566731275394125989691324467860819773297","-11484373438857631274335294834601271674416965267092929024993906091807808947820","-626502068068572047787019061401121537238888199288345292995819243943513254721","2749606442424965385278711365466610504005636337504571547330009754634425056607","17900064352187507312836340815415801831998714317861563096997774686720200714253","8945009181646218864121684451845400020704380224504344668997784563944201918099","-15574495418960487915684477102374073169912633070742865075420926763775254540945","-18329522974579553582615175459682653573066859315829032023094372970267096512218","-20038740010233892417240240583168769993252952112028667489128809389537046224671","-21530494379281627971379254940480214309510987515228509294719472825210039039357","-273048525804219606516541044216824056867294762174207224687142562817749848748","14042409674327646271260237465897570317890846357154252008137567145200268438748","-14896600981744352675249815080394171867853287171706098448919053879685578998873","5179972204741902754416561796167563675730690519205631265280446135828915393378","-2535152821790355895881649285230781415336094106300166789238876561810368658092","-16148798123887223655974297239963063764216554748997179575540336496107093792465","-20051814783608635823756139768477566656555813895287964243258690975223787757380","13366492983584236928072044364118798650449617951382908984179762629292366741217","-6792758392826825025408775331448165984574371653236262034637702529534088317698","12103565249261101948206149268526251865611453129514813048124984655240119408793","-16589297295686686426748554260196131103384704291115790764446567643751895431547","-2449289547562396593296279205706987687877749069738209907674864541399057025641","-18227033017422035490284883066390691622666177388130628740305900329652714481286","5328957489754655156395503927057548646068980022646913362314385405037933845143","-4311728130799247138634397181964178533832554120196256407680874108452885542644","-19642650537947595419610119771929925407498945569168020586493153873846659708543","-10334236970821166197757999901164720008333755762620145185311211021243300224254","3928824008929745689763688892845368074210599621584347838848335284523212379584","-18270730608203669897723194204253923887028978390715686961012356538905810315686","-2014490656385329303715936617937448195318016186565866583602899051189556476151","-12949472589020620981615405687164237587822758897054686368606037391665924408243","4692070193825779704014509939086394751708297896303240716913984694064626438381","2066046157061530392235137582354051239079716186023347487973869945024210866118","18008471344350131410215017321417925725719230683735408556782362635706587940084","-10276330266489726350907997664212351707857548017326920332097439878006212198757","13017723755372761406633404599874193359897709172947051169462660669542128470980","-9898840534244474446694550795186235299006756019530662676337941796491567542933","20241431274300028607905205018514187606225464893378796902195616450584192845552","-6691053401219790153466351607667948801800613939180458842404377711305761851538","20243105857656928914130644938392308204069573546077132709627899158628382551172","-7092497872148198279014998958541439780478372525057898725564095314286619473462","11183901963549145027162520566216784532838582186315472248695192862107974701071","-12482782716845742183896201261451260983299514878657860904884450403150332420241","14099053292553956087744249185069124524505759638902068906549497247834777178164","-8326348015240607384957416775315906330154488367471425403999333949466690731429","7767219527535868974715301862177796803925750305762225758466799610498248538061","-20967397879955182869811834690479069482369873662519039448247107787429347962557","17359604212115731181576296645862520524552238693949939318555802653105732715045","-10039905835618109191265886943807742934482236817118622733447842885511112908801","9487400494045084378125894464772702836937374880847323588787958565078960462063","-374939206039353793437315684260317332733144216614984113682881822773416155785","21755623747459579401168559799558274283155198031237298776947964444927606144168","-21763589351651309140480566813860771612398311981619021586138268267541622616502","6417190353557446334364415642055371309770972832091044467899330549567290271372","-9814030646907070400496233164272683923404915543076446318632713831859102726146","8328441765424264492562034063212675077003249020500666133349194081603403615725","-21244010070122191596444563904910229218798965007531660009258347439279740715772","18681194081307015554077621616020899402176941792773507688007890994019633264915","-16437307738684011497757139176104351288686599710032194360155800792666258563460","1901134595621429128959306557212666358803263921701847142936980701897398664332","-16178258204253379151695948741351575754003369604353440960965834420546080186312","11517394662001513959838465594015584566066456924270205867425419580408864915655","-1581602031801460388901817106942896510589135872852496733595786688055281737136","14408496690103561934754674957410012408804499127381555892721572735018139681851"],["0","-1862829180582065976361396233638917028812626757482215688825379079708592127844","-7872575352880615164349582133981108977025477777180044865079881288262123337909","-5072825107865918231473453306407159894098557748217208278170660252862259894556","6369723108928818145002360246403793558684275202184060612564642315766207521095","17670507735036907253975811390917637349136578332419027451398269289525533941594","14511899849750132160907898520886983278545059395829989315903360648318852535690","2339229744184095365532521370594817197272753060899959871254485021369852176704","3887197240876963872006319560436171196045122017316281991169687909428111777895","-3681617168997841312652734097727072685062687992478881999134561339232290710350","9107093703580485027691491178694310669396875414720183416962326428432401155633","-14111564535241802108780139421662119162458142752285522905552544100735343261800","-17908353574638770513866770039625287122515468447804190596680037708632978435003","-3390906129585459923582688780277914472291271533034179085970602365734388087798","-7382631720606025796893392836099693205263202923119391447064530848666040900068","-18329102745819208344908442809940895145603481972760669528007751340625873536485","-16256840799909794495080866195810430654372530365964338114895430138611412227682","-3222158206932593622145113126281556459884441361327054216764144573523442055792","13609593792685454699346365442904879965348138945242264249358660170102267038898","14121862296313981028778601932389878399866822343080435653351842807950298715932","13209008310699387729925215370982667151275419549870907266185111246253997474355","-14911531668066067680979911713491867686031797363252699596316721511635442135005","-374991000123903677477163394026951136501178081285251318143467605002875503182","-14472439323749205295680082200143201770238059645317757776738091946295979814195","-7395228796927409576522598247695429563164218653029341530681478877947172978573","-17560645965725167910335818292022324858688981666628809520981580899738639050130","-7181370688094412377352879245165337901855903088105769618190942852683238380208","-10478260493426662596592571582818850362805278057676862040909054594641469159729","19912987244610392246882821141800580613023665775490056478454872222894989736855","7537205939808007807344126232718394565634016058230607837813337389675767284224","21631672647738744857424265813640797943932790518108110893219455122740681434948","13572513201980299067337735408480230262175698912531897610880266154300783840263","20167481809393915719625319909656620307127508481833261552631932965204765510675","11428028786061520201956202081960594817903785188890153346297842821210261047008","12927661034920450737267423865032663939516412514306313844512856369787663378388","-3605372197249565568655476728935779808657417055380502510626215129431743084462","-1432575125839720655879084172215509973179739687748667000659979853184983636185","-6779795659373357101888411406469679678840103374268702305248105280072012758972","28596870060630956007905479302733341067976836333738987841953944630157714359","-797440868015334931625542471250262964209915291925958558895861266966527860082","-12032597751754820655758669017769784147810872389015035138866777775283977712151","-1018558291408520858575649614165179845378794351998777837398328117197608027759","-10277000941648089843058455542185856513132867194005325933168610370303038636857","-2834021598438255350625387034091209129373378607589732327203172172455964420147","-9435514868368217142934445474632026567826869285944802625155015779209222391729","-20261713143964626385002220827698174972240628650338446799642938153697278389134","3609074314020118620925897889605130150376558931516108661389475414986579634844","-10018318264755299904836238783914115090494056056242439103370247059083039264007","-6645644818445200882155064552881216400023304550571961871354071880442547665306","-11018422879508797450668784693361261127135508634144166332320413703840464647054","-7850501753292529267285072025717644611735535770512343825085547952078717431351","-19125353160859089584557041801645148340185460555729108529354846881776892733629","-17765365774691509559683489254978227710344316314637215642039268466732263121548","-14095269529801006484492504383283181403592875495197816535498689762808713023452","-1262095507110984685998707280442041344382186360138592779335347706495679908255","-19901840862681022098873405697740337776602155170140627387298985001780289589268","20910688949826679066296303297065821569115066996425771070411430907202009749072","-3202799269073932662759239296388877866411428939530912019753548996923536248704","19529452350566080658345249702874353269689422889237597023069863741299489697711","13981610792465294505473240021423363989284244444710421268874521397342718266096","20923935678433357328394978819797369453057968959857428052533809734016827753336","-15480302791826272447996504036222303842596700388372389839011889432494706804454","-18560536693040304999647735151869373082259275082928023550995106143484059236029","-16333519228892202725528854137726270659870608065204727240217819738715388709573","21615008889677919671562785634587721547204611044815568853377689986950808923443","-13927890691272186636361413859941158239237232749964317436944575927497944787414","-18967024630417887797848597881501853697264487349180664923665612220702156746969","-10401512506045945173115150443638645333169104618924776975812197006348359290069","20812254423860041690656297804425369816980046754484157250492302076336771833617","11569435890352947532588307838480773636868509102017343780103785715676966375254","10237480764347492667393942095433306676325523482899647960217130127280545405059","-21842754455481863346380561084610919773402472732408074143321673480360290833550","11560281534338582588847528392224899409593071648029290989279350190457237788883","-10921280627323544960868028300300402729577878970681216756394053832439490186934","11649895490767527800354771138864353832486458329929551619888991676885286543821","-12119513167155076690892849361454251800857568461030809943907669842649491272640","4086685665188500701605134618881791353830921253502942785873262210591732100214","-11541194466555185410783765077697486695515581852554500164879731020551765052631","14547249400845023408368739355981698695147961266217318486650231966844801943800","-6159936832409142866970944345235593514001092676152283921277476649409079949070","15242549846993857996218760608779027017545541115359088750378140060859338808445","-10372859723975667623851743585347742965330351801079025345798489340534809904748","16566739099439355306393394646303138678635141294293023756123443920506584791311","-12006224360523547680201740930106011684525821746016604788056711805676626308955","19553325194839151405698138099153325713402221140017923743757526579957730424922","-1431477378611324177316577239888890541473303461389580281733230127736162258283","6436836347165387531136887260985772470305418275993694057420754927697137420653","-11623289034864604749209262519670484625793504894119942668463181969156326376195","11414554507898553705395735419017492079024594585367587278168235522665989574122","-20705964548065621175806779178328826658821138390594489121144258013392404255428","8688059839589473186399097736992770468093664104674054914316205790512520836055","-17649185937517068879864654521268109755874921199105385586233917502536646025137","6193812281206822193427111103388609562661954962212851297814404781152618426644","-20842625176493941237547605064956110704245024242222825748993438252852510291347","10798168045130653598400590843596011085012227237388810247952509338386317447225","-17532824688529732445238486745004648582266707107591086964582571329417032518153","16589346592293738521451189516305976089837564603138466351243741587099366666129","-9693089639296094600484298151569246753354962412819940079940012575302335930610","11800350086023222395413478048457404114269699891761925362057693074191571749552","-3982291701510907326703971060017174334453577446671402772148480391002399106979","13131099344164583563976042827221528654678922707805395784218504747191461068720"],["0","-17280191740925743596510320325203111912011866631907395534498582252559848019829","-6169103534861991712294031493663486474491336835208618093963785919582890198766","-11103512860642726100965781906669509928318403178942984404181316582897553073448","9917707985781749956627630220708949444473223396395512335443841031784057818659","7791173203259359290161330683992834696894709796907882435476179793970729725702","6203230982126516260974623638623142757049398516549167465731638338202366058203","-5727017131351634323177941674699271129547441029658794306011281541177644781019","12268626294944604450369290572266991066510066868713322688146763820700421412622","16599120309334485243134952799705651733041704462401673432231837154002787650267","16558352553416262445798174587445506194463198181205495660243170141197836456908","-5604894316012605357793506396345188372111099849833994493503584854747675909635","-11805695112992396643207800830741597664002377709062800794873439883786681691846","-5204124635134627486550441056455019125342141922229608972945886736300595329061","-18954336575037628658757531870595926547674886349838389726559595930497885787165","-7780328552182184052081223180040078397513600883327690333390351168676222722531","851522807638067853602581264139741727740807931638684443434198870659073867056","14271051079562062639499750688102373494442279972333759427571061999098172382830","78517474678609480349207554214573564683538273797348569789607028765974232652","4972304898488880732876671386870909176101240484563709557833617437641785169306","5418321388611433287271381957758852694683574848822749569625775561453534921127","-1900537594379655316325922668250420315456040954868171946336306229870370303132","-5849008577913063268413441929070173560488737958742308866816167044559224234211","-7049284463963760024264861816932103660364271389868453320617182187287522635435","-12914688842005879326986487184915713190588919678479905288268649741709683250284","-18339049615119822931887629303558942350656524564111367060409851687498575392078","-16165443965873686621482935963626338631017840212200951471763676803675276491020","-8430633882961930877048208368684863298400259747510967866504287018677781994874","3139377284929078858653525214736031524352202238873398388853038626542992351839","-4358559038519567420362590082194985955695449407974621311932791310309599990731","2837007459517178175060394947415297996194237126283034235349269835126992608491","-20516701358857169339016286487861239190059407286774956285916673282486460404639","12310802932359136263591205518655325161589003199583501620982635504338091000574","13425171473404569679007160778435917415059124261841365089582215510279196768511","6476229270686517089057896524001291586920783481879610264204206454819897142159","-15227056115480707195505589185461743367922196247176162174907472501076873405986","-16429311924749543958548356864917229459401811576546205634039714966808843784566","-1651629666841181536706203487892879134519484756203546189754813684795653044416","2302173150922273317490019348430619790548825579193551140676511895669670058795","4425057328775433617844261178033620509786006011084099283335530683550417923113","19485315363422236854542342258201144220024169991397947319361702903581101174","783445457767887481382517187188283031930436165813541672860305485783526849272","16530610396081173962585520108679817857305567408419223324181748068143552046870","5987930784073904980311066829198070763145026171200500300335353424008741220487","15707001820391610691340333866018714260574530491930650307017675349804178969435","8444070157121983987494966849642139666033274273087272060839553362680531464325","19337078110602108612637082801014374088655229474128422252805906531370266722106","-15165190206641390491931698101734673601518211392331537962409710526355800983466","-19919699393222358265576529919346567564481135623927546354326838056216412841588","-22708542487632675779060314723235604927848813740113673564386989019970436189","6776665417447814716850435467411468749758547269200930220749312982045061462392","-12550710666843474641828922792893355601314314319222945603189414709766787074397","-14432781975478873310012413523874289061576215379550866139557770021501531065550","-16793472354813345315143995260818142787235968482067296954303600771600693875134","-6738015028973302707874131521046149742611484700541479410304441922605386720780","-2868571565509946340372514780748488228823528392226711520312411601409163373216","-13154086644747205599445207884772280291340015008431175112824895270899827778907","-17432578460011307951817186597354007030009662903992279729342075440877358300952","-7762770907714739911381023651331569771328474698342036873379547344484542549873","-787265093106062747312383728869314647417981950603558927255532721932263264533","14127953173923373937639836132336569261432475759805980894314711830823650494481","-14697405323151221248937823968047516849206388260070060886924839268624306242791","-17585243353876596023397835356226427253042102560870107916631870745212912665894","-2278661399087396024850477560582732965497938006995775086481235587772976276163","9891965694403061191132455083042342044703043332255152561577241885392413096211","-13252410526233390859937517692237934321273814925809412268730084215116933244153","-7430138539409975217106684311961036294606272030068272681114022269125897770618","-8113636428289616630418662458920014328965402643519748974288590010914768949520","-6956559022579518019312118623554053281236279466252783633034197009211505507928","-14989749381273731924874234233687684946562407098054517515678438800223819124124","8477166458318780932091502560181076755655788089743068218991639649129388990001","-7505237084340350185566013206948009431392693136602430557701199832400729612376","11482684406424906329550633008289980309406708341346206170758836110553774150711","-4723451662261534526581311317802412973599362670356689062554602776800528592855","19572865819140964375218371873504381150457972471080770349684685102444692270809","-11271703375623955821139990604696113495736293489922051420020524089505463792035","7580130939988345694822825255735783656425877833493784074743854698082628961630","-15394759879067852719388797923738921620460974376048202564515482736506064189317","20937957980406600570019530633290912212261685962990613396233054573999261444721","-19999941333253339126595098989216114865199859634360663889891656197151983653469","19120376671642933988919162659909007247039710781063315729280314108338623606770","-11814933327537034226557639892103530496369350489736560183750977109177420181310","14418343713894239770424758170332006387735678619364069132921873016105857927300","-16083340988265680992336877250318430337015808746455053614405397327542221904398","2891110414442771799998551589038975842344548159554185710850529107812285255437","-17212784968123724246433871811327321275191558297789916804680184944667598156805","17229358975912994591840834182626402325511738809344814318885649531375987711536","-9768961381841751156654564683667973773437563696687517790581162922108453283258","11518411985246662972608457046118773072223980665597766837016873872718607234817","-15231652446555730559931398001574389075141392859237409706444830382118393054248","9393991802045239600461811738846993615297722490673369457104082964388241784045","-12783886390986073939915078436873305824627170420882288114154928018234372604824","20212560119262463500989666892408751534872746345184737945669251263008521197260","-6159067063455222995002846571905830852073246026209159423500360108744317858006","14782908580328143890555344699568882367880498356701896944726757441829021709078","-16400068465609865507243037386760662407519501128358643760355157611043011673053","10061441652008700741266735641831355388038853396645504605624525232110917453503","-12972923202683523636986511031901491705012487369309556343283745108315782797984","5738175191871642475056023858452861008720671427725241476638256451033741998493","-11406739587709136767044352638213874264032896825119553391855113083223130221731","14146833585311214611180632805035723250816527892423261659316549933097671429503"],["0","-19836220102604343170160805206639405548996955237877031123976497544084326489999","-17342610438710359820570548409384540792346801059063304104319091592240921781579","-3530508707630209822057732842749101565602355613773292031206636637741622097429","16833601168755782215629930647108778063932115506438907130410371599358331493688","2484322440495464698111505594854321537130148557307154037198099397251635131216","6538586627640156515566946775151329439130539406067846179650413114894242205781","670654155398387710368528888832761321377062055979431289271248558882589392412","437930910657403918125294295003053872544530664645584046841445781129196853440","7104899223525391436280543853591313289417685688661156114364722154775370215489","19210680961904970463010360848497844424049118588655703759663374405080485463925","-10705023838026249479351822357608678550374222121600945266447626578611027216789","-6467278801944456407084120260748586531774154456243210395167213823988218086956","-6058992135461750586193515774157101076278283069615995699513725602217135778262","-16621460815424767499069061338168131118974379434894988502287584888217281963661","-16046599722789147691016625768318131812903662527340219305787466535749921797117","12170501087984490989036000181357592363289552623003466198647172507178212631473","10207566676871612530660071518097225577137984980913911767620732093222331140316","333276984142582192259782353621973409068611494315838865504233229798081910749","-20692239128036017792199468490530491423133822576532643915787799380137457696843","-7192060463633684843511044124941710143827037195278727668974754563294897120955","-2156671662267332273495045240741980910033453247278927733910845458826365512423","-6725986580088420112060049867937050137135141905700673447267301160508150030711","-5927728892433863950457369018555566907998481597530668270375485977444170129537","15997357567501447939103385213158841495564139286551955212843308789508679261649","-18346624096236071893666715124775164403323355305809226752083550167253663571506","-13955292208806541806237464442615438719466461021998488888173686383105111114005","-4740422049537338009954124786963735165003796486717084044771262976708526449823","12721009225954516663886166514325609759214765523452569436608980270813053391856","-13938801299160087165714495734153346246701327769126602427087281470449060227934","3506260018637176054408654193956128192710863247917229464905184521389031501966","2397024331414044384757193924424038645864142383905985270829500842735850014652","2355237386563095110949493593940048583794377680809486498183284146669824665703","8798998666714465649375883260222893575888374203107426712817806354530253949209","19207115557147550228162076516780492376457261108151080951811514962332510586541","-15886159907739270521793262709280346970301495753445675472677925872282072915744","-8618065275835458419616661342299153448261056381199516529148234420018969770413","-9784417090831290013287999983987046115855174300628555280469759613981207277751","-1948117079380343170718324130122483095993928735444960155985656313525377627835","-1244625934375730049872072861580255051823061950319708116667628394061238713500","7676391910621735613629254567708725861078608959008845232507701331451233100084","14845507868989018979157994672551079334877191088796325079867979159038655728232","4152868705389434421767048454285295928808971149305981550225372194370251986756","-16332948640865599747258150280095571960549650281072146676400812993091963740842","-8904275606172769511835979606854476787515666628513748384823220773238261564873","-19139652006178763884131020254918076088963065703434877395497032279460660076668","21012682754392559792625860446148493110299168494261522638833353733277076413030","9029088131343180329549337067181842216654994026690729249247155091682984550522","12868883022673694757535333986399079293211179641170313241940867744837547272677","-3625752459173397043135472179814466327924400133929866742003221731509916795076","-7091754717804152584898596017438969203191484842900485523298186339664167040177","-2175977761234052636966239037810972397652001393991289778858954642881908953410","-3335018454486348291887166767948967757151413053693788594455501746654082402755","-20086753098594262568851474447666981814847779067093441660632627637791817271128","-18448521513021224819374634851365625605799307480484844270909830022921487986952","-10773598248264306259568919208774159418192602928342054640956115504309948822079","13272956865647348224973579868727479426206401639816518787824171734985217941758","-9916884027986484247029110548846967330773188710909390135698843451747729424895","7842299587402178484418177339883876822824337913266993262856496653380602834142","-21774937604984486084933457680359857094464061149122872495756981576273422580579","7604179602533756977290250682192757830473333282673907692671429239783644742759","-20782598855768093808704670256655597749014297898515560413352703765645553227863","15048432639765371725108739440406861435294341410044710167243282548907129390755","-11408596596557664051654042706940623083776111568159925563880847537094066315820","-14880073732220277574690689141021915851062730944650144884820245503094199483735","-1143362816555859265370039652176813109959699449973891879897894912371100107627","-18714731343998013137581913378747869170630808619366982968881549694617174314323","-17522239784171297433596482568902391354931782205191565485357715266988460550593","-16605564812540067463927160316538459804539571558483591949832753299726726579251","-2814702997501401977155397718391195647263486130031165173931475486505682529828","18048458317611391413425017940434188774932952247422247178624723500115300137650","-21451822996026780895749256203038043762951887718950857617691415424980167681","14083915856918121671036747096122747935762917431632815637171044764504039479781","-18375820613622736354648674831628485507166482349970206902762039398195505925232","9641591759061098331583027631565189923425381489755568965847205522583891227275","-1621270867598145050967712798030832453056666778745692768422585371042693701643","17657885991228628391605193027078306036131737334380084757251262354383512605475","-18315582105173501636824452583502731773761471544215432483434593560826479294925","17047404760951249666163400416879014151913137233188439355635019985400110333407","-17257955377892889775731616816952810949250365896778905013145764397400628359513","8074627131493012069423821333002035330088756759369878536955827304917068970967","-18990283254636462137222551522315148396326375534160163386769708549958072669302","7189481874537631020416479254203662057363614397558522389032499018469680481050","-21161833800230353913561845974746598163350738303780168644582987924110176881278","15821883076409715419409700519073252417372828046718138084609315929152611345719","-9377575250200931121938671974285291609365116321820128056708189883245022750955","15594522547458632485604217233646538713977565152352813716557496263271871528215","-1561984284880878013060762474169581799355502556487927431950272142667308668409","4773695972759698081841468263687469644640248691892227002587682103894592788784","-20584086063523976283984113383102588195730908189047920310059321146295210264138","21350014639807810308454956348249378403636758664621210184407862835361348361626","-19427216133104509534157971051816892173484227140037136703823619178830830341155","10671558265977704879310777393027189213071898124845677660268473153800193088490","-15857859520105219581869542224187011510498569737575343771178416492789690296429","15409730852143117186003362902418983422873402932995945793917947616636419843781","-13799228468510144691395539313403672229087362907560040162167669584203737589943","6829118915935251202456842768297745776289854065575050422673329781663947870198","-2206927598115420763296603626002153212209273566842085401752639604195251687088","2977884435021365413089380702651046712470844537060093976822521493244531151494","-19294925741901140707181036285788753670541466301786098189666211832518131454903","12715335015749595469339945572343756395523654793358642895641784347317545250978"],["0","-9703035499887513758315416979856317822758553290906077080196111134255255310823","-17262079464918342352273998447311543725859999760854862420675014278170649456513","-19361242837362854798229258193832795463256527683155000101567965782970647609214","7416809609268708089903422910607495347366291417503621435960047510301085952736","-21273258582248020866846325400990798150002563911476633652975321046486465240881","-16894893322955058314910777046468234574731429239839383998471963514947956501535","-5432960778310918286887023658895468459202363503993232835746019521192141380981","603358340646000686802744593817745240562584042260998603477392213733642398142","15263165404756447835161374020465048211016800590742095097432640886311942407641","13469127481069858395613617057534793831142250015913824387216644727953735927591","-5376086831155143710606613820390322014475524877593033608846874533275454627239","-4425387264638924473354904249435946024828950222897592049456813004454941690785","-20786727351123662775462884298429996053888770256867525001197386444104269371502","-17023056753451134460870032933100377854966061109333813630595331220822119571810","-976958589005345399384610046139284614775027107695345420223030239821593522053","21481657195603106344143433794687792258458582731336429409756745939197804380566","-7278220733562284146521437845673090190020641069753103544103921376784245272461","14110843075523908038285670342099176740898748274383990226823809006384093688985","4298117342457611819186070148019732375374919234283414444453745108069086284603","640761418702098218193379768757347606739706131157629998128465000666229181813","-11844725968895429565791635332702780522118223864984417979440021143407344499106","20604383576398441394414463774402662578052026014704456190732695230233161869146","4741193432985069869444995715168993838396971712575456850070749002877557263986","11620555221160217970139838854662175881156986516343970916157008325947546284470","-21187353433611062564114881025651128428362422710902683988002453204217729222482","-6724009928357022364532171817208474159411123226718810697942504082174840889656","-1065877743291498632042258170919498614629652930810088192263082005464384353097","-18253996553271926640594465134509299827652141724265127344540266970322414816679","-12934353556598764509345379040006203830645129490763896736602016267692492543525","15073599728947567183663114184732373735460452656846149664690138194869333166668","4834973906515623520943571603861113793377454437170790264528477948179131669577","1471495776624152469058412820396108926995170816195302601076780569844886134501","21480172912380134044050978546315983551151533619534886663705813230522869086470","15720816665995782716817574500467663298529824430490881811556504013274594867072","-1470506738493759784661270840722395593694610924274207519732435161600309683876","-14121225576279053398731128797585557624232094510327576982374862398117334075240","-20167937364784409955777393705070365973753232522482382956780285369763475911973","-1365513801290272825592339012471792536081033983387494831564578904646021414195","-3939772347349954177110592158627709532874156125275651144209328135885142591212","14443218407127264824922578112525047004219988810589221054046800316375208900413","-21569620343951860224237994240490396001752863395707401715936372936827001521800","14693593109842200532129684554328274991229390385496312576728542922362647399402","-13933626741272828352347319367975125424684682173186993223281170008467404144652","-5563413625940429762297750225981046276171345051844740230098246462019124892199","-21740527875584702912559566519600173148869308554834819158719749581888122618402","-9308685519805647099438801566875955291953706804240513444316672022883592229983","-19028780178085251583636657372104823616648312463089078748574848926784368289623","13624156754111333433516948108397110633474259455153849901411346994440523906566","410215732293978355591202774659553073968565815407001300830992824281930011916","5086639418290292606862653618035341366179930119299606003031256860452023487817","-843471785194957610656484686693536449246716331117276158758419004544919602177","13170103538603116889833002984566843247430043821453584699635640459436001811070","17145248543659061464387310319622270544921912210343894483081014482841785610338","1812113017032112302320161163414882443101178871931183478784367608305332338817","-10948384256358691145848163044122179787729132630130708245470890405213360611747","-18692694424993781858585348017742660927109435151296704045620943950674134012359","-4313988009284504796414040214608360570698278136904851026324761477973641936203","-3367362363309151365897807997360445863937104177378488871512400589708237094768","-17743870646594131256140102801169456289219802743970249019165207420678004787636","-18743115371304526344255377565411753604489495414493624347727229344364830922529","-21130027659649070861568801514787975131473703720197873142237091900829565729723","16197061279761070967848222691591772981042213552421788807798258925949392459045","-15668442211055297156055950612811379496402565152993718458685169693659217398545","-8461880161357733464470168300267578104001770128999844637082584546633092450196","-16068190031605932591567782997432352007662927374127626692794668112406512640407","-4520232263394958799293675524655804955942960349045448979998534224071282801595","-8500444447561546462619524997106093694953623661428383311939796943641763007049","-20307632710346632031696585597391270313960181258503306253679847751403645673089","-7045575688548568578606454019549777242049100321991566602567300367222411181270","9420682803975676625002767344855444167796113964742934371968121389196464437896","-8520285578009721760223906502797246740371602381580276819461403013237048279980","10145392622505025703370537600144331997881989953451135264239552407622059890166","-18880526639067520331160252830620619276345189327700139930575238265041755834972","5331486580457325017474207673982122434179162153895963718140169101649602877656","-11671483794728310344608204013694683353836317948409441319725404976373172861707","4764737813682837846700667136056058649207420720638749244599971593301313751891","-13069984679282672230018130363305727358259155431168351975387607986758740815629","12989314630640478141818135140201194091949266588960394893700918446344357482583","-10071879667787747642225574300618076384580572028773242383655666866804275147490","15541031731507654486318976820450306476615141235506642836831591277821025898320","-10402076378356238783537797022706399320111799821450636711200838523031656788511","18401807660766375611084329079099196387324720642819027387737447046298833796543","-15618561744655434151546141108514402959101715395215949587622722700281881366137","16043027438244807980254241084613716671139606918197913495558844974991656734078","-19197855259314990235466838235473498487841207808810877699772330917925209910865","16413562569686639642510286703408397350488811537064501496078547648419393313243","-18442999562004200614048213101383234788747590236831240278497770667728377389960","1314909915094149766438524717376578557177283517464015721065749015745676537135","-21637420579632859380505759893840038363841928913494171137974431775627720544950","8618492422069470584576047529861568414706292779759691415652930045711603379573","-18813048390463020467995823078184914842761786142571407746710548839393196746265","8851279598436564346302000615707384431919156057494599720284372778387393485162","-11535281907507177462266987792548024280006203719427201442703576544946019579724","16015798961925577743180111773648304822803611031628654318612913328239525514345","-8530853034744668311072277892800420346499643338139445862110366433360764199090","7318254821164548200453140254855878584559334030307665402134799466711431377052","-14136056757141745093871130955405244604122448382536793563548674148989903832145","11865824421365739641136384744421896863091800385053196060405861710373548248751","-7852148252387708526283569525520432103996596622487292940175645781195121247696","17753467345937968155923701887386229449384772136703754744917395894055363991145"],["0","-20548146369481768575986421720037441919861729845288522036941171277193616138793","12489713409068247454235205151116128595982194304614854134348064265872661333287","-9968772439941740987763584826390831355561512142605302452391266484385901237546","975691002135794537922951035321021959132483609987553647936208596915677613508","-4920048304135716202373856174173568017699918713197318255331951128175218902509","-15854002139051850871635716396690002741835677786985802593703713551643821439073","-19119321794262318815398142445282639222567668005192814673668973849951781225521","10567233166531756026428411898521118235082190906606563135141345832635861002776","14999678261155676899718082909795861731039586053172750924947541355194081830468","3327861638650964075955971543474873644151756267076781226453903991311686592024","15247517547977930642616391234314374827095895291039931023596846840304982452977","1582511256187318525596295512223410069818061917762249160047736664829394957730","17967855234208637783636297547687761677270453266303908211509245859177111478871","18920696130271124413797365810170554640797144977787459691495813453181965562282","-6840944832796695445950298346422098698990163435574129866334197505340257073055","1373468292994449999291693521194242475303950251057276534824866319545376609642","-262421342868553698304425342581204644931072376967531036024672518477300914448","4175782986055784271695929232637377391885667435822928252268774549506183391213","4055586856566534500932672271567912323427448969961770481489245138405281379907","7380167459540375161647863840695523785620041707323531058155115270508200954397","-8424365482153230916777420080623082649254488345897072149962961977194588503972","21411293646806126040530189081914544076241262755046542933411522448363682534844","-7813456962612839340453440372067320367190676095726981084328887960902293775366","-18580908267672086041757306396423648729808970481404926158426510447511481356317","-16021714229361258270394198216371423528262080149288202635902397895188881586176","-1311023163266505140695282534274831238328786886717330097872044370627656382407","-5254684260625948152646123861396612043605746807567160199365959733499348610137","-6957993999419741283801821861439944222823899127689933806688250698668424823288","-26653992858038446152833975319807203444837621609383600197065104484415745659","19724732865762894057865413951612370364933813233647706720812270495288672394156","-6251278352653831030380370359800996399114261267294948496152065967557855387972","959743027507561835183347998500231438770509640878642069357361451740575185110","5036583921311394115894638202496057063720259776697874048481266841176415564865","21533821682088378092000551170154679839225708772856038370270766518884020997093","-16956054267973439153606351319224042730877103022318745186974977507207810563260","-128493648297446065672016235621818858874596589517349908241665810775068510581","-1238408451106590715566240280843539563652211878925227130943730943459909027367","-18839192141968884992404904937917304766762376025653837842582660545128879674158","-6443305127554014902995832928028605960347485945353169523192353257400393224023","-11296029755745038063766568600370748931197126017375241931574770337269318302842","-2144227414270111005575761353412576046140472382674995485007797303567210364480","14590858667249396335378994707984710190788203998425790117590436321147281980687","-1028805984105007211939282504532993933786325891554899706448840783699066326376","-15683576657426964561681457710493594221755709786786354060631201695012040671057","-15782476673787844458692515461003267486853453948039920643531963544552144290158","12624061673483055199412501788519467432095195175067178805113838261418363563419","-6412795421347093561513005276013788964133055677279891224762839056564460026917","20166513822830383573078099340802472365020901284564475248924015346195078939449","-5527431075308006608631591697187460573020186684910009946461153715497088011940","-7587766747714443123239043104773685576439346920714061691824644188253154911537","-15155993824248243237880568356846221922382369950174346886258092334253367369386","-10114691460561347280550743557152668756685104520605861624608236801556836518861","-2099995277532228078240456569874486728919363122140307091117566453660505738044","13897475206370199082663333100920374358493455904735441658550579343658483377087","6923895882463650963078624618106839249612943675950154115480243318870270027966","341896671573315807303723142566877012240059982103999527266032458121419813730","-5377883848096906959355562448372784019517019146269629892146933296088395125184","2336277795999592279199064208728768564636822243574564399679032698007413669783","-5078008472496193473035924930254357435148177182506846590709941044932908058788","339624314391634961514357922643907670736478036596091253276154579399367050933","-3364208933495983030232457965862724552406640331446276463282504305262148335353","-15915458847957843914135210211259758820982404801145908067040875500255743417852","-7709495886553667362663605303945927996035749894689622502204737795346978335710","15877941777726376582845855871961746437041918263813752945775014300264384081342","-2455581278180218189150942315336410718946929342318652136546782989320425845643","-8485229026816182190502497477909241269067859244654918222826179202569416493545","-2474161343035331108730807441664893679375372480844466745907163380919637805564","12766797363688026824329968867890593489473263715945512990577813147288476853132","-14775140849051250917289899123787057640951834323726783371241162162551270791972","6932117682350960628408875615016588130257946089391301717522691922334267154544","-3706679892171599905262015418156570250540493374202704699202084690670970848636","668578881874688495777251279701687677356812608112730639776707705942245405352","-19770076914334115448625206944317541435125555018315185855990913477570763503591","9216615764943873816089612358641016292754783894376106452929719113344518534393","-15201055728024624430638887572941252521147724230170680350957303448633774678430","9136801890737814872128101089761973506113492293670906208149352150588409730318","-7440443445813834421436230752766400361031669031240748025312319889587614732671","21182196980317868620629473663137760932233802678468407440373448431884346296509","-14208845266050771260796358621116234804864376189718852913840836141848069434271","256139374619035339789574935824292920582790009115843066405117493054734308195","-17816513539875045562379353302657534215114216958586964755259929906559956336033","3067991617699857318545050044702596860506022793526592877622107940761122498811","-19468082772316896097049291733520348821701874089790197057756150215994171521112","534229242058249640996133560638278610771007628367631242704637741690999854161","-2778597644622363911539275339287414550409440015359925841464406982634182811854","2257909874260883392547048907074809866512630687618882833794764231739568992002","-4374560183680159651056357105572574967229751801206785904101209570201045536581","21367256555225709119926138251061057741294200632976486467268955393913614902038","-11430674511060983225960963282671851691469830755043240097825956880566883808751","12075169108881739563267782038395298304827031213809836475639547331849794948687","-21611651613702776762828723879266355102910302274728365415760684968480026924909","7069655843937448256320359858385609080028118705841190694934080429332065250301","-4425451237472741504504618566254383015390524891752091313650421150983374032277","6852446645430643239505095263575239301353718050915706200348153892934536099096","-21493298269716374485030274394457797046667556689848100478252147755230761397994","6069871947649034397582484389988230545954970821319238165120074900157011374443","-12400186921525763545852454737808628151484922927036140256030810617189479928751","16525097864010167483438757119563992350196218753587930053174825201616487395187","-18841103220850108391177266060632155350874273181399798325930369365554824830271","9060551443380356429477799401876572861830870947018145025961944819801976258552"]],"polsB":[["-1","12876838825398584802537429257164937709508445460440180803089496833832339972673","6002259064650285343369824132077771038180929848566623752897800956748494489416","17498342999278122735813512887937824162244815990359228714669868330863457114411","-10209566204245670311625300203052483548039468461577709578326453341038325974670","-9121812479350495244548965729548472043834876955393837768342627171834024598326","19739444796494653343844806948806435903213912199440824918161218188007457356927","2002591560425501215638200021329023737264489002970091737718998476286801738313","-10472736488128339814271259450212670398169285602246339527857678740543549566103","-3084612277954935569839059574851137927149833320077086180396876633415004103733","-13863497461809152253005701621511489979542575781211654691431785131139208407582","21526312963470737309209972553357251556903071487707673124189635204575182681906","-6362491164522863352941051082151510121179585893834960519760402441873837814289","-4114201271422007996413767847801584162292251293361811973282662372933621047715","-12575712365619100054021253466507795206325492422453242515957956373378470436373","8419310459330584105211740295579422896072805977876964784017160495760261220324","-11372697946999025176635259467332588203484291979869863495992915566928495193021","11432434615537138626638037166203569627404214777317008412369069590175116853368","-1821467358527430458761938224306813447638965089411821201350342222663101722431","-243977002702166205540609393312501304636892297335066628669303486140684606624","-13467217312680523818447929431270791412467910738353204869086722459958512638062","15344144425837399360308174392846351582064208071238766911949518470400953351151","-11718932685611885262386018170133377564179869455396155345748445791719942304254","-4264694236759638473872602742150002718631337599747227885784905874392980612058","-18668643740163118717252662024672532824628525297836465382842860430999043931543","15842056694029006539112019803742730155436863094597009484542991296511479572010","8503020025004924334488313541761047138013241419357894968392637013803249247985","9394234799050348845850234263851543546620982734860971417843632161009506000560","19381420248154295521179064956335773244007054853653327122445373594380678528380","20912421541669427780843206114140035724199542427006505103139931759778255070871","-7275094281860444593278054253272536687548415199785683564449796770371585402247","-6582192477516570858567661955143702954592803310941727663456711988799985028050","-10386534442624648510168162852836586122556094721651540608275478053735005780689","-21689094021986695474166726798439871221310442866027074937882396752407111588466","-14943885416640479568113960453563207113154846313683664170852136155084891531125","16372398073117507342385037694261361212309825075883787445844707820693475397803","14380020074522293410591633128113145165276086793282131403203179171694703637003","13366479639924237820403458847869669587487735051726779425636400271500589127099","1973961251151035080553488776448479283720582650611444728641818772287378757361","9370148984284089223721415913864879788350191564767530311959486889327585238740","5540297112971719457267391685320705534006683271023757159693514014423902083385","17654037318539208193277850682667014597383576583911571178661501566261096752468","-14821108189466941547696472473864338609828163596096154038920539632498342693090","2726062350219174348152420821322132463552214698518466928046667701919637578434","19999822537860697106850429800778433415152566004320998779771188161040225844978","1223316633795045768357708295870355586489075331643081253232017134827831840898","-5571083697892904643914469753078550735618857338342916894322810052425561972674","10841736404702623998735278256074958540174383852247721162112146782159077902568","7949830919615318129359091419325154865374777395368089649619013528990123863966","385452446680502633141174330524163347082895185208676633157654847659492954452","18591841784738399532086232265618271334229248348529299322060622168016185400934","11823702499204270267354784593852531959611419609571785227280953026129517254100","-2418604779585211719758276180008288800042982719043786662732957705105238859510","18373351849495636199217922163418149623230425500078585237348594818655389788729","-18981443284507048093033366497264215603817098184253969656477281188212709624652","-18303647749723423309734211319429023511512929960391915492294029221642073542588","9396280465936479915895089559962029119037206962505313291055033406499282536372","13376397303661791411733348075894381663909948245939440514578353647702626676822","-14834070237535808365926406483800983990997316516516108283900259935248799263376","16412623270308699133807531443104587815613469768149026210605991548679800775357","-19655821263635192372904528184855492824099672586278593256118723034686270518649","4142171720100783004988215446346274932028076786757624917866877894787354604496","10046050224685320515154816526923162005662402452621293813436090076877720327941","7616089014850528761488088497148205142800396379344087116011623383213839718815","-3933210282670810833546206382780469958092036744132726252448862921225663853716","14640276008227786433241659409856938349506346334112593447454017908464395691989","19025394629415812148522254627959785813167076409303959471568645682138415811209","5870918741378623245347380389153234720005498034873928454800921608759180143246","15026430992489664612249176670304784136191504946682495429701913397812641265518","-1762702916109204603239605295242323006462839906986337246578059456638441398766","-2764973404989361785855460128251566995290940959571173558395288622038535258244","6227977555417272022138632057704946886828721193155124030682647070848254000672","-5737987946104350525952010114279712290056992363679030989565468748656934642176","1130389973957840244757334563285117914209970105074782038963294640771447391005","-20361416694299382081722490178392864312600417017760920056355535822594919392707","1489284082992868933397121840619822463189532660554937482019923174370516212096","-272607950102088402670196151558806756754850505372761416854577193232969493566","6106830106777196780427339173478025221522245646874329040286408569217034439812","-9813340193544480795853248001936972778434959295604460066439534224420010559251","8429505369739108462502219791592827323055768451852021974118512705975941879860","-11922449639696057198740716838733837592357443730052190439968872433295850214572","14363932920616233051075546595065507906176814007095475040603852146159279562091","-12183858381329823878574638035616118196571474955044222885964372842914393037797","6106042699221406758479545123514900606393566568665238477911745159263097645266","-73841822336350384449046119874593673821412572667563611389073986059639001324","3019648388422177037303008950238572979341878174962209833567535686521085499194","-5977266260676730039006353143811232616022024602078692284589467190948853383837","21851819082019348633034801147005496631170473064569042035737860333446779411147","-17272685769257038151765226433482478809154461333249934076983949093359930409938","12622138993592796953457701038327797237471554919010884136574278733861086641035","-19883680462726106416728981759489147186761931619797984465436230514331457076335","5493410745434119923234120979338258465841377049035288478076556482780939838779","-10681636333152180724977911974969685402422329638698576431982181208341983957717","18892581994588377019228535968906022368916445054460349567864514261725659544421","-20289890317116123212827389375258639160458411347208699098721627026621302519353","9867982909910418895178206636282969450796540762041293788028700338577906097269","-9046119183253172233885930062626217949726639144289744686521461012341344471236","5713165781271236293254929205339333186650728266946608919091804598714504235390","-4046053795272822290051752068257607514904253939314396319313421536346007691661","9564380072395418789004060764582529142651687165720600685879357233108999980314","-9812754651581345472002841576662886949692737692853488210272787069421961957914"],[],[],[],["1","-2431402787126249031042124153321465588480901095172252355282073966326179396998","2477146361923350627012518278170689751927963242524079228580458047640855021789","-728829363665360331568411657682629292427936002017767889887242904815000336699","20349756116733599292981636195834878907726309792203790310466311635085917179795","-13107483829234192854606043451748360241022644333505303615595235904914072626681","1900865318077415221154018631384801726589693233306149875555906296588340337303","-14553187839492756354575853806135291987560195581293300076470868089396689517330","17233453233847305535522991648674417195878569543625219618365649230022246609746","-2707131313067984926352993487679715607747021098902856635716982051184986804963","3085952561972868400270766955848028052205414373427039565290260064759291457342","-4277664643514327833019114442455721448911121689181711008273748599921682361150","19030058474433762301021713519807417526039059226917954304485872484124003417134","-9457898882254964067976741284515702404058129009578144993506038399185038782246","14218484564379919108232218686193676789713096042947213239783298848289677052276","-1518743168758805766721934343348517084064560826460482990728376951049865581382","8902269781421158476685433078091270661785425902390088165168894867984009607961","-6423682713574516380005222490674742760813753743693779343155876642812079324438","7742834325520447125522057739389717495219808543982936196983524435765332088264","-15414000699119072237122706469189891777661583618784709265052042648003568716670","1676133091718737344604416038560502712850010537403455416758709700334935064919","-16556573967543197897705782648243795540433400317385485164734412330211188862410","19456044842159487161876420609666113217471917123949871629312445578350225605534","-14004782581860281389807890118304786622753150680862657744359130196055788834669","19137332725581722393042388560882463819998032754892908511774396708188730440390","-11827885321365353808101540183262007111006395466336557958415278640322595015023","19750123457365651762880687996375892195445538875010768678483053173832045586553","-10082242535179405321404345708834312082392350254879880609177872175038522656424","2731835998403503053290394880462403467967203916615583612811740266029223023948","-15464660691906608260354537492285935935318855106169160751496359120339334438774","7927921300474812086278343726029483489631807317123724695278251903118320138724","-657012741129949600582188060915125513161533066612790063997114119415161746848","16836231256138063644380049052220050551178670849518767378117639443555918866271","-19894790162753874436858804822796049450920979324241412747786110481919745949162","9099764902839816086952636921577529862197877107511971131628274960774126482023","-10321519704971250927967850458516922394188494777337503558054727333236199621272","5750810111836769668054326256847518444050338195168468562426953209750296569292","-14887136106920301950188329653181374546060877759030420937103100130382615115017","11673675776081315445658343137095129012249620012223361309327268140205277059966","-10518378651467098949391998316226589171876162881788510481024606632201544653616","12669022201780948661660281384341179667976706645469286545697224347933904315333","-1978455990676225068034513987358422880518961548522692433596279708292517109050","19678515840491943124442566104610263815009965232569712852341029180293560514138","-7339535042795597699929987548721463972402100440304289215426764508575488439996","15206563509616222225482490103684764927840267160024797085439343662675756953838","-2198740885714021889250411357302850932281507660058116879751898576819577275066","1212868185164872859328900288166849127800299783767762612734935776063799702551","-13193013692583787454885256275091707658971030220599633499381458798938888115942","6273167086803055639557215613900718748862398142663693190055296062902022411819","-3644856297744927418428004342800021878799285018992300895159738427343178100186","19431944754439829753706920063756441489084001145211424755220928872703454587439","-21142742692966783521677790267953029143656898731987592252598421068726572765327","20145762663432481098978064833126338759253904123260778261434474285256035142501","-11949295706496464308062577427866520688409890920986776617574208766604510364671","7130856306496335675727636921208919817854825795059629245462148729825944520997","-14058064206997361202919548222582033805930629292745939180571612897477767327432","5032500418790711675839726230969637203953088056238381815724740395822269657818","-6441360060714272509432154861120366036645426368084477293343089978078673539278","13494842175131674990064865193890493341499425041412002738858810855805970977102","-9665107802703000708098503666462878000516555732379301574959323441072249824945","20049091239927006606314303596241377179587201203231998057338817433460842120325","-16174728668873188804687238157843794982887471074539502899705834367075028115867","18349822787580759267150122051930178878637492718584006960769865022300964828574","-13236604739720828438764758599676354522740295862174563588580668438867832129798","18101885315128749336632215445437399375423891813395816940061298835728508362841","-2490047899520322984260605261086839009003608833942661274113576148943349195019","9859392629333736966591897167784069446625967524929552127584321398411974573783","-11971204830981523494716372319480145866727458763181009242550055342674966238949","4212871471721274437096778903696357165809414926507025598361377901895652392239","-12954798084102962623549786577606261798185735471412069066611284990555152014593","16586037501123842713376195038259601142085417973316106788203721499854981481405","-1137139616113750904836771656590761582853089431651499602160942081467326541103","14276205804860998424306012438773871621487176852870575511866514621082003180807","-9406057537305802542991750140798496100555239222532243479768456386989069554189","3844727801505983135563246787163224466523731645087746725282627678894278190305","-11760409591817283437119249098071345623826239993797797454656867146396316074702","9753447227720282701190317574456499131558437279809876930747728524156127415356","-8119338704523059216398811525703673313309625606595042519103128031321764877305","7356151390934200915666803112161396290585409564754778769408121996902568269767","-10209189254406449327733865203361703145515768579564214687744100890685172167884","3284480705113497570263097617717542632264513464530599830091674267481957876330","-12299646003728027394492040192890988322536975504378860625409122725728568094665","21783464113158587570763582432571646653509661619637607291655219169282530755931","-12086207189619241761140880417217865180689756653496079154977557187525993808134","7974682784218018552730334910417491835988084196015910681468626307110528066882","-2698383735035505872672523942502420976686397149020531525206519962351231725535","13043134630780604632399603813910505690121562828368659500701303347227992105805","-10085692197487801214951962516989232788301462147220593434480209088048864013911","17219434842877918680633291194592192608829930028490023831220750144346206963297","-14254270486472754472671729981770851685085714277702387888866689022759713921493","5705594095627476606557665611373419652328936441178488609949928135116733731083","-8453019450607186029996610178856459785116776291682604764712772976488680118125","15826468738988332652863177985196354986814531001854184316899915970353334375013","-18686291731283926330565591122373918551718877485581162701163987083907895868860","13365291781834213059205142463948126516963088587731989099541414966429568648743","-21464444615885992720809953105297962417754477029007457612797485432805145389079","8546569709232220899807601339907704874868031797424597463914680560320710826397","-13458192497795016224600490769722005983105213791033102879173157961680642559221","11276256947998208931849737574367817840405574391425513701658671584431385305547","-16981860568644349819756383239126651385294047673367614642945389629597504034953","10366687241017099288358596538643420076852363035459030837707990415788585270704"],["0","-21888242871839275222246405745257275088548364400416034343698204186575808495517","-2369607122392875659501952134316532874058101112648857747527150580284046247913","-17313885392129115625206993260334858743842149665233347013859796055108246016417","19244392600531227329183869697688587456106072135070035715906934396270762791768","18613417192838560958431754972249894993739162116757872798605108553312290678887","21159606579775788832611754512850376204376592791189571860973769256453537747807","-7636290330875441274450439801242202022137727882355784020417642950470513478063","3557198133080363158473364517466030154583128816188509360275228610439703995276","19619577514347449375552881254840292835667659946259792388380225059751302311750","11565360669620259407210401429956033123545922860966540941060470180162323762854","-8163026210682028899408989164100287984138105802570017685386586142545657937201","-20052875997168582978638724249784206192831351112836465982495566589773532635478","-21324158403809297211904672106425386292633131257236023435652082409468530040757","17856882603461680991509457978581752286230365803671022680163266067938974037408","-4918690499938572853531452589030724586652080329065920025588325417096681445714","18312935598895052252246359038175767715278752228214055651159612970523228381022","-10766286876238659413559374453502719825209962350250570267275476067259767638792","3512727921487959253310548836741256749865595292852525728082985248806554785918","11707659959158039026892121691708378172653695676584943396998282295186466265723","2484591076000080871869876940728456604880841827236420950668310555136189291913","-5008042726840386445659765165279472818505019635746312123046352903976772181123","-19047224093214534547757599095363395220717721343092252819122271931910021250848","-21496355470961313140045649456649556354330440585132146477017886702134416807361","-21127069859275837897064693590662612962550187044771722916245838366861556554773","-11670927151120542928263137339799163666454614391675859640549931780083851634452","9393898663504213485135160323150255103065880997550233421323434449326114122183","-7423856937304655451218962857672558410281391939232024006907829145867900323664","-8788938350638527368318869459269112576291655008082505114577654067232975167682","-20152495844198799928482656101373341930700000551932590301480281889796183215903","9334921737568190037804808328556870912896725661105807295154507509728584591121","14150308398835490664768574102243316688336338958501040449844347104831492621309","14113762901358356273288985246502590637828125498470137081227547723042743423360","12342187383540528598320648083697463937471151618312230428229769712297375887951","14693272445527130136863088622504551903274379632030080926155302498721354072898","-16524680759580095724468666265805290684517578834662282690039981446625763036333","-19929236280259253075672642090405600941593929748859024341697118001182725869534","-13942539764403442048646565782342908838817584642829061035155105877124089826376","7632607700476353267522465322271617664931783082835214969710969958345184869497","14923313101126311054297274533148939196830471083121525686432962090355040598396","13721105802701626782924918682839226259535674124240126081486099825839383026412","11105239414118530058661523892035237921401203447038788716712691797832921813926","10253826193049500255427776863508425666440328198513854450368558647763487369479","-13724691095130232524738535493877225890464308982373985592065104301279034317868","-3477937732154644961359495027276270120029963398657739449002612815250389466490","-14998587799281687970358886826809033534388755425300434963942539607981288775880","5897995219548150549310440640735899211492486973464254841547848762394877169307","17743599376839060370968440731134436548780643348160344396550405435895804946322","11736802428816828217227157937400175964579485313159055080296776736555503089142","-17593775046055864494443453030246201805631632432952656225119742570516510597468","11908966872558347663191416104382561908310424875305872445474090053530232305038","7049826722845828253953311152129227935906107759421291378426804718628734939025","15935115994577172644075641646781997159407581401017397457310503943824882481174","16793038128611962095212796395746564938348468888820063980523147304454015134510","3828582558286393290260963852987350878971054412608256782805296719096637430728","16490441309063153751139672125646529830905973105258082330677635731265217670684","11531564407040647682954817563908754904938365457290362270201413924340228646972","11352020233808485155260108519955148263634789871559753937616757215323599029581","1975057445720215657190389020379522166994720675177020570555680818154691474674","-5611783095147349115600247796522199173061368009416834852851893168948337543380","-9039877004519310146608761651489895328588907629041481226063253066837746230732","-17849097221031969961847730591021485516318312144116835112416294885727915794996","-15591991592244483984337521226362627252486453967280583649332621786620898706038","-19222114068667675938023398634955846826799791743826772442995271228892329480466","-7699772858554731257468508141897518699379149535905036335471659734551224227629","-14235399708339641040698640454511413506504213430854192856292723647492493079740","21306967673538638422444108125149261744263640380288126200426315883658097861381","-21501184369533600363947245123535722754912733946310275194957141044207444054318","-14768309516525812612032161082400179557498568241529310546561445050034600690283","-9357776909344598125035979872652689658975999198731403240689534405409722883106","8456986990715652854769707082157635835352317685023750720074217733623585394614","-18333964028524267920584031476692431774329943815400214924315354647215520627395","21169774462975568151463643081032335560199663822362065265477866512082484731624","-17721917464156029308444297973817933223823065718454684575650351880296366394015","4755015166191826171222540737652560616781045646626478570224993630132251994233","-4760576376316814272888083960655944324716349052087467088079913838804481896373","1163579521275704016492916476102348074271329190598642005936397596657569396745","-8462626939463410865563584614825117754561340847135210385709938383641071370420","11356731738123125939918681134584004279313945709169842764509017574063163732526","-19116629682831415272025208733280994761337851829913482324115929265833306637369","10600102724808862622415746702897894937406781433634697398987782621288284363847","-11163712713269783907216983449464243252915702519961869091016057615728863933025","6501530608766164311624124741101604540643517865866025958869308446235410850644","-3976345259302600836658206527461238963226760211976679245429193283092363117956","13144536601772635495052473485159647926505980861713328503914522412553531823196","-21140414106317967677277453792867621839523446752504908409754605966274384322050","15456612595881298166919832390492131731513939951266419881368256410663762063088","-15412739508254027150150536679151079657780005637245725014091864247661345589049","4765455719411786800234281649017570673846906460248545691702823716515252313850","-2462246868099087693902652767087900438480878323615784338380292588352922510193","16734734026017629707187128242807086897139744333603693459032281449679046051229","-3688413950895140637699265741797375260772450359780372825826418076194410222130","4651112990117990030249540437590374680936132088184490107126247551394109294433","-10543742755315835907420280446555208101641368956767585292851061033306473384308","3215971094469200149211501408178594341630220920895098148795790621423470352754","-17325908776144557709551408402959809452059513131700121206351372303319791501200","3165673947344417211847449847714182538780859608741517540022298887170710656983","-17707070003004501697248645971806333516350536665440109816437812543790546527997","15432981143368214844225839007201398751675041457459765919233255042421132773774","-17018196264292478749859908054652396900830832622038684130904408402958186939227","13966933746575281831967821908007196565085187674066564726714759376780280719216"],["0","-2475","9399229817585303322618902397505319683704182637123151977976017442234575521946","-19417869608342363187926084346924726474863266212460932855846691135348320889659","10251946212694708424773742352577215805018273253838262031599202643523280492410","-17561810578977884750429499423303985058869478120582896882452066391523839827320","-6134364000667506594430521105742077227066055051227897203755773038780359382579","-12680748232411890481557340872569805429399616069095523879481172555021592206368","6640004452758291739122048800345245834724816981993431942112048062090783998601","21652727104964991219524694310047848242939186629637113555723241455523695083292","13174044612926970326021071113593876199547306572082221005741716318406790166269","-3092927740398390554265277944912122749521927400893844811698643098373701115791","-19180142578366653733207977471695255721417334977280816450101465139002222838082","-5486135314624743621079786465550014251300064415271404189049721265269686257907","-3919085508381153760636158609067264284256459746675573752309200192491043132485","-7358423112855449993962092132813981840545162498915347844956019692584069245015","1376478601180847024547868409550114453470969568887838186012926004374122299627","-1913019210546295093165551469672454068264854612285722767765821469685467715151","17738002972260719226575520500999029238069715834128096573864642864304530556341","8510680118309181022923085233693053974101744123535028660487108260075684737454","2699744763001665014674839878398197359671178628775084268079210737236208266546","-10201626844751078384021589644420123888299619080534123384806311697518375869639","-13315021272003596026593498413063702678296363790215587549619977939268161512902","-6234176934327034715345118564156869775741382755764520187063584919663764095701","-1312785920459392010328014092626646290157784301594726050790886664547269051595","-10341435550720675454976865366296623565823580210655627075962538442619794223668","-17623509917059910041867366263914780519794578679000818328363836061319002065455","-2976857685496859263289242130166663714834116661940181759799472547904052790833","-11479149606413650127914744166083166425759776177752752152467977843318040997205","-14510744889460475894668528815620801614539164184099222754395155785349083872058","7131300049072117943428786290164184324355833749395215791830326812664943691105","-17118076918552893045529983899999702881484872433962258136016447732873363671324","19705766193081723694162839411154712170021302419303772234880316066054621433097","-17437412170945547669753054187081902118936429557792035837883999807396220392834","4228727963836482558498888243069765824684076182939293874420227238679807336900","-18690098295851645459221830658372734999685199372975598521016510496692005844199","3780910655405677240386667657585167325014901138529445000986710870567449588870","-4006704772773195354100417451586757805642722202272646102383117422424762052215","16689880371780167609488016502743286115227988799177713006752720071962234765365","19422106648397286776723530553159092167919654896142966771866341401275512429081","6633319652450666271457963953859028649183505579762072092820705467536568377719","2394624328139151394508785813556400427774808849366032793457588867200773711037","5853607231648606910604827553873847207757793525363113730972436757887032983869","-11003633195267197652919114808657584069948445121889355121905789809732757499599","-18338290741047363575380345754872421379192267353345391821069313131741445369618","-19524334978959582815281703399973529879618950422882445555697224964554379468236","-18050950435255145852227772944492204591620752271194496972752477311199749354401","-1240838622787556706261309712322368926152235903604992746839208759330470343588","-5169894950718459103758745928039160623936007388432826202029723377023423675908","-9909291178875804883286343980890445965613046891888708805845849088768957697526","19996871003315341824394815138868865652046129989010245857467762447324027413000","4404757693966693762923672102475116883876818310256306861889519189663174665524","17590080243904781865083018070097227362171853830096897173328898776916876992457","20393831612350264850266537616061473785121508192556503652698832492751118069588","13687669530063469625118240935090796078200478576487981986242257528621434016952","-101769110943233482739228847167429781611896749014710504944403174800324991797","2295982974469394723850304380511201539876336710405527353974165107826369115080","119649056770901116807599591793046370064573001931311322532785055430815464063","18729285533137187218726901394134836963527446207381971644970542538531736883714","11088881742406982346837263080698183395490820643852615630387991864171464425949","13780915076722063413016929342399108737132740506180185349231438751833267490277","-4907892257263027699914314400594976914888694203163259246977639565597658743306","18291539610315671484527581132796232322636438423177266868133985667317827411296","-10449913262564539515242772297206074817168492820973365641273454403002217105344","-11327804965626891517713252599766401183253494951245213599694008307601905241271","-13541020207391311596320496088433186051531240178855249073186754754467064371920","-16386448649571882426648647016841620712472516998662656028385989356822270277929","-15743301260912698334650610684759604568353758436302567733739889809309636886743","-4876420985644713054813990834740614483927656308255892751002338314470175862206","-10491496007481582552645647323391350471244316660983954719566283538889914808936","13491945778392776640660944857151545639267651205304683328976280707572641129919","-14185579129592923184864677779174900357866589774855581877438824050939820878349","16576794157229437042160778652244893592546587396989345588091205817747695599583","-8641096239685810541724726666596461011703457084908305518525629229017017019504","8469683946868827385789927934496199241453989582603952316475692853354207267152","-11969060375628400371200740820075066595518677020312263751245041862760530273521","610311449645898707944708996995655447134175786274908453361200346964624827888","-18633088115995441176524511007820375303267610377838102618526483506392078422222","14528036159958461198842202211760006590839415952307690299725396678155641637975","-21024969419649963600276630057408854864052330246407086693880667043569691244419","9142767279533135479949036137244043078962733418332193363830841708821170196481","-14924377499688448818898757164475573008020447649927758454793740037098111192411","20448200056350655646969315787974576237051815134636448091527158912571074039848","-14995629571033312645730917897426911311813447211483268615925157168337567700247","17469338025576386523346528516693733138449405028959377941593643773399390516513","-18242515835540387113017265420769210263481540050260321163820418200341719971585","4408531820047536133957575552267047704115213874002906648123522906793973797956","-16283952180881019530838583143144578678521267062196188300511051923141752428939","12293460231013381490908591256113898305996946565799521544158296356233777459684","-17433877408112461330435830716962435385961224020306388662572112002222012959551","19587370218858343769477336787535172787021358433233520087811432848841367024221","-4579170668162548607675216937132258551186156632008415068673819741386725493158","15661612312196312692455097480474129324740241201129786897991208758892816298561","-15556946555481424502441289228105031834844378844463867174058234554222675596890","12824616325427686514208449278030912572653973712481217903231673346823394886951","-10493993963738255072427495421483651945012840952012536257248781417011975565971","7432098817961529687516647034937155607218008707943988561459596758029535572889","-15945488179945735101150245708201889501323865670225570067488446275801425027917","19980401321074312909979596544177091296954129139236621326702266333172803972368","-13124326911793316731189778830492146544703308078500347070348904603512205826583","9060551443380356429477799401876572861830870947018145025961944819801976258552"],["0","-21888242871839275222246405745257275088548364400416034343698204186575808441717","21484171426037016048401207155320436136553121373617045142292618963730376412235","-227301032914146119621585532512690878469151498872072472825298677961292864394","5417486377605770355036101798919025119073872822801691191608845815737670601617","11921969995616486505564688845634172574033954810667967470690086235842357287552","4706849589110072424099888629414857842555616029503631568517352046328956851732","21232954027909070896458640046570601392305086597605441145259576952203406761384","13805062701734501786239692605090936002993791133361156610305410944135747923635","9072158736410833739860347688048478766106816521736360476671501400693783286777","10265424142917562462976098341178825680027710750168413001585852101499111036559","-14380927593245726990686044299519050535725478527705638627472376749835312276547","-167515998426917583525675923089997052896945754286115647324093305724343914371","-6741526818469745701882541934317211732459183336559774479159061466994986052711","-5820444011999919728192942332528503685899791684761876737347231212008828823707","-20558042506742671261794559376560486125187665207153511508229209689101824131807","2214944700957372876113662900036929745507877733689419450255661038260265239050","-15572864874389921263656887940655027733317864116933663027645709555053089068702","15720853958211643087263409457733900336993165181034810632158478082146578099428","8179673802656375836530413352972604137863674474884467776926756400033100365276","14715723734154338653285258343052771509230628520825042935745304056670812073639","-13483771025146888778125487145003510771852857497673137961051667508572469580202","1718686839007770273815403828781835587803576451928135080974403329684334374973","-13510425639434316224618467323296158871268736750703254071418710242031186597035","12139445553332423706475674782053142807897376000566928368176114409929543149112","-6349268549016089104630629750613969129805574744882065140095288457862515874577","-8173359251512163225745684708993710561655967271351685742988671333493905023817","-20354334892917319241606581326820683948074816510793120335722904469404243131112","-5659483399340470581756191945821328814428464800000534241437059824191202616967","-20024222252275946448785861149340315259247402019122511929196448248315635252965","18067253738174406884037208704413511747988771186363901428554634993616810245956","18703169458765364003072943644773649762574158442393251630953659409060962537178","1128528593972534475023525134178058755963240791084857754995155809935042148293","8579658455109837795915963750749498655706859143555444408583688354227486271128","7872728953083304056804707024100716346886505351115252698126959908061780529562","-13682008995870267220308036766717648032426252243964528936328244615854603731799","13588467837702734111150038049976179588799625735192314544475270018597284289634","13787209165142930600550164842963665242773653867390611884000276113826739836341","10943255011935509269116369603271268582652258801260734080401877617460329848367","-21137916224656639991189683445847637443460916587088483754854504682230387048788","8907661186667646141377943140586192002917853779849160107535264858116630718077","-13431300210299396514489312081774469615927876925083599694902838930783909069646","10856435996877433700852705410697664955993510745713307989005709844789382158220","15149530927094832404934336619749276479148423729234950250229581347313425482354","4916621625429526382771207317912505080124460494488988467579248339248372992837","973382338741398320815318895791721472205286055765189098963129089799073159758","20321952760755722381468860158162353369714901272386560312662824158246171593780","7483787413597028178949993077493841761614969597311106671956100651804651120720","11587066810041703159648757416227297170788195061787188411846452281590442870075","-2007549885077426742004777680235905154943969699906534665451666376884828957291","3148304925440974292886831366290867447492223082531830255462921386003910815156","15858119858091814928607865870175380345223665082450880971684748734716512296624","8227849440370382654258035611643585553126498956811960353534816494385571608935","5509546416250195380504567578713784507331536502504521578464088959139045609792","10936601097890125302564818546263820137311262822329739491759169120819881963667","13847786268676244321764376455287084237300812949507191129069547178536331688747","9442989887765979543761819544908328814976327046129485825419940618050266079294","8518487325703008457622325301842747022257235508520097615934966916740497898895","4840656390529653031881691983782328373093958148650681087009977997217423025619","-9184244278055911778279076449161434666355248335683446811913672950834516705932","9696612195499427584595828369559676475148702945784041782786479912940934076073","-9780951360593958139633206060350041538469967353685634463315874714921179227794","16762339802376577015321598123610218851904314307434449658826013314230953445368","-2994952597612775918317279195977794723449858485557219975419205674310580158323","-21309542798574089086496619456791379434858202077134421209335264886827947192604","-5798950600801092074868864664731804929075504936325309123587663332248059224360","10486603396706205550795637697163414403878640329710162575670490987778666689763","-14482591746331403248460136804489080317162380155078789224351377263749254948600","-9256301536232556360159767808812908065180635643814685310072213200338055373757","-12536822443919365002714485165096350887360206002142781179390859886269949303655","3632342494953184029685921916627744000143002827618670470819281194467121344410","-167604082024348297224119293261393539620231644867270109457724462947434472700","2494945548735160562951225295652892670209332734250527291607024564572680283539","-7445790900219831272170720006112558927880592257194443570493230688769196820900","1090368373021870140024646438199778112894193462809784256973836652821544750632","-6691553277426173989959552518681866709147075088528078648640733880553197478712","9798213669250634346561749595768334615613921584506450841105943971510413134694","-19633893361230424196115082263931049304857177978860183704230257358573097491425","1923255598446646707405676406408608308408021919250838456449600429589078294862","-15614647772838839391232572949227722093425687414274863624276074691336734394240","19104426769933076251890324582696642226210511343728155749320823270034564059856","-21414523391013635226999838798070523164556514451533590431656441573032468337500","14930569735459431758083941673977731243577466696831996579306209900499065187313","-10023737290604447146740161417841282051774956017881268478785818128662427807521","17159909268962456918155122825150552299343828937941973487622926090693123522203","-7487559029445761744561448166260470084776775266654730671734288750225326977984","9290792905681819270887328880434588341665638269152773133795487543640940877676","-7715351519810328977446921097102767114973969935614417845670758587263523705570","2314817525096915882553251706088312396226645030910047104671813829446875604261","-20741100511110666041342749468281801406206617952265791678660276023545834566881","1712285293122793865892067500784639939769287794036380572372203698742230321068","-5015914213733272889275713918886611957772005193539670582417672094105784103333","13539342031728010241550250187712713138770023770066201657115092386327952623400","-13903460624926760684858561595848849038293679150493751721401400036536241269919","20921268434763580917707892521030012344124671802874194418425628220162925166438","-11536843837060304999537522674999054300467741537767824050585826142447207272475","2146984983929577214534792030196261971579880642300688940085851530498842880305","-13728653365929485511462433479424854270468906022899285720226628335702980660725","11697328599961989479357108225594452179197198429526591391360739401384956674600","-13171620510771798292384710300273093616489483041021628841347341642637890748434","17753467345937968155923701887386229449384772136703754744917395894055363991145"],["0","-16416182153879456416684804308942956316411273300312025757773653139931857352019","-21379269348760460004888858186173915114306245725639428975539811754379452552295","-20076645095119735108725948434403955889301302695954936935669846786606137544124","409461542199619047454376781751689587438385076395733131240889442375321941828","11741217921573561518139434319649894594903403967028834705565606621641873769985","550542112798535217327263131715555411600617695042479486889811210884761005213","-7289554270988375497961633324129946882381355484666025074378389249396033377871","3048229031221184427362921090518297117992040466228644447357738248387116666085","12480395073915594236756017531955085365410692075247262853070424478748753531674","19163298893571518561877812442079388653072718615958721456708776524764874927002","254436114398133381668393822560083138717850793291471567972211835522193986333","11686995280233706112084210876505676823806044282006312302328359227134634930964","-9547785499501822105373861323913209460493557583725310051766296070975694450106","-5798886218097483857017255088843222357568365858518434456397504576039853874719","-21256742312259682506820372080558897358288384655206558156406307701452925930892","-21117970459449521884098214095394144679211110285811885342821979777853918940634","-9583249950131648732713901768998865155482625689950341829074514932899931101134","13995064898590794909514486037781976678765705396072086544776887851911304545422","4759233240091137472632162852911214926687821748120389260045123776828964209723","19803481375457191961037297671946221388267615798010086159998856856058446786466","-6706809408924523723812790274385327552819576985644002055145030830486771453967","-9343512255911453996295792872099114332101385868495190908836344889080042753131","-11590417606332841948557357724830471309414932928938461792214699271348205315791","-523340815627310350355852602758844256411146962885624286938965640344355190285","-17628416904582048186561060416066502891061243093668167222835790983322918664596","-17367939571774006700349849639362875105178252668895970450232572693190757322946","-21598258824321058767879866768973083930188514891166241504307665225578860241615","16542604895301891854583286159967720878729455756340930645654771511810187513575","-21668371338795576262462335838353612129139001194887878550133897821822890877444","5608997885945889753758320520496547344532024192117067924019059772477968650147","8805721959125874408955657840983163339460887548857528841365529618637065523555","19823446658723508529906252179500715779504612929937501747560969387543430986768","13076773754673983133981134748109818051176168983011927240763385093118267776825","2387116834906305179866628624300771294280562881865346757800465862535279125931","-2428587209115487395800066453845943508183695631987043878054409944642409169711","9941194555037877127600882864937350220610649785632596050155743720568774278862","16056537085959219818164451070264363882862842831303087780156560898575806921986","19898096536627398221800949440080764689333216733447961466670890116613663844841","19367016722662964595692881205139240879675028360382304293037463523216648235403","19752434262426945416083703615945412712511313490663522518950022488186550298210","20043434930178992005586195351797311877411114057576938911119915214186535095036","13415359207286818490030590091629560072855330723874573288429099932369783541377","-1158833780152912722256019334641028195446548744704762698425455587986646094351","-7442839268455000722033724684514012390027852996389797562055070480615719560872","-4805249473195930160081003173360251948363062165773357154499000262452180054979","-1013660031596005463195778599278355126419427562980875098733249734985593604953","-13162959980613384432796979037879568517080527477997449475366521579076075372042","18758023182268955101058161958967974202505693806507026657350752282925859120586","-3464863210865431865946603777690186560805608171422494665356584722056643261283","21360234213370987451386962952996966089982250264655490967364473732961633755849","-12278104729064565444748738546968441087532053078277909054401940131145651939408","15931118273646751292871198545593144554363713592149573460824130547827224817657","4275802996235028133175130980038016469596100860370996219997336871284499201605","17507162301862887872128334138239693119306151758862559600059307448601393715388","-8806765414390294612067855565348470381314097065796082634524241683224157852524","-3808909375624449216893301982228879067915109084903562660160421657076496965770","-1505011641761543844454910437236279588054898338429005838088145137627041472575","15212215219494316948708560223057514975076767308199659633372960767058172042552","-6382316123381663699539853594297196148187796820438966228630643417611249984794","5770462138536852467781569995769333687405058562912477855385701755222596886322","-12227398006009603841306728499365831291909110335057043232501279095321800405343","-8798945254459134883729665660286560443981704075134910533817833830436700841739","-6165126892949123613826554426032370873591134001932689412178067652895942942591","10817165955923333289507628918760440360225805426921907059184723021933535535252","-15544336957344900847269770700983606814073561606376383545623684719005516704397","-4044816918444433641389536074376419205926402195379510123775454297666713532796","-17405843802655970726270582476619259661179021011008076664816416153476932973840","-9988145530435652262546670595535619563778058997675724990207630103342955210634","-5705849221949536790206807011680478980625286879401902989279069363956964510771","11091537783655312190694267650895664310494389042782586716966034941820069267737","-18670256039273118963865474030200500482831759406726761456012919249705188113535","15972257870296156336566615807216096064591532673403124658882306684177672341834","-8254812504775478205819215312479132140958225680625710122821597391901516201619","9573964808325603467174369148464826846140484817205427352411450131184849805429","-6095043252280442105957663155629157009858680257410110329953681473010696451468","12266266846330096717657037336905855817679360147655285839306193981415892551125","-14101139309522805368468988894091810898195305549738909629801530914849142427256","10730892550675893249013571076503799498799184787549048476156518906088477173675","-21781685428891239721410957527330314851416710426614949848800295449078435997139","6610054232448862790657427979767633693927478688881781756591486969195831181057","-7423962463330986556981517096098022605631862128937241431750904458119979350577","16749384365894768023769319054326926432424731989694018833722697113557243281658","-2064449530385879562978761302970212790040058683121383453760464363628759051329","6927350362066791069728084520014159082816257119223417899535190971350330205350","-2930949747055506985922872493724702300781199351292401384358495524929079227938","20196250847405313327001070117226356273696621392338902780371515876247014504138","-8976887172355308075301078977603414933916841795193693171230271287551861678314","8745823983127589142964731912668756517120902893760843494717900821013998324159","-6011629623559584355355377450242424259220525077426169171106109680493455927990","12613879413075215273408804200282795634797422519245692305468314623879203863870","-8784120692566597911378322630194280996315632988498439143839459426718485904202","12535439935407548758881504903913849161848604029500551869834598530254874657307","-13494589961859949022349035269707253531586393518675956698945544357694104420507","9268350455648088936895141599930502682641701839762979151068591754547132542044","-20809367419657557738758716977394083671340442348820716155036999327706752921524","14400679859744067846960193242661688922691768010677809325979704064672287706442","-7296886375139343713499837914946141129325358317102291228840348556782338539817","10004068848698782315416712491931617626513245600733109541798527086638502559727","-7140632111543061885150118697521487277106029668315390029007345710638635781561","12715335015749595469339945572343756395523654793358642895641784347317545250978"],["0","-21888242871839275222246405745257275088548364400416034343698204186575793438113","61934119371537341396775560772209827518468339581113908818445748631263016121","4784243322659807070403081487687746490126271759118379289353832287032245504512","16508059991799554032227500910283290020293264315798732362554375885276590305177","510309734624315816909698066029256754034616402301376742321734587426873515446","20096947330583989285983337331114986405753749773682329597998140963602626483091","7784280707574673620302160794550047728790985570072919199469613012899005422825","8168433304604283834349921616247033114455966061172716601423367963734928526170","12505495647905157429359830118652995115414135898382400052025008979913709538268","16109870525608977884859174489755145167017495884442495794283290110510081518461","7236174523763272445416888325241179184851457275964883237470573523850810906454","10275381062595956695505764059954033833959997597376524486800438261476315271684","14979061526756124534516361631780138360833600541005466288853948572220330618632","20382019702298739710458433814749558614444175532873400959336756391348261358016","125783143777138106676949485954168046374927755978861602431105053606172072896","13382507109947298605751397402802487098143383548913107943674428949663720734026","-10890989961769541588278248386666930682644902607612132644178430426819305795857","-21051170486844160896717780881082783177268900834172383063305928287890632011843","-19193358880212196261988670062798572445208740616963636446271396681016445510170","-20081537880055069140947402116904980603435241854919812833901569763623848510814","-6188997552003911140242038319279112511611158442578124511178160734031218852909","1830007961691177891042690092798794371934450168517519604755117022736774017244","-1071144276354940895662713645792525429146332379552441335222979625548879449272","964860204009939102136917467710846016795795195604586569394382309512802032747","-8587092651748633597445627360132556457352211976892146883302231178960984560374","14375301969927610303510140960541059482128018731699867489905445955884068872969","-9611491634977210812091065701480907462556558371182399002839481171565652758736","-1875083177900528294881528473294980118074837507304613001414276648672983255559","-640190911448456573059880467333290150215161979172476698723322041937522662024","6492681038194202006665953284296995893980161204222803838141971510620496336713","-21363710855650988941248715081664983543959031706146838537728421697670464216131","-2657169200399347312474762913088141756911199616281016563632880315631803504056","-10574250893936175481034007839153563560157052393179379059239458707598942246621","-8703336987092120628937353089985551557128862697704553003333996484137271376584","-12180470686146441413451250907277371485912593606938674377412604520081679673585","-18245155001728194077906075791342999165684416460755549281699674673053159319006","-9855889413538903999043004309992582408578366944293211991175247765790462455175","7079249323240808184248758263350195223938526526393883562652512503003475641966","6233830142575554912305649482696514453837942558540229230456748037251791071560","18242569852136466936925706760044220599829538059660614463450679175168962348489","-3358162266894804135964346305122693590748174472024899256126136462235722109986","2440227200492058809756547783801037706883284146489867293141425455747158460917","-2866254675277859560336834585550241990780454281739744087067011236507399705146","-14150851284547457928562198411247397857255791229813380724659140735200308403623","-3129586312912899561750257678104949406482076838686084325010919469416620820879","1744921134901118240965192942452923400043440739179181420751940032457216235731","-7109887987416039531833367216326512415439636995880622984118638875057318340108","-385450631744203031296223472078019964893994288177407024942596728748241336888","-18412855426808665015192490435545042062260063594328166275544708712461612482268","2504453472344331907695715683212804458075114516370271349130938869343311800777","1452726531185312688129986176016536690723349788774279545757691744224589105921","17502635813785597509408480677566517457297850695624641715008086145069857132758","20012400468356316554293636212654029692226550942080181463357460208853383145494","15045994819544687302206743015412694935274153857120799818676681623358480382131","2385725117428878068329767861687952800446162820223419384736094330200609718959","13782127548462161159238375660901263732974025887290111161715141278134928766606","-15018699121455269576890867057938118507934012510801369922076926617486375771224","-11302765573465344263326469846821542401826029907281105701829503823758099268816","-20043684276533168113773661236666427844750840983338640252284753849882875069039","15053857728890946208255605516902457318299113465023829208814152833095020184204","-12028957192440531564289351423850886443258003715211968195553966827182681028557","7870654703179506959414752366550699654744212898929703883960615639825596922486","5573098772429246568896255383998049214193169759872304404371429482472769661813","1278811530143724238946903757508089523780111022643619212333572831953044953298","-17125407815422121328988764368849031652064734527807968863779728682890873514826","-14995423049959478929808097940089713550096838969283893066726767724807156421298","-2454448936737690164770029228305082081602212811806114182718329992486202301697","-17223920997136225918119217326066195433565177010296783482105029401138687143859","-11066850453937380352067157790326776299442122926602600037107130931782812640768","17388339539384891557473686013414624502464825496662852988147267275746256035618","-13865461329585635111648660918873274133518848591649224449042087008150799951442","11149475877734976187129283609706187105947602030657835635386589311559094936896","-2259251801350041144543561936933504784886254397250628920819085372705745124540","277161714592943027367717803383346991121903798083264829486649255479365413545","-12272021962475577782113738297831977418502164679207755253666445516184277561318","8115318337004737431511214699757611138538645315945343722475189021464174844288","-3468594314607490387396926824839114123497549562933883459431609866138238278347","6218063047510529296334152837676341938494159051955900162877136121694979710787","-2087438348389268792956496386752509952809297867820558974263898589929477938962","12280122834392301255800037985596002241749113906771263471540611757350252042536","-20102300995364589762102768879411294599721153315942331112053386190756057898937","14009791142721596908453791644810722501436833277766954084216296088101032826894","-7985086234268324404243742925655491976302379405307374609148087671472185663252","21529560230269295161996857864261488535011717859093409357294388281126133508545","-12502175651067747853944941577521295432719399232192886879120242664645114690912","4353947902536819234226830486855178042701676064513569757205907590826297477231","-13079405494954305269988283766787545843488807582700812183792410415564082463827","8060607327407043523328444905162933108181085625160981325175593891834650067486","-14301097230951936728247852067862894304785651888356108794222660505571072419404","16698958030369674530487729709931341989469978953891625724055299318025075156258","-18172770890309910605467968104751735089888469819876272609831706372652466161920","2105439396118650318605633054714006768788380111472226488231665479859216212785","-11202483991081623430298862907463359699866725742636359619503338289892857820924","12830016604270296122086195932558503139880727148974982917489704682296840833371","-1178830461681306035412578519201355331083701194451926571680905712347177325387","5972750291133259067114979559095048026509440679468035588796273785294645423784","-19665553256033575126211441071999942946640152795990307151295483806974719213223","7000885424430530705886000874401203510044747799529679913512785571660591608481","-15103675699040488883009771866507011701715271919083110795848764240616666131215","14146833585311214611180632805035723250816527892423261659316549933097671429503"],["0","-198675400","-13585327972502917134184525333811179025855225380826828552956222736609490907082","-3817535408398972676860838891950053872429753921221273436376019549884636541580","5152491211825782567737988033287424705955533070246789914452951589005018241644","3032046634736767437996911273140985054163715180708122325993384749242227343185","2382884932336082458722135064150999247802081938488332600653426836760752253969","16386227779449089757773202775481742845025664710862399910696772877388160308395","8519982600018411671189772317837981957961485878575405342319981423937281303261","8758190527741886401710291830947988326649041962622138936511533830839732612262","20717726365128327126830900231198818487395604887442182407394306183190040516856","-11207764992723811409691428184011668900968319736400532756784921179923923832968","-17421324950183103600441076471433788813246995707959075532147536709538390296171","-9266538849084377206065030472474193503921779760062551148720945190171365027796","7392873864345002560986087842196652114045467768982333266487116624088777884098","-146201419765181454715749221013390243441035252491755351786175332194038497883","-3593269763399323422442189689959711764594438075348088875411828722314322776925","-945357180207125253299780446045168698038443078119733444711555678236825558445","5658128974053253739893092805605070742885714718711033770161501041679772317265","19275038847286979753697165503033105082476472333357972005412472426206019552840","18101888070178855630179284948272605716330689809418172250192411510698240275699","-21212168412008821870261016377670611464354757777012750855878113167981737523890","11315237267267779373182927503929037472218020324584416092240612401043741631682","-13200163599725941975496017115097170442975545504978261944750120020729765442280","-2557283693355950830550265349224803310862457138586923899571118802936330374970","-8003507671721205600267827857974471500071985653049195041864889813397867988096","-8770150995895182489700549624048367822747281842785628001213703306960166466707","-262389576189944865160190104546264173318519692930557460342450659110607799710","-11002823947180317640252090420061719844515515062702573838969263286264509914254","-14751158894035434795901874461722973231189070896512782598734594568298445380108","21449996179236817480240681949277996886283313885273346661339214922355051932953","4667453470467916214086402842185693923268241720241608933344523278177827872093","15333719143449187761220577971721869211685409877653580181102202092318117565781","17719709477151676874439400162506842981897612588864870342957751685257052777785","2939743337075398125344787567411088101396093620314388246244529560402947006719","-3428210193619181288640227106454291920615342682253107740276581029555239812807","-4173947577684496876897772306581679024685272378861188595532908527772152675275","-11824641627519864670020468494304484426702962576925607558673586025064224582736","-392790030407866283898157005562978447912172764547573399380301658292897779003","-19859552372931421876199977712150830100301485973792247601804937178488048555384","-1989611805704486171512704026313662070966437737940967704013261514378897310902","-3339460805138800092520980250716493020519523539260491041582452365990441453541","21008858760552172771813355943473654836297995766173227710479451711918659915085","-17297118886660014835072689207895082713396089958460013175210149501530684328029","-11608044297490285412486959744906319599151762835645403758674450247476816982827","-18656274911829396705926000160467697193496350974566630686117146269432577754850","-16151072281126520733136248769172131642804411795005776098304600473085497267120","-7029310477482545179053258507649754430098489199306286340195453934282301817118","-12415922225099041273438824010523017288014325147737900758608809828733921783575","-2125768850672477551428075101084736279492617564527326661926338223372008607891","20764493536845050407008960539975276632981456709613643252763755210254258136872","-21258331073778533267597910982442565181931494954534606484023498288584884036938","-5076524224329283437468071375742531662164072990583532088165762214409181259591","-3476694135402524217923675863200687610866092266665840750801547407287206850188","11181256783446687260110265020098134688198030096472088212793348572922343793705","-17878376509052731261379783944411594647358869583887590986353259826977419673312","-14977767385925957970302668062777981282914445064805285214668493847722368709879","-16030152673078379981876167003761382720111970662093401393538880735567148730890","-2611872280881997350560256373132400823492899961529209012644548621476582421530","-21767616134877213990072886250655569976017838512504906516982112189998017886887","4470599499229356006357430491915143653073216072197986875096286196357622256987","13743907548285821557630980030081290713809880505812392059669561175786793012297","16876319926163877914198676107822726195591494722246903105348736767762006127706","1729134543374519508189353122695773059975125884106155965174146057621718810241","6025857532129641818991788057999760168438274553949865967110006567456460787782","-20159586397662280741165264070317784332817695494104942175942765057105281815607","-2697389724448375683435530950951931910670792855570724287335199793828263849717","-14323804298129720878092474160198622664894593944779620223681323117806590090759","4377375221483987276505160719464096278690473059840819342160883440921195657502","14353527543005604774676923532609011557112313979377571992500875040384646799166","337432856731476366379553312256493599785829775270270891681056179957229115385","-8233437085616308402352967028822327271653767619285531153423099322702712174435","11921394436874397141685698816306201306954052201387046971390315881929155253353","-10526096617491550331652439502139408464471934845395184666034851724750764383363","18419071818202037143579302885805479255692771519990389815584205223165713103330","-9990193444169702285104904452025344086422544421074935615068957753426189463903","9659021528852552003829085484243028107719359310498663507575382847701498632433","-15721502459959332051726951316937522273316643010734291551762234483140794352055","1031679605332164994406859502848097712684784173409002841491773642187037781587","-14853340998278159632927219360727010710325584573592369056697094512977947329267","7524496754279882646180610043088131979068235953350682291189780683822174231627","-3280696797583103702210032466176438313900390140855212973587562196328953635997","9012813352796995397936468574819059888882683282510279288773094466349006742402","-17898600109901651066973250579059541328901095886298330065144277069782908632780","17158167615033231031897902966022392570018787564756065580660300418738584410850","-937428989705790284680010201857165585097295423897699763971938841493924553162","2429017913798588469808502408124651629046581194944365772576790242037720977474","-18604343079645376747651800527551549446861983184933732275660646898407118917124","6206609120206223477195920225445210240911714319030966731133512905381538022090","-11529954321280508606807693977392721692023425091073274062758235971775153489867","2664774815023734811232876650622891781885442720581517714545968574414882502817","-14848879396457066180117088737841398227161429545007384926581296836847358835282","6302098196419901387622644311754022200871358015284194010291927571606701150661","-1840810846920317059224871928268585113336407346474536850627583395405821425448","15472527847127704645230470898108289795746384665401162571146492107166793932253","-11242945691228330467307776719566813607809012309265891600216170127160394756155","5585242940693926239515687065031721870133876577369771387067302888215084947489","-7770802478643615972933883148082074248855929802366948121768242219045253228550","17382670523704787262180447879441417528771010002822732696912921124629606060261","-21330404652351949399782641102133391341683826911912445911070280441908931382255","13131099344164583563976042827221528654678922707805395784218504747191461068720"],["0","-21888242871839275222246405745257275088548364400416034343698204186573521701217","7619185717738094176979983165282293185627383049954936069710359782000121931163","-10514705889703655638637451905069888733159394761361171021590180998905298836881","8700437976922141814832153433292846855732354965878377452941822841035017269229","-19751895436630710284874374636370045804111295692883465074241121462035043050952","-11478345774395313430541823925470210688364520174672966279134581598527382774753","-6997807258260244436315023239120213769393572974791577788698330137771020066085","13220868037814639976572321445967087709870069244006084698479872942442543085592","4977562977561371222929301661516335084548773731771164617138373559641867672058","12224039992212083404107522701385494237305641247115474734533197818159533111476","12809475110296179905384521394880623497242572370049261651796461909445167004203","17360546882982258900679184236562483592903676736843771076784910496860684619899","17201783215026689060605941534447006863615432425112890742240291052992552392864","16622379665766612854827214052796921215401803688426029856451202252890421497094","-20176418067792220366061746487847139042578139998512395900116230494969464208820","13628018952522156606696530958325278554685688545910784948166450498624136952327","-12826448491271677998693122119985027837029117714679359985092937137097790290155","-21868733759209851648262509303620144227852700258272447020026774318997506722910","-13114890414196853899228685709048200743544451715831647165988752790533982734930","16593627912171745175235479351640137983071899081424352761429955628378348040111","-9547964310456693661055015562390924765965585771027922738452627088058537652576","13529298674369077847906388354556639826409179511654399414959928980003529859068","-12037394736394071696922384821265824615892800332132219978343693839022764006564","-8328305457150681315890742520232251607136444882445753215215572131499721878204","-15820894965389978355185423234486001359580678779171447873828303513865304083860","-5560635830829714692804051768039196349295693044745328791092076225704259650471","-10131601933478234708340178584084800105024195790164726175134865935307032274105","-10655728931710279663712674771716056990826819176090453988980118338425157992330","-19906219824261745389003750514332205000953029596919644441689563398711616752368","6511436519650819779130885455792021812307657557555250705460408518969500786241","10244078364531353525344550611174509522701359867810195623245100787430226196450","21089904921857510603966770462353894329741178643981260754387887097317813386019","8490707472957313901305745842105211940843961882758782232378092715595934733642","13429693032491728812502787821887193103830456193602596821685962212114677996723","-9266618933428589913061826321884558870857033632589732426350908421973813294203","-953673492435923518366119998193830425669333688173164210410803086397745065407","-7835811058516942137312582705643205133843527015726441935618787302003871121187","13773399168768511767789437936376208757715535377439300706520584645178366681793","-4715274246107293914581148562760974647297728841326268931013814135680079579920","20311916086898097550413428394392649759960502391972436935025984479483703065881","-9827305049890100788685435251140913921719122059669930583909616333748105030651","17946136494857602053165185693155708346684318298353642268748891948927487039168","-8638235103462807709727043904038595128192568611289570108772602555977064566135","-20520590345687466028251296662697824709509139926158320682650837825737054638951","-16390636939388269924180862259589824775013953570816088236097057593764368195968","-16614141032024015676002919578422189707303357419894261656833380129034488858348","-2925308507504973015808854535729516098064397540981003465431166520839312250365","1697930041750444529338833123826016756899729830284659176836524791090100165792","-15188863070897823203945181121221472435284760552998674614654143736699473418106","21874501410607765328335542117699570706756754128370088049981905425205444247238","-6281248606560433423586165320410351983834824724774682837846918209483041197680","-8708613109269958980721625737823477828063753121107707127111122781661290646873","-8934667767166471244266150836453936551796001399968055141625186240307165950022","10319411344350762412697743507311292830708943478780655724378343312001867139603","-18763432302832124538103296362938516478363551002000833225149865467531016821191","18384280719787113809912728914981956289057080525341642402670317371917542030213","-19382341318660315943162714122188411789176650007330787677471484315913872684709","7710026483947723599462164099371777213243732571934275448755619343315889972178","-15571609688044480628856352601533107090192968374931644963678220762789898296765","-3867051292511731561100477457852141929753199212946128253841625463204105730284","-2314050464784202372865659413278191804054164743765181334844232513713691731459","-13656805069686940957215192449353192024614680131904018045552648276215898275653","-20747600937150659815140292987317578445123648238716604139452652067813035012129","-14955118777783989162361963814562343484959968582498404451272649643428994556360","-4666741174004406175344210188316064462091642815515285028501202954265044590319","-18566736552279687296958615708818610366077348710656160236451721400405195652206","-14936115744429867564129816427004889760329903646994053486371698036968625123741","-6737922615725112714083701828637998887385636743270105143732225171708604121377","-17960442915511202721668585291771354234908204420746644327264451941511848421346","1877590080577692338230351017635150768110457564202918312593727034427283138439","-4376450365461165021404714575638379282968724216149514907175394890442467710645","1813547314219319274693942126817689289316533551767325040221179570473175004331","-8038090178902650969239493802155054762324987060127140182963128672821770733534","6528779661535052191991577301891360068226770629812107075273998765090259687701","-12682078018603368590303454799758598413106668656706929082581948596076367565780","21063804752772581145692403171867040195977642490682879800436988589740014341573","-6558686114738154499133397720525066444746624667732838966157436796203048766327","14206035839770242392771509550016358011734317423824928872719544953052207513601","-12193251152901205692380549544794459804155613265326560669859647179974580854950","18505196098877370092917845097741789596652552915536836283489288742388052910175","-3677709281216816462784052693279895803082319326294661072751331923181639062844","13177287358788660589364381521730019389180625694999823414487492055989102762195","-18261968091702767404485695671235343846518447141500317214858483471378057308208","15265694765443632145274247237386593329910354489950958449128883168736235279423","-2356993077415242069954356268827209483208371911222493234964533142959863019743","11449453206620361580557529046331817001451463715614850362704271627369951217584","-1574150082463621480713188329913303241588565558572851636413356038437271890981","10574311720517303120210011055052719934824794846583408877755720936765222794645","-18702570268642440287173423228024911656809387805575415644043918308205421080790","16902625540483903294253838843046477116603625821622569413624514137775201409962","-6939706139099908088378633858762110088062611557193234754698177071176015866275","14126268523606604032964027011616261178806452354221156758680750937992794251167","-18754672646954622894320623943805231972633990390253857909292229046322654614218","14031738799539196223266045622393287143927604473430205901047809549085334652482","-18924504454523896342636507382123810919858255532244454183537783888863514470675","12395049884227989037050074090532773054762633042056483870709200776279655127599","-10192615862486401679088013138664793952958616865353305757381015558425092664092","10034881971900159359178653080614498910285783468141671580575921036808319125679","-14970716557708374332005141709796558709067654404368380260551607451370018621770","14408496690103561934754674957410012408804499127381555892721572735018139681851"],["0","-10944121435919637611123202872628637544274182200208017171849102093311165234596","817464303182729948132154297892861428658579408978257551960070947559489879595","18946985742793665692901862387973186676568055819423554535648010054482067776805","3926592496095184346032702443716926022185216973283037301112772929519008199476","11239209032319107065761737034145404011372877409896574985162917137465113435984","880243624638649386776333477347216914061074591333726573057137147635213902324","12886916980333946827825619851498746005732871409760076549005828397573758433166","13256893134963859279114593153622042247397627152572350537543499251608345860875","7857954532911562505847998281798150229627591274623129582948397669632911778987","21359384261340974485129169871357378153289480067918360938172222277896499178132","-15128347311513786396563063537989229810644956210339715379658265125864003025905","-11436940744965166529046138486570863809248497268326132113158613748608067082388","-14033439800268694825044753265142032719370287903153132002183153600969894812821","10799131148182118864567687805304244623278900102116751185545729530321939225284","-13454420160293048499410380143322801038852564047264437567039438925447208639011","8560811821083086840498598045201838168167610577954133946301252486967894214363","-507337658211727537209616989032990726225128783361247289947041661268900045027","251918086676324868846013205590057812380032377433626853184048493976955068401","423388666634700285551453693785504799154083429427930957609250057753608766459","6123191223778642681118107160186664335479921420183095100154697666508551854465","-7620724323399629580292628271124829512604809138821402279917745275232322272591","-6067686926980147359157103645587709819208028883204989889867478992486788781242","-14609554607276340088528925209128121720772682607084644193004732135536177173200","-268280095795417102319526757327307559369878721135419725229986411400668100683","-1689107647215341996235988604734875215826669605921577377841755532620660296204","8394939113545100793583090811635290839997641993570644759721975722859382032937","3001424659300707415567528243666611101891844144864452797392170342634953256316","19826613262737487020287263238996420091580449272159409098986586884146141156511","-20512529722844919543450502978364427940039438491560835994907029818697726164873","12743415498004695985100465661526299455935771420623394730053255809141858827378","19372622028699597038433454921811034828842577156407240965506134429744721639195","4907870269668514177027641729193469264258486693307526042265119102833986187417","4744000899480600214503300766281095215414720184899316177581903557360023586424","12785414748322349238663465464923805030609009848538569519528748771349911450072","-21429428954146695031613224553143168931098630633705435427372122125436040600388","-19439730906189666721198045997750033948321793579930750049261100157687525725273","-19187937520669490646431921619090975525908306214332720615977558102500705605841","-19136704624547785425115090586360803094366756548848251460440247475103340963926","-9997275855649096480009858624255661085402442485585524403819027042261882770439","13404717362702561906610704093846430616336932433990800886405458833528611056124","-21380231224667462003849127194730028966349998122110366642430915729415327195554","19041736211185607203537170141579490960003676611116224237884096431191424699780","-13978201532894284251108052762777805880654588374580944050645809506945723625552","-19661206243969395246064615223321595523562056415280442301099982968797911593033","-1328630073111219456030769707681761621757239950294680541317661719905025802367","-1364381456993350760009802519071500554602654448674250168622946528630003718492","-17471353150963660477301481611221220286075798301387521569790284369741162309266","-15155795340456707536438367885811246733384536987925715005805363995800708332785","-5669736866419355746101457076975174245668024529380177874983664085848424203072","2326019693455119191003849063350754743180343135443177845883979985504730068224","-12787993775623191138383237405497003484501376632531512225660877070773486349650","-16194058222440050424508789041637583525842916261524839163948681726483716365028","-15795657828765919427659382138959037653390398166998825271714758691489018952126","-16298258749713361241618705739821651273523736045205753137103219022831626854354","-5488922240547021050962716930673454745456022743548681742193411984190347180844","15556224452351510298274728928929378047718433730445796869339503566872933164995","6931510359839737554207950579761827771048467143850311194845955537105133666882","17055410784119379050876906642670423699096128154518472621901042396858152932746","-983890532527871417061763177717695837138522745368141789118600930333070440907","4614547900975045994963308228334675657579463949715315238850588931774912936592","-16046641632453776873968447499694589276727115179018028522287339266255091723456","13161543487409572644501586824467791013504347723761961974284278378694548784056","-13044133161621454250015714485863133839246106814420646290074445106732391731699","-12013244054881336923748336622529995572964775257352396070662536023328653462422","-13042218242602722915084792521465983258048555109001062069413716220871012799460","-18941324591741446591832587667643717021035213398754964260186000212867675510218","-6354582955554772904534319285048280853460019406949667875277275753330147609830","7050507930796173981750814898315108141487105996802597127395268531998996830149","-12610418233916845544903435267169942933259138897974566587723404069882976819717","2132860175047844173732368669050182817343314260158728664264775564820524593852","-13364988818407256559064209998792805758999223922009041815965053950189779749442","9775072630047498847956414826785058010202783449462403411765462296661422462975","-13219453159892938670689263418251348161388294494803206409142044460720925821814","6784248046858243824016199985506004918746536886676957729118205326120756373509","-4647921344311189247356897736726886244552471146765593845354185917817810771683","14000719934378794796270631416628155922870035090912014452599489815561180252751","-1476549095989498929453794167611884920223210041678624890896012799293627735066","6524603384929174951664400654070999488366700794576944100280038731443911631825","-10124778843283115285020488547605899090405881870146417067795228128798970892403","9955952738792105999459304274402073426526255587705623575898807412702940055364","-18930881065097206187272029491689558736936854056849458774385078746082269178387","7707407074193806998568340681603747058701521652136293990684428160315184814439","-7198235945257359255310760786677371194042368273287639996535879404376646089474","10514703284296402052125445481459097187181727858299294263319631632732345855314","-20928419398592241421585729079942432608779780866336410670346665210843159772529","18060094866058301305029381039035269541247782109864677701953221676293851719298","-16735516606558639643481818986549171728619975990637441644472047131164481325310","237291271639562918530044078605234002753526145910708593309658667792547043512","-19744835741791063296604866936430968262651977321016068028855725372659727793238","15937742479948164745460901116603215987864226004713483674930764895721501601059","-21531647888587500191495592659593635760163614277546269798253713209802398048424","855391533330873797227927626789612329033052383657214962922576435840221726924","-13292149510451299240151319595659289542660674671972621353121696761003224821727","19878629648118547812793170837920050454593235130633209914058116447372925329432","-7272077564534656552499316012717954153050746501650372752414412408855998201890","19248349523045802148381033922103163086888613570634956651229200320114068692478","-4155808047554864337865631865692564000649113895854346525718690104316756017593","11531244677886386642241898963446680752442875961748820952767412743887443533270","-1672285116033784090305726157977877417646456555184179602862672992375335509298","4871138593280384883667348864009647069966067297465683203735074924698618101466"],["0","-4864053971519838938276979054501616686344080977870229854155156485694376131426","2840734592437076748396269815686795578668190150713725269357031378837757931796","2027990845749914052168562755107593510635396915468506962153766529564548688584","10116742523659336868103080459774585757931659838603644233446174324168988826653","-8717058297350708166945928900771289910244375845175256760180246593875507086630","-4578285561282246963079673708593723662220306870748299192979396458536501520293","-9325439925807124458421327324658498851013044321633117946119266531951593440976","6907954377399918853969893063005529148919933322038635111831991693257953801645","90484607274753269665487108886885781924901065408440335954311530519541779975","20766425067751938620514782450276852960689615431890227210594041765677116521501","543677302031140476887110596256693565577358193750999909855066977964371114808","7081998569886275192882103470821737185135638811824793680912403643924258371365","1545689907970440478159207097087647325839870182295971402808348835664239004248","15544969853036881327574391243889290622615906385085520697459356534377936146299","8969328884561381893535549120399989121412462630261539121068076578406908529868","9802807007164775546617182390016568186785781048229974802697351308583069667361","-12140497603452439951079378029867193325651187428181572856446947824179359736857","16593128967299977724188992071736885742752440668123658939977181080801793605496","984975243891049747013929412177265544837199810891478513448161611508617797342","8185143528823719292550508383094805570775377509234407375711194529942649256524","-18009981537262332183204197291329135072725352772023920930452770555745984986552","1240768483641697651165972683283257801916053558673120565731411954259995922692","-2902715306683287086866745281653612517268760437172237539120813641512084660545","15516612933950785988272356843725755401957944980438411435941333138986042015270","-19442883566464104568768839590866508640264930089110871157552025192473326512740","-17396277210773227926745343292247358768209056500220265435223485089946944229979","-12103825250427539876121792116434586915396809043235448991107126595822991479147","-18655894143059269659986788701606863531162929483030298983111999314713877808757","-6916455095391241208528267070976256228738204237640925029073426734702691068720","16331478309029519315435544644778208951480921956781285093151335313332026996662","9421824138841735472930739712858716072994550566087555920318795466239262307376","10071722733569226092626415675691993281189882494550506459444392060200290266921","10066205942595801474964607461338177142315732580505038943693834418229519052873","584960162725341778138371599147556638253052803464657835635652462352875066489","-15523895812445990563967804219448919355843711770891478803625410367713321697071","-17777233188812143390640442244635422346474794702087416400230560753435128265158","-19676951768431081825741717458155431703608469083768135567417085570417688135255","-11150135379833467104661276527056216160949787113187245811565390976382062011023","-2393532849350296438880856407449688818477367422591942158213832986443338476515","11959401379463888422126584898504605491255762475671620986912853902896839162539","5992971534381384044166741989341973681953556155136717120215223472048416615757","355144114546304780958685679987201126202886917084255808044304232087672368118","6000001485667265397820647210541010615609936675905674320498760448869454647078","12924715904836170861614244135502506611611133953535538523392124722387112576377","2256557533995172578609046136830377821982747644567425203836494899651645499886","59775872610126401330402723528734083373449224459097938866245052934284249025","-10871064918082372953732124875728721219733065104882180499730229420718632203877","-16020567328991919849378665297261175679046897866204175646930229401259941490192","-7740001623485809271367652846414703999565922539792364970117545788152591264369","17233169686863170072804527575591057189955425634852139015862126298869159968944","6448506457411046358857135335932792015052413078292001032915437636098476119673","12817427921418841923642322826891204852952603869240236937188505329542348105243","-17473157949263358721506872769591515432122469577132518220464970436785293234994","-7172224454225652201880331673774254136423206085124487484774983089116791039631","-17263728942402522529319729247684385214931115191936518426625949611881276155312","-11147595718036435866573929271252033349386898539864250592368167046223559082912","-5478202718129209647820842659325493157860575465041441512550313755722934173556","2806963841292670191389982475395420966696326510555443654735896462312230411713","-20287260014219488245258722070211171430570252926835202287784761782386683329396","13337508382110485263672400983760232720304114061536068785179045840351751749249","-12577928035544676328914822033535124894467236629250547784632783503056959585786","8058073776707530498836946420780276540871098116111372223829162110390699385383","-8039966934245176004056931611324175356414982098451254049204270838728345432816","-15992724592341023014431810985783278525659131587282606744689303330385785686345","-951282141761346903422125731727115192729323974041425165907043424571963458394","-3594262059481070320573172081515030205918404229115521924478526141768860840093","-21460304376755014922379452325381047511286225186675804122436581332874427836257","10644365032667105892021066447005913202131874903254809232635598337754903123607","17845958386778449299723479915608263358071209997300342773442153633084640068099","1247354191232524923622635001991267007420015712789812986700398806455190476409","-13273410922482920952270789221094475112305867351394806371058581212583306706939","2614864486727617837016006947040974494708836226848144716192459629096382323285","-13059900597628283058387592238173528619759933366114123955825183318181948553046","14576937610671593105255474279853579589494757369525145506345557724946455685305","-7891358809686450531885714352350340427899841903358568701196779950680758685759","16602641101286386577132894383079485389655191267740674957480527102483699134272","-17477204671708292931793412185264895077080037674393171085305352177154983219024","4922265563547861462505668982415345128808543417182984354715548115535807046659","-12458122278312972764984559728059440088992310744315822329172364722059649676793","8255065879404534445419402998753714722578746371211980998594121024177813070984","-17078632478088910182497875976535562010362748901961959631329713465384647051969","21413615600411195773295260531478081673299748405638202160525962808329777769516","-16417900012021768626124678393618641570187858974767035928321900525146933305992","14709230292030278943353217090971678526601010401993685211188320634645115938925","-12438788213876407311411210558706266948353638841083345462436009359961720268803","1254539810276609809796341176461238920065514569879031269578339680820295586602","-21303686093624538563202844750804162632568366977198691091826944025653768221852","1869725325680961340541935168900868760133307608832010524862365206725866402938","-3055345596975287636913495710792509216553866875438961680711363897985377408395","4280506205313263909501501390307139828836082762753641284714640617834884829377","-12495630363823472083408170463823182104550914646624382385086398199452422881738","2323405609859743499145051505494318317686360068268470272786737048633171759387","-9321695363784610326211199562663029512420129384190905754269145099289759448979","19421603249636888451253440254716555959524780616143032863409521433188509078913","-17817236914916580516855627714221193623367807483815171018835038815166106501593","7262437131066863574683483967372954400067122464231080555762822892429312322559","-19826213822667518747097172551257234607737775912324289138697023347574377328874","3144899664546372999471260741142640485256045687656344348401583951459866920643","-18107229186183513517310094942597684164679333543044680579785750294920794167306","8574786482483021781835293599698563520920283804793552167236667489505170951104"],["0","-1731030945644","13895756030351910919070670185917495694376301336583146129711308559657813306101","20197763363220047679056752204421455326744329033744784103593987813438200032467","14909688657374948309051919009189908399764833296071760808460454568713759265767","7888768682034648264750837340208565694416776637311488774021371503213567998189","1678914402406472481034024581414549178705251551505230625894722260894283672927","6055628670161147902764960764144728456745334763684222714289455660180062523700","14997587808402865175854116880243863733028972009696068042180882251429599424699","11422576905061838440586956102627278362564769678412845273259030068367812423095","13257758071940601866528316412122896886482578361643410117848183271024706634527","-1083441496102958095513884536226196237384996315956587932935219439322925273884","-15808622206917536130797910263617660606196609539332683525534426841364596647764","-16331858588390468040357081233712154105308628544338965285965831965020067304916","-2995809198192528027163045261960851289400660844027741648590333950986495934754","-11677210028785395765960127208219309122806742178905840519019498957366287954561","12730173379721157843154987783367456836424192084278937884912635026561244778812","-13387677852969182017947559470481749926941102931213860458337551655060369625329","16534121978324286305130600240034866264590004010433354544433886787639894019911","-944614553001570166307457604360953198814225378348399046545029978055313915310","21756276860368323640593817443033004557234512379119067197175421698471763545499","-14915731885211785746134028968816992425240460213078900089444964862831250557702","15733935475223145820114272782433456620700133111449553198399626775750278990854","-6575515507104924899580966398564288605463260214650091378929277041793873269783","-17655631618876953588388447808200186287272390746939758088806634965385654720708","-14458293393285303080388652638519713701836829116213278543257699599599095311579","-21782393268872523469067817819090359758268252530666554391936863755442773740164","-4680434845299297046013477265663383964906789053799624375376651398982865711902","-2715389527466003438961728890154470251925620423443578329292059502259369464654","-6349062993820355451132631303769859260251016762492265697779007119343965655457","13409542030608669326323599640912306216574867020387688520491202216790545268401","-550589906559684400223972800563404625926757708399089911987055956739127755704","17743129420764612322946671547355648811904874451674302893537302847316076234694","-4086857994970189418856499993351984755763606965846492002813907931132399110162","4836267590418182246268735623274344860180388067316029938371933028268607972378","-21558934032326100558536307022721401054482496237360021884937968681038448303266","-484379006193909167640296627782188976729259619618391240034978558483811462026","-1941594789029417990695548673779783424571152471591948197282327411677157045348","-4702721451086950464515867450824910149794242921865737252922835417888602281735","-18593047323095709057289605646714862909685030518683164411105234446411113240024","15773829727467713853358392695280717887222598392060705081194953596748187627594","-18673639483616419790012532654432536096824962410161319446519960391773426715974","-13549748016904347549321317508654463590262840851032196756542827061685595768296","-3768730936768937541248448256462547088304505837342026766578621055668897270703","-5556438509827074381956850341950317562535210146306350156498303361841371042823","-2678827577916007576263065525024517333130935801833140166607267187777921519766","18149967212783312983141659550160961760044898216373377244163553880036789795030","-21602153916805693827755590364976922973650461193258241385033552177140180271603","-8452893985514679749957069383691713562165006294981890068659815601986016057463","-12663825126580129471051759461103067462983241475996934872353815907190415439498","11429141382579210603192261347202526129192228734808088276228638125655872702608","20702379705170658973149598707434890531839660887062295822658313348121347425526","21597920535709674433819848213497793021131971351129316149489287625950799075759","-9886324558581820468942616719375277508680258146094790917547527998378635626","4534530888103845275850557872010693401364104795436291339120376323084399039841","-18119913657851618768944767771651885384446908082875969312491081005376605784350","6361036182081984684146120643603766774717731055256997873426096966567836842780","9967910044939709587679207142898376189691705788456037897384730487536237945336","16580195985769579004037344853877118554284377941036716824990121835994445530946","-15903930628741335638079360599112372052054114658051020119605840665709619602194","17584116344742794564803045349876606657844489333586051001753847370899984389271","-5446502780275828312122826231126022418037496275407217930442148061112177952168","9347900037030795060763797063756496837804745426549118241134949226444596912943","6042531000554777792057948978280571979626463929338164401879595592034380805387","2350784805020583115798039104005086505558910672870413200018470052592975187255","-617474582106237182519404792597737105432696941628529436088218247771918437785","-1915065531920076033794299533430963522537450390662713020845606059391082119463","-18130105166697903814357031986389287992576078892306059280778794701916741509354","-3455671332231930149670791438479190734955979144765510445029338773756179285309","-5050372052739189580039846599455418929097647939899955208232588441795491100165","13398721534362229860283707465242120004042518799954520405664188244226754408586","-11389960159706997978957139854340724348929320855772146287276381575470346871234","11769534786569915521539151107049797288965892455649199156633001452243498992566","-11400446739990000955879618137929556328298905229845904488792307535615036857694","1765255555133671901607462115895412778027981031990905581219726323291157146443","-13421087771731623656902747663169823061389430695765372924960435541781075487041","6748882330886053369297983875350993425065382322445834602603960650599742842281","-6115753357117998942229121245782932439276396739968230091265949507562142996730","1174657057950747498876629045780754615640721116679240448925436596220383772263","-2374700673752714980795734759998376083343983096820826348011697330719372665552","5524149021054781287893156845818802925444836362374447577278177383885871354242","-21695357408842604103631067864469868381287767762115469316622261294071859455386","21197294651993642366067954568168885945004669760899170333925518203449070476924","-4153217061831657188577091471084636271132224382482666143443311368856529593890","15423551435558432071028649239368296273022748709260246126204984316725974897076","-9274848760843052354127190140156521116513082501183480327548869247390514939128","4401075535485038292334124209010546568924804289698263741330533721265806656815","-12179960810132577322539708008645691726628909612760870484292541952774541675849","14863322619128457311804652771602405891640311182104137536765289411148646620299","-17535364854633958917099831855337023290604570844776872282001895146207795692381","16004890094245220004387309923983117810620851808977262753533001312047373815392","-949604737067369333366623197638986728510459619210459109878850460331942245510","9560808405928477869474853241979352002199839603293337433427829825593153790667","-258139078533788866137710300328504746280615138537205192018451179137311356799","2719042239486070529845398379916799549467942535557863287061280875478488505352","-13426033747613159323523125087328606563745063736677681305287693423304244454105","10955087274020869514081883674475602465775480723680334552300606676907100868762","-12685810255538036762661486000344546801367828506719641962977154241472466314519","14687739183305180754938486592915597244311861700343246232375118196455717112241","-13940688606786191229512774207801467549115123623828489426815085728966547812400","13900063071129457718733732372823627331528547858126019521678783429121340026545"],["0","-15918722088610381979815567814732563700762446836666206795416875759179696665576","-20326255778037128100433908514484767432189850769701419446138032909652056665017","-15479043580007977127367755791045368690275694355819389946832587615714339876411","19394430446352029610878239521623609885448777247328716561811843206079284336894","5731141476996922922304176667566659008098813445498382200629132452338881690129","1136681738329175801092193475200007473502520867111157060425801858868808699329","-3350263201542737858036693107300609570516658321068853720831419310971971492160","15836512836838850932987933594160709350469076323608932259938747287330578876077","20613406326704281766910164045085986843250693484914258556887235645935823981995","577887408064917465589572758207568417764572681953856821582856280536224645902","18515017050178085716845198985708201746206480410013029572863967119243654877643","13181471799322454980659162595856140511449769590341599969305481069534160062339","7806565981595067046746782647711735416309508996873927800211026927371171853799","5237171092468275259827929386384511180307632175100634290430187152506389345982","-7876708727592626193860371206538084116119560849875826088609304852739840983176","20004841898665258153327849621521676129194075515571865534455696599527108763116","-10696035348293447005175420587103341921968562981245501949919395940820664626208","1217026852674600146514999147721575193787364802626533901260887720593088852381","9485603414701317202698996199700686281052927043459264751240044014894442113126","236814245919282823455497661816354247421710004891621968814884334707620028881","-19377257482321855535433954855951647373016661556954164037126655653173858182689","16277624882402495978763753945196445235885404453950091394132601939985761838737","-7733799385611712781715347232605590461198206911996662995369689646664526009095","-9580209917584229076461688144642327084742963591866801043082535393275817243511","-11561935614662797310507547402114188913885465113924614084489520900595883223758","-4271348493573867481718646513705945904106864934444299178493113134774523823246","-2760702809849820156061671427452034091279490612127894481551631479591603664878","-15010831007982773136059586265681153475372251538417706715054549988551435656476","-6629481531938749545376777508845466333731232946326870061095685667128020862859","16676526106651831365946363800003992368446560761133652573509473052683167252122","6902444859366786230812248051379061443210005343360110887964041018183802365896","659100044304639872323485862997559451610889253047170769357705099855566409740","8923647210216494065787594005639429836571229643108845846477305343417041815016","11364302605559188233720922710032546283334392432046111485095593939303271840574","-19164621509422348767182217953037983839463430604864077228521277215893048494532","-20325405384967041267664321155893563562742422561764461742251317936995297964970","-15624195553131086542412288492421830484448024026251076050771416047882020468668","-1351118243050413794879660423033036364520336951486280993946371421441560969953","-5156829590223154452776288382381011059690609786289355548598893452057267992694","-3550993272973587808336378830752265449060710840419421204720566951465509003798","-923237653995632180794716021560411545236367219518738722381113720165913805930","12823956305059665234715173494567759870317595618426398001512315347323116202117","-20315643844088042753579873462714462432889671987380815926261723382666678093679","-21569234813901260552098481763545827247438645640332390925647136980493476119353","-18548691758447719062764855256640655548614124142445221585474412311967702347876","-7529954551874981324404452354616486907928791670795823743808868091713283626531","-16989369172245942067199450724487394954869326517444768814803221064823959832902","18126373907273575904026483410881541574662371126745138253084696579713747064198","-1435652035779758309051268610613272034119623546828078307084414307257421530683","11082398008653373496897879640759942738805217823643401720861197874735683493395","12721243169438455826865024406890556157413155766927875769184363907076743482478","16362733830676962424575848397025830992733381821689679221654747557403210033337","10751631267141722856948806680245841398470405014511577947582637401451795672851","19520682358647738665685464574774288593141952295488021044308033496203018136954","16010836452322517065790027915611099099123293943330771138982853508845830574459","14831189961563790280232884164753265244206660829397332555680913592549073887839","-4567846665004733150802358911459587497778431743536409804027677626325291241524","16089942030770662456884804395650554219488870793005247107572703323695653325320","-10094333308601064901034351168346996747523468041857212017100175121568392985262","12031344930015947615459899250085786241189458813597706537598060994992489825218","-15864850847206982819530757515678337689595267614243288384900342507749497299402","17413912930892997725409944503899311438140667075826953277972156549212896145645","-17052660063139694492756508598586852941877422473853844290546190350793187074796","15849314109965841280859956901317689716354014215822846270230006325912622920630","-6508520457175310279162964423656272435749565481279353088417928375424426927003","7766489712019838134297011303604409763182367558209257481236053499384779314467","-15285276637617491935689439599184200326081342840392837642779416390400952704575","-13411304577143219005471262723960870440692904718335997941072888992458795018403","-11810224185848560797527168824145892786115411222524569294273224181456732492787","11101585647838254229617615714751225237008926395603399583036732476530945492036","-2170023716610977109277290863995699428903731306467757764204992130511999296141","19380489354843159762991937921322011044558030747032464490845635644420077063812","-10691444158778903021597541535662302718374034483939645057833047508176486359290","10341190997593184791201581421694274102823169769210212626676431985119512787264","-19481769540346910366026634528023338339673058599588806655351943015235178403950","3350943921792299005910964601061499397898041744913858010546913668481112004857","-15393876667500128851521786960051715582042821788154412688461286500607835739505","4308460362845701051070627217919850737880847196409321936102552857891201935230","-14356147792017464229062015368689370807925289610546879539913426426329550441368","1967992785287401386592512449159054448688789516852858610186627864670895477767","-16140835419066414660551859032200314533938043629876945485864224560189303769508","21723966481265517826217439570881682700295441890287350916643537102878862231785","-14318124080811799988329414288912899521009576263109869689021646929879511524801","4620437453567739183861119212800416162922329572171053372032641645774490193477","-8483335973060750608762004703572509475346485567050288698695230569488667923591","12596975994486200069831867197500042844606265638424746201165683545437720714060","-10448077115950216671121451435705943472427904841836765632894171317048523286881","4616102387684153146772029708305714257899828783351150555390348486276322427403","-7877360055589008396307968686232424997433106117678151639357335161531698914873","18786054911174208573516831077784311764616423108634067177076798988201163513193","-8810352167307300549526117550311898771961259694012165391454768274038283651208","10409897625307055358974784615295312162035771855073396152705205670745138558915","-18422705204846410026175925695564857878257525053550619772361570656092903697394","13545153354491919286622762646361857306585052618367574566741781433763757487905","-16092654473033731573972169952283520546762515453404978856764608292687375967508","18678554287747891429930263722818208212272436177321867835462337806478842342131","-715121354177202318272524795746470395638145728197119808003134661949114879659","12400178175325944814408881974407161428444334639485679301550523102837632448946","-1657449514793932659284785508841059591432413226108522080130090654591555251697","15611828206172881341816405444326947356188579890518225035390251227864268166005"],["0","-87535087592225","-4041815281666557669829225721872898995691800400610893613778497024830415131762","-15888776441299010024465114844731826421387006958748546866914201377184964823893","19135632330652034986203569329789334451100515834273297183011960039075144827261","5170008395505984957905171851603655674219654488640569922672332892166183172871","21477420743748989841691525882809561582996463972779734679340990681272049736981","2621202847517867217366052957572765176942945316046308819534134272613563861540","5850772789539483107867791117417057419766080641111479924078588027147633555765","-10697801849780337119677284115056733533969239384099690774373055904149615938676","11415953850250459466099672170053332449213726202256358915596734022810920904129","-9198624492205228160248331978034334296918917071986224450408693158937808560447","-21482305989042017369305111691974261342977034263610003121195527978075385474318","-14796762323778670536432992186654554406726025704688373225112020855998762784259","-10277420447061168068521104849251085476999456929850756692117172759440037592126","-2133553825447775068099938377015876839034995475727388937509194201249071681316","18854594164725783122392234490519808710200128876007879043069759521054696879306","-6371527587697461422452625910566762031692372132064416863116793225766632554104","19696592622055227169240914016361179550703690720896559501108668966639854400172","15273502639765997817721035674809274290109872641317093893777124132763130945713","20269577412493340397554390529464008651794209934827341065657246175957335661230","-3227584115454964408150912420136535900473288794882096312284557108059404685400","-16509247742337886272143500152003905353834154334954313814713620882445702275526","-10176992427950173849390511529525065752478441367838171533124942232893573983991","-18624745703231053626000082649399996664075553173319475669919975605769487416439","-5324908533916985424445447360142954814979078782173938104432924315521135978514","-10774781150924325473904167834627080206716582101337557610361277642702082060900","-13345201380569277226095538238667920064101258072129160259628038675440483432362","-174668388966780664926733466692046738988095993792250824401755312622651220875","-13013357794933609156289271127179173492202329561973778764216133947951747850215","18394469578008972559503590030968748197669344810126557594431932095681721414767","481248424433523224470399726820010534593736694515397550584096595095688987349","7121314500353396034021317286057743722111640474861278506473120263587124799077","13293205816862903592481015801680319085824235561219930151558119968064548951745","12962530556810964627691721408970219248624725654354181856115301744581130900172","-1748765080103006829905082937517237518101637366092346900836961000907195779159","-15775579623020658185922576024451969560477816904494299079850830931727611753916","-11319182130676156580580651245503058041147072293297921199413445916260529271626","6033924103261798679413888506217843545796116147705096895854807274144976617349","19374869474863584501595668267393742566673372093232234497596032621537149304670","9801045924827400093157466290844942317222149286629865588171088666928571815227","-9085378688501457842171461554880824461942940904772222573411123943054390313518","8920262241166211072756971992712707622564052061338888567063469098294051884222","-6734268882994231805218330401272958317401559263877498683233342650830574737933","-11182151804870989706981898097016831009663946842736642921029422045724707042871","-8390823612501484749796259044215857014489830065122456535560959124845137365273","-1250571559747680770048374261772540580580309235140498996007614256378831516034","-8271351130939032794050348541426559411728644683818336962322368658786316643130","-3094363082311487885627694391161391590366585329044730172777948840368250420018","-15622720712372173560589404947580381414579136340437243076784906835253458807225","11234864631594579889557229313963325850071808532938388095449352571007541663119","10523981258602024311502634152190005644617614555009341611259669681912736447575","5872771976193776945353822900831167791626286472077288693398237154469387792010","5603072018727941678784752889304538072360605291492065905148922486299809644350","4967948922181596504287871845038229928536576614333584215665516680907446335229","148482317916829569552021723267181299434578454262456574413522601725890503702","11525603856391852702333476529017713409850449696583379763218135056628758312658","597529104961297483780885064906228328717149945739077659652047283146749533971","8222688211432928820228406420561394040923788006607574592032377920311151367725","-20151954373518467727298827050881333597635834362757763946938853910781076813860","8174462541883084296331949691098900786107276578315183195471944092418147464127","1062920955410836539126689541565377889377449034580801702593636859019416648903","12494355716462453992589392365617819717125517874288621270563130347373092166662","-3743092797779068842791397794420565047891062640395096179638519242452217635563","868586975113403296909382434548078436712855205407661108175966148959079006768","-12611702039406196845181813874837511967207262763451577444262344455364816527935","-21394540861024114285592515885905760606195339335988167957242160624976782671900","-8585386530089224592652660995863011155654414325853001031850581261455262444203","-15961430766106067102951616076348606305170800367497822844157437370148287758505","-19614931003373664985816864647171479929683742995398949666309883207989592678458","12719761953407222815347826981686854565487426359865581185028859930920983944420","-5749791197036851224704641639709856942931580752213708569474037344000853622459","8236818860359522201143435755407314670178477978758210849198711544752747917449","-9193457332875886422036579903292249894313169618408840140875579046214950728057","15649271656526069929766144168304309840540037731299391900533488057939282658777","-6689117885645891185943182433564148526111479719230179401682699506570023050883","17668581660545976451176893044852320839006641218613632281102287897480398317036","-14008923767431144472958904300441099443694146093129337777901763268383993703222","7907303477685730309364776891407027085980864504048818473699023702230469974129","-6389515035471768537476293507729105214257784468328539604709529135880613221398","16887466103044925949277828624162022419224680434382094652942453552844319421414","-12130500594744643191260199731781251762720606236657728782540514317989008590165","13234299607343275704233150745455609353373815058196370845112805233514702396230","-13984562573940397919870676649120542150575628146013773120189529563710642251438","2349151985884441868105299679165230825168114381912589999999484048588907740272","-5242380080233531324278015851076047247664417188417718326607576211024294929163","7023112339672305696922721680542007827385051981408745662002551961904420369791","-11037700004470605289101400153666334104727636892309996667008759114828413673936","1672063215230866189088200445731360671993870680407615558089477701176290741576","-6381244329396949289532927675881825813576394185292944286343129600070439545743","641986057491853217764271427015924484920967182753386310814674237226429991350","-8846409636282795506431321766935797105709015725838191910364726900128488104711","21085754296076264075886230862054467149358431185238515940438154510353866168619","-3513670081786864331655484162589393081628294639058303733708910701175604229412","6433931554327171459829419011575840749349572301979615234696578436155325686405","-8301887194030459549896685408671028779180696986143144362997743611374090833321","14527483142899730297810004275737644790348371583552645253585073728013417361516","-8527450270086910887500461739644337010584352292932636351957314837014427897723","21096587609391791809112324491552575620045782189655727358185501764958022422549","-8645922849757010099041756292072142204898657025902481428820639443277450633444","2773589693347204168696357408052047171238339647576683682554242737292307120055"],["0","-11785976930990378965824987708984686586141426984839403108145186322729858436163","15671165472921766466825019746442266170993859511327320205422637561075522734606","-19218527806254327969472318032413388939734874489620101585553764479258023645174","17032150980439129644682834551037922416561521128654340462826581480146032251892","8499077615195990528349763223728714504882941487449530000846183805279917577056","20677731375473924795066541032862188223977090103956061561828274691418192102570","12973540910932731214874007830239887873951665032333702571899994644628147478346","17869700894375102357137529299766472356543267249620924946114750726069429096948","20496222868126573700554878536027952489556423167509291435660701180308709065844","17277459893524096918819755710804754161640982911784600836643935272735015472535","-3374303960833633945076585076898903073360488538163441714229536531051083953587","-8492496775986251707985681541718169225004226204739607723607470286228808370870","-8618128461008895516906494072846889234403395760917282320484451103003828306887","-18361881230490827638549062169206406567253968582369764059405279672226032329632","-14802631298925405260876432288594457129821175769811813434195706821512724465677","4013599347610439120009875059398972972397882341199271187194439515480952119789","5515070447233446652130773975580977309075975110305374608204237644781818734162","11837219496114361816885440788337353460955155323007070381517823143548366695490","-10575293427964493488417145797982454020814582028142831119568463503584587517221","-10462626223481824438319139157384161399277417987913158519776136914660117274855","-12563941802654968169247455687771394408146665772301956248164324162677336243579","17102831721004516012658897299747903018202155235824138250229366367359810344949","-19456775532918743809714967658441759905824477237967673198374717905862592358600","12962064287765291982175201169506039030845463099713999056466080871219984395126","-18168565219136142831045273027026992270063377024363577315728627848293208909780","-7300701335727470974047523130755573213648416384389910678845463837855105604980","-4897651961602020736766375340868605493593036352722760048959976777951548377934","-10249307143603667545570285690593153896042545029000249571420933853292680740125","-6729546937241806699031520800612722133176892052463917486819411693089180738354","1973996707562655754187256848514769574757093150116027558028315872523014040741","19026982347254643379369329562328117483715107827656265537271606651280739073800","21845122559402796045323324692762303863717672930360813438495386257919496392507","1071530134759694325733379578230755603438857471521809018894722270476617205407","3458396289960470286590273093823472655629878680283490343529665136097843675865","-1354972914475892276759774200094951069090017494920813089486209506209380094992","-5665227585108511884175558936399524586979799358791104384863695647675245731789","-12782526718114250320832684981257058288061725212885477752112806495156842772115","-11553744352428587319823402437195553267139707215669951720150793721823844221768","-12089724228135596461084434316048339869147849924947267312312588620495357975736","9566397687573924198587727177705472087164298834893588445089128870783091669588","3679672187538115254381338903944476494502513700161042796950760100493123177597","14415108765430596706381278543700218008010489919218387130481202473294503890273","-3455483701971715207771891212726720988161732364274850674628627844995432690071","-21323956108738877757418267151931093747588507930814918344875292668114859758454","-14998742621906917379740123164939400628791183987483599497715169510398826463757","9803227938907149539305812761074066170291249999789550077626478644591042257425","-21001503158308029633956173598995044803881733548028090115890504623425488896189","-14951338547884670636490997098091044589630538251599143686433951145023413238148","-18598692519716576727308046608863173037812164174493742716703349776629977223600","-1409541650569122039646336810455121201648470300343982822078805507124816185491","-21551313787127505847183226966144255385990814829421279086978260272371559227798","-6711709320856652639059249514218333984391239157226227746398625094460767188300","-2162387615576332094128248136846659229742336198931414882224968180523926888818","12247486720162685127482386736005615849479858270172468781177117679334538037127","18920225483110485512371100201560416856264118143934104673722851229806010476457","2302865070301736893607875908045447410909954753183442665720870934881610040767","11640620676555408374728571010239284098049068135028370435666140670891754777274","3964718338387329563207039823961938852067711629447995480430167193956324721564","-17660048082505892980594884758122642257501267403783751809934168219817125809524","-19542152024287465007242741014629608173994389897830378403190756746136244208461","-2981787582491089264964517018045679068918546505884456541851726931274837394314","92119141389481937244387415564284812439612661940030731551021673332611578983","-793530853754155699128038616219844187835737734312186404961416093886205497714","17429625552485354312903518013531114137137471982654210512920395550091431814270","-220623742144821147775090797609417938874505998842371213841381682239471488666","17011424970783744079166722430137135435245922469119446922066412943460522464148","-2811658752886694048937692680646174107652914352174019197322996815405349115012","8531710486295811985009960747384161266349002493174341073797652997843900380616","2748255274877452859778751284127806631187311434629959347065720961309355582526","4417283133502790600867328700548977931574601297861852477321340818987216454931","-15002966431987391985172531059768124958414238320165182696927791311044997462728","11991490376363119633277540078359291532996504539003228056111518466378758272746","-8317968731636853557320542029762463782397254161245485870550698612067392973306","16072680336497547529417191548970231627645210284111482454843033305494942982679","-4380277838036838498732918567599040782761033669962210213666819733922996273018","9335949587969231388957065266739390698286525787805541745078843557011004153856","-20535877083234587149478486723366628877019126816301508344507548528625124751511","387632277461953387129073961142852579114098534352721399616356026470691646042","-17836510589571812540840459610250691828255020281307959703159479997354488461460","9581707046449340732613600494878482423573812040280620432296426726958101987873","-20227515407259592799406059409846148469442161927096059175576709066048138566786","15506560793195052994830903961182454054060356737320920786412097185635519941945","-7369012463914676758431317178506025937868980171794877215283708762723066023005","12441907750088685695142641547797600450222352554615910026175699168897309725821","-16351009686466036160602788310637076467833391140694226608678400553673821369755","13001035183940208946042100370920620556348009339752169016622338355927008585015","-20531917277063954341149772791838611945206317544629305751686567142645963505860","13438670129196603319576176651468325859236178741931133526746050778481117724597","-11323912964444096589230785764087732259542166869705621358451752431940409510177","7336636085116042814033137349652754814085748671304118356008404268973745236395","-2236200693012363495242405527242261266570602918894966258478922445191844175364","3214809852402345388543813144725343012150122098329188013463604706407182042691","-16811167077083371436863097368240748648986366793702672585427885547233079429915","15086495116157941856735855874508561597645273947585161710008027252947825455044","-1638044475721808770845769129771405693152072840984672756022337072810247897812","16807380082720674073040669466381723351524121493579164909710159437032262715645","-12071368181666164354969785891361678091364890540428176125032118167302380265540","6701171035304108442476297456952126014732072649598389213060081335253555987971","-17494995375267110437383284118844537696041266178574997385715079401298835359442","8164307148836495131589464616579711565215380109223721956492146623345377643464"],["0","-3156210191237400","-1072073624606197605934518355484483532591299019591051702190078519444626420008","-17571495134672702651830401059329490454389219460881105088060242242590354316150","6956706878001293266876503860921047877323223381995775517225845699164322734895","3013785409735875177679486314221347961167480698976365193709862215817791284826","7287700183045248363572641882596174486169264506511624008869416239525838609042","4074623686246411061383034501395684631393006728693182532026654990353627156752","10365309806274180451183152312000144029624429825988242876456949286984709566051","9892704714874194203385794411353853012716538644250020431669418611697915317346","6705062245410561647212616403677305120141958621042320418369942301915307920627","18685144041469603413776533871650883941997940401272564234402811442078938412535","18131503244248460664210473552297992611911164746141241637891389920429060025371","-10480226782812091375387523664823920013662628381551081327792999096827870740078","539306159934272164715278621224041729697414206852068563044100487207980817405","7061927815735240005155618350049409163242332245026708564303734985265075233180","13433499904637650982361670154597013316502146084282120192352187263189316441811","-8870002929138183832343792929379845461775653491917296886177402851767971357263","21285177219702563239136763362382135942262675684263937893660283420748211101154","13636171690936627632792005850648350683112813838311610169599988640020837854727","369447585669135617824256575900118916872932876571618426606425798953151898153","-12301104175619293049174859473750493953391637529090011608925989430425761656650","5188790232813489672700302820564751250218895960695975583924246534051348862999","-19245983654129457935096959436544551285830465974549718479450799755436584027329","-4848449264017180077797375650526418419867070910334367192582321031365720304115","-11701493111562097548065265498029390823712848029431973377617164969204821643542","-13229091334714707208064329589113433322588032313060000831424817721284635577065","-492537541464545771767723877844544093523269035647184596629459118239059894411","-3705820133841111717057285676322630673007976381696760673282546390682518588983","-2722885317254759244988950608401918315750816649321229508283323710232632982736","17254938593057275347494135324271353720301583977971860129360753020962045689682","9462023426914035467086618021134513259660900932188184404309913736339173880788","16294162875549201446038908932633637334142743058749891104574715856368172699476","-18551077330765568634918524105435236974928426774560264792071493532085059298280","-1821106513465508473988597992809328513336674561996673788512839944522953502316","-45228602308070827212416680028840057936828863073372548317075960947919219043","-17609242465318704859980446880103518420162327599660888663911226408158259159322","-8854418080358232632689773602745465232994128477195527713210442350827008313978","-19483930961067880407938838648972354732144691722329199554451166591883462740389","-8899375435219640911328891087281394977995945660353538006219069187922272159543","16744900387534867202307762813706857055694541767910110470649385667144029068949","-1384799537724093382275852119238481420900951040010138937257121033118865488307","18637236591823178543057963680050597844824859746385060072856447941470559840714","-18787353024883378466359760732706518687248671567126651288783775319227001456544","-9482171630824664852006163812116047637110207738586879345486339438573407862386","-90831867984732875388694752767352793125222565112993369175369213313145908405","15386275145985589567417158010193275662908462578103326411726089203703155319909","6029012516268798672662041111947388743132981206355052328549842339406222536725","10044024726497163949590900642885352535426662996521886186857170974642537913439","14966689538269608196358359843171386956261429028023435390129210209116260425272","835463103276888219851926069963204934050373818877556206816573146593933289772","-8987339395557787288051280969040091398954619299412443397500900330887483452704","-12351738266439809322978734601042543082799874714698114677289892850920248166249","-19972310350095453921203511327366742314444056623466989691882857871029672874155","11925026926067419989086370547090005465478497770999841804097352289575666763309","-3275411520909327195457875354610170561368009884282485623377420593514349626868","-17855082786546225220238379818303655628560439935487700317476000693555209734348","-11475276552490234840877635957464452803986967304482255352410984896322282956770","7154487484349085744686785994870080642612210942217967671700348552892364276179","-17548862391683980401893572103473732878353683152148096854052392250713105199022","-3422240975950665458576673497759908682805042417408564923565500314694803906848","-8128819112955460566558902012166178794727122365616324131106355599359098248564","17554029274947066223341667615599722121728887999437342516128488854316060184186","18046288998860076278600586494643753313675723626190489981353079530930732621872","19629325249851223120109955683392682691412874056856730772775584782522879947881","-2319113563570110756624066918971291753146464069743854729000306096140433814833","293995924963896696321886602370987529527976012846834842662729439685529133941","-12162848162294466140708168185239260482027246355264794777966613324578049103337","245456433754678007163674649019428084461415997955006710534650429348031296151","-7140300138495764999156978670655791697050500806482860933881267888817621524337","15534910508763876910523251908402654895457523286686120695637730705458123932295","-6731664204500597564008838805581024616670098461860352822042517138238413442556","9206719621001454318355688912065065193844797881559262967700938456359393539356","-16599964908589432645806478386505520622381371323771319710178110564814826720107","13715887215675371552452270572121222727724929414916039987547115195632805071230","-13848402498334730817090159579179617180407891602664281848623284395600708665165","6178817289991119100038295276291944293639267571951854192305488774793876002306","-6568581310478988105755651908375637280786434439283682882048170624655234408340","10848570166254023845856276758084208886559175590629205522876559557147845601217","-21204768108099601972975496460520451748076454895658981640723071448234484967128","16018600775507395400119348252930355889934841382297922879701761421732514838571","-18033448748211708002305774995747108999383177327142322835910074057666249297344","21421230285385000986749948137294456597448363950531051966849769897589100091487","-16516212167857465286154190932143280217785037714780223352826997369058484811755","8627223788453899263832946470695983563529002051492420494574789776790977680609","-2919866513438835270343607528212082846007496702487752289020067173443709510579","7298778071488327147730824547220574027641206283671235752715253555386065961772","-864295083960293402106730407723379284690362790624784829177629004204822255512","7866473785951528691288394973592596448906794819269247358966211061727037309599","-13895561370116654274408449055440415216452604346248359896422731847824397980864","3909407982991157235893076010568063913771162314478980180969559304386812828921","-18291232133561528341204517968858533145045576634964366444102934769647803390964","2490133198905198296650477559389343635421120100220797652553471492556435686583","-20209745558734790389906092653320909792137360073506159812596267807361390136614","17165592241173536631130516620882646062300772198068398693054225642882479816786","-9873773429618607040967915419881190708078861664974392052692046235557609022864","5104650873650346391715756271465897608638867293226124006195984617550955360269","-19563563585388238718483366929197865471996401789238334510361663955346251382962","2484351168825055004907536384414695815145811525592410854350612397648446019189","-17061841582058691361697512791093523633462100227600620439651332090977713321395","21183175011130827412503660188528553421391906636905269256807188310817095415501"],["0","-21888242871839275222246405745257275088548364400416034343698187297344385163041","1748260827913118370813588730878977309375293685202528183756569545182742066407","-6076584282927104905640774074709949590792106463701303263296995754855509604369","13534809252466900721223442967360673824221161758814809445501677777925148296996","17299519371679015604770115635649336585563625540417945273122766552138495470577","14964196801656207167214969696193755396067754462218468958137150753444676037510","-14323948983751342189708170551175335582581196398388914508287705739533307168692","4575296845336022737783808602472980053316967870471700181668500264647293338875","21275005529615684105720788833062439327568964263618526593286017530284936395678","2979265682691062074356695065350710066639878622972327801000126136042194516780","12605498287656948660021692184996925333943954603074488483596019912828423741267","13784656317067588416400657828920384723891382268627783203023779749890028306300","19764488473120482259710315009033910852140346825760826024568010850135950670312","8434445247817596983549398476995346274677319689702390185625629585303777313872","-17078107968651405265458206120451330917854292905742472541143946570362963685077","17910473654213112912335774360493438651181372467501467940245332188985214774940","-16152111118035692766600439089617342789784364663866306162290878618445819371485","997416500215490474200462146007368922689377445305825738244868772528613471270","14712134216900626588322253471331349998893851663728922042362239571642764980427","14430415053651306620979617738195551631616341527565277003000921752299104608340","-18095849441642588669285544370484089805255206891736007553387434399289697591984","14285633754584102606079966027342543494756817697108307629911001022124838181941","-19083143575115020692384296391454453247575955124890064745454574475306569657852","-10214406963269727853474646667060663474819080666487939465831398485038983685881","-9376846423675557623582435770833287989796077612209009979106674454513594259947","-2793236083234737917508294172273666100570238789701920164843251178186606761653","-7665661446428067071131690253672922103349437291871610691136093026868407510905","-20559728003680434336793605320321091241863874703335885321217139259167834438485","-2127827823394792660148311720108636853355897568234187915094566800206509417284","18552107411924686011882871377731006643598666597493392941116445531617441327996","1462580581618522194722512111997367645589765781789788750379192040518333610087","17986390829360046217166407417377632098056735083529269424869375722063254616260","7663821033097753234719574461063451421683190250010957885047878000777111191066","15617208866037897009100499833706151701657555409045463260090662912620804766406","-191145479836720886403259969259309989220158423373420993273646524670994035290","-7459745399219408267854900862980383042126524564524254630532800044714496948725","-11892362669726221760531029336180934940508010265412725563233440538642965675814","-991541607431023455888621359281856682865142139412931939234796548779302611809","-15731086983087108387780095435074340909009169826598440420294809670976736583311","15581675812425276976454074587420346879977731184514296994874460799126927649224","21561662098182649585068474083448793430506572247150656024763172853822823327943","2253260704508300902100138344616051160412161207337934431780471165692581762894","-3579839061475398167735536464388174643908250290474164395984074305902818226923","-19425742021713500254028813092808019127977841911732195095533132481515901386786","-2195829935425342084459139865605734638896733975950407750011639776976801457103","20408607524272160832960551944388510158889601961621270177401032351728994725391","14670314655740594684816532948101162439062644951375396145441405725654418712835","9655458312574721325164524028373441869175835598497438657183839381813268539385","21869969576327655216967638316814140842093471694022195531544470212086399329899","18078353961517036451353540625688453841172784307366685021428628107311895324195","15665711139041052337454735257918415423928472772361582105546957553290353799416","14966922991420887185823813541389579659453992994329113176277145021673468737415","18710760900959668152134815460877457597785264642417940507085093479635044689115","19591815445016281548142056097492090449860529445859102938687026368205965607066","724730797125871817028569319190320386819438868324665011988491162425379542315","8539000147547112700407691969831399494274466729497000456305146394998915787755","18086045855989823156917368084522382113872448731238396172868671806070583745704","7467556167575748227668158137629889183999701607830818579727388551878077807463","13865749722047779604866770943401876367844801127015069833491370177673782587723","9124772065227204261590422459872055751010371477181514151099066895405201325326","8360973744061875235324234688523255897996694465401618777878848159768190967616","12860755126034827274255067536749641009289770347924811641293853626516945344228","108694935614286082061382004877358706901162080080982899044022780141217161132","19187220358015440589365999353724475386257141179999246444267801565400172672726","-11786539227367396231983150213880636186551948911910075580776023843191762228207","-3634515200095240852488684891001949864332229869981670792650603306860595789983","-11605386805286692726217488231335689754454825254815570583286438088147304875394","-607359952672810936078691123861310359485170976384994779934033646296335739377","-9114018034773403687440451668946527133345983470306171135915597637762296740824","2643653936092584258082690774347873306812937476439464595232018944564930956874","-375916977688718341683543835644574020503536133779306052015997645585359578741","10395658391284457676921941920105248159736155809521019703906774841686771849197","-6380949785789646378010703640271617698144721726433805588552165461205402175063","14780824916961997175779735745304885703312977242250207980173869333617491801805","-4302293405345073904134353598486985785297497557500542109525970147506740200779","19433279828452342010681011953228179706787352218785349711233455130220750741738","-3802671091923908867780498869683952434944574435622351761542409511332076871620","4751374028310111907873007592908674744855769850889385305910813771358922266618","-21374112647108549393033868327346319718667913237621754800840906857853952487100","11859281427470861988347540926600701043980472715468248542826685823280187971357","-4667007331825952901796118330890187848559039543880943847183217405499377728626","13486679416894642063878108487789954280744914849986059032893619719057266674453","-20826923938931736666236961496925175750532856354733544402181453118005536930367","20358905619534018739183667512422830875937677683237589130657063700408408919716","-7932205869124384583023847968849177686593068020659929796440135382091591105172","6577180575330383422884144312811056771995342205947463115403707317082162784040","-3820556625575857264377565345683507261784591354012199846441563403586919597176","1486178217445188066852437177297126836920161800376850128167853497647313903650","-1335161856514897311903233180087612017579789999960686570262063522544865756930","6658406294908467826882635175329232950927979028140330022133581888961800983489","-6317085792923122688757977640138760996102896212842217886130762117273594968702","17980435738355708940497494645260935479021143986222988945034185632312925326472","-11014432076825359489221906310893551381577312846244644355247301545566098313813","19244545919617594570619724829019927608748166500541132323359185407353741845542","-9459959021333895507012302555388156670343699473461304257387246064495987866155","13515508370057943487068368250040388641883802799375490604299443555560028901064","-11727656015034280281895729323708960916913010539817885916894260444721208693516","15802422875342278779626402238119329014318351737665464278655360329092380915004","-4659167837752874832008360099404532374055640932986090120488465365380089976673","6960821450973670805491261957945640903503473097517191077334918245893396125414"],["0","-8208091076939728208342402154471478158205636650156012878886910686255243611772","9675545554125852539045514075623508103845308193188374803146436795819705579465","-10788031713741853527163493068621949080173950696301290674271843283804790181048","5224773444243865147754343721634778619644591928602393693808142928965344713674","21860457456979877737646783011111096165067833936039727857737414051591805663623","18509998554653132149868592845876931571948096863287998389574460072749869515183","-8206514446424862332819574977690377566865261883475869447827838288426555066776","1783802303542250697028640392378085438808590847246510195131386809431649091787","-19255427047147189237479492453653784210905965371693861546468884664157961453428","11371588653631333903423646603909855201474734372928793762542269954683346185313","-1829199238637305444280472375743828615338047486375595519985870495002675428756","6981338461331804215245152947733148912864437469246559197679552686423979810338","19780109224291560140474874737595152206623792014246417223250400901665896197461","11619702172430942653990489034602491425727542447929921129725965075900497752343","4536281241546582015845869730803866423360914460954189976394496553804640558587","14595209221665669376055211806714471650688168662711176198105018326879613072501","4282700996462255250702047149088561631859494031119432044064248057215338728239","5241731278104851988385596968787498880465944894448504766289352151447805929382","15878938862395879988419396891816542220991986266946840647371989684959115167372","4203369666443423263817923421832515401676644128062280630112471099790473692509","-20075406870787447700174732772436133525580433941036561052341103507295913873137","-2572911415021534768404147596361975477064542458977403844342221756924943217388","-8191226236790509793907847636260435181948624608512574491858958923775023614160","-9926715615762127217236321407065586482167282290008795106140296665961288124922","-3481343759128881066275701577498797421486000757616353119257554488788273943357","-3099516795033115960161203575597851460223150220141581183393576633275287630392","-7574069416796088783869152294703707642045915509874198473273115439115697793496","-2709668429291656084134616346504893841436498692619395727120082022039813428989","-10334901126808377482463582059022636361039169244666736680525831099728360233920","19110624443774910985869417062417864578061183966916076461276210929119618971905","-5316603208498020509721764705632932346682159081057012488324763556100604967401","-12048964102804331220149636576050772021710358995969092155049000586848024491481","-11575200407769851327223068579223810212974686447247969886243673739691626539791","21169235076172224099938962384998958939113417970447708046385685908553050001786","-5877675337434105363803581841521517343324749841280319864621653172033951270111","-15689873701632020042528056751539479988850539145054024613358927791834237154337","-6558136671209612952299542445468069253150030366435507737665566459820559342785","-8739781004773471679096860022857594890594909571550427021938399085097395812088","-21024364912620290633688751229379982731695624591254554981446956970499184758697","6404219954184513485467462709434036507141410980718403851887697582562261243661","-16568871361859453381314696035523571451956213209090197205903919864692318917635","7811939890450862769575453276067006278152565292067646063237246369745188341177","-1035776986743475415704989796926658897622631411755039265112510080154655824","-20635171397664292746133986694469367689218914138670835861593764421042076176457","-21000157731529218498987978114299565212388556619909913261357685784457253059193","5755188337076740817530707368862035832239158740590082862557315456125868854357","13928837145253852962184381603188002967659151342078887822095059403310155192850","1771336380462142658979424353969618817557175331525821527167650724979640116012","14437254378518857834308086501868910588334328279228548227064015299203429882535","13373221649761263831632462278995821648979969908712821282705479843114777136448","6194178632274729162302265997106664111370442118285418999293847558661145043038","21762856163651269391244386653605573202975862580527712194807139423013744403455","-160733296052172256090234177547179902683467622088270730168138998970107073947","-4590450131383428072136734865361140981745207673421753033409135344932435314712","-7736922043374178852208413932432575571792636599378954471167804151911889190844","-1559690464196585129238070012143639604643216097228960053305431067650433204910","-9276885778450808709733715488690524671889364141787242526086115562124141439819","-12186885823062355216407179181440775896066858540634195430347939024987014467466","-2530432412819560397863589152878475334295141880521045128074207814842834287165","16713208449592865787251536505683177688085969385087253332588112009225879750440","-2511894474558554176117821793482862897639449037088535565290770347466038327530","2521231793334748514647559327833595407645340714346796380904855960040777577491","-1585662860545359665257774742367347440055160323151256494817808042993401674467","11593824486622081795259518371447713963310586583043481613506867428534971592511","-6963446276658309607550439560571820825219128345469012528979954495277117055251","-15830453626123901458646710753830212158885010583426477527811330980092592849753","-12369163892178783092025315079386634341704871901266251825664634151189789709503","-5791033053853593568713414998156857615590683428941800262559767539163844134141","-19724736323208630929592046270551334762670221349724730826934009036248504350131","14551784185245182014682866715794555681224456510639293929056774483083180135837","-20366261597273155772002996252727266803755432954221512659371751469879369964320","17279822456437373803360989140173352377724086367830964686542478528105494566563","-11397736027509138901006665527560653135368392611462745814698560371403710340243","12645518730850438351228809583712083656387320675133653138084899734003015057841","-9297925601379629856815349678587436281966772079572786375959709985580725074456","6968214461375164166953312561673935102026160307432042734402189318185364824628","-20514460068490045572102643898715724635662256234731737144970999324281095871356","16370643203793724200100158882331934153379273377889106031542098940548447940820","-13212486710936343720013163714206239982639698840841282394176496052442707687360","17402002078518778950335931101176951818410645095067575502921101905122711083174","-10633770328193189625457608850887421252124296411739101121238573388357448853951","4574132340406278926322503312404244283136959643788822638317151663706613477284","-778486328867517368468677185150720542351205995691353900218437977529883547717","1678982793282013375180888881273250799485522855953504383448882997778888224127","-8349774423791570281440576390725163550852814535759376340877521581025632063823","14361514396246160751732524530364834560930941955208471358606896014268056596918","-6618731750334989451642671310879669892118739466349073549697569566155767288804","321025263595303869186997795184729324771576921924444143164434565076692441341","-16093004458528995860097464583222898638032671418673682020378445496729169179103","5488832233375364822987774188835455485910956055549851789749259092631943883950","-20619206868465194673422669543430181339639682289887861173004250662711890069783","8124952757096038555631855883123940753161043141123622618138702643601484519966","-12452407885043708168782503409338233680229651052774156497863733286616894439595","12835484450156535758622904503904701697960264862442533008859071798846816870811","-21532302815432500937700129122633336620871968766253057652594892472084923747893","8827056618985380685417747327367141356195676190954336255102272732681378179378","-8714314247284959534341469932722295739888582260473212346070364064472409291435","15355026691652212638646859583966476558499976998842628547584409533240954815269","-21803641076665161518860718637049696913931517799253488858614745259353855132019","4061091426401014887539681620771173491165982420219986796092379668520974013020"],["0","-5150174793373947111116801351825241197305497505980243374987421565378252751804","-14208866772811350984892757723843988124820706169121307178946337257342725619058","-20031784575034600345178005847596043989729230638113442221110097781657711279735","20087576663664343623435437422664044797834802692348290740906902066820201039932","14341613448752174972640532653197856236091770590856453807089032245491540038620","16546137771898871540153291633921336376304342944418789938554045902480145095060","18842786516106036649617802696207529983701835315646519685282342099824368289357","12997391823949596077887870492872171075207320743178845443590804066410512760007","6534514496586163338016220950096625920559633099294985892215086124881185392442","2418414458825844350074379047925405439105580727272813197309081239838633579657","9076183530462690174762775824301345795979828837933036588955997382229664027111","18052531098474684372319289203404469273409052587541283542902499016643304338850","1079900324301533991835706374066500781389782290491269360205372563168326924686","7821133168745653519585534516615080927294108769637031286717989776365488394166","-4155992129610852328996766638691426391533178475918735225063069728242100093777","18328095336038803142300565446279231252282753231880052772507620759600286799167","-16035472520683880294666040391640666124411646812535368934183959086751775911744","-18243419674014164028469272698270036195732894036352334746047951684595867308839","-6594104931471471210636425763934106665335266329044729512943417446165057916941","17246874338398499610522752569008433638321848798937591050443860481179794809185","-18085210382555018519091424970138172262763606269661449393624803355301467143592","18169121816496735019185366041740551857708907780298577647638273404608155180369","3423496081229534896590002053426807041997359815085349990847662559350351627203","56959693453351631890904748475113650882514516511817978670788943771129088271","-10852246577103198447500920865218406059539073325523786320539638098556684215304","-5791660894995484298160506537035058548690047378565125720387202267552820585057","-1690763814740693003045626759218716310667974433399755655551660544807024490920","-5453027557910196221616306134853859912597294188938739806709882904268847576216","-2729736422287465938399214044848705501888939353746755185575985631774148635180","4072538886158371150665968259936133725239588190404983041103225106957059848617","1284354941291225472848760001257327984938981310857683951857896014689512138219","4652924104204345670043359366214192292207652838007213847927489007984629782100","15459900971090541642088718136729417661921790470217821750955647153684690576208","12173689091821593124306881591349864828363567729980253149207039435781750837401","-14950538094646429421376517322748069100594176291563960593687596426115305336472","-512418508655989002034010978083989651956832011975547626532969453648976172588","-13854160301709831074033608731168610686508518789332934284402236301659433285101","1342007466458482311797345958173562166973879199181961234187647572670059229836","20938285345828113915875881833262855503366813674094926092357917448860450282646","14643178855925105773543858638687512149279350288510500712591714829086049668653","2069600140256868157064538552110251085523031679845668663574866961070553279007","1313766645606809555591675768050707969380822063278362253014811380838714308546","-14536848070507913178245136372521842049631802716491219578751584192130877069865","-2668735680101092861872381443723616329400895452534377494357815242566699958340","-2029380136718873377721639711601548278204892552582400072596925766788040410539","7304703705933147259991554034698631107294735585473790271218751938738257562149","14503038569198452603410776530473270122591639305994931343938558855865133702996","6131239583102031184062026443279686977990063963383531385300669340405190502361","20757593439050300396312726775287183063395734615988040434489252899416512829142","19871627492324038408368612223414701366365661867951521419813537412081752783414","12603975026488134696690043241681087953508216018377668518367810842708789677622","1004247460050365640556869817225681357421609179815403346847672333068778927762","1527500698773619344266560468062547282976267582273491353538137875448227855956","2986809251671807990611927058792234688351182811145239941381449668582707535909","-18118617975358284516267170447876545228964119249492911324561933117146469218918","-7194690918701331848914547460795866526986500462888049844210328969745848755049","-18627462032288325830766580589067056989350796648473242730459683919309410911445","8425088998226233164885621717391827979509681123300944636774172519778062252276","-11122111992248418020328864933682004579671115307286756758620277297566694466714","-11253698164809298265395909026304700136274772418588734819029791556169861102334","-4571774258220985611372935805357403169543559117764763616033995955228465471692","19464527308086901936267009570181153451466307010302014848368884873958070636533","-16195980226600127600074079344060996011768093858284545543353576655382793379631","19043692200650788769322717382038139976125863013365272031684083074441138042395","-540817157690365284988401142049516789398458731115245836555874568351443301335","-19018450450274338485344504362224119720071177087269022523669167526524133354511","-18708891366239281083067683597295620791608063394383678254423139961182312824406","-13664150924019627187322642399832645656673330500727710760254823044431724443772","-5277573798944813252415972190665800710562786519836176243997934758386579165280","20273753817478993424557831314424791754944583759179914167012957925049612558045","-18999815793115295465642648225440425581253851351491175700905369787754474002292","8486751735788190075718351432668328789080572357895937336007671102316594197054","-6910397074213537987191699075193234164108907222046682801448735892507502415174","16391298690730580706098324973895018560283876524969597621066145116060211090160","-17860578385357825854128576779494014087319300300967414871567249026636783462752","20190023797554422759423524613594813154280922840554685149749697574151089866152","-11961383534673984770378964756366662099507150487938526580355800204424734877180","2558294411146976752193845151212717638633260129320039193466029742072628359835","-4612721097947347702254261030195091877375217353487941416379058172031934669326","11601529302954735262683370731694875600645995050242476198767051641024489998286","-14031392702503954204928557234030375190728977788107629915470946555882884582444","411148241054813142282408559074722837274878495171376399739428799200346077562","-403332114915522298711769713925506278026766331225551197559795246051756054141","3151064267414364770311018772240254347102625887858668143720311976827002813827","-11543170321322033622586369612504312132449433598014233975294979728145881569571","17128376346462009359195953398812402707015944346393800569992532522542224273918","-13948882259229497876127224484331525948817702833822856670902182505046269881181","18256905582107736204109724094344658397017265676501032976074164850543492878188","-14119991377812906705953831531505900103206011321299243477484978991334004114422","7062087940966816776626198681810496225350365962351515711516119103018584125525","-13585335894568252441982778481645634993840771175698802145229522087966818807523","7605878013845841402343763929853201163793614767747539408402724568813502328914","-13655440639501653795464934182360355113065134087799262707668794582255998534988","16773728487538969816848939498969941337196052721785272329799883977988479207364","-13827430858579763053219336720375299999800573871599632972791662350011133674015","1410266370845495859779091276364150688698222785629785226871078746337313549371","-11735261070703610777793679060677261346570944791798466822758579530739006831234","2317636848561355900878176255883255052937100944767731322446791029228140703162","-14046883309006730913323467323995809675471518576120737641192907124089815126931","18559741549264294477297583306643510552853435806706008202305072555383084574990"],["0","12160134928799597345692447636254041715860202444675574635386187630830838708215","3947219080202055534624995745730789199204107234830763732562346010255741859740","2005863947150474261675678783319633112658735986617699491053700419138529798171","5253654921116910808591156304807381445262061090414402303699046707897514586305","-20403562617247490125427338086929269959559472455495673872087475669679761854940","21278666088699548938315885650658849692491112081562966330004453002098654317272","3821206514812213875948020943147901349246644606089970945219884096614913835179","20046143761296828893107243287938164875547619228160265723166247555832143574179","10236892871699368710736615994908569330205071653384053312267074672542078586290","12855759235770577038446856754349241442863594099230481842126801769928431729500","-16439347809951215269378756652963769574684127343332590740157883899639898914884","-17148328686522785700953609829649150439316869591612472666442026907673656591764","-9948448308198333739294355633434897137173207409324677699237631806219899909508","-14339936276747636840540703316981587487084683378678314263931007978377320595950","-15620621820480126156453973265219214321383650735895340781114645586674524672611","18908706235689585905055998660333365236678822900277054173956089315425043928871","-1097269468268484797450409322021143690610717936832598946649856017383679740753","6710504862566439206106954399754107970819024723973602053219186929250060227507","2528014266707842585022027273724778751010194335066664408768238379609194029893","11976013900806960485145844492059136471600869848041307088084201841493938135560","-12289132520186903563001916909109188085726373418898605530572811636056146586581","8313733743342595576713397612521254141966609264962490413144633599776066955262","-14251520623477994372788670179266532448633421101786359048085040895613899449163","2404339213539076554179231251324131149320954164313468282502696962141501772395","-893728310716472873642621945643555384541426556034810914037230273724292902292","-15641576510800449346569121412524969020106669970080048781151872421704914813668","-2893558348410835366330297354743369669477903398777676237907927015136514236126","-16839615255593940181222211784919890813524363467913297394737106827225231445559","-7603919628107403324152621183133496347885818178004184918252519570683025149672","17825693934208246356074799870018426530401161232096973977469512616310814127492","-15044268185208958919928603627261715355123511900338144353377058881091847066518","18615352827294370888352489810402510489742007795090958187017852962552345650236","8940935089096761583946984721789470139339359121126120823577520356872389511683","4473160364314258690959345416583499383139163767076540575387875687510776439883","-11038023232808228818725352562314029347630744081781436058945746095080097142460","12380567580199636324579956318340551093922427943566316484381907624444654083591","292548795981136227716087249173742909919209230141391088613901663179317579904","19199150533644565895118131262527974784735041043080699752886525502418543747291","19396454281637210622964902761900545166134708300098537534224718064010987295158","14618725782628725652633037103043040575434305906501273493374783667501342932516","17033260322443053679036506372932368627263536294239058392030092858301613333984","14468191469115944373090783016218054722594791019607919519548639909062833413879","-1690206993872014679770372283760553806151421745164012896635653520334273711637","-21852884851409422384242144830558407350982202793636900893581659203574216086316","-3936446661202324954531493699678235050515855708700717824127522061414049798209","13523302834177180796887354915581964135792657794318719823619370475111604084494","-18855036143847355970257104834301184188249170777191646255861757663707239388742","-21668916668482630275661816498061029608204217623183555289161785634850292324486","-21731785227486683228984277079160477474393474514182053153735827143895776737640","7825722859427370794707794948609640401485893133172702342960687058269671470026","9815123724348873147708443032258492641368427235403212116297721421697362884320","20207987014296993043549923521833294751965491673985212223996507756298407483760","6752777934133766412808216729760097554578604064020278120852659710528161707339","5391284247696752960671466788707342078139040877974432700416725706104307120262","8022653052682138757016764602874367238592639147284000020556980107384797141069","18016538770317339403059531812503768175662248660561956957447227791152555092083","-11732405902076430678064182964468457880268078101544710479239960790798863672818","3756338514087487913867023998570439919985301960659785498852623943645269996302","17700486092492670070735810619651337374649025033653121919236712239418684433807","9176694663211409083818198793023027731945996820048916395288342399727068888666","-12052942417460364945110636314729216755228394630241129861667060731048921518582","877827964119180265371604355162880725262179620011746316048916996969108370960","9902816969846798250518118033327041901426521456328355079323272042831479674164","13045076063648952165987732658938987837825993859046694127266616627624971383783","-9606210849930276338962551702978259055808749860902465990927827401512221506944","-12426870538965861114442085227486638134172558217977367569602249887904226888224","-11706852913845894905520487938191130481695262111207246952169449837791232641947","-2683853069136986615952836176898842367865866480118039216799712700274352154743","-15119694803287017530313767096981648903336562015203263993853528803589415426460","18080081872874289335193520211123854203190260832856934939896723432628473409446","-11244941525584782686104505281551269660031527783517198496749208359888675364439","2135925734344721721746336489491702036804307854957833116102961095400313877512","-17874800517421277463419077943368633747426388816379803468792615954551952607339","8002072571180255082309995129152165049504774802620630813747448660046813071182","-15936698833475955720146926061946028210877278223213196492121150612827270209601","13216774964277219254021353377841564975295197416159594064384816509406463314080","-16314447737790750610684537484012730597648090594813164236413083089401949490536","17653053969307068020093257804314727545733541884338477445333623925457717342628","-8743687217355182785674687930485912858423198500507686121677016383204823293428","12932919941178724411018675888122236591281986582593474392330589034559217917770","-6678229518785227579572367544902662703916322620257686609085118982158508179496","8160599190816626717842309384061097763410835019201602879079862101684554528035","-1670643906945884268208732695385765792263506977840864794813311255138870996624","21210452025221420237772992052870442459711048238749693803177788178091740793142","-10301768843482720907762579573509392709954684601843826292399180861336627174236","8822575849835908142565551969940697048116543824399423774282274153937714888735","-13754169458595474566495583134954176369488050315971958382580090340939520670590","18502660175036170715398160118258539915298629494421426379292623347190523603481","-18464855188063569265090469790346109263048875627546690090236403237534895164323","13175042785199521325956181844025157220357805339683525907142766176643313743142","-7743520542534362828717342298579517895209474085577759901291637533792060698408","4243383543649788452111173549315769167863289105675983402673020316334765898545","-1039487233935533556515768117971576160560397333568230611992974767511079850589","19460611495520018782159450535339074394622378103892020443329711617983358652661","-12702031097594381116091876723003163758698979708261937371555116966292926550697","18794820217138126680108922105543578298949604334458689728187753139119145305828","-114595536146105413763715268832693263655948757620140363860698305616279441703","17835000782294090381620755856177030680091685083230986298157100940303651734222","-14729223310121188872145533212970710965553183785360960269656594992470128983934","9268021967473723651084457426592004501107625070880666556507716914228724607442"],["0","-16128178958197360690076298970189571117877742189780235832191711423111689824802","18758461007917309919753135818450255843783677158098858872575693171880253473800","-254150069482479350953191351671942908761305310100055594948451127103029041656","10490702554387907323758668438195376822188085509073214294807911631903298559538","11439551642564248421980640297492170057529176918260634165564459691481729185400","11253224167497921320520857934628011143139575986734677081348613742050381003407","13751847637034652492852770862610191565076120869838389346875984859736505341068","5546138495956768639581180641995980594292015315377494384281573817803582434255","14467104541309681495919084905948009334851325992409043355940596509272180772156","17158943174288708983944887726907977327110744196748738892282377965255042057307","-10088087028776409201980750544908090882864323415852145344563428363700730658889","-15035133029608622932952546984784880198311188864236685210705330437248191128113","-10576430200912063808008490571052138928890264870606675538883999318688654100163","-1543647499639986045931634963823300021404094448671820061364584984988658885635","-831213452795419040953841581833614752344316118049557101677660719736411602453","5498093195597382518645776638605971349571953748469688227222926993132574580720","-21002828385665098717807621728707897372656616257057602411738190742794784479982","20259981912587968857490856444944289055391112818967223252221643938582209233497","-15506490554533472190434780216556582554475474545389020645925499781588107926507","5422116784681497006986954344953950725060926172240866401402246829189835529950","-7077531021908836521411725700229509263507109383123680792256775484949992490749","14139059579863606040771480358878031890119122739718264865394327590590042337677","11668585948175982176834217314387589938601614805762928848229725046618857017371","21561157932986993153747555319690920488430454939251330437712197382253713236800","-15461790864782272278033536468616762781895973704476008845672518700332471726809","-19341934612338080858652857573057501539809158153757078300379861840716417851456","-10687351244681697639375317049058392750598480300263835253031133181269693230136","-15313505788471228675169844520751410680140612813113269664441039323924051931008","-2584177355856348932673706088451252098523181066158299227932253257697210841301","19294514315970267439990181025067356268885932619437077085051231731335352510432","-11155359683437717968275141780508986301260309295382267679412979006276348379634","4587348181995913521990528184778882041547888391653614324715442788228144625931","13569654399679265690328305475848406745042323682465365010275304879926769997694","19198223209794735103853427170036093672594012961586143026025357191479714162425","14112452402582852963839918812190651310362374907626243629819079079413867006416","4973902213141525175464165807381165616422197192876748560453786231392523315550","16247706984442687846295925070054562319553657554700839520859539891874552474717","21496227420778007456256529016682493947656513853472568705000069788424989056533","-932797570615173178081595445766478369600964855669728349747218872680609574985","11038950220577311803310996248522790089497505853768557350784711406989122767537","17385496702859344950750018951443242081564802543568531619655021214432564043158","1410483704907637854653577386029695672852977639603510455037308485672999189166","-11556318615086683808409347367860379249199261079023194540300364480285218103916","-1561144502608005295155019605457180953204143008348484671932793180080915911153","-20116232320099392153634263437525319395689406155148003396922641314037260902993","6600907813021492674872841843962147537814587047541226532221693055947198550032","-16076480514325016151722134400701632941408014763685469546288876483549111602093","-21001904595751710297777061213202862618234323917832793578253083097070674009206","-7697836470971057172008653531080625408911738688167045517798927942021003866987","-21209860438249058711678771616318795276201942601912315086511826152561558991367","-13458018002696884781246014752970168207752199291392894029722591635747485686788","-20106035181957573605073088338388811950627401321930870598024288424103059753390","-5888052915552623622039615288608805322421774477060995407932998118582584080314","-10329680741187655843409794196248663763614752012279182357883952038565380269499","-15750107911727601699722827744259901194891844680105971581465958695170862403491","-8520899630430273761768783120439348456320382621036037650752324201514290713713","-21630213826950654177489333394399953202095633787967260566988559587586470602869","10244905261403286916754069326813840551318148459750385180932677763598888762346","3841681965241886593355765928349979330195457900140548910453830309528699405744","13874469385913881180792626799884294621975817035993630323068262201308040837120","-14782506921749370149158820294328976787021116887798027935530738282998438184107","-20929092408765243159816504990413066491850786102438029286102977976145900782713","-16168198547139896298022934805701328126158150376933355037735850363986240701779","-10587023302547612932259819304443191791471502805019373237273749962696159580347","-8763734239341771957623894058752260799542247765395124499777759901454329924267","-5129985620706061613373562551444257935077386632597255490663877923836928567200","-2823902671872315653610905790549023770905482820161170231110749299842655227581","-13237669510842130991628482692313659064913488574500528320770330348067058572066","-18915568711448881046395415592248701332609277463684699693044464510670645289090","1196573473971229516549603069123311847294888495823612592744171519752796865498","-6302268178221830750473248857726731632885839275903118250547163374392118868389","6570687471398355514838692254026089493334999173729859003456120469633123620759","-8120770276210243500630729041429846305299913884706080084486592844245240330712","21789952691304761526991279048097889199442794199956207560334843986136415216303","-16821833056135020935368691632046446900145682116083452694672334999997856820060","10152341257920026152480905943473368330733741564849690744668607923143090684719","-12280065530811338505208013027654733260741260258074131555122677987981576730580","1383319867124596346963707873331237646317764707958236718577727896597543775745","-18253243311488168872621218085906263107386438074466079051238973510267089207387","10506797489947284391880539391997157575370232292771987825415041897469968538989","-551319134427300768153228816475655610476052338447123689275185179800414536842","7470214619600567780318957005167864791636373346974006938177174485808537695673","-9839773290699042966137561167699944793920703125954705568364203008471420975343","9028486026571036307363171037937373059729874576987591056484517292122118867261","-789318475231915768673239664607988048951971339249364470152623041110977953816","11446426130113389405652947761936140109996990648010845133277985390385349603075","-13673825589125079887150801371532999624664770472603899433106400722652964508677","6845669942790954316461757350613255833643886447471559260359395234191943042569","-5917219588421800274782402816800849499744373497192536113923265191256845792105","18507987570461165151631118855616331454199596898751137216904911157176877047203","-13788023123388273917824446759597057047475348634614885441276119871775872416186","13028400006309153625340645978458457769855374753386925143071712262823499127964","-8591439995516849520069331651955231478625680887459672044611329210006003002413","3537988278107470199893555298405157126458085877606672048767935323485615969033","-8942139838283731963267190213733200282633797415127493311631802646627843416919","18932563013936869389779761386055769991533521634499415168290627064237228301532","-19792003552971070281650265936195635747284422658855185140525306348560968609125","9987009200445672576894893652720306889213201338183301280984968777939367005332","-5230924299941564864692206797283049848903857653842988111276163276242108079899","9537718008223341850929996740290445248250232284509201007652104897684439342173"],["0","-10944121435919637611123202872628637544274182200208017171875901261808094731957","-20937410216117020152597090297260132539842513302179931752446612575841638800089","-18815329922363209925001238703684022818371624192412529138370737362130509124274","18509134291284581739864359713424165463868372104062774215845550225192006190541","-2331102294141844716251259059816261685369139105483024729891048656949632778229","-18716097555080425296318534321704357742807614638862647772025126937087508202708","-3139523413382121234441316166834036543871735405412087306301237049126401260152","7609617166023472182043330679929199922175206971457041132201060351998448568742","-14923935471184679461054641263260654253164640118111258081475342349282430921103","15016752978781157702285603798302329918086055963065259210620535036484070850278","16007458538228250959509746580755126842107482805972209384958716748705787277107","1118513954890803730714671303426502151857544048684550323887652838128632234456","-10012243003351660440571654251785368296695278845821471972379344519716992961788","-18919722025904293982008438361353313930459379053746372567996413607650882663943","-20824253547054783344467934487204617283302840790780366959567481874695744752542","9866990657178592001251657198173324948894508478931431455787293669173886723352","-9187200799833499928248030813471685658545527908700295010412288238348784578663","5163861326484024163299187940184730651292764398203767102268671207606998476654","13131897135164484262781781352588741863750779648168028149788352133814737788542","19391730397669321231629846449181233321625023431082698303365102899900518920519","-7528602856293862839801612457450091757232931030698705573612074737662734044878","9236184278522976135072527420367044603804448614560437978940354340480969326062","-15522906639269824880886577136558941245457814543156817340373635080722308224868","-547475020358787254134265728812788414477403559224134820244222901385785673748","-8567362215946683456918788773638670573845659479167401885432285822733213983591","-3287710068300523020840560523297110180068066058943719464086447577823119819284","-21184269387593127948598138620841185198425754178924539547231182622992736501277","-13690418479015150296208538052350893230774787320615177451686772073004272830719","-20272936737204803633932771180151672544621424322144501170179886213045104204117","14899459514477442792230450263862646632590958393434987531869921161241577503637","21634790703604930040786151363147725790248177474598031685575435249213405081880","21611485774777892310705268781030383634744798884296334714837409620680729454601","2058446849343361953313483794944242117509566981232463755041974615581730976639","5211419359897252049354203019751104562310763049507013911629282254496310319421","-7084331600615456317606255173189977983084504722076880136151091076957492458197","-17618504662802530588302195401626504096974924414921541303581552753945211392992","-18117791449327275033013832281338728825416881731058586078064647692478042562339","-21771414227390041931213626810503572173302790711848825524024247868394162921222","-11970534875501853475131704677981704633376576582432755823366729249080197828589","-9114120345426603058852773415256882832719229520120268612967126891504221925300","-13400043377135466498225726272944540660637783431014924836750139016403856320994","12088847582972421780741045380593149696510556023426117945664387251481328714437","-11009224194047699989825129106494003333139625556338530676788949111612481449869","-14558868374483352839549184004615172881169695675034276385525149383137022130586","-13498108317820102190460017678738285650658369424718159876563913818258569128780","2303884786190400429773098292663756206871303340548523150104593116836315884209","-21346642456526524990136656725047455976142443471174644214626229921455608967154","10105911996324961239004452542910873748191401066395009351209124036196803439680","16512611913526379038443323736207185167650608281503462715764599841817682931476","12033232914533412693809541571718967284780271451270550702857346039031311364078","-20040766766242243687822370293779154212972077226984463385278766706120902890239","-19722672469670975729955649623736741045338271799501646060257154285554211828725","-18956687751212827676879160641367842392126953605868681121066566850493688130170","14018699854352639138241700851540344725200138713897591490463929995807209250098","-10287456285090619642327156777315215734666664911404838234499826000727427918221","-11850622508638336693505616144819102008591701087633530518417922399378999398411","-4131589158496989561970535474500616936781907231553732543977282022383664200381","-2471029901816478627038843619381593410939515952741238708485182669024571399793","-21037920617864545206987954706087300590037711655484383748143330572200052745071","-3969665076160248313795145705634303322184474215036852740850481206936042843359","-5576009758271995425818130353651657517805386715396882101309597365342023712521","8304459856862708880822257225769656123206506162270864733621410204933271582387","3444736081872343902983033845069936334697630052576679611251409237208900446716","12350828237875366069974563532172005561601102211131348448860387909131646453173","-6002847132364190971145930866965767662971021808828094074963350056718641433596","-21134089354753461643953107357032358884297587093753397788828960491623471777523","-10218611717222487336936598739392397356824911114579421455260467504868049505564","-7552754365348668566753650267816197848913044176511875396747644573568590082595","-17395821806833710512676783633531402328298928917290885373723649581928418927755","3610053098870782878671870742142917833508126376303414855671054005323614454982","-2525356169129092530160445999773947799240454914260222910250560185830642621665","18734906798314947889340568280365105937510041610854246156128021587625423295603","-19621736380797014347104556364252163198533896497380271488258959220197234252712","3115248173234738845711518925806617568278103237849117171675105384932115843982","-8358311075719384650586773373471325487013739781461209701966009262946696649520","9263268904656461623390277346398701474338219895652057027979054189576921492813","-5337086750097122096170599018910311654028014873442480074731379667030159478513","4783451890949537596013744743651113202313058425442968758545975601536460552128","-5531877899768936772057749355165125094426729169307949164707002330326241239609","15466565246343439999774860272415309061975717720152852305618972497423734655276","-8712717278338608407145519493258665294646229363791783006256853538685369538591","6662510179444366191854229549202461021266030008475713017496553866458564249309","-4619320110068631227727404770413828788330865530545717815851886876023062905153","21371547169349618512677644367666665003485213032615861167745188422768061406268","-11850448721066499420229990704876650696333276094105317858017199578125224584448","9545078966441947086809155181224936219378455104907816409836976958935577727668","-16497678640163215530281554915343617426740359300555582790191083082994437779961","5307522304967046921567986819877097777286379592292922264407735276346603619654","-2504412087245911370975879024532140713470805196835802680985864027386331617382","3309821802556045599990835588703843852415357686473279861753877426648314144429","-18606380974642525582771313580253565940955637964434817556797240366834576400562","12143889503102694474076761772000685773293224306866893878583396398936306735138","-18583758141953165758480789976096992183462341916637920889779966309172169340806","9984527039998818356867153725369104078615734390865090871280421386295238678857","-17020672100660094547510288835809758978486731718538926446651292413493592717691","15933281478701006813819607607891230633827887231511219892863055703150886172485","-4091419981243330373489658026651520663192534290106155773296665791693787678462","6009150165409255691130871686580720856066225428340901870658383606374734301223","-15253690231357269272038408694654223858497980814156558795952743148183860762648","14998437102701689798237207277704020711530052028757020061069575421488751478461"],["0","-21888242871839275222246405745257275088548364400416034343600973643191897442017","4789378838026556860439906206161631716030990324923577222338442688721903834062","12231835144118408281063496280512653976526592447322673246207610531959215182493","4862806188017519345276278113300113377276341622058310322096853481292090919309","-12025361562276558937296012864604363046084039054514037720717172875844354355236","-21785838322420089938838977657573176311884443786727105912641343095282672836855","-21481895948593575146626271885812574778951516198207095316971814240983294869696","-16197164447180725986111627631696373687411293319767756915268195304547431240842","-19694872185878329176478594835691958461271526108037637618665092503962456780542","-11174680641469653589574349285443830165784149831810742141415757887527448049140","-15930218150800351679150682393211407122732702532071274869335556781077289218615","-11740209330063514221427771035919213861028196729871599409822762635950071992481","-15500186694500546940470942046384100478560535912357396871436173011874343773650","9903811677261148522981741386433495044700372841038598956093849066237814941226","-11635238537581533107894589274302426055510366478220685653763319191217759438423","2951313986886958793841286929862300518818189963641187586340007052785375257193","-4791278620276149034887076039652947020360414398331719371720330965002762611866","11234650535904528134718867850905112981107519212879993145998329129880976667568","21279190961313190998809629260195999292613738862637929382476087718342411954711","21387116681641114913805878980814493599231297122396967381890487131642808443311","-6168166865375725997364752141531344387622445277877100249897043911338218469131","-3503436793831527205105727434651463565333258796196341057056500169807951049745","-20245425952290440126250546261436972535423393374963270752658542432325494398586","-21696625476583163244054809932341491088944591505975029778838874000308984510443","-4444897735389736068940112042008192980129229181822846245955447553381506671964","-20014619924073382394063862382345380190972486241030996962425939422586776900860","-1770825359834404930463111748144384792404242003047588556760270836879873224741","-18382923146385659529787464343513145445984980745422210822743094761140599331085","-7234092891013366000531017845261951427593734989843293259169903278935122310625","12251142940010611214577468139879114296549470624343018961386672581610319110244","21726312847693049212412587509064784839847363422316704709888004976767003996685","14152850918915286863628191694949331656582389527656821783766798006046064303590","1940529095007897914396691186974002156783896298623386299133020292400248453959","2453755401703778689493018606969476025566593456085297988152480160411026215976","-2071873322735440543146176482004681841246332550522347766814889445669434074261","-14591786462995159888666603187085477301036763210202201810366723047941328085299","-12656902767469870431963486785823399406630045750427889721750098821786406470316","-4611051161933918817909896904958861697271631717355335346808261280874933584738","-19504238031851591729256723123488227122325778778259735668382812414393077941146","14927943704776038089566550938245508027849535913669606484583831649083026401943","1515557194495213142051429456019510808702441019987319832879326181499034043273","19793719087763998531807412582730119790213522907052328103415071869104014887303","-17573465241338858562897192643150114135753677878105570429278955664503349324411","-8331693153808879528044634279634227398355583606306797211254251483199338832686","-1762592103206427848289432370640627947620476233528204204240506453251222775903","14818664512732790742484810461901910489617387436862411953410786940429029880723","-12654103696905957447383705479804765156671915670447274098152692620184686551623","-14090327444727165741244497257532606848591584614010522761565492324198179157218","-17204407470625865491915770086454584723562592831836598252707728477679724414189","11327968590890012866485587132164221253479046741636026918542950751430164350639","5896472871002559183332287248195397666223461986095868304859030188896315833362","15689522861812431361942246095706030936077079063745409352286814342328081494056","4947202029420494410589930982717106824507353373372121308115339623203594404163","21774765450628104505391932688472101194843938761838716893908536933886805018639","20455192870200932793266436125259613474132588517883799092075408506963381438455","17634137926239333429283288924589481222847685389505026349657729418622590081334","-1954618492685327277370206972163727004646752629197631827736745027475651962981","10505009931357142803055691796842201904112046784282319070687419192805603673935","-9088341089140085924776691894354167780745471978437114600937318603710897669319","-7615454962728273579300061301713471058512080624208403664749064181746947761265","-8895100611483245871948126131552008060192106058755947252430608674012841701690","21145805590499021041573039145526194050384326460641313920198244777479915006324","-12317248163316780108570568757418066892887505356660100274698853559141867964435","4364970380137033759690024489862378551306780068748273798675823819351811551175","-18754948476682992730341139209493654356969882354424293868526669845550802958327","-17672468719924786129942012955620505395570104474643902831592175228830120052424","-18177300975843399439037551773287861379504999324636413719685883395617188007787","-15321381015907248293649612445718557915248773014285808278364540155028939736789","-2218312649322552182235829906106372520783668358017150026075146738669398367547","21262931583851355047044642287450340077792033252898547126993383938413489414439","-12349010746874948739797439310632517957489967128713806585001405157980276504960","19378122354256533383055232376902128643179239720930511440400437172124264039437","-14076569299524004055773394206443916645505659827516161397782931738841533155948","14495789103250372161861767363071582797933026543140254410075026333005732092937","-4900066586448559919175175048800326001456286547696088442464810142019988579538","17749712791484615328865283100419158958761716270710546189436621365748039024212","-19753041923637330398672069970960672781782767122684804223528554334335568306731","2971947756599957913556999530908115771494545286226426479888037412118289410225","-7161719955287271297732447462916167544024540924938350161613940181093533171988","21408088839366341699530070177357972994475167771084293869786026136875103753545","-101449355013558349259580564336966744046770947451313887442004959236761156167","18614342452587194430420468721597044829795712520206289440215142787361152945171","-6160680783304545055013996952058516462975053164023001551511640817564710842977","17866750588465112795037509906195920391975697387155710821430408751043866924788","-1315057750034167794787901340290474251342937844224477410604654770392683312088","14676230485773276336707881381135876589394127658780494192189340351339003487238","-1294208927547329118438911500278760090064233167385469023012998471926405767579","15460146165149347427916086906131715516318640182513344761458950860044478299778","-13634220633755023052317796863483492866183458410093402690201535659429716231666","13689942554229041420070245134732548246449041803874342620901870764341731034674","-19737535018635132133810652427352210784544341247271785850247310652032432706357","6271504497886600997140011571275466969321333583953584352107292104495299724660","-18421420703049910438011920816430663255911872145821974889918214311383588081360","10152412651151133732034408989430954107671247153394363928917946138236085901100","-18095246628035759500859964817001354973737907917314661251629817431715732003875","19839834394876641836605071438900639588937543991200196440912990926402933109573","-5293538087348188914030127037343807085231033421530597809622109046937693262458","630685878729139233598874157178999705767829629456440365774015992161025295206","-2154498967765307988697290660940741595629085255680238297163866401148508702471","18950798163244376541191001770831401168648878044276614390685851042901614376341"],["0","-11939041566457786484861675861049422775571835127499655096895932596549425373482","-21571981776189535551251848452441066894607286137800914312067608578134564694719","-13227789214585153432689411433508323825599429912407286124247983085967616486466","19820629372501433589534534344996020487178705307838092392702628362505659078884","17272017889529664861997849197021456044977811325037069532805820818666322604716","370656783637656291485523780709944288393511922627577944415420302065758268946","-19403500088604014800264978560069727264981118951345858445545522969677940694618","13594850108177779368399521622148797968085617290416179341565396084743124766957","8228901222471610466148781098554770370123189856271166279858911670813727108088","1364051617853985976949420918958407144571688899510999181286467205939554996990","-19380335928167053794008293839196532077922634561326381169094805745327151941666","-11628651278151978017719149529672176482874283045394595924088243757638943896222","-15658159983483823381563635485189267848373932366669294289666516789081171891958","18164858334819917664692742292899232642055311226618246986179308442525610891322","-11537207687279224053222206067276158218414995272933323662239371458704905351178","16946078583893923060387190998174007557486999156211894419703696365452022053921","-3987127212320548616810721761931912713606173703311244868580720779380661086385","14796236358406302165023079016037319785729037907831155714363502053795118002081","17618358799326201159012139136208836222626044558436981210542229489622164175381","1062417057928069146450833571342169105660126539302261062031897347764095283128","21335153409641092278087753214267220448712506212606059792726402818500178873684","19840586969656940492287999101848030089968582041915624349500693601625756499843","17582105434377929503773830446994814668365964494642585480491826888278980417096","19087892362686783712054969603759625579811444618568390113860915330923678306049","-9371512872936853303787151987872835324756893530828920464208414149118670258632","-5267273322686390677169130043625128570531562076530579271994099789132617676034","-10053833628881772337597542979174138931291068106167862955045514585570689781968","-16966966022460574401636428292247262634991714854235324165751079014761626764481","-4572127149438957273966359818374005268477270884642528322755252591535956262741","3696145777746629188647269444160021633299319321050139471641121548107916404386","4169878473819648523818283777920546757827482412946906049204782708778557657425","13336629043852873779198466977407081201517789982644190904022173761316559548375","18017330814660453775383065912567836212377436920427635888147149615449493990334","18728600240308199019046552662000022761484633071145384075314563462394020430425","-15207976883861131476904747894873314131681011034512896605784910045444763587781","-3472812961086020037000802423324824455891642671503504616109850427894513744220","-5781259763128693759353923658620102986581897167868002901947980167803831499666","-11215557363212446238150661876350023680583358048577588353647577255189436003459","-8484351721104123014580382986851029740002162556794093424191471080446994538698","2379961980431799508624489457116421532418223258709886456677274044028136966816","12454608367300756032711723850325450115394872533990719591688885934825621195805","440514050887321360051365183692741645818399212701869865799046848000274655271","-4348327180423284139647211559551556822256863447335403132554027115986431809328","-12721597596219707651473722020554147650342244346488205330131002936108101553314","-4353388479508710159702185049614884068664864776808853604108537001473189267381","-19803650228359635765758502863570956814087249550834100080413085215194740955266","-4581788175915713235781792419057156349552372808655647728554037251380021581614","15588000508530618616988177102406228801969330771503527364351257875525432627894","-14480383856467086696375726328259902823777726098714701998021221339562796553724","21198918315607627655687505781051944441147955094882497633820549508518001481887","2997179264111459225128824291278889655786546723824890590404347527514629504706","6020206860578946048449862007403325888518306507876238949895047666903394687213","-21223027769982329641326542968201286771203100140662194310734746096015231258614","-4968939130346232696217655490007768626772328632740175602932413415546306484401","-6819142797257159964299812504102121697452795917257409881518641816152249767341","-7895598718514114916048986479404897395932516652892818175314240432023985544372","-8372769986394469618876810631383875278598965620900229495283665482291789181323","10415540900231829927239309733275801640184378902360996868957968644145661343616","-13963856389830918994678810104799470677388312228920978642256050804130308291766","-7219073522771159176098162699678592840099720735657263638299059294634605835397","-14903256173384404759160517225491345960845680533107323299212676531910380683198","-17538251145657735343140787676170853338292031147208647515261263163904032114642","-10344117204810463556837014633846589568758769506315698395806189482185286448705","-2066356338078184418573268448501786656120475393031049259410636141837116417255","-14869892732467543269834317680272256361296890102395765512416386001534230427770","-17463917359192048302087500273965439779717586104755239020602268974684195649682","-8167610771815481406623939924342340658245796462074702369488427253645012461864","-9521616438695916251943844789921752121901580640189621446895510547141191179244","-18393983143222931954044440257109055589186049339823297826136189256168435715194","4879657496228492540515608735744391453397640890099667099545677272609079830625","-21045725805435581220371069774756690468431921927106603115629387232377231110035","18203809174211536127501025154334905616811184836812818296198633707129020839404","-5419681251788911668945703358557710612860059818838305006168020878081398778123","13298074042977252073106335234183257630284753179225066605668762630590010486628","-17904898506656356214512854510340666536036848132371310575476950833938128837495","17320400573090141717192217857346545714268120274886216186762529792928742795232","-5714631037265217755732585859597438672605943005664500917556400318410161652381","13192030460508296304343166062581034167624191064423066768961740951868294756713","-6973390830313956938915238812053821251386066233880253476984638846257312076356","9928193234411732803749226745216843573730263901520094266937917685598747553479","-18408954901299222611984902883219160828289425345946318619182814091716866661182","6343668746014158123562241080394592159892113171841873825535781791104114471481","-1333957130742658660517859501150248800259228781500334528949133864468045357359","19139969725540320244671589141717752541337169600634564293473382339742451896541","-20197023908060801781552415397237434413082722859286016617742416674905988241121","8618793532385651151988541887965022795131111870325676988762393849570894987380","-20046450774441096685084210609055184167196447030098247242015954766803645432292","11685426587250898632287614752387568416264152654814209749334937459715176873227","-8911851827027846648687833203900612332624866852418575752965486845298042400999","20360422752347686632835058514350083343575559349721213240062103402297032298711","-5840013036190379986793108901392955451450989506779639935280069543988962970896","19651909502568449983102134992213762682607889503611583256897584420070870604961","-1057196834462131363347439423859919769227590787764045191413706703908618929873","8726212817842175212545718992409297199252420264662232655825696675111824722471","-18364122557888855989094611392976683206824167967340255626643132316401216039256","15579059478108989855628561387422108098249231651763034284887136474164517362770","-8706255130368282099293786287955354287635542641984411877677179455725292077397","1733935315721955075212220441971467549926550842881444339036070627149725227927","-16537497730996286630370969313183727380565254394582190921159809204052717019481","4578576124907333839540839977640926779125874351478089555717576055945749293141"],["0","-9516627335582293574889741628372728299368854087137406235309424850413192372390","-14495882826179915896297927897055344210504122048979691476517412705313286739775","-14484703422209187071694824085312974838492388080761560881249167121761708416354","20056866792199251289035316614360143904271029939505930798246017394007692420427","4328473222395234263240138738597068772517698684735567570002117222221812774364","11173319145396478597135367030816799338420942909583783983239552092806043567005","1293524924646342035327674235467163644419251500131515284038996229186340661760","5188682526216126315740101908132094632137215531318849492193129510616535457323","20099397129963050189877609929937133711313854010887605253095683091077380112744","15330260036634908041929676579145663453601060299539391229341684846302163156555","3242036637317311392741823103013646281601036436444407958591900438063886112803","18164747419152130867773513169205535436619931450250594101528310106071881280426","14449567153702204266723955225372124199225581021291812448238843375610991568802","8618406404271344439656291946198740971235389822133497845820240840941589266859","-10539268000363862710288060602736524561363465360631556192819041098396408487360","-8967602099730064142566277755193968188138230103135485607252064667265649845428","-13176431117206785920025848138567463275396944809809504030524702398240716816660","19568952704807302005103677782106904201838171908825849048362161159997669883039","15600714343235684452948105246244830446326738115570855927549510618269506997416","5953498468562401720989774886886266263559030703279976032469812883290660903826","-5610543270983395939172765787734627439459282883092057372223167777322802914107","-14454260617774113688477161426396991247453937328511230671135167681427391715665","-6408898793307782278503973382694875461560296053699599578940505115524020936349","-5566689134429164273617683458755959963696817839646475813521257392378673132149","-20858726147647558494511796132037931487444852393388218675613539680643008058890","-14372965800381495335974778944492650075494717730471483945770749394462038795583","-19971273077282372370790231027876215233793372859925918650784201454782500026938","-16700960123558396373081087242564997029995794513590288781502124012648753540479","-5154089994804203596960354048910557254015780295963794393672764204026143124616","1428309813811792417918861649758610264862971742556945310688148947390622512660","8472326276083736720899504049102613814436181155990396212080149986272381567913","10559063768232668399135360172533368073940093617980117297384448152754411223502","14982231800016508753828137733650466750337091356370286083325484886481661236256","1847858521589238133484199194737028550104667328356465634162002873892501427769","18286860085841072226662587469474200726827435197325022902643361862653853090990","2494335799510841351928983586980433251574499951366437493231560553004564352747","16612147193451093988516612458171086632291435927690310471824512195573769006947","1701993877527599210958531235713389218397869913525379683121480910252873191458","6950428090913065673506864953552710535231872907163962936261572187976912294993","1137200782702871807610892767810069695550955857064776635624486859574266516392","-7437179897305749223020106038423978111160198650867286927424292998338755902953","13448742251971397318259921402538731194368363215537427092862627457561667113694","-10319214689912461241290590111245770379628022038707860801796285671766130806826","-6950772426943135953973374727373900016515643873880047284967830275323074292449","-3075935557590812089570574058075752386428550450798390898708274008597142402586","16336567753523501749311987018589834224713453807557654156381556658698840386793","10253094071500330624227366230522098102770643812925761341377669634993579727201","15283471984143408232782698831875859647128555902053886347228251545476624628344","12075577250028866888666096426284342453720962466802025944283944967504423864137","13369996368556210148939468567704830953483777135463870345712623415461719224755","17941698583504469024440150606141116078032998452313564206534580466979796874562","9167405187465224830914597294532556705188675998529629884683440909956120959006","13237822606706110012887835175909949104261410673695286087098915695969481523569","21012584155956188402621549551088599131803765898639636938116565293344456509099","-19365027123684078387728419313762577229103894470491972164215783561493890284316","11765535361259053121654941612472002622061370975190988088149981632650169701364","10618787612724925215493818429053327802453550679033628609224193542194107379024","12072093738977216767510416573202188427151842778837345246873407313362355808109","-4984081893595968698101057443356140723736225412855325894536928532476546219086","2274247133378224353872995583061621784028062528254525355244769984017562060006","13532372161918072172637636799920955965753294775123701715854678617750674055146","14898874293447397581612939409731457172688628529394070961937522007335700996186","-1319178985144273772710218702951883394913779892626910707837740834971995082350","5079011294209434277587637202789945788975399718370172161912670314538956018187","-12464836319345019557314734519420957835101802113482541732932682337485291350006","-9638566599714509791783826895271073535734232211485835089589561194525886179262","-12538586092149444456680135224779147498517386995987258030220286515599528275845","-14680560515683638835999274950832420872209220314602502243135852647131563810294","-1915775789953064220324993579790400391204104087396110350438543467785617424457","10753056043738153192414408877515319534753838779523682179029552950721050767463","-10855728465785965766801075486750425747408020780596924368272104518438985464522","1383982631855028782983104620884735113059077805680084366606646176086682967931","-9259341983315961966052290692354345427093736654761609447305190690752297613178","4113303103816681460119286045266819777873832983758141991254962975444540271299","-17319292169498081601324514743969978809162749687380882706107673688060474085913","5342003552127576513119656484279982355059871371291660456805864998486117088288","-7557333342526909494419903181680346105360434273703734110208981771312768059350","5315336677397985686434398504697753916694587129694702025901716270755402346899","-10786992600119519473396221211621040271482875841231185660680642857853585138377","18100709207419662566909877472707982711699811084539539120688522263453229933089","-12842081507752696033882875939171788237487207378157524745352836666175410154735","14464103920951270592161129403892383575712926815166647251806731154553096787805","-3542473319572720098234353167078504287771660397141366225903839408036439222831","7364370762226026129099161363192504174683439838793308305793432173803394778152","-17115191457404797917805651462857242932833248828706791252393605864150445863559","20868055722708977815444194767672067626343700780652053702819451863080328267335","-5865210218485540361573392049277736185333037020124242615091372590813695429645","12300579448753098845296420524367452627037182921484679665087491271453168080876","-13727087296103851418201846565149359095274564728603904117350923808699630993683","1803865006755816902733811370465670624916498925771820945365262001307687861795","-6690692463355882043058636080866201193933258592975159151451246269545000562911","19591130991320047082918120531205984527007522851200046664575149329896999745293","-3951498318690070763120971252401084199357988327125722349084416262624845936352","20769442304614374436183122977309137586435932149275740321398014380594291846768","-1090859811320910976739431506260448261937576696028509145957274920702788923725","5339286861598326423535272186988751802874293904542454031982698485550377783494","-6550644668389019757273689345124779677048175211508542682353386616473132353340","9978138114353026181485591532061140414113288513891522039122702554847972038553","-5123468372754212738394669026087424232089123819906510521435635452317188049352","18732513288845298631160221242316070191996648652160271783789757319693941781618"],["0","-10944121435919637611123202872628637544274182200208017175173105241867086279271","-17921060913556038083267082387689506336631973376799961810736234084221376478692","-3255595430003381636889410746369647130945961824791221827130214918673498599628","20887064813838547436207209302385705163240618977166450569470300160230706126237","11409190106395805392912594959402571931838956182567695222393022004430597520942","4510358423022304892895541088284849143420365334457180774114690908855625382121","1922493912454083289084993427435660849067492037809357551051452145450530893866","18690007496844532476763103261363405942047158421577048417481041643554485010456","20272603382724741954627919661407829321801984093801841167829604682625052968748","9330951138514300197679569475616946912352097563168166260631515068567586500116","1666112396599613283352007359243256629404515000934380089276346930817868036845","6023208467524009397817052103266293285660934156088086538576686151974265688120","10084413893190031161705108501569632867060871866102570871036248677252177004828","1351485814776446437351931206147545271715117710254627810925537132050193590044","11154765701512009444309913820840589517619620893026041878380650255061534079712","9755962195023569784338074685492620276172249631132328020964363382695764355183","19048425550857643887691393634175186022047168919361202145541945506236654456798","6087262877197234296142155471873788337691356731796394323776632637468535378411","14373504617848896587057162362457019681909147365482312049812555277178661168911","7103719730544087423605616860500162095350446020157087464660245020006272441941","-6395946737922588421397038991566344608993297170275132808833818262723326287434","-6887244030925535870470521218792915453908533630975922842967423500655686414998","-13598428525220945019915029475610112633605964843536653036024518299499333172234","13336263728003494702907766651681781122344409459736745999989324391061799274436","-2821880993431844180391179116773787910734430224756135071193678845872574484538","-20844794653112522591611695284320578334142900440451837089787252630502829151944","-5035895188832951756357585309872893281428767207613201300581446185069994044024","-13660635812704910636023780769959119863559728879008380706997639651233397099438","-16937082350871281173832363834277633326454552566699695484595528816808279483247","15341964323717219142876343088284323023900075184328055711674295497558932856682","-3977040052349690291438361594117492270659532116016788832401873132816004315432","12467908387465348711432482144493322687010953111224690240179672151207530260010","-15177801628532335846996646603569485956929661520418223760431401917356224974478","-13925205345127399742902795729902690768799406031031393522379937601779099066260","-8336404218370112697812738328524723576278888317354120779748293449910153838294","-10930028507802357610933089630831081572723506256512315587126667897659321997760","-10386105317485117471413443242981134684134231451030900777051301508578470242700","-12603175143990541863484524447235745076138132683587325361038461281543943301746","-11293646735904626801366685322691564532521914302670907217628825768471353053175","18964315065914495479217024285401545152571334089525499715589137562069925159497","11534811063150112843524767472746142068546398834191294877727652321997998759784","12818804822497278493483165482493727434514762835739062539541311965272124535674","-140425173053205840879375284965202216974969885709531323346784794829219844715","-8020428409211438402897977148403687471266833744275325699871850520331770204412","-2180048941344600547168894821480134415609113231078122486035944127426207864146","9043361689906762816897707550659272816995544108354974779201629488208144938987","-10191807681179534085788842316753996637765779821360318758768612994736760610624","12133256618099255251749414147369524930746240021496791375583942660814729122104","15695006095929969477726721839613045569056371767392530783222999295574155506298","13904717242976402521873165086782030671665325543805760457123727582944683705842","13436913313263374847370266549138115667849961012777572775840398186044511687947","12772161450150220760269847101549128259889165194713309042442990603239637008801","13230548091661860516574408530933862460879885477806882659348457248526051889403","17515397544410283731015341880815707297945037687022182841827727673351459524031","-10299297618754625543306512793133463220389450818191484691694858689451820020374","-3016399552382948117650638750690820005734360732173008156524685813515892509843","-6121666550628757941689426166388676142260793126347950890736590058847307143013","19641576317251628135204898689607805144852444312050274989844189434604664218193","8218418615003623697736709261825182303608274824864652296392645989140362430664","15483891997992929134775465049822247245094147815482200977976588328106002306538","-14513870773801268906862666317415848859679496487865751448765600595535401341496","6315970195253036083857746607615054171100595404472800944990760372038210399187","-13905351770566776192653660209057294014430532959563160973121246814286737504409","15510419345622451556830996960043732168857553798530711680133746905647373087095","-14196321343554093883994045339373553952611204414813713401399460716556307447809","-4998933311714462512558805398566851027471161269629743319856181751112783381060","-12231526151454927404065685362875508084867673625350148808735048584838991457018","-9374766524266290075243978531791765596651443694290399754193464157260743511532","-7596898947451496628646584912376182794447824728178383505033015866010020291965","185822208179624618022292443851483881197104218104249523828998650211381290333","-2911605920946712041731825895458949560666918333191221407509111302610660622251","8270373664008462985668561829744419445516306872556192427282105305881339722163","-12535588847011664666824600909174766059031969302245139048613128784210439011994","20971303562117037053212380829054698433196152876529741741078600510730589299386","-13802277080535725820895877388888748877159600945159826180060686252235665900824","16139239863930375129544264295219046120568107011143169404471337239100700480586","-11933639345218877872507149131609010302703043039260447931555906270606193945039","10992001861795750248262496674796088035354979689598983510679798811141648084313","-397571390983829274192289028346274211289981294484301952819431946104208594086","16456843836714929726110285674786660602489803919519955145694921024086576343925","-3998160676375788915605577662879839872760086355234476294382691455002280025154","6617163866335543250886482853072719287527898513673720061993442262426356474252","-13575135958962817775045581287675550729664542216421346186325484087057053285150","7136268473154779264656390868785533256559001233438293984917826324651030275758","-7085588101026077960033478601737975110181250503191673643163922959842442511400","11383640282880477144227608731979178311333737765336035432430584644980552003074","-19818999709990418518877548768088978081395915021062226567811118483693145246003","14872735555995537474437397053974594338244124936093898040425840638493020199685","-17736617550178977719978427132699583760108847752956528023651939557277474983494","12855903811261173894891339579142400193702818960615102037978927125051041840667","-15284045970241889133681935787827598312738514308164683313194951853112788929384","3973553402239469607837515696865846275034309354495515828918192660241128768844","-1216175920392683597212997736292327563176484129838306150654361902670590948816","10347093850137285860776369759975582228851292679421214428310725057747383574440","-16504641297740460117800871087311969686127449761433510413380853381936074470373","3536257330534663650089687096217201808870362191344245210419631982789353573123","-7346253837498684485155809734442006381546097603969968202149780684787000286252","5797320058867342758474638849077194012269061334946124097093417740204077327781","-5357927413406835600358269972866674383077004469419423948580950331326086690357","92521095846007086205239313693447960852087675463222472177923445732076813589"],["0","-10506356578482852106678274757723492042503214912199696475274367220742903237276","-3242780941457403261765825978931805971873578399642720202132105343777795664464","-17847932387208972246547742107869460723756024983209825673164736649178417812219","18412083738695460202420802985006179577099933847264100131861809565506805775671","16838120364438587713448617060496657514619585406719088980479380986995561118277","18175565975139193382166561442288846465780698517985646465216570686778127431833","-16102243378761711020082552293251552195051025099417070099419703269998014864163","10149157243811604728013701799776389393552393962887929524550335050088539696976","-871247022005897097407511593730078809468195888194946935177813042661373393180","2620441557659203039308696127095805255077422822769737419359064036535279946643","-13533917469855428201157487305349161352603724002643236689303482944781162449264","-16866253365141487968712152779729987568591108685899610954400822595969851921110","-21282686925408730796151849662965745925710247725695649651686439740093057920079","-7631676826461392206599541731068508857801783848434075145744924013653612622987","-7059484569776129023461048920471054713784770268810341458548004606342835112535","17779573344032293187593987859864726265573885888801661823079862231794919180379","9589870600114922413999514504861462525474074370916863713223095255434526868614","13757253603814435436096054602348477073181929471824233558698894967470609235365","20945136171793997493677389980331300514317407254566718462850458869195748946144","16665189410155504301143297994061522855649425687020534847124389948416615492854","8079019601743440488725683302412073242886255193192554206216950772612815202728","17754002456464521372686227059257031318297951136266433876315089632750761511066","19281056835630937073289185441379275801421083374755939141679702734445323931887","11643247346924004109911825700805570676484509129458308151546021501411719329116","-12230848400709510012679021892643746201016412954778056556314454544043608133272","-9305858178577987785204175890326902488002863625584158069960605188934032806139","-8207303525583877695838488502720453193327962736104032013702340925773893360638","-18473185547298746184053794541103344733151374645042876766311056593852321114085","-13207323987235805414612381520263338708495050636777669376237221867827416067885","12874613527609973057729278239040358969898443794420138978930888762543651903119","-10527670924814239332299325509318670617979202706891464802763532255149766209437","-10464828281610949879790238799319430466079257364231544419434445218173162191719","-20132243059777936961323246514347380068277497884141235632423470372461024155014","21843640936530504488310848092878301939257166222966646489236417200964848445509","-11091531593418461003234968701177182294880667903266152599652645298258989616831","-2409047721576527945983704692660383669727844168659749724355295546123442363369","-8587315413452100155241665762379786355449750914361957533033621882982687837663","1484279888742710661578027094871103182099171357641054436023586381317910200343","21435122605355926210916387838531898737076115688225156066840416323648158391720","17122797404624250123901918220771970384319864698200230470661904418073316066712","17727062639713888704117437873386252368877801817710370153867203865108103707018","1508584750176476928285594996736320614305399886864799500251905997654992118789","15091830227374883520598000502952678003474627144923447495192644778661327733290","13697186330581192281045735232798637845046805733032066858119110069266197824432","18157253008718270302409531003225343805254867980788109309988723938762881150797","15288988389505053879260805213461508064906610463372742158528000777428400738758","-17189427104548388464249061264346276471991310630715765840352530643543068180483","-16849201684432671802084740146413549125040529051452873199483023708588461535522","-20698164968088129150485916922729441663832889911180502399223828736218305076220","3577121312418919640018414216189407736719034283443735917599142826008511298762","-9083268959471330814984719106335800291434735765367689281189368706620683696390","-3398951493712646746872440134903976088205730264852551072798161149013047038015","-18353495314036964645687131989007706856735132425470447653337982258900555902257","10099266590864145545081680411353945186760921770343884098360421970708035059446","3838917339160283577137581137672090320967995244979179007860983143718068388117","7739243745395187503926649669070355230116198334121455280755904713974683415366","20189688050057121330257578583751514479715310375031744835516863436874883937910","1751919327657362336895202474979392664278716914071465025356181227377290458735","-8253109955259146429987868086131115608969455171564545995994406351624644658626","2549522370034687835435222835992695534091629833792344797963312404282543742798","-13477879742231678553091994572427111475453603282237257863395161764379148816813","-11911189767684366178718876910270892457592448006379642921187622644721217999353","-4969782878522703844184083327678875204839492530113506467421100590098960915786","-13289800537396664138389990973658093904940188114395761263760853088192428430127","-16155641225328709183641849881006016427607025675922452000312508578214386031126","-18182003047892224215643540532343870422145934913888591221482459918130758246326","-5597840679043888319860634523285282508602405948120158450996885870679228110427","13390635409010072126005227008779941584216483862416738976985154109323710620919","5491718130173306049714974319847028009102456672321215748045873271592411474724","4742205530580639467515532591215157197900446329784742381803099206227124038179","-7785464906789325452642598611497537381010127222455396488366646045349788395888","14211875717465332576376568783072743646216312372219279251739809241257171349926","-12867856825470833832327545910188291269321612467986041293329602181060321788167","18147548102149348273527049604688236578267433665770133246399074169444932243389","-9360438097883763904988674465000482738364596839674545979864550894058470305498","4744077211814129713177082918865358806778337649745800675223345906398590771305","-16988223903793645000566208124765351430384071141343241607776886937753608208300","21053717868824723207278937270506395111162884832816929900613027399814958008426","-7377435221457949636529186866076735115578916877052790004643225946809570751084","20200392125827278878370332384954624746382053834404912577093104596491773857874","-19248004603417226281304120087491641852654241539054907050443519688008753066901","15539217891488433999840756311663122814714166730262197025028219659061747586178","-2942720250805180672631925988316525190541833966198793666384087008201925594694","9834689384220076494956243916595470538902585803825291875126532631654936407072","-8668780696241112333847202956547527256719393326888093842446906982159663637186","1571407333108439814543075730157893218181153677183976213802778706965419292946","-4206539217272728545880335210036446132729828395906609451564112280500778302859","3186905407256627260125502965225409062176455173200716379796476066508748459765","-514254426629865845178248405410426659797383865565055821338250461051278295443","20050135189020917427236397018932390904778177371334377516391311357321374272023","-15157345496864474100378593890561175195694207476728888591450945282353349963739","2398706580671474180945424163277902134871469970011163396803652132024648657347","-20701602550801287530459051208554321107635982475004735428752954739731437327818","451223515040927958372386940159651995267364560909686787123456803280762538333","-3123403364905113486951603816179202641824390788017584143447402225484909604552","5058480387637613291572731697741234692325352978602764020864901510425374288912","-16031397885043129873894012773538651922589211339206706605934290587984585427724","10894296800722081883304887831444377380420044465960033885454336885559782105610","-9383526525948640574780617460611830779152355650855747350424715124222147829541","14602741021478845609063628393146865259222541258874707038293891571846036263709"],["0","-15153398911273344384632127054408882753610406123364946880236249686897577591881","-8101742560796606807004701957098676108713871159895807329063567009273108160114","-20490693254114027086046002141486742802154704686246747630753749392416727926336","10985580274734620551287014780102978037091309719570355983662661410219366149173","11065346907284600246147524604476825308544013091073863293051121766469700838459","7119399678837440269968265408832797262342179277749289330212054799618668142761","18005753028904007492083085536076882618806040440096859083761102536606434917638","20004184765185139964939439446597215725194458197639287658216569925396019205695","-19324753747042795652235708424850822830644901274531010908263881145552260522140","-19861756223612747890004352533149264814674713305912286141736523781382588996936","-2339894769288404268484538536654026239174723083722239847736544066825267255500","-4091067552573583687856734662932008546340390431577595738677567708758805193174","-10054511481050730053291826538584355602849306938233361449219800019008111868906","-8908138686583153389495269109422056592394712127157519540481878090045338690529","-20139737894961926034179879789420179589886842731382162393796971119079284062809","6244180292694840253928516203886416768309708697713101823045959920018459621279","5110944629352940882972006580037036503399059750163540101991042951680358801091","4126742702426169982120309850270925537682827022159311260427064942729934750905","1840100495376144824583594487987913113049951430471609875949674205590420422738","18791951769023546290896216978808798737312082645748333319293745100727058703216","-18217854523551349303401312002597826323432676319377574910704002767115515372909","12601659873712167757598332749225266354429951173192589482394312050049732667034","-4301854677207954736784963803632780918345734367077009564241198446891258210710","-6004123280571447569286009800463369890057752653046143202774752108822951154543","-13518654918580562629748519356420123923291181902195547360468194591172061622609","-17996433568246216264608955312071646836903201629635956460072184678310805772924","-2694133950822734859437271447575611548484791404732603360129906248136318027585","-12040626314352010489367202927369775902928815183839482536227024658575094554626","-6288964242912483079131480601008408669441776806093377343055916728301894108317","984457562683832787261084920160482482124501582306069721883740030305704298145","16873052413940377418909394317078561669034056459416766436323937711395324597703","9986097853150661923744006658996912840673651458319748829854096820581897372504","8923056313274793757119874690228821117959260203803129451394510515482300816129","11702986535578229266523000949123516177075805617276569833430178306366937038051","-10073898549051161792032795576548846894365060960304616771127144662135846066749","-10737106916099543182799223435689185730534668178814904597014495048302509369145","-7168672021827960851547441027183665193249224555709181242769973558073284729482","-16548507327848234040147064481697625619462857300512589464132165779970293425914","-7115489585711323289067767856718195251544276651381455405502480636413517296112","10821562068070581159477264546500598242397591381180136616329849721501473894950","1132698085383015426905369891477768968504622576161715526899334736009157938044","20264697857695596956197656834711658883710572581250436542085731876794779510575","-16013456963491394474454447074668194580431736381929234216818295801615982382552","-8892705113645833101754928657284863818950451610555830095900168471511666753780","-5569981658491797828726568187596861999249159657565611336393265489537169545731","1907372948130289751966486716933220329848734891101721670915192354992655100140","-15796401982046811579680219911825834445262106423557171341061377839896541704515","-1855961438891087645322652238918846556996292358926107270630045452658358443806","-3266506476471629822379630563567899535207112010476758254321703363834980070769","10062529682740284122916674491871925062462170455650824742287889135604169276970","10306404762161542057287429802778076975533528392556595291419462023797984271392","18562302525134149074922503881900059092522290661135583403013927476599079685334","12323719357238963407478912521304451227416256029264201045712981259452689421550","13716509491885027774087589551033531487973554155047397760779432907843962210754","8128675605593589531720099652787495381244785834750214759222342490583239812722","21462371014161321953897396054528395026472797355534479449335493131567701819848","3707886183064662925485843599948168967691523163704168031142719871556661159812","16011789326888516429077135158780412439611168253161609347902825833769906104094","-9940240688841277806602984035613493900788798849424813935896057953882754362294","20512616410223793789322460674404438965192481063399511873320576025477887126520","7856771016589796491427014917554255378623045178971182259799865027929557469180","19151959577531286265196014718256581068727899549532842327658662390698667383791","-16491958727525236229975765110353071114877677327528547611429935072263891525673","19453907819559777282311549785192212667234231656226869734326979862056272192060","-6459546246221855774611419926138587462992970077237597029018499491558923533377","-3740290833083926246151050903660518279804116669868444047118957875796584216397","-2208862926626478817655361384215692856358142419871359926828332255695161593849","18362839861832124964957651992704489468792250307788731948063040582787913941488","-6726379647903697509376089869702953446442811249759453219883634548079474555347","11902495459012085519921935965205815765642361430623354490750569200888829634224","-508047589738987908543165118896548149396095271394528366826347648383956126822","13770679763878221813424724759415132404970598863969254856211353804682229168018","-15660250119790083204049381362931162463342998889398518796317677707888358970174","7212216608919206649911714058850015546496321697075723032104218715392926343556","-12576433562668887928974437480786687284980630984435084027873908733141829418606","8276034458597454942807966333046405621722730914276167086425577292409493623372","-8990409327134034294184170308281663449871706010075607989785003259343625164456","9506428433531813389121972521679056806789761150749523515507703089342751576641","-7919861149849655704439693137132353007370133916486175084755991173869523085629","21723077468001315493184541622981663320084944515231728959537509709386491279958","-943811474495052622628815401220710289894503847978231916516802530475687351583","15956352485967592243018309131537781521256759240338090922178537594202740813564","-2710793069458462398202869164462673037286325064687202288320925615185528174622","6936675501241231489585839876344686680538934211724789493224377520226540199568","-20381740160473183110121245635706436722998252292132182233643470954687594108520","11768990413145812255192391078500790186001664120114869497903772732168391857539","-3927365895976607630316698094308721574400403149958218434215064019936000152628","9711228087177260916427950961819385562057145952223431555020775396735326761336","-8337357699310755745506035878579286149841502048894160522830950705142219701697","4623442003682815757700446126293702041305876838961880307655851981331054969452","-3671503653343124297788985232169440412313482809894191899462438629475458199510","19434660517033556750048555160410075492673768943159429883899644912336194571344","-17431130323925702199763962128227720166755136700100454299750647329183557111562","16018162906014263712984447073980702118059300234802354689356372299437603943638","-19779341765387544649925646398246765083534989231165616679087694454017768396620","16075587667699077988353884781945772258789715115398298407971217871443302365993","-9204824085808974391078375000620812077652698175882580224742372428474693759480","7476408229880380055408765790941865033156425792637882583185704159503649492255","-18422848409697018402315824727736795629209899161657158229422348089157494867118","17648448741910581542297026093355832186355510692843669635789639590708833977332"],["0","-2432026985759919469138489527250808343172040488935114856064496732566087952713","14619817431877105793612338221888655204377095545731326828662120879735653951696","13114857134067082496732254489111902695248248515332609036875611060721833568665","4391407872316486853614832604996705267774237570868362437807011478325662642236","2098787894522100705763248258307811538936000750139332642633295146994691452402","13727318624878307427509716144601689943749135978377941034548855297420940035003","4692236965538359112657001865833749749885938111289055221963923973356774852581","21265908815372405337865267041716896727408099191100775080464138609478063844511","14698127514324442416793301855304943568020136931742936147519211503250320877684","21638045419996857119340694350578659881622316899602361340652564563409947745474","15799822330092510241642086801883128959747600182830634357790506144465621494999","2017326650339631287421029680193990886768812221357751906254081761163782458789","43826294702771955851610826372404251399190938873166984560328651807062521516","6248105486529711995909452108094188835445391541764471573782261526065719690303","-10271708239928930935069950617176911513585705497218445879516340513435497737251","101204565190843491560095870218819435260349410858935221032399598508017842018","-14232530554266246866939152999574197422504894161879050686100971479251598121246","1830855412618423331365666995887601198747113298056586139491051541536765080120","21001404567518132961485806581155920908737945987395731794424788152927430883647","11868723653135337196325773496937717376869860362048147853910097439635287954488","15449120887739968389100380714160029964145685950011592284594517441554718516999","4346619960542976605272862032494980020363266549153079230801747329870254612914","-16660790519529304934217846062534817838396609013592014442577566838960096357867","4103621590266122442305340528974853041637319055393673797090012863144711231339","-8675207620171631947150911507223300536056983340759663228298860680530557806423","-16048358299592294323586324907920790744862766447737218011904160413439276837739","-7050522633258472829436115016278849322880388796349939955916066135658059449284","7733800873394039144760534350017665646908128980424895035837797965685553815995","-5595476644141288247470679259913386731188581977645464813459429435533436480803","20546157037899242920915106858133759693911960102233464776901244024845202975816","8842770971313428525170531072232247865654870710920079769597576565857238863187","12645453224457235605597745101393319045854777583397289984252829943479628508838","9908665006806062094241397565435030593687682657055204052866363237465431622639","4944666081482292299844646979452890385437407550151793222095412267292216229698","-3117453465221404265206342549219382790643018171840806986843080490080316572731","-7899591147867428722731605689208915279142266680039384270007522770100566888264","-15340104043142381976712529002201625304177445293366885062728916607592059646745","-10434507066619199230554491854859191078769916562673480919387534972875735627950","-19617137373218689587033771806807020093469645863752533553988063145792273768792","-10132891051069602875100223654715735117821543888667646392668423819871937203642","-6049413146049830769815318597176851488070984463339173311459440772751172811408","16486098337505538457894105664322123838002971679521253114951723333491326847642","15055969597886814589625445697991739040693691120408091357197158635875583209273","14085098390946069209910132092592789222605697020277682751587504764548704981246","19453733498173507962430399754782279716193654175574408904237703538442975519137","3648213422663879775026493190357344272855364070396563868711627225368821663537","-20553049891469709037428712111893757492557746830865271994460944295622255148221","-9746622249515716237592467136662013630732331386794129877872901944484182447134","-9102628819170801746276279506656229983756762017674433755843082631962485945470","-11943325027712795361280951174772803258261807050909348622012458224858862565687","-16203216824548755645761678897477488173595465510275606042925652478850475929982","-15186344485058340656284548985762956865752058780371607164806644774840628381315","-12617880137031416186000439053539789223958978209317966769313218556034175662354","-3650933930377236209981340666084173466934208675112569521941872665443074939392","-2331441522823581377475822887164408490158946165386014684551588460433548922569","-15521731268758394152567536522892676828337845525627817246293338406475091837518","-14997908693185824090007700094042084473724422648482385012808201685139289636389","7944072588262779176187661617153940037847573453251376244608078938130781093295","-8626491169546842789902511506182294673252381989361527857362218631353143858512","21217839847537599936824303575487818247305903544734833177134893042333746720702","-6428246380669312278635909226319980745723332089688122371052894074928272599521","-10143804572414133121363130780769386167140224687416766640769530332063668422768","-19819602485426371652504330028610022419538867154224091925567021501227967535176","6688861513355377250450986899251686850014675303231573058687587101646298638963","-4899423998068240519756863315030788594180013083651207311276680366114599115624","-20390191113466770153033657168380492703345153331351155127186837423967241167282","-13890653976064443695128527247600016296123724720907784372362585219189296701991","-17886378728066863906790793168418740098719051617402726008553017150239960399716","-16085194876202946851026671829209782385946173225846133775190614369217054552839","15438134025811731769903474379759588140452414309694820113227147632433705366536","-18286994955143730330813471245449573734221051554328767536228054324549158342305","5592676090195261313606055122730301920143366470047004988232093602431241322878","-7716202931899145055799566021205800473384726570197675966614200060307349518985","287515396340509792688041294231472792849729473675173512834463368030855297803","-12483811194139045352194899333107009649856470298514752039102579662558862126697","6623817619821063967577484635631591499657652835175707204882227440271348368759","-17822342533517844225908327697289332183384466901233358761012058728991610854975","1531136093181029000205139111723485524885496388024248734025208724862864730690","-4648101112029875202394423547447540403718537875743031653135984941580201834665","14832633926271964718672153065707989265314941014598867396696902300891701117711","-10427682652304773698456760979699440607154227039760952479170840104442624534117","18776621078618612201332732082421071572358703211544516303824097333387829236359","-1069229806986556369611563103154946320047875596146954984175783780382274848290","20800591679572394706995679423155286231147616376549982653502805336713474218039","-2321333054865596413000129109779931168979778787518726062469050524616518314329","18667244668435306106655216776080544000109804142574912678967567740602857596713","-10988103021020661960940278629102767417864157103792010054068070445646191123981","9714317860213457512741387770623650573973003911006489166475875634857055649205","-20246550035335875044840167723930787077075000358395072535743014129924401298633","8269869375875260931628695051048032971798689485388604517878970001870763223682","-2265049063383430910922716967861523241369226443554597918262059554634228465714","434337011557411956844354994945622960170862879802716390084041150037872064168","-7132273239905795546447389776198005562901840642828660944264491893882194199308","8775024615627485276560982806350883455238936618672168496104355986630558248360","-8148670346767987054151375352449964304511244642004255111388011516896033564847","13301587666132893004736410174392643714470759527486279461141344043128417424220","-10572698659278738632519489476529399100475506481663739823581860896879031039538","12990450118279145167905531916923686909686891172861817481257644637543325150428","-14091084519281080622353222813368674333323797826523056701671987216530194965488","11620176504249012308009410897803954620824858309642777347601251114598374605670"],["0","-178529060786954518757325","18772478172031610941797249875570063692541159988905755121914223907041919236226","-12987713244017413015115830378986350404447728392506778478033100784562005898047","20734823359989857960815220721461578604620913703201227618926119914503571245090","13350098120442787450616832448688828249573116788901578688539150869379837542497","1980975584958109146248056736702691955112729384184012461811644069175175278190","3958540610698856762672639737471979501661499186789142759324198570708606479140","21713840706682909027409119720610350439627629632150782029631668874086966847464","20440919455057771235801323893985799552464061364540089976480342560189806770900","15653960051696801530300498881931801284162750071072360010517316667177422048034","-4677978514739769885514921617973346485160441360987670815461676099418597810556","-9574619532497376049602866535002110387451921209622044165089593883034838983319","-12464755437867423778714731308397111925150473322973367962028678140823173360375","-7522146300125907925115096449080461499813130667850423434676009401256048436813","-5244077095579437401765204193745997121502793529593203067697573374441600162998","1980018277181586191986395436857187141482613116737018622235201767794915206593","-13945764178421528614146697980382985433007164570175073436600294213082907564991","14847919544149714937177762521137680677010504439879354761034425823788410747542","8569869324344186112606614737598709952497369510231897938184631292866740996285","14105805053363200523210756770767878651020420509681915074421933684184312153141","-14421101371517526286173283467954427731182476673000433569789680868139512621327","-16397449711069992293999696590153779852683734806848414453821229638998142715824","-20916755079507087742605084277433819334850626404141435443180044165447204009711","-6137847778443435203078450474544561438906511880857893281943412752358733434161","-21692184941205776947904131070812928992565288009226612647032884648641984269074","-14672772937283484120247839812398735857501332451581675512956632956706618740855","-5427535130030684231391183271810621881401638766375395630485667919419265804263","-3514217718562467373444786835183992442714119238978938991720855362093040111961","-972655835445789818344659974347769130849605751803776835834800542971440240370","18229409547877917642378821444702869801870528795062335320270796461433327269489","17995447679540358519021293887854270871624925125845078343690595856020383727074","1362706849573184080977755004022511562144043932419602599412109319440489837980","20287343969267267143832024208956767319378422713386732072396766963814897001255","6944484124556974051070901979418711032924589008743438471153898049699583967436","-19233284053689908709304627636601786129705885865191105125646335814784062949528","-16992862237667406381764322894314657434877481835391208659470672549070807975122","-6413837801148165780254522669452523867884316127114745044307814417915003980946","-15655560718871806681098607761343950385010716726970752637724630761956002021905","-17374816092156177708648961353234942617313411339981027683995811001869977280529","17834399500855541785445246294693073840112509643511664448250747516032260840838","21658176307583157157142568513832898288697438939142575670851720877349692799620","11864999867303030518376090719252349652001885629754004973458477909069819292242","-7945765035460979460130486053704852621352146305190987334624214407843837246561","-9137522629304445659859508739252451054082873911923498387756346099261994811367","-15955241183323310574784196352418480051650407817135698648863979239297301545695","17029127887228849996523635640685034879081939447904897456475431404595456716668","21349954694290407254254608340165452840803426985777779244053307888376474683109","7242987762891655031180369465183379493197448139387488694147282658441580059486","-7358362000532732701711534360082238093253341799665573047451503185820508015061","-20081758482487746685055840157547869915553182427383525317230842229056073330714","-13888110808667299790850455507044812497164407631526304326041091981924531668077","-9361149330044147972234001317970585553084371016452767927296680336153363196906","-4952889555143503841268765721497192375047347568600192967659810945712546223044","2968941785109932642944885665901548517945891265017178028940821216905183558300","3533501555054685107155848736897770660559238882757520123957145192624158110037","7522706520764056112408210098312713409121223468352577356227327037049041849378","-8839243919014709383590858079214965502797861705069175307741919423994205949504","8077491920382337511910307836671872741243324226280457930749986746105913790052","6885545229027865329182813824749334037361234982677146966711021096917188436281","13942766900648839311393238597997911405141939158967061026191618134648343918865","-21038035360326509302950995710687951019909735980866294742838879371913369181475","8880411971242564768896553026556262039543560818698197802381985592547429818019","2408029651761879273304404840671647050267897610485379080286899291543302567883","7696025954579740959840152897082009639956951159384298115342368077546622472975","-9315397551248236930808195813435289881836554022526205260617772464749129297424","-19156505256400613041655711931845827342618479676379763748110408130637723728475","-8729582112391386116280551726578161567005479888048483712863690626324458376323","8714664578657633939383451361824067138001970887108225177533001720720000141578","-476296029778969466125737281658892685096378202140509805833036498008243902881","5320356397685797710097777683125935504576655555006407740591346926820839032211","-5080986581062450391913168892435449149948850012570350392411832570489178002407","17306778610447035478896661308410686335538038424253673763274139563971971591622","-3165340642527498328321307792515283877003487854465637242462459559653545522607","19608013901336247799500358706934094718494465208357294452008579085411876604833","-19984510614838975793728838618396820318071772621672770287214934256363719922738","4197194712528330762600404243849020922076024130878722688840512051725636973881","-4234346953571256500301411047133706963298929203289316696376137210995728437292","6317084480500565179132182964651168366171554649873148496977590650780672795628","-10644238345329356874663574975394152236850940482049109971423980750886105264278","8074849727669280452585929071263239084719344872560123438403618530329947279862","-12708755815011484612694547034214829886872714275942188549817969202309285574558","13740495450628936413939878357113196527478759524166133008431272759456598427636","-21120983977677005443321300571416748384247028806713150962301938689208761875259","17291618925928988075056832946065122258537193595615998594779659878574943564100","-16457372681456719308754809588676748949790922079088603064292561066139196333986","4641505915814432783064643901723229459146221913854565880321840100942705459641","-13913117127183170991186833300709994031003688060557909632669126145475651730081","8006994935689026532827145941312818076532951107193455881570613188733974803054","-3746421635250848966535152440095259502728254053482768170421188051583553156570","12451581950148370739949918365401340212651149390770604677895852955394325297070","-238053204361050641248612594608490026829208483272254125390270659045581435343","20521063271236676508168553707207190494103161807554943990270781430148037559835","-16138418590258640867649683294339258336864119061054570678043786247459049136906","1602305430151141580302609984117276083144346006546222322500737961217522089528","-15408603647637225248123381023477108960288327378330571276606027505076704415532","6653751341252305714739094639161264987216789989390249355763461847972264135196","-20243048690893860383203973964832221767031902515498830152670089755275485523896","5111206469617556157411964684611290475003723873574247519176281607908694490757","-7629003092705927394762036913514514735051713374115293762121569282762202380514","11917579652469391554164961239435863123621322179233682435171846239621868305336"],["0","-2264300986741993988508248870199028457436037696594761745525751745222099315519","15354957461331214722623257044116970899144683123580001565771481031344056974927","17784349091509651719384517325718002948416769263770700822115929562283464533712","17647890657823975051327831175479165927840278038786907167287918272986550731023","19129104874124218835304621569969474389003278151378071802694219444170753778196","16417546995712670355747312075045774168398430619007655382344994884460818457236","-503098425449695230974315046703963377679048563641567196797634205438814522647","17656810584165326597462909970093931612303892611410682305025182897009600868215","-11266207481845760955923553122990600361919752353273874867888339435891664566442","-12557337688075977166768612907521893848129605270038752109786939813451387310623","-1334714088296745336929802191775017759610101259188893320033064212348532283832","-580213568880613617908705804440552823305078215313402652834584288478898006935","-10103649365449337059287104378106173688282724654516387275018950854524250810811","21431038821902034490322036650474595932739222052590204843816157344266642645474","-21506894023556158068061625410702618240489273092326361778386965859698541589623","6607779714463263754075282437157942442008291966528565872519524805188986588063","8763935345770616530068558927349156394382113516417004430807162007769741469288","11482383966676524067066804399763548546494677862180095051425177609970430616299","14073362972750347088906956708218510005303964775236301468522614297012522911577","12170788192087850883658632862806080497716580980279890220288635150171921317357","-5887963778088081959750087726716080754829466275361044893361771575395444351472","5050076228078432984558194681585150009293375766040764224218567270815277535315","-6655629559659130319881113997078246532836642298474438939973230658682533985232","19772275338320598255782473419145434653221373770474116666724904611759612770280","20013003376352807898093294219208251243753319353161747620673138878492647749637","5064356659007901816976516014659060628847860325449943179954009890632946791681","17108320862383702111469839140557449740812509252817783758312530169587758215980","11230095971543754660319298681329642527532450292719476561600778508818947670771","-6274851186084820946713709870398947841093132034268918141343307149822646752151","16669444210685983236201135143019160340097953535553433402158771398596696046224","12404022854480301505117484155196053127351859003240858792045868562305551947644","13510799145117530381955994032542448584484929008601230971301449327122397331117","3405111514817020436769209917182094858047146651389411563454080118068734640002","17636275413700135632559210462218324989100956349043691413738929242684615928464","-7191706394087015805475056206013144564659585026746864876907867962507548366222","-14071989803336447261140044881069441926301751716963780991346536982115387905743","-1946763752141640515356243333855446624079942378504954768171251847519737477762","10599696070536598701878740011334018063107276364593961075751298741744595735563","-18561023448552372014127383693902487144973722596568147055934534483028424266021","7173697873139732011418282539663763757168972399207423188885970854563753232095","-15059950109947265864837188171714822431872581207658457960023951330910962196993","636952806011027903807914518962850383137533614572638229905616543136523354373","-16898667286057238397925772445785390226071551274151319225964873500246209056940","-21313624640399523950836716813099062809753054848938185443484704139738309274224","-3585159009251782975718064292192523930334125813527429231936087369538456645613","-9153207346489542244387651051142658277190359919467670949854114883368468099167","-9877878380034695460152944664917231919351014662189621646093552810424866996060","5856786840623212154195030155397674815134953796807030377434249456401141175047","8961463831342361456893171996321786542006794278379602610150515434194293597886","21062772670053619638917883668798380054377471574880607551121855824244554861450","-6376413460864981443161762782637648513248877732415307630552647808895054423868","10880858930752146169506212246343216270872978655525075998367208698887148672150","3924929025489163840289479779321115861519877591442785981760625356362389645349","9433438041697075309647537213289476431739051607618513928451360621494535094872","-15568653115868847838664768610352551121280209771771363827918842280296850799159","-3848714177476382769436979733614131187502322851594698009310604232565445601697","-3545371803332040319239149786442902284461668898881042289656585586543498163903","18277210932658319453076126966397086804107257112487273236294779709209667179133","19014875727932521644941705499214378598954733528684738094645147951322552457523","20031376672772384631940538604377495202047046175792606243762423600935079774621","-15899662473621143897755093111759348119997207369227540830338769998948922379948","3456505990346198679447904979625262219435920007143344918696223494533313675061","14210476605978102049003237479840645580101303146635282077086547378359365639007","11293189865683821212946791446651040278369783059159238764629189596727884380511","-2673808890083349204132439275355770629851124450906460385443015579000801635454","-11576293377941828659151067870256888959134069015483287885012292965148267536509","-9403880320486819175118719371752001962725853968008138531505414422750311076192","2034427700208946702334727188579610691660135971179161548446337749936094082322","-17483769769631542270279742146685749457784832228964948856713242602553534482089","3207536048793684757237718727418464353941283618761488327446654225010592473577","-13618831005592023206839151838900774501556236726962035529423895871151847278424","4325984712594067059762836565276326197572152876889906161201743434717547126843","-12357294873724028573285174766360149674767219231113074911404166694645667833550","11770050962495709406392282693755284001350380870010140078731371233882995876743","-18094841229973345263840495540888090148203406808518456220287000275054451443901","19590333875262450845349068910952722030584552644533087487080644916275882967252","-10312636684964253673656996873467535719207945251840254860022079037393558644030","6027146846619021683972641938526073110645382843835219167733228059049123591755","-8923308581920005136055469236053608522773869940891063831917451517117088998625","13675231223091347153557254395978537947112649637185393074217608851757901431679","-12643375167745085509880597004864681402044371218199187889988404540576926500674","15066348463848716486957872372984360025679234316381896773678572140007445549533","-8966312112113857282674309200447112366428322958063034430873760084661205777562","11634156336330816330503403993422618129973711254046826168997643444045181654471","-20714768827856843268010754432812215457713301134241964613600057669828063542973","4214121179131420854300068942041998599427511310060591956562662659339877901462","-70053364108836006710519860982289588121586928262655278170878061609732397979","17428940691696842868233584133831835306875805565306426096941738345239033742054","-19819357702439562766753447413352818929193791003505184172962680577988600823958","21278546408663667553619660323932377765177886434348832473844494828966348830749","-10851034925850826002155299472243810226389825624735887575816778020590015463307","9233228884637280096999606324666901171831535537451281207663805051646243956821","-11161370342656851662067411997700429423278692950076017724637214825056950189890","16593076746799678356736492541733992881549886583126705695813850893687202165171","-15317793191353396089093404691678922080503345941438996103911342759004213714188","12367271485514795430702707843585054729991853885766836009747938937399087555571","-14685598138329814936731365183072961825045335151792364970538536622364523407452","13148323228761467885763693675992661933743452988820750439013371106029933879242","-12157034415401654135224253895063849453589950440322622522310908595415433226842","2866507190044573884714421993333816686442912838381529015401718992068456804391"],["0","-979077994053698160798792","-5977113199446096410040229549823000383363926401119682131920125988943002378918","-21604579713189620052309552601432886397400376060949077586840846538398544209797","1531240219343892823922963888869411385646582791935759762097375527707619000549","11987285378090171114162192385241611809129783574392775610523395084766080014807","15275595907627309692924168856749517842867814073237822055291873925182248561188","-862956398837138714745318664234662325576232469089613711054487081935219182647","17808053608842726050538578454411116280939629771567759710166421116720729512507","3221954785750681198817773827535620237499150759920356594613759437150277908050","6666781888056158416672144325090221902497456118178806806148578995343082435480","21376532714427911190957204484678194117117095840410145677934171269769868461644","7066233628274487697749685602796336521611174021808858059247119680402107611724","7447857262754098471364959805090532346260301268827779067332165317497851944641","11246736779010509264663057432076032899410151940834933328517066830705326212532","-20792403305591425882916063530460708702216223441526420349902841248156368916972","9975038264731434369086194048843122450914837245096485977887454826070280772059","-4676953749760908189020141918877569112510404818086463181731787520735126158296","14856866180855193133114404839996342995756107090209510030981352183772783999773","7435798534108961106741223585450696194389967451292814793540158132854967082137","18701094550507813188883697160019258295480779266841399661209193292808227035116","-1362319690282975790538466000756045495971082535230352834541812508614441766972","-6688578108766396426608085987001654636708774168215038577970741158318791744051","-2084230325093014118949514186748194628885623396664239792370812047158164311189","-14553234663228213943474755001127328366452869199514220454777679722064175345478","-20901055190284294401931720677797123322015671487149450065323681351539597725520","17410211092179392049409856485071418118011311518043892525442111216327985817023","-19020122066617322507912054596997086303840951488640149987038905428468060093258","-729002603282344749267525017518404842693484703559730947155412107172714614945","-9103175048677214060620258518063321121737340124644489981348157615755572207513","17756109798647302611869948195975591289749798343880920880710871236763930398311","-7355011474656829540249828798603141163087794019561337623001173303039180723792","-4226605574573435415171811413060626198693350938691961199598309809595677414864","-8251428756263269080346807903376558810254113660649537559742549993111695355501","-4068458507955855841386185891961160833145539372034528095419746084141098469413","-15269568966283175225803185662587926791339660930301423934431770164985977174630","-12051224794904046653069824831349170470832289322575673359083560572537879590040","-15663074723534907643370037002455395927390322733953625618247366212881869957160","-19891133780969144957838571200939873151933062438561452558793306344656986356186","-8338628190251958588491055568375009406859835786898739485119651615759124818374","17061711385637539044049750956273908758564653448745591953593160195385789921479","1394168543486051774837238396370483446936201114877683841631488267284093995438","19532648649217066305717122250376637224937736288529010152752161612210809609149","-21171419397014230218333625373017308584405175493186017306996991178279139389907","-11598001368120503334418688515330285889600748114993611902563003966170516668447","-18405113386831543169761218409477917586630915519656912653110431381424271108093","-21786692782670454208264959427299762762467651214313110489413404223038525945953","-1443449498364577616234966533032832950969151588055180986790056373416046623289","-7927446723300246943426284521269207390257600085083379131772920763499402482751","-2039527964441539881323257578159095787028126708278180221486573162653465987659","6978077426794792976382485212450022430482064006189093810541735605701794503631","7337616864985644546177850340102631680289462931654317165025867662283144771849","11912663053880602366234535214652456487986953181617830591488353894188709456027","10346062739993570657772241921148799868659552076354702771723733929247015857637","21073998172024097776276648802069494808000017700794500023046848365264792946820","-4985467904127704310200002620698097998322996592308150854397607475971445903681","11982837492199040598002074335182099735726433852385207000412922750831427452466","667546301061826377474511442472266893350790435306031199119779118741509190765","19458646829339073874508796466806695765526960844088775810481645519657497420180","-11205544550988632603890296420727195376903670744373223786566457007891522295733","10943983290759413122231510618397542000891628478222588903997191976519195708488","-18565164223951675285357647512868378037409205807228494499795027032892242617425","19914186388941422766753648917321947684063239711964245013457866284058698387443","-5405316094030032433907914075580010228942995080231431114745294989614152985421","-4320489008514907518861102099295057421036182627836383852857816248493877312637","-5806889134820602554364773106209040507930070544261263914151841477922757985755","-17478113359469391759972900362925973607433782767341360399015757592626366459631","-12254854379629232362167166741327833695080754024825416210582460208275028174095","-4831864504444545981684212365677060623102492934571769529508266099909898119232","-18589118545564410710522625667644418904799161572496477393268850410616921590058","17561176313085855175718357146728785960580766800443137585880941159951361885697","-12486503136914590361746037475255874322559347696223039845238970193079119188904","6439274895913925892574415576166661977575127881652934077855698026702759289647","-14682303545834546669093612412122331037458269805304103153904348156491847449649","20759740966443407919580244626608425152381766202579750636865945567211136244174","-10389819340792703204849185875379467289593403974139997329438241225290370154232","5623479654579610001901277208612529483255000522189542542774969166309600725971","-13002815263218085695693062981244211494482121964543388756685482440005845809534","12567754044244452386943957891098112566428136163553914395525125659251421254544","-20035511627240214657233669217260770149213505561770711068437890534960841979699","1828452273099424079548964614641530147625872426854250550478579041145376467405","-4591379596612630840631049948246128772998094039194367388333342685681625717439","12121764717275233353558868195747174959124225203242640664262464198912856819263","-10070161109054903447583130192111628632307351931709146280760666196238286227896","10353203021053228197074726109316507107555100664215663071354764822700961616722","-570525961704853284016220427142080057039351102304504246781301002494685349087","8235021280695956659900857426925763422971406569465557916064547135118813945385","-11125397383877891850454668219972798281232563562680405344351887172793817330614","3404968178199594940276957360497925975437134289993099586949498116109222505076","-2004367047637490241858379242295729018382004239979637232804984811744940324257","3363910616009394732110767476876798097111947527717427266257357690601731376762","-1498704148915499089120849467624335535538077692088281398975220257457922304109","2728475962068165375219999866249684372445870375436042772725277126009919971584","-8010457903007940520770886633049450003571772199065793092990720798213528936935","5567540113877040181240329288643454450435765070532218900504353582347068463079","-20833215668036799258967166715302882491140097141822854852680772127133836440031","9956352451227205000019215223233159488544646664662336653796222600254026980483","-7582607645859731369949023568250775012710985004618907853106583851040475244488","20310448990889538938878890359426001641189664581098225388496900215968603132268","-9385567016291204559013246067441016744671333316002394592949010606170814643917","2700838228024861069149310438721453047122730856010662879151820199620835911042"],["0","-13415374663385362232989732553544781505884481406706599555020244280048921463533","-695693002865889462177260161817995159645126592611812974789044775033226634228","-3082021241348804785073242914794822409976592458445956465243248945726291716984","-167816823439641685638583720442149696695445303074651682308190521801005025493","-20235209554733841833718487362735809516147673115793672189982756317684789878744","-7331597824226898409955515218865905086337208470457599287733610286389550499136","-2658877403701226195768370993018540474547480769686124260806514535334444125482","13095037929769904090231282617165259776588162101939521793819549631440412453718","7479289669447554638626457069667728713585818216827191267210771541711888261782","18546311014758762326932633389543602719449791108779137161825190205552807959823","-17932367320000626544699831731279077961283376380136044155335860509463462873615","-21318416046524569871684909849049869225429876263558101387338325157037690841382","-13874467586606468487962878204579446651005422965593137606056024761605040173781","-18992548585432692775611174672984694458235286449915232512100997222582020612004","-10660964483935870783337059295448177907891853085027971943501488411901866472028","7479385556165312432510151785541097580462718870055548220114510884663513951471","11279156583514661174896079023303555497590454180761407733909696446971443031159","10331912825311076182132017004164227583512569403620075597746475899970008177035","-4333430829829766457582596893812719175448822592399824337451222209386907411588","18390312764234322575354603076979928041069429106695313149493940566101421378690","-14814837571346089005722168244498060468548753132352245722715484988163557023789","3698365683207975525975059863396783337819439324551152035252304705023896372603","-6905558509182724133191840758682517990177373467972603692786108818997760997296","-12030117630833780727580197415374633695230745236511527651077390622624221099722","-7500149568503431804644321533882247013594463451226661442639674879631996876409","-6806407775468387617903070872807840514547033863452475076695341627280736159786","-12894563374987407932045245983975173715313769158349131085751748187518275672985","-9205088945651833465944614130989594086122663380647796190931792718460535293210","-5580075156047390231767172152312971719748988726279625149310876843372301510951","18709306011704488608782726196476860006818418951588099334796005529194106272583","-5353923446114386538348093777593942973668367152316664535500582718723055106365","19369253781003314596403552735860713679297807973735734269038705096220447509017","-14586695450089245191689409755102817883826845737939840069885463160190345873435","-5801450512532554373110310632871965894342049328093529873567624541477363258661","-13694067539190498386858129552208942242781382445818019108549520085070396941406","-14531655617950904035327252011426046721130768468939250250700189654408427712548","-10827417493689931728640798616587959239040528218744193548537918737098191907851","-15602666194512294244538690477963332212402094744464628762419467196291100286237","-20104543895417201626145361779886579585042520398287990737653796691028529867556","-20614455362931209931531150667659175363074626531392469876046610849115526235417","-7206281766825720861789215537096554922101841641613575796380099432622207675653","2420067891144003774087977201234079908624539521817627372561410223928671836439","-21498291705996559556663663618341731981385749573986625322841313659931628945678","-18230805764840912578187209046543349854198783419963708569123623699910954911983","-19362082220538951622507416112647409185110578956348644023675184182795260698624","5443000716854024503548900591878134603633311497711175401341475101673517619681","8097531982564322316474137024696116260229041700373654898369994573119178677604","2993441913646943911051752373709666868598813841371715886477878903552655864662","-693242075658459619749123680070223813511776682179419273756106580760237262753","20089022454809619959598414928363924157881094423022337072525864859009996891530","15483098280610441260536210168432054509318580641859975806016240783495717193201","13949960587870774670403644029810988224822309935928653420537669283971415230871","15903334076714541349662438061958858568723202951364770718085513741577404273032","12566521475773559216773235896579625580230314594605891275041632545034350932508","14451914547720535663120536982641108592416615720879347412879415391520831619255","13116268310622065250285582358707979697032808916745837268084184164589087760372","15894658620707669618736982599164737579083043115751013672731750368198998263317","3684019804235294498977509671954925824485363322483878491730295940003382135645","-16728697628908597110617026584613656238877875020097723175186904454853762809174","-12470499647956780098319605456164595860454432974987284579319623752848678273750","-12333142672777197903535100616786372903491689834071494810992035302284753080170","7733882234610088685744120705324063446297974790094678913004991632638247062399","-19240776332719039870398427405706927983176476941708449373598015360676791676647","5397559233122049613625012705029019265238887213727275145344270384566689464792","-15056392374521536101451115497718612656521952955961062169654246749183238465222","-4441678761052486273842708908460658912088392559706971364174744722134011498616","-3540214343286302595386957060884630495830797018792283954370837453961646018699","-8304946309473846887110336604724503917724339247290109105950365710839449332927","-12225052872369410056952975829516655507835368668051385508413565350210727720078","18366620707773155504909567011696260422574143351252279808509231904921018924198","-7763306476455616745725560288648395162145490542233265027114983882127043034389","14742697833056291751956589238910064943825405259033814388972506180641511753053","-12569877115120667151976956170458159414071396902964131635147374713239135223041","12288236240360502494573691039206479911978722963266777853651591456964172974471","-21282072403734910209095541823432400996192239204060834706230758936493036311634","6971981162865191188561806323152532777837111810472893017315714821587552925619","-674786579732445969924684533118932645371861513344308811608333338562193231266","1473323564427311686223766433926102065707221924923332025541244649583990346895","-2766789177791799171754717186816317874793582776720038602243856846508496541017","9419947466047088921573683460860828989176271445657791296924549702899056471092","-20460277457343175384337359417722077354791265232842470400108199866564502421544","7205434770647974531996900208773308151498324922021178575353279890298380481877","-2662081783358385813129379001064037952711930913498545582866434918397777696327","380790725092767395499464846507435625348900389640150177878469651695385168325","-21196135528483275537959740186810519452168026067232610829842530555765125255528","19862769736453592059454446784839385124610834665121294819447866171598921382840","-20137651762005447335936876995659097875721853455904645657432083646853456720992","13283736068115175228866304658242886029130559844431879218192589114201296402266","-8746057013226149010264810627642553048776746271818910922518427161012153489676","14724181272646035427573924556144944440948881153152428540623261610051758919450","-5252262779054644041181801733549927072688263424032855163679679719910942442992","9770973758569286463852370659019537958763965432347121865654963672427333668129","-8151650322129274380954666795868554096200265581016206236943443976546567588114","20035976019459355488669392815017341446759976909406761947754791397132948734503","-12619091838146061421385831636125936865101906597007713970058593059161346048760","15881395189451182839553582060282149933055967807801150581969035148611188782059","-9046300069858666589082265110131771062000616909284702149729012463229085808564","15039677336777201463330216419317905602485836117256403997110195180242026820458","-13854417502153749671665391662747703864583250587665683487929775586809988290937","8022780047582104180789560780472380273302455744760460817204408701872827617400"],["0","-17908562349686679727292513791574134163357752691249473714770439105959165541023","-19480891101504738913571132439959505407103033048085472320881041375904943876712","-21048722330742692069988657769227294555802145760250721775785331913050051657803","15455174512347408386749587639448187305495992475167525843402073523453796646842","-12538025337967153494543370567821360233044603981568668063895049341043482760814","-10951195209211927364782692984814569603264615760731426679348319590477534068338","-3734423995683037224833813438424885502586572922861806413782083835647395467190","11397041543977886729217348525042693299670936667404624329415719808385836627674","3359260989769853246570795438695647095203550734978027132153443873218530913315","6461297351320360449865663226014905710033342010449155986448281805678539718065","-21554255613944760557596299218057258910607783578778732366106822219867392026349","-9336958049971065596870358759934215114578844914389875766520445683441507581927","-20146743721966065438384939023583843691983943471979297543378123719148246985394","6952301607797725849661258436278569538768711494655702650648863379770985642639","7654306413531206694684612521462751932229123939858253043463389353041181319448","15919150722926726974723115201920963250856792225055189382257985207006047323974","-3479012990127750004026206165954862341382807550736733994206377346568959229939","15737878048334516933280058618963332714014459218841042671513677670990514131682","21466121296176059276445358817569869531157316665908395245676213993080476282189","21388315143353374283073217531204715422571166341376633216737422477889934380090","-5392934269386030056895538958447015887253414490462098006984440274932589786278","8600011852010693870864633041474500251722819212119537801999784573419542375162","-10270022434389071439179811643251652901558079903681727569086939412927615089988","12226798772160360200859377879780631658128121141497721434608587080357125259416","-18438307221129443111650404744816904524191703035327210396164660874060965911487","-15453817588238814697350427278139788058104784978063505275213254957893178691485","-10899925824023736846325298583487180160906850347611961113253597468864383762336","-19084081443193612268607921387524239467530428036472980113658269564923112899750","-12552245053737078864173416712693441875742784240101732939607519280254468075458","19912134766084119538987275495583628206666271015362940148040573018986590370581","-20056589999665019347075384287731995958988863938883316727925837787113266323576","11766205118290920494744121494361136794837485118376626639528885728745478435656","3931920573392367408892863722961507974303858477279457006966022775134906607578","7354280779501231513392216017999716265632320199084338994136509576612858055993","1755207025072127313524928893086766279830348666473889207972976533327560567530","3787630933667090239273683072023102006715177135538618600900545395081562371511","-9241145614089742747929919614299443928661252927081835517218203527571643320580","-12451495253885924337322763050540050049869389992447534587182199231328999484733","-14106669351003919462818843735764506468588946760654411398774729040366619878263","18721113854865430626683911805356295059118581517300863560273405844828466681936","-9203711539139857927143621767132516812213606334481241263651128694383392854589","2576855280177757958967883592742749387392337834688203461903970493774567733895","-9910975558408175094929725831808974992737281261794243492795282986274245705609","-18469651949185061151613111537691511968281989674088074293781640964941313142555","-8439367705943201989138087346975506418707528510924764996684038453595255465381","9444970387662720999020548546056415529824580965793959483031144648818739844679","8290193431687657214545421457985468132719297916057353885305922611830132651635","14293318339278311736495572329277361616118420462527248056796485870184134820742","9520307184916073175882262982156490428204201905617376145621081858965679379343","9634967684576160057341341662267597050646920620166232022506258263838026238372","-15112871896180380614746355116990426388168640953412684216478679285807435858594","-12936265486992306429179079216816575402333159849471052102580521848163400932785","-19638009696233480425970036595484233412079123667779520589315960491754577699289","-2653943919749278554704893704626181783022082606618740233425184230784613527173","-10033237816773536722144759983151792830852536089008360582259387214341170333895","-18497484481005124344165365283543003918750787648188324561473714348250645877844","-4490124608929472280108412734632986739029068880458503566088854858763035681320","16703388999171035053982257631913745931286907402027190411396943894086527502116","16118718839638265208916158767028271231983694973424897111569952611572529495069","406092210936348692438441435133728483923086703113941753586925199050071396322","8884215445791323086981617191689782511728860515548167311343658331333622841961","13249054023212596893517162309126950302211481227159368040359822821174781846235","-5817312734877211777976448701249205641301611040646721620809618517587433411590","-20951265618640851759175526155404038138850887811265096032925236358212921322906","-3259076151678469694331735661514765679279545545936182468306637849203291528425","2609394551502472787206285603425992758711572521553401832779671572652450025654","-871469937600415291079962856662012211490885423315774233147946331708248410684","-6521802841693833740685203787317785765203643764524417149047934721865277967748","-321868574571621795354568320586695442878188969108351568885610268649082422005","9014033181648049809365465452994105741279261195534177915769379264750039247213","-14893042860886054162520883256394345703789749662690808999114779609811385795247","7618916338109451549399679118948727214253221292230206359776237200581194488608","-6252284122232726368252208749742561636576811569954049673813325929332919680723","8126930151565360435851344398243431730454425059157787169904419032820146149739","-8932869925545382086466418235887816028918256156530661115212356712611455118091","16311528143966039234194232908080472563155227100725171611361323678071788229797","-12357304815953265422683927744578430428594724413960871674011847062185442238","12292413243926296638796657102571575343321024477100199465635891753534527014877","-20222929030227021913517766603640302063294790034907788390602668297260946141821","21086137849425974659317829777579141270287530892441688721322027125450711947013","-10987361004442056032776604378511531865984858585901815972270430526127222072325","18530041849495937658368940747796093253012325859617713496510620335437059773730","-13434362361605332601744528625005805502163691297894444135156198125646668155438","13856612713810836397375932872824567033354686365727025021582240670489414252304","-2214648233757975236495670109951619172278319307972136721670633820663764656099","19243348059395729307112147338917775665772297698021301148569432309980699404001","-1967461760431656953534382378924969864962577917290113717852185660347450533482","2848495122268696854842499278851069242879663451737762640939906450909904734833","-20645531817424941142164679550977964494463461096132093985172049049545218295522","6972022468254213907466712792040780385234213092749405462541264362485051319599","-8272365402732924361836365851692619083813667072373169094502388479661839666272","9394563837901946243327825333034746334403131442889024283802151022549537569555","-19430287604363408048825118946685259850527511922351407409091463039560613940163","14454783040110645600258386172795450849626699046172016820899024334402030292407","-21698620889913194633946369469045776758748785356890878805457242942952320967391","3269559639799771340334485323756050730194142261448171192964294132837708293052","-9218838184048894890471240760495254878731598511981692230389387238732420972067","14042098498889142943660962750841883963536831515495570298991490353406731615104","-6431807190937085701019863445984928614604253106836864966671340019381611104144","7788906783620498974967282064725975874361856629031185602644601517452102805617"],["0","-16738068078465328111129604393432033891242866894435808048634794992364132584338","-5983146032293922382534656579120645939631892395782073157649103625207889103417","-16089138083099906377630470044004099691829531653783203394228728378948884559353","4816969492273825406355872510260206562692082160927092137198702778557054724820","18959005154257261878066491802908801920005108204518113722717321430696562198568","21306679831816625198509765089573603135781665105862758179891094251352699163278","-10285185944958799115095363486346319110767936988153087737655882957655151772524","19262819864173510524028063640835068365432834782225814025622318563867422159187","-15782280410822562810319423020405397687275879961554665813474522911460817812217","16304307626944384616703208908073516128399169203532254127447968758865534455223","1105151357808172352087460274572105874284562800864765599588698864324086953573","8613182777558263186037983377120311620678437054836369999918274657125375564148","-2368995299082487122936386457202836054959739075904716172303862421813713994118","19680050471481200282393239381438550935603562297287752779596325623654185010280","-17994077140325158811689818984791077531598740216671413210817209083608143351548","8888511520513765675216802978921716894548720768748126889404427163989225717144","-15394449647440118251324029408903488741028887577348980342280588833234869655396","-1993696021535710335384681740920261388623385892867487619280740894205432073526","-4133079022911115293005709907138942980171643008846073688156711894222005293639","-20604731239373967723338780309354281087667518415957783110706904951972757073872","-9197972745292833223444422172798199127306736820848868554061348848606533182458","-7413024649904941763831869377336084036635806215704822431599376578134258753974","-19952821738470007090524844378315789023804610107575971974496183574552898950091","-5519348787533125915244889620611380128248589406779576415589003291674125758919","-13853136788891524511897945768317596243547034891464493217657071943228843371218","-9749733395308682629837051246611154935857608802084379170550067454592138994862","-18904421666844824614729785211954203362733695032766902839054955276843205108306","-18650201972943920469822448000404173464331113111546725726087636188168368751661","-784739878329565978259842070862505288106056978096661575111647126817112602635","2574546382730897130788555098600755076337175819550435849344953128869472907452","8708515546392721799704796904167263112754411736753021695215141105238712645984","11352969199615467421367699543013431510182105153613787259427180109116313981835","21670039533943542175704920399705522523507299491962182017897933340257289154580","8782141170674346632601796381898557538554669385304481111654883777012345221085","11282181553754829278112216956600608513549712693747276248166727993400186568970","18390996809331864642939306563196875982889221420864198922355590037470259174416","7661615850128764756147163137663427870894603178487616779087886176508409894998","12466045497249002156443489176281620318363008122675646142490621066910646489404","-450472324190647485122355716552930654922929635044150828109024490291427839732","11020641582847961937969767849922812669984611090432182023745904789205102137814","8731061224673281997503065402518634687251681206614160754887715938068770180581","17554021034597151450396773916550848368390069717490565508526919887456058319180","-5901988246237590771742381156228953336453734720255149717558241575774593923847","-2382484938553218724228310549264060336442692876498491504984386308276336921230","-1850835057614830349132206765412144887854363014429467860792242027928912770774","10247825762373426076752891555510363877391960275208504118312660515971308996841","-8077233299718111225323328092879390265314959124381709727709459354200516702321","17798714557715598230335698689013736849119228980004789407357082235591627313346","11828803969447267643602282311422856144931894125968652104143661506748862564685","15966633223214854657472988379307374152490554551131249243545227647480009568617","11529062331732659001190861830055485364835534158374272872273496950916974834702","6236648969376593627902758309269742292321217844889061454834918181151311541437","7872697386517075763493489923355027399569340552277099308790002476339078336316","8107741855884222766521244447611270271328668452903774478033736623114637225995","415785374577191593599600894014876272131039396832515378603592960901514624542","19150753548013016323486619898020026677953139751322725404014801711932333473098","-14490766291076343970292862880223043755244182605091528230923907353633551705110","14778064594484010652589106722158244782401818658473875690521015750691910049502","13422307546443763980825977558399054611995574119570044755319360403513420585042","18256011959882618614329118713764135431824855620319131939734579911802326005359","-6226059565704586163706727769645759037716306477381722171873872671865610256663","-10997233832636613624431112462209380563719996628573311995573169309857631828360","-20977534922692560326384646493632245219044192938232765123142323600220111271113","-10755518669738795792457996926623293575823347214197189874813542977956533178464","-6525374639151946226153099660247127809258744096902486867073278629153775713889","-5693505468933268730536953325790774491386795753316654684235086096534779115764","-17473230985740670610714971629997823233305342621226389441274075969679150244609","20051187005658775191136914790141844123562960279462393572414342978441335197209","11714680482252898389440640406102636551947648666277137109782376943050383125345","11487085540688040302607949997962046615006471878045975130102485859485813556942","-13446721447563913098120283407536529999536536761917392599424853645681300100609","7174540367498428499205625981364437871742417813217145255023289254666141225052","-6418237132174423681115254709313842625022117481851993011971999870809700079263","21092338526382181263835468661608683770737764279454441979076177948094039210221","-10527990448335318452920289256993998806362911422557433885501531773210078968924","7358393154724773605775549423725716015303225503726202383517385878742947852030","-8830882980405308816117138572447897582969508606631087631093693784200727199851","20516432901517797152183072361374479303955155773826445461530967597681648522431","-9461975682887175131268364498100576838240971548814661820266048515816669992410","10516637204754216063515602313835460722512030887337363988228385435550699635644","-17329798794462754395543281267175273573629463212702586239801172319591213842385","429261192820859423177760538197732421433747969473419549177896988743720847515","-1658008587820989582922306013051496598127291181854484889676547207907016916166","3987637049803573540537305967578957986791079538515301244337394223751839963964","-6677847611195515767309360789191899980665833105121450047096993694283688011632","19370281937544989522685630461333238566886231350612532162764010556907239225191","-20511097853911080707688129350823351811493660904977239086981770865972030557299","16385533979275597131220158581094925252518069998162318301187674199449533153004","-21459537963044329101129341313727843657379381556921583909733134182867110415577","20301610985409963058732858860797958913164611165686948700804971528948987426235","-20875355859439904954736333894793244825371528172459931737491963549021923184897","9321007645399487641388813612728767655441632322044431471722028871986177095776","-15981640358487392914653749500619393052038481293463374395316058867745837156048","12905275336806807546868249920798426249852401298844692242400160632180744928577","-18477422447273027223904955105300051014857075119208170671907259249348053669351","3741642718622064934163311851612790171596084176844737202136197914253387826348","-17759697439606567736625085111339502370485145494172106126019845390028784258882","5202391981423095202913277665748134540674431495209613450118693998860514349402","-8468231134010063716314549975381342417667491635022464461867422295585447660566","12333461440779864800993751432630071918392213972729412982406896422160849333388"],["0","-21888242871839275222246405745257275088548364400416003056065255959064766748045","16222784484957877651223041188321612373274386154486319818936918936981233297677","13264647713947248917218638880982928002851113650607543965243559979734738499830","19884480708919568483646604418495196627302885673290594266525228679235044690546","243511325088829933941871439823515674136930595463472095847425548752062561261","19657948931745242880304973419043155305605424599939535102442851035654671336906","-10128887076693477206865930151565088163115519441725694952140165897579845688051","9272591054764643493855135218988740768122763810990949779453436652367428119248","552523161293753709631456043773352001844615149428277586016125527877830950670","3283493412984567042601373044855247427751515795618204760442439468809990652090","-14328095941114555932261126922745449182237016697444801292912452769531103583015","-15109302593852713456483719702002160269739322791659260275840728501096098422994","-13227958616397211910809699376159499508054354204219170961267496505628804753431","-6109224200573906140387505931731168335524266149356879156545985357625736144097","-12894590829178951105502246968291836882227316268476892804135866910058257875939","21367678631867497624074322248624176427658554116685702594340617010405236850045","-19561469787986679306321339623382270912011542516199959218033171523372849578143","2996397314906908323597302558673147017039224747624219061661982915865344154140","2635634698985409747410259629654579830287017223652059915095751708051886588713","17102584756006441324960471720447063095126248589694738891277112518357206702466","-3516391288394887992277337128940298346633683878603065092722290284555842986539","8266278612194263336235612329042171730856781535024208870987221185395736740003","11818659719902665747676968112509527989245361774953275851578284956805680220954","21702100503062046767635597083957916916686277110305129533242429496181023299606","-7695828959644929844259966408818763401108354261157565647114174178766382071753","-17591484118556351444829047621198961074242257830941037367051057597139981654761","-12157920100098320622740954405711795117684106759964930054265202243663243939440","-8548212091155204062338537803924293511837767354296521698982773884315482820538","-2527475414655309936127753842798097688579212124715747594349201598491490977428","-18517494362579351170661130941471041532444034167109625455479583668912080104448","-19791454695347172176956910618963125825067772945561292601862488628629665150209","18112679524092079615674947503172098915115799708514219226904163090107508673528","117319880718829265502463995096096298496245548468641255516317750003843311435","8401110992508125003561011757379027535541051267416796458038311828222728988382","-7446355260682492238069368862218858923374004269949371617058637912911299930328","-1721526642593284438386470666927513897601846599628602016872869816972482579301","-18042577050010848357768180173489360419070010194817483679340980115010098401980","-174700594077881979210973331513901148395412676075552172436388046388333950862","-10229537099115953727449950793397874014385758247510118981077766188887555363874","8155638271554065104653266942942415181108321891234068985316891212506978738414","17888618456088303775777829295160843137289369070440165901981195174419760349884","10850837322221628336343356723266829933683408572107448319702611512156846659278","-2834602641629088045767668990334776405595503099033696866686726595974241663748","-12812658098981514848210540157731312659241877924188620884277983861455351659877","-1892622252876826050282287477482547363807717969083488567160837994144499562535","19293415183220386832121606147192623798535293475144283462052188778455241841350","-449636466478478023297931394835615593304800409366778451039483949870094232851","6435809473586003053554678845650992777952555246736047658488597926565091986663","-4498052048175591124744429126746466984105370616477056935892586865964997348874","-1776732423666362094602337992207948839548984074917137495312375187155588922475","-19005519987640785284380547693007118034732037463190967494329556211472997950734","-4502953757583433209606643701256614238523481906392403758158879888723300436203","-5708990920722765706436532844406854734318122639732926185176225763464600731683","-9909607956651000472799855142689871447339933348038720647150859774423890583423","-11346597275527386660053213922874127629084755069740332454897254526836187621912","-6258076857603717473931936746680158452285983229828592201889558359573351075366","-16271566512201750047404516090655309318146415525100489335678629028600097318722","8384145718855225672151571349361375531581566378387428165254875227210813616508","-15368200437160441403745676545983309599607381693242286465440456780028041601630","6097929823852215890876919892561987941984677639466153720735689040941662050123","10097162842705593269725965023336883130518874805150652981634979174310922066665","20169654253128254001427074882611469304833265536974086078738394630877209022217","-1720232373651783172180233774491019811331275896842313288625941066551214345855","6926684761709915711404190142027579897000972459163791287177269086124849708424","-3097744467808972325208020099141093978229299836211155512775736989296675528913","-12541994915641153882641779316523407879703363627057143487472562826773537157410","-12272662613187462929932229617990533508433073392693405026913751285534616009019","-2465336132455983101629147363449670035312120728188500989064840507207373675689","-20842606340913019009580572881029676092734168547736431011225254802844781612907","11494997159566052913127946507071743780553306826796011627012088250479173846180","-12461349877177284444121697173492048355632397087227929272728096307606713536349","17778402887801832776167910107432121164884563056282708670354039917800205164262","-14096662603441655378911665032179347605470457628983432410903767730021261908955","2978636207416601546680752047684997611403839330182855473216093835774721292512","-6938109285779483359567659492804484219807418504342656327080337389935267599910","263949206643825774388686844978481440528671070396276024962461209731250563706","-4449851658515057137250914533922111424987209155346704294018533767767890967275","5858824623120897331976377656053890934568007185374852740896122089047040390462","-10751482589978532389323574458699923860164328181047165759695288550602294431987","15618435171221721514472873407222960293202431961051243548896016935581808054889","-12840803287879894686020509368481067843920841912943719653526165197948628539289","8723208151234624375291107295211864852634821207968935861128097579686720363716","-10752516200039037061849261777450164505169857357372895094425379709180158806129","7683063623752526801429260731711981710794786154138303874781633274285284539518","-12097896578553570436298633822457003370700305964201827899539944464697035330872","2817107917376246788036309380238517271436669911549878464864032987353490187147","-12155100607422019778271498815508784969062934936139131724053330155461440377579","18562270050642962155824474477588742275762519920649213472985442764287515887665","-11647438346028365785596396945531364139639218797376266847759515404560136068516","3686709347101261979574924341693668577577447099526457687010707036882351109233","-7446130281581640598844689288871105923047448148794140951537647930096498291131","9158228202769926736879627882287165695541160648640070483105150203559727947284","-19615429783430467364912080826416244896080379012462867227759787079670885767079","10906340195214490283322931956706757335332013055204248717433528274207187451268","-11923766357332892231337766425741060461431397951126648596680346704977349780752","2869987243309327857496738366893397266627884722335316744429280838183383177109","-9584196985675574972030094219266904008244314050866575191356156398238905857494","10144889492429263493920482224481182977622523656196488542078183098098318590788","-16044017155787334991436485046057657093928822168413802376210861456172509409854","10513047428224279575306237591151660233363587297780702792024224634642217221706"],["0","-12768141675239577212977070018066743801653212566909408289506789801418928393837","-15202681949084491768400265268255748402469300989760319859138227315685564818548","-13621330070397383368821017417057267994675379039269691661216713972166135333440","14562657290799549787983922359847562811046127291011706412377550186522997529884","7814426702983313355784326615268054239330955732044293942372385218377597168069","6745259038129124373963859898645772639866088779943538063997639191056125855652","16200640831253046334163849681267509754285459203497052137391026591649588212371","6211809409148072625588064950148901710096100750127097843856095971373071432316","1728178237430659204725503957389383000075494032886120323910330379794364678245","13970752785735049428451277311531686707606647759991964908032391924858154703398","-13596565373922777823364187645707600645976190684418437446212937049931406447711","-17589887178389951400308037898409948192111322320067745507688768431351861644320","-9152597505801382532863110225863576512206823580515762434227375603127775972266","-7015058382963696139939464934544208524181669849691576917666564410346780692738","-20831896145371141481898343353608562011481104890563699193804490430003454552001","955096602001347810419740719186510382258758018523469214753150567243306331049","7907245737125858546573570903145519885842242714450761420648646541397966331474","15242020983448941220208428232477539335901022340621851030406036314642265826132","6198744648061530717211848543665079349572437824152822080157886575842471224751","2996618198767198171765052614232842477360517116710812527357174620284257253285","-4353997272055910395963267728973047543336823942537628822924382442358780460933","17213746378646324257477208867911036864272535337166799433258981716474834825204","11948390003332319025964023057864823538443575771511781221492756886908288454000","15928018415517100046994925967963630292916430935270238690422032892672516591298","-14296158788221417456606830288692318519411576769714218977857317371914107277691","-9997648770666382182825329944428455018582978635711233929138630750344316204224","-15065475670721481924836556705814009311391842295250632447648245743731733456048","-16794612604757279631855752964283609945805379991172971397125688606277664292262","-140331957883088136232938675979708922919972541106381628481620345996826061923","2109745830320722527959740744003423346179584047100702959144162429068904908728","-7793535506627150529159980061589568557535515987531571299956243201529966027806","6195412002155349579183212725752918828650945694045637642436014175101745582011","15145849922231812302198745765225362560230224013599118340279187320646964158961","14508934771389450282723864094402963151517523474750762827557319856922636711740","-17551740851102632937349898506553239738376848473739750221908257067783376366879","-727077300747570020751558593718396901001887438979484913182193519345294312901","-20233373544561615047800380577731418545504435493553489621599504616805303051290","-20988057280761613343509306657263159981661980176271300303042943505545668782113","-807467615997489057255820087288998415537016351892600288568874085070422277340","18318243199759561593410727055384280851074960266283405220114823491235559378753","3598333619300250584694393265990242352444463130636263079124605402162392364044","1101784505055619138364849252662666188191281165747572741441038455428450024707","-14817539525930233397426130876281217211107446170868966271076530949447072551655","-3446691709746036654814512478550025034163962330157916812453225270471400819981","-10049069229032140730366601115478381742015619522225464939445783453403963377597","-7540119213063762867489685823923653200642663973523177525823588986073500856990","-12892667437457571860462659937529070751742879983185759532132249634619527156775","8926564315714649047694984056282797436388414873595312911864136868131977617450","6085270135662769727357181021805888765147606326013825655341864291853905975438","6051683328633465869316669269081877270235697536246616437831423348782329235952","5895221327318996812984649965486117875579324103484693896292126702304766399770","8010158826617766188593276021272739616973192810866361468489623438480905143691","-10417550776825551398618914069870038299276838967465518299393220835537394720909","775008592068684408346396180727838944500584885788162025416899216715114003811","-9556194766196815815592235580120941676654937116966988921595956831276346551628","-12987129411931879092243209226987869281335443052819331020303680908757549856343","-3254951925143851415974868448085926047860149301391904707534229387398232315241","16431422351664362317609926292189421558884451957697988990813277206335602513935","6202491750947191412596706374166289553441691570883608113168816571427772166591","1988899278929312228219861898086438446467470864068657859287995241174735506105","-4190007881580818473882298707903621568334014623241865023420363225065369262040","19873689204205108577566858246278872219375160139378203002200969437772826949160","-111822940207400753232486262329218749325713436017333265992943122451560006441","7393501463676069835432062197404088348450830892048494137389114333579897454495","-8990047994484986147351458003209007970078278529189237228922048500181955067844","-13872804752206585541182734815011170856653305455342302755155450011880255330251","-20595844589909929847552831572289679607986314026841500321410228243741366800486","-21315362231620255810620356581061997023008189869340234041568402437190921940482","-17903422659959183774401990743903635197601343740318498294431562171522259690940","6770875431220841104214814262818939938642707085097677108053388805982682313529","-14634918762866677921308569887088928185058205601442431766543063122431337339000","15843453756865372760739585517073458309573002532885451084205609547672758884459","-2347256795927053751681422596807288423394661643611593181353079877959477005967","7898797992109470258117508934634759146862486003335231174428667277088330443774","-1132183657286626741648676005232881981199073313561335452352854712749332030606","20977924097271338710908058215529073234252400677558262097008916556259707713588","-15828591074100299450424233749296865995488851884425464226234473542751892342847","10417231156485765610925048025114372447846988701282130376530790741506481343703","-3022981827222660684048663485221825649779795019117220282748589442307014136684","20296710934063247569993550938434109461486984760912674007227375677329590233475","-5836882789162558001154715040976276582757342950558696865893817066237353590610","7069813985227244740527888226238295362653215280154653707700489353495440318451","-5132291791378288455630794358254544950967483829922923922212497770388711910537","20133005764796615516749977848411530093914135378452053236562914662890232080260","-2240352726383971317973001243401422233885161173456144692250893908881382605687","20411918038362312213651750131309164891527175773416354470433741538857325343885","-11732786109400429141984049823139992911836566318689670643536501103317900893285","17316346326853883317717537530917360008762065484146165909150410349548338634775","-3425031883387600699000497035038575757436481937592851454776115408693863455644","3506043863565906065182673960789596582207610504364989533524613948157869180843","-2286043844193658832106139848092559276667309302972390250504479919960361837969","20693313147119260517999191810409352657220523945896402854347853948575061435712","-16838380640667888496587182095248010296899157400093796554877673807248402208767","8841125572928909686126073459359238620776138230804026993151782913688836961304","-16715956543255770032733697249939640227341917601571410085202685534033027831693","16919471301700899333257255653882863569394778575597535721475709247212124624933","-10580938768744665004323899371266789230182791310876107670909750117402931385355","11918716382346787260316585812979933922071484482103764913503232286010957514222","-9469742766868283473983858313315083524911316506171156278505865015859913323059","6554392160629760748317877718776323293066614735047993359826388182901106594584"],["0","-20705094608496611696719573002270395354032236594988048162159179799784037692135","18625491220221551902344491753318171826691902735398098302530097454879256425282","-226378749807888031373877938524353420383684784700197611070012387318373297017","-5997361998383517449254303603131946960396462616756559538564563306633002340711","-4798460514098851769187573344548699920860146399285200808874054873723730428833","-20789542360367413825976298022448252751335188649499145430974785686941774958642","-17279267732741572653983379095685129525237923365015360182200359934215768752970","7551258093798038271791977555633865660986587181801589211559369981725368469554","14901531572547626239663429971261119961743312321121794763163068495622424826237","19196636290411830780694663118820335489495871524078508152350344003300504644466","-727455156172765220704350829878805066853651410309994741348848586440834287668","-17274584447177755102312643302872946585233671411359327567497531925821690294823","-11978772912664606015628057299908494060142570958857035962706417606827790585019","-13136010072231078458378204425081288492524192723718616413529808636159986451184","-17473980294829719523277889017307562642425786766872378498260769370443755388243","18307064486160492085106895244986611987634690679990791862345073799934304107169","-13583715848273014361303327628753073439364097684565822305370431466760511178846","11763577951079252640108733536750345239389809454767486410387945611417781116094","19585258133412347546569756843890008915616052805502091786392559409262563926147","8023053263901720275835430889476332401928302168273431887120908342424232008565","-17817020548050666248345342590146037990477851409321598969033254745088309218402","4352034584595730016041043811545300752108993738776692292400288917611026911853","-11655970144030648387926217699584290999800032078198523725266670690835276385704","-18105075153589691372096079890524744874776906095368253582597037359253214242063","-5822850670156765633069552621375167929006200119089842453803459418529308773960","-20149842222684607577732632420402285033607187326756760309525077229614817943365","-15868128970705231387292339163714298803276193120938194534650639562598998527916","-15925172992947161655393186282321351460902444764812715897029392780861875555913","-2850026437170249096282289879399483467887126863310966693789019880457518084434","21643553954593960967619409794205538543475895205233321028214531150241688301515","10746155331050515740925399660014646044494662334843941258496706636017833956696","3569208143957171814234270269664343763823821239205380831007320383774310946536","-19188328187565526648532028124841691768964499188392195799102802247137615088822","-2068747144506315918201044428212244864839512899889920836461131952066012024132","-17564036428398523828802385925709543608764462619910413626477654217778877213637","-4196611630630712614451470756771257099866714956285341810872289605522976654003","-6178188320388811366035402863597745969691540850382032646407651102460615515386","-11053806040912023662773313651875056658672087782688295012781684150245051239193","-15589699866053150518182086472185899614738747565294370143775913008587311246617","-4491624617612279406552555727985072473929402793905558934181504623716516663161","-524404925772854036907318036271139196883947537760049362798390473519243808889","11730097065068272556573585500045779062863151111709759140297131638885837377475","-8445538228618237061390638402932124759798292685065773898716845433564119642576","-13427076576420388155943187600241642670049321704949281565554151959291218632817","-16499963613173584804290894366521669616156549806180819224562915248318225854926","-15102513283424683452448646809648868266512706175568351190425485915943181971823","-6035150160711034218176521417728390060677571866357467006197677120955880314610","-14909702043388593231415509480017696219083537110825298721196017636234787635515","-4982817815926500795795484923999223674239191945208057758582609385109404496599","9390964009938897564083421203601570202327109076614656069907992299871966967564","5084764983397995941945739296371305049366468024910374047185990997924219687629","4807216993077515007914962470374062309974047642785780731894139995765120252055","18692455910298674797584297976114983317107117621721061059866344964670455050268","3670294458077532593181371442861494726734763364031359699079471243787649045714","-4262940053080630688452341040265495082600625275589039328289038011579983869247","21167213276198506704952332445142753132305576893944286815121445972720703300645","20296272806666051738533731739720263260351389706419975002421149832523474198730","5982691747959532382016335910063986932791982572518061314479304370711292437881","-11187608378776063569391559078129039093605060161346732750022995483738678292748","-8603907698006217493335778944908453122533261767409733502586266312045587633892","-14416503186885421071803682761612375149482659582395543343414278796531790667258","9568069585596201903847117376482525867148857135406158855360655712408894513677","13671025205564967422031962481520135734597994114999341946633211306779971519154","15821057489760774659162023530812345140182221786556695222944285857940585241411","-20038813861070025919836021931826794456909257894586954916840994428714593083137","-19791849328951544939273501436001403896897021100917941245706233538852417530283","-4509712971256441341624945719115142931045615505786378424045907023682898222807","-12937037125257772820029016653805642645482695505999938134715480970866777880220","-601868624070754133299841872321163407475370106377373077422812712667158124746","4955123555323766669490415605168936945158632781202526079003649266928678173906","-11404997665995096368904645288979217232030138195526137898002580433327203066064","21252153232047653843312293495207329517300517599253314115469854414191855087771","-15279767510936734673354817667783954300460596431246495215597627988718132716046","19935481589326880859340893091991197859269634101129739654550438483329467460129","-8858093688644398985512193617064245305891501484224348448719438179991991058333","1655412381830650112470776354787571001815508871359311751464623882267060849937","-13090007191554509040225799295368746627497544662775879222665985161312544450176","3070624468745621993938317321086168828628175931690718024217584700546204425173","-1537212025601158963541154931283549605137082885161816663416669516075331543009","19011758063810406026253453187917933231734039566888982014336528351814215398180","-4942267363437032760020944739966432748790610094712734703317252838858556030395","3347928384670200610816873654749890491697675836516324102628686472554612725036","-10367475059650695184267365673750270864977764951411295238660066110741991401819","20644785736885271188184194776715545576791639481637392646793235447537679103980","-18297390701454114926184509433656342981225041970437372035495775861918310605590","21295393157269120872892713061107233117721370424181849595057371004957655745872","-19191023529066816209206471699829704457144654159239303608522406185908418962507","4564718866035045127492408607104687542829073226547929355850535837072355080104","-14647472616229697011797417809165813892208154996328596123214635937987780956359","16071183796514525916575433615943510673389827800773671260310771545995345815278","-14564686011581777094955038746402629240807753058537832381824520965935742296471","1590474150224390311854407268605608898177860898947537143186197208670207922498","-9375073524121237675276381170750254522362151601309787626751452256067704793548","21764865630023179783954345751493118718123686431814207183471866017152445176481","-10565238210472840284514979917756498390627875388943682283232637235752308497694","17096280164704477273079647663561889228931260045248621905299523779959057012583","-16481864464213350936931398462314059142140350935977977337906877914230538559852","1033065789694646357591630460914581896695437741766957569367348204376844747126","-15662325992300248063135174136041188466517076774666993925241908897859180181735","20607676129703139840782749628167788216901306339983629176508491415389806397566"],["0","-5760063913641914532170106775067703970670622210635947723314965172438970291415","-17888426174705283590346049319924283264477574587353311778982771410236801354804","-10827990448360349341816102625442241314708790884743619915991747704346722580684","-11683194094113714408363080676524157509585303567849804334938783895252824327208","-1160053533671510142022235378430548772192394628759675636569135504365765592021","-4408447584944085489387960716554992714952946308657089201531369383889476472652","-17633774351544687337751689666673581982791362437962664681577903060938191626256","4478855041278185841182923827464878444107530697418883049889478199852060532592","20790248633993468029357418875552276330368933149057533709129479141016445517676","7967506743742319437002018689006999499794284857828392242416737035768490533280","-1871173312880702979747124155196691514017849182870710950072327836436806881161","-1162264572328157014097558629064856787244248349802677116189921883785582534279","-11611875712922181168852319683490815765099664119072227757658122183297020552268","2081036261407012209021625361822760608956543075313852830091924186631918265691","-4127467435844635707527320966053980722477273841846321492026012472371395065536","5167674809350514324513741460526219979784026776187806610657617353286056698025","-2466686628210250605597251192359653442765807950164615689728874195241477233386","12487996186994692617239693296301425191966653624366398742782449621537934826840","-15267254144784496082350465074539260705913955314836217468419404045004309340096","-4646753286453599967828375497917924984880705380918980900346519174841577727709","-11558655854517580759013842045579410328370489545607991508241502694848124844040","9431027125364636234251479045456615816070782524011438774038418715770162377470","17086291471368290999575428947378045243258320641604315914323022364726765585868","3323011802887583479203846962656566248882562997956037088006046082163769801375","-6051620975298210862044967090188311376937336408651142121164731559180867146075","-8888653695656944224461808818238915590745139498259534690716457787445734597625","-10406664545426627860790674804908515767351554814245660561643787176353526898875","18299120254949792529887348872892107977122427027036831580940667304535417161205","-18000998909647048426577545052272260651694766824232978437574202652249270637886","8649247977246988036046881954808402475785928235529379994996998018975630478070","16611631978798064542902820880065799383055333079264869028013015148332550653825","11424098657785126754862301346151074244450749613273068899171464387472479205010","2418886433919672079868464986652460853452013413518167786975239650881869190343","8811120959635957865006674256811985489895598174141131343459931627630850697426","-2715811379610692618866620508223198914930731658948159675900806336320784860461","-17346104201910837228404143201740690472534975141296594956322338931168034873922","-10932660829103281431651468494255793887317253170866320610230933103980951555877","16149679148398588438914908246840777891907816203149740207135930029654940349581","-8693831848594183530334483027663829955062795396687155290332010300128518645531","6675208881597479151499478203275572558626436708944150561667554611524919537164","15741762087574446110710242906331437913045931093803241251642668557692354065679","8225020846259110707060909238000796178763478515529714787149956751115365630818","-508497049243816499300343131105048276331533604080309380546089994183319666623","-21346609068644162306451933742113685217845893961390391129914288671622870048399","-4661618323201977049664557174494634212155838249421497436791016084644400599485","5817149129204441428181556703160731346847850152282599697612939545772785036913","6280693209600260256923861987612145207453190290252120192477923575208323908510","8039074852268523059464380932041708249778343645391675463853747885879370566617","-11403555828745883151673994507294987897990843707270661068940714864747519052242","6832722239347673388683331277439496352679438174241450790876628538740458730837","-13848601675142180416697762421587709381799299315920480302488221286343450161242","-3324986241876423461096465636927411984907330259587006371724527452766223274010","-20730152470465704527361829714377062093225457491928486333234249142226192801872","-13324811874278588640550136355305685466335889724856280104125249669187483159727","-20305513567436634938371828565128587101869150413679688001938716655380245846031","-14547733346064462355969416475418356566930236719188193974072701642424662547505","-11835321800875820689553707645386982526308612838030510277030281990857679224030","6695934434541340441276325196351344235625447526283095472551214538707604595044","-20898804019632445045381686150283577264698159233043382083240227064051223532905","3725770605676124914527141389407077026567360782383063322165990657306194483066","-21054592630812822875901518891364929746251733547549335923621138936395382322343","3668194446415079008249596230239111206694806455005207547530127490606196069227","1197557180966168123331858400744611403080298703449991251373168339661337081555","13605209064777382233723036290816636608610360067153424454878171199767239753767","-21748772777895140935585854651430400940529637036929666968758205195836331613165","-7756248519074588916901196753580009090273216769510148991916088250902462150544","-14645225212673725518351649516150097742735536175611932902112204816485784348154","-11939535681923149119425347272894202787813041555911942207769702276506071900728","-20673596029442658257587005340845962715435233314824764760232885934940131432752","6892036253033990371137796983106127903945340368958553445739733353650152275520","-5414329908700764013124581540046325717273626993668428855311894410531315178376","7086612818711155802485180223367512224960395724665263883544927295702007603055","-4794508908432315434250560294940096367790840074870721680631508959342572863650","20518826051447645917770823596470449303756642230831818172927453300582257203284","-1540826364155399673596758210017105750732831977010878227393092186211950614491","13392680525132537192486679195273123142873723739530153980865197906519675375348","-20690106149786795083957231256755873705362836851822112712075716642615418743847","8676412874580150720672392639417254074299963539272587969446210830320625303691","-16194763701238786857426169362669597708182293478823733320565113551718159974664","2755624906541643947456797705084507078984195490410517662150351171181622688561","-7414807035032451143108544406965218088752033018228702761757713644404780328038","687610537482718309702307042528263660868130375484303503437175471731820567992","-19676382961941713782896950810199865846477902122226613378414773325741754957772","2825801772259722270959253100676778383444510604112592063453271934459067082880","-18691147277099102456595350187322287048672890111053669688188725130740425223298","2562041455999277162113762979680949349199247292744981525166713096758243598117","-6267862586675772614206947539406809000773765099179412822188290077831783008393","19504782343462498726458770068407459904900523653380173140577099619271062314931","-18130697426400472242949750267273927353794601527578407599315953199622309602443","18733168288868006702142471028756266723116074534097459141268239673304354850902","-19904758105726083921956586269757931106213984811099901007412108611158668170935","14053710261597765147330950745701483596265663310755969200868672347205808547675","-797621229539446366836197998338091458976979035563559877827344417775629832117","17685980738535460418193806024005702315633068083011551114193968865270586013235","-4312468812331324192210139359816484447575322250580915665834504930695237358841","12284492616956031708724770914014693636481578271613802785963954092567490667230","-10477565701189351403927669215804385150926666071267663145794284810169625597857","1824334194179756470819193880109356415043763896668687188165556539779116694711","-20295004183289656885762415175115225292992687237465387948617289119013721842245","14219179080610560755246969895448432888770534479367848598700373486916055541715"],["0","-5051132970424448128210709018136294251203468707788084491519328283299734413327","-1408083720461259653640888069062417736876384089999998764918069800131799594025","-6298506668601979128373859837038524460178725904085989475860878006174521128389","17825152994023928751489747869566016439290382802071170137193143296250226552460","14153713299174054907117609899718741853369435396311422157739425927540448894340","20067071734792957971826111768619942652433301938358150278851706007818594765816","-743615231104020108606188616804652454392936853202872741577084560184032239205","8657908072634677275638695508198954689369271704749975849690016321687536416556","6249859170839206407861057410770318209199695907459345952176237539781941943480","2495657747896754084634307100063138777923277488092438174399107651428864974209","14209715144742237559739717032159482827455959722537889857375900233319873640530","11672604359169256346689994492472171437292791310094135295318629671070817852854","3761458262391586602815938293740918322643280434662421658511370054260074197034","11927188168883467353971006061642104577902023973819079627127500848364382348617","-12240472853995969844254549763556795429724520683965589077075653331419343992593","18697283045198138664350075102641128562356243249716164756097960533127792082774","15692484079174836666996769212899326697986078774867631614334861928766629171241","20446214156414371134841067971253504482888397735071659606382833921589461544475","9787624923374394695279637346826294242748390271993454475062404336884636404866","11647245049300329625027202905759769711205237306161991944668460418657387648401","17552868688038890939181741293879406706431115207075907800420265340288768283937","12122727683920812892721113315564011142761662679191796859964407803866274592226","-673699590144956251191494977099724012836398787848136171733319345943139334286","-8152090858372662975491213033645090688004144235790623205350793497186043125990","-14113383922667600049934568362707019325710234727164600292758170116650111361239","-16226000204326472640624178226023484324847485509168881407911597891508361829185","-17886759802203296662094080291242809787556318765251495425443368560095393884958","-7670569581031463783484660820119136009694596340699273526791918788147613895206","-12465903726819272872656459649397150109176909776265917498614094877978781853782","19036213511263656137251494124995209653805011185065139516106011535026097101329","-14701816756908242839014382494227441455482577089042154578463107691211906672533","10536787183211264367431364600461307936838934488348422212917153167980169009400","21856157831131779969101230455049790397745756083325853239874577240302323188728","20224473820920374471226675034795626225247669333840589414340190479056639223478","-14659548738518980803986887991347634618509773818588035366652106000009150855874","-9925521349300895509094503231528885192611905648346217101420394982084891660887","-21054341741628093969023592843272759852810339191818077819118199472132914089766","-19136684104594108609221761641420545267173253176000628835534605775628127190775","-19709034498121079582527156141549241316344567146901876622005223403421596985036","19553394458933141871405983822131472746582931232145213578524336180551204396539","16064917458180751473555430223552697325274950946058363551013582720198790155454","21411788640198904110232694206622591224713381691703450419508183234820011099176","11212975096307490643548867109009465840625783249591266636162139294360812142759","16768588186680812705678453272026019014449447213305710841352989444073262399612","2506541626267065628220877042975617199603795992390666820354600882766227468621","3354718114225325358668996879746228450570237615399353114836779816756772032437","2294099609107548091984915464816580401911183372877275937330235848249012465510","16600679504844709271692756044541954867777738348866455230121889678635581906167","-1959977141663064377432064676248249760939163126258613753792667219233978483393","-19905955163297737807939754758429241782680088772743154506456854794622871079067","-884772502984356149928885506792914456377078781107422903337053680173344378799","-9136790966209954906586320206303290528156893785443351055491202182894807360309","-10092943328532609928041208449655403198180993290435623354531141471726080463898","5994428659051907551027095907288073981495271655584057951618566809219285626649","-13734822954409730409778490926487615879212261388717344566540127920226630144688","-20335555406175909178398623764033969282999434238925695979614515371781739689663","-1460859443182644850700164098018063867284245731260947097327020555584828468993","7715393185779329882174848252581980448983735186283951938921423586421051634930","-17510408460962936556842189275846559447128678806779007189723820292343049825105","-21606622371285591315992981485357343144560062060241790166810245421714342922351","-13018926760633826196265298002020735521452393901593057460041657182744326539320","11402156110918368934159530430433898113004081484829655862136491587705152144192","-189896075112690609950833169458046786264520442586546365845263758083551184813","3880025281281249412830734760758480874896694727981401434954497863777023043318","-8124426102623657272200948645485852693335690380056959235827348508955911128551","-20006172880259495289947709651996065655463291129940833360889817351621528418428","-10983529114392290312350852416684601311204767998543720048334285177116817438790","-8460428412760616490245795233214626037836094400168614931684234873870305131914","-12442710222401862185733262875285401955969876863912643697103856916424985100327","8712521207323659609305211130020230848199890066611450759577077218621718082099","-635608771521939549265062358966340424456242748533411873211057502201742417857","16473663568774805684228756449795252463731494042267483705166947699052673331633","-15880191644241226891121583470456755079710011943012007110311092193680042065156","3072773985899479920887446988425672475753319024566661397734391182457746879800","-12686157472730755671995656110881500585971985174723808370070635305600536170923","10627156689627145653536076067306961812240239380010678528002895384318798367352","-1238948201122759416501422550040104118664851938475882863582248732406368549974","13502458367931568043556371748681679103716534633178465950378010416837370329365","-17501931494937973395161569113374001333480903412369398406589338058931959791475","11042460328190081617885082094840467513500237854502325818804340823848929710028","-5747736651191099372944297669767317879321779883518590113308636237734604923663","21625512390558714906834995189891084969483418362025351469375878935824447620251","-9103550795800802798301377039539556986885516267058668776592845346180789282282","8028307457052833546038644316963425809558672124067042119506493831676004929816","-8545467180567367920598243548061325956400673683338130913393417537754738033524","17442348380687273866313700558516521934089732363448164588567774764149372093928","-19485085867695531058826078005313597887657216139164088826978367654490255606785","12247600469245018329713376977113194660945759172589835736816719359588323197354","-11575618669116320489372248783871012737959709449811520488663375733622849162725","17004376945305089025870928878434958676644303763165225507461994916377356633297","-5009927626723817103478456085930761647903364420671939096427745579797976296871","4101099877656140027440082715624797307238791483983963877608763667370077440392","-17082190692035014301705779702506377752520246158855472439079425778728790387650","20745993325353527760008798113495680598737675371880240269837048084420163429522","-6832042155934589383701094584478396972677937601451787237557260311485626293558","17216117230172830439536935047776037360252322627444588756572639675557020940607","-9292746045419001231410042885970296521857671553680524689239687301293468558078","8712079174613490011930587854377259774842868365541903044193578224533678245044","-5494394901886063356633214045707828162282881225876550963718019073012603044841","7701949027729899876307532736566410658406116407734852344622560766315338850692"],["0","-343655853645070287531684243","-9371375041633823376837636792436760516411466316879938836052535639573562520491","-471621417845747207920111438615753889779679692396887804331513393082319275974","17526955899913910487168684567560166378060715881358917839979890597541665357587","1413992193728880497499513133697747454305439776878023971796926009007789854707","13583968260329334718959736016143559474014003213124436100980343088559546398212","-12878888216629195566702425349443092095568161008202766886148792036934992460596","8076446743058338270625076632348410389574756498421304383777125780972036892296","19858112114133962853298117956343565698244760997344475330607218798773232928996","6914747317549980077094114989425959234394976379736050956190852353764167215250","-16578167059457743004882002805350620443108106962890212783896093177363764924785","-3438819383874190408626423299765161828320193716584614049481964987669436883298","-6109300412170588200949909022784946444183379346522606020350047885373141152982","-407944674478510693537058775676775667363421076556505502851268984439442903","-8596095450332819759417985293526083963030236408071689000780737477013463387088","3898826156881328511057604239076698378133794141665768026902348030635501765734","-8226699069532846390356350751793418105966723751922514343837464774886172207990","7913024580423145729595428071347625990626906100879871219917242557741331016669","12238809158257018645448645413938183063546007295241996684481933721341631886833","19599848051170546692513135500686225523723031152339985456530224729785637240946","-9213817218891115412716792901181456767512368415611879803476075055168788065879","3221387843271657170021668164805574024652418768901661681622647241209250506008","16592587741517555962070292193215546040397219831834449878965203809322706619882","2496398877840047289480848309774302536735828039409998221640829960939050964589","-8032909996686816139697239506285893103657113496848227634366501188593185581248","11786369819764235484341293548346960019192841347830626264207941130639201856914","-20528380321746164492429725107195029835234659520897514117485045339978338005309","1618900593096587390783960863117652013127968765966287729215034545042883233908","-6286279970274589956416270680043004478354528582221615080027967917908699466395","11132275063858774957468576899175005395101290674942195070787037572737752754915","17008721338924333713478024070242923430862817650462427722734281257552988732006","13870075069715850351432800817267138183607282962692754829109136984497687372429","-3622515696747770968176619854372292789181406370424921436791124765282916746578","21588963593028337030963107837282455370255026137129748625431316908629087220426","-586324223932308142664135455472341425862941470156355904204953238474944966772","-2053884025558337142137766260940166891029249292261441672015390814140677139954","-1833826166602599759890190068953198574546149100186942433854668370232100606487","-10794871343329299306258210467622162673095853888106683029590268071317732277549","-12420399089093054129505188326073001634528848860512047148493968163663892321119","14475604699573014979972705977972360383723281473813580332255231702960701959943","5278830466942617486621051833724824076671298217933650495402435794028820619545","17198728341366361997273722550117965024307009515833124301045386775418172880533","-15904805008701942026978897378005516998292584025603093176142094924671111120437","-20292708854860711517959172874668025496367479187695711862495162735378174181102","-20407835933241698289593925257220823913535408375940551679503726624205738593644","-2584569225169084537970667190037874451894510625031968360333367207968271114519","-15263167172173677602530469483034204013039579104562077226673786280617811003583","1822165395735118832833439555641334070011253343765465643721874619716523005247","-14766067655229340734660749340248727736139214859348502233864952780401042982900","-20915564305810656015464346485124720604971212537651522909631575361280602002288","-4644869446726773182643969402429260725940502575831948749865666427249849652658","-2378843094864897554124631289208387529220800524995021429624838111347159939982","-15346718400381560996346311286744254489841368235297622805934837662992855637419","-14100116566590203503839635241284486018913167681310831810486802204807294864798","-4504115645353311945381647663340130304235956219035945799185387113045439412317","20885929234936089741267257263661611820030599836166263130025507946852704184176","-12198946086741191749858891311862588502859020601054607017319393711634065870903","-15403013780014291017867088471786428576413830581454505425018138754467503142687","-16258405686163356568627882020214803161950701669281916871676568844693293531894","-18086803073702205156421422068708903143693884224352482918226619607214087552869","-15804141823496575925701019898468809153978107926618426180503649429632914516862","-5478173773169138330284372546469802602347942987184731126001389979886716606605","-1704480765665508143293600746824747471540594669293040105313404519389278833479","-18473104807392447741650617602135835131943895851263804196379179100329267783820","-3706147275028800825798736221221437899757281361474197188132718516583686962144","-15430855950408627271414432536469947312972122157546800151423827389290414472526","-2410047096098889741418492174586716963761999497267358132549911313497569281817","6519099339015748150567544769594623593343978171768457288748462255294060879733","16330196098322430626441824385818027856663428038029671929752274844783793454353","1261525078964750470760058912356735999705830373992633818408633868483440249478","-14915886238590845606802896016542938039692832606943391272616510814041063281708","1265041972646849603361019716443962544129815184439275097117664305306679480567","-14046560753606746245413462802596086428963147830739912357105432009987212044228","1424089966247815244334364143327697130090366571383705658359610749687224900616","-1792028730407055615257255261701344755893838999381833470481715552275448509697","3137141929344656756807678236341259358565467750695741877231299414043939704074","-17291587670315896163566533639121343583615874047721241781939766546343596446097","15518567905406152634058697149382762328860756313381020964016731139883606656244","-6590442083055446144621896620324176172569552936145848794531773208680734133751","6429562366172591886168866537928806147134397309786721919639277548177526133204","-7083081084549635672493601239031875613009004418803852541242806537087388872670","10076709770254597712818750336283560386472914024244539856723030740661594955322","-3951733492025950688499819937009261015476301381861660969364521348692199576847","19601239034879154665843615628414522337041829023407593661946067589120192753392","-18728285917005109442229505379073059869048744796383981346888931196223149389416","21808583735584943837327675552417089409292332945933700659778710357754779584608","-5099020304112813093679998803882044790174092250996186991701468295139618212838","13245203337330230515902838898132024795684856332539383148848838736055327667569","-3016825448795052646017197638813816650842251087192676398646372208813224173687","7086960846408070741275640330270648861302648153814915796402547593976868391860","-7840616782206732539001166665430268537637788032003668724164746377368014567047","17961589466571503470001336124027731617054515932627792670942974863296974008865","-2532320189440965255858783738581113288151547255951590753132904017099931565887","8165895461883398888565142288015480711448577251985515427030054019871328497598","-15276572205064494022907505941824433330058553237491163275209341320934796220033","10463247046780638807691669455337447896249556145273336212347878445371703952080","-6017692851010380233439928546065071680626933901962564063152570939521558345452","6268277901234854904776774263256686698923226439326699758066602548698082118662","-12669023262443542661958058445293680219220988522510724201951162861581390714560","7953946317367250388652777747467771325624200438578781083778978599287335898750"],["0","-11744910809279611094863925034040489071904000409978844856613344442356515895814","-8860094423069783447463731535426056283077386814633393191803362611507514650336","-10150790361032293501071039786334833223072152937887261045692647808005335212729","8306063509624554454593554160061092817118574054619140285339881025313760357051","10554300870517046054929139355124082705367682161682882372278932964047024216445","5471307613809281059937787209037852657672224213520329414296990776564817876967","1245169631473669579736321736271066826882224130315865171920135386857411918059","904479735829780362192926013621969700579684687835036210225176615496171679455","-5853796993786356084545028638195571412137276022136408997114649253442543783857","18675741475053805734273165303480176987947381991707680702381991467253218810876","8069072639313513071502173359064619549771829700214047382040205101405922419472","10022626538209672727752715341511497873514920678830707567977953099252844995403","-4489376077644176673396943425011015182342959303708972368702360490391962344165","-15327126213595326095199071802062644288835876068375348113665251535158319838949","-18544032959547492639829688337513394805553730703669611752934609061548177045635","-13395936784226847861996516854793807677223310501343548682397931806650893107066","-15486678475117051963967247986494408754713232562227964497927084448557821212175","18942816075597334748744736261423315191795357813390408803743543278683958314343","18336307559768710822669293009830705498662434180928844425324891594954942238064","20492569621183329647671295381027810292068362496750293190393595198764248196419","-9057533087858174028538621847991535165843004320626030382765520587817810771267","11804267403656815628423394179032155953761963189705716029564995612497825057287","-20409072380023453666796898478754788736942744465793398013949828889087612345316","5085069337830090472128136421855853699714139668829194828100950320305386173493","-16729857334196016212339189785355551838514592100229294309470130827897623350061","-3967593984742846691938332710765384824796250434194352175526171083026806368164","-4781678942456283293203393310938411440294598481307362136689078760105649964815","-7861254465265476250850434965913395477477241341973070578729619017858309671132","-19609706212849428761479581857881811668183341098536631456804560054560904548517","5994923543388923638350559377171698264896803042764576217666168383002321281158","-6070706286271286180332181810740246273851151400651629149906172979700440505913","12258304345766934806881836271429208987432048269451595853962829614104996304706","575312376925987941571682931660688082616004392657140957624430182441868867008","3931849288023003818190516112585865819486513345078043286403191185308356597854","-9832993105664137374249133114997833721337622079129903370705717598959494677648","-9997781572711346681153584978537882088527054880208833311143751538052630880509","-21865876297621725658065696524382087545821755320849343585205520608944829034381","13849750596832578959547511085965077070211784325793702020558161697903202623821","4677424556053701215201813188298884300358330251805137208862871002819200627298","318948699392192795321734026774758213718475666283012028480156923030736162947","11881178146951794873881953473649515216691502327608163567426084892965039226954","12655349943022550414947412069917178188544165749007786018472529076490206245291","-13349366262339663580952511220371051902668900576487095317395464111840238316249","-1348328349773406952773735209871341259217331028936755291702136002866999169329","-13261533883399332921986828359362043344498898616134029434293521969551398192175","13497660708093922593281384990760483579095527700300873527583655914648496917723","20244641210765348777318064203093843131346287880013329180214967852435664932454","19769540472845868755280349924532195872728196626583055001608682348052754681068","-5923306639578049290988159083951902109251452793889405185187534165603065613044","-15302552760657756967466803301666705042407206140373771633507179599089756747853","-2131499354646642661336771761517913669100328331387240435231966280404447690272","18608392379810337018553039914254616862623551135243461240657663786552018791673","3829088348244987130173222430867690669102063637340901067407929201292525916464","20119375095606290648023691741155522811686465996295812664046221934178767036702","19282777448631527837497915832980849370491632360658411814524355606578730005858","2222346610052583142288869159878594901043976199083689660901653708105744692027","-17591270270238444597386316228204982145450156837763611266927435054323746275643","16686593341137928529810003289165103033945986596393432971956726307658738427060","6194515398616390651591766703873100882647209612672385728102337926714821387968","15523801350508383331080444332922226040581294120697952274700922075076179269602","7570258988274999019935024242692707271529719745687778143161945463859032438315","2884511695164584217234697739874927075274936146980271276114446927225956181645","14079298005265629980907170042021805155080633210633253155393192359560893091873","12412073889485822621917603977827456593015651201937162089444682377308119020655","-7304988755761109377748405569689239745045198882004404305576029901326909258725","-4659963803006305581744312167753665009992970334908505428157023369812622115047","-18434708197820713933831883694873335818206142729339748458896166013716578309380","-13840544221992287751555009382978042749900099527014271987673644011515022716899","-17313028603118353559194834580585382020587929671491713407722018758555337528026","2552249618315490085305605297835667571549245095242273623175868045986563060948","-6422792567170542279518432650778750171653294227055583040183645312920580237101","20239431082872987816839588109505762736034820214602173319458744836616968050781","-17857534919172269640457609246899317003061599488868360587723314540374394480960","16978000942153804416475579958637141666017787056055011010683879356234512764684","-1677122716926751923187376096996349944502435863445871670421962336291458611693","2655823111895919477373263588022065113383425219867545415243830782335643973899","-7844341714428135908234697202204443896842799024543595550300757988420821942405","14952342057888575718851306227265254404401852932199571547132836874052485947559","-11638456053992852938917733027477786490126140599481718702956076491190040861320","2983697593789529922956441792686145964708035955841513057188982292349279614338","-8491510234191419255625099382903748723360809751039934811150477015479695781706","16677094443448557092482630787118591212018003028137688881752730879388633917731","-1742722307264983898373449890101101668891754808199960462299215213230545773871","17495858681565107451070890421598875251210936505670975382250387128952357783848","-7851373854019006893412584535678130075341474063582784867246703917434637676703","3498599417129633073821293543761529080219700869067992252874449150271251545439","-21557094384626545967189601907897494898104967330499890443746284833205191778258","4652834393515406666165921086963700938237803003373409715479211101353200879230","-5718654641919653451173452261022061873252036331936925547945963790356183825685","17616688597832732732472841018963470173890666848600407710801165808134164978788","-1899333014761551936362862807766693244822011914818469799946643706092717168238","18600434842353719914345801780669153011227985326525642928594953054220328721773","-19756172935750677456187779525457851772358741784504873173088033586267255494950","6883907867702357526856725852434198335845694400073590806896044307042917970306","-18915255777027984105337497212753950112124545343851859976151373952477532419345","20643694074023089379154732724051570549328583975708300738026340680593852341045","-19346836616962295367976575368644745075047854694640148571111245053785766798696","2994316924666489155277406328498018982487562128150787601917130660634519462514","-12318832358088691990306189389261155355413020326318552421531812072660629680332","4909725609389817282206632030607542639208470002394395112875746678697802669247"],["0","-672828782646727956342106200","-16608222524584055585735537713418871632029307448379623857183004023780510820936","-15397792142284431698771465734534184802673659552100805647221840461419052799686","19470361867857407875182231176021844319038354689348701123158659711090110835604","-4326390455447111079836813571600691388636709845476396656469264953654190603028","-12737358908688142562548041692812465604735564627811951605842561803940761551022","-13987928162067715893579551142945992341044064495131629274206866634694194719893","19140503497144045499882044092450871233719681602105027346764799053921478903643","-6599931654556142233456501947415896262891955282476234796846184339338347557523","-19399268311268102302398961451996857124920744715017487212892852263487672499995","-13111164664247088927382231976367146946495147759984022693783729469393402823175","-17322832451577251831352307008694582978789759200576389768985941767005845215961","-18315594530287202721070642992794870299643001939863444435151003245979711018248","-19175216040293050806768344170887029476358070089070923227980842236545509449356","-4996787057196988126624697756402959340491892373121314634848164758251236600099","9106340831675503023479651137796064738969462680542305193034674551946165309868","-19283868100279473266819135896919386263483382951880901330871016642948381192358","-7174857958844553285733116551766829533674183957754358227706901586849999933095","-6454318080589481103391100457340006088597092173861320374212625641338712613639","1926824057025008032364729837082508394669721786805599194358249499980471043192","-10647102647740328863186935877819628057740007803882927387135540097616125856857","8122416724677632913995451586460810131570813900144890593203298415240676468337","-3524798720475769770694424614330207184020515776147011565047474418022223483442","18503783519868317543232995069558631221917688923980785362352873696018142460245","-1810014478374643232398983792925075115658946354153965863851534081942075914783","-11726914158515751840243137391845706953151912332781895049194896195875502666176","-12132153530711447079492358641721443496629515946215768679160319149804961075316","-9410141362536225237768995819987238042913164362226331950944605163141100870264","-15821344169310357123623516850523106027192795963517897099591541391065881357636","18900926248909499944437419764894230006556665367808990431509325509758522625879","-14836145222820398179670209859177645862003449388464280837283518021619396832999","21235938544009811400439715868474484469112513650191001449829170309074270698382","-5605952081250027636573267607429599707934377867133880740932786193487296010747","-641983434886915091420416876841508034855905072581379207312335076805892204776","-7816372488925699508988129461065234855460891650448782537582369244580205369349","-16150507372607824128889131414739189833196265988518291728253749873760460206166","-14460772981209835365043548178548270212539086981508861855172594124659099917798","-7734168053231442081286965490136825685348841999566275804727070779441564972764","-15478592208963421706760475637861415190411493969041868443100701893918076467508","6931999244271421456305128288494053115556642148567083621212462058281316234710","18191827406282734277596181478783814782382229292072960607989278846205390768623","21457860646407314477753136658819221443652527636292286135707961394163437995690","-16445903467699927241671773939618383099972513368003682430219270952371146361733","-21150303881022965546257838920530942718002815054202902252274981546988256910667","-19587835763727003906808140049047477972648638442065576126045667893721798753525","-18377181662608727007348150207092037019597900640766172399246853941951357239981","-13962261284739211463561032380128214815762989356850599112093103486595150747681","-261458487578999970472018915848464004820190390296314870650377381268128530189","-6236322835808749164521586324603110876743617353463137977538880674966588114415","-3446488059551015575485421982085660051336967852226925045718279127020805152444","-2646650546540403107481908690919652757716767405338253139055524243877386456066","-15936578675164343308613365959746969455019288250115777589316447194085707511264","-181110765990497925908336304269962608462924476468991365030423995517948579306","-986932260426162372734359672808576713483998122426495475753998361429227292174","-1026368424232199641000611012458581591016751567212445290315046197829996835615","18282424772695045057949449015142109264851555840230634707922283167781470052393","8154578537613681566759179288772673571733028008975797275505773071690209318385","20586551367559464394324682100713402234883420919355950944802922144061724794817","-17645988789875452341874491120736852145715668198637368946582942009005674326708","19719394689747103775796003771464494452351271747742982312622141826243477499683","-793529096260335558440411614266693395733177873471677486841500122815330810050","-1065891586034145961002456837161407664252415285457186174246156260670592950963","-2137417490896690095864032446255317473116658617951196072169837382606672206068","-14094373373504342484511154417282360975248998271614821120069492202877218897440","-9905176321670242019922983468883500975877642757593834053638759200515914948726","-18037907055146033783911560764657141410243693754261038853122170180903930597706","-4229288528584211442950252326705881554413491237265016998403108785796324525388","-957987322761707625254028649489119919905104735483610619735701692156355531662","-21476035679529947060152155679189730807990233593619899528942237632318810328249","4393273144207610038567603608458776119830563650204139511963663231591402697536","-5383581671734038929578019054643884455013575096885975298680346128030857323685","19252435270857723973709442381131707637298307221881768386545484016642420217036","-18686400006006122942338790175507885367691392751889190409047966555009733063659","20221419654393154247191009394893413259165492314894508155995781583834108876669","-14531177123017571289179550049963972886432426663146897350530733351943215892609","18861678318749238371251328851756396142987511020698940431811151750184925501399","-19055723018326462114987186823866028685051854269957551978952845508338372696192","5382948271694994322664214950422058951765140595076487947727241011915266303637","-12980717437731103098870218028431374450431844120210966600621706375482939311714","17272036455319202838987404372304048123001515407222679692207901756115864090824","-17326552220988710863950364849252757831914556269345177706920094908080081122777","4240899387749964044201199100805977510173830021339801554262640280511687037080","-5612404714751051415334291580136714930737664643366378857311282827528233472927","2208202280922882802794527948091177922396553414830856020464663414724604979891","-16824421214598226212083321071406315794577325824196280066684438233650200265976","2306729761527526630347901894312834706668041416109601003108549540446908500988","-10705142963332074141065374778881150839937745758347509159659882569139697832986","7583193563847962197358490450479368538973586665867652112914784758163779409276","-3349059348206361438483834452880186537342309310581406146745266930631859314644","4097641455614051316358917036877875052630906754627765894695033027405717523132","-7156421976741810780366630595153786379174165859094462726081914189471424066679","15541440918402229350674880961665294306162187180420838358571678863923735580058","-14364699749835322370244879862241027353779419071010928084038826833680019009226","15366462839428183727517426398458429708810635959648009510356524274793953644061","-15243859422563335210800432909637510290435445050744659918299228611961858315787","12635443738754300397930284830913595324066887850764898606152331847716060907139","-14827612561088781716728143876527226686311571115638599964014692214238295160586","7972070441147309840600037277381109152176674532993852055009176651589926834859","-10959063323147063722243541699880598294628915983465050640021869366804794158721","3004828657403500227916438556048647880217123653967508115966591083375476284075"],["0","-16797953831876653077537939292871862277258047097992814344398715149512938282627","-11502009101514330297394859022031987265593831619751462434109051123692795081556","-4142597433341886656235490464726432763437687198685013031971992335464108578601","676566199947987469699996761273312162093081371188159999620259947368329358434","-17775555436810226416470273103288538920546899764588008720110081587769969279190","-2022035552736949317942501366192427932682632954573567456565765915027719467784","-10701099957350572761515721207934741807976939858046056731521913542959914415519","19469941199108190880792333063347080386988194813116927033702934345393624521798","12696031725247565634346469796409010157733682917091303388458486974075155541581","6196521306673097399258759624609035391755968834478290346888845258796930438962","12073982059223143208671466574348204832256861898088814370549658316743098368244","4674552665831840223418006455903791095971643746192334725708635138373712429336","5619103782001266137126211589259070954069213052203843151868562900361842660671","5700719857221654390175268213329552249890931465136592210157015653517396589270","-7156072776893688618548125762344009401680867865931904884251863017128101925619","14764590938930709800628201349824374068387365918050147630776095351341001101961","12811995988668213170097897377759799082605669770397390659497179929657987631334","7429210518672342138268708919558701359362253581366840012993852044455054063897","13860984384768226806814690028773054403887827637082382623041520130578970112466","20842793791304543046819931449977867001520086001335669939965780704751912718181","-35561776971702918679436186251503376234621470071615307934073146099765023743","-4655221927188786767587974799809202423096778488246079080846365253599757865576","-13286106844271180759844883686790991388048366834790341815274263119751191736181","-4341846345025532380014815298974266603536606935538559851601217046777603114887","-18763712496600032661846069291963792027103037631951490764844060402328550494498","5202287878122919409282164582422958383472448171984337435175642676777441979500","14624104125703388395141835921847695352445894509159806312053085403530237983430","17767010775658612885966697342612814367416837456131330132827540104023785123515","-831404795181101374095608275268396941301204660049649513026826367679144155432","-18965360922230354213510837506373180416855766470536579196688836449204959331507","-8298594605910519291151819381820925733975657362674464339455750182983642696540","19875574367015529402571239850302793877531617485080421283684337793704985474048","7484129947760566362300221430933294857634841603608152891454322231562238950217","2655189385514947010471333472855322637790691607751908326099030689226698332558","-77897371466661192825240956298279374048929890183485071338899577721646790690","-12067923364694813924413100707029358760744163664973819697242506387892461987532","-19841785264746673223034304858570426019107275058362121276573404681598400597651","-7902286981428487202394530938707045308341145217142943847963016071682425567560","-5520776835761986406839157244186503353061725973943602486060304811467407508945","21351493841654380457975026518941788287125501427203625334246182264694978697800","21044177099013903723948283286902381043003542907979294327993350694198238996134","11121042449534533017878623909878689530670291103581639561750829341741898265398","-5954278105320551604038629846573211351268222416975414461849419705510198228818","-6858907025763585461293501404184735290259748302668054817433109444605866970698","-14744524491433635643803614786032718848524370001667367497125743048613024731348","-17338063442320080209010956708845405479606286916079873454658118789670722274759","-11445581880135480520289738333930014038638193028384048053317489643112522265385","-16482879984350107545640219130578678971247476584923020316931685699417764884947","-11222514215449387501660242875673267512044391012991926058329627682623246385904","20183548070863416511640863878544960017097669363186090478958278300521860032538","2463121998356081544318822482802400178580607037178555363153116790595552782881","19064308850494421371104514232365797539698265604058470457971778316173498477478","4644941647402913960712558728766915461554528991943270439318966123179714408283","17573139435230642463048916674241454937025462587462198497645991281157836014443","4630208712623288784867695181128513934732925416977600291627127249189744261038","3736951947724967657302321644165929153755284115632814136739644461254220255736","-12012583739950375302988889675689449090969265641658879361933787641689534856861","8249557333579396994475574755908909370920731963018988975410434907784038909325","-8196245903032308610398273023718851761457648512883414397321653811500331744990","16224009600414159114329393527032578412726652474652522156518607652650664498046","4148459391292974186497044378267604990671308805208335261215012979651022192482","18356682155253912631452238227528448969191559346852120939195627026529135808864","5127182246483633010785832621437530335319422602246963546654390395498644088100","18443520019959857954483046509010263710306275443863122657465710201311802495709","-16925113836582733368865408960173548117306243696929123050259135961534382734476","-12938931913768214832482154394324111787218501847049034320850634532542433868993","-9322657452130289486532601029518872104934060020381648468604684756238095810976","-19886510877595226339632308049475277899599128279356775955791756185946586475941","-9345790399650334442264733857170876627711096292654316549521573866569517003209","16404857308923281405583342470413605036726363893942614026370977324353266287225","-12974056622572546401491314460990538028687469127721944511237430730228594227460","14165120698974743982063143183231776249930718436122424054313014215831856128413","-5617053342972544181143120954429741011758403467317979334646526452679482877110","21532569112221908270024636457940646404297400522407222182992577963592437848526","-12132676419494206001147180690214664941416789399776023829224651397087093890898","20426197024982611208048566455575611814481294152158798015724992679979576820971","-4215832539105705611638221208299706322986134735807461698119489995607342908568","9471975869685330968120893244789537283386815286588964069578160892215899788806","-20236504268298552775612612826514698768828368769850851843316202874464192739679","4836934562839717168547038274322300484122475951828173160777218332848352481788","-4881745154137789856672864478757158023116029612240333033211043762102307320","6156849782883332673847858334009975021678590623446587572338102024223258243260","-11660879404773658177736570490309852367117504844019996447318069737970925138281","17170413788848205756644530036773797980971348022815212798897801286383951799897","-12903088965541495464819330721874522935398083374399974612114203081427881146401","14185899093839296061173724123195840109402544260729519296040414577580491261594","-5772335204748544928546344852949520412603539072597300340677942743644226184171","8622000693452584106753184834037344270060554278697245737734810573762267416823","-18398934111162789155385689974298401671211492883307993882249945056122445586943","18111285601867912424347474905149345584426658252555847884870729653209965477426","-4795583928289036887936529816779944336212629444205942552329941897575262219702","7303593380109786015764558283249818382391580742863485644640176693355460482831","-15067074205874885441093392736610369004961683566591440348171647655673879770574","4890968025424406533406276561130194426508490267240083459150156535339160305189","-7021568575965135375562062873329292242429176087727755902072872773872726780967","13537572847695415168196794429546939403939043650354016575096027329387109745213","-20547241410625861481124357509071248688002930294120301786997434813804527751785","20634744012357775931491340748630714307124657239264585013881036872324479957147","-10141217375169386080026294260774305920804627565260463760381865842109481664903","8163668995226502142203727945008209885408548225113240779597549247489343707406"],["0","-9949201305381488737384729884207852312976529272917501479767299032892353060785","1302745215438074693997388862040930301237432441815853231456347076595541377309","3997153110253751451741277684846131472082570094967200554894765301682051922504","1362212426949471077202239640015047908360881709067211651301472940227978682188","12017843821926896928101646477858300316601528995441192044059247570302462304146","387699545357534374789694602263544728001655688433359478567319105684645177558","-17402050113523119805039447436215626585631217738835621043561089134619519632198","2328423559688124613445923313959506617006415174200355056042134802940293035815","21602291021389961723509843887724487831495011716107975414552781371367524637934","20979403673906526578524960473946119107625426648091693441696051323322909531872","-5830569006576815165461370529163711656459365708993136488436321921076302704831","-10307882094306779639803767601255431740599071518745759303362913054106353172798","-18821666378750579734896664624029921140743175043115050189147974865647525628840","9468051286025746544064318511570440757975501372547729765208037138501101135650","19131866635216661579393309023687776686983708979576718062757634694845550493798","15155747878717679570174148557109632701475658878326255842709312644285414864166","1303057910718390745847340108104116743510661114538923568503563834763450420684","13307916593129481805841124012832188224345057696303241112021757006133693060298","17128162354556584320372888616156474151823540448317754355840452418595187136312","18695389979359134646626220945778896417778953782125803978605415209365544078243","-16440587877477826375350382747098828383589870211265317950077022437354874034418","-12491443615287531244091189473838413335935262462944916810285345655585515221518","-12532405373269862330496523391646002987802884974583216396460373778532165218486","16398084796422348370425426849974104594710570711036321466584015818504287156779","-11217968350845317293633762268861482560244282724908544877581966255541581066365","-7732736102881120636086306329208796812367274269867408590979423700700073084571","-3771355372391877281971873986792240947875492798077687583765671831941682037707","-15828399456095689460822475301146038846413862913862931948001894807474499397360","-717379307826087808301594351486388650471057811931784144878385885497109064685","9079715390136674621760240980610089970981607693486265421392884887066855122464","-3695640616899558817898452927589617941392044496333532701804872506526961887613","10235633585628392019118464694392099963700916643528634325179556377319928456870","17787331194193414780797661895123849372662071328044610287413979100043920159292","2429904849225349270096889890786583734258230635449291299204786436762131702773","18864159255473233211445181516125224776024309536325916373976724543892636510659","7315592362101998598730488647804012485901518271487611707802672652007394921019","13342345646902749231150366776689106563578051204886916962288868964842939669458","18349853383815986425671830410970080242259746146396267050193754314903381952291","10983845590500487637010787921605993476900347478378234100224553294190348045453","8567698543851170042054655554524179226882699117853582199392102060928695652074","16533106205129441179283458130947707832463575268097819480582156617356183491489","5548101227609231954336308765592177773933068333965986501242042181611834425977","-8379248020993968983628220359830812076941300055886890507545260762131232400284","-14067985811478420997483137929256119451088235693807317897547159833387901033469","-3087417180260275206404482333653289197289920193013530926702372686596305165825","-2488688488894833881192349863023849292865973028386678810099752511094641594406","-19044817632125455090664492987130675222483719342205279453565443271841766994099","-8167065331062663675050408083968288260761883546006552736281986172926152387864","-17090776152593420011518578678597297999840571192793763815379148330475129972254","-21319474899181485997308513923379477207283945982443362662494007223816790073061","-419575958597279174560460930390703057112303135307473207763695738503115943546","-16644684304770354646289133888590906074875010496543557693244309637288806394406","-15974620482034171942671605809142418522361731984322166729127485451203361573014","-20235544573571108291655496507782757136772799951114092272065345295458445339467","-19970715333927311368607707068008280848444758585277409138965388648511222195726","19213900000526815423249749945146374442726650830006353030442017955850678115213","17982047754862711839616493728426870532878988484348771705031956745292047830294","14981428103223667093974204430868322384213451975677081053677156217414246650362","-9198517937810626206797108216226137291581179551674931099699553155664998125138","-21351958733600449349289774195491222667179354721949739924410932074753090590672","-11862254877204560517948414958638897371734553258326027156875138653498437843396","16025159948042909313482508163055668664929251342585886991296594830302961543418","-15490385599844642858645619447234085132714600243299278830980545874877114593532","-18813647409072599551902023648025681099475801524540953817067537146276412441329","-1035065519865824178003672676339337217563511349812574361908883094954807277226","-5656135555797292489348470878731931602941239574892171240414018044306678455744","-18452749310009123291953359458451350511972228705638541556088117685767454494758","-13765185908501134423553259133159034413816979771753014518731288512763541398314","-2701388395605461785141367564841706351629404894362849392524258005789819277636","21540586625113674603033760368499442480235994994980719601859795303266983191157","-16892957216038007126222314516761340743300834644980095818909469977924720700888","17061461790004247194984416666907912115784020272169721187408921368018432499531","-20066057420234893131984065736268750643076863197210161026907326795331862947085","13678602962699126152383753499150257552998578448964291719866227073497042546221","-8115805645267110149351346645647904050865199899026838469449281783876363840156","1309305974350599643678747700030481923987377782610574374452875968255598901761","-21606671548436194519500552812174980715521470116757594206000412658296858068924","19886364232544996387990938965021420615193058189198229497621765185270156473770","-18997503898008024977866388004661909899559718348917346505549675055803532178801","16444248628720583678452178706958426011266737251293155711218998314706914253854","-3231239290460887443382244045374710569727625012421186789455302763875410819562","1945301243107116532943249131690645441968192958294990574798774184644441070448","-1371352439116803699948028902275243763244937375520431470062135666685628229476","5157411145152965727062959580464977454395354291968672254505007025152517487036","-1719145916004751582003809017672519234872124593329474304112668688643028369270","13266753423521664457659102483004994943723745733093560387987990904253213545182","-6478454865055430464179310202640199764233722842809963673046168944212569485834","3238818210521117064810078522814819139606819402491678789107957888735869569154","-4644038033237843693610079155781934173396379285359925609545072719046786984320","19080838030719311961303822351727912646061334567588286175024243774842903947844","-11820099560606074857380886337340883483937241121268394715077075762358174103451","7969643903909711854600244321390150468671372526774094077410242370739618901949","-9799737996980503207528434041711087037537587044132341839522418129728452685056","5227663893635823444178227999239587638094742823244711267691929903539149952857","-18682947821285424270516547028069397233174075378795503504780146539420213037571","4050329845031904554429470190347194889341748425680664988196637861528031823789","-7097475698430938535794629984148522163075926874146418484131830831707699728112","12567524977940871031795262282404139019565986082018162383948169884349315291760","-17834038638378770446732189899020018286656964046106038595157280130824097380522","12307500894924909957220958441281061150112216217901883076660388306263513624460"],["0","-14592161914559516814830937163504850059032242933609324040882933098170611872790","10602481257920940699233083849233158610034837026055361284730783022581786760961","-21119033691869886853123911136034299912731376789788207229630032213488126619988","8565719708428256237659184346093646484864863302046114577488626163567015434103","20117991898934999340646076710409226741884389288919081220408024995814603412260","934585331499108376153703549617791489607016622553282788212494101315074675470","2722727744855944874810362575755517346853346098936650557965395838585373993368","16894052841579305075072001245947782544475751424307737113696125565693863568336","5749092807355525676360098970707782544235520166802511120210608759374018664395","8024582924839029072804734494783964689277358265073443597578671014780984461372","11171439719119235485234604635288706199873940736843580565752328379546671756743","599116092349064522314051473568820030377474319990543299287178891436299575178","19701032575727166975423075065326072526265686366949407548838516865915129259435","7258389427797425099745838208374507003291653620181063860437634302616292349664","-7172464486847772764537982292332631163283668983161751473262900735804515293949","-17282616006840549183033727566984102124863540877210620490927496513629175588000","-4901276948829592480973331964797256344590856490193128846537896504557517105814","-15790227169781341649229647707253944532721029950477724280077478541660453912578","-20337845928799785567153550861126320935564271794278884581557888253359932511733","13159258987864031772834583030918039817765409246709381459531484043256847957167","-18638700967313578964122179393571659725847419769412254191124860227994203832959","17930018508505227804465987392671735302265148361768101339846746529748563761210","-7266900882092262903790221598491931891927466327081968044368575365007968653654","-3912496959109135871924627083561293167038517470741677132671324044528474365019","-12325107889752943955848733276977281332130070486915833375838056022320163368860","-14003626306425525070876263616460795222054673983818005323839313518438451038852","-12106364495925166169635649633889002589327489667626345823427908594954093510132","-9476323624225707139324453684106973197228599801811825118386445673737986854060","-21015110894475165868214675476551642411610524895049603788544259046564626337377","1306153372325258920828121762476207132715023552196878379952452812462263297895","-1686849280847942333504061060670339523957915151505616577574547317162149952611","6418742698465379991117794857901347499704421578797441410385573709053203364192","17521736934521244656452648924893050517813305956480313938421592728995944948528","19596646972086307879679182763501144231850797579999608593184424748795002750461","1912461636019843521804177951762441669637462453193000575143639562738207647399","11075613980015510009977648821247062595734601771175140136335975140407475536527","19602292982623122392127471720219013621367688385692306473066773297435527992013","1964635833693209367741336453688013151115801571463437905360478284406470178598","19429349804302837586050582490220033949345220580064744338197785449927654175701","12944487632515463867064781570316540040892967315047922953695494033719921398303","19600734827540311252584692483637197881694683721033318748729634282611184642725","8809733909621388470869082772835428051102849925398688938243706399496919351798","-6144122555906973776225468389334990400738484554662727194957028936313119794690","-18498650059148900367881680837169133718823085515212318660463823668034253216255","-2264134238539034032680543637801734810989865035483144951404987327443991815998","-3290235994510630462664824443546695780034906840740095956157106127194339897226","-7936203633280736413089052065264714198021355479220290445680374661267467995627","-10070316910747259691493379798690301720987726934079654377827881693883718272073","-20576659255464911078994142830184488362313112785946283152780852081972307441351","21444460677943243533247944482919694022336553376019318889594299144552687813907","-15318794981490038293275267900789753154877710116495436499197710385500452918615","-15217402958765506521281441596291512324626862224339695095614889078819198874380","-6815917308474509202615953178246011056411506143956379046401727434990608987015","-18255663857398173027998085777087798763547554183941966117579052291218231689339","-17155659548057249195495440676822782130939854135987509222523196021052750863873","5076897792034770605412971323579444649619424811210158363807742891268913674994","9558655345461451593239772408831328252980755118189985807443725305081289698763","6606149831318629017884371018737780821809067164988810625032412859848648657119","-9075189678557548995878220781411229935150276766030743177044128970422044735172","-16035836080337279410016091095356058814295723256336134549294429257075852028801","-7060877034385791515198258922413021202657705139575240426328496804550640749834","4595478735266156691248589462594326792116826481317181832614872364249975270656","-4148186348973511830957362178882813444428774023591415756572022279395894227842","-19210554612990575069912381540920639214305429795860714685695422987110117868985","-8821334813949352217901103147591672815783340828938958699898059608049060468410","-20689116144201997344346928198430644279147631897980253955031420378540650225956","-19604791451053352923762354597447225772998128608446806072581428049933898839902","11760812675467157778072286750034192160035846556517514236643786507170375668436","-561400802218633847304893782740327276595787570670790922368439744194879330429","7826487168327285566251891647377847358077845743069838106955435433559003154684","-19338695471585486517939738143007384385984677299247951649719786169283246198942","13537002488799377650773805733295123385692588305453516852942938214475004614658","-20565708454716378025361159977364306288614204434591764919356796682378903522319","7226420392537270960792739517759787073703651364399653245711119198595142389867","-13095502445796017749439531302126682911099385340821116037753607264335015894168","323428147737373054761754389657183247590399802004295947008462937978078581377","-11508160097654668587419760773437178947199042099382438830181557620112158116872","8640894198234697673188371805366752633321677647852694589764483867299485611037","-19886119832937625721455533182363724873031998994569322020180746854898166952182","4759773849832668426783460258787444800202780675510741335645875016890739748991","-19136225955404546276611464647947659075119898336905307035147693856929399814863","11299789045223792432167010815601563504632436650987977780660109196782573803013","-5981879983723868178572382209988349298803650395291298598721155422425235839143","5551658365543986602458040075552089645170691727522833129451228516434475826403","-9726637206470398183994053661109463398910289103018532629058464669198636841855","12550790801240791649310689754903874316435534200251722805643031640038876314996","-11078832594689785558305811804727057150847758586472280938815564543935217780370","6226513088629290278514390739543627885531336537817089635814788147973393094314","-8464800823829713946026288100519814870413880972584650778452714403667557214421","11249480734297652650924922477201557773913425373952985809183302810250062353401","-13148557630246922231778862789358041157768526105813057274558555954735331373894","16879015218547671484935099450246801007793261110085312059558712726551686685902","-13194923271156586059108367719472584940033407812540477580276382144571208116405","4175656652062870189881696818044834755195118862576082011486147064455502284226","-6138074515965159259031181071627364226766784024716361644589312646330151779739","15020503577460064111447953096123338506752030085921490596492866278279521885747","-116530089231556109565686315203451527865972849951943587854395007743255621092","9975119094952826478189654572190552594826240068191302668217208971166328024224","-15497179077137566062460126725521178987260419645326774906095365564602100010198","4140214772395023361899612379967812869681121506980798254554364940272790596776"],["0","-3806650934232917429955896651349091319747541634856559690169053228042399413516","-191738394908650146476232645967263955727616032858833495592970520427169589921","-12110314652715490490808965796346459984332364424311971502344430934871839131191","2936896813317762189557872046900677900915794828654492460038026664819511504786","14149423378644152983985176826103400283104049083723951364311327946790306070136","8529901122619161960740964532721131272360666950981146276558749110660106175041","-3967979602713658589607166475805979806949762752042810087847822621808782730606","19159635326529537121325571089417344054194614261272141034938197879819481290122","20746673129652528159054202915257813266678236187991344694080655340828789083388","11271742560438718293128715332209041229174843733540480933819896400581876869321","5913223959021910083920532854400267388163712114262361592698021313336002315253","5293661656911153340081182923371518354627560003605913709781687779559566343901","2337242460553896103829098715979373315039041867193340293810368456134376251963","8427158833378894333140371260421943404198738224566506763471224620325398432425","-6186106153116837232563361034467624334617732947937531619505897688708413760170","-18224360489422198478599732077812481746520074033136022508038307840477069990635","-7691071524902159080777445871986359561446058341894491979738420090268373426602","20533068099081780920768555206614815595413308327050781997130150431590689580429","1863652029813079448735180481905370449254608036164961986837529082716086146433","20593537258236871098451609953242298110804263710415627402149474214875116132395","-11379557059928002871276052147346595305409438148593002278307072801590698787003","-12549285938058419290865154998929225467254906400359552224603865603696104983643","-19422391577345793537485397061765378633281246604594614491965832565856415357124","-18905758306670372020702335313661577648179135605404093355210728917493370469171","-174909610724270733771221773535294798911038843378504571460625517646990622053","12972756123140520870918793481492167374376580271762666775104893315451892644406","-5947938911935250699081634535774814367124660174120578543275986145417160470431","-8000079358374600402716312005339502670001944442246891470990993023213494314745","-7089406286303431206882261463529496088107855468739167185653154016314497776797","18067135694554607844390101858002582191668557391842748342648193086439562032052","3082468183869305596209028963492618454988710768336225912495410147897905873479","9593628368958496759449511146549016013486153865583110912547083623104615747956","17657798586202570575316504689269894820838752747013829302996584161517309729595","16905028541782893673445265038178105281260102017314771071747689412788829693913","-20476072060454316297171956996265941266682579595427717367064863979393736630443","-17011954868605528288913321692291519051146785731507470681641203365622801807536","-20341162394193145635121532106778120592451275891075535257099784476896318958885","6344665546443975900961192394915264981719021440830097301205439490636604403728","-58874961792641096816523451668989765946777420060267508285937981535951116016","-9113128169149057431723313686380304048178087024735660840095359945760849005583","-4499367852903089738367758970979814123160639296045425245575876291704657820342","-19998976946039098944521964603945684193839077215278581146532457113853610302601","-735984608228242630051037448787041070101735054785443598306853913551756689718","-21146169907970618595746944081653468098728200745836359725089646189811711190761","-4612539566790891259709858355667893813317533848524840880412047802007165353448","2365281094341377739557569554794575762871056074477679320732154549632579679611","-4664339659552166281168681006954340801892507847024612177717447576569030797029","15608828298046000790969291167274077427734281668097027499015059391351909246316","-10880066179183891412411802856317525418751585888106596980366423078462024257301","-19026937233359468436872237991685819553889812502577117494992853471524385046041","-7509221443972826430673115760339465731956354063771132527386395251342864607725","-8301964668256731571595421027286281208583503800910758287646344007250685559578","-15909103681120694381006869887975881627282753253792942035916034666551099608504","-10202577877956047906481166529834567338763013272015034532746073129748646565224","-9035083950459279641623555236036063633580285324954085400294671920707491600091","525862798111176398874878990099107057503905875667992773177775014544694319358","-11254208890855714071497945829946366645847181727330654639444838803546993285459","-8529995908079420272334478234970644991814386807436917707830217130369569587300","-3187606268800070341682234412671656582212664389837522706592105037625858473526","-15260328233069423364840215401109512191593692015873412020722778335487631411224","-18339789394972239424674674878601759813470754739139704216872979245539561664087","11296692198196706858693670405491388903423297626633674684377396555833957796799","-8230413680588340677590867115786485102565104378475660025055166389150095525451","10152810457798671735675207762230452775643957265767491813615860843498203151528","-1990913997202350223616002371990952286401302386865292931833758319733638827463","7748390901089222352265771230295056967087997811844520142627612442312428691054","13024302224499164038594416803986088535756949184157937298574400857793071906030","14091462266025332980820533627796494163214302147615765715900755412964168879588","17912429928009627410012192473786287772853838382362190594432486724940229037091","14277614533216507889022967048516892815912166485648042771267591983570641068724","-182231133348623416825914991034528837452597291441592634347080948712591372434","11051027921446456837042833429150680334184752433572426337034271570073604315237","-21663824428417248001858108659956521467639546538895884944666044546499337128937","16112805301956686447046667248916575698530160343217172654285292469764939501222","-20318135446123461267923012075365879021028621639363250962127224504581530209172","8925172622567502285733114702334837749749826555429645600153829198330100439753","-10469861951579425196824828412896813455652051483714117223277889249901602523068","15423302551223344618305976797962223496940565246926128484961205198401036058910","-14298349384663479824625768035407091665810286877118863158712321318445638814925","3711206212166837452378466265575945555938486156081569154848249983843140573539","-12251861864474459181299631277838489285314186964285314651702016436342761492852","6128397061726649146918831477196872089752690299776280432941456880181293730876","-5982332296720412335320058616882382746378184198959909640711909231090930074506","16950417773404526843810681415265982213404956835558692591044176962649341334602","-18211861646198737189698144781755741249088732899711879017927327229670704473918","10169471060459281795816467583813945924241788037499879481959686862685430827022","-11589167000177453652666942663478037956782161107349510767373728154304149049425","19961608215825471991446705926091958403517127937252418927976242076509473476657","-13243120583218342127464838456192710256936734166878183809763794884431145553703","10125588939369075942926617045607005067832541160328301920941947692282564684777","-1931126560359447209405660007123405104634307401269846083077111803918441154359","6127029891957692955797026856502723431926739378315981449421531430445787285257","-16961344860297279692517954300225703519529155782434306300677226507108937903867","6724104160216297717689737001681982078333177797891299417849713499246688173365","-9623349792729578506580779156229528862301230963595633874549605384917760998493","9205451206355838911527152156202156742911911142888084046721431806984276687835","-6214092884642429199854621080088377232940623885514917209700176680813402366257","1579730193076790772612489910761361581114717466863814389380758110136644029001","-20680879348077999292845933144632362389317844330889690367641644936855352042309","4566370542501287381314118130585125955184904459225582236379869826445927980210"],["0","-14436926149511011316800820810701606973297857370485375556752367356262735221841","17710434640117348547812002567334312366199356173869458376340156357464174414075","17656273433538369617581751345247749575122936411291243754602928443618128829725","8013537162749698374236454554479131478232612588552225292149861330254537346335","-20890467628539148516305023363149965816554576844988794978046715845962134214066","-15536496513836906478378031615409482644127604419952923315549686372382514500448","-3448301602378380374244105382991158431282175253525336456690565824174695166500","20634438573690978111851588785161975437750447350317849658656134968148270278554","2508158411990406286957864339202374555391456014508771724079599319067108548934","15639729994683938104778814028349842747966355834442825912902735999979341858367","-1433532807058092255029637868498823196239842082301607713041881846056327923196","-14350166650439922817621550530788900473164479942332490354387390283630188131893","-16656439071953218096276951308034155825910563941595645544881412811727104185775","20150651601326186865887377889983768305378318920328956972730823078791640729513","-20420836447298604024860531201146544035290296362117359983628962681076202900502","20769470140463293058148621692534381307076310589831567347752386020269941745805","-5950525329193894608342770678769853846844377202632033526793538136275509660392","14328336416943407244079280056912202377123468027797242262230102713051138394952","12186924469258705867718493273123145078476437695653804321545938616159186196562","12917896277747605798900042800536248250506992229279358200187011701772309008354","9085847828391532805992204925535393793246670060142656322654750339619288969191","17524452136982647152012110937509941841878335882590615922760371014992573121492","2634031734804251070295300122689266441457928767707640890806360183704141915217","270213570932546712232109667909606550838344809413413551891228026165686758375","-13487795233858177597398937861929725508297563197941417427601358283186253673228","-7992471212731191729561985998349633585079897557544140455611788457752379284963","-19898106078462643593192313720127363078881055287612645610393071583814062623911","-19237744073746037486100087292563518992971636332883927142910428716862437777575","-7921979082339778512278882544392723275518327384798880225583611704982944001682","506727366520910418290882778621129308432514357425894104288615866362550299228","18527673403521802102959345919330459174358812554058759135339911483306557579694","16712452520497557291466720691385796125769391785313450457889304340827901847684","14463172588501969925373371201049400158032858450921253543731784433481944494340","9087658626832984337412371031005350442998993976491998723244314473003141880195","-4162049235230067358081304294342774722014321503981170129659340248985675223334","-12096910489556927552468222028209973966083503566257144749404069638422339833440","-9933600996882240792517217693681350097637495488561819383435051059848063344135","331529712883961402816120808283699305966962510294604899253902669813696907682","1506574274139297362039969516703810430705209830182002990244167244988321530367","11477192169581962570882893885486536525247052577287922760288995935426496835446","12690773826627497247763327283759518491634751762196992924553703438559778386296","20746227527552153218784186315534391184676840492851481520230645092281607434296","-12864099922578038673475714359536083449337205328088212378243600909218281615271","-20953390264375566183619662863641629766773610695602968044567579898309309462270","-13066608440428712715482638752827225293619657918496504348600885792150003185113","-414800075935533146942270356930845122742014082608224268538452603529923016345","-18684969877771842759340641119540455315509230416866662888004203385242974711925","-10582514282471121213600634598838162716962005339325926931369037164098938265350","-7575023286937533706981655674383553476616377529041467353621194227537452631373","14349486727530235187067299666174079957762983909054297742603831893029752284167","18718061148242538443195358547396238591455781610064266641518687561933039201604","5447984881394806682393321617886782571179347757319812016249422794299074860328","14374210370116391138402056040941734892310794540164133251030634566816759251362","21863093007239424987118240920244259379876996290904476900628891549186462631887","4380890792851387735526668203292595831508684650936145724742336564945396932528","10547168985383570790317358688890966234815464417908653344345062271997239782551","6977042745046888998915324823681036086266438935522296033557704602170329294804","18313673358593367113188327504788471575789679065612727396206404034115290032087","-18053315510761932888652840924374595500345451352140107102874507668996756896929","-1583426589008614663195585208408112131466148230846464085395600213379689534024","-4416755860819623912396666555327256415570324790909091971414159530127825373842","-9975463750747253176310022255704203412558504786558183763214419212447568350442","-3423611665091158180891931515123942656725608418257807545347920127776212961334","-11254798812957006479280308661861665953466763715094588841051792024472516171184","-3023919700432642595551222839474150619110483899640535874045525894360016551432","-2335825033508449147362132899254052886288488435727983949100872897599572466523","-14991517109231383911571875881597128932363937846857543273157932861114764141002","-5650284897100603488649358840469249304752507645770592403054517671330039197197","-11654280585722190735228155166564787431611314701322170795930699987052852587397","21718438542761494901418063351743230958165006836629106512679584144974131962680","-10220392704900079605368022670547820847029688205787371899633872362629375755974","7277638804918358661277604002114295208656858381544991200745325335838414291985","-19654606097067195024390777484324749132489783502898601276732055304535883915716","6824878790565381377555107449817822726459213466726586156550641937438808116347","-19805224735497731512614626784420410080073794738689588701479022370066318460062","13539874471738321585365019452575251384162052382479479857815964167461706432730","-12204788423178456608110570715571717549307924604758903243517577435804760751147","19833587481196531685080825500630245640115405554220851382653690744195876711383","-3138123033150273637836129587980488169793901721002599517816359328281260385811","11561610231211273702600924217533564390877576047406055867667354289102273847463","-21488017632793128194084369004976642563169718671232956288790252450781405122094","288821579715421073409166220170605003669359124703307821236139389012066010023","-11210190132795449737665488263642958823751380122179397262601901807082027634217","19168727859735863493567654794044379116774253724041297713579644027366770624462","-10624446099926234292939914486914092446606681747897711535721821740776786966160","14141330809293852088234833654093665758853196103583857145369705491674956768477","-9277904704205885377716906313698837471280684341426062339020922170414281452168","21314845213012508977175135641280963868363726748700174837549720105328002507919","-11128235743274849536280877235180254496200195471799946594057941684773146978526","9129096456125688253689491069346557360638454506674234342135950228281228712223","-6859389983423106743079430074264078875114374014292446285378308123730461227673","12754209060352658907426369731361350900673235280921541951933805427374606379181","-20675712326598319876192961331773297921597537497097062430267377807328676720145","8894710032285991917132695975545895475212639331348940593047957172245737241534","-21067808249730922076044665623382317485113234221694291911985331883624758584322","8405859593216841807552983593233704343129975189782011163961453470437695893362","-17350369379586450534781774530398816786435674124302432025391594091467442140173","11009883205371726569660753751152458812535185526667722655431267819795832292082","-1045164364172491832162362351962867793103245781864076666961462124980320371544","18970311064693038148209589780888968149458087404754305215059439299443870868952"],["0","-16416182153879456416684804308942956316411273300313967561083550012368305990069","-2664782938932674344190105785195998423201726424048723150253584460053364573202","-19725438770294232741318080616380030455618655160290370304568859268920834745641","6721438286012820151026360227352933331936949892662708584383869865968888017953","14084775929733802801099261997640143689260122593281974972896313319024629921453","289186641693796384075065113399653373785966094566455573534418863083677842027","-17257420825756256114320989288125583792621608325907260654987318271498154134043","21047437919944651842279200412616752571123178406334966788668532043725679539348","21305679828388880385437827486515523793178902587995386109790197642954379257204","17099336032906940834014249066073533830570409439957906777703558611491624545264","18995572803380405101232946851780686329113156618267964666299253937689589719674","17293152591118958464475958103339201554359004218457942571693214440751175793840","-18099901764036780629617420979087292675765298886773212819648275522395183386913","-15573302702456939886771228790474273976090662845531139774314162552265555098026","-19573615797676994048353881773048757531807043260939171592153211960728710865065","3999082783156341180085112072150576995846107168840796973963910881976631631007","-6315074556158322139001480190591226806202802650981352984417246695538727390411","12664598627080819506530174250398563282526762547662865260832359247142349110382","17494726841804509096091581620299590409465340190800611779338424500651484363593","12024742291438901083114097210703351811218622441060407702591641381665426842173","-5599071534900962825254359597027742376516438208130054711105671731455268258934","10719394222240188686760534001755501935547486186701045489281273853886268072985","16237330613938338410043542217529606684853994187668217924565437641358908697535","12646863774760648864410942419236425972663101577255612675135615715982156526949","-1022476185266828289936181743808768592844108435944419379126723555814797389183","-14842158894117277035093170186496587879667806980202972688595708886333355132091","-10425315219414035700670489134908283815900897026707272393815943297348078677419","-7483085091386262257831646595305669905457091940069684280404123916970408020793","-17294260600003179304255954913905103925010149550320493776909027276476063397945","21082860934333819292103062238352859213265421317887759371163672620973905016581","160663244263383876539350793533116721466737255254485762767492066628410472886","19506071582657746893867438972885430288977417674491414385435579941112204413934","2101959108054167664815925978761662679187120443617432055768559987970912860493","6178925377218684118948382957183189055611236424668086307411733502197710688901","-21468162127533077384473693778134316944229366375519427182999652325186822964549","-12563539075304618007122269676931115411467248258718988579401495805741512938132","-715788675377953229524051926357720548385383263672166449783946141408877952876","21371886518453730563203304047358984447548340966783153739592355734411611351714","-10039577034999307504259742894670990505123147696666807314326282637408530806235","8003509265493253751094758379629621111577848401578546108641232159093378886856","10365219955938463478960262074652197333774779178504881189346939708044896576680","1334074370584390484891207499138976097141587512365488944691261420179652069702","-21354677029767648442820908561895513563643639213795121649262814305354006505640","-10833637076387122179963713924738248504801612157177915832865188471911407661353","-11480341669123829798442133995306919317078200507346845029864495419284582075582","4259763705293895623513996095819441025835031458825810369111857736864213722339","-14622682331501003958279091230736960115737171473553927913734331755840657146999","-20538880157672642846845355064607783270642616603963530661157375302767191026860","-4043119822832577153798603378441088669054598494113950615238035008028226272469","13392703208578605074418169034979470814531509138483638176672739857988619484003","16025719500135204928636181257106234337180820394929852908296269183575451058658","8896444408048459703236901663713916032735011456519294284036436007109796263435","16367148563401801164650278314386329328823548948474718082169220813823660134341","7994911075933266272842022795453760918134342135619917316360514247453083940085","-11923557360666406750252180634884937692410460763323917576238254908677320675429","-12035348034003967816425476754659499718145412447730731576623372799798131895229","-7465935781888935860503237568487230985728526168456689062034111076519776310500","18898815637457511587194376561793622641329231622374116559346160683673680001059","-10503758500902301880465839788961855323683513635945316206396014348754212645300","-2598715489711385988867238345543394425712308748312180602712726772514349644558","-7760468431220212881934760674304925134641742615687632011678886194121401237526","11547838493033003081814663810611100439999317673216223633785150745634756108621","-14375608116911425896255504536214887400363814563318201302069613157733960815248","13291044101113250346525453297052159634571367033142107971771505640666947100106","-21716929464034958770053419457121182063337409968402612654642786945643123536074","-17310302933323050251421288529730964078614258445230756776161215872039945514079","-3424800120751271991214127992484622574809698914055623549662821587602724755555","-18903099795616147857231761791764798135034450147925645383544719182988565035883","-18076946104999908644098219574688926285825633766602967851565435059812024118514","19204112432446518561349676228955313006286904470610855386051734899156649949936","-761543444049939162184897829074377636042639527000714776986857600471140871261","1238318605484354761198271611318186617201946412230232520620729736181297608490","-21278928062996057218359127549268092613057915399714216566250858156812667416692","21337585631100817610016633993679101514733772840989993346568061311080431501512","-5659598083051282580811425993665911174595487584302132743435839021720491893003","11577986098315432171676682759544409323408949912855808138257838804835317163395","-20556840437653131783187288494006185745893179378194175699822616129178828030290","533886907489505328717547960923104633684820459385332861572504676845861863808","-4385904352915037684883834778457554993298777446232396402262744927633767065093","18610798836133127138357867426207427161956491129969100300061731704482842792521","-7398111183719819169494020966904581087345300197820168924927228573072942816395","15027987815485155898765747938866247813301195402427747927969819477681906918619","-15737540702349661550619212875418335730224317497551767390277547523175410646936","18732682541427763241651727008811505722932768895316284402999051344339687503396","-3699206123459303385518986327731535220011063277230409738640815409858113258527","6420192116589477738092759322641813773788915095742950136750079616741590037085","-7835720541281350840154342197926956666010643626659983909385468982960238915011","1326280260513339985443671711735151173449678284677245405112351448543350042956","-4522304234115982675524977213646758265077196975672018100690890690709354951447","11468494837920504209461778065521044599298268201035865721390674686135852537246","-8684135750712765998542825572667523891259197115199128539533397747295596110111","2554094413392212034093895862164328400500171665828097865557414847920604240196","-18606037755711474286024566365358206424196672221307093919967233543760780593505","19910965143665613650703689308972230330427701123512065117728079706121068825591","-8485193910245561513710879183899072406989776450983358128304349814243187630345","13050739366659540697955035667971303989380553680492401889736926246530318883633","-10653996379923837553177689180167824920484889988693137132501328902417042603638","13230228280217395035411938042757163618561242749372080074383995284953040847933","-12496268524545011483220011704353477447292349491802615907292115067944900842349","19182060131106774952136988483240101997312029891346517621818576782253041490830"],["0","-5360386009430026585039936100879332674746538220508030592683482494004663535196","12260291147505472998524370021100389600787320489487173125420054369506289224164","6741349807276861169554556706663638079587132991662704531167979341008693849441","18403612466715745647174495186793660562321414007556110531347502004935964444478","-5351028436553290646887877810577700171759795401433933457429211489182550635756","-21263729116306383615795757870315989228681894521125817935897069749970835334137","-18414797083782550510091622044417395033050442446977416969055161570389041335378","-14944742710231575293175487342689926793716358777805260782308252111171535447235","-19262944444427775164075791812203790145940744624112750075905544668061248637303","-10770086980161089163084963626104928187681895129289503480884644031486996277246","-5220224696652930675892243127037562675898550533193722684378855616821517819221","-21856906942926847227071094685522691056780057734709930308867447599424250974024","-3134599164866174825422750871733673917018510266244696709054582309594456398248","10373130564715815480014277300785098230396565451829612443660233572850300803672","2637149599486517836479203629138784972975136314066503034775342011839226824423","7296431772974988780189182692686426772277034803720695136474249898041391177524","-4531104679685607184802537278611256106271490734987770985330303390663162591035","1072634426568253555236288918019902652732030904051771628046896988304038280620","-5775195837134365220713439096550253456338797026784011476516540423318848584491","-10972323948559594864797472932444893211812520752028210579641149068476307543068","-633695813394984605771637840556085116391857907337709709146612116467456454976","1321008269678951721113787137997138928348712309490561974601907423075827952942","15322850360393788485351456765631295099131801562478718993253350612687462877586","4209063546905132277995811002906882326878308894065786842532166587214157266757","-14412284997864603259804303790929808011859265260132805277098021864541390765520","6124469138506437934048523275401163494765998037218156060623101772619495885578","-10380839046027163057344080790102193047981291706724234999766726055516030479188","-19414822967685557279462780655634064355954384827915616207552076059568615201767","-11323449424185746429163255195656398561388252109272508369540429774590001377500","20761518405002248606116777164282622486675797764996445267366845538766933132700","-4574166244447195751710143105149388466139988147580802614665194593431178127204","11803696279521386664706658653811866647594733182665301467892157473467936518205","2917859718816024709248305479207832886976663257291816590650589580185249377964","6553885128421500617342922186818335199085477376131321345207839024890928948180","-11491576298919043950302209872811668026884762586399613033767663803173729930370","-12416943882956091914138269913461043664335478219420565224554845020927721265412","-364836856407759680755880719894878907890842997795041166792178545151315863444","-20271331239827930791354648944888756475200709529031152848123819140714986851180","-14921160240004066277908463363086262077055075372648454458320599019042363994311","11040526330374899899686744139748631539185160672003694946953182762493313281842","8439363827341890256298769353797398784208286665023230690059634301310885019778","16321717555140648779767615126451756708234250782754760907285491124998590901773","-12846116376697798564973384511843686694424191176420351955344817116002735150807","-13666151432768483383000899785010539127633210389650327711478877164527463720870","-19155028877215175325959198513477190908399723812546343888127218266073379322932","11733480725784355692552353118878588516747498615385556777201751748357244378055","-5361594874881464776412476949771995120120292436380721458475089335721378069537","17871464340432118020157741025432190837965864941002141366984775395439379950004","4040946637411809851658836829557773620637340225076084031296510629317745182747","21753502518206001509728628823239321049616010830032486554685865764738534763665","14139763144201016126172088851428151416166597706247359197324356276639019988639","14715815941116464107005730749093267862896393941413971805276576299376375635670","11182697777426858950125502740669418887271572318342240715798798118591910926577","16447882535184979184298935129367179064449011248777786169595474606949596242529","-2028346951968674610242289354167440555137327563674560084100811832130150491121","5730226583754710862084885432479786489515197572064643248145433692884272936660","652770163409142917037843222206074937680189149645653951447906752940970635444","1491611975010238259265672420352193619196632508579148051979368331578545084387","-2160372994903043475098108320348697294341282521121881451439814906456905109180","1554797512630520690884190329949400847073308663366570118085295604220296413716","-14747782633327210853758693372710883154492115519654738781195290642847336696136","-1169583267382823331244748553724687617663394140904061086475566177985914650152","-363544344967616878230223335488034264874582916353080981248005162919414403116","14872385442245353402174912316803153294491041435738139253776441276715662391938","-2348960714751754653181366281145595889349822806979175553542571172855769648805","-354546581797560491967970940050470386860099260231865773902667005820055206561","-13614056977748292022693774882603401060985074985000774534117160906975217880431","1358141074506238634574935985306893688006844402918669267878111467955493480533","-16486692424840569583745091580305298101562604362890749885875759122243635536331","4314092644644497478715736021011853615308850238255512739895763829813528127028","-12561146331850166950168170563301188859456073692250022288518322011829343033340","4957998327665504907523298259598139108949794850081847531751003830940877596683","-9402932245000836554170839919221676561771896376288131641745083649474909932045","913374013591351617176727500861458249682281436380461624493705602080256064544","-19598937569437332680670520477754719045145696303145614414666764082663656745248","3495166744978154506587201455432989231742534882718322930938624259271579492709","-7753366220758979589033926739412342006284544640003926920692440423845798746189","21696115164944650074595725981247977119624760379088262274744573345627879004710","-13118544791728713962861118847662436721380976411565209799793278821571699131679","8824144345157166665762540047824356756315607847367152542154836889254117382887","-16695571469809030574285237581990696534793377124406910762433245186353400509288","6694556242061092737613403162504049420195727313785542575013948672542315428675","-20773312531501122088846208375099164171033863187890370574280933506788328465389","14193616523518329063005539610971094220181031808239315195263759618570270400260","-12296867721085413691203898497324653588096560002682690333877231561176201831875","19058218080311571170015397101610010179727336531140193883605023031329850885964","-18766326487796770883892072146789858127082193785133044826862896189720408939858","20549356070664591452475424675480465741178795772100665472967520203299254302932","-4641572867552115855963319411509885103344904394474516591656042218694690005166","13665968694472222842826628875374190266854803222210257404898094559936848073682","-5979162358281572639797778211678395450255752450824543963612685314268804622302","8922405262165178159698721764973915205502136018390178747804411718295078579982","-15007627009645931536729456808936173065082043764794563943399154524095534693908","14099978883987904210878934205725073032445268736089727912449131047179652024527","-1445239278553680086803375618440586088330794858124046414859146748206061800810","7524419543658589374980320731588311803811740230638910557034323570047999056931","-8571465671664497203752445686180987477179174218930254835852904982441332462068","1019269039784329579718016882607200061748092881349587546334109242957359301429","-3521535113601989767463500949796862773319111542305196212363068890845241750124","2871867398328367633585504033161081647842640703502344276280420918873140494876"],["0","7879767433862139080008706068292619031877411184147754536840442223300594808477","17088080702708085387394988601268301527638844196210033376081855937142892142111","21738839704832559564972982955932609816864156329573727303796206212306075794530","8818418532038805610761072300342802552845444345854702634526242034568782912584","-1681397240664678282939451142886204272453796212359515705080804244050913114461","-13217085420451838891077124933887156584841808712731583212566724523414993339781","-21733304272487023464184213716586170946488877202036666235220259151816426097870","17534247458046769387950204517677044549172991165039800991001638902685997669775","-9468854966223328046332290067524587362113955737410161865620792697655397918519","10157171887932024422879241999440728420081094028877185099418963363668953077969","-2669441866575779596767269694191494437640889505469122923710437621886827185427","-2957878714684582789792733775186605936689260824238942735495814700720774599651","-10802318976889750260105917800993278563173671928229941275933069837254967689085","5793474530334669421488485932169248336242473463947653761919946629673760394251","-6554932502656646598238353686687639855539389548725309927149815789750576637563","-20424962047254350495325454725780112648040463528374879277634848513709478113372","-2883437565479739439492158901435065041914981107933779551353024131220222072615","3111563429051369064830778996595874850455400026439797761528767527639360458515","-17668484668970321780421847300231362399090679118622403744238164003467968335937","-16408276807541613562444719102372579702806978818982832028870240681995130660604","-15397923968596556831734091787495409675853217139520476999002500783762361582797","5818147430386556032723810207144486947508451518994919936473640423827254570208","-3651438655204254757201610736863581601391807059981221164121962868721590318698","17228751849850732090095944148483032409797131125529668574822116308825133779634","-2769942548888176230001593284642554944909522645716370447999554267330334660826","3387035773691172770124837618545054488173972223723076433590027902340044994369","-4489744499517314371527297367761768265102469713010974410389033281062093562035","-15346601248305836557065212295136460362643990237347781978114940037679303709431","-5572618797103157923424196766891808773641022757355333844602939366080088410714","13925524053107140263296504397665503997871114796598942413026544343246629437225","5817210457695219575751882252494384711635140159789994277057858515276663731296","21030154833070309191242287666346102171304040318936468439231855024960809670464","11691894283771130344035665173726470055638158567261298738519803476290891993575","14912407155212084488810117354119597792645221964695498633774815296936746327542","-20738331296660681996499550423367825078525902826288681124125827686672135959969","-4907303448221044668406404099964995989887657512512380486066906120894972383135","-19090819181052848005509633355087533951507522694013618765156587901154935279353","-70603252979723221070430463555234296825764047474841322098926242093361393968","-19444042492092367615827469499750789953127159925007523328213608708419469725933","19413209319472240542099434609657343363982659525074861257725391033114890751032","14415957599506842894401696663769530615949565348675842097486117754987822171747","2942916284284888459726034001718629388011218619575622039472379721729211368462","-2946989836905905794435367940241240101100326376478039209000961732175948101448","-397376824993706346448309223473366944179056419735171537779760837643299435573","-9541554110562705460500305801057722459951292343302090929880586684643045381327","19480102942258877696655773761084540113536464626582858492380993726604044932916","16459750692470599866885775946369980732446160112850722528019455793043524986583","13428052304568920048450220656097260668271048744359709576683486471393967929467","-10874459807992212224968424605066970864941862602724366640333660146030841233809","-7311040546459140844723057928445143857696208592246496319466691097930316038025","-20070328168400941689113393502711672828560462799315614035404417246823094851777","-12870453745798272276346906321801780785534131942099162106179257332307088856874","-13683222598315169420158955387475630891331289508060468434414892556800761985266","-447136422993879775583668277030757480461275926520432746151594758700804195247","-16242121455468865108574328971646332033009883450999714335402106982709752787509","9954304473581809350990583931857897092019270134030263677529649089160613435732","-3943708768842659527890892410275845856071392094023634153896031811069436050645","255773515524751149389790397850736647190098733551029908431251383941170357034","-19001521196783367984038534721354387897551276799403419741149097812142664873157","13273450006440449045680686765315647012210433274889714464218493010892840902905","-1508441221450140495593441630015420448187740651037172758459719947917162596331","5338314578377147276277565498124483075506478534351535996799748404202277590463","7047799770289288588076605658389939251984616116564603580686777761578643372579","17521617898642347094133896711458531423347875592126913430395019239041152085788","-20190931995540389922885151647549516077157189283692849797876523224883276786499","-18500967281969364732476197104024227173431989738278260825838143057479135835202","-10180305316670153600515728761734335873511235427352511388020462423417368816551","-18526527052246167797835033333936713557155234922275752412062870426184349501291","-8430090514606765241349144237382063216972469954507337556621999494995344296387","7956681196659878415643369913342827522202772237829469059378160963010362071396","-20151675480639840574347416781887986625209770188876257187187664738895522759655","19521162090903244742397104402430050873145627438196533449135187194635928177649","-14746668696737010775649965351063197893237362987665071509547888794350697608069","12197214616267885410311525997719319458898941495902951778778858838525166160584","-17689039057166545832402147103729700936879019223749005484695013672731294902204","8596653131355270952295902756645362698651789772339742707362755146373849068669","-16171120792015224077181421809223714393974779968857127923580250936486814949446","10549517639202888722488119075486610808777484320772038499471669298427700092729","-11562186175331458173936051136761156036359848465012009906259977692443092405551","14985228160213332479365086060500914414867653337897588376063528532466437507202","-2066777486705775253685760343788557925510651394684221303732480707693848612109","8151658114368911815287107981613531383346595332837779725864239923153347544416","-11400036511398066841472143525469112670130559692223867049474385964760695841063","4745884338942277510043840944368098764248415067098807160850680228591495332263","-3564659773049143226093226298104002091664903656197022052079992537096855129795","21628312457478758500942152243939058545182882701152910402711199685586553908414","-17349669518177641757548463309715306966997344189504623372475692608795323281281","20999611855145075732125456731641756850989853439284813735854121795451063957526","-632282070467971452157254602317913417279292405342880153375538959028427535882","12077801148165959636234260872134589909356025485335742309565410140953901110349","-13552517992935963554117500115761614609403693145497069215549085462918553758622","8724050554367587341761971379990597474170625889053227541733349806461250962371","-10662621088764935838798668772143970209734628559369711312676753279532980037280","1084500882476743420075285274110557355552230055393884479317322829969181180838","-11825475107963939618809579892885400974067014650513202771536854057883003689674","20991259568611379256832265210094692831649885471004352359989025349068829418199","-7835160735939847649117123740988732059059051669594872680490482638849485370992","15871247044973973201038449997696400072230823278592213458044962540318876876997","-18598992657639467619021280200857905329936560416787201247650118752775168195790","9328111261935059138200773103519770768787590546660588070664965007231849452772"],["0","-18025611776808814888908804731388344190569241270928912340243858192225544472414","-915098094567639074927853023706880365591109150541458717043639862806101084825","-7085976033578910718723872990613030035521729597283395577840726202092871667657","-12631908156873205896744638582596010916857746749957237022193243144344037302566","-2745455174741671895798045220997961848540599698526742089444797623788123988819","-636431006521461141167992917138609408018997517904319758448129633346849292694","-9562929162793198010184831604091059317743886739042810100386005911256362479823","13282490567006976026628978006764422127260790141609863265338232748089787954128","18526345090325803179824218723496804201891992870063789991031806901631448280411","10135572541401311168158263865458701318130287030943695084582493855084648433942","6982298175004494670846593517424891877991942055783798319818720111762041195118","10998903042830358385617435729468410771063659396450538770654112807125589999271","7503726214894469985855707251783498175108805790092923926292269088777746526634","8029029582189004455308745434033345292917984337135459973651123049708978427975","-10816849012445195469154179061606408176601886238006520949424738857389593555747","12755030558227305686962475484009638626111270283060108206172804367585503259944","-7250651580827791405966193609361358097515830614470070698379877274097676751914","8702508072427631254624505962095217246794033992677316240153255958859370872757","17347493133995236640460572662975460292676946313691349068211778433655874553329","15233042057455425325463446608625591697932465217953707223931491402149183426841","-8678638946806367253676028422574964462047516460742873427815204646427373436005","8407540998080880989507060330376756953897126263111861899601849850442047002718","1556287673738824179626981894222304904666811649062381685093525346376506601713","17507869078638300478979514669005118561884702092335692489691350421129580816764","-11440430294204627753297944183591685900065799657767791788473585619524189832988","-10795502539436398027308349489471345001922722395885699587158304709276157490259","-9876330236498716677430792661463190054102424503179908554757897627756967418832","-12205846539793622195687585839579824002346284771727065736658232072401293223372","-4729502846107054643799502536029557606171355915536076055388477575601596599617","14497278256652515599919265863159426797082397048493211842099033905354561134062","18658171155942324258064929152753914201003114856362809666977268222814775657484","10079617325678046386106190653208934667550815124566259741834614946468070768515","-20835339425157220916646780696246455889967597264189841523285880065874355166439","17848195540395686095035440428349957616815653610207883322054850192112128466543","-8244381784392614053992888844209734517026137335235456286579986079781112080315","-21308321547662473113448761394640181529228310280580319506222749419739872765857","-10396038621195881091529725076410696693885421963974226693324379400048435768792","-10231080183056719123484916005105977120054222138814763127906644051867915464894","-5555524377777304539308173665613697267638919958063474350265256727700246949463","3924304707866048103280554129824296251229709763453127117835098640554931998534","19556767910919690230644832616629306520177577146839620848306970778036114001323","16758000980963689031910823842146716404245966816424151829463388430878584316856","-2462624176079720770978143141641732574395319027477628725189400884059028109319","-6488907547597029012536328665028536015799470018385937636800715726103233095037","-5816865251275159905027262537802732820232356055518460087770737493891625682842","16255870407443244545111915725461869046722094280696010660076912990078835717972","-12787924134914506650825237477389714351956672410290853250371997873862558568402","-16880309087336509832238225571701276473859407558777880744349040096100008511812","-13536997258751405466445544823800711536352584570338769489843818782969145212476","-18499733761596925226780872394765564446739344207091806619962146821931318825035","-11238165549744167627448546455537899432605891644201992465742235087835355880391","-10393030360828193234434089222270653539716815542048287381404191904770142068152","-11207231349019457448972754371400512752033811488343023162695095484743790334949","-13820474513479471597670706400991624774560639447938511312544971030391381629011","-6404932226307509484001166109644683663483803547461059817575765942958835850922","5419696418228274458203931557569260683880356961713353322071594055696091932089","13496519490131369082320892870017752917591085484995427137369014055964581078445","8981036567127285875440978351263585133840550667898051207368227974944334588303","-18666869101173800320220427957474676556107159548860365242537098706852531219117","-11705268708677519601160571878967129223757346755593285849330665191977948170713","-266458833012652741021359762318818170957809620947312213802832630170903183132","-5131582059212481124327831430876281944459914725681410002095927972046891554914","-4289605049839144349540817216144720570638948295878875021373655930515579590549","8632817031985102183256016371653985273983684858161462410330261124823250619108","-1091645388579968697216992676186500810451050606241336783057599118864660766224","2259097844100528885941416314000582287334197938272012194342029684083593230094","-11312199529341394487158822725735029391370214107154312486837321000109388112196","-10237878185106820399430316464412554215859913768438660217775376690212976844457","-18213434557568575387230328796293439810258356744217338149256013844725208903594","19132397999396607910435490762697986540012365947210877216097045479775188278504","-10490453652752710675681987953417652861235274549216620090786311458234288686183","20254693218057276563607811846263808931852977749255317012287579391890728675036","-16459516800152081833308273448427988888191966642086933316696866639640888010058","7176909513498315927376829415526750357573278159276163393739467731576543068998","-7548825308523552573808801021933858603960600935694559051240634687648075933856","8744552886802248109737087445394600663904895635796888060858768006632013292187","-14213283227937143329714804238536461731226552098309223597709425568750914523405","4409735234219945715081299554161770701408498115710004896567359798058435933728","-925966163018274163074703707751802025226076533694599528323493305499216914627","11292257034753867799129986508918583652684507270614848841161686631548609508867","-7408824154789417501209432944143223559559593954203338121299178052107960057192","7043298942114753577223116967564768032419074234237474375696387377948915783388","-18664291033882029330335593712529931382407663844802512221725268442499883705147","18399351034122534201774363113685938736304485614733150601983532008364031133819","-13878078395721126310616749639068226602810780555432120836701090098837630813851","254221071438857164254756186987085726919489503051894654088190081594457012046","-14965648077180397755656880983240544548459773084240769039141433583400567920824","8230128790853351437232902845885209951089756367109646209476047833930126911393","-2126016481545671874979739971020313241621552320230316199851927764038315424921","1162298470659718765815471244443552793299107975507801011926686875832142986537","-3843949243537513476781769828958541943006779281078920370421607199027393903958","18914723527156478320042492406914045111804203601585278558516944172343522843770","-8643808781838211122552869378580152433952732150712354646034693819630338143033","6375738327881320548412852271402174955208338919125613591460831585185870614259","-14844637141808910584420981673350728316675395574077244182426094507998840647335","12545967002155416211090615381985523770775674662563958156768461992118523242865","-3845055720287662429907754637645067128026116829245041096472081644152876107828","2359516108163270781309151677099226443930484348569864834134250760841695835512","-19666043188784529722538898628731974566182194535716542003500431239674769255989","2871867398328367633585504033161081647842640703502344276280420918873140494876"],["0","-1683710990141482709403569672712098083734489569264564306416689742754861839684","-11015965581031830278481122378914996979625418019846654407214759264058462187909","-5319936819023169146690775155326633320790766209169973869646578652468367346949","1430300484957983234171840912132824923177329057575730699249415075847103659866","12478651229890931198339685592812490645907267293115995893657507314163166218770","18335947645972080565181519155469587263576022816479103177489155373959900731272","17670418235447706408676250424757050843062954705985208640706184427277955684787","2421128050024955608039419581109253929433958109971104475316508941565860978685","7101678434796299631185195613630320497365298775295186057487106583633691142543","2462088445363904757476783561455171015895514478699658858131219086700523590267","-847003779122546649499066608946312458169673971197796552235210202662510763888","-20618464215134050280174556126780211188330960894985835987217417904419522942352","-17436671182308047672428590792813643484219698301510730651962074181156528871308","-8048685693434908716810270491877545679472706730653686766229241122478285822219","-4032633202091876938786422638735645294385078753778339424485163740926714844076","6936820313268546544411109207968110262651416527200602448535061535782903341897","-13349504093434504063618852988984467404323072636466033768538930117123407614422","19552748444760565069452167315012038916261216459812259697424950768965162278674","6179177101926030323873157172169600253132885335780652607616924366832204975499","15091432864761183181533121136888531685916251275385383730570371693305371038315","-17737231331867349811176584790170475131818121868623051546462300738374753598100","-21487254031645071085916358043421480700030794467877487591990819112057470125222","-2889091087120294234667105791525079622943644231991566938341489573660082096862","-8477391836326796588433970806015349399648882490979692127119480184941124553747","-4717481836127103945149093901733285933408002003786455956729297309089231225508","10221369444737482967853077814805845086204579657810177537703866121875877001413","-722822014542950945852098376329801700507757358377216111594261914095814893659","-10088298733776609719212920995733689885671811320352751229360805771614111330370","-5490839435510789875182826281470021753211399765101267493233363201174991038856","4113764610662741004363521221131791271774028658239200103513430672668146131099","663831252781728812127732856978520862807860084488438962165111261980953092390","14647858865411076808908734746151689563535966461567184018283073516848690125450","13632819709247174693252021223481341737594125640237720575640155581201210401778","12239286957409211020608741603237920770307150376671710508290535894179952654669","-11281664675088686213618246688447057304564353539704003725175777413182097892697","-2982663860103687860117026586497322660380684914891833489990073846770610116272","-20681012289446654529576475483597807650417948548700124673033303726621039359727","-16434909900665923618408429185209177233583137940669221114176223811392279589462","-6626933675468696396309772042590721254204916406617900984458548320169363493760","12925543181483026327878877841589358822265070995600530115629298699600132006242","-2965282583733504559625297563701020056241813631735091331063556789819470501317","21600557076317370406274351573806232973300951219301714993576578015634106702941","-20585052756512153288476147771770946527776546379932263772054315050408947752391","-304141718096596911004734143392192964576882875021313696062727905876132953702","-18392375371626914120748945406793736506960534974584550227441523059703173583404","1273599363857081812940126283005821183055942099113557431876979204030938772899","-8504153880604109637327180383559623160299672063179007320617391395659136847269","-6213469864657917416542941536466884757287637799372952323682518241834026810020","-16926309867342418943536837163178156931438719417811387503697949178747068629258","7484536391865984121877373398008605862713390563825784957906756787700019219684","788737584982329486305086829050736640591639137850883712257965376621757119152","3709806172168854578664925538031533095946302397147823326937088128241508495177","9115405626954942262830609664062684107828164208876740695677853703319347687336","14396233029415723095630506215400587602976446780331358416186207460366008867357","4270140615917477707914508072590994627632328969618089111798554006021743045171","11090108109231456554356863523792274047184191174298089940046567927429437971571","20492463123274617640199940474760197925335685945437191241071493788367885590044","19666433095970792511058055307507123385558861299798377163971425662067837229497","-17257714659190464679594844894982432815124030462604606451710598060003319282059","-11368180768712682114075595506586659361252826714507320776792072244423651307375","-15329780087356110455399203436299382655399290137059733255094841583359171586169","-15162613061014375734680602506026065707735394762160989649756137980382572987836","-20097370850834325964816453273727132455642755336170988287276072751843934147358","-10571476172303995104550867321594258411105096169317258824997638748407503294045","-19242507806376489245132716102397910227312058624702628292087082792696479896901","-9617239924312669504030866536413536107869876692714150494955953748198723338507","-3013410438212512977517071570114316454233099348502948540434811040020953194059","17916826937066591933370587942678290443788184655770549643648666181471126220595","5068051101627901653580924950235353486280969885145297218018513688889864583628","7227847678773837412770327964194041380223471996735623666613729135716347411789","-13140180641373245045742311743707545687000244180422587249654905615322182898684","7218928825836824057454917492451902228903101714228265455242308502317084050276","-164399321131761864647054080805770687343346566637438123755811926507404976174","10841871074119990110482491899411521974709070161373917375315413404951888223260","-15528350989761249936776852455315498423957093314155832152017881181279453039177","18074287528952648670864435565598327151310356717206032873353113381363477223421","-18008760650635279974025178527225547073036047587464195003249882524055845546205","18641713362223133502773074214176009421102080443444527592905302656086233024200","-3700299663176695782699395059859802594056231873751842934178441510522700922386","17613311378768609995492470806188683293494278542527180811822031334978140936141","-18634185090142606605797649305743121895007515871047288259774930559637088363858","11551271670724390761408081615393364976693333493100473259407934846332468155157","-282277157980945423282732480861647016860206003416671956079715834619070403181","19693562305617263996881757798919141131863054624449940740320063791341161209324","-28751368983516537917501288056689508523343007203802622458701802568874898816","9785266580717772986082145850649949666351748547489086976412880247885919934622","-9272898574549479253666366686514849221513266973654101202487129451612041932713","354765167840262316217142426618938722942023183013107566632592320928411193326","-20188372066541013548842093343460328125750979945187121379464889834068167295241","14494309867425998526986774778226333111367821820853207592018469762633080661542","-11325358538065797603663497629565270364937669675251328899549248659351881790884","2727760613986777331800629520620140227670733303848317914046889730282856275851","-4964559669042638826660128562813021518583983411012601771974804111681860963071","19483544052428785406492968002379361364293059068071263201660320455750804620193","-8682561817821198679746648723543517205360396932759116553116787667446055527946","7412835578881736324828759217791310013805075918793906817343841844767664328173","-1524324472833394278475523888328655545920825177127853664586399768966625569572","13229944521176999142672461592974953331588470107351099917802752138160538360117","-1432756615635737341411275007164894723689323127664648451112420498660160365880","19182060131106774952136988483240101997312029891346517621818576782253041490830"],["0","-1651942858252020771490294773226964157626291652859994790330372692581164642356","-17092151290006936707306373828648956284091091436675336283800886631350319086950","-14734173987287711872273910883544581981037635341694543602642907690041899060158","19297760910479759886582948678013252371052292760789922000536641059851948882113","-8813927712100124314006080600067866895257227364767299572731135259233571719361","9990397121904586931822199704122662164048239859738642588024112447539084249506","-11661974053896347906956483925975704781323592631040603832495156358885978509040","9057803723235734883677195621961665042946520590156054924899495487992257223508","11504460312554663818311557790947709825381262021345646532132891034098899700831","11561021781503277304197726760615930073455063091002895974571559596124641651348","-5478059978552900924706379708297195354401273860675015771477012547816230142517","-17344774176083079406464152452541636233413660329671260990477787171409672412643","-14827306488819705794601119120742604897698975200798756815953147151678365679475","-8527128036834892815573346692074281969549108370384308142441662595803696055209","-12042362390788057835735154700223192802203726903840993110312499333961583720348","9077622351056263958687608753002300860925675206996061175709809622802986525166","-9627338999620996753095005514986565323270188828503800478647564352229698004061","-2230598970949073012715031679068020810176677976120351264154236781495845087229","-9328474399641858776261369880595124693381680481663366771910170292277434717611","16005370578251098312665641838010805642727375271769907102636073421014558574073","-14185713072536138256715220371816128096354675504778687896084541479127260898974","1472937259746427599013781116455201259558196522700159826584102032620805782766","11531652126620130393632983171438832249109714979847876522203421810244650907088","820488699952544340009306475202987712935893521792202017244961944205728210021","-14428406756478301901574553154244289967154303924403095031964138311531485512524","11065960902640414607268922558048542659217285050703193058577436729559028595747","-12743054377021521039594290058335054009227932217074917592332167796219163056440","-405456696057577932136789609026454340718475633176707055675492046073723323658","-4191910797381990173389919762856175071053170565723470650056709214036883068895","20343054950183505446535621304699600565115374015812492093860483946521221373323","15152528416260947037327327806671338718817992303726115848599148887721955534665","19712623357324446043401145723123784877701905027630036610536509276645971447991","-6114903577512965754317958354731601092334866075160793907586345646660711886115","9322544354386649605050485507216973017448649999447283583319952205609589546626","-11533170620626523203488016915429943698917780722114421957814702519144540551830","-17887283834261126973388717841817540035625477766779087526283322763165992111805","-13461137580913236681395097936121906540236533406934034558094469792262953262349","-20008859260351118789558378939070059781151351991602103165112037705535580217781","-8546433663037574231852137067984754639256336484771912404300920304757391709385","489536565676830926904463658344553293962972520905842725169415568378415898623","2787053902090598765206978060460563851029848391670866048017743349315949685033","19449692499734568461642257072501684081223616848957388822743376826560738607500","-7302392503218729248830876352616148647864494906790183604489706964777773958271","-304999031044607385408254033828614346052055823655395437701912774844555910614","-20283463182024199881488557338655219345801252530312092213938423720985909114193","7755705643890942629672367727237128055658698707809784120515457989373092117265","9602570233781588775266567309754243470339883781582924835959305947938851677302","16754347677159354684427444122450039746766668982564625495451083437513808578227","8665802091693967918316242808575907400952831110790921192070930992907199603986","5184718622785025022543005162891565890754915636933579809769931031092502795745","319672336998535150906561003005791910906178411031593864421027382499227578451","13569778184807093691879589526263177096470636947248136746188409495420575353129","-14769860221025448478794835530181122574883807212268522896215110738850377054708","17186194891731208186573109598100532698732655968271955109575836618109308932267","-18091545340735369434148136420113722684779235376427990432908831288059648078085","12646013057094236735386013310599708873905173343737488304148124464340518891129","-16900410334605376670786977366031886155945208821281531598303476527432009807362","12486023618858901639097695180628057379462572700446529910193474999645468385679","12376514705874805265928827182131803365986298560621795064038892441441762082934","2060876993134090104530452896757095364287949695582836425645426780898561704718","-2609028174733241385814680618102717335290680642359432436119431289849096525377","1099599251417133746677824109533992090852654052647166922886300485529479627783","-21411426688488442124151343271361594119761676129011946215314541786856912141646","-4125277663297876606334676088393902357504688609697345264979769509634940222485","-9154841334341575012715176090677994658849141482723858339683753990665964866009","-2600055492087647501234539721913237826110301480428577404095801103208710617675","-9995463992787547932448666552748415925519622200824091557430795078969746883270","-21435793432468972393910431811009377506763360749468410659920063400630172921419","-4024996417261942073680035356131485586244694597343081059744097700671156026453","2471281847789438205964046448807865627332811339782824296990578970765240575219","-21816092452461397260663080278800022599956197607194977203951455317265354845033","12016768382817950802569849262730594797992885587491159659292218234751524746658","-3711610230444575314546092583191638334256373060689791664260735250137202891106","19568605111736836822015466394166105316516303852673046376767811794046198761371","-11953861866288893353947619344057856887212877832585957778890947681340076727073","5134440268295137243257245736641994183833116680671067932020168290332786785770","-7264835929175040904209187653594122758884266273994953873166756560014535820572","12725653766946586834636666276387015826665421633474557589258411992718617517324","-17371475788428064879384272659308128337602945638159050436984930447374524427807","2963437722460082905707667877044834145247449726487841339968445458432544572892","-18391670103893389914610675246865592085613399529585567762517818219702719868335","14356060743736978986529854744242959220012463917299019317171885431287231633506","-7197778110308092989126015573501944527710973104666787807248385165492929853038","19139317656401307869008514655405909589191927434896863654945052959635969049226","-1988490664278502139477355049225846470268411494959401095301745991054249737050","11051425131794371309651209777340781816759340179617272809396290888908344742737","-852133114756021500581941834074854594309725674783073511007341155733458252010","889449249813390113689141260915267562149775136551805567360932863316252212551","-8188891727130578697310475390708514758205307863861616744762660858367370109585","13519887448829475408520372769662349279983603521264826233920030112851113901631","-17563610163012866716845314955798105994158200620166100851783889040658196799783","15238227063686376620712029244245702190529846709464135105876704076140317909539","-5898625947011491694347006617410233931486353187217703976559957220724676215999","13948374681184496252802497094313622689901553480926491455447854081022923958394","-10327706899088100543273610722170862128578600118145914757112200337548496166678","13851681986970254996631271131359522373808847811878177679557254857646888619621","-16935368111965412506314164874936748514830023940033627850049093163359694751780","18031025836922220589574550016316474230787295432942876525558040984717510094879","-18552755207049914276383258138172709427644907755834451438794051447771946131534","18970311064693038148209589780888968149458087404754305215059439299443870868952"],["0","-9728107943039677876553958109003233372688161955741820282350883619910431647252","-10811772923007885610424283565719211783679045041540898043066884873749793597336","-5243469467020392965776985238210083906594656580030079762726686720961883585170","4655653943657565451035668952626924721529742443786457715182555402379380134153","7626325202921089131112693846456530256840151797441802782088617930325556563034","12820143586490893323197436406650500365592664519716204832430640883073360249693","10480804414473681366609344617140771314521987047942795596307610990977532172551","19426105724822610631350326322647138948782639937433635809207406766490983587372","13624648252665122529704704294120675079190800857770426060462913198130328058832","20008749029092866511721814000688294641792830570804779578856496317315535108338","19385811279593271201065959463979558914210027742738780258121902349265612260875","3948232181385293783636796844336196030774395314694747789407131676342926755071","18990257857911165195445244373274470442351371592952887593152351272502752311433","9108431355928583505649237900328399890271254549212648070255761705511850702472","-16201151260379356565297383260510197968465722927624319267969227215424952038508","-10035189396572848078460592914292868198779523961076284114934270955122230350165","-21802839781158193069647903504956099623029925571683262921025834191793908533642","20472505690300372039712117182099444037700282055886582882894169245263938028845","2397109568635162892689901400623078134909179114689928166068273425773422743992","1744346285481230005650351013015364672764157224841083097664381387978817543679","-18960188127961256075202233039145006841387745891296396382740202477865485735082","6599012208710523962460595114880000847738438278863827413755774677341928687331","12183246048474290853448997915566871581156324238833213279014919172443509665490","4747275909461976528721245515032656163437325055845208344744396867822135337437","-6196383219011342754814724308852698673241947343348489964563053981697388865513","-9327533991403460612427764623139656649637526592957204276355324912630625210771","-9127771590928129456320729601066458531642291749592792465471100344378781036214","-21871267952264401490839008516396813801127714050633749857492858299446060618183","-3863970750607629356874597951145749641718461754960969312302920831615640982637","9775523653323294621861160528646308815249369113568891496729486232386247987591","15848406281249126417355884825644338027317732079239290156868720335300963638721","12462134662738211555153489371407022353299550798738639067750392568814323465322","7798867954925759393700516491048929935268990075709315887157009352169285228845","17460709727137972214348841657778334791866330469046356122854440216139714988596","-4056141089349025718423612141021166496938822365263227416515486186884431839821","-11755565476920617766255296639233730575031818518827462135976976887160828284858","-6691532705062567276194924120037900119896041654925513339718010196440697735185","-4070621927751650657977264439506151712843157872141672712517127956075555187030","-1864379763037300331508965899856000857079766634026078014253120950808687868703","-20361943140909608018214878706012157871339338680827838403796260560335589895808","-8499822366583976036965165571898765360418197549606631789645767705283757297736","8020697481899178259864247737472789469187842271655892407865291498460276913541","-13889553244316597061747024178546903121709208937913724067656601365826748321516","-17446312938130708507251159314727867489185332951680902946964390070564112766955","-7914062811498774816307810315673523438676802467447177169589092308126668385018","332378437178488732853048603324365835416960244544199538698319407975480152742","14229229671040830501122674282689027632780869281956590842766347495038497520603","15267641528297521001034525406764445008604514656724233432406839700372196067234","-15759928091882146079941114612504300057379195338350607493752499042323069721200","18965891763014502621699722971549045529373124412359325418864563492187270028461","4034934657366047418176340256922111917378359177619429090793335849625171981740","843155480119915755150774035592238309942823370507413572531736783562534486400","-15004196679083933242380656347500761772049514446383727762347265381793344369031","-17186421772084559670864480879302180640507056002111464730563201529662443799422","-7015207775399570830269889698455777597580378497725042405999548673690866552725","21562929522663261754007614774731805838623972702399824008014433178111381583517","-15277410839488886856804978862439986912149551085865162913612944251819113542615","10494068011863733416039792980558829889006738354030977560895609088223393565448","-741719499213018169259683125672919028643851466099889108513299791960986900870","3259268572628973819993127271226892227448028818707445451717762394004929008908","-15279828062278233636114846328580454574085425873441584009328083417876431039405","-13829820076239545214848571593005495561832372509875608078622050100469846360525","-180317960896166097079385665000819399803331709979648624610544911089697137166","5960401419917706441960114783270103106713801038720155452238644277276797849801","-13528398077639408463429573494500095044653567289535477910981074457123467365517","10440202334964072633090295609696967196542208860117371944790831445828518077900","-1826186261815192797328097897879089258505070135069909841884386583489416199917","-7322048874548055095625167367598488434225504580526967377089622874333217017387","-20402201190780508732431891611826086624997610073623647289830365799484114616842","6183490371764049053026094915885557758944064308859549687517957857302585834525","-7195868242902903977558849247955432186761292081299524779751570906274740792438","366524149935531093589194020154635927317146302691128218459472410391775225506","-15814865321774618653207440695373983449971262891058884540135655907270753287991","12212685768690613055996513674698442959182633367299311206052981953742825313235","-16164252248878286408310546144542161897055907947877394493981296762352686635612","6058497265703577391006483689948095430708727363696026235193134335539078329995","-5729155225088949669827731334140406677234232448875087720114036423438116114925","17684875845796228803958935055237939140957700533296616992445547000097130343885","-18218261879213635482978304769450178283545954204950698739791768548989637382145","5520833898077037379343247147296186286791201523229936140817208836031394792394","-269813820072834108456631745692933132960940277399541637034605417688584482628","11927781459875109062723180359394779142550941312652800415354549898003826380748","-17959475428700876196681543173011564853965664499122081897938467881162705974762","19081499794568501363349754249799875940215201980380187019540445034642733841460","-2503532996391132020272048208851803720328218656085404470329967602267280396919","14223169532682317512336794076235000485092805577296840318255918698822569491908","-15471914513734994174400161415947602642422323981557500282864261516183611787913","20985808502459387468653320579635801347437617893399326381637011926357674113776","-12478223614017178667646577251242456558163229165212919459751266803587257783705","8639666447781086237674863801905046052205007377347539865061891146774849319810","-12616672255699685043306760531357870763326139130604196465875531714135237737910","7858806100696084531268277316512809959810680194002093272157026948080001444585","-634996846711131791184756518733794858515052510410126117086629286403693343844","760888556474541944923293058713305705800213792029916795122236365936433149848","-16009517048782381412928962857211393161496453924799355433005096377490141155017","18262201905632165607450136386314935151426114148564167361608957055179173488332","-3099079771019982229373288087549374053037271735665369196533881132154492029060","13968854278188376933338786055380317845484808371083001381098620340718418500655","-6038157879906975464579393845208629836386973057501066820300890511863736696246","4566370542501287381314118130585125955184904459225582236379869826445927980210"],["0","-13928881827534084232338621837890993238167140982081813701058600188191937759157","-12803457788833692690060451303687033827439616536335401571036244675435174189208","-14918995546873174822257176291957504779828142878180869959695109963617309079642","1947459412551957542478668285999023832739879005423164487069935366998200029672","-6344335791611636655166403483115347260265167947617786413870094629449686292780","-15635194593575595781068219095836635645668516095241463925684437318711241256974","-19165889156618886755814820204274395022180695845230823487662889828585497027247","5465070973323788950957941061499541824752863348024727439940605110137033084403","6087875744547277094565018481426019529546708673299893238372994372046858970842","2194078962994836949994681974148484036886550946004108476882224276826968138480","-516973555011294556748483305796696432422258541292600616556337638839512566623","-16436988904284948834039996598750800999715293812655185002722003486180666550114","-15630196835712986218541485891054019806244684895505256395571528257289545829172","3704424060947034098283864280717156772025828800800528589099830577240459030251","-14290326683338635364960830867873245989791756026734474050651465904630381817365","-11085993445992752255617624420504854722490554751176770362173459541627860000336","-8673086447246457588788012803863356166669016886139079274360541017672666474934","941026697741770790099552243972927714630331742674866527238690320769413125663","20277209659649928770256158904803849787152884650706871713771745138658314283764","9117313687478099868754318394285423854379461566262031198401039822165846434442","-17313176421612606570923824837702612346713848351019617465095275916612894845163","21459572477267343679497394270826742045207044409182359652036411805851916775777","-4289600258873320252846235310417324146174556928538366660174607443690036407589","-1157160875954469008626040068107221987786155541504576324864083511810624940031","-7646273849539857451207563199581453422460193155990530818958473733676993658182","-3015113626187468400320294036598857822241359991493603923604131602236275429631","-18858681376158140928631192656110191021027929132007817282892352748145011413562","14012117781468551658090115585129366319330411117763059765755395105277620744051","-10001662182262191390801035081931161681828952991828812759226915366265524239243","18381541708289790190386810304583866009264314563090359907385463641161103923908","15247002335331225643163246843045284707798655447458148065967359149200186201433","4763650678244413038772277545795667482570160233527573807699933000010997646390","6744481008514342061188035911785333938219010601607992856291275500924271919077","3102692471254911725062065954476563109457162453305399392960477499950501434210","-17439647197388806783982003254669211548190562755501141772228650248994330117769","12291721929342595948062284862854575261584806074507844961473280530650657051620","14468478557818372594451549826735164095876413164687679249788168855064340130422","12657192700052534144974246897994189904619527249209073457118047919637138328229","2958205150714380614825049689285775028217138664853272680520312304090425921833","15863021800279223093784351241762034439249682706686718946734447581520373701971","14498156907631284812800820153710732704007709549754072769292357809436373222615","9105030224949996924737397839526439501176056263158944144727646044310283670707","14080826166323636348937267514890284503039325319961948726016935244842941479045","13090230856168715620504281825447700250093172176712595277435930766907659295190","18620272432236815375092396113170954943668919111199729241992464255068231010407","7636906522068715620800290607687331943032674296795989359250596009512038906212","8032267680093820281733243253519705309088140054320004575144112601752716815317","17122972931920403810529886660525984957112886195021200212210121359864159959846","4751281737349604576842660792719088910310433654246689689652808750063852611615","4873030122355716223961143922923631461012225875406057991493388803271007842244","4675736029787070168584872667196093624823759106825411050194965573100609318142","11393049587369937329395149231000854952651748522774192627725758443994723893292","16397441613529152576986629237274813173097682034391685185363017073151457765733","9761660009477848437758535871041157459478535969569776071023597214262653799366","20300241605647967301080114173417675324678975055807940843443748807582742158943","7620618216329905823561529175056661678333299936348451215330960077123041233943","17020232673133887036829193607087351189990186120968298983482719131013741080045","13102089714581035826746687749115352483651570491548717160595699128437490952152","-939558358225434444540275027436570436420838558875763398768204553003458815597","12895614443176498737211458543721361702019374139983111952734725090480596306157","-18781968612116039956237670858331925211162291336340213461245311712741815895610","-17147512324116281979848472452228227326686588061075010480719166840343351449788","-20901924004586896465832251036556581598648689360398097784329051305457606041543","-899553929278123715192157088715019626056843798813264324063987351929750783356","-19619506142597549192049352746139135635555443856700341638765886921771876833683","-9562396059141669968128696533964331430890847542344875607000288450965667547574","-6286746659785417251984981587899713542027241043899746739443204178938746567680","-4462220512707706769378915092148649886457402469220764298018667891328491790734","-14683173996407054917359920420900039956227208067645183128557807080316758812274","18085771555194867019612223088210212201642228544611806416686388232205591224499","-13646196317732417013503561023058428310600077702955194258348516434294917243718","2423932144897472889087936522228535572427037391500877458408054496030831812932","-21804161186694731246725362493373594033881547695919535870726712448443718786427","3502200140021148885106011660211590546183759667893825800789840419113849841931","-1628949895655156194341787351133301827097815469525222895250452897878425679751","75137751390606796311459740732897311582203573837694116621559679798078506923","-12604026141191291899460195916648282532151854652794629526148047811924246969066","19784875359561483256242205089936828504510369862059493906214142141947102463713","-5322706432385562561487130996360929382262644067821450260215135221058601211161","14904287166957864970288673980970622525285460438835711984434209098753994251405","-20248083075239103428563046625064523303961693058225568328313387994888535256615","13602714936463056904368624871323336717339088417776638483949444832174374166284","-76777434804790925392703935466666257652313513024133892996076511542438371832","9425248062917632309649970011226418511571142498650673957371069316169889301870","-16245057907316710040722091008448260017165058386789869976315879222405367687563","11742184306224480240931611356442993599555231405985824114208578654451744314756","-19028402637309791674332740968047460540340700894471261809647090220492129900133","16490955676891582506586662195065524164133086718287909976510579316235349518132","-2361471325342596507243640543091631762108925185113856125618111108080804086788","21652099846707254884000777038808614739625607164150040376740501082557993134451","-2609411214762116250037179200988350788416440090237633380247522471986651111488","16787500570054635442900836346659575660725225214042303763278918826974640738133","-15971094894262727028929347003058147705449093175741326288668975360559398575073","20876564801466384133703586005813674638445321764927788235112818343524454293430","-3524503935518378673560764396358013182829272454702481177305414277201099138040","5571565504452399760407989242389925588044666738716515881210789267634887146815","-21757416493959064568778213786941483390077960349409241649607870516985178117298","8961894572430318340473839009320157457647525614007262273438464377326732074195","-17871517096865882887956814416357600467545933376350861047948124535025811033672","4140214772395023361899612379967812869681121506980798254554364940272790596776"],["0","-881754210662030638345799325","-8179425681062246965368641037002961009959592658878047541770017716167171000567","-14226609292968988706456994009948825186351642402507903347867458495144428599908","14815898710156569557849479987413018830306887519936775805850677433748815845287","17890927049225273981862396536135106459141588107482477416264614026873592088455","20343433030122016533554892956535603637331776675434408106388853939679674122738","-2372565555334876482858412999500210863912308148394952065452083390448949946326","534413387448368311157429236962582259210852136671288465520895005843575522844","2479318009122596005518350435863595749137419100996938945231564029281597361041","18096642910693146068720335645143834358855410748267922262210643961017877403635","-10495561430896113859353589540908298642164420948245755211181368476576776403126","-11700106971792340711526350806683911774446419315496613163642804618131469460035","-12859005913987762380284710677436761335425093351638087329719638655707807169252","-12779137719388332968988770183887245561576335834608155595423654417820604881141","-7644194656262851030139153913086789145348668088026683003394525064606045866783","-8503991805209011568864939632715567080060178050758319562777693159397492421674","-18160015168939334089099707128671308344953361412666814051586499964816605295810","-9434408688820076544468890677411123172226780426976157962072195801044428318647","-20953219848776371296238218132441810382500781450598092773551032332519379044641","15963517700851166874038832921284991665905204759226780350852460810604435995354","-3194851198063400852354358665453758507430695148360217050690836374606792021551","-4496975447487970916568089965694652513461850644665407005090935149241590665909","-19475668572358147549472929881352004425974332804888979825562806078811902811575","-16554388349008046403370322428306089837714886903141253476370911612129941783323","-2367048373027096458807964030242044205166131041119016631607031559216057909626","-2399915762542814467013464795343788314145475653332716797568497686701703858997","-522809978819082909003771060954463262089458894578345639823025169142514097497","-6906529115515851585567341605196180005656193441082949695649390468821740832232","-5094673815461416577803069405581045407902665126021623790119195086823745396936","20736047913799160488688809449584891608302712235961911445097915577853005114335","8639414083275372845081114397633796246142387755640450055563188603826754880532","7871690885642587594320457288093188169675471431550318905742327455818835006693","-4436942591641455169915749179427526224261918457099447802268531165868421530988","-9431772514846771576595528870484739174444929375661146474075386147723235440099","-8841665043457256658533728156557106037080989364959503177503509711567104828766","-14680716907682956926078644681739764481239376417447290284585197340758939251626","-6716563290984871855549793610737248517451541265925000579119650277900656321929","-5092665370894798290128812568256237567151261029460033038823130973735882256711","-14458417845345844492457455493812224285028586666988285564529149699386800767051","6277437008814377673588153588993672646801961197146269591223192637272954640692","10604231326064695860473700380796874777089756919162509615629584939652883600722","2299042228152590795727782128743189527766774398990855794128683274648899506681","-6641713784342701364968753972667941421992562435607112732841157722156020723782","-18057896663598325183411319748477452442621503430620193355427475089061731905665","-5623968031397968125816011615393290328226369132727437696113756195687816538097","-11381369165833089089746226091802928073967857282119867833259953472769199025374","-16686029071032417501549592690063533730796053444864814684907723601232420342032","1833232398267153849179847593801164908530007897889086885534153856784832499893","-8950413953474082777462084696119314872315379154186671258467609651051086436422","13099820087409265540057298535595248084584058272191388313004263196629405821215","4975301201256817330779685722586983782884054269751756106397751931521764220101","12424367043205560384189904089226798219663206814003302199139198138513302696873","10246707032737697093231669818843142309962121086144383596456639045672772930872","5675401452802927967935131063025662528498791657927006159185927813782110684476","-5457043872686531846481934639109358222367654930942215090906620049301035860671","-10831910730871621102596328837801750586190904904522492386433430747213199032177","-12204638197479130004481841677127606739757752015190020662134836218289591666521","10841212637815361340509290246560614866860835393389941779480890650286953653991","-12382538608267614941816802685475041508893808108239152752304522479319155731169","-10970474319130136281608458444500063843660335184216290413771659246681303860024","-12261851306379366991071789078413902254306932839856071788240222525329749041852","3203385935010189249753450842294639540163463105040431406016574788994278443163","18478079401234031012738031087076142089841296226609874803638108789349770463180","9276116987718585837901409906011013645687901668126236541170344132546665131701","-5783723547911695206317997225687428465487641032230545756741568455558031456492","-620289174370249791735410460017505908783125481669877902429775668648910558497","-17144693274318737655429635642320462900936758924246174563138935091145373023954","6405760043260153228196824549079526380343149882902950701633812004327889888431","-20914536503125062799723999476578624964578634666387412337355611729997772021687","9954866688860971477512748689872587035930577771429544923109467293709831486453","-7226141990937439520060006401643025834513719842786050735921352500946998689534","14359778923731535618392311659813946396078227421044532964578161893623935160392","-3697726434456972812397364630356133326251579948490628727716228726520471493692","5958566143046944520272653221074631669600607103531070026879079194235638447216","-13940930353149129596897358247258421978640815901973549408553954034192174544332","21249517276771190650555928320591231988074713486670577632305865858122724691882","-13884564941533875737418255408898883496411049975542176810719245317306499460236","6382219712763206330710176321036500038615075622427726625747891696697461420710","-5787080126928433638383716017195256322000800791234802229773262061894798339741","5339151892821424441900900360508783862541572653683226940990147412669585555291","-4691443569203117551010750804807558618919330127611112843299164168668472272096","13228220295949092035879761203440603643818923518969119456218720148514939294923","-17683054138524753961631646547757564217651896128216327367506014346304587664000","8451308984810604364215062014965428367885160766052108846877765726178598427544","-5982275659403977386392363630110316008633286579239390087731484175681729808121","2139659296123736261882811321238914355188714247526250358396258863964477073950","-14669588162749633463456779963644812006071063967485545283792501179704664245406","10215745096464650933880251788357016636996964296308553071142283903578613146349","-17204450840908861096935669833444063111272201744224661688703321788453021090705","12031763579305424684612817010385091104803291923430493128857518709243765716597","-20748080328596788615117781621371476292899986064143431365657249643215307949214","18219140714840252495255579160001992063528159690144324418037764646706002878645","-13770551089386428643688183123585578383456622735448381430313038257451758394565","10681187983014964015819128224179304307778068631045068571973638692853357797173","-8328290966031270067413297805107095717378610008081165132265597713570754104981","2585583648088917931312627251923648686959565487496991592245896542141629324787","-20455480465317798940061499652870267406117157368150631995683626017935819881596","14326285870081835136815741780359779869293616605710488276902609463643775975560","-1473485130315502293559123075190935016600555833779647737421845575116784860704","12307500894924909957220958441281061150112216217901883076660388306263513624460"],["0","-3456038348185148719302064065040622382402373326380810395796278086863806004529","18053408460973426173776472521108908220774702767561499806966479431887539122259","465432822868435649666955921437938374858507018371678537120447256547897075244","4431277290743272556587129203043676227961093634777331841925362442010671105661","16992579196197513890107569173257682850485475614371430000521574122105658489400","13676733947284410141761643892106110070710824658738690230681324218483586201532","-13173402260908826708717921879236793175075299261201625659297720189926777774327","15412485175469693059146683027072578165798083269503585301909592606633519439820","17954618444604752269204797852718824324726706503516937886548808600897181931747","17054960961493985647629297820398791909579777969865003831800933363605542230268","10450954330121646875227768739097094553868666034288663762274421197973495914257","8489998144483828266012874639595727771921424954875064720443381197487465657026","8913961799417153238701383078331917346728180969446322765780024579185661220771","18566505230456144019337345916434434586215061469008933602938538415497838355027","-17844865943927898303553310871424168418562266902542608806527882897044379322653","4038600798489111539325827535416438146138680284772930280956638681918986264319","14085065821655488959997615480216679398111850654364964791805925097276862372932","4858818182319639250718620879876605062999760633015958350941192538702361096455","-724686089029086519994108480963188324510324073085498681377459917571147798321","11627579540945706762526038533100689253534770216545711976791711375270597263418","-2876527557245912076197096300745486816594957715803186958074151647680734577983","10646482063309844615075726948565429660399432834650531554215785447314637834453","10597824243759990271726196626578904948955785099104591803408309797195280724771","17495814218586225709999886437826526527684094156627836495014650206912761206816","-16075990070547812240400784426126068676587721113758665133401192195892844875709","-2172382188843695588339721579194587150472688464791880950090802871532407459519","-13289429712063074614176254446901315367672256666124819484560888367557641252200","-7054749119650674043325670234908356096942264726022302034339234508772055450817","-294661058674001676682644068834169978302003048481692851577612281576270566082","14118529764854530437941771518972382905101407175601431449780637834682446508951","6992216445677695394141329214044488327773683022190617147226543062677060530607","669952275497605623692860418229984165452123596973927923238194022545515013645","-10051188582655869808593422591442669024135366332449075311856815004859921674136","9759489918514930963974530104575538357942897958000202649765078426638909580414","-12222264181384618499120476286619975442061393679665871276179809966228850396694","-10852948122441264156930599801993214440950964192719662641422131610775198299164","-14947048967400936821456010666903371482488063649777492242751509237396736175625","4492613221676863468408182788582640941557119401450367909671293287708845515765","-15467469998067338973520582809306108957687840074973028516735174090017219415260","1724606241592628489528556178506282674832999376374266537282059880702269434408","21675168659771307223110038647727776853572520585946260470279319727223587780706","14928700801965087755195289143069872318152871753316667563867387752626591554775","-10569090984662834522671700177080233451470610766436216550115434314232750289117","-18695373956167562991804874242007987152290602094364006338023278372928563669244","-17858792085672245420916766777308839278138613310008163819997659494569675518807","-14286240775956489200549535222936848795058415331596902770250274332658335685771","-12036883930280974532705525940006974083751398390171498328096983296070321882160","-10524805737157960392345845289380241760807243447568371090953525575351625389323","-6441558292244476128190597212043257725696960674021368413398329987646568642459","19150104415591659185903348243748000726439137841405838450475777306722363931557","14128150424085904494593979560946299144243074243687907501499018508284827112678","21498573345440296419442185482184283241518569252430038596801755169675688803201","14682908747659827312353043214022049616080133647613985842049007746682953618505","9208987565349868628386551548768555622326113815999453912646095099315022708412","20242412440944714977078778604462689539911306627664554018906799293730732696943","1940989629210126487534591173450829893877377280379822080280522303837632174486","-18309734948430238325126381130026947584152931140992449629269629670664666505633","2272831323105990447681546764862681641595160787830221267339137142806674675369","-13968072934695582126997331279229865881455644653289408309945026234929961389138","-20886461424421615801993439134828698245401952248528534995445066726402992751776","-12497687529841572255518592078269964745835939258165754040771018939131863759687","-268167677744389671762105254422388899105461659012458338415954745522090386197","-12203052122449339771079406602029566878597277009233378155492967831845924188194","16297523273547646417835624576855704700861257811886774964469572100615677166816","-16645760007681798221409194117055962788405212993054192671774053093200573120483","-14364098823249186058179531457121167062878507395161858904253871092454395591230","-1681825213076027474300869138570293062248201488047354875818067060808574783431","2796140993106424379497844737637654095318387805949658022874710426003745497552","-3196353499433495671895364059016127845609199033247102957148725824058888117613","11331466185410528307784454013862595440275271078906868661319829130350414978060","-16404525521322805739300251016640663532198850177441262161247897206414406096762","21761908148078994970807929595364512821252843496765086186889422214303200842550","-5640166276948635959463070835252196969973380379573589239158193793211397420773","4339330348500849683212295433467540555817086826988734724728506233510400869804","-238254313646128268460129347675949056214763373259696278353810198719432813904","4097782596928457947568126957448627565814855132576554595019287734038863324741","-5386849613487646853897473336514047922452843064234794178216399924384833351627","20181126367800397332338893907657598501698434010684970003464964048773398058361","-9318191051949711836025057275410611570404960918828949266197137853452029159691","7680507511172797042273232610518171208792517855856029682938973599986831671106","-16849982955337244822262326168907206859060561069957964717912057961823991119870","509070363779077995098038554481188163958917680064863119099605232592633871780","-14271947263686340516366175987657092804972797944597650043854216739235819723793","12523306705082822631137522462081908730795865043509832673901247440818758321306","-20951560980445415255401473600486971105968344485799461130055354522064254897311","6720399303540229098551297139758525011372903475365078943417800588238011676166","-645499734668311345046512249257788455342073278998035290610387896496247728923","3906230968169586379265998951763098420175907876748571778364508424787628384374","-1674494115902212706968190718050398506639143501243496699960972027926560130022","15108323675282432216878914691463889272992346446372176478295174748700909236370","-20950596492557569322628554401259656872864101332030890291634776226248363403351","10218362458146716563726092215501878141356407671240585639443849437036793158265","-2867159273581036640870761883269013254496904379401790866933626041151363343082","21183902969444047626978610202079247282017653661354996205107262123333645471112","-19987297996916016030231687613635863895128624912182525095568533104648935048153","14593137148982864460434200081987703925951926332381760625614245001259284433761","-11641989256793541090765717715527196108361920630894471743041919955367797082141","1898640373666715393747643599217594115758950044502206127503592099151934438329","-5291065801194732200406131756945742967826774415755264564507197310137712239304","8163668995226502142203727945008209885408548225113240779597549247489343707406"],["0","-9811970942548640616869078437529123315556163351911123305948697783192023954249","-10308898320963493088043614373704057869276642313478870357937262053812725756022","-14060584288742065010839325577116881873412550883735540662649261912107567249773","1668627440221679570887145861324908386323723800125544462330957728587835522240","-7213664866807019756550091599560322847257587731092968270164118481064420096495","-8896001822490045191060079713462515720154590135401767322679038708730110450703","-21761847495649370724973995933230297520418431564069229480830503540444751560333","6933428549195884520055450063414160949016925879516981554671211172423913865370","3690092786430986126321856143455396098455991441775497976645264933750610912844","16697731517012209045878980042635216815294727329779587097785279195159434510613","-10381463578576802146392438353341675830461623990968896831086746948313431819745","-14006590230481575707324012477985795074953962418221678996715610145508082104300","-12828456641019440740322281127955491199872791729163688295868510353846108468261","-1337240017799039475334322477912513465261598419250860105066761084237519206338","-13122782673234493892503617818148947044686560041587793870290726681814051169779","-19207934413288570584353261430203551287737345074378965456887312334982393952710","-20490493472519488868451364002805693801892805554147856483546137118551267332267","21577837659601332537535718700571954885072564200027386856658750174544474480326","18842312955446266690308161491461246708605501815189385936776307417349876946090","699284703716694129073770652939565174270445100579961542119668956864499101499","-1315615892019559437568161523848166295519955338659241449466582646055250232831","12835540704918763893342466282757869635897668887565477742047847693966100693367","-6245014672381619855384187526864558501896869855429555896898817554206311155788","-4762016654581409033391921478679673176683705353311365648457662911363119174684","-18694092025844002195490870592890842038637129985697935564810244076635514351010","-1612721683451460466045206001682710901257578931042739814428939149595244637912","-18422940870390304167980822085152185915669013978450690038381392346491364276225","-20885891565935405177550056904438171008580722138985071276133242154343406104997","-4484406737060137067401501028388502748712863183389754568582198204672913117909","8976356595733424824713627090678408403495364500391332658384902761564920829028","6067728624502320454055442272015524675473624531651794698748051874822467474482","11586941743198323620818676817401577452865011014199340666347870290090126554961","-11396131013418256512730689443500074507446729252819298352291796546386050655371","8492488719426274872725841503840703273477592778894508274659996843087468562924","-974038929629222185282729483465006061352475494178975292622564243337337289613","-13841524712435651507295112998499817150541809340758528472480808876140539854361","-14583002657601257588878370142769275900310675947934289869692349280868899476681","1567574597462659303186109251895181762241309838960269667538088821589393672444","4047079047375886182592919444174889189521413468196714562240755991715587704044","9884975068582936408984925036928859246480900870380146676217988182282045654772","17752907609487200987563384272421419449199280375756376219222994619026497304304","18172567714744596574677996253118031567587271769152959891669922821270968307310","6903429396843174121707424851606732316422541425819098773649358461315686343098","17164434723584774867439559525444722479084272354356272514183909660329720079039","4590711972006185982682465382040186113726995932099562516725080010804159260884","3336747610263025692025236961711809277083508218618540942300442454574633090461","-5962389930479006492202170954207041811722077588347932860851396692667452691655","-8353840143181411184101497576471971847352950024708539894438528195241404950267","-3145947746072634055768111746774570074337435015141377288028074524418392124880","-14141338835145242602608152185736977743081823514967347515263814602899580754780","-11912904972381246781375335251706308376174251053409723228379842458098276338675","-6039291650088864384516529494677590455190381450805062304916242027020404791749","-14678462709452709786752812282401772051879312634976073473294958033123190843800","-11531367367118288581699774881091305756708595043311531960577279007616472869191","-8850086366087401565485613765205964357335238192285249308546853601261018811738","19519625022975937401510012992286118670047742301235973061334026841641025252584","-17094022695726556386372149247501680706611497682541194328292004184418551235522","508992585277656610092901846882230367421890863897235816570541342951358042941","13292550225374111369211861980055694727773550235015417123692385308292377693441","15190368256145986164082153745647561878634327521366794440415577382863791646594","7272342272967061527602816945265253821810435129250863429277805488214972388496","15217321127121428035487742805164799638585749583293002828156988249983609587483","-5795642006320288149944069517991110821217963273968835485398421996512685035583","-16684862672825407951409265866671872945066921152946770867224426350112723292198","-14765047452521667840492957449097276805649072529458511497826670763800346588855","-5975437118655838198658169257515956696165304204188338909397468614074295781501","-10024901083258498521402395092661966676788054586602804595163305982440626839083","2602812167860128787260281132117523345492177885587842680476278782965017962363","-13603301460179992482804210345139235779783632867394554399946051364644648583006","19544562926985489840582461102334171049459826607804977265698152103746083454367","-17600415977381119628678947506477360869952247826327644750132303507042176571996","15617701059130581074274615177275596893005725044684013353481886073324989178367","-4914378420891051316655115214383964985357218905982326936345163740732459039882","9219793172276524511620861782203243981707920432159236049466423560977115851890","-15618245223840779340867491799991751838943934981729541505118910572930302947541","6092044204307918949929995777906816504862011492111244260474415733711441622267","-14773904941859159977504758468392023010127588063235119792668149236893737139835","17935010892167418050215456359443442412506028517505658563925213339227426459430","-8051264502564070357901012043953871003306059860779022820324466946262825266368","5044657355548069785060553012346586600727967988870065585845948783699486826683","-21437451007475867576750163916715355474125815378283083925897666127638334134827","3000118543086402295580182123558421685949820720471271707931953802791941423195","-2953397418080860267688311139779616511199324674500143772798447459899622861896","13343776415904289668183702282123484463882635858701021596528845320170897985010","-6330456444837154581179555594589203974181657520105742794296709674296982598821","18833578344598009915631101785767819801467755272403712497747689614724737189852","-20298093336541586003376557520005184537814310303593904153393359830571844295647","2684197917336723687431389240727733091709922838246254367979311263369240159614","-16850219265535704782269164940525791782422043139445685533944283511572644022382","20094119884880473658045238781776893121355915729045508068967409709527354173486","-16227940185328756674156971303608245905397256708966046941933002497809524638253","7323906407688171286415355210843364662881122874545573851847885898460357048874","-19600909533240348326697555480191718631503058808591708073881231387204199669198","1225188186288923014152977305872658692932165450979633215672039760980187094906","-2602651454284413956126125847524894416854392783282332809624023964223590007121","2574852987980216964953637354238839101560685910208611213456990808507728853231","-10910695143387981302337218798117556500820554979265129066919179552365805668940","16407149592368750343836066406821033742349406029892486531569493952634000938500","-6658290548369610520073336293616782388251666320816989471952820405948790604755","3004828657403500227916438556048647880217123653967508115966591083375476284075"],["0","-4451846007831716994355201168526903407840345301779191452273984411370492657156","-16421044185693439550311925931426413973245142500057939475985563123134656191566","-18311705774917388920578864372770284279535202680530225075737743834527460002231","1923817962073370932141759974974518704405336313433583800540813290603118049041","10194068357938337398434138395543373178233027899849845686919030801420742686969","6392899656889436294181001946233426695885848971108689995028883881060371371110","21285201777706114325881096981584058369670251798702046127675570749615574735483","18404595191384735170197217149676367430988614011680953893708530057070579677442","309578140687226826887603053692643996725637641031008925126491188182440784943","21615226468881066917428809174160894897479965364961883332626465879495772054473","-11037279085204848947226161134648258636177945710791379663941123810610610336624","-7085485591796185820406508780784078705900466277870164194503708588914488174278","-8974511430356037804934406622484852972605121769745919559911042450726693503639","12645118488402611999437697540155357236373116541640405827144116421227967638432","2056073989191228364902192738461060050015122802979440872452887452701145083651","16638228083938100830472486211053903749139835026784236040038108157886330354867","-19156567483657233680747489868925383892237968392088196337988666489900895764950","-2850997854205733755505788173053184425110080249131236401111848943017975406377","-2466693539878931079062131200706925045994579875611532161262084818501383759064","-20242813404073634691421654951729944351123791127594127379672616244560958161707","-16259327312261423390937908300539704638245160013227330929761146783190689158822","15871631688714423238476854161663949177819559110068979286149686132798812328291","-3725996659057699771283390114900183771376961423144357520200145367935059000164","-13619940617024516477844304548595717330642840972117077723863168646023552759926","-4523123783391623173066967919743791434550643538000451735021616935230768243620","-695311957024677037609616788974282067287127071824736015315821687772087517122","-2154437728770705418648664281201897305574988494406510651066902834056771257958","17582828240539595175745153417512514492341547589691509950288075521382344218961","-4663123490995223350549151451674763413374335845741839310083230023839200630507","2564359892230571160543581968541700028353154372950207548348190047473522609617","12417650980415022019146810625213513280003992235969328502558442676146856320149","9944806170485567134718194861022426327190071455684482893153139701591179166201","17425991209886284714501864797788408183054897723801919425625582036442203342495","791983769675725457377337423908552002849080577573700799124453649698103457861","-16902968481190463418740349008907371589530267403780734033323130036110107869580","-21164953372653966074866976581927782319705758349644445787797338721816766137733","-1657679893972545561886270110653157819213240488285854724631294529613512056424","-4501584764880454512372583781809095573696517617391865554250357755645659436855","-3367407752284389193675163590116840556517609430953347895835597957792379335033","4908122401705972747263006661147354882317123726105990754763807106934476494263","15753937884137675834339482711172003768201992059323362234995207025881127433030","8489048551343579199170424039980839308360557983739294764088891696312520945210","-15654075372353777234118963487025815989744588579801898018821476900634172893081","-5427882812081272904810957030753678928433332762622274267552407443139840719775","-16333543360112317711460659215501937991120165569543819971392382232827466590616","14150495540492346091936715736498042512668205185836177467150977740047420604597","9256541815929951618296486243800687307926131243401243285767870327962299584313","6503160091981338857369339996383705902983338668565907061715983037300834155236","-4712037211447522475435117595176843246400047235727098218242030581136498629767","-2080742503500579300659636639638008827783587542162602374606612943846946852195","-10160804952669453843761257855023396039722891332180517166684185615578965242378","-5012218235153969560840293650532464326328448435182729056983081441392890760731","-6643149445102753213156016131955701116625900611007357131909704211063911031732","-14762246779747695184531035924750120988556049444614484465053970448768885467897","-10192522110771125563973175164739692798306511550503551560048987662388472016825","15142273569197384980978575641984378002353266567238620640388579963614390731930","-13118421741290665293574380951018140849623597172566122610095466500533769097429","6477758903556830439230040503378884990642964551042436605004794721283676843204","-15901674884298812599603787087642066722650493314377102306346764451968831244754","-5168246364903746542563497922754397519669422860947574359441285985368546769406","-14752344091586758590429956827184935680010093570008414287805207897131224514166","-2825704034579408599503376994543948032675386510076228512451750501417555177160","-11459132901842234767247275093071009216896629353301814881495643208838440319359","8563471888705934541910402096628647136105301713828891728373582137081514490360","-7738488832031530493617231702631501095315289058528831988060606025434924467921","-10294383568889409816780802274080182261735606737553861063850651081887557344794","-4373353725834390600177565922969762012908171306711970382125046406495102551104","12508565606929148536142997831186153411588938821009977167124504443103021111980","2513019766626464386543613690337965875969860492079208550825883702436100474801","9158388089586883740100847027831761779872809536888284627780074099853913303702","-9916135590852711324392484459843928629791304489387684894888107026686670625638","21796210706487035781571586124255489331844157134662605516284175669586806408499","-6818279813302709812887015168292595664432047052835624351599278008877003524193","20889069875564714342999713733371256470686772327869034100388474417202234206841","-14825694046078628849953818623332803579596955388895931968041176536106559253815","509753349882423660657595717742311707592895276065613537225139581630828420354","-11423321457677889349326792289572514484629137633165184727788492130697821205458","5878103901154416073980586293007119642883207776382515798823391990762122417618","-3789695286582539448704083137589153894815424354738561193985256453952073506723","1464472480832245591303982235584848592732940027684968206208859078820454483919","-732809228967044418658167013941578708306630408728294767735166478578559885453","2075004381674475590683868563798902667890420831951525275578372334590917044698","-12959139554011117851266928573227803130740488571953925546018415458832206050269","11968030316905479178661237772922494641318638355402644501500791051549915404430","-16308359316318269361821548902100689682488055972359788244154447086490187008426","11562570549762670747702105331512406947382546842939178603108470790787474176639","-16327624917362922845252177786730093445920919867428617952850109716393218207794","354063332655611773843541402112219308670289074543267730100986386096385451762","-4788815205478714183642825997919840145932164954899595900653544889712067275793","1128250606650927536127541282760783833904852206053779923376171041302891962910","-17180801562943304981721554511109197679605417084196225966450202755132485317450","14892640969819600250445722301281973212828036942723217118103029513448280685037","-6371966555958074422418151273186671198205780907460704051409105370274802600294","187750366469130232977832432436080274452503289400897385361696447106213207359","-7693186462403244869135935473966965192038543800039973513360468086658956042743","16390758317097758981233519189003182252293216382202243871870540588187212963348","-8322675200790331989381544461286120087022378109625892668982067604840029816705","4864556871701236361028703908348785235421255502408623525196931590525282956176","-11496742876429081799572435819354488203854017884883577764561188602403415616354","4909725609389817282206632030607542639208470002394395112875746678697802669247"],["0","-229103902430046858354456162","-10990035983321058549378479106430249946793123164676764755970447749749980567243","-16392770066940753887803119210832395815294947969366297486931657200713412714881","839967401068707189361976805295483927150179989422038465822459311388951241528","-4077907634726676021450490951711656007163694700370406116172617422522110506180","12977291702915830994735831662636050024552050040871756528865407102719764150323","-9690448897301652534317668926116716975630558111693524300819353833716115102643","-5141878904027965126462632414919969781082911746311726300513890866143301555385","-4127354267636228745179067680343628023377339252841793860230297691087483676364","-3086007185275941549327345016079905435279838884484415296952791767846836631795","-2098689418085896021092357143134980086338166396157135316942204442529439807467","-7158478298655760374545282779366544733595248495041266088734992823066741152554","-1216428873781514937099066240482350666070388557267210301727821829295274707060","5188532565952663099125984014414622933184925925866960271838050565146026794474","-6009052006242082066485771606885172231681758856272334626626446690549731295696","-3194529937168075423678435144573459242667893119803774567482050916222152220152","-6332296743650696833224714682431690533942789435653369750587989971924269321612","-7096414534995456313590483940258009763559070187711352904929996087182705754964","-3399876696869256468581311225950897349289083014863473690003570326251813744374","-19661639656699998369890577465672292372411971264225551811706944791023581868388","-20659456759890127000273980788889887366024459770947500574463532180290691076299","1956831236497787920221825645075242173126410990012180774898640542054135287165","-11212397702137790322066981754196704510618124048848159678561771828456186144270","-258366696956842593231482742291154157262927998432446967778109899108668136051","-19993348005264009072674302351896536406370297865473548738533452581113458036254","14224712107918319674018499708381645150981183812534805794178639486523539245711","-21305832848171954586244771979636154752285228179665551773118223386022352687192","15293667386652823986752553528621644734357573226601813515286636117202130766725","-4327744581487777281382144004691224358358331720477418529312421988846075660310","12926219683678782321791221480353518704204554831094541908961168527286831023949","10639438540551913424315846598339681672775320689563623117669149548058616842634","14977426765661499955401539119048311450049627532557798967641193577593767648961","13654823503116048677595763281970159426588568722852894963160134169851916403676","13950989952955312507330064752285435280814571529627261545496792115119111749601","-13286324051862333050147044373131588420385847790471965421292830014377684524805","-12889848164621350708043868957637357506344869573727839017539130652089664808672","-3591974467236710921583202332106146402140862844857338346031661662778131048365","-9414707654414028912424997757326385088045317594523898719299615687745169541959","-11905303809886660783480639629753283978026451035517657417774168600479020251089","6010947575728904005374478839377356368665833546222954326399117096930914425193","-269897786075536062203670187369579863894819386906749160445678745177250795152","11738144137891260026072843095481357868671043790481676778827759344401610871704","-4492544262171418404536131281758060176366952199040043178750532554101204373347","-16986308702771511488639803439050771898637619661423762798989949815171919090886","-1876387754645365407375877616749715001835646911633950318638355301293290279930","5152284181082331756063777724226451373829831594508608085568305972709102610901","4545664689881255351377864923386452814101262567561647685447973156983287890113","20514734617118366630400983589757538737201765404072935608888389365470067681261","4330051535701701280941683145732392476440996081702944761185002710326542469891","7168389844222391484417895009344282934349808004311741470009742994572076493524","-8465378494474438056030317108780297115251215214966187251902610095322570725673","-18065752701251849200657664296854398609046985527627610685890827608631175016251","-4290925280006361878703276446800708569469311993457748627513167080753491602459","-16511895449666974091347841495276356610118698983648568085250241689026143341155","-17270297944982349701173065614210513520233833194666681794106814788041549271635","18818439788392740083439142550486599013748386967947404500297895813519556274106","-11815129360576396197910797077337521730102111348576058045991423374407564461706","-17923163913050527080498499421455580885721866106907306487450997795992760045104","-10516135578462187059758338100216733394979795631605224026429956810711353161376","-9773339926822523090241815072613573424158237942232106963693815785585445179509","-3101455872603297508615551233958525577810356379571599739860818160536196139813","-9642073229952332226207972181060924950384536045790250040704703984969344838544","-13244252414234993366029983651684518318862606750734270941154670548960924365441","-3022827487940770651839242293560067063713672862019608429247585353196188933312","-18264638334043807762016332105526697530303151084800486714681635518759166224040","-315365477731006526164925607931657494501275880225822232665871589161157004761","-3178793462174572417045370146353612736245849260257558651695491961210875938050","-14271752654487479883124863003268383025911521788557827674963591732521951745723","-1133446332657713501465073603139578253104433987540875112866059902781502438518","1644368155718795006153911262351394319068507435589715145413693875858328992885","-21246468924898288527106009440244973183555832060483927237204995038968628431484","10952364943851104123950617268354336151678063518927990492394463420191037532503","-19417431793076088358647471256985613100505531135112612341874836641812112693241","11439196181563037485088105398186322268332914119384008705281049112772709029142","-298159287621474198750727628711343582006904727107349451415846255913013987802","3940346016262803796667428096882112515987457771703072180446814446516651086049","-9690318139442022056526159449633775245741185831429369487598068764806535066397","10472399762451999657823137669413301024871749012525545180916849056281355460491","-1194494426976975362681562876427017206830597419049085307851449545860822334754","18603665238411897998271746988768052221741684325413182994608023147772958140937","-506307815325234889048845098543429207862014688865854379901054497192770490788","19230757028699061114209542748842970247911799005231079335266698733498931757429","-13790847024160184933804009719513109308376874445106282732511358595645011827265","3418602219920179943500564766289798214775251891037370529642375957781397949987","-10931214318932782938338187288312679057357909116427488421489498642456428798366","18317047495664380536991039960666945134481129958691081045892164812161933148859","-11848032240945606952653398664799154381973121237277648153116732894040352839141","15648928935355377599997031087070868481966902465386641955380069406470878891553","-6348803446930804357059176371778352056833139502664203487728368465350385294515","20720485703651919795313758121153025382370717855923843598162348195197885806012","-18132798163620656008447985927593171136203076166550250958966090086837144518499","10343640429901485240693683378631954362157031526148349787135413901268443273678","-5098415707681035091064610899932596409631577570804789701706792655420134497187","5401162049284931428456664405987795755607717662742790302210471202608882282877","-20080169652580644322951027844615857425816480465002036390217412478203352073295","1788181403632659148269559597951744008575786949626634909452203467425638054855","-2332359422072780214763120382895036594500155054534484868508458193765489287287","17008415833211773816472866329624035519037476507250954525779089353730544185854","-6807797017973461444627343712739179326575530553847342932259020181865332208879","7953946317367250388652777747467771325624200438578781083778978599287335898750"],["0","-13635298838194958335169892103602892678112095855996726084204946302612919483486","-17546862345415840933152270197716976135054301132415511036632913652572796066156","-1779718665533718700497820910759935847955896336046833793842650111265846901803","705778174013495492927607106256311099804866013710389520026306407399889424656","7333155284597059134918672497453969288323426328952795838686523894080720258508","20612075128242826557679349966714312177506832513733803116680723350428414002206","18909985646880556497565865448960750468612470015129991319279110583123380666733","475219223494227246268608077158450975084943235202318148250717522794823044547","2785198199968373347712654661528361986538667520001946416431792667096321261260","3332905009119654956587239391467325107526042879511932147283799581408510750656","2998623099752499785632999981577874427787918028906960894552054587830589726748","11943731726172489141573874472855371373866877977138504820043924031996034799845","19274023189782312225414533499399523666908772958007088989516136446657887047956","20438711541446239101739213650716480524289134123227048767514990918176426586780","17431312837630642842280150311120796891565841172194629494972316445979741364266","15669836234441106517973857062049132492624903740964507428740201118828938574518","18595037068872200052465762608994366348801417677394603276728832070252771935491","7378574084269334985054559874604349394535885576453526996920544690135446017523","6761085535789096842796920654427719189441498971310797714842096529183580676296","4885218318561518540456612400252975705964898571093816207802659331375514804750","-2882649506540226198755614821463010834554312414349723129913203542499613788511","12439119044001351455567799075823866692891746204473425039673004820984551573164","19309761726157170196556240944959356539666730702001413219434596275196808363979","7315609434136125048524069228666358962803047441117383804397146091384618928453","-17740333516188680237370377500240888217468870044146102672135668846314408088923","-16533460432516740851638814059374154656821848606256401002144250617545559876908","-8570248353104994036962500348028886087512850487517501089130137591428706419609","-13721996295198535499785743207751873080192703262621943144279126334975171587510","-15604504465061368744542254579746301117834643288607052021001626159116262760619","3148650072214075621717415283820199152066042503193417180545767441319427764829","14022387091523296941494553820834998829157911070048237963745246430541513625335","15460467049934002954459007997933947161606087121545043422148131540397108312519","12977854207628595601889121539485944909364041748879619582512211117778362593060","19961328407035687286156661186010017689626961929404220334030641742495100639874","-9376812233051228500664895828054809158319703054579831940651502995687187245290","-8053341155351861453485174796600329057285509369238925167998128233276522190854","-10200868227590051700591690831891698398808877911443498916703338934183491861808","-18874652805411121683834401822359154600789743216254993413339354823876850813590","-10084796951224003118646670319418985164774033737155988728362639876650169615900","13376772248999478031036174858619217105662320987938381740057182015433115013531","9810933045693055219771238754258781392725477250027103480448596192394408494821","12510508917045110465222158448413365845338152771789429561625566345417190585580","-8047564780072315047228750160781075595311491590218492860375143610582214815769","-718379174145010525556664225635267665859149671045641005547787284753046831767","-20213547807324045525662381271099159364076433068952088630737108090090031929380","8590008714526931263227693920588792781819310845035027353406698088944232971865","-20694522667189165283398471410446915663675628984490896614997369560881986551376","-19904500374128724105705966946553087928857666006336447597511853436306741283741","-416251096991407265709239711208978411788021453731552489356638490471545082947","-18083806039369331897239732734304266959075373548699942289227120837051912559302","-13453454457027465441596674091312468723981024191051205203050011644031452099928","-2459362310128501613542134740619264491479330476034002131588324610344221472410","-8855164938681397712398160398158649578888847964270363972273755231652413306122","14617504627017276448739212472023768714000961834531549996825042908145902646977","6430675104315335118863934618565970969873095095679417973532230541742163904810","6346814908612232694264845954858432205002798924399089172969034112311455679022","-3725989078948991545981321013297173198901944753436007553056624423981924448895","14225074086515552040785974988723070171819761436946163247514085653327785879810","-8576697524163006180369006800083177099923670432964046371881129508662976220736","1044154036099543494505730165612709480981074236744959875473270344039817179557","659515765029647844099439794398950318263254422046595628678947313385980802676","21508262341855927805576987682760253126233787505708550346168421962181766758927","-1391029707964171734518863267828960164020984407240336904241412671099755993040","1384510224944252791952318169433410089796221921727422334323518937943610957284","-4517567988770181635938075447127193043411404407010546239516412498392825067349","-14525821288122347816113603802553676661571899837651250160604638715336976471075","-473588724197626568973997294862723123757770515466014434396463408408307790891","-9542716101140011181035508654371079317225263228335912931903701451658083482691","-14431743574674737277620037196260952150099752880790967547112091175028307380076","6614164300801109431766486507960414395923129996429776373845776882415919809983","-440772114686527747522559944618804803378200446934176023622336769214323812599","9459065364320246029834832569190009121982970766373491759344345384201873000854","-4167900713255651305408963632115492048280603184365404678771897158960388466334","2874212493848259720406817440614049832178779992091450256238964910224973752496","-18519963052653929063171425975158215132203025056701126779368821714776264428954","11363482994253214507966138876213760201348639887604058863129367016471195385438","-10109458495196437773238228951136826467886529500062015480012041602994540939622","6334359161052816787024315693867952658433327651309472678461039151911711794785","-18124918722531244965418278043217836149728809240527543994412574346036269701948","21761490546184101567858428333188240603946628047778524089133974221190362247556","-9957886407730587042545730595036206160606124335597334989102866479224142826335","16986541300357440503232475921111457398778758217551709369231948949751576979470","-13072824746938001442332530142884718882462411189640695266577524298666226599379","1479545707467714056213310127961568750684060228063479880881746534706896229337","-547321009605944512814871346390028165882357113776494869658904469792501197857","4465133089390473360185835816785695517009818936657957417501833595489301427576","-829238514110269335511697005827394526452710125253451443953795762898005884846","18183328951895748898443203999575483567499070769779724471187317117043598234361","-10532911237039987631426320118947912847062469451626290482242375303819969160161","18424041124714747287444043861873594510484274412628946655985263771911668313264","-9638621064851248570074130750532656066037078704331647898339778428113956013428","15822609640139593652896468259332530800663420268968986117076447624301999258960","-7499831825907026674440186412241402017343109701748099898218788257939485685889","8397388497527306838625558021032699472889661874665774791028371380346137041221","-17488114627794903522731090749448891249967683579816580395355363599487582912775","13344101632914016386207136244509768662170317824506334569744627432209057697275","-5645915876996075194361886321489353409212833295017421028253731357495367680537","2041565397704201381637328285780677433541525582141589818812351882538581434067","-11157459266542467855838739803304994385735235459038074131607315706681616294553","7701949027729899876307532736566410658406116407734852344622560766315338850692"],["0","-4236434104226956494628336595856246791331941496854807776989759434287620775242","-1407322698221377216047663691225239991612956690232448070567235400214520525560","-14137481882930216508131200653770422236034410524714345946139215626771305873231","9378653999444434205830143649852351014132354380665972957999908723016630509154","3159068427942476055480844151590135581707908162254974944198283634163362053157","4428435018879423258801430438807684886397671468876870125750636552939438574141","20048880437018424745952620704179830563854621741470124021436539578278596328512","18180408822167479570693620276053618502286507346755222371518374033383532984019","8373932976431137112191763532761784910662414501743776996781813689785014381937","21275747670662770050556324594622055140874990851124496171827482881887648522950","-3050416164412611515327658813925852781014318538036889003798821565450554104325","-10616388661475831956357856829522539059058582417085755969233761976403040667791","-5151224902405724322986613091960726303456635228863411735191342869974990131387","-13094805306474634892313147826044407839169214107498744911704297955552793932309","-8423088549667842057150249384226368343855419251284344579644451017379204203520","8746579154692334540932931274289360855277237136973470606718423997823794859949","-19105924695461475224332203915463991038339124383326958861266881001668206798187","14093245671024085871920243575745774941638362014526862283620338038015405730191","906590891379960057588849097732474524078128613523374124324975098661486489558","4473581896576018738828857421879614315733751088092887165379689261793580840146","-5172054402087775387494140904611833511850360068742123185950965694108299081090","-17417070924598486812825594747075180290596486855454156854005339163128989751676","-18909757058528848923990581369407461840706725255364780759145510505137070266238","-3486403229450303561697895260797384530098463767426841421629252263866159715137","-16528189604514254964507759652901156230489369817888766378823071746961806240477","31717369116910950385983294650399421208169291347687209585282756040227131060","-10823871596699170668135502018741594520944105021889295579197400428765057594703","-10679382184148636942756495584675548888918369613000615552437047020125254924166","-16089735779670916896319255340842873190025333438166114100472162411864813980130","14510919369890045688362037957594158610383744850758067694889375384071442511459","2862106230295882751862061754756183158567497116428338541076204275542592878561","21607619739751325713356060214987689657801160550951831130917796962699164658565","16827349178387138266936949603349886397614622417246106692190777731153185161260","2455433441356135291243620236584474167149355806731397110700146810500989774396","-8121691800590211227276289302376451962644912977660135808121904854123939331317","4108844524575132678170676303879130043790130131120820289723461256999927050581","11650229414263940513522350156968075521197355954850241670739979931488032839962","9909394435656037216156353649772841196975213878145010577555452418964208212650","14693934657024470359557680932764051694515128119751569789170980155149139412630","11882238779273349053452368650569393802208035013952470445815037961472848046425","-3330177371492715501841530511074688973176814563642931988230075263887863408593","11794253389283299188720820847286606930286398805500059282996608007295481393696","-6608742371312061169228845657860273795853966385041452099217297481954041685321","-21654664820236919639500253590536288160045599176190013385551146411084825608914","-19454789790479255172030363911392106970417656217941453854959855898790518994112","17095160765229406932518438258842645917344237087652325346699239132285100715115","-19269027031299311441948695840355431022427006975201741511626356143057657040470","-6076002613062483098493842818840337345076678560533084264332386865356841198162","-8982119569626950677948420060554483244536272662649839549458456782976144810130","9875431730705789109671526692154157539871726646329879049547829186114866805545","-11263066082883208740185451976898008000476903237680937064281723253649728484152","-9056916113481139101452927397801571868001990996683667512278864982321595687865","-15269281029873813132835981147161345887830654777956312616279729584519054167005","-1371054277694326576188671351201808142466936826171964801766759489136723548678","-11193403699201452256887561342500171085185704348707995576455131131688244468569","-6651166129857721540514114909221378757989925207446507621404675028532102007323","-771891766515604699792746541030280751563168018160146548192177640005398339546","-18311912987915846152669494340818674563525530174322551714691948566437265939086","-1915139165639246632363950151608276645550538189402275279871439638204282143948","10003484648037269755358445636234629104648757793273132810699011618089908228281","11556321810135223643412509399963100045650849448914865711388803713733709220867","2068158349371653199811385057256446862406588701384355157318683530967950406171","1414251976183056666494600315255276115320320351263078771763957440655551297214","5164846022745224781039039826745602903911264912837079156652862209886565296746","-9582629951803475573552193710009616830174085389565601811779949360956893262992","-15501723063318713634997586996735404662339128742047075180491571411020390108623","-16514792466685007646494090201730030429927934500879469317524218614591446961224","-6641861893926006422932464928468469168499858849178859219730069224712657707250","-16115829097568010053456086742907961297624343988076908408674065715188542987214","21243400038636314402825720640779355903517021202695847351406169171195099721047","-7676456936757053005745958863748898796902498098888249178455842035615008706061","19487477476968652678361466422747189036716868316934672323073968865070199366128","-20037328622295080250253530427837910717792988804406511262349682323030067634530","9505913343006993198085759364047113846521989368366855261934506751061803403048","-12419162684600042700455594517117841239010160141970829589520531993483878209849","19330117669894331893540644467121141077007610237911274175953106687272606589155","-18586882667232324149475963228294336441531872720611802366236432174361640733514","21238352289505928763243878175207976952772677042617583849213136845424982610538","-10782319513672031422683260765829448633840315030535564086012935508224405600278","364084179819227815308316103371327705186257249713285532604398480678906170278","-4230096212679294908839141343889261155771400460209224237623239790182396136905","21301939365890543388959596929827890423714888491144661902144212722387165597036","-14551518817743411297561259465521830259866136092456116527913548106776416311794","6757108575738993578923177251677378474148068880514088323766135763555987205388","-11392456285907848742623538434955585609013972031348999224046107921597407070368","20045885413787195119856579092477759376028149419768512166012650525611263171830","-8149065994674226117279426856016234002479079174954880694683640967003874922391","10512057325100312858280244520997499210166469792758177001526477708013307130176","-4549719558977966159315924621676306023492096585495110199722434902451050946143","19467463161691464768620462115064448528335118613660314521437856741732331127325","-14659100213671655766509631086795066545979853702341058440441579668736001188523","4461737635011261307855906686718257099286273614717633227025832708021511126559","-20413599680194917390726601447261904949948596765657282815780344547788766238647","7699118494177061662733919024213462480559646035822853945997293278349397808572","-11630108853369848364767827843616943968655560928704263726812305929318313229533","19414408662029452230892925832056536317352647181570102024054699949395468682823","-5247626644912969470328129968496015609495115299951077375338668780159522084131","10381434727466585219405410581744404284118581504121670836401614086977218690303","-7358349326225327093531223863211962290725325738877536735281388231665516275340","14219179080610560755246969895448432888770534479367848598700373486916055541715"],["0","-14592161914559516814830937163504850059032242933610635276282175903143492921878","-6335810091267130886407705659544854786425679764280867731832057136533609401193","-14773893219044298794629973280854164790441219999216566440247285469393663906927","11533853618277802434812325779890607222085736215615816497883410615584749152237","3366481038353515606385957354033243390729825029617341745253609758194102699232","18493924554614512307494193800803758719118159660857860061166707343392750909089","-8829729419885360501895582908358463980734175990386972262886911367658687317475","13602228610336583872806309763848711861956586468446096534653388043513757709445","19965577946026309898102321031636652184428892317166095437436033116987999677308","584191430026966518325442037361149485540214761492889486612561316819590211622","12827193434332612003796501940921567539299134169399522465215631474470869019881","9873410599043922636618701238796286174599424034652831028570689483179845184909","17021173215280983655134108176548407278664234114231621640435058010214734310095","11854300498516759110068585995834910428342408195529868876284758513345912594607","21403093621072745796973673235772875224134369628292278917254039321189043083910","17622648120586470261422888725908191000046258266068453563632543089643914339024","7645857563191933838240970313549765726041529385331171140777788784372731411386","18363583007940541317388133692861879616767876789041382375061027648317730408658","11954647601031070208295346176592049830852704532353449625474539434383978143740","7370290527090421819771552035006103817380488050099946228764146383927372484118","-1788515098709588398233038270768916778071733432582091887621144172418556955792","-21509892316656605985930436140023111224729311455835639399343674484698870582413","-21500806031361850959799113815741832660316229087381192343146621438298782096597","-10094541759150337030078333977381881775399444345031364801374189280423505010730","-19621942164727093802018043985790956816438493166278426923227313447235201820622","-3367256856157443301411043607743943776463319271853775513165025505715221342234","-7315824955402698745115284627277529190814816752662381607416231605704512800852","-17555506756315635776845786917390918040731584532377452373200159133536735138675","-1352270937568705007327792387739574282588959830311975711153433297508368574781","8218445944216944793677291828395559668932977022559101945372961662165176289249","17910839633032181330105959758626655202895301235249155161385325688700965606928","6031683447914746827945381321809884990379587827866360038584757449280421113077","19343804842633163628185869460565764342335323235789853283908186068890246023721","1133804810200974244674782261394297961190153446513256346864129000356578709488","-20340092685386937665840606653557262670891397114322970205771362960572925595934","14168015416793022699937854556253412261795652434015864205015005981087216241416","15771825668955521460232249767445368227829133300778537888923895794559315652144","17134467664902077733240702102284181726339584778088380255399824029183050865456","-11140449546682974513213460697357459888573976796159162864403407975306874182373","11677414241478192413882963482459191060654917584312491028671161993736150299168","296099991703716629795415200216974418070263902881146950523974972758991341731","300912408889784540273709326639582734261458396285676698000799310160537407944","-5488926063284008484285712743288128373487093435924980175214568532653548178420","-16524623697749238313475446971122677136813060537212436234832642067575551275246","-3485838557391183078029524563770664423344214642118489647484740935518954545295","8013599863767528962753792279652255294954979331555602921092841212357783272092","-8736449662675308844655100718901043017466290538964426581221698306861580036929","-8451937019611157920104857528834446634513194085281380601834578881587571964139","-11509723269229920233163213236003490532952204269167540913343654177123745445924","6454023675078628826991397991381359617349763757333823721633798140682156545038","21701023478256927668511210174562078270209423003569347015195404743477777409255","3434468731913750194312150603607751647276683843843633244314139647229187548306","-18922869310449055022478963187978374373728465876683203838580488836527755975665","15803230594817956511742065361544924219505295260124023048557459902675443682314","120981813898920873040458978502556143752157896860483311248746214864429380060","13195988870317505556971776380628007417440569159511431801371868152226381783562","-1408926344271897543930093651026054895979387870042906110868234811222325380913","-12117909378370846998836527769995220722843737397009525771432954081535929415638","-9984703126787273149977114306002367141523146437192079490953125857615247541996","11295329133368328231929709425993743421906735796024573457415771632531741072869","-15794487686727779187633201590546281522769562282450056385836297930662963696593","18105037040530651116307689379844150061888284598808739698080279253043286187602","-3995612705611688713507635194672983836894088004701316970814106422835872372444","-10792338960077248911342696103425413165587407092711379258084228247946591654120","-16360451170976195004307847619919308797999881647364727278230535844559314649508","-16082019362143236662330073865214111661546176852256349919374552964743963184601","-16139540031292250079853799811135027375662272080661265869326934009184370019480","-5697948308945043678505143425575952568193431807847244323294676155366942895097","-13788436861524395356479049208137890229407708600857705546943702044914945189834","12081516838875970738866970240910799484757824019384858091007391215581906900811","-2415866760257064427192673843069871015602151574464958064916083870564183853493","15056134930069462709523677317228277205974376009465810198592992685617338363959","-11851640621926215489299811362667358129154843249987874629263090965138918971150","10372824987408698572867975043297806612858551703514203975077903875562956758527","-21683484731082648892000081776304165027399520065610635594220751492643383796094","73783830819321489054571832974375510612207632667875856687196221556797487598","-15703833026838595130530763660180542027701981507475678683150437697151079419334","6278514870511341358327238907995571863653441425924844665137187869997722844528","-16833779788096568611269340875435183911559866090093502693898643833457506975720","847292655796041775849266911053189169838636716791994484646375449032465840112","-14308763964349863229889906754029453311122152970917163024615413363666257056229","15367433740216132155523256940900264382283629757001982585399892098986817478247","-6940346039159485967300402601244150371098991150523497910773743698900776231761","14611141291874939202150904921075908451666793419434659772462277194869301610899","-13621318148786139460838593410523532192679973240820853538686671406924640283569","10149014591567468590581769191544436674990432120975122430286419084641210689682","-20481088314428492187323126129205571645386358993744092914543703010315856627857","15167956772129347646666239220043801191812303539091203702120379045460298510170","-21636610762290427704169746772158292916310418282022604559892118183921280552201","20098098275428480319215195125871316565655883519933791949991514202218164427517","-12311700627616568659609637068330150825264330410338350082833440938662437139825","11740254888401352093072969027292945006240056703526276527801979468760651772273","-16115293153671847049105493962889644586735503331060007419997337793623249156756","862850016488439445652442613878708722151724708463972671578955789738213306597","-18002029272567077987293453169652300450338085338539612894183194065194465502221","13049520013944839657164859396939834527106058592513450618705010487432146490819","-20861897098817625863400976432071032472929616617416403679166532223642582684064","13392196632415092436945043835850821192432244659989401181621679113584700410433","-5180575544161217536697421689853296952243857545077459584778032575543617739827","20607676129703139840782749628167788216901306339983629176508491415389806397566"],["0","-342003794872488675347600089769644923258568193756531430441880454993207066653","13530892679859984360921716999493058782134298912006368123855840530040580180921","-714963958443985873836764618537884592832673779750586863914714931364286962307","14891228799151303423204486983014372988780034552247581065205620082821408138495","-3465338331821129619815797021376571316296313556167786458231636852083620105314","-10404193709493222650390684419389767017983297087926595596692427856907013043597","-11333323629078592454796779605665381542623849283851910671762611824321104132739","16060068803107678659024580113096937869240440089578685384846837119427196907058","8650062798780115504577743500384779314217595958320385543173798858208110012424","9676721862609493934927035179444101456730050676362893337920634354784161830228","8017012308129079735760932295379272586987582823381949377755310956482540090744","4465556203209748300939662361779328389803736100037796197481233689489923057238","12296469949448651400476500302999441821404494211599059550904604527141129288763","8359304159108306338658485530769939680660374331527800859040200123249032776079","-4979645064474107213235323454761029023844668879237017822968578303149815452914","-5713138840812510527795437865161348748960424983277079366067446046833245224998","-15150581759392525598900183649230840988877425251645110859816671246227669498018","-1362748007872753225638589047662322613463079170552471825146839495072292249469","-534697394552165876108295826656672364668567941347642277352331330183116991193","-13467779269498791752947189110144680100396725362222136320240201809142623451638","-19464565624725050782335371273203339273074261875479269833032611710883712399746","2948557604900817244689464164698106385963357978080601344639831765306699380497","-3420034249017515680050448144258441572847547143698860470033247241143253085525","-14194875526671338639136036270119843835922500376146192966626757820194064272799","-15010331638798526505416540027982736992344915916078640115471532744479918816839","20357452026019032019690707014075595431058673818744527617725915559293753918370","-19628160640497238947624653121711681840173579059198627722722050668879403486658","-17042345030023466854047127023840120039466241144614495642702485732122052678994","-13762959340353568265881771815704953669698663260154884947169426516324413538135","7813954374154078676903592946086617148228962859139023282569783203244830611724","8017401151429216329688362137720634826851748776185609217158378378684785227253","15018090367286641156930865467498521236529958358798269827919560469388738633794","15839474623032833033188703452191584866182542649422775213331196527432338768474","21510261694883640071510295142976666003343271489735569657333523239569637930644","13492799555763595611827276179533621535805437221697564597071200525462506714269","19228302475046142503873746672603624653075355379929277831117498833516571305801","19710871728704849075093564399080401748207349392006659801555560983432714380903","788479432503484633362236037489729516454269571161789695985097592667925603480","-3191976301706218516946181752421352019658619039444450460667738494429748188425","13344788005502952576614272875562769262992378851599922606958103421160985752884","-10023780397090972199162851526377772109363666605099050215532938626912214779170","1090915842332650260027658434281289351408980016125146470072128886554706417773","-2178967498486006518519415608591785075668434438959634278805567943603184414772","-12343404039850478509125848625985734325616608258854261529854523070546509449165","-20839779545877962780099231704624649310939734099173728025940163848936771312966","-4067918111176593907142420539142820432867369581615103432381959057931297348303","-13695944393930181988109221900408655327771676697041936274899769319735955242999","-3199449851795122652258451153482398109237603232412652127568992076721634964888","-15234709443171420679943762947947594605967560437374626500106703758018854003592","10595030678631791184023751189263346098522405646103788986997549447046232490919","14673177029752785826816966722987059222988100016391176346214428524034955843782","7378900256802930837205648429459027629169228629803496407267724673432019415341","11230454016506704303291433643058260369775750828296565521023943132568677017184","14112340407961509813593600535690066080069685270318144627182117172598542300068","10907214612644584242023559273401566499027570171769874930908224512484342995807","20716787862004297589669048875746851503437876153452183265017596995955146607251","7587811916196541898206617864817664615063522168234059964847536387646052406265","10096100847577124799884869442534958077497822980431025578579002399629337378350","-16788311686070399762137211974216363590341238000781298400255483206926237005933","-7448566536245389942073947310991335487439292563674656997309583930841920856993","-4556362605986247165055234330705496889456585566671041590029998131153512512035","-17897096679364998652964226985994232155472309061893387307839407671956407737620","-653068933297445849170321729314452802352705514029618560715411398718521795604","9280444527763087458020507653412829262803568531905844043855604852050726156358","-12893505793588684590527052731256763641329338603445687191246655496551924205308","-6496429021737244953699506641990950096196509357264300183955124854339936360063","-7365861172565887988397841241973764751007345875987868701174835021534987248436","-4259089277195642381777451878003998844113310161503781848669790662687484740652","-912072314629450729237847073449745572382750320825196772976317461708232668562","10230175586912296356208324383540104359534790745164035868717889329430549112977","-5442059880199917939642871247694094523950256293570826720082814662366778272494","1531497671083689444982341419662176263401125370040548258070339063619001437554","-16250119441066319577076311009820882720249365086730495845841701970521167108957","11749925128926026849316505619210902920910293898220346487129748312301343637132","-8100762932905719703087097904679182179643482003163683070833784073881730106438","3483107176593851489020905249584777095460644845195472869141924471662463683102","-13964992121781845633572019505847395675251055082460999721626295284933229489244","17174936489945345283504458324079014943200397113466410803152459111078963618473","-13222967157642055664211722976683881779802556279534075272469788967141523679638","10573517539877796360861124418775802098537686895806364696610436195091861279233","-15133516963199797316220477222367397761406251266547703840817375016005832188","3383727609323462787786713425278406125990858718500431467998034500686024722366","-5338535796381204576737103311170694267052036331902995685081871935825526622574","18503672872442187846079178347504714233192812086422352593297778775260992477895","-3679683299141442526147245070002483467194151192802549218284136654896713638694","20693316817936659366936589312851176597694924634919926307647390088912425167633","-12067356048566711023657553849618970852136288578405955012957369658665660441631","9051209563810858861119766181187991128094342287011150307384335869613137723630","-15393871196355130988878523260564872259402613821354734490280253007333919010053","11703246610292876085966312546490002469147037716960042752166091967902213770763","-21678046061790644707340964697829191146656024558115204006584563285834018614281","8600958251624721734293200536920966610649425493653115847669641020159720108506","-8976524565872812097130495862685971977466313063356060848357469712753221935181","20828149200075663833177031172677020042821852860387816988595340337027820338733","-9557432106279691285212633578590102216418932553553171990867989468569153547799","17153138038729257963034424900106135600893734852791910619200323766715127307579","-9368164963377692714817926024561779549071330858101653823312631743324384564786","909163042946619295042408827259514912036917296897459482669437648416941764173","-1052705243949184299054528149636232027433019128155616952952629387235396639643","6554392160629760748317877718776323293066614735047993359826388182901106594584"],["0","-1989840261076297747476945976841570462595305854583284648176044636497944514472","-12807970052057311928938149055018632593564965339836651428341771189370852974467","-17677671503888786554677861133927895131143808369459582656030593176856782981308","18044482489287380592191414307363866012939237023869672235708630703668105477514","15936697877801021409705023735009604186731687773091622194810098968593313915532","15573336472894831354430609475927350910954246890511087384850982434787118821319","-1073977396266824028304821810016310997572856645562851627382779968959927729769","21670236127954029783066195553768590312683397226558016894104076980156679921238","17442493688294508724562893812181214884819616705810730449622874269590283428927","10229154619736109839269349131638110019573647078623123848047290177708825859109","-6155528246644180594718004929486807699304813256118602829808318195843241243742","-17229518967227640819205006118540775745851003063933166981402408346141395624718","-5591628126903966194727833302782497186329408204613974226727734175512768923277","-8150822344676072828696570058573016048348615046118296249265909557744336846039","-10022996037258362847436213040426749668891783471373486856671902245615927337948","-21168219260650433915357496074278253858021347884086612700220668123322532913055","-2747998332922129414506096989190074415791364416297386172489327946144069431639","2812597851099028255734079036761432622516278957698990801438277523279393987510","-2056339286459745172289020849470338898707518143184848893584987666455505362465","2682508976837992066925066490150212888525804162723302617855532171571592412791","-9360113275777780274856705958401415192128199929339711519166613432238104638654","19393515490931762099023523629590593680120403539191933309384700376062276145483","13010596351360097774545646675256694424503584995848789065504392792320132678696","17886187492362115337935984763840596052868278540883291785993407876228440516033","-14077916026104252227890457699000096182538580835928525102426038287977968109849","-10000596329625713113093156674156377183126904715478385436953701857568469363609","-8747522287750352147232266445427519868402573239791221208532992443271483008550","7791494873252174061368899780396410459266488254879102921452256820269533732051","-8626269298255004613758330787957784063246451671207235724884991184156287074120","19447672811274018197497950009461826116522479169613426267141762008877157146073","6400058626743818763150068460285369580554198854571907572327312536227317525457","7471722882219293415169380071891835655405048247617694309335262364754883677878","160425500999820873236933098869334727611743948590741853278743601020980615097","16468911697394503748925910640276271921079586157157184671946672933068005201746","-14964823599568030097414910169218332223262603164650758600833732163978998968155","-1867653460708114300753365054100230836979921405496127345923502076369576575187","-671376798478372047331703024622502050917899575199845488596479038455142572162","-9623077327127670820488298635470606717390783603070986998795712877206672418440","-1230025266523291483569465055531309386064092850273936817945296590714810340151","-21860634810426693659907979989362978489411797445076764359233734193230939620469","-12914023957851304606323336623663230928921300483815836852203116827325213468106","11036505001464446807051344717474968250438302113744870758919876859305191798072","12116273571202967717284064784408702432058272944344193858538335393606062588886","8663224502878334898642570513304857301475197234480539823846596422707327993391","872098967298843907024361814618823740812293479128140845157360222943631411915","12284880458397499098983778819966456323022863003930052574943065874424076189140","21406148842988370961730469310475257655199187141390576699685916813363218992059","12268873031511379148430890890786059113620527981655506076168512207125538368380","-2612800321709367802694450887674844259243511744336848556461475570454178524723","-18524780370439296891998902847321651307626753078259481422362480787711324172815","-552904030421980295597240794232931434084540991699304109017825567611799125495","-13883883149502325640646378986624821339029776558258533924932007846587127497391","-1555465256465556770692620785241515658526776455036102551213304679051859265666","-6578616840026907054308314899061305404037409854877241948563618120301805208756","-18911810600835231868280125097421688825305568327866506835528376253145242870462","6256296908161172413851534743767751379810401512365353001293776471604462055063","7263491192368482516689330840223357818306537139494730503216444138364284135015","7610912285213059294738869947402567410404002874731545422244798224681014682236","-20388554715469750670211701074246732997350214796249630678343495562208649880552","4249365820732510077647010260632317664136700008624338328871787915507510526939","-14032067322302467351736300552565461028539246009939188582619954497123506607041","-1803833994002597602298947387196232425677612910591782759634172547295570857079","-1049753700751122024693940137818518359720569826816174075509880064154898119298","19634217603617697318584836996135111771552381028180525925474807519374677609929","-9865546996461128155232379926909798742832382173652175134816142588060441543815","-4973466902001151062133547391137767487454770910485032630210985096371878889994","-16286532698919920272504947816377773255704752137697248098646287485963575681735","9020819469573666756786053086324449239765875490660399779241252015218450564932","12168869445840297970141100322175158705527907476856444249540812191597431864336","13552192172716425757288455939207567183339586119298655325277297738822853107185","-15186810520926159703599534447673157221660882510217265557238262374821551155468","21569876232610529133357108006427794592209871159192241398457270866282684017","-11042463924810599291509973653499181611583554295978704626147447331554140252048","5157805367925610736088216937592973222927278089094723209568865630343396190140","-13292663552335768606647036645495893893950937208589110011842698316638438232768","19667520484923137319855597102886691722470350493342861415314602337719252659012","-3699460731210660387718331095356863514192415739924367450575635815616618227223","13299940664780514445160522935240629259267262187577790009426614996702524646973","-5646971987857269509312723543213151707908752349193624636796157735028750312252","16087946069023182710505622779901907462564983790642492602751174690302084532603","-17134059423385553990267298276504920181470574338469449426229881428420380274766","15811182347021702367256074413886139164889082525089136600597505837538186995108","-7585507138489963371855372897249473552308912394487477127503716426335395263788","17219868685564533133525303034777594676817270386606436816360024651085172291296","-6556015391867868616939307988149980508152966344396947113125109046122274924611","13628516510395292702521090177033364495767829410395863246191340752050627881747","-2030678451398564925805369527812192172115839368160998559663629854499009536448","13032359576239293880796536761645199914789711192117325897511753306337009979788","-9779158994836157451512660659169201656582331426359313756966813126731682474551","22899705655910735373468152628127912346154075009173136087769985908714069292","-12719424619089502983267072300870098947063518741763570096332348229434313698811","10894826710258180845138245876383821178139304054359024997973882914022457328236","-19484881981306788234103876456002297928140228513024019751518683178862116241275","20855614595722740845919179051482218430703932820591641934309479048572557784817","-1438851439760975560300057675202171821198913286687061044002736296721554666771","12798154474841197977833977033835841634264737646341746568164814939510114499366","-11001555430627876080834252470831267873713886056588648560315687141745102865192","20027698465348579395631142000444289598245710289338546980940096544113381985537","-7785836722161344084949807545849992622987203715169867211414412144802821913256","12333461440779864800993751432630071918392213972729412982406896422160849333388"],["0","-12087537108329151988404731530962972810093872877841686209319500483021052952387","-2647690758204090697638583098621637913755530721860836983074046848713926222909","-6849137430639036386137747755083434357651338265043117012330252488622426896978","7170803851699844507493947621274917777648087020520953565795926825750019359931","-12179516097114486316412271226431479236002841732147779650338961944932884497237","-15189227146542077500404327485301629381599126714435779437550516189357048968061","-2229287562189696325035580353936799350033429579232238787413569662116707071830","4982552561807239589842954073438543505441751112942538832980460589210622091304","6459175623251099079569521510510616875756917234418706343583603752174230343840","21523348179851530643647228869622600942841224765187473880766013342008847550466","1369378491859223579014541765328060512992420045821155017700417149215454877688","8157570859502257878884364480975114537422927890530496897748720759781997306476","-7048389118517800510641448038437303156344499202493554798770496758150181756189","-19901928046442605940823525287704245836723512137863142425824635566268919705196","-3164581723052179332997323662997873184819379427246525097255906478017867040573","8986060555333667239211440126268063619633120860617621027590851235021548467367","-16518081314545913356260667717742399043007951023245840830296966788129425906677","14090683055334423878969187877300715591519691026232328182057087424367801038524","3361096486572325495208433490186313812800487536913665269499969842095003243515","11897769989257522293603153461621767592078111673709169222308204754511364238543","-4758012436938365600007481853281763024494715212767356780404551819635953493469","12412557981265409593307180464257546841542102138627467869925789314067712642740","-7288296929977008482480836970467498877334864249222407762952692913313340107035","-5694188931350894901728539733189804543959550822255121033207727321870592496993","-5102059233833914923848477604531100139541569177972273717510051773444090781977","-11986196009407988208003161992118344071231117492903958480823248703312228964599","-20671303665528334699775651611882797469922768967247593792489467268462786772003","-11832295008504010884675173119902932020259083501882928609490241712658086390608","-1827240940369006317083384008401756691061370122139681925892588865233535963253","18788179237817976840810792226574594677544390991584656763864259001180973786911","5785734810911543724121840462808720956336822406164804673011714029299931381014","18268538507048210785386123084163841931660480269654777182421258742810729857001","-13974152065812224941880110105523492702239097473416200762215535530577573833042","4988453842440782443319435574504358381075603471957726876952451920229714595302","-15178625310892607964385432962525948507298881587371253001422206525355048671902","-6227758812673035264414814303955596278965509408821724666096031126847917236931","-17442009955418408505268442816610359349028182757526660518498914271764928962935","-8542058325708046200667381255028858099789482841554115026629562905732551165789","-16690416982240742101548636326006504092086660715868405774775515635877257649735","4935311227543459853024418243256286017556518491198597860372312714303630631185","18129383844922566913251483437172181975429469193509539950126656015151190961806","19971804782879520148240805753719743784034307917850737592592660379885680519246","-19976338192555432110283419407698673276499424453367180825154794707910477534235","-20027998383999259064965936774823875688942743696271768990584991070473152923706","-8426934896490305096180790781726397786405043762509095314260496619397922098235","-8742111972284889466439809507021454589760735579066284708495150095587946269832","-9909207458679171368952395391647208588938504330334940424056051110301436797410","17549136105619605090372947158358363201975314898966209326969594002252933731206","-8329906865746258219878569799552922654109537592460134323466557581867106289491","-16429012302348696473541291427214094269821801203868926145120390816045218858538","-2605624874797746466590594925761930756914328998208913250929131321288293917920","-6511608312256757511000003876253369667675945186235178847213520555394759661744","-12190083668293783685325423556305592501079713157862934043905154155637893892096","-13283540441519995205787073011761261734403265646625300177230654151986275775035","-1180112388257106355446304325493387198610962704064030552746071608291799721179","-13225537608635272401193460796829929848323330689711624283092476303159812743271","-8993362172103395715937018453829526345926081619483442367465869555405691384432","-8828060148151822062854137352528675051924537571548678225337081849160138655304","-18577211301289583925407695750643156379277890490803537484340028723692804066709","16343365660951861105234498594774069281703982987458946191060700951473929190945","-16294494934874394625978814077777051372869582512375995108729411451558482569256","17910698742859162504089201966581857153374948595273316705745319910934400020250","20072646649215639440217875144540901147561131508296933421455856404025088213205","18815874129713447204822174123882045611925962865877709077629472291332197993779","-3951888941844607133569660123253979991975872118544709334878331015721578769879","-4932229957545235293792719532963726566531841148794789834553856877819817877785","-10995879169383854026843623332156252613999855126165400602381467035332393094265","-16104259328498681878298286709283804464292767545498219876000676564203505208184","-20556345932861245241247626771750418265732357501303634832977112541424747371565","870838640562735343891093194702522623192206073377197679392775695495784257497","-21831287989720197188171721977770523809541445188197898333281870371677097911045","21290315061314904777699171379818278727555466936426202613405250193021005444352","-17903181334553450405184448668096561739805332814677988399885494556090055661291","10036036005287797008490206483336827965435618347990861050911037895541015647426","-18745646090301541523277534216276487113663422290969914239458539356161085420992","20301804204716650652790477437403632490510674259780607688227003848100001553938","-3213431995769680575564423619982398196451818250011427106348638099235552107849","17440851684671473052966748444427295442727811018407019674040999226039094360775","-1063069582344568891511391812781012247739036504468914468681066168650146656008","18185552157182730550614359546147586250323233644635573009412047665070565509499","-16235753934470554858574071706206002754023293370093957852819028731038509778800","21135939915841651151096934177971578876681459722366950361509483996534576106932","-10171622857565108803127640513326061521220368468243937274266207769217558600717","14387470822568673955577462762026981837585975434450912275793472071251095153432","-10230199015175448529388879770244846572541902258298590838574170177690525233245","6744910331401901374087110545700524908385601878821615060243314871339251519253","-16183341013833509964522303277307103139916067604610612217724860250934246362508","7071236290665255182078356100273643333342477066082302788622565875340367363307","-7818837443339575713559309375284318337417803757538840611300112386634792263499","1011902878384480934284114124641510420319220510387990431166388464661353009162","-8083687945404888650458799115169298519303677295159229959318390238292150884251","16064146039141296933131641847920516085059792259807655858658091470382951133193","-19597991608504039504642741594458258702414187000501117575818009994649506116804","13650820802332778773099063223277945984429278827669366146222467758383496677390","-17233183717040280510333098960196621487684695895585408031772084439178526797780","11151044008501557459698463474705370252766766443300897255354549049225621107660","-4422987697088235003972939805155135693665225771843927127469545133757939989009","6007766751265441065083147082050006936061742082839454954306633003099540280517","-4267891009911423219089142188389049948881500524768966601133338664919817660570","7788906783620498974967282064725975874361856629031185602644601517452102805617"],["0","-4184517019616332027782401098358008472810716723608949845302617699996221627497","-15847070516477398455354405357949774041723202017134719020896576068711212064779","-4990987654200298786656310001476252605133300665415350982586782472795973161683","14166876526273646719845156522024437486830676673959931117271795959849760409103","14310263912817796805265691129302958202955495952250924584751875312940072909920","16995607302271862930119081699652797001618020944215883260690633125111260009505","-17466632034750416101940667766852130284360322343712905749703766646808551495392","17405850369546659469091556343469258844474189343157452144876446161144195096344","12994369155950790187467309866396772776860428697350765867701949569368821290379","19606482895213041585611056801429140554919677940599704981743357142828997307212","17538219344875892320347054523522743766582704216579048793589202013136370006499","3032016695258028200389422363265925098505704424321436234548622274575719180064","13077554087726182262672115834490949420366709261764434992435172734986228831293","6803899069208436797828020726254520809478068633106019348048100662948848725758","-21567319713754285530971246770845110930340962122984655394708324541905992335290","-272108325562919516669607370966236675979555188387558028149489360560974333808","-7293339990142170813932772224123995252104447913095562506836653872481732147165","4156561087347829486278525552113219326251666582119371986365520971378100609667","-1175630578146817601462992729634007922004618953685686814055557173697963410777","12447442486513612771299644571853518871146546873462362161846540319926123227054","-6005871243456440485645152790486397739832177313818098826103537454387319543623","11840369149410137324110589711382557918908923942497132547402378697900755855229","8779495285572223869081253655840535558211719812140462699863864161005053054252","8215072113609565187099339781840118837154031610960905687938221149417735362023","-6900137041514381681374491815630157977229460798425667941578883612383714908112","-11201467042825299244691981320071697733506503294340715420208957907680228787041","-15880324589522735593902967199084910969183717783940093969675710376298431088198","-6410657975739356298267207242574553581151605161589777384104247931534646938477","-3219709691497862506315498770372696551574322432016320322301506859240683056624","11641807492445513422857034149038767726771977683394609578630259027842577194712","-10248003106999728106861525140269615425030993597214885921898370987190113727185","17857678295511647256451707114109945546335858408592768964962903129748612026832","4050053399055561299489171348968409745666927742763903519955185020376456275792","21072236761059162406214339550708381004006786867874539613187684752467766758714","-8793988250241160098692309852512870895814392446317739813968401210684082892302","-16435679709186132764972930710580802234552968136226941943334750094295218306172","-13768092103977470752844128801570190931371563895497625623740387949576184113621","14228258563808324275393029864170195266577061470697274643731310703663697198175","-5901515196108721982290140411504014241786236590357256000605073223643192581410","5547661843530404500810232734600093752913951190853164402510121446642284134507","6732953033718474465536227486987091420204503904256347529159697112218360196317","10105492829640369255218985743858846816320439325651961630547598817887265621334","-6776750412854036685818263979394760617035068751737121982022999413435345216378","-17453222355783845251800977226282056772907797039700843074137628551144249220529","-16454931772478213068036789256852491447504757597909656074007825645535417967384","10481376333223395542502527480405578352314936146858837941509222138685480580225","-17219276321434668370236235639173991748663481167580043492801907211054807257993","11847636779790418383709409022248934390731528190202523437627778388951643883522","-3324442349128361362440291768182996443517756199381391371018548828243099837626","-1279689005712561643539367010003665953510067173864251910137315962380240744253","-1474723241395412631726269837765821299859997741162995511793516547766721924530","-13323956343195236203588974245824658333665370281058637622721476170668563539546","-7932841426690563011718917323117549869967438214924523177947855077136378688924","4249787315424850105852462017695913590087437259363616894568484476393475839657","-6331767943523303839740163377842121387408229211639184083749737540489304472015","20394800796281857293168776269605689982235892260850439141222812700057831859073","-13429892899181704927002333691030478660438973938477750171614264388048031140360","1573778743800371080297627355290827633402112022410252084169604105697059937685","-17565874097134652097848233179193769239202005890374490368799538985868626796154","-3055428339825074843006384247007342637173181813226874295967377432447081953782","-18574209818017248977305085172246058779662524473653440495669230146331714402455","9990360824429745499518781052795794560107438386504936075861533867592655850029","16811151545974142464598379098501902820667503720540389472570732410216847851076","18905303960831270244583512729671293057169052247303832638836084031459922745932","-13337941929611044296623874445957986958742234082500346045233618178402427190484","-4777047262769733918140629703089391575174824165688609160191970483389109045021","-15893348133035694432501079437805850371526770597204810001654438466313719040900","-8739259899368927217467972627940527404337972337563635415902546714551282741385","-4780805901702753162606186039061846133007501506884968875778773654925533140993","17297531476458208994054451897799158991290994554612404020707216495157013553465","-11700090334933902658018643142134790553231313711403120740195855211824529523747","14944670561175661011801713064995363503712115259734589064120807927720429715569","-21840985074382809811309359558997050049239094261956658774574526115475678106092","21340958614691088842354258494894766782014744004548366070744208268328679233431","-19346351732149542981559432760371827230630186053675288170537416273735118410549","20140998613137043984582520039842815128292689359998545248580825249880906620763","-7077803422736332457848342657602174206558671241385801738049921826888086989656","16441798665268851477773311622132064079918123630325830580566263278435619277121","-1638974849383731144603085264641374110126237373436538974378903600085070897489","11480562589614053673250145208078202272898859362250354641373995600486562816957","-11246559093390402482976758813432258844339422059064287467655292620877197837225","2715083740730351955217855897439183576224333008860031067715305412145322203246","-18741485092358811106742313035801356674005330956350230938112853228431021695487","10954143239934098241155922335059966368550830733551720423556007062107270791157","-18110310427135993965815227525085896015273198844231883079862930418592510145197","11886057593946313364221539453255182623410215257991289717242504844317533693351","-19555396815547405770166004481017531424526080728001691831480855363663877267784","16575045829629349935576561734382826168975193506190555146815714641668474549136","-3673476620701511449504698005034202766140864670059959683812308533602119840817","9919691199915448560941460674071652279218805030989036858860874981395918441098","-20156204693471460073718121584221354379796421599130097699520488245222742491077","19656360356047563131598062466581998108775422369489180920180915694617860569917","-6627347054718373747529559215670479084900219144384660703908442500553301580214","5609106563630754508033056948994866651154715826530244683663810793698571376411","-5013920358801887946870739780524566055853094434628940871075463714636735189602","19010391673390355011138378475362885257196322460966555311821144514767074739408","-19485216651844553335918998121120359148194505850347838466901009296098132291660","12184015405353965040005166257866946421281227720393326564317482267862555669998","-743070469365906974665285274755098974635392032932428294393780317262323298525","21005305548119819499103719621306661440651217501088316464374851063094380317311"],["0","-10468290069140522932378715791210001129305739495851145898802933786863447598669","7660676424657741254047479643150852284656361268844784203336406190312328414409","-12366301298096578991299565096198192396582110613984481960490614679453953413398","17871641190021188713145256666152966224102789105403785941217338648192206764688","20037363234117185199680197897973870347509007655894691666820241511596569545656","21398543456486986858195718117614775781404042211871324580552530393202416516204","-18225339365002670493104646136757162372657836162330765465508942611267322726573","-21306100438330040744798710179108463063050555134317136011748460077684403111062","-6654933982179768227608724579627425874998975138073837084535945181352616439392","17644184115377863274435777185279344672040719754054105130083772539802127491621","-10924633328492084042585641906974364502088826358589662462904883059975366753780","-12331265931845023195946893727587778381537201358731870585628129566635689803240","-6103207899566970673204510264065228338221383145341464275159805391584844121001","-15081896329999981998498008225687160677565586848345757329882564963016151033729","-19959636298476297017016857209912249066873901989192279761794804485000446360061","4177203029595682388998175719899735929000106221287040435309436723350692436151","-9255351560440326356852489635939253916099056971940382804348169169581296664524","1806505021246002497628590036344783260388597466031772148439090634636391968514","-484355785066542866062781187677208164047763047824676611475423953963024688256","9586981771353396004586929479326701168677490137011507141088127138418422890510","-3294096001657647221789049651873377904686540256058362980172544956643759025708","9441853719902583890189474090494196640020660544164701740349583860363478107878","18234542705293646378634442545509808500571638529570103424007356322709973333702","20971628552890575886681817891864858539124083920286958929226769552747437346090","-21290159087051594090144978050261335077143169174715333479362631940791552716937","-3892248352199227954854908189332415857849325859294890842053260230145130344712","-13998719128538574521866101626035421924931690004572208295069788714013071897587","-19695446576650470868466344568410784698815802047343339738687182897695449371005","-19154511837740725306436480665398574181585894753666633464473901304720555111440","8526120181927320101736834917723975838233078925684929063872628277249925352829","-16193467480411767909455539788843883263186730303849409386238611906595922529400","11082800958717674969498172967572324412711602887501496988971702351993731497412","5063637311347839748606375802870194704508276229753970887975611510046050380431","19249360610985487166472923864006330085290150319204126380416559399588305984599","11023356371247741714870155404015024147050328363028824407318172220179727743875","5883903317157285122491983926402796686950952688225208562386863363890863600431","10975210396389054948696063193350849077343408724586668719559761990006810992099","12656562189020197879038669673243033190338684467975441530415719609031959597960","13582541574700703003917674596271473253113161665139634224412199745561525053379","16287103711515262888551643761652874617074826771349677854446075229760834967779","2689955842378504418591391455778152520294413872750635969356218475932995183818","9478444302934630406601658689968410679884267465239529757265120923207464502538","-6066927462085082495352890253362743980835746383269378331053576329076345089828","-7967008905306620476268010247505287789559598301857358241319486918353395919067","-3474621246778910212172003025636452481985723653942682100100801534780907054124","455112798454490934269949148093220344868390738094784912453227268026996237468","-17370846753627502991693383809640369072983430122833208048166665106970367291119","-2513657260918385384206864644161838237401177552829855771686995068439001559652","-17203977909093611076616535588386724971274324373388599845805927534261983519382","19571727795770991664450162988546557981843416942559832411043346840860661539591","20589176746796722975914053772864335542324898429494003218899184439028661781867","21885199382758040324463256377480860802048808426403014004213952124650165696100","3770549617142116232592532305370499452661069298234867754545608156191947673586","5787211944365901243842707431632424767530811350435779143571723297061670011651","9249626482528730791072808256583226686219577734881651692189504428526889503429","8037967096622712238297538617546237888719689699072978260808800397757948375725","-1497484659590174287417312149115960931123835093342382064238299063626217718891","-2086350738249793360616839972688522085872356864009703482232045236870351641000","-19336593960821808427707814294814289414374801864129221320602752669284714423172","-15474332093414361250067204854409835254993965876543976590709688613573768716875","-3046743656910674121498035834153110126005724674702097918877645300564434318311","-831864520535805508280360489651052487347158231210435327775445333312396249890","-16699070795150985662790374991352489284432246785864752223402521997265599966359","11661233116633196719929408882358188601290613063673249603233562270951840746257","-11432001924699211599599656093200100715135569301320108231258919132419309689488","20896896168545261826296647781170462203509107987444627744858680328464750492798","-17718792739824926723386513202190880128401045737058594048532886285857308787831","-2033368938539017772390457339365539428271515637416862120528031315195126682843","-960429876329956949845981029218195724837195702810075695124975838388795909184","1118844621517448458661394782927031968785278777456423101043711337291738015389","-19598875658671646192406678673039612071126337556577228836709278699164609271822","8989768211844104589013686869331579667507154075638152999973029424281967624234","-1289619130205840808156215408988109795258760196658829873431786003691469813108","14883690213325063552474651153468578325479066901154208857857432540378774985383","-10475558248671528711460870342723393590349335718684732578551337659530390567197","10267815556294903814963356433247790948795034585785341177185899606533979323800","-14213119361437742351016022075476981996111562576183574436561001926374161414177","7127359391654581819695941196518172341242026536500300701224466716918604506939","-5284979507510566406958367140826932753539057951770328615390623110143685348616","7050642999482528497591278102028848689603684336870805062098523365295910699374","-12398845425544865935665284126967958393965006570015419015582061798070446460808","10332916711628254707681114610991111936309251421081686127273018938730603446413","-8763983800974960657467250326332492389484343151150423619792704984053888253861","5158181107386777072059246823776499295156772902142743869224312407566866167977","-571478414336055446047721781835555606783285976232744643626418655778619768760","9222761144118964839637679257028926126207545140721159501291303814776131425432","-7298228347586490482614224926401432501659283481955767313570462757823552135282","17256865826671942343866699964620170440236270712549251248366217825498889715979","-12119550033612681275095873674307695831930882579262112456580448146826814286265","856344271572950898398917315640538888295516235257876304908571211122105982395","-8270671809346000055162987889785262266664638989426111311541339667746861182477","10373310029714532660697449470047225626233702557177857597358088310758721541873","-10949687098074863619194448173939345164512331552119426775631917897476171054449","6106130927257115274062228176523932144700173023431334648527916256681297548445","-3650782492345727793070189929588355456527251559279743767610954067658300278671","17733385144775117159255189495199627641382691047728880747616354590658718527091","-8161311152814569678710896893732057990794509248598644680348242338312168706717","15017526101810992725391516327419477377543833358064514120521016370483924194523","-15424175899783643913111762438399104718767033892592653245937103527703857768375","8022780047582104180789560780472380273302455744760460817204408701872827617400"],["0","-419604854594442068913768","-12567673826889138563044169576327468776206649326384336605663902488277997876318","-9353256457473309196032721686707015147355057210767671172556702466447018882733","18967237377181586549489389725796145256503541969034059874452875038922528401276","-4306871007521067210560091152982863422860697571485935660379813967566467907417","-21202737883980688101352584620262559253403030374076501026536985138793374838584","-8395497924012353779579286447003236414124550916142679409460291028569308611057","16905090755646926044553079402961188099944164381606582227393327930746600725933","-1133575175076993797420336145534850310920112254223982205627799193772460850143","2482281197271682889738283057633984449113657944725769014864537243468484654437","15042687075814272706063771177611111610607828580667942643957242512659454535500","9817064377001214961957400873892615215569856717195375632925673625137437161845","-3960614820299337838664440324530072542212066577847841433020216897451038678712","-8163204663687834892603433038898398521952153571981214696235239270619960750967","-6999490578679517058414622230971353812400149399367093115942144489142652785762","16979625364891799268384907036786771885131368105881361147407321557202206844538","5287508009423377847719454108036198615650239536110853851751784820004596238897","6822267000809705075034544956743733324134174592298552175808890600578557869800","21520652661167722617952782666434964376920437009505993031846090420148964108222","398737412090161094593747575001859140474924822186490135458951805816365652702","6033848504765101843985385668399446970198938375822675157133655362274895321600","1616774644825800542110442178467252922922627106720376449490401310476955767224","-5464931429668390784763756908797657966216610951874747055701946882065518703695","-16291450184289694315456312522915744530920924633627860284357200863817978380237","-6793602444667362655345833394841445574358566417795498591191464748313015361872","18919864698531608588996459838062287492510536700366399480150441482997075181665","5628409685268009301158097403348548345077124487734621692375173594599469433915","12859948734268932477759243386147739542837092504094860733662544106535631991416","-1518408571712717400512230670306179480667872510410969533624847756470402287853","1464331471422829579589690840312562550894230427462006571358362331866955885095","-7137157671842866598667599860812065209915282304403592216053802260499744259634","3194736750214847200605291121001267020130654485157935127402419196284029284973","15018354415362963547398725777184919416222201360412997083041689660292879246803","1090313870109496559487588612625497913435672129476499521853964151739686978355","-17101836489328075170422851295882835685775042943166812258591690529389657409173","-5503675060600079639413725947414675687256463229865023192005213453244512520448","-21002912343947856035868281078165171958733694547786224259863714740709284606337","-20795933186445986154218074345270567129181735094098593068709221459199907666626","-3586623501614794269301588145651156802614910660892847500907220908390238083738","14259209849117534150430041750094302390132122077107520087905253266765862446894","11501586504034802587573166339556278930554946515560766363038484108857945567645","1949053958977656575958215354344030505317645452111666655518707946997230877696","-15891132527275587084956316981956494873018442972010494056068649670452567697666","-15213882413493893417618781952319112012839024802033742388114321651918437267379","-21697885271589254213641121407323520823118482512786471731451217761968737537841","-20641004267872646361324275609230005561403688883392858716198260911263276437865","-1853010970335666021844199073627776166888629184462847360075419494814419759615","-10282490090734893594254552779633303098167307099400882798397621116157831921749","-5910753832144417809235264107532191010507533409561706568719902317392504928552","18257071395089505675051949019453343671855033844353928154431867773693277320761","-15455529605607035203582562438647917623754928660530967304674658416543752625206","-9291202629813457053768751641082203337844459916605313031306701394986814228843","-14630236511346335043166005341952959558270667354750630301328218408661622252754","-6021482415243755826545997903258697776410040217526056379078029973557540699997","-20972369244994517443162295204235005182263620790173015833032102137513405885695","-3848179671234218591654277477075394537021454454827965951282807562296025346933","-10258809184318207859993605687593993791347431435168019576002044212969769391883","6307194173767950438061676320037013739283148814995614535387690244836554186415","15334542821204611255612290866759104820318425023810747963832794380226584858705","13199341439468525618640777931658595893231834636081121882949547421923785704216","18966990262976236043555296228847648148360333862525466450616387207202240601372","5631243922356265241240170686622063296194781751772927622478102238707450591290","-12213970775921480891891278265729653128587965811143304506971184907394655724613","3054122300172710421887515210787357655514905440580759436017298423037373054451","-6760963756309718740023489375854152162871830426646360784963642689688754402060","-5940803729233921326765909977587684920503048870007796244611335829395399253245","-4461883371642327856961645719485459599834216543522812192509613944455260871789","-13841659903646313334152632403832084256609515682452282670395812797476541415830","-590936040599878333346192174018756980747444633039857295574230836260784101479","2467619186803892983864832146087365203373607516366830911875048331444403566200","-11508075225695227175241662263117226815948664482552459350877726830940298505762","10278207195896853504252151148333044413700360932474906101125558352014871475248","-16556316983510707925646600376928480380138841233171860799084304607520642737989","11997152061057411836475977261228847944489372266481215784254006463300905385615","-2389135271804173795326500048713752432512228033676945918998167807951295371660","6902006770173238322543009750266335008491547045885340121506628671695548792862","-9619329830212278863419334736914530220862226423114490165570135258861070523745","3245691523678063598355251782292459037808934709216201286442595537895096477897","-17787806494587311570724922131986996222470384798850343444706673822584000436293","4568002682681527544856207920965813991687138091050575660892386259794969107328","-17250367688698875823481401952266657981210734444743148276868549692771625645264","323861576408308961288851538421937046246980709792713198340937945166551103083","-7611216644727239714888971141046383539536877806412637990367479342952185392989","13540201119703764158429738699186020512676086595197591377118343613500191367278","-18334955247416757506420330477847354906312352605175474157602447058649117478112","4838963192776616738369337735476485761180157394045370561280089841861271838723","-15447974817811306471307848023276865415848750652428250219586857354580707869658","2022899337939042629027833607173546604365636720155388734580662595352020022921","-5569096047813919827152808388586505375010815582506676328457020609596321994916","6706467404305329873660249897562669186600740132800976610499116658456990057967","-11538672402764909575867145752743554615369232745316087066492171361229081539838","15722310365494878374506210996135189160790258328991529880972242277794134845797","-9188521675025110454950315671735517457160395737518899403024864833422314495008","17691029148063121734187204730546057791405059774255702050661549551105969780279","-18136003816601373612620861405355744629281207879477759896303029906321863525032","17751174698247720145764545843614353590368256548858638162132674289302750680586","-21586996236675552343789475934247446950055134855413099433757930155001974783942","6002901973730802077350785892210359665570841033983204218923857524035573235195","-10793252254493137904272857244869270302503921077656051145367223554216420680322","2700838228024861069149310438721453047122730856010662879151820199620835911042"],["0","-924855332612927122066749538531997538952747791566874515778123952273815213381","-15597634251659918971225054285946582313989503830150570503738759430210654462166","-2728760522341250221427266013904464724704889784750384688490036801960342300332","17401070100078587776113705860394657707674518220992174507415247970365403566431","18908084002508040379570288831595664116178456689959811070301338652043096031624","1461798777222303987080969292515210762047992558911706500179471826555596240673","-6581837464694606091716191465381563424366339921324254710750154911931648074446","5584895120314833582457049070250141426301179892551365177651926230618402100681","-13403700462660243196615327638503871875507461044724657041122321373681297310868","-7625439843799042561337363306981780194615960235576096733896350281978680742499","-4175122889836619476513942012732714118841685412493065676471080603740062417048","-2126705063804412963273451304525033503751676602815338807758171632066682018423","-4148624268914853155840715105143148135783741033358833339865819184856212077817","-1027727055875539760409852559316992890586073769958304290035504779113030935324","-14341673540593997704263491884359735131025864933902613866900607651076424283174","9273858204380585759143040068370788602636894754880125062425561485594291644623","-5939652471968342683275811430685030227426611290823272915089163308142566981665","2016614144241775168360869172859866486171127013981045132335890026487657907842","-15040148113040931312829765853814145392102098411186205751545255682685898274353","-4995720880876917389651759825966645756459500157340883880089320850824827695024","-488728993445693219018846430235748486259042990425054022563125385653999658250","11695591189097668692712076974160918454691234041028383352503963758130064177204","-10640310661083333793616971450695528638156651306923774691085797203738728448111","-10168944024347099889698338975613787427975403792806281390060343377633804582622","-8278207757522233530388568715367580853758668523143992999008039974859840484303","-5728770379532232310846149808389263042057532169693552290841856232434034298169","-5803799715138352915595774173273669856589092458880072881286744547248311847137","2106238908371435261499566313069402649030998675693728496351209475111024689013","11797927796011462092845968329820594392839026002939848450557889019584483387322","280919970584869605633403816226973804911391461395853235114719360902021529245","-17977490619384207555329503041903450737951572064943087558188464416020330939591","15880565665477725419646493532825861030759891045011450054182321747019393479743","-425513475788476952527899258774358974671098189799902135762535623599500707958","15781579752368987917997455705571530610289629471728545055250169711553637527532","-13445273784963238924362199719292610419219488482635484443303603842076441829188","-17550626772077826086441012160339010353269697893854191174309536161278815007929","-14716981901600230123545356091516266190281164410876840055300682973987988679719","-474685565936427543484531529687794676962192584019542665434011695979043694435","-5270959417884191730663185249325855482196063507686781600192974323280865847601","342719950776999036822207611091694434137219423410596180847195454407241206882","-17345722176014751423320354066726251028663066569195342876364348094553570726482","19033361612541522707168691628388802998811946730795038291781872371386491365915","-6643168204072245334316713011526061463949303856819237429452184164491409783658","-12568827786246644780279704265267015054533029301511038627220005424537206762285","-12439458560568489227128696602183282386087475231828810384267847686171031634550","8776347114730941588358452433273527185017030328650613653429933517116760541627","-13030650770633294946184245974026785814865112210814954555554578995762115057936","-118477422355488011159812292459650492464610600627460939626104583694515802119","-10296672427983346519951283282973280205268717300607712128015698518934824294947","4324156532934065967078463329964977164486513054748476870088604936964471304876","6716632711617091779804338550248596027759026530320014263205412569557935232611","14185542030863547098989927247603028790722867347688163246493682287746906542436","-18697132460592887498174424656132506807609376219485273041759110808318793001765","10625031377118823419056084604096598885745290479148980771924343917604280711315","-6650529435163579076536847155699635706361524069158522795913685169282742761335","-14702662407819699522649858279805911518735610510021448986155283741635825066520","-21331229215840649299083354789429599327432633906374692610895362386756106618838","-8815991122550136005597881996209147666596837430521077638605588492043300028622","-13886627663409511522399528815607623045223295293519117124582636147699010311791","1552726234961572066394454511365913485129845384048747027829836853472951842005","-1205359020841084952112795505907066557788248666082449649425200582515722873662","19191025646023359272079953091473937548917005770901634526956361822432681413144","-7230367637465446683702387493223034248664236509883211365285250249611814000595","-12644953466053139025081704070553994952481716520616654340444035627951154927658","-5436982513775558662634824073110802248558631631851713954239399034382926720836","-13090961114417826360204736734607763927104244330157655345267667499749700183462","-15268903989980942774684697791826452255821259481722586698461210530953033354850","-9733336309943239813918826553380466102050645802305125787996492164839908207638","-12856133225670054455701427879020813558638612332689527075601331559819620495657","6616145222256986261305085282143296882658670980949734748168089503377885072474","-5514612535052188330905183616526727155160753207319870196233402042042764485569","15445640302770364639266170160657853675663604937574013452545944192186669341950","-12289573586929058258868739049510386129793220440163097033635683575564431673981","7274720312308235843348787039405791553415802242599610069162871583018233585212","-6529309826815445923206741536680736358875891308073206441785871761517132798279","18029704023727123675600587834789705570560946521200251914115244578253011219094","-9166746192463761792418927920152647235687716180751503887503900836727450821900","4327642341908278479576381966790347313007415745701497364774239676514725957137","-9834370574889808402745534967921632038437288498483031828204636142400649978973","8039106851428076985414669826951658840267469522874826843740973317863409133849","-6476717967938420434417824235086362536905991592165509188942720900801811194364","5315859634308473486345096540148632878087198332392402564882107931553008602196","-10581899764243748719543502380865662503127850965872820398105577447440805512679","13977777919107634349508756267416276454774493385521538073868253071997252438212","-5036816941335769145191493846193388224997928765591068790265504461193350401559","20130898528448584746620552096845296011837559154717663223124588976583998218665","-1962429159334000096591682155358929947365556674336227777553253053175616601317","7400495030082007807199143427211321952516940226031391812051073819816083138195","-8544761435270442683368039738579007568866579842835794502035304302446030746398","4225757732969385222600837618168361129890992278176690369816122021365205052606","-18853408079295421079110664389896748834842487319614795233983553915312658915668","6741460467879285633218271492257182341692190322469980152127684682658824172558","-20316505560811404633778915151744270445368845425188782628149630476211340965740","12505925422591300684455330841072256045426415240048821870497959715643870893392","-764996932117604369796543582319993317983802034328452854256016279307056000875","2173538600292564887143821565081024859814079754791386536554415687302994533362","-7683342158534975208732401483294454904777948106127242328694395862416145272062","17492184529797311860320505695332386358481883596305524292640307973398211154401","-1204946792725927088450558901329924065729433230378575593929731861419289920505","2866507190044573884714421993333816686442912838381529015401718992068456804391"],["0","3648040478639879203707734290876212514758060733402672321188399280613655232532","9479099019422221001802160708661651687857626267023278559988932760705174612132","-4571845336686366721093687892889051016001711109878336184159107010290573510808","3620378873742471400877114395946699638744529652305865284282392896968531941882","18330152628431649608835764653181839109976373884120199334266298354644944245748","21815779570051748730391201628540560648797178103903851934605962087443066676252","-9737212333961539298699810566371154980897658628694353726759165015163497916937","45961518094453134797638149323614589391786570465353792552109053486335249323","4304266582816626545348821170312300356176748149178621018384580358505278674101","7991554564974225343245643141489136977501503327466345163087174080351582621076","-12261750854749604035247923005311718318080527700908416185640222440473945374632","-11124874280195541234340652809077389788982425358601705642242278826997920041553","-15205050897923908174237889697888080087727613150088599056940202989313741999996","19228907469176183123961691117222738768148413926436714164224015521338529101523","-21124036787564385700334984688264587844461277720290954809629404131980860704793","9973556681890513846759553747784141346993805270706053254656918729507894841763","12319864277438667907624404834515629405793273880738846810307073914122061952239","6746998075496260627878350901350947555169323494005110031156495827311556769995","-18972032083767824088615303032927832443277019942913216799314960547447807309189","-12529131201119727200577948075193720768097329866752520619280295715340981955046","-18442274061144221497899212187558803535037639411631999774158884241069997164245","5119492562920916375022860903831475578969973748408640752071779525347253364548","-15131528178838196575803243613338004000962841338481777242387571221472162778977","-10210678132827339587469462805553348017468778083460808980969116569070007164053","-4844376308973254948038191852370604129275138300777161912382889218608015712730","-16416202458304429741221446977194224754645670518761315277795431639923339750414","-3654939271126062225154982881969156625265722854552373460235118352219933416764","-13198152392535780529414272986949222938795078255497397347252268942331421139951","-8416841843531619220111479372363776645307324923303348648542488022700135120061","4249792992860310938675312907588178765846969548423632056410982996683641558409","14100149269392431071705645252902492992981042915097337702892135708078339757525","6859911023423972312322722390667796148901458337579692407783373454367828470859","19213997521824825715024425802943804830633926849935859146559920750347907902859","3901738618437637956807823333315833983157464638653188078350904387839230499615","-3569826967715641695355408024758448785144488769306010381150329750699008411272","-18550922228365057230073722933878584366304759309884862798175152677401804285970","-83882992335167929409233178085783257275016858755253342079689588018675552950","-15728465516922977726830565439923564902822755970835203904894500978823577778404","-11925942836106830912029052406090717837609857660700080698082250686680773389400","6707275227891183910650561103517958572420909156905437738794948424687731929708","1580006516095833161608004261117860900941287125003238007125442963469153924648","5551316638616036547333077762046942405867918103064401930109776670644133823476","-19593891934734934456333368509789362992022301967979209763507357371293705376886","-18003419104114505123859030516420070403427274333558330436664950423775676696425","-19096095142015448817948695290912369646035932279429275509061452761958640027506","-2237282172216990552578450939052415146499913715736408945085184938953986066500","-19933139205951774414953366411371862203187991977779703433170871953249757406290","11667445728996412376298346505230178312646339241002628686299223116369278790838","5711960032815110387779088553124275481773743387814278559542494006653834891485","13652195632672780575905215287081602946360048406248104816436176497766817838052","4187696355939644302563062133404069105524454849491335268270313455975142490710","5426703738982080309944545102079631440058736689338960188850726075504221541921","4663333969911568061025383706507383435435180947135042308879652609024975956966","15272302300176942307334522393820591505363781199379913887458331252924581286261","-4839051336833702597255848879018696602450542691071714192893676562341613244430","20745410543444755854938279501486371366899138543952624415773727531810834745410","4042245877977936699109719181546239250063868513106221704049021626399214308399","6056186797420160741894539561040126629230695668857951780084366772507517817221","-1302405500612396186695836887097152350236483142331539410428245606741703197222","-1075605247501354728667256814143163109765820473370384706408836761827739448795","-10822073683500092448620272517686970885843990031943360740023259872259123450193","-7956746281364919834193461255322224112827116643657456008208618652762478363856","-6897477774989677020926761421868114527202481310821748585486285121479064564883","-13552526330247773214166844380390782589448436445569619930498470893289036064622","-21853972404976324810405200264220001932571977775836579050296284930441444168151","-6711888797464269824711357240370778505255663354037439662578823993941960469183","-3221995592889200944984876300732131597760980840875211387147941019449848212191","21705732875448228455678009142671616877030577054321744971090722902521987831463","-7604879060180589320713697635236573925796931854210022407808644519817000749739","13522147572704071867687683792968402309059495126443322349932137014153548040118","-1558022086429042522135172460181844920910230505279400861590171079163728702276","18027468775627827562527798967253777776394349697247042855824043391470077336158","-4942726919889725283053577091052177236776264588615782244529820784693540361","2197172436943272124841847147152054614218627475227675665692923177389400611062","-16829669193933656657558496659546583146919278316000446983271968562457015002824","16876228291161976966684749278465091353009713749876087163560937673208541180131","-16670761454351740234953825715944326096789646501304239169565578133544276622483","6843966583761450966871455479448350297882476095898246536078557779138158576759","-17204253264653471406381059358920859854273542795406103582497128804433517040697","6393145125633996744241652677912139065677098090595872783957061345111458409882","-1317610457781743752733815616781653274845803801435459971180156175152344208475","9453780212621535254715008334790934104618901588285651378927640343297600108096","-18001361645997505009501475970419778055768393407460580660726395134505975037313","20752001727254136482760358491286875661677011367994973760632269621351227742099","-8480052116421359983238277543812890872372840989514085431114257352988220453374","9211907154610862258128337488601234514703792226215099812929815653018974064519","-13251266569307687695230197058467930279372266247139969843309456463502958343381","1907010239858487851751820828027387076949452711294035654146444753058621581802","-17349839164145786406956565169296263912229021676597926595437834049749401158018","9517399486453997872696094353141012818909795079515532250767201440806780503422","-8645423230518104125626588021229190980893241597979543743911193710999811984174","16071735543168476663124923381904542503772643559834223185957117639301911812614","-16977965955134510790525818939594534854468313971830693080819122572914622207322","611458398324390198966624220972617414033854073229418092045073980397708964394","-1749949291109988961351957972040303587743146623899282210606244104318141914186","21625482638411484167760322627137545562564081851154894449120352426551140069654","-10704389732864745340266029173331926108153189202449485314144273117151288940150","17320341440267839563372128378103891435922238913804583230005165430393862043136","-8573327308195304345417480264511139420874283097818090863317235217219400840538","11917579652469391554164961239435863123621322179233682435171846239621868305336"],["0","899516830349559255708756400490025003638973879469152122581476895070828441787","5752806265049734388693517584438243821281382993199535968441389610507881939533","4129556790538428843319989576411731660431647514528994307507182999960412566446","15593563386102225025202318978757572607628232057975284729386801077028691364824","-11963356367441183251087674762986178765978817184616720179949918102126028320193","-11906385509770525970683387792485695435375295245778761207354295269410967323042","-21403421429108192523933984797248343135094243789739326320136174266656992219250","-16179278181573895206461573019343159085483319059920194075640088856487601567449","-6770372823450932725459144027847401478489505927536808665442677810337856617035","-20775675983871114781280304715300954269243858967253962346118795120907142403432","-14826449190473995003654710141743459769457827202168541055537087318963349027264","-19162934775766429451108840671508379664960153197744960360066447370403210908905","-20063301109733197021901358318172980980933463842424458498181823723928488575308","-9358376827370221966213166856791489589591026443417345178782915757011532086193","-7610979715808936601040659651667802607594943002946195446902531799791032775749","-12519355463465435489427358381361483836452206962054930699107342163874287809862","-11433749896310006148400995892400399115757698448657108511216850074434131847094","16007291277567900095890107657592603564231312865506404376297957897831182968683","13358941518918438640069541394075970116373689047049632806477313175941090474906","13580117871411944409164632840181012960659195469148643256469445009274198598994","-2657988249647177431566441400570405450186730787044321568999156147020634620189","12453652274730498708833115963522646622078976204184527343765576153715430626703","-15046323258469615997091969344042885858786899530471698248596939745552762746810","3338927499031241728943130211950090611439828909332133079145208212572183394944","-6517342074330150283988318961779231546270795188371901721406771083249746329611","-16400497384349658874688936726745505605763030958233949682793936823229218636832","-2012873485466542198649108298189576663035260728919356736893522653416519588199","-1568128360933673161566776054935518920573436376264900903682602386888844308785","-98110938674898197702887811038543845064859286989111034205994052136253748454","10972798319438054470673782737209813432818885669253921651181743426117144610016","1940116246844442203292840984223529393936917495345184565460578766207043245997","20174153584541351871042116800040947950285972470654598907438301758578655012240","2868464752442876262235929982597556570799363471595886511225789954341619929148","12526609963450309784447542571118526980433737028542689531891382310280755237679","-4347396866701944179735326252535448283923248898162839316652704784130327423391","-8035877167331079372691386780566170610074570217732301252916194661076083030949","-7174798760869922467567535518864212520362536280283273772535348509984111905245","-15741042471096122309666883786413037669656265947886873250427370460726976082710","-7028506871363592694613394862603919370219430456248161149931771729283107174199","-10771469271248860083139717803004059583330030345157628828037644550655514271213","-1646523937258166267788497051802037869401758057065967029553119359204296246361","15752757756442438492836337785346643288743796199543289580601991580660802374125","-12431736078746241361369247654090890846074402455533172020711215065462168322742","-10758612033653856148496359254869255143574372915754487876128114558362530942609","-5438504982456513623080662103066969461088141748117541620615397197733685551061","-10985208095099675021228109253814958319892075918351042463254347028962339944923","-17097278049513194941047512432442181953928847956643931710096654794794275533898","-19748878684579297072875634565127611606476105838242274259971329987333405550981","-16096978563971572429028654183684785770632981558166182167468304588246853430787","-17406281766878562739642924704684343459829105193601830657328553069181279754389","-9965711895012229420590829841782853384106487727747154680306648852037955859469","-11528200734298961314238905321439050717216217771175693547412664233224665974484","-3117580898491677829708687425410466129528969159456287910076327390937366273954","18869004870295695898319242994193069457807490269173926065679260406831684318235","-14046574130799056850474450586708755688962003363559691046050560873360855396637","20484431450101426054320021804999912140114125765020360003205792589464607692154","-20345722718643294062436808729032393442987315406021835200341516822166950053826","12159968149104864379099675796317008216405765573878695521527796520224020444735","-4032384857978636928646507037308639907738372805388795012369243808550261237195","-7381158962585200440808965643850360028399906568895952368506483925336331358852","-13863378593784211166081093574034203242281167936309635072341137971151210309650","9339244256063446802939618320038800751873755222074401357817197552704021762771","-467190069829731504162921031178114609047553649937076142881676171831775977543","1539708243682667466048389483509566471324576562875004808115854525034835901742","20905107630716023466751903146821636908330482773050403348849608434493915161751","4805466937517157243074743188025618165125012766121394465397395148171580035417","-17385728766027474132968642145610957299258927481979603710911371838111728035164","-66930921469921931942063069173381804390213419476611863124928185900459934547","-11701995497091344211613692112254305039687467491893701159707980585425166333888","12366495359677978292003119374878416562829286423354319605944878246084516712589","-13702056006949558938651115216067629992304163028257342656034225101923562456101","12925533380406577189868444536607698613336012351127641040213639824726002978714","-21043663521277553276539132104374972554652673971775817945372497408042849227252","13416525812939489605245559005447369483703440361731138196358786328561766789523","-5636806346746744460077950510461677591910471846212417503384084173628241094679","14537257472001808724747469367054648028638865767379284970074887723825881737167","-4984227317720611962070175813275377218899418786287903247447149376251231742984","15734122374296558580571194454293312583065913296060299842700763756888056871527","-7821217041812546308924080836834473160297750111585788010187100360393592271275","13838065760151507979733121045916883286113402717396926369552259779854591474231","-8667861448325722604838548909531402791632047928457591883067514963372615178007","3370817477597401066611576840444516016529134150931683406506513738405913654663","-306668020792040519068314428519216864501011585700884700361171801078459287533","807519877840354011339167958341248365204385273530504274292214517524986630803","-15224883277528069579345768047341974090276306646377790359173843174697225772166","3429334030614503620118284257791542727501865418987495893900538223203596632899","-18365261742216775491472678431933639050913880922541442498612609976971361926100","17884179196614417123031678709265162987870450315046512651339971281718549856384","-16071863464397351343089589098903434468973015491571122341745824757147887496285","9412524109975278746889039255530507119262770594260999909512214621114782181503","-12515823862725813019825518328668662764697140335388042298707840090853927136240","15312009739404257220006321596038982327633588606630926707951119781235192881349","-6931744490783544696227584158015231741905649830627207538804757058935055479430","4147820849131262725809665186649704827097158530378056244265369301831501875513","-2177761294708411607480811436987375199784935482481656126413981987414582700505","16095599483502751641063981523268262296872963002973224865104436624619912817207","-13167183301509227620977222227676625820211448875922343760101253170110854877242","15263509165283302237309805891641054081383601003939337946395536431103989761239","-4880794247969119787834059400561363900541061192940122960771336422824366999476","11620176504249012308009410897803954620824858309642777347601251114598374605670"],["0","-11239908501755303492504911058375357477903214151564990618379818589065583612179","-10484136903229930971194616003584070349366363954004161178783102972895132960396","-6048479019757309831248653334379886577601099419389995336142218965137212390575","-11621750957162496421497294208227720196001833179004916383056271551291011011533","-7066014257144748899646206433799934370252566499265298150277366456081449475716","-10462451527077631576800192938576849454938913345766852914011322208854399242080","-19644721652762538126865480192524238261243672216448551269840249666064879711418","5336558888186351251087719417593207940821793822708269343043738501504350685629","1885622471014415959397459909224227719936632898645185518660978167419240713146","10463821634740590937321777509420488114930325992480902009138798429978663244064","7869717760383169379319290391307686124194816788287350185584795860784147857774","18814086100646339363193031329313840488916326592963276164853817083608587267469","16594596318366653804810425147585000463431285830518213179075625199982914230749","2258616632020582087965056115007696772558652327969306086738325216886499521235","-6333647894685510688739509970405140078310916456215909836812224829945647708514","7408850086913647847645549848505885837742574962469993024311475342991923390987","-1737968706819946379945508975912228147361783149134911868531700244219552829045","19696181824066791838533617523743862902959341250035645542025264930848358359752","12984189320903117181184991890766310228852137727529670258755622986257804093518","15035211286914038947875708104310957658990142409434644436594500521941804700428","-21832561992298471632273888103992157163406573964348167870720404516563928317169","12069226539399870204690413848042591171317058206335859817816067843281292666009","15341205253420534688631461482216617580907497085308851071026327497417296361766","5254779507566398080512079842702383560579897406529337319079471237739611195259","-2231353812435710553320164427860800916845218435056492920280178412585196917204","-21255680515298105501864475353965196273905457612494777906085097283417031333339","-15484197707953614614495925124276566608601036326030975562845979462146825818417","18668062109097031281846131328942599032033878155828726495457313678593920222257","-19246090693659361572955987842433587576957797341125751731972480319008823422713","12593850956706518017693415432210174585766923316518903794802503419370612692612","12296781844122936186341231127114798275108696514699803819391938267613990896523","15869844246342558488096284476280561137602984902554999316143230996317999389187","11200888757810769800677323984934857091279404561545264101383755683997604765104","15086763089562474597246925493870765335859196935436840824810911297802170017245","-7043195948424557620663319316062298258882277925064218610571668627878465766266","-17633533678302803432797181122898975804326915086939199128589689080955011656639","-9119233006894517530806112848508718068193731110347510302769662143881428272400","14272821132107433424184773545027451176220405173788171354649214673271881149801","13001607914800868895718061712975311213128360188643252321680071586781850785855","15609718692865932918902763943834362016491840869823427015621467679171489468645","6082634073104053811914146293724918697805856217253412792282975684308763288913","9849003596410270760086020348811699412198802707531721033147250100326299311978","-13161779014973560312001181135928444537519540889382157618090125368687557223451","-7522733757890039929957715747696295075378716383623581365542557738175838349641","-8741609970504517303875147190660096895588091852423546431363864706565867232217","8909336064201007031065938331140597245393005110613997161788839449147337470195","9038100166256460839155238046274894063210802146316371668439051735122421815377","12106563585870061526686426230365084753318927189936056708222213833001156767525","20633447111902241419109814908382427362958931196038337249411579424945730453397","6224752274518046759666138219225386205818505273740065048010865321717507833653","16288151214825225549767811968184409342091996516789867495427726605778658039519","21096290713868595207169450873140734433932538931542488155724086271834748133406","-17524044338367011779993720981133539855383054872966356885032695111697354530639","18317958082025009221410618443939537253598462485791289162207232108133188821911","17411769122374294529217831099770099527254853995332907540302982555373892946313","16244105177950189962756429668610565573002775229953299384203397066165531713818","4190124373538687247215608441423071818810719245066047732183252195416609527098","2082835759831137146091600135495653043492286457548260954353183158959024393599","-6342829693560595665606496914277717251534634209248686754326094421012767183658","-21731383294312833123199558086207591472074068093948755808034041487691002433815","-7571350919512135141480419195914749574529235131321981922548633310054082104284","18943635509418392845899162025162265629091951524257218632055422968329265800284","-3135203582935345383762825592634576873371895661314507466209428562460112226898","-20492543630106871560575709464543385941154082223115926226029878465247072078379","-10204063860100226750526274607577983106215062782404340233882337159084196872009","-5505776749727166303882322413651550299429813888210415800563940554733753809508","-8194621537904237430715281231500417885116844731694570114100496297181170046265","455178653507729540958255635917385126876655644356258562005443342965994379918","19874499002783302516526339238790392064597932530735680446189613820133421454950","16077124764685580502857872814444301133393626386390914727429973119834851322016","-4854682351040116137772011461705245512612446520366847659459147323300672615398","10103775821522156661084450011035347253512024032725904393992298305475483713527","-19453794892342488701394665678536242410272292875339979098922895576667122675311","21117343080881369005430849231968968308655703072489695975474207195752881843935","-10442368195487212208986361621320779641984495630116688283770458466208372807991","16247052574641660665325452149395268010708966718165138992670103354939076663798","-14290984507018015464481545412415551900979945509106569471468882672571424244174","19240968637449513904705132712208303287932935514093547357854316580875370279409","-7975273261963247321625461686345174098707444144226826304701038275505939654658","9110619140744824152930328951008064873967744177977898289817854409125559448486","-15882975486483380690343466376447167170106611475761103329344096470196903307361","20193758705609903126528130725778643474322727738402827158766552605923519864564","-1486752693648057593435913353679772799911827188981548539826384585895332033519","6890557384941507457671552415873025408913679099821495888213532693970504983299","-21655341392009823929528926425762776964979049599023320466499366145815514842203","7371497582439006827841958789848570683352628084063133060720573539156542716407","-15637090053707889384910973763689570063342986610201825192220117090094414336474","14493722097821215682674268481860805803910554844775336739636038734254605465464","-1681565333568629644971959355972850260808543064554488257218873489863178372399","10588007711036129627947808758972445157019414713646345818589329112529198991940","-8899849242532284779063145983519133241982357967478127254205989676839659325011","6461953851106000537807322536135878309341902067083043341661473141713527692349","-5412396844222675509991419334086798598017842268614055341954870132022536841794","1649399578788162569134033598432936829710837823385447838774143221222667619807","-9214180396353745791860027838469791663244550448981556498820942083631183433855","20876092259365038687700450214844433536010670489239967166434146358692955131825","-17958608989612582899743398268190624421204965097566312625266877891647064996777","19959988628535182581682443598204025793822544639343881635682403374214800227064","-3050537927881562817421990566433304048983233120970320772051406825014186788628","17648448741910581542297026093355832186355510692843669635789639590708833977332"],["0","18386124012344991186686980826016111074380626096349468851940081779661507416525","13020938293744515962597342348500485106424233437827130325703032162333633577816","-10110109780301486870307019607308844711251043716653550752756751220293148579966","3613943069703206845820575272245328395240907304592192921648925158498308495513","19715716922161292338262521070896827546966672856609213335239781938801268626160","20980895098666741006847261774343231482571081797609987166850441088488335021069","-14960836934882817469486859954569659970421083592260420601678659326736557924936","16239373652001294953730401201658823079460904322635471983122938725397473642277","-8380823460712765912431606017447643187068674534090334567258965861537973850153","20910536275462442633369270735685727308122296474027392234227620492909815792089","21122923837619126385340809224163250945888793018951623006453669960919210849767","4178990387703922166407726145126607012230166142498902464454388293025065961747","1649828185346214955686258719508985653412901990640963574585895183964892216717","1263993452150552576717419120651324149288785684139695289427035797621697820127","-21788049551720302942582912627897252876936921360207454227417437811304996487688","-20827591102913478526049267867056267661089415524122862566245459445179836732891","-8991868190901916270046821638875672457756613575421924070755681436721918986968","10466702688172917691807060660871700916077776016773383632015411805502676845820","17152351385247774031683599422010804864000317092315710848986868467974387848142","7255552102645027138667561250196816350296116512210114261685805112381985029294","-17861481977235649740021094084687628421754432498321586259851854781080277934514","5863970702726309590808737397861111418418086068207503210473421859355356708467","-9199206440939284956382764775007328060765547918949470297864718950677068756975","-7880540688069358039326481756817080872046134862312973934068317965683812543867","-19221271793553788650677073970424497814532100697099205966961121554447359579750","-7864650184089631690987265883467596203071481450514422008784440849586233433731","-2424708496976924147726651957545263312796257624361533732502455394912316348639","-19797259448404101819984187960126671434800343837785107133738561681126792668455","-16093825179407619998547948816478637306079464148384337846950482923279896174349","9214386210924602541833137151322231362069318348746258531272379055732367491960","-17566502110471020859882756727907121297435075791172401986856808227215923299156","5756856448972350381193941101955447873361471381643247351045175033920408799694","4011898021631317123050314984958030397603258667430948497773709488763960972777","890741045898247149073032422404608425475967078882260752747318847921368011551","-18860554349198624250062383016106990405356859748626079363418848590998459388416","-6743467643093051551217975287154465354995194454268991423288169009031222650242","-19263452081077579199094328485178615273736260394239414710291638066476270026440","9399551861039464258469821236692723711722560944987279578373012975110723149119","13671129070488786183456298886677055212061203981361705098329604357195527461938","11732787225191518569830165162904629239233298108758387093542654485379629988613","12257705319918380545843801602299320266998966608832935547078951183995689246679","12687352827358212991776203732641688492997166223736213271131119641285951271004","-657204449003089071553166581272309117405464573978174476310250008284693565705","-14614068841085347400160322129413092290004715125601895771452112202436248372044","-745616975122317826805182782363175826023251175307786472549514878763976057735","10972999200832140513593065829351359451345370597826125058644320913817001862245","5594530735991321449276207374296888907200562746437127683940440230990245705873","4026369168381062959643889984353829867823017438721922167140798828403301964774","-17711090433057092699277102816763268212903953980068627595660048732777954483182","4442477052476480731951728436113751904572490685623755340322967956079827020185","13327003101016982708841520777279156557875912915883809475201187225503993320883","8212960183262529023222050861519881098522222512971130487881078093208647525747","-9173281903522412904223923625687984536075764883513518500712674177101681285926","-16356515161372700329923338293737684720421418232369817383464560364502069687993","-16000012464532102924491426979842817693583834588031522909597283287515403837204","-1186890008411786687605595137784577710989696590466223093639187984277014517181","-3311789201932190646552941007357525652784900335505856335629499321599427844477","18073057614955207133368003903254260758345572540888361592377981644094430238915","14977172822882342631754139253205779775769764538168870763854051904275327107354","11374091233911777569683290390975452157816302927588043183178245531908224835767","-21010030245156714156814625656471462804131629063811329410539489994888988314367","21319536468733103390183236613287550265802913025268397910998784931780733995164","5790719775966566383976183576236815529700917245183936045272210577357964439929","4468837004996678979144035532269087943566488519038459216394908127465606259614","-11860826388575036221135727368801874078377084619655944925769541993745936153168","-5711560246516168762751146467348471241544934231873763188250937695762995970461","-7536539088153422093180687785630428870739019147057464268208729443681721471962","20489073930230698754671505839284046974845807005124840766810909858956796525605","14182634565237371162745195708366471457829627263576159172350628845008364394516","8700851781649635428464430320734306340285320992611444362908521816092179436921","-10130297214486470615113634892461445835801677070791668042189520498331342338460","9375519287711527637371809002932947788231867864850696789851248314182142209806","-1435337977975091980329724667763657689407214829371456951441954314504333185175","5909773047058535646239035408191643639307358331766025082108883972214713149228","-948570460366276112987115064792672809195841081633859772150911054081140116889","8405911786468987476441279526836788095136527709483393239911413117215809264939","-6197603316851530902605117573355692088644537563662340217561740194748994716068","15625234807878655676334403852353740195849522960135588598303850041987693467677","-3407054562838835121478845630744571440939085026669989259326459181170586117396","17292759029206866593002390102512795806959097281673104687277063098595499158970","-2952651116266396888680187673688607655909314962988160960353674446122738658987","15027837540600770156303656397318282433155934933951344067437814331672418458903","-987725154946895742124469994963439601934721079350409261562567740432499586595","11475907068171465380364172197005914020540346149255061905420460697110206320829","-16292499624355774395788090798868165226794291136612135411213281854280313490857","18808276871006275630708794231504466974173345351281140365723866087417210235918","-20434008539137500566654739212487263138752607582013684517616842612614280364523","20399432510303764658304964734138957873081720199623801806088518024415791715184","-9280901406154084211242156429527732273567693232346885454740090047184010479872","10068608629440933599757371818563730240910193302954266938676791927810817687514","-19194010957726360626730284643156629930753928829420959651486692699253108179568","4247865513573283608856543763632525329324098676034392346459120081635015468870","-19716981215974113181498760178730980111900999557165342238558525130040148535881","18841503373447519833760532429737069953926858914229436811532878901767494612930","-5465422536181995318057925891186920660049654743383685374145958673651319252921","18289997789526695175016761304642504391162204417778892758422954932630520424328","-11879773543686566601007648291633098072033410843340804350878105434248707799425","19154478887558535961794240863555340907388269671558887594765592389083310407150","-1558490222702442455730587396758645740121317920849528777770874688922014999452","14602741021478845609063628393146865259222541258874707038293891571846036263709"],["0","-6912076696370297438604128130081244764804746652762958214849118105838418061183","-11366293087139224714089723914041398171982437019790456728569864666010533383985","-2957858192059727269367017627052951955235422345274895515458502867578733983759","7463842386652455506621508337004545320514874843852095302763862216531041278058","19266456553650965456893011763808298636731174293042002881238517374004001880439","4695743949868717170239261396329896475276486770289776631819451621505819828713","-21278700247816322443096622027276999987107891632741597803133209289161822496941","700774433456982828051894278271518490363608205792442405559090353143507137298","5589167926030627721287711202633966659137728147824046228007791483150508899810","7937470573167842690939536346982418616153376904967721230288187155322527432302","-6980277601510222295851294814256388440694050461139371260840319874007726935126","-21539961307848880303073064698170366952455969238811295477155667608816890876343","-17050342032838449107302230384033124375506488450488737510868927294479864403239","-8282343942825430884443509954612140109069830301086121537986055344910866337104","-6972318372467467877095106793287466317705989013074907640011991277265965103372","14362443730002068505165328969052445188615038911285740746482634830465831383763","-10052275079834703426583921318824251519962283724716784987218085142773625023195","675379997454255922715752620213153385486026522602465442194533422243515054145","15411913908927934186333012002198477510242790181291985070716460349038731191619","9169019891424733435522689370762104608446119643546902584493509026708289638475","-6024642391513306963329757154222791833452902106171550698736226748825251745270","-1018020801426927349266310584640227865316723085232295115083259944151778492570","-8825065096384637835693407746113242329404278632970955192577309771272276633435","-8109878297212745453981413495739515941672528368074235196524102448803283239293","-17013482155509745233024076249199241273576359279537369892217933544769425492126","-6769298326799716358569915578369991228714099205600333223367346287249536192819","-10909184249689133134916732333216959599617863644231506061704941319150371637537","-14471276961580903545023080086662731199247570309833955838927684122287305333245","-16015336892471577951369645314656394597985349813776467598408635407602072765389","6584978242876955447170702461973534760965278862885431197744200137764150608578","17061073637637905046493995379096513196162259927905008440856710755177274446066","3638045121651018604839725223033410523394578130427398609870714567681873526454","15827057689761018757463538661202581990073078754725260669284317076755041520571","1482586126318184078914142064565733107608367357082824900300830211794121714757","-2717817797911531528262305103097134434774130403010535718881269462774293155706","16206558125240430442367261483723372860755649828767609820280327356979830400504","21269506055893409044843102577429188545425265932835331468800327772646365529017","11124734136597481027989403317037808827871196018407739146178118053151795129030","16330011880315101246992487772331193567694370587712942455994771652349187406007","14992296136228235213381051688189185452873410987519432541561960848786486830995","-15417902407308891009072425426819540867089163177748332326219013122359668800058","-4946693209022402324689386758913611541628055078508988902182911893093433336476","-11222222780456435255850539176320376915110262399830080371876037079265099433931","-1526567209751587502572855164105454916504550589145581953561326947711778033061","-21051217859123672408042410021638046377720925089740574135804271483322255259960","-3728576730795800251904598162894676530293194342990734375135390943994320470575","-17786677188960199240000721165506758198435337818220987849338078179403620326913","-9804527969076900981023776438670738057691222688164359081978558395976004737892","-4548439607680443366831800661625789107429371067178335666559908578071537810113","13052701278353168152237316022164545120901070613548216436524090577643115512999","10856098547447382790512077371784402862029568297183855164534587049355398785751","9759419966770721192559819160065406147401142894287452451069605882533925595018","13066525549256877430522557301367164535442480599734689366942551566154863122316","15609131829444953411012375723605459280584687547697649959748640855371278120477","13426693131600021309617529737269849866172341650634339821733422992849645142806","2815675209937305193371915545485670184362072469758763695805450952589865090452","-16544583012060170705580136404016746930791173503311010540183637344231524304059","6641465801266923854283153550045707932434539630435205378871182993661570277195","16824395787316658231277362689567184638178933041262346087991588245094947752313","18539036843428806173864906376981156123402675429046370150221745511836337368060","-10879198643503403047566256272190546259237676380320613436309075647549830053131","-9765789485908415161055530354310022051626668823712697992097257865430335887519","-14394874471280255755591827859447993231311900590419033289180748475314838621625","-21604707929144578455863994331223821517246705280320973047540583698558756955575","-15915527219078391337814677602052753972547513319081448834497278248571555679257","-449218866701503906134820247990191109540141075969966285984912668584458097295","-6394751303111299685412764674549355393629321400243264519329654403063022975595","-15267790331883370640049973830536040137315473232312528770924480600200547909301","-6796608442421606947184475254929365630732069592375576951223637631918650247884","933220422590246133957057178232292836553833546994117081010525768406472980249","-11277735358875320730085521889288103732741979330035219507844374932384077224820","1637606708983640490802007509003487990193042246621796277938692778311201463717","-16142014472375714918855342334759748297251603061806462838833987884010587254766","16943178990153404566130750069749864254555646759106969925905275050979777641904","-6139634628103377677921856875844453391602119936891510607879197639906074266460","12109503001459262586657238177427315848741484143232752704319085300375865882411","-13325645998926582418647236774603921782352574750314346057888615007766778547822","14684967237251605724733811271278222760819160427046671651765952973772309220392","-20525184104062428787942610921014407600426700562627815751699377760404641425142","10692124957958752873129271700096805563705077142219159165417924243359125912309","-1338428619891777774046248393207973841908247359249055619019231469747133829412","13068748604979335626423662316620968188109990138683736937154445175965374005411","-7370030919298629758819305718927565718228933289127350912859616595107423089003","15295348389844029939066683091528660028335895217743876268130432732624812356804","-21138408737491168224140210176394058312062699585786221734694776591345371038201","9457995348174883432428031561095354909600577759134302940848229812712135499407","-14636061595497560784342190976545793091093916948996844290609172629626346694482","4476846691928243182878769491337844394994903054446090801364788381464782563794","-9481866676345701808687423071523307057065661909973854293089266527068067732668","15112495677289393524132191740531188614694061685704663522402482672648883345530","-10268909552430570378971148893504760496936210845773256454770015374632229660751","6792855692585589717967011483934097040776903310239321832667466314068526462337","-14459116059463194369908635939494132764333722115536331900699571278322123702149","5685282869878655616923090628204311106423803499002045126614421443282473019655","-19961494586708325123758432608360257540861221945737383825676910503898643830529","16047394104993504923065895099230827107403550910915681546185285896933209975880","-8203316521501767974183391398342069798922221134005848970177518032089949064148","5275493857774795333964744995487367025521864754127151443244641298111902750477","-546830429414467117685825660807380418768445345331855395328931153258092383729","92521095846007086205239313693447960852087675463222472177923445732076813589"],["0","-5969520783228893242430837930524711387785917563749827547958402826127757376841","-16507177168037318179727128376369970503085604413260192234436003249619219809491","-15438973312394810890909350370214893195211592465428853771829602566510152700973","861886943341431192573538343256499218800570454759486977694938821546284785248","17530882997830006894134453843396764834003139551796124704207707277403080245727","5498785067823749440528994766628402681363710111563634144864970357087674402361","-1392895039503149528279848043116717965801358892175214342437232384206329674258","15159596571261124991769380485464980508821517377246707236252981182940603285351","-4953044467110864683433708014274633340473808669089383906999602604017567803999","-7116703579584961542841363460183798846245426646846913826404736385625682274554","-460170031756867642086944566896684391911897487140637134843188674061840244404","-19921644566522995634493091897481564915741025223439590095421092588022330039186","-21762184492416353225581716259172506516097732327550929724938888075933300907048","-454319353174430030914657252328429404855125026539176633929818568689220984398","-2128869068551396310626113247797897856276061825214731552464872570473311317897","-13371398421972356718502933238107780454375710857824787654376299713104773663751","-19911731335597373781588699797459387955312670361085789844107686034462608913715","21676522244352945074047018948882782817156761490584625526569430616778828454122","-4693350848528957101914047113806274013522889077582346370522009408831452738230","19707583680297197561710034256296086042455888319596265512278172002979688113920","-8035298650301125206128840076485765433315312076680127532290690857791935522254","-653579120184568392373084576721264422521660396674518560105191238023553657473","-14526947012743595222215267136219269971112090004181501606117153631292987347800","-20813820399019974430226327249833102657237909338834092815142146091442306722821","-6712806175744466633150991695755933012900273518799125725771824747278293862867","-1551144254419711998257681293243291915128553887305334139085736148832206514829","-5514665147528487090496257275904497625043286331619661621008485922438855322639","-8780530845686221875480788483904221627543250505066167087747376563255052021628","-13659975118074199257001081706653829483733637298916008131684955964493082541024","4864378266802982253351111457283391756868887317954728284506318194996497588372","7976314121660563164140292884373676959824116958065994134830227252945597565642","8548559338699667907091373791732815006862714449656142185621535900324221240974","1606472704577324008097910701825810796171325688623795602178457120401167967470","17434020249499607865703775313799526052092772037784601035408718045818124016973","-21340248430162027469713629323148987262247733815475579227133576100152435888333","-9150251946726621180988843946565757157466983056429891858798594589619519340539","-11392143454437675174871180110068517894981756201229001897283948224405824425762","-11510082976755380148356418307823115988761105513440168672064165858880151407136","-13445679816137705595713804751372948281538150340060522797154188474295554552949","12582366187740823247852879438260078546454935001085336207904784692432093984886","-8610903354354514425985555640963880710940168455006439346279703083378924074008","8550119925814568528220197851687887224512548241037379483326705044468715732127","-10821079451088361926498392873135714157040339749039139913385740336380010250912","-12884712463776110208726738179367092175611817844485476256186770260869159883167","-10376525618598931618818285147808124350247387786398669519266882861562104431241","8480358774077181799923782662677641446178173213553691083692127905488232172865","13194048026639937563749504230848804763284813578159295898079640565822997809791","7730278976372337970626424341964954604136402128792848030177038993884749064757","-20653448835888902931347799286132979365376895987950355335232049794258881153453","20340093764018081840495218445649000264095876821889125492858031049374401797314","18241559662971844730581395744880093741429187819589075030699479828186485623250","14396988806968543258821813226864104681989852957798888393032602752465008040599","1463705425028446386027399652869414306206212244811902979458966041176943969651","8966204508100096387738951449409999949596299496675176752026273947505039572877","-11910326023392398371426113804787281198845619371844370664684618197120660673811","9580715775556814045214811470730313418145265713464636996683675725109339105842","4280522947978287555440302814383298059827389843606639536304973536483465884474","18873831252091561168753142543024326738486725983120750729413924341256067543575","-16182087991886172041712918103646070168040431819649647739793707232740375234748","-34633867198306411026308749875158163490331130620419576130175031701448293854","-20150194355620769671236079821839262016387059582680424995857983021641522457311","-17306839911119407001756578455743277073395184781986273641097597006024113126902","-5360502815744331232618792726720577321374994561668257667304862664973099181130","2601674122384078335241463696382196877586577096819957794017105352606469068857","-15125951784290023566888848016407542631956686327899870752899680859573071789924","-21674963335061959660894349497080538077440704876701945490449459510521902899658","-9302603784671829890849809635475559528441886976374385683457043736619812058202","-14008015158386771898941958358682979806511440997797270739364939096735373250261","-15060917977602943460584210763001958408415106482006792962141870126286223941285","9863545139512600643106310712802797316977766690187257555256276515401337208177","-11497796219488853852349072739901731064624196333183515338458176646365127605405","21156250161340647599312351018584138749963288509200335799373190851196124497423","-17859191080079251537716614932082381765816407921798215849544881393341390419960","7086483410385002125691607473400150589764819996988797150834892800658796257676","-17950232451696132005924860630457535129632423234299076549725839504053182708","20297444289682253697624507304720805145403296686115545538655533960274865794142","-2915947464364702166933664150571155362319372158202728603688980835560160287611","10460125434874459870196311464183546215220985227420470347492257207103596430059","-19926784032257009244375183297116589145064068128248539326652705088340999549882","1308326235490453196837643368223197431893991701968409938936221963855526689752","-8033709842285598328062702092714776181580372606311930897878472756281733191440","4667155905443968786334708517938170251764318388585643051723732268197281968551","-7154895255510449918602481355573540114314447402202196735240696015445271368212","10112193584503384121711843428988782632084812110374470417499503904080414099083","-5645169694048201877420910559356296872400780254409183186762899630108244838080","3255384828512091666894685160547123058341630884736603447399972117305920230161","-1127893211738266088285692331230403267078140625422401654174369308763142564054","13400661064553297471058222949574624627931876535103826505761925258039622176321","-4938800711819561164410647867649349512416433614876866894668719820431590704495","21119878811845401234005325634762782341966491470603031061199401707166273672661","-17950646188921225848404184975003768776502230206718329973484963157512954693328","7411240471504303771886359192144723728180444680082520889940051205443089493312","-11003436486911983485963531110169266888242924666352653344017085902706530592715","10091956299268292888582064273427841987517124736362851652064889866566861646207","-17804546452570426267138165374137212805518614283726580441453777961965141476349","525002370909015153041211807754450670868605571630263226091051293073622220531","-17085142650274264317751278179425192381781519888566993411896420276102294155292","7391877462307308586618616991262626210865534046092248125577277819312819883307","-426922879714746879077386222854287937494859022389414006906132771331522640362","18732513288845298631160221242316070191996648652160271783789757319693941781618"],["0","-1683710990141482709403569672712098083734489569262771872686170410315801374909","-10723440991296425091413736633778715685831348003595587378001885868006609534753","-17622755968306974694508323422838263171561919743071239551080770698845513234912","11707695161817612469196945769182596965641449278858036343256224723934799870392","3645108818866816730187557317661916783510014557950914567916523559304935950164","8909632206002851248625079681339641511753040081333764856546057478929630347718","13718749855873686980308533567392184659167483210992149185661628417065437878194","17167540056781993693701251949956027196093037756033737601996964844020247618516","18923267260019190803757857095720402661475270473437554393532329134937843852191","2486169252989874338284886877321173270407279323196418083434142632061858796759","-15834746910802467670896974501006155357240408368472926122240661613774101964804","-16142870656494687057564674802518361025330471323396990193502623219474242391518","-18505203623166033135212381964229151687616678466224725459320358437825788524349","19959701435049199559598090877735625820244069411642254137721740589427393246723","-12491483856289868328334802237034989301910732859400490343073903565405228406742","12624746834463530375337243162272731252058621116177480412515339809709830769333","21269503837521276352882392731053572449732114775902576235639642579794204416209","12915655347307163195738372117993907347510616082871542014502096591537714313037","12802488628020217855793355320073778037678317457337217109687402058122472385213","15952550075975781414929465083176923937157480297267280801422389085481483079400","-16240973355346029171709016120447030799752521302538261696365192066427478931180","-498052190632306859799857743579526808206711674375913752231287427957399804111","-12700043303307818744209496707916572944668239328973702395387185244296739921232","-5106734104420389930559546188480276000575942828590883868513772122679280813429","-1830960745953344172268541494159143312446738301586299831027781820357826549063","14125043424093465961920234105733832094328353175000620100018691034901247627","318817052832609232829430358124741434464800006392166316176577482691618425284","14429486070162211023681809507504536005349063083944528628156105620905916629367","-16601691615615816500612056409472868233652148563426329404535997523414984232577","8745595423791649860852481949328529685214927571743182422024021107059202189794","-1004091883392780943355946030033816204926496075228247419444839927442652739951","20532390268178298807820210107826127292096657245576398808227313478298610376973","17521278532151070741870398025618353162295006578598021904694402762387262723373","16781424496790785634584796490161529440167467149236233894424282320118132904137","-4314393169082850075338028331526300054080761649758883019335362847975137005865","12629837902809885272504827461827565132029558997841622570891623573582424769214","3626965484207328161591725805258218916371666963894072840137353662412271774896","21651683794596390054350189663677153957979176337175207105221546187624611010420","16829791996240379100797969368737717362708402217489192835313287694532812004729","11939933067802254166317012108681842939349970360027258047572240397693017322339","20753130389104908665825399972043834671116271426596042276585139901294267498665","9210430808207461918796521718092198764067613363914866137574587417857699494597","-7848860386360701485223169687973197373032852914104496114014999441790557421291","-15699616971946920772238375508034304072639551721889731884914946371063360578159","-8842757993135631636344431791037872222099104759954220937500298339806567337037","6704012972094733351993750551940205972215055173292435154105658309445101214380","18129600495068966577478312959919851655351780540538366930484715495915824936873","2162220692462882210086953204161520075016591675878555225403622927303501126559","514178258499026090397714032684757764811018994099027791634038035297247291567","13186882523773279509846906553532298916763498297315763286232851964444247292785","6916246810244638585851467456106102292961328050458123259008569745716870279718","5676910495956664686385503689247464531080187514176089363821411916694080036312","-14128319879327852755338385515782630101177037047440172056275461170169780111709","4021213610102353676818992895283794532864791753600548865643744478573936793677","20641390268563244678694272216867011447430061054358467366295158626472249077512","10191689804456393731365536272052874605665989228536709668845170396934058745900","-4374610181441308009562135347449303651743149397201330715405985426590612636715","14774952054196192042858058086112920018332608421706593235029199564911406191283","-795830228616459337469289881473348853209777321953071230549764624586758257941","2341949381254334437394179833452002636797565958060879775956410826874607039607","6021360647125416627087584235917729327256838889491464964162973553028332611370","4862607041776602581968314973389713523799002869207098854017523113110608918249","-15258213455784144170851198433738997213272798630016040561600981675986833886428","4124694783750947960968753948749255928540483423547296897051803639199623536002","-7762740337517530736487387708424143250192299495404319763907368034335921024368","-3150891952259479471526918481844203993735796375578559059519893260979476204050","-7732554730894788802052489890366099493158884877497275115918296251256432367022","-12221035426319549006340652957474995622146054514278710413639359530490963008968","-7467602450169773557965971022897572656034929160942691229375969821944382378576","4322580440108624955254947677861036484530549535451713156714707196120280699571","-8188063945518164823223018488007548025419952422491301246618757983094799378420","7824816019732367797466516107556827459099914301515918121521338570324399572552","-6151588033887995238497211216143129654582133550723027689865961813330876029685","16649806336769322080283622199695909011509836649105183621168361916925871080162","-15109394592805918906576616911426204046145214023811101948950367561244001021456","19232624397251751172060663121393070483586626468939419439280905797852470545995","-12531424756376986087677670098873472493351262199317835337666056336878927691419","19909307217676265554537129517467034269266564351894668287583903689026033478903","-758260897722845929704559838836781629162277259695254328208295835053844781733","9334166245409648241068730762934678529242333025861485422134220876738711652184","-12215347520686754648493698756981225390776466647395877911016419378090080959458","6919778095974755136952510401404486083961666765212311321237452172772844320454","-13557927724395177294404919355530609087735982133579365849935831684688349580858","11134723893293068030975159255305294518993033721418180825039615404771866870620","-467476374931264899809844352124971646509552758661590981134628900486691857870","16434191102124850616866209924332685174337531882925320541417852020605046184498","-13972484687476194670184194073340572332763671111051831103623611183281029527972","6179945893908684924970405109497613690740099722168197103342859096961725539378","-19701910718848084981224106289607656492881042975785035566369528773595316697288","12058574714258105098737209568857847646602801420257295145807960630942064508648","-5401657591899852809394224608518997843333631593384928758185799066212790558882","2742281227979534289527971752166717765897529269085758966562295972481759496987","-10056002772760143118507636229534777344235407015121538284450971516373797646361","18060506113810631479059542855919706227785305589980891648490096108823592832467","-5059953884328030455045738804897136173353830896873935446070314250347628009662","6248370954140951970401995610037302252900559228355760006542039046373433602362","-17728633544505014180397381722516608396858234463711925514704436814472322669570","10195034603155396312207557120164303334466079240208018767323121063701284894472","-907906326417619060794393763121853723548299116385553581655796123424650055372","4578576124907333839540839977640926779125874351478089555717576055945749293141"],["0","-16623981927979196371326384110321981079910150177531165324301903921309954146980","-15838352424197687226064798787868626524616576984550811881276991055476686112885","-10585861948808381722458799552162924102183025082735239668031235667281894777213","17350728636632384232402752955908937127448696913388767469974545872352727855534","12477176334984892906958340840763602591659695462909285927340715144893347737099","12528300250582182943982939194152584099288786088901219390164214622116824363715","-6661353046919736472247617993374996017589245978339251241418905851596566297989","2531619220696470864556306474847953587985896912844680672198451993312785777327","13011041195366900931527010329097925067649858582162838986530164263823749073948","21548287971650625937498500886175346617103315709599618728319089941288672606851","6431055363346406044152221930236693740275825255484896953550907725689847612695","9907291768195185054388030086721256504489128593410002076287668882712693870729","19150224542739329835093388544366179653990636916434267312821541085507514579149","1131807042491760369651342525177882917106587996046708884257482470662598894294","-987418619610979514444880096956308336518032477016430557611144760994198687201","-9886279219735886650677127713425054428344454283272862594872628363768861900972","-7808658611199054497326763843252108473561313010398087935346813695858934777298","-930697708135160351199913207192324558096456920853303712777676324245784570698","-592957990340844713928322696071411447371892111740373865672641208526631608771","13997377599871226700845874490428006108719884873529811094002478868626329077344","-17803029491409343000606472565664135123625163269726788018610402192690075442576","9172885455209588543198164759781084210990991520296461022151059405771975763541","-5221235731000735783581741510072707284399582412123239034514200398775385513380","-3637813223849136673756422324189950911354102023540801939640311172998834257782","-14806280807372331544174231044770686921930905612109458993807291710411290058727","-4343233291014766137488476025961852880987726960636372298531693104874036257245","-5813681055193030275038962977972076646854071022682600277240956012509883126434","-9093770694266412706377325172436238893017213806072682963969097948838224345427","-16212853513858275325880434611807625038367286286949283752608868224649078927969","15056831450714769123257884319202260195244873430784644107274733408745095063409","21049514129916687703707557846314351359565190844278155860214397412669763634715","982919517228505195000290360488769372436257765804991964208191249330531962750","18635508976390775179771713832645235934841870138439209482864763236679658808899","1140659318848120316037655938446677283588668364785102725045975069613756574507","-9433496300748819201157089273909543294198716069184589840057743258484572874186","-5911478972199831175642207847310136840437505844757224310086474267412831494437","-2146350368844491765433205116221353756005547415087045180780746958616238041814","11098242586822040421129927841225139922836053998597269789629327204735849834888","3880304645300371392867514215204608036516632812478623482262545085490911626776","3710061705490762184285177158877644981855518189581873754930498908322480088829","-8605252567262564646001092899382163783503676166046419180221898948097553205875","1254580897158687826182955208206696072944313446281527472744815512778815271463","-13218091068530374648023514876435368015500599707765427974132587986179364434139","-2436688923152117232864684150010902586503323315981248523099887565258708089769","-20342695148216532133172649915346248967894430094224319143635024975111307078930","13955403012410527652283731832022198449847856520617820339228678001651322247215","-14457331063404030106014115487545199795845751088763021790168567359818841329649","-720625722981475009874106192634115854247659543138738581065961613866607894023","-17980338682044581904923223573015876804295447848330157746424997119786800730633","-15007903512307358679276284774086525652067298221128850968920235126449381989470","-2644877747061942807686500254781636039930768922285773725280992538267319402255","-9790803976100850689905720338683723271847516336588984339456039631228662641029","-16462637786657686562417506047449858752807811794756076074358323868867812618627","6625483621955305247205174334288307086944316537115810060308840871719680156343","-849766768796421082139399064802429912647838989345770651409830500260808880485","11344531754531778844249409820984163791224431337756668888503571942382853338981","-15283714768678240685935034557185812205345169271986689190628235758756282002945","-10121304554710121199591518533331272142880635399898708059349026332466457515009","-16807365364833064617183853583794076290615369343703521332637070249602115766090","925659406294244349202557141422876268802638201657386001129748691009579397069","-8351865084209996205972518439431846504870677534394453901221828625141530828870","2580183308069881823978467931016964691637471845484211492337869295235640918403","-15700133165481134573119219846982389088677373426877528092648826385234925001876","6658814562246820999162911115223938343704048118757177326939321659643179182906","-20472173096851043956246705803903956793198464149572141657694886118538237598072","-16356269219694153408721985822319575562813064311141053793518081922969669779197","-15343801900283205239796607321842033069641592314805963849821028064455458490174","2335621313845712786636283737117385305395589302777180581383141878060728992965","-18929618173661418666293363503514371020867760607964195730577342784551226154368","19571020812662564884030970220850255349993863170660002474569206078179337761935","-8014193231352283449075301205813375168865945248003810971902824776577325350407","8253747576520783465564461787564479370498988157276292577749215279092992271323","-17736005995692450584823447293512957636148320607117662346848139211867011301568","19322705510064414953365136497111919021831130418349895758349490885675192045071","-133183676218336893951768150756169739904942481325874412261945970676545142224","6163950201146880013197802287761175567573281110802175388947632073226978549669","-20359047570456234628975783043629429956838458510870317899421413372008375363028","8817265069938217637968848654289400653091548446008030865430428456044426796599","-9587615217204989161403403904621037164838893157918641906732912278267856925350","20898700358429564494303959914834970799156002695983186942073276038466738257342","-18319795626298907179847342801273157717272068422772619813266788994384603930208","2500973446307994081395833353854981642330351268932689842646931405149745583666","-14309602464410658626650719365791750479678707287525040223363694391733945789453","20993154052090867002996062336538738284039740387738150820966842749439552806525","-5851324895238952834525512539505096748824113161220914841735764555840086501069","5506253547937590751450713066787119448241591036960634767937142565976285076161","-14313424152003713394744235406114765486834425989338182608765004747146932459634","7823788031005440061030154196918124958045548767299392496413428106300947297999","-10093475664497502804775025303585876807401748091604356945118183137886217307164","18368435579943657934785790175796414037054112676226583050633258993180224062283","-7403996016966295697130119011334060270800164690173209331329718594385431161656","5702158653962497601114815909448162127964168144632257325632222593216577401281","-2687509337129848364763345403098899145659741332889297784369265019718070937557","10378697906072839258818026826750990224837394428423382872059206724457850005678","-4253131749242413842364339643407517318408015065667680995616310089957683430197","18748282215436557403734551913453879408523288707428110810287343262681752552713","-16105477521787767574766616352003826438776319877948917213274617209340893535901","8896914378705432308312972808029516168368693627537721864252460273967141807413","-19308591963394504934185880960840503329960743108854355165992919428221108151160","18950798163244376541191001770831401168648878044276614390685851042901614376341"],["0","-19152212512859365819465605027100115702479818850364030050742628455383880054702","-14913059948920684550486355114795984463178108208853948124465451565507023233389","-10100588820210667091785526922454522625771692084540566075167470874547396710389","8840263375067916324552487402857149197477410502442099531694841672375754545737","18995782124667178203267552001895394455021356163983416293303737746770616305938","19938231861386200147163477949444024802063032926615506777147905253340213014249","4896755946422130374716717476179448479373185788314263261917677134410500717883","3370872962993375892015708449598548236368636032811841811634139276954811447887","5792138086095636840843796919855761141876167258921135513492042230868263022546","10306008989815085005740973078626004259917178848098829596405459770013446329355","3669377298796995890892548689377111701192905182550771546765763194013366406570","11343126945047438795722235796658753831583990547091587209139830935718604651736","-2375253088460957171830319006780938928177239130225280032029183903709373585231","-4908071168437930644920922971591489054115223821996841172040953946544823029974","-20626290797230849890253953772924940010462117892594647067327397705845373995838","15602167921771012301838432505626192256263154796209799968818746981349586412667","-17273277458540471443599076961889137196671274423495117757482694271455868239286","11860407773408815567728031709003886124263946913318823233781662267443617715019","1998665934887726256860405526178845216315561918454943092609862660040654156639","9907224891475698698116965778963787455843552181248069169254868100864708202440","21802757090224325812573652125227045646165845137154828091192400433497560593788","19639076294637659689163787114949613562118579266060705281911252769355997598602","1721370208343796129766097898356865572751564097458557592118278506824312921094","14853248643996984224115915883781911166378412313482481663591381020436557080429","-7694995262040033466591251431382268609444662826492226780530905005636673941570","-15311983832744817465069289720279017266625295471853112929910404907848546332642","-18032110420261418920494077073695503314103713442631722052757062529654591841716","-6940042099336023434815874677352709486028780536017739725091724697402910279973","-15380769843678867553282827231847646506406504085926273634219180449689768054563","19654993046871909435194381030630986422822990291613099626348187147619797237101","-14231276739599184356788178195360011884753583192997696586753546630785148628917","16172270072472050199107921020220602670629714467942354676450569777290302296269","4824270090424872506382685250777393285035626070186898057020298993168214103804","5441473168957695998423116850371429609274584826066690346125462903326872711873","-6145855801908463574487483519466195450393751288395430947346211348444152783767","-12600986295156523446128966359206556900790733335965380089922153761845814288174","-19241292821227754443992616585353093551172064014558517686341707261656938911316","-16127415724017913146285764307238994208064965101708772268662399752668983576281","-1006862486297375177024767385494607363530689440445035285076066344498101471969","3330576536468224019574744798656186779830357309348787939411402610075172847037","-14412176605077809837477370535006575277883612777598585603428132780951323499598","820735943209898631219975217346784482557229698982630292462801472155907989315","-1251539228621010895156815222769784766818195638108973689084891786151502484360","-2696936923859031775369701862160092672392842379765098346146303972219400476992","-14717580444037841025992123909163952331542773000207093274090300084880471471724","3843964225745769655336084107074209481489025450505924271611799078862676466108","20127672717375968313646819820279848962334584274064446384911444961055804641640","13441822302878677206615449321541515415839286203611857283553148933704102565448","-2396621004338266357467953329792503213806258685533734025014010984299480576744","8244003535119863911565095865919064488563948125833681302379154921075315421071","19840319207913945283571638390462863075028041157159162352131038196725306491917","15267264041914556129675277873350387534458961490300814715981717757815252306151","20869681571206778734608963040417494861046346075133799974689279002480876039103","12484198692956124013324508985194596993777192129648142194495984694412110156692","2333809310373725575362187200024761114613928929939280052507540125530261193291","20177765208214959125203438796032113051443864771545254909866225872638070184689","-11576663879083218803881973554493151590219214434856715489989870745483606928115","-11107736273585103252850646609842510702963318418424213277203100014918401169463","-13575530061052972317912038368374064771865362094848145998031633179839614244245","21536312556555339685467228416701546582943109326175174988954435206910698478428","1387249603922864456038967734457727191824439110462733684961210084827356794149","21315368219102478788194383059643897042151818213754991431469666307614267585595","16345590385283575755160394055871004657145078994078945527124698441188803508651","15561104353671074228159461117385231981739323639785634754493752947281552680352","-8847865300889356778317333435950606927876100669489256530918564364172121897830","-21188061147878404519706563536681924651083274449498238877087878337016497609506","-2828930612617674560459147958909434849897903425596866306714580901616622805486","-11098320798061298951437166873932354343524728318192501505901824340146223297535","-15337396468036973119100942738587940082531560481301746341644441735852229394934","19259646996618047935719030508375490623108378884874146714665999605664095597985","-11106237518582078990172144803678501395607438217410738321878077767409111282742","15794190154528203192986278779486823047303959866637397697531991072756726819641","-19716756991738098670496891587872680020531196116428601659793478012423838003669","6523288039529730903225157049286432642538505219333384180995373460306346144208","-6971831916764995686933214159507220578248561910690356815207094906774053195141","11362048400284746297069881196692852653970320012469264084854759203808909420825","-16629806954116419621194138728278993585745457547191628971060641534682705967460","15008458800984681134122725602147182645381378878204099722539983295980536222876","-7821629750118577465461996801637262932132837606792283457236286742373751912703","9857286203212290177393923554968676191873403284684068342265133220513687116700","-16475653174319320369026305316699978042094273131661727874509969096906993501031","7040651564121151454001649000821917618110498055124562529445525568780822886701","-55691116616734230042688162195350235194742312032517117878699363397947068540","8409565549633453683699350839492272557460904903442585022919465025254002967672","-6407873381288968198756687207109933842940877535203400567869352064986603150937","18049674979543189507821269182524126516102728393509652538471062816583390752963","-2650097030387083650917336944741084784941763634005370599458706935867023751198","18189760536141410735846933810360478357362205199222334405555969213189797558181","-19890890592679155054809168017667824562203426884491563498514269298222073019974","21403955197568407315083878242756176249115627830917855581732658268023649839411","-17011158227530560127045848665410670506195465644542366940326042738472542288933","14820843203728183618673201842511492996352554095938997562089523820373099176574","-1329241183454581541975781131354271692295089196733673774846434356538711155341","12287919478410619801655903555451617877033433681897090832124738827608644113865","-5320787763276839879930033123339272076568879908517633329337179344685771036266","2761553744402587685409254739300109051696672180477068990701052577486831283163","-5017944094561435996370664922940292326070737530737271839748377219645014092465","12161224389957484273341828136254492173897906461780153259386824049699999886744","-12765421814666165489908607587961259797177799505792763223404589508466920375285","14998437102701689798237207277704020711530052028757020061069575421488751478461"],["0","-9998333163679668928680456945364434299707277565622139144650632263337848173709","7448287364631834662733529453990247207704843691760651766014314758985587050680","-21547039652330312660278966616315452541948943481371678722996791118115322090967","-15096507220335693930638037563399962415786535001549466043498556628712362520217","-18980332289398834861657167829932948643706679588846140053638763763727798490258","-10976944758884284741775498628235794892845108251599180154503599598746504998718","-3534109786998350790518610469869688499070359670634435603629202487452131955761","16220151541014135966845305834566063656618644652777746809851162341226230922328","11632052907223698424902702602016055717048799446983371685177617874035411580587","13177594152097961051608818269704530476641308676628957221831372161088722453682","-17007655773435350429275015309312963313660534049923165404652582355426837788714","-10638042110803011515207397615456873438283534240313394222217823964819910610494","-17559218317549666831854504854507037504291305979517302067869233518900017569630","1713504350184158813350915646493340762053186167526581074749052896019883773684","-13666025275867315778162478107498590048623493156142529641736692902750292624298","11399780099051491722992895529970678193955873967884449491823559750325750109201","-14311611764673548138427430802939382362164006699743714649232865899827913912812","-12189239851428535557158235784833312635995348198870605359237904988620334434818","-15657617108509151982586485967782907395481483291334798736581071911112794562759","-16835100988373563908023564915177020888859121312361032314713488430561691120661","-20040031846945115984102993734527519488312290624590446108602149999683710533101","16667799688695506128694903037620350001418226800419530670506877272040339643881","-6419362771831602421093879551686923778591538323999361157583476750325542076725","-6785436931880784558436049294296417941291286154344154178621039895763995221067","-6949275220814357758512731613772047620491077159052049758824584427613192157025","-16862264371543978790348372263149166273681405812285161832475146089918269758102","-18149359135491803900865655207989173853469734673921863521903489598947196494136","-11250486645472384658180453640992731932159223469561223623664220009831569479388","-6230733962060451424333154882113801086215737078051757537130842969138845702976","17451665101796496167110882301913165732981008086140501911164056964686035439829","-16961377227246567894434154284585932221640914992192709645663439478696515883350","9921797687466785053404844600002615935692904925411572389449181366184151367214","18381475110152794223375936323342603296403179912640713784037826737590245832741","4292466899070792843012547423863243225211095532097481875611680300113607857105","-386621209821732269593650580282654959279339893703684921628738627259112884277","-5227463180432332555694836434483314649311510485756055503801044143227884349314","-16851869024061082784472385957412107443504813686060931645543050501342782176693","-5905095395252510649746963997228802632234208884456892656489274415920976221066","-12176776791935896827730237697895521165554181780414120701058139293926386574245","17853406403265270225695128567277390727799458828649038949436990554893439997952","14160541725865045626046314876181424425485465236025627815912731322536147510966","10289373107090172878232484923874340474128601489633544019244446002953030646911","-13680359531233021499361744790210504192148065148993432972754643941453669886876","-9039624177340188214947935231781103282560187432616105508611356590779404024131","-10215453718437112818318173282030252995289161103461732990767565828505217471385","17343655723651217321582612573033306478452870792334562548800778844073156896642","5008807284411249689825607419308307850462144000593611279449789710754551972427","16141281501371332867861195322888465837822741520462847497576442095262939648915","-8643188449271450297570112539214654095111997635161866062249402700538423323411","3930608820563747823292262591053073320840232800375312668566241561726106667444","15258646908898807846688962207816988933117170415971567187878129717724254405138","6447305078123121024955586769650502884208436056880485106210708750105505488916","-21860671188482016621008608120498002075424715265646693845817946783274046746249","-17752816705907336623080911164136064360745575746236889956602215701798505722728","-543410763277442103795654014391829904166611109271342660767815168303330977434","-19645857103347126006740030675869872903994494896991461149724413489085275961052","-10345378206789203837530250508752072369998889850064666997555809888847583803933","-12049717030771567410407648273441753129314445838880320278426535788493529450368","-21532575067202463917007499210774105477381293518889815954864063962595844767212","-10840243520541773387776173443820290327234602619214433830316411431637506191903","-21337260877645019467266700731823185489608090451239664534183357693053622527681","1495189125947004147892497069516446050338380692595316434742564191617186477527","-19188760215155848706728620894732316999884207723343585085563351328016942948387","-8465621575270180901371150361347057837774674412974457742189990646418833594775","-15000311193438289454713491283278345993678115683585581462940833083543132720557","-18304513637943037372255689477199695265915471248935166357268686635669955318481","-17308783876111194589315062807492353942956697365738002965719746923332935732197","19685185706124679334744434076246488026187697241657728992408667674347892947575","-9164809442784051342936070230173498826060419871626613449196687743521823091232","6346012326599780807497811482358989871027355010146413346510463305519996907974","-17898474959454099031173756424003283992624058125348327666323707008750708354192","15179595575791845960935818990967162685550535183612837817018495787704160402285","-3960390989115004170911826802620792682924317814850133549892203977965370339098","19754748092607488522763692770327923496214819302364070922724190749110684171169","-21265402178555262777777811049174297067569027860861776985593457854047367337602","975428400232887394364148947933083613256492864015871952336930947565310740914","-3534254860330631121006936000141910701835282992655239346013073668152831540939","4756058939447857302869802698085465916737251075596073325447625942474012504428","-17751247252319947021434781926794179323423963667506412130266429728123316678920","5713457565805406518072513006791918256525645194748393181830083828061516996502","-2890751014773498082607202856182906750658928710279991212059203930263881638255","10370597750505202439796187566749567688079702197950448929641047289510180505878","-11459945272035957274734743542758822237020918767361828783866604033343615365090","6151169204951875356358014241044572061975220584291328666829339386717101129907","-4274049517637218381351762921028440743902068832650304968864544178829021312273","1020591459243375861249988268503982208193858498966776678659019458767268495386","-6578857226250837457620062401180820393000174616463093454419988023468322329876","3855168398155760200250313266593360997275127821746033415741982168412815159908","-18719323673115592760010457596292612851834656502456912469207957032598900514224","2021527367646347452071505648335312760115001763798505629831147983363112854442","-5059115515780588561379043655693441396634646982655946432512460072308767791037","1272232192896378736817195512071770218003139150165410818780725475149171957866","-12969422748170418822959221995849717150465120351624650085430054435071860790625","2667425859682262852479166673365486732724725222386099151748882410212240803614","-7512791071390143445610112562853283673268429624085970773975152925070599629620","15267626677842779207571960170323833950499220430409528203495144832161690386927","-1985562655853724361865417241368842769801909724915778533306101987518220451010","20937779394946368394982017515728485554244717501082869954535944392951181468659","-4874965329754801107685364021221871848195294825505452916697172657353698246832","9537718008223341850929996740290445248250232284509201007652104897684439342173"],["0","-8007893733599734837407221614118515276298182097713183296475326708635088330205","-17530714640290646922836650445179427529606990652972260318502648424902653064208","-3024771916266530102612881671149318558091880767483863967518010208897250737857","14972241244540606118867870143724905109127822337743798340003874973366603948653","15392493069866771213400227480771085621272856374136509850882894829485892739623","10712989580394279535313268633292224718355951203737832913179424542134553789188","176092134324829633165474981326598160185459917450759450118737523243325994072","13698463095575977665997219930549637715487667261375692360382054340997076754155","8576027072548907206098326858989516133034049797611136713497317699618801849122","7606477708997888770583419949475588345954197940705663106659516466392110333109","11008485559088604562278917797938153956450443337614273620062097984934328846276","4044496553940602237041366565663669732960794161506967292534307497202085938862","4480958348988243731275735522922674071077081414576342263676291004521182293345","19183350146809621436430354979354180838905368698075880655354960081533431909902","716920656837376104539624633609655631472700493127591971597526903802812528506","14760191789286119295361114607925160642273919207929698137660387115177861698169","776263495269767169819309404051711089375556476174756101204874466257924590466","14041585798368049916131414243277301553859778612976656172678240146087874240492","-8164349719928698842606224863694156912449655771872269754448212123258516753711","1964626835173295083664684600355255739612915589719177130913448466717945837381","-3086634332937039082411732560986909041019646831694061754282677646467834626247","3538770278029905319450119217622542733309705850719824113110765413475760586936","13896892794021914942150129586277674514427278516832061815013664190652454234954","20356929864700858274562836362111703037986200924471114110220928732010334216674","-21064703729476066738568898094952697036931722181479703216794024925568991596960","-15958274691680174906420794217763332171799208750073455489922047449085614099257","-14252452864830217054736142904862683496564163224136699152679527741648831570882","-19850811480822766076648658565781876265651544710643419959047948473306280403559","-2773594158762429105111698183637731952052016659127677908142061105666813849202","10378178600112634316613427543243927366685554259836669059186812024834515481587","6483178580368247690548058231183339057565251971183492285826387737221650835300","19830754685653095676720890386226978028827439504966937511463666375190885516486","13188517488772560885777599595961469314222258545214873129075192142347872047469","1567572618305012270531605412965726076201031415028031114022876128461232627377","-856835959823435534439093312850325012597577310019733566587795172573615139062","14052897613827168371476518466834136313959367982602790751787278829252368442975","8092506030688612692843637865748039149451629734073933465529289350479386410563","9381235139088486485365068567097147183502220523015729151940716174094807532910","2269519043561448600584028619536317802065285098521908104990386420949309458892","330825611351811554909143125119972586686151696479096951396704054953712316986","1429327349487607931060511887473187397483031510767714631280219004198474895503","1117144065466544224535771458410547294598624180079987404698027014670697604171","-3203136609899248983010802074610612522246407344593176923064322172270331067992","-6150074040251136747936964213014484957030688510816750632065726283526231577904","-3875757848201888612344128962435995238755051966814453447526316029564812363497","13112602060464416452823453311432854239278859649456494222710751630167546753525","-15621899937220170809332771166678454318202177333563430914456622400176025995608","12900203240430878108137492876701272594714184471387591302689932562807674539794","-2213378917208933999511541854732537702777771023870457749095213864632433493272","17971658415735694352060943768473633808673946876980271929266161360032511456608","-3594185129096048959430680524331014524344442351562041071728000392833566036576","11212546000874659859209342063574377447218578718970554387561764959144041788693","571827233969117519261806127337207480634425207269539576924616090641769750612","5645881641215177843618644991020523705340009167730019925688323051972925373579","21783909362557836148508894779857895409304826865513050772837348210633909804437","4122670172873022032275167107342089699178447117174930194955249613951159808791","13270943871652883460473715690851738841360886056753295673574158277841067906622","7535795999407886608805586201411740456177135915367792309523393299171636529362","-12618083547607885412330414668894947344025906198357682048199476462227285858374","-8765604118341791776121322818038603829232112196187264003127755960768478800308","-9804750938581230800613872251864349822653008375260895254202152443540818974506","17303617544277292599328726953076369825053535866363632515768664416753704840742","-4566070971102691157745406124132791572887667462811641650105056886100241344894","9627277998445765918999051379025989023278185060420943786555171697796204692379","-6955097134842135540838413601806739187963120311004375077609512359944064716311","-13639640411362288333828488189623612746070040960862828456477421397442878969728","-15397216831340338368129056849047884482106508438592506762480964262749020090563","-17183789966048722760110204589036426489170676046284196280756036617043856743442","-10702890254826079057200708918045776728928887373793388246745992139255192824959","3755732138882425259565244100413511862722975673566081345384760417866718725316","-13320280634976694650187385377913709753206943430234656101023486353119393305716","17260129573593749000352130959337762526193281499618703684616657139978669110705","-8810961219991221905922186800861921629837865227537563956097795983930453086776","18149804399522810190196433584487066626952740225138923038118772576007176256518","-8713142739158660393898613970302915951089150373215121115948456961542032567071","9395650419212803015031053789987388828539785694522629180290930381688060746229","-9767204510702454357841211054158544560256505166315155012738879000343866936545","17034464821887073250056046932013728795115429206914344952205993169384287939104","-11536362224951551133086002444515967480365570781726094134834747272810845786920","13482068278136483901716842454664161067842292222220798838984402917018198046964","-11068728370577929816371647025255706187581397804146198425487971689184430157853","18554385213521718508364461602243354229710694053511591508049043035092341399392","-15988830899278512965241133844743179975838984953553312243364200837403226735479","11154585625093107513890751212606614967133323174782718287818346369363197450343","-14929696592186136884258411502323473480896770423374505645516588952217693070403","5350312132710408639986431441688573685930298051500821890878538793969308689562","-5997780311732634989563537562868991755939062925182563787201531799380654533190","14833341306964450260292136067207681788181206028134346867933828612853910132009","-3564149103774846546124898399838613105913420194649944298148995666302598895586","19890375331021395677898785445538642154903937911870858241142000762257169254502","-2151762475164331792798321576383321797028306460598102616788373773119449439649","13011507208363824489939126867639724635419472799339864682915083144519631460187","-9196864685227572262632117904194045956502138511276944358797200308909659275609","14849552979776089125153780361709413083526776106207183268061692085918709953019","-8716938554303742007757077775406666596533429921409176407617324597926891628241","6843588843538654531375115296340898261326122826966701457418285252905716285165","-11115023277678532362299796551265115090413579262947706376974248890694080576727","19262776498859014180621086065288732750618266295328782674246464745875424668619","-12558374931463306203393213033028850285471018060231227933014225519378583489305","9268021967473723651084457426592004501107625070880666556507716914228724607442"],["0","-13185688477011611579666509485094744029246002650853032737167512761372499850350","-2743349469272185011921447996305542480305351152042397313982766510653551495505","-10293887342122790906373114789973119328988461583624511230634517976136280982250","-4207193631128327181622622368738808633850786096251846089306621916011578601005","-13705522888193262169270435673409522324194266043010054836373357052737056936297","14918170301422924867973292144417261672548966161927403202149103366745123517396","12014878702775231424830858125891559792339459277065018223711315698134087984404","18138964850991922484480057744321568292909826219518131293465863731750134191043","13003747058191990517249515616800146286305353033526018760725933831297052372406","1628135540349425084572088692318849556442578914452204754187446331686456286947","13452861776630330403425382547576342488495447253618632827612666322880574517775","15089929523003929025478144219604985580096978091828637268036408822245142765815","19964023124404830893769232461079839291945078969564355525614344064730711244794","17124837026933221320785290916799899631450123867313645903302537837604488912852","19566825768511171931581059830448683757425494455892683858497278133101934374542","17489166567163671253183784723662747842816048943313133346322871256505001726875","-8568756856111886763173103401031967581872674555542034676882845032643272837160","5847052103524639916245613348786505860274950506674468433103870917261540538151","13443904167393782296234312819871407935126124806893352895933915135888203500216","8257048212926595489927065420799067023581385729216261615774607613661427922877","-14361061656656364190783206523504208417152486092416955938243603341815369254844","17479371673999824833870753492886766867845512063421133726958294766189961177435","-18821931196116881727584561479393209901548039090255578741083576204049060783327","9764772489653650838112460668807630945618014398688786529710890751452897649681","-7380063089775175648749665225223203463715614875422266093639732886738530518206","17051839836497768434518369167869291426240118031845792201150524765507843252394","-6136494821342191065430892907743748847506479291168117085878303596625329492860","-4071299651582010376802083537817719000301500174389196577410540945502682015053","-12409574945847302651916393671108063031379428590576708920384477134666334259514","3090933835996216263229179909638197489114672163901193579002773168609157930876","3679513087779509108918016944089412236855018114017894990211571502853726685241","5992427499794076978909494883474235902432109140448042156426347809263172075415","-14222484453461002716191426931871325445557797061823065886859477300001025043637","-5775625988177864071234401570763509562430721302829609812195681682441809713886","-19892382694154977064583923368675167225053521002597678996470828001403128752954","-5175055106163934818077919299195700589037884488223164826314573395569406985147","-16870605228121164588598491099392935810852881748397076147597884854923477673819","-21386002813101659065520665930004461753575352980808260446569378109844449808700","-17873509852567976484986502380470642321841296927167558176356908151056373004455","-11445236468134347940116581829574474349162921312272696293622415607156287098647","-10438975033894743420884572468586490621523919386265641005703247705555123745167","118379009652580130929028638989943298462976192886998176288839503706415255676","-17496086298623480610582919053627496498612271494862939588179567872349718993970","-9021102610707119918024737964730601625088474123912882366407872009328657988863","-12886737882304491685819292790907532954059564805841360485060402308087007762695","6903321753781959816613654050132211096477969700102797535131537281148715537498","17469923273197381253471778518344931348715676437824394325473126700648038532352","10785237361481293575662482630757689675177063167762972685599774666848195773635","-7295778314683057116264157125589879387002572842676257619712103368588094583620","8478947798902195776266564184479564004478174741012050412881885001153611359354","4817699778354577400142726973216371489695029696255725336127770718003657344049","21472694026406071705962389590243507816683996218896851753659336489760296356426","11108020160470822214551726235426170286889078457281592471866122596413779889212","9693452221477750557434526760308180309837678412995449973584958691933121313189","-21299061867765257037352150395718346436188481282739802211001554632153237736755","11673758482911254785056481933511954485077389760463349143938493919615713583460","-20729327612251106529338279687488614801958353479852240479157217781521999703267","2227724495585081127096104597442820096580165675488784695950118160809229957688","21645263047789274540253526528022517437597140780315326511315274850130071504487","12594070652884816376775954867514153609286230927644282894576268987403356560126","-6187054143140812294196898378887467192725242820054273312971495886908465948967","16361796377457872791316822531887246672452032075812028396134326984273134935395","4556781823763217570134730559884185706956374234784985176165069452603395562815","15490240637958019142232415089694655302655949500459863036592419739713798806924","15669243723697922094733629192870496809875399422687921354281333978287308847938","2365373364807564617355816726723220546923809986503597279440000685385205789419","6974245607982953416631396743918226389778222715492668231636674172708944107876","17553000355731005894047481881730262382501389903965347875696281211545944422350","3514581718639966401761940830895912016582905782820898939604306992152033240798","11906084502386345172491648337099327109989231130370850746868318649241933400792","-1882633672570343004699035624671740949613059161455792476939160146687075532907","362198848167572679694905451621525584514702841828555564745872207963790949947","-1776982482181807691572635373549265772083923574593699081199861605464531961454","8165950169006729593972601104487834162779776431077406764637843573716037492862","-19580117510640522939362600889593276255359446617292774750541732363731542195194","17300277217169954830569713031131039950387394722818144636767235960870652937024","-5913017156671720324271078158181224157188479802627710106591659271252848678123","16419686068407920271905874685352266784481758516972452329934685514975362386184","-8425468798688951191129592464959493859487141737755513095291846440510103635242","6022272899460707820339658451056028126127073410550349451950625882421680481248","-9797677674866053068729346200431859976134566487329382268023805133247986365116","20968607493986415266415255547146910065585399197006727224038259780102766899875","-21459459062547624640700873605539252732037474551362817297800848572303538900466","16214536601310465205880512770504904611561877059017134373071042186438021382238","-1679445028733733984384409372575832600121498689087366779075512250550811459314","7319054498652919419951600583775194901099711932571638044552619023769568695247","-13523735362991344129195944564565833162382551284403037345526568476477007028716","17985032010498681099013283129729129401413739104486785957570354729673521693313","-19509289493015696483226929384956917606369309352533874093840184538889445498240","19314056773087997717326841812226772582519056657313632190974659083023077909061","-2634924594886013380397669771777825524555715895083343614330642596571462963185","6700324724096479182218202465991089830556571445062991337397723815736930805453","-2016666452358550012967352112388148469755412404988239892413010796285555676282","5685519294578551716227720476078547109446138953692637676764330661498566956010","-18788543446977986787230533590177204813701946188075282600149229692303948125863","3393642532265620584930002696041879011524684190894254353660593031136761660661","-9763697137976397165304108355169149602990768714059740102212723553757666336108","15793849119577689479731446991330667503365253341721929531766712605966947291502","-14845541880562707857481690819931518145853161756822119536157552917051508932143","18559741549264294477297583306643510552853435806706008202305072555383084574990"],["0","-10944121435919637611123202872628637544274182200208017171849118115438250043221","17705422782014637140225930654196580365201269213885001041940133770060197631817","-10297647643938543796968100671042987093511606082540918137474980113536452651240","21846978439581513927071158947194255083152916279817635942066470059044982530928","9052117809525269602167864843071047222600764601611184597126483658498965254242","10929889053694458186994813499743474211626250572502909844521766097400041883410","-19111864441154617990220192427635915825748886324455634532596164132032784260792","11675216347891361491355946209755046817359307889681784632857795801388520596211","19380594690617265506575465858828055021384658789666006094519835985525007569808","2625969526141259490462301237798089553046266358669292474305536189578767952241","-19213884449025175922895120440911152736539517436026470266122397179983399961638","-12948195058433331726619025132682497574964073191240140263606746544967746503938","-17315562091407645136594983832136609741258535600783652040299240711080976985765","-2918676288689417581114968302746700603929907233995713683029784235198850738891","-872468283659651182322023525190844997466345294156604776817059875829523220566","18610683490519526968758883882287269230852781753257691897405466573590047185875","-10080565600059519258695388271902568690822795086059714452749954269928905988699","9686960613043943034061308469266145294945443081049310683923266362376168321478","-6303196336344532585005768393568078348064164761395559286875590494600653580621","20600791435666411330483748236294592948523740641103437316813258092659822196365","-21347733374386272502962922502642985296234864592521835184788508973940717275813","-4674414227302045055395202895191843581195963576211670061203502625745914652509","-15916839054191533383488915874620797153398445915194254130833403022748700196674","-5630815034230296573533474895059661868164326661341034311297548206743042922856","-20936768375809449211332476510214789179006493806257673427639738689456038101783","-2361632744860072319537076983497919829195012892540509825057959945863419252600","-6645381953039879539835838393194105862055640462365557036761884691308993645601","-2329091756045062079260064141182971729795622081396594411944017987034059168872","-18901352714586194466197132549770989766912256158696276403733577448667566210687","10573644012527157021319405686070046514689424944855483463536465970887161035183","1491426154180674644075783461739262086609492139109375602691024762022808899298","7427257023522173557791909232441416909073992739286359337226968259903094480248","4020269055408478733976664055736054197140497021295913371636141491701532020646","11253402240733266031677096260915352795556377497701668324760741700068914142508","4495032201739040607146449414371811527515606891380019023878441632662386080030","8339632997644638807703530598539577117342992852734350260164047978072717954670","7635849222983558737471074974000952702117727039863683147772793459164043880712","10751248866598375717497641989057612296041932512869594912955232991982015113382","1960030172022753001749945342113042088423462683732141640394081103020955258213","10353002047549174011420189229299820975536024435483646737354561211167783437696","16955256445657590458784414670670224083991895963587580143521022239998400877076","17782118824249126627504013256951900909379040265132597730081087373830214898645","-10304477480613817150459273210311392088727024561263863127491977697859878425719","-14736715973948405258634404653423483655807321054352891547206588899691203463256","-18782546571137979716242299943659664754905500995928031255453969472199836434334","-701393756538759936815331477909148236268201849160583721417460305901896918747","-15142805988745530577049422903253069554848210932675938057165853690431193576065","-5480754301847974769794494470158689860727478683084266698360009397763798634770","-12449691752293885178215905571656520171437387342512896530083324501867683968762","-10019795413227124489904591257579573970688872903593927599853276893813067606692","-8479320265866745591971088147763460393160510563508539062702292220417602736866","-6452351370872525873621659494017523295224425326309427817773929481832037823206","-14698098788363317721260263202113429819182092998608706673793720513690916222247","-3132029887728097576158678962290508408723915039935675705092349768169598120817","-6407249369229497147167122335425461943548569244815260080245642385699616086623","-8880207018139247174963085930842633309144564469224152378619112779442813553925","-17749208383230373689982085883314775819716445274594871044146214120082178114509","-1901023928929746404741314592942406134616667725977651032336079935530936323368","-18599738782615828846564285286018648711734018896461935496548211416765903156473","11330545246696980848323915140547898481731955880461526927991408601382343797589","-3930001572973134876738286247014353115710880182183937403777686707056972138528","-10480769035979859092864387577488089493033062911107382168801592819465743445084","-13224958420454343430258455051200068134290843147812618634619087888209709096420","4414953358007116689992491254067216410900821215568793485352290912982446601414","17610091882013323480927542372824422032239461694468947839263512585476757408392","11087656575573461863442739456794624142956687308656715954038892777235598084944","15422901908810336592145161831817572830563144789282112682130901879034175295107","13298817285936339102215020799816515953624151898213635891268360493794001400258","19661281961454134911635545319012494050563044349626033327524097095931294429074","4022372546001232187415389003310101725934162655605090119648346552633786981422","-14688185177869341979659738729900821445784049542138521600606938370215803105998","3880139541262861251078713038763269447364922548788220175367153308601227344221","-3893963292694718884546039988261002186042186095296939090577875193826410519523","5624892701077294479798552950259289172786948930039246060212589656673038603495","-3418058248605748487070884356695183637218558469294704704231153511500909864516","11820250162004137106319686858559121640703587554117049275834425631286642764627","-14012152349963612974784354192233334953396486715776763418837306144664914134890","3716774818129816312421590991836998646588462766262056415692901007161225783105","-12308555262127364174178645236813261351253755653339057602851270115187803089206","14269549587170940501018553064250354302916518684834010419921278955421455223153","-20563547876702707300430165804337998438528770731280924064587970171551224294191","18472105418845972145939798651458476635298519752492496126680987077657940689265","-17962459123099411607272423048167967588515415231560289983694134060717352330346","375809461549042797456391452173952867073244295950037718992912334141077991655","-12028919987928203618697975589178487122476093894628510260314577183608098369980","13375274315728716938125781295749194143258984908827664475117853003277554613867","-18209782556612263862927450686314443326752565173035812095464683669010837271655","5916368326947034733421125208195693128551473645877061400594315895590661958069","-15506290310969016828156580734415531174465051633271380280549274375866566013554","11214875022420208926992322558752480758232489622505062735476753331897979007593","-3598726478982845183910854268806054774682916888938506350936218002113671398777","11652058971820374105059344377671233714052039319937340735390702786286936831237","-1027026256985459750474530206292596077143352365041578739643770375122688288621","11440397505632121168007764769098431164060653882154265161734572071864532915892","-209384391831610729287156184739053930233638633739246132537734720020284958178","10534140941643607898919384759157840741807918742875146725520645947999623452561","-4505864466953966104531813627257095933650441452621749581516520212721121390971","16524732216457246514344910814313180111270865733463896492835845405780340556153","-8308338543467451833119237367697200577225086029286798848711378038837324194063","4061091426401014887539681620771173491165982420219986796092379668520974013020"],["0","-11587893285091381000012803041606792693937369388455547593722575706558118027225","-2917916415629010683585480482605993342539862787240118081902970584199507203660","-6019900659439940374843439876400264014073125612186668797004474776437120644145","7024319930630560345289226848510008759222434899308534051004533682419531368662","7353910942054312617338899012767800708515033541809829265237809710098359524186","11021521863128405727704996687217822035130161766451741784778976971960372764372","8756244431366237358749521429584872197605558764078883133235849698057078388278","15241917694662565386338436905964765158236486061675590461999438701987873563518","1562323740553039143931162459907210579076690618138088001015733690734498231756","8276609793862597859331757384824481764660061201317665212675011035116853446493","1256786434572572527015468495451747662976306400268217968127321962884679777250","19294648969933195468014899093308714694489354544165514637811405583675412251073","10247901581382282314419711950312778177117184106738435467523071734550537233947","11676821255283491337621254163605883117494955395801821599709031436788277483487","-18426162539207784681912771539242305085151748492999996674411388798805981939336","11385092025194083780946670986315804805105538732218559929044177347961895002701","-2412124266539716119834151508563802653126406763440534491272563832288929333568","18105764617783980283467943719928424177492185449514347381880793355856669156524","2282516183851756919877746731216197118366045343050709218725565997468446040005","14245715057368557527877463807231209125493436223669864965076406415209405188036","-9118259149096763638165325313284035489665451645758874296985820324913867749403","-8446262904444487887462067500926172024360442923709267400870072360194251326351","-14965432195843317772448803908134183742692760248382047733356713820250037743332","-19779710518806158593405089525771752221362217919410982106285263643303939036081","-8204989078901784419409730859442850421261098958193635893170695136945459783998","-17732223015493867475870128148293552763208929623757502698994029045362472190061","-12086374898518710820440468509843082315804272830931613541091982881409530898968","-18100685109768194955847195056416399221166133676616425951944851919885928420234","-15282076012043383687194938808972315481358186561422627662254612441002501505727","19599704785740415451470193073806670902271447430539278263132608297344910253541","5420601923939753727121801391543313890746900653743687099431389730647278152814","11975931075591262145250272892693620949725324126341624793033315010172414736913","4114323850975641669336328771636444542952334719971212957936027710024702605158","14044603790227934745293718877735122029908947167340561354081989148328179255498","2265345865566972958121905543675938779845697588369859909272593718174408710827","17768120974979046309093360914320798349291140625584305916214368816220444437540","-18539921886367620720906277078907479099668778527272053591083973074660436423130","-9781007877484234517903783302429100855040322154922900915684776890247199108968","-12664811766426497592048000138694574249084124407415245651075339817599996095062","17721288223173149745092173498030669705828189981306207548550967348960912329087","1512592447493342818169971275941491158664867798827146374492238372682283036923","10462112421064779007699527084376758455015003407981022124404285887850359129142","-20878352012716202787857643671781019345404019997521601075285828595363216084604","-13159407406294076372396133131459203645852386837628513339166262310770633329380","-15249284717442807885594658249972460696907419879873910899156512580062395841705","15293350943372607140195381471332889181159507128700389756729270647709841379937","5618804443732713755840466972841754313773999438149440869239150287290668579935","6747590846039981686981410698299855549215484429088897781829640223768840563179","8460353504370435795491373703961993857709556275863682473933888580960189586981","9212747320881658031561653913631167797157277585909724547206773417133783811939","13733111810989049896454406931797432636735191224492426445741238689787493656359","18326518361475965810628089708887252853012551079911125140587551904032041048833","13899281960351298647281519336896562538715534919281276796026037420311675187864","5460843478933530064649985780005396028202648554918566530809787917133795089055","5884347953448337128042397666015122804908777451099979160905986179724142564893","15988073178735630214857975642690625879893114658217979344006989710476797359923","18987324424155666510885194769428102805825360086149117840544969126913658305769","14203844290279597975074241011908444857404313594037349618217615705032996075916","-13954411880521094945921909654954810640894337561590513170068521036736353960414","-19060232558817218272757628206771771561634168872514700986932141394386129268494","-14306646714982033027520810294755664637124658675219223459902832201033140891960","10500655543554995096295439501899479676780249732846829008513727790517112101873","-1296128116558375494803187372799719484373340134305216598418950647844242568276","-9763492989949930459658132612705070316628046693360179463082992511321754151941","-20188677175475132998397333901145777289541194884479022698049026359980342899357","-21340932890549157262746551960857369366492257012418550076504569259361908202003","-3543863930928831569585320226660907544255579152550007173548724214206940329659","16725728355927277488958449112805623618512533735100386753542476250669680949061","-10159734586535721464034675648662097953327487493614733566952898788388775567940","3801838233218082635104110733221730646274603474455198270182583969921564658459","-20653411766062909347387578790545608941787770918140665936484067465699863995634","50916751174788503701725404413341611099622540658326230728756796302732027616","-14638207267795255016472869057331111489709674211611806625573730796063613108466","2253727922359824397364558411967723725524486373507753933198685535092098324683","-12236990405125957542579674518846612384157399857053601138971596708476024356423","18014051107315799225762529245385032341767142962422836990939456929731330132007","-6352948685652461537541728142926617480438268736468829937703419211472216006913","1838509462568002668674347148251959488018074247813628691615223689606434457017","-9471363499445110647342677785300136035116710717371233343391408059461524259055","15108283695902236819802642255340240632596194273800893726879529358545713795050","-13403294216812734171594830060614350087983996790826672886645969678699291251658","7684905937377148580653499249853269750956051975430375031430633310950012529432","-10696331648272399699734493962514832331512794670668138556635721131949848676261","8089580063587497609793486798707370388981263785172962666450248925458477252651","-256602343924893103100186723766667651095418967128040019909621465569938303136","15928978304117575652838011216669565196031582976075974048216279556559707986033","-4169317080712947292319521102529364138145996837010340795006891028545736090521","18283775456885764665083447106713180022068547406491494294503844328235970432407","-4158137841855426901603058584658994452886144644705320045726661517562320773589","5519449967759460783432101175232244568634535595110975302345983547190568284249","-21728878505507504295935678332032475416561247513634651417736533706199292198578","19214753462219124605903626834567395862863597243750147815257575019412283739895","-384149484676250886346400329441801880100318270984074122309375396199261944942","4036175966236371501254872822438414280115249657461289691420260183915583306391","-12663693598713402529516452136920110789444937808970268810918496376788963921734","20888027973481381897473677503854090375113388711589151379496836522994890225233","-15373305293620389145586396815943517842646829658902216633535566251827356598243","428194211823465833299855463202822382260072674613568521998885428824673992468","-20831252321899248559287355184126996165424905316351504612102884444085956596884","6960821450973670805491261957945640903503473097517191077334918245893396125414"],["0","-12216693695910293147300319485724990747096761525813600563924579594681180059456","7318855368776525546941960417386168516896232374562705882748377324262540653097","-11161883926310827864033494484316654560861134491533847058022624112901854345446","4770219857048021321343228384436155318787561789803634838174119959651748106952","-14551160706083351832215795419157735480541214318965919235410554671232979045137","-16579370950117392328545119672090518857502048087854487418838659051249067627918","-10303820234220493548454701393441310025851168874536453469937900944907070730911","756641450602951116744036967876665075486659869294856526015559552590672215700","17533122076493509633889367074023706904679543352197872829603689937019217585074","9324826287165395181434478908864941027994163793207598107598325552587924244375","-21870186288580461516895981701475731948626934191288258008273910079588970679898","-11518228405368973870410211649187265688302658257784480560646494103457331813909","-12231425831192531659068630771154780721318897632119560866692651614447778163082","-21820811625435794175475094191875813187291300102214168293189858206304973332586","-1910044185526845740845606733839978518670093852131031334147231569210881329503","18116934041738829848937043244554385224740285771034908214505424638191283823797","-18187449260607273947145354733817914190707128600320321338004789289113406887563","-5805833821416826892648342808841279868895292255159129422252543828646506813446","-17438268204974320001900277452345342011363421728310222500727633772893772483899","4280072069727487267619565257839987485297853301312435389403837373613884525077","-9083437609140830898390140521136869177423397769699631478903676252039797307482","6481419453561992703000114939955583653803451163003334812399096008834565527148","19533749693681762636265959201577495317241423990646957640759346808185092981296","1443245857609832860906098834273873422613621488644509021278431179424793630469","-6922024021825905316036492527822752110005424046760342301706321408018525104504","-15332749289905953723694010930590229446593488107230257749259804909752798178046","-18684196664883278820283319012035831336015835157251178469309492098416849084916","-12776983208995816657359286798020930765422992584708282063400596269986000566631","-14801548352787450544371465481089913505484126229265193694804465305474483947564","14376158713626463067312442371499367569392018936404647179472637131171092784757","5324571990406451309217756343278724718750796674596603300766555107181332661167","9985347350052560668974670116179954787267335653220603375904076567101104917976","19303970634484204859206513131280153576702124244037651481718260693955968019266","11342351664391404239966587420101219712337734194987790632061988130372735489445","21270400187304694936970151497079774648419454068703349991524264094272289826295","1962495418235556415405716456631282656022723904000149993391300531388013182976","11511884050587241459651739769315837700484714800508434509968215620427425357296","20480344335874517079393803498257181916626775395388027070710431521510003917472","9960086775499491387038646674085498090283812756868106643222295459363272345765","14652874880707138759930359086454622626991024483570939198240118099648710956616","7131160747074115647103563176928720967983555067064928832246964643948128039817","18912887565399508981528698407242170089609664364910000443009104842155290209609","-19089611538379829152233598575371023487851669238923934201462872806078711921472","-20037257139605898610252287683087455684368832668806833573239819853774064705","-20520432376710261561674473027676154198776102249294914145303448935817498803081","16519998283233396950038990181420982125974139567820495025989960506716105783007","7102996828943646443416327274705415709210327435914799133287425168982784533396","19718088074235159114471182593911854578476563960586099904922214810714587162484","-11449367919391251480344825537601444307435466682168483485157293529046160140187","7718790174595733805707701833740553087883809699616173635753370349976775684366","21523284116267960390178073945004311936486297229376831404613518248404428356538","6997517970048881101312847277188327362638221629501870197741800709418441003869","-7098546216445070558470931030569999108994796823151097910587204460689414732534","-12416345379026097958815155343297765817733820258481398611071384339190947574677","-8451679299453515759903534339681958276730411493278105458760450587619090278868","21466556847748593949858976454690412116109702578303672938546285607062789984260","7242651459790312662258002886130686994180197556571918209395435349949808455521","109762074813620602529286209831277829674375535465413363338607895975420334892","10041530088031300529836037020633139144256711452144091177482711411028672285452","9944287601046243876761772208904176209363655543921088986622631008361010030387","18429741420084240157168454185129625157955965624124834424877452038353089449068","18437320263868083037038314506175911848485923069846814120972963985961459767596","7529298937977546961796978618956042880373113081913545924771572836314421037334","8672498914156961037839031373110115106913274919312442352600432236806648774295","-7631339728339250219743107233059120402417491852623339723834059943207034214634","11439240069970846503331111984368411345916244586229043584521670310516769648583","-8976807331844363748672145233471580528038923065255510229921201894155628893132","16111415486382441087137802674293581438546454703344064443587411409250823181165","-13194580241099978576465709873677396914592365858201635393474404539757938572620","5258199286166535937380549519912158015033668248447247593721108596253573389019","-3760493474465098361531750036269739446503359040795862279622022138491865391805","8914235915202265594239563955240502040138331132266967070435832032552052371798","-4232807554152173222080061126040063981375998275402174161650556737798485653753","3394680812340111186593532886641763664922649330916951659871860271071847047047","-17899786704211828841420368863426603255697244080775315455511531300512734855455","8085149514715096227896573086640045773430402287684463798941143176352614833945","-8937085292430225444678597988487050560421142370315535062752128652644937281968","21590632818012425160910285775152732186499606669421252371488695375872013932576","-17325326148986001901513433225806603849340581156782739360754791799049163819388","107644466253771900589173038641466040376046617289381618125708112647470278274","-7447434507040525747790696777024675492398203164558995869851006526606991618007","8446044800017528201066233270938756425042802245092124500374671228398221167173","-14547224743488123802502058746490654387146754094552321328095005283936009966131","16698194102012563308280206133614336058522629957745161041519433722729589210595","-20742634774671244738605531457588753656197447418161145802269681760562069782180","18033399966893437331284637263534288331506132000972072186657483903358903865111","-3833594794856140997437633711286892116395646736717286817790902773366648850094","8372466670975875119832627758069029534097023799247975844889109282780689925780","-2510698943819163821342098369034263430624355770557143539624343625989113111762","19602866822142791374439574883527876780595389379176552096791154980114656897089","-7885449400784828687014475204607036662032338765501444711343995056172762480438","9179859362325405039112494464354065818483178010310456471561005615730728248531","-4739257777789564070345368775733391458583153133970846332785226049992325817725","5773947101716357751163935113578774292788337512989177592595935428023926455880","-4284963975261749182278854126025735960094187697661407596222429992772362379502","20748103089406106682301503456098203234601177201220109294786899156295484701689","-16237617061806068527034819634622280413796537953057866089869523238814477113862","11641738944744895930685998947298853841469409986195113157024670912708669678429","-2161998937549107996435975639789658403081965999127603664709862585877629602896","21183175011130827412503660188528553421391906636905269256807188310817095415501"],["0","-7547669955806646628360829567330094858120125655315873911620070327433698334130","-5660463376732070237996500793135962653823059607316487438291070456105148462159","-15947964101089231455661245378954865684567090481665780227408288043251738067362","3337393736395305834039392402904865976277156918180561498919375267099219888957","2873689101797459535788831264105070778655545125623935074172190948984169834576","16359333236497058369222570183519774515845265381743138225208027586444351722513","16481100232986512669629996139870092917115459263474197724512362368926309995221","13025650904532648232294787411059110624238036883830688822341729871411596426408","17347548172306226340809377086888743685967644156730396668167973943956051372823","6067743725583250180417942565803729270545070120094774677248888389899584625156","-14973626567282951444740718926716683274621138328868143977415823683003685132117","-3918209303593831516390138521203755528871255568465286736862821180904427528230","-16078939217922304133801457688467521569832927285979268683422382324617219406762","-13647812761406701177869289871969732718589779221997222941542866057279443410306","-7189482710962432716961401866202721501264119352362088740237308721795804586745","8486499645217427735559563037902918528904929003056750744622188983733555871268","-20257972242791463489372969344144304101880090649874937188581221986459214555589","18329000956007968199638116917941353385220705382376849473456619790062837965034","7551605865316886195795406753851655182085254047224025412766484158811999303309","12230780154796994528590455790226814549355230802930593682010898779849525528859","-8157840824414447390939239981265589697235994030573546804143706750244445393665","13676156318531348720939261303385616641881226706043077216318659360890183898177","-6468967328001915976200734436663299038985244071599830958902952855112007425830","828200340076658017132871490793914860058487717937582278793560867169325742429","-8892448743914955127615455366853306043755995658718249955527604396663008946835","-1235876365069830002085452744654092421145636735998155698948140352035195188476","-21040831300564941627677697407023329572374990912306929971219964525749318467145","-8006784413813706661373392869831006918862576436172278999346979683965492323003","-15320361277576921998520206954791585296567544815090999015487080879030497073927","12775669959194749087554780921142263169377813542640034412765639614777566562930","6992693445004262768058750578241487612640125891479448371706200887288702257603","10170380514729720393112551757345138193524241027243249645499130262219356944410","7825180215335867614620249881431703274936908179765092162152637509245355719383","11161137959394389038493212204870248803605951475510368966028369400508329461105","-18983104846054003707062696050396358843578407869769497325496406129994219455413","-8345231423233652268617597179723634539921015513232161347200990361543235405133","-11752808312360254347389388127180455128173906385496294334988893591119120425746","-6997954695223476078752131672182395013476368130862723105316076935606485413156","-21126498005059561320298846180786499331764169755994734378275754685592638494695","7866904722176531097710719434737035976698586660153862938578722047196022207721","6820026635271034319106213122295880868181334206181088384440282518933548784337","7976624763800390877693664683073236385223305409947446760790848860488650248040","11737518719458183705291398642431403734137702877879789467831603328097334915771","17367002823296618173202122784435553887081222397416775672398114547129196309091","719422224892394508235205129249737820067448074656382114758140752250774678102","8186832674947280593992614293848748861665544327243919833997365994175910015798","11938605011360830564920010223692823052342685312966106423812489407351747377528","17013688763621997512562915545308045055542008639326527636706056817685729900564","2871668101882941958174986521592880655323334080818893531306422399823119742987","6829067548320245553686593215132021901867945093816940078630308202544566849849","4673644356244245097351604109984912078513047345110130568099265056927461798139","1311249194792522625456733716705161222710398486596766939097483133263396730379","13858086440645474373409741140072693450335168660701293384639896049760441265731","17361156512649798869906204221904438380744435526405205717100664936123651504251","5653416927162706354574236589701313421111840477378764085919550106857484403596","13274242145903644965700214045357586408174621643062795401596260215315568347462","10167947823465727577904541963953021956252857216769854043006620185735959204214","8374760857160495809362138698484993915863026858361637810431919342760074588177","-18438274522754917028771286953244593389221472623522819481058957453598791044610","-18527554721954265895650680363117907044639607663417564554274635477025896168659","-18296711323800454047269442166624697219005979250248546662042860069934999325001","18958495210994699049340217791877121737256358922902010569092363986142818784632","-17512948575378713477400196250604073490981992555335848821676222528368012171929","-18972815283283371788522654158682162391344483828527377528311460001634907071450","-3470453608571525329763899097519804721798056397714078459144232961606312300986","6781595673276202846268591735186736211271214212721306742349769978820789605139","-1040895158950725451880240770504197848282291076270028257842666780897251590177","-12793777021922044690156457242623808416514951157886522969520110522319154865307","-19458403596991660193485773556625447590623003772796805417700268018115568911853","6191351815126097642180207820773572252014619343383288590177817677685660745045","-10523867927642630702299556485635070207598173624486839911370638486688370150353","2346493783226940999539928817049636722492728189696004324165555186901518412061","-6637145866816552351104358371248557021163031412117646681227210725913164677260","5188463664707131569348852149344332688444298446519005619344404217355429661180","-4050287194254941314170109832951241439841644675316202943462574023616367532342","7185366911950405004053701026933071327094903510869963676566527680950497449885","-9634612637079190978235979781842087897410318911490483672221422478151243096088","20058754838258201525992948532318463867855320419359346161143182587748066025376","-1181175870625757917021035306158586287768186434136973329437418304269562449903","113655966571860147291009152482399155352370160555435010705590620966498860692","-8163110446103881510603787110063695576344101551037869443425886640185443383997","13777248557534009025548187153238295799776541333102893165769279014195814215297","-14958388876065654931637266162272099141571731030579693337042899567224241738904","8061626392356135820917339480103846090378125774271527273689425322477690380577","-7273793354560198266491301830642114656598818795600850358569785753897927109986","13620113170433738096735556960733306702494062714724243141107085126543841340958","-20168923700004696464333438854960735346699136252109186620907109319206157132439","8805152445934201517608730868136925748958429238492618186877352080244151335343","-2500104768236246932513872160370617755746793241504134437136047044519422017338","19060520933371321230099339161637579981308551480283832918988476530240943433963","-2715277619302278152236196867755601404410099760239255060163539786114768517682","19092453145644217722302411548160396270950471908824387319620797168379083573429","-3839045815400892042286667837416532525394397757587767245593040744500149218757","12718557649622367903956841281091767764637511158296315122546730698168538039621","-14360966856022051728960606149596005434513713978682615122561507045397215929213","12680356051039986254063408064352713591482010099952742638520911199522305696463","-7889340681810154365143657653746039391643062460105488921211076837819083958230","11616131627311022748004218810101135984026092843018105625389961776137511275481","-4318823901026901700415857613892309260908976907252499885147742311287719124765","8164307148836495131589464616579711565215380109223721956492146623345377643464"],["0","-8954281174843339863646256895787067081678876345624741322421992633717615419874","-2394020052928601800651384156534804325566125363134860285155129388070206464524","-655546191316074012396876160226138316536684341647844579683611633750051343702","4026159461102315135883444311003000874554526529891595911384831035741087430516","13715994319136405527540925473853330843263104292969942704732337358990658988016","19690764855248292483641400558502293694292516276199551022294676967530320930287","1829514039917606370270692552705790508703427073846269639085824121330407823926","21184698865428342098540038683127662177612719662332415182860766925837553900820","12893069858788221604802158700735164572698551559497029585876172121405859242399","6053209621964110807907550074156881409119939774747109218071358039444037164274","13359773764815547176492793558384895086604917140150023672451867649060819486093","4291380986363821285545217569317406769854018480232558776046181162445643639000","9716723990848505141374875992082632605742539848939996170522896039216171210234","11562327584246547672615014806770968077323200759279966370668605196560235410971","-4271170757901514361980136801562978920675221395757619636706750268531560586343","13242181324242551053766159801224470809640238520567656756780253843274245897252","-7399602938189476419505274261281654938444611708534433154316412877703989346788","1679296188941063751646053373461251833494302175825279094855813536379973432124","18791650574194869608043331342412568974834066617943456610119892259659689410028","6037502661571131073297480189880863348379357390908669340594390643907614736842","-19505335709047348853554485182054255486804204687660482245381148397824136622910","20944387561945964217954960971229764482854607792350875870431490359761509538002","-19865644682851172188560392203075227567303729871799675895834292201503149109787","-4639676632595316404876614982141003664683168656671857808537894212846021501000","-4298153141067695638703613486742222626233886669041819938037341740817810150693","-2701270827016352181958411464413756883347677444374985737232167841711371606603","-1976785785395029870948262593625670369709029052375038472569381346487169309428","-20290494551855087373274759057572259868573077315225769366920626701383349967820","-20657890171477696116503405795583249166785684842003652721482702190424628524100","16599078934709116720703114467987336167553472196195486076894480176596918869926","13227914348379363745839816200653344250887185010707994537562233285347514949671","13552438449092617659567562626924886509193765386765109730108702149796451685592","-19753722001124123631819532555413090464621985808973318123402394803739902554673","-8059656707569862615197310338286673090133947281065367852978507419621722767475","-1721006620281969151283886996860796795440001628756907775427595023954184607905","-17572161989437067321951441733621798289693985908436253172069196190584982461409","-20218692992300862838312239903971615418910322347212722548438011707354197262935","-12958474767882309765094514120147779144299657935276540085251910326852538816387","-9512836625239389830604407490795339956140190911183687176221228717024892404174","-4961283908253599756229820660843458827742142240623208623460467020604983907056","-16579201014514707755823586091715364489656020577385202727933585208923983610422","5110922846788746437674704901134481282498061084887616274425118578396272332314","-10910798646180446081676800701331190110122946342722984434538257156737466093543","-6049440035394830054098597169078308585256355777263338852161655163783726463536","-11781268353063982862514400621008120347239204987885064217464619575442732194494","-4934930886619101097454322066794897465706045560822196001866601262182771982254","-18083421456627392374645065011132224725535889224543091771877332904527212703247","-15208531326726630140007556683338881757074542819475085717739595424296961390247","-5998982498528072196763054634568195380339580222521793041157427175063719819218","20793600169597764228994163005288434977878696788013758541429334464529744239863","18457352567344297627161637888580680487323943660721338694915612531404886564200","4621934978416553693109101871877543348527809463373636097271680130701840125625","2988411512198994930606704151704730775251864387419834629078913073761505051436","2140115724894157529963123271300029572461595055345761197433016089520521618222","15658105176631691532520716750644048929723714967254225221905870845268178369901","13935690566540245230466412441968135316901868051049750098265022432560250044356","12545370222291451402793452772212374048625857246865193402679337092073669442275","20160529067208070643778185015836315692507612020591313874641810716277524795317","-622496234678775785523464773332305463768855376542967651489445234554546367884","-3637975554492600010763288140163746184134238523662769229918765294843998521555","-14415630377251404644634846551788637129926332521717480953735942157959386806189","6502483803428098990593628263627333219967837737994157493913546237306982641559","-7791682145110479120007253457357934598179011357194325157949542459433990540054","-1171213181876897123017446536075531860823585321068039402257846026844907582970","-12189618468717207067005200417834992132080169301197364457692119562231428883419","-21816123466152105665223413793334312661010144011377527416152263872572152841877","-11870916641537358193727934964816449031025539156858123279774316572816116872863","-12163095615662408496890351098811678603174492105200231478701603991092870992675","-8103661137164822455831386786183873675025825278314120002177537013880539571355","16042934738658343227070506012737437966906406873399838198582685272727067553299","-9451850251063246898447241156016731000147190255995357361926951924049516559173","10532874959092958286197068725776788128974590607467343027937083898259829942115","-730101660819302846987414936120715626089377204447328191186047361680917155918","8448416901663082991913670893389262836004697218181307651688028330047734521226","-16166512324600107610525016056117938746810492336014299227666230786225637988418","10012285392211534464536130238848290768095227027494051502294184696294991229898","-17418573176494809539107099666105094078241360910618929129805885477153334752887","12232374108590141859628606657588610333885222241475201997714810802430769101621","-5796749627631162674367952354905831603342685726032236120527984616612309425473","3055762355226108442286153430437947362582458604046926617620290905830995026588","-2308797688959466889165987312109245981663479834898408887650053895864011868955","15347709241741197122206794677375365600035847553665700279499399423856762320901","-15563121581864170350500304452803146357163699400904293601264647623134717208540","13733822498886481727135680438524920687239102033528709250893428597712914507835","-10285970027858318973862677653620302335946457161654793637188942423404818905812","2144033778268627918462727580570979707762277338701682322181139525719904124306","-16235656909699638401820621987660753040917135420170148291160461009342024790615","9869412200900830622999420540679723154330945014241551982694909020409754648992","-17690660207410956160832267076058275605703050399067860572533977370099622594812","13141719193401929755919675252530116178636230263651312950677159829150066217214","-2059206295305006482136432731349369021920299809441187655219398340408198352422","21607209889566347722766023753119723471786559320118883764974642007694912738034","-4204161687108425189394114809532574852106100835682497637902767087675037859293","14052199536978250948173567068075028260395231530104329649183748940180480964485","-4030264690997565202015601656711823396610262243302107159839365943992882234877","5014321984998874552142704590953389135560582574437104458756337643664226350955","-27288068633493298686827407207158231125661301388943242043471513586855492104","9191650969433372725617291725710226857201331673611514545461306467810443793939","-16735534873762245500582650732689308076268487814234864991680233274820194465434","2773589693347204168696357408052047171238339647576683682554242737292307120055"],["0","11313024405669737755318367014402636562620502948529635728203566210383337027438","14763277428008783156914190310028704939540806010642546048666046840866530298600","-18488412408212941881783137205615028812709428368116580827365510931416516155893","6790086941289599044558208502673269665296330055233789994224326149545331509522","13109422462985469190040366352049482453762933540782078979415071386905168303826","1699002666726349791159873622283444451522270067820254275344482971927843070562","-6802077404004428069963398802358566523594617603841181872476182473692176100321","-18248158297618594361497356261465019228751505624238077409837879621362922849572","-19477557014186141184451204392610337989839539560116867278533247227214276242000","850640589966517362711864726167115766349009982680241246297550080287948464708","-4348815919166290878856555891137041132965731651689474354535204280068706763020","-16089133562667257444808379485794317174608523808960486996265296369453022518469","-11414857081849083829228391173869975813994646629821062516904061644720437173868","3874414147859064383073952020924154640368055055115016490892043019298202165357","-15253085837245011931455163975980912774753481816772468502345352138592621693723","16162005444928818723537194098895539480013587821659458446206472469181917881329","-13661925492999192332573489542063220811441043825937243210362615604586100298325","18808178241511233406460604025949779269346789060851895974994270375758651543494","20061115137194786959329903367578524268503565350201077353465588595491751366319","11215184243374977143996962247016124872963661195272710109276499557958342830041","-7436231040637185350970860218883945250979291891515184690849369493030940400184","21083029227862205820941995847404930129606751432482299203893231796250826428889","-17133600207164733656460150076892507483411808758212239908127948680573573957535","-20964511681596871443770065528718365416160172510000372313286769475123682216589","-327240215349517265973700787427480235296803406395777016641549921972174583779","7960113703511641520247264385423243334202893674638052963934412009434622870059","-695648926460011945609048160599525122953498504777039953281312691061237197883","-8964192477390558176756725755821361312681700476711336127017726432541953619406","-259563736820848085340998658392424576755688567944462150523812476508394724305","20085993647332080198982397753418854373864250718890147115833089689777174001033","-6978510234889234940897912599209531066885616989647139153802409731834944259393","-18519652471852254204995867944403495170601159220007763453440415827469585992016","-5260951741570307189997932172773024759928512723699533578696661424877897807045","-9821889882285428266134198144995863196230312625090142680399344065526632940208","-4328255384206352578590835489384799520601134747343296000956364232423416827977","-4312910517799277073412217934980159725614508623878837895357137278832417010259","-12818253769101590705318778974520270904230075824377502900876523418701693556218","17325942528214196459246202840200052706263237237809695737292778699328152353166","-17642978266853251171726536079898508862743804960550666723171044616990638531345","9996037851794935639842079013598543944548973649427129576994656094288829165518","3235264879378956711782470295455402905024026767197178329253928388195671873563","7288220313947575691978780077507623596183891314595225673857631541799544486539","-1343444987830159367650370480681267950485149147898201975258905843617730205258","-13765714114620928572027960232570848981040958894643946809452057099200746968796","-16715038405417548492391919384969117561715855937592753029238398905149715706938","9173282146379951237236253882319533265507466294866919274898481303905393427746","55349649193974961802449373366661532340006533450545627027612934552377380419","13253005822049183839911630004594057502299139877116824116275095287478237401423","-478132397198213580740732740093154511643005108597227077061082728748797247145","-18540267133541715054019906218505166230596443841970679906517505965303812870046","-7368286413401648395887940656937905835247749463415378092087503903284815903402","-8286712530233750580500238969124635951719962310211395399041528273354319071230","-8047713355959606121368047488291745953231105300985022336113717070989805517315","8595758157189269124973368601468188083990083588153803642020733964458006957330","16366298946209061306691192697399946289950088362852250465221552090713840745852","20528146183492956788923480081276715411312087168252929747862834452580553579826","-18453832435251572914315988443969810042387504764836128289236982456736862293762","9948487543134005950520793352956583727998477875454911607192485054912834785187","-1070684022588866238151634473587119771075282887388355430840268993477071155982","10933951378045843605374213783881797516790675048537673410790677934414488008316","-3202831092476890911642202773763506502839197185660858169429237882906758590881","13607575664035502551805984365917324843590204164964230293070586733131143675382","-14693100948597721021668452221691667398552457242072727659657506485282843186174","4936639649283567755365218553196371612199994319222750985705586558308526943404","-16912833552350152539801165398315316805090369957502418107837133753086520723476","-12191570769330766399577871698130855243453910950089562392604802682842105298933","-13180528457616970795815134574486953343575364581700467184391389043511783670410","5498195967581619028368945861500996064076253864820914483975664829668998541625","-21167984697961692401583342852202047599044021138183282378106870239174570247254","8890957422933990975408721089181829781338976144369390415552974617617669955304","-13819485922008821895278779888973845157795180187025407117720673051193423989362","10134378568502626064256121482671873916795444383709129876900324102678261740095","-14705810242834037403793423410953127211365040936057587469773166968615469933025","17710685475311250991140794367366108107537126694798524691115509133443312654972","-11424662435102821697185064937495551303460440117812155414171526414860315470939","10096168115131360802263730385025146167039070666202858750128386856518242992309","-6007725258094719487062649308381785406052271972533506996363619657195930410928","7032286854702576142748793105904240905561093745920677976689652327316698286541","-11827098392873545118428164480035359183707650332399569966180752391795592211506","3960681046234769243784804202340030751550784156963699656643355543197201527186","-7629057161809960938433095390358874276483919848293307294416948750278647537240","16307064803397048168922055223715618874504090186490184125594690047227501213942","-13635414881068353710075802441545586098957507660876127886155064766741177478430","15580790296305442313008501951110850242872448565410038470346248265705416229295","-17157082835981154137477499417842329505539924412042387160352982089420761593645","16953396516879799283606276476510550357741825173077418802293838553192795161893","-4439545899853588337727694732607858953198877875628766245267240268598474069111","21542542714460232661110455863385722740255484467622849154059192362431835034232","-15785475679403357319124494155664836481919761123995124319099464025638398805499","20186294584756955467526474559437933701014883150775598577056983883439776617242","-7467505043085603538530159538746813672555425516885496413957028932248916044329","12860664449202755521407861334909049978017667993286377986641242679652234730887","-20694575346262476986449241986807812702089642803169060802689961283160679569333","20093741934224052661360196670932956260558772933523903988552769877949653861419","-8801588888035265395077031419300576736401889358246599995799431685387616597150","3620184012465411775498427732699658534697744337615495469320695656308382782156","-10094993483649468697138043129815963231140773829960854651709036976344304079336","1181279156486223048959390759990471997627378522833288799209569074497111901608","-9676450256308600443403882585746570767431588188984892566789929329423914057859","15611828206172881341816405444326947356188579890518225035390251227864268166005"],["0","-17024188900319436283969426690755658402204283422545804489543047700862410046107","20567828425316693505157814767152711450409772417512804110663646318188173612381","12046438010008180758516787738174897472949014860389098586275782037288274449507","13726196720138904192025550143205736450791902653424040441691072769330867687284","5484231216089518530590707929955441240862375103759686887819002364196590553557","11347153096252513947772386452063633571185809737784867602031802733915700556478","-21837578463173278613050308497742557936389599815728548109387792803074757199687","13759811749049969573081028806096359782812459665986285123630444306293415642223","12929151675995007771899154985827494265841696396226536870128374041046452758201","16568391261604158353065250213448669336201125590667132467607109291673620371207","21804645296601874950373051172357984089391348667854454821702723426880471395593","3118649769871952232895439358136620010524768591093209555883995044416642128984","14447030173714188584759836849684587726753634923494383410064906428328710293759","18249322357423611311355187737312042895324255389541761199861030143074105060249","18638007820963816385343064736476878723656389009757887549975676818144868995493","6128948037111863828703204146588907864495284569321574723385435571105423973992","20327376162147040620091657097017318996977920657892745813199285119841813861638","14128668605760928573104656672060602343429876881264731495078752331039063777459","1327531759205073243759754609555109495799864505442706583859819898692232017535","18250785573171586325133575112066322100251143330022488999361581544321030373366","-11667564087608054209876701861940943170443010128854922079820998449245237634105","1541103107533287939057262768732814893036115742203371951665800333161255492628","20513526503145745696453522573147740888999549419120710302326837461757148793536","20957103476694819226456286057762630553963742126700715719523586157791607388318","-691041256595585639383877566985775222222615883196224921520559627774023044617","-11022593599313882502783822332762572914342327005429174740786298314437019677521","-17181481188226047998098364151033978154610878984905169264642133749139485436155","-3115840146753542364293473766497170252033247806334641177365181371389824531362","-2169117086539186053001516582062054923710088682336776954311693535355832917722","12480514393845947196249504107415647172077399958919487993497761379420055196939","3819743991634098193595874093166507734588986514013304998358969628671679647793","21233031277568251648675029069362345916387614181911357077754190942200671565602","8339978503259062812644821826863875030384308760963881894769035105558774556350","13808384749797021518838828758853912924106260822471516976011169993271899023929","-593328034011191552856312631942594631789561542394805460065033561548339250131","-20493098090777361961796305113710127398569007061517573502109157848047685863273","-9922957099740104070763570214319550012454860930822711151545860185364355290931","16169779792614775551219725559710701255822344510564647047018713354679528501496","19324657309586239775314187070897443500138599834242152534340366317117248194463","14090887806972039702847351124311399606899105221043533895540079354146942822174","-4525575171945029158590004728531860334822852903075452323198183555845484410237","5704551415844076628703945771686855749191958540098098839168238084775227011063","-1907230111531287531002045105567611968482542330946691249732917496847320104411","-11784022848640441711473964050560476606430610004175619398425052473800881378448","-18607045283399100941784757776146121822403689865637813852059608166476937363384","-14211695279100468091137420843738801585922398025861435199198869761025938651156","-15406353677728700343429423142189414418744298411071677912955606256826739699270","-5491219490900178147088069286377976152768475819728188774942067662716523126878","-9886278636506238065403031062196906281329207092214187216213972862919866209011","13217698455955449814751613593205976686804957526136103480662646993811598806020","10589029019640202072215923718434441209851708080845512679075067607699407657885","20041195381287037540680582517219539581704026243727187616014205957101334124111","17978604267956643459426725925395181670422935754910260722122406142864184192975","14566262701871026285627181941576513011209215942123702516611570617072529305302","21688801708929563220869225596033362770606304190647589437681179892645283294409","4310735939127906741338649716578527689481769555905577599472332055435397421662","-12534586673517293272353490235916098690522525667089877383857843272044614841359","2808229749982612925461919776513812067837459666187793607634996283702696055565","10969617774269791825774338593668317252067502759629896620028792107545887830782","306764098619165237043476741438761724157551061669035022306527477662765370675","6012538004029086597487905888305618148503247802062886292663121296886262659300","12353302369546883619339815189320347366864588452912209627161912824499240005992","-20453849083466145309514242132544592915315369116849447249965787163485520977464","3128429170001060954951238606861891959019733454310277409071288579954392894808","-16840953995699909825789364942731917185674481002928353331855616142489872809643","-6716316104451284319551327831790366306754152915319376078226408525995553293917","-11309505904104474498607675183133652623053503762928072899174450095285028990016","-6145043810931871972387469949641231934502199576980688247971621595652772046984","-1807047859614313485937190813688917843702939131481054462263990979697006069349","21467405055861863810234944461658713982075397529356432455398480257817581397303","-3851128774064470814270340274942451949836581535921065873374552997704961501949","14767639302250020217818118073767181946210130065546944009818145259576331583932","-3179025620654823407116538448607070881490352554354328608714706278238044488339","18527691022873528202592423686028580498535729922517813416329335316483046677834","-14194725716189532967190022439557784917627220792101962684783328536812630173408","5848536507478082267220745384750274991710352061520649749820877793656198357160","-19416139783624579473748241037036002496048256183251579224780047781098913651277","12386073006853377008797931818607505617951132623830297854270540902267036670495","-6462554505071618623071584380042735134815409931909712211232501976134645496037","11512495173466625491530488637496900546529481497859745948622001750992831366830","-5748895868241822777156922525406915971460779267683265284518373857618588371999","21745451054842666083829108276623072709502160819292118005816857780115920522293","-14317931754558958175956165427578409511045350262112751903925993474963550334930","8896867620200391959892217675498971579408503258060593397916814296204744256647","-16424827470551810029488132165740476293747689196547162440630708069430025725062","895969582098001952138590128389289563212335166693900266529110075153001919705","-18416463500927356390253789070389860338559856369774838581962234847046275735431","20065590908447496788233992036598142189268309549951622415456074659966401975670","-188152001712729145987157100795261899873101769744544417060452632302550467768","14374405558435294068328360744472155211254517462066918965876442990552724629500","-5960492898118069162262654656023060355662574179433330657057799593362594172620","5870689481500217592342006842961721646286817438678124329567371476160189509910","-9554588685683309806734664149637071180801170946291251160314165926858473435309","17223010820182893887945615912420763169539381973077188788457682078526336862980","-2303437115364354119623518403575680026350807283676906943625259441958864779621","15446572843768171813722333073927010070343935543488156797990714928575703123421","-3062047967650088798696658342453277622543870900558898197666320705212074670665","1252496315302902278542854245517029904942731620097345971129617856974066064167","-18236029380232610065380877390032310542797879394964679221120824914625578965267","13900063071129457718733732372823627331528547858126019521678783429121340026545"],["0","-3367421980282965418807139345424196167468979138525543745184339105606143814618","-19666603461972409661444125371495552215633246505920468538393042282375429136629","-2692594417943871289945426303176308045852910690351582515703806823598529036516","18747912856762050691396129233282700294697534028268123626998078080999644509785","6929685907206627993765545851810981408550704971389013929123870531674472129266","8378229863068472763668846353895611665346741070272602355226647249620335949181","-9439002058177223169229824535040648983728477685369828531208820942814688014742","922486485011741167001834572548625135122113526758538898517544780384992287216","21350357243590990071647817987004643416531106828905746410982577246890657918849","2527977374922230325372107457976557245817155044515663574879921382352098608000","-16502701838017803946328728245093239116988626548042921976027432991964842369035","-10551291913359111295721006284459219253731538437961630313931739118209868999340","-3648854114165940115591937714948914910269602325443551610165297429008715426008","-12470416504521784742152452272988515404048037915012086029344343739304048591861","-21309027777295387629146481585183405901009372978742888790260742769740861330445","155718908340084175300876915539023829467620494771794248632427846768661979722","-20549131827220205150667507333668838366725802191652473447889492184675750823832","21512677855435075579830378859320705043881446115210690993354978382994635785700","4240488515433211256669842298533548194615230753320691456233854098654496118481","5174837106857830649923580129108137190995900964099203269348946358406530489571","-6624890084550685524575745261330707536321702631886496476421991944008419269871","-15146104791123370205545579796889207229818100983059677895066720678470046315369","-11531543770763970460020295871394391557806349020828796880472558769107977966828","-3611345190847784496108536919193535794312436661191731622368593788953994434910","-19691820218321347283816352411917570883765773117296686709519198453628945002691","-10382331592692639583039848453632298838957400768627971877385866920740738707714","-16994994628320433353952235312046993166522106330604230923584703269309934928580","-3823078677364181562589920741452004161977786569648019203627156087895805623002","-9661192412337566387084845648334152747849412554298850005963821499729526046881","18662679245768218565273166276251785882759900678284748123780704618701580342644","2160097060939677962829080305203169198142546767234853165186698345432988533961","5967438217943359966930885739823902961707391110558665676895930981748223264141","19711807834848349609716544893914757811737709066736309763946768958665128210233","3050210525481889305548946711736174631607470599147314323795079746599133919815","-6078312379276962601878916176069669042765471557695003354667419182089164811396","-16807789188923237379727457737467559136085075487162642151715427685160087172798","-3859660053744011342843227676684496954181026568596887039646420555583413407581","-11271740331790142505666466439649426807765937480454982863245501470278725809704","-2402830620249041981880775266889625118791733371146588193064708187374384467559","5752768452848598675591440158098788349487982636707632916237699884286602943830","1246097137344340574919832421971909574301750755588072187278642525159922404505","19225372004187051838891139793110953330901575042719696756432071341406211392870","-19884820282610236631592006759166294613955727694802114766210647790070064832688","-18008061159341260514641214402478126128795453257381919291520202378867520631276","-16472794225750457069027798175648372949053303710308801828042436897709283531985","18320915738740326374475934314110879536236802752717475811897571385114119597493","19330043481735032550090708684732250130915696452958963057649543002396484166433","13419767226605339729851050509294551325721724276784413820885694101020878694409","4368628322868247039360977528505152667908160519705252655062880166378282073820","10977586662175989510014646119505668403757261109768968943170014524552022372441","4417503967488358683767767346059627920506015204243971304645253779514088828686","12069195363028728292733843911964011632601136647998193935965335741815473933615","9328049648382926572514992642204217823777704054985745855216587791908710741888","12092745240057777220152878891222041215742926018545402885549597012402032158157","-12800615447953683613048631018585220887296560785091344940913456738181051225209","-14282622043066365067103808584629882040516566752470494184054969679164629385440","-7070564926679706011335938663398392467062425123178155433895507027164772607101","6032836717442045502119873452314950456222261918097220914505876652386677353480","-5097874995447654909734086619157424060843242616916302085696368464581222125998","18323120455895774354569501609592363714844500493328196959643671416937118919119","8432021699202793527698021232245131983365602558078885405062612544089066711236","11130096860905107732752685740149541752359384912635222259774532207437871182213","-11344729293241067215180642834877674910905215227558713709116637930338939680282","13775914946237895778931428105503984608589812134197530523456801877755704157087","-14679823711992398539744099436266020099893555657919635368508856540447322066048","-7000653380716715555188279973188138507156436357770888294535824850871889401650","-17794339751445974384418093980899180402840194998195382811124942888268136607725","8549459109300335444569115763412204545853101106930448011644795090859895414342","-7157651282422130878824809274919104579229971061934225790954340389587232543233","2253901173299834025895818497582052593571017630330044964317463045067944248709","-20303575145006392549732197509555870576043105405251425697956794477078306348834","21348010866811882510916113844148874536053828079388875883123910899077402075626","-3972141466600456983720275738346606138451371222499766995163446690467760650247","12365396998459775263989613665440511184301514027341342988837263126902677707399","-8501731228552161315825519490481306979009225069073890327765075254116444813291","8129625879476617575944057136610228893918606341265754728248439139082026763325","-378443956441195099492869367497908369869964149379310482799901455366391982071","21119777965863035658085670901168939290034043278187072956146074061764336008619","-2016247907580864632728205039723191944987898400434092854240808497786940133095","8147085202643419503389265428954263003336967710959017459046426055375244857704","-3133462969347219317780103910221573190591172584400074794326421332711200468733","2511603876750348659852983764778835153494699740315623501378408369167222582467","-14579560264168553313490372382504424179610539479783249694835708583011019837458","10855636092064367686488165757086736841575523348672003214707813636597785585142","-20514968328263687855376685780031025838506344930289610314881988199601840576070","35326133825298986200017531503586718576229945491263918392956904260907032661","-21362767233694661271122355890360188164598612521455590490917408944324263540659","14856607274431366130922952261991709601215601663303398794398475574977874950992","-15553393101337810968852861670335245579945031092869290822566497062137012437879","17844705911953010363489689735791237401760045954700252192423577340839520314450","-20569715892162118629655430892250151907037931703971116619754100947084699545006","6635374972528126109304518222450201345576879806245081598904004876127616467614","-8571506162749999092721168276870815224367453906956644389677445846555376507608","18766171642599075525846366986222532682661112187380702870265403134194918234558","-1047756431052408922091961598469372973862954314086272155291921484349023339251","4991555422909160687308834280126176777532210441262430853937120819060105917482","-7277452190028894796710660758727713637804823209264175906719334113255015266687","12475439584676041121515913689293154283128083339700757467609913781607127353064","-15398509521432534518701003615548278282763722363286501864721550125922648036522","8574786482483021781835293599698563520920283804793552167236667489505170951104"],["0","-7613301868465834859911793302698182639495083269709924989112418847506651736457","3200192297030719785059477376537151331360613819649267381157542448388760249760","-6177754356896725727760751819685437984857060263561627035083252024133868127943","13391626094479027128189105729092219439943098110071489566144242997888928320061","-9626002427998159627096064771500422320390603234812614057827004143780658203199","21500074335588760582888867269908086326506807353519779878456562574763418616093","-21733091217552043594991128963971791805770463508696615930883475581414512520606","14099747148965481481042377371172969620938979225276304728995197005240475779215","13064077387097135150060052926362113411033445990123073660079842356659102890460","7385986771708877159096877671264568646134066048569735016169216513059149781910","-1943224583971966727641626217331752154015345570683678452681147121140228158638","-17743213555790957101553722592230173522872741738440124547618090100337208315007","-15801702243425773236194525659646623389891704088268664602364295223267528456172","-15496347515376196932930546373639376247762253902140085791641210807102748978681","-6927830717371804716352702255070036480635587473825447037158273348176586442557","-4418785425748675178069287653758615022222892995783485798489883767735369684698","-14222224216859161091617203919363082708962446015925800264593059962530730059790","10103205452433173912532130062613621731781332728312977593802708148622973650478","-7707321935563713380500365686806331256624587580732894945005957370003552083061","19477328792773616799593538016537863975129672308528116112983464226417129713430","-755433694456971062457739141933746864671055289376545995328384780744845748015","11918613310312432513058599551281170746725918169624333946064740720179730522247","-10829435808329656792914329717735917085116635371966361280431869663274250504374","17623520114659670792644482680237088051231260685835015940700000880300721853685","16225863633889163772150344470404131520709527845520523391463845953455337883551","12582591140321628239207879794411171878210730315439053714003189265338757290527","-169319961331482213851389093026149786127705296957043884282367740104267561773","-20912401210255037386744884317653940582255114927218146592838165660155129333148","-14836044831122102907974952998719580042252330275586022433337889271547836196482","1407739692908691953679626967577309985150235260667152236366232513118049663946","6319675628927024746967118647670486857944808359778504044612240607320110150679","1236554209184050456671091527613438114101778069037995747739346475505983826014","9651327860185783387644344347757635424201600700773373244895211077260964322381","11395490091699704474337437112466628361535202483935566195680066062102826061392","-2830199214969057672893667910419909005131046848216419827365418222380854827981","-12670282961812887302787455232243140661112824909494680423346714066603348036128","-5639501967850508962296018259310810732884561694035850860269299455442502299816","-7464687752603751981227662662636284099734993672618369570872487237153953660824","-19299881891051219627515337926091176376036523915662010784233091115794116712158","10343223965955979410575978016456191935798343365848644131685430107295143324308","8575862425726541644043631621261843842225972386666091535092974235301950962075","2695159912558659640684014534613039410372287789119069077300992108412783709160","-17571442433117955833526882265072647876262574728771033075404646359407602257576","-19830319012084388591757202042700222966454131870739698234289371943289202359165","-9633998567680171281345597546642649173466136642113674717518030980399606924019","15017686126599976699112790431575355583462665101580578287733707896209968835325","8889192237662748676057675946814564376706941329967871007359316950974678689035","11102332273138867230395857689996378699039924219012689391949077205105178343614","19063564188056761106521537329628755583038019363104301774319996387247380230400","17601032014940705286765163049694932327713380715282438860463545671636868007214","7143166519119950158098621848707777203469200153627525335815559689820888434704","18317550108761340283963226282958702931980360081826903700360214415738488483747","21127749269370941640827311875237506178974978046152742767983954521324567862219","5407824941740113066697717426277932185162840507203679024160048631170732623491","11892337959031308067773710660096010597945706293752584019047004187998324079430","15340751547663786678208976002686157009358199283749974267939698777484445970935","-21287844937338947213402950835345846815395891544936614050683336365842628254954","18306276279871784387403756145486733928063118514970818787782062485927996448093","15392560085924807863544012146986930698777201026353798306449081356237313393513","14854210936267495223642354194204549316407101080373983941611572227557806489828","-5090710391019197492597945934302209151866990377262414227985967367602943219177","549821201360797118159173683971335684426628406419600076711749851831316448803","-6743417104688301517805820230090422316083249511329090457861160713825716973783","9492146195421853990446359283335357074299703139810629330322108482778402400714","-14223629962103456574481330065220325199737308357588515156537223040316373068338","-8797383637050114815885319687419807943113276004903349972603887327387619774121","-8293529755004814497765855172757091474694067859516031109311704688023508755412","-9400446564894893576886674543499929339221396796691511180980400614292231992612","-12457409949385562688733109147894201196832116747791785382217157592113239594288","15175817289247699730951661276335712335366527102800682327963166464680542056523","-20767403389083891743062457219993595096777008953999578602075793349863590496403","7669100106011329750486943891364572307736380980171453113861531308525174079671","-1172408671773692157206343242189470336886660417692571756206959637759822336498","4527531682743626094147337086785068680339649560621552673750565156708044460905","-2332022066231721016159731421245589422861017083733787288780290880484365935337","6476771760147542190117208087436593436442562517385659540638372887679246453934","-1875587402663284463016398009640082255087518518585517330924094006828930599442","14837960446555610080592792892456264172662730020702942619392439998245266303557","-7451692109740632536675379097931148157807665532029285865726077619431663590704","19214297932342429596271660717714146958293829563823877872543710132362261759860","-9158831252457436228404878949330839121709509992304244727138894143689398951982","538511560155988594838776850542732836916208183491516648141558757590636307025","-3083013171679233094224779430185355811517477213685937399476216809820606545428","5241535008054959745418748354595605918194013838407442118371569467551949557692","-2353010969659325262216145013662146764307855323384947893425193393750840124664","19616025899405923568131359383400631237125886004924689784455571295876399680147","-14047881239419598713737087804855039041588532796218362405318248362154903835971","3142751335588762197469438679335658487610743364859926026670736114530820263918","-17387796254475776866980025218235842146310333171485191233495284802701553367785","13545210497725039573129116778903716125382848224004961931776249709251048049026","-14983685576544383303563574365256507780586416674173484446006363599201729404330","3476374943309130004100055649372346498386073024765815063776117605536780015197","-2316928554704657758973591929010629974072545638442962417854467976643568290909","8985342872781231311422992029649209955019401544468221397376937890876275152552","-18832351799471733541435777647277906309278864130771593268011521695729413928901","12730151488324731256996661736623448714137542584299043987478827065685892751161","-12565924444336554586183436088251535390151201810591178656501177256568787579984","20658304341184448329739881134145307684560382228410702021938127850919995889565","-8373257845427683084930130741055750222915727175971443019382258862631776402877","4871138593280384883667348864009647069966067297465683203735074924698618101466"],["0","-6354651156340434741942504893784370186997912245282074486880123796102481955063","-11733429897503398785590276575163297016044313760400336643776497021763935021542","-6177386021759474594865089779264460895503779322032647585225576515062031566822","5408658528421340625726081194236568361276875142030084435278725248415102774914","-18232476251672089397448618307601216456023316366705064375698101559932770097202","-4613342872959537383680747344877839213841263358098805513490003422288197230101","-7984337847368201528163753440230988470373972202368601965092325449017030395459","5927017698755046262487441296463028130404577826765616020759434443053158813739","-6999854177668252978959337060450163889598100771050961086154797348018778214318","-6975496257854205620508251283932882981022617322438096084984962627285436499585","-10774807647291586188999978556330757979317205458060155076324246583027348568461","-11185474020562949089746702247834970977749989134320825860891752179746126505435","-7955771693852159602274706602828439353657886947432082438736842842962792120524","-3255798590770102286876617776154063971003561857645713788950391327785881150052","-7616335231473807938282754848121643394603886618774831973534089373224277037627","2808321673191918658391177941557025496243146494666938698598222837829514035557","-19204296105912432000560542475714770212213660482645526995806242042868993646348","-7363191536056476568533534659862853269842088066514603445157608877597560799047","-6479747522584593629556834012965104477117863391710199041245258113657605775435","12146771079370119749673708295047298023883383272185263411450221254387225849878","-10886850005323519522683250828380560668048680488433591669872805419496351086772","5475729242910354282756969810492420102851613822280427736597475312618572655871","-9465506193251947671445986227120289195941379423970717719353802809217993667649","-11661007146595253555175697516930883387008352904177552520444459254405981527984","-19584536671512235355492500707184603206491495512993361432585881056697596246182","-16463318363516139515727860543295351422723327390057306994278279524837818144275","-9117337597649555919999239354278004128040750095602432940414703348133721309238","3445296059214663173578360421961562888549099684617394983854053866414642558491","65451004861595445674658237256944466709622560051253160679531758422724024279","469499823600428000713421518245978785648041835047759335450470436595107933169","-6119273456211504285442487916900918859523146927525818472844539290118938234955","20240058197627975636523578648698750957094977373610919985811633382040217300216","10514960281760443243828452369697708536906374588456070723584892162689009718985","9270114027426020040953402391019435230344821076080394282499415929699452885043","-12274729164077315312398452163458775799014566948021892606073708713746736929638","-9989140056934943541529553840104694447600797569356104861160462341212269848486","-12219462846174646245961563379559352465566731275394125989691324467860819773297","-11484373438857631274335294834601271674416965267092929024993906091807808947820","-626502068068572047787019061401121537238888199288345292995819243943513254721","2749606442424965385278711365466610504005636337504571547330009754634425056607","17900064352187507312836340815415801831998714317861563096997774686720200714253","8945009181646218864121684451845400020704380224504344668997784563944201918099","-15574495418960487915684477102374073169912633070742865075420926763775254540945","-18329522974579553582615175459682653573066859315829032023094372970267096512218","-20038740010233892417240240583168769993252952112028667489128809389537046224671","-21530494379281627971379254940480214309510987515228509294719472825210039039357","-273048525804219606516541044216824056867294762174207224687142562817749848748","14042409674327646271260237465897570317890846357154252008137567145200268438748","-14896600981744352675249815080394171867853287171706098448919053879685578998873","5179972204741902754416561796167563675730690519205631265280446135828915393378","-2535152821790355895881649285230781415336094106300166789238876561810368658092","-16148798123887223655974297239963063764216554748997179575540336496107093792465","-20051814783608635823756139768477566656555813895287964243258690975223787757380","13366492983584236928072044364118798650449617951382908984179762629292366741217","-6792758392826825025408775331448165984574371653236262034637702529534088317698","12103565249261101948206149268526251865611453129514813048124984655240119408793","-16589297295686686426748554260196131103384704291115790764446567643751895431547","-2449289547562396593296279205706987687877749069738209907674864541399057025641","-18227033017422035490284883066390691622666177388130628740305900329652714481286","5328957489754655156395503927057548646068980022646913362314385405037933845143","-4311728130799247138634397181964178533832554120196256407680874108452885542644","-19642650537947595419610119771929925407498945569168020586493153873846659708543","-10334236970821166197757999901164720008333755762620145185311211021243300224254","3928824008929745689763688892845368074210599621584347838848335284523212379584","-18270730608203669897723194204253923887028978390715686961012356538905810315686","-2014490656385329303715936617937448195318016186565866583602899051189556476151","-12949472589020620981615405687164237587822758897054686368606037391665924408243","4692070193825779704014509939086394751708297896303240716913984694064626438381","2066046157061530392235137582354051239079716186023347487973869945024210866118","18008471344350131410215017321417925725719230683735408556782362635706587940084","-10276330266489726350907997664212351707857548017326920332097439878006212198757","13017723755372761406633404599874193359897709172947051169462660669542128470980","-9898840534244474446694550795186235299006756019530662676337941796491567542933","20241431274300028607905205018514187606225464893378796902195616450584192845552","-6691053401219790153466351607667948801800613939180458842404377711305761851538","20243105857656928914130644938392308204069573546077132709627899158628382551172","-7092497872148198279014998958541439780478372525057898725564095314286619473462","11183901963549145027162520566216784532838582186315472248695192862107974701071","-12482782716845742183896201261451260983299514878657860904884450403150332420241","14099053292553956087744249185069124524505759638902068906549497247834777178164","-8326348015240607384957416775315906330154488367471425403999333949466690731429","7767219527535868974715301862177796803925750305762225758466799610498248538061","-20967397879955182869811834690479069482369873662519039448247107787429347962557","17359604212115731181576296645862520524552238693949939318555802653105732715045","-10039905835618109191265886943807742934482236817118622733447842885511112908801","9487400494045084378125894464772702836937374880847323588787958565078960462063","-374939206039353793437315684260317332733144216614984113682881822773416155785","21755623747459579401168559799558274283155198031237298776947964444927606144168","-21763589351651309140480566813860771612398311981619021586138268267541622616502","6417190353557446334364415642055371309770972832091044467899330549567290271372","-9814030646907070400496233164272683923404915543076446318632713831859102726146","8328441765424264492562034063212675077003249020500666133349194081603403615725","-21244010070122191596444563904910229218798965007531660009258347439279740715772","18681194081307015554077621616020899402176941792773507688007890994019633264915","-16437307738684011497757139176104351288686599710032194360155800792666258563460","1901134595621429128959306557212666358803263921701847142936980701897398664332","-16178258204253379151695948741351575754003369604353440960965834420546080186312","11517394662001513959838465594015584566066456924270205867425419580408864915655","-1581602031801460388901817106942896510589135872852496733595786688055281737136","14408496690103561934754674957410012408804499127381555892721572735018139681851"],["0","-1862829180582065976361396233638917028812626757482215688825379079708592127844","-7872575352880615164349582133981108977025477777180044865079881288262123337909","-5072825107865918231473453306407159894098557748217208278170660252862259894556","6369723108928818145002360246403793558684275202184060612564642315766207521095","17670507735036907253975811390917637349136578332419027451398269289525533941594","14511899849750132160907898520886983278545059395829989315903360648318852535690","2339229744184095365532521370594817197272753060899959871254485021369852176704","3887197240876963872006319560436171196045122017316281991169687909428111777895","-3681617168997841312652734097727072685062687992478881999134561339232290710350","9107093703580485027691491178694310669396875414720183416962326428432401155633","-14111564535241802108780139421662119162458142752285522905552544100735343261800","-17908353574638770513866770039625287122515468447804190596680037708632978435003","-3390906129585459923582688780277914472291271533034179085970602365734388087798","-7382631720606025796893392836099693205263202923119391447064530848666040900068","-18329102745819208344908442809940895145603481972760669528007751340625873536485","-16256840799909794495080866195810430654372530365964338114895430138611412227682","-3222158206932593622145113126281556459884441361327054216764144573523442055792","13609593792685454699346365442904879965348138945242264249358660170102267038898","14121862296313981028778601932389878399866822343080435653351842807950298715932","13209008310699387729925215370982667151275419549870907266185111246253997474355","-14911531668066067680979911713491867686031797363252699596316721511635442135005","-374991000123903677477163394026951136501178081285251318143467605002875503182","-14472439323749205295680082200143201770238059645317757776738091946295979814195","-7395228796927409576522598247695429563164218653029341530681478877947172978573","-17560645965725167910335818292022324858688981666628809520981580899738639050130","-7181370688094412377352879245165337901855903088105769618190942852683238380208","-10478260493426662596592571582818850362805278057676862040909054594641469159729","19912987244610392246882821141800580613023665775490056478454872222894989736855","7537205939808007807344126232718394565634016058230607837813337389675767284224","21631672647738744857424265813640797943932790518108110893219455122740681434948","13572513201980299067337735408480230262175698912531897610880266154300783840263","20167481809393915719625319909656620307127508481833261552631932965204765510675","11428028786061520201956202081960594817903785188890153346297842821210261047008","12927661034920450737267423865032663939516412514306313844512856369787663378388","-3605372197249565568655476728935779808657417055380502510626215129431743084462","-1432575125839720655879084172215509973179739687748667000659979853184983636185","-6779795659373357101888411406469679678840103374268702305248105280072012758972","28596870060630956007905479302733341067976836333738987841953944630157714359","-797440868015334931625542471250262964209915291925958558895861266966527860082","-12032597751754820655758669017769784147810872389015035138866777775283977712151","-1018558291408520858575649614165179845378794351998777837398328117197608027759","-10277000941648089843058455542185856513132867194005325933168610370303038636857","-2834021598438255350625387034091209129373378607589732327203172172455964420147","-9435514868368217142934445474632026567826869285944802625155015779209222391729","-20261713143964626385002220827698174972240628650338446799642938153697278389134","3609074314020118620925897889605130150376558931516108661389475414986579634844","-10018318264755299904836238783914115090494056056242439103370247059083039264007","-6645644818445200882155064552881216400023304550571961871354071880442547665306","-11018422879508797450668784693361261127135508634144166332320413703840464647054","-7850501753292529267285072025717644611735535770512343825085547952078717431351","-19125353160859089584557041801645148340185460555729108529354846881776892733629","-17765365774691509559683489254978227710344316314637215642039268466732263121548","-14095269529801006484492504383283181403592875495197816535498689762808713023452","-1262095507110984685998707280442041344382186360138592779335347706495679908255","-19901840862681022098873405697740337776602155170140627387298985001780289589268","20910688949826679066296303297065821569115066996425771070411430907202009749072","-3202799269073932662759239296388877866411428939530912019753548996923536248704","19529452350566080658345249702874353269689422889237597023069863741299489697711","13981610792465294505473240021423363989284244444710421268874521397342718266096","20923935678433357328394978819797369453057968959857428052533809734016827753336","-15480302791826272447996504036222303842596700388372389839011889432494706804454","-18560536693040304999647735151869373082259275082928023550995106143484059236029","-16333519228892202725528854137726270659870608065204727240217819738715388709573","21615008889677919671562785634587721547204611044815568853377689986950808923443","-13927890691272186636361413859941158239237232749964317436944575927497944787414","-18967024630417887797848597881501853697264487349180664923665612220702156746969","-10401512506045945173115150443638645333169104618924776975812197006348359290069","20812254423860041690656297804425369816980046754484157250492302076336771833617","11569435890352947532588307838480773636868509102017343780103785715676966375254","10237480764347492667393942095433306676325523482899647960217130127280545405059","-21842754455481863346380561084610919773402472732408074143321673480360290833550","11560281534338582588847528392224899409593071648029290989279350190457237788883","-10921280627323544960868028300300402729577878970681216756394053832439490186934","11649895490767527800354771138864353832486458329929551619888991676885286543821","-12119513167155076690892849361454251800857568461030809943907669842649491272640","4086685665188500701605134618881791353830921253502942785873262210591732100214","-11541194466555185410783765077697486695515581852554500164879731020551765052631","14547249400845023408368739355981698695147961266217318486650231966844801943800","-6159936832409142866970944345235593514001092676152283921277476649409079949070","15242549846993857996218760608779027017545541115359088750378140060859338808445","-10372859723975667623851743585347742965330351801079025345798489340534809904748","16566739099439355306393394646303138678635141294293023756123443920506584791311","-12006224360523547680201740930106011684525821746016604788056711805676626308955","19553325194839151405698138099153325713402221140017923743757526579957730424922","-1431477378611324177316577239888890541473303461389580281733230127736162258283","6436836347165387531136887260985772470305418275993694057420754927697137420653","-11623289034864604749209262519670484625793504894119942668463181969156326376195","11414554507898553705395735419017492079024594585367587278168235522665989574122","-20705964548065621175806779178328826658821138390594489121144258013392404255428","8688059839589473186399097736992770468093664104674054914316205790512520836055","-17649185937517068879864654521268109755874921199105385586233917502536646025137","6193812281206822193427111103388609562661954962212851297814404781152618426644","-20842625176493941237547605064956110704245024242222825748993438252852510291347","10798168045130653598400590843596011085012227237388810247952509338386317447225","-17532824688529732445238486745004648582266707107591086964582571329417032518153","16589346592293738521451189516305976089837564603138466351243741587099366666129","-9693089639296094600484298151569246753354962412819940079940012575302335930610","11800350086023222395413478048457404114269699891761925362057693074191571749552","-3982291701510907326703971060017174334453577446671402772148480391002399106979","13131099344164583563976042827221528654678922707805395784218504747191461068720"],["0","-17280191740925743596510320325203111912011866631907395534498582252559848019829","-6169103534861991712294031493663486474491336835208618093963785919582890198766","-11103512860642726100965781906669509928318403178942984404181316582897553073448","9917707985781749956627630220708949444473223396395512335443841031784057818659","7791173203259359290161330683992834696894709796907882435476179793970729725702","6203230982126516260974623638623142757049398516549167465731638338202366058203","-5727017131351634323177941674699271129547441029658794306011281541177644781019","12268626294944604450369290572266991066510066868713322688146763820700421412622","16599120309334485243134952799705651733041704462401673432231837154002787650267","16558352553416262445798174587445506194463198181205495660243170141197836456908","-5604894316012605357793506396345188372111099849833994493503584854747675909635","-11805695112992396643207800830741597664002377709062800794873439883786681691846","-5204124635134627486550441056455019125342141922229608972945886736300595329061","-18954336575037628658757531870595926547674886349838389726559595930497885787165","-7780328552182184052081223180040078397513600883327690333390351168676222722531","851522807638067853602581264139741727740807931638684443434198870659073867056","14271051079562062639499750688102373494442279972333759427571061999098172382830","78517474678609480349207554214573564683538273797348569789607028765974232652","4972304898488880732876671386870909176101240484563709557833617437641785169306","5418321388611433287271381957758852694683574848822749569625775561453534921127","-1900537594379655316325922668250420315456040954868171946336306229870370303132","-5849008577913063268413441929070173560488737958742308866816167044559224234211","-7049284463963760024264861816932103660364271389868453320617182187287522635435","-12914688842005879326986487184915713190588919678479905288268649741709683250284","-18339049615119822931887629303558942350656524564111367060409851687498575392078","-16165443965873686621482935963626338631017840212200951471763676803675276491020","-8430633882961930877048208368684863298400259747510967866504287018677781994874","3139377284929078858653525214736031524352202238873398388853038626542992351839","-4358559038519567420362590082194985955695449407974621311932791310309599990731","2837007459517178175060394947415297996194237126283034235349269835126992608491","-20516701358857169339016286487861239190059407286774956285916673282486460404639","12310802932359136263591205518655325161589003199583501620982635504338091000574","13425171473404569679007160778435917415059124261841365089582215510279196768511","6476229270686517089057896524001291586920783481879610264204206454819897142159","-15227056115480707195505589185461743367922196247176162174907472501076873405986","-16429311924749543958548356864917229459401811576546205634039714966808843784566","-1651629666841181536706203487892879134519484756203546189754813684795653044416","2302173150922273317490019348430619790548825579193551140676511895669670058795","4425057328775433617844261178033620509786006011084099283335530683550417923113","19485315363422236854542342258201144220024169991397947319361702903581101174","783445457767887481382517187188283031930436165813541672860305485783526849272","16530610396081173962585520108679817857305567408419223324181748068143552046870","5987930784073904980311066829198070763145026171200500300335353424008741220487","15707001820391610691340333866018714260574530491930650307017675349804178969435","8444070157121983987494966849642139666033274273087272060839553362680531464325","19337078110602108612637082801014374088655229474128422252805906531370266722106","-15165190206641390491931698101734673601518211392331537962409710526355800983466","-19919699393222358265576529919346567564481135623927546354326838056216412841588","-22708542487632675779060314723235604927848813740113673564386989019970436189","6776665417447814716850435467411468749758547269200930220749312982045061462392","-12550710666843474641828922792893355601314314319222945603189414709766787074397","-14432781975478873310012413523874289061576215379550866139557770021501531065550","-16793472354813345315143995260818142787235968482067296954303600771600693875134","-6738015028973302707874131521046149742611484700541479410304441922605386720780","-2868571565509946340372514780748488228823528392226711520312411601409163373216","-13154086644747205599445207884772280291340015008431175112824895270899827778907","-17432578460011307951817186597354007030009662903992279729342075440877358300952","-7762770907714739911381023651331569771328474698342036873379547344484542549873","-787265093106062747312383728869314647417981950603558927255532721932263264533","14127953173923373937639836132336569261432475759805980894314711830823650494481","-14697405323151221248937823968047516849206388260070060886924839268624306242791","-17585243353876596023397835356226427253042102560870107916631870745212912665894","-2278661399087396024850477560582732965497938006995775086481235587772976276163","9891965694403061191132455083042342044703043332255152561577241885392413096211","-13252410526233390859937517692237934321273814925809412268730084215116933244153","-7430138539409975217106684311961036294606272030068272681114022269125897770618","-8113636428289616630418662458920014328965402643519748974288590010914768949520","-6956559022579518019312118623554053281236279466252783633034197009211505507928","-14989749381273731924874234233687684946562407098054517515678438800223819124124","8477166458318780932091502560181076755655788089743068218991639649129388990001","-7505237084340350185566013206948009431392693136602430557701199832400729612376","11482684406424906329550633008289980309406708341346206170758836110553774150711","-4723451662261534526581311317802412973599362670356689062554602776800528592855","19572865819140964375218371873504381150457972471080770349684685102444692270809","-11271703375623955821139990604696113495736293489922051420020524089505463792035","7580130939988345694822825255735783656425877833493784074743854698082628961630","-15394759879067852719388797923738921620460974376048202564515482736506064189317","20937957980406600570019530633290912212261685962990613396233054573999261444721","-19999941333253339126595098989216114865199859634360663889891656197151983653469","19120376671642933988919162659909007247039710781063315729280314108338623606770","-11814933327537034226557639892103530496369350489736560183750977109177420181310","14418343713894239770424758170332006387735678619364069132921873016105857927300","-16083340988265680992336877250318430337015808746455053614405397327542221904398","2891110414442771799998551589038975842344548159554185710850529107812285255437","-17212784968123724246433871811327321275191558297789916804680184944667598156805","17229358975912994591840834182626402325511738809344814318885649531375987711536","-9768961381841751156654564683667973773437563696687517790581162922108453283258","11518411985246662972608457046118773072223980665597766837016873872718607234817","-15231652446555730559931398001574389075141392859237409706444830382118393054248","9393991802045239600461811738846993615297722490673369457104082964388241784045","-12783886390986073939915078436873305824627170420882288114154928018234372604824","20212560119262463500989666892408751534872746345184737945669251263008521197260","-6159067063455222995002846571905830852073246026209159423500360108744317858006","14782908580328143890555344699568882367880498356701896944726757441829021709078","-16400068465609865507243037386760662407519501128358643760355157611043011673053","10061441652008700741266735641831355388038853396645504605624525232110917453503","-12972923202683523636986511031901491705012487369309556343283745108315782797984","5738175191871642475056023858452861008720671427725241476638256451033741998493","-11406739587709136767044352638213874264032896825119553391855113083223130221731","14146833585311214611180632805035723250816527892423261659316549933097671429503"],["0","-19836220102604343170160805206639405548996955237877031123976497544084326489999","-17342610438710359820570548409384540792346801059063304104319091592240921781579","-3530508707630209822057732842749101565602355613773292031206636637741622097429","16833601168755782215629930647108778063932115506438907130410371599358331493688","2484322440495464698111505594854321537130148557307154037198099397251635131216","6538586627640156515566946775151329439130539406067846179650413114894242205781","670654155398387710368528888832761321377062055979431289271248558882589392412","437930910657403918125294295003053872544530664645584046841445781129196853440","7104899223525391436280543853591313289417685688661156114364722154775370215489","19210680961904970463010360848497844424049118588655703759663374405080485463925","-10705023838026249479351822357608678550374222121600945266447626578611027216789","-6467278801944456407084120260748586531774154456243210395167213823988218086956","-6058992135461750586193515774157101076278283069615995699513725602217135778262","-16621460815424767499069061338168131118974379434894988502287584888217281963661","-16046599722789147691016625768318131812903662527340219305787466535749921797117","12170501087984490989036000181357592363289552623003466198647172507178212631473","10207566676871612530660071518097225577137984980913911767620732093222331140316","333276984142582192259782353621973409068611494315838865504233229798081910749","-20692239128036017792199468490530491423133822576532643915787799380137457696843","-7192060463633684843511044124941710143827037195278727668974754563294897120955","-2156671662267332273495045240741980910033453247278927733910845458826365512423","-6725986580088420112060049867937050137135141905700673447267301160508150030711","-5927728892433863950457369018555566907998481597530668270375485977444170129537","15997357567501447939103385213158841495564139286551955212843308789508679261649","-18346624096236071893666715124775164403323355305809226752083550167253663571506","-13955292208806541806237464442615438719466461021998488888173686383105111114005","-4740422049537338009954124786963735165003796486717084044771262976708526449823","12721009225954516663886166514325609759214765523452569436608980270813053391856","-13938801299160087165714495734153346246701327769126602427087281470449060227934","3506260018637176054408654193956128192710863247917229464905184521389031501966","2397024331414044384757193924424038645864142383905985270829500842735850014652","2355237386563095110949493593940048583794377680809486498183284146669824665703","8798998666714465649375883260222893575888374203107426712817806354530253949209","19207115557147550228162076516780492376457261108151080951811514962332510586541","-15886159907739270521793262709280346970301495753445675472677925872282072915744","-8618065275835458419616661342299153448261056381199516529148234420018969770413","-9784417090831290013287999983987046115855174300628555280469759613981207277751","-1948117079380343170718324130122483095993928735444960155985656313525377627835","-1244625934375730049872072861580255051823061950319708116667628394061238713500","7676391910621735613629254567708725861078608959008845232507701331451233100084","14845507868989018979157994672551079334877191088796325079867979159038655728232","4152868705389434421767048454285295928808971149305981550225372194370251986756","-16332948640865599747258150280095571960549650281072146676400812993091963740842","-8904275606172769511835979606854476787515666628513748384823220773238261564873","-19139652006178763884131020254918076088963065703434877395497032279460660076668","21012682754392559792625860446148493110299168494261522638833353733277076413030","9029088131343180329549337067181842216654994026690729249247155091682984550522","12868883022673694757535333986399079293211179641170313241940867744837547272677","-3625752459173397043135472179814466327924400133929866742003221731509916795076","-7091754717804152584898596017438969203191484842900485523298186339664167040177","-2175977761234052636966239037810972397652001393991289778858954642881908953410","-3335018454486348291887166767948967757151413053693788594455501746654082402755","-20086753098594262568851474447666981814847779067093441660632627637791817271128","-18448521513021224819374634851365625605799307480484844270909830022921487986952","-10773598248264306259568919208774159418192602928342054640956115504309948822079","13272956865647348224973579868727479426206401639816518787824171734985217941758","-9916884027986484247029110548846967330773188710909390135698843451747729424895","7842299587402178484418177339883876822824337913266993262856496653380602834142","-21774937604984486084933457680359857094464061149122872495756981576273422580579","7604179602533756977290250682192757830473333282673907692671429239783644742759","-20782598855768093808704670256655597749014297898515560413352703765645553227863","15048432639765371725108739440406861435294341410044710167243282548907129390755","-11408596596557664051654042706940623083776111568159925563880847537094066315820","-14880073732220277574690689141021915851062730944650144884820245503094199483735","-1143362816555859265370039652176813109959699449973891879897894912371100107627","-18714731343998013137581913378747869170630808619366982968881549694617174314323","-17522239784171297433596482568902391354931782205191565485357715266988460550593","-16605564812540067463927160316538459804539571558483591949832753299726726579251","-2814702997501401977155397718391195647263486130031165173931475486505682529828","18048458317611391413425017940434188774932952247422247178624723500115300137650","-21451822996026780895749256203038043762951887718950857617691415424980167681","14083915856918121671036747096122747935762917431632815637171044764504039479781","-18375820613622736354648674831628485507166482349970206902762039398195505925232","9641591759061098331583027631565189923425381489755568965847205522583891227275","-1621270867598145050967712798030832453056666778745692768422585371042693701643","17657885991228628391605193027078306036131737334380084757251262354383512605475","-18315582105173501636824452583502731773761471544215432483434593560826479294925","17047404760951249666163400416879014151913137233188439355635019985400110333407","-17257955377892889775731616816952810949250365896778905013145764397400628359513","8074627131493012069423821333002035330088756759369878536955827304917068970967","-18990283254636462137222551522315148396326375534160163386769708549958072669302","7189481874537631020416479254203662057363614397558522389032499018469680481050","-21161833800230353913561845974746598163350738303780168644582987924110176881278","15821883076409715419409700519073252417372828046718138084609315929152611345719","-9377575250200931121938671974285291609365116321820128056708189883245022750955","15594522547458632485604217233646538713977565152352813716557496263271871528215","-1561984284880878013060762474169581799355502556487927431950272142667308668409","4773695972759698081841468263687469644640248691892227002587682103894592788784","-20584086063523976283984113383102588195730908189047920310059321146295210264138","21350014639807810308454956348249378403636758664621210184407862835361348361626","-19427216133104509534157971051816892173484227140037136703823619178830830341155","10671558265977704879310777393027189213071898124845677660268473153800193088490","-15857859520105219581869542224187011510498569737575343771178416492789690296429","15409730852143117186003362902418983422873402932995945793917947616636419843781","-13799228468510144691395539313403672229087362907560040162167669584203737589943","6829118915935251202456842768297745776289854065575050422673329781663947870198","-2206927598115420763296603626002153212209273566842085401752639604195251687088","2977884435021365413089380702651046712470844537060093976822521493244531151494","-19294925741901140707181036285788753670541466301786098189666211832518131454903","12715335015749595469339945572343756395523654793358642895641784347317545250978"],["0","-9703035499887513758315416979856317822758553290906077080196111134255255310823","-17262079464918342352273998447311543725859999760854862420675014278170649456513","-19361242837362854798229258193832795463256527683155000101567965782970647609214","7416809609268708089903422910607495347366291417503621435960047510301085952736","-21273258582248020866846325400990798150002563911476633652975321046486465240881","-16894893322955058314910777046468234574731429239839383998471963514947956501535","-5432960778310918286887023658895468459202363503993232835746019521192141380981","603358340646000686802744593817745240562584042260998603477392213733642398142","15263165404756447835161374020465048211016800590742095097432640886311942407641","13469127481069858395613617057534793831142250015913824387216644727953735927591","-5376086831155143710606613820390322014475524877593033608846874533275454627239","-4425387264638924473354904249435946024828950222897592049456813004454941690785","-20786727351123662775462884298429996053888770256867525001197386444104269371502","-17023056753451134460870032933100377854966061109333813630595331220822119571810","-976958589005345399384610046139284614775027107695345420223030239821593522053","21481657195603106344143433794687792258458582731336429409756745939197804380566","-7278220733562284146521437845673090190020641069753103544103921376784245272461","14110843075523908038285670342099176740898748274383990226823809006384093688985","4298117342457611819186070148019732375374919234283414444453745108069086284603","640761418702098218193379768757347606739706131157629998128465000666229181813","-11844725968895429565791635332702780522118223864984417979440021143407344499106","20604383576398441394414463774402662578052026014704456190732695230233161869146","4741193432985069869444995715168993838396971712575456850070749002877557263986","11620555221160217970139838854662175881156986516343970916157008325947546284470","-21187353433611062564114881025651128428362422710902683988002453204217729222482","-6724009928357022364532171817208474159411123226718810697942504082174840889656","-1065877743291498632042258170919498614629652930810088192263082005464384353097","-18253996553271926640594465134509299827652141724265127344540266970322414816679","-12934353556598764509345379040006203830645129490763896736602016267692492543525","15073599728947567183663114184732373735460452656846149664690138194869333166668","4834973906515623520943571603861113793377454437170790264528477948179131669577","1471495776624152469058412820396108926995170816195302601076780569844886134501","21480172912380134044050978546315983551151533619534886663705813230522869086470","15720816665995782716817574500467663298529824430490881811556504013274594867072","-1470506738493759784661270840722395593694610924274207519732435161600309683876","-14121225576279053398731128797585557624232094510327576982374862398117334075240","-20167937364784409955777393705070365973753232522482382956780285369763475911973","-1365513801290272825592339012471792536081033983387494831564578904646021414195","-3939772347349954177110592158627709532874156125275651144209328135885142591212","14443218407127264824922578112525047004219988810589221054046800316375208900413","-21569620343951860224237994240490396001752863395707401715936372936827001521800","14693593109842200532129684554328274991229390385496312576728542922362647399402","-13933626741272828352347319367975125424684682173186993223281170008467404144652","-5563413625940429762297750225981046276171345051844740230098246462019124892199","-21740527875584702912559566519600173148869308554834819158719749581888122618402","-9308685519805647099438801566875955291953706804240513444316672022883592229983","-19028780178085251583636657372104823616648312463089078748574848926784368289623","13624156754111333433516948108397110633474259455153849901411346994440523906566","410215732293978355591202774659553073968565815407001300830992824281930011916","5086639418290292606862653618035341366179930119299606003031256860452023487817","-843471785194957610656484686693536449246716331117276158758419004544919602177","13170103538603116889833002984566843247430043821453584699635640459436001811070","17145248543659061464387310319622270544921912210343894483081014482841785610338","1812113017032112302320161163414882443101178871931183478784367608305332338817","-10948384256358691145848163044122179787729132630130708245470890405213360611747","-18692694424993781858585348017742660927109435151296704045620943950674134012359","-4313988009284504796414040214608360570698278136904851026324761477973641936203","-3367362363309151365897807997360445863937104177378488871512400589708237094768","-17743870646594131256140102801169456289219802743970249019165207420678004787636","-18743115371304526344255377565411753604489495414493624347727229344364830922529","-21130027659649070861568801514787975131473703720197873142237091900829565729723","16197061279761070967848222691591772981042213552421788807798258925949392459045","-15668442211055297156055950612811379496402565152993718458685169693659217398545","-8461880161357733464470168300267578104001770128999844637082584546633092450196","-16068190031605932591567782997432352007662927374127626692794668112406512640407","-4520232263394958799293675524655804955942960349045448979998534224071282801595","-8500444447561546462619524997106093694953623661428383311939796943641763007049","-20307632710346632031696585597391270313960181258503306253679847751403645673089","-7045575688548568578606454019549777242049100321991566602567300367222411181270","9420682803975676625002767344855444167796113964742934371968121389196464437896","-8520285578009721760223906502797246740371602381580276819461403013237048279980","10145392622505025703370537600144331997881989953451135264239552407622059890166","-18880526639067520331160252830620619276345189327700139930575238265041755834972","5331486580457325017474207673982122434179162153895963718140169101649602877656","-11671483794728310344608204013694683353836317948409441319725404976373172861707","4764737813682837846700667136056058649207420720638749244599971593301313751891","-13069984679282672230018130363305727358259155431168351975387607986758740815629","12989314630640478141818135140201194091949266588960394893700918446344357482583","-10071879667787747642225574300618076384580572028773242383655666866804275147490","15541031731507654486318976820450306476615141235506642836831591277821025898320","-10402076378356238783537797022706399320111799821450636711200838523031656788511","18401807660766375611084329079099196387324720642819027387737447046298833796543","-15618561744655434151546141108514402959101715395215949587622722700281881366137","16043027438244807980254241084613716671139606918197913495558844974991656734078","-19197855259314990235466838235473498487841207808810877699772330917925209910865","16413562569686639642510286703408397350488811537064501496078547648419393313243","-18442999562004200614048213101383234788747590236831240278497770667728377389960","1314909915094149766438524717376578557177283517464015721065749015745676537135","-21637420579632859380505759893840038363841928913494171137974431775627720544950","8618492422069470584576047529861568414706292779759691415652930045711603379573","-18813048390463020467995823078184914842761786142571407746710548839393196746265","8851279598436564346302000615707384431919156057494599720284372778387393485162","-11535281907507177462266987792548024280006203719427201442703576544946019579724","16015798961925577743180111773648304822803611031628654318612913328239525514345","-8530853034744668311072277892800420346499643338139445862110366433360764199090","7318254821164548200453140254855878584559334030307665402134799466711431377052","-14136056757141745093871130955405244604122448382536793563548674148989903832145","11865824421365739641136384744421896863091800385053196060405861710373548248751","-7852148252387708526283569525520432103996596622487292940175645781195121247696","17753467345937968155923701887386229449384772136703754744917395894055363991145"],["0","-20548146369481768575986421720037441919861729845288522036941171277193616138793","12489713409068247454235205151116128595982194304614854134348064265872661333287","-9968772439941740987763584826390831355561512142605302452391266484385901237546","975691002135794537922951035321021959132483609987553647936208596915677613508","-4920048304135716202373856174173568017699918713197318255331951128175218902509","-15854002139051850871635716396690002741835677786985802593703713551643821439073","-19119321794262318815398142445282639222567668005192814673668973849951781225521","10567233166531756026428411898521118235082190906606563135141345832635861002776","14999678261155676899718082909795861731039586053172750924947541355194081830468","3327861638650964075955971543474873644151756267076781226453903991311686592024","15247517547977930642616391234314374827095895291039931023596846840304982452977","1582511256187318525596295512223410069818061917762249160047736664829394957730","17967855234208637783636297547687761677270453266303908211509245859177111478871","18920696130271124413797365810170554640797144977787459691495813453181965562282","-6840944832796695445950298346422098698990163435574129866334197505340257073055","1373468292994449999291693521194242475303950251057276534824866319545376609642","-262421342868553698304425342581204644931072376967531036024672518477300914448","4175782986055784271695929232637377391885667435822928252268774549506183391213","4055586856566534500932672271567912323427448969961770481489245138405281379907","7380167459540375161647863840695523785620041707323531058155115270508200954397","-8424365482153230916777420080623082649254488345897072149962961977194588503972","21411293646806126040530189081914544076241262755046542933411522448363682534844","-7813456962612839340453440372067320367190676095726981084328887960902293775366","-18580908267672086041757306396423648729808970481404926158426510447511481356317","-16021714229361258270394198216371423528262080149288202635902397895188881586176","-1311023163266505140695282534274831238328786886717330097872044370627656382407","-5254684260625948152646123861396612043605746807567160199365959733499348610137","-6957993999419741283801821861439944222823899127689933806688250698668424823288","-26653992858038446152833975319807203444837621609383600197065104484415745659","19724732865762894057865413951612370364933813233647706720812270495288672394156","-6251278352653831030380370359800996399114261267294948496152065967557855387972","959743027507561835183347998500231438770509640878642069357361451740575185110","5036583921311394115894638202496057063720259776697874048481266841176415564865","21533821682088378092000551170154679839225708772856038370270766518884020997093","-16956054267973439153606351319224042730877103022318745186974977507207810563260","-128493648297446065672016235621818858874596589517349908241665810775068510581","-1238408451106590715566240280843539563652211878925227130943730943459909027367","-18839192141968884992404904937917304766762376025653837842582660545128879674158","-6443305127554014902995832928028605960347485945353169523192353257400393224023","-11296029755745038063766568600370748931197126017375241931574770337269318302842","-2144227414270111005575761353412576046140472382674995485007797303567210364480","14590858667249396335378994707984710190788203998425790117590436321147281980687","-1028805984105007211939282504532993933786325891554899706448840783699066326376","-15683576657426964561681457710493594221755709786786354060631201695012040671057","-15782476673787844458692515461003267486853453948039920643531963544552144290158","12624061673483055199412501788519467432095195175067178805113838261418363563419","-6412795421347093561513005276013788964133055677279891224762839056564460026917","20166513822830383573078099340802472365020901284564475248924015346195078939449","-5527431075308006608631591697187460573020186684910009946461153715497088011940","-7587766747714443123239043104773685576439346920714061691824644188253154911537","-15155993824248243237880568356846221922382369950174346886258092334253367369386","-10114691460561347280550743557152668756685104520605861624608236801556836518861","-2099995277532228078240456569874486728919363122140307091117566453660505738044","13897475206370199082663333100920374358493455904735441658550579343658483377087","6923895882463650963078624618106839249612943675950154115480243318870270027966","341896671573315807303723142566877012240059982103999527266032458121419813730","-5377883848096906959355562448372784019517019146269629892146933296088395125184","2336277795999592279199064208728768564636822243574564399679032698007413669783","-5078008472496193473035924930254357435148177182506846590709941044932908058788","339624314391634961514357922643907670736478036596091253276154579399367050933","-3364208933495983030232457965862724552406640331446276463282504305262148335353","-15915458847957843914135210211259758820982404801145908067040875500255743417852","-7709495886553667362663605303945927996035749894689622502204737795346978335710","15877941777726376582845855871961746437041918263813752945775014300264384081342","-2455581278180218189150942315336410718946929342318652136546782989320425845643","-8485229026816182190502497477909241269067859244654918222826179202569416493545","-2474161343035331108730807441664893679375372480844466745907163380919637805564","12766797363688026824329968867890593489473263715945512990577813147288476853132","-14775140849051250917289899123787057640951834323726783371241162162551270791972","6932117682350960628408875615016588130257946089391301717522691922334267154544","-3706679892171599905262015418156570250540493374202704699202084690670970848636","668578881874688495777251279701687677356812608112730639776707705942245405352","-19770076914334115448625206944317541435125555018315185855990913477570763503591","9216615764943873816089612358641016292754783894376106452929719113344518534393","-15201055728024624430638887572941252521147724230170680350957303448633774678430","9136801890737814872128101089761973506113492293670906208149352150588409730318","-7440443445813834421436230752766400361031669031240748025312319889587614732671","21182196980317868620629473663137760932233802678468407440373448431884346296509","-14208845266050771260796358621116234804864376189718852913840836141848069434271","256139374619035339789574935824292920582790009115843066405117493054734308195","-17816513539875045562379353302657534215114216958586964755259929906559956336033","3067991617699857318545050044702596860506022793526592877622107940761122498811","-19468082772316896097049291733520348821701874089790197057756150215994171521112","534229242058249640996133560638278610771007628367631242704637741690999854161","-2778597644622363911539275339287414550409440015359925841464406982634182811854","2257909874260883392547048907074809866512630687618882833794764231739568992002","-4374560183680159651056357105572574967229751801206785904101209570201045536581","21367256555225709119926138251061057741294200632976486467268955393913614902038","-11430674511060983225960963282671851691469830755043240097825956880566883808751","12075169108881739563267782038395298304827031213809836475639547331849794948687","-21611651613702776762828723879266355102910302274728365415760684968480026924909","7069655843937448256320359858385609080028118705841190694934080429332065250301","-4425451237472741504504618566254383015390524891752091313650421150983374032277","6852446645430643239505095263575239301353718050915706200348153892934536099096","-21493298269716374485030274394457797046667556689848100478252147755230761397994","6069871947649034397582484389988230545954970821319238165120074900157011374443","-12400186921525763545852454737808628151484922927036140256030810617189479928751","16525097864010167483438757119563992350196218753587930053174825201616487395187","-18841103220850108391177266060632155350874273181399798325930369365554824830271","9060551443380356429477799401876572861830870947018145025961944819801976258552"]],"polsC":[[],["0","-11600768722074815867790595044986355796930633132220498202160048218885178502677","-5612382433051829454549928628297396985991206442377936091498972268496065702901","-14039827798688420930513073780465923129011585648264800548596035821617069544006","14079671295071991081839348880035743283342041643767596639018999934009954823344","-14320828450014258495156881998563668087416720633919029140782943689314832972032","19206253033144470434301671858775854545523650666696027238327619930110180505112","1305483327104182617666877192164470317148551659020823488323745471595775633205","5339583672835933068192511670174610555432974660881283820043079820465942985063","5260026229589865687153828354597663547879239254140752933434674253417317849940","4184295094814681099834825440268061746225511417631425488279835717471726924617","16051119773010546407240932117998971712624615270214289721435390014022650385620","19817153135950309885763983347486980082330662896184756696460000182059237326300","-49292741332944782577071146232201525687270066777293576864505357069683762478","-6223779920350876150734531732979516064090996022880044001939202609803773604220","-14804058106410416721552579037242805452956666792082231661336337884486690742539","2682243560587413554009287613077532536141075095868657318160119395899489541191","-12141570874809908404151040010432386017607819054250391777637704201843617766054","16449412046714004921065705741384457779512541216336744390002699373351057485764","-18144201548622646666221103191208369321633302598746272042836629278632515240578","9295244841131863908754980431309218427968331474007745298148323122826994898499","-11709937371464702607479465137740231336407933356110546538447959932519317287999","16571281897926162916077879945988261549413827251585386127615793501036067480121","18965279708464240439688987889025227572934967184108981769712755949383300152131","3113958973323538121613307782043222921898589181090708048371284843653888302561","-434134369166125651520835208928461385237484712652644864709489310078848067439","-3186974198962813325710720558257923197359209817848136836348996265624627620211","-5525311654094183173412365819385711833041711453536542610940192519427636029197","-19198846840392905328302540113656029566191417645446114111218618289265614978043","-14392027975115422917210285186749165068538678997558727628387901501506639441692","21151911127732269406025829403561778576738821771370434773025397496625832586900","6419506328397067877152035339967949645457248323001431210918533666238667906029","1589801936901420448322946874958537497521342660593008815528088488528541656285","7188498050918962912045879797754113908822476743234248751919882619025103323823","14538059803013965283656962599071954953906419122468671370319134526376845265810","-10488860760142707045194642819969569945227655593904050403392645956550636445374","-13778814385191490217524396494844375478294147431970356832707360328574869627949","-17371991911486574631069361241133215890295645968696686014224385378583134442124","15655826016258602146427299285094664910276740775026434001386414201110682706229","14500652884618928070381020158639126746781700468142920276510969544687435119813","12953886036716690672335269608125917677992590372109004360736804099204585917076","5290524942908009694456628831333844243825816782271470808114927247383820856316","470885546959103350709149263344899715404035840345808470619150559122429207385","17930970740064323394771105807337944457028315175066143031625147188520564778665","9517858791863575602514365653046793092922058839526513305952211627027048416502","17757838520486218156077093153773135651046314780328340578872478902157674850197","12631889413296108839348718092761349647660215779439841812899182189601591818253","-2488141568636103209682792505621591022871198572417848076987443322732443104266","5096366736629227146693456891054613034433185168169673426723879983561480726746","-9736013954093351022148375860316220472013808147078881788496400123494478791642","18252315309826608402281217023984948650872495164688757021869930131215302567400","7599962748349625204901195266812314680620525215236293151191315971609204375102","5336632918513647222393835486302911627506727364936495594910479995672778440002","9229003533273564124334745358749775290172435719052546819479713259305369619028","17264508947020798423737382218062079865970833324309324833540636352321897304081","-7198048923890182234569127761994763533268187304947762136067361572614296470259","4821734729214157866741786561563405296974135646118750885884197218211515316015","-10626696655721196163474923687250734368379426319180285501396030675281808313114","-5423858856405780740068208164345457025301855982972495870434960211311798857472","-19618708751468088757521798600436097216531552269790035840644145261473285924859","2333750979079002132013365666761883258455322648028230747087749815363641661976","-11376940299884755780407318352356323192550207893707895914115782546396933664854","-19318287988187748889205318563475830508791453818044423867155653811455673008994","-8764981800741779985119114263218366551720885371161017906543139562521870480051","-876663151559804340906230900986665463401062744345836845262184205611171280967","-4643161210168951098936949418512093180360411877401027754665613774745504498217","-20208515533189025945298668832432682403358135455496188486490139750886632352900","-21772851672159435359811009404451188467230202435717540363850280328234796988452","11263328157043406279245321227747042453591056520231512706096044862176080870403","-5536181150390564750620644492452457526828570029640783546316958860868992876234","6600445497925240045154681470329168084199849909118442120417160859324259184733","-2832489172067007703529188039250130820133918337233899319031539762528820782725","18346427724463183600603321229057702150350756018660614859494566698283717663080","-2081480380609078454198011295299984522021940755330451874093191647329681726079","760654335694422198917958615449306197316162776238014420209311687119844827022","-6739301468898171265551573727003629970811594019915713035091523904178359403468","2003827176576772975197932346274977752908458099904468329472336508151834094780","-1633486685704171461015829960413267238239200198236139294893655684602985064548","1872413604563262463228030102211985352453864537989131272792870539632575265187","-13478424930585376004003823229915776738469593187230502192670876670311649831933","21870249158707749721151492918377073040593994426752247518331036452831598360575","-13975810568057316421546017829056282650827851781357593849919605614071139959782","19655546447655887014083848647964647620845363331521226708012078526385988650467","-20160558193920773963063147089736475640491912286879483943079638958424574791816","10621653782084237453881162597559094136062365510804261540868530131828398561809","-4848332494860010741050558346329407410645619315027486176827215398523046687705","4302181412068899878312050326163136733836352715442726691719303483706418914991","-19088200566790067150469720514425665653682981516927996360530213615877367365935","8025793363656145900799417352883615549228534035516607152655213363859544914536","-10472786725135904213086411729701306711808113915563790518573360416340088644074","10915733292521943776488085512966488711190727562279515731211683640762664307109","-16468851308716354965076810855152129983661560304281606057799019064038820476287","7630548726268903670057971857952533134189627818190130255506235586762016052478","-4799725685870460937887461822977684389156082223895244753326525447341282449717","17494616552018269057335058124204876792315425567242223743850640265813913098264","-15232053355667360586629546073251135279776553582745642255591804420146389214418","8607214597738569308046631363769991809329519098053043082232370817966566137168","-9678171449257965947932340258328996823004788471232439049202721370176241053392","19249172516466425126073972802998464800746944293747615146607642932733900724973","-12827691428458918792768606343380702226717493453397889317736259366773832237065","11521555630822175933887809206613855011696001364957003505990213770787223224913"],["0","-20204531881697792512842836072545177004813874831153245623919062511256339208800","-14810705124078185616231359860062165000769961585428283891752860566433153872850","-21621280320852022612823078812547575457112584301593806919966374336693330050897","8823352696769669607824674061119573509868366815558543247205850041699927102091","5012083252977665802243687018697023873932054122918922884474055051806526145999","16046287238283088311306436571838466850965520229723011213435348965172013789328","-10897455312725573236388439755016910393545491003650344564816685776476772193219","11379211280702717776585983572631420482096702852779434541514763730752360293619","-10782570521530409664835378149350462740670162399106937431837154116967579460116","16073563373241915656510410298813425754405660684861406590410075104404061964983","-8865327068709372460064861969587102206243613801892138166104015816066119816540","-21521423642861704559916771606572434861643345705064043388854541969968166167123","-3180488587089847774074087094262545481711169957785897763584580629645700494874","-1788037007744957690582176497656382113274041128913743998563596229147914258498","-19336222739792115745629081954317825891261466572179098210824715501951786432463","10396344485988175792857465022769974779898002316600758190217509757116343626280","-3967044912132732201654394294447510489187650028596351233251077335997268593022","14312820263933060333133685345492524373776711407228377628612077709937962164890","15062974650570561570134641532846471922441810238524117374511224185214169052929","11757469330995161919262549728240615785252492991647694754769259075779925792613","-9047260166576263673885834494700302558485666827044477593837696943386519443795","7059920392666646813301679694042680108869573630472833426661891820348101190889","1967685763740847796254718101761375566930334107898535890659045995348702488327","15238357157557566867085140171163214855934410455356941099742246760880195864698","-12998647255398433541970089701509854975412334464711998138748455197586080320497","-3829302055753201930592890651773554656422473991991048561470028088414312488306","-6334846483702124188949188418930575733863445427074193278364631523376736441753","-4850039883782695707235437890705020440293070161044670108187611067958941534104","-7028670709643554125962418188524428038985383415059567662373790220040529036139","17909394775036835512053498916294477667131798124543848300263706622343388668028","5730359842721709168227751203402277607445798554100951489913412077819695197064","5431233810392950996651663753842877141875222456797468249563796157663859153571","10307081217515037347126177448953995021832727897808965501851924370792937380683","13435737857575411368994856528289430996454319247996078357135843530147009685364","-16054839240692828461044071880554024031460276921271168631862925322564620349334","-20253719387163291988223789289853274331867810376339028079940805686746327614534","-17071930612362684303675356082237786953249722661600908862425608120203373346346","-20957152806294042599962590749502861880277196137772644315809951833792078306966","-11889301882682792232029772286177623120450059712800613456425585473182042077120","-3042365668609824842017483152083927226389800801250012854624878753095661811882","-4683116286066504878904550247156959789560023231454641810860377149186076694158","7515954288717505145397131388362536850513232217297878300599062395712902261606","-4608310174416548950662035256983645278091508683457434914560351040841918139837","-21406325915172758694597826443589348319285252340752537627332705224900996152051","-12263807099039634429852288270634419558698608131511002306703458297161612454404","17637533688415612086678571396219230964644744588873464046056068908424371360907","-3971751221719746661624324565662307147286008794133606815123973910274124032031","15197226420532976477149408730937887442670015065623939103268516676915807493548","1080184984295292865846211813872820017023278957636172955777252620112829126961","14282515868260239933547647226921822409255240076472845584956244558946824561415","8534144718087065450744355876200473383128353153270584764340544347787953114879","16856582830973955397610632242455899969665337389477312984157057521572164793124","5336348973652356834090036373471495394341773423310801915536999017951597592542","15038517441876101835804861291371836227456370660102316401112698213401977502176","12121447584039233169012334363570812620767587535219680328351761099031956178252","8103805686371270624239679257632761112952906996533667985525464787658500561811","13010839975609651548658208008120656909187841053453405099005355001339695218483","3281327573669968061694395270771349759845342428000518592309439939222141948260","-3639298972923859286617018073144677084897192024739114693101331753490904750564","-16067102173347904993730318130960211456178941971912483691329347713260024371391","-17802536119808847254722370044372707628481412010144555668097210005238067566003","11778325713605100775607460135457245157913191762776337561244683686883947078883","-13851579857649661887653711002678713398590039651992123364306667805587176721257","17349547337250145466088858666128090483665510965117542970263847121922183472919","-13293641450956129760095695938920652411546980150399967589130790201842147801447","-2869335454900249856313739738077100510159308222403021877131020029395531858992","-17908781379128548555041196805999534129788583122365541877190441454460169905665","-3771393592381160319043907155777667345801819784910490951898977495803296800232","-14947199245878659538422234981941487485080270871262668509790743094469187277355","19413258148947353001511481380178968452006243818931684751555193288486203235091","-21068052741552499846345712511464266101280932773518943510768662242322887841459","4389442386632304668153180803742967641493626235036358062598119513686982753997","-4429072660049764833037829968882977981990358612792402177729319216755373911808","6467003960134196889094612879474971342496793495052545424730962944268345418057","-10417081764405381949036651328023268857432830484545291821080938819550106335133","4802994614763967025008995818040460261854695032146023172176313838816003845125","-2999726898209006292271607864688099557389585004249491874320480578706816116376","17656975847055789108011507256572046513616269920878562078924386251207188520440","-5271007639284222563508362626288029299048536295395862429347825091112989976830","21627187353002866099999624694619218973485955725210310260706738761250909503159","-8505547342357100700560355466703499866149042541399250659693785862083260613922","6110777118862949969378992803311106741141292296186482484740132482633904840583","-17952726791076182762638567438952591061233533151304784893144793932847499685844","20863371689727154668639309341712010580756493224949391738516122457001662196681","-2607313855279512460900487261202539432777184511871946320607435708143784084178","7724272792685379223955450435142054154339648116370219169780635979573691703353","-5796074932935123220909084707652144413187738703987956937685439139627362995505","19521681197822927357447975102933328041337193794869578584067816999846458020425","-11308070369867722548122253517647881314615745385233684457168826580348968426147","9735442787338586809757905038893526308874561586232882943708063560097493105611","-3579655131435089552417457517969716530566387789548807287744955643747484456886","18460525801856384549647237499403741419667019370435218066467709490368797412521","-9072073435901889216464147635791121465915291524811401046360571873159518436924","983717232345332457400837930715423135977847360208610094401532953925012318312","-7246629710972291328726718929499123085023843427465544741449854436425246683854","18791185794246001726916362820702028788066924680409460637520980540312873039572","-2895326749487273827971619057676759357474181006457842796033608447950420987325","1524632123217557242527976678082219196999662895481437219133546248381845132313","-7087994514808800843699037745109701332698304840817199427258981028967311697312","10513047428224279575306237591151660233363587297780702792024224634642217221706"],["0","-6156068307704796156256801615853608618654227487617014128305787089169994896479","-10480377773938006298006130297479152561636776822344493438069731241186209525718","-16594207924676075072984326773350938483309790614287435947698693781305732778623","18797890548959493659600004212552208181547990421054583797193717093001906633506","17557885797792181264848129228851271931664753590382902247274486339629273208820","19800971547353701824180195493430122116049185507338350473147773845513608657826","6063552712747746342613102112470024886139881325526719996424621015365524443298","14466492257316739024575056434265137612003146543431287622249618258637557926222","4264921464059014210840086739594658580731053718936898337355212514718616303896","21554760809351752199993089773684952061578317417821908601904800851469473922845","17493379690073762717276124186229419064574373706016641425530601849725474708896","8493657007445675427817156487517543976938270735766979987885697720858294826050","12912311721784499568740958889811753984853274353196073989924010291271198414698","11033083749407363857723194491073182630195419066892524467070895678247738764277","-12182020472967750098627366410470075065737444322149511839997852146627936639874","5187121127413194064899432034272785706449396256056546012191588417804320905044","-4383625122726971819059905622221132916996864882481174903918128705161861088703","2083545002771089119979642084157157051085539581580354351212247167352269611239","19325246140634264682690706086411381308189607655067105562731605386091829029015","21619406963343517154829946366875827242492890587527035769773945963192490747329","-6319784194739205363753826132835539441884576063181929296057165736746533905798","10786815278124431046694903324414438122632461779115764422992057351775006418295","-10104814845925751328569983721581789236153463117353229592781004194811440580116","19602923908790923700440296586522964265196950756797250995685843329715398280177","-21146996742068417126330892003460645247157626848477169317393703291486032368426","-3728104139296753981769342424843365015372483064148097488721182243877613128456","-12307911879906248226026267266861565170042484145776147104744256254395019842961","-14195017891015594254266868697128236650241133804698654674932987794032137158338","-14609227828980091119692626282428971079692983200774844905875357885724932235065","8650743915515917313413558202551956370492607515390816776819533330486481395712","19169978045545168936211161225956745157953591538948313285343509324008271265295","16978635417140003230309493321170932965633603003348699682074273723864941592416","19523014818963591496720747808157164110669458172167434986663600592654009132791","13113676443608910574194549871258335421115340957041206594051730686594459161111","-467725118568397110701372016511838722108259170287709784035491354838878590390","-18249441505276301865507956643666216176585467324294287433377287377450319894468","-10161663264220577314719888236645459212373270027195528946276225019694155732414","-4536636727658752880303638177488219364679003454546905596169222585511024856855","-14495137949079335074872469609826435414056777558449051780263810027189482330692","4680154809022004398126544978184725098137328000180095004813983740699092076282","12228392832588438683970017628841719457921392159297201861064645417661808618890","18225866807975584295690399749936557378273904387415439796582832718403077131100","-12778817761001897785958678909445358163104202539235273372629134932498001444147","-17439442008065948649295659365774046266746773902346577639522404862067911151589","-21286147585750471486845882396884872067287350172255676897623526139869247306276","-16182475811783774186701123318964389300658604406601342626502750922248950801192","-6643866024056163559505606741457000861794183185318174769128827344273435706943","-8693669758401150194042182651631850780337656409524007959454631219165539660947","-9758378590451186465325957785815511518622553104965913989294948202761731187184","3919676252769241729965669836084092217865446227368959091542754907793221343669","-9811382621087468993948292799205026284518374281312838351164409257616303554259","-529616655361182315442801128811490407606894226096243534150153145803242312455","-18509487685707564267983731940336001515542887992536040157593044836879245472081","-1559835996491135074749796362273607932745474442097690103264415880113238660023","-16372587967464304599122468470445714881899561115455936314612745933002582893099","-6223370395287578775801460388060640033685402968623167605436951444438716365267","-15690188465598120833131275398206043036087632344926247860702051837507702995515","-19298604867458977024375677223152792600825033315508765290862357700595664888998","-14039478803188783061866529989987978137524087245900723763248858322350189050580","-15958691625622158543746940813777979983305485820649317697875182604842014189070","-4305028174228990706271039047691385304958406856069456601097151169406545932192","-7736897680752433822446384041606066413924054416186557491433324939047937469978","-14762833844475236967289468931251673457270995032384859891326686266622779988340","882658847596174523562259245421467082839020238763670213433026906693432597794","-11122136926842654753532442701021993339579514850242087517660493262661266194219","-2557898039854421545180028902103518984959166113437212080775019434449511269168","-9763750728410539883077768746431478892950374641972327531363991191569999989336","-1963195213384977840765159066325215309101405543409684423822682151153878233369","-18155551596621080260858584563677422687870434639969260771414224819076517219591","15819065892158175869689317442750280693639805142752442225047160778414115084016","-10544734626599394818826823358431620595558277168079232840978622568834966489884","2381203449349706940159776911166408106328662655855827108762793490788094324407","-18076382861018983184572792027025712657081579924983066130971912951659202805922","19474892465077044045670710214532469537635070607201661887302406760008935635626","-18597061536408965162768549574754889718910509369798036451185792811415816098743","14094718602244062794876662643566337891143476510822027693360098894313656115868","-15913286113400089485801236370577549949115225676994595940197300461579155446785","16194508406498678514374354420939329821908437925478586187390844101918256656420","-2806541785782019236692573420360903083063920709316120634601333118616449223573","13415587600247779941655559189671307005231591340327749514188687635291936165535","-582210490543071406801137187282910739753236825754655788812695745039580960367","15678920099320659910701234471425490078984935357550507034226819484805651426132","-2484126088827749540677749925519159142124694533145605414545608730798608978341","14209490597290621526663050045648689354801875771840535422300027065902047111787","-17862452360397275303829255363672936043621110761156193878780910089475676833883","15689511695291817947425030454661360222620925750645590911306171597832743922517","-7235980805122322708617641451403818901285767468458094567553884020213688099978","15086726445938831937917574644060238729909454364625634904264045043113506363767","-9904670568965972569709927145888131275071550934590321305402601951350829463993","20884618988937063781994190521750575827435876745085129524404662666161679511609","-17181000159655765205270703915776687375051566069104915005781745565221119187028","16554460077718650143562457900671917503912002932496756704662732969084725866268","-18968100003189164199242827232759486999934902251814424765224365689662134425860","12901718097565595829344606750158639829393210059295591972350613098610801179423","-7690656293038638693028535384171175570799327178760577955301622298252579034608","6113054820760738403091614170567682298343296080649762716709420596617337926684","-17184853930995166732802125928491178807760572055906017874101406416752925837606","5442691379054398520502375167808227635347077711522093645482570984272648035794","-12733812559144051386021396303047557827434832457966653326149476245082525870743","21005305548119819499103719621306661440651217501088316464374851063094380317311"],["0","-21480601985021561447589670284723758917391687159372928224848511126203500678796","-15200581755676641505051255363842539052959684991616971553151689254685582659365","-3191552649602449195877112174762201401797450243272200742342002659363909125685","4953247605943348837610625384136313774565793633368656186513303448728298253417","-15321761561336130902543276743705386171913077088600278893796782460196233274877","20877075152322514977652769254770726579324686164418227744342919220205992918523","7682712671584018152552888776746870640589832734774774552838774462216458930880","16512364095995124522664731352669480324833013794144490249329362650829966874659","8930258398673935440096258816160286727148796067245430158823252449605915289294","3864522868397111587434880734799578899174360648025601449863820331495734952331","19221968810327169490223450594828499789873792641434002019365571525063472602785","8800400129389399351753107618606645354302306093418229121842268662998051312100","-20905237446174170217329653845486034882280012998062826557135617086218204180298","17011455278225018514173608701830929157142447316419542519333562754034329782095","-12951475092712283129288243212654443334377605757973831333505538113225356910248","19086798872399787415483436877025030447241219200601964368050305928145349278110","-3257908652859962424141391450218694098984045751662967867982442724328767680336","21573118447585761093076323573672155130451499680719488783657924745825814897174","11562910330056099219649948372110067460163640734189421702318952763411560404514","15929441802543821828955498728202188769752072255993154325707658412911443532176","-12681467220948960426714543749806422804141941542172697967339255481268155506947","2207571180352369159609817918187796123635615834283602644794544111031976015022","-12732899707963754169561667045113849287373295476463217993268804079641617051746","8904799052557872240478088668535249670115982171686664090515618161649542998063","-6518326708422039207314868551066848657063348446240328414883752997442903329451","-9145347881795312939370483635276678597076505593500806693513668836592934116080","-10203769628658289861387056863396407447442716708398622085268071164958606413116","-5032613291544085900111962733384764118108707369251883119414366373074005084441","-13549064276197558989595339115915298694646246844507345137125820478312144665318","4032577929165010699305723766005235777941391552959097091688105896089141483375","5893045991841212149643377818578030916581353542041247942451590400381012319085","14227966316116179058496879731720925766909974517856000042311185722870323277975","2919434316743494687000618704382477245772329620185757344116234317599137149709","13841563471201925653451854382780683155702746439211071157668845158855055950679","-50133681828353535988061009588540209994082002834871330616783000131650806146","-20854925076494095181291025923122044018849749737650802650436624529866161623588","-13066418340800347493009453688974240650441811744631002273837623013120828031321","5189545669974870617549432679468544102822209237421545641558223565961477220678","-13871860879746534303885802613424354567033587345295029701197837720621253940056","351694053541040250626261299726724650159289956033259968643007319851658683274","-5739435675674447544392624015900543542221052197221649453938601776255185807325","21866176931225343342384454598881975744937359973048223868900451469088815747311","18511142478978503750907249604870827978424690243790023813164242441869496494298","-7147521501218480959469810406900024650263148383767981025659696639816653422297","12531523490357652090205721770236639380862730557349644548588454039004497845735","10576727973012407891244323056536432052603386147776539127479696771248341515328","-12325346057786267450676810316115674664589194073963479900248677369700758830333","2151028764288431201096860420558119542862052502086176026925623164364202902836","-11457496380131133967392992401592397946594172480909656232582206290627993531466","-673398354465492778573396317424122487298139036329176415276103553708854911302","-10889520529466830021511623984464373257103591671537493614131724649950768514323","-7949688179793755327271332809095997946346771656831430291718668955571183282985","-377763537277568267216225403439154430512723395404295797593104873433353319598","-5132791092476923717145560174683303123245728880369073119648861137283018672870","-6153341486025711731177138045519950511548024000272710730683256479863290800135","-6114209508779367158397196863892673303058435612090396191413765837052297290576","-11627103544170218921846622125780265474891045273721784257875172157656931640842","1651013795772281945442604173660515687596150527073088402946455899206931573491","-433213491764469662902750915813167683979109523098105063063178040697419601062","-20633274760630989975085561358123876979082956434078155525996578680513204010335","-10567767540024874479303267138362659367959280903194284671848305353628488505645","-837679394731746072588443573247361427506121272216566728733956765113908735681","-12702687071758410664022685236608551989669550660175192573775151626279145960021","-21617064972197789803951515540619324271938118347235962619421514124392598383632","-1402513377175689872154000185008222492144550206695498938220990148985230499602","-1686214551127036059537325533604203919968249176210792862209525960647315317301","-2006848448347736440577567790701580382563878721521929968141082734984553060459","-8172909870074955988291999308572218847036016851408464743998731569216210440536","-7648315179378890184561985194246706951788860934635547716895724776961753002355","15577786056011474742212260038101367363097334869384416189533321051200479308602","-2575298253063488942708750784661807079427371229024133878721565364066512563789","13669245480112746815748275434222252869748226980470808536367225750636008228710","-3477982253398526623597153236868111374178387962536732342599422210197139576734","4179523446899881549652738697161254369232683336159416717178982893167611488125","-5167064378500079616882199441639461349810769125184516268009338089742263143761","3071775388289282452481259623324289265701087437614316259558554523897139243911","-7473070319282031611683117077752857540672630452887681619713233463320865491640","3709659564197732218390319411039758851049000278077856528872845749418815318887","-222088078437955022006759187965079883634711560017382210795461126777282024757","11679387833991173577588848614975983525249405028510253182344574741715161357156","-8893669694916017330089884232712725121498004767137131850378032394171400216231","20527331924376162056116187936219852405415768320125513006390630985738117723530","-3898211296376815558054965472731016027135187433090539427976900133686022539294","10315559729979267599207192864027510118515540286812693809036666311232902636196","-778629748841678757152937865111705001473443371806669977347755996141822895667","9399357641293209384649753252790150036525320003006184762650799686816126172199","-8559693448164404703474165340231975390675230251629002612893085857196775040717","6880330731584544386167378438274916212714756692186871164698348542771035020210","-13457422638324615288493542826274371840279186388680778075169744897869966423108","18703389957542749449998801285416184784445765643751351677932610433666285874837","-14492457439992129732821173387413120101294568934718524051720697249065412314995","21511613408739661604567177616420893687899721190943664242943655111948765317760","-1276686872780530075558816036462184357127289954960471517200356500968087036011","3778990997443186612893169181769185504120833140175085449272519714732401739401","-1882559265215349637275379492530957256043830606761196273886750354856763566705","19230090379760604652755661519558254928464044726646162241810070734687651373640","-20818563953339819395540613749944370809668485202588047009620895863064492664940","8209756273863229628752161688598636999705336941464252735537529038569760594618","-3824683158745300839934492166311528248632498553139910795402078895302479440561","8804246448983449113421269961200692171360323625677187496306797933276955954707"],["0","-21072961098203847672932934824190242746235009918329822105998818065831192861975","-8512920639514007787856104982427803017371005582817908762605174322795356823113","-6383105299204898391754224349524402803594900486544401484684005318727818251370","9906495211886697675221250768272627549131587266737312373026606897456596506834","-8755280250832986582840147742153497255277789776784523443895360733816658054137","19865907432805754733059132764284178070101007928420421144987634253836177341429","15365425343168036305105777553493741281179665469549549105677548924432917861760","11136485320150973823083056960081685561117663187872946154960521115084125253701","17860516797347870880192517632320573454297592134490860317646504899211830578588","7729045736794223174869761469599157798348721296051202899727640662991469904662","16555694748815063758200495444399724491199220882451969695032938863551136709953","17600800258778798703506215237213290708604612186836458243684537325996102624200","-19922232020509065212412901945714794676011661595709618770573029985860599864979","12134667684610761806100811658404583225736530232423050694968921321492851068573","-4014707313585291036330080680051611580206847115531628323312872039874905324879","16285354872960299608720468008792785805934074000787894392402407669714890060603","-6515817305719924848282782900437388197968091503325935735964885448657535360672","21257994023332246963906241402087035172354634961022943223617645305075821298731","1237577788272923217053490998962859831778917067962809060939701340247312313411","9970640733248368435664591711147102450955780111570274307717112639247078568735","-3474691570058645631182681754355570519735518683929361590980306775960502518277","4415142360704738319219635836375592247271231668567205289589088222063952030044","-3577556544088233116876928344970423486198226552510401642839403972707425607875","17809598105115744480956177337070499340231964343373328181031236323299085996126","-13036653416844078414629737102133697314126696892480656829767505994885806658902","-18290695763590625878740967270553357194153011187001613387027337673185868232160","-20407539257316579722774113726792814894885433416797244170536142329917212826232","-10065226583088171800223925466769528236217414738503766238828732746148010168882","-5209885680555842756944272486573322300744129288598655930553436770048480835019","8065155858330021398611447532010471555882783105918194183376211792178282966750","11786091983682424299286755637156061833162707084082495884903180800762024638170","6567689760393082894747353718184576445271584635295965740924167259164838060333","5838868633486989374001237408764954491544659240371514688232468635198274299418","5794884070564576084657303020304091222857128478006107971639486131134303405741","-100267363656707071976122019177080419988164005669742661233566000263301612292","-19821607281148915140335646100986812949151135074885570957175044873156514751559","-4244593809761419763772501632691206212335259088845970203977041839665847567025","10379091339949741235098865358937088205644418474843091283116447131922954441356","-5855478887653793385525199481591434045518810290174025058697471254666699384495","703388107082080501252522599453449300318579912066519937286014639703317366548","-11478871351348895088785248031801087084442104394443298907877203552510371614650","21844110990611411462522503452506676401326355545680413394102698751601822999005","-6754200785721542942678312280772894220247348313252021061067923489412624002638","-14295043002436961918939620813800049300526296767535962051319393279633306844594","3174804108876028958165037795216003673177096714283254753478703891433187195853","21153455946024815782488646113072864105206772295553078254959393542496683030656","-2762449243733259679107214886974074240630023747510925456799150552825709165049","-17586185343262412820052684904141036002824259396243682289846957857847402689945","-1026749888422992712539579057927520804639980561403278121466208394680178567315","-1346796708930985557146792634848244974596278072658352830552207107417709822604","-21779041058933660043023247968928746514207183343074987228263449299901537028646","-15899376359587510654542665618191995892693543313662860583437337911142366565970","-755527074555136534432450806878308861025446790808591595186209746866706639196","-10265582184953847434291120349366606246491457760738146239297722274566037345740","-12306682972051423462354276091039901023096048000545421461366512959726581600270","9659823854280540905452012017471928482431493176235241960870672512471213914465","-1365964216501162621446838506303255861233726147027534172052140128738054786067","3302027591544563890885208347321031375192301054146176805892911798413863146982","-866426983528939325805501831626335367958219046196210126126356081394839202124","-19378306649422704727924716970990478869617548467740276708294953174450599525053","-21135535080049748958606534276725318735918561806388569343696610707256977011290","-1675358789463492145176887146494722855012242544433133457467913530227817471362","-3517131271677546105798964727959828890790736919934350803852099065982483424425","-21345887072556304385656625335981373455327872294055890895144824062209388271647","-2805026754351379744308000370016444984289100413390997876441980297970460999204","-3372429102254072119074651067208407839936498352421585724419051921294630634602","-4013696896695472881155135581403160765127757443043859936282165469969106120918","-16345819740149911976583998617144437694072033702816929487997463138432420881072","-15296630358757780369123970388493413903577721869271095433791449553923506004710","9267329240183674262178114330945459637646305338352798035368437915825150121587","-5150596506126977885417501569323614158854742458048267757443130728133025127578","5450248088386218409250145123187230650948089560525582729036247314696207961803","-6955964506797053247194306473736222748356775925073464685198844420394279153468","8359046893799763099305477394322508738465366672318833434357965786335222976250","-10334128757000159233764398883278922699621538250369032536018676179484526287522","6143550776578564904962519246648578531402174875228632519117109047794278487822","-14946140638564063223366234155505715081345260905775363239426466926641730983280","7419319128395464436780638822079517702098000556155713057745691498837630637774","-444176156875910044013518375930159767269423120034764421590922253554564049514","1470532796143071932931291484694691961950445656604472020990945296854514218695","-17787339389832034660179768465425450242996009534274263700756064788342800432462","19166420976913048889985970127182429722283172239834991669083057784900426951443","-7796422592753631116109930945462032054270374866181078855953800267372045078588","20631119459958535198414385728055020237031080573625387618073332622465805272392","-1557259497683357514305875730223410002946886743613339954695511992283645791334","18798715282586418769299506505580300073050640006012369525301599373632252344398","-17119386896328809406948330680463950781350460503258005225786171714393550081434","13760661463169088772334756876549832425429513384373742329396697085542070040420","-5026602404809955354740679907291468592010008376945521806641285609164124350599","15518537043246223677751196825575094480343166887086669012167016680756763254057","-7096672008144984243395941029568965114040773469021013759743190311555016134373","21134983945640047986887949487584512287251077981471294142189106037321722139903","-2553373745561060151117632072924368714254579909920943034400713001936174072022","7557981994886373225786338363538371008241666280350170898545039429464803478802","-3765118530430699274550758985061914512087661213522392547773500709713527133410","16571937887681934083264917293859234768379725052876290139921937282799494251663","-19748885034840363568834821754631466530788606004760059675543587539553176834263","16419512547726459257504323377197273999410673882928505471075058077139521189236","-7649366317490601679868984332623056497264997106279821590804157790604958881122","17608492897966898226842539922401384342720647251354374992613595866553911909414"],["0","-20257679324568420123619463903123210403921655436243609868299431945086577228333","-17025841279028015575712209964855606034742011165635817525210348645590713646226","-12766210598409796783508448699048805607189800973088802969368010637455636502740","19812990423773395350442501536545255098263174533474624746053213794913193013668","4377682370173302056566110260950280577992784846846987455907482718942492387343","17843571993772234243871859783311081051653651456424807946277064321096546187241","-13045635057342477834281256383527067614737397861732970476041310524285781267714","384727768462672423919708174906096033686961975329857966222838043592442011785","13832790722856466538138629519383871820046819868565686291594805611847852661559","15458091473588446349739522939198315596697442592102405799455281325982939809324","11223146625790852294154585143542173893850077364487905046367673540526464924289","13313357645718322184766024729169306328660859973256882143670870465416396752783","-17956221169178855202579398146172314263474958791003203197447855785145391234341","-19507150374457026832291188173705383725623668335985967297458565730165914854088","-8029414627170582072660161360103223160413694231063256646625744079749810649758","10682466874081323995194530272328296523319783601159754441106611152853971625589","-13031634611439849696565565800874776395936183006651871471929770897315070721344","20627745174825218705566077058916795256160905521629852103537086423575834101845","2475155576545846434106981997925719663557834135925618121879402680494624626822","19941281466496736871329183422294204901911560223140548615434225278494157137470","-6949383140117291262365363508711141039471037367858723181960613551921005036554","8830284721409476638439271672751184494542463337134410579178176444127904060088","-7155113088176466233753856689940846972396453105020803285678807945414851215750","13730953338392213739665948928883723591915564286330622018364268460022363496635","-4185063961848881607013068459010119539705029384545279315836807803195804822187","-14693148655341976535235528795849439299757657973587192430356471159795927968703","-18926835642793884223301821708328354701222502433178453997374080473258617156847","-20130453166176343600447850933539056472434829477007532477657465492296020337764","-10419771361111685513888544973146644601488258577197311861106873540096961670038","16130311716660042797222895064020943111765566211836388366752423584356565933500","1683941095525573376327105529054848577777049767748957426108157414948240780723","13135379520786165789494707436369152890543169270591931481848334518329676120666","11677737266973978748002474817529908983089318480743029376464937270396548598836","11589768141129152169314606040608182445714256956012215943278972262268606811482","-200534727313414143952244038354160839976328011339485322467132000526603224584","-17754971690458555058424886456716350809753905749355107570651885559737221007501","-8489187619522839527545003265382412424670518177691940407954083679331695134050","20758182679899482470197730717874176411288836949686182566232894263845908882712","-11710957775307586771050398963182868091037620580348050117394942509333398768990","1406776214164161002505045198906898600637159824133039874572029279406634733096","-1069499830858514955324090318344899080335844388470563472056202918444934733683","21799979109383547702798601159756077714104346690944792444507193316627837502393","8379841300396189336889781183711486648053667773911992221562357207750560490341","-6701843133034648615632835882342823512504229134655889758940582372690805193571","6349608217752057916330075590432007346354193428566509506957407782866374391706","20418669020210356342730886480888453121865180190690122166220582898417557565695","16363344384372755864031975971309126607288316905394183430099903080924390165519","8604115057153724804387441682232478171448210008344704107702492657456811611344","-2053499776845985425079158115855041609279961122806556242932416789360357134630","19194649453977304107952820475560785139355808255099328682593789971740388850409","-21669839246028044863800090192600217939866002285733940112828694413227265561675","-9910509847335746086838925491126716696838722226909686823176471635708924636323","-1511054149110273068864901613756617722050893581617183190372419493733413278392","-20531164369907694868582240698733212492982915521476292478595444549132074691480","-2725123072263571702462146436822526957643731600674808579034821732877354704923","-2568595163278193411342381710313418123685378047945550421956859161633380666687","-2731928433002325242893677012606511722467452294055068344104280257476109572134","6604055183089127781770416694642062750384602108292353611785823596827726293964","20155388904781396570635402082004604352631926308023614091445492023786130091369","-16868370427006134233603028196723682650686732535064519072891702162325390554489","-20382827288260222694966662808193362383288759212361104343695017227938145526963","-3350717578926984290353774292989445710024485088866266914935827060455634942724","-7034262543355092211597929455919657781581473839868701607704198131964966848850","-20803531273273333549066844926705471822107380187695747446591443937842968047677","-5610053508702759488616000740032889968578200826781995752883960595940921998408","-6744858204508144238149302134416815679872996704843171448838103842589261269204","-8027393793390945762310271162806321530255514886087719872564330939938212241836","-10803396608460548730921591489031600299595703005217824632296722090289033266527","-8705017845676285516001535031729552718607079338126156523884694921271203513803","18534658480367348524356228661890919275292610676705596070736875831650300243174","-10301193012253955770835003138647228317709484916096535514886261456266050255156","10900496176772436818500290246374461301896179121051165458072494629392415923606","-13911929013594106494388612947472445496713551850146929370397688840788558306936","16718093787599526198610954788645017476930733344637666868715931572670445952500","-20668257514000318467528797766557845399243076500738065072037352358969052575044","12287101553157129809925038493297157062804349750457265038234218095588556975644","-8004038405288851224486062565754155074142157411134692135154729666707653470943","14838638256790928873561277644159035404196001112311426115491382997675261275548","-888352313751820088027036751860319534538846240069528843181844507109128099028","2941065592286143865862582969389383923900891313208944041981890593709028437390","-13686435907824794098113131185593625397443654668132493057813925390109792369307","16444599081986822557725534509107584356017980079253948994467911383225045407269","-15592845185507262232219861890924064108540749732362157711907600534744090157176","19373996048077795174582365710852765385513796746834740892448461058355802049167","-3114518995366715028611751460446820005893773487226679909391023984567291582668","15709187693333562316352607265903325057552915611608704706904994560688696193179","-12350530920818343591650255615670626474152556606099976107874139242211291667251","5633080054498902322423108007842389762310662368331450315095189984508331585223","-10053204809619910709481359814582937184020016753891043613282571218328248701198","9148831214653172133255987905892913872137969373757303680635829174937718012497","-14193344016289968486791882059137930228081546938042027519486380623110032268746","20381725019440820751529493229911749485953791562526553940680007888067635784189","-5106747491122120302235264145848737428509159819841886068801426003872348144044","15115963989772746451572676727076742016483332560700341797090078858929606957604","-7530237060861398549101517970123829024175322427044785095547001419427054266820","11255632903524592944283428842461194448211085705336545936145670379023180007709","-17609527197841451915423237764005657973028847609104085007388970892530545172909","10950782223613643292762241009137272910272983365440976598451911967703233882855","-15298732634981203359737968665246112994529994212559643181608315581209917762244","13328742924094521231438674099545493596892930102292715641528987546532015323211"],["0","-18627115777297565024992522060989145719294946472071185392900659703597345961049","9724803185622519293068391560803338107612706469560433636975711081970189698782","-3644178324980318344770491652840336125831237545761571595037817088335464509863","17737737975707515478638597327833235107977984666533215148408223403250577531719","-13132878131492671109114185223356713932562794706722059431883238748690823720931","13798901115705193265497313821364887014758938512433581548855924455617283878865","-4203027242845680446316107021796860140926431323049906608384416861995754039811","769455536925344847839416349812192067373923950659715932445676087184884023570","5777338573873657854030853293510468551545275336715338239491407037119896827501","9027940075337617477232640133139356104846520783788777255212358465390071123031","-21330192492096845856183641203430202389396574071856258594661061292098687142656","4738472419597369147285643713081337568773355546097729943643536744256985009949","-14024199466518435182912390547087353438401553181590372051197507383714973973065","4762184994764496779910435143103782725849392128860134092479276912819787283058","-16058829254341164145320322720206446320827388462126513293251488159499621299516","21364933748162647990389060544656593046639567202319508882213222305707943251178","-4175026351040424170884725856492277703324001612887708600161337608054332947071","19367247477811162188885748372576315423773446642843669863375968660575859708073","4950311153091692868213963995851439327115668271851236243758805360989249253644","17994320061154198520411961099331134715274756045865062887170246370412505779323","-13898766280234582524730727017422282078942074735717446363921227103842010073108","17660569442818953276878543345502368989084926674268821158356352888255808120176","-14310226176352932467507713379881693944792906210041606571357615890829702431500","5573663804945152257085492112510172095282764172245209693030332733468918497653","-8370127923697763214026136918020239079410058769090558631673615606391609644374","-7498054438844677848224651846441603510966951546758350517014738133016047441789","-15965428413748493224357237671399434313896640465940873651049956759941425818077","-18372663460513411978649296121820837856321294553599030611616726798016232179911","-20839542722223371027777089946293289202976517154394623722213747080193923340076","10372380561480810372199384382784611134982768023256742389806642982137323371383","3367882191051146752654211058109697155554099535497914852216314829896481561446","4382516169733056356743009127481030692537974140767828619998464850083543745715","1467231662108682273758543889802542877630272561070024409231670354217288702055","1291293410419029116382806335959089802880149511608397542859740337961405127347","-401069454626828287904488076708321679952656022678970644934264001053206449168","-13621700509077834894603367168175426530959447098294180797605566932898633519385","-16978375239045679055090006530764824849341036355383880815908167358663390268100","19628122487959689718149055690491077734029309498956330788767584341116009269807","-1533672678775898319854392181108461093526876760280065891091680832090989042363","2813552428328322005010090397813797201274319648266079749144058558813269466192","-2138999661717029910648180636689798160671688776941126944112405836889869467366","21711715346927820183350796574254880339660328981473550545316182446679866509169","16759682600792378673779562367422973296107335547823984443124714415501120980682","-13403686266069297231265671764685647025008458269311779517881164745381610387142","-9189026436335159389586254564393260395839977543283015329783388620843059712205","18949095168581437463215367216519631155181995980964209988742961610259306635773","10838445896906236505817546197360978126028269410372332516501601975272971835421","17208230114307449608774883364464956342896420016689408215404985314913623222688","-4106999553691970850158316231710083218559922245613112485864833578720714269260","16501056036115332993659235205864295190163252109782623021489375756904969205201","-21451435620216814505353774639943160791183640171051845881959184639878722627733","-19821019694671492173677850982253433393677444453819373646352943271417849272646","-3022108298220546137729803227513235444101787163234366380744838987466826556784","-19174085867976114514918075652209149897417466642536550613492684911688340887343","-5450246144527143404924292873645053915287463201349617158069643465754709409846","-5137190326556386822684763420626836247370756095891100843913718323266761333374","-5463856866004650485787354025213023444934904588110136688208560514952219144268","-8680132505661019658705572355973149587779160183831327120126556992920355907689","18422534937723517919024398418751933616715488215631193839192779860996451687121","-11848497982172993244959650648190090212825100669713003802085200138074972613361","-18877411704681170167686919871129449678029154024306174343691830269300482558309","-6701435157853968580707548585978891420048970177732533829871654120911269885448","-14068525086710184423195858911839315563162947679737403215408396263929933697700","-19718819674707391875887284108153668555666395974975460549484683689110127599737","-11220107017405518977232001480065779937156401653563991505767921191881843996816","-13489716409016288476298604268833631359745993409686342897676207685178522538408","-16054787586781891524620542325612643060511029772175439745128661879876424483672","-21606793216921097461843182978063200599191406010435649264593444180578066533054","-17410035691352571032003070063459105437214158676252313047769389842542407027606","15181074088895421826466051578524563462036856952995157797775547476724791990731","-20602386024507911541670006277294456635418969832193071029772522912532100510312","21800992353544873637000580492748922603792358242102330916144989258784831847212","-5935615155348937766530820149687615904878739299877824397097173495001308118255","11547944703359777174975503832032759865313102288859299393733658958765083409383","-19448272156161361712811189787858415709937788601060095800376500531362296654471","2685960234474984397603671241337039037060335100498495732770232004601305455671","-16008076810577702448972125131508310148284314822269384270309459333415306941886","7789033641742582524876149543060795719843637824206817887284561808774714055479","-1776704627503640176054073503720639069077692480139057686363689014218256198056","5882131184572287731725165938778767847801782626417888083963781187418056874780","-5484628943810312973979856625929975706338944935848951771929646593643776242997","11000955292134369893204663272957893623487595758091863645237618579874282318921","-9297447499175249242193318036590853128533135064308281080116996882912371818735","16859749224316315126918325676448255682479229093253447441198717930135795602717","-6229037990733430057223502920893640011787546974453359818782047969134583165336","9530132514827849410458808786549375026557466822801375070111784934801583890741","-2812818969797411961054105486083977859756748811783917872050074297846774838885","11266160108997804644846216015684779524621324736662900630190379969016663170446","-20106409619239821418962719629165874368040033507782087226565142436656497402396","18297662429306344266511975811785827744275938747514607361271658349875436024994","-6498445160740661751337358373018585367614729475668020695274557059644256041875","18875207167042366280812580714566223883359218724637073537661811589559463072761","-10213494982244240604470528291697474857018319639683772137602852007744696288088","8343685107706217680898947708896208944418300720984649250481953531283405419591","-15060474121722797098203035940247658048350644854089570191094002838854108533640","623022935209910666320451939665113807873807010257057528593136571470551519801","-13330811523843628608600069782754040857509330817792135671079737598485281850201","13321575388011363278076273017270731997602330465918853205619748830659270093","-8709222398123131497229531585234950900511624024703252019518426975844027028871","4769242976349767240630942453833712105237495804169396939359770906488222150805"],["0","-15365988682755854827738638376721016350041528543726336442103115220618883426481","19449606371245038586136783121606676215225412939120867273951422163940379397564","-7288356649960636689540983305680672251662475091523143190075634176670929019726","13587233079575755735030788910409195127407604932650395953118242619925346567821","-4377513391146066995981964701456152776577225013028084520068273310805838946245","5709559359571111308748221897472498940969512624451128754013644724658759262113","13482188386147914329614191701663554806695501754316221126929370462584300415995","1538911073850689695678832699624384134747847901319431864891352174369768047140","11554677147747315708061706587020937103090550673430676478982814074239793655002","18055880150675234954465280266278712209693041567577554510424716930780142246062","1116100759484858732125529083654145398303580657119551498074285788954242705922","-12411298032644536927675118319094599951001653308220574456411130698061838475719","-6160156061197595143578375348917431788254741962764709758696810580854139450513","9524369989528993559820870286207565451698784257720268184958553825639574566116","-10229415636843053068394239695155617553106412523836992242804772132423434103415","20841624624486020758531715344055911004730770004222983420728240424840078006739","-8350052702080848341769451712984555406648003225775417200322675216108665894142","16846252083783049155525090999895355758998528885271305383053733134575910920529","9900622306183385736427927991702878654231336543702472487517610721978498507288","14100397250469121818577516453404994342001147691314091430642288554249203063029","-5909289688629889827215048289587289069335785071018858384144250021108211650599","13432896013798631331510680945747462889621488948121607973014501589935807744735","-6732209480866589712769021014506112801037448019667178799017027595083596367383","-10740915261948970708075421520236930897982836055925614957637538719637971500311","-16740255847395526428052273836040478158820117538181117263347231212783219288748","-14996108877689355696449303692883207021933903093516701034029476266032094883578","-10042613955657711226468069597541593539244916531465712958401709333307043140537","-14857084049187548735052186498384400624094224706782026879535249409456655864205","-19790842572607466833307774147329303317404669908373213100729289973812038184535","20744761122961620744398768765569222269965536046513484779613285964274646742766","6735764382102293505308422116219394311108199070995829704432629659792963122892","8765032339466112713486018254962061385075948281535657239996929700167087491430","2934463324217364547517087779605085755260545122140048818463340708434577404110","2582586820838058232765612671918179605760299023216795085719480675922810254694","-802138909253656575808976153416643359905312045357941289868528002106412898336","-5355158146316394566960328591093577973370529796172327251512929679221458543153","-12068507606252082887933607316272374610133708310351727288118130530750972040583","17368002104080104214051705635724880379510254597496627233836964495656210043997","-3067345357551796639708784362216922187053753520560131782183361664181978084726","5627104856656644010020180795627594402548639296532159498288117117626538932384","17610243548405215400950044471877678767204986846533780455473392512796069560885","21535187822016365144455187403252485590772293562531066746934160706783924522721","11631122329745482125312718989588671503666306695231934542551224644426433465747","16969113211539955981961467961143256127079812262208509651634078882388396216950","3510189999168956443073896616470754296868409313850003684131426944889689071207","16009947465323599704184328687781987221815627561512385633787719033942804775929","21676891793812473011635092394721956252056538820744665033003203950545943670842","12528217356775623995303360983672637597244475632962782087111766443251437949759","-8213999107383941700316632463420166437119844491226224971729667157441428538520","-10774373671447884457174341078785959796770224581266822644417656859341678580832","-21014628368594353788461143534629046493818915941687657420220165093181636759849","-17753796517503709125109296219249591698806524507222712949007682356259890049675","-6044216596441092275459606455026470888203574326468732761489677974933653113568","-16459928864112953807589745559161024706286568884657066883287165636800873279069","-10900492289054286809848585747290107830574926402699234316139286931509418819692","11613862218726501576876878904003602593806852208633832655870767540042285828869","-10927713732009300971574708050426046889869809176220273376417121029904438288536","-17360265011322039317411144711946299175558320367662654240253113985840711815378","14956827003607760615802391092246592144882612030846353334687355535417094878625","20079489779332563954573510194134369751446527461406061083226008097001671764512","-15866580537523065113127433997001624267509943648196314343685456352025156621001","-13402870315707937161415097171957782840097940355465067659743308241822539770896","-6248807301581093624145312078421356037777530959058772087118588341284058899783","-17549396477575508529528162471050062022784427549534886755271163191644446703857","-551971162971762732217597214874284785764438906711948667837638197187879498015","-5091189946193301730350802792409987630943622418956651451654211183781236581199","-10221332301724507826994678905968011032473695143934845146559119573177040471727","-21325343562002919701439960210869126109834447620455264185488684174580324570491","-12931828510865866841759734381660935785879952952088591751840575498509005559595","8473905305951568430685697411791851835525349505574281251852890766873775485845","-19316529177176547861093606809331638182289575263970107715846841638488392525007","21713741835250472051754755240240570119036352083788627488591774330993855198807","-11871230310697875533061640299375231809757478599755648794194346990002616236510","1207646534880279127704601918808244642077840177302564443769113730954358323149","-17008301440483448203375973830459556331327212801704157257054796876148784813325","5371920468949968795207342482674078074120670200996991465540464009202610911342","-10127910749316129675697844517759345208020265244122734196920714480254805388155","15578067283485165049752299086121591439687275648413635774569123617549428110958","-3553409255007280352108147007441278138155384960278115372727378028436512396112","11764262369144575463450331877557535695603565252835776167927562374836113749560","-10969257887620625947959713251859951412677889871697903543859293187287552485994","113667712429464564162920800658512158426827115767692946777032973172756142225","-18594894998350498484386636073181706257066270128616562160233993765824743637470","11831255576793355031590245607639236276410093786090860538699231673695782709817","-12458075981466860114447005841787280023575093948906719637564095938269166330672","19060265029655698820917617573098750053114933645602750140223569869603167781482","-5625637939594823922108210972167955719513497623567835744100148595693549677770","644077346156334067446026286112283960694285072909766916682555751457517845275","-18324576366640367615679033513074473647531702615148140109432080686737186309175","14707081986773413310777545878314380400003513094613180378845112513175063554371","-12996890321481323502674716746037170735229458951336041390549114119288512083750","15862171462245457339378755683875172678170073048858112731625418992543117649905","-20426989964488481208941056583394949714036639279367544275205704015489392576176","16687370215412435361797895417792417888836601441969298500963907062566810839182","-8232705371606318974159666135238041008152925307763106038489801491132408571663","1246045870419821332640903879330227615747614020514115057186273142941103039602","-4773380175847981994953733820250806626470297235168236998461271010394755204785","26643150776022726556152546034541463995204660931837706411239497661318540186","-17418444796246262994459063170469901801023248049406504039036853951688054057742","9538485952699534481261884907667424210474991608338793878719541812976444301610"],["0","-8843734493672434433230871008184757611534692687036638540508026254661958357345","-4877273001188473272219245247301197746645902922590334139493564045270858196106","-14576713299921273379081966611361344503324950183046286380151268353341858039452","5286223287312236247815172075561115166266845464884757562538281053274884640025","-8755026782292133991963929402912305553154450026056169040136546621611677892490","11419118719142222617496443794944997881939025248902257508027289449317518524226","5076133900456553436981977658069834524842639108216407910160536738592792336373","3077822147701379391357665399248768269495695802638863729782704348739536094280","1221111423655356193877007428784599117632736946445318614267423961903778814387","14223517429511194686684154787300149330837718734739074677151229674984475996507","2232201518969717464251058167308290796607161314239102996148571577908485411844","-2934353193449798633103830892931924813454942216025114569124057209547868455821","-12320312122395190287156750697834863576509483925529419517393621161708278901026","19048739979057987119641740572415130903397568515440536369917107651279149132232","-20458831273686106136788479390311235106212825047673984485609544264846868206830","19795006377132766294817024942854546920913175608029932497758276663104347517861","-16700105404161696683538903425969110813296006451550834400645350432217331788284","11804261295726823088803776254533436429448693370126576422409262082576013345441","19801244612366771472855855983405757308462673087404944975035221443956997014576","6312551629098968414908627161552713595453930982212148517586372921922597630441","-11818579377259779654430096579174578138671570142037716768288500042216423301198","4977549155757987440774956146237650690694613495827181602330798993295806993853","-13464418961733179425538042029012225602074896039334357598034055190167192734766","-21481830523897941416150843040473861795965672111851229915275077439275943000622","-11592268822951777633858141926823681229091870675946200182996258238990630081879","-8103974883539436170652201640509138955319441786617367724360748345488381271539","-20085227911315422452936139195083187078489833062931425916803418666614086281074","-7825925226535822247857967251511526159640085013148019415372294632337503232793","-17693442273375658444369142549401331546260975416330391857760375761048267873453","19601279374083966266551131785881169451382707692610935215528367741973484989915","13471528764204587010616844232438788622216398141991659408865259319585926245784","17530064678932225426972036509924122770151896563071314479993859400334174982860","5868926648434729095034175559210171510521090244280097636926681416869154808220","5165173641676116465531225343836359211520598046433590171438961351845620509388","-1604277818507313151617952306833286719810624090715882579737056004212825796672","-10710316292632789133920657182187155946741059592344654503025859358442917086306","-2248772340664890553620808887287474131719052220287420232538056874926135585549","12847761336320933205857005526192485670472144794577220123975724804736611592377","-6134690715103593279417568724433844374107507041120263564366723328363956169452","11254209713313288020040361591255188805097278593064318996576234235253077864768","13332244224971155579653683198498082445861609292651526567248580839016330626153","21182132772193455066663969061247696092996222724646099150170117226992040549825","-20514241084187586193867373511337207169764115410368199602293959084298750059740","12049983551240636741676530177029237165611260124000984959569953578200983938283","7020379998337912886147793232941508593736818627700007368262853889779378142414","-11756590813031351036124154114950575733465473677807297419820970305266007439376","21465540715785670801023779044186637415564713241073295722308203714516078846067","3168191841711972768360316222088000105940586865509529830525328699927067403901","-16427998214767883400633264926840332874239688982452449943459334314882857077040","-21548747342895768914348682157571919593540449162533645288835313718683357161664","-20141013865349432354675881324000817899089467482959280496742125999787465024081","-13619350163168143027972186693241908309064684614029391554317160525943971603733","-12088433192882184550919212910052941776407148652937465522979355949867306227136","-11031614856386632392933085373064774324024773368898099422876127087025938062521","-21800984578108573619697171494580215661149852805398468632278573863018837639384","1339481565613727931507352062749930099065340016851630968043330893508763162121","-21855427464018601943149416100852093779739618352440546752834242059808876577072","9055955721034471809670522066621951825980088065506760206890180401470193360478","8025411135376246009358376439235909201216859661276672325676506884258381261633","18270736686825852686900614643011464414344690522396087822753812007427535033407","-9844918203206855004008462248745973446471522895976594343672708517474504746385","-4917497759576599100583788598658290591647516310514100975788412297069271046175","-12497614603162187248290624156842712075555061918117544174237176682568117799566","-13210550083311741836809919196842848957020490698653739166844122196713084912097","-1103942325943525464435194429748569571528877813423897335675276394375758996030","-10182379892386603460701605584819975261887244837913302903308422367562473162398","-20442664603449015653989357811936022064947390287869690293118239146354080943454","-20762444252166564180633514676480977131120530840494494027279164162584840645365","-3975414149892458461273063018064596483211541503761149159982946810442202623573","16947810611903136861371394823583703671050699011148562503705781533747550971690","-16744815482513820499940807873406001276030786127524181087995479090400976554397","21539240798661668881263104735223865149524339767161220633485344475411901901997","-1854217749556475843876874853493188530966592799095263244690489793429423977403","2415293069760558255409203837616489284155680354605128887538227461908716646298","-12128360009127621184505541915661837574106061202992280170411389565721761131033","10743840937899937590414684965348156148241340401993982931080928018405221822684","-20255821498632259351395689035518690416040530488245468393841428960509610776310","9267891695131054877258192426985907790826186896411237205440043048523047726299","-7106818510014560704216294014882556276310769920556230745454756056873024792224","1640281866449875704654258009857796302658766105255517992156920563096419003503","-50272903401976673673020758462627736807415342979772744020382187999296476371","227335424858929128325841601317024316853654231535385893554065946345512284450","-15301547124861721746526866401106137425584175856817089976769783345073678779323","1774268281747434840934085470021197464271823171765686733700259160815756924017","-3027909091094445006647605938317284958601823497397404931429987689962524165727","16232287187472122419588829400940225017681502890789465936748935552630527067347","-11251275879189647844216421944335911439026995247135671488200297191387099355540","1288154692312668134892052572224567921388570145819533833365111502915035690550","-14760909861441460009111661280891672206515040829880245875165957186898564122733","7525921101707551399308686011371485711458661788810326413992020839774318613125","-4105537771123371783103027746817066381910553502256048437400024052001215671883","9836100052651639456511105622493070267791781697300191119552633798510426804193","-18965737057137687195635707421532624339524914158319054206713203844402976656735","11486497558985595501349385090327560689124838483522562658229609938557813182747","-16465410743212637948319332270476082016305850615526212076979602982264817143326","2492091740839642665281807758660455231495228041028230114372546285882206079204","-9546760351695963989907467640501613252940594470336473996922542020789510409570","53286301552045453112305092069082927990409321863675412822478995322637080372","-12948646720653250766671720595682528513498131698396973734375503716800299619867","19076971905399068962523769815334848420949983216677587757439083625952888603220"],["0","-17687468987344868866461742016369515223069385374073277081016052509323916714690","12133696869462328677807915250654879595256558555235366064711076096034092103405","-7265183728003271535917527477465413918101535965676538416604332520107907583287","10572446574624472495630344151122230332533690929769515125076562106549769280050","-17510053564584267983927858805824611106308900052112338080273093243223355784980","949994566445170012746481844632720675329686097388480672356374712059228552835","-11735975070926168348282450429117606038863086183983218523377130709390223822871","6155644295402758782715330798497536538991391605277727459565408697479072188560","2442222847310712387754014857569198235265473892890637228534847923807557628774","6558791987183114151121903829343023573127073069062115010604255163393143497397","4464403037939434928502116334616581593214322628478205992297143155816970823688","-5868706386899597266207661785863849626909884432050229138248114419095736911642","-2752381372951105352067095650412452064470603450642804691089038136840749306435","-5679005785562576205209330345684288370301591769950995947562193070593318726770","-19029419675532937051330553035365195123877285694931934627520884343117927918043","17701769882426257367387644140451818753277986815643830651818349139632886540105","-11511967936484118144831401106680946538043648502685634457592496677858855080951","1720279719614370955361146763809597770349022339837118501120319978576218195265","17714246352894267723465306221554239528376981774393855606372238701338185533535","12625103258197936829817254323105427190907861964424297035172745843845195260882","-1748915882680284086613787413091881188794775883659399192878795897857038106779","9955098311515974881549912292475301381389226991654363204661597986591613987706","-5040595051627083628829678312767176115601427678252680852369906193758576973915","812824695882667612191125409566826585165384577129608856846253494599730989990","-1296294774064280045469878108390087369635376951476366022294312291405451668141","5680293104760402880942002464238997177909480827181298894976707495599045952539","-18282212950791569683625872644909099068431301725446817489908633146652364066531","-15651850453071644495715934503023052319280170026296038830744589264675006465586","-13498641674912041666491879353545388003973586432244749371822547335520727251289","17314315876328657310855857826505063814217050984805836087358531297371161484213","5054814656569898798987282719620302155884431883567284474032314452596043995951","13171886486025175631697667274590970451755428725726594616289514614092541470103","11737853296869458190068351118420343021042180488560195273853362833738309616440","10330347283352232931062450687672718423041196092867180342877922703691241018776","-3208555637014626303235904613666573439621248181431765159474112008425651593344","-21420632585265578267841314364374311893482119184689309006051718716885834172612","-4497544681329781107241617774574948263438104440574840465076113749852271171098","3807279800802591189467605307127696252395925188738405904253245422897414689137","-12269381430207186558835137448867688748215014082240527128733446656727912338904","620176554787300817834317437253102521646192785712603649454264283930347233919","4776245578103035937060960651738889803174854184887018790798957491456852756689","20476022672547634911081532377238117097444081048876163956642030267408272604033","-19140239296535897165488341277417139250979866420320364860889713982021691623863","-19676518641197276961139751136456075845874208552830098768256501216749649114668","14040759996675825772295586465883017187473637255400014736525707779558756284828","-1624938754223426850001902484643876378382582955198560495943736423956206383135","21042838559732066379801152343115999742581062081730557100918203242456349196517","6336383683423945536720632444176000211881173731019059661050657399854134807802","-10967753557696491579020124108423390659931013564488865543220464443189905658463","-21209251813952262606450958569886564098532533924651256233972423250790905827711","-18393784858859589487105356902744360709630570565502526649786047812999121552545","-5350457454497010833697967641226541529581004827642748764936116865312134711849","-2288623513925093879592020074848608464265932905458896702260507713158803958655","-174986840933989563619765000872273559501182337380164502054049987476067629425","-21713726284377872017147937243903156233751341210380902920858943539461866783151","2678963131227455863014704125499860198130680033703261936086661787017526324242","-21822612056197928664052426456446912470930872304465059161970279933041944658527","18111911442068943619341044133243903651960176131013520413780360802940386720956","16050822270752492018716752878471818402433719322553344651353013768516762523266","14653230501812430151554823540765653740141016644376141301809419828279261571197","-19689836406413710008016924497491946892943045791953188687345417034949009492770","-9834995519153198201167577197316581183295032621028201951576824594138542092350","-3106986334485099274334842568428149062561759435819054004776149178560427103515","-4532857294784208451373432648428422825492616996891443989990040206850361328577","-2207884651887050928870388859497139143057755626847794671350552788751517992060","-20364759784773206921403211169639950523774489675826605806616844735124946324796","-18997086335058756085732309878614769041346416175323346242538274106132353391291","-19636645632493853139020623607704679173692697280572953710860124138593872795113","-7950828299784916922546126036129192966423083007522298319965893620884405247146","12007378351966998500496383901910132253553033621881090663713358880919293447763","-11601388093188365777635210001554727463513207854632327832292753994226144613177","21190238725484062540279803725190455210500315133906406923272484764247995308377","-3708435499112951687753749706986377061933185598190526489380979586858847954806","4830586139521116510818407675232978568311360709210257775076454923817433292596","-2368477146415967146764678086066400059663758005568525997124574944867713766449","21487681875799875180829369930696312296482680803987965862161856036810443645368","-18623400125425243480544972325780105743532696576074902443984653734443413057003","18535783390262109754516384853971815581652373792822474410880086097046095452598","-14213637020029121408432588029765112552621539841112461490909512113746049584448","3280563732899751409308516019715592605317532210511035984313841126192838007006","-100545806803953347346041516925255473614830685959545488040764375998592952742","454670849717858256651683202634048633707308463070771787108131892691024568900","-8714851377884168270807327056954999762619987313218145609841362503571549063029","3548536563494869681868170940042394928543646343531373467400518321631513848034","-6055818182188890013295211876634569917203646994794809862859975379925048331454","10576331503104969616931253056623174946814641381162897529799666918685245639077","-614308886540020466186438143414547789505626093855308632702390196198390215463","2576309384625336269784105144449135842777140291639067666730223005830071381100","-7633576851043644795976916816526069324481717259344457406633710187221319749849","15051842203415102798617372022742971422917323577620652827984041679548637226250","-8211075542246743566206055493634132763821107004512096874800048104002431343766","19672200105303278913022211244986140535583563394600382239105267597020853608386","-16043231242436099169025009097807973590501463916222074069728203502230144817853","1084752246131915780452364435397846289701312566629090972761015690539817869877","-11042578614586000674392258795694888944063336830636389810261001777953825791035","4984183481679285330563615517320910462990456082056460228745092571764412158408","-19093520703391927979814935281003226505881188940672947993845084041579020819140","106572603104090906224610184138165855980818643727350825644957990645274160744","-4009050569467226311097035446107781938447898996377913125052803247024790744117","16265700938958862702801133885412421753351602032939141171179963065329968710823"],["0","-13486695102850462510677078287481755357590406347730519818333900832072024933763","2379150867085382133369424756052484101964752710054697785723948005492375711193","-14530367456006543071835054954930827836203071931353076833208665040215815166574","21144893149248944991260688302244460665067381859539030250153124213099538560100","-13131864257329260745609311866391947124069435703808641816847982299870903074343","1899989132890340025492963689265441350659372194776961344712749424118457105670","-1583707270013061474318495112977936989177807967550402703056057232204639150125","12311288590805517565430661596995073077982783210555454919130817394958144377120","4884445694621424775508029715138396470530947785781274457069695847615115257548","13117583974366228302243807658686047146254146138124230021208510326786286994794","-12959436795960405365242173076024111902119719143459622359103917874941866848241","-11737412773799194532415323571727699253819768864100458276496228838191473823284","-5504762745902210704134191300824904128941206901285609382178076273681498612870","-11358011571125152410418660691368576740603183539901991895124386141186637453540","-16170596479226598880414700325473115159206206989447834911343564499660047340469","13515296893013239512528882535646362418007609230871626959938494092689964584593","-1135693001128961067416396468104617987538932604955234571486789169141901666285","3440559439228741910722293527619195540698044679674237002240639957152436390530","13540249833949260224684206697851203968205599148371676869046273216100562571453","3361963644556598437388102900953579293267359528432559726647287501114582026147","-3497831765360568173227574826183762377589551767318798385757591795714076213558","19910196623031949763099824584950602762778453983308726409323195973183227975412","-10081190103254167257659356625534352231202855356505361704739812387517153947830","1625649391765335224382250819133653170330769154259217713692506989199461979980","-2592589548128560090939756216780174739270753902952732044588624582810903336282","11360586209520805761884004928477994355818961654362597789953414991198091905078","-14676183029743864145005339544560923048314239050477600636119062106728919637445","-9415458034304013769185463260788829550011975652176043317790974342774204435555","-5109040477984808110737352961833500919398808464073464399946890484465646006961","12740388880818039399465309907752852539885737569195637831018858408166514472809","10109629313139797597974565439240604311768863767134568948064628905192087991902","4455530100211076041148928803924665814962493051037154888880825041609274444589","1587463721899641157890296491583410953535996576704356204008521480900810737263","20660694566704465862124901375345436846082392185734360685755845407382482037552","-6417111274029252606471809227333146879242496362863530318948224016851303186688","-20953022298691881313436222983491348698415873968962583668405233247195859849607","-8995089362659562214483235549149896526876208881149680930152227499704542342196","7614559601605182378935210614255392504791850377476811808506490845794829378274","-2650519988575097895423869152478102407881663764065019913768689126880016182191","1240353109574601635668634874506205043292385571425207298908528567860694467838","-12335751715633203348124484441779495482198656030641996762100289203662102982239","19063802473255994599916659009218959106339797697336293569585856348240736712449","-16392235721232519108730276809577003413411368440224695378081223777467574752109","4423448461283996522213309217602398485348311695171871150883405939652318761898","-15694965750326898899901638558748515802149454290032039214344992814034104421578","-3249877508446853700003804969287752756765165910397120991887472847912412766270","-1690808624214417684890506804282550691934604637370954485560001888238918598200","12672767366847891073441264888352000423762347462038119322101314799708269615604","-47264243553707935793842471589506231313662728561696742742724699804002821309","1357982115774025231590894350741421980031660951529556219451561871569805335812","-14899326845879903751964308060231446330712776730589018955873891439422434609473","-10700914908994021667395935282453083059162009655285497529872233730624269423698","-4577247027850187759184040149697216928531865810917793404521015426317607917310","-349973681867979127239530001744547119002364674760329004108099974952135258850","-21539209696916468812049468742549037378954318020345771498019682892347925070685","5357926262454911726029408250999720396261360067406523872173323574035052648484","-21756981240556582105858447167636549853313380208514083980242355679508080821437","14335580012298612016435682521230532215371987861611006483862517419304964946295","-11674841202173566407059305733570913372229290155725379384690380836118091944702","7418218131785585080863241336274032391733668888336248259920635469982714646777","-17491429940988144793787443249726618697337727183490343030992629883322210489923","-19669991038306396402335154394633162366590065242056403903153649188277084184700","-6213972668970198548669685136856298125123518871638108009552298357120854207030","-9065714589568416902746865296856845650985233993782887979980080413700722657154","-4415769303774101857740777718994278286115511253695589342701105577503035984120","-18841276697707138620560016594022625959000614951237177269535485283674084153975","-16105929798278236949218214011972262994144467950230658141378344025688898286965","-17385048393148431055794841470152083258837030160729873078022044090611937094609","-15901656599569833845092252072258385932846166015044596639931787241768810494292","2126513832094721778746362058562989418557702843346146983728513575262778399909","-1314533314537456333024014257852179838478051308848621320887303801876480730737","20492234579128849858313201705123635332452265867396779502846765341920182121137","-7416870998225903375507499413972754123866371196381052978761959173717695909612","9661172279042233021636815350465957136622721418420515550152909847634866585192","-4736954292831934293529356172132800119327516011137051994249149889735427532898","21087120879760475139412334116135349504416997207559897380625507887045078795119","-15358557379011211738843538906302936398517028751733770544271103282311017618389","15183323908684944286786363962686356074756383185228914478061968007516382409579","-6539031168218967594618770314272950016694715281808888638120820040916290673279","6561127465799502818617032039431185210635064421022071968627682252385676014012","-201091613607906694692083033850510947229661371919090976081528751997185905484","909341699435716513303366405268097267414616926141543574216263785382049137800","-17429702755768336541614654113909999525239974626436291219682725007143098126058","7097073126989739363736341880084789857087292687062746934801036643263027696068","-12111636364377780026590423753269139834407293989589619725719950759850096662908","21152663006209939233862506113246349893629282762325795059599333837370491278154","-1228617773080040932372876286829095579011252187710617265404780392396780430926","5152618769250672539568210288898271685554280583278135333460446011660142762200","-15267153702087289591953833633052138648963434518688914813267420374442639499698","8215441534990930374988338300228667757286282754825271312269879172521465956883","-16422151084493487132412110987268265527642214009024193749600096208004862687532","17456157338767282603798016744715005982618762388784730134512331007465898721155","-10198219613032923115803612450358672092454563432028113795758202817884481140089","2169504492263831560904728870795692579402625133258181945522031381079635739754","-196914357332726126538111846132502799578309260856745276823799369331843086453","9968366963358570661127231034641820925980912164112920457490185143528824316816","-16298798534944580737383464816749177923214013480929861643991963896582233142663","213145206208181812449220368276331711961637287454701651289915981290548321488","-8018101138934452622194070892215563876895797992755826250105606494049581488234","10643159006078450183355862025567568418154839665462247998661721944084128926029"],["0","-5085147333861649799107750829706235626632448295045005292969597477568241371909","4758301734170764266738849512104968203929505420109395571447896010984751422386","-7172492040173810921423704164604380583857779462290119322719125893855821837531","20401543426658614760274970859231646241586399318662026156608044239623268624583","-4375485642819246268972217987526619159590507007201249289997760413165997653069","3799978265780680050985927378530882701318744389553922689425498848236914211340","18720828331813152273609415519301401110192748465315228937586089722166530195367","2734334309771759908614917448732871067417202020694875494563430603340480258623","9768891389242849551016059430276792941061895571562548914139391695230230515096","4346925076893181382241209572114819203959927875832425698718816466996765493971","-4030630720081535508237940406790948715691073886503210374509631563307925200865","20301660196080161379662164347059151669457191072631152134403950696768669344666","10878717380034853813978023143607466830665950597844815579342051639212811269877","-827780270411029598590915637479878392658002679387949446550568095797466411463","-10452950086613922538582994905688955229864049578479635478988924812744286185321","5142350914187203802811359326035449747466854061327219576178783998804120673569","-2271386002257922134832792936209235975077865209910469142973578338283803332570","6881118878457483821444587055238391081396089359348474004481279914304872781060","5192256796059245227122007650445132847862833896327319394394342245625316647289","6723927289113196874776205801907158586534719056865119453294575002229164052294","-6995663530721136346455149652367524755179103534637596771515183591428152427116","17932150374224624303953243424643930437008543566201418474948187759790647455207","-20162380206508334515318713251068704462405710713010723409479624775034307895660","3251298783530670448764501638267306340661538308518435427385013978398923959960","-5185179096257120181879512433560349478541507805905464089177249165621806672564","-21055313324636938920724801633558561465458805492106873107489578390755433181078","-7464123187648453067764273343864571008080113700539166928539920026882030779273","-18830916068608027538370926521577659100023951304352086635581948685548408871110","-10218080955969616221474705923667001838797616928146928799893780968931292013922","3592534889796803576684214070248429991223110737975241318339512629757220450001","20219258626279595195949130878481208623537727534269137896129257810384175983804","8911060200422152082297857607849331629924986102074309777761650083218548889178","3174927443799282315780592983166821907071993153408712408017042961801621474526","19433146261569656502003397005433598603616419971052687027813486628189155579487","-12834222548058505212943618454666293758484992725727060637896448033702606373376","-20017801725544487404626040221725422308283383537509132993112262307815911203597","-17990178725319124428966471098299793053752417762299361860304454999409084684392","15229119203210364757870421228510785009583700754953623617012981691589658756548","-5301039977150195790847738304956204815763327528130039827537378253760032364382","2480706219149203271337269749012410086584771142850414597817057135721388935676","19104982312412143748243842606955559212699416739548075163195829965827411026756","16239362074672713977586912273180643124131230994256552795473508509905664929281","-10896228570625762995214147873896731738274372480033356412464243368359341008601","8846896922567993044426618435204796970696623390343742301766811879304637523796","-9501688628814522577556871372239756515750544179648044084991781441492400347539","15388487854945567822238795806681769575018032579621792359923258490750982963077","-3381617248428835369781013608565101383869209274741908971120003776477837196400","3457291861856506924636124031446725758976330523660204300504425412840730735591","-94528487107415871587684943179012462627325457123393485485449399608005642618","2715964231548050463181788701482843960063321903059112438903123743139610671624","-7910410819920532281682210375205617572877189060762003568049578692269060723329","-21401829817988043334791870564906166118324019310570995059744467461248538847396","-9154494055700375518368080299394433857063731621835586809042030852635215834620","-699947363735958254479060003489094238004729349520658008216199949904270517700","-21190176521993662401852531739840799669360271640275508652341161598120041645753","10715852524909823452058816501999440792522720134813047744346647148070105296968","-21625719609273888989470488590015824618078396016612133616786507172440353147257","6782917152757948810624959297203789342195611322805978624026830652034121396973","-1461439532507857591872205721884551655910215911034724425682557485660375393787","-7051806608268105060519923072709210305081026623743537823856933246610379202063","-13094617010137014365328480754195962306127089966564651718287055580068612484229","-17451739204773517582423903044009049644631766083696773462609094189978359873783","-12427945337940397097339370273712596250247037743276216019104596714241708414060","3756813692702441416752675151543583786577896412850258383738043359174363181309","-8831538607548203715481555437988556572231022507391178685402211155006071968240","-15794310523575002018873627442787976829452865502058320195372766380772359812333","-10323616724717198676190022278687250899740571500045281939058483864801988078313","-12881853914457586889343277195046891429125695921043711812345883994648065693601","-9915070327300392467938098399259496777143967629673158936165370296961812492967","4253027664189443557492724117125978837115405686692293967457027150525556799818","-2629066629074912666048028515704359676956102617697242641774607603752961461474","19096226286418424494379997664989995576356167334377524661995326497264555746657","-14833741996451806751014998827945508247732742392762105957523918347435391819224","19322344558084466043273630700931914273245442836841031100305819695269733170384","-9473908585663868587058712344265600238655032022274103988498299779470855065796","20285998887681675056578262487013423920285630014703760417552811587514349094621","-8828871886183148255440672067348597708485693103051506744844002378046226741161","8478404945530613351326322180115437060964401970041794612425731828456956323541","-13078062336437935189237540628545900033389430563617777276241640081832581346558","13122254931599005637234064078862370421270128842044143937255364504771352028024","-402183227215813389384166067701021894459322743838181952163057503994371810968","1818683398871433026606732810536194534829233852283087148432527570764098275600","-12971162639697397860982902482562723961931584852456548095667245827710387756499","14194146253979478727472683760169579714174585374125493869602073286526055392136","-2335029856916284830934441761281004580266223578763205107741697333124384830199","20417083140580603245478606481235424698710201124235555775500463488165174060691","-2457235546160081864745752573658191158022504375421234530809560784793560861852","10305237538501345079136420577796543371108561166556270666920892023320285524400","-8646064532335303961661261520847002209378504636961795282836636562309470503779","16430883069981860749976676600457335514572565509650542624539758345042931913766","-10956059297147699042577816229279255966736063617632353155501988229433916879447","13024071805695289985349627744172736876689160377153425925326457828355988946693","-20396439226065846231607224900717344184909126864056227591516405635768962280178","4339008984527663121809457741591385158805250266516363891044062762159271479508","-393828714665452253076223692265005599156618521713490553647598738663686172906","19936733926717141322254462069283641851961824328225840914980370287057648633632","-10709354198049886252520523888241080757879662561443688944285723606588657789709","426290412416363624898440736552663423923274574909403302579831962581096642976","-16036202277868905244388141784431127753791595985511652500211212988099162976468","21286318012156900366711724051135136836309679330924495997323443888168257852058"],["0","-10170294667723299598215501659412471253264896590090010585939194955136482743818","9516603468341528533477699024209936407859010840218791142895792021969502844772","-14344984080347621842847408329208761167715558924580238645438251787711643675062","18914843981477954298303535973206017394624434236908017969517884292670728753549","13137271586200782684301969770204036769367350386013535763702683360243813189479","7599956531561360101971854757061765402637488779107845378850997696473828422680","15553413791787029324972425293345527131837132530214423531473975257757251895117","5468668619543519817229834897465742134834404041389750989126861206680960517246","19537782778485699102032118860553585882123791143125097828278783390460461030192","8693850153786362764482419144229638407919855751664851397437632933993530987942","-8061261440163071016475880813581897431382147773006420749019263126615850401730","18715077520321047537077922948861028250366017744846269925109697206961530193715","21757434760069707627956046287214933661331901195689631158684103278425622539754","-1655560540822059197181831274959756785316005358775898893101136191594932822926","-20905900173227845077165989811377910459728099156959270957977849625488572370642","10284701828374407605622718652070899494933708122654439152357567997608241347138","-4542772004515844269665585872418471950155730419820938285947156676567606665140","13762237756914967642889174110476782162792178718696948008962559828609745562120","10384513592118490454244015300890265695725667792654638788788684491250633294578","13447854578226393749552411603814317173069438113730238906589150004458328104588","-13991327061442272692910299304735049510358207069275193543030367182856304854232","13976057876609973385660081104030585785468722731986802606198171333005486414797","-18436517541177393808391020756880133836263057025605412475261045363492807295703","6502597567061340897529003276534612681323076617036870854770027956797847919920","-10370358192514240363759024867120698957083015611810928178354498331243613345128","-20222383777434602619203197521859847842369246583797711871280952594935057866539","-14928246375296906135528546687729142016160227401078333857079840053764061558546","-15773589265376779854495447297898043111499538208288138927465693184521009246603","-20436161911939232442949411847334003677595233856293857599787561937862584027844","7185069779593607153368428140496859982446221475950482636679025259514440900002","18550274380719915169651856011705142158527090668122241448560311434192543471991","17822120400844304164595715215698663259849972204148619555523300166437097778356","6349854887598564631561185966333643814143986306817424816034085923603242949052","16978049651300037781760388265609922118684475541689339711928769069802502663357","-3780202224277735203640831164075312428421621051038086932094691880829404251135","-18147360579249699587005674698193569528018402674602231642526320429056013911577","-14092114578798973635686536451342311018956471124182689376910705812242360873167","-13318247337257820928751969033492980157929327290924821453370444989972299478138","-10602079954300391581695476609912409631526655056260079655074756507520064728764","4961412438298406542674539498024820173169542285700829195634114271442777871352","16321721752985012274241279468653843336850469078680115982693455745079013557895","10590481277506152732927418801104011159714097588097071247248812833235521362945","-21792457141251525990428295747793463476548744960066712824928486736718682017202","17693793845135986088853236870409593941393246780687484603533623758609275047592","-19003377257629045155113742744479513031501088359296088169983562882984800695078","-12999510033787414800015219877151011027060663641588483967549891391649651065080","-6763234496857670739562027217130202767738418549483817942240007552955674392800","6914583723713013849272248062893451517952661047320408601008850825681461471182","-189056974214831743175369886358024925254650914246786970970898799216011285236","-16456314408743174295882828342291587168421720594297809465891956700296587152369","-15820821639841064563364420750411235145754378121524007136099157384538121446658","-20915416764136811447337335384555057148099674220725955775790730735921269199175","-18308988111400751036736160598788867714127463243671173618084061705270431669240","-1399894727471916508958120006978188476009458699041316016432399899808541035400","-20492110172148049581458657734424324250172178880134982960984119009664274795889","21431705049819646904117633003998881585045440269626095488693294296140210593936","525046525130772465551834310482900940939936767607801453823394028270910696720","-8322408566323377600996487150849696404157141754804077095644542882507565701671","18965363806823560038501994301488171776727932578346585492333089215255057708043","-14103613216536210121039846145418420610162053247487075647713866493220758404126","-4300991148434753508410555763134649523705815532713269092875906973561416472841","-13015235537707759942601400342760824200715167766977512581519984193380911251949","-2967647804041518972432334802167917411945711086136397694510989241907608332503","7513627385404882833505350303087167573155792825700516767476086718348726362618","-17663077215096407430963110875977113144462045014782357370804422310012143936480","-9700378175310728815500849140318678570357366603700606047047328574968911129049","-20647233449434397352380044557374501799481143000090563878116967729603976156626","-3875464957075898556440148644836507769703027441671389280993563802720322891585","-19830140654600784935876196798518993554287935259346317872330740593923624985934","8506055328378887114985448234251957674230811373384587934914054301051113599636","-5258133258149825332096057031408719353912205235394485283549215207505922922948","16304209700997573766513589584722716064163970268339014980292448807953302997697","-7779241121064338279783591910633741406917120385108177571349632508294975142831","16756446244329656864300855656606553457942521273266027856913435203963657845151","-18947817171327737174117424688531200477310064044548207976996599558941710131592","18683754903524074890910119228769572752022895628991486491407418988452889693625","-17657743772366296510881344134697195416971386206103013489688004756092453482322","16956809891061226702652644360230874121928803940083589224851463656913912647082","-4267881801036595156228675511834524978230496726819520208785075977089354197499","4356266991358736052221722412467465753991893283672253530812524822966895560431","-804366454431626778768332135402043788918645487676363904326115007988743621936","3637366797742866053213465621072389069658467704566174296865055141528196551200","-4054082407555520499719399219868172835314805304497061847636287468844967017381","6500049636119682232698961775081884339800806347834953395505942386476302288655","-4670059713832569661868883522562009160532447157526410215483394666248769660398","18945923409321931268710807217213574308872037848055077207302722789754539625765","-4914471092320163729491505147316382316045008750842469061619121569587121723704","20610475077002690158272841155593086742217122333112541333841784046640571048800","-17292129064670607923322523041694004418757009273923590565673273124618941007558","10973523268124446277706947455657395940596766618885050905381312503510055331915","-23875722456122862909226713301236844923762834848671967305772272292025263277","4159900739551304748452849743088198664829956353890817506954711470136169397769","-18904635580292417240968044056177413281269889327696420839334607084962116064739","8678017969055326243618915483182770317610500533032727782088125524318542959016","-787657429330904506152447384530011198313237043426981107295197477327372345812","17985224981595007422262518393310008615375284256035647486262536387539488771647","-21418708396099772505041047776482161515759325122887377888571447213177315579418","852580824832727249796881473105326847846549149818806605159663925162193285952","-10184161683898535266529877823604980419034827570607270656724221789622517457319","20684393152474525511177042357012998584070994261432957650948683589760707208499"],["0","-20340589335446599196431003318824942506529793180180021171878389910272965487636","19033206936683057066955398048419872815718021680437582285791584043939005689544","-6801725288855968463448410913160247246882753448744442947178299388847478854507","15941445091116633374360666201154759700700504073400001595337564398765649011481","-17501942571276985075888871950106476638362028028804997159991041652663990612276","15199913063122720203943709514123530805274977558215690757701995392947656845360","9218584711734783427698444841433779175125900660012812719249746328938695294617","10937337239087039634459669794931484269668808082779501978253722413361921034492","17187322685132122981817831975849896675699217885834161312859362594345113564767","17387700307572725528964838288459276815839711503329702794875265867987061975884","-16122522880326142032951761627163794862764295546012841498038526253231700803460","15541912168802819851909440152464781412183671089276505506521190227347251891813","21626626648300140033665686829172592234115437990963227973670002370275436583891","-3311121081644118394363662549919513570632010717551797786202272383189865645852","-19923557474616414932085573877498545830907833913502507572257495064401336245667","20569403656748815211245437304141798989867416245308878304715135995216482694276","-9085544009031688539331171744836943900311460839641876571894313353135213330280","5636232641990660063531942475696289237035993036977861674226915470643682628623","20769027184236980908488030601780531391451335585309277577577368982501266589156","5007466284613512276858417462371359257590511827044443469480095822340847713559","-6094411251045270163574192864212823932168049738134352742362530179136801212847","6063872881380671549073756462803896482389081063557570868698138479435164333977","-14984792210515512394535635768502992583977749650794790606823886540409806095789","13005195134122681795058006553069225362646153234073741709540055913595695839840","-20740716385028480727518049734241397914166031223621856356708996662487226690256","3331718188809345206086416446794854492358235633236644944834503183281501258156","-7968249878754537048810687630201008943772090401740633370461475920952314621475","-9658935658914284486744488850538811134450712016160243511233182182466209997589","-18984080952039189663652417949410732266642103312171680855876919689149359560071","14370139559187214306736856280993719964892442951900965273358050519028881800004","15212305889600555117057306278153009228505816935828448553422418681809278448365","13755997929849333106945024686140051431151580007881204767348396146298387061095","12699709775197129263122371932667287628287972613634849632068171847206485898104","12067856430760800341274370785962569148820586682962645080159333953029196831097","-7560404448555470407281662328150624856843242102076173864189383761658808502270","-14406478286660123951764943651129863967488440948788428941354436671536219327537","-6295986285758672049126667157427346949364577847949344410123207437908913250717","-4748251802676366635257532321728685227310290181433608563042685793368790460659","-21204159908600783163390953219824819263053310112520159310149513015040129457528","9922824876596813085349078996049640346339084571401658391268228542885555742704","10755200634130749326236153192050411585152573756944197621688707303582218620173","21180962555012305465854837602208022319428195176194142494497625666471042725890","-21696671410663776758610185750329651864549125519717391306158769286861555538787","13499344818432696955460067995561912794238129160958934863369043330642741599567","-16118511643418815087981079743701750974453812318176141996268921579393792894539","-4110777195735554377784034009044746965572962882760933591401578596723493634543","-13526468993715341479124054434260405535476837098967635884480015105911348785600","13829167447426027698544496125786903035905322094640817202017701651362922942364","-378113948429663486350739772716049850509301828493573941941797598432022570472","10863856926192201852727154805931375840253287612236449755612494972558442686496","-9753400407842853904482435755565195202960391842631979928500110582500434397699","-19942590656434347672428265023852839207650984041035877207883257285266729902733","-14729733350962226851225915452320460339706562086926312892469919223965054842863","-2799789454943833017916240013956376952018917398082632032864799799617082070800","-19095977472456823940670909723591373411795993359853931578270033832752741096161","20975167227800018585988860262740488081542516138836156633688384405704612692255","1050093050261544931103668620965801881879873535215602907646788056541821393440","-16644817132646755201992974301699392808314283509608154191289085765015131403342","16042484741807844854757582857719068464907500756277136640967974243934306920469","-6318983561233145019833286545579566131775742094558116951729528799865708312635","-8601982296869507016821111526269299047411631065426538185751813947122832945682","-4142228203576244662956394940264373312881971133538990819341764200186014008281","-5935295608083037944864669604335834823891422172272795389021978483815216665006","-6860988101029509555235705139082939942236778749015000808746030749878355770381","-13437911558353539639679816006696951200375725629148680397910640433448479377343","-19400756350621457631001698280637357140714733207401212094094657149937822258098","-19406224027029519482513683369491728510413921599765093412535731272632143817635","-7750929914151797112880297289673015539406054883342778561987127605440645783170","-17772038437362294649505987851780712020027506118276601400963277001271441476251","17012110656757774229970896468503915348461622746769175869828108602102227199272","-10516266516299650664192114062817438707824410470788970567098430415011845845896","10720176530155872310780773424188157039779576136261995616886693429330797499777","-15558482242128676559567183821267482813834240770216355142699265016589950285662","11624649616820038506355305567955831827336678146116021370128666221351507194685","-16007391470816199125988443631805125866071763688680381610294994931307611767567","15479266935208874559573832712281870415497426857566938639116633790329970891633","-13427244672893317799516282524137115745394408011789992635677805325609098469027","12025376910283178183058882975204473155309243479751144106004723127252016798547","-8535763602073190312457351023669049956460993453639040417570151954178708394998","8712533982717472104443444824934931507983786567344507061625049645933791120862","-1608732908863253557536664270804087577837290975352727808652230015977487243872","7274733595485732106426931242144778139316935409132348593730110283056393102400","-8108164815111040999438798439736345670629610608994123695272574937689934034762","13000099272239364465397923550163768679601612695669906791011884772952604577310","-9340119427665139323737767045124018321064894315052820430966789332497539320796","16003603946804587315175208689169873529195711295694120070907241392933270755913","-9828942184640327458983010294632764632090017501684938123238243139174243447408","19332707282166105094299276565928898395885880265809048323985363906705333601983","-12696015257501940624398640338130733748965654147431146787648342062662073519499","58803664409617333167489166057516792645168837354067467064420820444302168213","-47751444912245725818453426602473689847525669697343934611544544584050526554","8319801479102609496905699486176397329659912707781635013909422940272338795538","-15921028288745559259689682367097551473991414254976807334971009983348423633861","17356035938110652487237830966365540635221001066065455564176251048637085918032","-1575314858661809012304894769060022396626474086853962214590394954654744691624","14082207091350739622278631041362742142202204111655260628826868588503169047677","-20949173920360269787835689807707047942970285845358721433444690239778822663219","1705161649665454499593762946210653695693098299637613210319327850324386571904","-20368323367797070533059755647209960838069655141214541313448443579245034914638","19480543433109775800107678968768722079593624122449880958199162992945605921381"],["0","-18792935799053923170615600892392609924511221959944008000058575633970122479655","16178171001526838911664390351582470542887678960459130227884963901302202883471","-13603450577711936926896821826320494493765506897488885894356598777694957709014","9994647310393991526474926657052244312852643746383968846976924610955489527345","8772600601124580292715067590301596900372672743222074367414325067823635766682","8511583254406165185641013282989786522001590716015347171705786599319505195103","-3451073448369708366849516062389716738296563080390408905198711528698417906383","21874674478174079268919339589862968539337616165559003956507444826723842068984","12486402498424970741389258206442518262850071371252288282020521002114418633917","12887157743306175835683270831661278543131058606243371246052327549398315456151","11531439983026266378589288236186960451568137708806385691319355866688215384314","-12692661406072910740673931185584987352729386622279057674354027918457113207608","21365010424761004845084967913087909379682511581510421603641800553975064672165","-6622242163288236788727325099839027141264021435103595572404544766379731291704","-17958872077393554641924742009739816573267303426588980800816785942226863995717","19250564441658355200244468863026322891186468090201722265732067803857156892935","-18171088018063377078662343489673887800622921679283753143788626706270426660560","11272465283981320127063884951392578474071986073955723348453830941287365257246","19649811496634686594729655458303787694354306770202520811456533778426724682695","10014932569227024553716834924742718515181023654088886938960191644681695427118","-12188822502090540327148385728425647864336099476268705484725060358273602425694","12127745762761343098147512925607792964778162127115141737396276958870328667954","-8081341549191749566824865791748710079407134901173546869949568894243803695961","4122147396406088367869607360881175636743942067731449075381907640615583184063","-19593189898217686232789693723225520739783698046827678369719789138398644884895","6663436377618690412172832893589708984716471266473289889669006366563002516312","-15936499757509074097621375260402017887544180803481266740922951841904629242950","-19317871317828568973488977701077622268901424032320487022466364364932419995178","-16079919032239104105058430153564189444735842223927327368055635191722910624525","6852036246535153391227306816730164841236521503385896203017896851481955104391","8536368907361835011868206811048743368463269471240862763146633177042748401113","5623752987859390991643643627022827773754795615346375190998588106020965626573","3511176678554983303998338120077300168027580826853664920438139507837163300591","2247469989682325460302335826667863209092808965509255816620463719482585166577","-15120808897110940814563324656301249713686484204152347728378767523317617004540","-6924713701480972681283481557002452846428517497160823539010669156496630159457","-12591972571517344098253334314854693898729155695898688820246414875817826501434","12391739266486541951731341101799904633927784037548817217612832599838227574299","-20520076945362291104535500694392363437558255824624284276600821843504450419439","19845649753193626170698157992099280692678169142803316782536457085771111485408","-377841603577776569774099361156451918243216886527639100320789579411371255271","20473682238185335709463269459158769550308025951972250645297047146366276956163","-21505099949488278294973965755402028640549886639018748268619334387147302581957","5110446765026118688673730245866550499927893921501835383039882474709674703517","-10348780414998354953715753742146226860359260235936249648839638972211777293461","-8221554391471108755568068018089493931145925765521867182803157193446987269086","-5164695115591407736001703123263535982405309797519237425261826025246889075583","5770092023012780174842586506316530983262279788865600060337199116150037389111","-756227896859326972701479545432099701018603656987147883883595196864045140944","-160529019454871516792096133394523408041789175943134832473214241458923122625","-19506800815685707808964871511130390405920783685263959857000221165000868795398","-17996938441029420122610124302448403326753603681655720072068310383957651309849","-7571223830085178480205425159383645590864759773436591441241634261354301190109","-5599578909887666035832480027912753904037834796165264065729599599234164141600","-16303712073074372659095413701925471735043622319291828812841863478929673696705","-1826151288078513272515090965033574014011696523159755420019639561742391606724","2100186100523089862207337241931603763759747070431205815293576113083642786880","-11401391393454235181739542858141510528080202618800274038879967343454454311067","10196726611776414487268759970180861841266637112138238938237744301292805345321","-12637967122466290039666573091159132263551484189116233903459057599731416625270","-17203964593739014033642223052538598094823262130853076371503627894245665891364","-8284456407152489325912789880528746625763942267077981638683528400372028016562","-11870591216166075889729339208671669647782844344545590778043956967630433330012","-13721976202059019110471410278165879884473557498030001617492061499756711540762","-4987580244867804057113226268136627312203086857881326452123076680321150259069","-16913269829403640039756990816017439192881102014386389844491110113299836020579","-16924205182219763742780960993726181932279478799114152481373258358688479139653","-15501859828303594225760594579346031078812109766685557123974255210881291566340","-13655834002885314076765569958304148951506647836137168458228349815967074456885","12135978441676273237695387191750555608374881093122317395958013017628645902927","-21032533032599301328384228125634877415648820941577941134196860830023691691792","21440353060311744621561546848376314079559152272523991233773386858661594999554","-9228721612418077896887961897277690539120117140016675941700325846604092075707","1361056361800801790464205390654388566124991891816008396559128256127205893753","-10126540069793123029730481518352976643595162976944728876891785676039415039517","9070290998578473896901259679306465742446489314717842934535063394084133287649","-4966246473947360376786159303016956402240451623163950927657406464642388442437","2162510948727081143871360205151671222070122559086253868311242067928225101477","-17071527204146380624914702047338099912921986907278080835140303908357416789996","17425067965434944208886889649869863015967573134689014123250099291867582241724","-3217465817726507115073328541608175155674581950705455617304460031954974487744","14549467190971464212853862484289556278633870818264697187460220566112786204800","-16216329630222081998877596879472691341259221217988247390545149875379868069524","4111955672639453708549441355070262270654860990923779238325565359329400659003","-18680238855330278647475534090248036642129788630105640861933578664995078641592","10118965021769899408104011633082471969843058190972205798116278599290733016209","-19657884369280654917966020589265529264180035003369876246476486278348486894816","16777171692492934966352147386600521703223396131202062304272523626834858708349","-3503787643164606026550874931004192409382943894446259231598479938748338543381","117607328819234666334978332115033585290337674708134934128841640888604336426","-95502889824491451636906853204947379695051339394687869223089089168101053108","16639602958205218993811398972352794659319825415563270027818845880544677591076","-9953813705651843297132958988937827859434464109537580326243815780121038772105","12823829004382029752229256187473806181893637731714876784654297910698363340447","-3150629717323618024609789538120044793252948173707924429180789909309489383248","6276171310862204022310856337468209195856043822894486913955532990430529599737","-20010104968881264353424973870156820797392207290301408523191176292981836830821","3410323299330908999187525892421307391386196599275226420638655700648773143808","-18848403863754865843873105549162646587590945882013048283198682971914261333659","17072843994380276377968952192280169070638883844483727572700121799315403347145"],["0","-15697628726268571118984796039527944760474079519471981656418947081364436463693","10468099131214402601082374957907665997226993520502226112071723616028597271325","-5318658283584598631547237907383713898982649394561737445014993368814106922411","19989294620787983052949853314104488625705287492767937693953849221910979054690","17545201202249160585430135180603193800745345486444148734828650135647271533364","17023166508812330371282026565979573044003181432030694343411573198639010390206","14986095975099858488547373620477841611955238239635216533300781129178972682851","21861106084508883315592273434468661990126867930701973569316685466871875642351","3084562125010666260532110667627761437151778342088542220342837817653028772217","3886072614773076449120135918065281997713752812070708148406450912220822416685","1174637094213257534932170727116645814587911017196737038940507546800622273011","-3497079940306546259101456625912699616910408844142081005009851650338417919599","-1046464894156540754322875664338731417731705637811225480112807265201487646904","-13244484326576473577454650199678054282528042870207191144809089532759462583408","-14029501282947834061603078274222358057986242452761927257935367697877919495817","16612886011477435178242531980795370693824571779987410187765931421138505290253","-14453933164287478935078281234090500512697478958151471943879049225965044825503","656687696123365031881364157527881859595607747495412353209457695998922018875","17411380121430097967212905171350300300160249139989007279214863370277640869773","20029865138454049107433669849485437030362047308177773877920383289363390854236","-2489402132341805432050365711594020640123834552121376625751916529971396355771","2367248653683410974048620105958310841007959853814249131094349731164848840291","-16162683098383499133649731583497420158814269802347093739899137788487607391922","8244294792812176735739214721762351273487884135462898150763815281231166368126","-17298136924596097243332981701193766391019031693239322395741374090221481274173","13326872755237380824345665787179417969432942532946579779338012733126005032624","-9984756643178872972996344775546760686539997206546499138147699497233449990283","-16747499763817862724731549656897969449254483664224939701234524543289031494739","-10271595192638932987870454561871103800923320047438620392413066196870012753433","13704072493070306782454613633460329682473043006771792406035793702963910208782","17072737814723670023736413622097486736926538942481725526293266354085496802226","11247505975718781983287287254045655547509591230692750381997176212041931253146","7022353357109966607996676240154600336055161653707329840876279015674326601182","4494939979364650920604671653335726418185617931018511633240927438965170333154","-8353374922382606406880243567345224338824604007888661113059330860059425513463","-13849427402961945362566963114004905692857034994321647078021338312993260318914","-3295702271195412974260262884452112708909946991381343296794625565059844507251","2895235661133808681216276458342534179307203674681600091527461013100646652981","-19151911018885306986824595643527451786568147248832534209503439500433092343261","17803056634547977119149910238941286296807973885190599221374709984966414475199","-755683207155553139548198722312903836486433773055278200641579158822742510542","19059121604531396196680133173060264012067687503528466946895890106156745416709","-21121957027137281367701525765546782192551408877621462193540464587718796668297","-11667349341787037844898945253524174088692576557412363577618439237156459088583","1190682041842565314814898260964821367829843928543535046018926242152253908695","5445134088897057711110269709078287226256512869372299978091889799681833957445","-10329390231182815472003406246527071964810619595038474850523652050493778151166","11540184046025560349685173012633061966524559577731200120674398232300074778222","-1512455793718653945402959090864199402037207313974295767767190393728090281888","-321058038909743033584192266789046816083578351886269664946428482917846245250","-17125358759532140395683337277003505723293202970111885370302238143425929095179","-14105634010219565022973842859639531564958842962895405800438416581339494124081","-15142447660170356960410850318767291181729519546873182882483268522708602380218","-11199157819775332071664960055825507808075669592330528131459199198468328283200","-10719181274309470095944421658593668381538880238167623281985522771283538897793","18235940295682248677216223815190127060524971354096523503658925063091025282169","4200372201046179724414674483863207527519494140862411630587152226167285573760","-914539915069195141232679971025745967612040837184513734061730500333100126517","20393453223552828974537519940361723682533274224276477876475488602585610690642","18500551498745970365159665308196285649993760422599600880478293173688783740694","-12519686315638752845038040359819921101098159861290118399309051601915523287111","-16568912814304978651825579761057493251527884534155963277367056800744056033124","-1852939560492876557212272672086064207017324288675147212389709748685058164407","16332533339560512223549990934182790408149613804772065452412285373638193909710","-9975160489735608114226452536273254624406173715762652904246153360642300518138","-11938296786968004857267575886777603297213839628356745345284016040023863545541","-11960167492600252263315516242195088776010593197812270619048312530801149783689","-9115476784767913229274783413434787069075855132955079904250306235186774637063","-5423425133931352931284734171351022814464931271858302572758495445358340418153","2383714011513271253144368638243836128201397785828600448217821848681483310237","-20176823193359327434522050506012479742749277482739847924695517473471574887967","20992463248784214020876687951495353070569940144631948123848569530747381503491","-18457443224836155793775923794555381078240234280033351883400651693208184151414","2722112723601603580928410781308777132249983783632016793118256512254411787506","-20253080139586246059460963036705953287190325953889457753783571352078830079034","18140581997156947793802519358612931484892978629435685869070126788168266575298","-9932492947894720753572318606033912804480903246327901855314812929284776884874","4325021897454162287742720410303342444140245118172507736622484135856450202954","-12254811536453486027582998349418924737295609414140127326582403630139025084375","12961893059030613195527373554482450943386781868961993902801994397159355987831","-6434931635453014230146657083216350311349163901410911234608920063909948975488","7210691510103653203461319223321837468719377236113360031222236945649763913983","-10544416388604888775508788013688107593970078035560460437392095564183927643431","8223911345278907417098882710140524541309721981847558476651130718658801318006","-15472234838821282072704662435238798195711212859795247380168953143414348787567","20237930043539798816208023266164943939686116381944411596232557198581466032418","-17427525866722034613685635433273783439811705606323718149254768370121165294015","11666100513146594710457889027943768317898427861988090264846843067093908921081","-7007575286329212053101749862008384818765887788892518463196959877496677086762","235214657638469332669956664230067170580675349416269868257683281777208672852","-191005779648982903273813706409894759390102678789375738446178178336202106216","11390963044571162765376392199448314230091286430710505711939487574513546686535","-19907627411303686594265917977875655718868928219075160652487631560242077544210","3759415136924784282212106629690337275238911063013719225610391634820918185277","-6301259434647236049219579076240089586505896347415848858361579818618978766496","12552342621724408044621712674936418391712087645788973827911065980861059199474","-18131967065923253484603541995056366506236050180186782702684148399387865166025","6820646598661817998375051784842614782772393198550452841277311401297546287616","-15808564855670456465499805353068018086633527363610062222699161757252714171701","12257445116921277533691498639303063052729403288551420801702039412054998198673"],["0","-9507014580697867015723186333798614432399794638527928969139689976153064431769","-952044609410470020081655829441943094094377359411582119554756954518613952967","-10637316567169197263094475814767427797965298789123474890029986737628213844822","18090346369736690883653300882951702162862210585119841044209494257246149613763","-8686083339180229273632541129308162575606037827943771217739108101857073924506","12158090145785385520317647386701870999457998463645354343124942210702212284795","8083949078360441754848341495698408135362112078854398722903358071782136870085","21833969297178491408938141123680048891705371460987912794935166747167942789085","6169124250021332521064221335255522874303556684177084440685675635306057544434","7772145229546152898240271836130563995427505624141416296812901824441644833370","-19538968683412760152382064291023983459372542366022560265817189092974563949595","-6994159880613092518202913251825399233820817688284162010019703300676835839198","-2092929788313081508645751328677462835463411275622450960225614530402975293808","-4600725781313671932662894654098833476507721339998347945919974878943116671199","-6170759694056392900959750803187441027424120505107820172172531209180030496017","11337529151115595134238658216333466299100779159558786031833658655701202084889","-7019623456735682647910156722923725936846593515886909544059894265354281155389","1313375392246730063762728315055763719191215494990824706418915391997844037750","12934517371020920712179404597443325511772133879561980214731522553979473243929","18171487405068822992620933953713598972175730215939513412142562392150973212855","-4978804264683610864100731423188041280247669104242753251503833059942792711542","4734497307366821948097240211916621682015919707628498262188699462329697680582","-10437123324927723045053057421737565229080175204278153136100071390399406288227","-5399653286214921750767976301732572541572596129490238042170573624113475759365","-12708030977352919264419557657130257693489698986062610447784543993867154052729","4765502638635486426444925829101560850317520665477125214977821279676201569631","-19969513286357745945992689551093521373079994413092998276295398994466899980566","-11606756655796450227216693568538663809960602928033845058770844900002254493861","-20543190385277865975740909123742207601846640094877240784826132393740025506866","5519902114301338342662821521663384276397721613127550468373383219352011921947","12257232757608064825226421498937698385304713484547416708888328521595185108835","606769079598288744328168762834036006470818060969466420296148237508054010675","14044706714219933215993352480309200672110323307414659681752558031348653202364","8989879958729301841209343306671452836371235862037023266481854877930340666308","-16706749844765212813760487134690448677649208015777322226118661720118851026926","-5810611934084615502887520482752536297165705588227259812344472439410712142211","-6591404542390825948520525768904225417819893982762686593589251130119689014502","5790471322267617362432552916685068358614407349363200183054922026201293305962","-16415579165931338751402785541797628484587930097249034075308674814290376190905","13717870397256679016053414732625297505067583369965164099051215783357020454781","20376876457528168943150008300631467415575496854305477942415045868930323474533","16230000337223517171113860600863252935587010606640899550093576025737682337801","-20355671182435287513156645785836289296554453354826890043382724988861784840977","-1446455811734800467551484761791073088836788714408692811538674287737109681549","2381364083685130629629796521929642735659687857087070092037852484304507817390","10890268177794115422220539418156574452513025738744599956183779599363667914890","-20658780462365630944006812493054143929621239190076949701047304100987556302332","1192125220211845477123940280008848844500754755046365897650592278024341060827","-3024911587437307890805918181728398804074414627948591535534380787456180563776","-642116077819486067168384533578093632167156703772539329892856965835692490500","-12362474647225005569120268808749736358038041539807736396906272100276049694741","-6323025148599854823701279974021788041369321525374777257178628976103179752545","-8396652448501438698575294892277307274910674693330331421268332858841396264819","-510072767711388921083514366393740527602974784245021919220194210360848070783","-21438362548618940191888843317187336763077760476335246563971045542567077795586","-7304605152314053090060363860134296056046786092639021680078558246969566426896","8400744402092359448829348967726415055038988281724823261174304452334571147520","-1829079830138390282465359942051491935224081674369027468123461000666200253034","18898663575266382726828634135466172276518184048136921409252773018595412885667","-6775382746186609714173480874121978877109207955632866926439822025774049509846","-3151129759438230467829674974382567113647955322164202454919899017255238078605","-11249582756770682081404753776857711414507404667895892211035909414912303570631","-3705879120985753114424545344172128414034648577350294424779419497370116328814","10776823807281749224853576123108305727750863209128096561126366560700579323803","-19950320979471216228452905072546509248812347431525305808492306721284601036276","-1988350702096734492288746028297931505879314856297456346869827893471918595465","-2032092113361229304384626739132902463472821995208506894398420875026491071761","-18230953569535826458549566826869574138151710265910159808500612470373549274126","-10846850267862705862569468342702045628929862543716605145516990890716680836306","4767428023026542506288737276487672256402795571657200896435643697362966620474","-18465403514879379646797695266767684396950190565063661505692830760367341280317","20096683625729152819506970157733431052591515888847861903998934874918954511365","-15026643577833036365305441843853487067932104159650669423103099199840559807211","5444225447203207161856821562617554264499967567264033586236513024508823575012","-18617917407333216896675520328154631485832287507362881163868938517581851662451","14392921122474620365358632971968587881237592858455337394442049389760724654979","-19864985895789441507144637212067825608961806492655803710629625858569553769748","8650043794908324575485440820606684888280490236345015473244968271712900405908","-2621380201067696832919590953580574386042854427864220309466603073702241673133","4035543246221951168808341363707626798225199337507953461905784607742903480045","-12869863270906028460293314166432700622698327802821822469217840127819897950976","14421383020207306406922638446643674937438754472226720062444473891299527827966","-21088832777209777551017576027376215187940156071120920874784191128367855286862","16447822690557814834197765420281049082619443963695116953302261437317602636012","-9056226805803288923162919125220321302874061319174460416639702100252889079517","18587617215240322410169640787072612790823868363472788848766910210587123569219","-12966808861604794005124865121290291791075046812231401954811332553666522092413","1443958154453914198669372310630261547248491323560146185995481947612009346545","-14015150572658424106203499724016769637531775577785036926393919754993354173524","470429315276938665339913328460134341161350698832539736515366563554417345704","-382011559297965806547627412819789518780205357578751476892356356672404212432","893683217303050308506378653639353371634208461004977080180770962451284877453","-17927011950768097966285430210494036349189492037734286961277058933908346592803","7518830273849568564424213259380674550477822126027438451220783269641836370554","-12602518869294472098439158152480179173011792694831697716723159637237957532992","3216442371609540866997019604615561694875810891161913312123927775146309903331","-14375691260007231746960678244855457923923735959957531061670092612199921836433","13641293197323635996750103569685229565544786397100905682554622802595092575232","-9728886839501637708753204960878761084718690326804090101700119327929619847785","2626647362003279845136591533348851016910442176686807259705874637534187901729"],["0","-19014029161395734031446372667597228864799589277055857938279379952306128863538","-1904089218820940040163311658883886188188754718823164239109513909037227905934","-21274633134338394526188951629534855595930597578246949780059973475256427689644","14292449867634106545060196020646129237176056769823647744720784327916490731909","-17372166678360458547265082258616325151212075655887542435478216203714147849012","2427937419731495818388889028146466910367632526874674342551680234828616073973","-5720344715118391712549722753860458817824140242707236897891488043011534755447","21779695722517707595629876502102822694862378521559791246172129307760077082553","12338248500042665042128442670511045748607113368354168881371351270612115088868","15544290459092305796480543672261127990855011248282832593625803648883289666740","4698548376853030139728682908466583258351644068786948155762030187202489092044","7899923110613090185840579241606476620906729023847710323658797585222136817221","-4185859576626163017291502657354925670926822551244901920451229060805950587616","-9201451562627343865325789308197666953015442679996695891839949757886233342398","-12341519388112785801919501606374882054848241010215640344345062418360060992034","786815430391915046230910687409657509653193918701537719969113124826595674161","-14039246913471365295820313445847451873693187031773819088119788530708562310778","2626750784493460127525456630111527438382430989981649412837830783995688075500","3980791870202566202112403449629375934995903358707926085764840921383137992241","14454731938298370762995462162169922855803096031462992480586920597726137930093","-9957608529367221728201462846376082560495338208485506503007666119885585423084","9468994614733643896194480423833243364031839415256996524377398924659395361164","-20874246649855446090106114843475130458160350408556306272200142780798812576454","-10799306572429843501535952603465145083145192258980476084341147248226951518730","-3527819082866563306592709569003240298431033571709186551870883801158499609841","9531005277270972852889851658203121700635041330954250429955642559352403139262","-18050783700876216669738973356929767657611624425769962208892593802357991465515","-1325270439753625232186981391820052531372841455651655773843485613428700492105","-19198137898716456729235412502227140115144915789338447225954060600904242518115","11039804228602676685325643043326768552795443226255100936746766438704023843894","2626222643376854428206437252618121682061062568678799074078452856614561722053","1213538159196577488656337525668072012941636121938932840592296475016108021350","6201170556600591209740299215361126255672282214413285019806911876121497909111","17979759917458603682418686613342905672742471724074046532963709755860681332616","-11525256817691150405274568524123622266750051631138610108539119253661893558235","-11621223868169231005775040965505072594331411176454519624688944878821424284422","-13182809084781651897041051537808450835639787965525373187178502260239378029004","11580942644535234724865105833370136717228814698726400366109844052402586611924","-10942915460023402280559165338337981880627495794082033806919145442004943886193","5547497922674082809860423719993319921586802339514293854404227380138232413945","-3022732828622212558192794889251615345945735092221112802566316635290970042168","10571757802607759119981315456469230782625656812865764756488947864899556179985","-18823099493031299804066885826415303504560542309237745743067245791147761186337","-2892911623469600935102969523582146177673577428817385623077348575474219363098","4762728167370261259259593043859285471319375714174140184075704968609015634780","-107706516251044377805326908944126183522312922926834431330644987848472665837","-19429318052891986665767219240851012770694113979737865058396404015399304109047","-19503992431415584267998525185239577399546854890323302548397019630527126373963","-6049823174874615781611836363456797608148829255897183071068761574912361127552","-1284232155638972134336769067156187264334313407545078659785713931671384981000","-2836706422610735915994131872242197627527718679199438450114340013976290893865","-12646050297199709647402559948043576082738643050749554514357257952206359505090","-16793304897002877397150589784554614549821349386660662842536665717682792529638","-1020145535422777842167028732787481055205949568490043838440388420721696141566","-20988482225398605161531280889117398437607156552254458784243886898558347095555","7279032567211169042125678024988682976454792215137990983541087692636675641825","-5086754067654556324587707809804444978470387836966387821349595281906666200577","-3658159660276780564930719884102983870448163348738054936246922001332400506068","15909084278693490231410862525675069464488003695857808474807341850615017275717","-13550765492373219428346961748243957754218415911265733852879644051548099019692","-6302259518876460935659349948765134227295910644328404909839798034510476157210","-610922641702088940563101808458147740466444935375750078373614643248798645645","-7411758241971506228849090688344256828069297154700588849558838994740232657628","21553647614563498449707152246216611455501726418256193122252733121401158647606","-18012399087103157234659404399835743409076330462634577273286409255993393576935","-3976701404193468984577492056595863011758629712594912693739655786943837190930","-4064184226722458608769253478265804926945643990417013788796841750052982143522","-14573664267232377694852727908481873187755056131404285273303020754171290052635","-21693700535725411725138936685404091257859725087433210291033981781433361672612","9534856046053085012577474552975344512805591143314401792871287394725933240948","-15042564157919484071348984788278093705352016729711288667687457334158874065017","18305124379619030416767534570209587016634667377279689464299665563262100527113","-8165044283826797508364477942449699047315843918885304502507994213105311118805","10888450894406414323713643125235108528999935134528067172473026049017647150024","-15347591942827158571104634911051987883116210614309727984039672848587894829285","6897599373109965508470860198679900673926821316494640445185894592945640814341","-17841728919739607792042868678878376129375248584895573077561047530563299043879","17300087589816649150970881641213369776560980472690030946489936543425800811816","-5242760402135393665839181907161148772085708855728440618933206147404483346266","8071086492443902337616682727415253596450398675015906923811569215485806960090","-3851483669972781698340222587608126156848291205227610594737476069063987406335","6954523168575337591598871148030074786329144544037405781190743596023247160315","-20289422682580279879788746309495155287331947741825807405870178070159902078107","11007402509276354446149125095304823076690523526974199562906318688059396776407","-18112453611606577846325838250440642605748122638348920833279404200505778159034","15286991558641369598092875828887950493099372326529543353835616234598438642821","-4045374851370312788003324497323308493601729224046769565924460920757235689209","2887916308907828397338744621260523094496982647120292371990963895224018693090","-6142058273477572990160593702776264186515186755154039509089635323410899851431","940858630553877330679826656920268682322701397665079473030733127108834691408","-764023118595931613095254825639579037560410715157502953784712713344808424864","1787366434606100617012757307278706743268416922009954160361541924902569754906","-13965781029696920710324454675730797609830619675052539578855913681240884689989","15037660547699137128848426518761349100955644252054876902441566539283672741108","-3316794866749668974631910559703083257475220989247361089748115087900106570367","6432884743219081733994039209231123389751621782323826624247855550292619806662","-6863139648175188271674950744453640759299107519499027779641981037824035177249","5394343522807996771253801394113184042541208393785777021411041418614376654847","-19457773679003275417506409921757522169437380653608180203400238655859239695570","5253294724006559690273183066697702033820884353373614519411749275068375803458"],["0","-16139815450952192840646339589937182641050814153695681532860555718036449231459","-3808178437641880080326623317767772376377509437646328478219027818074455811868","-20661023396837513830131497513812436103312830756077865216421742763937046883671","6696656863428937867873986296034983385803749139231261145743364469257172968201","-12856090484881641872283758771975375213875786911359050527258228220852487202407","4855874839462991636777778056292933820735265053749348685103360469657232147946","10447553441602491797146960237536357452900083915001560547915228100552738984723","21671148573196139969013347258948370301176392642703548148646054428944345669489","2788254128246054862010479595764816408665862336292303419044498354648421682119","9200338046345336370714681599264980893161658096149630843553403111190770837863","9397096753706060279457365816933166516703288137573896311524060374404978184088","-6088396650613094850565247262044321846734906352720613696380609016131534861175","-8371719153252326034583005314709851341853645102489803840902458121611901175232","-18402903125254687730651578616395333906030885359993391783679899515772466684796","-2794795904386296381592597467492489021148117620015246344991920650144313488451","1573630860783830092461821374819315019306387837403075439938226249653191348322","-6190250955103455369394221146437628658838009663131603832541372874841316125939","5253501568986920255050913260223054876764861979963298825675661567991376151000","7961583740405132404224806899258751869991806717415852171529681842766275984482","7021221004757466303744518579082570623057827662509950617475637008876467364569","-19915217058734443456402925692752165120990676416971013006015332239771170846168","18937989229467287792388960847666486728063678830513993048754797849318790722328","-19860250427871616957965823941692985827772336416696578200702081375021816657291","289629726979588219174500538326984922257979882455082175015909690121905458157","-7055638165733126613185419138006480596862067143418373103741767602316999219682","19062010554541945705779703316406243401270082661908500859911285118704806278524","-14213324529913158117231540968602260226674884451123890074086983418140174435413","-2650540879507250464373962783640105062745682911303311547686971226857400984210","-16508032925593638236224419259197005141741467178260860108209917015232676540613","191365585366078148404880341396262017042522052094167529795328690832239192171","5252445286753708856412874505236243364122125137357598148156905713229123444106","2427076318393154977312675051336144025883272243877865681184592950032216042700","12402341113201182419480598430722252511344564428826570039613823752242995818222","14071276963077932142590967481428536256936579047732058722229215325145554169615","-1162270763543025588302731302989969444951738861861185873380034320747978620853","-1354204864499186789303676185752870100114457952493004905679685571067040073227","-4477375297724028571835697330359626582731211530634712030658800333902947562391","1273642417231194227483805921482998345909264997036766388521483918229364728231","-21885830920046804561118330676675963761254991588164067613838290884009887772386","11094995845348165619720847439986639843173604679028587708808454760276464827890","-6045465657244425116385589778503230691891470184442225605132633270581940084336","21143515605215518239962630912938461565251313625731529512977895729799112359970","-15757956114223324385887365907573331920572720218059457142436287395719713877057","-5785823246939201870205939047164292355347154857634771246154697150948438726196","9525456334740522518519186087718570942638751428348280368151409937218031269560","-215413032502088755610653817888252367044625845853668862661289975696945331674","-16970393233944698109288032736444750452839863559059695773094603844222799722477","-17119741990991893313750644625221879710545345380230570753095835074478444252309","-12099646349749231563223672726913595216297658511794366142137523149824722255104","-2568464311277944268673538134312374528668626815090157319571427863342769962000","-5673412845221471831988263744484395255055437358398876900228680027952581787730","-3403857722560144072558714150829877076928921701083074685016311717836910514563","-11698366922166479572054773823851954011094334372905291341375127248789776563659","-2040291070845555684334057465574962110411899136980087676880776841443392283132","-20088721578957935100816156032977521786665948704092883224789569610540885695493","14558065134422338084251356049977365952909584430275981967082175385273351283650","11714734736530162573070990125648385131607588726483258700999013622762476094463","14571923551285714092384965977051307347652037702939924471204360183911007483481","9929925685547705240575319306092863840427642991299582605916479514654226055817","-5213288112907163634447517751230640419888467422115433362061083916520389543767","-12604519037752921871318699897530268454591821288656809819679596069020952314420","-1221845283404177881126203616916295480932889870751500156747229286497597291290","-14823516483943012457698181376688513656138594309401177699117677989480465315256","-669190514551553545078506998081327266093275964319682442890942130349299696022","-14136555302367039247072403054414211729604296524853120202874614325410978658253","-7953402808386937969154984113191726023517259425189825387479311573887674381860","-8128368453444917217538506956531609853891287980834027577593683500105964287044","-7259085662625480167459050071706471286961747862392536202907837321766771609653","-21499158199611548228031467625550907427171085774450386238369759376290914849607","19069712092106170025154949105950689025611182286628803585742574789451866481896","-8196885443999692920451563831298912322155669059006542991676710481741939634417","14722005887398785611288663395161898944720970354143344584901126939948392558609","-16330088567653595016728955884899398094631687837770609005015988426210622237610","21776901788812828647427286250470217057999870269056134344946052098035294300048","-8806941013815041919962864076846700677684056828203421624381141510599981162953","13795198746219931016941720397359801347853642632989280890371789185891281628682","-13795214967639940361839331612499477170202132769375111811423890874550789592141","12711932307794023079695357537169464464573596544964027549281668900275793128015","-10485520804270787331678363814322297544171417711456881237866412294808966692532","16142172984887804675233365454830507192900797350031813847623138430971613920180","-7702967339945563396680445175216252313696582410455221189474952138127974812670","13909046337150675183197742296060149572658289088074811562381487192046494320630","-18690602493321284537331086873733035486115531083235580468042151953743995660597","126562146713433670051844445352371064832682653532364782114433189542985057197","-14336664351373880470405270755624010122947880876281807322860604214435747822451","8685740245443463973939345912518625897650380252643052363973028282621068790025","-8090749702740625576006648994646616987203458448093539131848921841514471378418","5775832617815656794677489242521046188993965294240584743981927790448037386180","-12284116546955145980321187405552528373030373510308079018179270646821799702862","1881717261107754661359653313840537364645402795330158946061466254217669382816","-1528046237191863226190509651279158075120821430315005907569425426689616849728","3574732869212201234025514614557413486536833844019908320723083849805139509812","-6043319187554566198402503606204320131112874949689044814013623175905960884361","8187078223558999035450447292265423113362924103693719461184928891991536986599","-6633589733499337949263821119406166514950441978494722179496230175800213140734","12865769486438163467988078418462246779503243564647653248495711100585239613324","-13726279296350376543349901488907281518598215038998055559283962075648070354498","10788687045615993542507602788226368085082416787571554042822082837228753309694","-17027304486167275612766414098257769250326396906800326063102273125142670895523","10506589448013119380546366133395404067641768706747229038823498550136751606916"],["0","-10391388030065110459046273434617090193553263906975328722022907249497089967301","-7616356875283760160653246635535544752755018875292656956438055636148911623736","-19433803921835752438016589282367597118077297111739696089145281341298285271725","13393313726857875735747972592069966771607498278462522291486728938514345936402","-3823938097924008522321111798693475339203209422302066710818252255129165909197","9711749678925983273555556112585867641470530107498697370206720939314464295892","20895106883204983594293920475072714905800167830003121095830456201105477969446","21454054274553004715780288772639465513804420884991061953593904671312882843361","5576508256492109724020959191529632817331724672584606838088996709296843364238","18400676092690672741429363198529961786323316192299261687106806222381541675726","18794193507412120558914731633866333033406576275147792623048120748809956368176","-12176793301226189701130494524088643693469812705441227392761218032263069722350","-16743438306504652069166010629419702683707290204979607681804916243223802350464","-14917563378670100239056751487533392723513406319570749223661594844969124873975","-5589591808772592763185194934984978042296235240030492689983841300288626976902","3147261721567660184923642749638630038612775674806150879876452499306382696644","-12380501910206910738788442292875257317676019326263207665082745749682632251878","10507003137973840510101826520446109753529723959926597651351323135982752302000","15923167480810264808449613798517503739983613434831704343059363685532551968964","14042442009514932607489037158165141246115655325019901234951274017752934729138","-17942191245629611690559445640247055153432988433525991668332460292966533196719","15987735587095300362531515950075698367578993260611951753811391512061772949039","-17832257983903958693685242138128696566996308432977122057705958563467824818965","579259453959176438349001076653969844515959764910164350031819380243810916314","-14111276331466253226370838276012961193724134286836746207483535204633998439364","16235778237244616189313000887555211713991800923400967376124366050833804061431","-6538406187987041012216676191947245364801404501831745804475762649704540375209","-5301081759014500928747925567280210125491365822606623095373942453714801968420","-11127822979348001250202432773136735194934569956105685872721629843889544585609","382731170732156296809760682792524034085044104188335059590657381664478384342","10504890573507417712825749010472486728244250274715196296313811426458246888212","4854152636786309954625350102672288051766544487755731362369185900064432085400","2916439354563089616714791116187229934140764457237105735529443317910183140827","6254311054316589062935529217599797425324793695048083100760226463715299843613","-2324541527086051176605462605979938889903477723722371746760068641495957241706","-2708409728998373578607352371505740200228915904986009811359371142134080146454","-8954750595448057143671394660719253165462423061269424061317600667805895124782","2547284834462388454967611842965996691818529994073532777042967836458729456462","-21883418968254333899990255608094652433961618775912100883978377581443967049155","301748818857056017195289134716004597798844957641141073918705333977121160163","9797311557350424989475226188250813704765424031531583133432937645411928326945","20398788338591761257678856080619648041954262851047024682257587273022416224323","-9627669356607373549528326069889388752597076035702879941174370604863619258497","10316596377960871481834527650928690377854054685146491851388809884678931043225","-2837330202358230185208033569820133203270861543719473607395384312139745956497","-430826065004177511221307635776504734089251691707337725322579951393890663348","-12052543596050120996329659727632225817131362717703357202491003501869790949337","9537001761694763816991522240070790756006038040370927181204738224194728486616","-2311049827659187904200939708569915344046952623172697940576842113073636014591","-5136928622555888537347076268624749057337253630180314639142855726685539924000","-11346825690442943663976527488968790510110874716797753800457360055905163575460","-6807715445120288145117428301659754153857843402166149370032623435673821029126","-1508490972493683921863141902446632933640304345394548339052050311003744631701","-4080582141691111368668114931149924220823798273960175353761553682886784566264","-18289200286076594979385906320697768484783533007769732105880935034505962895369","-14660355474833874275990099390559818271277559940280104753232057602604914423934","1541226601221049923895574506039495174666813052550483058299823058949143693309","7255604230732152962523526208845339606755711005463814598710516181246206471345","19859851371095410481150638612185727680855285982599165211832959029308452111634","-10426576225814327268895035502461280839776934844230866724122167833040779087534","-3320795203666568520390994049803261820635278176897585295660987951466096133223","-2443690566808355762252407233832590961865779741503000313494458572995194582580","-7758790096046749693149957008119752223728824218386321054537151792385122134895","-1338381029103107090157013996162654532186551928639364885781884260698599392044","-6384867732894803271898400363571148370660228649290206062051024464246148820889","-15906805616773875938309968226383452047034518850379650774958623147775348763720","-16256736906889834435077013913063219707782575961668055155187367000211928574088","-14518171325250960334918100143412942573923495724785072405815674643533543219306","-21110073527383821233816529505844539765793807148484738133041314566006021203597","16251181312373064828063492466644102962674000172841572827786945392327924468175","-16393770887999385840903127662597824644311338118013085983353420963483879268834","7555768902958296000330921045066522800893576307870654826104049693320976621601","-10771934263467914811211506024541521100715011275125183666333772665845435979603","21665560705786382072608166755683159027451376137696234346193900009494780104479","-17613882027630083839925728153693401355368113656406843248762283021199962325906","5702154620600586811637035049462327607158920865562527437045374185206754761747","-5702187063440605501432257479741679251855901138334189279149577562525770688665","3535621743748770937144309329081653840598828689512020754865133613975777760413","-20971041608541574663356727628644595088342835422913762475732824589617933385064","10396103097936334128220325164403739297253230299647593351548072675367419344743","-15405934679891126793360890350432504627393164820910442378949904276255949625340","5929849802462075144149078846863024056768213775733588781064770197517180145643","-15492962114803293852415768002208795883682697766055126592386099720912182825577","253124293426867340103688890704742129665365307064729564228866379085970114394","-6785085830908485718564135765990745157347397352147580302023004242295687149285","17371480490886927947878691825037251795300760505286104727946056565242137580050","-16181499405481251152013297989293233974406916896187078263697843683028942756836","11551665235631313589354978485042092377987930588481169487963855580896074772360","-2679990222071016738395969065847781657512382620200123692660337107067790910107","3763434522215509322719306627681074729290805590660317892122932508435338765632","-3056092474383726452381019302558316150241642860630011815138850853379233699456","7149465738424402468051029229114826973073667688039816641446167699610279019624","-12086638375109132396805007212408640262225749899378089628027246351811921768722","16374156447117998070900894584530846226725848207387438922369857783983073973198","-13267179466998675898527642238812333029900883956989444358992460351600426281468","3843296101037051713729751091667218470458122728879272153293218014594670731031","-5564315720861477864453397232557287948648065677580076774869719964720332213379","21577374091231987085015205576452736170164833575143108085644165674457506619388","-12166366100495276003286422451258263412104429413184617782506342063709533295429","21013178896026238761092732266790808135283537413494458077646997100273503213832"],["0","-20782776060130220918092546869234180387106527813950657444045814498994179934602","6655529121271754900939912474186185583038326649830720430822092914277985248145","-16979364971832229653786772819477919147606229823063357834592358496020762047833","4898384581876476249249539438882658454666632156509010239275253690452883377187","14240366675991258177604182147870324410141945555811900922061699676317476677223","19423499357851966547111112225171735282941060214997394740413441878628928591784","19901970894570691966341435204888154723051971259590207847962708215635147443275","21019865677266734209314171800021655939060477369566089563489605156049957191105","11153016512984219448041918383059265634663449345169213676177993418593686728476","14913109313542070260612320651802648484098267984182489030515408258187274855835","15700144142984965895583057522475390978264788149879550902398037311044104240735","-2465343730613104180014583302920012298391261010466420441824231877950330949083","-11598633741170028916085615513582130278866216009543181019911628299871796205311","-7946883885500925255867097229809510358478448238725464103624985503362441252333","-11179183617545185526370389869969956084592470480060985379967682600577253953804","6294523443135320369847285499277260077225551349612301759752904998612765393288","-2872760948574546255330478840493239546803674252110380986467287312789456008139","21014006275947681020203653040892219507059447919853195302702646271965504604000","9958092089781254394652821851777732391418862469247374342420523184489295442311","6196641147190589992731668571073007403682946249623768126204343848930060962659","-13996139619419948158872485535236835218317612466635948992966716399357257897821","10087228302351325502816626154894121646609622120807869163924578837547737402461","-13776273095968642165124078531000118045444252465538209771713712940359841142313","1158518907918352876698002153307939689031919529820328700063638760487621832628","-6334309791093231230495270806768647298899904173257458071268866222692188383111","10583313602649957156379596029853148339435237446385900408550527915091799627245","-13076812375974082024433352383894490729602809003663491608951525299409080750418","-10602163518029001857495851134560420250982731645213246190747884907429603936840","-367403086856727278158459801016195301320775511795337401745055501203280675601","765462341464312593619521365585048068170088208376670119181314763328956768684","21009781147014835425651498020944973456488500549430392592627622852916493776424","9708305273572619909250700205344576103533088975511462724738371800128864170800","5832878709126179233429582232374459868281528914474211471058886635820366281654","12508622108633178125871058435199594850649587390096166201520452927430599687226","-4649083054172102353210925211959877779806955447444743493520137282991914483412","-5416819457996747157214704743011480400457831809972019622718742284268160292908","-17909501190896114287342789321438506330924846122538848122635201335611790249564","5094569668924776909935223685931993383637059988147065554085935672917458912924","-21878595064669392577734105470932029779374873151408167424258550976312125602693","603497637714112034390578269432009195597689915282282147837410667954242320326","19594623114700849978950452376501627409530848063063166266865875290823856653890","18909333805344247293111306415982020995360161301678015020816970359469023953029","-19255338713214747099056652139778777505194152071405759882348741209727238516994","20633192755921742963669055301857380755708109370292983702777619769357862086450","-5674660404716460370416067139640266406541723087438947214790768624279491912994","-861652130008355022442615271553009468178503383414675450645159902787781326696","-2216844320260966770412913710007176545714361034990680061283802817163773403057","19074003523389527633983044480141581512012076080741854362409476448389456973232","-4622099655318375808401879417139830688093905246345395881153684226147272029182","-10273857245111777074694152537249498114674507260360629278285711453371079848000","-805408509046612105706649232680305931673385033179473257216515925234518655303","-13615430890240576290234856603319508307715686804332298740065246871347642058252","-3016981944987367843726283804893265867280608690789096678104100622007489263402","-8161164283382222737336229862299848441647596547920350707523107365773569132528","-14690157700313914736525406896138261881018701615123429868063665882436117295121","-7432468077828473329733793035862361454006755480144175162765911018634020352251","-18805789669397175374455256733178284739214738295315068227098558068677521108999","14511208461464305925047052417690679213511422010927629197421032362492412942690","-4056783001487729482191534266143094815386156835633738263730490314534712767966","1035090420210620684456334740334713408994494711954300895453868520494250320549","-6641590407333137040781988099606523641270556353795170591321975902932192266446","-4887381133616711524504814467665181923731559483006000626988917145990389165160","-15517580192093499386299914016239504447457648436772642109074303584770244269790","-2676762058206214180314027992325309064373103857278729771563768521397198784088","-12769735465789606543796800727142296741320457298580412124102048928492297641778","-9925368361708476654373530707509629005520673300343267206219042108974889031823","-10625230941940393647907622080869164327016787522920075966676529813848048652559","-7148099778662645447589794541568610059298627049154110467933145100491277942995","-20331904182928367245386653266431804443039249896553441922384424945436233911577","10614119752906854433880579188030930836799635945267111311875686598080040440733","-10899298904159496459559849579938374200074311835610137623008637740391950042051","15111537805916592000661842090133045601787152615741309652208099386641953243202","-21543868526935829622423012049083042201430022550250367332667545331690871959206","21442878539733488922969927766109042966354387874976434348689595832413751713341","-13339521183420892457605050562129527622187862912397652153826361855824116156195","11404309241201173623274070098924655214317841731125054874090748370413509523494","-11404374126881211002864514959483358503711802276668378558299155125051541377330","7071243487497541874288618658163307681197657379024041509730267227951555520826","-20053840345243874104467049512031915088137306445411490607767444992660058274511","20792206195872668256440650328807478594506460599295186703096145350734838689486","-8923626487942978364475374955607734166237965241404850414201604365936090755063","11859699604924150288298157693726048113536427551467177562129540395034360291286","-9097681357767312482585130259160316678817031131694218841073995255248557155537","506248586853734680207377781409484259330730614129459128457732758171940228788","-13570171661816971437128271531981490314694794704295160604046008484591374298570","12854718109934580673510977904817228502053156610156175112193908943908466664483","-10474755939123227081780190233329192860265469391958122183697483179482077018055","1215087599423351956463551224826909667427496776546304632229506975216341049103","-5359980444142033476791938131695563315024765240400247385320674214135581820214","7526869044431018645438613255362149458581611181320635784245865016870677531264","-6112184948767452904762038605116632300483285721260023630277701706758467398912","14298931476848804936102058458229653946147335376079633282892335399220558039248","-2285033878378989571363608679560005435903135398340144912356288517048035041827","10860070022396720919555383423804417364903332014358843501041511381390339450779","-4646116062158076574808878732367390971253403513562854374286716516625044067319","7686592202074103427459502183334436940916245457758544306586436029189341462062","-11128631441722955728906794465114575897296131355160153549739439929440664426758","21266505310624698947784005407648197251781302749870181827590127162339204743159","-2444489329151276784326439157259251735660494425953201221314479940843258095241","20138114920213202299939058788324341182018710426572881811595790013971197932047"],["0","-19677309248421166613938687993211085685664691227485280544393424811412551373587","-8577184629295765420366580796884903922471711100754593482054018358019837999327","-12070487071825184085327139893698563206664095245710681325486512805465715600049","9796769163752952498499078877765316909333264313018020478550507380905766754374","6592490480143241132961958550483373731735526711207767500425195166059144858829","16958755843864657871975818705086195477333756029578755137128679570682048687951","17915698917302108710436464664519034357555578118764381352227212244694486390933","20151488482694193196381937854786036789572590338716144783281006125524105886593","417790154129163673837431020861256180778534289922393008657782650611564961335","7937975755244865298978235558348021879648171567948943717332612329798741216053","9512045414130656568919709299693506867981211899343067461097870435512399985853","-4930687461226208360029166605840024596782522020932840883648463755900661898166","-1309024610500782609924825281906985469184067618670327696125052413167783915005","-15893767771001850511734194459619020716956896477450928207249971006724882504666","-470124363251095830494373994682637080636576559705936416237161014578699411991","12589046886270640739694570998554520154451102699224603519505809997225530786576","-5745521897149092510660957680986479093607348504220761972934574625578912016278","20139769680056086818160900336527163925570531439290356261707088357355200712383","19916184179562508789305643703555464782837724938494748684841046368978590884622","12393282294381179985463337142146014807365892499247536252408687697860121925318","-6104036367000621095498565325216395348086860532855863642235228612138707300025","20174456604702651005633252309788243293219244241615738327849157675095474804922","-5664303320098009108001751316742961002340140530660385199729221694143873789009","2317037815836705753396004306615879378063839059640657400127277520975243665256","-12668619582186462460990541613537294597799808346514916142537732445384376766222","21166627205299914312759192059706296678870474892771800817101055830183599254490","-4265381880108888826620299022531706370657253606910948874204846412242353005219","-21204327036058003714991702269120840501965463290426492381495769814859207873680","-734806173713454556316919602032390602641551023590674803490111002406561351202","1530924682928625187239042731170096136340176416753340238362629526657913537368","20131319422190395629056590296632671824428636698444750841557041519257179057231","19416610547145239818501400410689152207066177951022925449476743600257728341600","11665757418252358466859164464748919736563057828948422942117773271640732563308","3129001345427081029495711125141914612750810379776298059342701668285390878835","-9298166108344204706421850423919755559613910894889486987040274565983828966824","-10833638915993494314429409486022960800915663619944039245437484568536320585816","-13930759509952953352439172897619737573301327844661661901572198484647772003511","10189139337849553819870447371863986767274119976294131108171871345834917825848","-21868947257499509933221805196606784470201381902400300504818897766048442709769","1206995275428224068781156538864018391195379830564564295674821335908484640652","17301003357562424735654499007745979730513331725710298190033546395071904812163","15930424738849219363976207086706766902171958202939995697935736532362239410441","-16622434554590218975866898534300279921839939742395485420999278232878668538371","19378142640004210705091704858457486422867854340169933061857035352139915677283","-11349320809432920740832134279280532813083446174877894429581537248558983825988","-1723304260016710044885230543106018936357006766829350901290319805575562653392","17454554231317341681420578325242921997119642330434674221130598552248261689503","-5628478696899495176526722530231387153072576639348359962577455476372703044770","-9244199310636751616803758834279661376187810492690791762307368452294544058364","-20547714490223554149388305074498996229349014520721258556571422906742159696000","-1610817018093224211413298465360611863346770066358946514433031850469037310606","-5342618908641877358223307461381741526883009208248563136432289556119475620887","-6033963889974735687452567609786531734561217381578193356208201244014978526804","-16322328566764445474672459724599696883295193095840701415046214731547138265056","-7492072528788554250804408047019248673489038829830825392429127578296426094625","-14864936155656946659467586071724722908013510960288350325531822037268040704502","-15723336466955075526664107721099294389881112190214102110498911950779233722381","-14754068820749938594398706655133191750073884778976810292554343648166791105854","-8113566002975458964383068532286189630772313671267476527460980629069425535932","2070180840421241368912669480669426817988989423908601790907737040988500641098","-13283180814666274081563976199213047282541112707590341182643951805864384532892","-9774762267233423049009628935330363847463118966012001253977834291980778330320","-9146917512347723550353422287221733806366932473129249874450402982964680043963","16534718755426846861618349760606656959802156685858574800570667143781410927441","-3651228059739937865347195709027318394092550196744789904505893670408786787939","-19850736723416953308747061415019258011041346600686534412438084217949778063646","-21250461883880787295815244161738328654033575045840151933353059627696097305118","-14296199557325290895179589083137220118597254098308220935866290200982555885990","-18775565494017459268526900787606333797530135392690849501070645704296659327537","21228239505813708867761158376061861673599271890534222623751373196160080881466","-21798597808318992919119699159876748400148623671220275246017275480783900084102","8334832739993908779077278435008816115025940831066584960717994586708097990787","-21199494182032384022599618352908809314311680700084700321636886476805935422795","20997514207627702623693449786960810844160411349536834353680987478251694931065","-4790799495002509692963695379001780155827361424379269963954519525072423816773","920375610563072024301734452592035340087319061834075404483292554251210551371","-920505381923146783482624173709441918875240152920722772900106063527274259043","14142486974995083748577237316326615362395314758048083019460534455903111041652","-18219437818648472986687693278806555087726248490406946871836685798744308053405","19696169519906061290634894912357682100464556798174339062494086514893868883355","-17847252975885956728950749911215468332475930482809700828403208731872181510126","1831156338009025354349909642194821138524490702518320780560876603492912086955","-18195362715534624965170260518320633357634062263388437682147990510497114311074","1012497173707469360414755562818968518661461228258918256915465516343880457576","-5252100451794667652010137318705705540841225008174286864393812782606940101523","3821193348029886124775550064377181915557948819896315880689613701241124833349","-20949511878246454163560380466658385720530938783916244367394966358964154036110","2430175198846703912927102449653819334854993553092609264459013950432682098206","-10719960888284066953583876263391126630049530480800494770641348428271163640428","15053738088862037290877226510724298917163222362641271568491730033741355062528","-12224369897534905809524077210233264600966571442520047260555403413516934797824","6709620081858334649957711171202032803746306351743232222086466611865307582879","-4570067756757979142727217359120010871806270796680289824712577034096070083654","21720140044793441839110766847608834729806664028717687002083022762780678901558","-9292232124316153149617757464734781942506807027125708748573433033250088134638","15373184404148206854919004366668873881832490915517088613172872058378682924124","-369020011606636235567183184971876706043898309904272755780675672305520357899","20644767749410122673321605070039119415014241099324329311482050138102600990701","-4888978658302553568652878314518503471320988851906402442628959881686516190482","18387986968587129377631711831391407275489056452729729279493375841366587368477"],["0","-17466375625003058005630970241164896282781018054554526745088645436249294251557","-17154369258591530840733161593769807844943422201509186964108036716039675998654","-2252731271811092948407874042139851324779826091005328307274821424355622704481","19593538327505904996998157755530633818666528626036040957101014761811533508748","13184980960286482265923917100966747463471053422415535000850390332118289717658","12029268815890040521705231664915115866119147658741475930559154954788288880285","-7945087909074333023619882161476481461985572563303305982941983883762644209368","18414734093549111170517469964314798490596816277016255222863808064472403277569","835580308258327347674862041722512361557068579844786017315565301223129922670","15875951510489730597956471116696043759296343135897887434665224659597482432106","19024090828261313137839418599387013735962423798686134922195740871024799971706","12026867949386858502188072533577225894983320358550352576401276674774484699285","19270193650837710002396755181443304150180229163075378951448099360240240665607","11988950201674849421024422571276508743182935845930212272896466359701851981902","-940248726502191660988747989365274161273153119411872832474322029157398823982","3289850900702006257142736251851765220353840998033172695313415807875253077535","-11491043794298185021321915361972958187214697008441523945869149251157824032556","18391296488272898414075394927797052762592698478164678179715972528134592929149","17944125487285742356364881661853654477127085476573463025983888551381373273627","2898321716923084748680268539034754526183420598079038161119171209144435355019","-12208072734001242190997130650432790696173721065711727284470457224277414600050","18460670337566026789020098874319211497890124082815442312000111163615141114227","-11328606640196018216003502633485922004680281061320770399458443388287747578018","4634075631673411506792008613231758756127678119281314800254555041950487330512","-3448996292533649699734677481817314107051252292613797941377260704192945036827","20445011538760553403271978374155318269192585385127567290503907473791390013363","-8530763760217777653240598045063412741314507213821897748409692824484706010438","-20520411200276732207736998792984405915382562180436950419293335443142607251743","-1469612347426909112633839204064781205283102047181349606980222004813122702404","3061849365857250374478085462340192272680352833506680476725259053315827074736","18374395972541516035866774848008068560308908996473467339415878851938549618845","16944978222451204414756395076121029325583991501629816555255283013939648187583","1443271964665441711471923184240564384577751257480811540537342356705656630999","6258002690854162058991422250283829225501620759552596118685403336570781757670","-18596332216688409412843700847839511119227821789778973974080549131967657933648","-21667277831986988628858818972045921601831327239888078490874969137072641171632","-5973276148066631482631940049982200058054291288907289459446192782719735511405","20378278675699107639740894743727973534548239952588262216343742691669835651696","-21849651643159744644197204647956293851854399404384566665939591345521076923921","2413990550856448137562313077728036782390759661129128591349642671816969281304","12713763843285574249062592270234684372478299051004562036368888603568001128709","9972606605859163505706008428156258715795552005463957052173268878148670325265","-11356626237341162729487391323343284755131515084374936498300352279181528581125","16868042408169146187937003971657697757187344279923831780015866517704022858949","-810398747026566259417862813303790537618527949339754515464870310542159156359","-3446608520033420089770461086212037872714013533658701802580639611151125306784","13020865590795408140594750905228568905690920260453314098562992917920714883389","-11256957393798990353053445060462774306145153278696719925154910952745406089540","-18488398621273503233607517668559322752375620985381583524614736904589088116728","-19207186108607833076530204403740717370149664641026482769444641626908510896383","-3221634036186448422826596930721223726693540132717893028866063700938074621212","-10685237817283754716446614922763483053766018416497126272864579112238951241774","-12067927779949471374905135219573063469122434763156386712416402488029957053608","-10756414261689615727098513703942118678042021791265368486394225276518468034495","-14984145057577108501608816094038497346978077659661650784858255156592852189250","-7841629439474618096688766398192170727478657520160666307365439887960272913387","-9558430062070875831081809696941313691213859980012169877299619714982658949145","14268348102178673255695398180248166676948959242878448102287721076818034779526","-16227132005950917928766137064572379261544627342534953054921961258138851071864","-17747881190996792484421066783918421452570385552598830761882730104598807213421","-4678118757493272940881546653168819476533861014764648021589699425152960570167","-19549524534466846098019257870660727694926237932024002507955668583961556660640","-18293835024695447100706844574443467612733864946258499748900805965929360087926","11181194639014418500990293775956038831055948971301115257443130100987013359265","-7302456119479875730694391418054636788185100393489579809011787340817573575878","-17813230574994631395247717084781240933534328800957034481177964249323747631675","-20612680895922299369384082578219382219518785691264269523007915068816386114619","-6704156242811306568112772421017165148646143796200407528034376215389303276363","-15662888116195643314807395829955392506511906384965664658443087222017510159457","20568236139788142513275911006866448258650179380652410903804542205744353267315","-21708952744798710615992992574496221711748882942024516148336346774991991672587","16669665479987817558154556870017632230051881662133169921435989173416195981574","-20510745492225492822952830960560343540074996999753366299575568767036062349973","20106785543416130025140493828664346599772458298657634363663770769927581366513","-9581598990005019385927390758003560311654722848758539927909039050144847633546","1840751221126144048603468905184070680174638123668150808966585108502421102742","-1841010763846293566965248347418883837750480305841445545800212127054548518086","6396731078150892274908068887395955636242265115680131695222864725230413587687","-14550632765457670751128980812355835086904132580397859399975167410912807611193","17504096167972847359023384079458089112380749195932643781289968843211929271093","-13806263079932638235655094077173661576403496565203367313108213277168554524635","3662312676018050708699819284389642277048981405036641561121753206985824173910","-14502482559229974708094115291383991626719760126360841020597776834418420126531","2024994347414938720829511125637937037322922456517836513830931032687760915152","-10504200903589335304020274637411411081682450016348573728787625565213880203046","7642386696059772249551100128754363831115897639792631761379227402482249666698","-20010780884653633104874355188059496352513513167416454391091728531352499576603","4860350397693407825854204899307638669709987106185218528918027900865364196412","-21439921776568133907167752526782253260099060961600989541282696856542327280856","8219233305884799359508047276191322745778080324866508793285255880906901629439","-2560496923230536396801748675209254113384778484624060177412602640458061100031","13419240163716669299915422342404065607492612703486464444172933223730615165758","-9140135513515958285454434718240021743612541593360579649425154068192140167308","21552037217747608455975127949960394371064963657019339660467841338985549307499","-18584464248632306299235514929469563885013614054251417497146866066500176269276","8858125936457138487591602988080472675116617430618142882647539930181557352631","-738040023213272471134366369943753412087796619808545511561351344611040715798","19401292626980970124396804394820963741480117798232624279265896089629393485785","-9777957316605107137305756629037006942641977703812804885257919763373032380964","14887731065334983533017017917525539462429748505043424215288547496157366241337"],["0","-13044508378166840789015534737072517477013671708693019146479086685922780007497","-12420495645343786459219917442282340601338480002602339584517869245503543501691","-4505462543622185896815748084279702649559652182010656614549642848711245408962","17298833783172534771749909765803992548784692851656047570503825337047258521879","4481719048733689309601428456676219838393742444415035658002576477660770939699","2170294759940805821164057584572956643689930917066917517420105723000769264953","-15890175818148666047239764322952962923971145126606611965883967767525288418736","14941225315258947118788534183372321892645268153616476102029411942368998059521","1671160616516654695349724083445024723114137159689572034631130602446259845340","9863660149140185973666536488134812430044321871379740525632245132619156368595","16159938784683351053432431453516752383376483196956235500693277555473791447795","2165493026934441782129739321897176701418276316684670809104349162973160902953","-5236098442003130439699301127627941876736270474681310784500209652671135660020","2089657531510423619802439397295742397817507291444390202094728532827895468187","-1880497453004383321977495978730548322546306238823745664948644058314797647964","6579701801404012514285472503703530440707681996066345390626831615750506155070","-1093844716757094820397424978688641285881029616467013548040094315739839569495","14894350104706521605904384110336830436637032555913322015733740869693377362681","14000008102732209490483357578450033865705806552730891708269572916186938051637","5796643433846169497360537078069509052366841196158076322238342418288870710038","-2527902596163209159747855555608306303799077731007420225242710261979020704483","15033097803292778355793792003381147907231883765214850280302018140654473732837","-768970408552761209760599521714568920812197722225506455218682589999686660419","9268151263346823013584017226463517512255356238562629600509110083900974661024","-6897992585067299399469354963634628214102504585227595882754521408385890073654","19001780205681831584297551003053361449836806369839100237309610761006971531109","-17061527520435555306481196090126825482629014427643795496819385648969412020876","-19152579528714189193227591840711536742216759960457866494888466699709406007869","-2939224694853818225267678408129562410566204094362699213960444009626245404808","6123698731714500748956170924680384545360705667013360953450518106631654149472","14860549073243756849487143950758862032069453592530900335133553517301290742073","12001713573063133607266384406984783562619618602843598766812361841303487879549","2886543929330883422943846368481128769155502514961623081074684713411313261998","12516005381708324117982844500567658451003241519105192237370806673141563515340","-15304421561537543603440995950421747149907279179141913604462894077359507371679","-21446312792134702035471232198834568115114290079360122638051734087569473847647","-11946552296133262965263880099964400116108582577814578918892385565439471022810","18868314479558940057235383742198671980548115504760490088989281196763862807775","-21811060414480214066148003550655312615160434408353098988180978504466345352225","4827981101712896275124626155456073564781519322258257182699285343633938562608","3539284814731873275878778795212093656408233701593089729039573020560193761801","19945213211718327011412016856312517431591104010927914104346537756297340650530","-825009602843050236728376901429294421714665768333838652902500371787248666633","-10040400927340258068618803547199154662722040240984405127364675337743571273336","-1620797494053132518835725626607581075237055898679509030929740621084318312718","-6893217040066840179540922172424075745428027067317403605161279222302250613568","4153488309751541058943096065199862722833476120490593853427781649265621271161","-625671915758705483860484375668273523741942156977405506611617718915003683463","-15088554370707731244968629591861370416202877570347132705531269622602367737839","-16526129345376390930814003062224159651750964881636931195191079067241213297149","-6443268072372896845653193861442447453387080265435786057732127401876149242424","-21370475634567509432893229845526966107532036832994252545729158224477902483548","-2247612688059667527563864693888851849696505125896739081134600789484105611599","-21512828523379231454197027407884237356084043582530736972788450553036936068990","-8080047243314941780971226442819719605407790918907267226018306126609895882883","6204983992890039028868872948872933633591049360094701728967324410655262668843","2771382747697523560082786351374647706120644440391694589098964756610490597327","6648453332518071289144390615239058265349554085340861860877237967060261063435","11322221731776714586960537361369791654007474115762162577552485856873914847506","-13607519510154309746595727822579567816592406704781627180067256022621805931225","-9356237514986545881763093306337638953067722029529296043179398850305921140334","-17210806197094416973792109996064180301304111463631970672213132981347304825663","-14699427177551618979167283403629660136919365492100965154103407745282911680235","474146406189561779734181806654802573563533542186196171188056015398218222913","-14604912238959751461388782836109273576370200786979159618023574681635147151756","-13738218278149987568249028424305206778520293201498034618657724312071686767733","-19337118920005323516521759411181489350489206982112504702317625951056963733621","-13408312485622613136225544842034330297292287592400815056068752430778606552726","-9437533360552011407368385914653509924475448369515294973187970257459211823297","19248229407737009804305416268475621428751994360888787463910880224912898039013","-21529662617758146009739579403735168334949401483632997952974489363408174849557","11451088088136359894062707994777989371555398923850305499173774160256583467531","-19133248112611710423659256175863411991601629599090698255452933347496316204329","18325328214992984828034581912071418110996552196899234383629337353279354237409","-19163197980010038771854781516007120623309445697517079855818078100289695267092","3681502442252288097206937810368141360349276247336301617933170217004842205484","-3682021527692587133930496694837767675500960611682891091600424254109097036172","12793462156301784549816137774791911272484530231360263390445729450460827175374","-7213022659076066280011555879454395085259900760379684456252130635249806726769","13119949464106419495800362413658903136213133991449253218881733499848050046569","-5724283288026001249063782409090048064258628729990700282518222367761300553653","7324625352036101417399638568779284554097962810073283122243506413971648347820","-7116722246620674193941824837510708164891155852305647697497349482261031757445","4049988694829877441659022251275874074645844913035673027661862065375521830304","-21008401807178670608040549274822822163364900032697147457575251130427760406092","15284773392119544499102200257508727662231795279585263522758454804964499333396","-18133318897467990987502304630861717616478661934416874438485252876129190657589","9720700795386815651708409798615277339419974212370437057836055801730728392824","-20991600681296992592089099308307231431649757522785944738867189526508846066095","16438466611769598719016094552382645491556160649733017586570511761813803258878","-5120993846461072793603497350418508226769556969248120354825205280916122200062","4950237455594063377584438939550856126436861006556894544647662260885421835899","-18280271027031916570908869436480043487225083186721159298850308136384280334616","21215831563655941689703850154663513653581562913622644977237478491395290119381","-15280685625425337376224624113681852681478863708086800650595527946424544042935","17716251872914276975183205976160945350233234861236285765295079860363114705262","-1476080046426544942268732739887506824175593239617091023122702689222081431596","16914342382122665026547203044384652394411871196049214214833587992682978475953","-19555914633210214274611513258074013885283955407625609770515839526746064761928","7887219258830691843787630089793803836311132609670814086878890805738923987057"],["0","-4200773884494406355784663728887759865478979016970003949259969185269751519377","-2952748418848297696193429139307406114128595604788644825337534304431278507765","-9010925087244371793631496168559405299119304364021313229099285697422490817924","12709424694505794321253413786350710009021021302896060797309446487518708548141","-12924804774371896603043548831904835411760879511585963027693051231254266616219","4340589519881611642328115169145913287379861834133835034840211446001538529906","-9892108764458056872233122900648650759393925852797189588069731348474768341855","7994207758678619015330662621487368696742171906816917860360619698162187623425","3342321233033309390699448166890049446228274319379144069262261204892519690680","19727320298280371947333072976269624860088643742759481051264490265238312737190","10431634697527426884618457161776229678204601993496436657688350924371774399973","4330986053868883564259478643794353402836552633369341618208698325946321805906","-10472196884006260879398602255255883753472540949362621569000419305342271320040","4179315063020847239604878794591484795635014582888780404189457065655790936374","-3760994906008766643954991957461096645092612477647491329897288116629595295928","13159403602808025028570945007407060881415363992132690781253663231501012310140","-2187689433514189640794849957377282571762059232934027096080188631479679138990","7900457337573767989562362475416385784725700711410609687769277552810946229745","6111773333625143758720309411642792642863248705045749072840941645798067607657","11593286867692338994721074156139018104733682392316152644476684836577741420076","-5055805192326418319495711111216612607598155462014840450485420523958041408966","8177952734746281489341178261505020725915403130013666216905832094733138970057","-1537940817105522419521199043429137841624395444451012910437365179999373320838","-3351940345145629195078371292330240064037651923290775142679984018773859173569","-13795985170134598798938709927269256428205009170455191765509042816771780147308","16115317539524387946348696260849447811125248339262166130921017335438134566601","-12234812169031835390715986434996375876709664454871556649940567111363015546135","-16416916185589103164208777936165798395885155520499698646078729212843003520121","-5878449389707636450535356816259124821132408188725398427920888019252490809616","12247397463429001497912341849360769090721411334026721906901036213263308298944","7832855274648238476727882156260448975590542784645766326568902848026772988529","2115184274286991992286363068712292036690872805271163189926519496031167263481","5773087858661766845887692736962257538311005029923246162149369426822626523996","3143767891577373013719283255878041813458118637794350131043409159707318535063","-8720600251235811984635586155586219211266193957867792865227583968143206247741","-21004382712430128848696058652411861141680215758304210932405263988563139199677","-2004861720427250708281354454671525143668800755213123494086566944303133550003","15848386087278604892224361739140068872547866609104945834280358206951917119933","-21733877957121152910049601356053350141772504416290163632663752822356882208833","9655962203425792550249252310912147129563038644516514365398570687267877125216","7078569629463746551757557590424187312816467403186179458079146041120387523602","18002183551597378800577627967367759774633843621439793864994871326018872805443","-1650019205686100473456753802858588843429331536667677305805000743574497333266","-20080801854680516137237607094398309325444080481968810254729350675487142546672","-3241594988106265037671451253215162150474111797359018061859481242168636625436","-13786434080133680359081844344848151490856054134634807210322558444604501227136","8306976619503082117886192130399725445666952240981187706855563298531242542322","-1251343831517410967720968751336547047483884313954811013223235437830007366926","-8288865869576187267690853438465465743857390740278231067364335058628926980061","10724227052925768582864805366066230873594799037558206297014250238669190396936","-12886536144745793691306387722884894906774160530871572115464254803752298484848","-20852708397295743643540053945796657126515709265572470747760112262379996471479","-4495225376119335055127729387777703699393010251793478162269201578968211223198","-21137414174919187686147649070511199623619722764645439601878696919498063642363","-16160094486629883561942452885639439210815581837814534452036612253219791765766","12409967985780078057737745897745867267182098720189403457934648821310525337686","5542765495395047120165572702749295412241288880783389178197929513220981194654","13296906665036142578288781230478116530699108170681723721754475934120522126870","756200591714153951674668977482308219466583831108290811406767527172021199395","-5326796148469344270945049899901860544636449009147220016436307858667803366833","-18712475029973091763526186612675277906135444059058592086358797700611842280668","-12533369522349558725337814246871085514059858526847907000728061776118801155709","-7510611483263962736088161062002045185290366583785895964508611303990014864853","948292812379123559468363613309605147127067084372392342376112030796436445826","-7321581606080227700531159926961272064192037173542284892348945176694485807895","-5588193684460699914251651103353138468492222002580034893617244437567565039849","-16785994968171371810797113077105703612430049563808975060937047715538118971625","-4928382099405951050204683938811385506036210784385595768439300674981404609835","-18875066721104022814736771829307019848950896739030589946375940514918423646594","16608215943634744386364426791693967768955624321361540584123556263249987582409","-21171082363677016797232753062213061581350438566849961562250774540240541203497","1013933304433444565879010244298703654562433447284576654649344133937358439445","-16378253353384145625072106606469548894654894797765362167207662508416823913041","14762413558146694433822758078885561133444739993382434423560470519982899979201","-16438153088180802321463157286756966158070526994618125367937952014003582038567","7363004884504576194413875620736282720698552494672603235866340434009684410968","-7364043055385174267860993389675535351001921223365782183200848508218194072344","3698681440764293877385869804326547456420696062304492437193254714345845855131","-14426045318152132560023111758908790170519801520759368912504261270499613453538","4351656056373563769354319082060531183877903582482472094065262813120291597521","-11448566576052002498127564818180096128517257459981400565036444735522601107306","14649250704072202834799277137558569108195925620146566244487012827943296695640","-14233444493241348387883649675021416329782311704611295394994698964522063514890","8099977389659754883318044502551748149291689826071346055323724130751043660608","-20128560742518065993834692804388369238181435664978260571452298074279712316567","8681303912399813775957994769760180235915226158754492701818705423353190171175","-14378394923096706752758203516466160144408959468417714533272301565682572819561","19441401590773631303416819597230554678839948424740874115672111603461456785648","-20094958490754709961931792871357187774751150645155855134036174866441883636573","10988690351699922215785783359508015894563956899050000829442819337051798022139","-10241987692922145587206994700837016453539113938496240709650410561832244400124","9900474911188126755168877879101712252873722013113789089295324521770843671798","-14672299182224557919571333127702811885901801973026284254002412086192752173615","20543420255472608157161294564069752218614761426829255610776752796214771743145","-8673128379011399530202842482106430274409363015757566957492851706273279590253","13544260873989278728120006207064615611918105322056537186891955534150420914907","-2952160092853089884537465479775013648351186479234182046245405378444162863192","11940441892406054830848000343512029700275377991682394085968971798790148456289","-17223586394581153326976620770890752682019546414835185197333474866916321028239","15774438517661383687575260179587607672622265219341628173757781611477847974114"],["0","-8401547768988812711569327457775519730957958033940007898519938370539503038754","-5905496837696595392386858278614812228257191209577289650675068608862557015530","-18021850174488743587262992337118810598238608728042626458198571394844981635848","3530606517172313420260421827444144929493678205376087250920688788461608600665","-3961366676904517983840691918552395734973394622755891711687898275932724736821","8681179039763223284656230338291826574759723668267670069680422892003077059812","2104025342923161477780159943959973569760512694821655167558741489626271811907","15988415517357238030661325242974737393484343813633835720721239396324375246850","6684642466066618781398896333780098892456548638758288138524522409785039381360","17566397724721468672419740207281974631628923085102927758830776343900816978763","20863269395054853769236914323552459356409203986992873315376701848743548799946","8661972107737767128518957287588706805673105266738683236417396651892643611812","-20944393768012521758797204510511767506945081898725243138000838610684542640080","8358630126041694479209757589182969591270029165777560808378914131311581872748","-7521989812017533287909983914922193290185224955294982659794576233259190591856","4430564333776774834895484269556846674282363583849347218809122276426216124663","-4375378867028379281589699914754565143524118465868054192160377262959358277980","15800914675147535979124724950832771569451401422821219375538555105621892459490","12223546667250287517440618823285585285726497410091498145681883291596135215314","1298330863545402767195742567020761120919000384216270945255165486579674344535","-10111610384652836638991422222433225215196310924029680900970841047916082817932","16355905469492562978682356523010041451830806260027332433811664189466277940114","-3075881634211044839042398086858275683248790888902025820874730359998746641676","-6703880690291258390156742584660480128075303846581550285359968037547718347138","-5703727468429922375631014109281237767861653940494349187319881446967751798999","10342392207209500670450986776441620533702132278108297918143830484300460637585","-2581381466224395559185567124735476664870964509327078956182930036150222596653","-10945589499338931106171150127074321703221946640583362948459254239110198544625","-11756898779415272901070713632518249642264816377450796855841776038504981619232","2606552055018727773578277953464263092894458267637409470103868239950808102271","15665710549296476953455764312520897951181085569291532653137805696053545977058","4230368548573983984572726137424584073381745610542326379853038992062334526962","11546175717323533691775385473924515076622010059846492324298738853645253047992","6287535783154746027438566511756083626916237275588700262086818319414637070126","-17441200502471623969271172311172438422532387915735585730455167936286412495482","-20120522553020982475145711559566447194812067116192387521112323790550469903737","-4009723440854501416562708909343050287337601510426246988173133888606267100006","9808529302717934562202317733022862656547368817793857324862512227328025744249","-21579513042403030597852796966849425194996644432164292921629301458137955922049","19311924406851585100498504621824294259126077289033028730797141374535754250432","14157139258927493103515115180848374625632934806372358916158292082240775047204","14116124231355482378908850189478244460719322842463553386291538465461937115269","-3300038411372200946913507605717177686858663073335354611610001487148994666532","3614882034317518170017597301717931526208567836894448177937707022177331897890","-6483189976212530075342902506430324300948223594718036123718962484337273250872","-5684625288428085495917282944439027893163743868853580076946912702633193958655","16613953239006164235772384260799450891333904481962375413711126597062485084644","19385555208804453286804468242584180993580595772506412317251733310915793761765","-16577731739152374535381706876930931487714781480556462134728670117257853960122","21448454105851537165729610732132461747189598075116412594028500477338380793872","-3884829417652312160366369700512514724999956661327109887230305420928788474079","-19817173922752212064833702146336039164483054130728907151822020338184184447341","-8990450752238670110255458775555407398786020503586956324538403157936422446396","-20386585477999100150048892395765124158691081128874844860059189652420318789109","-10431946101420491901638500026021603333082799275213034560375020319863775035915","2931693099720880893229086050234459445815833039962772572171093456045242179755","11085530990790094240331145405498590824482577761566778356395859026441962389308","4705570458233009934331156715698957972849851940947413099810747681665235758123","1512401183428307903349337954964616438933167662216581622813535054344042398790","-10653592296938688541890099799803721089272898018294440032872615717335606733666","-15536707188106908304805967480093280723722523717701149829019391214647876065719","-3178496172859842228429222748484895939571352653279779657757919365661793815801","-15021222966527925472176322124004090370580733167571791929017222607980029729706","1896585624758247118936727226619210294254134168744784684752224061592872891652","-14643163212160455401062319853922544128384074347084569784697890353388971615790","-11176387368921399828503302206706276936984444005160069787234488875135130079698","-11683747064503468399347820408954132136311734727201915778175891244500429447633","-9856764198811902100409367877622771012072421568771191536878601349962809219670","-15861890570368770407227137913356764609353429077645145549053676843261038797571","11328189015430213550482447838130660449362884242307046824548908339924166669201","-20453921855514758372219100379168848074152512733283888780803344893905273911377","2027866608866889131758020488597407309124866894569153309298688267874716878890","-10868263834929016027897807467681822700761425195114689990717120830257839330465","7636584244454113645399110412513847178341115586348834503422736853389991462785","-10988063304522329420679908828256657227592689588820216392177699841431355581517","14726009769009152388827751241472565441397104989345206471732680868019368821936","-14728086110770348535721986779351070702003842446731564366401697016436388144688","7397362881528587754771739608653094912841392124608984874386509428691691710262","-6963847764464989897799817772560305252491238641102703481310318354423418411459","8703312112747127538708638164121062367755807164964944188130525626240583195042","-1008890280264729774008723891102917168486150519546766786374685284469393718995","7410258536305130447352148529859863127843486839877098145275821469310784895663","-6578646114643421553520893604785557571016259008806556446291193742468318534163","16199954779319509766636089005103496298583379652142692110647448261502087321216","-18368878613196856765422979863519463387814506929540486799206391961983616137517","17362607824799627551915989539520360471830452317508985403637410846706380342350","-6868546974354138283270001287675045200269554536419394722846398944789337143505","16994560309707987384587233449203834269131532449065713887646019020347105075679","-18301674109670144701617179997457100460953936889895675924374145546307958777529","89137831560569209325160973758756700579549397683967315187434487527787548661","-20483975385844291174413989401674032907078227876992481419300821123664488800248","19800949822376253510337755758203424505747444026227578178590649043541687343596","-7456355492609840616896260510148348683255239545636534164306619985809695851613","19198597639105941092076183382882229348681158453242476877855301405853734990673","-17346256758022799060405684964212860548818726031515133914985703412546559180506","5200278876139282233993606668871956135287846243697040030085706881725033334197","-5904320185706179769074930959550027296702372958468364092490810756888325726384","1992640912972834439449594941766784312002391582948753828239739411004488416961","-12558929917323031431706835796524230275490728429254336050968745547256833560861","9660634163483492152904114613917940256696166038267222003817359036379887452611"],["0","-16803095537977625423138654915551039461915916067880015797039876741079006077508","10077249196446084437472689188027650632033981981261455042348066968850694464557","-14155457477138211952279578928980346107928853055669218572698938603114154776079","7061213034344626840520843654888289858987356410752174501841377576923217201330","-7922733353809035967681383837104791469946789245511783423375796551865449473642","17362358079526446569312460676583653149519447336535340139360845784006154119624","-17680192185992952266686085857337327949027339010772724008580721207323264871803","10088588162875200839076244740692199698420323226851637097744274606072941998083","13369284932133237562797792667560197784913097277516576277049044819570078762720","13244552577603662122593074669306674174709481769789821173963348501225825461909","-2049946953568842906018982843409631464278320826846322056643004675664519391342","17323944215475534257037914575177413611346210533477366472834793303785287223624","1887698207653506926898402469491015163206565003381582411394731151782531711074","16717260252083388958419515178365939182540058331555121616757828262623163745496","-15043979624035066575819967829844386580370449910589965319589152466518381183712","8861128667553549669790968539113693348564727167698694437618244552852432249326","-8750757734056758563179399829509130287048236931736108384320754525918716555960","9713586478455796736003044156408268050354438445226404407378906024667976423363","2558850462661299812634831901313895482904630419766961947665562396616461935011","2596661727090805534391485134041522241838000768432541890510330973159348689070","-20223220769305673277982844444866450430392621848059361801941682095832165635864","10823568067145850735118307300762807815113248119638630523925124192356747384611","-6151763268422089678084796173716551366497581777804051641749460719997493283352","8480481491256758441932920575936314832397756707252933772978268111480371801341","-11407454936859844751262028218562475535723307880988698374639762893935503597998","20684784414419001340901973552883241067404264556216595836287660968600921275170","-5162762932448791118371134249470953329741929018654157912365860072300445193306","-2936126838586990095894508891368317895528880750691553220304291644588593633","-1625554686991270579895021519779224195981268354485559367985347890434154742847","5213104110037455547156555906928526185788916535274818940207736479901616204542","9443178226753678684665122879784520813813806738167030962577407205531283458499","8460737097147967969145452274849168146763491221084652759706077984124669053924","1204108562807792161304365202591755064695655719276950304899273520714697600367","12575071566309492054877133023512167253832474551177400524173636638829274140252","-12994158133103972716295938877087601756516411431055137117212131685997016495347","-18352802234202689728045017373875619301075769831968740698526443394525131311857","-8019446881709002833125417818686100574675203020852493976346267777212534200012","19617058605435869124404635466045725313094737635587714649725024454656051488498","-21270783212966785973459188188441575301444924463912551499560398729700103348481","16735605941863894978750603498391313429703790177650023117896078562495700005247","6426035646015710984783824616439474162717505212328683488618379977905741598791","6344005590871689535571294633699213832890281284511072428884872744348065734921","-6600076822744401893827015211434355373717326146670709223220002974297989333064","-14658478803204238882211211141821412036131228726627137987822790142221144699837","-12966379952425060150685805012860648601896447189436072247437924968674546501744","-11369250576856170991834565888878055786327487737707160153893825405266387917310","11339663606173053249298362776341626694119444563508716483724049007549161673671","-5005375326069643870883875005346188189935537255819244052892941751320029467704","-11267220606465473848517008008604587886881198560696889925759136047939899424627","-879577531975476113033590026249626682717532650599243499339407418474855403490","-7769658835304624320732739401025029449999913322654219774460610841857576948158","-17746104973665148907420998547414803240417743861041779959945836489792560399065","-17980901504477340220510917551110814797572041007173912649076806315872844892792","-18884928084158925077851379046272973228833797857333655376420175118264829082601","-20863892202840983803277000052043206666165598550426069120750040639727550071830","5863386199441761786458172100468918891631666079925545144342186912090484359510","282819109740913258415885065739906560416791122717522369093513866308116282999","9411140916466019868662313431397915945699703881894826199621495363330471516246","3024802366856615806698675909929232877866335324433163245627070108688084797580","-21307184593877377083780199599607442178545796036588880065745231434671213467332","-9185171504374541387365529214929286358896683034986265314340578242719943635821","-6356992345719684456858445496969791879142705306559559315515838731323587631602","-8154203061216575722106238502750905652613101934727549514336241029384250963795","3793171249516494237873454453238420588508268337489569369504448123185745783304","-7398083552481635579878233962587813168219784293753105225697576520202134735963","-464531866003524434760198668155278785420523609904105230770773563694451663779","-1479251257167661576449235072650989184075105053987797212653578302425050399649","-19713528397623804200818735755245542024144843137542383073757202699925618439340","-9835538268898265592207870081456254130158493754874256754409149499946269099525","768135159021151878718489931004045810177404084198059305399612493272524842785","-19019600839190241522191795013080421059756661066151743217908485601234739327137","4055733217733778263516040977194814618249733789138306618597376535749433757780","-21736527669858032055795614935363645401522850390229379981434241660515678660930","15273168488908227290798220825027694356682231172697669006845473706779982925570","-87883737205383619113411911256039366637014777224398440657195496286902667417","7563776666179029555409096737687855794245845578274378599767157549462929148255","-7567929349701421849197567813444866315459320493047094389105189846296967793759","14794725763057175509543479217306189825682784249217969748773018857383383420524","-13927695528929979795599635545120610504982477282205406962620636708846836822918","17406624225494255077417276328242124735511614329929888376261051252481166390084","-2017780560529459548017447782205834336972301039093533572749370568938787437990","14820517072610260894704297059719726255686973679754196290551642938621569791326","-13157292229286843107041787209571115142032518017613112892582387484936637068326","10511666686799744311025772264949717508618394903869349877596692336428366146815","-14849514354554438308599553981781651687080649458664939254714579737391423779417","12836972777759979881585573333783445855112540234601936463576617506836952189083","-13737093948708276566540002575350090400539109072838789445692797889578674287010","12100877747576699546928061153150393449714700497715393431593833854118401655741","-14715105347501014180987954249656925833359509379375317505050086906040109059441","178275663121138418650321947517513401159098795367934630374868975055575097322","-19079707899849307126581573058090790725608091353568928494903438060753169104879","17713656772913231798429105771149573922946523652039122013483093900507566191575","-14912710985219681233792521020296697366510479091273068328613239971619391703226","16508952406372606961905961020507183608813952506068919412012398625131661485729","-12804270644206322898564964183168446009089087662614233486273202638517309865395","10400557752278564467987213337743912270575692487394080060171413763450066668394","-11808640371412359538149861919100054593404745916936728184981621513776651452768","3985281825945668878899189883533568624004783165897507656479478822008976833922","-3229616962806787641167265847791185462433092458092637758239286907937858626105","19321268326966984305808229227835880513392332076534444007634718072759774905222"],["0","-11717948204115975624030904085844803835283467735343997250381549295582203659399","-1733744478947106347301027369201973824480400437893124259002070248874419566503","-6422672082437148682312752112703417127309341710922402801699673019652501056541","14122426068689253681041687309776579717974712821504349003682755153846434402660","-15845466707618071935362767674209582939893578491023566846751593103730898947284","12836473287213617916378515607910031210490530272654645935023487381436499743631","8416101371692645911120639775839894279042050779286620670234965958505087247628","20177176325750401678152489481384399396840646453703274195488549212145883996166","4850326992427199903349179589863120481277830154617118210399885452564349029823","4600862283368049022939743593356073260870599139163608004228492815875842428201","17788348964701589410208440058438012159991722746723390230412194835246769712933","12759645559111793291829423405097552134144056666538698601971382420994765951631","-18112846456532261368449600806275244762135234393652869520908741883010745073469","-10341965239511772527653781133782671812016612137721825453880751847905289500242","-8199716376230857929393529914431498072192535420763896295480100746460953871807","17722257335107099339581937078227386697129454335397388875236489105704864498652","-17501515468113517126358799659018260574096473863472216768641509051837433111920","19427172956911593472006088312816536100708876890452808814757812049335952846726","5117700925322599625269663802627790965809260839533923895331124793232923870022","5193323454181611068782970268083044483676001536865083781020661946318697378140","-18558198666772071333719283144475625772236879295702689260185160005088522776111","21647136134291701470236614601525615630226496239277261047850248384713494769222","-12303526536844179356169592347433102732995163555608103283498921439994986566704","-4927279889325758338380564593384645423752850985910166797741667963615064892935","-926667001880414280277650691867675982898251361561362405581321601295198700379","19481325956998727459557541360509207046260164712017157328877117750626034054723","-10325525864897582236742268498941906659483858037308315824731720144600890386612","-5872253677173980191789017782736635791057761501383106440608583289177187266","-3251109373982541159790043039558448391962536708971118735970695780868309485694","10426208220074911094313111813857052371577833070549637880415472959803232409084","18886356453507357369330245759569041627627613476334061925154814411062566916998","16921474194295935938290904549698336293526982442169305519412155968249338107848","2408217125615584322608730405183510129391311438553900609798547041429395200734","3261900260779708887507860301767059419116584701938766704649069091082739784887","-4100073394368670210345472008917928424484458461694239890726059185418224495077","-14817361596566104233843629002493963513603175263521447053354682602474454128097","-16038893763418005666250835637372201149350406041704987952692535554425068400024","17345874339032463026562865186834175537641110870759394955751844722736294481379","-20653323554094296724671970631625875514341484527409068655422593272824398201345","11582969011888514735254801251525351770859215954884011892093952938415591514877","12852071292031421969567649232878948325435010424657366977236759955811483197582","12688011181743379071142589267398427665780562569022144857769745488696131469842","8688089226350471434592375322388564341113712107074615897258198237979829829489","-7428714734569202542176016538385548983714093052838241631947376097866480904057","-4044517033010845079125204280464022115244529978456110151177645750773284507871","-850258281873066761422726032498836484106611074998285964089446623956967339003","791084340506831276350319807425978299690524726601398623749893828522514851725","-10010750652139287741767750010692376379871074511638488105785883502640058935408","-646198341091672474787610271951900685214032720977745507820067909303990353637","-1759155063950952226067180052499253365435065301198486998678814836949710806980","-15539317670609248641465478802050058899999826645308439548921221683715153896316","-13603967075491022592595591349572331392287123321667525576193468793009312302513","-14073560137115405218775429356964354506595717613931790954455408445169881289967","-15881613296478574933456352347288671369119231314251276409142146049953849669585","-19839541533842692384307594358829138243782832700436103897801877092879291648043","11726772398883523572916344200937837783263332159851090288684373824180968719020","565638219481826516831770131479813120833582245435044738187027732616232565998","18822281832932039737324626862795831891399407763789652399242990726660943032492","6049604733713231613397351819858465755732670648866326491254140217376169595160","-20726126315915478945313993453957609268543227672761725787792258682766618439047","-18370343008749082774731058429858572717793366069972530628681156485439887271642","-12713984691439368913716890993939583758285410613119118631031677462647175263204","-16308406122433151444212477005501811305226203869455099028672482058768501927590","7586342499032988475746908906476841177016536674979138739008896246371491566608","-14796167104963271159756467925175626336439568587506210451395153040404269471926","-929063732007048869520397336310557570841047219808210461541547127388903327558","-2958502514335323152898470145301978368150210107975594425307156604850100799298","-17538813923408333179391065765233808959741321874668731803816201213275428383063","-19671076537796531184415740162912508260316987509748513508818298999892538199050","1536270318042303757436979862008091620354808168396118610799224986545049685570","-16150958806541207822137184280903567030964957731887452092118767015893670158657","8111466435467556527032081954389629236499467578276613237194753071498867515560","-21584812467876788889344824125470015714497336380042725619170279134455548826243","8658094105977179359350035904798113624816097944979303669992743226984157355523","-175767474410767238226823822512078733274029554448796881314390992573805334834","15127553332358059110818193475375711588491691156548757199534315098925858296510","-15135858699402843698395135626889732630918640986094188778210379692593935587518","7701208654275075796840552689355104562817204098019905153847833528190958345431","-5967148186020684368952865344983945921416590163994779581543069231117865150219","12925005579149234932588146911226974382474864259443742408823898318386524284551","-4035561121058919096034895564411668673944602078187067145498741137877574875980","7752791273381246567162188374182177422825582959092358237405081690667331087035","-4426341586734410991837168673884955195516671634810191441466570783297465641035","21023333373599488622051544529899435017236789807738699755193384672856732293630","-7810785837269601394952702218306028285612934516913844165730955288207039063217","3785702683680684540924740922309616621676716068787838583455030827098095882549","-5585945025577277910833599405442905712529853745261544547687391592581540078403","2313512623314123871609716561043511810881036595014752519489463521660994815865","-7541967823162753139729502754056576578170654358334600666401969625504409623265","356551326242276837300643895035026802318197590735869260749737950111150194644","-16271172927859339030916740370924306362667818306721822646108671934930529714141","13539070673987188374611805797041872757344682903662209683267983614439323887533","-7937179098600087245338636295336119644472593782130102313528275756662974910835","11129661940905938701565516295757092129079540611721804480326593063687514475841","-3720298416573370574883522621079616929629810924812432628848201090458811235173","20801115504557128935974426675487824541151384974788160120342827526900133336788","-1729037870985443854053318092942834098261127433457422026265038840977494409919","7970563651891337757798379767067137248009566331795015312958957644017953667844","-6459233925613575282334531695582370924866184916185275516478573815875717252210","16754293782094693389370052710414485938236299752652853671571231958943741314827"],["0","-1547653536392676025815402426432332582018571070271960157064894404588598823181","-3467488957894212694602054738403947648960800875786248518004140497748839133006","-12845344164874297364625504225406834254618683421844805603399346039305002113082","6356609265539232139836968874295884347401061242592663663667306121117060309703","-9802690543396868648479129603161890791238792581631099349804982020885989398951","3784703702587960610510625470562787332432696144893257526348770576297190991645","16832202743385291822241279551679788558084101558573241340469931917010174495256","18466109779661528134058573217511523705132928506990514047278894237715959496715","9700653984854399806698359179726240962555660309234236420799770905128698059646","9201724566736098045879487186712146521741198278327216008456985631751684856402","13688455057563903598170474371618749231435081093030746117126185483917730930249","3631048246384311361412441064937829179739748932661362860244560655413723407645","-14337450041225247514652795867293214435722104386889704698119279579445681651321","1204312392815730166938843477691931464515140124972383435936700490765229495133","-16399432752461715858787059828862996144385070841527792590960201492921907743614","13556271798374923456917468411197498305710544270378743406774774024833920501687","-13114788064387759030471193572779246059644583326528399193584813917099057728223","16966103041983911721765770880375797112869389380489583285817419912096097197835","10235401850645199250539327605255581931618521679067847790662249586465847740044","10386646908363222137565940536166088967352003073730167562041323892637394756280","-15228154461704867445192160543693976455925394190989344176672115823601237056605","21406029396744127718226823457793956171904628078138487752002292582851181042827","-2718810201849083490092778949608930377441962710800172223299638693414164637791","-9854559778651516676761129186769290847505701971820333595483335927230129785870","-1853334003760828560555301383735351965796502723122724811162643202590397400758","17074409042158179696868676975761139003971965023618280314056031314676259613829","-20651051729795164473484536997883813318967716074616631649463440289201780773224","-11744507354347960383578035565473271582115523002766212881217166578354374532","-6502218747965082319580086079116896783925073417942237471941391561736618971388","20852416440149822188626223627714104743155666141099275760830945919606464818168","15884470035175439516414085773880808166706862552252089506611424635549325338379","11954705516752596654335403354139397498505600483922576695126107749922867720079","4816434251231168645217460810367020258782622877107801219597094082858790401468","6523800521559417775015720603534118838233169403877533409298138182165479569774","-8200146788737340420690944017835856848968916923388479781452118370836448990154","-7746480321292933245440852259730651938657986126626859763011161018373099760577","-10189544654996736110255265529487127210152447682993941561686866922274328304431","12803505806225650830879324628411075986733857341102755567805485258896780467141","-19418404236349318227097535517994475940134604654402102967146982359072987907073","1277695151937754248263196757793428453170067509351989440489701690255374534137","3815899712223568716888892720500621562321656448898699610775315725047157899547","3487779491647482920038772789539580243012760737628255371841286790816454444067","17376178452700942869184750644777128682227424214149231794516396475959659658978","7030813402700870137894372668486177121120178294739551079803451990842846687503","-8089034066021690158250408560928044230489059956912220302355291501546569015742","-1700516563746133522845452064997672968213222149996571928178893247913934678006","1582168681013662552700639614851956599381049453202797247499787657045029703450","1866741567560699738710905723872522328806215377139058132126437181295690624801","-1292396682183344949575220543903801370428065441955491015640135818607980707274","18369932743937370770112045640258768357678233798019060346340574512676386881657","-9190392469379222060684551858842842711451288890200844754144239180854499297015","-5319691279142769962944776953887387696025882242919016808688733399442816109409","-6258877402391535215304452968671433924643070827447547565212612703763954084317","-9874983721117874644666298949320067649690098228086518474586087913331890843553","-17790840195846109546368782972401001399017301000456173451905549999182774800469","1565301925927771923586282656618400477978299919286146233670543461786128942423","1131276438963653033663540262959626241667164490870089476374055465232465131996","15756320794024804252402847980334388694250451127163270454787777266746077569367","12099209467426463226794703639716931511465341297732652982508280434752339190320","-19564009759991682668381581162657943448538090945107417231886313178957428382477","-14852443145658890327215711114459870347038367739529026913664108784303966047667","-3539726511039462605187376242621892428022456825822202918365150738718542030791","-10728569373027027666178548265746347521904043338494163713646759930961195359563","-6715557873773298270752587932303592734515291050457756865680411693832825362401","-7704091338087267097266530105093977584330772774596386559092101894232730448235","-1858127464014097739040794672621115141682094439616420923083094254777806655116","-5917005028670646305796940290603956736300420215951188850614313209700201598596","-13189384974977391136535725785210342830934279348921429263934198239975048270509","-17453910203753787146585074580567741432085610619080992673938393813209267902483","3072540636084607514873959724016183240709616336792237221598449973090099371140","-10413674741243140422027962816549858973381551063358869840539329845211531821697","16222932870935113054064163908779258472998935156553226474389506142997735031120","-21281382063914302556443242505682756340446308359669416894642354082335289156869","17316188211954358718700071809596227249632195889958607339985486453968314711046","-351534948821534476453647645024157466548059108897593762628781985147610669668","8366863792876842999389981205494148088435017912681480055370426011275908097403","-8383474526966412174543865508522190173288917571772343212722555198612062679419","15402417308550151593681105378710209125634408196039810307695667056381916690862","-11934296372041368737905730689967891842833180327989559163086138462235730300438","3961768286459194642929888077196673676401364118471450473949592450197240073485","-8071122242117838192069791128823337347889204156374134290997482275755149751960","15505582546762493134324376748364354845651165918184716474810163381334662174070","-8852683173468821983674337347769910391033343269620382882933141566594931282070","20158423875359702021856683314541594945925215215061365166688565159137656091643","-15621571674539202789905404436612056571225869033827688331461910576414078126434","7571405367361369081849481844619233243353432137575677166910061654196191765098","-11171890051154555821667198810885811425059707490523089095374783185163080156806","4627025246628247743219433122087023621762073190029505038978927043321989631730","-15083935646325506279459005508113153156341308716669201332803939251008819246530","713102652484553674601287790070053604636395181471738521499475900222300389288","-10654102983879402839587074996591337636787272213027610948519139683285250932665","5189898476135101526977205848826470426141001406908385022837763042302839279449","-15874358197200174490677272590672239288945187564260204627056551513325949821670","371081009972602180884626846256909169610716823027574616954981940799220456065","-7440596833146741149767045242159233859259621849624865257696402180917622470346","19713988137274982649702447605718373993754405549160285896987450867224458177959","-3458075741970887708106636185885668196522254866914844052530077681954988819838","15941127303782675515596759534134274496019132663590030625917915288035907335688","-12918467851227150564669063391164741849732369832370551032957147631751434504420","11620344692350111556493699675571696787924235104889672999444259731311674134037"],["0","-3095307072785352051630804852864665164037142140543920314129788809177197646362","-6934977915788425389204109476807895297921601751572497036008280995497678266012","-3802445457909319507004602705556393420689002443273576863100487892034195730547","12713218531078464279673937748591768694802122485185327327334612242234120619406","-19605381086793737296958259206323781582477585163262198699609964041771978797902","7569407405175921221021250941125574664865392289786515052697541152594381983290","11776162614931308422236153358102302027619838716730448337241659647444540494895","15043976687483781045870740689765772321717492613564993750859584288856110497813","19401307969708799613396718359452481925111320618468472841599541810257396119292","18403449133472196091758974373424293043482396556654432016913971263503369712804","5488667243288531974094542997980223374321797785645457890554166781259653364881","7262096492768622722824882129875658359479497865322725720489121310827446815290","15101585661228055415187219755928121305652520027052659291157849214260253688592","-19479618086207814888368718789873412159518084150471267471824803205045349505351","-10910622633084156495327713912468717200221777282639550838222198799268006991611","5224300724910571691588531077137721522872724140341452469851343863092032507757","-4341333256936242838695981400301217030740802252640764043471423647622306960829","12043963212128548221285136015494319137190414360563132227936635637616385900053","20470803701290398501078655210511163863237043358135695581324499172931695480088","20773293816726444275131881072332177934704006147460335124082647785274789512560","-8568066051570459668137915342130677823302423981562654009646027460626665617593","20923815921648980214207241170330637255260891755860941160306380979126553590037","-5437620403698166980185557899217860754883925421600344446599277386828329275582","-19709119557303033353522258373538581695011403943640667190966671854460259571740","-3706668007521657121110602767470703931593005446245449622325286405180794801516","-9627667659362191050755457538992272169152798753595508059284345743799097763576","-19413860587751053724722668250510351549387067748817228955228676391827753050831","-23489014708695920767156071130946543164231046005532425762434333156708749064","-13004437495930164639160172158233793567850146835884474943882783123473237942776","19816590008460369155006041510170934397762967881782517177963687652637121140719","9880697198511603810581765802504341244865360704088144669524645084522842181141","2021168161665918086424400963021519908462836567429119046554011313269926944541","9632868502462337290434921620734040517565245754215602439194188165717580802936","13047601043118835550031441207068237676466338807755066818596276364330959139548","-16400293577474680841381888035671713697937833846776959562904236741672897980308","-15492960642585866490881704519461303877315972253253719526022322036746199521154","-20379089309993472220510531058974254420304895365987883123373733844548656608862","3718768740612026439512243511564876884919350281789476791912766331217752438665","-16948565600859361231948665290731676791720844908388171590595760531570167318529","2555390303875508496526393515586856906340135018703978880979403380510749068274","-14256443447392137788468620304256031963905051502618635122147572736481492696523","6975558983294965840077545579079160486025521475256510743682573581632908888134","12864114033562610516123095544296982275906484027882429245334588765343510822339","14061626805401740275788745336972354242240356589479102159606903981685693375006","5710174739795894905745588623401186627570244486591593738987621183482670464133","-3401033127492267045690904129995345936426444299993143856357786495827869356012","3164337362027325105401279229703913198762098906405594494999575314090059406900","3733483135121399477421811447745044657612430754278116264252874362591381249602","-2584793364366689899150441087807602740856130883910982031280271637215961414548","-7036620255803808904268720209997013461740261204793947994715259347798843227920","-18380784938758444121369103717685685422902577780401689508288478361708998594030","-10639382558285539925889553907774775392051764485838033617377466798885632218818","-12517754804783070430608905937342867849286141654895095130425225407527908168634","-19749967442235749289332597898640135299380196456173036949172175826663781687106","-13693437519852943870491160199544727709486237600496312560112895811789741105321","3130603851855543847172565313236800955956599838572292467341086923572257884846","2262552877927306067327080525919252483334328981740178952748110930464930263992","9624398716210333282559290215411502299952537853910506565877350346916346643117","2310176063013651231343001534176587934382318195049271621318356682928869885023","4648466223695185107729649165198663280020546910617234223623782015236760226280","-7816643419478505432185016483662465605528371078642019483630013382032123599717","-7079453022078925210374752485243784856044913651644405836730301477437084061582","-21457138746054055332357096531492695043808086676988327427293519861922390719126","-13431115747546596541505175864607185469030582100915513731360823387665650724802","-15408182676174534194533060210187955168661545549192773118184203788465460896470","-3716254928028195478081589345242230283364188879232841846166188509555613310232","-11834010057341292611593880581207913472600840431902377701228626419400403197192","-4490527078115507050825045825163410573320194297426824184170192293374288045401","-13019577535668299070923743415878207775622856837745951004178583439842727309349","6145081272169215029747919448032366481419232673584474443196899946180198742280","-20827349482486280844055925633099717946763102126717739681078659690423063643394","10557622870030950885881922072301241857449505912690418605080808099419661566623","-20674521255989329890640079266108237592344252318922799445586503978094769818121","12744133552069442215153737873935179410716027379501180336272768721360820926475","-703069897643068952907295290048314933096118217795187525257563970295221339336","16733727585753685998779962410988296176870035825362960110740852022551816194806","-16766949053932824349087731017044380346577835143544686425445110397224125358838","8916591745261027965115805012163143162720451991663586271693129926188024886107","-1980349872243462253565055634678508597117996255563083982474072737895652105259","7923536572918389285859776154393347352802728236942900947899184900394480146970","-16142244484235676384139582257646674695778408312748268581994964551510299503920","9122922221685711046402347751471434602753967435953398605922122576093515852523","-17705366346937643967348674695539820782066686539240765765866283133189862564140","18428604878880128821466960883825914803302066029706695989678926131699503687669","-9354900477239130357564403127966838053903373667239342319225616966252347757251","15142810734722738163698963689238466486706864275151354333820123308392383530196","-455537230469836421087991876514347761571050580630143847051362183750351817995","9254050493256495486438866244174047243524146380059010077957854086643979263460","-8279628420811737336671605270969031224134253032922368321909674315441829997443","1426205304969107349202575580140107209272790362943477042998951800444600778576","-21308205967758805679174149993182675273574544426055221897038279366570501865330","10379796952270203053954411697652940852282002813816770045675526084605678558898","-9860473522561073759108139436087203489342010728104374910414898840076091147723","742162019945204361769253692513818339221433646055149233909963881598440912130","-14881193666293482299534090484318467718519243699249730515392804361835244940692","17539733402710690077158489466179472898960446697904537450276697547873107860301","-6916151483941775416213272371771336393044509733829688105060155363909977639676","9994011735726075808947113323011273903489900926764026908137626389496006175759","-3948692830615025907091721037072208610916375264325067722216091076927060513223","1352446512860947890740993605886118487300105809363311655190315276047539772457"],["0","-6190614145570704103261609705729330328074284281087840628259577618354395292724","-13869955831576850778408218953615790595843203503144994072016561990995356532024","-7604890915818639014009205411112786841378004886547153726200975784068391461094","3538194190317653337101469751926262301055880569954620310971020297892432743195","-17322519301748199371670112667390288076406805926108363055521723896968149100187","15138814810351842442042501882251149329730784579573030105395082305188763966580","1664082358023341622225900970947328966691313033044862330785115108313272494173","8199710503128286869495075634274269554886620826713953158020964391136412500009","16914373067578324004547030973647688761674276836520911339500879433938983742967","14918655395105116961271543001591310998416428712892829690129738340430930929991","10977334486577063948189085995960446748643595571290915781108333562519306729762","-7364049886302029776596641485505958369589368669770582902719961564920914865037","-13573314421222439614118371978658307565791688746726750105080709944631109614050","4817249571262920667755373910767725858060560499889533743746801963060917980532","-21821245266168312990655427824937434400443554565279101676444397598536013983222","10448601449821143383177062154275443045745448280682904939702687726184065015514","-8682666513872485677391962800602434061481604505281528086942847295244613921658","2199683552417821220323866285731363185832464320710230112175067088656963304489","19053364530741521779910904675765052637925722315855356818950794159287582464559","19658344761613613328017356399407080780859647894504635904467091383973770529503","-17136132103140919336275830684261355646604847963125308019292054921253331235186","19959388971458685206168076595403999421973419111305847976914557771677298684457","-10875240807396333960371115798435721509767850843200688893198554773656658551164","4358246629072483737448294743437386787073920913550734305463064664231097847754","-7413336015043314242221205534941407863186010892490899244650572810361589603032","-19255335318724382101510915077984544338305597507191016118568691487598195527152","-16939478303662832227198930755763428010225771097218423566759148597079697606045","-46978029417391841534312142261893086328462092011064851524868666313417498128","-4120632120021054056073938571210312047151929271352915544067362060370667389935","17744937145081463087765677275084593706977571363149000012229171118698433785821","19761394397023207621163531605008682489730721408176289339049290169045684362282","4042336323331836172848801926043039816925673134858238093108022626539853889082","19265737004924674580869843241468081035130491508431204878388376331435161605872","4206959214398395877816476668879200264384313215094099293494348542086109783479","-10912344283110086460517370326086152307327303293137884782110269296769987464999","-9097678413332457759517003293665332666083580106091404708346439886916590546691","-18869935748147669218774656372691233752061426331559731903049263502521504722107","7437537481224052879024487023129753769838700563578953583825532662435504877330","-12008888329879447241650924836206078494893325416360308837493316876564526141441","5110780607751016993052787031173713812680270037407957761958806761021498136548","-6624644022945000354690834863254788839261738604821235900596941286387176897429","13951117966589931680155091158158320972051042950513021487365147163265817776268","3839985195285945809999785343336689463264603655348824146970973344111213149061","6235010738964205329331084928687433395932348778542169975515603776795578254395","-10467893392247485410755228498454901833407875427232846865722961819610467567351","15086176616854741130864597485266583215695475800429746630982631194920069783593","6328674724054650210802558459407826397524197812811188989999150628180118813800","7466966270242798954843622895490089315224861508556232528505748725182762499204","-5169586728733379798300882175615205481712261767821964062560543274431922829096","-14073240511607617808537440419994026923480522409587895989430518695597686455840","-14873327005677613020491801690114095757256791160387344672878752536842188692443","-21278765116571079851779107815549550784103528971676067234754933597771264437636","-3147266737726865638971406129428460610023918909374155917152246628480007841651","-17611692012632223356418790052022995510212028511930039554646147466751754878595","-5498632167866612518735914653832180330424110800576590776527587437003673715025","6261207703711087694345130626473601911913199677144584934682173847144515769692","4525105755854612134654161051838504966668657963480357905496221860929860527984","19248797432420666565118580430823004599905075707821013131754700693832693286234","4620352126027302462686003068353175868764636390098543242636713365857739770046","9296932447390370215459298330397326560041093821234468447247564030473520452560","-15633286838957010864370032967324931211056742157284038967260026764064247199434","-14158906044157850420749504970487569712089827303288811673460602954874168123164","-21026034620268835442467787317728114999067808953560620510888835537268972942635","16914254248585357361482459761300179239035564599001041224674761597820315541630","-8928122480509793166819714675118635248774726697969511892670203390355113297323","-7432509856056390956163178690484460566728377758465683692332377019111226620464","-1779777242843310000941355417158551856653316463388721058759048652224997898767","-8981054156231014101650091650326821146640388594853648368340384586748576090802","-4150912199497322919601081086499140462697349275075867664658962693109646123081","12290162544338430059495838896064732962838465347168948886393799892360397484560","-19766456093133286465865445520942160804977839853019445018459115194270318791171","21115245740061901771763844144602483714899011825380837210161616198839323133246","-19460799640139384559033752786959200096140140237429564547474803769613731140625","3600024232299609208061070002613083732883690358586326328847333256145833357333","-1406139795286137905814590580096629866192236435590375050515127940590442678672","11579212299668096775313519076719317265191707250309885877783499858527823893995","-11645655236026373475929056288831485604607305886673338507192016607872442222059","17833183490522055930231610024326286325440903983327172543386259852376049772214","-3960699744486924507130111269357017194235992511126167964948145475791304210518","15847073145836778571719552308786694705605456473885801895798369800788960293940","-10396246096632077546032758770036074303008452225080502820291724916444790512223","18245844443371422092804695502942869205507934871906797211844245152187031705046","-13522489822036012712450943645822366475585008678065497188034362079803916632663","14968966885920982420687516022394554518055767658997357635659648076823198879721","-18709800954478260715128806255933676107806747334478684638451233932504695514502","8397378597606201105151521633219657884865364149886674323942042430208958564775","-911074460939672842175983753028695523142101161260287694102724367500703635990","18508100986512990972877732488348094487048292760118020155915708173287958526920","-16559256841623474673343210541938062448268506065844736643819348630883659994886","2852410609938214698405151160280214418545580725886954085997903600889201557152","-20728169063678336136101894241108075458600724451694409450378354546565195235043","20759593904540406107908823395305881704564005627633540091351052169211357117796","-19720947045122147518216278872174406978684021456208749820829797680152182295446","1484324039890408723538507385027636678442867292110298467819927763196881824260","-7874144460747689376821775223379660348490122998083426687087404537094681385767","13191223933582104932070573187101670709372528995393040556855190909170407224985","-13832302967883550832426544743542672786089019467659376210120310727819955279352","19988023471452151617894226646022547806979801853528053816275252778992012351518","-7897385661230051814183442074144417221832750528650135444432182153854121026446","2704893025721895781481987211772236974600211618726623310380630552095079544914"],["0","-12381228291141408206523219411458660656148568562175681256519155236708790585448","-5851668791314426334570032161974306103138042605873953800334919795414904568431","-15209781831637278028018410822225573682756009773094307452401951568136782922188","7076388380635306674202939503852524602111761139909240621942040595784865486390","-12756795731657123521093819589523301064265247451800691767345243607360489704757","8389386748864409661838598019245023570913204758730025867091960423801719437543","3328164716046683244451801941894657933382626066089724661570230216626544988346","16399421006256573738990151268548539109773241653427906316041928782272825000018","11940503263317372786847656202038102434800189272625788335303554681302158990317","7949067918370958700296680257925346908284493025369625036561272494286053364365","66426101314852674131766246663618408738826742165797218518462938462804963907","7160143099235215669053122774245358349369627060874868538258281056733978765543","-5258385970605604005990338212059340043035013093037465866463215702686410732483","-12253743729313433886735657923721823372427243400636966856204600260453972534553","-21754247660497350759064449904617593712338744730142169009190591010496219470827","20897202899642286766354124308550886091490896561365809879405375452368130031028","-17365333027744971354783925601204868122963209010563056173885694590489227843316","4399367104835642440647732571462726371664928641420460224350134177313926608978","16218486189643768337575403606272830187303080231294679294203384131999356433501","17428446651387951433788307053556886473170931388593237465235978581371732563389","-12384021334442563450305255623265436204661331525834581694885905655930853974755","18030535071078095190089747445550723755398473822195661610130911356778788873297","-21750481614792667920742231596871443019535701686401377786397109547313317102328","-13171749613694307747349816258382501514400522573314565732772074858113612800109","-14826672030086628484442411069882815726372021784981798489301145620723179206064","5265815106229786241470981334545461500485533786450036450259025397955225936930","-11990713735486389232151455766269580931903177794020812789820093007583586716473","-93956058834783683068624284523786172656924184022129703049737332626834996256","-8241264240042108112147877142420624094303858542705831088134724120741334779870","13601631418323650953284948804911912325406778325881965680760138050821059076025","17634545922207140020080657464760089890913078415936544334400376151515560228947","8084672646663672345697603852086079633851346269716476186216045253079707778164","16643231138010073939493280737678886981712618616446375413078548476294514716127","8413918428796791755632953337758400528768626430188198586988697084172219566958","-21824688566220172921034740652172304614654606586275769564220538593539974929998","-18195356826664915519034006587330665332167160212182809416692879773833181093382","-15851628624456063215302907000125192415574488262703429462400322818467200948597","-7013167909391169464197431698997767548870963273258127176047138861704798740957","-2129533787919619261055443927154881901238286432304583331288429566553243787265","10221561215502033986105574062347427625360540074815915523917613522042996273096","-13249288045890000709381669726509577678523477209642471801193882572774353794858","6013993061340588138063776571059366855553721500610008631032090139955827056919","7679970390571891619999570686673378926529207310697648293941946688222426298122","12470021477928410658662169857374866791864697557084339951031207553591156508790","-20935786784494970821510456996909803666815750854465693731445923639220935134702","-13604132509969068182763616519981383745705777199972575425431145983311477424048","12657349448109300421605116918815652795048395625622377979998301256360237627600","14933932540485597909687245790980178630449723017112465057011497450365524998408","-10339173457466759596601764351230410963424523535643928125121086548863845658192","-6258238151375960394828475094730778758412680418759757635162833204619564416063","-7858411139515950818737197634970916425965217920358655002059300887108568889269","-20669287361302884481311809885841826479658693542936100125811663008966720379655","-6294533475453731277942812258856921220047837818748311834304493256960015683302","-13335141153425171490591174358788715931875692623444044765594090746927701261573","-10997264335733225037471829307664360660848221601153181553055174874007347430050","12522415407422175388690261252947203823826399354289169869364347694289031539384","9050211511709224269308322103677009933337315926960715810992443721859721055968","16609351993002057907990755116388734111261787015225991919811197201089578076851","9240704252054604925372006136706351737529272780197086485273426731715479540092","18593864894780740430918596660794653120082187642468936894495128060947040905120","-9378330806074746506493660189392587333565119914152043590821849341552685903251","-6429569216476425619252604195717864335631290206161589003223001723172527750711","-20163826368698395662689168890198954909587253506705206678079466887962137389653","-9947977246507835721527891967914191699025599602829986238046885177510985907974","-17856244961019586333639429350237270497549453395939023785340406780710226594646","-14865019712112781912326357380968921133456755516931367384664754038222453240928","-3559554485686620001882710834317103713306632926777442117518097304449995797534","-17962108312462028203300183300653642293280777189707296736680769173497152181604","-8301824398994645839202162172998280925394698550151735329317925386219292246162","2692082216837584896745272046872190837128566293921863429089395598144986473503","-17644669314427297709484485296627046521407315305622855693220026201964829086725","20342248608284528321281282543947692341249659250345640076625028211102837770875","-17033356408439493895821099828661125103731916074443094751251403352651653785633","7200048464599218416122140005226167465767380717172652657694666512291666714666","-2812279590572275811629181160193259732384472871180750101030255881180885357344","1270181727496918328380632408181359441835050100203737411868795530479839292373","-1403067600213471729611706832405696120666247372930642670685829029169075948501","13778124109204836638216814303395297562333443566238310743074315518176291048811","-7921399488973849014260222538714034388471985022252335929896290951582608421036","9805903419834281921192698872316114322662548547355569447898535415002112092263","-20792492193264155092065517540072148606016904450161005640583449832889581024446","14603446014903568963362985260628463322467505343397560079990286117798254914475","-5156736772232750202655481546387457862621652955714960032370519973032024769709","8049690900002689619128626299531833947563170917578680927621091967070589263825","-15531359037117246208011206766610077127065130268541334933204263678433582533387","16794757195212402210303043266439315769730728299773348647884084860417917129550","-1822148921879345684351967506057391046284202322520575388205448735001407271980","15127959101186706723509059231438913885548221119820005968133212160000108558223","-11230270811407674124440015338618849807988647731273438943940493075191511494155","5704821219876429396810302320560428837091161451773908171995807201778403114304","-19568095255517397049957382736958875828653084502972784557058504906554581974469","19630944937241536993571241045354488320579646854851045839003900151846905739975","-17553651218405019814186151999091538868819678512001465297961391173728556095275","2968648079780817447077014770055273356885734584220596935639855526393763648520","-15748288921495378753643550446759320696980245996166853374174809074189362771534","4494204995324934641894740628946066330196693590370046770012177631765005954353","-5776363063927826442606683741828070483629674534902718076542417269064102063087","18087804071065028013542047546787820525411239306640073288852301371408216207419","-15794771322460103628366884148288834443665501057300270888864364307708242052892","5409786051443791562963974423544473949200423237453246620761261104190159089828"],["0","-2874213710443541190800033077660046223748772723935328169340106286841772675279","10184905289210422553106341421308662882272279188668126743028364595745999358755","-8531320791435280833790415899193872276963655145772580561105698949697757348759","14152776761270613348405879007705049204223522279818481243884081191569730972780","-3625348591474971819941233433789327039982130503185349190992283028145170913897","16778773497728819323677196038490047141826409517460051734183920847603438875086","6656329432093366488903603883789315866765252132179449323140460433253089976692","10910599140673872255733896791839803130998118906439778288385653377969841504419","1992763654795470351448906658818929781052014144835542326908905176028509485017","15898135836741917400593360515850693816568986050739250073122544988572106728730","-21755390669209569873982873251930038271070710916084439906661278309650198567803","-7567956673368843884140160196766558389809110278666297267181642073107850964531","-10516771941211208011980676424118680086070026186074931732926431405372821464966","-2619244586787592551224910102186371656306122400857899368710996334332136573489","-21620252449155426295882494063977912336129125059868303674682977834416630446037","19906162927445298310461842871844497094433428722315585415112546718160451566439","-12842423183650667487321445457152461157378053620710078004073184994402647191015","8798734209671284881295465142925452743329857282840920448700268354627853217956","10548729507448261452904401467288385286057796062173324244708564077422904371385","12968650430936627645330208361856497857793498376770440586773752976167656631161","-2879799797045851678364105501273597320774298651253129046073607125285899453893","14172827270316915157933089145844172422248583243975288876563618526981769250977","-21612720357746060619238057448485610950523038972386721229096014908050825709039","17432986516289934949793178973749547148295683654202937221852258656924391391016","-7765101188333981746638416394508356364195679169547562634904087054870549916511","10531630212459572482941962669090923000971067572900072900518050795910451873860","-2093184599133503242056505787281886775257991187625591235941981828591364937329","-187912117669567366137248569047572345313848368044259406099474665253669992512","-16482528480084216224295754284841248188607717085411662176269448241482669559740","5315019964808026684323491864566549562265192251347897017822071915066309656433","13380848972575004817914909184262904693277792431457054325102548116455311962277","16169345293327344691395207704172159267702692539432952372432090506159415556328","11398219404180872656740155730100498874876872832476716482458892766013220936637","16827836857593583511265906675516801057537252860376397173977394168344439133916","-21761134260601070619823075559087334140760848772135504784742873000504141364379","-14502470781490555815821607429404055575785956023949584489687555361090553691147","-9815014377072851208359408254993109742600612124990824581102441450358593401577","-14026335818782338928394863397995535097741926546516254352094277723409597481914","-4259067575839238522110887854309763802476572864609166662576859133106487574530","20443122431004067972211148124694855250721080149631831047835227044085992546192","17277909651898549025729472037495394820049774381547125085008643227602909401518","12027986122681176276127553142118733711107443001220017262064180279911654113838","15359940781143783239999141373346757853058414621395296587883893376444852596244","-18836442787821729127168471775764816593367333686663388785333993265969303973654","-19983330697150666420774508248562332245083137308515353119193643091866061773787","-5320022148098861143280827294705492402863189999529116507164087780047146352479","3426456024379325620963828092374030501548426850828721616298398326144666759583","7979622209131920597128085836703082172351081633808895770324790714155241501199","-20678346914933519193203528702460821926849047071287856250242173097727691316384","-12516476302751920789656950189461557516825360837519515270325666409239128832126","-15716822279031901637474395269941832851930435840717310004118601774217137778538","-19450331850766493740377214026426377870769022685456165907925121831357632263693","-12589066950907462555885624517713842440095675637496623668608986513920031366604","-4782039435011067758935942972320156775203020846472055187489977307279594027529","-106285799627174852697252870071446233148078801890328762412145561438886364483","3156587943005075555134116760637132559104434308162305395030491202002254583151","18100423023418448538616644207354019866674631853921431621984887443719442111936","11330461114164840593735104487520193133975209630035949495924190215603347658085","18481408504109209850744012273412703475058545560394172970546853463430959080184","15299486917722205639590787576332031151616010884521839445292051935318273314623","-18756661612149493012987320378785174667130239828304087181643698683105371806502","-12859138432952851238505208391435728671262580412323178006446003446345055501422","-18439409865557516103131932035140634730626142612994379012460729589348466283689","-19895954493015671443055783935828383398051199205659972476093770355021971815948","-13824247050199897445032452955217265906550542391462013226982609374844644693675","-7841796552386288602406309016680567178365146633446700425631303889869097986239","-7119108971373240003765421668634207426613265853554884235036194608899991595068","-14035973753084781184353960856050009498013189978998559129663334160418495867591","-16603648797989291678404324345996561850789397100303470658635850772438584492324","5384164433675169793490544093744381674257132587843726858178791196289972947006","-13401095757015320196722564847996817954266266210829677042741848217353849677833","18796254344729781420316159342638109593950954100275245809551852235629867046133","-12178469945039712569395793912064975118915467748470155158804602518727499075649","14400096929198436832244280010452334931534761434345305315389333024583333429332","-5624559181144551623258362320386519464768945742361500202060511762361770714688","2540363454993836656761264816362718883670100200407474823737591060959678584746","-2806135200426943459223413664811392241332494745861285341371658058338151897002","5668005346570398054187222861533320036118522732060587142450426849776773602005","-15842798977947698028520445077428068776943970044504671859792581903165216842072","19611806839668563842385397744632228645325097094711138895797070830004224184526","-19696741514689034961884629334887022123485444499905976937468695479203353553275","7318649157967862704479564775999651556386646286379085816282368049020701333333","-10313473544465500405310963092774915725243305911429920064741039946064049539418","16099381800005379238257252599063667895126341835157361855242183934141178527650","-9174475202395217193776007787962879165581896136666635522710323170291356571157","11701271518585529198359680787621356450913092199130662952069965534260025763483","-3644297843758691368703935012114782092568404645041150776410897470002814543960","8367675330534138224771712717620552682548077839223977592568220133424408620829","-572298750976073026633624931980424527428931062130843544182781963807214492693","11409642439752858793620604641120857674182322903547816343991614403556806228608","-17247947639195518877668359728660476568757804605529534770418805626533355453321","17373647002643798764896076345451701552610929309286057334309596117118002984333","-13219059564970764406125898252925802649090992623586896252224578160881303694933","5937296159561634894154029540110546713771469168441193871279711052787527297040","-9608334971151482285040695148261366305412127591917672404651413961802917047451","8988409990649869283789481257892132660393387180740093540024355263530011908706","-11552726127855652885213367483656140967259349069805436153084834538128204126174","14287365270290780804837689348318365962274114212864112234006398556240623919221","-9701299773080932034487362551320393798782637714184507434030524428840675610167","10819572102887583125927948847088947898400846474906493241522522208380318179656"],["0","-5748427420887082381600066155320092447497545447870656338680212573683545350558","20369810578420845106212682842617325764544558377336253486056729191491998717510","-17062641582870561667580831798387744553927310291545161122211397899395514697518","6417310650701951474565352270152823319898680159220928144069958196563653449943","14637545688889331582363938877678621008584103394045335961713638130285466667823","11669304123618363425107986331722819195104454634504069124669637508631069254555","13312658864186732977807207767578631733530504264358898646280920866506179953384","21821198281347744511467793583679606261996237812879556576771306755939683008838","3985527309590940702897813317637859562104028289671084653817810352057018970034","9908028801644559578940315286444112544589607701062465802546885790568404961843","-21622538466579864525719340758602801453593057431752845469624352432724588639989","-15135913346737687768280320393533116779618220557332594534363284146215701929062","-21033543882422416023961352848237360172140052372149863465852862810745642929932","16649753698264090119796585540884531775936119598700235606276211517911535348639","-21352262026471577369518582382698549583709885719320573005667751482257452396457","17924082983051321398677279998431719100318493044215136486526889249745094637261","-3796603495462059752396485169047647226207742841004121664448165802229485886413","17597468419342569762590930285850905486659714565681840897400536709255706435912","21097459014896522905808802934576770572115592124346648489417128154845808742770","4049057990033980068414010978455720627038632353124846829849301765759504766705","-5759599594091703356728211002547194641548597302506258092147214250571798907786","6457411668794555093619772546431069755948802087534543409429032867387730006337","-21337197843652846016229709151713946812497713544357408114493825629525842922461","12977730160740594677339952202241819208043002907989840100006313127272974286415","-15530202376667963493276832789016712728391358339095125269808174109741099833022","-824982446920130256362480407075429086606229254615888542662102594754904747897","-4186369198267006484113011574563773550515982375251182471883963657182729874658","-375824235339134732274497138095144690627696736088518812198949330507339985024","-11076814088329157226345102824425221288667069770407290008840692296389530623863","10630039929616053368646983729133099124530384502695794035644143830132619312866","4873455073310734413583412623268534298007220462498074306506892046334815428937","10450447714815414160544009663087043446857020678449870401165976825743022617039","908195936522470091233905714943722661205381264537398621219581345450633377657","11767430843347891800285407605776327026526141320336760004256584150113069772215","-21634025649362866017399745372917393192973333143854975225787541814432474233141","-7116698691141836409396809113550836063023547647483134635676906535605298886677","-19630028754145702416718816509986219485201224249981649162204882900717186803154","-6164428765725402634543321050733795106935488692616474360490351260243386468211","-8518135151678477044221775708619527604953145729218333325153718266212975149060","18998001990168860722175890504132435412893795898847627751972249901596176596767","-9220666439881452393033867415523760536997180037737818517379121917945798188198","2167729373523077330008700538980192333666521602024000180430156373247499732059","8831638690448291257751877001436240617568464842374558832069582566313896696871","-15784642703804183032090537806272358098186302972910743226969782345362799451691","3809824349377217602943794993389885686930454183801362449009122189419493443660","-10640044296197722286561654589410984805726379999058233014328175560094292704958","6852912048758651241927656184748061003096853701657443232596796652289333519166","15959244418263841194256171673406164344702163267617791540649581428310483002398","-19468450958027763164160651659664368765149729742159678156786142008879574137151","-3144709733664566357067494633665839945102357274622996196953128631902449168635","-9545401686224528052702384794626390615312507281018585664538999361858467061459","-17012420829693712258508022307595480652989680970496297472152039476139456031769","-3289891029975649889524843290170409791642986874577212993519768841264254237591","-9564078870022135517871885944640313550406041692944110374979954614559188055058","-212571599254349705394505740142892466296157603780657524824291122877772728966","-15575066985829124111978172223983009970339495784091423553637221782571299329315","14312603174997621854986882669450764644800899307426828900271570700863075728255","772679356490405965223803229783111179402054859655864648150176244630886820553","15074574136379144479241618801568131861568726720372311597395502740286109664751","8710730963605136056935169407406787214683657368627644546885899684060738133629","-15625080352459710803728235012313074245712115256192140019589193179634935117387","-3830033994066427254764011037614182253976796424230321669193802706114302507227","-14990576859275756984017458325023994372703920825572723681223254992121124071761","-17903666114192067663865162126399491707554034010903910608489336523468135136279","-5760251228560519667818500165177256724552720382507992110267014563113480891733","-15683593104772577204812618033361134356730293266893400851262607779738195972478","-14238217942746480007530843337268414853226531707109768470072389217799983190136","-6183704634330287146461515966842743907478015557581083915628464134261183239565","-11319054724139308134562242946735848613030429800190906973573497358301360489031","10768328867350339586981088187488763348514265175687453716357582392579945894012","-4913948642191365171198723950736360819984168021243319741785492248131890860049","15704265817620287618385912940018944099353543800134457275405500284683925596649","-2468697018240149916545182078872675149282571096524275973911000850879189655681","6911950986557598442242154275647394774521158468274576287080461862590858363047","-11249118362289103246516724640773038929537891484723000404121023524723541429376","5080726909987673313522529632725437767340200400814949647475182121919357169492","-5612270400853886918446827329622784482664989491722570682743316116676303794004","11336010693140796108374445723066640072237045464121174284900853699553547204010","-9797355084056120834794484409598862465339575688593309375886959619754625188527","17335370807497852462524389744007182202101829789006243447895937473432639873435","-17505240157538794701522852924516769158422524599395919531239186771830898610933","14637298315935725408959129551999303112773292572758171632564736098041402666666","-20626947088931000810621926185549831450486611822859840129482079892128099078836","10310520728171483254268099452870060701704319269898689366786163681706548559683","-18348950404790434387552015575925758331163792273333271045420646340582713142314","1514300165331783174472955829985437813277819997845291560441726881944243031349","-7288595687517382737407870024229564185136809290082301552821794940005629087920","16735350661068276449543425435241105365096155678447955185136440266848817241658","-1144597501952146053267249863960849054857862124261687088365563927614428985386","931042007666442364994803536984440259816281406679598344285024620537803961599","-12607652406551762533090313712063678048967244810643035197139407066490902411025","12859051133448322307545746945646128016673494218156080324920988047660197473049","-4549876258102253590005390760594330209633620846757758160750952135186798894249","11874592319123269788308059080221093427542938336882387742559422105575054594080","-19216669942302964570081390296522732610824255183835344809302827923605834094902","17976819981299738567578962515784265320786774361480187080048710527060023817412","-1217209383872030548180329222055006845970333739194837962471464889680599756731","6686487668742286387428972951379456835999864025312190124314592925905439342825","-19402599546161864068974725102640787597565275428369014868061048857681351220334","21639144205775166251855897694177895796801692949812986483045044416760636359312"],["0","-11496854841774164763200132310640184894995090895741312677360425147367090701116","-3036864586836860232067445805279898648007612046159561715282949990167619556214","-12237040293901848112915257851518214019306256182674287900724591612215220899419","12834621301403902949130704540305646639797360318441856288139916393127306899886","7386848505939387942481472010099966928619842387674637579729072073995124840029","1450365375397451627969566918188363301660544868592103905641070830686330013493","4737074856534190733368009789899988378512644128301762948863637546436551411151","21754153690856213800689181422101937435444111225343078809844409325303557522059","7971054619181881405795626635275719124208056579342169307635620704114037940068","19816057603289119157880630572888225089179215402124931605093771581136809923686","-21356834061320453829192275771948327818637750463089656595550500678873368784361","-8383583821636100314314235041808958470688076714249154725028364105855595362507","-20178844893005556825676299951217445255731740343883692588007521434915477364247","-10476978347150370204899640408745486625224489603431597474843985337328546293956","-20816281181103879516790759020139824078871407038225111667637298777939096297297","13959923094263367575108154251606163112088621688014238629355574312914380778905","-7593206990924119504792970338095294452415485682008243328896331604458971772826","13306693966845864302935454826444535884771064730947647451102869231935604376207","20306675157953770589371200123896266055682819848277262635136052123115808989923","8098115980067960136828021956911441254077264706249693659698603531519009533410","-11519199188183406713456422005094389283097194605012516184294428501143597815572","12914823337589110187239545092862139511897604175069086818858065734775460012674","-20786152815466416810213012558170618536447062688298781885289447072475877349305","4067217449641914132433498659226363327537641415563645856314422067970140077213","-9172161881496651764307259832776150368234352277774216195918144032906391170427","20238277977999014709521444931106416915335905891184257258373998997065998999823","-8372738396534012968226023149127547101031964750502364943767927314365459749316","-751648470678269464548994276190289381255393472177037624397898661014679970048","-265385304819039230443799903593167488785775140398545673983180406203252752109","21260079859232106737293967458266198249060769005391588071288287660265238625732","9746910146621468827166825246537068596014440924996148613013784092669630857874","20900895429630828321088019326174086893714041356899740802331953651486045234078","1816391873044940182467811429887445322410762529074797242439162690901266755314","1646618814856508378324409466295378964503918240257485664814964113650331048813","-21379808426886456812553085000577511297398301887293916107876879442289139970665","-14233397382283672818793618227101672126047095294966269271353813071210597773354","-17371814636452129611191227274715163881854084099547263980711561614858565110691","-12328857531450805269086642101467590213870977385232948720980702520486772936422","-17036270303356954088443551417239055209906291458436666650307436532425950298120","16107761108498446222105375263007595737239227397279221160246295616616544697917","-18441332879762904786067734831047521073994360075475637034758243835891596376396","4335458747046154660017401077960384667333043204048000360860312746494999464118","-4224965490942692706742651742384793853411434715666916679559039053948015101875","-9681042535769090841934669867287441107824241545405452110241360504149790407765","7619648698754435205887589986779771373860908367602724898018244378838986887320","-21280088592395444573123309178821969611452759998116466028656351120188585409916","-8182418774321972738391093375761153082354656997101147878504610881997141457285","10030245964688407166265937601555053600855962134819548737600958670045157509179","-17048659044216251106074897574071462441751095083903321969874079831183339778685","-6289419467329132714134989267331679890204714549245992393906257263804898337270","-19090803372449056105404769589252781230625014562037171329077998723716934122918","-12136598787548149294769638869933686217430997540576560600605874765703103567921","-6579782059951299779049686580340819583285973749154425987039537682528508475182","-19128157740044271035743771889280627100812083385888220749959909229118376110116","-425143198508699410789011480285784932592315207561315049648582245755545457932","-9261891099818973001709938702708744852130627167766812763576239378566790163013","6736963478155968487727359593644254201053434214437623456844937215150342960893","1545358712980811930447606459566222358804109719311729296300352489261773641106","-13627337470920261486009573887378286453959275360087445492605402892579397661732","-4466780944629003108376066930443700659181049663160745249926404818454332228359","-9361917833080146385210064279368873402875866111968245695480182172694061739157","-7660067988132854509528022075228364507953592848460643338387605412228605014454","-8092910846712238745788510904790713656859477250729413018748305797666439647905","7969153515294415116762487237715566761988660779024247470417735326215346718676","-11520502457121039335637000330354513449105440765015984220534029126226961783466","-9478943337705879187378830321464993624912222133370767358827011372900583449339","-6588193013653684792815280929279554617904699013803502596446574249024157884655","-12367409268660574292923031933685487814956031115162167831256928268522366479130","-749866576439341046878080148214422137512495199965779603448790530026912482445","21536657734700679173962176374977526697028530351374907432715164785159891788024","-9827897284382730342397447901472721639968336042486639483570984496263781720098","9520288763401300014525420134780613110158723199852880207112796382792042697681","-4937394036480299833090364157745350298565142193048551947822001701758379311362","13823901973115196884484308551294789549042316936549152574160923725181716726094","-609993852738931270787043536288802770527418569029966464543842862871274363135","10161453819975346627045059265450875534680400801629899294950364243838714338984","-11224540801707773836893654659245568965329978983445141365486632233352607588008","783778514442316994502485700876005055925726527826314226103503212531285912403","-19594710168112241669588968819197724930679151377186618751773919239509250377054","12782498743156429702802373742757089315655295177596452552093670760289471251253","-13122237443238314180799300103776263228296684798375804718780169357085988726249","7386353760032175595671853358741331136998220745100308921431268009506996837715","-19365651306022726398997446625842387812424859245303645915265955597680389662055","20621041456342966508536198905740121403408638539797378733572327363413097119366","-14809657937741593552857625406594241573779220146250507747143088494589617789011","3028600330663566348945911659970875626555639995690583120883453763888486062698","-14577191375034765474815740048459128370273618580164603105643589880011258175840","11582458450297277676840445125224935641643946956479876026574676347121825987699","-2289195003904292106534499727921698109715724248523374176731127855228857970772","1862084015332884729989607073968880519632562813359196688570049241075607923198","-3327061941264249843934221678870081009386125220870036050580609946405996326433","3829859395057369392845088146034980944798624035896126306143771908744586450481","-9099752516204507180010781521188660419267241693515516321501904270373597788498","1860941766407264354369712415184911766537512273348741141420640024574300692543","-16545097012766653917916374847788190133100145967254655274907451660635859694187","14065397090760201912911519286311255553025184322544339816399216867544239139207","-2434418767744061096360658444110013691940667478389675924942929779361199513462","13372975337484572774857945902758913671999728050624380248629185851810878685650","-16916956220484452915703044460024300106582186456321995392423893528786893945051","21390045539711057281465389643098516505055021499209938622391884646945464223007"],["0","-7432138411028565091003635828032190531232039815836696729235235704117156366475","-10870254405536462186826025801259526613826500228533181099468559929438638312233","1835519746573498343961639864434435572005343444034170229925677896023688146589","-6960457413706102332860450209688326642302947161551337607197033686545530710785","19112283855317659782307571211706136974367986779279734812701853014202322283561","2743516589553853268280122431105106755859987041617532660357139913971779291404","2755477825218062509308024898976530831726840663535804770381877067482947071780","-2288597799230129451592601530954077633808906915619691013633987007860643988355","-19798735359415191128721087785409142128546716615542802759380789291859505937928","-12542522567332327091328845535586169882201347019429930882339658108014661585424","-20084053046407520999174780485126804204953313051905321420094423368872358358630","16927237907857504117240629967439349104335558133833218154884304167248703809656","-4812437137299822874514607861411735415715568687080854803627026165301305270726","-13943909708301210382013831799954056276484821288606257702428353711721634186364","16090970045951357739959878076450582579694780892471789381019529428674301377958","13877575513824805687525403888527841373792613140057752190024384588833326556874","18213754008385073180699502967264958561755103794868242805048710093082448319600","-12544399685415485342324125432920487280788036545344568837440109983335686152094","15825181820119802332206012925674976845911438150732409890539333964289220380600","3903136563052901842276489621580125138444105451456460997014141113748199991275","-9953991249111902116582535387941659687540850778310149669558724274628169968950","-15953776806029121829243364196697720951149860417489500702573494544116927253189","18971085426048197150106442622057536086639636099117085210687554103349856871045","13269365803791229073833245083894999079378522473126973986459214730484745413542","-14666676195092022791675670853017638928808640830005499593529001091342855377380","-9044149965338864990546935408346488956026514665657855620764822992056234756230","5711407846976861323782270033929878204926608973315458432050508290598918681293","7510651573062290775103012205449294760491593387510166657538461087428607786942","758621476305179238920858535437433353194517770193411963070816042579260631373","-5226072930355907499334216947737285518697799056193934431756067395767765788941","19332664194664671917626787841132498467089146526888609737881687646569588387316","-18001117820815319152338102191465568586428373736424837212574745084080211274414","12135367918192048836595189063585646334609059894544226828927910539460208901817","13519502057235424858651547725749587580363768148256199394584732315302505426426","15536980440296077814354638854453645099357935748148587517210650967594090952798","3037595677232170163671212468322289224980957714809972339825097966005654592095","15732091879181034718192419901875362178983005290190411986009964273964198078228","-278181123229114885038020493774088470127962479768749982499251372333277824828","5410545925696198075517905808184108227908059209472566318662141911947114301989","-13814028340666405731476116315261898113861945642952666515616334372929395924179","-10716169428858779203764461885159139383288001206885840125711783395983108989894","10687846578644147270431317215198721184149667742749751021186017605203182121188","-11547607979446120306635799792848159995136368012403848988602745636362395305629","-3180637594111670914167643329084722597724669945362021037849396276983568421835","-18379059868192460189034278101271088216274375883811064386029817990278945501754","20533204216491572062357439831867361964396765953133801142317285313726636344463","-14997460860122684348558092491910368379097368465148047854253530803700070505245","-21739867414645695470094730962011618680145618973061771035797524731717144251659","21480425788800937145927649489233820694856724257320325509742001259649063145623","10852004901882784240091032036995422409860431514982971435008610981713350366569","14541437875037185978288538830644677252346409694711151957759730117796591807773","18440598077549657404168045310151161853477725528427081877370528750205026602670","19552885547041061075202817773267898836699343989580930816673259644887420607013","157098340995114594546187916928527805100790417846954719672228955777573660548","9129108706149300945180870610978072162881556149883741313748644861253787119748","1446857281401058663808069235671200638851618823168802561322022117426294277963","3448353758300559140856705958407584756930210128730631469813829376647287136394","959324226482612081618937424993648415474139183979838863472862445964933231850","-10833393322029393438152262832656468736606004744259714133210704609556703901078","-20524864212905243525102184040941645506209500282814989532542413572095193828014","2929740405554982069148063858318662955563724250880814395151753482203033128166","1535340082749994551604117994946602089204996949236572562286238795530015211075","8274301813255289478587962580075763040197858359848105242903034099261059268513","5692532281826789698014696529188602504332119727242233311144074033530267732477","-21119251724901490087837152692366838508725449306953653210448897396380157387991","-1374777136081207748403614697630622394768107067244983065853525365701294727477","-15750060669469002990860545476390800234274034641544749966012836658670191639747","15523531380760501712233154526137508278212761790508376127775767962009016621944","11031575341717964315248070969274632933969339697073894365178997685006725551026","-9904649072616977611856309644584595483817468207210860680672915645447417338090","-13940223009949659137436267376886436662253080024000457552629729877154399707831","-10227236329009126134491534203611581753965100999125756761166304458838688696497","4762950417471530247114290450246429039278755125688638047856188241474840024769","-4700830919996546516017569713038522524177403952107501163947777477667606789923","8541198721335612391632308056886192877259916389978773445584012104967835588246","-9524743496069896999897479296407108193558495484125713562955864607181016980963","-20386629534473114805212745583642307932398271125632785685590053346193204822049","2247192123640621624753166575407042159341168282677880637339303600129883454867","-19645865096775026917437375727295228756198460374353674759747173340856549767117","3467788081236087419244783110028071556995040643627692435826523615756188019532","-970332843101988036330665953292135995102199051492536979496942277127720562676","-13681010838844678447054381886180314433837317419342531131519090385241752682155","11570389405871617663905852040702415891973651185068640050622285068362868168209","-18226564234296540765015472177293086195987441566712196850877633266442520944315","5854474617879833622164699777675173476230994779325116808176973809102092850245","17364596543899648108119333272309456104806597637281556504176335305075178391363","11888643551487671031063683661273625209775105384316894100936673448792708350427","-19442866892138826255609427765855448187261347138473106858803627600537725132065","9834220034416409912165189290742653287813372462378619420294683917703981034663","-13923919584537324022257724722241315874089647998228470428767198833421144710399","-6205559596373530163428014039962815857231382813858597426059282983963238549520","-2282695187237348023764007727568205316403659647410831462559525595911114724110","10715529431771470163908910111826725197401463718452539107634053869105105470670","15696991862663449984836938001212402197536195839262067327221599859418190600512","19561657024557578220669209798054265346729050042359804855959685969891712578158","6551959406275341328930912869423908438740416126886464320998510790992116260752","8668394608830838144121690869755759917141852548795846599707714541284619476013","12127815529700070906726560178324645438052751757504909161886553774460563498099","-9470501203080551382256850724249384743369026170289364694292574111417693613992","-2591738302960286185027653753901581709900410571431233175040779824846689445305"],["0","-14864276822057130182007271656064381062464079631673393458470471408234312732950","-21740508811072924373652051602519053227653000457066362198937119858877276624466","-18217203378692278534323126016388403944537677512347693883846848394528432202439","-13920914827412204665720900419376653284605894323102675214394067373091061421570","16336324838796044342368736678154998860187609158143435281705501841828836071505","5487033179107706536560244862210213511719974083235065320714279827943558582808","-16377287221403150203630355947304213425094683073344424802934450051609914352057","-4577195598460258903185203061908155267617813831239382027267974015721287976710","-17709227846991107035195769825561009168545068830669571175063374397143203380239","18691440609013896261835120419342210412694034761972206922717092157122293820386","3608379650863508446143250520260941767190102697021425847207561635406900273974","-9922009927963542210011551555635851968425612533165632377627800038654209371922","-9624874274599645749029215722823470831431137374161709607254052330602610541452","-5999576544763145541781257854650837464421278176796481061158503236867459877111","-11594545651775834964573055337613385017707167015888489925357349515803014235318","5866908155810336152804402031798407659036861879699470036350564991090844618131","14539265144930871139152600189272642034961843189320451266399215999589088143583","-3200556498991695462401845120583699473027708690273103331182015780095563808571","9762120768400329442165620106092678603274511901048785437380463742002632265583","7806273126105803684552979243160250276888210902912921994028282227496399982550","-19907982498223804233165070775883319375081701556620299339117448549256339937900","-10019310740218968436240322648138166813751356434562967061448784901658046010761","16053927980257119077966479498857797084730907797818136077676904020123905246473","4650488735743182925420084422532723070208680545837913629220225274393682331467","-7445109518344770361104935960778002769068917259594964843359797996109902259143","-18088299930677729981093870816692977912053029331315711241529645984112469512460","11422815693953722647564540067859756409853217946630916864101016581197837362586","15021303146124581550206024410898589520983186775020333315076922174857215573884","1517242952610358477841717070874866706389035540386823926141632085158521262746","-10452145860711814998668433895474571037395598112387868863512134791535531577882","16777085517490068613007169937007721845629928653361185132065171106563368279015","-14113992769791363082429798637673862084308383072433640081451285981584614053211","2382492964544822450943972381914017580669755388672419314157616892344609308017","5150761242631574495056689706241900072179171896096364445471260444029202357235","-12702524863086394815783533781607259978380857304534893652975106437963435085638","6075191354464340327342424936644578449961915429619944679650195932011309184190","9575940886522794214138434058493449269417646179964789628321724361352587660839","-556362246458229770076040987548176940255924959537499964998502744666555649656","-11067151020446879071210594128889058632732245981470901706373920362681579891639","-5739813809493536240705826885266521139175526885489298687534464559282983352741","-21432338857717558407528923770318278766576002413771680251423566791966217979788","-512549714550980681383771314859832720249028914916532301326168976169444253241","-1206973087052965391025193840439044901724371624391663633507287086148982115641","-6361275188223341828335286658169445195449339890724042075698792553967136843670","-14869876864545645155822150457284901344000387367206094428361431793982082507891","-2710077310695406319777931826779826248303196894564466402761837745698344302308","-8106678848406093474869779238563461669646372529880061364808857420824332514873","-21591491957452115717943056178765962271742873545707507727896845276858480007701","21072608705762599069608893233210366301165084114224616675785798332722317795629","21704009803765568480182064073990844819720863029965942870017221963426700733138","7194632878235096734330671916032079416144454989006269571821256049017375119929","14992953283260039586089684875045048618407086656438129411042853313834244709723","17217528222242846928159229801278522584850323578745827289648315103199032718409","314196681990229189092375833857055610201580835693909439344457911555147321096","18258217412298601890361741221956144325763112299767482627497289722507574239496","2893714562802117327616138471342401277703237646337605122644044234852588555926","6896707516601118281713411916815169513860420257461262939627658753294574272788","1918648452965224163237874849987296830948278367959677726945724891929866463700","-21666786644058786876304525665312937473212009488519428266421409219113407802156","-19161485553971211827957962336626015923870636165213944721386622957614579160411","-16028762060729311083950278028619949177420915898654405553394697222169742239285","3070680165499989103208235989893204178409993898473145124572477591060030422150","16548603626510578957175925160151526080395716719696210485806068198522118537026","11385064563653579396029393058377205008664239454484466622288148067060535464954","1537982293875570268818506105780873159645830186924762266498613580391302215252","-2749554272162415496807229395261244789536214134489966131707050731402589454954","-9611878467098730759474685207524325379999704882673465588327469130764574783877","9158819889681728202219903307017741467877159180600717911853331737442224748271","-21713335060242621813996669551965284309158049406684279957038413003138165889182","-19809298145233955223712619289169190967634936414421721361345831290894834676180","15896039723779232169620276736741676852590568752831153582136948618842817575572","-20454472658018252268983068407223163507930201998251513522332608917677377392994","9525900834943060494228580900492858078557510251377276095712376482949680049538","-9401661839993093032035139426077045048354807904215002327895554955335213579846","17082397442671224783264616113772385754519832779957546891168024209935671176492","-19049486992139793999794958592814216387116990968251427125911729214362033961926","3003226674732320834067320323229934312300186549566497316216301680765207347136","4494384247281243249506333150814084318682336565355761274678607200259766909734","-17403487321710778612628345709333182423848556348291315175796142495137291038617","6935576162472174838489566220056143113990081287255384871653047231512376039064","-1940665686203976072661331906584271990204398102985073958993884554255441125352","-5473778805850081671862358027103353779126270438269027919339976583907696868693","1252535939903960105565298336147556695398937969721245757546365950149927840801","-14564885596753806307784538609328897303426518733008359358057062346309233393013","11708949235759667244329399555350346952461989558650233616353947618204185700490","12840950215960020993992260799361637121064830874147078664654466423574548287109","1889044231136066839880961577289975331001846368217753858175142711009608205237","-16997490912438377288972449786453621285974329876530179373909051014499641768513","19668440068832819824330378581485306575626744924757238840589367835407962069326","-5959596297235372822269043699225356659630931596040906513836193480266480925181","-12411119192747060326856028079925631714462765627717194852118565967926477099040","17322852497364579174718390290120864455741045105594371418579152994753579047397","21431058863542940327817820223653450394802927436905078215268107738210210941340","9505740853487624747427470257167529306524027278108100310744995532260572705407","17235071177275881219092013850851255604909735684303575368221167753207616660699","13103918812550682657861825738847816877480832253772928641997021581984232521504","17336789217661676288243381739511519834283705097591693199415429082569238952026","2367388187560866591206714611392015787557139114593783980074903362345318500581","-18941002406161102764513701448498769486738052340578729388585148222835387227984","16704766265918702852191098237454111668747543257553567993616644536882429605007"],["0","-7840310772274985141768137566871487036379794862930752573242738629892816970283","-21592774750306573525057697459780831366757636513716690054176035531178744753315","-14546163885545281846399846287519532800526990624279353423995492602481055909261","15934656088854141113051010651761243607884940154626718258608273626969494148094","10784406805752813462491067611052722631826853915870836219712799497081863647393","10974066358215413073120489724420427023439948166470130641428559655887117165616","11021911300872250037232099595906123326907362654143219081527508269931788287120","-9154391196920517806370406123816310535235627662478764054535948031442575953420","-13530212822142938848145133905864743248541773260923108006428544607710598264861","15494638346188517301423835093427145736839705123528379501735980127668779145155","-14671483570112258329959904704735391554168159006373182649283080915762007947669","-19844019855927084420023103111271703936851225066331264755255600077308418743844","-19249748549199291498058431445646941662862274748323419214508104661205221082904","-11999153089526291083562515709301674928842556353592962122317006473734919754222","20587394440126880515346700815287780141682394769055088836681709341545588520598","11733816311620672305608804063596815318073723759398940072701129982181689236262","-14697955453816808166187611111969266107173042422191166154597976373973440704068","15487129873855884297442715504089876142492947019869827681334172626384680878475","19524241536800658884331240212185357206549023802097570874760927484005264531166","15612546252211607369105958486320500553776421805825843988056564454992799965100","-17927722124608333244083735806509363661615038712824564334536692911936871380183","-20038621480437936872480645296276333627502712869125934122897569803316092021522","10219613088674962933686553252458319080913451195220237811655603853672001997329","9300977471486365850840168845065446140417361091675827258440450548787364662934","-14890219036689540722209871921556005538137834519189929686719595992219804518286","-14288356989516184739941335888128680735557694262215388139361087781649130529303","957388516068170072882674390462237731158071492845799384503828975819866229555","-13733879451429387344080762668717371135130355250791402057242564023437185843466","3034485905220716955683434141749733412778071080773647852283264170317042525492","983951150415645224909537954308133013757168175640296616673934603504745339853","11665928163140862003767934128758168602711492906306335920432138026550928062413","-6339742667743450942613191530090449080068401744451245819204367776593419610805","-17123256942749630320358460981429239927208853623071195715382970401886589879583","10301522485263148990113379412483800144358343792192728890942520888058404714470","18371436017505760812925743927300030220335014191762281381446195497224746819958","-9737860162910594567561555871968118188624533541176144984397812322553190127237","-2736361098793686793969537628270376549713072040486455087054755463870633173939","-1112724492916459540152081975096353880511849919074999929997005489333111299312","-246059169054482920174782512520842176916127562525769069049636538787351287661","-11479627618987072481411653770533042278351053770978597375068929118565966705482","-20976434843595841592811441795379282444603640427127326159148929397356627463959","-1025099429101961362767542629719665440498057829833064602652337952338888506482","-2413946174105930782050387680878089803448743248783327267014574172297964231282","-12722550376446683656670573316338890390898679781448084151397585107934273687340","-7851510857252015089397895169312527599452410333996154513024659401388356520165","16468088250448462582690542091697622591941970611287101538174528695179119891001","-16213357696812186949739558477126923339292745059760122729617714841648665029746","593501828774319008606699132982625633610981709417053231602717819434656975832","20256974539685922916971380721163457513781803828033199007873392478868827095641","21519776735691861738117722402724414550893361659515851396336239740277592970659","14389265756470193468661343832064158832288909978012539143642512098034750239858","8097663694680803949932964004832822148265808912460224478387502441092680923829","12546813572646418634072053857299770081152282757075620235598426019822256941201","628393363980458378184751667714111220403161671387818878688915823110294642192","14628191952757928558477076698655013562977860199118930911296375258439339983375","5787429125604234655232276942684802555406475292675210245288088469705177111852","13793415033202236563426823833630339027720840514922525879255317506589148545576","3837296905930448326475749699974593661896556735919355453891449783859732927400","-21445330416278298530362645585368599857875654576622822189144614251651007108695","-16434728236103148433669518927994756759192907930011855099075041728653349825205","-10169281249619346945654150311982623266293467396892776763091190257763675982953","6141360330999978206416471979786408356819987796946290249144955182120060844300","-10679278490657392530140961170211498016305295361439647715784271976107379917182","881886255467883569812380371497134928780114508552898900878091947545262434291","-18812278284088134684609393533695528769256704026566509810700977025793204065113","-5499108544324830993614458790522489579072428268979932263414101462805178909908","2664485937641813703297035330208624328548954635069103167043265925046658927863","18317639779363456404439806614035482935754318361201435823706663474884449496542","349815623193306816499472386583981558780629987463508773319582366875285212870","-17730353418628635225178832833081106846721508428427408378993458395213860856743","9903836575719189116994147728226078616632773105246272820575693051109826655527","-19020702444197229315719731069189051927312039596086992700967013648778946290371","19051801669886120988457161800985716157115020502754552191424752965899360099076","-18803323679986186064070278852154090096709615808430004655791109910670427159692","12276552013503174344282826482287496420491301159499059438637844233295533857367","-16210731112440312777343511440371157685685617536086819908125254242148259428235","6006453349464641668134640646459868624600373099132994632432603361530414694272","8988768494562486499012666301628168637364673130711522549357214400519533819468","8969511100256993219236120071848185329399616104249438335804123382877034914000","13871152324944349676979132440112286227980162574510769743306094463024752078128","-3881331372407952145322663813168543980408796205970147917987769108510882250704","10940685260139111878521689691050567530295823523877978505018251018760414758231","-19383170992031355011115809072962161697750488460973542828605472286275952814015","-7241528321668337393322671473400519518304673065600684372415920506042658290409","1529655599680059266412393365443418816375614716884432889009691049832562905363","3793657560080766765738115853465999153581297347878122985610728660573288078601","-18110154409567141542484482590677324426544671663980526627347918764556592085143","-12106738953037479355698493827649967483400295352644324404119897842423475041409","17448637265826364426414351417713338062705125449098443337480531484240115643035","-11919192594470745644538087398450713319261863192081813027672386960532961850362","-2933995513654845431465650414593988340377166855018355360538927749277145702463","12757462122889883127190374834984453822933725810772708493460101802931349599177","20973874855246605433389234702049625701057490473394122086838011289844613387063","19011481706975249494854940514335058613048054556216200621489991064521145410814","-9306343389126788006308783788812038967277257432224917950954072866736383669836","-17568648118577185128769160012818916422135064293286211403402365209183151948226","12785335563484077354240357733765764580019045794767352055132653978562669408435","4734776375121733182413429222784031575114278229187567960149806724690637001162","-15993761940482930306780997151740263884927740280741424433472092259094965960351","-10366953211841144740110615015606326839601642285724932700163119299386757781220"],["0","6207621327289304938710130611514301015788774674554529197212726926790174555051","-21297306628773871827868989174304387644966908627017345764653866875781681011013","-7204084899251288470553286829781790512505616848142672504292781018386303322905","9981069305869007003855615558265212127221515908837402173518343067363179800571","21568813611505626924982135222105445263653707831741672439425598994163727294786","59889844591550923994573703583578958331531932524226939158915125198425835615","155579729905224852217793446554971565266360907870403819356812353287768078623","3579460477998239609505593497624654018077109075458506234626308123690656588777","-5172182772446602474043862066472211408535182121430181669158885028845388034105","9101033820537759380601264441597016385131045846640724659773756068761749794693","-7454724268385241437673403664213508019787953612330330954867957644948207399721","-17799796840014893617799800477286132785154085732246495166812995968041028992071","-16611254226559307773870457146036608237176185096230804085318005135834633670191","-2110063307213306944878625673346074769136748306769889900935808760894031012827","-2601696863424789413799409859938989893731939262721891014032989690060439950038","1579389751402069388971202381936355547599083118381845801704055777787569976907","-7507668035794341110128816478681257125797720443966297965497748561371072912519","9086016875872493372639025262922477196437529639323621018970141066193553261333","17160240201762042546416074679113439324549683203779107405823650781434720566715","9336849632583939515965511227383726019004479211235653632414924723409791434583","-13967201377377391265921065867761452234681713025233094325375181637297934264749","-18189000089036598522714884847295392166457061337835833902096935420056375547427","20439226177349925867373106504916638161826902390440475623311207707344003994658","18601954942972731701680337690130892280834722183351654516880901097574729325868","-7892195201539806222173338097854735987727304637963825029740987797863800540955","-6688471107193094257636266031000086382567024124014741935023971376722452562989","1914777032136340145765348780924475462316142985691598769007657951639732459110","-5579516031019499465915119592177467181712346101166769770786923860298563191315","-15819271061397841310879537461757808262992222238868738639131675845941723444633","-19920340571007984772427329836641009061034028049135441110350334979566317815911","1443613454442448785289462512259062116874621412196637497166071866526047629209","-12679485335486901885226383060180898160136803488902491638408735553186839221610","-12358271013659985418470516217601204765869342845726357087067736617197371263549","-1285197901312977242019646920289674799831676816030576561813162410458999066677","14854629163172246403605082109342785352121663983108528419194186807873685144299","-19475720325821189135123111743936236377249067082352289968795624645106380254474","-5472722197587373587939075256540753099426144080972910174109510927741266347878","-2225448985832919080304163950192707761023699838149999859994010978666222598624","21396124533730309381896840720215590734716109275364496205598931109001105920295","-1071012366134869740576901795808809468153743141541160406439654050556124915347","-20064626815352407963376477845501289800658916453838617974599654608137446432301","-2050198858203922725535085259439330880996115659666129205304675904677777012964","-4827892348211861564100775361756179606897486497566654534029148344595928462564","-3556857881054092091094740887420505693248995162480133959096966029292738879063","-15703021714504030178795790338625055198904820667992309026049318802776713040330","11047933629057649943134678438137970095335576822158168732650853203782431286385","-10538472521785098677232711208996571590037125719104211115537225496721521563875","1187003657548638017213398265965251267221963418834106463205435638869313951664","18625706207532570611696355697069639939015243255650363672048580771161845695665","21151310599544448253989039060191554013238358918615668448974275293979377445701","6890288641101111715076281918871042576029455555609043943586820009493691984099","16195327389361607899865928009665644296531617824920448956775004882185361847658","3205384273453562045897701969342265073756201113735206127498647853068705386785","1256786727960916756369503335428222440806323342775637757377831646220589284384","7368141033676581894707747652052752037407355997821827478894546330302871471133","11574858251208469310464553885369605110812950585350420490576176939410354223704","5698587194565197904607241922003402966893316629429017414812430826602488595535","7674593811860896652951499399949187323793113471838710907782899567719465854800","-21002417960717321838478885425479924627202944752829610034591024316726205721773","-10981213600367021645092632110732238429837451459607675854451879270730891154793","-20338562499238693891308300623965246532586934793785553526182380515527351965906","12282720661999956412832943959572816713639975593892580498289910364240121688600","-21358556981314785060281922340422996032610590722879295431568543952214759834364","1763772510935767139624760742994269857560229017105797801756183895090524868582","-15736313696336994146972381322133782449965043652716985277703749865010599634609","-10998217088649661987228917581044979158144856537959864526828202925610357819816","5328971875283627406594070660417248657097909270138206334086531850093317855726","-7141206184951637635613198262443584305588092078429197039983081423382717998150","699631246386613632998944773167963117561259974927017546639164733750570425740","-13572463965417995228111259920904938604894652456438782414288712603851913217869","-2080569720400896988258110288805117855282818189923488702546818084356155184563","5735080855284091813053349352136446322472649608658083285462381075593724410492","-5672882403906308467578487888543117862866687795322964304546902441352896793082","-15718404488133096905894151959050905104870867216443974967884015634765045823767","2664861155167073466319247219317717752434237918582084533577484280015259219117","-10533219353041350332440617135485040282822870671757605472552304297720710360853","12012906698929283336269281292919737249200746198265989264865206723060829388544","17977536989124972998025332603256337274729346261423045098714428801039067638936","-3949220671325288783774165601560904429749132191917157672089957420821738667617","5854061778049424131711859134967297367411960748605505142913984739473695660639","-7762662744815904290645327626337087960817592411940295835975538217021764501408","-6872351561051465203026363156140027956717352660077333661702149054978979155","-16878099112223434799985212400667048306952612521531051313512740385976097132413","-14483056643336674786645342946801039036609346131201368744831841012085316580818","3059311199360118532824786730886837632751229433768865778019382099665125810726","7587315120161533531476231706931998307162594695756245971221457321146576157202","7556176924544267359523846309159901324007385472871015432700570844038432820948","-2325235034235683489150581910042659878252226304872614464541591498271141587201","13009031659813453630582297090169401036861886497780852331262858781904422790453","-1950142317102216066829769051644151549975361983747591711646569734490115205107","-5867991027309690862931300829187976680754333710036710721077855498554291404926","3626681373940491032134343924711632557319087221129382643221999419286890702737","20059506838653935644532063658841976313566616546372209829977818393113418278509","16134720542111223767463475283412842137547744712016366899281777942466482326011","-18612686778253576012617567577624077934554514864449835901908145733472767339672","-13249053365315095035291914280380557755721764186156388463106526231790495400835","3682428255128879486234309722274254071489727189118669766567103770549530321253","9469552750243466364826858445568063150228556458375135920299613449381274002324","-10099281009126585391315588558223252681307116161066814523245980331614123425085","-20733906423682289480221230031212653679203284571449865400326238598773515562440"],["0","12415242654578609877420261223028602031577549349109058394425453853580349110102","-20706370385708468433491572603351500201385452853618657185609529564987553526409","7480073073336698281139832085693694063537130704130689335112642149803201849807","19962138611738014007711231116530424254443031817674804347036686134726359601142","21249384351171978627717864698953615438759051263067310535152993801751646093955","119779689183101847989147407167157916663063865048453878317830250396851671230","311159459810449704435586893109943130532721815740807638713624706575536157246","7158920955996479219011186995249308036154218150917012469252616247381313177554","-10344365544893204948087724132944422817070364242860363338317770057690776068210","-3686175230763756461043876862063242318286272707134585024150692049052308906231","-14909448536770482875346807328427016039575907224660661909735915289896414799442","-13711350808190512013353195209314990481759807064076955989927787749506249488525","-11334265581279340325494508546815941385804005792045573826937806085093458844765","-4220126614426613889757251346692149538273496613539779801871617521788062025654","-5203393726849578827598819719877979787463878525443782028065979380120879900076","-18729463369035136444304000981384563993350198163652342740290092631000668541803","-15015336071588682220257632957362514251595440887932595930995497122742145825038","18172033751744986745278050525844954392875059278647242037940282132387106522666","12432237531684809870585743612969603560551002007142180467949097376293632637813","18673699265167879031931022454767452038008958422471307264829849446819582869166","-6046159882915507309595725990265629380815061650050154307052159088020060033881","7398485565605353399063041795923765844182606125160400883202537533038865896380","18990209482860576512499807264576001235105440380464916902924211228112199493699","15315667014106188181114269635004509473121079966287274690063598008573650156119","-15784390403079612444346676195709471975454609275927650059481975595727601081910","-13376942214386188515272532062000172765134048248029483870047942753444905125978","3829554064272680291530697561848950924632285971383197538015315903279464918220","-11159032062038998931830239184354934363424692202333539541573847720597126382630","-9750299250956407399512669178258341437436080077321442934565147505307638393649","-17952438270176694322608253928024743033519691697854847877002465772556827136205","-19001015962954377651667480720739150854799121576022759349366060453523713237199","18417515072704746674040045370152753856823121823027085410578937266777938548014","19059943716358579607551779055312140645358043109379354513260935138756874464136","-2570395802625954484039293840579349599663353632061153123626324820917998133354","-14067227417334057637282647271828979472853400834615011849008034757404246702636","-17063197779803103047999817742615197665949769764288545593893045103636952013331","-10945444395174747175878150513081506198852288161945820348219021855482532695756","-4450897971665838160608327900385415522047399676299999719988021957332445197248","-984236676217931680699130050083368707664510250103076276198546155149405150644","-2142024732269739481153803591617618936307486283082320812879308101112249830694","3647232112973734517739855799511970575778895893154832738197099156876724126632","-4100397716407845451070170518878661761992231319332258410609351809355554025928","-9655784696423723128201550723512359213794972995133309068058296689191856925128","-7113715762108184182189481774841011386497990324960267918193932058585477758126","-9517800557168785135345174931992835309261276935568583708400433418977617585043","-21680618485563250558223454614238609986425575156515731222094701965586754418464","-21076945043570197354465422417993143180074251438208422231074450993443043127750","2374007315097276034426796531930502534443926837668212926410871277738627903328","15363169543225866001146305648882004789482122110884693000398957355747882895713","20414378327249621285731672375125832937928353436815302554250346401382946395785","13780577282202223430152563837742085152058911111218087887173640018987383968198","10502411906883940577485450274074013504514871249424863569851805577794915199699","6410768546907124091795403938684530147512402227470412254997295706137410773570","2513573455921833512739006670856444881612646685551275514755663292441178568768","14736282067353163789415495304105504074814711995643654957789092660605742942266","1261473630577663398682702025481935133077536770284806637454149692244899951791","11397174389130395809214483844006805933786633258858034829624861653204977191070","15349187623721793305902998799898374647586226943677421815565799135438931709600","-20116593049595368454711365105702574165857525105243185725483844446876602947929","-74184328894768067938858476207201771126538518799317365205554354885973813969","-18788882126638112560370195502673217976625505187155072708666556844478895436195","2677198452160637603419482173888358338731586787369126652881616541904434881583","-20828871090790294898317438935588716976672817045342556519438883717853711173111","3527545021871534279249521485988539715120458034211595603512367790181049737164","-9584384520834713071698356899010289811381722905017936211709295543445390773601","21780051566379226470034976328424591860807015724912339633740002521930901351602","10657943750567254813188141320834497314195818540276412668173063700186635711452","7605830501935999951020009220370106477372180243557640263732041339810372499317","-20488980379066047956248516198921348853425844450561999250419874719074667644137","16631557812842559988270291648704672967307423887954503858818983165447790555496","17727103431037481245730185167647039377982728020569056938604568017863498126491","-10418081161271091596139707040984382443603065183099867772773442035388359674633","-11345764807812616935156975777086235725733375590645928609093804882705793586164","12339676767412356632704507572412739967354994367944118751628377103621525343700","5329722310334146932638494438635435504868475837164169067154968560030518438234","-21066438706082700664881234270970080565645741343515210945104608595441420721706","2137570526019291450292156840582199409853127996115944186032209259545850281471","14066831106410670773804259461255399460910328122430055853730653415502326782255","13989801529188697654698074542135466229050100016581718999518289344932331160383","11708123556098848263423718269934594734823921497211010285827969478947391321278","6362917382207466640955750492583099166913179576535442671747127752532279492801","-13744703122102930406052726312280055913434705320154667323404298109957958310","-11867955352607594377724019056076821525356860642646068283327276585376385769209","-7077870414834074351044280148344802984670327861986703145965477837594824666019","6118622398720237065649573461773675265502458867537731556038764199330251621452","15174630240323067062952463413863996614325189391512491942442914642293152314404","15112353849088534719047692618319802648014770945742030865401141688076865641896","17237772803367908243945241925171955332043911790670805414615021190033525321215","-17758422424051643183328217310175748103372955805270364024870690809342771410328","-3900284634204432133659538103288303099950723967495183423293139468980230410214","-11735982054619381725862601658375953361508667420073421442155710997108582809852","7253362747880982064268687849423265114638174442258765286443998838573781405474","-3657472066370679155428684172830597549963495708087649027440771586924780434216","-11507044659456102909565860923688865902001239376799334888832852488218652339212","6551112187171398419257676335266394307987699071932396883580116906206082311890","-4609863858790914848337422815503840422895163971896742582514848277005182306053","7364856510257758972468619444548508142979454378237339533134207541099060642506","18939105500486932729653716891136126300457112916750271840599226898762548004648","-20198562018253170782631177116446505362614232322133629046491960663228246850170","-19579569975525303738196054317168032269858204742483696456954273010971222629263"],["0","2942242437317944532594116700799928974606734297802082445152703520584889724587","-19524497899577661644736739461445725314222541306821280027520854943399298557201","14960146146673396562279664171387388127074261408261378670225284299606403699614","18036034351636752793176056487803573420337699234933574350375168082876910706667","20610525830504682033189323652649955788969738125718586726607783416927483692293","-21648683493473071526268110930922959255222236670319126587062543685782105153157","-21265923952218375813375231959037388827482920768934419066270954773424736181125","14317841911992958438022373990498616072308436301834024938505232494762626355108","-20688731089786409896175448265888845634140728485720726676635540115381552136420","-7372350461527512922087753724126484636572545414269170048301384098104617812462","-7930654201701690528447208911596756990603450048905289475773626393217021103267","16353784127297526417786421071884569213577114672678156707540832874139118014184","-780288290719405428742611348374607683059647183675113310177407983611109193913","-8440253228853227779514502693384299076546993227079559603743235043576124051308","-10406787453699157655197639439755959574927757050887564056131958760241759800152","-15570683866230997666361596217511852898152031926888651136881981075425528587989","-8142429271338089218268860169467753414642517375449157518292790058908483154459","14455824631650698268309695306432633697201754156878449732182360078198404549715","-18912010680308930703321324264575343055994724786547707751498213620564351715608","15459155658496482841615639164277628987469552444526580185961494707063357242715","9795923106008260603054953764726016326918241100315725729593886010535688427855","14796971131210706798126083591847531688365212250320801766405075066077731792760","16092176093881877802753208783894727381662516360513799462150218269648590491781","8743091156373101139982133524751743857693795532158515036428991830571491816621","12207704937519325555799459099095606226187510248976768568432457181696414827414","-4865641556933101808298658378743070441719732095642933396397681320314001756339","7659108128545360583061395123697901849264571942766395076030631806558929836440","-429821252238722641414072623452593638301020004251044739449491254618444269643","-19500598501912814799025338356516682874872160154642885869130295010615276787298","-14016633668514113422970102110792210978491018995293661410306727358537845776793","-16113789054069480081088555696221026621049878751629484355033916720471617978781","-6941455598269057096412720750209042463450485154777897866238533839595739895206","-5656598310961391229389253379890268886380642582073359660874538095637868062962","-5140791605251908968078587681158699199326707264122306247252649641835996266708","-6246211962828840052318888798400683857158437268813989354317865328232684909655","-12238152687766930873753229739973120243351175128161056844087886020698095531045","21885596953329056092736510464351537779392152476940427990958364662186551599722","-8901795943331676321216655800770831044094799352599999439976043914664890394496","19919769519403411860848145645090537673219343900209881791301111876276998194329","-4284049464539478962307607183235237872614972566164641625758616202224499661388","7294464225947469035479711599023941151557791786309665476394198313753448253264","-8200795432815690902140341037757323523984462638664516821218703618711108051856","-19311569392847446256403101447024718427589945990266618136116593378383713850256","-14227431524216368364378963549682022772995980649920535836387864117170955516252","-19035601114337570270690349863985670618522553871137167416800866837955235170086","415248772552049328045902262037330204245578487800606243207004441978108154306","-20265647215301119486684439090729011271600138476000810118450697800310277759883","-17140228241644723153392812681396270019660510725079608490876461631098552688961","8838096214612456780046205552506734490415879821353351657099710524919957295809","18940513782659967349216939004994390787308342473214570764802488616190084295953","5672911692565171638058721930226895215569457822020141430649075851398959440779","21004823813767881154970900548148027009029742498849727139703611155589830399398","12821537093814248183590807877369060295024804454940824509994591412274821547140","5027146911843667025478013341712889763225293371102551029511326584882357137536","7584321262867052356584584862953733061081059590871275571879981134635677388915","-19365295610683948424881001694293404822393290859846421068789904802086008592035","906105906421516396182561942756336779024902117300035315551519119834145886523","-13078110496234963832686813890717800881924274913477225056264810102273753572034","-18344943227351461687176324466147873243166685810070337107269484707177397400241","-148368657789536135877716952414403542253077037598634730411108709771947627938","-15689521381436949898493985260089160864702645973894111073634909502381982376773","5354396904321275206838964347776716677463173574738253305763233083808869763166","-19769499309741314574388472125920158864797269690269078695179563249131613850605","7055090043743068558499042971977079430240916068423191207024735580362099474328","-19168769041669426143396713798020579622763445810035872423418591086890781547202","21671860260919177717823546911591908633065667049408644923781800857285994207587","21315887501134509626376282641668994628391637080552825336346127400373271422904","15211661003871999902040018440740212954744360487115280527464082679620744998634","-19089717886292820690250626652585422618303324500707964157141545251573526792657","11374872753845844754294177552152070846066483375492973373939762144319772615375","13565963990235687269213964590036803667417091640722079533510931849151187757365","-20836162322542183192279414081968764887206130366199735545546884070776719349266","-803286743785958648067545808915196362918386780875822874489405578835778676711","-19097132208853837179083796345689070242386740064943831184139654165908566303834","10659444620668293865276988877270871009736951674328338134309937120061036876468","1643608331513149114730342948574389045805246113801646797187191182268775547822","4275141052038582900584313681164398819706255992231888372064418519091700562942","6245419340982066325362113177253523833272291844444077363763102644428845068893","6091360186538120087149743339013657369551835632747403655338374503288853825149","-20360238631480853917645374950645360707448885806410048115740469415256834348678","12725834764414933281911500985166198333826359153070885343494255505064558985602","21860753465595069361434300292632714976721494989775725009051395590355892578997","-1847667833375913533201632366896367962165356884876102222956348984176963042801","-14155740829668148702088560296689605969340655723973406291930955675189649332038","12237244797440474131299146923547350531004917735075463112077528398660503242904","8461017608806858903658521082470718140102014382608949541187625098010496133191","8336464826337794215848979491382330207481177491068027387104079189577922788175","-9300940136942733956602327640170639513008905219490457858166365993084566348804","-13628601976264011144410028875094221118197547210124693706043177432109734325039","-7800569268408864267319076206576606199901447934990366846586278937960460820428","-1583721237399488229478797571494631634468970439730808540613217807641357124087","14506725495761964128537375698846530229276348884517530572887997677147562810948","-7314944132741358310857368345661195099926991416175298054881543173849560868432","20762396424766344625361089643136818373094250047233398909730703396714312312810","13102224374342796838515352670532788615975398143864793767160233812412164623780","-9219727717581829696674845631007680845790327943793485165029696554010364612106","14729713020515517944937238889097016285958908756474679066268415082198121285012","15989968129134590237061028037014977512365861433084509337500249610949287513679","-18508881164667066343015948487635735636680100243851223749285717139880685204723","-17270897079211332254145702889078789451168045084551358570210341835366636762909"],["0","-16003757997203386157058172343657417139334895804811869453392797145406029046443","-17160752927316048067227073177634175539896718213226525711343505700222788618785","-13856193450331757319933483147739773922948205984309311346945839773938809592006","14183825831434230364105707230349871752127034069451114357052131979178012917717","19332808789170088844132241560042636489391111851021139109517362647279158888969","-21409124115106867830289816116588643421896108940222218830426883184988401810697","-20643605032597476404504058172817502566417477137452803788843705360273663866633","6747440952146641653798342235739957056068508203252015533312260802949444214599","-19489219307733544570104490786520416179733092571025419009572876044187295777223","-14744700923055025844175507448252969273145090828538340096602768196209235624924","-15861308403403381056894417823193513981206900097810578951547252786434042206534","10819325382755777613326436398511863338605864944940279071383461561702427532751","-1560576581438810857485222696749215366119294367350226620354815967222218387826","-16880506457706455559029005386768598153093986454159119207486470087152248102616","1074667964440959911851126865745355938692850298640906231434286666092288895313","-9253124860622720110476786689766430707755699453361267930065757964275248680361","5603384329163096785708685406321768259263329649517719307112624068758842186699","7023406391462121314372984867607992305855143913340865120666515969821000603813","5952464383060689037850162961363864065107279227736653184399981132022913560018","9030068445153690460984872583297982886390740488637126028224785227550905989813","19591846212016521206109907529452032653836482200631451459187772021071376855710","7705699390582138374005761438437788288182060100225569189111945945579655089903","10296109315924480383260011822532179674776668320611564580602232352721372487945","17486182312746202279964267049503487715387591064317030072857983661142983633242","2527167003199375889352512452933937363826656097537502793166710176817021159211","-9731283113866203616597316757486140883439464191285866792795362640628003512678","15318216257090721166122790247395803698529143885532790152061263613117859672880","-859642504477445282828145246905187276602040008502089478898982509236888539286","-17112954131986354375804270967776090661195955908869737394562385834654745078979","15743218406650323598552607268930128220114690810244745866782953656075925437648","-10339335236299684939930705647184778153551393102842934366369629254367427461945","-13882911196538114192825441500418084926900970309555795732477067679191479790412","-11313196621922782458778506759780537772761285164146719321749076191275736125924","-10281583210503817936157175362317398398653414528244612494505299283671992533416","-12492423925657680104637777596801367714316874537627978708635730656465369819310","-2588062503694586525260053734688965398153985855906079344477567854820382566473","21882951034818836963226615183445800470235940553464821638218525137797294703827","-17803591886663352642433311601541662088189598705199998879952087829329780788992","17951296166967548499449885544923800257890323400003729238904019565978187893041","-8568098929078957924615214366470475745229945132329283251517232404448999322776","14588928451894938070959423198047882303115583572619330952788396627506896506528","-16401590865631381804280682075514647047968925277329033642437407237422216103712","-16734895913855617290559797148792161766631527580117201928534982570191619204895","-6566620176593461506511521354106770457443596899425037329077524047766102536887","-16182959356835865319134293982714066148496743341858300489903529489334661844555","830497545104098656091804524074660408491156975601212486414008883956216308612","-18643051558762963751122472436200747454651912551585585893203191414044747024149","9496029260389104137707186127722010137775707350672851705643485110954511613312","17676192429224913560092411105013468980831759642706703314199421049839914591618","15992784693480659476187472264731506486068320546013107185906773045804360096289","11345823385130343276117443860453790431138915644040282861298151702797918881558","20121404755696487087695395351038778929511120597283419935709018124603852303179","3754831315789221144935210009480845501501244509465614676290978637973834598663","10054293823687334050956026683425779526450586742205102059022653169764714275072","15168642525734104713169169725907466122162119181742551143759962269271354777830","-16842348349528621627515597643329534556238217319276807793881605417596208688453","1812211812843032792365123885512673558049804234600070631103038239668291773046","-4267978120630652443127222036178326675300185426538415768831416017971698648451","-14801643582863648152106243187038471397785007219724639870840765227778986304865","-296737315579072271755433904828807084506154075197269460822217419543895255876","-9490799891034624574741564774921046640856927547372187803571614818188156257929","10708793808642550413677928695553433354926347149476506611526466167617739526332","-17650755747643353926530538506583042641046174980122123046660922311687419205593","14110180087486137116998085943954158860481832136846382414049471160724198948656","5438947660339698157699383894473390931569837180760323840559226199370053896830","-432765221840195008845717667330732910965394702014778839832806658579628576060","20743532130429744030506159538080714168234909760689616328994050614170734350191","-13353163735934550640412774609034124267608007826601507632468243013910126993966","5597049971092909063991558185343704940490079799416140373113317870004563405920","861502635852414286341949359046866603584602350569912404181320102063736735133","5243685108632099316181523434816332246285818881028124723323659511726567019113","-19784081773245091162312422418680254685863896331983436747395563954977630202915","20281669384267357926111314127426882362711590838664388594719393028904251142195","-16306021545868399135921186946120865396225115729471628024581104145241324112051","21318889241336587730553977754541742019473903348656676268619874240122073752936","-18601026208812976992785719848108496996937872172812740749323821822038257399973","8550282104077165801168627362328797639412511984463776744128837038183401125884","-9397404189875142571522179390750227422003780711527879616171998897718118357831","12182720373076240174299486678027314739103671265494807310676749006577707650298","3056008480716842609202061589223828762198957188011972455915469542637948293878","3563426656990591341576596225075121579104353905725736343290306823553309475587","21833264059350863500622194840008154864894625579135415674404586994135976662377","18192907205087448155843141011464539164217650630663829897785506218221882410015","-6423238787497022181930714848121936850132947047530778240163707163803490168459","2586246723041673040351888101837425973461471069734891880456852610745197990191","16922035217613717807317042164941436280204028765217899082375250196020992266382","-5215313219163686790548446762492614673586009418279979569490045807419962919267","-18601880273885467913204655280341279026017810438980915716332731986169132697608","-5368961080688747066573652004931167147846730019833353068388150677643660154461","6287104335021546687608253332104062688745468530435300650525646310654886854761","-3167442474798976458957595142989263268937940879461617081226435615282714248174","7125208119684653034828345652435785370004333368619026802077791167719317126279","-14629888265482716621714736691322390199853982832350596109763086347699121736864","19636549977693414028475773541016361657640135694050763475763202606852816130003","4316205876846318454784299595808302143402431887313553190622263438248520751943","-18439455435163659393349691262015361691580655887586970330059393108020729224212","7571183169191760667628072032936757483369453112533323788838625977820434074407","10091693386429905251875650328772679936183358465752984331302295035322766531741","6758723414344417758460914515243078903736528313129621188824974093390246581788","-12653551286583389286045000032900303813787725768686682796722479484157465030201"],["0","11768969749271778130376466803199715898426937191208329780610814082339558898348","-12433262982792820912207740610011075991245072026037017078988807213869768741953","-5824144028824239417620560550222272757348047568202588350193475361301810688395","6479408791029185505965008715442468415705703738486194370406059771780217339817","16777374706500902466018077374827997890233859301626243875336521107982509282321","-20930005358374460438333226487920011755243853480028403317155562183400995125777","-19398967193355677586761710600377730044286589874489573233989206533971519237649","-8393360967545991914649721273777360976411347993912003277073682580676920066419","-17090195743627813917962575827783557270917820741634803675447547901798783058829","-7601158974270776466104609151248663457741817256660645849507332205842662754231","-9834373934967486891542429901129752873865435795205123559396301386292275917451","-249592106327719995593532948233548411336634510535476200931281063170953430115","18767089708961653507275960351758844356309775665715581102988572252131371719965","10015472828265639326434800716977353870908755892513830272423468198847120786002","2149335928881919823702253731490711877385700597281812462868573332184577790626","-18506249721245440220953573379532861415511398906722535860131515928550497360722","11206768658326193571417370812643536518526659299035438614225248137517684373398","14046812782924242628745969735215984611710287826681730241333031939642001207626","11904928766121378075700325922727728130214558455473306368799962264045827120036","18060136890307380921969745166595965772781480977274252056449570455101811979626","17295449552193767189973409313646790219124600000846868574677339855566945215803","15411398781164276748011522876875576576364120200451138378223891891159310179806","20592218631848960766520023645064359349553336641223129161204464705442744975890","13084121753653129337682128353749700342226817728218025802017763135710158770867","-16833908865440523443541380839389400360895052205341028757364783832941766177195","-19462566227732407233194633514972281766878928382571733585590725281256007025356","8748189642342167109999174749534332308509923370649545960424323039659910850143","-1719285008954890565656290493810374553204080017004178957797965018473777078572","-12337665392133433529362136190294906233843547417323440445426567482733681662341","-12290048930377903247387596952654293736867347180342576953830501060999766115938","-20678670472599369879861411294369556307102786205685868732739258508734854923890","16010663350602322058841928489678380323294788181720477222442273014768657410410","21150092499832985526935797970953474631574158472538630043898255990600144739386","1325076450831639349932055020622478291241535343926809354687605619231823428785","-3096604979476084987029149448345460340085384674839923073573257126354931143003","-5176125007389173050520107469377930796307971711812158688955135709640765132946","21877659197798398704206824621634325851923516706513608932738846089018780912037","-13718940901487430062620217457826049087830833009983963416205971472083753082367","14014349462095821776653365344590325427232282399591424134109834945380567290465","-17136197858157915849230428732940951490459890264658566503034464808897998645552","-14598628839888674302573965094418785570865561655593406781819615118137823978178","-10914938859423488386314958405772019007389486154242032941176610288268623711807","-11581548955871959358873188552327048444714690759818369513371760953807429914173","-13133240353186923013023042708213540914887193798850074658155048095532205073774","-10477675841832455416022182220170857208445122283300566636108854792093515193493","-20227247781631077910062796697107954271566050449213609370870186418663375878393","-15397860245686652279998539127144219820755460702755137442708178641513685552681","18992058520778208275414372255444020275551414701345703411286970221909023226624","13464141986610551897938416464769662873115154884997372284700637913104020687619","10097326515122043730128538784205737883588276691610180028115341905032911696961","803403898421411329988481975650305773729466887664531378898099219020029267499","18354566639553698953144384956820282770473876794150805527719832062631896110741","7509662631578442289870420018961691003002489018931229352581957275947669197326","20108587647374668101912053366851559052901173484410204118045306339529428550144","8449042179628934204091933706557657155775873963069067943821720351966901060043","-11796453827217968032784789541401794023928070238137581244065006648616608881289","3624423625686065584730247771025347116099608469200141262206076479336583546092","-8535956241261304886254444072356653350600370853076831537662832035943397296902","-7715044293888021081966080628819667707021650039033245397983326268982164114113","-593474631158144543510867809657614169012308150394538921644434839087790511752","-18981599782069249149483129549842093281713855094744375607143229636376312515858","21417587617285100827355857391106866709852694298953013223052932335235479052664","-13413268623447432630814671267908810193543985559828211749623640436799029915569","6332117303132999011749766142651042632415299873276730484400738134872589401695","-11010347551159878906847637956310493225408690038895386662579751787835700701957","-865530443680390017691435334661465821930789404029557679665613317159257152120","-2289421482819062383480492414353121840626909279452836029408307144810148290852","-4818084600029826058579143472810973446667651252786980921238281841244445492315","11194099942185818127983116370687409880980159598832280746226635740009126811840","-20165237600134446649562507027163541881379159699276209535335563982448335025351","10487370217264198632363046869632664492571637762056249446647319023453134038226","-17679920674650907102378439092103234283179428263550839151092923723379451910213","-3213146975143834592270183235660785451673547123503291497957622315343114706844","-10723800219897523049595968146984455703901867058527221705464004103906839728485","-1138707261005374983384855981431066138148922103518716150156659892907469485362","-15313809545786678763325033950959718905327379945209447154949439457500706304329","17100564208154331602337254724657595278825023968927553488257674076366802251768","-18794808379750285143044358781500454844007561423055759232343997795436236715662","2477197874313205126352567610797354389658978130573580277655293826579606804979","6112016961433685218404123178447657524397914376023944911830939085275896587756","-14761389557858092539093213295107031930339656588964561657117590539469189544443","-109957624976823443248421810498240447307477642561237338587234384879663666480","-7390671333503654132806529467585471848661427539504408891825395936707852171204","-12846477574994044363861429696243873700265894095061556480327414327606980336918","-16715749425755929141542629541582423141625422260946250582784498965085412515235","11955827563388160392387678584625597471859693130019763821052296205466176037147","-10430626438327373581096893524985229347172018836559959138980091614839925838534","-15315517675931660604162904815425282963487256477545797088967259785762456899599","-10737922161377494133147304009862334295693460039666706136776301355287320308922","12574208670043093375216506664208125377490937060870601301051292621309773709522","-6334884949597952917915190285978526537875881758923234162452871230565428496348","14250416239369306069656691304871570740008666737238053604155582335438634252558","14516709212713117201063338107869769777388763136130876467870235677753373517506","-4503385788291722387541264408481826861816457412730541735870003159445984731228","8632411753692636909568599191616604286804863774627106381244526876497041503886","-14990667998488043564452976778773448294612947374757906316420582029465649952807","15142366338383521335256144065873514966738906225066647577677251955640868148814","20183386772859810503751300657545359872366716931505968662604590070645533063482","13517446828688835516921829030486157807473056626259242377649948186780493163576","-3418859701327503349843594320543332539027087136957331249746754781739121564785"],["0","1649696626704281038506527861142156708305509982000625217523423978103309301079","-2978283093746366602169075474764876893941779651657999814279410241163728988289","-11648288057648478835241121100444545514696095136405176700386950722603621376790","12958817582058371011930017430884936831411407476972388740812119543560434679634","11666506541162529709789749004398720691919354202836453406974838029389210069025","-19971767844909645654420047230582748421939342559640772290612920180226181755937","-16909691514872079951277015455498185000024815348563112124280208881367229979681","5101520936747291392946963197702553135725668412592027789550839025221968362779","-12292148615416352613678745910309839453287277082853573007196891617021757622041","-15202317948541552932209218302497326915483634513321291699014664411685325508462","-19668747869934973783084859802259505747730871590410247118792602772584551834902","-499184212655439991187065896467096822673269021070952401862562126341906860230","15645936546084031792305514958260413624071186931015127862278940317686934944313","-1857297215307996569376804311302567346730852615388373798851267788881566923613","-17589571014075435574841898282275851333776963205852409417961057522206652914365","-15124256570651605219660741013808447742474433413029037376564827670525186225827","525294444813111920588335880029797948504954197654842884752292088459560251179","6205382694009210035245533725174694134872211252947426138967859692708193919635","1921614660403480929154246100198181171880752510530578393901720341515845744455","14232030908775486621693084587934656457014597554132469769200936723627815463635","12702656232548259157700412882036305349700835601277702805656475524558081935989","8934554690489278273776640008493878064179876000486242412749579595742811863995","19296194391858646310793641544871443610558308882030223978710725224309681456163","4280000635466983453117850962242125595905271056020017260337322084844509046117","10108668012797503557410049811735749455306624390150011172666840707268084636844","-17036889583625539244142861284687288445209492364727432827483246375936205555095","-4391863587154941002248056246188610471528517659116942422849558107255986795331","-3438570017909781131312580987620749106408160034008357915595930036947554157144","19101154959411683385768539109924737709409633966185187796543273407684253666552","-2691854988916531272528788160051312385186329960269119563962797935423723736259","-19469098073359464537476416843481837525657208010955703121780312830893901352163","-11755159042473906326808954511157789530507152437391114242511862343614302170414","20411942127826695831625190196649674174599952544661225744098307794624480983155","-19238089970175996522382295704012318506065293712562415634322992948112161638047","-6193209958952169974058298896690920680170769349679846147146514252709862286006","-10352250014778346101040214938755861592615943423624317377910271419281530265892","21867075523757522186167243498011376615298669012611183521779487991461753328457","-5549638931135584902994029170394823087113301619551892488713738757591697669117","6140456052352368331060324943923375765916200398766813924521465704185326085313","-12384152844476556476214451720624627892371416128901098662370725431220188795487","-7309014807938073382901524443580296053182758910770779219941026049699839460739","58365152992298449616488933713237073769392091931968461344983610038561072003","-1274855039904643495499971359396821800881017119220704683045317721039051332729","-4378237834534570803799679671169806741226023197284114972611892004488601651931","-20955351683664910832044364440341714416890244566601133272217709584187030386986","-18566252691422880597879187648958633454583736498011184398042168650750943261169","-8907477619534029337750672509031164552962557005094240541718153096451562609745","16095874169717141328582338765630765462554465002275372478875736257242237957631","5040041101381828573630427184282050657681945369578710225703071639632232879621","20194653030244087460257077568411475767176553383220360056230683810065823393922","1606807796842822659976963951300611547458933775329062757796198438040058534998","14820890407268122684042364168383290452399389187885576711741459938687983725865","15019325263156884579740840037923382006004978037862458705163914551895338394652","18328932422910060981577700988445843017253982568404373892392408492483048604671","16898084359257868408183867413115314311551747926138135887643440703933802120086","20183578089242614378923232407710962129240588324556906199266395075918399228656","-14639395620467144052785910203206580856349147462015751819286051227902641403433","-17071912482522609772508888144713306701200741706153663075325664071886794593804","-15430088587776042163932161257639335414043300078066490795966652537964328228226","-1186949262316289087021735619315228338024616300789077843288869678175581023504","-16074956692299223076719853354426911474879345789072716870588255086176816536099","20946932362730926432465309036956458331157024197489992102407660483895149609711","16949948496783685182863468954696929790008757681175645188149127499553557160096","12664234606265998023499532285302085264830599746553460968801476269745178803390","21755790641358792630797535577893563726279348723041295362236904797480215587320","-1731060887360780035382870669322931643861578808059115359331226634318514304240","-4578842965638124766960984828706243681253818558905672058816614289620296581704","12252073671779623105088118799635328195213061894842072501221640504086917510987","499957012532361033719826996117544673411954797248527148755067293442445128063","3446010543409657145367797436187466414338409402279649616725280408254946940532","20974740434528397264726093739265328985143275524112498893294638046906268076452","8416644394376736239735933306308081610737872273730390385210560926392713170808","-6426293950287669184540366471321570903347094247006582995915244630686229413688","440642432044229123054469451288363680744630283361590932770195978762129038647","19610828349828525255476693782395142812250520193378602043384884400760869524893","13148866652105192917842743588595112366441968910413174377497529458150204382576","12312885544469387982428103704057915469101683537439072632817143966157796007919","-15701373887661295063842311817743634599466758445695484120989791404296664935707","-16933847123212864969541270523662566309230408139268873788387616533416594885659","12224033922867370436808246356895315048795828752047889823661878170551793175512","14253706627962365366306384900300486316417415622902945373161227294213237902348","21668327621885628335749562124260794193933409115293559666523735416816481162657","7106900204831966956633346810086331391225509321407216560047412313160104153209","-3804712278148813505476453647230472311983423789707078616956624468638152178219","10344986892166692161407552407349703893845884278939567521827410442980791960764","2023412254937045562528951423993919855171021859623493298406388224356543578677","-20861252876654747162193787049970458694344037673119918277960183229679851677068","-8742792480024045986079403885593290838426148554675559834236315384949105303581","-21475844322754988266294608019724668591386920079333412273552602710574640617844","3260174468246911528186607583158975666433509721325168258404381056043738923427","-12669769899195905835830380571957053075751763517846468324905742461130856992696","6612589606899336917066976864485866391468969074060072864612960484301460009499","-14743067318252316042366135274775010622319202528570315751655937017644869956222","-9006771576583444775082528816963653723632914825461083471740006318891969462456","-4623419364454001403109207362024066514938636851161821581209150433581725487845","-8093093125136811906659547812289621500677530349099778289142959872355491409997","8396489804927767448265882386489754844929448049717260811656299724705927802011","-3409712197958929436990210175423830432363294937820131362187228231860550864270","5146650785538395811597252315715040526397748852102450411601692186985177831535","-6837719402655006699687188641086665078054174273914662499493509563478243129570"],["0","3299393253408562077013055722284313416611019964001250435046847956206618602158","-5956566187492733204338150949529753787883559303315999628558820482327457976578","-1408333243457682448235836455631815940843825872394319057075697258631434257963","4029392292277466801613629116512598574274450553528743137926034900545060863651","1444770210485784197333092263540166295290344005256872470251471872202611642433","-18055292817980016086593688715908221755330320718865510237527636173876555016257","9957102713934390541938780579518180177047098103705844438835990610417157031872","10203041873494582785893926395405106271451336825184055579101678050443936725558","-2696054358993430005111086075362403818026189765291111670695579047467706748465","-8516393025243830642172030859737378742418904626226549054331124636794842521307","-17449252868030672343923313859261736406913378780404459893887001358593295174187","-998368425310879982374131792934193645346538042141904803725124252683813720460","9403630220328788362364624171263552159594009461614221380859676448798061393009","18173648441223282083492797122652140395086659169639286745995668608812674648391","-13290899156311595927437390819294427579005562011288784492223910857837497333113","-8360270269463935217075076282359620396400502425642040409431451154474563956037","1050588889626223841176671760059595897009908395309685769504584176919120502358","12410765388018420070491067450349388269744422505894852277935719385416387839270","3843229320806961858308492200396362343761505021061156787803440683031691488910","6575818945711698021139763430612037825480830707848905194703669260679822431653","3517069593257243093154420018815335610853306802139371267614746862540355376361","17869109380978556547553280016987756128359752000972484825499159191485623727990","16704145911878017399340877344485612132568253363644413613723246262043554416709","8560001270933966906235701924484251191810542112040034520674644169689018092234","20217336025595007114820099623471498910613248780300022345333681414536169273688","-12185536295411803266039316824117301801870620329038831311268288565296602614573","-8783727174309882004496112492377220943057035318233884845699116214511973590662","-6877140035819562262625161975241498212816320068016715831191860073895108314288","16314067046984091549290672474592200330270903531954341249388342628792698837487","-5383709977833062545057576320102624770372659920538239127925595870847447472518","-17049953274879653852706427941706399962766051621495371899862421475211994208709","20266167658730737790874902468198971116082423926049840202372683685923012650406","18935641383814116441003974648042073260651540688906417144498411402673153470693","-16587937068512717822518185662767361923582223024708796924947781709648514780477","9501822953934935274129807951875433728206825701056342049405175681156083923605","1183742842282583020165975867745551903316477553167399587877661348012747963833","21845908175675769150088081250765478142048973624806332699860771796347698161297","-11099277862271169805988058340789646174226603239103784977427477515183395338234","12280912104704736662120649887846751531832400797533627849042931408370652170626","-2880062817113837730182497695991980696194467857386162981043246675864569095357","-14618029615876146765803048887160592106365517821541558439882052099399678921478","-21771512565854678323013427877830800941009580216552097421008236966498686351611","-2549710079809286990999942718793643601762034238441409366090635442078102665458","-8756475669069141607599359342339613482452046394568229945223784008977203303862","-20022460495490546441842323135426153745232124732786232200737214981798252278355","-15244262511006485973511969552659991820619108595606334452386133114926078026721","-17814955239068058675501345018062329105925114010188481083436306192903125219490","10303505467595007434918271786004255836560565604134710614053268327908667419645","10080082202763657147260854368564101315363890739157420451406143279264465759242","18501063188648899698267749391565676445804742366024685768763163433555838292227","3213615593685645319953927902601223094917867550658125515592396876080117069996","7753537942696970145838322591509305816250413975355119079784715690800158956113","8150407654474493937235274330589488923461591675308883066629624917214868293687","14769621973980846740908996231634410945959600736392713441086612798390288713725","11907925846676461594121329080973353534555131451860237431588677221291795744555","-3409329565193321686646346675092625918615552151718256288863618221314818533922","14497694502744262338920991084101388464398433876800565048824305917346334184368","-12255582093205944322771370544169338313853119011891291806953123957197780691991","-8971934303712809105617916770021395739538235755716947248235100889352847960835","-2373898524632578174043471238630456676049232601578155686577739356351162047008","-10261670512759170931193300963596547861210327177729399397478305985777824576581","20005621853622577642684212328655641573765683994563949861117116781214490723805","12011654121728095143480532164136584491469150961935256032600050812531305824575","3440226340692720824752658825346895441112835092690887593904748352914549111163","21623338410878310039348665410529852364010333045666556380775605408384622679023","-3462121774721560070765741338645863287723157616118230718662453268637028608480","12730556940563025688324436087844787726040727282604690226064975607335215332209","2615904471719970987929831854013381301877759389268110658745076821598026526357","-20888328846774553154806751753022185741724454805918980046188069599690918239491","-14996221785019960931510810872882342259871545595856735110247643370065914614553","-1827004874621755915040624011983892206810177752607070900807132279339080838330","16833288788753472479471866612616163221475744547460780770421121852785426341616","-12852587900575338369080732942643141806694188494013165991830489261372458827376","881284864088458246108938902576727361489260566723181865540391957524258077294","17333413827817775288706981819533010535952675986341169743071564614945930554169","4409490432371110613439081431932949644335573420410314411296854729724600269535","-19150714654739774479636604082398719238893361725953923421762120440836024975396","12373737968355960316808187855027280978163211909441100445416825564558287119820","-11979451374586454716836135302067857529912451878121713233077028880257381275701","2559824973895465651370086968533355009043293103679745303625552154527777855407","6619170384085455510366364055343697544286466845389856402624250401850667309079","21448412371931981449252718503264313299318453830171084989349266647057153829697","14213800409663933913266693620172662782451018642814433120094824626320208306418","-7609424556297627010952907294460944623966847579414157233913248937276304356438","-1198269087505890899431300930557867300856595842536899300043383300614224574089","4046824509874091125057902847987839710342043719246986596812776448713087157354","2053979990369056120105237390573632788408653454592232131476041913791913637098","4402657911791183250087597974070693411696067291064914675225573416677597888455","824797098168573911903595451065212994322888642165244140291202952002335755546","6520348936493823056373215166317951332867019442650336516808762112087477846854","-3451296926552536449414355398656831062955162635276902306113280735685905489775","13225179213798673834133953728971732782937938148120145729225920968602920018998","-7597891764665356862485864804292746156090040656724597159613669848713931416827","-18013543153166889550165057633927307447265829650922166943480012637783938924912","-9246838728908002806218414724048133029877273702323643162418300867163450975690","-16186186250273623813319095624579243001355060698199556578285919744710982819994","16792979609855534896531764772979509689858896099434521623312599449411855604022","-6819424395917858873980420350847660864726589875640262724374456463721101728540","10293301571076791623194504631430081052795497704204900823203384373970355663070","-13675438805310013399374377282173330156108348547829324998987019126956486259140"],["0","-15289456365022151068220294300688648255326324472413533473604508274162571291301","-11913132374985466408676301899059507575767118606631999257117640964654915953156","-2816666486915364896471672911263631881687651744788638114151394517262868515926","8058784584554933603227258233025197148548901107057486275852069801090121727302","2889540420971568394666184527080332590580688010513744940502943744405223284866","-14222342764120756950940971686559168422112277037314986131357068161177301536897","19914205427868781083877561159036360354094196207411688877671981220834314063744","-1482159124850109650458552954447062545645690750047923185494848085687935044501","-5392108717986860010222172150724807636052379530582223341391158094935413496930","-17032786050487661284344061719474757484837809252453098108662249273589685042614","-13010262864222069465600221973266197725278393160392885444075798530610781852757","-1996736850621759964748263585868387290693076084283809607450248505367627440920","18807260440657576724729248342527104319188018923228442761719352897596122786018","14459054010607288944739188500047005701624953938862539148293133031049540801165","-4693555440783916632628375893331580069462759622161534640749617529099186170609","-16720540538927870434150152564719240792801004851284080818862902308949127912074","2101177779252447682353343520119191794019816790619371539009168353838241004716","2933287904197564918735729155441501450940480611373670212173234584256967182923","-14201784230225351505629421344464550401025354358293720768091322820512425517797","-8736604980415879179966878884033199437586702984718223954290865665216163632311","7034139186514486186308840037630671221706613604278742535229493725080710752722","13849975890117837872860154288718237168171139601528935307300114196395438960363","11520048951916759576435348943713949176588142326872792883748288337511300337801","17120002541867933812471403848968502383621084224080069041349288339378036184468","18546429179350739007393793501685722732678133160184010346969158642496530051759","-2482829718984331309832227902977328515192876257661628278838372944017396733529","-17567454348619764008992224984754441886114070636467769691398232429023947181324","-13754280071639124525250323950482996425632640136033431662383720147790216628576","10739891222128907876334939203927125571993442663492648155078481071009589179357","-10767419955666125090115152640205249540745319841076478255851191741694894945036","9676579193919242739079955607101750251564625557841324887671565422727628573816","18644092445622200359503399191140667143616483451683646061047163185270216805195","15983039895788957659761543550826871432754716977396799945298618618770498445769","-11287631265186160422789965580277448758616081649001559506197359232721221065337","19003645907869870548259615903750867456413651402112684098810351362312167847210","2367485684565166040331951735491103806632955106334799175755322696025495927666","21803573479512263077929756756273681195549582849196631056023339406119587826977","-310312852703064389729710936322017259904842077791535611156750843790982180851","2673581337570198101994894030436227975116437194651221354387658630165495845635","-5760125634227675460364995391983961392388935714772325962086493351729138190714","-7347816359913018309359692029063909124182671242667082536065900012223549347339","-21654782259870081423780450010404326793470796032688160498318269746421564207605","-5099420159618573981999885437587287203524068476882818732181270884156205330916","-17512951338138283215198718684679226964904092789136459890447568017954406607724","-18156678119141817661438240525595032401915885065156430057776225777020696061093","-8600282150173696724777533360062708552689852790796634561074062043276347557825","-13741667606296842128756284290867383123301863619960927823174408199230441943363","-1281231936649260352409862173248763415427233192146613115591667530758473656327","20160164405527314294521708737128202630727781478314840902812286558528931518484","15113883505458524174289093037874077803061120331633337193828122680535868088837","6427231187371290639907855805202446189835735101316251031184793752160234139992","15507075885393940291676645183018611632500827950710238159569431381600317912226","16300815308948987874470548661178977846923183350617766133259249834429736587374","7651001076122418259571586718011546803370837072369392538475021410204768931833","1927608821513647965996252416689431980561898503304440519479150256007782993493","15069583741452631848953712395072023251317260096979521765970967743946171427773","-14781096738190025766650829322311773248299861047230938589747796538458948622498","-2622921314572613423296335343081401539157873623366549270208043727819752888365","-17943868607425618211235833540042791479076471511433894496470201778705695921670","-4747797049265156348086942477260913352098465203156311373155478712702324094016","-20523341025518341862386601927193095722420654355458798794956611971555649153162","18123000835405880063122018912054008058983003588711865378536029375853172951993","2135065371616915064714658583015893894389937523454477721501897438486803153533","6880452681385441649505317650693790882225670185381775187809496705829098222326","21358433949917344856450925075802429639472301690917078417853006630193436862429","-6924243549443120141531482677291726575446315232236461437324906537274057216960","3572871009286776154402466430432300363533090164793346108431747028094622168801","5231808943439941975859663708026762603755518778536221317490153643196053052714","1999828050129444134879307984470178693647819188994108595020269173769780512252","-8104200698200646640775216000507409431194726791297435876797082553556020733489","-3654009749243511830081248023967784413620355505214141801614264558678161676660","11778334705667669736697327479975051354403124694505527197144039518995044187615","-3816932929311401515915060140029008524840012587610297639962774336169109159135","1762569728176916492217877805153454722978521133446363731080783915048516154588","12778584783796275355167557893808745983356987572266305142444925043316052612721","8818980864742221226878162863865899288671146840820628822593709459449200539070","-16413186437640273737026802419540163389238359051491812499826036695096241455175","2859233064872645411369969964797286867778059418466166547135446942540765744023","-2070659877333634211425864858878439971276539355827392122455853573938954055785","5119649947790931302740173937066710018086586207359490607251104309055555710814","-8649902103668364201513677634569879999975430709636321538449703382874473877459","21008581872024687676259031261271351510088543259926135635000329107538499163777","6539357947488592604286981495088050476353672885212831896491445066064608117219","6669393759244021200340591156335385840614669241587719875871706312023199782741","-2396538175011781798862601861115734601713191685073798600086766601228449148178","8093649019748182250115805695975679420684087438493973193625552897426174314708","-17780282891101162982035930964110009511731057491231570080746120358991981221421","-13082927048256908722071209797115888265156229818286204993247057353220612718707","1649594196337147823807190902130425988645777284330488280582405904004671511092","-8847544998851629109499975412621372422814325515115361310080679962400852801909","-6902593853105072898828710797313662125910325270553804612226561471371810979550","4562115555758072446021501712686190477327511895824257114753637750630031542379","-15195783529330713724971729608585492312180081313449194319227339697427862833654","-14138843434494503878083709522597339805983294901428299543261821088992069354207","-18493677457816005612436829448096266059754547404647286324836601734326901951380","-10484129628707972404391785503901210914161756995983078812873635302846157144371","11697716347871794570817123800701744291169427798453008902926994712247902712427","-13638848791835717747960840701695321729453179751280525448748912927442203457080","20586603142153583246389009262860162105590995408409801646406768747940711326140","-5462634738780751576502348819089385223668332695242615654275834067337164022663"],["0","-8690669858205026914194182856120021422104284544411032603510812361749334086985","-1938021878131657595106198052861740062985872812847964170537077742734023410695","16254909898008545429303059922730011325173060910838758115395415152050071463765","16117569169109867206454516466050394297097802214114972551704139602180243454604","5779080841943136789332369054160665181161376021027489881005887488810446569732","-6556442656402238679635537627861061755676189674213937919015932135778794578177","-3948074887940988276737689172441829468908336386008690932052445931482988863746","-2964318249700219300917105908894125091291381500095846370989696171375870089002","-10784217435973720020444344301449615272104759061164446682782316189870826993860","-12177329229136047346441717693692239881127254104490161873626294360603561589611","-4132282856604863708954038201275120362008421920369736544453392874645755209897","-3993473701243519929496527171736774581386152168567619214900497010735254881840","-6161964862363396995034314805460341538720690954375183163957702577959371419198","7029865149375302667231971254836736314701543477309043952888061875523273106713","12501131990271441956989653958594114949622845156092965062198969128377436154399","-11552838206016465646053899384181206497053645302152127294027600431322447328531","4202355558504895364706687040238383588039633581238743078018336707676482009432","-16021667063444145384774947434374272186667403177668693919351735018061874129771","-6515325588611427789012436943671825713502344316171407192484441454449042539977","-17473209960831758359933757768066398875173405969436447908581731330432327264622","-7819964498810302849628725669995932645135137191858549273239216736414386990173","5811708908396400523473902832179199247793914802641836270902024206215069425109","1151855031994243930624292142170623264627920253329551423798372488446792179985","12351762211896592402696401952679729678693804047744103739000372492180263873319","15204615486862202792541181258114170376807901919951986350240113098417251607901","-4965659437968662619664455805954657030385752515323256557676745888034793467058","-13246665825400252795738044224251608683679776872519505039098260671472085867031","-5620317271438973828254242155708717762716915871650828981069236109004624761535","21479782444257815752669878407854251143986885326985296310156962142019178358714","-21534839911332250180230305280410499081490639682152956511702383483389789890072","19353158387838485478159911214203500503129251115682649775343130845455257147632","15399942019405125496760392637024059198684602502951257778396122183964625114773","10077836919738640097276681356396467776961069554377565546899033050965188395921","-687019658533045623333525415297622428683798897587084668696514278866633635057","-5769193927938809347973579683012815264269425996606700489775705648527281296814","4734971369130332080663903470982207613265910212669598351510645392050991855332","21718904087185250933613107767290087302550801297977227768348474625663367158337","-620625705406128779459421872644034519809684155583071222313501687581964361702","5347162675140396203989788060872455950232874389302442708775317260330991691270","-11520251268455350920729990783967922784777871429544651924172986703458276381428","-14695632719826036618719384058127818248365342485334165072131800024447098694678","466921223938387596931911469705896590155136735455747690759868880308488576024","-10198840319237147963999770875174574407048136953765637464362541768312410661832","-13137659804437291208151031624101178841259821177856885437196931849333004719831","-14425113366444360100630075305932789715283405729896825771854247367465583626569","-17200564300347393449555066720125417105379705581593269122148124086552695115650","-5595092340754409035266162836477491158055362839505821302650612211885075391109","-2562463873298520704819724346497526830854466384293226231183335061516947312654","18432085939215353366797011728999130172907198556213647461926368930482054541351","8339524139077773126331780330490880517573876262850640043958041174495927682057","12854462374742581279815711610404892379671470202632502062369587504320468279984","9125908898948605361106884620779948176453291501004441975440658576624827328835","10713387746058700526694691577100680605298002300819497922820295482283664679131","15302002152244836519143173436023093606741674144738785076950042820409537863666","3855217643027295931992504833378863961123797006608881038958300512015565986986","8250924611065988475661019044886771414086155793543009188243731301316534359929","-7673950604540776311055252899366271408051357694045842835797388890342088749379","16642400242694048375653735059094472010232617153682935803282116730936302718887","-13999494343011961200225261334828307869604578622451754649242199370835583347723","-9495594098530312696173884954521826704196930406312622746310957425404648188032","-19158439179197408502526798109128916356292944310501563246215019756535489810707","14357758798972484903997632078850741029417642777007696413373854565130537408369","4270130743233830129429317166031787788779875046908955443003794876973606307066","13760905362770883299010635301387581764451340370763550375618993411658196444652","-1059617843843860731590961338909690898152125418997911851690395112764743266376","8039755772953034939183440390673821937655733935943111469048391112027694061697","7145742018573552308804932860864600727066180329586692216863494056189244337602","-11424624984959391270527078329203749881037326843343591708717896900183702390189","3999656100258888269758615968940357387295638377988217190040538347539561024504","-16208401396401293281550432001014818862389453582594871753594165107112041466978","-7308019498487023660162496047935568827240711010428283603228529117356323353320","1668426539496064251148249214692827620257884988595020050589874851414279879613","-7633865858622803031830120280058017049680025175220595279925548672338218318270","3525139456353832984435755610306909445957042266892727462161567830097032309176","3668926695753275488088710042360216878165610744116575941191645900056296729825","17637961729484442453756325727731798577342293681641257645187418918898401078140","10950112868398002970439206651434223398620010697848443687744334982959134080884","5718466129745290822739939929594573735556118836932333094270893885081531488046","-4141319754667268422851729717756879942553078711654784244911707147877908111570","-11648942976257412616766057871123855052375191985697053129195995568464697073989","4588438664502546819219050476117515088597502981143391266798797420826860740699","20128920872210100130271656777285427931628722119436236926302454028501189831937","13078715894977185208573962990176100952707345770425663792982890132129216234438","-8549455353351232821565223432586503407319025917240594591954791562529408930135","-4793076350023563597725203722231469203426383370147597200173533202456898296356","-5700944832342910722014794353305916247180189523428087956447098391723459866201","-13672322910363050741825456182962743934913750582047105817794036531408153947225","-4277611224674542221896013848974501441764095236156375642795910519865416941797","3299188392674295647614381804260851977291554568660976561164811808009343022184","-17695089997703258218999950825242744845628651030230722620161359924801705603818","-13805187706210145797657421594627324251820650541107609224453122942743621959100","9124231111516144892043003425372380954655023791648514229507275501260063084758","-8503324186822152227697053471913709535811798226482354294756475208279917171691","-6389443997149732533921013299937404523418225402440564742825437991408330212797","-15099112043792736002627253150935257030960730408878538305974999282077995407143","-20968259257415944808783571007802421828323513991966157625747270605692314288742","1507189823904313919387841856146213493790491196489983462155785237919996929237","-5389454711832160273675275658133368370357995102145016553799621668308598418543","-2603279459371383951714792964794225965914737984012465394582870877270194338954","-10925269477561503153004697638178770447336665390485231308551668134674328045326"],["0","-17381339716410053828388365712240042844208569088822065207021624723498668173970","-3876043756263315190212396105723480125971745625695928341074155485468046821390","10621576924177815636359714100202747561797757421261481887092626117524334431913","10346895466380459190662627186843513505647240027813910759710075017784678413591","11558161683886273578664738108321330362322752042054979762011774977620893139464","-13112885312804477359271075255722123511352379348427875838031864271557589156354","-7896149775881976553475378344883658937816672772017381864104891862965977727492","-5928636499400438601834211817788250182582763000191692741979392342751740178004","-21568434871947440040888688602899230544209518122328893365564632379741653987720","19421827285406455751609376103130070414842220591851744940143819651944493812012","13623677158629547804338329342707034364531520559676561254791418437284298075823","-7986947402487039858993054343473549162772304337135238429800994021470509763680","-12323929724726793990068629610920683077441381908750366327915405155918742838396","14059730298750605334463942509673472629403086954618087905776123751046546213426","-18774221763135666530513503573326320277851038488646138562998470116396744682436","-1217433540193656069861393023105137905558926203888220244356996676069086161445","8404711117009790729413374080476767176079267162477486156036673415352964018864","-10155091255049015547303489123491269284786441954921353495005265849547939763925","8857591694616419644221531857913623661543675768073219958729321277677723415663","-13058177049824241497621109790875522661798447538456861473465258474288846033627","-15639928997620605699257451339991865290270274383717098546478433472828773980346","-10264825055046474175298600080898876592960534795132361801894155774145669645399","2303710063988487861248584284341246529255840506659102847596744976893584359970","2815281551953909583146398160102184268839243695072173134302540797784719251021","8520988101885130362835956770971065665067439439487938356782022010258694720185","-9931318875937325239328911611909314060771505030646513115353491776069586934116","-4605088778961230369229682703245942278811189344622975734498317156368363238445","-11240634542877947656508484311417435525433831743301657962138472218009249523070","21071322016676356283093351070451227199425406253554558276615720097462548221811","-21181436950825225138214204815563723074432914963889878679706562780203771284527","-5070168968001579488172989062107549170838226569466769136710146682241102695970","8911641166970975771274379528790843308820840605486481213094040181353441733929","20155673839477280194553362712792935553922139108755131093798066101930376791842","-1374039317066091246667050830595244857367597795174169337393028557733267270114","-11538387855877618695947159366025630528538851993213400979551411297054562593628","-12418300133578611060918598803292859862016543975076837640676913402473824784953","-338677569308048577266595955934375571995126204877613150699459121824882674560","-1241251410812257558918843745288069039619368311166142444627003375163928723404","10694325350280792407979576121744911900465748778604885417550634520661983382540","-1152259665071426619213575822678570481007378458673269504647769220340744267239","-7503022567812798015192362370998361408182320570252295800565395862318388893739","933842447876775193863822939411793180310273470911495381519737760616977152048","-20397680638474295927999541750349148814096273907531274928725083536624821323664","-4387076737035307194055657502945082593971277955297736530695659512090200944045","-6961983861049444979013744866608304342018447059377617200010290548355358757521","9375357142983763545382678050263715966337317637645530443100160200046226759934","-11190184681508818070532325672954982316110725679011642605301224423770150782218","16763315125242233812606957052262221426839431631829581881331534063541913870309","14975929006591431511347617712740985257266032712011260580154533674388300587085","16679048278155546252663560660981761035147752525701280087916082348991855364114","3820681877645887337385017475552509670794576004848969781040970822065128064351","18251817797897210722213769241559896352906583002008883950881317153249654657670","21426775492117401053389383154201361210596004601638995845640590964567329358262","8715761432650397816039941126788912124934983889061535810201881454243267231715","7710435286054591863985009666757727922247594013217762077916601024031131973972","16501849222131976951322038089773542828172311587086018376487462602633068719858","6540341662757722600135899946524732272445649012324348672103426405891630996859","11396557613548821529061064372931668931916869906949837262866029275296796942157","-6110745814184647178204116924399340650660792844487474954786194555095358199829","-18991188197060625392347769909043653408393860812625245492621914850809296376064","-16428635486555541782807190473000557624037524220587092148731835326495171125797","6827274726105694585748858412444206970286921153599358483049504943685266321121","8540261486467660258858634332063575577559750093817910886007589753947212614132","5633567853702491375774864857517888440354316341111066407539782636740584393687","19769007184151553759064483067437893292244113562420210640317413961046321962865","16079511545906069878366880781347643875311467871886222938096782224055388123394","14291484037147104617609865721729201454132360659173384433726988112378488675204","20927235773759767903438654832107050415022075114144885269960614572784212210856","7999312200517776539517231937880714774591276755976434380081076695079122049008","-10528559920963311340854458256772362636230542764773709163490126027648274438339","7272203874865227901921413649386137434066942379559467137241145951863161788977","-18551389792847146719949907315871619848032594423225994242518454483747248736391","6620511154593669158586165185141240989188314049974843783847106841899371859077","7050278912707665968871511220613818891914084533785454924323135660194064618352","7337853391506550976177420084720433756331221488233151882383291800112593459650","13387680587129609685266245710206322066136222962866480946676633651220993660663","11982864956730718632007557611171708691656995280853031790465779342459666151","11436932259490581645479879859189147471112237673864666188541787770163062976092","13605603362504738376542946309743515203442206977106465853874789890819992272477","-1409643080675550011285709996990435016202019570978071914693786950353585652361","-12711365542834181583808304793022244911353358438129251810100609344922087014219","18369598872580925038296907809313580774709079838456439508906703870426571168257","4269188918115095194901520235094926816866327140435293242267576077682623973259","-17098910706702465643130446865173006814638051834481189183909583125058817860270","-9586152700047127195450407444462938406852766740295194400347066404913796592712","-11401889664685821444029588706611832494360379046856175912894196783446919732402","-5456402948886826261404506620668212781279136763678177291889868876240499398833","-8555222449349084443792027697949002883528190472312751285591821039730833883594","6598376785348591295228763608521703954583109137321953122329623616018686044368","-13501937123567241215753495905228214602708937660045410896624515663027602712019","-5722132540581016373068437443997373415092936681799184105208041698911435422583","18248462223032289784086006850744761909310047583297028459014551002520126169516","-17006648373644304455394106943827419071623596452964708589512950416559834343382","-12778887994299465067842026599874809046836450804881129485650875982816660425594","13578261656093078439238305188644036115175267983074992075446409808995626176948","-20048275642992614395320736270347568568098663583516280907796337024808820081867","3014379647808627838775683712292426987580982392979966924311570475839993858474","-10778909423664320547350551316266736740715990204290033107599243336617196837086","16681683953096507318816819815668823156718888432391103554532462432035419817709","37703916716268916237010468899734193875033619445571726594867917227152404965"],["0","9013806310858442787716080066034464488679590623187938273353158926154280643294","-7752087512526630380424792211446960251943491251391856682148310970936093642780","-645089023483643949526977544851779964952849557893070569512951951527139631791","-1194451939078356840921151371570248077253884344788212824278054151006451668435","1228080495933271935083070471385385636097139683693925180325345768665977783311","-4337527753769679496295744766186971934156394296439717332365524356539369817091","6095943320075322115295649055489957212915018856381270615488420460643853040633","-11857272998800877203668423635576500365165526000383385483958784685503480356008","-21248626872055604859530971460541185999870671844241752387431060572907499479823","16955411698973636280972346461002865741136076783287455536589435117313179128407","5359111445419820386430252940156793640514676718937088165884632687992787656029","-15973894804974079717986108686947098325544608674270476859601988042941019527360","-2759616577614312757890853476584091066334399417084698312132606125261677181175","6231217725661935446681479274089670170257809508820141467854043315517283931235","-15660200654432057838780601401395365467153712576876242782298736046217680869255","-2434867080387312139722786046210275811117852407776440488713993352138172322890","-5078820637819693763419657584303740736389830075461062031624857355869880457889","-20310182510098031094606978246982538569572883909842706990010531699095879527850","-4173059482606435933803342029430027765461012864269594426239561631220361664291","-4228111227809207772995813836493770235048530676497688603232312762001883571637","-9391615123401936176268496934726455491992184367018162749258662759081739465075","1358592761746326871649205583459521902627294810151310739909892638284469204819","4607420127976975722497168568682493058511681013318205695193489953787168719940","5630563103907819166292796320204368537678487390144346268605081595569438502042","-4846266668069014496574492203315143758413485521440157630134160166058419055247","-19862637751874650478657823223818628121543010061293026230706983552139173868232","-9210177557922460738459365406491884557622378689245951468996634312736726476890","-593026213916620090770562877577595962319299086187281580578740249442690550523","20254401161513437343940296395645179310302448106693082209533236008349287948005","-20474631029811175054182003885870171060317465527363723015714921373831734073437","-10140337936003158976345978124215098341676453138933538273420293364482205391940","17823282333941951542548759057581686617641681210972962426188080362706883467858","18423104807115285166860319680328596019295913817094227843897928017284945088067","-2748078634132182493334101661190489714735195590348338674786057115466534540228","20699710031923313052598492758463289120019024814405266728293585779042491803978","-2948357395317946899590791861328444635484723549737640937655622618371841074289","21210887733223178067713213833388523944558111990660808042299285942926043146497","-2482502821624515117837687490576138079238736622332284889254006750327857446808","21388650700561584815959152243489823800931497557209770835101269041323966765080","-2304519330142853238427151645357140962014756917346539009295538440681488534478","6882197736213679191861681003260552272183723259911442742567412461939030708139","1867684895753550387727645878823586360620546941822990763039475521233954304096","-18907118405109316633752677755441022539644183414646515513751962886673834151711","-8774153474070614388111315005890165187942555910595473061391319024180401888090","-13923967722098889958027489733216608684036894118755234400020581096710717515042","-3137528585871748131481049644729843155873729125124973457497883786483354975749","-492126491178360918818245600652689543673086957607250866904244660964493068819","11638387378645192402967508359267167765130498863243129418964863940508019245001","8063615141343587800448829680224695425983701023606486816610863162200792678553","11469853684471817283080715576706246981747140650986525832133960511407902232611","7641363755291774674770034951105019341589152009697939562081941644130256128702","14615392723955146222181132737862517617264801603601733558064430119923500819723","20965308112395526884532360563145447332643644802861957347582977742558850220907","17431522865300795632079882253577824249869967778123071620403762908486534463430","15420870572109183727970019333515455844495188026435524155833202048062263947944","-10772787299414596541848735310967464520752105626660031934421483167885479551518","13080683325515445200271799893049464544891298024648697344206852811783261993718","904872355258367835875723000606062775285375413483640182033854364017785388697","-12221491628369294356408233848798681301321585688974949909572389110190716399658","-16094133522281975562449134072830031728239357224834456641545625515042784256511","-10969028101271808343367975200743840159526684040758149953765466466414533755977","13654549452211389171497716824888413940573842307198716966099009887370532642242","-4807719898903954704529137081130123933428864212780212571683024678681383267353","11267135707404982751549729715035776880708632682222132815079565273481168787374","17649771496463832295882560389618511495939862724424386936936623735516835430113","10270780219972864534487355817438012662074571343356411532495360261534967751171","6694725202454934012973325698201127819716356917930734523755772038181168854791","19966228675680260584630903918956825741495785827873736196223024958992615926095","15998624401035553079034463875761429549182553511952868760162153390158244098016","-21057119841926622681708916513544725272461085529547418326980252055296548876678","-7343835122108819418403578446485000220414479641297100069215912282849484917663","6673706157984257004592996858771310481031539954380080202359499405657119518452","13241022309187338317172330370282481978376628099949687567694213683798743718154","14100557825415331937743022441227637783828169067570909848646271320388129236704","14675706783013101952354840169440867512662442976466303764766583600225186919300","4887118302419944148286085675155369043724081525316927549655063115866178825709","23965729913461437264015115222343417383313990561706063580931558684919332302","985621647141888068713353973121019853676110947313298033385371353750317456567","5322963853170201530839486874229755318336049553796897364051375595064176049337","-2819286161351100022571419993980870032404039141956143829387573900707171304722","18353754658010187276876201904470060354390011924573565067195189683307442962796","14850954873322574854347409873369886460869795276496844674115203554277333840897","-13349865035609084832443365275067421454815710119545447859163052031210560549099","-12309578541565656064014487985088738540727739268546344024120962063541827224923","-19172305400094254390900814888925876813705533480590388800694132809827593185424","-915536457532367665812771667966389900172393693296317482090189380318030969187","-10912805897773652522809013241336425562558273527356354583779737752480998797666","-17110444898698168887584055395898005767056380944625502571183642079461667767188","-8691489301142092631788878528213867179382146125772128099038956954538436406881","16772611496544068012985819680058120971678853480741246894147377047096411567196","-11444265081162032746136874887994746830185873363598368210416083397822870845166","14608681574225304345925607956232248730071730766178022574330897818464443843415","-12125053875449333688541808142397563054698828505513382835327696646543860191147","-3669533116759654913437647454492343005124537209346224627603547779057512355571","-16619962431492393566016201113226477946746192834682084536503588755160364637338","-18208308414145953568395066795437862047648962766616527471894469863041831668117","6028759295617255677551367424584853975161964785959933848623140951679987716948","-21557818847328641094701102632533473481431980408580066215198486673234393674172","11475125034353739415387233886080371224889412464366172765366720677495031139801","75407833432537832474020937799468387750067238891143453189735834454304809930"],["0","18027612621716885575432160132068928977359181246375876546706317852308561286588","-15504175025053260760849584422893920503886982502783713364296621941872187285560","-1290178046967287899053955089703559929905699115786141139025903903054279263582","-2388903878156713681842302743140496154507768689576425648556108302012903336870","2456160991866543870166140942770771272194279367387850360650691537331955566622","-8675055507539358992591489532373943868312788592879434664731048713078739634182","12191886640150644230591298110979914425830037712762541230976840921287706081266","-1826303125762479185090441525895725641782687600350736624219365184431152216399","-20609010872271934496815537175825096911192979288067470431163916959239190464029","12022580526107997339698287176748456393723789166158876729480666048050549761197","10718222890839640772860505880313587281029353437874176331769265375985575312058","-10059546738108884213725811628636921562540852948124919375505771899306230559103","16369009716610649706464698792089092955879565566246637719432991936052454133267","12462435451323870893362958548179340340515619017640282935708086631034567862470","-9432158437024840455314797057533455845759060753336451220899267905859553242893","-4869734160774624279445572092420551622235704815552880977427986704276344645780","-10157641275639387526839315168607481472779660150922124063249714711739760915778","-18732122148356786966967550748707802050597403419269379636322859211615950560083","-8346118965212871867606684058860055530922025728539188852479123262440723328582","-8456222455618415545991627672987540470097061352995377206464625524003767143274","3105012625035402869709411875804364104563995666379708845180878668412329565467","2717185523492653743298411166919043805254589620302621479819785276568938409638","9214840255953951444994337137364986117023362026636411390386979907574337439880","11261126207815638332585592640408737075356974780288692537210163191138877004084","-9692533336138028993148984406630287516826971042880315260268320332116838110494","-17837032631910025735069240702379981154537655722170018117715762917702539240847","-18420355115844921476918730812983769115244757378491902937993268625473452953780","-1186052427833240181541125755155191924638598172374563161157480498885381101046","-3267683420651675756612218699224191556491832587445904268329936356453041095224","-19061019187783074886117602026483067032086566654311411687731638561087659651257","-20280675872006317952691956248430196683352906277867076546840586728964410783880","13758321796044627862851112369906098146734998021529890508677956538837958440099","14957966742391295111474233615399916950043463233772421344097651847994081680517","16392085603574910235578202422876295659077973219719356994126089955642739415161","-2377065679831924339295825973587971937058679172021535230809236815066633383278","15991528081203381423064822022600385817578917300940752468386958949832126347039","20533532594607080913180021921519772800567859580905581740900367699276277797377","-4965005643249030235675374981152276158477473244664569778508013500655714893616","20889058529283894409671898741722372513314630714003507326504333896072125034543","-4609038660285706476854303290714281924029513834693078018591076881362977068956","13764395472427358383723362006521104544367446519822885485134824923878061416278","-18152873080332174446791113987610102367307270516770052817619253144107899887425","-15925993938379358045258949765624769990740002428876996683805721586771859807805","-17548306948141228776222630011780330375885111821190946122782638048360803776180","-5959692572358504693808573721175942279525423837094434456342958006845626534467","15613185700095778959284306455797588776800906150166087428702436613609098544119","-984252982356721837636491201305379087346173915214501733808489321928986137638","1388531885451109583688610973277060441712633326070224494231523694440229994385","16127230282687175600897659360449390851967402047212973633221726324401585357106","1051464497104359343915025408155218874945916901557017320569716836239995969605","15282727510583549349540069902210038683178304019395879124163883288260512257404","7342542576071017222115859730467760145981238806787432772430656053271193143829","20042373352951778546818315381033619576738925205307880351467751298541891946197","12974802858762316041913358761898373411191571155830108897109321630397260431243","8953498272379092233693632921773636600442011652455013967968199909548719400271","-21545574598829193083697470621934929041504211253320063868842966335770959103036","-17615119092647660043949211704415621087314132751534673998982702749585093003798","-20078498161322539550494959744045149537977613573448753979630495458540237718223","-2554740384899313490570061952340087514094806977533865475446574033805624303699","-10300024172724675902651862400402788367930350049252878939393046843509760017405","-49813330704341464489544656230405230505003681100265563832728746253259016337","5420856032583503120749027904519552792599320213981399588499815588165256788867","-9615439797807909409058274162260247866857728425560425143366049357362766534706","646028542970690280853053684814278672868900964028231286460926360386529079131","13411300121088389369518715033979747903331361048432739530175043284457862364609","20541560439945729068974711634876025324149142686712823064990720523069935502342","-8498792466929407196299754348855019449115650564554565296186660110213470786035","18044214479521245947015402092656376394443207255331438048747845731409423356573","10109005930231830935822522006265584009816742623489703176626102593740679700415","1662246059825305081074978463425099632174557741737232033435904262558519237878","-14687670244217638836807156892970000440828959282594200138431824565698969835326","13347412315968514009185993717542620962063079908760160404718998811314239036904","4593801746535401412098254995307688868204891799483340791690223181021678940691","6312872778991388653239639137198000479107973734725785353594338454200449977791","7463170694186928682463274593624459936776521552516573185834963013874565342983","9774236604839888296572171350310738087448163050633855099310126231732357651418","47931459826922874528030230444686834766627981123412127161863117369838664604","1971243294283776137426707946242039707352221894626596066770742707500634913134","-11242315165498872160567431996797764451876265292822239615595452996447456396943","-5638572322702200045142839987961740064808078283912287658775147801414342609444","14819266444181099331505998063682845620231659448731095790692175180039077429975","-14074575997033400735797991743774777255357138247838379339166001264596949309440","-4811487199378894442640324804877567821083055838674861374627899875845312602581","-2730914211292036905782570224920201992907114136676653704543719940507845954229","5431874943490041662691181712662796549685661839651291086008142753496430620386","-1831072915064735331625543335932779800344787386592634964180378760636061938374","-21825611795547305045618026482672851125116547054712709167559475504961997595332","-12332646925557062552921705046538736445564397488834970798669079972347527038759","-17382978602284185263577757056427734358764292251544256198077913909076872813762","-10231262750590414418521172130398308233739021839349574899101654278958793856842","-1000287290484790270027344030732218571823382326780702077133962609069933194715","7329120276611333469604810167207222371595097131940010804963591450353079191213","19526377992779883067409195205719424067699071789805303016741015080063896608940","-7339066233519309826875294908984686010249074418692449255207095558115024711142","-11351681991145511909785996481195680804944021268948134729308973323744920779059","-14528373956452631914543727845618449006749561132817020600090735539507854840617","-9830724280604763867143670896087567138224434828496166646451922283215833061721","-21227394822818006967155799519809671874315596416744098086698769159892978852727","1062007196868203608528062026903467361230460528316311187035237168414253783985","150815666865075664948041875598936775500134477782286906379471668908609619860"],["0","14166982371594495928617914518880582866169998092335718749714431518041314077559","-9120107178267246299452763100530565919225600605151392384895039697168566075503","-2580356093934575798107910179407119859811398231572282278051807806108558527164","17110435115525847858561800258976282779532827021263183046585987582550001821877","4912321983733087740332281885541542544388558734775700721301383074663911133244","-17350111015078717985182979064747887736625577185758869329462097426157479268364","2495530408462013238936190476702553763111711025109048118255477655999603666915","-3652606251524958370180883051791451283565375200701473248438730368862304432798","-19329778872704593771384668606392918733837594175718906518629629731902572432441","2156918180376719457150168608239637698899213931901719115263127909525291026777","-451797090159993676525393984630100526489657524667681680159673434604657871501","-20119093476217768427451623257273843125081705896249838751011543798612461118206","-11038466310457251031563413906336364265337597668338793248530424501046708724700","3036628030808466564479511351101405592482873634864531527717969075493327229323","-18864316874049680910629594115066911691518121506672902441798535811719106485786","-9739468321549248558891144184841103244471409631105761954855973408552689291560","-20315282551278775053678630337214962945559320301844248126499429423479521831556","-15576001424874298711688695752158329012646442438122724928947514236656092624549","5196004941413531487033037627537164026704312943337656638739957661694361838453","-16912444911236831091983255345975080940194122705990754412929251048007534286548","6210025250070805739418823751608728209127991332759417690361757336824659130934","-16453871824853967735649583411419187478039185159810791384058633633437931676341","18429680511907902889988674274729972234046724053272822780773959815148674879760","634009543792001442924779535560199062165585160161350730722122195701945512551","2503176199563217235948436931996700054894422314655403823161563522342132274629","-13785822391980776247892075659502687220526947043924001891733321648829269986077","-14952467359850567731591055880710263141941150356567771532288333064371097411943","-2372104855666480363082251510310383849277196344749126322314960997770762202092","15352876030535923709021968346808891975564699225524225807038331473669726305169","-16233795503726874549988798307708858975624768908206789031765072935599510806897","-18673108872173360683137506751603118278157448155318118749982969271353013072143","5628400720249980503455818994554921204921631642643746673657708891100108384581","8027690612943315000702061485542558811538562067128808344497099509412354865417","10895928335310545248909999100495316229607582039022679644553975724709670334705","17134111512175426543654753798081331214431006056372963882079730556442541729061","10094813290567487623883238299943496546609470201465470593075713713088444198461","19178822317374886604113638097782270512587354761395129138102531211976747099137","-9930011286498060471350749962304552316954946489329139557016027001311429787232","-1998368685110761625149014007069805150467467372825054034387740581007366922148","-9218077320571412953708606581428563848059027669386156037182153762725954137912","5640548073015441545200318267784934000186528639229736626571445661180314336939","-14417503288825073671335822229962929646066176633124071291540302101639991279233","-9963745004919440868271493785992264892931640457337959023913238986967911119993","-13208371024443182330198854278303385663221859241965857901867071910145799056743","-11919385144717009387617147442351884559050847674188868912685916013691253068934","9338128528352282696322207166337902465053447899916140513706669040642388592621","-1968505964713443675272982402610758174692347830429003467616978643857972275276","-19111179100937056054869183798703154205123097748275585355235156797695348506847","10366217693535075979548912975641506615386439694009912922745248462227362218595","2102928994208718687830050816310437749891833803114034641139433672479991939210","8677212149327823476833734059162802277808243638375723904629562389945216019191","14685085152142034444231719460935520291962477613574865544861312106542386287658","18196503834064281871390225016809964064929486010199726359237298410507975396777","4061362845685356861580311778539471733834777911244183450520439074218712366869","17906996544758184467387265843547273200884023304910027935936399819097438800542","-21202906325819110945148535498612582994460058106224093393987728484966109710455","-13341995313456044865652017663573967086079901102653313654267201312594377511979","-18268753450805803878743513742833023987406862746481473615562786730504666940829","-5109480769798626981140123904680175028189613955067730950893148067611248607398","-20600048345449351805303724800805576735860700098505757878786093687019520034810","21788616210430592293267316432796464627538357038215503216032746694069290462943","10841712065167006241498055809039105585198640427962799176999631176330513577734","-19230879595615818818116548324520495733715456851120850286732098714725533069412","1292057085941380561706107369628557345737801928056462572921852720773058158262","-16953885501501771705455381422555054370434006703966589627046321804235892262016","-2693364863787092306543388220762499528798443427406422557414967327011745986550","-16997584933858814392599508697710038898231301129109130592373320220426941572070","-7688056784636058550462007305201797388210314290169192589900716910332770278088","20218011860463661871645044012531168019633485246979406353252205187481359400830","3324492119650610162149956926850199264349115483474464066871808525117038475756","-7487097616596002451367908040682725793109554164772365933165444944822131175035","-17081661111741522426120824055429308252970568983311747877958410750523138917426","9187603493070802824196509990615377736409783598966681583380446362043357881382","12625745557982777306479278274396000958215947469451570707188676908400899955582","14926341388373857364926549187248919873553043105033146371669926027749130685966","19548473209679776593144342700621476174896326101267710198620252463464715302836","95862919653845749056060460889373669533255962246824254323726234739677329208","3942486588567552274853415892484079414704443789253192133541485415001269826268","-596387459158469098888458248338253815204166185228444887492701806319104298269","10611098226434875131960725769333794958932207832591459026147908583747123276729","7750290016522923440765590382108416151914954497046157237686146173502346364333","-6260909122227526249349577742292279422165912095260724334633798342618090123263","-9622974398757788885280649609755135642166111677349722749255799751690625205162","16426414449255201410681265295416871102734136127062726934610764305560116587159","10863749886980083325382363425325593099371323679302582172016285506992861240772","-3662145830129470663251086671865559600689574773185269928360757521272123876748","-21762980719255334868989647220088427161684729709009383991420746823348186695047","19111191892564425338649401397437077285967933823162127090058248428456562913716","-12877714332729095304909108367598193628980220102672478052457623631577937131907","-20462525501180828837042344260796616467478043678699149798203308557917587713684","-2000574580969580540054688061464437143646764653561404154267925218139866389430","-7230002318616608283036785410842830345358170136536012733771021285869650113191","-4723729758118784309674421079075702041698585221221462653914378213023823773354","7210110404800655568495815927287903068050215563031135833284013070345759073333","-815121110451748597325587217134086521339678137480235114919742460914033062501","-7168505041065988606841049945979622924950757865218006856483266892439901185617","-19661448561209527734287341792175134276448869656992333292903844566431666123442","1321696098042536510181212450895206428465535967343872513998870053365659285780","2124014393736407217056124053806934722460921056632622374070474336828507567970","301631333730151329896083751197873551000268955564573812758943337817219239720"],["0","6445721871349716634989423292503890643791631784255403155730658849506819659501","-18240214356534492598905526201061131838451201210302784769790079394337132151006","-5160712187869151596215820358814239719622796463144564556103615612217117054328","12332627359212420494877194772695290470517289642110331749473770978524195148137","9824643967466175480664563771083085088777117469551401442602766149327822266488","9076263713521114474126853361018774703845574429314330028472213520836658454506","-16897182054915248744374024791852167562324942350197938107187248874576601161787","14583030368789358481884639641674372521417613999013087846820743448851199630021","-16771314873569912320522931467528562379126823951021778693561055277229336369265","-17574406511085836307946068528777999690749936536612596113171948367525226442063","-903594180319987353050787969260201052979315049335363360319346869209315743002","-18349944080596261632656840769290411161615047392083643158324883410649113740795","21699553122764048381365983677841821646421533464154482190335559371058199541834","-15814986810222342093287383043054463903582617130686971288262266035589154036971","-15840390876260086599012782484876548294487878612929770539898867436862404475955","-19478936643098497117782288369682206488942819262211523909711946817105378583120","-18742322230718274885110854929172650802570276203272461909300654660383235167495","-9263759977909322201130985759059382936744520475829415514196824286736376753481","-11496232989012212248180330490182947035139738513740721066218288863187084818711","-11936646950634386961720104946692886791839881011565474482160297909439260077479","12420050500141611478837647503217456418255982665518835380723514673649318261868","-11019500777868660249052761077581099867530005919205548424419063080300054857065","14971118151976530557730942804202669379545083706129611217849715443721541263903","1268019087584002885849559071120398124331170320322701461444244391403891025102","-16881890472712840750349531881263874978759519771105226697375077141891543946359","-5683401912122277273537745573748099352505529687431969439768439111082731476537","-8016691847861860240935706016163251195333936312719508720878461942166386328269","-4744209711332960726164503020620767698554392689498252644629921995541524404184","-13070733682606703026448874796896766225967330349783617073319745425812164380896","-10579348135614473877731190870160442862701173415997543719831941684623213118177","-15457974872507446144028607757948961467766531910220203156267734356130217648669","-10631441431339314215334767756147432678705101115128540996382786404375591726455","16055381225886630001404122971085117623077124134257616688994199018824709730834","21791856670621090497819998200990632459215164078045359289107951449419340669410","12379980152511577865063101850905387340313647712329893420461256926309274962505","20189626581134975247766476599886993093218940402930941186151427426176888396922","16469401762910497985980870450307265936626345122374223932506858237377685702657","-19860022572996120942701499924609104633909892978658279114032054002622859574464","-3996737370221523250298028014139610300934934745650108068775481162014733844296","-18436154641142825907417213162857127696118055338772312074364307525451908275824","11281096146030883090400636535569868000373057278459473253142891322360628673878","14941479166028403101821167030588690884964375534583926104315804169871634432768","-19927490009838881736542987571984529785863280914675918047826477973935822239986","-4528499177047089438151302811349496237895354083515681460035939633715789617869","-1950527417594743552987889139446494029553330947961703481673627840806697642251","18676257056704565392644414332675804930106895799832281027413338081284777185242","-3937011929426887350545964805221516349384695660858006935233957287715944550552","5554127541804438334754443893108241766850533304280897976926094777760919977540","20732435387070151959097825951283013230772879388019825845490496924454724437190","4205857988417437375660101632620875499783667606228069282278867344959983878420","17354424298655646953667468118325604555616487276751447809259124779890432038382","7481927432444793666217033176613765495376590826733696746024420026508964079699","14504764796289288520534044288362653041310607619983418374776392634440142297937","8122725691370713723160623557078943467669555822488366901040878148437424733738","13925750217677093712528125941837271313219682209404021528174595451619069105467","-20517569779798946668050665251967890900371751812032152444277252783356410925293","-4795747755072814509057629581890659083611437804890592964836198438612946528341","-14649264029772332535240621740408772886265361092546912887427369274433525386041","-10218961539597253962280247809360350056379227910135461901786296135222497214796","-19311853819059428388361043856353878383173035796595481413873983187463231574003","21688989549021909364288227120335654166528349676014972088367289201562772430269","21683424130334012482996111618078211170397280855925598353999262352661027155468","-16573516319392362413986690903783716378882549301825666229765993242875257643207","2584114171882761123412214739257114691475603856112925145843705441546116316524","9868714740675007033582048645404441436228715392898889433303764764679832467202","-5386729727574184613086776441524999057596886854812845114829934654023491973100","-12106926995878353562952611650162802707914237857802226841048436254278074648523","6512129302567158121322391134853680312127735820077649163896770365910267939441","18547780849088048521043682279805060950718606093542778362806206188386910306043","6648984239301220324299913853700398528698230966948928133743617050234076951512","-14974195233192004902735816081365451586219108329544731866330889889644262350070","-12275079351643769629995242365601341417392773566207461412218617314470469339235","-3513035885697669573853385764026519615728797202482671176937311462489092732853","3363248244126279390712150803534726827883530538487107070679149630225991415547","7964439904908439507606692629240564658557721809650258399641647868922452876315","17208703547520277964042279655985677261244287802119386053542300740353622110055","191725839307691498112120921778747339066511924493648508647452469479354658416","7884973177135104549706831784968158829408887578506384267082970830002539652536","-1192774918316938197776916496676507630408332370456889774985403612638208596538","21222196452869750263921451538667589917864415665182918052295817167494246553458","-6387662838793428340715224981040442784718455406323719868325911839571115766951","-12521818244455052498699155484584558844331824190521448669267596685236180246526","-19245948797515577770561299219510271284332223354699445498511599503381250410324","10964586026671127599116124845576467116919907853709419525523324424544424678701","21727499773960166650764726850651186198742647358605164344032571013985722481544","-7324291660258941326502173343731119201379149546370539856721515042544247753496","-21637718566671394515732888694919579234821095017602733639143289460120564894477","16334140913289575455052397049616879483387503245908219836418292670337317331815","-3867185793618915387571810989939112169412075804928921761217043076580065768197","2851434741316892770408122968921317242140641443433769090989791257316441563866","-4001149161939161080109376122928874287293529307122808308535850436279732778860","-14460004637233216566073570821685660690716340273072025467542042571739300226382","12440783355601706602897563587105871005151193957973109035869447760528160948909","-7468022062237964085254773890681468952447933274353762677130178045884290348951","-1630242220903497194651174434268173042679356274960470229839484921828066125002","-14337010082131977213682099891959245849901515730436013712966533784879802371234","4453588621259494975918127906164281624198989486847402101588719240288284744350","2643392196085073020362424901790412856931071934687745027997740106731318571560","4248028787472814434112248107613869444921842113265244748140948673657015135940","603262667460302659792167502395747102000537911129147625517886675634438479440"],["0","12891443742699433269978846585007781287583263568510806311461317699013639319002","-14592185841229709975564646656864988588354038020189535195881954602098455806395","-10321424375738303192431640717628479439245592926289129112207231224434234108656","-19111231025253709454738421945123969236062149516611405188448866416103226694960","19649287934932350961329127542166170177554234939102802885205532298655644532976","-3735715444797046273992699023219725680857215541787374286753777144902491586605","-11906121237991222266501643838447060036101520299979841870676293562577393827957","-14610425006099833480723532207165805134261500802805892993754921475449217731192","-11654386875300549418799457189799849669705283501627523043423906367882864242913","8627672721506877828600674432958550795596855727606876461052511638101164107108","20081054511199300516144829806736872982589734301745307623059510448157177009613","7076597582486027179179129951933727853866634016664782370746641551853389509644","-377379498150453681760844134830906884253661872523104306725289631035217907566","-9741730748605408964328360340851652718616869860957908232826327884602499578325","-9792538880680897975779159224495821500427392825443506736099530687149000456293","-17069630414357719013318170994107137889337274124007013475725689447634948670623","-15596401589597274547975304113088026516592188006128889474903105134190661839373","-18527519955818644402261971518118765873489040951658831028393648573472753506962","-1104223106185149274114255235108618981731112627065407788738373539798361141805","19903191842409776521052601597128776593416966777701119723075812554273096836276","2951858128443947735428889261177637747963600930621636417748825160722828028119","-150758683898045275859116409904924646511647437995062505139921974024301218513","8053993432113785893215479863148063670541803011843188092001226700867274032189","2536038175168005771699118142240796248662340640645402922888488782807782050204","-11875538073586406278452658017270474868970675141794419051051950097207279397101","-11366803824244554547075491147496198705011059374863938879536878222165462953074","-16033383695723720481871412032326502390667872625439017441756923884332772656538","-9488419422665921452329006041241535397108785378996505289259843991083048808368","-4253224493374130830651343848536257363386296299151199802941286665048520266175","-21158696271228947755462381740320885725402346831995087439663883369246426236354","-9027706873175617065810809770640647846984699420024371968837264525684626801721","-21262882862678628430669535512294865357410202230257081992765572808751183452910","10222519579933984780561840196912960157605883868099199034290193851073610966051","21695470469402905773393590656723989829881963755674684234517698712262872843203","2871717433183880507879797956553499592078931024243752497224309666042741429393","18491010290430675273286547454516711097889516405445848028604650665777968298227","11050560653981720749715335155357256784704325844332413521315512288179562909697","-17831802274152966663156594103960934179271421556900523884365903818669910653311","13894768131396228721650349716978054486678494909115818206147241862546340807025","-14984066410446376592588020580456980303687746277128589805030410864328008056031","-21214293451616784263691538419374814176350614243913122181110625728430359643478","7994715460217530981395928315920106681380386668751817864933404153167460369919","-17966737147838488250839569398711784483178197428935801751954751761295835984355","-9056998354094178876302605622698992475790708167031362920071879267431579235738","-3901054835189487105975778278892988059106661895923406963347255681613395284502","15464271241569855563042422920094334771665427199248527711128471975993745874867","-7874023858853774701091929610443032698769391321716013870467914575431889101104","-10779987788230398552737517959040791554847297791854238389846014631053968540537","19576627902301028695949246157308751372997394375623617347282789662333640378763","8411715976834874751320203265241750999567335212456138564557734689919967756840","12820605725472018685088530491393934022684610153086861274820045373205055581147","14963854864889587332434066353227530990753181653467393492048840053017928159398","7121286720739301818821682831468030994072850839550802405854581082304476100257","16245451382741427446321247114157886935339111644976733802081756296874849467476","5963257563514912202809846138417267537891000018392008712650986716662329715317","-19146896687758618113854924758678506712195139223648270544856301380137013354969","-9591495510145629018115259163781318167222875609781185929672396877225893056682","-7410285187705389848234837735560270683982357784677791431156534362291242276465","-20437923079194507924560495618720700112758455820270923803572592270444994429592","-16735464766279581554475681967450481677797707192774928484049762188350654652389","21489736226204543506330048495414033244508334951613909833036374216549736364921","21478605388828749743745817490899147252246197311435162364300320518746245815319","-11258789766945449605726976062310157669216734203235298115833782299174706790797","5168228343765522246824429478514229382951207712225850291687410883092232633048","19737429481350014067164097290808882872457430785797778866607529529359664934404","-10773459455148369226173552883049998115193773709625690229659869308046983946200","19562631751921843318587588190188944761268253085227615005299535864595467694188","-8863984266704958979601623475549914464292892760260736015904663454755272616735","-6680924045502453402405446930904428275659516613746511961783995996377796379148","13297968478602440648599827707400797057396461933897856267487234100468153903024","-8060147594544734583225226417473628083889852258673429388963575592712716204523","-2661915831448264037744078985945407746237182731998888480739030442365130182853","-7026071771395339147706771528053039231457594404965342353874622924978185465706","6726496488252558781424301607069453655767061076974214141358299260451982831094","15928879809816879015213385258481129317115443619300516799283295737844905752630","12529164223201280705838153566714079433940211203822737763386397294131435724493","383451678615382996224241843557494678133023848987297017294904938958709316832","-6118296517569066122832742175320957429730589243403265809532262526570729190545","-2385549836633876395553832993353015260816664740913779549970807225276417193076","20556150033900225305596497332077904747180466929949801760893430148412684611299","9112917194252418540815955783176389519111453587768594607046380507433576961715","18732849254768445447094500521345432488433080419789171348861215002679256498182","-16603654723191880318876192693763267480116082308982856653324994820186692325031","40929181502979975985843945895659145291451307002804707348444662513040861785","21566756676081058079283047956045097308936930316794294344366937841395636467471","-14648583320517882653004346687462238402758299092741079713443030085088495506992","501048610335761413027034100675391707454538765626601409109829452910487202280","10780038954739875687858388353976483878226642091400405329138381154098826168013","-7734371587237830775143621979878224338824151609857843522434086153160131536394","5702869482633785540816245937842634484281282886867538181979582514632883127732","13885944547960953062027653499399526513961305786170417726626503314016342937897","-7031766402627157909900735898114046292884316145728016591385880956902791957147","2993323839364137983548721428954466921754023515530183728040691334480513402201","-14936044124475928170509547781362937904895866548707525354260356091768580697902","-3260484441806994389302348868536346085358712549920940459678969843656132250004","-6785777292424679205117794038661216611254667060455993082234863383183796246851","-12981065629320285270410149932928711840150385426721230140520765705999239006917","5286784392170146040724849803580825713862143869375490055995480213462637143120","8496057574945628868224496215227738889843684226530489496281897347314030271880","1206525334920605319584335004791494204001075822258295251035773351268876958880"],["0","3894644613559591317711287424758287486618162736605578279224431211451470142387","-7296128810620144728882887568472702088159711639963036048065705017621103117173","1245394120362668837383124310000316210057178547837776119283741737707340278305","-16334219178668143687230438144990663383575934632806776033199528645630644894303","17410332998025426700411849339075065266560105477789571426712860410735480570335","14416811982245182674261007698817823726833933316841285770190649896770825322407","-1923999604143169310756881931636844983654676199543649397654382938578979160297","-7332607140360391739200658669074335179974637205195751643811638764322626966767","-1420530878761823615352508634342424250862202602839011743149608549189919990209","-4632897428825519565045056879340173497354652945202281421593180910373480281401","18273866150559325810043253868216470876631104203074580902420816709738545523609","14153195164972054358358259903867455707733268033329564741493283103706779019288","21133483875538367858724717475595461320041040655369825730247624924505372680485","2404781374628457293589685063553969651314624678500217878045548417370809338967","-19585077761361795951558318448991643000854785650887013472199061374298000912586","-12251017956876162804389936242957000690126183847597992607753174708694088845629","-9304560307355273873704202480918777944636011611841744606108006081805515183129","-15166797039798013582277537290980256658429717502901627713089092960369698518307","-2208446212370298548228510470217237963462225254130815577476747079596722283610","17918140812980277819858797449000278098285569154986205102453420921970385176935","5903716256887895470857778522355275495927201861243272835497650321445656056238","21586725504043184670528172925447425795525069524425909333418360238527206058591","16107986864227571786430959726296127341083606023686376184002453401734548064378","5072076350336011543398236284481592497324681281290805845776977565615564100408","-1862833275333537334658910289283674649392985883172803758405696007838750298585","-845364776649833871904576549735122321473754349311843415375552257755117410531","-10178524519608165741496418319395729692787380850462000539815643582089736817459","2911404026507432317588393662774204294330793642423023765178516204409710878881","-8506448986748261661302687697072514726772592598302399605882573330097040532350","-20429149670618620288678357735384496362256329263574140535629562551917043977091","3832829125488041090624786203975979394578965560367290406023675135206554892175","1250720018321293583153740465924819462276324340317904701865262755649250085414","20445039159867969561123680393825920315211767736198398068580387702147221932102","21502698066966536324540775568190704571215563110933334125337193237949937190789","5743434866367761015759595913106999184157862048487504994448619332085482858786","15093777709022075324326689163776147107230668410475661713511097144980128100837","-21675364435715108945062141179800036607688077112167241644765383796792491171840","-13775361676466658104066782462664593269994478713385013425033603450764012811005","5901293390953182221054293688698833884808625417815602068596279538516873118433","-8079889949053477962929635415656685518827128153841145266362617542080207616445","-20540344031394293305136671093492353264152864087410210018523047270284910791339","15989430920435061962791856631840213362760773337503635729866808306334920739838","-14045231423837701279432733052166293877808030457455569160211299336015863473093","-18113996708188357752605211245397984951581416334062725840143758534863158471476","-7802109670378974211951556557785976118213323791846813926694511363226790569004","9040299611300435903838440094931394454782489998081021078558739765411683254117","-15748047717707549402183859220886065397538782643432027740935829150863778202208","328267295378478116771369827175691978853768816707557564006174924467871414543","17265012932762782169652086569360227657446424350831200350867375138091472261909","16823431953669749502640406530483501999134670424912277129115469379839935513680","3752968579104762147930655237530592956820855905757688205941886559834302666677","8039466857939899442621726961197786892957998906518752640399475919460047823179","14242573441478603637643365662936061988145701679101604811709162164608952200514","10602659893643579670396088483058498782129858889537433260465308407173890439335","11926515127029824405619692276834535075782000036784017425301973433324659430634","5482692368161314216782961973157536752706450353535527597683805612877590281296","-19182991020291258036230518327562636334445751219562371859344793754451786113364","7067672496428495525776730274136733720583648831060451481385135461993323942687","-18987603286549740626874585492184125136968547240125813263446980354314180363567","-11582686660719887886704958189643688267047049985133822624401320190125500809161","21091229580569811790413691245570791400468305502811785322374544246523664234225","21068967905818224265245229236541019415944030222454290384902436850916683135021","-629336662051623989207546379363040249885104006054561887969360411773605085977","10336456687531044493648858957028458765902415424451700583374821766184465266096","17586616090860752912081788836360490656366497171179523389516854872143521373191","-21546918910296738452347105766099996230387547419251380459319738616093967892400","17237020632004411414928770635120614433988141770039195666900867542615126892759","4160274338429357263043158794157446159962578879894562311888877277065263262147","-13361848091004906804810893861808856551319033227493023923567991992755592758296","-17180548786473669147293156075712956062303804933036356152421940172215309185186","5767947682749806055795952910310018920768659883069175565771053001150376086571","-5323831662896528075488157971890815492474365463997776961478060884730260365706","-14052143542790678295413543056106078462915188809930684707749245849956370931412","-8435249895334157659397802531118367777014242246467606060981605665671842833429","9969516747794482808180364771704983545682522838184999254868387289114003009643","3170085574563286189429901388170883779332058007229441183074590401687062953369","766903357230765992448483687114989356266047697974594034589809877917418633664","-12236593035138132245665484350641914859461178486806531619064525053141458381090","-4771099673267752791107665986706030521633329481827559099941614450552834386152","19224057195961175388946588918898534405812569459483569178088656110249560726981","18225834388504837081631911566352779038222907175537189214092761014867153923430","-6310787234141659550303810447823685200230567961253725989673978367793103994870","10569176297294789806740426102988015216864564182866355380746418732778232341172","81858363005959951971687891791318290582902614005609414696889325026081723570","-642972391516434285926715578424355559222868167243479998662532690360344056292","-7408923769196490083762287629667201716968233785066125083187855983601182518367","1002097220671522826054068201350783414909077531253202818219658905820974404560","-328164962359523846529629037304307332095080217615223685421441878378156159591","6419499697363613671959161785500826410900061180700347298830031880255545422829","11405738965267571081632491875685268968562565773735076363959165029265766255464","5883646224082630901808901253541777939374247171924801109554802441456877380177","-14063532805254315819801471796228092585768632291456033182771761913805583914294","5986647678728275967097442857908933843508047031060367456081382668961026804402","-7983845377112581118772689817468600721243368696999016364822507996961352900187","-6520968883613988778604697737072692170717425099841880919357939687312264500008","-13571554584849358410235588077322433222509334120911986164469726766367592493702","17814354485037979903672511624657126496795957947389608406354876961153138977400","10573568784340292081449699607161651427724287738750980111990960426925274286240","16992115149891257736448992430455477779687368453060978992563794694628060543760","2413050669841210639168670009582988408002151644516590502071546702537753917760"],["0","7789289227119182635422574849516574973236325473211156558448862422902940284774","-14592257621240289457765775136945404176319423279926072096131410035242206234346","2490788240725337674766248620000632420114357095675552238567483475414680556610","11108047386342263070031935200533223409944859535218516620997351081890327202628","12932423124211578178577292932892855444571846555163108509727516634895152645053","6945381092651090126275609652378372365119502233266537196683095606965842149197","-3847999208286338621513763863273689967309352399087298795308765877157958320594","-14665214280720783478401317338148670359949274410391503287623277528645253933534","-2841061757523647230705017268684848501724405205678023486299217098379839980418","-9265794857651039130090113758680346994709305890404562843186361820746960562802","-7228753442559898824406303754081608423834520394682906882554774953674525944016","6418147458104833494470114062477636326918171666243095139288362020837749542959","20378724879237460495203029205933647551533716910323617116797045662434936865353","4809562749256914587179370127107939302629249357000435756091096834741618677934","-17281912650884316680870231152726010913161206901357992600699918562020193329555","-2613793041913050386533466740656726291704003294779950871808145230812369195641","-18609120614710547747408404961837555889272023223683489212216012163611030366258","13442891664082523279937736908554036860237293795028813261218222452412219954620","-4416892424740597096457020940434475926924450508261631154953494159193444567220","13948038754121280417471189152743281108022773909556375861208637657364961858253","11807432513775790941715557044710550991854403722486545670995300642891312112476","21285208136247094118809940105637576502501774648435784323138516290478603621565","10327730856615868350615513707334979593618847646956718024306702616893287633139","10144152700672023086796472568963184994649362562581611691553955131231128200816","-3725666550667074669317820578567349298785971766345607516811392015677500597170","-1690729553299667743809153099470244642947508698623686830751104515510234821062","1531193832622943739253569106465815702973602699492033264066917022396334860699","5822808053014864635176787325548408588661587284846047530357032408819421757762","-17012897973496523322605375394145029453545185196604799211765146660194081064700","-18970056469397965355110309725511717635964294126732246727560920917258279458565","7665658250976082181249572407951958789157931120734580812047350270413109784350","-19386802835196688055938924813407636163995715719780224939967678675277308324789","19001835447896663900000955042394565541875171071980761793462571217718635368587","21117153262093797426835145391124134053882761821450633906976182289324065885961","11486869732735522031519191826213998368315724096975009988897238664170965717572","8299312546204875426406972582295019125912972420535289083323990103384447706057","-21462485999590942667877876614342798126827789823918448945832563407009173848063","-5662480481094040985887159180071911451440593026353992506369002714952217126393","-10085656089932910780137818367859607318931113564784830206505645109542062258751","-16159779898106955925859270831313371037654256307682290532725235084160415232890","-19192445190949311388026936441727431439757363774404385693347890353994013087061","-11797623902808426518909098226834123451575182125824797227662791760481775511558","-6202219975836127336619060359075312667067696514495103976724394485455918450569","-14339750544537440282964016745538694814614468267709417336589312883150508447335","-15604219340757948423903113115571952236426647583693627853389022726453581138008","18080599222600871807676880189862788909564979996162042157117479530823366508234","-9607852563575823582121312696514855706529200886448021138173454115151747908799","656534590756956233542739654351383957707537633415115128012349848935742829086","12641782993686289117057767393463180226344484301246366358036546089607136028201","11758621035500223783034407315709728909720976449408519914532734573104062531743","7505937158209524295861310475061185913641711811515376411883773119668605333354","16078933715879798885243453922395573785915997813037505280798951838920095646358","6596904011117932053040325580614848887743038957787175279720120142642095905411","21205319787287159340792176966116997564259717779074866520930616814347780878670","1964787382220373588992978808411795063015635673152000506905742680073510365651","-10922858135516646788680481798942201583135463693344979148330592960820627933025","-16477739168743240850214630909867997580343138038708709374991383322327763731111","14135344992856991051553460548273467441167297662120902962770270923986647885374","-16086963701260206031502765239110975185388730079835592183195756522052552231517","-1277130449600500551163510634030101445545735569851610905104436193675193122705","20294216289300348358580976745884307712388246605207536301050884306471519972833","20249692939797173308244052727824763743339696044492546426106669515257557774425","-1258673324103247978415092758726080499770208012109123775938720823547210171954","20672913375062088987297717914056917531804830848903401166749643532368930532192","-8603253561957044620329233817793568864363734458473021908362698628864574244852","-21205594948754201682447805786942717372226730438086726574941273045612127289183","-9302444479669727614635270220273321309120445260753677353594673287921363205716","-13567694194980560696160088156942382768623206640626909719920449632445281971323","-4835453310170538387375381978360438014089702054570013503437779798935377020975","-12472854701108063072339906406168637036059245465656677961145676157854809874755","11535895365499612111591905820620037841537319766138351131542106002300752173142","-10647663325793056150976315943781630984948730927995553922956121769460520731412","-6216044213742081368580680366954881837282013219445335071800287513336933367207","5017743081170959903450800683020539534519879907480822221734992855232122828759","-1949209376250309605885676201847307997183318724046035833961429608347802476331","-15548071722712702843386602968915507529884248385957151977549023383201682588879","1533806714461531984896967374229978712532095395949188069179619755834837267328","19303299673402285953161842789230720458174371827219005449267358266868700229054","-9542199346535505582215331973412061043266658963655118199883228901105668772304","16559871520083075555646772092539793723076774518551104012479108033923312958345","14563425905170398941017417387448282987897449950658344084487317843158499351243","-12621574468283319100607620895647370400461135922507451979347956735586207989740","-749890277249695608765553539281244654819236034683323582205366721019343813273","-21724526145827355318303029961674638507382559172404815514304425536523645048477","-1285944783032868571853431156848711118445736334486959997325065380720688112584","-14817847538392980167524575259334403433936467570132250166375711967202365036734","2004194441343045652108136402701566829818155062506405636439317811641948809120","-656329924719047693059258074608614664190160435230447370842883756756312319182","12838999394727227343918323571001652821800122361400694597660063760511090845658","923235058695866941018578006113262848576767147054118384220125871955724015311","11767292448165261803617802507083555878748494343849602219109604882913754760354","-6238822738669356417356537847198910082988900182496032021845319641035359332971","11973295357456551934194885715817867687016094062120734912162765337922053608804","-15967690754225162237545379634937201442486737393998032729645015993922705800374","-13041937767227977557209395474145384341434850199683761838715879374624529000016","-5254866297859441598224770409387591356470303841407937985241249346159376491787","13740466098236684585098617504056977905043551494363182469011549735730469459183","21147137568680584162899399214323302855448575477501960223981920853850548572480","12095987427943240250651579115653680470826372505705923641429385202680312591903","4826101339682421278337340019165976816004303289033181004143093405075507835520"],["0","-6309664417600909951401256046224125142075713453993721226800479340769927926069","-7296272370641303693285144528633533264090482159436109848564615883908603973075","-16906666390388599872713908505256010248319650209064929866563237235746447382397","327851900845250917817464655809171731341354670020998898296497977204845909639","3976603376583881134908180120528435800595328709910182675756829083214496794489","-7997480686537094969695186440500530358309359933882959950332012972644124197223","14192244455266597979218878018709895153929659602241436753080672432259891854429","-7442185689602291734556228931040065631350184420366972231548350870714699371451","-5682123515047294461410034537369697003448810411356046972598434196759679960836","-18531589715302078260180227517360693989418611780809125686372723641493921125604","-14457506885119797648812607508163216847669040789365813765109549907349051888032","12836294916209666988940228124955272653836343332486190278576724041675499085918","-3019035985203629454086753078647255074029294980184834453802317048281743260528","9619125498513829174358740254215878605258498714000871512182193669483237355868","-12675582429929358139494056560194746737774049402299950857701632937464578163493","-5227586083826100773066933481313452583408006589559901743616290461624738391282","-15329998357581820272570404178417836689995682046950944080733820140646252236899","4997540456325771337629068071850798631926223189641592178738240718248631413623","-8833784849481194192914041880868951853848901016523262309906988318386889134440","-15880408235435989609550433185027987961051180981719316964979133058421693274728","-20161620716126968561061697401093448193387921355858977345405807087368992766282","20682173400654913015373474466017877916455184896455534302578828394381398747513","20655461713231736701231027414669959187237695293913436048613405233786575266278","20288305401344046173592945137926369989298725125163223383107910262462256401632","14436909770505125883610764588122576490976420867724819310075420155220807301277","-3381459106599335487618306198940489285895017397247373661502209031020469642124","3062387665245887478507138212931631405947205398984066528133834044792669721398","11645616106029729270353574651096817177323174569692095060714064817638843515524","-12137553075153771422964345043032783818542005992793564079832089133812353633783","-16051870066956655487974213705766160183380223853048459111423637647940750421513","15331316501952164362499144815903917578315862241469161624094700540826219568700","-16885362798554100889631443881557997239443067039144415536237153163978808153961","16115428023954052577755504339531855995201977743545489243226938248861462241557","20346063652348319631423885036990993019217159242485233470254160392072323276305","1085496593631768840791977907170721648083083793533985634096273141766122939527","-5289617779429524369432460580667236836722419559345456177050223979806913083503","-21036729127342610113509347483428321165107215247420863547966922627442539200509","-11324960962188081971774318360143822902881186052707985012738005429904434252786","1716930691973453661970769009538060450686137270846373930686913967491683978115","-10431316924374636629472135917369466986760148214948546721752265981745021970163","-16496647510059347553807467138197587790966363148392737042997576521412217678505","-1707004933777577815571790708410971814601999851233560111627379334387742527499","-12404439951672254673238120718150625334135393028990207953448788970911836901138","-6791258217235605343681627745820114540680572135002800329480421579725208399053","-9320195809676621625559820485886629384304930766971221363079841266331353780399","-7615287298476806829139051110788972357966768808507984373161449311504883974766","-19215705127151647164242625393029711413058401772896042276346908230303495817598","1313069181513912467085479308702767915415075266830230256024699697871485658172","3395323115533303011869129041669085364140604202076698372374887992638463560785","1628999199161172343822408886162182730893588498401005485367264959632316567869","15011874316419048591722620950122371827283423623030752823767546239337210666708","10269624559920322548240502099533872483283631225658976217899699491264382797099","13193808022235864106080651161229697775486077915574350559440240285284191810822","20522396702735043459337948186976720039971071157733698698163029442119753261723","3929574764440747177985957616823590126031271346304001013811485360147020731302","-21845716271033293577360963597884403166270927386689958296661185921641255866050","-11067235465647206478182856074478720072137911677001384406284562458079718966605","6382447113874706880860515351289659793786230923825771581842337661397487275131","-10285684530681136840759124732964675282229095759255150022693308857529295967417","-2554260899201001102327021268060202891091471139703221810208872387350386245410","18700189706761421494915547746511340336228128809999038258403564426367231450049","18611143007755071394241699710392252398131027688569058508515134843939307053233","-2517346648206495956830185517452160999540416024218247551877441647094420343908","19457583878284902752349030082856559975061297297390767989801082878162052568767","-17206507123914089240658467635587137728727468916946043816725397257729148489704","-20522947025669128142649205828628159655905096475757418806184341904648446082749","-18604888959339455229270540440546642618240890521507354707189346575842726411432","-5247145518121846170073770568627490448698048880837785096142695078314755447029","-9670906620341076774750763956720876028179404109140027006875559597870754041950","-3057466530376850922433407067079998983570126530897321578593148129133811253893","1183547859159949000937405895982800594526275131860667919386007818025695850667","592916220253162920293773857694013118650902544424926497785960647654767032793","-12432088427484162737161360733909763674564026438890670143600575026673866734414","-11852756709497355415344804379216196019508604585454389900228218476111562838099","-3898418752500619211771352403694615994366637448092071667922859216695604952662","-9207900573586130464526800192573739971220132371498269611399842579827556682141","3067613428923063969793934748459957425064190791898376138359239511669674534656","-5169886396873978538169125912053109260747985146394057788861691839414216533126","-19084398693071011164430663946824122086533317927310236399766457802211337544608","-10656742703512399333199267305434962730943179763729860662438192305304991074544","7238608938501522659788429029639290887246535500900653825276431499741190206869","-3354906064727362978968836046037465712373907444598869614997709284596607483863","-1499780554499391217531107078562489309638472069366647164410733442038687626546","327433452023839807886751567165273162331610456022437658787557300104326894280","19316353305773538078539543431559852851656891731442114349048073425134432270449","-7747452204946685112802744773411531779324570739848465989053219747828921577851","4008388882686091304216272805403133659636310125012811272878635623283897618240","-1312659849438095386118516149217229328380320870460894741685767513512624638364","3789755917615179465590241396746030555051880322385354851621923334446373195699","-20041772754447541340209249733030749391394830106307797575257952442664360464995","-20241900847348026837257206476347438419599740113132864249177198607324107470526","9410597394500562387533330050859454922570564035423970300007564904505089829675","-19829895028765446576103040058878814803064540676590598863070877697307509773626","11841104235228225969402052220640147292123254012836003228106376385306205390486","-4195632662616679892172385203033493594321335998951489333733554562673249504415","-10509732595718883196449540818775182712940607682815875970482498692318752983574","-16295553547205181274295576482400594367009625812105703749373308901690678072868","-1482210606317382118694013061867944466199577845828148239432566665450519846274","2303731984047205279056752486050085853104380610995812939160566218784816688189","9652202679364842556674680038331953632008606578066362008286186810151015671040"],["0","9268914036637455319443893652809024804396937492428591890097245505035952643479","-14592544741282607386570289057267066528180964318872219697129231767817207946150","-11925089908937924523181411265254745408090936017713825389428270284917086269177","655703801690501835634929311618343462682709340041997796592995954409691819278","7953206753167762269816360241056871601190657419820365351513658166428993588978","-15994961373074189939390372881001060716618719867765919900664025945288248394446","-15391996833145354486055055453094759869237409596349195181235063508631833282376","-14884371379204583469112457862080131262700368840733944463096701741429398742902","-11364247030094588922820069074739394006897620822712093945196868393519359921672","-15174936558764881298114049289464112890288859161202217029047243096412033755591","-7026770898400320075378809271069158606789717178315593186520895628122295280447","3784346960580058755634050504653270219124322264556346213455243896775189676219","15850170901432016314072899587962764940489774440046365436093570090012321974561","19238250997027658348717480508431757210516997428001743024364387338966474711736","18425320883819834165504698370125056701548629996232166971993142498222460664248","-10455172167652201546133866962626905166816013179119803487232580923249476782564","-8771753843324365322894402611578398291442999693485853817769436094716695978181","-11893161959187732546988269601555677824695918021132849986221722750078545668371","-17667569698962388385828083761737903707697802033046524619813976636773778268880","-9872573599032703996854460624798700833553997563022599586260061930267578053839","-18434998560414661899876989056929621298227478311301920347113409988162177036947","19476103929470550808500543186778480744362005392495034261459452602186988999409","19422680554624198180215649084082643285927026187410837753528606280997342036939","18688367930848817124939484530595464890049085849910412422517616338348704307647","6985576669170976544975123430987877893404477335033604276452636123865806106937","-6762918213198670975236612397880978571790034794494747323004418062040939284248","6124775330491774957014276425863262811894410797968133056267668089585339442796","1402989340220183318460743556936359266097984738968155777729925448701878535431","-2386863278468267623682284340808292548535647585171093815965974081048898771949","11672745609765239468544384078982229810336281094735150464549133077270116148208","8774390132065053502751883886550560068083360082522288904491196895076630641783","-11882482725268926557016482017858719390337769677872796728776102141381807812305","10342613176068829933264602933806436901855591086674944142755672311147115987497","18803884432857364040601364328724710949885954084554432596810116597568838056993","2170993187263537681583955814341443296166167587067971268192546283532245879054","11309007312980226483381484583922801415103525281725121989597756226961982328611","-20185215382845945004772289221599367241666066094425692752235641068309269905401","-761679052536888721302230975030370717214007704999935681777806673233060009955","-18454381487892367898304867726181154187176089858723286482324376251592440539387","-20862633848749273258944271834738933973520296429897093443504531963490043940326","10783190723559855336877877214119374595164002504046594601401255330327181634224","-3414009867555155631143581416821943629203999702467120223254758668775485054998","-2920637031505234124229835691043975579722421657564381563199373755247865306659","-13582516434471210687363255491640229081361144270005600658960843159450416798106","-18640391619353243251119640971773258768609861533942442726159682532662707560798","-15230574596953613658278102221577944715933537617015968746322898623009767949532","-16543167382464019106238845040802147737568439145376050208995612274031183139579","2626138363027824934170958617405535830830150533660460512049399395742971316344","6790646231066606023738258083338170728281208404153396744749775985276927121570","3257998398322344687644817772324365461787176996802010970734529919264633135738","8135505760998821961198836154987468566018482845645471303836888292098612837799","20539249119840645096481004199067744966567262451317952435799398982528765594198","4499373172632452989914896577202120462423791430732666775182276383992575126027","19156550533630811696429490628696164991393777915051363052627854697663698027829","7859149528881494355971915233647180252062542692608002027622970720294041462604","-21803189670227311932475521450511531243993490372963882249624167656706703236483","-246228059455137734119306403700165055727458953586734468870920729583629437593","-9123348644089861460525375042677955500975902552764491180013528863780833945355","-20571369061362273681518249465929350564458191518510300045386617715058591934834","-5108521798402002204654042536120405782182942279406443620417744774700772490820","15512136541683567767584689747765405583907893219582042173108924666158654404481","15334043143670867566236993675527229707713690976722082673332065501302805610849","-5034693296412991913660371034904321999080832048436495103754883294188840687816","17026924884730530282451654420455844861574230194365501635903961569748296641917","9363471495850371963175876219340274719641790966939981053945613857693320011826","2730591692340294159194399833258230865286535849317231075027724563854724825736","-15321535046839635236294675135836010147933416642598675070680488965109644327247","-10494291036243692340147541137254980897396097761675570192285390156629510894058","2546429631157121672744877831815523032189556182135980329947084990834300411717","-6114933060753701844866814134159997967140253061794643157186296258267622507786","-19521147153519377220371593953291673899495814136694698504926188550524416794283","1185832440506325840587547715388026237301805088849852995571921295309534065586","-2975933983129050252076315722562252260579688477365305943502945866771924973211","-1817270547155435608443203013175116950468844770492745456758232765647317180581","14091405366838036798703700937868043099815089504231891007852485753184598590293","-18415801147172260929053600385147479942440264742996539222799685159655113364282","-15753016013993147282658536248337360238419982816619282066979725163236459426305","-10339772793747957076338251824106218521495970292788115577723383678828433066252","5607688357536528115631483596866306004030092946211595887863492768728941902018","-21313485407024798666398534610869925461886359527459721324876384610609982149088","14477217877003045319576858059278581774493071001801307650552862999482380413738","-6709812129454725957937672092074931424747814889197739229995418569193214967726","-2999561108998782435062214157124978619276944138733294328821466884077375253092","654866904047679615773503134330546324663220912044875317575114600208653788560","16744463739707800934832681117862430614765419062468194354397942663693056045281","6393338461945904996640916198434211529899222920719102365591764690917965339915","8016777765372182608432545610806267319272620250025622545757271246567795236480","-2625319698876190772237032298434458656760641740921789483371535027025249276728","-14308731036608916291065922951765213978444603755645324640454357517683062104219","-18195302637055807458172093720804223694241295812199560806817700698752912434373","3292684048982496769978398537819673337897248574566340189042011158503402050182","-3067048082838150447179745643538365243407236329568093743683074377565628836267","-17771547185691617929959674372500354517580716952765163382443551208039211051635","-20094277273222098505688707049234255592850220775160062231183655602539206210262","-8391265325233359784344770406066987188642671997902978667467109125346499008830","868777680401508829347324107706909662667149034784282402733206801938302528469","-10702864222571087326344747219543913645470887223795373155048413616805547650119","18923821659204510984858379621521386156149208708759737864833070855674768803069","4607463968094410558113504972100171706208761221991625878321132437569633376378","19304405358729685113349360076663907264017213156132724016572373620302031342080"],["0","18537828073274910638887787305618049608793874984857183780194491010071905286958","-7296846610725939550894172369276857967813564237328405050560259349058607396683","-1961936946036573824116416785252215727633507635011616435158336383258364042737","1311407603381003671269858623236686925365418680083995593185991908819383638556","15906413506335524539632720482113743202381314839640730703027316332857987177956","-10101679874309104656534340016744846344689075335115805457629847704000688293275","-8895750794451433749863705160932244649926454792282356018771922830687858069135","-7880499886569891715978509978902987436852373281051854582495199296282988990187","-840251188349902623393732404221512925246877245008153546695532600462911347727","-8461630245690487373981692833670950692029353921988399714396282006248259015565","-14053541796800640150757618542138317213579434356631186373041791256244590560894","7568693921160117511268101009306540438248644529112692426910487793550379352438","9812098931024757405899393430668254792431184479676696528488935993448835453505","16588259122216041475188555271606239332485630455587451705030570491357140927855","14962398895800393108762990994992838314548895592048299600288080809869112832879","977898536534872129978671820003464754916338042176427369233042340076854930489","-17543507686648730645788805223156796582885999386971707635538872189433391956362","19990161825303085350516272287403194527704892758566368714952962872994525654492","-13446896526085501549409761778218532326847239665677014895929749086971748042143","-19745147198065407993708921249597401667107995126045199172520123860535156107678","-14981754248990048577507572368601967507906592222187806350528615789748545578277","17063964987101826394754680628299686400175646384574034179220701017798169503201","16957118237409121138184892422908011483305687974405641163359008375418875578261","15488492989858359027632563315933654691549807299404790501337028490121600119677","13971153338341953089950246861975755786808954670067208552905272247731612213874","-13525836426397341950473224795761957143580069588989494646008836124081878568496","-9638692210855725308217852893530749464759542804479768231162868007405129610025","2805978680440366636921487113872718532195969477936311555459850897403757070862","-4773726556936535247364568681616585097071295170342187631931948162097797543898","1457248347691203714842362412707184532124197789054266585400061967964423800799","-4339462607709168216742637972156154952381644235371456534715810396422547212051","-1876722578698577891786558290460163692127174955329559113854000096187807128993","20685226352137659866529205867612873803711182173349888285511344622294231974994","15719525993875452858956322912192146811223543768692830849922029008561867618369","4341986374527075363167911628682886592332335174135942536385092567064491758108","729771754121177744516563422588327741658686163034209635497308267348156161605","-18482187893852614787298172697941459394783767788435351160773077950042731315185","-1523358105073777442604461950060741434428015409999871363555613346466120019910","-15020520103945460574363329707105033285803815317030538620950548316609072583157","-19837024825659271295642137924220592858492228459378152543310859740404279385035","21566381447119710673755754428238749190328005008093189202802510660654363268448","-6828019735110311262287162833643887258407999404934240446509517337550970109996","-5841274063010468248459671382087951159444843315128763126398747510495730613318","-5276789997103146152480105238023183074173924139595166974223482132325025100595","-15392540366867211279992876198289242448671358667468851108621160878749606625979","-8572906322067952094309798697898614343318710833615903148947593059443727403447","-11198091893088762990231284336347020386588513890336066074293020361486557783541","-16635966145783625353904488510446203426888063333095113319599405395089865862929","13581292462133212047476516166676341456562416808306793489499551970553854243140","6515996796644689375289635544648730923574353993604021941469059838529266271476","16271011521997643922397672309974937132036965691290942607673776584197225675598","19190255367842014970715602652878214844586160502219870527900593778481722692779","8998746345264905979829793154404240924847582861465333550364552767985150252054","16424858195422348170612575512135054894239191429686691761557505208751587560041","15718299057762988711943830467294360504125085385216004055245941440588082925208","-21718136468615348642704637155765787399438616345511730155550131126837597977349","-492456118910275468238612807400330111454917907173468937741841459167258875186","3641545583659552301195655659901364086596559294887051983671146459014140604907","-19254495250885272140790093186601426040368018636604565747075031243541375374051","-10217043596804004409308085072240811564365884558812887240835489549401544981640","9136030211527860312922973750273536079267422038748050002519645145741500313345","8779843415502459910227581605797184326879017553028131002965926816029802726081","-10069386592825983827320742069808643998161664096872990207509766588377681375632","12165606897621785342656903095654414634600095988314968928109718952920784788217","-3161299880138531295894653306576725649264782466536072235806976471189168471965","-16427059487158686903857606078740813357975292701781572193642755058866358844145","13133415649999279971903461218842529881229895515634718546035430442932328336740","-20988582072487384680295082274509961794792195523351140384570780313259021788116","5092859262314243345489755663631046064379112364271960659894169981668600823434","-12229866121507403689733628268319995934280506123589286314372592516535245015572","-17154051435199479218496782161326072710443263872973362666154172914473025092949","2371664881012651681175095430776052474603610177699705991143842590619068131172","-5951867966258100504152631445124504521159376954730611887005891733543849946422","-3634541094310871216886406026350233900937689540985490913516465531294634361162","-15593675010002476847085409614778463977466549792368286671691436866782419810648","-14943359422505246635860795025037684796332165085577044101901166132734418232947","-9617789156147019343070666751417445388291601232822529790261246139897110356993","-20679545587495914152676503648212437042991940585576231155446767357656866132504","11215376715073056231262967193732612008060185892423191775726985537457883804036","-20738727942210322110550663476482575835224354654503408306054565034644155802559","7066192882166815416907310373299888460437777603186580957407521812388952331859","-13419624258909451915875344184149862849495629778395478459990837138386429935452","-5999122217997564870124428314249957238553888277466588657642933768154750506184","1309733808095359231547006268661092649326441824089750635150229200417307577120","11600684607576326647418956490467586140982473724520354365097681140810303594945","12786676923891809993281832396868423059798445841438204731183529381835930679830","-5854687341094910005381314523644740450003123900364789252183661693440218022657","-5250639397752381544474064596868917313521283481843578966743070054050498553456","-6729219201378557359885440158273152868340843110874614937210510848790315712821","-14502362402272339694097781696351172299934227223983087269937197210930016373129","-15302874773874281682289608669617928412753867251283353965614181869569004395253","-6134096165676300894359491287076730486814472659136187487366148755131257672534","8233391372295314584573462745513841141935294895301741922509305957073194887964","3587931197234353433115397392046038991396287250511944225029097168073204570710","-16782530650466719568689540812133974377285343995805957334934218250692998017660","1737555360803017658694648215413819325334298069568564805466413603876605056938","-21405728445142174652689494439087827290941774447590746310096827233611095300238","15959400446569746747470353497785497223750053017103441385967937524773729110521","9214927936188821116227009944200343412417522443983251756642264875139266752756","16720567845620095004452314408070539439486061911849413689446543054028254188543"],["0","15187413274710546055529168865978824129039385569298333216690777833568002078299","-14593693221451879101788344738553715935627128474656810101120518698117214793366","-3923873892073147648232833570504431455267015270023232870316672766516728085474","-19265427665077267879706688498783901237817527040248043157326220368937041218505","9924584140831773857019035218970211316214265278865427062356428479140165860295","-20203359748618209313068680033489692689378150670231610915259695408001376586550","4096741282936407722518995423392785788695454815851322306154358525200092357347","6127243098699491790289385787451300214843617838312325178707805594009830515243","-1680502376699805246787464808443025850493754490016307093391065200925822695454","-16923260491380974747963385667341901384058707843976799428792564012496518031130","-6218840721762005079268831339019359338610504312846338402385378325913372626171","15137387842320235022536202018613080876497289058225384853820975587100758704876","19624197862049514811798786861336509584862368959353393056977871986897670907010","11288275372592807728130704797955203576422896510758869066362936796138473360093","-13851687952077764226966829500528873547998937616735469486820246753413391325476","-19932445798769530962289062105250345578715688316063179605232119506422098634639","-13198772501458186069331204701056318077223634373527380927379540192290975417107","18092080778766895478786138829549113966861421116716703086207721559413242813367","-5005550180331727876573117811179789565146114930937995448161293987367687588669","4286191347547734457074968991319746842880738548741670342356160652081304775878","-8075265626140821932768738991946659927264820043959578357359027392921282660937","12239687102364377567262955511342097711802928368732034014743197849020530510785","12025993602978967054123379100558747878063011548395247983019812564261942660905","9088743107877442833018720886610034294551250198393546658975852793667391743737","-15834179066994644264592317766563038603478819460697651581585863877688392563486","-5163429980955408678700043846266639198611774777562954948319468061587948641375","-19277384421711450616435705787061498929519085608959536462325736014810259220050","-16276285510958541948403431517511838024156425444543411232778502391768294353893","12340789757966204727517268382024104894405774059731659079834307862380213407821","2914496695382407429684724825414369064248395578108533170800123935928847601598","-8678925215418336433485275944312309904763288470742913069431620792845094424102","-3753445157397155783573116580920327384254349910659118227708000192375614257986","19482209832436044510812005989968472518873999946283742227324485058012655454371","-12337433755927644726580165666130256554649641263446406987552350356027881754496","8683972749054150726335823257365773184664670348271885072770185134128983516216","-20428699363596919733213278900080619605230992074347615072703587651879496172407","6812109955973320869896466094631631387529193223961366365850252473066154360864","-3046716210147554885208923900121482868856030819999742727111226692932240039820","-8152797336051645926480253668952791483059266233645042898202892446642336670697","-17785806779479267369037870103183910628436092518340270742923515294232750274453","21244520022400146125265103111220223292107645615770344061906817134732918041279","-13656039470220622524574325667287774516815998809868480893019034675101940219992","-11682548126020936496919342764175902318889686630257526252797495020991461226636","-10553579994206292304960210476046366148347848279190333948446964264650050201190","-8896837861895147337739346651321209808794352934521667873544117570923404756341","-17145812644135904188619597395797228686637421667231806297895186118887454806894","-507940914338250758216162927436765684628663380256097804887836536397307071465","-11383689419727975485562571275635131765227762265774192295500606603603923230241","5274342052427148872706626588095407824576469216197552635300899754531899990663","13031993593289378750579271089297461847148707987208043882938119677058532542952","10653780172156012622548938874692599175525566982165850871649348981818642855579","16492267863844754719184799560499154600623956604023706712102983370387636889941","17997492690529811959659586308808481849695165722930667100729105535970300504108","10961473519005421118978745279012834699930018458957349179416806230927366624465","9548355243686702201641255189331445919701806370015973766793678694600357354799","-21548030065391422063162868566274299710328868290607425967402058067099387459081","-984912237820550936477225614800660222909835814346937875483682918334517750372","7283091167319104602391311319802728173193118589774103967342292918028281209814","-16620747629931269059333780627945576992187672872793097150451858300506942252485","-20434087193608008818616170144481623128731769117625774481670979098803089963280","18272060423055720625845947500547072158534844077496100005039290291483000626690","17559686831004919820455163211594368653758035106056262005931853632059605452162","1749469686187307567604921605639987092225036206670053928678671009820445744353","2442970923404295463067400446051554180651827576213903512521233719265761080817","15565643111562212630457099132103823790018799467343889872084251244197471551687","10922366769361176636777599333032923461146143397268924300110898255418899302944","4378588428159284721560516692427784673911426630853402748372656699288848177863","-20088921273135494138343758803762648501036026646286246425443356439942235080615","10185718524628486690979511327262092128758224728543921319788339963337201646868","-2571489371175532157220850791382716780012647846762538285046980846494681535527","-12419859998559683214747158577394870332338163345530690988610141642370241690281","-17144913109813971859896214883705170139341144045016622361410519005337672233273","-11903735932516201008305262890249009042318753909461223774011783467087699892844","-7269082188621742433772812052700467801875379081970981827032931062589268722324","-9299107148165678471924413484299652866384735184320538999684669546989031125679","13889766898668057172771221440439180584432398629677980483594076107682780525340","-19235578312294038686141333502834890776583202465645059580522492279794220713986","-19470848303152553083106601551167598997435516770736427967195330528737923769391","-21345732313532437981966877103049326160976357015985685135942437298235849383162","-19589213012581368998854921207707876581900344908590782268410925882712503109501","-7755857107505644388431784998657498167672809194042872428883160561797903831899","-4951005645979628609504282623042450610442895156374922576283470090197051375287","-11998244435995129740248856628499914477107776554933177315285867536309501012368","2619467616190718463094012537322185298652883648179501270300458400834615154240","1313126343313378072591507235677897193416583048624674386497158095044798694273","3685110975944344764317259048479571031048527282460375118668854577096052864043","-11709374682189820010762629047289480900006247800729578504367323386880436045314","-10501278795504763088948129193737834627042566963687157933486140108100997106912","-13458438402757114719770880316546305736681686221749229874421021697580631425642","14771760939133871056297248097812205577228274352865894147522013951291584244976","13170736195929987079913594151278693351588994298265360756168044634013608200728","-12268192331352601788718982574153460973628945318272374974732297510262515345068","-5421460127248646053099480254229592804677774609812550498679592272429418719689","7175862394468706866230794784092077982792574501023888450058194336146409141420","-11676818429094163915132675879010673666022323591195880326170232314810187539703","3475110721606035317389296430827638650668596139137129610932827207753210113876","-20923214018445074083132583132918379493335184494765458276495450280646382104859","10030558021300218272694301250313719358951741633790848428237670862971649725425","18429855872377642232454019888400686824835044887966503513284529750278533505512","11552892819400914786658223070883803790423759423282793035194881921480699881469"],["0","8486583677581816888811931986700373169530406738180632089683351480560195660981","-7299143571064482981330283731850156782705892548897585858542833209658621091115","-7847747784146295296465667141008862910534030540046465740633345533033456170948","-16642612458315260537166971252310527387086689680080051970954236551298273941393","19849168281663547714038070437940422632428530557730854124712856958280331720590","-18518476625397143403890954321722110290207936940047187486821186629426944677483","-13694760305966459777208414898471703511157454768713389731389487136175623780923","12254486197398983580578771574902600429687235676624650357415611188019661030486","-3361004753399610493574929616886051700987508980032614186782130401851645390908","9929964760916600948566040155830747408979313112878469829811280348158580928974","9450561428315265063708743067218556411327355774723357538927447534749063243275","-13501710059038080399420407453288388424102150684381298979754457198950099581482","17360152852259754401351167977415744081176373518290751770257539787219533318403","688307873346340234015003850653132064297428621101703789027669405701138224569","-5815133032316253231687253255800472007449510833054904629942289320250974155335","-17976648725699786702331718465243416068883012231710324866766034826268388773661","17378940740762178305830402088401914022649460053777306832637327988569666157020","-7592324186144759486920533831416322243373886567398662514980965254325131364500","-10011100360663455753146235622359579130292229861875990896322587974735375177338","8572382695095468914149937982639493685761477097483340684712321304162609551756","-16150531252281643865537477983893319854529640087919156714718054785842565321874","2591131332889479912279505277426920335057492337048033685788191511465252525953","2163744334118658886000352455860220667577658696374461622341420941948076826193","18177486215754885666037441773220068589102500396787093317951705587334783487474","-9780115262150013306938229787868802118409274520979268819473523568800976631355","-10326859961910817357400087692533278397223549555125909896638936123175897282750","5221716900255649211621399916391552318058557582912995762744936343531098551134","-10664328150077808674560457289766400959764486488670788121858800596960780212169","-19094906227746140989458274726466340388285180681368750527727792648391190175592","5828993390764814859369449650828738128496791156217066341600247871857695203196","-17357850430836672866970551888624619809526576941485826138863241585690188848204","14381352557044963655100172583416620320039664579097797888282203801824579979645","17076176793032813799377606234679669949199635492151450110950765929449502413125","-2786624640016014230913925587003238020750918126476779631406496525479955013375","17367945498108301452671646514731546369329340696543770145540370268257967032432","-18969155855354564244180152054903964121913619748279195801708971117183183849197","13624219911946641739792932189263262775058386447922732731700504946132308721728","-6093432420295109770417847800242965737712061639999485454222453385864480079640","-16305594672103291852960507337905582966118532467290085796405784893284673341394","-13683370687119259515829334461110546168323820636264507142148826401889692053289","20600797172961017028283800477183171495666926831124653780115430082890027586941","16464406803237305395344160155939001143464731181095106901358339022947736551250","-1476853380202597771592279783094529549231008860099018161896785855407113957655","-21107159988412584609920420952092732296695696558380667896893928529300100402380","-17793675723790294675478693302642419617588705869043335747088235141846809512682","-12403382416432533154992789046337182284726478934047578252092168051199101118171","-1015881828676501516432325854873531369257326760512195609775673072794614142930","-879135967616675748878736806012988441907160131132350247303009020632037964865","10548684104854297745413253176190815649152938432395105270601799509063799981326","4175744314739482278912136433337648605749051574000053422178035167541256590287","21307560344312025245097877749385198351051133964331701743298697963637285711158","11096292855850234216123193375741034112699548807631379080507762554199465284265","14106742509220348697072766872359688610841967045445299857760006885364792512599","34704166171567015711084812768394311311672517498664015135408275278924753313","19096710487373404403282510378662891839403612740031947533587357389200714709598","-21207817258943568904079331387291324332109372180798817591105911947622966422545","-1969824475641101872954451229601320445819671628693875750967365836669035500744","-7322060537201066017463783105651818742162127220867826409013618350519246075989","-11353252388023262896421155510633878895826981345170159957205512414438076009353","-18979931515376742414985934543705971168915173834835514619643754011030371430943","-7232364897567109192800916489420405860027040645839868677317827790185615737854","13231130790170564418663920677931462218967705811696489668165503077543402408707","3498939372374615135209843211279974184450072413340107857357342019640891488706","4885941846808590926134800892103108361303655152427807025042467438531522161634","9243043351285150038667792518950372491489234534271745400470298301819134607757","21844733538722353273555198666065846922292286794537848600221796510837798605888","8757176856318569443121033384855569347822853261706805496745313398577696355726","-18289599674431713054441111862268021913523688892156458507188508693308661665613","20371437049256973381959022654524184257516449457087842639576679926674403293736","16745264129488210907804704162491841528523068706890957773604242493586445424563","-2951477125280091207247911409532465576127962290645347633522079098164674884945","-12401583347788668497546024022153065190133923689617210379122833824099535970929","-1919228993193126794364120035240742996089143418506413204325362747599591290071","-14538164377243484867545624105400935603750758163941963654065862125178537444648","-18598214296331356943848826968599305732769470368641077999369339093978062251358","5891290925496839123296037135621086080316432858939926623489948028789752555063","5305329119090473072210144484844768623930323869541949526351423813563175563262","4834789137373444278279608388179352182225695259359212753005747315675769452452","-20803221755225600741687348460841377233404349631555335928186670409895890270707","-17290183153323462775463436670158478075252325416765530193123647578849197723385","-15511714215011288776863569997314996335345618388085744857766321123595807663798","-9902011291959257219008565246084901220885790312749845152566940180394102750574","-2108246000150984258251307511742553865667188709450320286873530886043193529119","5238935232381436926188025074644370597305767296359002540600916801669230308480","-19261990185212519077063391273901480701715198303166685570703887996486211107071","-14518020919950585693611887648298133026451309835495284106360495032383702767531","20357736379298910422967553395935588377084233199372911678661761599390744900606","-21002557591009526177896258387475669254085133927374315866972280216201994213824","-5028633933674954217295354887835336384815008043082425405143839208585454355667","-14232963865410808331898315294890139022640180095100280392352380470568448501282","4453229520020698937580782557300111614629624196114687168637885081451407905839","-2648141790865928355191559403049646858709526236128715605766390833949222194519","-10842920254497292106198960508459185609355549219625100997359184544858837439378","14351724788937413732461589568184155965585149002047776900116388672292818282840","-1465393986349052608018946012764072243496282781975726308642260443044566583789","-14938021428627204587467812883601997787211172122141775121832549771069388267865","1930057706788402278227645224677791190426359811301152134405507811858852781516","-1827126829238838676857803244629836370644881132834337487222862460632509044767","14971468872916009242661634031544098561121725375516972682870855313981258515407","1217542766962554351070040396510332492299154446149551726691559656385591267321"],["0","16973167355163633777623863973400746339060813476361264179366702961120391321962","-14598287142128965962660567463700313565411785097795171717085666419317242182230","-15695495568292590592931334282017725821068061080092931481266691066066912341896","10491260827048029370158868985893495402923349440671964745487935270555069108448","17810093691487820205829735130623570176308696715045673905727509729984854945563","-15148710378955011585535502898186945491867509479678340629944169072278080859349","-5501277740093644332170424051686131933766545137010745119080770085775439066229","2620729522958691938911137404547925770826106952833266371133018189463513565355","-6722009506799220987149859233772103401975017960065228373564260803703290781816","19859929521833201897132080311661494817958626225756939659622560696317161857948","18901122856630530127417486134437112822654711549446715077854895069498126486550","16773065625602389645651996583937773328892427432069470727887493975251417828270","-9056180039159041641790475535683062014743981764250565146881328798712550354428","1376615746692680468030007701306264128594857242203407578055338811402276449138","-11630266064632506463374506511600944014899021666109809259884578640501948310670","-14065054579560298182417031185229557049217660063004615389833865465960969051705","12869638609685081389414398431546552956750555707138579321576451790563523818423","6703594499549756248405338082424630601800591265618709313736273677925545766617","-20022200721326911506292471244719158260584459723751981792645175949470750354676","-4743477481648337393946529779978287717025410205449352974273561578250589392105","-10412819632724012508828550222529364620510915775422279085737905385109322148131","-16705980206060315397687395190403434418433379726319966972121821163645303443711","4327488668237317772000704911720441335155317392748923244682841883896153652386","14466729559670496109828477801182862089656636393158152292205206988093758479331","-19560230524300026613876459575737604236818549041958537638947047137601953262710","-20653719923821634714800175385066556794447099110251819793277872246351794565500","10443433800511298423242799832783104636117115165825991525489872687062197102268","-21328656300155617349120914579532801919528972977341576243717601193921560424338","-16301569583653006756670143707675405688021996962321466711757381110206571855567","11657986781529629718738899301657476256993582312434132683200495743715390406392","-12827457989834070511694698031991964530504789482555617934028278984804569200791","6874462242250652087953939421575965551530964757779561432866203417073351463673","12264110714226352376508806724102064809850906583886865878203327672323196330633","-5573249280032028461827851174006476041501836252953559262812993050959910026750","12847648124377327683096887284205817650110316992671505947382536349940125569247","-16050068838869853266113898364550653155278875096142357259719738047790559202777","5360196952054008257339458633269250461568408495429431119702805705688808947839","-12186864840590219540835695600485931475424123279998970908444906771728960159280","11165296399471966738571796814703384244859663866251897094584838586582270308446","-5478498502399243809412263176963817248099276872112979940599448617203575610961","-2574891397756516387925210536148207185762875138582761127165548207371561817352","11040570734635335568441914566620727198381097961774179459018473859319664606883","-2953706760405195543184559566189059098462017720198036323793571710814227915310","-20326077104985893997594436158928189504843028716345301450089652872024392309143","-13699108575741314128710980860027564146629047337670637150478266097117810529747","18969720910813484134507233397840185607643770932736912183212072270753414754892","-2031763657353003032864651709747062738514653521024391219551346145589228285860","20129970936605923724488932133231298204734044138151333849092186145311732565887","21097368209708595490826506352381631298305876864790210541203599018127599962652","8351488629478964557824272866675297211498103148000106844356070335082513180574","20726877816784775267949349753513121613553903528247369142899191740698762926699","304342839861193209999981006224793136850733214846723817317320921823122072913","6325242146601422171899127999462102133135569690474565371821809584153776529581","69408332343134031422169625536788622623345034997328030270816550557849506626","16305178102907533584318615012068508590258861079647860723476510591825620923579","1360851225791412636334148715931901512877984439234433505184584477905684146144","17948593920557071476337503286054634196909021143028282841763472513237737494129","-14644121074402132034927566211303637484324254441735652818027236701038492151978","-818261904207250570595905276010482703105598289924285570712820642300343523089","-16071620158914209607725463342154667249281983269254994895589303835484934366269","-14464729795134218385601832978840811720054081291679737354635655580371231475708","4574018708501853615081435610605649349387047222976944992632801968510996321797","-14890364127090044951826719322697326719648219573735818628983520147294025518205","9771883693617181852269601784206216722607310304855614050084934877063044323268","18486086702570300077335585037900744982978469068543490800940596603638269215514","21801224205605431324863991586874418756036209188659662856745388835099788716159","-4373889159202136336004338975546136392902657877002423350207577389420415784165","-14690956477024150886635817979278768738499013383896882670678813200041514835609","18854631226674671541671639563791093426484534513759650935455155666772998091855","11602285387137146593363002579726407968497773013365881203510280800597082353509","-5902954250560182414495822819064931152255924581290695267044158196329349769890","-2914923823738061772845642299048855291719482978818386414547463461623263446241","18049784885453021633518165674775789096370077563403207935047478691376625915475","-7188085882647694512844842465544596118953151927467892964433520063781266393679","-15308185720823438665451248191941336376990576336866121655040474001380316007099","11782581850993678246592074271242172160632865717879853246979896057579505110126","10610658238180946144420288969689537247860647739083899052702847627126351126524","-12218664597092386665687188968898570724096973881697608837686709555224269590713","-19718200638611926261128291176425479378260334862694637512675136633215972045797","-12692123434807650328680467595059681061956286433115026042549090971122586951153","12753057313655972890765671495884557506405492024660578971863766125960001663638","-19804022583918514438017130492169802441771580625499690305133880360788205501148","-4216492000301968516502615023485107731334377418900640573747061772086387058238","10477870464762873852376050149288741194611534592718005081201833603338460616960","5252505373253512290366028942711588773666332194498697545988632380179194777092","-7147798968061896164977369551338990964354255270574533869022785878191597039445","18827229886758545623688701046613901665620101998329789013625319012205681305595","1771370561659498088700294715563211668926460946083436953451847940747628563586","-10057267867349908434590709775670672769630016086164850810287678417170908711334","15310558012856933780696180900734272131816368610631507902691647432014719988670","8906459040041397875161565114600223229259248392229374337275770162902815811678","-5296283581731856710383118806099293717419052472257431211532781667898444389038","-21685840508994584212397921016918371218711098439250201994718369089717674878756","6815206706035552242676773391111036842621933603679519456534573158009828070063","-2930787972698105216037892025528144486992565563951452617284520886089133167578","13900442886424141269557185723310554602674384556548518443731308831012840455504","3860115413576804556455290449355582380852719622602304268811015623717705563032","18233989213361597868530799255997602347258602134747359369252479265310790406083","8054694873992743263076862317830922033695086350617911022043506441386708535197","-19453157337914166520106324952236610103950055508116930890315084873804625960975"],["0","12058091838487992333001322201544217589573262552306494015035201735664974148307","-7308331412418656703074729182143352042275205795174309090473128652058675868843","-9502748264745905963616262818778176553587757759769828618835177945558016188175","20982521654096058740317737971786990805846698881343929490975870541110138216896","13731944511136365189413064515989865264069029029675313467756815273393901395509","-8409177886070747948824600051116615895186654558940646916190133957980353223081","-11002555480187288664340848103372263867533090274021490238161540171550878132458","-16646783825921891344424130936161423546896150494749501601432167807648781364907","-13444019013598441974299718467544206803950035920130456747128521607406581563632","17831616171827128572017754878065714547368888051097844975546917206058515220279","15914002841421785032588566523616950556761058698477395812011585952420444477483","-10230354492473771153188818322639003519311873936693127231621420422648781334694","3775882793521191938665454673891151059060400871914904049935546589150707786761","2753231493385360936060015402612528257189714484406815156110677622804552898276","20515953614413537517743798467312662147298685468612450167627251092147720369894","-6241866287281321142587656625201839009886955725593196435969526745346129607793","3851034347530887556582391117835830824952747013861124299454699394551239141229","13407188999099512496810676164849261203601182531237418627472547355851091533234","-18156158570814547790338536744181041432620555047087929241592147712365692213735","12401287908542600434353346185300699654497543989517328395151081030074629711407","-20825639265448025017657100445058729241021831550844558171475810770218644296262","10364525331557919649118021109707681340229969348192134743152766045861010103812","8654977336474635544001409823440882670310634785497846489365683767792307304772","7045216247501716997410549857108449090764908385900270240712209789611708463045","-17232218176760778005506513406217933385088733683501040934195890088628098029803","-19419196975803994207353945024875838500345833820087605242857540306127780635383","20886867601022596846485599665566209272234230331651983050979745374124394204536","-20769069728471959475995423413808328750509581554267118143736998201267312353059","-10714896295466738291093881670093536287495629524226899079816558033837335215517","-20460512180619291007015012887199597663109564175963803320995416885720836178450","-3766673107828865801142990318726653972461214564695201524358353783033329905965","-8139318387337971046338526902105343985486434884856911477965797352429105568271","2639978556613429530771207702946854531153448767357697412708451158070584165649","-11146498560064056923655702348012952083003672505907118525625986101919820053500","3807053376915380143947368823154360211672269584926977551066868513304442642877","-10211894805900431309981390983844031222009385791868680175741271909005309909937","10720393904108016514678917266538500923136816990858862239405611411377617895678","-2485486809341163859424985455714587862299882159581907473191609356882111822943","442349927104658254897187884149493401170963332087759845471472986588732121275","-10956997004798487618824526353927634496198553744225959881198897234407151221922","-5149782795513032775850421072296414371525750277165522254331096414743123634704","192898597431395914637423387984179308213831523132324574338743532063520718149","-5907413520810391086369119132378118196924035440396072647587143421628455830620","-18763911338132512772942466572599103921137693032274568556481101557472976122669","-5509974279643353035175555974797853204709730274925239957258328007659812563877","16051198949787693046768061050423096126739177465057790022725940354931021014167","-4063527314706006065729303419494125477029307042048782439102692291178456571720","18371699001372572226731458521205321320919723875886633354486168104047656636157","20306493547577915759406606959505987508063389329164386738708993849679391429687","16702977258957929115648545733350594422996206296000213688712140670165026361148","19565512761730275313652293761768968138559442656078703942100179294821717357781","608685679722386419999962012449586273701466429693447634634641843646244145826","12650484293202844343798255998924204266271139380949130743643619168307553059162","138816664686268062844339251073577245246690069994656060541633101115699013252","10722113333975791946390824278879742091969357758879687103254816997075433351541","-19166540420256449949578108313393472062792395521947167333329035230764440203329","14008944969274867730428600826851993305269677885640531339828740839899666492641","-7399999276964988847608726677349999880100144483055271292356269215501175808339","-1636523808414501141191810552020965406211196579848571141425641284600687046178","-10254997445989143993204520939052059410015602138093955447480403484394060236921","-7041216718429161548957260212424348351559798182943440365573106974166654455799","9148037417003707230162871221211298698774094445953889985265603937021992643594","-7892485382340814681407032900137378350748074747055602914268836108012242540793","19543767387234363704539203568412433445214620609711228100169869754126088646536","-6804312338537950289821641414713060211139790663745087085515215165875078560206","21714205539371587427481577428491562423524053976903291369792573483623768936701","-8747778318404272672008677951092272785805315754004846700415154778840831568330","-7493670082209026551025230213300262388449662367377730997659422213507221175601","15821019581510067861096873382324911764420704627103267527212107146970187688093","-20571914969404257257766806331061734240101182774100306280375846771957452284216","-11805908501120364828991645638129862304511849162581390534088316392658699539780","-5829847647476123545691284598097710583438965957636772829094926923246526892482","14211326899066768044789925604294303104191790726390381526396753196177443335333","7512071106543886196556720814168082850642060545480248414831164059013275708259","-8728128569807602108656090638625397665432788273316208966382743816184823518581","1676920830148081270937742797227069232717367035343672150261587928583201724635","21221316476361892288840577939379074495721295478167798105405695254252702253048","-2549086322345498109127972192539866359645583362979183331675214923872730685809","-17548158405384577300010176607593683667972305324973240681652069079856135595977","18392238874063249787131876300395188053184155934602016602298226430906443088928","3617871755472670559284937246511839924262619648905123600029328065344194831659","4168440575841521568458550506174945293553567549832688077128647651575205988938","13455258871235338189241175698287059625879609562614753196204080642403034379141","20955740929525747704752100298577482389223069185436010162403667206676921233920","10505010746507024580732057885423177547332664388997395091977264760358389554184","-14295597936123792329954739102677981928708510541149067738045571756383194078890","15766216901677816025130996347970528242691839596243543683552433837835554115573","3542741123318996177400589431126423337852921892166873906903695881495257127172","1773707137139458353064986193915929549288332228086332723122847352233991072949","8732873153874592339145956056211269175084372820846981461685090677453631481723","17812918080082795750323130229200446458518496784458748674551540325805631623356","-10592567163463713420766237612198587434838104944514862423065563335796888778076","-21483438146149893202549436288579467348873832478084369645738533992859541261895","13630413412071104485353546782222073685243867207359038913069146316019656140126","16026666926443064790170621694200986114563233272513129109129162414397542160461","5912642901009007316867965701363834116800404712681002543764413475449872415391","-14168012044685666109335824846546110326842925155211425806076172939140397369553","14579735554883920514815192766737929605968839869078684394806754344045772316549","16109389747985486526153724635661844067390172701235822044087012882773417070394","-17018071803989057817966244159215945119351746615817827436931965561033443426333"],["0","2227940805136709443756238657831160090598160704196953686372199284754139800997","-14616662824837313406149458364286704084550411590348618180946257304117351737686","2882746342347463295013880107700921981372848880876377106027848295459776119267","20076800436352842258389070198316706523145033362271824638253536895644467938175","5575646150433455156579723286722455439589693658934592591815426360211994295401","-16818355772141495897649200102233231790373309117881293832380267915960706446162","-116868088535302106435290461487252646517816147626946132624876156525947769299","-11405324780004507466601856127065572005243936589082968859166131428721754234197","-4999795155357608726353031189831138519351707439844879150558839028237354631647","13774989471814981921789104010874154006189411701779655607395630225541221944941","-11948480060834980379315678443280649063574611403877277063373236468310728036268","-20460708984947542306377636645278007038623747873386254463242840845297562669388","7551765587042383877330909347782302118120801743829808099871093178301415573522","5506462986770721872120030805225056514379428968813630312221355245609105796552","19143664356987799813241191189368049206049006536808865991556297997719632244171","-12483732574562642285175313250403678019773911451186392871939053490692259215586","7702068695061775113164782235671661649905494027722248598909398789102478282458","-16962107745479525450871459160816027769894363738357231432451313661449433924766","-14424074269789820358430667743104807776692745693759824139486091238155575931853","2914332945245925646460286625344124220446723578618622446603957873573450927197","-19763035659056774813067795144860183393495298701273081999253417353861480096907","20729050663115839298236042219415362680459938696384269486305532091722020207624","17309954672949271088002819646881765340621269570995692978731367535584614609544","14090432495003433994821099714216898181529816771800540481424419579223416926090","-12576193481682280788766621067178591681629102966586047524693575990680387563989","-16950151079768713192461484304494401912143303239759176142016876425679752775149","19885492330205918470724793585875143455920096262887931758261286561672979913455","-19649896585104643729744441082359382412470798708118201943775792215958816210501","-21429792590933476582187763340187072574991259048453798159633116067674670431034","-19032781489399306791783620029141920237670763951511572298292629584865863861283","14354896656181543619960425107803967143625935271025631294981496620509148683687","5609606097163333129569351941046587117575494630702211387766609481717597359075","5279957113226859061542415405893709062306897534715394825416902316141168331298","-404754248288838625064998950768629077458980611398202707553768017263831611383","7614106753830760287894737646308720423344539169853955102133737026608885285754","-20423789611800862619962781967688062444018771583737360351482543818010619819874","21440787808216033029357834533077001846273633981717724478811222822755235791356","-4970973618682327718849970911429175724599764319163814946383218713764223645886","884699854209316509794375768298986802341926664175519690942945973177464242550","-25751137757700015402646962597993903848743088035885418699590282238493948227","11588677280813209670545563600664446345496863846084989835036011357089561226209","-21502445676976483392971558969288916472120701354151385195020717122448767059319","-11814827041620782172738238264756236393848070880792145295174286843256911661240","-15639579804425750323638527399940932753727021664133102769263998928370143749721","-11019948559286706070351111949595706409419460549850479914516656015319625127754","10214155027736110871289716355588917164929990529699545701753676523286233532717","-8127054629412012131458606838988250954058614084097564878205384582356913143440","-7033087740933405991029894448103907535257281049058801978424072165056303718920","18724744223316556296566808173754699927578414257912739133719783512782974363757","11517711646076583009050685721443913757444048191584393033726077153754244226679","17242782651621275405058181778280661188570520911741373540502154403067626219945","1217371359444772839999924024899172547402932859386895269269283687292488291652","3412725714566413465350106252591133443993914361482227143589034150039297622707","277633329372536125688678502147154490493380139989312121083266202231398026504","21444226667951583892781648557759484183938715517759374206509633994150866703082","-16444837968673624676909810881529669037036426643478300322959866274953071911041","6129647066710460238610795908446711521990991370865028335959277493223524489665","7088244317909297527028952390557275328348075434305491758985665755573456878939","-3273047616829002282383621104041930812422393159697142282851282569201374092356","-20509994891978287986409041878104118820031204276187910894960806968788120473842","-14082433436858323097914520424848696703119596365886880731146213948333308911598","18296074834007414460325742442422597397548188891907779970531207874043985287188","-15784970764681629362814065800274756701496149494111205828537672216024485081586","17199291902629452186832001391567591801880876819006421856641535321676368797455","8279618194763374642603122915831154666268783072925860172667773854825651375205","21540168206903899632716749111725849758499743553390548395886942780671729377785","-17495556636808545344017355902184545571610631508009693400830309557681663136660","-14987340164418053102050460426600524776899324734755461995318844427014442351202","-12134446580658414722299064725864726648255319546625533632972194079211241615048","-19255587066969239293287206916866193391654001147784578217053489357339096072815","-1723574130401454435736885531002449520475333924746746724478428598741590583943","-11659695294952247091382569196195421166877931915273545658189853846493053784964","6534410926294260867333445463331331119835217052364728709095302205779078175049","15024142213087772393113441628336165701284121090960496829662328118026551416518","-17456257139615204217312181277250795330865576546632417932765487632369647037162","-18534401211543112680370920150803136623113630329728690043175028329409405046347","20554390080884509355434750133500873902894226555919561867113186321929596010479","-5098172644690996218255944385079732719291166725958366663350429847745461371618","-13208073938929879377773947469930092247396246249530447019605933973136462696337","14896234876287224352017346855533101017819947468787998860898248675237077682239","-14652499360893934103676531252233595240023125102605787143639548055887418832299","8336881151683043136917101012349890587107135099665376154257295303150411977876","5022274870631401156235945651316844163210854724813472048709957098230260262665","-1865003884627055034988610893359585398650590429960048362589073959797774523394","-878221378825226060782289974410919993883035622421244159743674665859029387249","15185289871430965784583333285158586319679707718533933211305264860385228833454","9644190931516356828015586950683781396835314792071053023406663489095299735529","7085482246637992354801178862252846675705843784333747813807391762990514254344","3547414274278916706129972387831859098576664456172665446245694704467982145898","-4422496564090090543954493632834736738379618758722071420328022831668545532171","13737593288326316278399854713143617828488629168501463005404876465035454751095","-21185134326927426841532475224397174869676209889029724846131126671593777556152","-21078633420460511182852466831901659609199300555752704947778863799143274028173","5372583952302933748460687819186872281939370014302043482440088445463503784635","10165090981046854358094837643144697140578102144610223874560120642219275825305","-10062957069821260588510474342529606854947554975054029256169377235676063664835","15440461654307218225821161797422329523410878490409217075244062494870822252128","7271228237928565807383979788218584123389315337741334445915304501515736137481","-11557706247707577392185362219190862042316383398360424599222382607604782850446","-12147900736138840413686082573174615150155128831219620530165726935491078357049"],["0","4455881610273418887512477315662320181196321408393907372744398569508279601994","-7345082777835351590052510983316133080552458780281202018194310421658894979755","5765492684694926590027760215401843962745697761752754212055696590919552238534","-3622884870972865927714671093881137130806662076288419410889334581862681114884","11151292300866910313159446573444910879179387317869185183630852720423988590802","10139774199395558649194411286048086596350110565069481022635872541230204098910","-233736177070604212870580922974505293035632295253892265249752313051895538598","20965836183669535511289099236383406166608855622666130969064145515708108522840","-9999590310715217452706062379662277038703414879689758301117678056474709263294","5661736071790688621331802276491032923830459003143276871093056264506635394265","-2008717249830685536384951141304023038600858407338519783048268750045647576919","-19033175098055809390508867545298738988699131346356474582787477504019316843159","15103531174084767754661818695564604236241603487659616199742186356602831147044","11012925973541443744240061610450113028758857937627260624442710491218211593104","16399085842136324404235976633478823323549648673201697639414391808863455992725","-3079222277286009348104220755550080950999458501956751400179902794808709935555","15404137390123550226329564471343323299810988055444497197818797578204956564916","9852270252719499542749893168882494637308001324117605822493781050252749141702","14928337204098909727631476004304934623711237413312420408424225896840465127528","-16059576981347423929325832494569026647654917243178789450490288439428906641223","-17637828446274274403889184544463091698442233002130129654808630521147151698197","19569858454392403374225678693573450272371512992352504628912859996868231919631","12731666474059266953759233548506255592694174741575351613764530884593420723471","6292622118167592767395793683176521274511269143185046619150634971871025356563","18624098780313988866959569356157366813838522867659973638009256391790841863256","-12012059287698151162676562863731528735738242079102317940335548664783697054681","17882741788572561719203181426493011823291828125359829172824368936770151331293","4476692573469262985003929325795785352155131384595664799844823941233984570232","916900561811597280117284810140405027114210703924472368130176237802276129166","5710922764879936860925571432230709701755200897808924090811149203419889268668","6821550440523812017674444470350659198703506141635228246264789054442488871757","11219212194326666259138703882093174235150989261404422775533218963435194718150","10559914226453718123084830811787418124613795069430789650833804632282336662596","-809508496577677250129997901537258154917961222796405415107536034527663222766","-6660029364177754646456930452639834241859286060708124139430730133358037924109","-18959336351762450017679158190118849799489178767058686359266883449445431144131","20993332744592790836469263320896728603998903563019414613924241458934663087095","-9941947237364655437699941822858351449199528638327629892766437427528447291772","1769399708418633019588751536597973604683853328351039381885891946354928485100","-51502275515400030805293925195987807697486176071770837399180564476987896454","1289111689787144118844721456071617602445363291753945326373818527603313956801","771594389725583658549693551936717232855326092529298297354974128254082872596","-1741411211402289123230070784255197699147777361168256246650369499938014826863","-9390916737012225425030649054624590418905678927850171194829793670164479003825","-151654246734136918455818153934137730290556699284925485335107844063441759891","20428310055472221742579432711177834329859981059399091403507353046572467065434","-16254109258824024262917213677976501908117228168195129756410769164713826286880","-14066175481866811982059788896207815070514562098117603956848144330112607437840","15561245574793837370887210602252124766608464115409443923741362838990140231897","1147180420313890795854965697630552426339731982752751723753950120932679957741","12597322431403275587869957811304047288592677423066712737306104619559443944273","2434742718889545679999848049798345094805865718773790538538567374584976583304","6825451429132826930700212505182266887987828722964454287178068300078595245414","555266658745072251377357004294308980986760279978624242166532404462796053008","21000210464063892563316891370261693279329066635102714069321063801725924910547","10886809806331301090673189727455212103023875513875468041476675823245473169152","12259294133420920477221591816893423043981982741730056671918554986447048979330","14176488635818595054057904781114550656696150868610983517971331511146913757878","-6546095233658004564767242208083861624844786319394284565702565138402748184712","-19131746912117300750571678010950962551514044151959787446223409751000432452067","-6276624001877370973582635104440118317690828331357727118594223710090809327579","14703906796175553698405079139587919706548013383399525597364211561512162078759","-9681698657523983503381725855292238314443934587806377313377140245473161667555","12510340933419629151417597037877908515213389237596809369584866456776929099293","16559236389526749285206245831662309332537566145851720345335547709651302750410","21192093541968524043187092478194424428451122706365062448075681374767650259953","-13102870401777815465788306059111816054672898615603352457962414928787517777703","13801805414842444240391890637313500623298079331321144696758719519122732288830","-2380650289477554222351723706472178207962274692835032922246183971846674734479","5265311609740071857918397656782163393788726505262912253289429658473424845604","-3447148260802908871473771062004899040950667849493493448956857197483181167886","20457095153774056261727673098123707843340864970284977371016700680165509421306","-8819421019250753487579514818594612848877930295686576925507599775017652145519","-13728201317503005658265928233842218774528486618911075028071752137098514158198","8863971464448142009868448936012959515365575707567232821865433108412322916910","-15180559551246950138495434556348998157678896259041345742651852472243001597077","19220537289929743488623094521744472717240088711423089390528168457283383525341","11691897582457282785734516975097809649966030948499301016997344491084885752381","-4527905006020483533301489194602909406244128098644859695513663759697116897057","7904226880735173481788287965808926947091530537159963378098293163898346868861","-7416755849948592985106656759209915391497885804795539943580891925199029168981","16673762303366086273834202024699781174214270199330752308514590606300823955752","-11843693130576472909774514442623586762126654950789090246278289990115287970287","18158235102585165152269183958538104291247183540495937618520056266980259448829","20131800114188823100681825796435435100782293155573546024210854854857749721119","-13405906000816618875326144920197377537737313363764202264785878652381159324326","19288381863032713656031173901367562793670629584142106046813326978190599471058","-7717278378563290512644048020751581737136676831748538716083420660594779986929","-14793414323281441809986460969593556891395035488070703451206814777639844203821","13043249743659094134337418479587801611789126882971891503042158523238717431275","5586943704813357334553303681029960568428893936586891667111548743495101006573","-20482025782015578460818544703537074650804055377643415348564049156611746616687","-20269023969081747143458527918546044129850236711089375551859523411710739560729","10745167904605867496921375638373744563878740028604086964880176890927007569270","20330181962093708716189675286289394281156204289220447749120241284438551650610","1762328732196754045225457060198061378653254450307975831359449715223681165947","8992680436775161229395917849587383958273392580402399806789920803165836008639","14542456475857131614767959576437168246778630675482668891830609003031472274962","-1227169623575879562124318693124448996084402396304814854746561028633757205275","19480684271400869617120646344165319876786471138392827627064954502169460277136"],["0","8911763220546837775024954631324640362392642816787814745488797139016559203988","-14690165555670703180105021966632266161104917560562404036388620843317789959510","11530985369389853180055520430803687925491395523505508424111393181839104477068","14642473129893543366817063557495000826935040247839195521919535022850446265849","414341729894545404072487401632546669810410235322336023563501254272168685987","-1608694473048157923857583173161101895848143270277072298426459104115400297797","21420770517698066796505243899308264502477099809908249813198699560472017418421","20043429495499795800331792727509537244669346844916227594430086844840408550063","-19999180621430434905412124759324554077406829759379516602235356112949418526588","-10564770728257897979582801192275209240887446394129480601512091657562537707087","-4017434499661371072769902282608046077201716814677039566096537500091295153838","-16178107324272343558771329345340202888849898292296914821876750821462825190701","8318819476330260287077231645871933383934842574903198055786168526629853798471","137609075243612266233717475642950968969351474838486905187216795860614690591","10909928812433373586225547521700371558550932945987360935130579431151103489833","-6158444554572018696208441511100161901998917003913502800359805589617419871110","-12968210963431449991833682547827903577474752689943074291758813216741703861402","19704540505438999085499786337764989274616002648235211644987562100505498283404","7968431536358544233016546263352594158874110426208806473150247607105121759439","-10230911090855572636405259243880778206761470085941544557282372692282004786829","-13387414020709273585531963343668908308336101603844224965919056855718494900777","17251474036945531526204951641889625456194661584288974914127515807160655343645","3575090076279258685272061351755236096839985082734668883830857582611032951325","12585244236335185534791587366353042549022538286370093238301269943742050713126","15359954688788702511672732967057458539128681334903912932320308597005875230895","-2135875703557027103106719982205782382928119757788601536972893142991585613745","-8011002166533427006086448637528526530513072550112410341747670499611314328648","8953385146938525970007858651591570704310262769191329599689647882467969140464","1833801123623194560234569620280810054228421407848944736260352475604552258332","11421845529759873721851142864461419403510401795617848181622298406839778537336","-8245141990791651186897516804555956691141352117145577851168626077690830752103","550181516814057296031002018929073381753614122392811207368233740294580940683","21119828452907436246169661623574836249227590138861579301667609264564673325192","20269225878683920721986409942182758778712441954823223513483132117520482050085","-13320058728355509292913860905279668483718572121416248278861460266716075848218","-16030429831685624813111910634980424510429993133701338374835562712315053792645","20098422617346306450692120896536182119449442725622794884150278731293517678573","-19883894474729310875399883645716702898399057276655259785532874855056894583544","-18349443455002009183068902672061327879180657743713955579926420293865951525417","-103004551030800061610587850391975615394972352143541674798361128953975792908","-19310019492264986984556962833114039883657637816908143690950567131369180582015","1543188779451167317099387103873434465710652185058596594709948256508165745192","-3482822422804578246460141568510395398295554722336512493300738999876029653726","-18781833474024450850061298109249180837811357855700342389659587340328958007650","-303308493468273836911636307868275460581113398569850970670215688126883519782","-2919865632734106959333946068158881517376766682033885880381702280006682860366","-10619975645808773303588021610695728727686091935974225169123334142851844078143","-6244108091894348741873172047158355052480759795819173569998084473649406380063","9234248277748399519528015459246974444668563830402853503784521491404471968177","2294360840627781591709931395261104852679463965505503447507900241865359915482","3306401990967275953493509877350819488636990445717391130914005052543079392929","4869485437779091359999696099596690189611731437547581077077134749169953166608","13650902858265653861400425010364533775975657445928908574356136600157190490828","1110533317490144502754714008588617961973520559957248484333064808925592106016","20112178056288509904387376995266111470109768869789393794943923416876041325477","21773619612662602181346379454910424206047751027750936082953351646490946338304","2630345395002565732196777888529570999415601083044079000138905786318289463043","6464734399797914885869403816971826224843937336805932692244458835718019020139","-13092190467316009129534484416167723249689572638788569131405130276805496369424","-16375250952395326278896950276644650014479723903503540548748615315425056408517","-12553248003754741947165270208880236635381656662715454237188447420181618655158","7519570720511832174563752533918564324547662366383016851030218936448515661901","-19363397315047967006763451710584476628887869175612754626754280490946323335110","3132438994999983080588788330498541941878414074777584395471528726978049702969","-10658012964625051874080319827189931512021596509128627996725312953849011490414","20495944212097772864127779211131573768353881012314090552453158562959492024289","-4317497931716355709330206372966357020797432830790670572226625670999227059789","-16172874913993661963709030215887548930500570138189779293878969334906152413574","-4761300578955108444703447412944356415924549385670065844492367943693349468958","10530623219480143715836795313564326787577453010525824506578859316946849691208","-6894296521605817742947542124009798081901335698986986897913714394966362335772","-2862295436130437921037465294267134490414998860262113945363007012820598148622","4249400833337768247087376108068049390792503809042880492683004636540504204579","-5568159763166736094285450722427162460508608837406115712445300087621219820779","17727942928896284019736897872025919030731151415134465643730866216824645833820","-8472876230654625054744463367440721226809428117666657141605500757910194698537","16552831708020211754999783298231670345931813022430144437358132727990958555065","-20392690578763984873023777540318930877164666903833466653401719390981845486472","-9055810012040967066602978389205818812488256197289719391027327519394233794114","-6079789110368928258669829813639421194365303326096107587501617858779114757895","-14833511699897185970213313518419830782995771609591079887161783850398058337962","-10428961136946377896824407441114987828668188402170564070367227160549969079730","20089099482525604624943782605267376652843418899253888194839828392921041050660","14428227333331055082291962171818933493946002680575840893341908347384710402041","-3512885515300904243129159897643679975532142489684976638974698663436117548996","16964673742045312693840521650119795101622102073303664157824651068389298342582","16688520854226152089815942057477850498792894767868177749928449769805390446499","6453686114712694196958309703754111614275010736918956911531362865386248521759","-7698585774723608397726516193929838694241706575725372558715425368703879912025","4198256615478913046428431213918328135029889365527748662386112859901626366933","11173887409626714669106607362059921136857787873173783334223097486990202013146","-19075808692191881699390683661816874213059746354870796353429894126647684737757","-18649805066324219064670650091834813171152109021762716760020842636845670625841","21490335809211734993842751276747489127757480057208173929760353781854015138540","-3116121819491133012113460917935761614784320222391173189155925804274513690014","3524657464393508090450914120396122757306508900615951662718899430447362331894","-3902881998288952763454570046082507172001579239611234730118362580244136478339","7196670079874988007289513407617061405008896950549303439963013819487136054307","-2454339247151759124248637386248897992168804792609629709493122057267514410550","-4815117200876811210251518802183910423523786524046413433266499368812696436962"],["0","17823526441093675550049909262649280724785285633575629490977594278033118407976","-7492088239502131137963638188007257233661470720708773729079037500059771423403","1173727866940431137864635116350100762434426646594982504524582177102400458519","7396703387947811511387721369732726565321716095262356700140865859125084036081","828683459789090808144974803265093339620820470644672047127002508544337371974","-3217388946096315847715166346322203791696286540554144596852918208230800595594","20953298163556858370764082053359253916405835219400465282699194934368226341225","-3689626752678958843829226035495475687758035110999613498536234683470799891108","-18110118371021594588577843773391833066265295118342998860772508039323028557559","-21129541456515795959165602384550418481774892788258961203024183315125075414174","13853373872516533076706601180041182934144930771061955211505129186393218187941","11420271095133863326950152799834144399396932216238239043642906730225966609832","16637638952660520574154463291743866767869685149806396111572337053259707596942","275218150487224532467434951285901937938702949676973810374433591721229381182","21819857624866747172451095043400743117101865891974721870261158862302206979666","-12316889109144037392416883022200323803997834007827005600719611179234839742220","-4048179055023624761420959350398532066401140979470114239819422246907599227187","17520838139038722948753166930272703460683640896054388946276920014435188071191","-5951379799122186756213313218552086770800143547998421397397708972365564976739","-20461822181711145272810518487761556413522940171883089114564745384564009573658","-4886585169579271948817520942080541528123838807272415588139909524861181305937","12614705202051787830163497538521975823840958768161915484556827427745502191673","7150180152558517370544122703510472193679970165469337767661715165222065902650","3282245600831095847336768987448810009496712172324152132904335700908292930635","-13056576366101145421147345556399633098839366131024242822755791179139866529444","-4271751407114054206213439964411564765856239515577203073945786285983171227490","5866238538772421210073508470200222027522219300191213660202863187353179838321","17906770293877051940015717303183141408620525538382659199379295764935938280928","3667602247246389120469139240561620108456842815697889472520704951209104516664","955448187680472221455879983665563718472439190819662019546392627103748579055","-16490283981583302373795033609111913382282704234291155702337252155381661504206","1100363033628114592062004037858146763507228244785622414736467480589161881366","-1536828837863677952153488243364877678641548523108910084061189844022270340850","18650208885528566221726414139108242468876519509230412683268060048465155604553","-4751874584871743363581316065302061878888779842416462214024716346856343200819","-10172616791531974403977415524703573932311621866986642405972921238054299089673","18308602362853337679137836047815089150350521050829555424602353276011226861529","-17879546077619346528553361546176130708249750152894485227367545523537980671471","7077598833674532078355006146391894418735413313404157527543567785419713940400","-206009102061600123221175700783951230789944704287083349596722257907951585816","5156446759148576475378885824286470409781453167015781305495274110413255827204","3086377558902334634198774207746868931421304370117193189419896513016331490384","-6965644845609156492920283137020790796591109444673024986601477999752059307452","-15675424076209626477876190473241086587074351310984650435620970494082107519683","-606616986936547673823272615736550921162226797139701941340431376253767039564","-5839731265468213918667892136317763034753533364067771760763404560013365720732","-21239951291617546607176043221391457455372183871948450338246668285703688156286","-12488216183788697483746344094316710104961519591638347139996168947298812760126","18468496555496799039056030918493948889337127660805707007569042982808943936354","4588721681255563183419862790522209705358927931011006895015800483730719830964","6612803981934551906987019754701638977273980891434782261828010105086158785858","9738970875558182719999392199193380379223462875095162154154269498339906333216","5413562844692032500554444275471792463402950491441782805014069013738572486039","2221066634980289005509428017177235923947041119914496968666129617851184212032","18336113240737744586528348245274947851671173339162753246189642647176274155337","21658996353485929140446353164563573323547137655085837822208499106406084180991","5260690790005131464393555777059141998831202166088158000277811572636578926086","-8958774072243445450507598111313622638860489726804168959209286515139770455339","-4296138062792743036822563087078171410830780877161103919112056367035184243231","-10862259032951377335547494808032024940411083406591046753799026444274304321417","18669989736169066550162271072754076906333415475401160213019513532788379680918","15039141441023664349127505067837128649095324732766033702060437872897031323802","-16838551758256658791280497675911678169227373950809474909810356795316838174603","6264877989999966161177576660997083883756828149555168790943057453956099405938","-21316025929250103748160639654379863024043193018257255993450625907698022980828","19103645552356270506009152677005872448159397624212146761208112939343175552961","13253247008406563803585992999324561046953498738834693199244952844577354376039","11430735915691226517074751058739452316095588524452510099638469703339312164086","-9522601157910216889406894825888712831849098771340131688984735887386698937916","21061246438960287431673590627128653575154906021051649013157718633893699382416","-13788593043211635485895084248019596163802671397973973795827428789932724671544","-5724590872260875842074930588534268980829997720524227890726014025641196297244","-13389441205163738728071653529121176306963356782330273358332194913494800086459","10751923345505803033675504300402950167531146725603802918807604011333368854059","-8320599885885982405019015746462712115634425970563137399934675939502325323594","4942490410530025112757479010375832634929508165082720060487202670755419098543","11217420544201148287753160851206065603315261644444254531018061269406108614513","-18897138285688694523801149335380586665780969407250898963105234595387882477327","-18111620024081934133205956778411637624976512394579438782054655038788467588228","-12159578220737856517339659627278842388730606652192215175003235717558229515790","14109462343884178504066184453674888611105185581649908913072840672355500315310","-20857922273892755793648814882229975657336376804341128140734454321099938159460","18289956093211934027641159465277478217138473398091742045981452599266273605703","6968211794822834942337518598380591899343640960735647442985612508193612308465","-7025771030601808486258319795287359951064284979369953277949397326872235097992","12041104612251350165434637554982315114695839746191293971951097950202788189547","11488798836613028957385478369698425909037425135320321156158695353034972397381","-8980870642413886828329786337749051859998342926578120520635478455803311452099","-15397171549447216795453032387859677388483413151450745117430850737407759824050","8396513230957826092856862427836656270059778731055497324772225719803252733866","459531947414154115966808978862567185167211345931532324747990787404595530675","-16263374512544488176534961578376473337571128309325558363161584066719560979897","6476875611030112315151511306844923834792510757306635167354723099460275739552","21092428746584194765439096808237703166966595714000313515822503377132221781463","-6232243638982266024226921835871523229568640444782346378311851608549027380028","7049314928787016180901828240792245514613017801231903325437798860894724663788","-7805763996577905526909140092165014344003158479222469460236725160488272956678","14393340159749976014579026815234122810017793901098606879926027638974272108614","-4908678494303518248497274772497795984337609585219259418986244114535028821100","12258008470085652801743368140889454241500791352323207477165205448950415621693"],["0","13758810010348075877853412780041286361022206866735224638256984369490428320335","-14984176479004262275927276376014514467322941441417547458158075000119542846806","2347455733880862275729270232700201524868853293189965009049164354204800917038","14793406775895623022775442739465453130643432190524713400281731718250168072162","1657366919578181616289949606530186679241640941289344094254005017088674743948","15453464979646643526816073052612867505155791319307745149992367770114207304429","20018353455274441519281758361461232744263306038384896221700185682160644186833","-7379253505357917687658452070990951375516070221999226997072469366941599782216","-14331993870203913954909281801526391043982225836269963377846811892070248619501","-20370840041192316696084799023843561875001421176101888062350162443674342332731","5818504873193790931166796614825090779741497141707876079312054186210627880265","952299318428451431653899854411013710245500032060443743587609273876124724047","11387035033481765926062520838230458447191005899196757879446469919943606698267","550436300974449064934869902571803875877405899353947620748867183442458762364","21751472377894219122655784341544211145655367383533409396824113538028605463715","-2745535346448799562587360299143372519447303615237976857741018171893870988823","-8096358110047249522841918700797064132802281958940228479638844493815198454374","13153433406238170675259928115288131832818917391692743548855635842294567646765","9985483273594901709819779308153101546948077304419191548902786241844678542139","-19035401491583015323374631230265837738497515943350143885431286582552210651699","-9773170339158543897635041884161083056247677614544831176279819049722362611874","3341167532264300438080589331786676559133553135907796625415450668915195887729","14300360305117034741088245407020944387359940330938675535323430330444131805300","6564491201662191694673537974897620018993424344648304265808671401816585861270","17663333011476259602198120377715283979417996538783583041884826014871883932346","-8543502814228108412426879928823129531712479031154406147891572571966342454980","11732477077544842420147016940400444055044438600382427320405726374706359676642","-7962945155924446564461376884148267359855677724066750288637816843279740429378","7335204494492778240938278481123240216913685631395778945041409902418209033328","1910896375360944442911759967331127436944878381639324039092785254207497158110","10795917780511945696902744272290723412531320332249757282721904062388293982822","-19687516804583046038122397669540981561533907910844789514225269225397484732885","-3073657675727355904306976486729755357283097046217820168122379688044540681700","15412174899217857221206422532959209849204674618044791022837915910354502713489","-9503749169743486727162632130604123757777559684832924428049432693712686401638","-20345233583063948807954831049407147864623243733973284811945842476108598179346","14728961853867400136029266350372903212152677701243076505506502365446645227441","-13870849283399417834860317347094986327951135905372936111036886860500152847325","14155197667349064156710012292783788837470826626808315055087135570839427880800","-412018204123200246442351401567902461579889408574166699193444515815903171632","-11575349353542122271488634096684334268985458066384471732707655965749296841209","6172755117804669268397548415493737862842608740234386378839793026032662980768","-13931289691218312985840566274041581593182218889346049973202955999504118614904","-9462605280579977733505975201224898085600338221553266527543736801588406543749","-1213233973873095347646545231473101842324453594279403882680862752507534079128","-11679462530936427837335784272635526069507066728135543521526809120026731441464","-20591659711395817992105680697525639822196003343480866332795132384831567816955","18800053376101155477000123301881129967173689617555374407404070478553991470982","15048750239154322855865656091730622690125890921195379671439881779042079377091","9177443362511126366839725581044419410717855862022013790031600967461439661928","13225607963869103813974039509403277954547961782869564523656020210172317571716","19477941751116365439998784398386760758446925750190324308308538996679812666432","10827125689384065001108888550943584926805900982883565610028138027477144972078","4442133269960578011018856034354471847894082239828993937332259235702368424064","14783983609636213950810290745292620614793982277909472148681081107776739815057","21429749835132583058646300583869871558545910909755641300718794026236359866365","10521381580010262928787111554118283997662404332176316000555623145273157852172","-17917548144486890901015196222627245277720979453608337918418573030279540910678","-8592276125585486073645126174156342821661561754322207838224112734070368486462","-21724518065902754671094989616064049880822166813182093507598052888548608642834","-6436506271340417344168269345006396364429897850029748261357381307574857629398","8190040010208053476008604390416982209642285065116033060422671559218254151987","-11788860644674042360314589606566081249906383501202915475922509404057867853589","12529755979999932322355153321994167767513656299110337581886114907912198811876","1144433885178342948171532181754824129010342764317556700495156557755571029578","16319048232873265789771899608754469807770430848008259178718021692110542610305","4618251144973852384925580253391847005358633077253352054791701502578900256461","-20915013912296097410343309373035645544905551751927048488119468966472992663062","2843040556018841443432616093479849424850166857735770965728732411802410619785","20234250006081299641100775509000032061761447641687263682617233081211590269215","-5688943214583995749543762750781917239056978395531913247956653393289640847471","10439061127317523538096544568188737126888368959367578562246176135293415901129","16997603333351072988349504432272197563170015236171521970732018546162016818316","21503846691011606067351008600805900335062293451207605837615208022666737708118","-16641199771771964810038031492925424231268851941126274799869351879004650647188","9884980821060050225514958020751665269859016330165440120974405341510838197086","-21341644655276253868986489788102418970466205511943559625360285834339399762208","-15906033699538113825355892925503898243013574414085763582512265004199956459037","-14334997176324593044165507811566000161404660388742843220411105891001126680839","-2430913569636437812432913509300409688912848903968396006308267248540650535963","6330681815929081785885963162092502133662006762883783482447477158135192135003","2060641195893038857195181726054598862423975192149812405927499730951740672314","14691669314584592833035913185297681345728582395767449748264701011956738715789","13936423589645669884675037196761183798687281921471294885971225016387224616930","-14051542061203616972516639590574719902128569958739906555898794653744470195984","2193966352663425108622869364707355140843315091966553600203991713829767883477","1089354801386782692524550994139576729526485870224607968619186519494136299145","-17961741284827773656659572675498103719996685853156241041270956911606622904198","-8906100227055158368659659030462079688418461902485455891163497288239711152483","16793026461915652185713724855673312540119557462110994649544451439606505467732","919063894828308231933617957725134370334422691863064649495981574809191061350","-10638506153249701130823517411495671586593892218235082382624963946863313464177","-8934491649779050591943383131567427418963342885802764008988757987655257016513","-1591628250510160913614617874039143843163537372831441655751401618887173428308","-12464487277964532048453843671743046459137280889564692756623703217098054760056","14098629857574032361803656481584491029226035602463806650875597721789449327576","6276714878683464168428125560927246400542047441971095423224753865599262582261","6898437447660676806911647885210970531487223401781179416153851091372735721611","12070885883232238725251856200261683119873145229977515505725715957505750853417","2627774068332030381240330536521633394453218304230380610632206711325022747769"],["0","17349196142961898249390661200306448244428183378794406211616142247682865582335","-12483143781012073186885497200895461576509060544492667604676015608783759103250","11937345501127669977128106983321787925570462105408402894938528075710902952697","5945676293703716865442833013790284937640903102641232064670387897411457280967","12084704213558208132852029513417782327665044132136405787305239809881793038089","-16107813989142136791641825116462153063800793537620536768421904622678165090227","6836494160403328109413537663875909244670098681093716306111063237398049488234","7458045717530753829060512033405321684827593802375006995774347643218149205290","-18455206092322815338090173910352608855759089040323081429613139217741849443130","-7715335900724269665016390203495317618429825083062901196350252713861127304176","12898260342106347051998710336714934698572311583583169864763049170915827789550","6665275470893165779158564036903380763525489075462102881208441807236033526784","-13846024406116659791080639643350792665434355688771988199622092034559118967539","-21820759107281506221162271459924595723246870360432022984465255822478294942152","-3838932071588100495024622830147226324025011928626493852556680228811632698573","16820322183278155410100654966139201487265038248304900988994394631302457266889","-2105138221442432574894068662385062054959634712021499794159928555241561960524","-18217832625231579911875265653956494872501216078220553181174667099953333498560","-12743954922067717236119551267313079446719945790510255222213928870870874192951","-3067607863340652448047614035872684263116565516695866706233519125779312186770","8822945915313593175701429275124918493886086561049139458146176963958198205127","-7677425484563687900136195443333220707133540464568718851704190777267241417821","3872434845425265058442662877670410950591791409707465816337052325069757479731","12154803809006216381961118453413113319885206691257445552823662038132787410433","-15677027924021968459326215727058594887638268793461926090409462774143833225918","-5827816651784394975395859126879308278740165924918993325114356840480633630870","6148750290819446038579284204386409361978547907295277457254315752205453789657","16538235151113310260434965798911755245992894418980617561867768269795948725205","-1226165663385477417994560905421115334218819757991151016007328507607900649159","9941252771265353025747700118395579451923907961111720045863371649950161525247","12293955377895101481486237106011824457104535396841076248682774982523665500825","-10908160798318327514882914182593121141516555781381674196215343748687998031059","-7742704314786773873520840565036480176715900135171406739001513342702441110706","2283186025853748933189444637403576646372222282111119565356698001325256613634","-10881523311299817530362329899187326211218367633389402825653283875054642653707","-12781547648555938402415838174139189591915728707332656114573340323836074340846","-3176412227171051005694108323761634423986001060308851453058174961753498785375","-16308734958574719883673093787074989648419946557901074046775415181561135070052","13866345944206941308377252064611663234308664435601161204950678203123301150935","-17985734899279735321088075886037367426289208328322359334193795159755336676632","10108760772017274388212383300982254929022207656069011128457233297785364827736","3213556457518519455708807878351117338481428600022596551293973626537294905438","20113190285637621084773134987751135904747925921211175215236153675259557162418","-6819138154418421215995301625629997264460500953827988984468314311718292338233","-9003214425093398759436932527124902964621695165422308229837406801292925389656","-7026141574524742543891917830333392399604997520615038313876128038600982532389","-430889221360741002381196182063008539293788568716531597333256149869170854075","-20441968614355783375994540405238156885505945661147875837893076115335952464252","9063646052836396232620920302466854848682169332538417666675350430308395014675","389649663708917868572915202612356707108562044687494645561622701276139495850","13100940402204673810558721516857084861001440737614038814104817935957867693480","3142671916641290420320298451604576726446938517991178230958342105701647155438","9658247689711568410865211985025380655883175668887789135706436451007229172651","11316361013786535590404380064152106278568734398573472733070844851650168524429","-14052507366298351879624077212554121250380956380155659506033044387671446827741","7515845174852788067456870690389908039769702934594812910966520063279498339828","-5832497078189014526039990279277507297738624863003751067423153702705174041763","-20705035815586074625491530276676816238565990029423895929045546360451084818255","-9685084697257208962201731984277307139061979762043204020440226748630722414733","12369972535334871164572730759882698615384755206283208133085807283415768041812","4361493142299345743735218793153092776919531252555602843363034882856159607074","-15883620680006621660252665312185291826875099294384520600073472857534097776581","-7545983026703122828061543059435958178435297737110998315751430917727820562822","21611069276161419621295487196184522652500160852818129251250671423310337066805","17167811514187295724623392304542309012084476934338614210547097186392001192038","-19323857619508066894476788222374144868811178055687875257921723227168158051865","11655207977078436461219940196326972654196091398795763519657150068213541542630","20761019798255802772058242892407666791094730275002670805423573044769816299119","-12436437817288015248451597240137963010608863196586476652769499916244353893054","-16109054574255615434809853205923541052388625520839266191299438502363045081734","-5935720820109383757181643562913716593428797666078768304966476491145508659219","9379609089752913087981437916068187050669083145844818182771822433443796775037","1747602623187313040121550813936533464733544242434216003966322622610215613118","19361415496007202650251403963371520072912812081232975662705707032855225040461","8615184511967940822955916998140705950984508114482231410588450618760630150355","2717921704729156999690551132091670178795342352075222061307214260213179041058","-18756642625292257885992628081770875449069672472713651832592218763648610988261","111661296579602026253701811066201063137061658870460354641643795606161255123","-5381188077033924959543249907015515383380138943852029305630533270870427415354","18699504022571122426343316512747461694570102405657852816230313729888729603585","-20324794990162145286055772241462631665017635426582687198286074619869495854854","9802930144165116685837946180161835160399026192050856282465083562797667686722","4654652707286063839549456742729375721203429852699594441903943636333397813834","8629781634324423864741405983279256567716947231374577915191184864188268681442","-20287071139579585642460059915400501721356555352841718654440526889011070573979","14385434995024623234105977456899903184114130331737566321720133604796327981527","-8892610923601755881931284184453090231452749563816975146419224879863786484604","13783635202499028219608441055295779685243983708502955465778801423407530692721","-9941605811252058373202929788650740349937877561997178788250701107590732460059","-6727256495323206563988265829618699145975641150283928246152548367439012702321","4365823164685699458675876667827387282910966507272976427905053505173734987076","19968106402790610248551609860726480939643741259617551827981988891931918250345","-18731973181838395231803706398315194430878454370161927651645160735180113079646","-12287082775187776277326428310875427037281104366296866821775568892581307521471","-18971216829757201527559350540561282070477017432564652202616231299895885175503","-12062116926420637141647501308638653947588495504932933697053657962695746941875","-17983139281924873590464137299007278825211247471521599098169588909733765930913","-11013377297544778053082103914148054347250994546317927183929538769000500859768","-14390298597330279425768316677774761874311904336327615248108593865992779442865","-19442864756086169324166393043863933535159178091306473122973658580582751001314"],["0","12810149414084521276534916655355621400308002357172778079534080308789922669053","-3078044690184871151524588656533648064469756688569300865653827030991709710883","1986448130416064732009808221386300762592559810400771446178851964845997409777","11891352587407433730885666027580569875281806205282464129340775794822914561934","-19607077316562134178788752463678985521766640536559257112785928753388030915056","-10327385106444998361037244487667031039053222674825039193145605058780521684837","13672988320806656218827075327751818489340197362187432612222126474796098976468","14916091435061507658121024066810643369655187604750013991548695286436298410580","-15022169312806355453933942075447942622969813680230128515528074248907890390643","-15430671801448539330032780406990635236859650166125802392700505427722254608352","3908277812373418881751014928172594308596258766750305385827894155255847083483","13330550941786331558317128073806761527050978150924205762416883614472067053568","16084436931445230862331532203812964846228017423288092288152224304033379056156","-21753275342723737220078137174591916357945376320448011625232307458380781388687","-7677864143176200990049245660294452648050023857252987705113360457623265397146","11752401494717035597954904187021127885981712096193767634290585076029106038161","-4210276442884865149788137324770124109919269424042999588319857110483123921048","7340820493215390620742280182601560432094296644390962325047074173244949994114","-3599666972296159249992696789368883804891527180604476100729653555165939890285","-6135215726681304896095228071745368526233131033391733412467038251558624373540","17645891830627186351402858550249836987772173122098278916292353927916396410254","6533391902711899421974014858590833674281283471278596640289822632041325659975","7744869690850530116885325755340821901183582819414931632674104650139514959462","2421364746173157541675831161568951551222048982098856761949119889689766325249","-9465812976204661696406025708859914686728173186507817837120721361711857956219","-11655633303568789950791718253758616557480331849837986650228713680961267261740","12297500581638892077158568408772818723957095814590554914508631504410907579314","-10700015441451929923622879892691039685110939962870833563660871833559719540824","19435911545068320386257283934415044420110724884433732311683547171360007197299","19882505542530706051495400236791158903847815922223440091726743299900323050494","-19188574987888347481520337278490901262887658007149916190030858408104285989584","71921275202620192480577380071032805515252837652685951267516689199812433499","-15485408629573547747041681130072960353431800270342813478003026685404882221412","-17321870820131777355867516470450121795803919836193795212984808183925295268349","-21763046622599635060724659798374652422436735266778805651306567750109285307414","18213390446566673639661135142236170993265271386166756458249727725479468309542","15535418417497173210858189097734006240576362279798331437581854263068810924867","-10729227045310164545099781828892704208291528715386113749852626176546461644487","5844449016574607394508098383966051380068964470786288066203152219670793806253","-14083226926720195419929746026817459764030052256228684324689386132934864857647","20217521544034548776424766601964509858044415312138022256914466595570729655472","6427112915037038911417615756702234676962857200045193102587947253074589810876","-3550105172403308274946541515012278367600876958409718256924101022632502666398","-13638276308836842431990603251259994528921001907655977968936628623436584676466","3881814021652477703372540691007469159304974069571417884023390583989957716305","7835959722789790134462570084590490289338369359185957715945948109373843430839","-861778442721482004762392364126017078587577137433063194666512299738341708150","2892548514966983692503730680038236406084837478536317011610256142479712062730","18127292105672792465241840604933709697364338665076835333350700860616790029350","779299327417835737145830405224713414217124089374989291123245402552278991700","4313637932570072398871037288456894633454517074812043284511431685339926891343","6285343833282580840640596903209153452893877035982356461916684211403294310876","19316495379423136821730423970050761311766351337775578271412872902014458345302","744479155733795958562354383046937468589104396730911122443485516724528553241","-6216771860757428537001748679850967412213548359895284668367884588767085159865","15031690349705576134913741380779816079539405869189625821933040126558996679656","-11664994156378029052079980558555014595477249726007502134846307405410348083526","-19521828759332874028736654808096357388583615658431757514392888534326361140893","-19370169394514417924403463968554614278123959524086408040880453497261444829466","2851702198830467106899055774508122142221146012150381922473410380255727588007","8722986284598691487470437586306185553839062505111205686726069765712319214148","-9878998488173968098258924879113308565201834188353006856448741528492387057545","6796276818433029566123319626385358731677768926194037712195342351120167369973","21333895680483564020344568647111770216451957305220224158803138660044865637993","-9440862715303958995246026881429932152927774932154840266302214000367614607158","-16759472367176858566707170699491014649073991710959716172145242267760507608113","-20466069789521677522052931097860604868704546003240541648082108236724533905974","19633796724672330321870080039558058493641096149589307267148941902963824102621","-2984632762736755274656788735018650932669361992756918961840795645912899290491","-10329866276671955647373300666589807016228886641262498038900672818150281667851","-11871441640218767514363287125827433186857595332157536609932952982291017318438","18759218179505826175962875832136374101338166291689636365543644866887593550074","-18393037625464649142003304117384208159081275915547602335765558941355377269381","-5053654751664145143990003563771510031271104638366117361984994307441166910312","17230369023935881645911833996281411901969016228964462821176901237521260300710","5435843409458313999381102264183340357590684704150444122614428520426358082116","-15625042378745240549738850418284475809590980545011269321486233340721413480905","-21664920278680071169739002123124872962274241082675113634414916595363485985371","11125866717771425303159905931226244321788086512711975732437137644834953664909","15510765173302969630440227280237648300591840410899671288762423273201650711553","-18761347108485015349865138737667988241486906452749340052873945053163183214091","19605860288330233371675892360323670320798052384101712564930167125595335373444","9309305414572127679098913485458751442406859705399188883807887272666795627668","17259563268648847729482811966558513135433894462749155830382369728376537362884","3202343464519379159572691659713546734383618095148631378515354595129475843276","6882627118209971245965549168542531279679896263059098299742063023016847467437","4103021024635763458383837376351094625642865272782084050859754426848235526409","5679027533158781216970476365334284281939603016589876587859398660239252889825","-19883211622504116746405859577301480699875755123994357576501402215181464920118","8433729881192862094269874086019876796597082099848177851393107451697783090975","-13156596542467876304894652409602500522726431385870081487888097176228338521465","-3840272938097329947389591769061588297809246281596965031432430589287780490544","-15575703491837515241361007051373113773208544339907820959592117283784417663675","-2685922678536277332406450876493578986013844332177699299852933598586806547325","5834052084164147389374110409391986036142693935702764282163945773359846640228","-2235990981001999061048596872020032806628626609449833050409111738815685388133","-14078035692010471958681868852757282561874130542627163852640973632891723366209","-138511723250280883917802083038833605953624692219820024160873351425193223919","-6892354322821283629290227610292248660075444272239196152518983545409750390113","-16997486640333063426086380342470591981769991782196911902249112974589693507011"],["0","-18156186915509507891422978179803307376480724086486512528328247755571771653128","-6156089380369742303049177313067296128939513377138601731307654061983419421766","3972896260832129464019616442772601525185119620801542892357703929691994819554","-19993780568863682982721479435353410426533116390267140428714856783505787867366","-17325911761284993135331099182100695954984916672702479881873653320200253334495","-20654770212889996722074488975334062078106445349650078386291210117561043369674","5457733769774037215407744910246361890132030323958830880746048763016389457319","7943939998283740093995642388364011650762010809083993639399186386296788325543","-8156095753773435685621478405638610157391262960044222687357944311239972285669","-8973100731057803437819155068723995385170935931835570441702806668868700721087","7816555624746837763502029856345188617192517533500610771655788310511694166966","4772859011733387894387850402356247965553591901432377181135563042368325611519","10280630991051186502416658662368654603907670446160150232606244421490949616695","-21618307813608199217909868603926557627342388240479988906766410730185754281757","-15355728286352401980098491320588905296100047714505975410226720915246530794292","1616560117594795973663402628784980683415059791971500924882965965482403580705","-8420552885769730299576274649540248219838538848085999176639714220966247842096","-7206601885408493980761845380054154224359771111634109693604055840085908507389","-7199333944592318499985393578737767609783054361208952201459307110331879780570","-12270431453362609792190456143490737052466262066783466824934076503117248747080","13403540789415097480559311355242398886995981843780523488886503669256984324891","13066783805423798843948029717181667348562566942557193280579645264082651319950","15489739381701060233770651510681643802367165638829863265348209300279029918924","4842729492346315083351662323137903102444097964197713523898239779379532650498","-18931625952409323392812051417719829373456346373015635674241442723423715912438","-1423023735298304679337030762259958026412299299259938956759223175346726027863","-19181484580400766290175674672968912729182537171650958858379145364329801832606","-21400030882903859847245759785382079370221879925741667127321743667119439081648","16983580218297365550268162123572813751673085368451430279668890156144205898981","17876768213222136880744394728325042719147267444030845839755282413224837605371","5399335767901855481452136933532747651321412786532236307334691556943045012066","143842550405240384961154760142065611030505675305371902535033378399624866998","12805668484531454950409449230368629470233128260146441731390355002341852548410","-12755498768424279489488627195642968503059475271971556082271412181274782041081","-21637850373359994899202913851492029756325106133141576958914931313642762119211","14538538021294072057075864539215066897982178371917478572801251264383128123467","9182593963155071199469972450210737392604360159180628531465504339561813354117","-21458454090620329090199563657785408416583057430772227499705252353092923288974","11688898033149214789016196767932102760137928941572576132406304439341587612506","-6278210981601115617613086308377644439511740112041334305680568079293921219677","18546800216229822330603127458671744627540466223860010170130729004565650815327","12854225830074077822835231513404469353925714400090386205175894506149179621752","-7100210344806616549893083030024556735201753916819436513848202045265005332796","-5388309745834409641734800757262713969293639414895921594175053060297360857315","7763628043304955406745081382014938318609948139142835768046781167979915432610","-6216323426259694953321265576076294509871625682044118911806307967828121633939","-1723556885442964009524784728252034157175154274866126389333024599476683416300","5785097029933967385007461360076472812169674957072634023220512284959424125460","14366341339506309708237275464610144306180312929737636323003197534657771563083","1558598654835671474291660810449426828434248178749978582246490805104557983400","8627275865140144797742074576913789266909034149624086569022863370679853782686","12570687666565161681281193806418306905787754071964712923833368422806588621752","16744747887006998421214442194844247534984338275135122199127541617453108194987","1488958311467591917124708766093874937178208793461822244886971033449057106482","-12433543721514857074003497359701934824427096719790569336735769177534170319730","8175137827571877047581077016302357070530447337963217300167876066542184863695","-1441745440916782881913555371852754102406135051598969925994410624244887671435","-17155414646826472835226903870935439688618866916447480685087572882076913786169","-16852095917189560626560522191851953467699554647756781738062702807947081163315","5703404397660934213798111549016244284442292024300763844946820760511455176014","-4442270302641892247305530572644903980870239390193622970246064655151170067321","2130245895491339025728555987030657958144696023710020630800721129591034380527","13592553636866059132246639252770717463355537852388075424390684702240334739946","20779548489127852818442731548966265344355550210024413973908073133513922780369","-18881725430607917990492053762859864305855549864309680532604428000735229214316","10257541009324833311078470091532520878948745378912636343105923837630601775008","-19043896707204079821859456450463934648860727606065048952466012286873259316331","17379350577505385421493754333858841898733827898762580190599679619351839709625","15918977346365764672932828275219973223209640414902196420016612894750009914635","-20659732553343911294746601333179614032457773282524996077801345636300563335702","-1854640408598259806480168506397591285166826263899038876167701778006226141259","15630193487172377129679345919015473114127968182963238387389085547199378604531","-14897832379090023061760202489511141229614187430679170327832913696134946043145","-10107309503328290287980007127543020062542209276732234723969988614882333820624","12572495176032488069577262247305548715389668057512891298655598288466712105803","10871686818916627998762204528366680715181369408300888245228857040852716164232","-9361841885651205877231295091311676530633596689606504299274262494867018466193","-21441597685520867117231598500992470836000117764934192925131629004151163475125","-21524752308135699838172999628062061533520555775408117222522133083481709661416","9133287474766664038634048815218021512635316421383308233826642359827492927489","6253791526708519744762534015178573694122915895333388581648518266825250563052","17323477704821191521105378975390065553047740367787390786162130064614862251271","18618610829144255358197826970917502884813719410798377767615774545333591255336","12630883665458420236719218187859751182319424525082277317066535270177266230151","6404686929038758319145383319427093468767236190297262757030709190258951686552","13765254236419942491931098337085062559359792526118196599484126046033694934874","-13682200822567748305478730992555085837262633854851866241978695332879337442799","11358055066317562433940952730668568563879206033179753175718797320478505779650","-17878180373168958270565313409345686311203145847572680809304600243787121344619","16867459762385724188539748172039753593194164199696355702786214903395566181950","-4424950213096477387542899073947725956904498371324128632077990165880868547313","-7680545876194659894779183538123176595618492563193930062864861178575560981088","-9263164111835755260475608357488952457868724279399607575486030380993026831733","-5371845357072554664812901752987157972027688664355398599705867197173613094650","11668104168328294778748220818783972072285387871405528564327891546719693280456","-4471981962003998122097193744040065613257253218899666100818223477631370776266","-6267828512181668695117331960257290035199896684838293361583743079207638236801","-277023446500561767835604166077667211907249384439640048321746702850386447838","-13784708645642567258580455220584497320150888544478392305037967090819500780226","-12106730408826851629926354939683908874991619163977789460800021762603578518405"],["0","7464111912659534661646855130907935424135280627859043630739912862008073684978","-12312178760739484606098354626134592257879026754277203462615308123966838843532","7945792521664258928039232885545203050370239241603085784715407859383989639108","-18099318265888090743196553125449545764517868380118246513731509380435767239115","-12763580650730711048415792618944116821421468944988925420049102453824698173373","-19421297553940718221902572205410849067664526298884122428884216048546278243731","10915467539548074430815489820492723780264060647917661761492097526032778914638","15887879996567480187991284776728023301524021618167987278798372772593576651086","5576051364292403851003448933980054773765838480327588968982315564095863924279","-17946201462115606875638310137447990770341871863671140883405613337737401442174","15633111249493675527004059712690377234385035067001221543311576621023388333932","9545718023466775788775700804712495931107183802864754362271126084736651223038","20561261982102373004833317324737309207815340892320300465212488842981899233390","-21348372755377123213573331462595840166136412080543943469834617273795700067897","-8823213700865528737950576895920535503651731028595916476755237643917253092967","3233120235189591947326805257569961366830119583943001849765931930964807161410","5047137100299814623093856446176778648871286704244035990418775744643312811425","-14413203770816987961523690760108308448719542223268219387208111680171817014778","-14398667889184636999970787157475535219566108722417904402918614220663759561140","-2652620034885944362134506541724199016384159733150899306169948819658688998543","4918838706990919738872216965227522685443599287145012634074803151938160154165","4245324739008322465649653689106059608576769484698352217461086341589494144283","9091235891562845245294897276106012516185966877243692186998214413982251342231","9685458984692630166703324646275806204888195928395427047796479558759065300996","-15975009032979371563377697090182383658364328345615237004784681260271623329259","-2846047470596609358674061524519916052824598598519877913518446350693452055726","5413516582877017864141462144576724718731654457530150970638117644492013326022","976423977870830750001291919750391436652968949348734432752921038912738827938","12078917564755455878289918501888352414797806336486826215639576125712603302345","-8022949317234276683004022033864464738802193912770377007885843546701941780492","-11089571336035564259342131878191779785905538827351561729028821072689718471485","287685100810480769922309520284131222061011350610743805070066756799249733996","3723094097223634678572492715479983851917892119876849119082505818107896601203","-3622754665009283756730848646028661917570586143527077820844620175973755586545","-21387457874880714576159421957726784424101847865867119574131658440709715742805","-14699409701090406330341082412084416381132372056997111541793905844385360744300","18365187926310142398939944900421474785208720318361257062931008679123626708234","-21028665309401382958152721570313541744617750461128420655712300519610038082331","1489553194459154355785987790606930431727493482729117921114404692107366729395","-12556421963202231235226172616755288879023480224082668611361136158587842439354","15205357560620369438959849172086214166532568047303985996563253822555493135037","-18068034083530394798822348463705611469245300000651296277044619360853257747730","-14200420689613233099786166060049113470403507833638873027696404090530010665592","-10776619491668819283469601514525427938587278829791843188350106120594721714630","15527256086609910813490162764029876637219896278285671536093562335959830865220","-12432646852519389906642531152152589019743251364088237823612615935656243267878","-3447113770885928019049569456504068314350308549732252778666049198953366832600","11570194059867934770014922720152945624339349914145268046441024569918848250920","6844439807173344194228145183963013523812261459059238302308190882739734630549","3117197309671342948583321620898853656868496357499957164492981610209115966800","17254551730280289595484149153827578533818068299248173138045726741359707565372","3253132461291048140315981867579338723027143743513391503968532659037368747887","11601252902174721620182478644431219981420312149854210054556879048330407894357","2977916622935183834249417532187749874356417586923644489773942066898114212964","-2978844571190438925760588974146594560305829039165104329773334168492532143843","16350275655143754095162154032604714141060894675926434600335752133084369727390","-2883490881833565763827110743705508204812270103197939851988821248489775342870","-12422586421813670448207401996613604288689369432478927026476941577578019076721","-11815948962539846030874638638446631846850744895097529132427201429318353831013","-10481434076517406794650182647224786519663780351814506653804562665552898143589","-8884540605283784494611061145289807961740478780387245940492129310302340134642","-17627751080856597170789293771195959172258972352995993082096761927393739734563","5296864401892843042246872760284159838162711304360116505083165217904860984275","-2217388765422844807607348392582019488385628380783240739580262106123771430496","-15875207989376560758737701780462453523162735328203326721510651814894649933015","20515082018649666622156940183065041757897490757825272686211847675261203550016","-16199550542568884421472507155670594209173090811714063561233820387170710137045","12870458283171495620741102922460408708919291397109126037501155052127870923633","9949711820892254123619250805182671357870916429388358496335021602924211333653","2457020636990727854999608824155322112181182235782076531793717100550490319830","-3709280817196519612960337012795182570333652527798077752335403556012452282518","-12516098769333796185134119652483603948840792434905591912618237278752859782172","13980820985498504320972406511492267717868353939473728031730580980881724904944","-20214619006656580575960014255086040125084418553464469447939977229764667641248","3256747480225700916908118749353822342230971714609748253612992390357615715989","21743373637833255997524409056733361430362738816601776490457714081705432328464","3164559100536863467783815562633922027281171021203025745149679196841771563231","-20994952499202459012216791256727666583451871129452351506565053821726518454633","-21161261744432124454099593510866847978492747150400200101346061980387610827215","18266574949533328077268097630436043025270632842766616467653284719654985854978","-9380659818422235732721337714900127700302532609749257180401167652925307369513","12758712537803107819964352205522856017547116335158747228626055942653916006925","-6539264085390039728097157548679544407469289979235313152164859282484434480562","3373524459077565251192030630462227276090484649748520290434866353778723964685","12809373858077516638290766638854186937534472380594525514061418380517903373104","5642265601000609761615790928912850030171220651820358855270047905491581374131","-5476158773296221388711056239852896585976903309287698140259186479182866389981","827867260795849645635499716079862039210047665943472007739390454381203063683","-13868117874498641318884221073434097533857927294729327274910996300998434193621","11846676652932173154833090598822232097839963998976677061874225620215323868283","13038342445646320447160607597361823174739367657767777079542223854814071400991","-15361091752389319789558367076246353191236985126387860125729722357151121962176","-18526328223671510520951216714977904915737448558799215150972060761986053663466","-10743690714145109329625803505974315944055377328710797199411734394347226189300","1447965464817314335250035892310669056022411342395022784957578906863578065295","12944278947831278978052018257177143862033857962616702142061757231313066943085","9352585847475937832011741824742695018148571030739447620530718028160532022015","-554046893001123535671208332155334423814498768879280096643493405700772895676","-5681174419445859294914504695911719551753412688540750266377729995063193064835","-2325217945814428037606304134110542661434873927539544577901839338631348541193"],["0","14928223825319069323293710261815870848270561255718087261479825724016147369956","-2736114649639693989950303507011909427209689108138372581532412061357869191447","15891585043328517856078465771090406100740478483206171569430815718767979278216","-14310393659936906264146700505641816440487372359820458683764814574295725982613","-3638918429622146874585179492630958554294573489561816496400000721073587851129","-16954352236042161221558738665564423046780688197352210514070227910516747991845","21830935079096148861630979640985447560528121295835323522984195052065557829276","9887517121295685153736163808198771514499678835919940213898541358611344806555","11152102728584807702006897867960109547531676960655177937964631128191727848558","7884082819447336693216191215618568636412985073489786920585181697676814106886","9377979627148075831761713680123479380221705733586408742924949055470968172247","19091436046933551577551401609424991862214367605729508724542252169473302446076","19234281092365470787420228904217343327082317384224566586726773499387989971163","-20808502638914971204900257179934405243724459760671852595971030361015591640177","-17646427401731057475901153791841071007303462057191832953510475287834506185934","6466240470379183894653610515139922733660239167886003699531863861929614322820","10094274200599629246187712892353557297742573408488071980837551489286625622850","-6938164669794700700800975774959341808890720046120404430718019173767825533939","-6909092906529998777695168569693795350583853044419774462139024254751710626663","-5305240069771888724269013083448398032768319466301798612339897639317377997086","-12050565457857435744501971814802229717661165826126009075548597882699488187287","8490649478016644931299307378212119217153538969396704434922172683178988288566","18182471783125690490589794552212025032371933754487384373996428827964502684462","19370917969385260333406649292551612409776391856790854095592959117518130601992","-10061775194119467904508988435107492228180292290814439665871158333967438162901","-5692094941193218717348123049039832105649197197039755827036892701386904111452","10827033165754035728282924289153449437463308915060301941276235288984026652044","-19935394916097613722243821905756492215242426501718565478192362108750330839741","2269592257671636534333431258519429741047248272557618087580948064849398109073","-16045898634468553366008044067728929477604387825540754015771687093403883560984","21597343071607421925808547734130990605285651146128945229338766227772180048264","575370201620961539844619040568262444122022701221487610140133513598499467992","-14442054677392005865101420314297307384712580160662336105533192550360015293211","-7245509330018567513461697292057323835141172287054155641689240351947511173090","-20886672877922153930072438170196293759655331331318204804565112694843622989993","14377666341497737783810646666345717414831984686837845603808596684380895502634","-7046109891058265646612921689671600606679288164109554561534391014904363574766","-20169087746963490694059037395369808400687136521840806967726396852644267669045","2979106388918308711571975581213860863454986965458235842228809384214733458790","-3224601054565187248205939488253302669498596047749302879024068130599876383091","8522472249401463655673292598915153244516771694191937649428303458535177774457","-14247825295221514375398291182153947849942235600886558210391034535130706999843","-6512598507387190977325926374840951852258651266861711711694603994484212835567","-21553238983337638566939203029050855877174557659583686376700212241189443429260","9166269301380546404733919782802478185891428156155308728488920485343853234823","18911192038639770631207749186209372137610226072655593040171176501839130455478","-6894227541771856038099138913008136628700617099464505557332098397906733665200","1252145247896594317783439695048616160130335427874501749183844953261888006223","-8199363257492586833790115377331248040923841482297557739081822421096339234519","6234394619342685897166643241797707313736992714999914328985963220418231933600","12620860588721303968721892562397881979087772198080311932393249296143606635127","6506264922582096280631963735158677446054287487026783007937065318074737495774","1314262932510168018118551543605164874292259899292385765415553910085007293097","5955833245870367668498835064375499748712835173847288979547884133796228425928","-5957689142380877851521177948293189120611658078330208659546668336985064287686","-11075934433391042254168503425305121894974939448979199486724904106982877536454","-5766981763667131527654221487411016409624540206395879703977642496979550685740","-2956929971788065674168398247969933488830374464541819709255678968580229657825","-1743655053240416839502871531635988605153125389779023921156198672060899166409","-20962868153034813589300365294449573039327560703629013307609125331105796287178","-17769081210567568989222122290579615923480957560774491880984258620604680269284","-13367259289873919119332181797134643255969580305575951820495319668211670973509","10593728803785686084493745520568319676325422608720233010166330435809721968550","-4434777530845689615214696785164038976771256761566481479160524212247542860992","-9862173106913846295228997815667631957777106255990619099323099443213491370413","-2746321706379217200178931124384466661301747285181523314972713022629209891202","-10510858213298493620698608566083913329797817223012092778769436587765611778473","3852673694503716019235800099663542329290218393802217731304105917679933351649","-1988819230054766975007904134891932372806531541639317351028160980727385828311","4914041273981455709999217648310644224362364471564153063587434201100980639660","14469681237446235996325731719666909947881059344819878839027397074550903930581","-3143954666828317148021833559709932809133220469395149481538270370929911068727","6073399099157733419698407277727260347188343478531421719762957775187641314271","-18540995141473885929673622764914805161620472706512904552181750272953526786879","-15374747911387873388430168246549630404086420971196537836472219405860577063639","21598504403827236772802412368209447772177113232787518637217223976835056161311","6329118201073726935567631125267844054562342042406051490299358393683543126462","-20101662126565642802187176768198058078355377858488668669431903456877228413649","-20434280617024973685952781276476420868437129900384365858993919774199413158813","14644907027227380932289789515614810961992901285117198591608365252734163214339","-18761319636844471465442675429800255400605065219498514360802335305850614739026","-18259060668072334804564107079468838142002496130514574230144296487843784977384","-13078528170780079456194315097359088814938579958470626304329718564968868961124","6747048918155130502384061260924454552180969299497040580869732707557447929370","-18157738027523517167911278212806176302027784039643017659273571612115810245026","-10603711669838055699014823887431575028205923096775316633158108375592645747355","-10952317546592442777422112479705793171953806618575396280518372958365732779962","1655734521591699291270999432159724078420095331886944015478780908762406127366","-5847992877158007415522036401610919979167490189042620206123788415421059891625","1805110434025071087419775452387189107131563597537319780050247053854839240949","4188442019453365672074809449466371260930370915119519815386243523052334306365","13054302238899910865376077338021843794622758548056348435936963658849373066882","6723829296335529402590378060558740345621831683233638385452286849179509664302","-21487381428290218659251607011948631888110754657421594398823468788694452378600","2895930929634628670500071784621338112044822684790045569915157813727156130590","-17887927848015992488388774976160262453029012875598664403272893910525483105064","-3183071176887399558222922095771885052251222338937139102636768130254744451587","-1108093786002247071342416664310668847628997537758560193286986811401545791352","-11362348838891718589829009391823439103506825377081500532755459990126386129670","-4650435891628856075212608268221085322869747855079089155803678677262697082386"],["0","-13920038093040411797905390966882808480555606289395894164436756925119322251322","-5472229299279387979900607014023818854419378216276745163064824122715738382894","9894927214817760489910525796923537112932592565996308795163427250960150060815","-6732544448034537306046995266026357792426380319224883023831424962015643469609","-7277836859244293749170358985261917108589146979123632992800001442147175702258","9867781271594228001375334159385704083535352406127647659255952552118121007544","21773627286353022501015553536713620032507878191254612702270185917555307162935","19775034242591370307472327616397543028999357671839880427797082717222689613110","-21472280286508935040479015754594331082033374879521712811467146116768161294118","-6120077232944601835814023314020137815722394253436460502527840791222180281845","18755959254296151663523427360246958760443411467172817485849898110941936344494","16294629222027827932856397473592708635880370811042983105386300152370796396535","16580319312891666352594052063177411565616270368033098829755342812200171446709","-19728762405990667187554108614611535398900555120927670848243856535455374784737","-13404611931622839729555901838424866926058559713967631563322746389093203876251","-8955761931080907432939184714977429621227886064644026944634476462716579849977","20188548401199258492375425784707114595485146816976143961675102978573251245700","-13876329339589401401601951549918683617781440092240808861436038347535651067878","-13818185813059997555390337139387590701167706088839548924278048509503421253326","11277762732295497773708379578360479023011725467812437119018408907941052501445","-2212888043875596266757537884347184346773967251835983807398991578823167878957","-4906943915805985359647790988833036654241286461622625473853858820217831918485","14476700694412105758933183359166774976195503108558734404294653469353196873307","16853593066931245444566892839845949731004419313165673847487714048460452708367","-20123550388238935809017976870214984456360584581628879331742316667934876325802","-11384189882386437434696246098079664211298394394079511654073785402773808222904","21654066331508071456565848578306898874926617830120603882552470577968053304088","-17982546960355952222241238066255709341936488603021096612686520030924853183865","4539184515343273068666862517038859482094496545115236175161896129698796218146","-10203554397097831509769682390200583866660411250665473687845170000231958626351","21306443271375568629370689723004706122022937891841856114979328268968551600911","1150740403241923079689238081136524888244045402442975220280267027196998935984","-6995866482944736507956434883337339680876795920908637867368180914144222090805","-14491018660037135026923394584114647670282344574108311283378480703895022346180","2003139987834242584347935150121962657786066138195659078266182983464371011248","6867089811156200345374887587434159741115604973259656863918989182185982509651","-14092219782116531293225843379343201213358576328219109123068782029808727149532","-18449932622087706165871669045482341712825908643265579591754589518712726842473","5958212777836617423143951162427721726909973930916471684457618768429466917580","-6449202109130374496411878976506605338997192095498605758048136261199752766182","17044944498802927311346585197830306489033543388383875298856606917070355548914","-6607407718603753528550176619050620611336106801357082077083864883685605504069","-13025197014774381954651852749681903704517302533723423423389207988968425671134","-21218235094836001911632000312844436665800750918751338409702220295803078362903","18332538602761092809467839565604956371782856312310617456977840970687706469646","15934141205440266040169092627161469186672087744895151736644148817102452415339","-13788455083543712076198277826016273257401234198929011114664196795813467330400","2504290495793188635566879390097232320260670855749003498367689906523776012446","-16398726514985173667580230754662496081847682964595115478163644842192678469038","12468789238685371794333286483595414627473985429999828657971926440836463867200","3353478305603332715197379379538488869627179995744589521088294405711404774637","13012529845164192561263927470317354892108574974053566015874130636149474991548","2628525865020336036237103087210329748584519798584771530831107820170014586194","11911666491740735336997670128750999497425670347694577959095768267592456851856","-11915378284761755703042355896586378241223316156660417319093336673970128575372","-263625994942809286090601105352968701401514497542364629751604027389946577291","-11533963527334263055308442974822032819249080412791759407955284993959101371480","-5913859943576131348336796495939866977660748929083639418511357937160459315650","-3487310106480833679005743063271977210306250779558047842312397344121798332818","1850749437608923265892080901615404098441607393574042072178157710940024416878","-13649919549295862756197838835901956758413550721132949418270313054633552042951","17041967163930712205828447896245263665157568189680165046405769036728275044216","21187457607571372168987491041136639352650845217440466020332660871619443937100","-8869555061691379230429393570328077953542513523132962958321048424495085721984","-19724346213827692590457995631335263915554212511981238198646198886426982740826","-5492643412758434400357862248768933322603494570363046629945426045258419782404","866526445242287980849188613089448428952729954391848786159331011044584938671","7705347389007432038471600199327084658580436787604435462608211835359866703298","-3977638460109533950015808269783864745613063083278634702056321961454771656622","9828082547962911419998435296621288448724728943128306127174868402201961279320","7051119603053196770405057694076544807213754289223723334356589962525999365545","15600333538182640926202738625837409470281923461625735380621663444715986358163","-9741444673523808382849591189802754394171677443353190904172288636200525867075","-15193747411108496637100839784572335234692581012609774760665296359331245078141","13026989920902803667632474997415289368923886858438993014451969561430462863956","21308765935815198323358418991161620455805862065159002930736243767094303827005","12658236402147453871135262250535688109124684084812102980598716787367086252924","-18315081381292010382127947791138841068162391316561302995165602727178648331681","2907924509628603072587248937561708440222469000063336969408568824752790673608","7401571182615486642333173285972346835437438169818362839518526318892517933061","-15634396401849667708638945114343235712661766038580994377906466425125420982435","7258364407533880835364597331576873893091736539802920227107815397464047036466","-4268813469720883690142224449460902541328795516525218264961232943361929426631","-8394145035529014217478283223408365984186425801421953181958738771460912636877","-14427233183207759113576150680355077515507203678870000974848939037655811994435","-21207423339676111398029647774863150056411846193550633266316216751185291494710","21871850650493664889648586531102963833189115563681276126359662456420151431310","3311469043183398582541998864319448156840190663773888030957561817524812254732","-11695985754316014831044072803221839958334980378085240412247576830842119783250","3610220868050142174839550904774378214263127195074639560100494107709678481898","8376884038906731344149618898932742521860741830239039630772487046104668612730","4220361605960546508505748930786412500697152695696662528175723131122937638147","13447658592671058805180756121117480691243663366467276770904573698359019328604","-21086519984741162096256808278639988687673144914427154453948733390813096261583","5791861859269257341000143569242676224089645369580091139830315627454312261180","-13887612824192709754531144207063249817509661350781294462847583634475157714511","15522100518064476105800561553713504984045919722541756138424667926066319592443","19672055299834781079561572416635937393290369324898913957124230563772716912913","-836454805944161957411613038389603118465286353746966721812715793676963763723","-9300871783257712150425216536442170645739495710158178311607357354525394164772"],["0","-5951833314241548373564376188508341872562848178375753985175309663662836007027","-10944458598558775959801214028047637708838756432553490326129648245431476765788","19789854429635520979821051593847074225865185131992617590326854501920300121630","-13465088896069074612093990532052715584852760638449766047662849924031286939218","-14555673718488587498340717970523834217178293958247265985600002884294351404516","19735562543188456002750668318771408167070704812255295318511905104236242015088","21659011700866769779784701328169964976467391982093191060842167648534805830253","17661825613343465392698249487537810969450350943263726511895961247869570730603","-21056317701178594858711625763931387075518385358627391279236088046960514092619","-12240154465889203671628046628040275631444788506872921005055681582444360563690","15623675636753028104800448975236642432338458533929600628001592035308064193371","10701015572216380643466389201928142183212377221669931867074396118165784297453","11272395753944057482941698381097548042684176335650163315812481437824534397801","-17569281940142059152861811483965795709252745841439307352789508884334941073857","-4920980991406404236865397931592458763568755027519228782947288591610599256885","-17911523862161814865878369429954859242455772129288053889268952925433159699954","-3399388941280033459741959921100320986126435166879780764046202416005114499834","-5864415807339527580957497354580092147014515784065583379173872508495493640139","-5748128754280719888534268533517906313787047777263063504857892832431034011035","667282592751720325170353411463682957475086535208839894338613629306296507273","17462466784088082688731329976562906395000429896744066728900221028929472737703","12074355040227304502950823767591201780065791477170783395990486546140144658647","7065158516984936295619960973076274863842641816701434464891102752130585250997","11818943262023215666887379934434624373460474225915313351277223910345096921117","-18358857904638596395789547995172693824172804762841724319786429149293944155987","-880136892933599647146086450902053334048424387742988964449366618971807950191","21419889791176867690885291411356522661304871259825173421406736969360298112559","-14076851048872629222236070387254143595324612805626158881674835875273897872113","9078369030686546137333725034077718964188993090230472350323792259397592436292","-20407108794195663019539364780401167733320822501330947375690340000463917252702","-1163599200927413185751432044505137933050853017148356457437751835214513789412","2301480806483846159378476162273049776488090804885950440560534054393997871968","-13991732965889473015912869766674679361753591841817275734736361828288444181610","14794448423604280390646022322285254836532039652615446120639446965361572298874","4006279975668485168695870300243925315572132276391318156532365966928742022496","13734179622312400690749775174868319482231209946519313727837978364371965019302","-6296196692393787364205281013429127338168788256022183902439359873041645803447","-15011622372336137109496932345707408337103452886115124839810974850849645189329","11916425555673234846287902324855443453819947861832943368915237536858933835160","8989838653578526229422647792244064410553980209418822827601931664176302963253","12201646125766579400446764650403337889518722376351716254015009647564902602211","8673427434631768165146052507156033865876150797701870189530474419204597487479","-4162151157709488687057299754106532320486240667030812503080211791361042846651","-20548227317832728601017594880431598243053137437086642475706236405030348230189","14776834333682910396689273385952637655017348224205200570257477754799604443675","9980039539041256858091779509065663284795811089374269129590093447629096335061","-5688667295248148930150149906775271426254103997441987885630189405051126165183","5008580991586377271133758780194464640521341711498006996735379813047552024892","10979032713708203109332349981189558013401362871641837731069118688766260053158","3049335605531468366420167221933554166399606459583622972245648695097119238783","6706956611206665430394758759076977739254359991489179042176588811422809549274","4136816818489109900281449195377434695668785547691097688050057085723141487479","5257051730040672072474206174420659497169039597169543061662215640340029172388","1935090111642195451748934512244723906302976294973121574493332348609105208095","-1942513697684236183838306047915481393898267912904800294488469161364448655127","21360990881953656650065203534551337685745335405331305084194996131795915341035","-1179684182829250888370480204386790549949796425167484472212365801342394247343","-11827719887152262696673592991879733955321497858167278837022715874320918631300","-6974620212961667358011486126543954420612501559116095684624794688243596665636","3701498875217846531784161803230808196883214787148084144356315421880048833756","-5411596226752450290149271926546638428278737041849864492842421922691295590285","12195691456022149189410490047233252241766771978944295749113333886880741592815","20486672343303469115728576337016003616753326034464897696967117556663079378583","-17739110123382758460858787140656155907085027046265925916642096848990171443968","4327793316023165263576820227844022345988303776869592290104010600297651509582","-10985286825516868800715724497537866645206989140726093259890852090516839564808","1733052890484575961698377226178896857905459908783697572318662022089169877342","15410694778014864076943200398654169317160873575208870925216423670719733406596","13932965951620207322214789205689545597322238233858764939585560263666265182373","19656165095925822839996870593242576897449457886256612254349736804403922558640","-7786003665732881681436290357104185474120855821968587674985024261523809764527","-12575818667313268592087334238839731236532881877580597926153081483719644274908","2405353524791658456547223365651766300205009513709652535353626914174756761467","-8499251950377718051955273823887395380836797624803515177632388532086681660665","4165736969966332113018544249573303649299409316461951685205734936285117232295","-1158953872048153797775973508191309265485004670514062825923920838963009337224","3428229932455632520024118755814101129701003769208171617499229388158364010231","-14741919890744745542009489837020407047776418232706571646633001267781488167745","-16072393852582069077071907870133858208103426400289360404881066537070227148401","14803142365230973284666346571944693670874876339636725679037052637785035866122","12507692939979215027214921261828078751773196723670079931583475522900775026364","14516728815067761670729194663153747786183473079605840454215630794928094072932","-8537626939441767380284448898921805082657591033050436529922465886723858853262","-16788290071058028434956566446816731968372851602843906363917477542921825273754","-6966223494576243004905895615452879942466042957323967605999673888735815493253","1361639064326327648433515940788250064273036413730802154763974870781034001814","21855458429148054557050767316948652577829866726946517909021120726264494367003","6622938086366797165083997728638896313680381327547776061915123635049624509464","-1503728636792754439841739861186404828121596355754446480796949475108431070883","7220441736100284349679101809548756428526254390149279120200988215419356963796","-5134474794025812533947167947391790044826880739937955082153230094366471270157","8440723211921093017011497861572825001394305391393325056351446262245875276294","5007074313502842388115106496977686293938962332518519198110943210142230161591","-20284797097643048970267210812022702286797925428438274564199262595050384027549","11583723718538514682000287138485352448179290739160182279660631254908624522360","16001260095293130935430523076388050542077406099269479761701241104201301562212","9155958164289676989354717362169734879543475044667477933151131665556830689269","17455867727830286936876739088014599698032374249381793570550256940969625330209","-1672909611888323914823226076779206236930572707493933443625431587353927527446","-18601743566515424300850433072884341291478991420316356623214714709050788329544"],["0","9984576243356178475117653368240591343422668043664526373347584859250136481563","-674325278276697356022310838000329129148464690946308561092304287145035959","17691465987431766737395697442436873363182005863569200836955504817264791747643","-5041934920298874001941575318848156081157156876483497751627495661486765382819","-7223104565137899774435030195790393345808223516078497627501801582012894313415","17582882214537636783254930892285541245593045224094556293325606021896675534559","21429780529894264337322996911082654864386419563770347777986131110493803164889","13435408354847655563150093229818346850352337486111418680093718309163332965589","-20224392530517914495176845782605499062488406316838748214773971907345219689621","-2592066059939132121009687510823276174341212613329807666413158978312912631763","9359108401666780987354492205216009776128552667443166912304979884040319891125","21402031144432761286932778403856284366424754443339863734148792236331568594906","656548636048839743636991016937820996819988270884292287926758689073260299985","-13250321008444843083477217222674316329957127282462580361880813582094073652097","-9841961982812808473730795863184917527137510055038457565894577183221198513770","-13934804852484354509510333114652443396363179858160073434839701664290510904291","-6798777882560066919483919842200641972252870333759561528092404832010228999668","10159411257160220060331411036097090794519332832284867585350459169584821215339","-11496257508561439777068537067035812627574095554526127009715785664862068022070","1334565185503440650340706822927365914950173070417679788677227258612593014546","13036690696336890155216254207868537701452495393072099114102237871283136979789","2260467208615333783655241789925128471583218553925532448282768905704480821677","14130317033969872591239921946152549727685283633402868929782205504261170501994","1749643652207156111528354123611973658372584051414592358856243634114385346617","7058769934401357652913715500169162528751119275148620047823550074563728679260","-1760273785867199294292172901804106668096848775485977928898733237943615900382","20951536710514460159524177077455770234061378119234312499115269752144787729501","15622783645933292000020670716006262986447503189579750924046736622603821247008","18156738061373092274667450068155437928377986180460944700647584518795184872584","-18925974716552050816832323815545060378093280602245860407682475814352026009787","19561044469984448850743541656246999222446658366119321428822700516146780916793","4602961612967692318756952324546099552976181609771900881121068108787995743936","15793019811899604412667071957165191453589545117197517217923684716574728628014","7700653975369285559045638899313234584515714904814857897580689744147336102131","8012559951336970337391740600487850631144264552782636313064731933857484044992","5580116372785526159253144604479363875914055492622593111977752542168121542987","-12592393384787574728410562026858254676337576512044367804878719746083291606894","-8135001872832998996747458946157541585658541371814215335923745515123481883041","1944608239507194470329398904453611819091531323249852394132270887142059174703","17979677307157052458845295584488128821107960418837645655203863328352605926506","2515049379693883578647123555549400690489080352287398164331815108553996708805","17346854869263536330292105014312067731752301595403740379060948838409194974958","-8324302315418977374114599508213064640972481334061625006160423582722085693302","-19208211763826181979788784015605921397557910473757250607714268623484887964761","7665425795526545571132141026648000221486332047994366796816751323023400391733","19960079078082513716183559018131326569591622178748538259180186895258192670122","-11377334590496297860300299813550542852508207994883975771260378810102252330366","10017161983172754542267517560388929281042683422996013993470759626095104049784","-21818420316262144225828111528135434150294003057548393225258170995619096884918","6098671211062936732840334443867108332799212919167245944491297390194238477566","13413913222413330860789517518153955478508719982978358084353177622845619098548","8273633636978219800562898390754869391337571095382195376100114171446282974958","10514103460081344144948412348841318994338079194339086123324431280680058344776","3870180223284390903497869024489447812605952589946243148986664697218210416190","-3885027395368472367676612095830962787796535825809600588976938322728897310254","20833738892068038077884001323845400282942306410246575824691788077016022186453","-2359368365658501776740960408773581099899592850334968944424731602684788494686","-1767196902465250171100780238502192822094631315918523330347227562066028766983","-13949240425923334716022972253087908841225003118232191369249589376487193331272","7402997750435693063568323606461616393766429574296168288712630843760097667512","-10823192453504900580298543853093276856557474083699728985684843845382591180570","-19385102831634252065671831396048045693563184842943477189169740599390133805604","19085101814767663009210746928774732144958287668513761050236030926750350261549","8298265496913033522775237209202238362926674708300216854112214675171274103298","8655586632046330527153640455688044691976607553739184580208021200595303019164","-82330779194462379185043249818458201865613881036152176083499994457870633999","3466105780969151923396754452357793715810919817567395144637324044178339754684","8933146684190452931639995052051063545773382750001707506734643154863658317575","-15910553840438135800063233079135458982452252333114538808225287845819086626488","17424087320012370457747335441227878706350551372097190165001269422232036621663","-15572007331465763362872580714208370948241711643937175349970048523047619529054","-3263394462787261961928262732422187384517399354745161508607958780863480054199","4810707049583316913094446731303532600410019027419305070707253828349513522934","-16998503900755436103910547647774790761673595249607030355264777064173363321330","8331473939932664226037088499146607298598818632923903370411469872570234464590","-2317907744096307595551947016382618530970009341028125651847841677926018674448","6856459864911265040048237511628202259402007538416343234998458776316728020462","-7595596909650215861772573928783539007004472064997108949567798348987167839873","11631698038514412290348995750246833760889876000253347877634275299011162694432","7718041858622671347086287398632112253201388278857417014375901088994263236627","3127143008119154832183436778398882414998029046924125519468746859225741557111","-14743028113543027103034422164207054604729782641620387778965146783295428845370","-17075253878883534760568897797843610165315182066100873059844931773447717706524","-11688337270276781647666727148376188848197338805271778384136750899267842051891","-13932446989152486009811791230905759884932085914647935211999347777471630986506","2723278128652655296867031881576500128546072827461604309527949741562068003628","21822673986456833891855128888640030067111369053477001474344037265953180238389","13245876172733594330167995457277792627360762655095552123830247270099249018928","18880785598253766342562926022884465432305171688907141382104305236358946353851","14440883472200568699358203619097512857052508780298558240401976430838713927592","11619293283787650154352069850473694998894602920540124179391743997842865955303","-5006796447997089188223410022111625085759753617629384230995311662084057943029","-11874094244833590446016192751301902500670439735378995947476317766291348172435","-18681351323446822718288015878788129485047486456460514784700321003524959559481","1279204565237754141754168531713429807810217077904330215623058323241440549103","10114277318746986648614640407518825995606447798122925179704278021826794628807","18311916328579353978709434724339469759086950089334955866302263331113661378538","13023492583821298651507072430771924307516384098347552797402309695363442164801","-3345819223776647829646452153558412473861145414987866887250863174707855054892","-15315244261191573379454460400511407494409618440216678902731225231525768163471"],["0","-1919090385126918272011099008776092401703028313086981597003034468075535532491","-1348650556553394712044621676000658258296929381892617122184608574290071918","13494689103024258252544989139616471637815647326722367330212805447953774999669","-10083869840597748003883150637696312162314313752966995503254991322973530765638","7442033741563475673376345353676488396931917368259039088694601022550019868787","13277521557235998344263456039313807402637726047773078242953007857217542573501","20971318187949253452399588076908034640224474727124661212274058034411797834161","-16905669033983239318192625030877856476392053828609231327208971754824951060056","-18560542189196553768107285819953723036428448233261462085849739628114630883625","16704110751961010980227030723610722739865939173756419010871886229949983232091","18718216803333561974708984410432019552257105334886333824609959768080639782250","20915819417026247351619151062455293644301144486263693124599380286087328694195","-20575145599741595734972423711381633094908387858647449767844686808429287895647","17275843726788864277538377045165917517182474235906907963634781208963469687040","-19683923965625616947461591726369835054275020110076915131789154366442397027540","-5981366833129433796774260484047611704177995315904112525981199142005213312965","8290687106719141383278566060855991144042623732896911287513394522555350496281","20318822514320440120662822072194181589038665664569735170700918339169642430678","-1104272145283604331890668388814350166599826708636219675733367143148327548523","2669130371006881300681413645854731829900346140835359577354454517225186029092","4185138520834505088186102670479800314356626385728163884506271555990465463961","-17367308454608607654935922165407018145381927292564969447132666375166846852263","6372391196100469960233438147047824366822202866389703515866206821946532508371","3499287304414312223056708247223947316745168102829184717712487268228770693234","14117539868802715305827431000338325057502238550297240095647100149127457358520","-3520547571734398588584345803608213336193697550971955857797466475887231800764","-1873412322649630125444457335603009708973972562363443689165868868862041532232","9357324420027308777794935686755250884346641978743467504395269058631833998399","14425233250906909327088494391053600768207607960505855057596964851014561249551","5924536310574448810828163859424429420910167596340347872031456744447564971660","17233846068129622479240677567236723356344952331822608513947196845717753337969","9205923225935384637513904649092199105952363219543801762242136217575991487872","9697796751959933603087738169073107818630725833979000092149165246573648760411","15401307950738571118091277798626469169031429809629715795161379488294672204262","-5863122969165334547462924544281573826259835294850761717568740318860840405633","11160232745571052318506289208958727751828110985245186223955505084336243085974","-3296543897735874234574718308459234264126788623672701266059235305590774718171","5618239126173277228751487852942191917231281656787603671850713156328844729535","3889216479014388940658797808907223638183062646499704788264541774284118349406","14071111742474829695444185423718982553667556437259256966709522470129403357395","5030098759387767157294247111098801380978160704574796328663630217107993417610","12805466866687797438337804283366860374956238790391446414423693490242581454299","5239638241001320474017206728831145806603401732292784331377357021131637109013","-16528180655813088737331162285954567706567456547098466871730333060393967433905","15330851591053091142264282053296000442972664095988733593633502646046800783466","-3856327587513523012125693454251897037913484443334992169036034582635231650990","-866426309153320498354193881843810616468051589351917198822553433628696165115","20034323966345509084535035120777858562085366845992027986941519252190208099568","-21748597760685013229409817311013593212039641714680752106818137804662385274219","12197342422125873465680668887734216665598425838334491888982594780388476955132","4939583572987386499332629291050635868469075565540681825008151059115429701479","16547267273956439601125796781509738782675142190764390752200228342892565949916","21028206920162688289896824697682637988676158388678172246648862561360116689552","7740360446568781806995738048978895625211905179892486297973329394436420832380","-7770054790736944735353224191661925575593071651619201177953876645457794620508","19779234912296800933521596902433525477336248420077117305685371967456235877289","-4718736731317003553481920817547162199799185700669937888849463205369576989372","-3534393804930500342201560477004385644189262631837046660694455124132057533966","-6010237980007394209799538760918542593901641836048348394800974566398578166927","-7082247370967889095109758532334042301015505251823697766272942499055613160593","-21646384907009801160597087706186553713114948167399457971369687690765182361140","-16881962791429228909097257046838816298578005285470920034641277012204459115591","16281960757696050796175088112292189201368210936611487756773857666924892027481","-5291711878013208176695931326852798362695014983815600635473774836233260289021","17311173264092661054307280911376089383953215107478369160416042401190606038328","-164661558388924758370086499636916403731227762072304352166999988915741267998","6932211561938303846793508904715587431621839635134790289274648088356679509368","17866293368380905863279990104102127091546765500003415013469286309727316635150","-9932864809036996377880060413013642876356140265813043272752371505062364757359","12959931768185465693248265137198482324152738343778345986304334657888264747709","-9255771791092251503498755683159466807935058887458316356241892859519430562491","-6526788925574523923856525464844374769034798709490323017215917561726960108398","-12266828772672641396057512282650209887728326345577424202283696529876781449749","-12108764929671596985574689550292306434798826098798026366831349941770918147043","16662947879865328452074176998293214597197637265847806740822939745140468929180","-4635815488192615191103894032765237061940018682056251303695683355852037348896","13712919729822530080096475023256404518804015076832686469996917552633456040924","-15191193819300431723545147857567078014008944129994217899135596697974335679746","1375153205189549358451585755236392433231387600090661411570346411446516893247","15436083717245342694172574797264224506402776557714834028751802177988526473254","6254286016238309664366873556797764829996058093848251038937493718451483114222","-7597813355246778983822438583156834120911200882824741214232089380015049195123","9625977985911480923355015894827329846466364668630322567706544826256181578186","20399811203124987149159357193762172480702051190288511919122906574615932887452","-5976651106465696797377176716554244681315807428879836080300491368367453477395","5446556257305310593734063763153000257092145654923208619055899483124136007256","-131137770764882660782553713234490042873990693878065738708333841245256514456","4603509473627913438089585169298310166173160909775069903962290353622689542239","15873328324668257462879446300511655776061978977398248420510406286142084212085","-14894718799277413045776404252319524462991711240234952206592455511474189136050","1350343695736025086457733955690114909240841440664214015085283809109923414989","-10013592895994178376446820044223250171519507235258768461990623324168115886058","20028297254011369552460425987910745175755849330074076792443772840568920646364","-15474459775054370214329626012318983881546608512504995225702437820474110623345","2558409130475508283508337063426859615620434155808660431246116646482881098206","20228554637493973297229280815037651991212895596245850359408556043653589257614","14735589785319432735172463703421664429625535778253877388906322475651514261459","4158742295803322080767739116286573526484403796279071251106415204151075833985","-6691638447553295659292904307116824947722290829975733774501726349415710109784","-8742245650543871536662515055765539900270872480017323461764246276475727831325"],["0","18050062101585438678224207727705090285142307774242071149692135250424737430635","-2697301113106789424089243352001316516593858763785234244369217148580143836","5101135334209241282843572533975668187082930253028700316727406709331741503721","-20167739681195496007766301275392624324628627505933991006509982645947061531276","14884067483126951346752690707352976793863834736518078177389202045100039737574","4666800242632721466280506333370339716727087695130122142207811527859276651385","20054393504059231682552770408558794191900585053833288080849911882247787172705","-11923095196127203414138844316498437864235743256802428310719739323074093624495","-15232841506553832313968165894650170984308532066106889828001275069653453271633","11519978632082746738207655701964170391183513947096803678045568273324157968565","15548190734827848727171563075606764015965846269356633305521715349585471068883","19943395962213219480991896379653312200053924572111351905500556385598848892773","-19262048327643916247698441677505991101268411316878865191991169430282767295677","12663444581738453332830348345074559945816584071397781583571358231351130878463","-17479605059411958672676777707482395020001675819737795919880104546308985559463","-11962733666258867593548520968095223408355990631808225051962398284010426625930","-5306868658400992455689273623545292800463116934622211768671415141465107503055","-3138840715037670203167167346126186999019397471692598345994571694812332129878","-2208544290567208663781336777628700333199653417272439351466734286296655097046","5338260742013762601362827291709463659800692281670719154708909034450372058184","8370277041669010176372205340959600628713252771456327769012543111980930927922","-12846374037377940087625438585556761202215490184713904550567128563757885208909","12744782392200939920466876294095648733644405732779407031732413643893065016742","6998574608828624446113416494447894633490336205658369435424974536457541386468","6346836865766155389408456255419375026456112700178445847595996111679106221423","-7041095143468797177168691607216426672387395101943911715594932951774463601528","-3746824645299260250888914671206019417947945124726887378331737737724083064464","-3173594031784657666656534371746773319855080442929099334907666069312140498819","6962223629974543431930583036849926447866851520595675771495725515453314003485","11849072621148897621656327718848858841820335192680695744062913488895129943320","12579449264419969736234949389216171624141540263229182684196189504859698180321","-3476396419968505947218596447072876876643637961328430819213931751423825519873","19395593503919867206175476338146215637261451667958000184298330493147297520822","8914373029637867013936149851995663249514495218843397246624554790013535912907","10161996933508606127320556656694127436028693810714510908560723548854127684351","432222619302829414766172672660180415107857570074338104212805982096677676331","15295155076367526753096969128338806560294787153070631811579733575394259059275","11236478252346554457502975705884383834462563313575207343701426312657689459070","7778432958028777881317595617814447276366125292999409576529083548568236698812","6253980613110384168641965102180690018786748474102479589720840753682998219173","10060197518775534314588494222197602761956321409149592657327260434215986835220","3722690861536319654429202821476445661364113180366858485149182793909354412981","10479276482002640948034413457662291613206803464585568662754714042263274218026","10720124432052372969830486918605414763961815706635134943935742252363682123424","-13114782561572368159964247383922549291151400608854601500129403081058015424302","-7712655175027046024251386908503794075826968886669984338072069165270463301980","-1732852618306640996708387763687621232936103178703834397645106867257392330230","-3707837810987532275422741248958833052925995108848012713513369868771200792098","-21608952649530751236573228876769911335530919028945469869938071422748962052821","2506441972412471709114932030211158242648487276252949434266985374201145414647","9879167145974772998665258582101271736938151131081363650016302118230859402958","11206291676073603980005187817762202476801919981112747160702252499209323404215","20168170968486101357547243650108000888803952376940310149599520936144424883487","15480720893137563613991476097957791250423810359784972595946658788872841664760","-15540109581473889470706448383323851151186143303238402355907753290915589241016","17670226952754326644796788059609775866124132439738200267672539748336663258961","-9437473462634007106963841635094324399598371401339875777698926410739153978744","-7068787609861000684403120954008771288378525263674093321388910248264115067932","-12020475960014788419599077521837085187803283672096696789601949132797156333854","-14164494741935778190219517064668084602031010503647395532545884998111226321186","-21404526942180327098947769667115832337681531934382881599041171194954556226663","-11875682711019182595948108348420357508607646170525805725584349837833109735565","10675678643552826370103770479327103314188057472806941169849511147273975559345","-10583423756026416353391862653705596725390029967631201270947549672466520578042","12734103656346046886368156077494903679358065814540703977133880615805403581039","21558919755061425705506232745983442281085908876271425639364204208744325959621","13864423123876607693587017809431174863243679270269580578549296176713359018736","13844343864922536504313574462946979094545166599590795683240368432878824774683","2022513253765282466486284919229989335836083868789947798193461176451078980899","-17856622207307619057996281216117585528791252113275376714787739057375087495816","3376699289654772215248894378938341472678246625499401631214418467536947370635","-13053577851149047847713050929688749538069597418980646034431835123453920216796","-2645414673506007569868618820043144686908288290738814060869188873177754403881","-2329286987503918748902973355327337781049287797180018389964495696966027798469","11437652887891381681901948251329154105846910131279579137947675303705129362743","-9271630976385230382207788065530474123880037364112502607391366711704074697792","5537596587805784937946544301255533949059665753249338596295630918691103586231","-8494144766761588224843889969876880939469523859572401454572989209372862863875","2750306410379098716903171510472784866462775200181322823140692822893033786494","-12904318309187865056147661895986101164291175685402400629892804017174564044726","12508572032476619328733747113595529659992116187696502077874987436902966228444","-15195626710493557967644877166313668241822401765649482428464178760030098390246","-2636286900016313375536373955602615395615635063155389208285114534063445339245","18911379534410699076072308642267069872855737980160989494547608962656057279287","-11953302212931393594754353433108489362631614857759672160600982736734906954790","10893112514610621187468127526306000514184291309846417238111798966248272014512","-262275541529765321565107426468980085747981387756131477416667682490513028912","9207018947255826876179170338596620332346321819550139807924580707245379084478","9858413777497239703512486855766036463575593554380462497322608385708359928553","-7901194726715550869306402759381773837435058080053870069486706836372569776483","2700687391472050172915467911380229818481682881328428030170567618219846829978","-20027185791988356752893640088446500343039014470517536923981246648336231772116","-3719891235655811339571959514693059825585030140683915102508862692013775698506","-9060676678269465206412846279380692674544852624593956107706671454372412751073","-16771424610888258655229731618403555857307496088798713481205970893610046299205","18568866403148671372212155884818028893877426792075666375118907900731370019611","-14305306173039684974147884083671221317845657244324313909583763421848588468316","8317484591606644161535478232573147052968807592558142502212830408302151667970","8504965976732683903660597131023625193103782740464566794694751487744388276049","-17484491301087743073325030111531079800541744960034646923528492552951455662650"],["0","14211881331331602134202009710152905481736251148068107955686066314273666365653","-5394602226213578848178486704002633033187717527570468488738434297160287672","10202270668418482565687145067951336374165860506057400633454813418663483007442","-18447236490551716793286196805527973560708890611451947669321761105318314566935","7879892094414627471258975669448678499179305072620122011080199903624270979531","-12554642386573832289685393078516595655094189010155790059282581130857255192847","18220544136279188142859135071860313295252805707250541818001619577919765849793","19930295351424143616215122857517674448625242287227212065956929727003429742244","-8577440141268389405689926044043066880068699731797745312304345952731098047649","1151714392326218254168905658671065693818663493777573012392932360072507441513","9208138597816422232096720405956252943383328138297232267345226512595133642149","17998549052587163739737387014049349311559484743806669467302908584621889289929","-16635853783448557273150477609754707113988458233341696040284134673989726095737","3438646291637631443414290944891844803084803742379528823444512276126453261309","-13070967246984642123107149669707514951454987239059557496062004906042162623309","-2037224460678459964850636190933171728163616863200415760226592381445044756243","11274505555037290310867858498166689487622130531171610806355373903645593489507","15610561441763934815912071053004901090509569457030837651709060796951144235861","-4417088581134417327562673555257400666399306834544878702933468572593310194092","10676521484027525202725654583418927319601384563341438309417818068900744116368","16740554083338020352744410681919201257426505542912655538025086223961861855844","-3804505202916604953004471425856247315882615969011774757436052940939961922201","3601321912562604618687346842934022378740447065142779719766623101210321537867","13997149217657248892226832988895789266980672411316738870849949072915082772936","-9194569140306964443429493234418525035636139000059142648506211963217596052771","-14082190286937594354337383214432853344774790203887823431189865903548927203056","-7493649290598520501777829342412038835895890249453774756663475475448166128928","-6347188063569315333313068743493546639710160885858198669815332138624280997638","-7963795611890188358385239671557422192814661359224682800706753155669180488647","-20078340501380755201180156052816832493456058415470677199270581395361357104594","3270655657000664250223493033175068159734716126042331024694174823143587865025","-6952792839937011894437192894145753753287275922656861638427863502847651039746","16902944136000459190104546931035156185974538935499966024898456799718786546027","17828746059275734027872299703991326499028990437686794493249109580027071825814","20323993867017212254641113313388254872057387621429021817121447097708255368702","-21023797633233616392714060399936914258332649260267358135272592222382453142955","8702067280895778283947532511420338032041209905725229279461262964212709622933","-21303529238985441529486860078745782508171602173681653999993555747836238073094","15556865916057555762635191235628894552732250585998819153058167097136473397624","12507961226220768337283930204361380037573496948204959179441681507365996438346","20120395037551068629176988444395205523912642818299185314654520868431973670440","7445381723072639308858405642952891322728226360733716970298365587818708825962","20958552964005281896068826915324583226413606929171137325509428084526548436052","21440248864104745939660973837210829527923631413270269887871484504727364246848","-4341322251305461097682089022587823493754436817293168656560601975540222352987","-15425310350054092048502773817007588151653937773339968676144138330540926603960","-3465705236613281993416775527375242465872206357407668795290213734514784660460","-7415675621975064550845482497917666105851990217696025427026739737542401584196","-21329662427222227250900052008282547582513473657474905396177938658922115610025","5012883944824943418229864060422316485296974552505898868533970748402290829294","19758334291949545997330517164202543473876302262162727300032604236461718805916","524340480307932737763969890267129865055475561809459977706300811842838312813","18448099065132927492848081554958726689059540353464585955500837685713041271357","9073198914435852005736546450658307412299256319153910848195113391169874833903","-9191976291108503719166491021390427213823922206060770368117302395255369986415","13452211033669378067347170373962276643699900479060366191646875310097518022305","-18874946925268014213927683270188648799196742802679751555397852821478307957488","-14137575219722001368806241908017542576757050527348186642777820496528230135864","-2152709048190301616951749298416895287058202943777359235505694079018504172091","-6440746612032281158192628384078894115513656606878756721393565809646644146755","-20920811012521378975649133588974389586814699468349728854384138203333303957709","-1863122550199089969649810951583439928666927940635577107470495489090410975513","21351357287105652740207540958654206628376114945613882339699022294547951118690","721395359786442515462680437846081637768304465153631801803104841642767339533","3579964440852818550489906409732532270167767228665373610569557045034998666461","21229596638283576188766059746709609473623453352126816935030204230912843423625","5840603375913940164927629873605074637938994140123126813400388166850909541855","5800444858005797786380743180636683100541968798765557022782532679181841053749","4045026507530564932972569838459978671672167737579895596386922352902157961798","-13825001542775962893746156686977895969034139826134719085877273928174366496015","6753398579309544430497788757876682945356493250998803262428836935073894741270","-4218912830458820473179696114120223987590830437545257725165466060332031937975","-5290829347012015139737237640086289373816576581477628121738377746355508807762","-4658573975007837497805946710654675562098575594360036779928991393932055596938","987062903943488141557490757401033123145455862143123932197146420834450229869","3344980919068814457830829614196326840788289672191029128915470763167659100033","11075193175611569875893088602511067898119331506498677192591261837382207172462","4899953338316098772558625805503513209609316681271231434552225767830082767867","5500612820758197433806343020945569732925550400362645646281385645786067572988","-3920393746536454890048918046714927240033986970388766916087403847773319593835","3128901193113963435221088481933784231435867974976969812051770687230123961271","-8503010549147840713043348587370061395096439130882930513230153333484388284875","-5272573800032626751072747911205230791231270126310778416570229068126890678490","-5953726674857152292348194205980410431385252840510089698301190447839502432660","-2018361554023511967262301120959703636714865315103309977503761286894005413963","21786225029221242374936255052612001028368582619692834476223597932496544029024","-524551083059530643130214852937960171495962775512262954833335364981026057824","18414037894511653752358340677193240664692643639100279615849161414490758168956","19716827554994479407024973711532072927151187108760924994645216771416719857106","-15802389453431101738612805518763547674870116160107740138973413672745139552966","5401374782944100345830935822760459636963365762656856060341135236439693659956","-18166128712137438283540874431635725597529664540619039504264289110096655048615","-7439782471311622679143919029386119651170060281367830205017725384027551397012","-18121353356538930412825692558761385349089705249187912215413342908744825502146","-11654606349937242088213057491549836626066627777181392618713737600644284102793","-6638752937381207700068499720878492389341875216680735937158592571688876952012","-6722369474240094726049362422085167547142950088232593475469322657121368441015","16634969183213288323070956465146294105937615185116285004425660816604303335940","17009931953465367807321194262047250386207565480929133589389502975488776552098","-13080739730336210924403654477804884512535125519653259503358780919327102829683"],["0","-15352723081015346176088792070208739213624226504695852776024275744604284259928","-10789204452427157696356973408005266066375435055140936977476868594320575344","20404541336836965131374290135902672748331721012114801266909626837326966014884","-15006230109264158364325987865798672032869416822487860994945318024060820638253","15759784188829254942517951338897356998358610145240244022160399807248541959062","18667200970530885865122025333481358866908350780520488568831246111437106605540","14552845400719101063471864398463351501957247014085049292305034969263723203969","17972347831009012010183839969778073808702120174038389788215655267431050988871","4733362589302496410866553657171141328410964936820543719089512281113612400319","2303428784652436508337811317342131387637326987555146024785864720145014883026","18416277195632844464193440811912505886766656276594464534690453025190267284298","14108855233335052257228368282841423534570605087197304590907612982667970084241","-11383464695057839324054549474252139139428552066267357736870065161403643695857","6877292583275262886828581889783689606169607484759057646889024552252906522618","-4253691622130009023967893594157754814361610077703080648425805625508516751001","-4074448921356919929701272381866343456327233726400831520453184762890089512486","660768238235305399489311251076103886695896661927187269012543620715378483397","9332880011688594409577736360752527092470774513645640959719917407326479976105","-8834177162268834655125347110514801332798613669089757405866937145186620388184","21353042968055050405451309166837854639202769126682876618835636137801488232736","-10295377577002509739003990126676147662243717715006757611346235925227893279546","-7609010405833209906008942851712494631765231938023549514872105881879923844402","7202643825125209237374693685868044757480894130285559439533246202420643075734","6106055563475222562207260232534303445412980422217443398001693959254357050255","-18389138280613928886858986468837050071272278000118285297012423926435192105542","-6276137702035913486428360683608431601001216007359612518681527620522045910495","6900944290642234218690747060433197416756583901508484830371253235679476237761","-12694376127138630666626137486987093279420321771716397339630664277248561995276","-15927591223780376716770479343114844385629322718449365601413506311338360977294","-18268438130922235180113906360376389898363752430525320054842958604146905713571","6541311314001328500446986066350136319469432252084662049388349646287175730050","7982657191965251433372019956965767581973812555102311066842477180880506416125","11917645400161643157962688116813037283400713470583897706098709412861764596437","13769249246712192833498193662725377909509616474957554642800014973478335156011","18759744862195149287035820881519234655566410842442009290544690008840702241787","-20159352394627957563181715054616553428116934120118681926846980258189097790293","17404134561791556567895065022840676064082419811450458558922525928425419245866","-20718815606131607836727314412234289927794839946947273656288907309096667650571","9225488960275836303023976726000514016916136771581603962418130007697138299631","-18760563291237013769924951081791790101949734904422150328513045358419624114542","18352547203262862036107571143533135959276921236182336285610837550288138845263","14890763446145278617716811285905782645456452721467433940596731175637417651924","20028863056171288569891248085391891364278849457926240307320651982477288376487","20992254856370216657075541929164383967298898426124505432044764822878919998079","-8682644502610922195364178045175646987508873634586337313121203951080444705974","12925865043570366347487263856499373873788853254152131335108131712069763783314","-6931410473226563986833551054750484931744412714815337590580427469029569320920","-14831351243950129101690964995835332211703980435392050854053479475084803168392","-20771081982605179279553698271307820076478582914533776448657673131268422724433","10025767889649886836459728120844632970593949105011797737067941496804581658588","17628425712059816772414628583147811859204240123909420256367004286347629116215","1048680960615865475527939780534259730110951123618919955412601623685676625626","15007955258426579763449757364660178289570716306513137567303471184850274047097","18146397828871704011473092901316614824598512638307821696390226782339749667806","-18383952582217007438332982042780854427647844412121540736234604790510739972830","5016179195499480912447935002667278198851436557704698039595546433619227548993","-15861650978696753205608960795120022509845121204943468767097501456380807419359","-6386907567604727515366078070777810064965736654280338941857436806480651776111","-4305418096380603233903498596833790574116405887554718471011388158037008344182","-12881493224064562316385256768157788231027313213757513442787131619293288293510","1934863718635792493194544312565771003467329864132610978628131966485009075816","-3726245100398179939299621903166879857333855881271154214940990978180821951026","20814471702372030258168676172051138168203865490811730335699840402520093741763","1442790719572885030925360875692163275536608930307263603606209683285534679066","7159928881705637100979812819465064540335534457330747221139114090069997332922","20570950404727877155285713748161943858698542303837599526362204275249878351633","11681206751827880329855259747210149275877988280246253626800776333701819083710","11600889716011595572761486361273366201083937597531114045565065358363682107498","8090053015061129865945139676919957343344335475159791192773844705804315923596","-5761760213712650565245907628698516849519915251853403828056343669772924496413","13506797158619088860995577515753365890712986501997606524857673870147789482540","13450417210921634275887013517016827113366703525325518893367272065911744619667","-10581658694024030279474475280172578747633153162955256243476755492711017615524","-9317147950015674995611893421309351124197151188720073559857982787864111193876","1974125807886976283114981514802066246290911724286247864394292841668900459738","6689961838137628915661659228392653681576579344382058257830941526335318200066","-21626099392455410692706634285492414380858065787834714302213884698387202646310","9799906676632197545117251611007026419218633362542462869104451535660165535734","11001225641516394867612686041891139465851100800725291292562771291572135145976","14047455378766365442148569651827420608480390459638500511523396491029169307947","6257802386227926870442176963867568462871735949953939624103541374460247922542","-17006021098295681426086697174740122790192878261765861026460306666968776569750","-10545147600065253502145495822410461582462540252621556833140458136253781356980","-11907453349714304584696388411960820862770505681020179396602380895679004865320","-4036723108047023934524602241919407273429730630206619955007522573788010827926","21684207186603209527626104359966726968188800838969634608748991678417279562431","-1049102166119061286260429705875920342991925551024525909666670729962052115648","14939832917184032282470275609129206240836922877784524888000118642405707842295","17545412238149683591803541677806870765754009817105815645592229356257631218595","-9716536035022928254979205292269820261191867919799445934248623158914470610315","10802749565888200691661871645520919273926731525313712120682270472879387319912","-14444014552435601344835343118014176106510964680822044664830374033617501601613","-14879564942623245358287838058772239302340120562735660410035450768055102794024","-14354463841238585603404979372265495609631046097959790087128481630913842508675","-1420969828035208954179709237842398163584891153946750893729271014712759709969","-13277505874762415400136999441756984778683750433361471874317185143377753904024","-13444738948480189452098724844170335094285900176465186950938645314242736882030","11381695494587301423895507185035313123326865969816535665153117446632798176263","12131621035091460392395982778837225683866766561442232835080801764401744608579","17615006283006128595685502534904781152026477761525549680678846534497411331868"],["0","-8817203290191417129931178395160203338700088608975671208350347302632760024239","-21578408904854315392713946816010532132750870110281873954953737188641150688","-2967403070004620181744231218709204680433286776602466153577154698497684961466","-8124217346689041506405569986340068977190469244559687646192431861545832780889","-12256917366020040559456908812719836180379508510351580643075608758654533073110","15446159069222496507997644921705442645268337160624942793964288036298404715463","7217447929598926904697323051669427915366129627754064240911865751951637912321","14056452790178748798121274194298872528855875947660745232733106348286293482125","9466725178604992821733107314342282656821929873641087438179024562227224800638","4606857569304873016675622634684262775274653975110292049571729440290029766052","14944311519426413706140475878567736684984948152772894725682701863804726072979","6329467594830829292210330820425571980592845773978574838117021778760131672865","-878686518276403425862693203247003190308739732118681130041926136231478896097","13754585166550525773657163779567379212339214969518115293778049104505813045236","-8507383244260018047935787188315509628723220155406161296851611251017033502002","-8148897842713839859402544763732686912654467452801663040906369525780179024972","1321536476470610798978622502152207773391793323854374538025087241430756966794","18665760023377188819155472721505054184941549027291281919439834814652959952210","-17668354324537669310250694221029602665597227338179514811733874290373240776368","20817843064270825588656212588418434189857173852949718893973068089027167969855","-20590755154005019478007980253352295324487435430013515222692471850455786559092","6670222060172855410228520041832285825017900524368935313953992422815960806813","14405287650250418474749387371736089514961788260571118879066492404841286151468","12212111126950445124414520465068606890825960844434886796003387918508714100510","-14890033689388582551471567192416825053996191599820536250326643666294575715467","-12552275404071826972856721367216863202002432014719225037363055241044091820990","13801888581284468437381494120866394833513167803016969660742506471358952475522","18387733489401289111240536516540363618256085257399274008135079818654493000682","-9966939575721478211294552940972413682710281036482696859128808436100913458971","-14648633390005195137981406975495504708179140460634605765987713021718002931525","-8805620243836618221352433612557002449609499896246710244921504894001457035517","-5922928487908772355502365831325739924600739290211412210013249824814795663367","1947047928484011093678970488368799478253062540751761068499214639147720697257","5650255621585110444749981580193480730470868549499074941901825760380861816405","15631246852551023351825236017781194222584457284467984237391175831105595987957","-18430461917416639904117024363975831767685503839821329509995756329802387084969","12920026251743837913543724300424077039616475222484882774146847670275029996115","-19549388340423940451208223079211304767041315493478512968879610431617526805525","18450977920551672606047953452001028033832273543163207924836260015394276599262","-15632883710634752317603496418326305115351105408428266313327886530263439733467","14816851534686448849968736541808996830005478071948638227523470914000469194909","7893284020451282013187216826554290202364541042518833537495258164699026808231","18169483240503301917536090425526507640009334515436446270943099778378768257357","20096266840901158091904678113071492846049432451832976520391325459182031500541","4522953866617430831518049654905981113530617131243359717455796284414919083669","3963487215301457472728121967741472659029342107888228326518059237563719071011","-13862820946453127973667102109500969863488825429630675181160854938059138641840","-7774459616060982981135524246413389334859596470368067364408754763593797841167","-19653921093371083336860990797358365064408801428651518553617142075961036953249","20051535779299773672919456241689265941187898210023595474135882993609163317176","13368608552280358322582851421038348629860115847402806169035804386119449736813","2097361921231730951055879561068519460221902247237839910825203247371353251252","8127667645013884304653108984063081490593068212610240790908738183124739598577","14404552785904132800699780057375954560648660876199609049082249378103690839995","-14879662292594739654419558340304433766747324423827047128771005394445671450043","10032358390998961824895870005334556397702873115409396079191092867238455097986","-9835059085554231188971515844982769931141878009470903190496798726185806343101","-12773815135209455030732156141555620129931473308560677883714873612961303552222","-8610836192761206467806997193667581148232811775109436942022776316074016688364","-3874743576289849410524107791058301373506262027098992541876059052010768091403","3869727437271584986389088625131542006934659728265221957256263932970018151632","-7452490200796359878599243806333759714667711762542308429881981956361643902052","19740700532904785294090946598845001247859366581207426327701476618464378987909","-19002661432693505160395683993872948537475146539801507136485784820004739137485","-7568385108428001020286780106327146007877295485754539901419976006435813829773","19253657937616479088325021751066612628848720207259164709026204363923948207649","1474170631816485437464113749163023463207612160076472909903348480827829671803","1313536560183915923276566977289457313619510794646193747431926530151555719379","16180106030122259731890279353839914686688670950319582385547689411608631847192","10364722444413974091754590487860241389508533896709226687585516847029959502791","5125351445398902499744749286249456692877608603579178706017143553719770469463","5012591550003993329527621288776379138185042650235003443036339945247680743717","-21163317388048060558948950560345157495266306325910512486953510985422035231048","-18634295900031349991223786842618702248394302377440147119715965575728222387752","3948251615773952566229963029604132492581823448572495728788585683337800919476","13379923676275257831323318456785307363153158688764116515661883052670636400132","524286958767729059079542919529721415380597225162640082968638976377211698614","19599813353264395090234503222014052838437266725084925738208903071320331071468","114208411193514512978966338525003843153837201034548241427338396568461796335","6206667885693455662050733558397566128412416518860966679348588795482530120277","12515604772455853740884353927735136925743471899907879248207082748920495845084","-12123799324752087629926988604222970491837392123115687709222409147361744643883","-21090295200130507004290991644820923164925080505243113666280916272507562713960","-1926663827589333947146371078664366636992646961624324449506557604782201235023","13814796655745227353197201261418460541688903140002794433683159038999786839765","21480171501367143833005802974676178847829237277523234873799779170258750629245","19790038539601152649725546333505434402564513298366982524364862726651704264321","-13896819909310485879552260272256137695422883045263018911396171088340201306644","13202581604460091961360677610356466442959655233795596947486254525939453941573","-19433072070045856509958410584539640522383735839598891868497246317828941220630","-282743740062873838922662454215436540694901349788610102333663240817033855793","-6999786233031927467424280490771077124473564961228054985962543880659194707609","-7870887013407215494329270372287203516131876725055286476372697349534397092431","-6820684810637895984563552999273716130713727795503545830558759075251876521733","-2841939656070417908359418475684796327169782307893501787458542029425519419938","-4666768877685555578027593138256694468819136466306909404936166100179699312431","-5001235025121103681951043943083395100023435952514339558179086441909665268443","875148117335327625544608624813351158105367539217036986608030706689787856909","2374999198343645562545559812417176279185168722468431326463399342227680721541","-8546473177666293253121806420704987873043773277780969326038715304156794327498"],["0","-17634406580382834259862356790320406677400177217951342416700694605265520048478","-43156817809708630785427893632021064265501740220563747909907474377282301376","-5934806140009240363488462437418409360866573553204932307154309396995369922932","-16248434693378083012811139972680137954380938489119375292384863723091665561778","-2625591860200805896667411880182397272210652620287126942453013330733257650603","-12884167605233557428497521647103664886560054479582183099467832300554807560308","14434895859197853809394646103338855830732259255508128481823731503903275824642","-15663580163321052848250263101916805119384976905510578221930195676579030026984","18933450357209985643466214628684565313643859747282174876358049124454449601276","9213715138609746033351245269368525550549307950220584099143458880580059532104","8000380167013552190034546011878198281421531905129755107667199541033643650341","12658935189661658584420661640851143961185691547957149676234043557520263345730","-1757373036552806851725386406494006380617479464237362260083852272462957792194","5620927461261776325067921813877483336130065538620196243857894022435817594855","-17014766488520036095871574376631019257446440310812322593703222502034067004004","5590447186411595503441316217791901263239429494812708261885465135015450445673","2643072952941221597957245004304415546783586647708749076050174482861513933588","15443277174915102416064539697752833281334733654166529495181465442730111408803","-13448465777236063398254982696801930242646090275942995279769544394170673057119","19747443256702375955066019431579593291165983305483403444247931991478527444093","-19293267436170763733769554761447315560426506459610996101686739514335764622567","13340444120345710820457040083664571650035801048737870627907984845631921613626","6922332428661561727252368998214903941375212120726203414434780623106763807319","2535979382061615026582635184879938693103557288453739248308571650441619705403","13996418364901385341549677105680900069104345601190996186743121040562465560300","-3216307936304378723467036989176451315456499629022415731027906295512375146363","5715534290729661652516582496475514578477971205617904977786808756142096455427","-7001018764875972222011738457433822940584558286033520671126248735842630989870","-19933879151442956422589105881944827365420562072965393718257616872201826917942","14479218963668160168529997539523540760738447879562857155420982329715611128184","-17611240487673236442704867225114004899218999792493420489843009788002914071034","-11845856975817544711004731662651479849201478580422824420026499649629591326734","3894095856968022187357940976737598956506125081503522136998429278295441394514","11300511243170220889499963160386961460941737098998149883803651520761723632810","-12513992038576503740842339454952161731927814231896100212614056710940425015320","-14972680962994004585987642982694388446822643279226624676293308473028965674321","3951809631648400604841042855590878990684586044553731204595491153974251496613","4677709062830669542076365332091940643014097813875042749637187509916563380184","15013712969264069989849501158744780979116182685910381505974315844212744702907","-9377524549430229412960587091395335142153846416440498282957568873951070971317","7745460197533622477691067338360718571462591743481242111348737641425129894201","15786568040902564026374433653108580404729082085037667074990516329398053616462","14450723609167328612825775105795740191470304630456858198187995370181728019097","18304290809963040961562950480885710603550500503249918697084446731788254505465","9045907733234861663036099309811962227061234262486719434911592568829838167338","7926974430602914945456243935482945318058684215776456653036118475127438142022","-5837399021066980725087798473744664638429286458845316018623505689542468788063","-15548919232121965962271048492826778669719192940736134728817509527187595682334","-17419599314902891451475575849459455040269238456887002763536079965346265410881","18214828686760272123592506738121256793827432019631156604573561800642518138735","4848974232721441422919297096819422171171867294389577994373404585663090978009","4194723842463461902111759122137038920443804494475679821650406494742706502504","16255335290027768609306217968126162981186136425220481581817476366249479197154","6920862699968990379153154369494634032748957351983183754466294569631573184373","-7871081713350204086592710935351592444946284447238059913843806602315534404469","-1823526089841351572454665734588162293142618169597242185316018452098898299645","-19670118171108462377943031689965539862283756018941806380993597452371612686202","-3659387398579634839217906537853965171314582216705321423731543039346798608827","-17221672385522412935613994387335162296465623550218873884045552632148033376728","14138755719259576401198190163140672341535840346218049259946086082554272312811","7739454874543169972778177250263084013869319456530443914512527865940036303264","-14904980401592719757198487612667519429335423525084616859763963912723287804104","-4295084677868979856310918292824547681377995638417216031993455136222859015416","-16117079993547735098544962242488621986401928679186979929273365453433669779353","-15136770216856002040573560212654292015754590971509079802839952012871627659546","-5269169868445592267842767988381324919399288386313739269343999645303720575936","-18939901608206304347318178246931228162133140080263088523891507224920149152011","2627073120367831846553133954578914627239021589292387494863853060303111438758","10471969188405244241534152962422554284828977500223130427397174636641455198767","20729444888827948183509180975720482779017067793418453375171033694059919005582","-11637539981041470222756907172758361702793147193257676931663917079136267556691","10025183100007986659055242577552758276370085300470006886072679890495361487434","-20438391904256845895651495375433039901984248251404990630208817784268261966479","-15380348928223424760201167939980129408240240354464259895733726964880636279887","7896503231547905132459926059208264985163646897144991457577171366675601838952","4871604480711240440400231168313339637757952977112198687625561918765464304647","1048573917535458118159085839059442830761194450325280165937277952754423397228","17311383834689514958222600698770830588326169049753817132719601956064853647319","228416822387029025957932677050007686307674402069096482854676793136923592670","-9474907100452363898144938628462142831723531362694100985001026595610748255063","3142966673072432259522302110212998762938579399399724152715961311265183194551","-2359355777664900037607571463188665895126419845815341074746614108147680792149","1595895343417536435910828200872703847246567790345841354834575828136491563314","18034915216660607327953663587928541814563070477167385444685088977011406025571","5741350439651179484147996777579645994829441879589554523668113891423765183913","21072100130895012443765200204095082607110110154630435403901354153941692762873","17691834207363030077204686921753593716580662196317930705031521266727600033025","-5905396946781696536858114799255000302297401690110003479094137990104594117671","4516920337080908700474949475455657797370946067175159551274304865303099387529","-16977901268252437797670415423822005956219107278781749393296288449082073945643","-565487480125747677845324908430873081389802699577220204667326481634067711586","-13999572466063854934848560981542154248947129922456109971925087761318389415218","-15741774026814430988658540744574407032263753450110572952745394699068794184862","-13641369621275791969127105998547432261427455591007091661117518150503753043466","-5683879312140835816718836951369592654339564615787003574917084058851038839876","-9333537755371111156055186276513388937638272932613818809872332200359398624862","-10002470050242207363902087886166790200046871905028679116358172883819330536886","1750296234670655251089217249626702316210735078434073973216061413379575713818","4749998396687291125091119624834352558370337444936862652926798684455361443082","4795296516506688716002792903847299342460817844854095691620773578262219840621"],["0","-13380570288926393297478307835383538266251990035486650489703185023955231601339","-86313635619417261570855787264042128531003480441127495819814948754564602752","-11869612280018480726976924874836818721733147106409864614308618793990739845864","-10608626514916890803375874200103000820213512577822716241071523259607522627939","-5251183720401611793334823760364794544421305240574253884906026661466515301206","18008150533211435587497768196307220403976619841667702488460743772042001870618","6981548846556432396542886461420436572916154110600222619949258821230743153667","-9438917454802830474254120458576335150221589410605122100162187166582251558351","-5909585029258579157560382233145419549809009306267718934680310124242717788682","18427430277219492066702490538737051101098615900441168198286917761160119064208","16000760334027104380069092023756396562843063810259510215334399082067287300682","3429627507484041946594917536445012833823018695498265008769882928464718195843","18373496798733661518795632932269262327313405471941309823530499641649892911229","11241854922523552650135843627754966672260131077240392487715788044871635189710","-12141290105200796969496743008004763426344516221208610843708240817492325512391","11180894372823191006882632435583802526478858989625416523770930270030900891346","5286145905882443195914490008608831093567173295417498152100348965723027867176","-12889931393848345612363732095008883614427261492499009697033477487691394173628","-5008688682632851574263559648346585396743816151469956215840884601765537618621","-4281599230273798534360772627355363594764762189865261798900544390194562103048","-16698292000502252245292703777637356032304648518805957859675274842095720749517","-17095597502987128803578731323185406877025126703356327431580438681887773763982","13844664857323123454504737996429807882750424241452406828869561246213527614638","5071958764123230053165270369759877386207114576907478496617143300883239410806","6104593857963495460852948466104525049660326801965958029788037894549122624983","-6432615872608757446934073978352902630912999258044831462055812591024750292726","11431068581459323305033164992951029156955942411235809955573617512284192910854","-14002037529751944444023476914867645881169116572067041342252497471685261979740","-17979515431046637622931806018632379642292759745514753092817029557827845340267","7070195055497045114813589333789806432928531358709679967143760472855413760751","-13334238103507197663163328704970734709889635184570806635987815389430019646451","-1803471079795814199763057580045684609854592760429614496354795112683374157851","7788191713936044374715881953475197913012250163007044273996858556590882789028","712779614501166556753520575516647833335109797580265423909098854947638770003","-3139741205313732259438273164647048375307264063376166081529909235305041535023","-8057119054148733949728880220131501805096922158037215008888412759482122853025","7903619263296801209682085711181757981369172089107462409190982307948502993226","-12532824746177936138093675081073393802520168772665948844423829166742681735249","8139183066688864757452596572232286869684000971404728668250427501849680910197","-18755049098860458825921174182790670284307692832880996565915137747902141942634","15490920395067244955382134676721437142925183486962484222697475282850259788402","9684893209965852830502461560959885720909799769659299806282828472220298737307","7013204346495382003405144466334205294392244860497682052677786553787647542577","14720338748086806700879495216514146118552636606083803050470689277000700515313","18091815466469723326072198619623924454122468524973438869823185137659676334676","15853948861205829890912487870965890636117368431552913306072236950254876284044","-11674798042133961450175596947489329276858572917690632037247011379084937576126","-9209595592404656702295691240396282250890021481056235113936814867799382869051","-12950955757966507680704745953661634991990112513357971183373955744116722326145","14541414501681269024938607730985238499106499638846278865448919414709227781853","9697948465442882845838594193638844342343734588779155988746809171326181956018","8389447684926923804223518244274077840887608988951359643300812989485413005008","10622427708216261996366030190995050873823908450024928819936748545923149898691","13841725399937980758306308738989268065497914703966367508932589139263146368746","6146079445138867049060983874554090198655795505939914516010590981944739686679","-3647052179682703144909331469176324586285236339194484370632036904197796599290","-17451993470377649533639657634673804636019147637467578418288990718167416876787","-7318774797159269678435813075707930342629164433410642847463086078693597217654","-12555101899205550648981583029413049504382882700021713424392901077720258257839","6389268566679877580149974581024069594523316292020064176193967978532736130005","15478909749086339945556354500526168027738638913060887829025055731880072606528","13966524940493110930095836265179511318425881750662834967868480547705041383026","-8590169355737959712621836585649095362755991276834432063986910272445718030832","-10345917115256194974843518739719968884255492957957925514848526720291531063089","13502945309966546363345691065205966145587546857813909081716504347408361672142","-10538339736891184535685535976762649838798576772627478538687999290607441151872","-15991560344573333472389950748605181235717915760110142704084810263264489808405","5254146240735663693106267909157829254478043178584774989727706120606222877516","20943938376810488483068305924845108569657955000446260854794349273282910397534","19570646905816621144771956206183690469485771186420872406643863201544029515547","20501405781595609998978997144997826771510434414316714824068574214879081877852","20050366200015973318110485155105516552740170600940013772145359780990722974868","-18988540936674416569056585005608804715420132102393946916719431381960715437341","13015787887231700924090475610554291360616248091903548895928954443390344431460","15793006463095810264919852118416529970327293794289982915154342733351203677904","-12145033910416794341445943408630595813032458446191636968447080349044879886323","-19791095036768358985928234067138389427025975499765474011823648281066961701161","12734524797539754694198795652284386088103973699091599921740999725553898799021","456833644774058051915865354100015372615348804138192965709353586273847185340","-18949814200904727796289877256924285663447062725388201970002053191221496510126","6285933346144864519044604220425997525877158798799448305431922622530366389102","-4718711555329800075215142926377331790252839691630682149493228216295361584298","-18696452185004202350424749343511867394055228819724351634029052530302825368989","14181587561481939433660921430599808540577776553918736545671973767447003555525","11482700879302358968295993555159291989658883759179109047336227782847530367826","20255957389950749665283994662932890125671855908844836464104504121307577030129","13495425542886784932162968098249912344612959992219827066364838346879391570433","10077448978275882148530176146747274483953561020196027385509928206366620260275","9033840674161817400949898950911315594741892134350319102548609730606198775058","-12067559664665600373094425102386736823889850157147464442894372711588339395669","-1130974960251495355690649816861746162779605399154440409334652963268135423172","15777340811550840574795689527430241679202468955919848743546232850514838160798","-9595305181789586755070675743891538975979142499805111561792585211561779874107","-5394496370712308716007806251837589434306546781598148978536832114431697591315","-11367758624281671633437673902739185308679129231574007149834168117702077679752","-18667075510742222312110372553026777875276545865227637619744664400718797249724","1883302771354860494442229972923694688454620590358676110981858418937147421845","3500592469341310502178434499253404632421470156868147946432122826759151427636","-12388246078464692972064166495588569971807689510542309037844606817665085609453","9590593033013377432005585807694598684921635689708191383241547156524439681242"],["0","-4872897706013511372710209925509801443955615670557266635708165861334654707061","-172627271238834523141711574528084257062006960882254991639629897509129205504","-1850981688197686231707444004416362354917929812403694884919033401405671196111","670989842005493615494657345051273448121339244770601861555157667360763239739","11385875431036051635576758224527685999705753919267526573886150863642777893205","14128058194583595952749130647357165719404875282919370633223283357508195245619","13963097693112864793085772922840873145832308221200445239898517642461486307334","-18877834909605660948508240917152670300443178821210244200324374333164503116702","-11819170058517158315120764466290839099618018612535437869360620248485435577364","14966617682599708911158575332216827113648867400466302052875631335744429632799","10113277796214933537891778302255518037137763220102986086970593977558766105747","6859255014968083893189835072890025667646037390996530017539765856929436391686","14858750725628047815344860119281249566078446543466585303362795096723977326841","595466973207830078025281510252658255971897754064750631733371903167461883803","-2394337338562318716747080270752251764140668042001187343718277448408842529165","473545873807106791518859125910329964409353578834798703843656353485993287075","-11315951060074388830417425728039612901414017809581038039497506255129752761265","-3891619915857416002481058444760492140306158584581985050368750788806979851639","-10017377365265703148527119296693170793487632302939912431681769203531075237242","-8563198460547597068721545254710727189529524379730523597801088780389124206096","-11508341129165229268339001810017436976060932637195881375652345497615633003417","-12302952134134982384911056901113538665501889006296620519462673177199739032347","5801086842806971686763070247602340676952484082488779314040918305851246733659","10143917528246460106330540739519754772414229153814956993234286601766478821612","-9679055155912284300540508813048224989227710796484118284122128397477563245651","-12865231745217514893868147956705805261825998516089662924111625182049500585452","-20914348580759903834426481504612491863184843978360448776249173348583231169526","-6115832187664613665800548084478016673789868743718048340806790756794715463863","-14070787990254000023617206292007484196037155090613471841935854929079882184917","-7747852760845184992619227077677662222691301682996674409410683240864980974115","-4780233335175120104080251664684194331230905968725578928277426592284230797285","-3606942159591628399526115160091369219709185520859228992709590225366748315702","15576383427872088749431763906950395826024500326014088547993717113181765578056","1425559229002333113507041151033295666670219595160530847818197709895277540006","-6279482410627464518876546329294096750614528126752332163059818470610083070046","-16114238108297467899457760440263003610193844316074430017776825518964245706050","15807238526593602419364171422363515962738344178214924818381964615897005986452","18710836251322678168305461328367762572056391255500170998548750039666253520736","16278366133377729514905193144464573739368001942809457336500855003699361820394","-15621855325881642429595942620324065480067021265345958788132071309228475389651","9093597918295214688517863608185599197302002573508934101696746379124711081187","-2518456451907569561241482623337503646728764861097434731132547242135211021003","14026408692990764006810288932668410588784489720995364105355573107575295085154","7552434624334338179512584687771017148556908811751571757243174367425592535009","14295388061100171429897991493990573819696572649530843395948166088743544173735","9819654850572384559578569996674506183686372462689792268446269713933944072471","-1461353212428647678104788149721383465168781434965229730795818571594066656635","-18419191184809313404591382480792564501780042962112470227873629735598765738102","-4013668644093740139163086162065994895431860626299908023049707301657636156673","7194586131523262827630809716713201909664634877276523387199634642842647068089","19395896930885765691677188387277688684687469177558311977493618342652363912036","16778895369853847608447036488548155681775217977902719286601625978970826010016","21244855416432523992732060381990101747647816900049857639873497091846299797382","5795207928036686294366211732721261042447465007516700674166974091950484241875","12292158890277734098121967749108180397311591011879829032021181963889479373358","14594138512473868932427742806904625915977891722027065602434130378180215297037","-13015744068916023845032909524090334183489930874519122492879777249759025257957","-14637549594318539356871626151415860685258328866821285694926172157387194435308","-3221960926571826075716760313568823920217400999627392505087597968864708020061","12778537133359755160299949162048139189046632584040128352387935957065472260010","9069576626333404668866303255795060966928913425705741314351907277184336717439","6044807009146946637945266785101747548303399100909635592038756908834274270435","-17180338711475919425243673171298190725511982553668864127973820544891436061664","-20691834230512389949687037479439937768510985915915851029697053440583062126178","5117647748093817504444976385154657202626729315211783819734804508240914848667","-21076679473782369071371071953525299677597153545254957077375998581214882303744","-10094877817307391722533495751953087382887467119804251064471416339953171121193","10508292481471327386212535818315658508956086357169549979455412241212445755032","-1888608990057573478356199640824333037780818799939546977807709826585796196166","17253050939793967067297506667110105850423177972425710469589522216512250535477","19114568691351944775711588544738378454472504428217395304438944243182355260087","18212489528192671413974564564953758016931976801463993200592515375405637454119","-16088839001509557915866764265960334342291899804371859489740658577345622379065","4143332902624126625934545475851307632684131783391063448159704700204880367303","9697770054352345307593298491575784852106223188163931486610481280126598860191","19486417922844961761600924673253358551031811908448794750502247675061857218588","4194295670141832472636343356237771323044777801301120663749111811017693588912","3580806723240234166151185559311497087659582997767165499783795264531989102425","913667289548116103831730708200030745230697608276385931418707172547694370680","-16011385529970180370333348768591296238345761050360369596305902195867184524635","12571866692289729038089208440851995051754317597598896610863845245060732778204","-9437423110659600150430285852754663580505679383261364298986456432590723168596","-15504661498169129478603092941766459699562093239032668924359900874029842242361","6474932251124603645075437115942341992607188707421438747645743348318198615433","1077158886765442714345581365061308890769403117942183750974251379119252240035","18623671908062224108321583580608505162795347417273638584510804056039345564641","-16785634657904980580166875294014725487870808816392414554666731679392833850368","20154897956551764297060352293494548967907122040392054771019856412733240520550","18067681348323634801899797901822631189483784268700638205097219461212397550116","-2246876457491925523942444459516198559231335913878894542090541236600870295721","-2261949920502990711381299633723492325559210798308880818669305926536270846344","9666438751262405927344973309603208269856573511423663143394261514453867825979","-19190610363579173510141351487783077951958284999610223123585170423123559748214","-10788992741424617432015612503675178868613093563196297957073664228863395182630","-847274376724068044628942060221095528809894062731979955970132048828346863887","-15445908149645169401974339360796280662004727330039240895791124614861786003831","-18121637329129554233361945799409885711639123219698682121734487348701513651927","7001184938682621004356868998506809264842940313736295892864245653518302855272","-2888249285090110721881927245919864855067014620668583731991009448754362723289","19181186066026754864011171615389197369843271379416382766483094313048879362484"],["0","-9745795412027022745420419851019602887911231341114533271416331722669309414122","-345254542477669046283423149056168514124013921764509983279259795018258411008","-3701963376395372463414888008832724709835859624807389769838066802811342392222","-20546263187828287991257091055154728192305685910874830620587888851854282016139","883507990232828048907110703798096910863143438119018804074097540709747290793","-15520369354511358538994550195800218738286978234993327420949841658135226499996","6037952514386454363925140100424471203116252041984856136098831098347164119051","-15867426947372046674770076089048065512337993242004454056950544479753197737787","-1750097245195041407995123187324403110687672824654841395023036310395062659111","-13843250378479132622175660826080895949798993999899464581645145701662757725636","20226555592429867075783556604511036074275526440205972173941187955117532211494","13718510029936167786379670145780051335292074781993060035079531713858872783372","7829258579416820408443314493305224043608528686517136263027386006872146158065","1190933946415660156050563020505316511943795508129501263466743806334923767606","-4788674677124637433494160541504503528281336084002374687436554896817685058330","947091747614213583037718251820659928818707157669597407687312706971986574150","21144583623529772783657960034435324374268693181669992608401395862892111468704","-7783239831714832004962116889520984280612317169163970100737501577613959703278","-20034754730531406297054238593386341586975264605879824863363538407062150474484","-17126396921095194137443090509421454379059048759461047195602177560778248412192","-1128439386491183314431597874777598863573500873975728407606486808655457511217","19170581475408585674670697688287472846092950788238827648471062018752138926540","11602173685613943373526140495204681353904968164977558628081836611702493467318","20287835056492920212661081479039509544828458307629913986468573203532957643224","-19358110311824568601081017626096449978455421592968236568244256794955126491302","-3842220618595754565489890168154335435103632631763291504525046177523192675287","1947788582158742775639848481289566450727040844111171134898061675985154652182","-12231664375329227331601096168956033347579737487436096681613581513589430927726","15634909763170550397258398906499581785022418619605125003524698514991852621400","-15495705521690369985238454155355324445382603365993348818821366481729961948230","12327776201489035014085902415888886426086552462964876487143351002007346901047","-7213884319183256799052230320182738439418371041718457985419180450733496631404","9264523983904902276617122068643516563500636251612142752289230039787722660495","-19037124413834608995232323443190683755207925210094972648061808766785253415605","-12558964821254929037753092658588193501229056253504664326119636941220166140092","11548009527083614645577290609988542956709040168683208651842757335223125579134","9726234181347929616481937099469756836928323956013815293065725045218203477287","-6354813241033194107881888833779025032983946289831726690298908293819109949762","10668489394916183807563980543671872390187639485202880329303505820822915145171","-9355467779924009636945479495390855871585678130275883232565938431881142283685","18187195836590429377035727216371198394604005147017868203393492758249422162374","-5036912903815139122482965246675007293457529722194869462265094484270422042006","6164574514142252791374172120079546089020615041574693867012942028574781674691","-6783373623170598863221236369715240791434546776912890829211855451724623425599","-15185709621478207584696828502533402537703583501770381895500076195664528643764","19639309701144769119157139993349012367372744925379584536892539427867888144942","-2922706424857295356209576299442766930337562869930459461591637143188133313270","6938103374059923635310046528929421173536642876607128231649148901954085515030","13860905583651794943920233421125285297684643147816218297598789583260536182271","14389172263046525655261619433426403819329269754553046774399269285685294136178","16903550989932256161107971029298102280826573954700589611289032498728919328455","11669547867868419994647667231839036275002071555389404229505047771365843524415","20601467961025772763217715018722928406747269399683680936048789997116791099147","11590415856073372588732423465442522084894930015033401348333948183900968483750","2696074908716192973997529752959085706074817623343623720344159741203150251099","7300034153108462642609079868551976743407419043638096861170056569784622098457","-4143245265992772467819413302923393278431497348622210642061350312942242020297","-7386856316797803491496846557574446281968293333226537046154140128198580374999","-6443921853143652151433520627137647840434801999254785010175195937729416040122","3668831394880235098353492578839003289544900767664222361077667727555136024403","18139153252666809337732606511590121933857826851411482628703814554368673434878","12089614018293893275890533570203495096606798201819271184077513817668548540870","-12472434551112563628240940597339106362475600706921693912249436903207063627711","-19495425589185504677127669213622600448473607431415667715695902694590315756739","10235295496187635008889952770309314405253458630423567639469609016481829697334","1623126796113812301750667583463950821902421710322154532644411210721852383746","1698487237224491777179414241351100322773430160807532214755371506669466253231","21016584962942654772425071636631317017912172714339099958910824482424891510064","18111024891724128265534006463608609012986726800536940388082784533404216103285","-9270383864090616309897798156294338476250372855980647748217363940127115920280","16340894510864614329176771344219481820396644456018756265179684299788902024557","14536736184546067605702723384650240945315589202511952057486826564235466412621","-10289435131179840609487122786663393596035435208327684635783112968115436262513","8286665805248253251869090951702615265368263566782126896319409400409760734606","-2492702763134584607059808762105705384335918024088171370477241626322610775235","17084592973850648300955443601249442013515259416481555157306291163547905941559","8388591340283664945272686712475542646089555602602241327498223622035387177824","7161613446480468332302371118622994175319165995534330999567590529063978204850","1827334579096232207663461416400061490461395216552771862837414345095388741360","-10134528188101085518420291791925317388143157700304704848913600205158560553653","-18632752359099092368314394608810560073588093605634275465668717883030151434826","-18874846221319200300860571705509327161011358766522728597972912865181446337192","12767162747340291487286625606981630777972542322766730838676606625091932506512","12949864502249207290150874231884683985214377414842877495291486696636397230866","2154317773530885428691162730122617781538806235884367501948502758238504480070","15359100944285172994396761415959735237042330434131242825323403925502882633665","-11683026443970685938087344842772175887193253232368794765635259172209859205119","18421553041264253371874298841731822847265879680368075198341508638890672545483","-7641123047031280840693215686869287798129160263430792277201969450726821891002","-4493752914983851047884888919032397118462671827757789084181082473201740591442","17364343030833293799483806477810290437429942803798272706359592333503266802929","19332877502524811854689946619206416539713147022847326286788523028907735651958","-16492977855319071798036297230308880815368205598804411903472136659671311000811","-21577985482849234864031225007350357737226187126392595914147328457726790365260","-1694548753448136089257884120442191057619788125463959911940264097656693727774","-9003573427451063581702272976335286235461090259662447447884045043147763512045","-14355031786419833244477485853562496334729882038981329899770770510827218808237","-7885872994474033213532667748243656558862483772943442557969712879539202785073","-5776498570180221443763854491839729710134029241337167463982018897508725446578","16474129260214234505775937485521119651138178358416731189267984439521950229351"],["0","2396652047785229731405566043218069312725901718186967800865540741237189667373","-690509084955338092566846298112337028248027843529019966558519590036516822016","-7403926752790744926829776017665449419671719249614779539676133605622684784444","-19204283503817300760267776365052181296063007421333626897477573517132755536661","-20121226891373619124432184337661081266822077524177996735550009105156313914031","-9152495837183441855742694646343162388025592069570620498201479129694644504375","12075905028772908727850280200848942406232504083969712272197662196694328238102","-9846611022904818127293746432838855936127622083592873770202884772930586979957","18388048381449192406256159370608468867173018751106351553652131565785683177395","-5798257885118990022104915906904516811049623599382894819592087216749706955655","18564868313020458929320707463764797060002688479995910004184171723659255927371","5548777188033060350512934546302827582035785163570085726460859241141937071127","15658517158833640816886628986610448087217057373034272526054772013744292316130","2381867892831320312101126041010633023887591016259002526933487612669847535212","-9577349354249274866988321083009007056562672168004749374873109793635370116660","1894183495228427166075436503641319857637414315339194815374625413943973148300","-1487318496619004877176891421643901428559342437492083470593616647367394053826","-15566479663429664009924233779041968561224634338327940201475003155227919406556","-18181266589223537371862071441515408085402164811343615383028872627548492453351","-12364550970351113052639775273585633669569733118506060047506150934980688328767","19631364098856908593383209995702077361401362652464577528485230569264893473183","16452920078977896127094989631317670603637537176061620953243919850928469357463","1316104499388611524805875245152087619261571929539082912465469036829178439019","18687427241146565203075757212821744001108552214843793629238942220490106790831","-16827977751809861979915629506935624868362478785520438792790309403334444486987","-7684441237191509130979780336308670870207265263526583009050092355046385350574","3895577164317485551279696962579132901454081688222342269796123351970309304364","-2575085878819179440955786592654791606611110574456159019528958840603053359835","9381576654501825572270392067741888481496472838794215663351192843407896747183","-9103168171541464748230502565453373802216842331570663293944528776884115400843","2767309531138794805925399086520497763624740525513718630588497817438885306477","7460474233472761624141945104891798209711622316979118372859843285108815232809","18529047967809804553234244137287033127001272503224285504578460079575445320990","-16186005955829942768218241141124092421867486019773910952425413346994698335593","-3229686770670582853259779571919111913909748106593294308541069695864523784567","1207776182327954068908175474719810824869715936950382959987310483870442662651","-2435774509143415989282531546317761414691716488388403757566754096139401541043","-12709626482066388215763777667558050065967892579663453380597816587638219899524","21336978789832367615127961087343744780375278970405760658607011641645830290342","-18710935559848019273890958990781711743171356260551766465131876863762284567370","14486148801341583531825048687485121700659645893619702063088781329923035829131","-10073825807630278244965930493350014586915059444389738924530188968540844084012","-9559093843554769639498061505098182910507134317266646609672320129426245146235","-13566747246341197726442472739430481582869093553825781658423710903449246851198","13405066500722135275099154485447745101689561797291304896396255981822559703706","17390376530450263016067874241440749646197125450343134730086874669159967794267","-5845412849714590712419152598885533860675125739860918923183274286376266626540","13876206748119847270620093057858842347073285753214256463298297803908171030060","5833568295464314665594061096993295506820921895216402251499374979945263868925","6890101654253776088276833121595532550110175108690059205100334384794779776739","11918859108025237099969536313338929473104783508985144878879860810882030161293","1450852863897564767048928718420797461455778710362774115311891356155878553213","19314693050212270304189024292188581724946174398951327528399375807657773702677","1292588840307469955218441185627769081241495629650768352969692181226128471883","5392149817432385947995059505918171412149635246687247440688319482406300502198","14600068306216925285218159737103953486814838087276193722340113139569244196914","-8286490531985544935638826605846786556862994697244421284122700625884484040594","-14773712633595606982993693115148892563936586666453074092308280256397160749998","-12887843706287304302867041254275295680869603998509570020350391875458832080244","7337662789760470196706985157678006579089801535328444722155335455110272048806","14390063633494343453218807277922968779167289302406930913709424922161538374139","2290985164748511329534661395149715104665232003222508024456823448761288586123","-3056626230385852034235475449420937636402837013427353480800669619838318759805","-17102608306531734132008932681987925808398850462415301087693601202604823017861","20470590992375270017779905540618628810506917260847135278939218032963659394668","3246253592227624603501335166927901643804843420644309065288822421443704767492","3396974474448983554358828482702200645546860321615064429510743013338932506462","20144927054046034322603737528005358947275981028262165574123444778273974524511","14333806911608981308821607181959942937425089200657846432467364880232623710953","3347475143658042602450809432668598136047618688454738847263476306321576655057","-11094696721949321786139268802075586536303439888794556157037039773573812942120","7185229497252859989159041024043206802082814004607869771275448941895124329625","-20578870262359681218974245573326787192070870416655369271566225936230872525026","16573331610496506503738181903405230530736527133564253792638818800819521469212","16902837345570106008126788221045864319876528352239691602743720933930586945147","12280943075862021379664481457241608938482154432547075970914378140520003387501","16777182680567329890545373424951085292179111205204482654996447244070774355648","14323226892960936664604742237245988350638331991068661999135181058127956409700","3654669158192464415326922832800122980922790433105543725674828690190777482720","-20269056376202171036840583583850634776286315400609409697827200410317121107306","-15377261846358909514382383472363845058627822810852516587639231579484494374035","-15861449570799125379474737665761379233474353132629422852247621543787084178767","3646082622841307752326845468705986467396720245117427333655009063608056517407","4011486132659139358055342718512092881880390429269720646884769206696985966115","-17579607324777504364864080285012039525470751928647299339801198670098799535477","-13058283855108204455699288658595079703012067932569583036749600522145851723904","20410432855737178568318121804970198402710222336094479156125890028731898580996","-6933379661150043700744213807050904482564969440095918290713391095370271900268","-15282246094062561681386431373738575596258320526861584554403938901453643782004","-8987505829967702095769777838064794236925343655515578168362164946403481182884","12840443189827312376721207210363305786311521207180511069020980480430725110241","16777512133210348487133487493155557990877929645278618229878841871239662808299","-11097712838798868373826188715360486542188046797192789463246069132766813506005","-21267728093859194505816044269443440385904009852369157484596452728877772234903","-3389097506896272178515768240884382115239576250927919823880528195313387455548","-18007146854902127163404545952670572470922180519324894895768090086295527024090","-6821820701000391266708565961867717580911399677546625455843336835078629120857","-15771745988948066427065335496487313117724967545886885115939425759078405570146","10335245731478832334718696761577815668280305917741699415734166391558357602461","11060015648589193789305469225784964213727992316417428034837764692468091963085"],["0","4793304095570459462811132086436138625451803436373935601731081482474379334746","-1381018169910676185133692596224674056496055687058039933117039180073033644032","-14807853505581489853659552035330898839343438499229559079352267211245369568888","-16520324135795326298289146984847087503577650442251219451256942847689702577705","-18354210910907963026617962930064887445095790647939959127401814023736819332445","-18304991674366883711485389292686324776051184139141240996402958259389289008750","2263567185706542233454154656440609723916643767523390200697120206812847980587","-19693222045809636254587492865677711872255244167185747540405769545861173959914","14887853891059109590265912995959662645797673101796668763606058944995557859173","-11596515770237980044209831813809033622099247198765789639184174433499413911310","15241493754201642636395009182272319031457012559575785664670139260742703359125","11097554376066120701025869092605655164071570327140171452921718482283874142254","9428791445828006411526852227963621085885750345652510708411339840912776136643","4763735785662640624202252082021266047775182032518005053866975225339695070424","-19154698708498549733976642166018014113125344336009498749746219587270740233320","3788366990456854332150873007282639715274828630678389630749250827887946296600","-2974636993238009754353782843287802857118684874984166941187233294734788107652","12643526416819222424644343932430613054647460124176188284446402062695778178122","-14474290306607799521477737137773541082255965222271196422359541068521176411085","-2840859068862950883033144801913992250591101836596085751314097683385568161917","-4513757545964733257726391499110395454294003495902913630425947234621830044868","11017597286116517031943573517378066118726709951707207562789635515281130219309","2632208998777223049611750490304175238523143859078165824930938073658356878038","15486611610453855183905108680386212913668740029271552914779680254404405086045","-11767712631780448737584853268613974648176593170624843241882414620093080478357","-15368882474383018261959560672617341740414530527053166018100184710092770701148","-14097088543204304119687011820099009285640201023971349804105957482635189886889","16738071114200916340334832559947691875326143251503716304640286505369701775947","18763153309003651144540784135483776962992945677588431326702385686815793494366","-18206336343082929496461005130906747604433684663141326587889057553768230801686","5534619062277589611850798173040995527249481051027437261176995634877770612954","14920948466945523248283890209783596419423244633958236745719686570217630465618","-6718389808058941338024323215940483923094183794383497678239488214000726349254","-10483769039820610314190076536990909755186607639131787561152622507413588175569","15428869330498109515726846601419051260728868187229445726616064794846760926483","2415552364655908137816350949439621649739431873900765919974620967740885325302","-4871549018286831978565063092635522829383432976776807515133508192278803082086","-3531010092293501209281149589858825043387420758910872417497428988700631303431","20785714707825460008009516429430214472202193540395486973515819096715852085067","-15533628247856763325535512236306148397794348120687498586565549540948760639123","7084054730843891841403691629712968312770927386823369782479358473270263162645","1740591256578718732314544758557245914718245511636556494637826249494120327593","-19118187687109539278996123010196365821014268634533293219344640258852490292470","-5245251620843120230638539733603688077189822707235528973149217620322685206779","-16966352742234279894294502519619059973717605206249458894603896409506497583822","-8995732682778024412357063007633050884702477900145799227222659034831681402700","-11690825699429181424838305197771067721350251479721837846366548572752533253080","-16024072247438855903252625374796865482950157294403555760799812765335274931114","11667136590928629331188122193986591013641843790432804502998749959890527737850","13780203308507552176553666243191065100220350217380118410200668769589559553478","1949475344211198977692666881420583857661202617554255414061517435188251826969","2901705727795129534097857436841594922911557420725548230623782712311757106426","16741143228585265386131642839119888361343984397486620713100547428739738909737","2585177680614939910436882371255538162482991259301536705939384362452256943766","10784299634864771895990119011836342824299270493374494881376638964812601004396","7311893740594575348189913728950631885081311774136353100982022092562679898211","-16572981063971089871277653211693573113725989394488842568245401251768968081188","-7659182395351938743740980485040510039324808932490113840918356326218513004379","-3887444540735333383487676763293316273190843596603105697002579564341855664871","14675325579520940393413970315356013158179603070656889444310670910220544097612","-14996358476689863538055196934668612618762150196018206859977558528828540242956","4581970329497022659069322790299430209330464006445016048913646897522577172246","15774990411067571153775454846415399815742690373561327382096864946899170976007","-12316973741224193041771459618718576528249336524414567831688998218633837540105","19052939112911264813313405335979982532465470121278236214180231879351510293719","6492507184455249207002670333855803287609686841288618130577644842887409534984","6793948948897967108717656965404401291093720643230128859021486026677865012924","18401611236252793422961069310753442806003597656108296804548685369972140553405","6779370951378687395396808618662610786301814000899658521236525573889438926289","6694950287316085204901618865337196272095237376909477694526952612643153310114","-301150572059368350032131858893897984058515377173077970375875360571817388623","14370458994505719978318082048086413604165628009215739542550897883790248659250","-19269497652880087215702085401396299295593376432894704199434247685885936554435","11258420349153737785229958061553185972924689866712473241579433415063234442807","11917431819300936794007170696834453551204692304063348861789237681285365394677","-19214599591954507685163848576031332300132419935737916745567652092111610216232","11666122489295384558844341104644895495809858009992930966294690301565740215679","6758210914082598106963078729234701612728299581721289654572157929680104323783","7309338316384928830653845665600245961845580866211087451349657380381554965440","-18649869880565066851434761422443994464024266400802785051956196634058433718995","13021962050960731415728044545786860059841083179127035512117945214182628243164","-9834656269758975536703069586265483378400341864842811360797038900998359861917","-14596077626156659717592714807845302153754923910181179676388186059359695460803","-13865270606520996506135720308233089324787583541876593049928665773181836563387","8617271094123541714764650920490471126155224943537470007794011032954017920280","17659918033462141533094234173324390771072592935692902613897207328859913543426","-2955620032204193307856567880574153371676284128643110375144628315687819829242","-13866759322300087401488427614101808965129938880191836581426782190740543800536","-8676249316285848140526457002219876103968276653307134765109673616331479068391","-17975011659935404191539555676129588473850687311031156336724329892806962365768","-18095599364023925691050397069787938604473686386471046549354447412290166770752","11666781394581421752020569241053840893207494890141202116059479555903517120981","-307182805758461525405971685463697995827729193969544582793934078957818516393","-20647213315879113789385682793629605683259655304322280625494701271179735974189","15110047858046730865214869263488510858069211898560194695937147795949033584521","-14126050837964979104562686160083869853295996638233755447837975986015245552563","-13643641402000782533417131923735435161822799355093250911686673670157258241714","-9655249106056857631884265247717351146901570691357735888180647331581002644675","20670491462957664669437393523155631336560611835483398831468332783116715204922","231788425339112356364532706312653338907620232418821725977325198360375430553"],["0","-12301634680698356296624141572384997837644757527668163140236041221627049826125","-2762036339821352370267385192449348112992111374116079866234078360146067288064","-7727464139323704485072698325404522590138512598043083815006330235914930642159","-11152405399751377374331888224436899918606936484086404558815681508803596659793","7068063921862624391256885630384775286905147504952150432592780325677978326344","7166502394944783021522032905141900624994360522549586694590491854373038973734","4527134371413084466908309312881219447833287535046780401394240413625695961174","4390041652059277935317825759159126432586240466460573606584869281429269071406","7887464910278943958285420246662050203046981803177303183513913703415307222729","-1304788668636684866173257882360792155650129997115544934670144680423019327003","8594744636564010050543612619287362974365660718735536985642074334909598222633","306865880292966179805332439954035239594776253864308562145232777991939788891","18857582891656012823053704455927242171771500691305021416822679681825552273286","9527471571325281248404504164042532095550364065036010107733950450679390140848","-16421154545157824245706878586778753137702324271602963155794234987965671971023","7576733980913708664301746014565279430549657261356779261498501655775892593200","-5949273986476019508707565686575605714237369749968333882374466589469576215304","3398809961799169627042282119603951020746555847936342225194599938815747860627","-7060337741376323820709068530289807075963566044126358501020877950466544326553","-5681718137725901766066289603827984501182203673192171502628195366771136323834","12860727779909808706793622747036484179960357408610207082846309717332148405881","146951700393758841640741289498857148905055502998380781881066843986451943001","5264417997554446099223500980608350477046287718156331649861876147316713756076","9084980349068435145563811615515150738789115658127071485861156322233001676473","-1647182391721622252923300791970674207804821940833652140066625053610352461097","-8849522076926761301672715599977408392280696653690297692502165233609732906679","15582308657269942205118787850316531605816326752889369079184493407881237217456","11587899356562557458423259374638108662103922102591398265582368824163595056277","15638063746168027066835162525710278837437526954760828309706567187055778493115","-14524429814326583770675604516556220120319004925866618832079910920960653107755","-10819004747284095998544809399175284034049402298361159821344212916820267269709","7953654062051771274321374674309917750298124867500439147741168953859452435619","-13436779616117882676048646431880967846188367588766995356478976428001452698508","-20967538079641220628380153073981819510373215278263575122305245014827176351138","8969495789156943809207287457580827432909371974042857109533925403117713357349","4831104729311816275632701898879243299478863747801531839949241935481770650604","-9743098036573663957130126185271045658766865953553615030267016384557606164172","14826222687252272803684106565539625001773522882594289508703346209174545888755","19683186543811644793772627113603153855856022680374939603333434006855895674517","-9179013623874251428824618727355021707040331840958962829432894895321712782629","14168109461687783682807383259425936625541854773646739564958716946540526325290","3481182513157437464629089517114491829436491023273112989275652498988240655186","-16348132502379803335745840275135456553480172868650552094991076331129172089323","-10490503241686240461277079467207376154379645414471057946298435240645370413558","-12044462612629284566342599293980844858886846012082883445509588632437186672027","-17991465365556048824714126015266101769404955800291598454445318069663362805400","-1493408527019087627430204650284860354152138559027641349034892958929258010543","-10159901623038436584258845004336455877351950188391077177901421344094741366611","1446030310017983440129838642715906938735323180449574662299295733205246980083","5672163745175829130860926741124855111892336034344202476703133352603310611339","3898950688422397955385333762841167715322405235108510828123034870376503653938","5803411455590259068195714873683189845823114841451096461247565424623514212852","11594043585331255550016879932982501634139604394557207082502890670903669323857","5170355361229879820873764742511076324965982518603073411878768724904513887532","21568599269729543791980238023672685648598540986748989762753277929625202008792","14623787481189150696379827457901263770162623548272706201964044185125359796422","-11257719256102904520308900678129871138903614388561650792792598316962127666759","-15318364790703877487481960970081020078649617864980227681836712652437026008758","-7774889081470666766975353526586632546381687193206211394005159128683711329742","7462408287202605564581534885454751227810841740897744544923137633865279699607","-8104474081540451853863988124079950148975935991620379376256912871081271990295","9163940658994045318138645580598860418660928012890032097827293795045154344492","-12226504921543408136941901797683750545611348053709413923202678479353275039220","-2745704610609110861296513492179877967950308648413101319679792250691866584593","16217635353983254404380404926702689976382575842140438084662259572127212091821","12985014368910498414005340667711606575219373682577236261155289685774819069968","-8300344974043341004811091814448472506360923113955776625655232133220078469769","14914979600666311623675732876249610523458830911800559265399166553368472611193","-8329500969081900431452788507932053515944736398616717301225153038796930643039","13389900574632170409803237730674392544190474753818955389053905225286306620228","-602301144118736700064263717787795968117030754346155940751750721143634777246","6852675117172164734389758350915552119782891618015444741403591581004688822883","-16650752433920899209157765057535323502638388465373374055170291185196064613253","628597826468200348213510377849096857301015333008912139460662643550660389997","1946620766762598365767935648411632013861020207710663379880271175994922293737","-16540956312069740148081291406805389511716475471059799147437099997647411936847","1444002106751493895442276464032515903071351619569827588891176416555671935741","13516421828165196213926157458469403225456599163442579309144315859360208647566","-7269566239069417560938714414056783164857202667993859440998889425812698564737","6476745982548416741623288645626561249048195999226498583484015105034749553244","-17732561641757087613036722398940830057414562442577997663160517944786360504906","2218930332321324148840266572726308331747680670730411622104126384579088771783","-7303912380474044212939023870433329218961483419946325009078167932143582425989","-5842298341202717790025034871208903561026802683337151756159127359787864631157","-4653700683592191792717103904276332836237914513341094328110182120667772655057","13431593195085007843942062601391506453596821470969770884096210471144018591235","-5911240064408386615713135761148306743352568257286220750289256631375639658484","16042967099078375641515956262310932246836851040448395524542843991670529390162","-17352498632571696281052914004439752207936553306614269530219347232662958136782","7826462423807742061413700138255373229395354178769756013947748587537692259698","-14302955856208576159854388394318602120399008372526058755010690638004525045887","1445319917323568281794732736850406697866625379866369888420754925231225746345","-614365611516923050811943370927395991655458387939089165587868157915637032786","-19406183759918952356524959842001936277970946208228526907291198355783663452761","8331852844254186508183332781719746627590059396704355048176091405322258673425","-6363858804090682986878966574910464618043628876051476551977747785454682609509","-5399039932162289844587858102213595235097234309770467479675143153738707987811","-19310498212113715263768530495434702293803141382715471776361294663162005289350","19452740054076054116628381301053987584572859270550763319238461379657621914227","-21424666021161050509517340332631968410733123935578390891743553789855057634511"],["0","-2715026489557437371001877399512720586741150654920291936773878256678291156633","-5524072679642704740534770384898696225984222748232159732468156720292134576128","-15454928278647408970145396650809045180277025196086167630012660471829861284318","-416567927663479526417370703616524748665508567756774773933158831031384823969","14136127843725248782513771260769550573810295009904300865185560651355956652688","14333004789889566043044065810283801249988721045099173389180983708746077947468","9054268742826168933816618625762438895666575070093560802788480827251391922348","8780083304118555870635651518318252865172480932921147213169738562858538142812","15774929820557887916570840493324100406093963606354606367027827406830614445458","-2609577337273369732346515764721584311300259994231089869340289360846038654006","17189489273128020101087225238574725948731321437471073971284148669819196445266","613731760585932359610664879908070479189552507728617124290465555983879577782","15826922911472750423861003166597209254994636982194008489947155177075296050955","-2833299729188712725437397417172210897447636270344014128230303285217028213921","10934176653362901953079054316957043901692080257626142375807938397220273049188","-6734774910011857893642913716126716227449049877702475820701200875024023309217","9989694898887236204831274372106063660073624900479366578949271007636656065009","6797619923598339254084564239207902041493111695872684450389199877631495721254","-14120675482752647641418137060579614151927132088252717002041755900933088653106","-11363436275451803532132579207655969002364407346384343005256390733542272647668","-18055030183858933030905565996441581817176013983611654521703788938487320179472","293903400787517683281482578997714297810111005996761563762133687972903886002","10528835995108892198447001961216700954092575436312663299723752294633427512152","18169960698136870291127623231030301477578231316254142971722312644466003352946","18593878088396030716399804161315926672938720518748730063564954079355103573423","-17699044153853522603345431199954816784561393307380595385004330467219465813358","9276374442700609187991169955375788123084289105362703814670782629186665939295","1287555841285839694600113004018942235659479804766762187466533461751381616937","9387884620496778911423919306163282586326689509105622275714930187535748490613","-7160616756813892319104803287855165152089645451317203320461617655345497719893","-21638009494568191997089618798350568068098804596722319642688425833640534539418","-5980934747735732673603656396637439587952114665415156048215866278856903624379","-4985316360396490129850887118504660603828370777117956369259748669427096901399","-20046833287443166034513900402706363932198066156111115900912285843078544206659","-3949251293525387603831830830095620222729620452330320124630353380340381780919","-12226033413215642670981001947498788489590636904812970663799720315612267194409","2402046798691947307986153374715183771014632493308804283164171417460596167273","7764202502665270385121807385821974914998681364772544673708488231773283281893","17478130215784014365298848481949032623163680960333844862968663827135982853417","3530215624090772364597168290547231674467700718498108684832414395932382930359","6447976051536292143368360773594598162535345146877444786219229706505244154963","-14925877845524400292988226711028291429675382353869808365146899188599327185245","11080220738918943773001130940243637070136383063530964497414255710893272812588","-20981006483372480922554158934414752308759290828942115892596870481290740827116","-2200682353419293910438792842704414629225327623749732547320973078298564848437","-14094687859272822427181846285274928450261547200167162565192431952750917115183","-2986817054038175254860409300569720708304277118055282698069785917858516021086","-20319803246076873168517690008672911754703900376782154355802842688189482733222","-18996182251803308341986728459825461211077718039516885019099612720165314535451","11344327490351658261721853482249710223784672068688404953406266705206621222678","7797901376844795910770667525682335430644810470217021656246069740753007307876","11606822911180518136391429747366379691646229682902192922495130849247028425704","1299844298823235877787354120707728179730844388698379821307577155231530152097","10340710722459759641747529485022152649931965037206146823757537449809027775064","21248955667619812361714070302088096208648717573081945181808351672674595521967","7359332090539026170513249170545252451776882696129378060229884183674911097227","-627195640366533818371395611002467189258864376707267241886992447348446837901","-8748486709568479752717516194904765068750871329544421019975221118298243521899","-15549778162941333533950707053173265092763374386412422788010318257367422659484","-6963426297434064093083335974347772632926680918620545253851928918845249096403","-16208948163080903707727976248159900297951871983240758752513825742162543980590","18327881317988090636277291161197720837321856025780064195654587590090308688984","19323475900591734170609007895147049085874032693413240840991051414445066912794","16396833650621053499653378760897519152647747103589831704338619685192075326431","10547027836127233586514404108148104864216787283864841825626314957678615688025","-17806457005857553616482130155091337026657981435677596165085829001601978851298","-16600689948086682009622183628896945012721846227911553251310464266440156939538","7941716329493348025105060007241945958369297423185084187100128920161136726769","5229240933675474359340828729393168056658891603182599741247898108981947209539","4891558277425065597360069716091509999832585107221876434409606263996804744839","-1204602288237473400128527435575591936234061508692311881503501442287269554492","-8182892637494945753466889043426170848982581164385144860891021024566430849851","-11413261996002523196069124369813371916728412530330713766642378183816320730889","1257195652936400696427020755698193714602030666017824278921325287101320779994","3893241533525196731535871296823264027722040415421326759760542351989844587474","10694573119539070148330228676903771153663777858712470392522208377856793117540","2888004213502987790884552928065031806142703239139655177782352833111343871482","-16743642087348158016640496573575743726183530473946910069107776654431199696102","7349110393700440100368976917143708758833959064428315461700425334950411366143","12953491965096833483246577291253122498096391998452997166968030210069499106488","-13576880411674900003827039052624385026280760484739960982622831702996912514195","4437860664642648297680533145452616663495361341460823244208252769158177543566","-14607824760948088425878047740866658437922966839892650018156335864287164851978","-11684596682405435580050069742417807122053605366674303512318254719575729262314","-9307401367184383585434207808552665672475829026682188656220364241335545310114","4974943518330740465637719457525737818645278541523507424494216755712228686853","-11822480128816773231426271522296613486705136514572441500578513262751279316968","-11690551545521799161460898965892685683423026719935277638310720389810558210910","-12816754393304117339859422263622229327324742212812504716740490278750107777947","15652924847615484122827400276510746458790708357539512027895497175075384519396","-6717668840577877097462371043379929152249652344636083166323177089433241596157","2890639834647136563589465473700813395733250759732739776841509850462451492690","20659511648805429120622519003402483105237447624537856012522467870744534430045","-16924124647998629490803513938746597467393528016041019470884192524991518409905","16663705688508373016366665563439493255180118793408710096352182810644517346850","9160525263657909248488472595436345852461106648313081239742708615666443276599","-10798079864324579689175716204427190470194468619540934959350286307477415975622","-16732753552388155305290655245612129499057918365014909209024385139748202083083","17017237236312833011010356856850700080597354140685492294778718572739435332837","927153701356449425458130825250613355630480929675286903909300793441501722212"],["0","16458189892724400480242650946231833915066063090575450470150447673219226182351","-11048145359285409481069540769797392451968445496464319464936313440584269152256","-9021613685455542718044387556360815272005685991756300916327116757083914073019","21055107016512316169411664338024225591217347264902484795831886524513038847679","6384012815611222342781136776281826059072225619392567386672917116136104809759","6777766707939856863841725875310327411429077689782312434663763230916347399319","18108537485652337867633237251524877791333150140187121605576961654502783844696","-4328076263602163480975102708620769358203402534573739917358727060858732209993","-12226626102562774611351130503866349364908801588122855953340753559490388100318","16669088197292535757553374215814106465947844411953854605017625464883731187605","12490735674416764979928044731892176808914278474526113598870093153062584394915","1227463521171864719221329759816140958379105015457234248580931111967759155564","9765602951106225625475600587937143421440909563971982636196106167574783606293","-5666599458377425450874794834344421794895272540688028256460606570434056427842","21868353306725803906158108633914087803384160515252284751615876794440546098376","-13469549820023715787285827432253432454898099755404951641402401750048046618434","19979389797774472409662548744212127320147249800958733157898542015273312130018","13595239847196678508169128478415804082986223391745368900778399755262991442508","-6353108093666020060589868375901953215305899776089399660385307615290368810595","-838629679064331842018752670054662916180450292352651666814577280508736799719","-14221817495878590839564726247625888545803663566807274699709373690398831863327","587806801575035366562965157995428595620222011993523127524267375945807772004","21057671990217784396894003922433401908185150872625326599447504589266855024304","14451678524434465360008840716803327866608098232092251599746421102356198210275","15299513304952786210553202577374578257329076637081425783431703972134398651229","-13509845435867769984444456654652358480574422214345156426310456747863123131099","18552748885401218375982339910751576246168578210725407629341565258373331878590","2575111682571679389200226008037884471318959609533524374933066923502763233874","18775769240993557822847838612326565172653379018211244551429860375071496981226","-14321233513627784638209606575710330304179290902634406640923235310690995439786","-21387776117297108771932831851443861047649244793028604941678647480705260583219","-11961869495471465347207312793274879175904229330830312096431732557713807248758","-9970632720792980259701774237009321207656741554235912738519497338854193802798","-18205423703047056846781395060155452775847767911806197458126367499581279917701","-7898502587050775207663661660191240445459240904660640249260706760680763561838","-2563823954592010119715598149740301890632909409209906983901236444648725893201","-17084149274455380606274098995826907546519099413798425777369861351654616161071","15528405005330540770243614771643949829997362729545089347416976463546566563786","13068017559728753508351291218640790157778997520251655382239123467696157211217","7060431248181544729194336581094463348935401436996217369664828791864765860718","12895952103072584286736721547189196325070690293754889572438459413010488309926","-7963512819209525363730047676799307770802400307323582386595594190622845874873","272198605998612323755856135229999051724401726645894651130307235210737129559","-20073770094905686622861912123572229528970217257468197441495536776005673158615","-4401364706838587820877585685408829258450655247499465094641946156597129696874","15587110025132905590129118919964693276573634400497743557011544467649782760868","-5973634108076350509720818601139441416608554236110565396139571835717032042172","-18751363620314471114788974272088548420859436353148274367907481189803156970827","-16104121631767341461727051174393647333607071678617735694501021253754820575285","800412108864041301197301219242145359020979736960775563114329223837433949739","15595802753689591821541335051364670861289620940434043312492139481506014615752","1325402950521761050536453749475484294744094965388351501292057511918248355791","2599688597646471755574708241415456359461688777396759642615154310463060304194","20681421444919519283495058970044305299863930074412293647515074899618055550128","20609668463400349501181734858918917328749070745747856019918499158773382548317","14718664181078052341026498341090504903553765392258756120459768367349822194454","-1254391280733067636742791222004934378517728753414534483773984894696893675802","-17496973419136959505435032389809530137501742659088842039950442236596487043798","-9211313454043391845655008361089255096978384372408811232322432328159036823351","-13926852594868128186166671948695545265853361837241090507703857837690498192806","-10529653454322532193209546751062525507355379566065483161329447297749279465563","-7120723107702369171938229168119108502453016749271940296087233192970999613266","16758708929344193118971610045036823083199700986410447338283898642314325329971","10905424429402831777060351776537763216747129806763629064979035183808342157245","21094055672254467173028808216296209728433574567729683651252629915357231376050","-13724671139875832010717854564925398964767598470939157986473453816628149206979","-11313137024334088796997961512536614936895328055407072158922724346304505383459","15883432658986696050210120014483891916738594846370168374200257840322273453538","10458481867350948718681657458786336113317783206365199482495796217963894419078","9783116554850131194720139432183019999665170214443752868819212527993609489678","19479038295364328421989350874106091216080241383031410580691201302001269386633","-16365785274989891506933778086852341697965162328770289721782042049132861699702","-938281120165771169891842994369468744908460660245393189586552181056832966161","2514391305872801392854041511396387429204061332035648557842650574202641559988","7786483067050393463071742593646528055444080830842653519521084703979689174948","21389146239078140296660457353807542307327555717424940785044416755713586235080","-16112234444833299640477299889127211476262957922136723988133498520353120752653","10289201568982234411211818343363062724729667852938248549180855064289217599030","14698220787400880200737953834287417517667918128856630923400850669900822732286","4018741058354391744246748837248969907644419596489959990237856233563189717359","16622724920328750436838733385265780124535207831352146722150744967157791962844","8875721329285296595361066290905233326990722682921646488416505538316355087132","-7327406650056901629509689736476041787297569279369265692614467541998521208339","20407292378867679284392672005678935932989518067483461662759898934000158466606","-18614802734368767170868415617105331344951658053364377312440728482671090620228","9949887036661480931275438915051475637290557083047014848988433511424457373706","-1756717385794271240606137299335951884861908628728848657458822338926750138319","-1492860219204323100675392186528096278297689039454520932923236593045307926203","-3745265914768959457472438781987183566101120025208975089782776370924407060277","9417606823391693023408394807764217829033052314662989712092790163574960543175","-13435337681155754194924742086759858304499304689272166332646354178866483192314","-16106963202545002095067474797855648297081862880950554790015184485650905510237","19430780425771583018998632261547691121926530848659677681346731554913260364473","9928236447681291462885783613021355242309672768750029745628023323168580171424","11439168505177470810486925381621711421811873186401385849006161434713226198083","18321050527315818496976945190872691704922213296626162479485417231332886553198","-21596159728649159378351432408854380940388937239081869918700572614954831951244","-11577264232937035388334904745966983909567472329613784074350566092920595670549","12146231600786390799774307968444125072646343880954950245859232958903062170057","1854307402712898850916261650501226711260961859350573807818601586883003444424"],["0","11028136913609525738238896147206392741583761780734866596602691159862643869085","-208047846731543739892675794337509815388526592512604586174422694592729808895","-18043227370911085436088775112721630544011371983512601832654233514167828146038","20221971161185357116576922930791176093886330129388935247965568862450269199741","12768025631222444685562273552563652118144451238785134773345834232272209619518","13555533415879713727683451750620654822858155379564624869327526461832694798638","14328832099465400513020068757792480494117935879958208867455719122429759193775","-8656152527204326961950205417241538716406805069147479834717454121717464419986","19323233538553001221790550482781851447279125624586356780714901254170840790598","11449933522745796292860342686370937843347324423491674866337046743191653879593","3093228476994254737609683718527078529280192548636192854041982119549360294213","2454927042343729438442659519632281916758210030914468497161862223935518311128","19531205902212451250951201175874286842881819127943965272392212335149567212586","-11333198916754850901749589668688843589790545081376056512921213140868112855684","21848463741612332590069811522570900518219956630088535159533549402305283701135","-5050856768208156352325249119249589821247835110393868939106599313520284741251","-3817706148129605625167714002090295536802229198914602371599324342604992731198","5302236822554081794091851211574333077424082383074703457858595323950174389399","-12706216187332040121179736751803906430611799552178799320770615230580737621190","20210983513710611538208900405147949256187463815710731010069049625558334896179","-6555392119917906456883046749994502003058962733198515055720543194221855231037","-20712629268689204489120475429266417897307920376428988088649669434684192951609","20227101108596293571541602099609528727821937344834618855196804991957901552991","7015114177029655497771275688349380644667832063768468855794638018136587924933","8710783738066297198859999409491881426109788873746817223165203757692988806841","-5131447999896264746642507564047441872600480028274278508922709309150437766581","-6670987972876113692528131669011397684759572379381253428713277856404953234054","-16738019506695916443845953729181506145910445181348985593832070339570282027869","15663295610147840423449271479395855256758393636006454759161516563567185466835","-6754224155416294054172807406163385519810217404852778938148266434806182383955","-20887309362754942321619257957630447006750125185641175539659090774834712670821","-2035496119103655472168219841292483263260094261244589849165260928851806001899","-19941265441585960519403548474018642415313483108471825477038994677708387605596","7365638337584436750930021370203644625401192977219673771143673373989057155832","-15797005174101550415327323320382480890918481809321280498521413521361527123676","16760594962655254982815209445776671307282545581996220375895731297278356709215","-12280055677071485990301792246396540004489834427180817211041518516733423826525","9168567138821806318240823798030624571446361058674144351135748740517324631955","4247792247618231794456176692024305227009630640087276420780042748816505926817","14120862496363089458388673162188926697870802873992434739329657583729531721436","3903661334305893351227037349121117561593016187093744801178714639445168124235","-15927025638419050727460095353598615541604800614647164773191188381245691749746","-21343845659842050574734693474797276985099560947124245041437589716154334236499","-18259297317972098023477418501887183969392070114520360539292869365435537821613","-8802729413677175641755171370817658516901310494998930189283892313194259393748","9285977178426535958011832094672111464598904400579452770324884748723757026119","-11947268216152701019441637202278882833217108472221130792279143671434064084344","-15614484368789667007331542798919821753170508305880514392116758193030505446037","-10320000391695407701207696603530019578665778956819437045303838320933832654953","1600824217728082602394602438484290718041959473921551126228658447674867899478","9303362635539908420836264357472066634030877480452052281286074776436220735887","2650805901043522101072907498950968589488189930776703002584115023836496711582","5199377195292943511149416482830912718923377554793519285230308620926120608388","19474600017999763344743712194831335511179495748408552951331945612660302604639","19331094054961423780117063972580559568949777091079677696138794130970956601017","-14339157381522445762439814808333540369989198016314556446476871638451972602326","-2508782561466135273485582444009868757035457506829068967547969789393787351604","-13105703966434643788623659034361785186455120917761649736202680286617165591979","-18422626908086783691310016722178510193956768744817622464644864656318073646702","-5965462317896981150086938152133815443158359274066146671709511488805187889995","828935963194210835827312243132224073837605268285068021039309591077249564491","-14241446215404738343876458336238217004906033498543880592174466385941999226532","11629174986849111015696814344816371077851037572404860332869593098052842164325","21810848858805663554120703553075526433494259613527258129958070367616684314490","-1588374399169616098435195057922130720229579665372701384891148542437154239134","-5561099407912388799189303384593522840986832541462281629248703446680489918341","-738031176828902371749517279815954785242291710398109974147244506033202271301","9878622446134116878173834283710508744928825292324302404702311494068738411459","20916963734701897437363314917572672226635566412730398964991592435927788838156","-2322009762139012832806126880891235089218023971528528606059779130588589516261","17069833718889381621732296002954907343612118365646786817684198417426730277649","-10843327678140507791621150428447408307381960257124545099865879911689914903787","-1876562240331542339783685988738937489816921320490786379173104362113665932322","5028782611745602785708083022792774858408122664071297115685301148405283119976","15572966134100786926143485187293056110888161661685307039042169407959378349896","-998193265522269851171896782899465562441617365982187117307574861724444521074","-10336226017827324058708194032997147863977551443857413632568792854130433009689","-1309839733874806399822769058531149639089028694539537245336494057997373297557","-14380044168876790043016903821939715141760892543118806840594707033349971526662","8037482116708783488493497674497939815288839192979919980475712467126379434718","11357206968818225651431061025274285160522051262288259100603285747739775430071","17751442658570593190722132581810466653981445365843292976833011076632710174264","-14654813300113803259019379472952083574595138558738531385228935083997042416678","-2961900985943191875707467479156678311117692665865145361876610505151300058022","-15341362596898259119490425488953387601354951706312720281183252778766372744839","19899774073322961862550877830102951274581114166094029697976867022848914747412","-3513434771588542481212274598671903769723817257457697314917644677853500276638","18902522433430629020895621372201082531952986321506992477851731000485192643211","-7490531829537918914944877563974367132202240050417950179565552741848814120554","-3053029225055889175429616129728839430482259771090054919512623859425887409267","-4982432490472233167603078428262441520450244978128298321594504171157157889011","11562559338588546254357861894803253582933003038930959107366039401849805970760","16973317979703890815750858777838107155304697296903321018995258923250712233329","19856472895362582925771567226042710484619345537500059491256046646337160342848","990094138515666398727445017986147755075381972386737354314118682850643900549","14753858182792361771707484636488108321296062192836290615272630276089964610779","584166286380231687789946672805788296318854322668328849995263143241953088746","-1266285594034795554423403746676692730586580258811533805002927999265382845481","-19484022542105768844944195553626300031804041038922168195677942455345492651120","3708614805425797701832523301002453422521923718701147615637203173766006888848"],["0","168030955379776254231386549155510394619159161053698849507178133149479242553","-416095693463087479785351588675019630777053185025209172348845389185459617790","-14198211869982895649931144480185985999474379566609169321610262841759847796459","18555699450531439010907440116325077099224295858361836152232933538324729903865","3647808390605614148878141359870029147740538077154235202993464277968610743419","5222823959920152233120497755984034557167946358713215394956848737089581101659","6769421327091525803793731770327685899687507359500383391213234058283709891933","-17312305054408653923900410834483077432813610138294959669434908243434928839972","16758224205266727221334695220306427806009886848756679217731598321765873085579","1011624173652317363474279627484600598146284446567315388975889299807499263569","6186456953988509475219367437054157058560385097272385708083964239098720588426","4909854084687458876885319039264563833516420061828936994323724447871036622256","-4714073939253647942590409138765976491333090544944138142611983702852482566062","-778154961670426581252773592120412091032725762336078682144222095160417215751","-79558260453885264353188445372749140656815540654998368329309568541049588964","-10101713536416312704650498238499179642495670220787737878213198627040569482502","-7635412296259211250335428004180591073604458397829204743198648685209985462396","10604473645108163588183702423148666154848164766149406915717190647900348778798","-3524189502824805020113067758350537772675234703941564297843026274585666746763","-3354518716257327368075010680218651664721801169410606667258309122034947198876","8777458632003462308480312245268271082430438934019004232257117798132098033543","-19537015665539133755994545113275560706067476352441941833601134682792577407601","18565959345353311920836798453961782367095510289253203366695405797339994610365","14030228354059310995542551376698761289335664127536937711589276036273175849866","17421567476132594397719998818983762852219577747493634446330407515385977613682","-10262895999792529493285015128094883745200960056548557017845418618300875533162","-13341975945752227385056263338022795369519144758762506857426555712809906468108","-11587796141552557665445501713105737203272525962281936843965936492564755560121","9438348348456405624652137213534435424968422871596875174624828940558562438053","-13508448310832588108345614812326771039620434809705557876296532869612364767910","-19886375853670609420992110170003618924951885970866316735619977363093616846025","-4070992238207310944336439682584966526520188522489179698330521857703612003798","-17994288011332645816560691202780009742078601816527616610379785168840966715575","14731276675168873501860042740407289250802385954439347542287346747978114311664","-9705767476363825608408240895507686693288599218226526653344622856147245751735","11632947053471234743384013146296067526016726763576406408093258407980904922813","-2671868482303696758357178747535804920431304453945600078384832846891039157433","18337134277643612636481647596061249142892722117348288702271497481034649263910","8495584495236463588912353384048610454019261280174552841560085497633011853634","6353482120886903694530940579120578307193241347568835134961110980883254947255","7807322668611786702454074698242235123186032374187489602357429278890336248470","-9965808404998826232673784961939955994661236828878295202684172575915575003875","-20799448447844825927222981204337278881650757493832455739176975245732859977381","-14630351764104920824708431258517092850235775828624686734887534544295267147609","-17605458827354351283510342741635317033802620989997860378567784626388518787496","18571954356853071916023664189344222929197808801158905540649769497447514052238","-2006293560466126816636868659300490577885852544026227240860083156292319673071","-9340725865740058792416679852582368417792652211344994440535312199485202396457","1248242088448459819831012538197235931216806486777160253090527544708143185711","3201648435456165204789204876968581436083918947843102252457316895349735798956","18606725271079816841672528714944133268061754960904104562572149552872441471774","5301611802087044202145814997901937178976379861553406005168230047672993423164","10398754390585887022298832965661825437846755109587038570460617241852241216776","17060957164160251467241018644405395933810627096401071558965687038744796713661","16773945238083572337987722199903844049351189781743321048579384075366104706417","-6790071891205616302633223871409805651430031632213078549255539090328136709035","-5017565122932270546971164888019737514070915013658137935095939578787574703208","-4323165061030012355000912323466295284361877435107265128707156386658522688341","-14957010944334292160373627699099745299365173089219210585591525126060338797787","-11930924635793962300173876304267630886316718548132293343419022977610375779990","1657871926388421671654624486264448147675210536570136042078619182154499128982","-6594649558970201465506510927219158921263702596671726840650728585308189957447","1370107101858946809147222944375467067153710744393686322040982009529875833033","21733454845772051885995001360893777778440154826638481916217936548657560133363","-3176748798339232196870390115844261440459159330745402769782297084874308478268","-11122198815824777598378606769187045681973665082924563258497406893360979836682","-1476062353657804743499034559631909570484583420796219948294489012066404542602","19757244892268233756347668567421017489857650584648604809404622988137476822918","19945684597564519652480224089888069364722768425044763586284980685279769180695","-4644019524278025665612253761782470178436047943057057212119558261177179032522","12251424565939488021218186260652539598675872330877539291670192648277652059681","201587515558259639004104888362458473784443886166944143966444363195978688043","-3753124480663084679567371977477874979633842640981572758346208724227331864644","-11830677648348069650830239699671725371732119072273440112327601889765242255665","-12630553475476976592205841115928437955320405477461454609312069557232860291442","-1996386531044539702343793565798931124883234731964374234615149723448889042148","1215790836184627104830017679262979360593261512701207078560618478314942476239","19268563404089662422600867628194975810370307011336959853025216070581061900503","-6871845465914304863787401898622155194973420685821579337491209880124134557707","16074964233417566976986995348995879630577678385959839960951424934252758869436","826171065797176080615716305291295232495738124160483857508367308903742364525","13614642445301911159197859418363658219414526331270551609967817966689611852911","-7421383728388331295792353200646892060641912717061028426759665981418276337739","-5923801971886383751414934958313356622235385331730290723753221010302600116044","-8794482321957243016734445232649500114161539012209406218668301370956936994061","17911305274806648502855349914948627460613863931772025052255529859122020999207","-7026869543177084962424549197343807539447634514915394629835289355707000553276","15916801995021982819544836999144889975357608242597950612005257814394576790805","-14981063659075837829889755127948734264404480100835900359131105483697628241108","-6106058450111778350859232259457678860964519542180109839025247718851774818534","-9964864980944466335206156856524883040900489956256596643189008342314315778022","-20651367066501457935777087700908043011230722722970150472664329569452005049714","12058393087568506409255311810418939222061030193390607694292313659925615971041","17824702918885890629296728706828145880690326674584084638813889106098512190079","1980188277031332797454890035972295510150763944773474708628237365701287801098","7619473493745448321168563527718941554043759985256546886847056365604120725941","1168332572760463375579893345611576592637708645336657699990526286483906177492","-2532571188069591108846807493353385461173160517623067610005855998530765690962","-17079802212372262467641985361995324975059717677428302047657680724115176806623","7417229610851595403665046602004906845043847437402295231274406347532013777696"],["0","336061910759552508462773098311020789238318322107397699014356266298958485106","-832191386926174959570703177350039261554106370050418344697690778370919235580","-6508180868126516077615883215114696910400394732802304299522321496943887097301","15223156029223602799568474487392879109900227316307637960767662890073651312113","7295616781211228297756282719740058295481076154308470405986928555937221486838","10445647919840304466240995511968069114335892717426430789913697474179162203318","13538842654183051607587463540655371799375014719000766782426468116567419783866","-12736367236978032625554415923708879777078855876173884995171612300294049184327","11628205538694179220422984695355580523471409297097324091764992456955937675541","-19864994524534640495297846490288073892255795507281403565746425586960809968479","12372913907977018950438734874108314117120770194544771416167928478197441176852","9819708169374917753770638078529127667032840123657873988647448895742073244512","-9428147878507295885180818277531952982666181089888276285223967405704965132124","-1556309923340853162505547184240824182065451524672157364288444190320834431502","21729126350931504693540028854511776807234733319106037607039585049493709317689","-20203427072832625409300996476998359284991340441575475756426397254081138965004","6617418279320852721575549736896092941339447604757624857300906816155837570825","21208947290216327176367404846297332309696329532298813831434381295800697557596","-7048379005649610040226135516701075545350469407883128595686052549171333493526","15179205439324620486096384384819971759104762061594821009181585942505914097865","17554917264006924616960624490536542164860877868038008464514235596264196067086","4702454412600282932503721263963428764961776095948185020194139007566462176032","15243675818867348619427191162666289645642656178090372389692607408104180725113","6172213836279346768838697008140247490122963854657841079480347885970543204115","12954892080425913573193591892710250615890791094571234548962610844196146731747","-20525791999585058986570030256189767490401920113097114035690837236601751066324","-4795709019665179547866120930788315650489925117108979371154907239044004440599","-1287349411265840108644597680954199317996687524147839344233668798553702624625","18876696696912811249304274427068870849936845743193750349249657881117124876106","-5128653749825900994444823879396266990692505218995081408894861552648921040203","-17884508835501943619737814594749962761355407541316599127541750539611425196433","13746258395424653333573526380087342035507987355437674947037160471168584488021","-14100333150826016410874976660302744395608839232639198877061366151106124935533","7574310478498471781473679735557303413056407508462660740876489309380420127711","-19411534952727651216816481791015373386577198436453053306689245712294491503470","1377651235103194264521620547334859963485089126736778472488312629386001350009","16544505907231881705532048250185665247685755492524834186928538492793730180751","14786025683447950050716889446865223197237079834280543060844790775493490032203","16991168990472927177824706768097220908038522560349105683120170995266023707268","-9181278630065467833184524587016118474161881705278364073775982224809298601107","15614645337223573404908149396484470246372064748374979204714858557780672496940","-19931616809997652465347569923879911989322473657756590405368345151831150007750","-19710654023850376632199556663417282674753150587248877134655746304889911459145","-7372460656370566427170456771776910611923187256833339126076864902014725799601","8565568088969847877472126007243916109491486820836347930260839120374579416242","15255665841866868609800922633431170769847253201901776737601334808319219608859","-4012587120932253633273737318600981155771705088052454481720166312584639346142","3206791140359157637413046040092538252963059977726045462627579787605403702703","2496484176896919639662025076394471862433612973554320506181055089416286371422","6403296870912330409578409753937162872167837895686204504914633790699471597912","15325207670320358461098651684630991447575145521392174781446094919169074447931","10603223604174088404291629995803874357952759723106812010336460095345986846328","20797508781171774044597665931323650875693510219174077140921234483704482433552","12233671456481227712235631543553516779072889792386108774233169890913784931705","11659647604327869453729038654550413010154015163070607753460563964156400917217","8308099089428042616979958002437663785688301135989877245187126005919535077547","-10035130245864541093942329776039475028141830027316275870191879157575149406416","-8646330122060024710001824646932590568723754870214530257414312773317045376682","-8025779016829309098500849652942215510181981778022386827484846065544869099957","-1973606399748649378101346863277986684085072695848552343139841768644943064363","3315743852776843343309248972528896295350421073140272084157238364308998257964","-13189299117940402931013021854438317842527405193343453681301457170616379914894","-19148028668121381603951959856506340954240942911628661699616240167516056829551","21578666819704828549743596976530280468331945252860929488737668910739311771109","-6353497596678464393740780231688522880918318661490805539564594169748616956536","-356154759810279974510807793116816275398965765433092173296609600146151177747","18936118164523665735248336625993455947579197558823594447109226162442999410413","17626246912697192290448931389584759891166936768881175275111041789699145150219","-3885116548549511139532363310738411447651191950742541514826447002592078629844","12600203823283223891021898221692334731676268514301919919459087664221450430573","2614606260039700820189966776047804108803380261339044239642181109979495623745","-21485067840722755944238195968532358140979476628082146055765315460183851119531","14381993910513105863111661790301525129280679118452888827005786738121144766329","-1773112424856864079414073654086175654915873744130845880956999592954676015713","-3372864079114677962165276486599600822092446554506874874925934927889912087267","-3992773062089079404687587131597862249766469463928748469230299446897778084296","2431581672369254209660035358525958721186523025402414157121236956629884952478","16648883936340049622955329511132676532192249622257885362352227954586315305389","-13743690931828609727574803797244310389946841371643158674982419760248269115414","10261685594995858731727584952734484172606992371503645578204645681929709243255","1652342131594352161231432610582590464991476248320967715016734617807484729050","-16547200853074728126097092653787233738267676138290965467460772439772393285412","-14842767456776662591584706401293784121283825434122056853519331962836552675478","-11847603943772767502829869916626713244470770663460581447506442020605200232088","-17588964643914486033468890465299000228323078024418812437336602741913873988122","13934367677774021783464294084639979832679363463128015760812855531668233502797","-14053739086354169924849098394687615078895269029830789259670578711414001106552","-11942881753634584805403137492224770226381512315636167463385892744362463409624","13814358425526874784713301234617081648287768599160267969134197405756360509018","-12212116900223556701718464518915357721929039084360219678050495437703549637068","-19929729961888932670412313713049766081800979912513193286378016684628631556044","-19414491261163640649307769656558810933913081045524266601630454952328201603811","2228543303297737596264217875580603355573695986365181044886423133275423446465","-8127079905906769185899354076858258415716075451663899409768630160954592611076","3960376554062665594909780071944591020301527889546949417256474731402575602196","15238946987490896642337127055437883108087519970513093773694112731208241451882","2336665145520926751159786691223153185275417290673315399981052572967812354984","-5065142376139182217693614986706770922346321035246135220011711997061531381924","-12271361552905249713037564978733374861571070954440569751617157261654545117629","-7053783650136084414916312541247461398460669525611443881149391491511780940225"],["0","672123821519105016925546196622041578476636644214795398028712532597916970212","-1664382773852349919141406354700078523108212740100836689395381556741838471160","-13016361736253032155231766430229393820800789465604608599044642993887774194602","8558069186607930376890543229528483131252090232199241577837121593571494128609","14591233562422456595512565439480116590962152308616940811973857111874442973676","20891295839680608932481991023936138228671785434852861579827394948358324406636","5189442436526827992928521336053468510201665037585499221154732046559031072115","-3584491602116790028862426102160484465609347351931735646645020414012289873037","-20520074666290192003646842099803389130153910206637420503866423459239741640152","-17841746177230005768349287235318872695963226614146772787794646987345811441341","2857584944114762678631064002959353145693175988673508488637652769819073858087","19639416338749835507541276157058255334065680247315747977294897791484146489024","-18856295757014591770361636555063905965332362179776552570447934811409930264248","18775623025157568897235311376775626724417461351071719615121315805934139632613","21570009830023734164833651963766278525921102237796040870380965912411610139761","-18518611273825975596355587208739443481434316482734917169154590321586469434391","13234836558641705443151099473792185882678895209515249714601813632311675141650","-1358591163245896091758001797919885557704069736234441024527645781550221876042","-14096758011299220080452271033402151090700938815766257191372105098342666987052","8470168006809965749946363024382668429661159722773607674664967698436019700113","-8666651215664701210571562509441465847374973064756051758367937180623224857062","-12483334046638709357238963217330417558624812208519664303309926171442884143553","8599108765895422016607976580075304202736947955764710435687010629632552954609","12344427672558693537677394016280494980245927709315682158960695771941086408230","4021541289012551924140778040163226143233217788726434754227017501816484967877","-19163341127330842750893654767122259892255475825778193727683470286627693637031","-9591418039330359095732241861576631300979850234217958742309814478088008881198","-2574698822531680217289195361908398635993375048295678688467337597107405249250","15865150521986347276362143108880466611325327085971466354801111575658441256595","11630935372187473233356757986464741107163353962425871525908481081277966415211","8007468072674663205017182301014624654385913718198870432312907293928766598368","-16283968952829243777345758730339866106080754089956718793322087430814448015192","-6312423429812757599503547575348213702669314064862363410424528115636441375449","15148620956996943562947359471114606826112815016925321481752978618760840255422","4953415838223248010859847908483803403942331927925962074017916948562633984294","2755302470206388529043241094669719926970178253473556944976625258772002700018","11200768942624488188817690755114055406823146584633634030158872799011651865885","7683808495056624879187373148473171305925795268145051777991377364411171568789","12094095109106579133403007790937166727528680720282177022542137803956238918919","-18362557260130935666369049174032236948323763410556728147551964449618597202214","9341047802607871587569893047711665404195765096333924065731512928985536498263","3913252123683245513797671642754726198451781485318887876659718069489316975734","4355177695977797180093698163679984827590427626334314418084915763371794072944","-14744921312741132854340913543553821223846374513666678252153729804029451599202","17131136177939695754944252014487832218982973641672695860521678240749158832484","8623088811894461997355439521605066451146142003387519131504465430062630722101","-8025174241864507266547474637201962311543410176104908963440332625169278692284","6413582280718315274826092080185076505926119955452090925255159575210807405406","4992968353793839279324050152788943724867225947108641012362110178832572742844","12806593741824660819156819507874325744335675791372409009829267581398943195824","8762172468801441699950897624004707806601926642368315219193985651762340400245","21206447208348176808583259991607748715905519446213624020672920190691973692656","19706774690504272866948926117390026662838656037932119938144264780833156371487","2579100041123180202224857341849758469597415184356183204768135595251761367793","-20457190535022811537034734181413724156788698474690853180475280444838815156800","16616198178856085233959916004875327571376602271979754490374252011839070155094","-20070260491729082187884659552078950056283660054632551740383758315150298812832","-17292660244120049420003649293865181137447509740429060514828625546634090753364","-16051558033658618197001699305884431020363963556044773654969692131089738199914","17941030072341976466043712018701301720378219008718929657418520649285922366891","6631487705553686686618497945057792590700842146280544168314476728617996515928","17397887507797744582466767781637914492041918414145161324793494031918857161446","-16407814464403487985657513967755406819933521422841289055534276148456305163485","-619152104268893345005617537453989240432838295110209709921070551672993449016","-12706995193356928787481560463377045761836637322981611079129188339497233913072","21175933352218715273224790159023642537750432869549849997104984986283506140123","15983993457208056248250267506729636806610030717231154550520248138310190325209","13364250953555109358651457033912244693785509137346316206523879392822481804821","-7770233097099022279064726621476822895302383901485083029652894005184157259688","3312164774727172559797390698127394374804172628187805495219971141867092365529","5229212520079401640379933552095608217606760522678088479284362219958991247490","-21081892809606236666229986191807441193410588855748257767832426733791893743445","6875744949186936503976917835345775170012993836489743310313369289666481037041","-3546224849713728158828147308172351309831747488261691761913999185909352031426","15142514713609919297915852772058073444363471291402284593846334330795984321083","13902696747661116412871231482061550589015425472558537405237605292780252327025","4863163344738508419320070717051917442373046050804828314242473913259769904956","-10478717870998451198582152468249197112712229556316297962691952463978986380456","-5599138991817944232903201849231345691345318342870283006266635333920729735211","20523371189991717463455169905468968345213984743007291156409291363859418486510","3304684263188704322462865221165180929982952496641935430033469235614969458100","-11206158834310181029947779562317192387986987876165896591223340692968978075207","14090950830125225261323398687926981934529077932587954980357744447478511640278","-1806965015706259783413334087996151400393176926505128551314679854634591968559","8598556455849578377555030559916549720450572751994443812723202889323869014990","5980492483708768344682182424022684576810362525839997177927506876760658509977","-6219235300869064627451791044117955069242173659245544175642953236252193717487","-1997520635429894388559869239192265364214660230856300583073581302149118323631","5740473979214474347180196723976888208027172797904501594570190624936912522419","-2535990928607838181190523292573440355309713768304405012402786688831290778519","-17971217051938590118578221680842257075053595424610352229057829182681454616471","-16940739650488006076369133567860346779277797690632498859562705718080594712005","4457086606595475192528435751161206711147391972730362089772846266550846892930","5634083060025736850447697591540758257116213497088235524160943864666623273465","-13967489763713944032426845601368093047945308621322135509185254723770657291225","8589651103142518062427848365618491127626675540610153203690021275840674408147","4673330291041853502319573382446306370550834581346630799962105145935624709968","11757958119560910786859175771843733243855722329923763903674780192452745731769","-2654480233971224203828724212209474634593777508465105159536110336733281739641","7780675571567106392413780662762352291627025349193146581399421203552246615167"],["0","1344247643038210033851092393244083156953273288429590796057425065195833940424","-3328765547704699838282812709400157046216425480201673378790763113483676942320","17743762271172486134029278630055762535495149869622851489307122385376068602030","-4772104498623414468465319286200308826044183936017551188023960999432820238399","7294224253005637968778725133702958093375940216817847280249510037173077451735","19894348807521942642717576302615001368795206469289688815956585710140840317655","10378884873053655985857042672106937020403330075170998442309464093118062144230","-7168983204233580057724852204320968931218694703863471293290040828024579746074","-19151906460741108785047278454349503171759456012858806664034642731903674784687","8092993389218538907794237019876804785170275572538523111807114398459994108552","5715169888229525357262128005918706291386351977347016977275305539638147716174","17390589805660395792836146568859235579582996094215461610891591396392484482431","-15824348642189908318476867364870536842116359959137070797197665436244052032879","-6225239693363412650022188736963296728261806098688629457153776761283337726008","21251776788208193107420898182275281963293840075176047397063727638247411783905","6739263196026599251781637073035663214228095835362234349087227729978678122452","4581430245444135664055793202327096676809426018614465085505423078047541787683","-2717182326491792183516003595839771115408139472468882049055291563100443752084","-6305273150759164938658136321547027092853513231116480039046006010109525478487","16940336013619931499892726048765336859322319445547215349329935396872039400226","-17333302431329402421143125018882931694749946129512103516735874361246449714124","18809817650401131730014885055853715059847104383792740080776556030265848704128","17198217531790844033215953160150608405473895911529420871374021259265105909218","2800612473278111853108382287303714871943491018215329974223187357306364320843","8043082578025103848281556080326452286466435577452869508454035003632969935754","-16438439382822410279540903788987244695962587251140353111668736386679578778445","2705406793178557030781922022104012486588663931980116859078575230399790733221","-5149397645063360434578390723816797271986750096591357376934675194214810498500","9842058172133419330477880472503658134102289771526898365904018964741074017573","-20514614999303603977779295517585067962770020875980325635579446210595684160812","16014936145349326410034364602029249308771827436397740864625814587857533196736","-10679695033819212332445111715422457123613143779497403242945970675053087534767","-12624846859625515199007095150696427405338628129724726820849056231272882750898","8408999042154611903648313196971938563677265633434608619807753050945872015227","9906831676446496021719695816967606807884663855851924148035833897125267968588","5510604940412777058086482189339439853940356506947113889953250517544005400036","513295013409701155388975764970835725097928768851233716619541411447495236153","-6520625881726025463871659448310932476696773864125930787715449457753465358039","2299947346373883044559609836617058366508997040148319701386071421336669342221","-14836871648422596110491692602807198808099162420697421951405724712661385908811","18682095605215743175139786095423330808391530192667848131463025857971072996526","7826504247366491027595343285509452396903562970637775753319436138978633951468","8710355391955594360187396327359969655180855252668628836169831526743588145888","14286643118196284735810984403406907729403979773498712183088948765092713792830","12374029484040116287642098283718389349417582882929357377345152294922509169351","-4642065248050351227535526702047142186256080393640996080689273326450547051415","-16050348483729014533094949274403924623086820352209817926880665250338557384568","12827164561436630549652184160370153011852239910904181850510319150421614810812","9985936707587678558648100305577887449734451894217282024724220357665145485688","3724944611810046416067233270491376400122987182328783675960330976222077896031","17524344937602883399901795248009415613203853284736630438387971303524680800490","20524651544857078394920114237958222343262674492011213697647636194808138889695","17525306509169270511651446489522778237128947675448205532590325375090504247357","5158200082246360404449714683699516939194830368712366409536271190503522735586","-19026138198206347851823062617570173225029032548965672017252356703101821817983","-10544089385966379976572979480763895034343524256872559706647904349473476681046","-18252278111618889153522913358900625024018955708849069137069312443724789130047","-12697077616400823617760892842473087186346655080442086685959046906692373011111","-10214873195477961171756992866511586952179562711673512966241180075603667904211","13993817272844677709841018292145328352208073617021824971138837111996036238165","13262975411107373373236995890115585181401684292561088336628953457235993031856","-8980710728083061279559275927238721193012891972541746037809420309313902668342","-10927386056967700749068622190253538551318678445266543767370348110336801831353","20649938663301488532235170670349296607682687810195614923856063083229821597585","-3525747514874582352716715181496816435124910245547187814560172492418659330527","20463623832598155324203174572790009986952501338683665650511765785991203784629","10079744042576837274254129268201998524671697034046274757342292090044572154801","4840259035270943495056508322567214299022653874276598069349554599069155114025","-15540466194198044558129453242953645790604767802970166059305788010368314519376","6624329549454345119594781396254788749608345256375610990439942283734184731058","10458425040158803280759867104191216435213521045356176958568724439917982494980","-20275542747373198110213566638357607298272813311080481191966649281007978991273","13751489898373873007953835670691550340025987672979486620626738579332962074082","14795793172411818904590111128912572468884869423892650819870205814757104432765","-13491456316458711848661105946398403288369786218027499499703739711559648349068","5917150623482957603496057218865826089482486544701040466777006398984696158433","9726326689477016838640141434103834884746092101609656628484947826519539809912","-20957435741996902397164304936498394225424459112632595925383904927957972760912","-11198277983635888465806403698462691382690636685740566012533270667841459470422","19158499508144159704663934065680661601879605085598547969120378541143028477403","6609368526377408644925730442330361859965904993283870860066938471229938916200","21364168075058188384597252365880165401122753048500275504949726987213660840820","6293658788411175300400391630596688780509791464759875617017284708381214784939","-3613930031412519566826668175992302800786353853010257102629359709269183937118","17197112911699156755110061119833099440901145503988887625446405778647738029980","11960984967417536689364364848045369153620725051679994355855013753521317019954","-12438470601738129254903582088235910138484347318491088351285906472504387434974","-3995041270859788777119738478384530728429320461712601166147162604298236647262","11480947958428948694360393447953776416054345595809003189140381249873825044838","-5071981857215676362381046585146880710619427536608810024805573377662581557038","7834051639801370207336368128830036026989537951611364229280750007788707758292","-11993236429136736930491861390463418470007230980848963375427207249585380928393","8914173213190950385056871502322413422294783945460724179545692533101693785860","11268166120051473700895395183081516514232426994176471048321887729333246546930","-6046736655588612842607285457478911007342252842228236674672305260965506086833","-4708940665554239097390709014020292833295013319195727936318161634894459679323","9346660582083707004639146764892612741101669162693261599924210291871249419936","1627673367282546351471945798430191399163080259431493463651356198329682967921","-5308960467942448407657448424418949269187555016930210319072220673466563479282","15561351143134212784827561325524704583254050698386293162798842407104493230334"],["0","2688495286076420067702184786488166313906546576859181592114850130391667880848","-6657531095409399676565625418800314092432850960403346757581526226967353884640","13599281670505697045812151514854249982441935338829668634916040584176328708443","-9544208997246828936930638572400617652088367872035102376047921998865640476798","14588448506011275937557450267405916186751880433635694560499020074346154903470","17900454743204610063188746859972727649042048538163343288214967233705872139693","20757769746107311971714085344213874040806660150341996884618928186236124288460","-14337966408467160115449704408641937862437389407726942586580081656049159492148","-16415570049642942347848151163441731254970547625301578984371081277231541073757","16185986778437077815588474039753609570340551145077046223614228796919988217104","11430339776459050714524256011837412582772703954694033954550611079276295432348","12892936739481516363425887392461196070617627788014888878084978606209160469245","-9760454412540541414707328984483798595684355517858107250697126685912295570141","-12450479386726825300044377473926593456523612197377258914307553522566675452016","20615310704577110992595390619293288838039315749936060450429251089919015072193","13478526392053198503563274146071326428456191670724468698174455459957356244904","9162860490888271328111586404654193353618852037228930171010846156095083575366","-5434364652983584367032007191679542230816278944937764098110583126200887504168","-12610546301518329877316272643094054185707026462232960078092012020219050956974","-9895813716438687444707359392983876458452089909737637988736537579407538190782","-12778361990819529620039844292508588300951527858608172689773544535917090932631","-6156850442876286984463041378807120057402520033246588525843296312619919582978","12508192191742412844185500575043941722399427422642807399049838331954403322819","5601224946556223706216764574607429743886982036430659948446374714612728641686","16086165156050207696563112160652904572932871154905739016908070007265939871508","-10988635893805545336835401832717214303376810101864671879639268586783349061273","5410813586357114061563844044208024973177327863960233718157150460799581466442","-10298795290126720869156781447633594543973500193182714753869350388429620997000","19684116344266838660955760945007316268204579543053796731808037929482148035146","-19140987126767932733312185289912860836991677351544616927460688234615559826007","10141629418859377597822323458801223528995290472379447385553424989139257897855","528852804200850557356182314412360841322076841421227857806262836469633426083","18526792024427520046478621189121695366419472541382615045698295910605851489438","16817998084309223807296626393943877127354531266869217239615506101891744030454","19813663352892992043439391633935213615769327711703848296071667794250535937176","11021209880825554116172964378678879707880713013894227779906501035088010800072","1026590026819402310777951529941671450195857537702467433239082822894990472306","-13041251763452050927743318896621864953393547728251861575430898915506930716078","4599894692747766089119219673234116733017994080296639402772142842673338684442","14102742446833358223509426284900152560898403959437224784584958947828845173612","15475948338592211128033166445589386528234695984919661919227847529366337497435","15653008494732982055190686571018904793807125941275551506638872277957267902936","17420710783911188720374792654719939310361710505337257672339663053487176291776","-15203199507285980972870842683700734718288769253834644321218510842966189405574","2859816096240957353037790822179503610286801365442680410992100403269209843085","-9284130496100702455071053404094284372512160787281992161378546652901094102830","-10212454095618753843943492803550574157625276304003601510063126314101306273519","3766086251033985877057962575483030935156115421392329357322434114267421126007","19971873415175357117296200611155774899468903788434564049448440715330290971376","7449889223620092832134466540982752800245974364657567351920661952444155792062","13160447003366491577557184750761556137859342169057226533077738420473553105363","19161060217874881567593822730659169597976984583606393051597068203040469283773","13162370146499265801056487233788281385709530950480376721482446563605199999097","10316400164492720808899429367399033878389660737424732819072542381007045471172","-16164033524573420481399719489883071361509700697515309690806509219627835140349","-21088178771932759953145958961527790068687048513745119413295808698946953362092","-14616313351398503084799420972543974959489547017282103930440420700873769764477","-3505912360962372013275379939688899284144945760468139028219889626808937526605","-20429746390955922343513985733023173904359125423347025932482360151207335808422","6099391673850080197435630839033381615867782833627615598579470037416263980713","4637707950375471524227586034973895274255004184706142329559702727896177568095","-17961421456166122559118551854477442386025783945083492075618840618627805336684","-21854772113935401498137244380507077102637356890533087534740696220673603662706","-2476608417075573380022470149815956961731353180440838839684282206691973796064","-7051495029749164705433430362993632870249820491094375629120344984837318661054","19039004793357035426159943400322744885356638276951296957325327385406599073641","20159488085153674548508258536403997049343394068092549514684584180089144309602","9680518070541886990113016645134428598045307748553196138699109198138310228050","-9192689516556813894012500740650016492661171205524297774913371834160820543135","13248659098908690239189562792509577499216690512751221980879884567468369462116","20916850080317606561519734208382432870427042090712353917137448879835964989960","-18662842622907120998180727531457939507997262221744928040235094375440149486929","-16273505946930804428585140149131449497044753454873095446142931214485692843070","7703343472984362586933816512567869849221374447369267296042207442938400369913","-5094669761078148475075806147539531488191208035638964655709275236543488202519","11834301246965915206992114437731652178964973089402080933554012797969392316866","19452653378954033677280282868207669769492184203219313256969895653039079619824","-20026628612154529572082204127739513362300553824849157507069605669340137026207","-508313095432501709366401651668107676832908971065097681368337149107110445227","16428756144449044187081462386104048115210845770781061594542552895710248459189","13218737052754817289851460884660723719931809986567741720133876942459877832400","20840093278277101546948098986503055713697141696584516666201249787851513186023","-9300925295016924621445622484063897527528781470896283109663634769813378925739","-7227860062825039133653336351984605601572707706020514205258719418538367874236","12505982951559038287973716494408923793253926607561740907194607370719667564343","2033727062995798156482323950833463218693085702943954368011823320466825544291","-2988698331636983287560758431214545188420330236566142358873608758432966374331","-7990082541719577554239476956769061456858640923425202332294325208596473294524","1073653045018622166474381150650277743560326791201972034582558313171841594059","-10143963714431352724762093170293761421238855073217620049611146755325163114076","-6220139592236534807573669487597203034569288497193305885136704170998392979033","-2098229986434198638737317035669561851466097561281892407156210312594953361169","17828346426381900770113743004644826844589567890921448359091385066203387571720","-21240153503575603042702021124351517148631874812479126590752632914485123897374","-12093473311177225685214570914957822014684505684456473349344610521931012173666","12470361540730797027464987717216689421958337762024578471061880916786889136971","18693321164167414009278293529785225482203338325386523199848420583742498839872","3255346734565092702943891596860382798326160518862986927302712396659365935842","-10617920935884896815314896848837898538375110033860420638144441346933126958564","9234459414429150347408716905792134077959736996356551981899480627633177965051"],["0","5376990572152840135404369572976332627813093153718363184229700260783335761696","-13315062190818799353131250837600628184865701920806693515163052453934707769280","-16577922402667156352868508460806050212212858123172731417564327204798959574348","-19088417994493657873861277144801235304176735744070204752095843997731280953596","7288654140183276652868494789554557284955396466855354777299835962116501311323","13912666614569944904131087974688180209535732675910652232731730280835935783769","19627296620375348721181764943170472993064955900267959425539652185896440081303","-6787689945095045008653003072026600636326414415037850829461959125522510488679","-10942897227446609473449896581626187421392730850187123625043958367887273651897","10483730685034880408930542334249944052132737889738058103530253407264167938591","972436681078826206802106278417550076997043508972033565403017971976782369079","3897630607123757504605369039665117052686891175613743412471753025842512442873","-19520908825081082829414657968967597191368711035716214501394253371824591140282","-3012715901614375377842349202595911824498859994338483484916902858557542408415","19342378537314946762944375493329302587530267099456086557160297993262221648769","5068809912267121784880142546885377768364018941032903052650706733338903994191","18325720981776542656223172809308386707237704074457860342021692312190167150732","-10868729305967168734064014383359084461632557889875528196221166252401775008336","-3332849731197384532386139540930833282865688524049885812485819853862293418331","-19791627432877374889414718785967752916904179819475275977473075158815076381564","-3668481109799784017833282839759901513354691316800311035848884885258373369645","-12313700885752573968926082757614240114805040066493177051686592625239839165956","3128141511645550466124595404830608356250490444869580454401472477332998150021","11202449893112447412433529149214859487773964072861319896892749429225457283372","-11604155431578135051366587169208741031230986491020590653580268358619737248218","-89028915771815451424397920177153518205255803313309415580332986990889626929","10821627172714228123127688088416049946354655727920467436314300921599162932884","-20597590580253441738313562895267189087947000386365429507738700776859241994000","-4408253055144873122581289600499917640687569714724475223780332514187320920942","-16393731381696590244377964834568446585434990302673199511223172282655311156397","20283258837718755195644646917602447057990580944758894771106849978278515795710","-20830537263437574107534041116432553405904210717573578628085678513636541643451","15165341177015764870710836632986115644290580682349195747698387634635894483259","11747753296779172392346847042630479166160698133322400135532808017207679565291","-4149159037892566357614028222644122945558073377424372095253072784650545116882","-21734065982027442212146882733156790761335302773043613127583406302975595391090","2053180053638804621555903059883342900391715075404934866478165645789980944612","-4194260655064826633240232047986454818238731056087688807163593644438052936539","9199789385495532178238439346468233466035988160593278805544285685346677368884","6317242021827441224772446824543030033248443518458415225471713709081881851607","9063653805345147033819927145921497967921027569423289494757490872156866499253","-12470468754212586334111438348476740589482476918280965674118663817237081185362","12953178695983102218503179564182603532175056610258481000981121920398544087935","-8518156142732686723495279622144194348029174107253254298738817499356570315531","5719632192481914706075581644359007220573602730885360821984200806538419686170","3319981879637870312104298937068706343524042825852050020941110880773620289957","-20424908191237507687886985607101148315250552608007203020126252628202612547038","7532172502067971754115925150966061870312230842784658714644868228534842252014","18055503958511439012345995477054274710389443176453093755198677244084773447135","14899778447240185664268933081965505600491948729315134703841323904888311584124","4432651134893707932867963756265837187170319937698418722457272654371297715109","16433877563910487912941239716061064107405604766796751759495932219505130071929","4436497421159256379866568722319287682870697500544719099266688940634591502577","20632800328985441617798858734798067756779321474849465638145084762014090942344","-10439824177307565740553033234508867634471036994614585037914814252679861785081","-20288114672026244684045512177798305048825732627074204482893413211318098228567","-7344383830957730947352436199830674830430729634148173517182637215171731033337","-7011824721924744026550759879377798568289891520936278056439779253617875053210","-18971249910072569464781565720789072720169886446278017521266516115838863121227","12198783347700160394871261678066763231735565667255231197158940074832527961426","9275415900750943048455172069947790548510008369412284659119405455792355136190","-14034600040492969895990697963697609683503203489750949807539477050679802177751","-21821301356031527774028083015756879116726349380650140725783188254771398829795","-4953216834151146760044940299631913923462706360881677679368564413383947592128","-14102990059498329410866860725987265740499640982188751258240689969674637322108","16189766714874795630073481055388214682164912153486559570952450584237389651665","-3457509573371201347476294417706556078409940664646969658027240012973328372030","19361036141083773980226033290268857196090615497106392277398218396276620456100","-18385379033113627788025001481300032985322342411048595549826743668321641086270","4609075325978105256132719839761879909885016625086409618061564948360930428615","-1942785583043337321453343073749684436242644619407360853121510613479687011314","-15437442373974966774115049317658603927446160043073821736771984564304490478241","-10658769022022333634923874553005623905541142509330156548587658242395577190523","15406686945968725173867633025135739698442748894738534592084414885876800739826","11698903349682978272094793450178212112165948329138105032279653713488832090579","-20107883249746720030508582615051245819166782622027906820288382777212832357502","-4871178985770483089932245754099210638112360394393442173456617067073457751586","3723228519369491300328403235035523452495621151133753673257197034471342938820","-1016626190865003418732803303336215353665817942130195362736674298214220890454","-10918973454780462070329886718306453946675037259269945498311302581731120072856","-17339011638168915864789889721193102737233108827696585247128654488231861326434","-2096299187124347350596613517508438749702445407663035354993908797448590619188","3286392281805425979355160777129480033490801458623468124370934646949050644139","7432522746189196954939733041288063885402948988375005933180765349499072747145","3123723031278801353701027243560572497959488814707447470691010554863526633069","-17820788745847678909281757843590348651162192994528125607674557545642157407035","-5977396663273966575121516862429090376840660473132284717747217516865932748662","-15980165083439155108478953913538122913717281846850404664588650417192946589048","2147306090037244332948762301300555487120653582403944069165116626343683188118","-20287927428862705449524186340587522842477710146435240099222293510650326228152","9447963687366205607099066770062869019409787406029422573424795844579022537551","-4196459972868397277474634071339123702932195122563784814312420625189906722338","13768449980924526317981080264032378600630771381426862374484565945830966647823","-20592064135311930863157636503445759208715385224542218837807061642394439299131","-2298703750515176148182736084658368940820646968496912354991016857286215851715","3052480209622318832683569689176103755368311123633122598425557646997969778325","15498399456495552796310181314313175875858312250357012055998636980909189184127","6510693469130185405887783193720765596652321037725973854605424793318731871684","652401000069481591616612047581478011798144332695193067409321492709554578489","-3419324042980974527428971933673006932628890407702930379899242931309452565515"],["0","10753981144305680270808739145952665255626186307436726368459400521566671523392","-4741881509798323484016095929943981281183039441197352686627900721293607042943","-11267601933495037483490611176354825335877351845929428491430450223022110653079","-16288593117148040525476148544345195519805107087724375160493483808886753411575","14577308280366553305736989579109114569910792933710709554599671924233002622646","5937090357300614586015770204119085330523100951405270121765256375096063071921","17366350368911422220117124141083670897581547400119884507381100185217071666989","-13575379890190090017306006144053201272652828830075701658923918251045020977358","2448416946056275346612582004900245762902700041787093610287450801261191823","20967461370069760817861084668499888104265475779476116207060506814528335877182","1944873362157652413604212556835100153994087017944067130806035943953564738158","7795261214247515009210738079330234105373782351227486824943506051685024885746","4734668093516384785663495552579355794359306729399639684607901629502434710670","-6025431803228750755684698405191823648997719988676966969833805717115084816830","16796514202790618303642345241401330086512169798496138770622391799948634801921","10137619824534243569760285093770755536728037882065806105301413466677807988382","14763199091713810090199939873359498325927043748499686340345180437804525805847","150784259904937754118376978539106165283248620664977951255871681772258478945","-6665699462394769064772279081861666565731377048099771624971639707724586836662","4193230877923800665663373918579044343288369161881516732450258055521464228106","-7336962219599568035666565679519803026709382633600622071697769770516746739290","-2739158899665872715605759769971205141061715732570319759674981063903869836295","6256283023291100932249190809661216712500980889739160908802944954665996300042","516656914385619602620652553172443886999563745306605450087294671875106071127","-1320067991316994880486768593160206973913608581625146963462332530663666000819","-178057831543630902848795840354307036410511606626618831160665973981779253858","21643254345428456246255376176832099892709311455840934872628601843198325865768","-19306938288667608254380720045277103087345636372314824671779197367142675492383","-8816506110289746245162579200999835281375139429448950447560665028374641841884","-10899219891553905266509523923879618082321616204930364678748140378734813817177","18678274803598235169042888089947619027432797489101755198515495769981223095803","-19772831655035872992821676487607831723260057034731122912473152840697274791285","8442439482192254519175267520714956200032796964282357151698571082695980470901","-20280979150120205659799117405253591844775332534187268416330792338736257860652","-8298318075785132715228056445288245891116146754848744190506145569301090233764","-21579889092215609202047359721056306434122241145671191911468608419375382286563","-17781882764561665979134599625490589287764934249606164610741872894995846606393","-8388521310129653266480464095972909636477462112175377614327187288876105873078","18399578770991064356476878692936466932071976321186557611088571370693354737768","12634484043654882449544893649086060066496887036916830450943427418163763703214","18127307610690294067639854291842995935842055138846578989514981744313732998506","18835548235253377776269934793561068998131774964270137339159080738677454620510","4018114520126929214759953383107931975801748820100927658264039654221279680253","-17036312285465373446990559244288388696058348214506508597477634998713140631062","11439264384963829412151163288718014441147205461770721643968401613076839372340","-15248279112563534598037807871119862401500278748711934301815982425028567915703","-18961573510635740153527565468945021541952740815598371696554301069829416598459","15064345004135943508231850301932123740624461685569317429289736457069684504028","14222765045183602802445585208851274332230521952490153166699150301593738398653","7911314022641096106291460418673736112435533058214235063984443623200814672631","8865302269787415865735927512531674374340639875396837444914545308742595430218","10979512255981700603636073686864853126262845133177469175293660252434451648241","8872994842318512759733137444638575365741395001089438198533377881269183005154","19377357786131608013351311724338860425010278549282896932591965337452373389071","-20879648354615131481106066469017735268942073989229170075829628505359723570162","3200256399626061076401787134917940079445263546683659721609581950515420534100","-14688767661915461894704872399661349660861459268296347034365274430343462066674","-14023649443849488053101519758755597136579783041872556112879558507235750106420","-16054256948305863707316725696320870351791408492140000698834828045101917746837","2509323823561045567496117610876251374922766934094428050619675963089247427235","18550831801501886096910344139895581097020016738824569318238810911584710272380","15707285662692610652511415563119330810090321821330169072317454271792012635732","-21754359840223780325809760286256483144904334360884247107868172322966989163973","11981809203536981702156525145993447241622951678652678984961075359807913311361","15570505624681891622759090038540018696097446836454566170915028433802342347018","-11396952313928959184345849379738120812766904493858949545491507204676837687904","-6915019146742402694952588835413112156819881329293939316054480025946656744060","16833829410328272738205660835280439303632866593796750211098232605977432416583","7005727677451294868442808527914484206452043978734877587742921036508334818694","9218150651956210512265439679523759819770033250172819236123129896721860857230","-3885571166086674642906686147499368872485289238814721706243021226959374022628","12901600995728616896262712855197342322204408714684425213852439244542636034752","-21317538044044667269847749106011247811082285018660313097175316484791154381046","8925131020098175125488860305014204308337133389061034840470625585177792984035","1509563827526681321943181155099149135783532257860175720861103240401855685541","-18327523627654164838770759484845216549785200843639779296878561367849856219387","12145884900298309042381914237058853812323643611629149996784970052428892992445","7446457038738982600656806470071046904991242302267507346514394068942685877640","-2033252381730006837465606606672430707331635884260390725473348596428441780908","-21837946909560924140659773436612907893350074518539890996622605163462240145712","9098462467340718714913032048128344702630511145438898193139099396687894338366","-4192598374248694701193227035016877499404890815326070709987817594897181238376","6572784563610851958710321554258960066981602917246936248741869293898101288278","14865045492378393909879466082576127770805897976750011866361530698998145494290","6247446062557602707402054487121144995918977629414894941382021109727053266138","-13753334619856082596317109941923422213776021588640216871650910904708506318453","-11954793326547933150243033724858180753681320946264569435494435033731865497324","11816155576800240227534903663438304349662165107131259358219107538765723813138","4294612180074488665897524602601110974241307164807888138330233252687366376236","-18687611985886135676801966935917770596407055892454445854746382834724843960687","18895927374732411214198133540125738038819574812058845146849591689158045075102","-8392919945736794554949268142678247405864390245127569628624841250379813444676","5648657090009777413715754782807482112713178362437690405270927705086124800029","2592357473054688718177538483623031759665958351747631011782285088362738392972","-4597407501030352296365472169316737881641293936993824709982033714572431703430","6104960419244637665367139378352207510736622247266245196851115293995939556650","-12779686830687444851872448861888198425380104300118044575399134411333238622980","-8866855933578904410470839357815743895243722324964086634487354599938344752249","-20583440871700312039013181650094319064952075735025648208879561201156699338639","-6838648085961949054857943867346013865257780815405860759798485862618905131030"],["0","21507962288611360541617478291905330511252372614873452736918801043133343046784","-9483763019596646968032191859887962562366078882394705373255801442587214085886","21241281876688475477511589137804899505342025108973211704535507927107395685076","11199299509382469393540514401824159137486514625383318366409440755378110168084","7266373688893831389227573412960954051273221467005384765501139661890196749675","11874180714601229172031540408238170661046201902810540243530512750192126143842","12844457865983569217987842536910066706614730399823734671063996183858334838361","-5262516908540904812365606542849127456757293259735368974149632315514233459099","4896833892112550693225164009800491525805400083574187220574901602522383646","20046679868300246413475763591742501119982587158536198070422809442480863258747","3889746724315304827208425113670200307988174035888134261612071887907129476316","15590522428495030018421476158660468210747564702454973649887012103370049771492","9469336187032769571326991105158711588718613458799279369215803259004869421340","-12050863606457501511369396810383647297995439977353933939667611434230169633660","11704785533741961385038284737545385084475975196576243197546579413321461108225","20275239649068487139520570187541511073456075764131612210602826933355615976764","-14250087560250930264092931743795553525242641303832696006706047497542565379540","-21586674352029399714009651788179062757981867159086078441186460823031291537727","-13331398924789538129544558163723333131462754096199543249943279415449173673324","8386461755847601331326747837158088686576738323763033464900516111042928456212","-14673924439199136071333131359039606053418765267201244143395539541033493478580","16409925072507529791034886205314864806424932935275394824348242058768068823027","12512566046582201864498381619322433425001961779478321817605889909331992600084","1033313828771239205241305106344887773999127490613210900174589343750212142254","-2640135982633989760973537186320413947827217163250293926924665061327332001638","-356115663087261805697591680708614072821023213253237662321331947963558507716","21398265819017637270264346608406924696870258511265835401558999499820843235919","5162609166343333935731371399960344002405456056202419343838013638866266006468","-17633012220579492490325158401999670562750278858897900895121330056749283683768","-21798439783107810533019047847759236164643232409860729357496280757469627634354","15468306735357195115839370434637962966317230577787476053332787353386637695989","-17657420438232470763396947229958388357971749669046211481248101494818741086953","16884878964384509038350535041429912400065593928564714303397142165391960941802","3214527443438139124894576680007366487546063732457531854734823695679101269930","5291606720269009791790292854680783306316070890718545962685913047973628028089","-21271535312591943181848313696855337779696117890926349479239012652174956077509","8212720214555218486223612239533371601566860301619739465912662583159923778448","-16777042620259306532960928191945819272954924224350755228654374577752211746156","14910914670142853490707351640615658775595588241957080878478938554810900979919","3380725215470489676843381552914845044445409673417626558188650649751718910811","14366372349541312913033302838428716783135745877277123635331759302051657501395","-6105389273171794891952941903392412180833178872291794009078246895796707750214","8036229040253858429519906766215863951603497640201855316528079308442559360506","-12184381699091471671734712743319502303568332028596982851257065810850472766507","990285898088383602055920832178753793746046523125408944238599039577870249063","-8608315353287793973829209996982449714452193097007834259933760663481327335789","-16034904149432205084808725192632767995357117230780709049410397953083024701301","8240447136432611794217294858606972392700558970722600514881268727563560512439","-15330955653311344839601641072812001512635684895851762353998107769964140193928","15822628045282192212582920837347472224871066116428470127968887246401629345262","17730604539574831731471855025063348748681279750793674889829090617485190860436","70781640124125985025741628472431163977325865938904006889116318293094800865","17745989684637025519466274889277150731482790002178876397066755762538366010308","16866472700423940804456217703420445761472192698149759521485726488328938282525","-19871053837390987739965727192778195449335783578042305807961052824143638644707","6400512799252122152803574269835880158890527093367319443219163901030841068200","-7489292451991648567163339054065424233174554136176659725032344674111115637731","-6159056015859700883956633772253919184611201683329077882060912827895691717223","-10220271024772452192387045647384465615034452583863967053971451903628026998057","5018647647122091134992235221752502749845533868188856101239351926178494854470","15213420731164496971574282534533887105491669077233104292779417636593612049143","9526328453545946082776425380981386531632279242244303800936704357008216775847","-21620476808608285429373114827255691201260304321352459872038140459358169832329","2075375535234688182066644546729619394697538956889323626223946533040018127105","9252768377524508023271774331822762303646529272493097998131852681028876198419","-905661756018643146445293014218966536985444587301864747284810222777866880191","-13830038293484805389905177670826224313639762658587878632108960051893313488120","11779415948817270254164915925303603518717368787177466078498261025379056337549","-7876787516936685485360788689428306675644276442946279168212362113559138858229","-3451941567926854197715526386209755449008297900070395871451944393132086781157","-7771142332173349285813372294998737744970578477629443412486042453918748045256","3914959119617958570279019965137409555860453028952816084006674302509463573887","1141409655589215904797313278492054554932158763511442493045775403569308229142","17850262040196350250977720610028408616674266778122069680941251170355585968070","3019127655053362643886362310198298271567064515720351441722206480803711371082","7121438488370220766951292520824117077526327113552510093639285637451904552460","2403526928757342862517422728860432536098922822842265649871735918281977489273","14892914077477965201313612940142093809982484604535014693028788137885371755280","-4066504763460013674931213213344861414663271768520781450946697192856883561816","-21787650947282573059073141127968540698151784636663747649547006140348671795807","-3691317937157837792420341649000585683287342109538237957420005393200019818885","13503046123341885819859951675223520089738582769763892923722568996781446018865","13145569127221703917420643108517920133963205834493872497483738587796202576556","7841848112917512597512526419894980453063431553083989389024857211420482492963","-9393350746724069807442296771014985096710409141586244460934161967121701963341","-5618426367872889970387814138589569339003678776864399399603617622841204141289","-2021343781256591078239661704459086418814277492113104527290665880887922499031","-20144174590078069989423004163637941477772398586569549970958193295620169364958","8589224360148977331795049205202221948482614329615776276660466505374732752472","-15486981099932996131357528126578266104265747384492857365794561482873879425757","15903611877625547206149861334994200989090785223701655950000979191740281654587","5102402980365686112347869459900780276819583910160895086448521685816181606265","11297314180019554827431509565614964225426356724875380810541855410172249600058","5184714946109377436355076967246063519331916703495262023564570176725476785944","-9194815002060704592730944338633475763282587873987649419964067429144863406860","12209920838489275330734278756704415021473244494532490393702230587991879113300","-3671130789535614481498491978519121762211844199820054807100064636090668750343","4154531004681466401304727029625787298060919750487861074723494986699118991119","-19278638871561348855779957554931363041355787069635262074060918215737590181661","-13677296171923898109715887734692027730515561630811721519596971725237810262060"],["0","21127681705383445860988550838553385933956380829330871130139397899690877597951","-18967526039193293936064383719775925124732157764789410746511602885174428171772","20594320881537675732776772530352523922135685817530389065372811667638982874535","510356146925663564834623058391043186424664850350602389120677324180411840551","-7355495494051612443791258919335366986001921466405264812695924862795414996267","1860118557363183121816675071219066233544039405205046143362821313808443792067","3800672860127863213729279328562858324681096399231434998429788181140861181105","11363209054757465597515192659559020175033777880945296395398939555547341577419","-21878449204055050120859955417237674105496753600248885969257054383370763728325","18205116864761217604705121438227727151416809916656361797147414698385918021877","7779493448630609654416850227340400615976348071776268523224143775814258952632","9292801985150784814596546572063661332946765004493912956075820020164291047367","18938672374065539142653982210317423177437226917598558738431606518009738842680","-2213484341075727800492387875510019507442515554291833535637018681884530771703","1521328195644647547830163729833495080403585992736452051394954640067113720833","18662236426297699056794734629825747058363787127847190077507449680135423457911","-6611932248662585305939457742333831961936918207249357669713890808509322263463","-21285105832219524205772897831100850427415369917756122538674717459486774579837","-4774554977739801036842710582189391174377143791983052156188354644322538851031","16772923511695202662653495674316177373153476647526066929801032222085856912424","-7459606006558996920419856972821937018289166133986453943092874895491178461543","10931607273175784359823366665372454524301501470134755304998279930960329150437","3136889221325128506750357493387591761455559158540609291513575632088176704551","2066627657542478410482610212689775547998254981226421800349178687500424284508","-5280271965267979521947074372640827895654434326500587853849330122654664003276","-712231326174523611395183361417228145642046426506475324642663895927117015432","20908288766195999318282287471556574305192152622115636459419794813065877976221","10325218332686667871462742799920688004810912112404838687676027277732532012936","-13377781569319709758403911058742066036952193317379767446544455926922758871919","-21708636694376345843791689950261197240738100419305424371294357328363446773091","9048370598875115009432335124018650844086096755158917762967370520197466896361","-13426598004625666304547488714659501627395134937676388618797998803061673678289","11881515056929742854454664337602549711582823456713394263096080144208113387987","-15459187984962996972457252385242542113456236935500970634228556795217605955757","10583213440538019583580585709361566612632141781437091925371826095947256056178","1233415118494664080796184096803874617704493018979369728918383068801704836216","-5462802442728838249799181266190531885414643797176555411872879020255960938721","-11665842368679337843675450638634363457361484048285476113610544968928614996695","7933586468446431759168297535974042462642812083498127413259672923045993464221","6761450430940979353686763105829690088890819346835253116377301299503437821622","6844501827243350603820199931600158477723127354138212926965314417527506507173","-12210778546343589783905883806784824361666357744583588018156493791593415500428","16072458080507716859039813532431727903206995280403710633056158616885118721012","-2480520526343668121223019741381729518588299656777931358815927435125137037397","-19907671075662508018134564080899767501056271354165216455221006107420067997491","-17216630706575587947658419993964899428904386194015668519867521326962654671578","-10181565427025134947371044640008260902165870061145383755122591719590240906985","16480894272865223588434589717213944785401117941445201029762537455127121024878","-8773668434783414456956876400366727936723005391287490364298011353352471892239","9757013218725109202919435929437669361193767832440905912239570306227450194907","13572966207310388240697304304869422408814195101171315435959977048394573225255","141563280248251970051483256944862327954651731877808013778232636586189601730","13603736497434775816686144033297026374417215603941718450435307338500923524999","11844702529008606386666029661583616434396020995883484699273248790082068069433","-17853864802942700257685048640299115810123202755668577272223901461711468793797","12801025598504244305607148539671760317781054186734638886438327802061682136400","-14978584903983297134326678108130848466349108272353319450064689348222231275462","-12318112031719401767913267544507838369222403366658155764121825655791383434446","-20440542049544904384774091294768931230068905167727934107942903807256053996114","10037295294244182269984470443505005499691067736377712202478703852356989708940","-13349644281349556501344246421446775966113390646365860101837573099964392892948","19052656907091892165552850761962773063264558484488607601873408714016433551694","-21352710745377295636499823909254107313972244242288885400378076732140531169041","4150751070469376364133289093459238789395077913778647252447893066080036254210","-3382706116790259175702857081611750481255305855429838347434498824518056098779","20076919359801988929355819716819342014577475225812304849128583741020074735235","-5771833715130335557563949596395173538731160916759722920519715917210818480623","1670589025795265286083426105349931948886373173938897813298317864182304179481","-15753575033873370970721577378856613351288552885892558336424724227118277716458","14984359735985566826815352972837764190531768600275242600794315400311634933303","-15542284664346698571626744589997475489941156955258886824972084907837496090512","-14058324632603358081688365814982455976827458342510402175684855581556881347843","2282819311178431809594626556984109109864317527022884986091550807138616458284","13812281208553425279709035474799542144800169155828105018184298154135363440523","6038255310106725287772724620396596543134129031440702883444412961607422742164","-7645365895098833688343820703609040933495710173311014156419632911671999390697","4807053857514685725034845457720865072197845645684531299743471836563954978546","7897585283116655180380820135026912531416604808653995042359372089194935014943","-8133009526920027349862426426689722829326543537041562901893394385713767123632","-21687059022725870895899876510679806307755204872911460955395808094121535095997","14505606997523599637405722447256103721973680181339558428858193400175768857847","5117849374844496417473497605189765090928801139111751503746933806987083542113","4402895382604132612594880471778565179378047268571710651269272989016596657495","15683696225835025195025052839789960906126863106167978778049714422840964985926","-18786701493448139614884593542029970193420818283172488921868323934243403926682","-11236852735745779940775628277179138678007357553728798799207235245682408282578","17845555309326093065767082336339102250919809416189825289116872424799963497555","-18400106308316864756599602582018607866996432772723065598218182404664530234299","17178448720297954663590098410404443896965228659231552553320933010749465504944","-9085719328026717040468650507899257119983130368569680387890918779171950355897","9918980883411819190053316924731126889633206046987277556303754196904754813557","10204805960731372224695738919801560553639167820321790172897043371632363212530","706385488199834432616613385972653362304349049334727277385506633768690704499","10369429892218754872710153934492127038663833406990524047129140353450953571888","-18389630004121409185461888677266951526565175747975298839928134858289726813720","2531598805139275439222151768151554954398124588648946443706256989407949730983","-7342261579071228962996983957038243524423688399640109614200129272181337500686","8309062009362932802609454059251574596121839500975722149446989973398237982238","-16669034871283422489313509364605450994163209738854489804423632244899371867705","-5466349472008520997185369724126780372482758861207408695495739263899812028503"],["0","-20782776060130220918092546869234180387106527814536436649572032257956530321802","11649787990683958339803978183432496584884050770773527691545998277485372123098","-8560521341419952093183487816094357670903004713671507961010649366759482125070","13716204007668562528392258523221559785661827696731050958626271875133415733975","-5804398767515523740132338451190560259669179467459761236944276668994350008129","237888512107505467820449562627553013107205793780837832954142048461693052868","-11197517553785580522416664346769923978325262896997621552531101571068154481742","13466674352726287774070332793716342827941694439360371268053490315164636045440","11024876251404697736466835089586396503948391660553428280475627402786573119417","20781525121914886519633626494734439383964294581846096506244766369552068795155","-7054322115298529882342620167114935455239678629154420924535896350764280701514","-8170463967218541751634170793498449070229990215472239295415269314330346883514","-15689377414072478753600058530599662087238851764706663304496671341886417126646","-20525437646186129961085772676195212392930696309078080108236123864814497780060","-2764545524769981731155894281081921315496628194049055488365404310274126949396","18089995067588941788164757126695389186236508713696259261205798204836686528565","-9194874865814031838205446428966453481612451365991380471820096114755456968958","1505345883161913724709126519831445132329715085128890089875045334090664303745","17366525143417178457608486949666936107981672046976813070506696273467634012044","10151894010904266469552036667030145845000919433456437196853931284939699500804","-14063273894805149367290143110032461650539818825602292057789190425631361073450","12534989255053084537664717553517125944701529266009418594794031617775991700659","-5228136260073173540121509891315948224079646524112536002923928647027977278655","-7958478783403797776012661181228242970190769224697342653060503814835977616757","-14428501186379592807989404425283793672111542253003462975838841567877232935942","3798439929736395785150461641881059029797728826534282010642607613366187809504","-15282038731781413169565091425743212201188417379031717217641338049529784215101","-15600270981393341932175533501496511941719659042521275323247698013046958051326","-15345908792766481916784160737002043795062453704294493874891599625594879690175","19920577992888923756736527454044969695644768397759984250303360024587976269673","13275867990264779488675020263834400523063479413489180382144449614392621902860","12629896109821449871514682832616687569870530150738930941644411526276412360208","19974508278743755597168738531375834680776426769164107911035642138020177206275","17898387544556633140778081841910580081938307960209853444081429931109608796405","-14282434997325883240314642802299084074294053887092273658948635311777164199906","-842921374741651193409705421885060078382620559426578846571467506144723541693","-16256730341842430080487095976573766105687977500301650953813909456406555894506","12262648078079794672815045573618382897942641373593390845768907518171903353616","-16504644904752903247818407020825829677922346955800823527881173051680001239625","3316099689653167080938199765940462854354193826188880285257781244719548462098","-20253950547353130102416471276759289311850758920089296511870149652520646691471","14516553243736404074770255038409643012051575927184084303952975549603974240197","15722925521758078668149460834996963779752339228982675731021213516340042351336","11132524330078710896031958456423789421785468330299910815296098394181821511090","3118716220783126167082950975744977170439496437135164832016554735390370274686","12823474689732456144111608732884550949526809755082573777316260794446623259026","19476549087493715758826786232885369348682482195767580657406972853607893036240","10810934570127752557119438000800262830774621455833565536216760370458340789810","-8680310161503731403091878467284074790435198497461600700438784297674345732546","-2833671666136804583828371287685927981980737466481410136599802617151135171100","-722700205554926665159294535031169084867300458165518404671142088308728592059","-225356248411095910521582878350821156578193821399834027414846882143376509909","-12592506492794854730170983781178469849166590834158164085238846811042411359399","-7112666682448442920252146267331009044967407122620556299199489276043445306704","-6789216868234835065227299578829077555272424184114724758735517806446828146485","11400948997051462802686037645776629779707006061208297575087577187951106576861","3802816328091967428381710488536625101269862773344428648323485788450773321763","1895914722474055269857038721075273303484229936414907762857011788115695174640","15841820030544446156594154431513688006984379879808025477335051130205393062434","14019943489503771796773068122050225823562189687982639262708693398882460585470","-12771951520037128286509869520491806991175130560266584961895699760028532796137","-1009751630588236119979463445252683039216711827682109245116734313829463838073","-14646672742418365320226034800779080371294254972889696563693509099005824141439","-7039926359996598473489505102518910058103908852402959082627170960769663714963","-13128650031058300030619106718149776757370445002736706671563807318351774763663","-17766455139405854076621942876189537210351899344723020136138270605801838305438","-13767682538626137601665058901145098795319858888170039599116198845685493830292","-6015475871452122329185314246372691942281682526690444058058296390399241794554","-12242973162044492715833432398904015645373429363042017031444460196092659357663","5029958705477501718981816687794178268685201560342968273185578439116099807178","-16236911247621172058725287152028782380169579803601520629293506472752226430971","14862664990218518218417244846259609163972869603918781235341099873533548884871","-821134567707166554162832330038296748816650283259872701198321337281294128272","18137016997627685382011256413569364458841859891575353310930866207600014795208","-21094207865617387729491766747512634677245308609769958491828601202460557614563","4117665090494646754403066498061441239294860763000529589250335029814224127446","-2149155560738018030487634951059562543632762843306610849479563776167334217647","13427051005240292087724959286158368685046330137400523049475096075503917560234","-16228444477585848201592848015902829869100360756501057444842390747763731862500","7918192497728422478024080228254913998635123463369300507517422852640908334749","-7661833838690111237788784447554445981654322615938432960768821259918707517767","7448212066807202672062096293752438876987412725029283342514389595220497256987","-18021724980868760652461744190102427796053759098522376316787451947103690258941","5674807711657491964043602902771252212298987190106862574087868192721659685427","-695623660078279404702283166337980113427627819634694275318341155070390148454","11898122082655297360064178817663229582176033401752885036033162621071471349331","-15809774402157231931722401695115519791773355197465754351211313505421605347369","6326292540292096827928260388533549690779841162067916477702313355746938190522","-12494383804127441758833655719483948171970856175410874862905058426586671145487","14881630013708805255769658281147634706293924265078040678563413419139518378986","-1756134911238114078856758300424078783315643410126397180173778595780869888122","19482741276200675355550907016114710360947176245032220224411226561279486744801","-4628513892880951155441774929547043594687234663150091968520700415663493565479","9898447712180458392962971794838318916761578732271890283207967033010087790189","-5005450407039984151653737673668324017719906788075915506488014909833578240076","15770315921539384289922597710117067604735366096606346183593329750124767241051","-5267385825723827482305994196836983027742115822844981151219793928499614105525","21305775531335064328752397621751069996449740810283174682748497172508265221359","-12020951465857350594003784202707466865211278966952934308030238577636944779918","20573220568397092498425879563095295587533983202202133051007023695963416254269"]],"polZ":["0","6206729446970545297944611617034640574569570554999196703006028535486432103803","26330590527842871294062484973172457981145722344905499564379224254640041142476","27431048053543259320747153901072508122089172946414540304989381550451151790362","46762672847199728098400389762824911174344717721554161240800198364482585922722","61579032869280521078185452881623425233271086047660242207576149990200292315999","84729167020666997641294705853025945829724996480841582147991117510944646909900","56272148054107594119261954172799766582046717446386124982468073140507364745923","74520906444984419845303457584285894138611449787720945352827415817551889105426","105945084371388093820521443560661430657818054742737675683838901138074134610057","105798712192444571395736965648741994723687768035115914562869946284439654337988","129027896865244914954887103034401902481041966662941233215305174057846853650619","109235462651760982798557174214742508155075642282626680794739011551967248232619","135398583067237608928569977899528259071244636680866110323685633027609477225415","124602381055970772855407795300909385507655218071391512025549808542437796223721","185899558643984396674094848649479888894486649728829057779255456732361679011940","180989236883004478095429582302390311635156599272888394882170023586373977788913","169123028184660666372941979407356485929098203968940115289081609567569855533022","179874430368304922085295496905129534063720307541785482848352439540180546280036","212920043033710642910317736230036196194574733119163613258442384356621666042907","170429291122754718900263843919334420299348209322719689902195896606527267615246","237754224022321301962817691719634959404042705827956308988552502508378458450624","221044582783903104791192606801541872554729194818798606698203938221227658049756","297846830228182167902032025370070255778690608517730340859355747422865181778323","209831384677455136045969375165045261024980302214407034890207818810367801321984","295588226335560148326189466271288365075965943746567959955880786796025305924513","308994186046145554930260027425522134219990093395297262216547662216971710330105","266600349728273741840705707688043796001157941860290050813624335414216569525553","356516397165104134004913440468302247247163738759483838818084549729960163196180","331889274732241182380318370739322863508494474987898720531937608725524241082484","285150345557688641785759618025116066259051999769912440772502583758658748202802","324971786848679359784272823488908145974927176452541397740855742059314949651870","321014225137055716707059919513732432133345055889506796381751091258421572006996","388936092572510930240162078955325571749969630454890330557707323323404943337893","368986901554276253412300408602732026076283633945406639712429122959721742458489","346356421147648087962806054516720739502075303419974104838739387391293375419202","428075648287874077006528261979282673119566606752949817366371173589677755975547","351201212538389036787924450991985327578060015510080781344041943141805573478291","382698488040151747214271055109058754511088818442489384540091399186306003136094","441977869920001705269233141759435264132738274769516286946904674014373943723975","444143503024226791526937759969068022993615059562951336129748269149224111644070","495085189136025260059924460244491635964490023212838164223105794013685146490054","429873314858616892960456496539008074298827433751822614243764111930077051036036","523615398101386285615464849316483613227435418305372703446941386333152985696267","480382854780819272858588156835081050809004539264458643448409549667794483236097","503622931286807489773337950958430423186509575944571327297016396990383916438047","485189058488365561088439563449101452404309321215283874690532014220578226926811","535556542660905608814993974462716234032967362077268918879295353282736054153581","562995473447835121392699599385372162517544793285235515694880305134655727108369","468717664445936658015262149365200663229095507565990235407996698938170454790333","620695898143773350934108669106954158623494006206648420141893157120497550477907","487671415713086481805614152504769493161797615933666771951072074092922325359463","719610889102091892109376329910838669712210543186771931790254837001307747814594","532345978620967416942547617067601300174167374773567165489002838974392552277173","694684117680419740624735699001630957718016830097577788857148337253897487743655","379719635329583308603163358064388776328884076351727384417836795621445616350966","777108040390275026379404434361133971326762133573226717841837492346893070919977","402800662883968035043981996373412669534724964437389614316064351576822124270467","841567083312660872298000876849313647100906268727383389137749436692621903195316","388060066292177767128216933416002586479849344933020749790935804568870605232374","903683489881021878492544703636588340619252328333854570647718214674386070137834","426196558609633865206741888995785355224732562767114986711217328033749345007390","968772521638391036727319017033175023311152009617277438473534214925533848937044","253083021823655955168688530099755250214797299412407615349511971357645791088251","1058262906402717553434939698453819336588146897335281932106495822989365335843011","320202609115394562793718941747680941230860661575948670946450715803787562057144","1208819771025727178133908438660640653202440334490474456130620976342924659651056","224069302816739193447483342722560251674762946444793744639970593933452113054023","1271686700480278843501165896939007274927704107014652472979970978195658717641225","137458577720914245214533874940430648526802974679734433595084567268494692595911","1470561066363530605612618990586617787388865910865640669773429342846400200482934","7508788884213555211960187037018816105535607625299945269813368257524063883400","1575883217142450220825869069650635441384894655419028944706185107499583195582424","624022293982062718301305309995353751802580323410088326660633308511819480","1619729967262476182228588338687739975348934518556921018141228697091685175300658","41888774527843948828861607161739817401316813485731321248242097840900","1663506458259468964413636368161979586387921469853818944872350076746702922415892","2251591381146233220890671014455811586598830362917244346889785260","1707282944003463452195989963467000946991171186837385181566021351992358063228126","95897077913015557611455258196436451236114586679616353083400","1751059429747142017779141157427987132055084550030410408056648309309908675290560","3195053156226648436312519438800517125532256996374712496","1794835915490820568224205254371505598542537693186941002213878568665800950041844","81972036347655071907572979968939384822701403285325","1838612401234499118668698082601236892899595627383041268875822261422027456978078","1587997442327415379202636898052018206743725095","1882388886978177669113190894092125651371653242734909383023460542438750419528062","22658752720985122510595963130672743303700","1926165372721856219557683705582640207792180485858569616530694779010240046687296","230578552695032037558805879643828860","1969941858465534770002176517073154757969352795397789802975593306924276277533030","1602646281287434529994530905950","2013718344209213320446669328563669308146449524838271562420871172520598983438264","7161918985579388799843690","2057494829952891870891162140054183858323546253639107228295137093726751935012998","18802604432559339700","2101271315696570421335654951544698408500642982439939296995027577995828762976232","24998596756980","2145047801440248971780147763035212958677739711240771365682424010284408613799216","12582075","2188824287183927522224640574525727508854836440041603434369820418657580849556650","1"],"A":[["0","1","0"],["0","1","0"],["0","1","0"],["0","1","0"],["3474947379913255159510588977637055578262870982683547205711201112918637543950","8960704648063392421036148797916904122974439208526044513039651105897903193980","1"],["3580792241038968102599924771412467000330912397678207960604224557481584774094","13738182980677177660710977956975780054557604478807924809491439815338078427735","1"],["1692336169848261313458116577196723973908754347936327888156702353254187195845","16439405500765278536355135597058205294237316712675868420310882012632617815692","1"],["11550377127068298879232100762801880331198047432118052058835555741529451406822","11505904216164803580794472652639742940438925908567151794715631624710119977163","1"],["1373578647188265943511676732238149980764215483292709168007359411342311310982","8286793607493564138566016022699833844140945976654897009531270042435536722735","1"],["7065705423464135618601453268727719070080108967910068245714646076212303195403","15512425953097689015796875950387917872900358053465537357084765631601651732875","1"],["12523605425786356561977955883424649224805208222290877629505759100918408131548","19847388608693833900968628265416194346562036919121331910761667091011499164264","1"],["13775578032453496143714618045038803743817197221601757970617737794802684048878","4922924071846038493437783846535813755331361633520987933653307362890483190396","1"],["5064549225682186789616624739295599594039505417780702320892907520618426418789","18420178829931676062975494880041450007810995082233436595708807117067104849150","1"],["16242199156049600949600641321612580759183643754012590182276078763934400817276","5953195891368301163135607400834217694029910399721368564494402674832759359606","1"],["7892557924501078591258271863182515644413026064406941293884828110682189551903","2338524195940392990707343856671519900986695007122530846413349047579974696418","1"],["21625075808920080810073242721147018174249773879784839366764313742912270348622","21463629938665503383181922831509247983404901300217586270494634533598511181050","1"],["3272095141642329440461044736602441865065081167926038967076557367429561742899","17900787506044875225091681504710361165881624851749886053980848777084829904848","1"],["13105225531068359102951141037170518345822958337097071287574660873083521883976","10055257563675737776906050509278426640833031712440746004734044942511753699037","1"],["3504035354442217025276116298083840525881535830262281988502793291721225096397","11491284290047259877823207945265958035764166031956993500766197121027329355839","1"],["10854062892975611459276875744345249663336279947986894883641699950946062579998","18934949907429182186636457076198588880064783305442585299727075215004285466220","1"],["653170361853574967144098916925786647255560726366195723768607179301086625475","10367101970355924910603648215449618478100474336395773866407183911129272496876","1"],["21309916906419873308982794926935828318876501240323274431161453519785772466424","2947152315275184837633192103696276532562645462668645174639035341251319122534","1"],["17585549263973334380358023147006114583263134926821820451637372092514232147246","404267763441724050019391559469074581412208171577971695765660195621882298513","1"],["4111434959902095056988709449823733295039099532877096853192220055560884259880","12129919683703178048497161639547504391774012671735383071562810779720527581276","1"],["16734514688691350947342359638890667802877168834897703436560210304603193007128","13077088711585133927497580110242536961313744234703717653989912788992278175232","1"],["15382412902824887345944290264714939870000782584144599322095032099531840006453","1915906287276200045507447851862822662091459875316537441467047612860485613006","1"],["5602687828536976970312725241679888191779584596778716963580609501057710763597","6225879087899232087661030698037799537375804031655150729748362349907424812542","1"],["4558273903691788289508769409235967728400721135683395852713733425267248702212","8413787091327770397491869067542497808888595960366757137959032547948782693443","1"],["14636053779668584162112389329203515292124522465117577093138784188539012206205","21067079073248447422430118300293038253917454775988678272300069424702356687337","1"],["5188564667528469296661632684877038116276924397317468760042886569964766518838","18084867911396954122759484696310136295054079472228323299506837752574048654627","1"],["4905469782661219778550542442883479844311170341487127470744851669764800219014","13720876087230108870769452952767813783560943173046341057211608910288414061434","1"],["10732170387974875224461881867258004318977255850476798985040040854900018792038","19642259305041469024179699511304903506023373066497179481068128816032679148394","1"],["19131115889809519801253031083402390508477029653839373866722308074070988640330","16557332041307555846121427067147414633674932998923376000685137934423628838556","1"],["11992611796641707974580035829800177505030429018332517181964585982359828548563","20682731823253016913889748422739416187252370815919031234619653782103546097370","1"],["5506191233118071838806018082241519490314733528838325904369712337689173805613","2765587481157009785325943637569114090218365326294491281760489787865458643319","1"],["9478403988134461313679305310293530341853421681541478333012169073609892730130","164483369494922109619944295521538259926059730067307368802438079410614779822","1"],["9462678234737554237662483974331335788236207567096173602199728028062695662986","6386383667570987492964281936763958216576039506730358749151655284670909740488","1"],["18079384415997886107610591886059670019737989466348974604693352357724800080680","5912679499314859712473316920161758218061205881996754432299124046714032565610","1"],["18479636998852415414361041848383261584656718978032466455458993125633950449602","14751980771546369722737219476399632362967157550251341017835322168516497813721","1"],["13908436253540071949248196011949285211627451016735662357701408264658533331446","6373683935324975550509129560594402944847292509914523353965755756090677492451","1"],["20220268087695914794254880416159934334302992607911146968512638601348231824968","3105054175813062287226589901866936157225011561481042722654607643206940100964","1"],["10038179912217857288284260281221250622084001264974501714070993614806502286724","15626546839636808195630832607739856730003934645691251686336480468056522568504","1"],["201524473731320563477864204676440998423813219471868234779838553254841080251","21104449321748849102171112235669140063290635046880073642149436892618461841910","1"],["395663084934795636741167436832997422310055478567002094982833691487322820810","2686193944157451869820278882693333493222836592021570600108442279144824930599","1"],["13035091404003283115539694608652959023192579722367210301265263106618931781498","12998280595595097036991042291397774924008547127436890959219911042042101781298","1"],["11038219287173159696663411195795507271698727839495117493206899430327063632842","4002880494533834599601322989700249204835765320289739562851386190628450143697","1"],["2735954635988248411897945310987036165072642681180624776223299274325770515228","12431820474848782079018323149806385798253125148410557415659583589345272409801","1"],["17015513313802597554636492149757840770493441060766226825840260347272783861982","2899080564797449052045337513776676015056275501959480624686677281205961055945","1"],["21601972698435929488851376068743061863725693831606020397973551428555392414461","3952380045055211307154536653171100179911523720460984275004184179427271180443","1"],["13863980227320141613994400159002903725371446220443726019033559341085160850720","5191396499723381500417805053567237360779387547955932935438966033802970090446","1"],["1902276902350426122248176584335468914574495173890713407987954243717317333603","20387015681560020626609166186184287776021251831167418605710561086464540322214","1"],["13197424392696879617438983260470729729850145332705080841815538262737377887905","6564484862119421500880190909943011394568730068369005054310350687492806594151","1"],["14647144736683826556672766578167421202680494153574821408649078853949768729585","6250034706213728256278638625846289180366244470631045425198002500441243098129","1"],["10541646201681653202079182741756575179609634173102674545270039727534120785190","14221515055049330003927508078046848501644169632873992407299176007411730175058","1"],["7444939694970372998339658938336520043244096434409993433381744416873700661765","3527966742272243221470872391922488612609133938383733417297979436438532472643","1"],["4043553575263584540499072611662496264832252197212139434687728484987000683775","260308371395507239913738334708615981277047959228649422436988071073273554825","1"],["21785634243494310846197812817798359163721752688857032495611277671816663047897","15862800174128137510330357873154314091645668868961025990888431287335108953513","1"],["17112398311720222108822732703192806896337027764553403518492150140939051150495","16867917790560470289417144242689365586360304210390905771505815616599260168732","1"],["18278091419452467990867640950114500794787699220017158605097336073047739000452","11009224485946029260014647301207492792895602456163596258048231039630933016029","1"],["14455042919549574584535821760712722159631715966223479181197640298069519485184","9199730399623848364968207335030739010396418701155666713501449157251633795484","1"],["4009851222074846911444802249927700020585316654822782644264128863165803847692","19152431370850352707819360565362966268812740154990362443022224759032853865378","1"],["907391831645498256385513064098650505665442969858215859751628439425354263655","20044826831650823592589065356922660020840850378081427961102674511966330582592","1"],["11796565837628073344134823784439310408031453380158189090329254889393040349480","5759974875741571353311532739513767406510983732592973896652954780850779338195","1"],["1181158721279826708377906221013089279802499967220374742066654004087911264494","5627084250470569598732250272358187733809416420042112729970179821979187583235","1"],["4816394173003226787766107138449023043122993929732803675689598672033694899033","21487683501193098137330222119491771412131810263554301276105083307246454639103","1"],["7696521759213105215356991632483395998276926619136020961404448580097442183390","11833651046999769584774259925545986230167513765503899532049157311866569592890","1"],["21535072355665789403405375949620868431891403709709698856963718452907158322499","8749603975222545774122029352744116108539232642257317095679593075450228991101","1"],["18281129756770903067730278872704152121159716621189389959299702067374694293685","1735719832601102397859595646113554421086561405659739225411219756239433328339","1"],["10340269244802531721629111903060659987377476776203000375307523869210424834658","1612856286470853699220595235405035634423734455514994706898031673136177121504","1"],["2571680872130906652722324665730601707161495189103341384692942050327021298406","19861316923495979189529686669891743859572538767536853749388220696752168105196","1"],["10196846281858508732156427231209487376108349116805579517474440932632974784781","2654134218074496909437115021053488606330347647671224910775317444515548601444","1"],["8465194977408894255026156127061537275950339605127058187782994475884307034418","8963358626170554768331546578375239095264841097729817242449893393743749901688","1"],["3026133065486983010449557668478168033479973956532695474995968205498903868899","18868412221681642843351374893877963968804011226482806616083741055531460782551","1"],["18490673590893034032229995504017231895547196326522201926659428389574363436190","1626446242903936991531018783105614168701299736048102520011448588085605777029","1"],["382019043408300579709732323158564451892911440849823061356664334853600217592","16378966729341167210377548891577589628600586072156626963275774010546652733689","1"],["21186459690921958636585094334735960739226985364316448905640841721732546994951","4471249810319375520183709888951122849253150173286517364504413595679114613444","1"],["4694836719001230631449141762067484941872001840388581757603985742638602127208","9535388812301433086135360591910751778989312201083732175856658821598175981123","1"],["15113069796365939279495550808858590718361425378866760072857117210811541645911","13344313721726560375921860313759840543056852854660175529687691734699878431560","1"],["2020002417650711477841909929354805629548004898999971618951180860167496060585","6150654046238073798387604604908506819154689324983264664581344185564749636670","1"],["9906468817652997987721172369865696320355321633457634528779838693102219425022","19626500143405758035011351314401700361422890384702974962901302916106491026719","1"],["18063581093070855016219864508622515957895695011303101023782221291841605086595","8476325878255063214206352602873318011537190664213944369247294820204943827518","1"],["11841563045479703997691050569452037395341525384816919937735945078876462102501","20169141589056949858192993959898270242558026386831677480426563837372538017621","1"],["13329770379631264420308517759955059444235217778445058552005259792031284769646","20931232072636300598222872441226507086369451443004834379870399020828753334880","1"],["17224936357230568909020842949776528063672332575399615611300852716696748995054","14044260381089210676331330420271203171431053096373882789878474368844833706215","1"],["3217946881847854374667303676528905367957549053226076235880787824217422438613","8447278567716367760703594478580179295909370336811008552062003660909665436197","1"],["20980103494453855421668930281704383270237908702286217835273917804701550408729","6920772740006087879283608024285496717357861052823103879021699552288853307066","1"],["9198114621407064694422545656336867376447399126465711420288097692196158561838","17363762669808753765040407050765831015960403669243617615770752208816827706503","1"],["20884328468367242546141544763158585558203745139192763656609418875175162023023","12864711033111834378879147033294318362522160188303039746736187323876265576633","1"],["17057826770954370977735636896739677199018085939871080786085831160664301351186","21056955394919429306369110893266048254924207667090402734267985412004617501696","1"],["12929160889708432329761086454645810415362722663323154029821505386300717816836","10615423784788092396816703547494998196515587270877730109823716566315490779488","1"],["11592926149932430688139993383800797052780973773946098402540047620429180858434","19160225815970070432729587263142854530924795068620356345793795308698238898211","1"],["13632907518268569347751800426582949287946474715344439606071047592729436272146","15879263135484064649811655433195027403804925082132497041194377509885794970721","1"],["17746649710152450847648003524424485386730297114241627555376798360820165747437","17172686301930951826700499919286038723399587755110309621279553349146697442461","1"],["12390136496656411846074945829628236336695824640474930285956064706738317336755","8832137103908106543832872793998866191430887377911823214951879234152926938933","1"],["1573939192210748625236261195802384627650718563530263775299701134018108158026","9376608147928830364414315559571223088527640748959458713445803557425425951380","1"],["9430209246577669173335981065738429843634812761452356697939812161662964830466","360179716509796187059573533331083086934092463873284766011021671718876911402","1"],["7761621920566081556559669996583021205176614867652939116427375767161786494194","2948807760784357148825196041233820576610531536353767139873719395451417743044","1"],["5479775332082170072207899967547448231826508404584283063552130481958081111627","7836963902038347170453470741482222856309138899021836878591302756723554906430","1"],["10753832963169265453374304330801162538677037810549706447406950581690068484581","10696082724431405550046948812262250045794312212799661045580021104277674137809","1"],["18525068596859838311157353133420613161242956407880516171727311367121378508625","9306296584591131794806006300970165266354229740279768857815257762185950298252","1"],["7513608151909087761124180506529851392937764211616762572768987587643228145849","18046399154986089848127774886088092546218054948216327331699898511517008266788","1"]],"B":[[["817518265091519389435812935554769418737266901795568223529282175771871753427","9449458603158223106127907203317144360497778622385594318028394921818825197659"],["6223606208512984487198615916687463114083776444015240581108129261976303977758","408371174989686710219681388302145571053495156630672781457843130798586841753"],["1","0"]],[["0","0"],["1","0"],["0","0"]],[["0","0"],["1","0"],["0","0"]],[["0","0"],["1","0"],["0","0"]],[["6955746682001568156346213596037381375803486550110404092236023968907605340663","6689917621721718483610266345263722758096684082541949594628339898495091474922"],["5460198489716024691585741882218266038672213601121707237453779721295629869929","9962129361155893022257267411549845547258100178493489290840237826661754782054"],["1","0"]],[["11099823188890413844420863256434492305463923555601020636717375881406780416115","1580348756892256986848266541817152622519625187556255233338851741757101147807"],["16024125783014196530578595731427402089489837786722792273573500655490523723815","18120857963726697782625497960467800993787848269768476277468324407427189242685"],["1","0"]],[["16856603205386801212008985349391181708998023839173094351965179352433426040091","14649222878213936970019702903987585957877706339834891286426916438301966125126"],["17187309999411245076338712896314778641651645589001909307646540934637461444393","14635092291159231907449797212069871191888071224915819383755695161759446746685"],["1","0"]],[["8495199169585072036793821517054715818501113338719079178869459908737136828402","6206146683527377644234006935434022732564616406917400427068364012227062582905"],["6218275894892650036172660429357714789320771822106945695189947307340761875401","3132548422243604565050504498469582235834231130411623577011950434089150279226"],["1","0"]],[["14485653180521186597470239250048491147020140704153871736904979521453405979199","20059514760515954102605030551892833271988815185544184870789156995486091717227"],["1249982960670519698920200855453839830711910045176692900305138080589103046954","21561801440618430400112677833413081172194485978480401446794025645899245176038"],["1","0"]],[["8730692144653157566016893366263464995470091119840344027306251715745007626793","19944333912494482677780474084520679926583058988807882281827292610801788340059"],["13925592535712718821417930552838295426244512004936570092360217699618178816494","4231081882946901848949459666571000526440796638963139301100821715345798349954"],["1","0"]],[["19313210330952083647683590603236315118133659245102837621710822672025399200730","12994320031125521779220806419037257689885846912199960461440696742821931919045"],["1552451850500326891754807847283205803587562124237641406610708130287636561136","13214628741135662047053034518356643537134543633160482632753609383293960802762"],["1","0"]],[["10024164856337250112593520468177180440143594638561810780638708852874250680908","15379562376204823065187676610650154172641305521987983012035246741578749824625"],["9714299954822045067779630807941758362357217209032441402682041733902810604836","3725677163475399872277603085962053083962889292287676408058287665709456503877"],["1","0"]],[["8489051244504783600959989388352029385086101877324514420352519824846374542459","3185828797061116513054863859716041898927373303316694290751118341992984812298"],["4555280273783765242166917908231247308022470967014779219483017640039635137540","11825392736110602484225055912604323645795009186185739764747641670233878183067"],["1","0"]],[["7573659309998054975220183086691009756388224982922131501775914673736447934760","10566840307462094875018708728755165252277747558223590700040904014686059407843"],["21452413517188174796612552918601661146368759380217562135194642801363794220668","12832235165827779614746449451462914855693782549023489650189817160521241746631"],["1","0"]],[["6887274429586840042404000977763644113103932497216921299913400017550682204392","7731550078882059351003575626341070140817712474988753328712210215615507393222"],["11623589476922769004813576978502378317273026244289678429492119642284813859705","19664481577768404457167743332779135873117939293385583553838017613076518973084"],["1","0"]],[["4947831877841199432391027250203398280708409853535941521105975426774561439787","4172271211218454486118346547654023845986036976610598985180271509682680067052"],["1317521599635934345459385392443881761890230147874522644437499152354601186387","9143112645836141078116808000364070314401266361453117115492239571252614865861"],["1","0"]],[["428547891725522862697560544967537114468177628539347929634044693954448601176","12866865858410982446362120999790481042471641327418037761935212687330749494899"],["15562805224160613333633331277055400687889047466692438537282895612039025228279","9233897119311673910652310027008424942036712837198570657129394103259047874309"],["1","0"]],[["5958650016436987177976949156653192657183152119942562733249643940258166144820","6634974937593980092856103607973117410870600302425130972699875658405649502334"],["18278550313131441899519336189492981761862486222263192246148897094259801767527","7569839020295626899043801424796655573328084956192674083500331926830117050664"],["1","0"]],[["473835927981193217493810536449140813605047280094573918684434142528821317295","11686853166242538312148931868039260642079055677538793718161341715313417559023"],["16653298071799711266480374556338882333589437795692067758276124770019275782034","17738289099831794845036676360618497914492457469994823698991848642529872957377"],["1","0"]],[["13435661871963419977733653626809597201678925034341872476043125842202999948962","6067464692160954085492598353224106117184468280015938633883403153956266165375"],["10708534734922925211273172343848976137432962083181265156247101784108112895915","9189480559250092844328576821475159746692546423985835394334795696965746509830"],["1","0"]],[["13196745309301548254938370164027896276706813152735066834753519771625373513963","7261320346386775250852935198026771750741311742676221187131143115769470220219"],["854077011752227039839629372575816383952699926388101033948616673120373688579","4540858795753356473925128113219864555699285181526461594578105975421900445889"],["1","0"]],[["12269530382591370016805612692497257594661241684128479122295281947531763415423","11472289351715866903817066169607158740140617851682843525144755613838743114147"],["9517128219147887728463671083569359861750060915772109304159717555831658928956","12664342464405162132206783650958162438936934207557792306127259356675719042347"],["1","0"]],[["3169114453619901308210567033737387464413325821001090371480756518071526872394","2075403467848967416796965957491121881985966261511325119493585590018597668754"],["19605348727183717867847625333675730142288402503815891717979922001579200531737","12907226554075170179153654416378983859788175194542185268916982392860711403888"],["1","0"]],[["13134742604334858017473851526997770951157724132264452754394600882223584037310","43275510034031631952584294720835587428790119711223333950955794682139788009"],["21157670098683990609518198597575688725817579069714659780431469314654406182843","3781741636892803451221509779250859017650077551940002552154593571688148802712"],["1","0"]],[["15679134736382088511308167530388643653962060412918836761766485560681591461182","2644804237351454072088562656936474355852790439188065044973786820623573740801"],["19551651505858552999748826694895715743702594828896602079018823786934313456331","17440717437539162027484239171026085017816286702975100215976629920543089984804"],["1","0"]],[["6250851051169261415593627161574841412229749264219608509636378383028396968310","4044332937656054549647706043387743231991998767623352928558586989498645857170"],["13730418246269775430611593534508788931184252584717467228508368317442667643181","12349811723757404956291103699449627345989555040486233805794419202798983262800"],["1","0"]],[["2167337763851320470361921703825067232741495913471863579630219136558634910781","14833082312875300445668849389823826431996043262196999446214391122083170077060"],["7107107964246300499090170181238579908340160162170266382008250391320462649630","10661065315943306758006058580372994054202112484240412487793338205756704599510"],["1","0"]],[["19119675183908345920853859507556048180355266126475995826622409214745230079556","5650704742577459581007886302409860981196257209844704099186152244349936157679"],["18393088990850960758233432411118477911215030537286308252710185147172750941040","21043640978598052006736541959348770289330431978605593046319000665920517738451"],["1","0"]],[["4190456152360214489108414140595042221256979993601490636489926103737888139229","1032726932962521276202702256713330098325942217030658011503347660380048566629"],["12235090355112042613293893634933309184060811757182899533349791370690461007507","222581662968406400361368066369745342776171306288671677298798172340374567343"],["1","0"]],[["7112166405398727443076405618790198633388856137155127224281558874510124409138","17322776694783597040446801796487271863637221890165329653449240879508391438849"],["9668767132102689536560350018231755377257079063087170042023940275670017653339","6939949908401036281583140234604316851879089656213000469071206987075454721186"],["1","0"]],[["3745786889613827299304293864857174961765399313916596610731055830132651212794","216088755599312795989127194028394786019733871215796967919511453645667239127"],["9868012388402855104672676628793100534395018729641404886507402838327432412538","13049452618722568465525835278509181090990435257088807877948328901084857279798"],["1","0"]],[["18372789642240395027746645766673163545395647408279111408375631596412873168497","519054382551479790887963346676859211282485105651658983060864314857346258388"],["10867133679272708888488167831864116963911486236711728953480407438501724064241","20266037984325476138473963836839006953101978470618743371052299784230128078872"],["1","0"]],[["1749708777508509651650785982383169736012301474275885962450246458002409764071","4662085630903982248074212175849607023382430118084156322270987704260371753587"],["7973599709210267729277485024340210829670147121274282930462247873390769454169","11194165095740638178587341703969516154175317635081784731172290888120907890429"],["1","0"]],[["10864864251719507761313536021471269773834962981638555100912689901993540229445","19093268942661792344453147202205116700904713968319423145457458476450264851310"],["21685813115918681169401584963493442816736932243820669905073824666726964221056","10024100075230740638480537566955978852729437103950138089545470226501792791534"],["1","0"]],[["21594450524428859346524076368423718534374413485325176902543628645053079978359","9937286474505946989764957460292178942258737325105870694679916946846342920408"],["18815386964965948254259116429134402851615188357690171101894597955372117823196","14687793384990327130047630088466834581983319298997738458973831644460478099478"],["1","0"]],[["6616101178206637591799054193634854494707535436692656955565209063309508386048","6389103976820962855511295488444783961704534045851747696696027014235085568424"],["2313476241709353174599734715639066223190423525768011654714677503778134992928","16474160268045027575888941007460428582744706025433505155834494371746713156252"],["1","0"]],[["4402879340577592845922694626116513074456325864191995154978602512313508941186","19577855082186667587081874584391197270513969673525672034025524144174288635091"],["3050463721069284903584228526828471782157762813376904884150492879129314560012","3491382843282669208198517360571130044790017721058787364751985980852972228775"],["1","0"]],[["6854171219941022066878794009727526191371493513349511367118991939113865224778","2779368398077780463580811984151578832018954036901625062533253936867227933330"],["19728035062335926165475011272287966141404889685069232776521970225990726424061","7428223436792162370156916125551817639145451599184075422017630136520953850055"],["1","0"]],[["6422321493166885246815720261287809955082914387977503301095840252852398539446","14115799891332957323250977868038046225464052230004237282557568885985148326624"],["11191526253029080805266103473336310100342081387993273935528933824657370541100","13288826002201446788344357608278440645832053852037120979080208373763718673545"],["1","0"]],[["18722043533638592561907103871571216608001679312270664726000432027266397117735","21130290830006926367641831822594420820194158980368830563588974449911845636327"],["17464545591365904231542817907271462935541404991109450918058079702509119044533","16747652589480950700643681945378805007706004185943963202031432650670257510251"],["1","0"]],[["13523506879311065608923916323957913991599307487993781158921781851980638044770","3117372667806599391251344351555115943598466329525712662792728981970458204999"],["11202495185056069117971760811177058832876906170939304391523023559752085408610","11376818838654677533704276476690396256187011825791823777637212809939973687327"],["1","0"]],[["19481121873247738575190980856226893164749541683050817328225574599167452197078","12709179196001681417811530076477589305699701376960945977591824181976102013863"],["18569939863324503857252112657815106537387891215949661460142711693808799492995","15863739941743541560952090180868662007446978826253445194609219412456596331593"],["1","0"]],[["1418787940597316167690795108168023676591954779732736839071828316083558708315","21552082796274929817814843225245843905656001239534146120109825077327515541308"],["15420154075802649918100113508250184220634073047187001624486507584422928847635","2501032061044509229954451940021941417400461581130072880675862068483824240646"],["1","0"]],[["9196589819070520439591169067531844526684517635772014224993913441776765210622","15494382109247062675976526538693828387865070532221567595109097337186381435285"],["9737930556639813929735369036840809353875738143766395687689163532880885870636","12573556439513467126617671625988138628344456490668933317953726771917333941511"],["1","0"]],[["13244499593946862805609408598792756319609732976566228125320920772295532752451","19048737229981840784124305632978204610202740392050112826976768826582660352238"],["17266331865146467542426945199104016919701537539898793374220987328169890339198","21674233565518557287490858251136460153113609207756616324705300009007232988351"],["1","0"]],[["14180830133170690092220899893408833910557066003254963176706545265440005748211","14648711534221655383335650607096767575057102334082054544469590555352218717565"],["14737716705331142953998571486719104480298257699497653440323766285184080575985","4744858053517208443622690671267332376804077992077967948302645473057821148038"],["1","0"]],[["15808530926305624938142278073911945071240710738674585824332991058422241387032","11071161854354414068901188689283758916476418482743623037474747447227459331767"],["6719961094023518384967841364061564940014295638220250154451779103855296976037","11679168860983856025339549786472094824929270987543880184656511161906324332418"],["1","0"]],[["15346707087098818233366817115811759369458371317542601199401770123678006714903","13612670745632472049857700303133947676120433583711838124686423717788533083388"],["13266863618076207388294065202153882530818880672546915792820246061067358749077","7681181838627248016137054059779141233558271589981116977002687688571842342026"],["1","0"]],[["2115734343473690093232959480228645661951500280411128008654822573844671083896","952704979937891109189447158734332615284916939451111579298371710967397632216"],["5105044965086441922104419268946250780995386857587247883829744298624487427947","11267955107205414802087632379403015379279830899735940434661226835467135598309"],["1","0"]],[["3495400390443498850254258424500347978181793009362316709106007631855773494467","635434163630937847414550688236096199824644401180916517895472879154747971262"],["8392159652134315510376842453826721057916968367551913082470902162294100989723","12217876214587069939444964466032854792593074364909418225113181170422857307622"],["1","0"]],[["14094791954038435799695123418204233640684092528418099585432971851858276429740","15413959707636591989732509940831243934768787795248288673354855028918214693163"],["18680152020743027790726633017323886209207711648634669954762649858020116774701","7683201182108945033197796337467754350960820384645355976527719413563185898417"],["1","0"]],[["9675504329967417297655523390599837694914059060400843204456668772257923940805","4144742973621015703152814020434864331729599248883925360053188679470856144012"],["4105890172182323588205800163353383008452945826328937084420224894578636041501","9539876515533266647865977484772448926189392028311695266924187423845062614278"],["1","0"]],[["14036433741084034920186809936947461380262977886675818523106246379882248660548","6015600036498948320646530770484687232426197645140985034803151698212001123500"],["9998340394046545972438596056952787583936107012173678149853693746126394619415","10788111395761258142330196785751222245019382160156154717764099875552279179705"],["1","0"]],[["2407674220460473148618974402562310625554961767876617083252504287746487778972","7152807312245660870941416570510836720839206693217529134631791129932198444693"],["11676314016695128270928764436455795642848153750647927126859046152848832751327","4402513324288951186869590277356663825925658482911743872766608332357790212754"],["1","0"]],[["8793600323969468144092606854150225949922004140008536910252338464970050395414","9976493050818031706182410179983672092643161670743640726364830610220032594435"],["20946007691344303110465062829928527367598747777935269845451486586543629234673","16720681196111077385181243551321080067798297842339554168032324580733472662272"],["1","0"]],[["2088336831470077199496341664791622678115928503925098858837239686017891068344","18012982683428128505000911970230427123456255999857254529348599651305902761537"],["2054178368960798721732679393177482771887669959230733517799432501752619128297","20021902523502857629926284588012908843634313287960187163603149722382488701051"],["1","0"]],[["2399674126233885536309684747299463038908480914120036453271538614674960826993","1639640217353143997968882732732644834350037401834824148829122865527343105580"],["19763251198109007030681954726551276160642092034754274825774349425093315031419","12572924716525764478699064969684057753763002403671100911483093288427727350397"],["1","0"]],[["10977592750404342811133539836881928987144631574327911902450509283383873560157","9998969042696658716565725335256982544961925357634114468486973594414482984536"],["17673617987319942844452656098401944727395403645253186250349328538049001149032","13308385348013976331582598752358004776612903790276362649346849874039054041923"],["1","0"]],[["16697507884688816136035732410200943707340156496791096436146323952650854642096","1427054193422775271872684332594987594268111263429099441536068378797417824419"],["13353809634375720422236195043687994570298244223411350657279777450717996644859","19724957214793005408456322391135143618921932068445730611827916988883283351941"],["1","0"]],[["14536834292870065051150106845144232771075340045821581012636473010975487167329","14611756996583296296638549907351382245067444696343995816684103441296778409104"],["15503324796879021582148254755413233974952823445961611150841600311576087257384","12146903148353749107183442040974130540385347493838075652319421184567390792853"],["1","0"]],[["19303192882904823463370906748078210429521381246229864198871200821817270262567","14808039714393073420514894099051101191567495961063782982984519119716479427490"],["7898511136870539192074964750667221506281987983469222403651981545917266818518","20944925961467050042954824294105310589162720934126454184836559490049014134087"],["1","0"]],[["15676261874882969678024337866230165506389576636079412553422573073056664145671","18862527359497682351762960050097874177242207761332370944246093306192713675739"],["15856613465967367566569822039579129157912969358576319558841893251618576795826","14157667756208355182871984459420032291949392118491840663937232922216813310219"],["1","0"]],[["19982919418046564982179647852433341127553042710291848825352714494774027633396","17261816039406839540964316106513495738356152191678159939825702645121175053273"],["12947505262703784194287922972521906079047750763659580605998098491803972423127","18560600034716634790075704082309064066447638793426732334222098727350959188479"],["1","0"]],[["5954029446942518108518197149518370406061788149619016007536580241426595059918","6186929003171425165672757235600957756036535515694617003686356981159311050906"],["10120674368571528973973466567203349192990815573637150235768333081336447713998","4995029358928453190160084877081933268996818626059107930313261490352001612290"],["1","0"]],[["10073382912955596098414616938199911003779498030495687041147185656821242521012","329280770258531689479561851407801024293498596243309679927215260872631024900"],["4205454918570816270078847402762663397697485574747346479449009115864411385881","12436013739586077602955101596415488127325839390857682645566868955841419806219"],["1","0"]],[["18812689737030459972115817661707988483612310776232476091890464022894641704415","1567939328509964494687700182705652058121737605953198642444083891488259829084"],["17244645604266645911677107185234179351404442237533814836392794289343079742739","4419446076173846282140965130100836265481111592318007999034408953084987827375"],["1","0"]],[["17443894518610020496567393260732420329521796433549271562485501619155011229442","3345408206271682976930338518334484839937767644924215163651740099712569337799"],["13396921007821079838033495051603748656024707446485964284175868564251963089622","161185499639202426546826891277876917942577483674091730985843684722156038948"],["1","0"]],[["14892848113811946739567114783980647320950883434281767449018652436238373664305","16612014551548426392219994874203867244227008289272908162843279031710353255077"],["7016520792641561954828191254909760272872130248417110503997228138941991338357","1977988355420918988161768310296207685037006482773400438572248984518953727731"],["1","0"]],[["18902888566636326490130808235357768676107199291202174899966250397510225765548","5632335559958288511616691769225363728523899599899792518380252559323142576802"],["3954515843810364689642544634953630330997471101585807890793176796351908248743","17887079944472242716424068497676117653974589746461816349633995701781837823803"],["1","0"]],[["1483246258458442726809164205914010400554841212932924573170741776491216205410","5957523070877514426215025760523654362624033704487300735796734718813479753704"],["1916727029986392123563220598210627816808004794415494911230782810882486470672","1823082508902690846769362796206040244184573011552089344969698892451900932775"],["1","0"]],[["18433414085459948173793756607689612386305093767510566787254046270975179493488","17238264224309233943079933959611235511681701767659457890993095577841668401521"],["15581875568946550781227220532840019396641751130626404951829613061837083129768","10151477312983148035250326414815222552123785544535415493150281355788763786895"],["1","0"]],[["20089108334276814523761080555391270853490867335638927132329552047912761996443","20754997111091946028231445933304061302753934087111187311218406359830984836837"],["20037832580595668552492199584096666767405008790305616634537864946215857073627","13099513126490997548389603864292726397209136418013893403781185937916335460910"],["1","0"]],[["21021593463812699866677160515823912967070613299623289195651404843134964519663","17306578312864658360437838416495775715230923104047972806108950639910494430809"],["8231374776005330718305746555774368098586889971710566878758976101358463189882","1874358734586985558943255732549578105538605157146165957117288527820050653109"],["1","0"]],[["15654946238048394141599164759794540501486655189410013556681269484478487220483","5115136744434435970901471555765232090077089063745114249661562834819034751868"],["4283250849808443017486139793630344314906617202640437491827569256753206733432","806094082227469343617858890781122595289757314616628538779531097605701450190"],["1","0"]],[["8961263510529851916910666464689391599419059755943759795538433675356228038795","9577691767015465488498069811642398168451629655113958768414901466558418556168"],["1145473117327967345241215193902398550123366599286334781430808335691022775891","14037720702324971337994356354474758140512308634026131508367950331690666010576"],["1","0"]],[["1528227622219718191316469716414044058073476889849220586156611351129340968789","17835823176026264139285688621947948440580369205902518423160258368664763869847"],["385962297930155974548577169582329056787127936035369711112078799159883374697","21752359142386773206090151210092233927029426881762733099224703868391921103871"],["1","0"]],[["9459552532826098125906821296486365862141385956265589773921640324749408119741","18687336851120903367569888718417495965003306342715320824517225052491568016080"],["11353214327032386070441360402717717115578167688697427747097535562058080104785","17575015022129890506395109773141033654367663923849800010380914291844868812159"],["1","0"]],[["5051720286808967140780092768360366375838728029350123204885642917674464651923","663123715192838705399742917652376017942127661523073652828484940524556658973"],["9032747968390371468871213512447941959294824011899177611668447855486380987699","21691523401202521076982468888686992876083802435471602848919777779549555641006"],["1","0"]],[["19555373344939442575901331080444049105487381542621735519125677253520139991296","823728240701800887425039471901692198320954629156065542927069885851427435781"],["3064842547879566090443112709749824492580407509957294902939163998704171930703","17980004047613534918207099083882697211458081913707161055182128151949450350186"],["1","0"]],[["18955430216150866735661046649930000722040890698212642713114781604911498815795","20111149025216220056018384048653370699490707536834035830024084211126732940706"],["7912128917744810567516833882527217610869267469364019774369895231047487234829","9453615162271967156759412455887513455061852315071109735456176112798766974386"],["1","0"]],[["389153605876889569706489051179326385976179739312768045045157037404529461620","16827760568936384857459996985521187898600918524901666188723081509353271491122"],["10441229059221451655981109483929601590856700181959820359464155213652819801075","19173002532107189160246613027699594685709289559205863598325752369624621558850"],["1","0"]],[["14218985814099407744128986054280503682710414866852143276603731794551115774167","5383547401331169120980007926175389823740636309398588321737322441762135617125"],["18390530047802209016866376913100086997674067423440459425733906808556272983833","2762584614464549008692202463320822043397944354268936083594772847608329915450"],["1","0"]],[["13052236860112436524770539018466140301782265425254078219081049787010785267931","18839852804533782281221296942299123586111520836050930454901250328802234584678"],["232065243905634125581570931776161057061817736869772712996533335965578148641","20556873442168613245146341119754685368099309683579729227325159600421216701614"],["1","0"]],[["17292306176345157426410601560856552674348958206720594556258365446348864499329","7285752621035648537701667006157675664962086252844739141319042443749133483472"],["12976818710179762891439428774743620510718724970733484471638480489106913706453","19010075596391535371816685608697394608624694590433651594260440397944623592418"],["1","0"]],[["7588461300124239684566630514818348991008956482177160048277113971975273243929","18064395058184628566889762752254154011844492779422358718472319014404599509878"],["2359351827553055513197469165949956125003377177020439208039675515031278316783","12271431631457146539207568462404749410692166096881576014607601033584114134707"],["1","0"]],[["3324209595610733417249683974429189847582999560545107309822572311701182615933","17863847116251734122927121638187212688631217597484723159675634767751119948190"],["19943605564172405336634875913341535732236376273292381939346361876715549041678","2923844487853023836704158081806567524769976265831892975530581820496875087722"],["1","0"]],[["18304828845014921552828897776937146608688696239080185330698663063619271431092","10537045477573414260206972101764577409472859066857452588888123889802919267948"],["18642600649089065078561775374594548919962901668167815631929885681982201178472","14579721140295635434220703496024974486133691970370768099064711033202861050894"],["1","0"]],[["18924228578852912100896135883337147480206334290658617882644868677037266400216","14891917300076691691700850999011490534110789879365407386326870477955349561674"],["15524655850074399166317608346604208106763364840453723180454064790863251341645","7511491675545362861681589093771200713840189441599583362424288327988761563897"],["1","0"]],[["6221416171955604807794866039101765035314259459721424693471080889433459466784","18616465254638227347132631494655115581268884605852320608848011066099943935416"],["7812992114851616583688067048816968842917013763640212055411736165758168922064","5077063958370567136395621360835054065324051386132778160486996010081530514573"],["1","0"]],[["2451925978214633853255570640698932475876008736430491563334215878449864013616","14514508608724980522296731827069183613515360556906825599393944247922414963097"],["9086284976528906737721681411571453131915192632784214325942773741287019414407","17179765616078051324256971019372840478375427391178526301633084516423499686461"],["1","0"]],[["1924399592088203312791681917017483885504021312080610992256912856576489134842","12536642499944394749703743752512533822408618812065341438622192203188201083351"],["17120232598230020949555178340467062224635324463970101270388473050820450240923","12828401358775488505792490100620839585960559095598876066172558740514051495087"],["1","0"]],[["9704114346219794816191854888552175195543991739404439619386858711112488900619","18499914168134748340419712136414488266353279535966103643609900388068578563722"],["19046742635278799267018683131411625061420873460534297848614492707645906146012","7702791869877983283276452175243692005275374294397937384702738749328274846580"],["1","0"]],[["1804406100367990652705700704919591478329908306715392403926541615668645754066","13040592765447348143565421750310233954907460063759973191522095635602370445497"],["18698341430908541064298844518878391665032772430477917545220339997960696590009","6878230937492238648486808464919163621904150155169402623682442245753618401890"],["1","0"]],[["11463558000957367858610628114443419944860985822511319877517352330091330818162","7320526783448062148640139508146581475783448326606373481490887011946940894464"],["8443617374231280256163684006865827946278350857795042994905483191902185100937","10391316816381096450560117870394803482629624263352845856508580041293145039990"],["1","0"]],[["10078454864539671998046260682745519488641574449539968734933399918213449849620","9548796655762023103478136847610030149656610258643673020779401674963150870367"],["19235746502533410895543675318215312364110567879981532138627168414943131925446","2476795478555211038789961637051620030054933196319586343092358754233754524021"],["1","0"]],[["12180967679103031078407616953138445132870088122816328917516754342725666271337","6578208887152905915195769823287171225782559198636923370401541184043928921981"],["18880337888552143123124208855644330999262963660924290855282089469900092714814","13051861925041911268605404848853140004913507689320232270463802444985964036034"],["1","0"]],[["21267753297974982723114811589308225054135789424441514586664574274391190854808","5824742359814875391948573504009420735337314944150193947868703635081214080815"],["15458933963626280729627464931523392032903297913256314204652617247001590886277","18285717766810800624104975396368479148599851006573837028860110884956835450490"],["1","0"]],[["11108513078743022687855389912817085530340704085414843051461592553749509335682","4368664068133427488738923028532411491709636478787709097888202924949431588029"],["20371254263951633676292081426848835157998041538081390066429106227209435502050","12333044701739560320220232339813699535283310908613312837690837630555565336836"],["1","0"]],[["6598864493480586545010131551537236932859005410769591476435845549327582931221","13438187775349148253468887893741386055435676613805627002484618714554040443634"],["3491355281264179487786217557261899145664111432008269150734760552633628619388","11284762106963286180539693162248878453696048654989521317240107230834526380139"],["1","0"]],[["13306376968720364480466565278800296485954869009246762961143493062741609803253","723661268349468059826909908012323558860094805913852515390464226723042790817"],["2138749043289630513393330146008576062756628716618432778858928842081085521022","12946559749479671460321019100874646931812154565707545549000919356935849285510"],["1","0"]],[["18536927042807284643639042928174020182434552178976346515452309239580894063835","7057090262133335005947532016802019989888720746747474099088273875283398327453"],["1273594252387053142174467160421114106611480630437458483130297598981268857951","12382521854355857391605993799973294574443608554114725530479860798742255226328"],["1","0"]]],"C":[["0","1","0"],["6446577616978177500790261395483406674535873579894799258911516954069309372054","7950573456596177202129754665224132268529474596618201071764955474126151489947","1"],["10005907165240394215534988270491521122658946474202927250740417015912729873525","1301980613852874453615400129254772706780396136954988021785092991106315835475","1"],["21590167802094388231719134958721831787602564848566258910604167808291922812659","7339777346599378413751161081862091772946148559612554880010112736832446645106","1"],["6107472776448432328634528114850506982213612843779860287572653428681213527630","2152712517207483293580839205127857275788877075340857440253256170820659764170","1"],["2209316198732527436801850863854501232920467553340564448094870228892995912254","17395353133483527311175944221960399133531836061380943051003669312125610512273","1"],["16035416433127579010233848351579571858605360247247483874057541314567895251734","20875554451091461376898623769870687014344324784344971593957371764318301936243","1"],["12413856734272938048577371537937531146852079656430492594687149419699534454179","4094262375066717950827566245557608363373065950358300302945923030131443974293","1"],["15817180912008333672162999788119413527591413542102891810366667629068608076826","16647866010122031881909758967047445518891895227148432945094231133514953040876","1"],["19407643043342654116712329724269633320658604779971592081248781042430852288341","8018975172948457078808696804995596481230618782292989622193442688036379204412","1"],["16493441450714233416659799812550763120833768626093840918971831527319671103277","21198151974402615474109198849729009887796463259719967423507250664995779256551","1"],["5978006289764207523117135238544374043917319062393602610303145540136653831829","18503652555223698658949476140796481613125879848370654077290156773052448384882","1"],["8543095832457928223821265973812878999582514275354860305439220287021592534882","2388616389640211622545546693261957533386429901568123478170013731829589414247","1"],["14760033566082376374554127251824704669927625330526080421481459522817843153036","17734958105069579893642181080114478040180792288965894640410324754310161437460","1"],["7955482899204216703514665932488974479947188308193092604683521067297871243080","12383391938209083318540088919515759853209508668559639499467277913829261110114","1"],["19454305319856124389640097168733682073890133439011586016118656373728931817242","14538007050098606168948879148837326642200370534266299784243530847453134129375","1"],["17639560700285560845604339417672004354076269759213510023133404999785379508394","18706789691574019060342332192057228030798448685208325234437850458173343292722","1"],["16066708425714546104072741352588620500533152163764623635352037548635328618591","8645093425786943688749503169396546297356470371522881585705051318850471207422","1"],["9870283240259321908066109077638997734667509933175412040225703075154186284471","16825394978072466866413600430093622712078459056352695959117945539467416500500","1"],["16472761551566390308456240740883444543718739518174294949379364167052551023034","2157060976529310008648662619040195199166368099438063288845540112173851774444","1"],["4210998674626539237577718583637933382363275365306773115136234589966707096356","21111822244821304149045011157460756160074725709540969940743136246065321690267","1"],["6119675669744361973015672853602128509329582632865673849131945525084543196828","17062870143375163206868495610341862489988218283939585645237200223762959819333","1"],["18471736345857593254429443151511910523070966984987101334062133036953103369593","20314588070569645065816361217572475358404660714194980902599585635069801934718","1"],["96924670096937530834993261437951022558617272711748436320856066433405541907","9057450246111455632854701265487118060513831689011316706211743647195407578564","1"],["4318241458174413638730572092018104180242665180679803753864205160885726866675","18623325010897459138830154529282876441872801475013445976957196229674127724138","1"],["12510257158244514008347262063294782387324251266957320491760308712526725135352","3684971849165642054740305639695944459606278682516718150223592927761420847723","1"],["15936284709386360301859157728869322035782897241963653530172830829215747602517","13785416332374144887966006832146525279404403685568878193722496031796239229399","1"],["13582880929819384875268448732847842081616603137023104578889351028331074698565","21886011346595140150058119026497818525978063347477771003765175011155426945008","1"],["13461070369711242525361046290514749004057065960411894528427315073738812522529","14851970784572404684598621072403792723606226401442206670782708114461232097432","1"],["7071328171417653420977377178331026249165379675085365511312894951316219826253","10442966230843408947282271686589119536860328402040322844924513329781634113483","1"],["6493284178296242965840280456944659197115375215009160710388386011591086139574","18042445959615948486684226952416073186248032478270988354364540651755193504682","1"],["20596970650319971160097646646109049774077538279458303724608616210033297467908","679487572752073873902973302453909439347741081630282399233610665969125371080","1"],["9182122965383793744608428968895900647568602338592610853462174426809898835243","17726993062822452571668892246363506105748206338891478448459303992119807827022","1"],["19370860313237733193820433036736350131557873980953680421901136227196885940446","21322359178748745093077483465558009292114252752310372055621361589775183318272","1"],["13941564954658004945247410551625153699736263294242828066955573514409644604080","7736663399586216815150160758590059065119244667827078683475283831562601498099","1"],["3178760721348193686338512172726905251888984164229844606804857646786089123229","16607172493068875236225743527506564792929540890539314122912874436639290508930","1"],["13129615791286000745707019663615270956680202845436160099098657342141388883845","14715842822085721872104956189665279007980730509604916432429891576629111987459","1"],["18282211132507636573225332268883588925608138593300933166944676629891454668125","2172517493560592145425177987292077369810615287006005714119934020599429185341","1"],["4024239930863557118671553303994910687896357771283687374272225271479886154996","16838411480309263611937068709403612900177184513590915979773184664755984498240","1"],["5314534431323916838166406627006961816538250537493583364611243707513854951868","15024675125454252825623298177698161663219904933198273687760092367536729166916","1"],["1865112523315192496098618977247997169567872488093802437482546285139112816607","19265217612007712916185056880426930345058615841479074655198430508818162982043","1"],["21405446851984251359591924965951200062252596679024707863207941172849290378933","21320587786253166628721039264158741239723801423088264282859551691115268799013","1"],["20534395138562650182290535681769753072734675286739333846061473917271879833701","251855853593219340515762557593492362000543116097113496072676006797325623080","1"],["5090867758761162917281028646126798237829792655290803535234023710465150876414","20813969739627823152685588417062318199665739192979725362317640162836866262347","1"],["3363427907445787393118968515482883367379278116921111988721974246809119957760","2259433742449216305524955489679053045590521772475532136489502934648747135154","1"],["17283507527748542795438830355375806829617969248966666941205539394269397434900","17607476169283107286445715287825452723732009059984701316839037587479766404165","1"],["13648783073777982113522615935111700053631464186082752474989442519233836375736","13127801256376883303559156592891325640550153863152789129050354416292312626565","1"],["13267150901249519283679012902031666214033437736166505398001170899479133014033","2970198344078412341913747194944081378050162893868065370701385559277901518375","1"],["13771271185112280453722299377191205947591094962782150832889468919536102610006","17334182455253763004982044379945354829556596613421656296258330949393449814574","1"],["11488668824967645081949665824381871504155596650484706182801835608629781601859","8819855909619926653888695056336116443907428753017613577500045139213459000685","1"],["8253893297951034021184828022790650037834190519779253841110112973601560408665","5012675250716573367693249860017892865570745765151477768366559080734083826213","1"],["17585762840331705196272208760918830805131093626399336328184325754285133901157","21511598518306213007897708738857956027485163862613839368228642658494980483679","1"],["9481640921548352310938182124462322816231345128304120991478645509696581548620","5140792720627645000663707527115477294210515213133810453577688351522847648410","1"],["21530004642874021984319692058617739593409295456224192144976461692538080441477","3870747789307050005742042324463271020891353427317206108449522458456669921063","1"],["1526317647214625448210161595657241340396146123206678018687000261319711285515","13316916573401762514625813729888035307491061266611832659875120155537888889076","1"],["4349081112006303481840871447470819400580926738676081613363994444705476558416","14900894737642883229245534610075129001190969980607653311922227727803289344326","1"],["5376005839412373419259287383653550441416429017130879051420514704356324723174","21866218848494641780637029737228378411404853465279879858704431204691742973500","1"],["3542468419661450074100730171000063799126492502224268679450563617340306068234","1019992454309552207018062091005942356452751368486478228816640973651053708343","1"],["10732895886113054925686899433219129126892174650938636893976642412652648821441","19817404440051148402696466053662888926992668759689306139726445199423184287312","1"],["4648316236823885110646966875887751425622873717306813420296511100437087926809","4006098456084819305474902979520545239122037491342838809374717419597819128036","1"],["11094349155666704616105366028998280506675077754617425666406844876795395829509","7644277359270125009964243632528835345442437806734165425770485180140390500516","1"],["4247846941066792127635938560700341934526869854769104877244097040277016846061","10762589943398943751487941602495655870949262315394954007893494656845472474732","1"],["14053917066818773117892913103815597059408333597851288853341330685841362135529","5656141327727998109379329333979440223155975359889124627266110768037649647820","1"],["21633156613535882018224527417485487896705508355514723581472613542010370783414","8444119404831747890774039558438479395073533923537017070365527267243330158800","1"],["14791873608892616163406987622764986083425300416659341548010721186543253182497","7145737524271432497752587677627126425554884474584223622502271719077422684599","1"],["10299510105163197236183259052036978131718495278303852970393016825761888660272","10517682093442165555876260514986037854143722810815359092449487996230405921735","1"],["16447950246688721016149139877160628992297542449982565783155924775291552289799","642488815617215150362166569922915068197673802942995036513666760951478555092","1"],["17316533132634284052594103018897991895323654679550004571603603261743752953355","10051117779712758993359102280650445677617368532572536861712525485788900295217","1"],["6096594403655215618396899917173776675345045534511721679882857950843081823630","13530232475444417052315037818550545487171446580904762029212043523299692487126","1"],["7242117409206198439049202597559409454915616482501786825124406819407038855034","8743866601343347506020566977927606960850812479297808436086212801757397878535","1"],["17657113617762925079907079286453704204318298798952636943776589010890819060811","17272530835312068185891204873855398176463521713110062457614183062934123612632","1"],["20281950878956037466968257225899453359030273499193839363347019024559425995364","21402157791286070223755422704480926066140145306373203104155451930893850201821","1"],["15450884402055239279223473587499913957096829033853835864245069070360048772354","111694471724422650105445393362700967446314589841942575617079657441383290676","1"],["11666451963725907970289340002975786899324375041373323983753044408546533828977","21498162180726676953514607593386237818536394464448598991349165285249429087902","1"],["5468520936247507326540191646733859390037330382346532032002339256025090465076","148549904997115279786262098281168517715556614849301184156819813761279751269","1"],["19458350033494214558955309562330975699364496870193593777436782317480583736223","10865996977283888078453192345069169280764027459070114009571123118628170092802","1"],["7678512298793584937904494505792165938074523422137783460795101611936503906245","18718014167745722423008447662729225619317956493753758820133242414894853379481","1"],["17067251010549915615261687280849580790268801062483785525472083247419291249360","14173805590151062156470079871777064847820309637310958336653709901512999983109","1"],["1069442529462530966243462507235024238313470294208672294157231488700334742534","1924373223261923457670073191562022603995956412609669717798777581796138507517","1"],["1944864210143290212252505696354347829079590614369865778762710458488189803942","15443871697944789979697087394456778791763858952826805093634264838298218526357","1"],["10399667632655988150022145061964126398905213735155297277144023636233579551133","19664347391969445830578860813391485634440916824476657255480398215526538451792","1"],["813809638232722199947443707973634845923077357733332957764339116801698555408","4475542568062922568307599817316840632921787516848487774143099947826509837312","1"],["20575698980921242236345560391398431473510882755099566027481386280380052193188","2379155091732814230714106623690936646968652656999073581850970869371699951648","1"],["5741659073434801209966248511174575134655501962878647917854845666551882315610","1772967177103573427922712705448877446093155314815075689022558641710273772820","1"],["406854293457699635164901978651777964374739985018350582160138568984136727750","6667967748056207940344461475092457868258231623209651482691369401758982756108","1"],["17400545858992634982038542571724001392766677132744443574340334550294714913442","15848228732656542531097914340277087037460066814053607011161254202694469587037","1"],["21273882413380659942362189233965777254460777630162888942171558932110423333121","8954548383087113923384854713922444771321827175050886590502232252834349496896","1"],["8303768562720665866805990369693845896195007060143142404861225469552850135197","6594991601935004970047898815302846643001904825158850285384893504155845568478","1"],["13113007650806934223169109666150591166442282925845259817378076202503368145318","5919394142816363941265144375309680781368992644892465144484788795602831885700","1"],["4717399201824576887811292661244605638034658635910211944692090083175769393216","9388773607118117049370657849179585856247488871082365800643532182387382443357","1"],["20373210738507449863350560011363430955487749749263940315522167982030694460450","1127258202501966863039781349535250363081594065715806548002662921247258781309","1"],["7895758871542367555774039347993622134883834046917172523572627213357088490104","14941164077554798483172878134592693275866335044241695952458143456795363587008","1"],["4248148262379001622544939476590664861363216256714453411036020381794318401035","11467885517303454486586866437701142440182636795007441804546268834589480514490","1"],["7020908558092732358775606367628020739115025540065260911229253278222906082341","4302607302135639311414318774635923489430994220947949130416926923683454907249","1"],["21678404556068062744772375029495216401202121521625508582640511179597186859951","11000376214424873245704107616760398562393211589121327813327298878912009113500","1"],["16662994195001636211602680865131375664595969691717403383377123431997278734266","2575290342408376661897098675312276033371352405887974990653046121055995028004","1"],["287128686123277772912993239409610781762278218940186305309712109849243570096","9129987460244403288768594839578088447457331881073942750404610978442200928393","1"],["20598892984098966772397835016554865989884638599716219058318533466901043333376","5065716560851268650625779431367168259407737507500937728316443385517695433842","1"],["1324574992885624058825491845145001862661218013673132507679354222130794474455","6897113033859671298720624071146320573941202096086429079686343989947435076992","1"],["9104258674495972768898321046406453536057076336287624643881331856476806734793","10124970242223765476056949354030501962150828116182678029793820011257960664644","1"],["10453866680576388914237996176919936647622493106750073585918651355904394959358","7092296899671945736652639172514754833302298245089412178813698911917656295584","1"]],"Ap":[["0","1","0"],["0","1","0"],["0","1","0"],["0","1","0"],["1256356373893926666021255870390464406636667921522907411394857117425270871306","18100967339543973527060384020408594441735050396463130386485588226317945514767","1"],["6706648073149493346564824362014093643033879139213417319115317346846335092256","19719018512939688936742112207065073709340395431346054620176844558004515016505","1"],["21222386748514423808871306080824675144319715538260986664070617639746668151743","5003848884798668032628747126692526362882011135924635737205401672078558077677","1"],["5139344960999282725147994163387943807613591897605472635929125152474409655109","19886880773985552797793374804159797326483269828901693950974928430582167122757","1"],["14086632859986803380158586010425835012803928972290499189310692800813784381570","20979409702555804788115801920720389919558535157485553443617217330381271945201","1"],["12342964345151803858170461417768140584743847764961494057564226198356656590276","21370122558559858830463240602201389356913103847864411617396006290525746738623","1"],["19272014957566094167416994547069075639249280031126055488926698640452705807708","2863661956380478649074331414758014711581019580707596553436165757099008833306","1"],["2561781667879454574616595908677974497124707524790095060847458328159939425219","13335698161083715057722839787594003809850397920126441064463471267942633268299","1"],["1491005010952738206422669086941148324591902232290637072065305470367664120488","14478376019081028774651510085626039504527994544743382500070250769130337381535","1"],["20064974796610281857601407214741891741915680068348031525848214043020240783782","9480196561687433483123179965921152671645546569744349214645585700659212091323","1"],["17330319611397245444864638484391124971274807166396533276094871575961647761197","14487293449722986457995705564503768199772442363578289061036979483803111154841","1"],["17693717156383719634805762781018510767862599817706889861997577476705867667815","2287150085231823258446845209370319206900053018907439061707348300761431152838","1"],["15304999273537217372354574833664304974484031717651741614592978505373230340196","2424856996792547992929685526045733698638089555179088216289859363600067495368","1"],["12549343654652836083988368031152023223803791680586182002114951411340577110752","17943393871528950623372332308392079613684679276227956817087150497313328005781","1"],["20750065095284947146638299834647513028492509225938655426314650232910569886494","5912742597031441513266033638218135666980284339304141935429328090262240039470","1"],["9934448194355506830554866997467666506079891269788553525725556326883473527821","10682786831600097445132223774201685424075228283507566872306043217146909404621","1"],["10191096009814125478099188375041912057256315338780162611538651244257966672472","6046378379314260760455824564755841589044814209794385640186059953597124906022","1"],["15313603770810144466656941816669168789714285952259992319417559773327250918304","5162095860145048278020591035152967932601142183824004804253491772982804798553","1"],["9116039545375873244665043483317241341697178470818456128616500548461966216833","15027074268641752242005520394305571525695825538523712323565351420108451457099","1"],["15197126515137270563452258855683462108215835822302517026346023419605743545015","17345820588284865115780491784775992390570819003552344412273209795781007883284","1"],["12644166443896135970784239708398909569779749461104740727980034736677384761427","12567648250479138060899663216679656510715403775890049088870104809478966739352","1"],["19595035948069597724021737674547251825045480079718787861694308119257632030806","20429850035197120134648404637126079865609599347543993148922409964256188312448","1"],["9320812436576236130225528916104670206655592210865433039022886939399503975725","10493279309146619906207776064732039874801454145138888643132371699747714271397","1"],["16905323480315359939412686293084730826655058881948469819867678960080516581884","17492918831807297528296765341013944422303854758000760396841213279546059472957","1"],["443503301074935358303440885224798808500531554797138394649112015124171208882","9659544281391854246263683641533532545607539499638648396120421089346208883629","1"],["3930788893675876468696597380856442479157442850813952897749563667959196243250","4405666360503584662282462460975209602397415029813709741588297511042389786787","1"],["4368597405808955398651524483211405398824993432747532854930041878072841634119","4435826512151410019665341555557847591144367512485586892294783640350831250208","1"],["17274054755885817354458916720539851577659452049278918326311223267071819492534","10397131480383780942122766717552784616000641548718283608558047232109902633939","1"],["4354199666785306494055026177350113030822832524549411933221468752152994244251","8116266445426444237901823649182695343060847964710082793899337956464984264716","1"],["8602026477241159881148979338634541322062532695389160715353156246501871196170","15825484286228857946424435609360016927719790541574454062688989945130981123912","1"],["8984161817173813624612435511186977242821637789357115395503077261646076863646","1272251607773869692756196474036074298047803924535976557605256873322052922230","1"],["15130114015340189733342136795083538631471048205254888874759054856037848678471","13743868449027384819645006795440523140058409415269091499183945501559492303016","1"],["10702865135506727699253451722388724765340400959495026619541541406468665935961","7748763477638959733275417767940793681738776165189521792317125656820413539812","1"],["5990648856859932106217747345306913772312829829154394891316251125244406774886","21087349380296167929789854607084490952175654338385195221865205194619419108095","1"],["14918597497403231368954825708761201318937722945533746175920754907018036487494","14722884714539164513363334769868875847836288907431723647834595751879025187415","1"],["18317886881724610098373922084527316132871283990991776525839725439516869396045","13604510880244033173176977084682849616490890453904341475454595294780137558755","1"],["11684819446038373405971733117502517699187773043885830873975775466672507531524","1301287180967712582192244653906623136304965038026619544504956732502008295163","1"],["10509965196012507938709740639170329784242332053691603892992736687807919111452","20752428475251765972040996423103705656438320037422096674663928197482576583996","1"],["15826256674917141455453300462593423551384818362526385827593813456483260490607","9349808297149442510531471219510835206708205049825657688111100794612166679382","1"],["10347655757451967171047294981743272409927047429809665644934087779411982194179","13758425056049004084053785332826939131975007682622441723576579659634774474799","1"],["5078707978541462913772601669503225293268219674867531158972661227949615051681","2184137952084369736978724936825372387735374785360910489586438086692817942972","1"],["15502305875229036344328128112975678387993727792651534930508190752338110069696","16888251611980722530379536212664644582940298180772511595069339484145487296972","1"],["19127588088860755476367371139133835561406300256743192774467318268074648580617","13036399696541380551524051364670123224345101665026995460703288289197014613103","1"],["14429666615051705174009595347257676706985855583829674591420359040495030862448","7032649178777013638026846651147001447989458831631640603043721779974108662001","1"],["18292699775516012821643352792431932536107887051387989952135293857758966603649","17747507497274706009001414029303088940807566537076669525765525313367531596104","1"],["10860309781006520130462388523590236711977890758561377176710287338212062795961","9761496136503940738550353048724629835874705863982687028249223441720620912457","1"],["21356919630456835344921865567847826140485796183523706347180875243286866304120","20041743648018799326456568587490211293638097498515279597973154403987828911196","1"],["733910689032151750557974856961792950908671152623565280554526153733480902427","1411552193673260387241806673468381855355731449804051790515601759067517240554","1"],["3656736191626485747934998094269333777308344839637225190869193623640390510401","13509493085937530662892473654001629419982457703272265434988254372537891176773","1"],["13998259867761394249786836105773927457730755476721447506526093991732748763257","15773222374501363869211058933099196351825307003042132054200257348895140104551","1"],["17682603875821777996554548062098731670720421686535647921147462139513450641373","17684767507159398082314982690194182353768624028403661028412718354921385893807","1"],["7141040408476646362512843097920460899358273850395199719335185029191654569771","21143128094230452434479446142614416879321822401510803129514011351870879480193","1"],["9497985472067640068466109012478771685629104917728746938045664225523652207174","17612137887142178853799078272736201043466324176036127402153315333481240497336","1"],["9393062029732181105072192322469891602946983562921001062326123527513539441905","11400007752686528009219132923979442138508761423511046811919902523366344726805","1"],["12402555964280963521137767628920741931478749678927478478972815237970274869451","794016130198556193746772417184755782582528034860168995666069470279789600646","1"],["13741265511043113572783333453655422646449354402172508725592525859097788332326","280731196748793822444982696465058541524637895446692082093592269628648902251","1"],["17598084204823642958920752183707564992401754972664216538247882083738215657241","20402623415768195319536701398515263908680917487094761953871885011565900698614","1"],["15774694624526711631954013922643459938261691529671076973579686660600851908023","13653803685694895647170865912020795970454370448928257070035593968141712137704","1"],["6286650244780356741306282387883990570387278766937527906333931508560511601732","13915883947829542983469021268861372383288664964739494820048703266454117813051","1"],["5904363920849251713310706095318432078593517529196974440966660589640431180122","10484024868684590715317759376441014369796298164905510995929216825786102027505","1"],["18236795412269652844213580856613033126344272638125191269440173896718929984372","17405673548530573687256614553607387677779171650800431523182161374270559151615","1"],["15874474490797312453141033173296172544074165560553408021654083373131874180363","2170910874275055593466832759235851727792986456468177089487211367794568494222","1"],["20292280458398819336249854340520886518370332950050237808139738515727963110898","3356092516113860786303056948636247344185274774415557485375347539993796332866","1"],["1805018758010543608086687528809441421020464493069878423204905973019219976908","8605907320789465489026508531987782421631744657092131691467065562021184810352","1"],["19917671361912748844671618260592049397010321866635962102348754351757615178721","14045233528381426399034103600266584047724648863608969823834527407347884427259","1"],["19126105899469668764828789642953099523569406162253841524956201444566203947394","3922841111332468916547316861586584258332677001656400690410514376974560652378","1"],["4977146583270855998234026528130217960419752432686663702035185425415022876608","12120359304209353960606092159597422467337370480384340758603831883127571627462","1"],["8315300498191114974835658931784406494296539361626306757268971627729504470733","10328689608483798211721692660219978108786220695542809322288347485991927322372","1"],["6796760882749611208217370595141660237391087902336191595318714663512538892637","198701954267114416771308626856262230187679703650425225307013430407503260044","1"],["1652868934174340379893040222948455050800171181663171275327463059764031881106","19582097714535260003154713941200643659140122185712594002234947622933802594143","1"],["17306132381601450901926882814886379212886475181375655540203468896879965349555","19441234828495087682397560947229683496830504007070478472962001832204077677755","1"],["19126581734490277238453781622925102332199103511164554070214583555895227695251","2684078699049155813806853143085281925537343518803033932015302493807584265863","1"],["21129401429070857191623968611979597507464576134898588799838580939960973084883","153122760465295844061867910171191853490876990819960344271836005449790334664","1"],["2050786304431430211411787187232750255350911806945798458696104357291166552055","5176558183271759552045992768555638094775338676330232959078619642456734502235","1"],["17923540421570564331012417805642181175772143284599815840463526770345435390642","11315975013277350004827334319213435344787175213369730684381851968598105983543","1"],["2277532019127945802831433089445195953013271870087674450503552409870920643288","14429265948571132321625343838452051939333010415655952103987287696881847294780","1"],["11996054308176386924451504553080639922593733790647462203303450168744479246076","4144333539992638848962379571600110871532847130295981908358420860255013722674","1"],["13399083631954570686399414235363566241441251660210707766798944716676709396209","8058021788161545369894602383136259818422885138956677435392691340807485690202","1"],["11815915860223604796024780178927466708823103685179704508789940248766394188252","5902795326414296268974869431980251680916718164652711208533888126871343708870","1"],["251130876864210174383569372629425723851334520369376482753516040635540075262","7887738220586444047238471534038805447307141009852811577089999405580005523950","1"],["15650239176932489535772076451988782666458883844612735745089849854331243348542","21661671124606603356130812415548689324532410103476844573359368299423567748250","1"],["2549543941456800797656781630976306371432224254888934059592518513263903089319","16451647730008430861745007553449185696627146561858989653501571892715464360626","1"],["19433504907125076220645570182937172254409986540221596835662409215437365488970","293532580856197802384351019119432922626255886753456330949099693028001819732","1"],["15117750700294741363371341811073643937084316301017218637180240720544716612653","12072907185248630475257796281304362182818979219077419317648094995538956549153","1"],["8711014491271829970058407878505956192998672504082009789912124239018478836210","11513428824416443839833489096084229696712709586188958259411316713585270437662","1"],["1807674243521256615583019890883584274189402116181214030584846501361669084543","14524950972288561633747581706518527363703053785868060476627590163276578964963","1"],["12135010056869753349491860828162840433827131314922196753563463882798977446583","8878970863466223562943730400621326956896731742509972681887483827777585474042","1"],["2748322698273762760426157731247060930908062597503138771581352809499031190915","16813688725992207750608650642206872424099411424391141274282215775516087105886","1"],["19363286371259519741285365596590757980398351618056374747051380653996690717380","1266083352873803799843960467533125579067424032697899925513100905918438398374","1"],["8805570787695517012389760480332758853730569322132063788318281931319809604724","4416056942385552035216067680575603930811227616650597442773436959070481053462","1"],["11082069729869468100521152853078368945486527593527659757992003723083294727739","13939887443505523064292684397402799976080757862326533247745728300041570440476","1"],["4640611470888805279999170265327859696449574126225571585294178492859293228173","5951289353956147553138237548632449626181138632342771227727574610622522940477","1"],["19967205438861467206470065636529780791089395729687965595662901091757855885394","624882869727815391556979331678140292322835023073853282948814397172463473022","1"],["150864174949343491934553454676964408476900244628077755659455352520408372424","3896726035171955301130697639278492437376021216292232796940548162369944241264","1"],["8226841210825644434260818535389132434920642962550995097889064347702042763872","21525907900190839728285749473282693117415929476187383849425265841535125317027","1"],["12316825872717103970229063813105139091886190616628334683686751677028410219116","17251850517696598557545319774589551811550558124971201960576018570676571531053","1"],["7715554602311119346872080473390571058453711607849428830510818213263797341994","16836076117638254564958913059392840990893670735629881212658689361373525848027","1"]],"Bp":[["11812220075460587344819834746571145198173647555221206148350847829299087379889","9264986493321045138851065785044957132169925778205893737998515893705107404087","1"],["0","1","0"],["0","1","0"],["0","1","0"],["18882926119390751960822689857869008173267225654610004179732207100901720584016","18777024758978052814792942077942571201662669372247796956972952756704051172971","1"],["10456925224411706897220801028422155326044631414839476430027287211841058442392","20670433634352231938536644786840645081874182923472191040784707265615392985415","1"],["16877434164004553456017085602417060066486451846630766096909431733546601445342","6377884154038097118485208758076679702413057434093104694593695284322544950494","1"],["7749682859594095077280342249437960446868839121861689168853656461845337953119","1892873548194009630525955586091670399429846021897396009588130512426550205821","1"],["10749364083334291831473026449870308844611287518591884881060713926990930768217","6180521121086192505792313164215794026784577325308149460322177837064129783016","1"],["12931056341889710647480058103668518107725592603313544826660724743155667210153","11570548627938772960866161102570560399227116169650895434012758435814410580405","1"],["20535716183074235414376101797598101682481580004740499419825158114812302177518","9417349230011545790377311009792526023339812153803479715593186226535195780924","1"],["3027746315241175933258699325710509445365956952311481322899000059405607247970","3081648851757457786981779222278093074376952932467989458594341994797279543328","1"],["12770066182322435703465801094062143822728745402832297731601094921217370798508","18455403809538256561951344216334487693310607202817043664946117799740672347328","1"],["15135038785919412239049160490446513534476570297063470371996409175705053787420","2849237753989813336192105549199807246155258817754971464035677394581802915565","1"],["12736267090263572100931162264601379889917181182364730909491384944477231701892","14254036553276870710030532689123857237853872942079161200502878782070156076164","1"],["3916940756065480626969764263135019901536526260568097046375483007525323834087","21366009027956637182711742962398062034070060924705923284425239260309350787450","1"],["8458788732642192811286057151592316180893378782594871471750216435038982950162","3227797795966515123330921350566980119501181966771834272282331947130946571809","1"],["3617121225792131380925475437403060306724667099023674318578194810210528718854","19817710694942934533575896372791519371438331213914846626301577864521109520473","1"],["19859893101808824255603238681043877262155011612194014476577701900564321886838","17980420598579713569085097688279078285665886681182284776522409462107319186589","1"],["11453761888916371704252581366704398880969063345845194151394559991128427653621","20675841602519172120494961691800009900120640691840352779155218831270545102556","1"],["14081477913834879090329560856895538955557609487274288952171355696752325114986","15395410151455115494372273409068921903085013885904742016664158827854112327488","1"],["17009035922992831752694632169084765900559555157289070621091504765044842880475","3604144498842781396399019286778876056622948736400784585433910091626215042544","1"],["10118620619479277773026649609371734467639566009832722347063178485812416809133","19446935772101306501508491665174231882020424932454231805144021506269261248366","1"],["12592449671004352080948518105026693050979824614957579789816016201680914820439","10822854153189886653166032449426188581485547188958292052866639092201076995906","1"],["4045262494478311786334758486266390501242692096526342483795789772405072811457","19033816064923464050799632407429313200603236825356392859663806935296638090319","1"],["9382308619749203175353218125156934129468410788253298664245262925573494436505","18027931533496438549238388819989904180556918038770793357661790874758374279922","1"],["8835354077464128642245165163824121642583854995100561815466177006454169817078","5944874798892218970340300252092221785912229245217744593661588261645090316829","1"],["20264886791383307372061828744574604722587060267209822993375172531391209507952","88851597771566886657823091957204455018356830433423828612928449510867559858","1"],["17397719406765424731790705444761577926476767246609175014481762945502004877767","14848845222859181284913831460932597123619686897839256328185728768458981512868","1"],["15097607199762851178003784850032723174405321366354614745905685109556621717278","20196261811794749967776289809805529151960195064079206795277358047841195714848","1"],["4529164311927311343484089366519882109251104700603459621506103981644810466575","13642441007050971024903274518277329524467411887808639080891091022232425882807","1"],["5952854170982810404786687740027263668173001317580989165942828950555968117328","19615095556466895777134562365198158321009735783939084949648216931350849141378","1"],["5277957114996277542231364308224686627170146211963804407473120770520548765503","8890731373226266215272723735999573420436541326981699680793840847487973975340","1"],["16431652114883034202811435994032118925046953123250609490682710984148785983647","21848229833713826129591471436439705018126446724156664315651658719492155554662","1"],["20167371947657488326129500106743614827115617302509555097419922181966163390821","112962076017760061177509770036879333163054476061089053803758016233468077730","1"],["17888553546767503033005619557915851818785399811927396288128881418488221993166","5300972784314697401240472532201882421716710287361720838199284151319521000619","1"],["4873377115475202369207925018120851481774161898989891221283543146548537401462","4715706120463405354870083556443037001826841526891419815851372104099546481542","1"],["11664591505857423443885537863477011047456467576290493715208619637418879314077","4625466421804284364440378660806808984860683262030210718330187906198630662136","1"],["11943520300477266813785767489571647521243049387991046592639888758365776455617","17794581531030727710060315635164323208310425617696277231705769784185854586274","1"],["13341843394908233046649854935868355852631934277807029145070325492358977124514","1338717027073158032855927548317958461017404001082282490149703384204016593939","1"],["8116318885230178237768822656381043428308794273115696806487408835274868076020","19866532237707263556394766194282788543066393302154309456128870057324133850918","1"],["17003250543932296731920306968114525405880988687651741412486821161389589758551","7425720163832136141841676775530381513946050866826674739129706309169243358117","1"],["777614184225606381865068762648360997807706570851536700640294725234871108172","9966717734383333263633525461132815370601109399476029149959775201881712812920","1"],["20111335419594964679105634690040580003363233930351017777588786570604921940872","20643360148207972088704749792724334072782735368454781235551808312355418837610","1"],["17795711457572427539121046938914670252654306752994149400126346249441849449083","7352179869378009869134985059759666461942098129360010510450894739034175427953","1"],["430736966842391280260764859881208794236589199909337799880676712769548793143","1201734410677893799401846561048519547124875646154189326101886782500754266421","1"],["5344458340573923830718159456267912191397593499821566590440512599379099713422","8312554712669375667453189153313904307592893939264619975460244623324966635528","1"],["12412332231469049630920139702906215049920039396267011599340894669631480207602","19695431406915201451981335009730107572583997931657580365821138167699680010311","1"],["10763309416575766937915537561273252359299058411697056137668549999603360733328","9492241319008778416208370585799677197663654400165286786816300653061526115733","1"],["15591013916411737025849760248287918212879336255879374223892352951018852274957","19029242272522332844025348140212867778864005029113515519303498500970322710145","1"],["14027403100799737548040643071875476591342223188818255104129911315830460965227","7815208613972966534335882989428679363322464546654750459937897636107124120961","1"],["9666929857152117524697765916104216071708730185105752576191339177573388027952","5876463077419887784628351145282126950606928203045378318657234812922037868874","1"],["8025754361241331903254610679527228217362514697023324534663569969134908478634","6056763973761158702178095383330168718419745188653254212431002223187344955800","1"],["2838868865651307249652131844995388824146595186100572972476060276215022252604","20049122344490648176150951931053202599751844483018782259160395671352065490776","1"],["8625698014420382753483753445341738358149248330622595945580215588462296007524","7860941637477973947963991412809510593955884245803875848671627541339990190610","1"],["9870503842046745889684778795476223326171195295246627825768323152684277579576","7019563938859276287494211711719972581216282237990904187525125093516360923120","1"],["11618986696805119246174616769200239942429128538477073082343427533571723770399","18515956427231204730931488269020165338030873118714783259075469615942864904273","1"],["10285754972072487679601242881993247027100343050803757118668719285688877466829","3372993441943330033026500026690956465174988286376342958576455093629661483855","1"],["14203249309931334803038279030911631363438622976384216144190781979380397311233","10790068251843678155981857539968240224293607323012892143415395805874700917857","1"],["6569410583036401253373935769224943666166842797625878528613545286665447230113","877774332031136756349370861303407928920722757445509837224541362360557328618","1"],["12970921778461505091827813790541765629077761829503200555779053137784449256782","13040592639371900572857848946380769496199898800973523231487430537835360809452","1"],["4150803956422814008246191692647721627652070412758484317616449701614452015318","3336686266539801681017016092106602582416156148842921639213193933299769201160","1"],["19802411715316290435997703078682075290449730683533044993061877136924778450209","13517060924761488839342368458066441567384665238707486054206744531696462265822","1"],["5199867196806635232656999877049027196942969024407848138816219145987705905206","11509482029635113101561975045560741139044649395366684408360521500971777485642","1"],["12254343284599299047203342695456014254274430611428702439281966028667297930926","13098230250850211154058802937138125540030943255231945506301595840339886033019","1"],["21269092171238071339152061382882347858076867260340584162674927444953812365881","15269475316048878336543595374278815915530646174129837964470565237505877340495","1"],["4605142953442393174240325171938387960630475921083265044832214408231532080109","11180874847833739118476829348502314748910903352322142451372016313292679029777","1"],["14052066511157883929017976138832930644524031747789604871543794159750659300827","5988619575335198641836141356816939815475589962988646648646824774069532091347","1"],["1245456744404306209526833478819304239799810417508181817584806627575003440410","4701624021431190227725357526441197561270801385173263038242226403684376821639","1"],["1877246310563928409221506134889639152289241937253830894102830950290096452337","1341561028839207695249331625570347305265893174704904706297662364180400596154","1"],["13547848596063605568408964559332120960897968471946205806834194789939312923495","9846765719710204968591047277962909778326350169988984555320189258649629443188","1"],["3288452490329569833169912041462669611292526562610988459328504708399325608833","21568453952111090012154135932769832873366765134486332526598421945625165614397","1"],["17718221512233333926873429934669290010279717710351775091050588221806001194467","8703080012361201731635078897867960665444251250429268965664094176894035752379","1"],["2248478036527310241695029564398627967320728029336967144327623677662833805402","19532676757973313837668416212822359408233074011155196640711741343153266300429","1"],["9749175085816964073535681993688704631464899586398013697934369335200426516122","9286063606054339639875519591170647877847178146221817482148644052757720372603","1"],["12383182790587472065722266474535768452078597419592742971215324278369020556608","17849992911511085559094719820554508068514821343204271420089222327003993196998","1"],["15821670391929589210313354473126551259499356807996578936923002894382833928598","10460297272119543088130362020264298686114355296626353856962929602233868331321","1"],["11544299105712037165254636646018446144347193410228131564569560240520210721675","19496987853829427192343543480915066246559136193997342882732941248753593323995","1"],["21179828784815679606394010341232457759988288320035233622307336239819231744301","5255699903116511829705578931625943986266250690376652284006344324405640492844","1"],["12560312350188040907994790925916746087310341571006394637581954195708419866528","14008124452398074971300752996459564519113776018695405067052321052838731927085","1"],["20927822283692939758699916760158374494913583747649792733819454746079096001165","18185119222413201733616748849826233483835029112833429283407047775866973200776","1"],["16078773390521451103847704751694823832451819514181595052082694427303813268729","5364583592968302340630174573698423176378798344194835068098073734716225980275","1"],["13417815009844817410297650920968412904380725381505193454474632645228067767973","15199885439554646466768182895509921881410948378270586043180325769764927188313","1"],["31755401727542465092765754817137335881837560426296719811752224118887245660","8924878219798758753814309340108782258396992459799129600188665742943811583552","1"],["15446881027631873109210293822198238148697753086774247639570140101511592543329","10172311279934517602400098674752989799779869165228824553243463224083101349601","1"],["21796972861949255227632240311929333931563770507833328774344467243489475747241","11881638336404047459776810859370101336491194438000072888968178907588962685763","1"],["16297917492968768511021791623589915523030139982348198566047277798569123178595","17528863265255113878147338778772819081248045453070892729159653684171485691350","1"],["3030542207222803290413045968213366816272854750795430936282044770484856579055","12884907691327562359703532884083194999891695336536799324471437243851761278533","1"],["3219735787984583872797138003842806265620861634433227835604814809390509391384","126809272107615857911252164125999644619377593393268764464932465395259780187","1"],["13520792245146241003243372388524465666396132955215091779843643082434184238253","4373184168660529118451525857697387470392319013018691435600565517805762654111","1"],["5187277601174909682308592023836906091156767194719434728364675720925064802554","2881102546754873879812543050245367768624036257286810102924009652584925988118","1"],["20722975675175935677864164282268610074980136373746698674859960650750177513359","18149514387226797270139116787619970810020956215762369977572194832497508518806","1"],["10692334876940129818810325915524779606067665326171044921955897816474142421736","21550551029496728235467202075438286160401863716665731607236738419969277018568","1"],["2466919131469217897052140262678615779243877468486903570466021112406096656852","16387049336357228621962809585841354137887059511442078464347362863533313360417","1"],["9496283691861432615890893900666959579751414618461860852910353914663572093750","13481584354364853332211958842396695397728072534375489801184281624054865892482","1"],["15229351331167831848450480128147452944141473782210063932417820546290328593810","570778258213623934743059405856527948489514442144314596191145865842254119458","1"],["13067917126628311054825185178447094708189097497417246433850077176955844659756","12186357264927805497468863502131366621356577705580352313691230890345797705663","1"],["12313833495287176871989212031824544659327677613694768367053879561147485669669","6258111303144536993749142717612376631777685145141669487517405615429939440749","1"],["4755955437830722233797856680735731306127378963394128335877605728498357766053","7283233216206774344302464914474922642919182014103833530480935427304993387173","1"],["1681354480011678114555019746368976951974662031382450259491038420318491826091","4995447755687864668549445272812996434533174460520378362548358404157962161566","1"],["10184769902493152906454618487112504726740221078010703972009272547035366401938","1374750379415625683473030856746104673565274000787908901993035698671210549376","1"]],"Cp":[["0","1","0"],["16264817041282975115433465129766172447911115668050291371516576301356753697587","4283743986892169042103037684498781713394530514948987436734978905751595409823","1"],["13723923973049375190736799830061077095093171630444170800904434479784681626783","10387030911723772897282683026880836346216665952333852399943436639442869899247","1"],["21647790234974991844380020854824845065045424133704457038987652867731947227171","21553031984148209816196215237755157452322105128541197688856647201930153121122","1"],["21400771584004206705511911010341765634921426358277459472913253061027128723740","3303661839736256261398135005010752588041188086202772172772993355714358723187","1"],["6800703769698590910203070200080397373734734235191556993886558420004028680550","21724954059784269514936399534426896912412790872213944926098409473393457829264","1"],["11450639870621070238742946275558754063964190476780080434688116867701973526534","20534618556511167728063546287059023998341468179573504071392821139640896936992","1"],["12631937653018897179824377450236243518538831050192391532613611265722763366497","9214786066726754849390111163577250407206851048542872654834269349782958186199","1"],["13304547879934030781047344002546446104608230892625116845581033006800152019276","5895319326933571287112471083306299275278437794079659704606419833906113564100","1"],["14138792737338233122815624086155048962446786125602387235525917117184128802931","5028622506523588347466906674521766604374328528629194233749921894222104547092","1"],["2024369080630119668364241375097912384334053725194738690021420747687308162279","8080981589211458933053724682021154368070750188273947152824089128199295085672","1"],["10113439706781476479539006525111528599837923670453934928270305220529723226572","16468493193761820801768995466421446209007327147309329673338888734287888880488","1"],["13390243013234058267672365066452839190046170569374501579557364918955670833517","4189946479491818726401857954418530974569946053934946639594710349616100051206","1"],["5915161617190040699163438192269466502587165209034187826918234094703863939526","13191049842254791435789098069170222636683663003885591256776777800546013963124","1"],["15306401962551513226264425224281316032190197062939042983773698358339911781917","9670775908964045917006355143134433108200648041734932764757761911756963828891","1"],["7241491936637565209471114151418702489462415499182713980230684076329636406056","4890665937134161321295814568326944960002289952482167214379771649794705756710","1"],["21288125872943429689491679633026604409926703497554846976633146926486054217069","7883877313074867830330309528460792981616367407479590694967381190008529189523","1"],["21030014917443114732579277184441144668927238894265698622810600305319763227230","14684166901947947151191815170345432526106932153935295302897692108715860974858","1"],["16118752719019579376549796052656961432528501510859585573575973987955965394180","13805685002464437701420986323244290565892923560070839250340440018860285254395","1"],["11492714761481627401799777306073847648690707149395355859461001353010022157883","2094710454734196698016766010807308509276851321147782134131607784849278280370","1"],["16839187230650348633712372454289322548335842502471317049229684287836339490265","18794268876739625259407062606077249258522101933144591383193455463647822652764","1"],["17343293955165502196581443823534996751334616417753230591010047018526323640372","20050333667197353529351189426947628504166895697680657026829162416180814157314","1"],["294975624842522240438763198182190057303966144364602858585649537512808037286","9117690014547443474816596375262725248774728909590898542867970766324275380101","1"],["781743757019907948499772216765208218223116417563486251150233005460757673153","9986505659129336974721803624393119107817417601549992420701511101036607495887","1"],["16900838188324844308022255475795081713327969061716793072980251994296258059884","996330418240595682958868948580701449637359475892688796802113705742599765461","1"],["20560041681784378787208971055898917657961643278482693872275305247408370404024","19339596003468548848305886204987117527254278681635657707741188584354463071129","1"],["5656975691858991084097149377879679983225301369993802760106430170491381873301","20358104045083874696738200062440643274725660858626005978964177073622520801673","1"],["17690815795303967772739372448939257880315402707489317513541796319778428225379","15203316368552138566344955326728834975852892712478230942527384707700313331833","1"],["1082288654502153222586129540831541574333804735771170120228717137305340649499","2303785668879770134569095206793274319626427793841938310197373405639891250279","1"],["3203366960351054079812741499862286994285073264197657731743355250244932397964","16646497176593661962455186102282598391765218118650618717514749992932142915455","1"],["19873597921081075500314228046028249979325220109623148291210284709031752193154","1587868298069472766930404737607032590621842143870377059055760218882910146594","1"],["10806079671281450454094699314608163563885248477663722300281413328741665665023","16208338135592777818197799195178663408585846346968139825803351214025081536794","1"],["21828766923953092558483077417762400240880046672549012019016311906335956406586","13266981554015088457613811085778817178904832151528265480749161576089105968498","1"],["14172761293458877237739929976850768755492804374211880934296259264017320083793","20666710760896267947027992128825895370508861124581396752902389179762280385638","1"],["15685585444795952291758443589747730403804828680206044929829683601667872974931","6978156788281824800544405137078113085939375931108220274339554323947230624390","1"],["8720387688578345083578647367073522079526203375992279780158897360577184053477","2965095782550536112192266839591816114375243651219115515407906355767151106458","1"],["8108846440071398913373391909674618749766756251108695469700945193256156426194","20662981940673144388811638397379991189072320328401585498604160836182354679609","1"],["13739384165320779102606273206704846334578666020132758873976972887797163103847","18975101333705190293782463133585846530727975573995530300694656143505705789253","1"],["21749691779663202383414293616110250383446530137091604825938211429478476595560","890805392099677617345493474895317524441027632936214407732035416853147938922","1"],["4146308378964583558683778581843128207885258837324213064905673543246603641036","3545962926544005730159755551199267819522575048922386774679094586001366171453","1"],["15416669954987003811496870492165110792991453636319753261378339476397383480608","8794770516710755369684380516625192658005794006027634568724300489822219086993","1"],["13762271409686169256764828721431032290450669038092898850428464271857656504437","17756154024940551842091287704983603364162648370134227229419792150020439140794","1"],["21181627124696280546927556827388905617299718989666160102517210352596808072772","13446346646157510645295451051497191237644492983734446734165638958610896054420","1"],["518111819592586751571964144463167898824795865548250020808199882810907096495","21411145381558338588507084723475168674089492270784308770584349069200439636010","1"],["779349986493657694740754243251656935592150449838533889021271393268432122986","13483484494914517156212544832692304426773082266237725270733373738455188429770","1"],["14510940362084691230970726951839296557039236104133864704494132744776116734665","15661769991230386371728622104106996915268686401587908816132913239416663856279","1"],["876251575995370966124301264364674991124033407782236951985163501133672439052","9873697625785465375747504256640479574524295821039541894095405765456898200643","1"],["10653023662761230236852906668364443816222954070877206126017013273516238722117","12317341311561461163415034410650885366817554724694706943383267320709794915362","1"],["17986614491580973161660950876578676741590351056232815118931920808170888806940","20659577784609803338440100897264829438560860191807355929641347675941448502689","1"],["11732631084536746325936086199636405955182346556723214628492345646274848672837","7728737001408589337522834374825314819591193889703307120747804713774235105428","1"],["9977040974698073665827717230855917223804796845364273720663216836520037378147","20893456263038611888125694099931865738685314245557781513022507888013406382137","1"],["14250351606773319758691600203509041731179751381043683120517010956798206565743","2878260323674430834512734169490967963245078109018156760238916578447537319574","1"],["6786014095098586852735946786382602008379866374566286304445631140525943219990","17781714660594186442320493031587856693960830678657854082472773874592108588796","1"],["3366606707477786790961011557461110933780858332463118617457368682887617695955","7263622339879901963198142444482043322587282285856760127489424034571240612413","1"],["1922266397715254030604545380935850607198403618655886754058269866739809962431","687644068894948333977615383472383361544824247290621657532658551027727269672","1"],["14989380012513164896335806759014977878603447617105881380304564900401146500373","19175852800292581984986724806496559171498914548837795899441371093498158009333","1"],["4757572827043317936749683653854706093943073421442632159293446383955644767495","15940360743907015760372077642201452159829889933139728040337935391132114075401","1"],["13738752628781392238656555754953651493316728639247047421511059254649623310495","11202887342673144928370798575530914943980780144526497255036009271879282343603","1"],["8577728687057902870178411218180588855727741291471254269053025361159890249060","1207677825679614887579108066967785086063392728884652405609848562091771060898","1"],["11383647618582249618621009310513693791061638825421839893873239587957181612283","3092296226682587093481892281246258605096994048044736941021055403433583221968","1"],["11317345833394837622657734134355802979704091204595005460104390687218858265259","17684526105969628079257483327923735867056073500401342590134696863351132619810","1"],["236262254858249387749492203009536876964590869622943737551688976995635082752","10661699793533177941630124943153410382584882629094908771724201292921386783701","1"],["2054630415630379408145152638696244651589914198521735008111546395876285742293","9653700849392980391544545062258794613143271688342721539200204565046894744512","1"],["9437649016944920381840061010789322912816154741599981096510268603803155906578","11258266599413485874380041218230485885991302731969023097921936482512973636758","1"],["11398437121578851983750522136784457788168240226623164590513766995073988035713","16180612004041976157041272451762016732453875123141596132338921159255375736409","1"],["10427809173071303763873177985337829251623130652645832338910056475244664854295","12103645168700579012997428987612993890424174677682250154983688317867442905532","1"],["17096282604620675189556998556811533009718273060837355961900825666988773420306","11839533822581769178213676416320099182691211274218468920136774879946441181913","1"],["15597944376110027702287039401791608843288390264790275664677439305419404722873","21703862123647154752062918120943613396327894675705106145532904920189292609061","1"],["4844025349688883611993858314235688650672590539450041988417046298222333717832","2576085349475897934373876090286581156320975840197109189418240586243662722832","1"],["14217118981433411415167800344755652425315898203354610472137827154256562304408","10576466953696442949776219519201388616275845165379960993406767533201248176793","1"],["9893510270854116774791256240987498528098139333428041154432997391627259647635","34554486199633783178810087946706076764169061040285042030377069483907752316","1"],["19244860477059071910517524117995604746446719285206621990556618247119017753935","20777975486904742230793455743958756780827376812135146075384578655201123456326","1"],["273088294116840276828733836127474610184581967512550287855884264536309119086","4713233565514870142932607349621493348738367056579852675862491138501453405964","1"],["16754892187578908651810815753647221895320493534599924762393175298688655944591","8983662831580355491163154952755391240256954172866178971146333572388851128615","1"],["11496105164179326208179149988093912874170918299658559633462044935917817040486","7588144192824207817778653398515508719715923971547913052528147502921039817317","1"],["12288063524443963532964313175851511387447996647351379664955784677056270303938","16233645710084487513291330753682321761481389930269801655523687838176213496695","1"],["3699586050001152377890104909474707078631705437590213944457024396331977141702","18442244890521335287697950032538943170087569732472711520487964910330343916319","1"],["8564076565146924711969808640516194926326247248054272583454200441406204933448","13116804264800998080905026923246520236300232270278502302676736624050998714209","1"],["4786070583806895770016577902470347108017349009651780924806711881841367908390","823885869759481638360692058527638768596073817816471751804263578604244166417","1"],["2792015426183451756924049348331939605676056086500232618527107009666792219542","1069604934845768541298796166549229071787429920374351283800835827016972547839","1"],["10207606101090273690951108228361575016848031979466244292128729099027939971092","14060806597987166266248691280028024336255702153799437373983758316804082782442","1"],["19600696814024376757724282581097875981830876993797367302289491502323520816856","7599270656229667791161240606515821163867394974691197684923958476040081275828","1"],["21207287422457019867101419994964417369696042652373419857652577602897336006722","543389883507178549951316769812642199880148505296312107562906946708343599642","1"],["8000719245035660514247617725154132962075013704962420560372506116669280756440","16429090635748609482538502407848340578168814633550350481744161858730991427016","1"],["18507257406927418248839096563681418649315620154191490502243342809726245436217","17095069175645003437340835444268416865878256915323814883349336626580258494855","1"],["12887815210062195456785369502810364074589937647295352321196348581187310234941","6239437626838355400508509270590904846256620700173815510792893465651941460557","1"],["20916395074481639453880896131903312071834449955019812953108447304024922110794","14239583894299173788497324842408707190303459023523020508385638683595045792266","1"],["4003097505145338075229052165384639884086866039437134679976704695991575413187","12474408416284112456487113020184434883948703685791124650352301887640378198605","1"],["19400872135870003646534415997059634501590911006989024203802156164337168412070","6279585787162588770907202526951158367527494630859482842465754398873796668584","1"],["17666421184069475031732095570146052165731511179701085435208950607889175113048","10168119898509421895191329711554638268281271736889588871675951243436202717720","1"],["8373491809163920120833252446206647698737316757510383047903700798474283924334","8954143265130311844485604915706153433408862333874463837967103891651917432627","1"],["139067935882694755042918629119703779387846418292800011709995218187826581986","4202913261662568616369328205405194564465299488772992592765703254902281816732","1"],["7414716955032080018693787323605923414637025000651482543521954789987492236490","12415738302099298283380086578620818120166259316792894489760897429270821340618","1"],["15352175524607694858484875528378191462503734521308097060225937250082419404597","611476360621084475962762479663686949942286845785814926204119388174109115004","1"],["17964643814781936410442443401520437979796634817284873557837207943626071754592","17088651857739142362488080265858505292569617179618455283332531817532206730583","1"],["15380086184571768881340153499629477765262591098500583995855392133909840383597","12292657591101689358015516968386436944052925125444339101275139229141223863184","1"],["12406933324991459093178158359168568113189277533918108895604039256458170107668","7021415521180653756060041106373380733301222286010814980934115376355293810404","1"],["15404016732723099827735250485876108386540009412375978555921984779108056844758","17509077629389103455550938532684101601076170289681608367531906530323266494883","1"],["18253914922080139780464784455181030994641162634908046430669598954266992739053","16425373166524612946695610016072205514287919200222844703763487453857449779491","1"],["15187410290230745696840364836061792266504004768800805143500332780725879802129","18886343346902365454584283061055559562623908236928324926481057150149837897732","1"],["16254959194814982975070950088842667913995956424472771331950361662161976801899","21830890905820852014808891634984795900388593722397327167433482145363082892058","1"]],"Kp":[["19071224635759746747934176979032070332810040716328464141014359387637428992105","1543849626867643108923952678060024999215226898037023234654924370971962655235","1"],["17709252565281375519267192581953048281281234615572154245015389581701383932142","15343435247479003939158940301233345870503955457975530078765951780183295908426","1"],["20951559118567405139482888396854685636831492654891602053666654115010644396489","7224251750430168915271508203230620095598770865936269260276034556160893453298","1"],["20598473725028071486681523382585841983790963882169840460041184954769198143307","10127249637231840342289437371012305465635367099469310967398043183849197236062","1"],["635589376738464538188266969313346423652660546067811023804598257754472901920","21816473670706647367923155077339538318485081193275161278610998428114877851598","1"],["17868291591161724056089310766519136484348017888498422608065093563151175192614","18366355099262069092514420093642668403909563705952254298841027970890925287762","1"],["5920119003600622546303642711677041767865999001613954194142765597263782516151","14238367304214255598399743588282590106569942652104846637920211036668023134076","1"],["10762978751206321439802193932279223121814728940387903226077997830553944856183","3583192087885224240156696914044213788567584927087500868492379194719413135947","1"],["7356003735166394635272922969671295441965300626942036619062310558774060484992","8464987235148352509263885741382096281585998518001320336829222177783442078556","1"],["1801847313838413888978862613202894543093551094286633703115881552921191450901","19108517857537075966574682067677911257842045238445541526085821299932491102514","1"],["16360523001430497004914444111733425485878675454583041074646072643227610138541","4516433753690026249864277328445958769047764602640599849116183600021185297808","1"],["12437518273463755845157076892045174730843287719943551348806809813611082741598","17476935863254937098063382944641620978998983512590196320185216685338808379990","1"],["18234867288732616497317564962445863515810219274295948884145037836943037357706","21494746966047814617338484091172463563120866262192275293806878250885981882366","1"],["13421096429448120975447277190760549067667700060876286652673836346576926874187","15195941392635961359996782766165493314817936826187331628743605802219772730160","1"],["9754839556127446873493915072853317818702582168848692041359577580337762702995","5884586738575733950395047180671477845935375551238763599318853857522951901358","1"],["3122546906478762791580842106619759267767043642102725966500624858868665771093","14668661906025772384644810397212429747755570577235537055959618862704221708831","1"],["18994069815980510587360369515165657964827627207340922018484093129090008888808","13140047791310227628670429581296617565604281845731798153084327205760620296941","1"],["9574824322803827867885311992266320280411602763408390127982453855189113128171","15526797282700354050571985036843382336693735125288929791022266766848925713041","1"],["8368689275383079216746958398873300925676826866384504566243815770774316029819","2181524457343712721191539471692208198834238264623956019259551024480448490305","1"],["11202381270738159488899645639288706088437927819112247523088900941956534625889","9462854043384487038834489045646714113678177176254809896584304702714934865769","1"],["21839947900636363218565294707139352117198997690340646028166032405646683153936","19794644365855374718723773507856821743154308116812157769992454286353443175254","1"],["21833907932584890190870315784496167924182029776011039654449147612084698464909","16372140720508621752536662611200198782880924398273206830602617210021586573062","1"],["5243299232098731841918986786201560464473291007909806876354930658021475655115","12211620078865991072389927025319653047503467611425363160904456673459292274837","1"],["11722519010257024104356660338084179476947141026120668128123117733848480141477","1306210020132825831447708977026897046702612972507695087836758887846927642310","1"],["9250869522992123656331488888910982280981355350789668466460442175453259599366","13355343425371366624000558473104382289830549812660750300258339198536346571269","1"],["7036824931899190807937117710340594930441339225990551386718024167526431445725","20022302149448653070242820683461042610553313764200874103759182514930033939898","1"],["7656924910594355368422551921487695570925578712535512549690987910726602870159","16520942202863167733894146642868484736347762064602825199539256892839326997479","1"],["10844994807276728244382641694351548464540353152634909395085264794986667352567","20323314282262314988221139822146675947962978043096968535024372371037191038580","1"],["10177490050839596414956748226839430879167167259670393550332951643978096792420","10518486605344210793310582950686164368314254595802204700872958277844848556894","1"],["16148556761567108961910699282374911690436345195461680466448558033516937479756","367685912406637662195464845547504586676551471918369906574877623052899116243","1"],["15288853208319988095988757021497235022170509578372079646753170330229647214201","11263993586470136819014855646714611117592693105315177623443121070884585620689","1"],["828153578079241462978608314333009676651601819764397438614290030203862159249","14507802615844678779074123911845839386506130415911459783211599205713209216372","1"],["9225053242737865157133875542635965384054504955371088471770454797843623689254","3119394389750065437945830115021370269062774788167819383153983504116076347143","1"],["17485780464743276064092244974963449228768824273136375205367425854640050580805","20737011997127405196015146895624818734507480593001205291542232489637603486384","1"],["19998865802755205306928500694512584896665668325518340003805900910336460726025","1994526038702500247406924232718345848450470054185837545314041888140876277566","1"],["21837457551387107203596421555904576155317658716413173466806857684440809170670","197612232182453665826541100890162854116238123308514778979378344389203287616","1"],["11268646140296855586785889166218439949854908772353447176136005339563937478315","6754080610894700037946300259481000282667997045916269741435074424088997432406","1"],["21606071131517766241612131641810084934419517165942122937580371416672906901584","14671470331487089435326315634705610733316982173856684230982619905906460639785","1"],["1167386120037022407783888075619511276214454852945114124464662206412236917200","2686405040185736158837418187642239697231589502312649494771343169335763112389","1"],["6714703066567657666128650769643691625329763323376477670494893288018385847600","21306567151154229830877961333751655822676369109996766262722582231198301251106","1"],["16182454239385193856371942167856662340470780612939665035166667354423118363911","8134497551177272889070668946510667624655747402405401190684005479794788651172","1"],["8570174129483967888312623085016756900613092638209406629360780762512020688475","901850744930024238386195662798735449743230973351423838577875084191617482221","1"],["1867557269253394391858921068179628924480035243024753325169956445696552166525","10417875093592849469502226798110319051232021076985622042236298108675860498772","1"],["84302353267801298565418302591762159855761259958468239926991728162009739960","6206201724520446857691594749610719296801644857149546659473559381437276712363","1"],["11043929071393883689166215027858105101197315954856817173582963881586587916185","7702038102021219287181899804865665608629912147649652946061527637474789155830","1"],["1399017015944533453678211538062195196725273005566605722069906833537515347284","20659690681682546679937496860903533922412796533899052293794543162985889692062","1"],["17599830260693914743203185075892662190009257021776814113720089211609606949667","21864718332670244231157337354733139978699169230247939547205068908643842577454","1"],["7789148845108977408025208874261114397166336673161406367256993727530771903574","18125960683258504496336089341074311584664853509495408679698261568528099102169","1"],["2286516247272804948064897574696581626745195649924287389643617901794278010704","4765014677844768842207384952434449898449162345323278757208761267826065054338","1"],["11939484895495129588004794108236310278187374375597373054808421013221657219987","10907682555154188744479517661550100921369985500243936098438286573249347062973","1"],["17551256344548851359725994005409770994968484311457950320431277711755346163017","9349574308598735629775863944059059052136235367015041902823022687236399082167","1"],["19742090472832413161479857080181006521369586741198601213068985111806466296666","3687400965396250979034945951336031095597788405627754930857752914503388318994","1"],["5197832414963249930048017880347565271181086843037818802901599901579113982040","21147665161087215587842458225045143885068905650565763198192707465971591770832","1"],["21315617606289594757146580769549846733609007543984059704036971650134412746585","4213641149129722911566013651064771602401113697000564640694969851994094427717","1"],["20850375687651036541728438609583491735976810700086884674554047627164535988195","5025827612112156578375802835561432273108933047573529778129028552489816297381","1"],["17446065883972291220200990969657769173477306385234620815866134137547819449763","7319330255934351380843479328392752135116226714809099193627869174846152085734","1"],["10875573759618732702315110468650897636635452425169555197670935109004147285630","13375004326141999757636814197929283735811013278024676747365510729716592454853","1"],["4443201852405851535979962263569130784411670515341631438343233902792826962983","8914408730590626473610367641621591541027999795559942314205623297769820091644","1"],["2984922623788639602402698997659005686741589153405757205123567720007196090032","13305950687562738970848281455647031151865610920822641435139580067178368511416","1"],["12896012537878677363826646340164413568785544569462541713505813325188914778706","4183271893009540688501284796423600201047323784570589699614146420958583044423","1"],["8933671074290925539048805019868470065463154094569693446588372986052898282292","11882973304867982361346567583939016583137229050459814698438989735336671486596","1"],["16350513053241801423402979661705890380611555115057298352342570385540821929836","3104745219121410281453972758030807347285326789058354285644023006953124428807","1"],["4735198555253924466488565551261363943525950613792177054786585203714116813591","7272503196898628803428000900510451832886811502374799414654676198996587323577","1"],["13883925586259001127747350952705080870623140300003766696290457538734528763478","10140961288321461440401131991294630622175144246293693803858119053146306650429","1"],["12454393301540130424921585227983913162621003974098370266750924852714941454956","2309855413473878332654485653845375083580759733427414914121934386512973429849","1"],["21005881992885190220217573672543926419604919077957989968933614407026942557226","7735696528873956432425853048375947048917521657909606496262834321293058965223","1"],["6576059586912650531237428370876895986963404126967895765518893536016940362623","19002437856119031045389342724555696623533501839477800772158713097274187584553","1"],["10352137761093421323866304714639711946299589147396499214142607570211693496257","19655792225108254519204696105626283647883404878270368708280265971843846249860","1"],["19507506901519915774872966844138841474177974575104162871579010134260539306761","5283928197703834014262868440275967567493289131065287149081713389726714186110","1"],["1359787385313425334298118745629606217951969137915495912528471942856480987051","2850867031175676689325406960141561376805375233421950604657721495801512459084","1"],["21079204150339397521580882031982042482872573604843352574079361751894354584173","9215618182522122843333444760670369295671230888791253235168334999240611675805","1"],["8720774175878725410324616966981533587171373324914228825629724264402168610267","5541766248845892896807018589142733019895736406401844619154883683431824721093","1"],["9356061186367272889007303696878658040707550637890566565432033231335207237853","18833613936306452420095993813052594831211322154585835762076016824587592394333","1"],["6615769922229001923690894163138922718752159942065601224360877020835458129239","4115304224388507876613426952595703287858910762646587257144944482735948260470","1"],["17583903692029970301013331806715071488266592171267553256401200998547403605778","12087274949974068673985640353423371716093068717818697927927958542207591025342","1"],["14088788610174852671240138811673289467185803808220249514138997283449891271944","20008521079687962245481090831400304596687330953458756827798676213364558778277","1"],["11580725992304368123569705758633436848037078337012597804206643929697801560238","18625792344941388007297219196414001354574653390920861323527115389456620482937","1"],["18395084152416896365690345303499345923436324911729696433254290678440297498168","10325382737648572419754167870174278531930412439665687197633319393412904317794","1"],["18021759415017365126176215700891312480246332987228495461481213091474459327650","13844800454270822186119580168763850467882669496209812909435386940964628035282","1"],["7549628838727846961390890256394831936288104839729117578110402104192794721726","5729532091650859539049546672022527167280676292713454657596645419866899030411","1"],["20922355365882409592853595120944717276752195707579438881554504446124749612528","20777398294591857809261879014358434719293360245192274805241497956183827093182","1"],["11289361535318992876348041337761498054255201134090507411358611256939821554904","12800237220495643125272452396465786771800870690667083991610641447637544314979","1"],["15403851994157338023924535674950391395677935263854193578290486909929459743389","19399537510116641427797455677538990089019356348129628185043686177729031554854","1"],["10972646730436004997158750754703920352808828274332696554859759035219057187200","15798464562545149141424660741712146444719119712108613944505983063768477397079","1"],["12049481326793818659597205649781480559644996265569458125133906840008065041499","15704761835613225993445756663182300258110440429976153539812739578063302716020","1"],["8190110421464506240594784431788912980191830526330544742175131656990023739850","94399401385834930461957989584338040834403929514225317784384452458913892013","1"],["17320532213383763243173834007247664769815617912804566231690012234442008715048","19456551168285690645177018216979719602627008602488956460618763900760337099172","1"],["13450360140358816463663195074926436788311619356631424111605752330830909474681","4582127375590409405008905458270348741331655184342748328262741181316701571682","1"],["19648083492744905578153885838852226987976610438761466369286548684265257469451","11295899706635021532204497259349101981862679251828495818655562641689457730462","1"],["11726379379493587643595990902938586231590077647638910099967362310381778947928","6503484042062269629096744212325403292404940832538857538349594663675312484840","1"],["13931003759433549550884000028411495781500806324832875677594958996248364807575","19391652340301471684094999392107374372157033154836094560686683843422074385759","1"],["19194668624734441324416275843227091185830043291893944356728517660939693362476","20460168815546999541536506910327073462906968251245373583238442586600778424189","1"],["2153489526603715894838607499951191772718278071699109271596645553168650040664","10092502331934776850112928030664223300644673088664874340335269117644310274910","1"],["8739999102569232071645425458554632421422654929486646665399814768453520570363","5481803099539758985614779630064490117545217515547064859777967789090393890159","1"],["11794487735443562688327537726122424589022371287528070236984976996584465363863","1819515206034568618486106215365872471239726990239653210786283220308892256336","1"],["10317886163849901065169342576606895249887683256606815312152614331763456873537","13550711983344999426012936767319385057150491637140912110922515490640855734042","1"],["3889975571698242131586044367703610909586700169459857802757694554687047999408","18065263896584832789203295519153266427493951374909311399822711658615530627582","1"],["4088449085875263442821127467697162583043601346044642118761741766760500496101","9718460137841828026461911712780874437687974095874102807914096238162322217608","1"],["19312322042661810445825983563018758052381619197037063200970087513922211217093","1483445527379483536221316550398539297413695321229292033312942085282089449889","1"],["18191401065175782860682996153648367749455812048397390625426074266880243353972","6871368054479302403242211249690705109991576333915836526082923453217566685541","1"],["968083605099907459783256438219296455375471028161207171869006482903176788424","15448087793881791536169332843274305087139376486310894878876858414292582273823","1"]],"hExps":[["1","2","1"],["4220920079361781909496732815104218805713773958593924932387245848778383690859","21525209956204039674402365913432620466655457257368714930289930969205109930499","1"],["15462099733173100081744582654199831877268876505563582728694047207532135886268","20370674082306238778955555666489027054738072422775206768325943620051968247615","1"],["17491448165539037086246564068426871163743873653092868567764468312790210443507","8829256043249000873363243898354262422199788184263508753825124129117767397418","1"],["6024618160945282340607084890938828157427007949501799159745843625264225344983","2748020254646294479839596201242452736789452689746644584626338278883338359886","1"],["20496583727503390916510896108627399080292886716472693175344303043575716320077","16706133496477622206294832989354128558578733540223012123064877956249001821983","1"],["18192682081494285538609191077695957884946449604089918189962109332877027988860","19827409046743976512935044226675883192172943905544944209324236226956778943764","1"],["21828878258002099059156284987219042766153165357196000749028536187950034018644","20769069587272268285489118162927439468966789459468585002253067873644473132507","1"],["7134589806536150071501881864222358304400100498062714761222568238630246356450","8385596263575919063971810856225444294845249199659429889699435189677166870995","1"],["21834866663234474518526798552453099986602104583223882158723465533881885538766","8948489950716100625676215177301892554285845968368646458098674312084488892101","1"],["12524560383856489903215604773785582703985009823327942109954577573525643007239","8880555996486430999756989719777487448580178539512703657418669491550958735579","1"],["4379259238861002986599106754523003393684468945745729800813901250741086411952","5597146385001021543639327074699373228403125119773176729745971519035469444204","1"],["13372382143008032412027973167038989934327930977408277047459265305994917280140","3209021864427515284377160718915122172782739106487229564558456235859340822014","1"],["3809067168144615141508405873095785877432477671451892230628006446855711801679","9025214110782864991258358977364526120941698559702057108406708325576735783051","1"],["13923672469236595329626088026657354088547581357646928103983917146611473265427","13249729523857093776518356977386358573120973228124538220001710713817434903261","1"],["15656688903654619082435421504609969686599426835104556747678894922723120622701","9127859000686713500417938949803680051871306223495836809857871908440779547109","1"],["21296249535436296657253538356913404070452883112604358804305618795324917089820","14369900950292098947429572389900128758494137371174024554111437345645699057122","1"],["3681767452114600411577097134386368947171908072562013340992223044724176659171","12091158369906156133947208486929407126946852104145384456395482126931615472654","1"],["4405709459088077192419510466941094783152134740851680637374789082976305652355","1338300354409027657133459420919436810100347321243174388085978813440251987735","1"],["21414970729692176148686393547237840068800577574180842497135362564651898184804","8739852507909016108745570899433713216888216861476968468078682210730730571534","1"],["19703518659774512118482465215204636745447960585080106585035118350508203187885","19042094637068071958255579806776375077556235717324444285582961761427595654192","1"],["21780034243584415126433064106684692985228868596231449255975220832449254811569","10471048245824999694069565528338585413856635357093098456080654108104786225177","1"],["1399443115390047098618267636083948975545874378754194763810847521813265380071","17834617604187262935852537508232456674388022379789270580090577628421481849014","1"],["5879912144024485989775500126792671055182542350438481327129044222322381699134","15888309226753493394009159191164060999690872648876057753440316689298463638539","1"],["17871541105585580811845731960132259077166389361774339799214719805704015838352","1269223432995064555742928449327765242971378620984396526234997858097922719233","1"],["6218738962636335249260577432307604178771658013963695361245177077320045424120","6464346504180597310665413875631035823616387118896853727028334264742833522188","1"],["6284770530327781800789733021029486034580623471409527773166466350918987306714","10560443076414831173611360820297318787578934142872682013052051757376932492467","1"],["13792713328921331692809646101203779644935904364782359110450479889123402478508","21174227247373494422662276808357630564417000559630060798835862639596368127999","1"],["7979016238922287501436398480810327906448056331457803158595173265980434245303","6245927230601405892480298516335980162844989373184779376916845196508731028623","1"],["15982405601339940601268356535817000034543342979616827549815170233227558790635","16729907618017534326898694076353124123929402872369167120940037955487586084488","1"],["3441429163374873774359646605583575725359797012047228821921038501474544428131","21527288106797419408705954592621465630389642074256623358961891433472069230221","1"],["1268753986164780651237948805050919617293097421032567532633416079432349627108","10420065228413442642617738046415569774552195715803702574128425154699757307468","1"],["17271101288932503290960326304928842308512625215996028001059137092789747295945","14408090910765808612451737764189434828875127445305853592814444952178186819154","1"],["13083349170238518214427660049631991112981289397857772636682504747601484587108","10550755268239347016870569808387550159035922324481957692877149469029980312958","1"],["20195961415531872927858691189074608443764056464902614116812697915380254160436","9561454937667310051020425635988879439571835090668365821283945017671256782828","1"],["20914255909417381706655583495665232276333929048755141763257675401555977438823","10955995091528311682704970581264394362636356667408840063420199959070683873227","1"],["5527323141754091035958462038766516996044387656725148087206978878827176904835","8013635382823244167015595560305513275862274573967360713092560359538925958667","1"],["17055897061932513488404225419439013871531644682275668075003464566137300875048","12268238642355187888250654707251455662664791704226753055398718234371345403881","1"],["10800000461039445861346198679900629876944874809400475518066360417108051241034","11175412743452289633670107911665554272531599583142785638561567488537421208125","1"],["10935179259612037676717660870129767851696194863887051773478923566582713670139","6910518507164822541928937180218428371626837867414486647865359615585518388463","1"],["2152403597382131315086158016292197794984207642802201573613216461718033517221","2281397371723636621522051827089960812947352423636000492280944152794298958192","1"],["15551967363533843842732843490429537525281148355123950194917767040252736026504","907916141971218713257001542470356934315149697950319162873028805392341210873","1"],["1667006448349105720296474155545266353268222871860556664263852326003636449361","19526410781442923056857014822179114189960329591496969434446580003246031625290","1"],["7068032643053644461469412552199852696506010909640220995956326351480323545412","1100083156664407662051031936611931597161863148739306458188555685313246852440","1"],["4035992680664536175007731626369402548374660011838620266001908414390050183236","7346460154476674576236320160740773615697173175960662577785056452083740171198","1"],["3858712594082851496264538675819764363160013423158722026706151676641271628135","9451033777451545015279462846122490314954938868786047029638250931408715632946","1"],["4484101994170763153314017506576774948464576316001698736295398561132808729591","11473407956137625546687568220657798283686574284601837167367392035905303903653","1"],["16663033179436333195700316688424210271676990282151859082275145737417418969842","2946617435072593087445651634716406904069219970596985528480663123882626071633","1"],["221331227299354003706215966543785095309284014111988023676080116474448735554","7558804923139302521897110162808819893644528996933331200677226122777617694600","1"],["20487273381492802918172682433918410838579527815987258122316406866774106572001","8316366661740099454978166546240646353164599688280934787755570465363583297144","1"],["9090047840154456977557766173267261303460106629762960534250941910974780288983","5561610375389435877491567129121888952774345732267506251741048558535435938359","1"],["15858454124515263320635062770508551054304746732192601443741353150982989526842","12510176535615923536907098128567376186286347726743778223862194704882359142272","1"],["17501170814553476052444509088039397218434420592951533126556107374832978840687","15258968975201692841487973960898276023978303877073828156060664780529213888273","1"],["4684693045819281776947359905432736821337575300238812140134404073524975452137","547696660064807539948701914334713832349750220045932786691337808061192263446","1"],["13411188202399453482165524025070550667181375784569511944119044023842902122560","14674262824081929153292054745066714494001525030607728107800312243617880401795","1"],["13646618933871494782954820049988939211921395750657038762662239291221970033408","19790169413396175172825746380483401889934915086874702502024554397346322972958","1"],["8984866459603775831777113651298743909802726059247705782214334482052285555907","12774059193046129464613912101341480008142305416627688228268693028040581522377","1"],["18888955846765604348505379490488762588244004588455494393514772209612146928319","4411146812810081260483504033700641370894947569367857992902542245036752710297","1"],["8002735663939042425074864623621107787890909321429805836112664264821427778791","8248253063324830633744642246401195710781629109548867668688305437424958761543","1"],["963674895819035993273652677211815391236376924241475508892672469381476007726","13653000894700792979246517606248001609287810509523752504672031401914082156217","1"],["6131227120356594820760646414229143099623374052948798980539676141761597219621","21163738746574966279661956315286910821656977013176363193086353994229140150734","1"],["15336658354108437781767160545396656715011273029201531771581005790914249410441","13946718098355170537792354384684457659265293296163037970961046352839761762671","1"],["8728831770416196465542625189690880670225823655867251280414273649444385466128","1496392922280127685622929592232640386670882790011092191032517066291616586029","1"],["157323694585795048990485852661369471857723417323430952560818782813854425829","4277133835802440327626403698018123033592307488071671747186417678976643671585","1"],["19293716113733686964941049398450441243138110396324346788013113408567257988330","21788606386939495706721019602710125156738793880128812968756249713070947445704","1"],["14268298773071527248056267149314692190078421292272433568704038689696551918387","15526842564924101429817188011682262601386993440448352022761254029785911390757","1"],["19849399070072116559239012186307830220767604853850512198980541318891965872827","79879323923103658059723284471147740757276061210310359966952187709995290766","1"],["6630605534946074616982811195103439042624420000655169233952479057619306149561","21257529954156530833735860340195786036549836561240981061661861805927635098616","1"],["18639535227540756965188917952961905714171180604587321270284026345186712047334","9607027002612264802204152739265767853840730491705425463564221403573314565265","1"],["151352349334731596540353987511846277349117366225285021498891602396741590854","14433357883907533623922814899317070781908854826041858834257473255870651554010","1"],["15403178535680466112486787821937251278932869475202564590934529168847748627621","6457171415693701768555079582725226363886169013295040390071729293313822582390","1"],["1263777947447004361403046429873281332475068989866912352399632052282325562262","2343018891435462818129192928398050537973047052704310177853867958722255358794","1"],["19019261709518537698770694719835616262854670585095434558717446633943825305358","9704028299992691963812419245748564893848124211274202829190417656112693528528","1"],["2861395554917390755790114735158700577966538705321141576335547909557088345982","14144224255663678240884760210842620710291934217932115496284241896905592625860","1"],["7764554340960057845225649442678042380591991918898974202713944640647295014635","10042857153068919463456839239901130072853087670663550559418187866105005783106","1"],["4589377288922204356955188277213043291556695353145885178194840105463457659810","16868117467797538269243228492066320619391065530324286569159221554571490245900","1"],["7472733717933468111227315141645857558930231882138066181884370477371492208482","10588432482690754618294778266947725250098762006797788200119728090386859687529","1"],["18546969499359758254520779171877280455074237957399073554323177573168809308336","494937752480171584276327392503911872513736464815790951549879610230399669790","1"],["16495110632269190608211254114804977902526330348497044768272557941167080253205","20090465297562464998454263513957418213903168964084892322782079472223367210265","1"],["4222073281501722548188037404502267601200282951384440583432299200692851880641","19324881234012866517665430143587379100601090460656855003176462670203716798358","1"],["8974298538977817566904609854176413415685606944754524106412795087855294499052","11648274033546971609021761141246316478766740425633223635413092014244407102281","1"],["1375524076895592887718664829960015267493492380657712481197079044739504870695","3701206740408305936472307841604383407011338729293400825796095566806915559548","1"],["858046711778869127756901564872975941077048312748110733899146413177907501601","11258767550941548273791804885732177792335371523492177531259683812229279974293","1"],["17425998118779530838949223637573879664191126222760512536265100427423261977858","11947926589678501857338231124011228191455700732675362350409687763796538450076","1"],["8433329736248818344308011036716373431518865754087666388810351552849110041621","10715684877196924555375237338784196798233721046768749058322830150342571386129","1"],["20057925814869457332605596705892234945177599912364117471336486778892153081424","5145677222185166510884301255489550177594105174279621827842984278731594821699","1"],["18956649657057220741716430426405617322641036711167656465410517406120643291592","4364674485806708176025483628000537265290275613665820839571217292584426091735","1"],["10887973376687001411624930225544450753872218516120795297431846647582016356798","10822958102233255954506377408366871710815891644139208211113854673453689218686","1"],["1299432832985127617695788451993515471958627610103306930277608501698862081332","5626622858290222758401556593540897341381336838509285671231607263741126178978","1"],["2764336534947486909966744849462970803561856547304537907001713786027883401310","17968845704027592851324237050202710724326631181523619803394766601799378410183","1"],["3804029471427247373360395497869299176461799599474354939691010879304173594832","5384901679592049673534661326878522891412380022090278553592396915427362569940","1"],["9889116489371304650746828255627228004268778972449955997973752507878443222868","20854720765926043673478400771262649460397752778056632276192171509229605831460","1"],["1720392621961989641907498498219573045004089646876648197255439041356069009398","15438240323884574342521052144170010261160130629242655624434194401098007072447","1"],["9403117922044285374415920931129885533697128895453569319405333627935352691800","1449916142764247610660440322775081273006475434220275691785029684675760349511","1"],["8672655252160711812921405302941496328145811224080444282939826053129381789923","14816291858944619455448942815217497228596279293780088492232666667788008258482","1"],["20776527023322268753393124110316862255566517358591562544150925463084979849307","5664038360855821924181151625821329073134284356163789025576938171077642318793","1"],["17134429790142176393682393410088386204039325764101659453203808133907552801966","14460849771151594771786454830187701484450169774129508147203171511617819140217","1"],["11085981662824733889974172925618622903700736807091790833385465196408822888225","19959977125976198071562012807707604929670542455861177951110230831106088637189","1"],["5929191440517961580820389627247377427434266583694169900615989508916787885145","4349508395652472885447081305887230857474815036751837983503470737219957975715","1"],["8940086508109459349789869893320482745360340029876344250027480197731646125340","9712974727449914750887826873927092400835026430741938237990636570615803034037","1"],["21374813411112811983283518979135061550681174701738342339099316349718847078370","5731571178785014173322258153017664734370422858820996205891523324609595558031","1"],["2739415396216283630795813409428001389963673149876300844952074437230837218623","13307026925974384608706099596965682586306025329396431476373886456971369101684","1"],["12364859736137402406488286593139621247964062076142124612656724656769939972416","1769059784012706933943555288329956954477387439555529462217353758785121841005","1"],["266060304305138534348099261573046634874770676680300183699882915474884757387","16424723734784998200942586130047990601469120486237876385133753740473626498024","1"],["18951929721636408955186067594193246763432232735521247462453074622025861988396","4113116390592450556009248655138678510394885875050647751321215440165235193166","1"],["7359712233251498535139898390924794306431267378874487696423130386270036876992","8107033831751491369484400525236906830230056689680606342567314897041451092406","1"],["13056641684507169718119227365424044850239154104914263285116572819606785220885","9242313124901273246073365682645930820118919179912150603113185611890604067831","1"],["458336762047307505590373831652446044797957529778352157878880455601958003172","12412065525955824560667863847790124889795953928937040085651328316241042063533","1"],["8335445091823014424277318184517985175774758354347481503798969941029072460286","11749652896521977053567273443937798402986179870653087571753173853752619308638","1"],["7172685270242659828294006055088932683690103909308853378230187041891963220337","12822686518649032818313915100902605771297499936296113430486144885626017806322","1"],["15481167518373275146055701410918700760770171292274340836258164068017754289152","188461918317917324213435456076654584605754500722021489180251207872025211677","1"],["10569930918372014949292075270265695072101208650858328160617667620930926077625","19721242164402714000819850400034226107181818669259785626779691062459992358027","1"],["21020610285038424035125811281798611211009480498570483610889933530196893686795","316696732855122683566199916771808537769707710161872003826234839236593235096","1"],["20256168403140987859156502920376278916013237260804002597118063212715970010473","4365837705410199073218998111610157647975408685396889211401961957426675384537","1"],["225590334564135793134621429263156661499936841546492590043580788874430554248","12924366672367003302977552168486931733858094449535765523160674288759933188930","1"],["15445688514535683997899708384989336196029900090998370395594966393391171268162","17150101302330161779192398011578912747308044616164136823935037287785114169386","1"],["16787332327526428222308171870132398362322380294885987105875346490930490615807","8426438183068014753336228870519307695958296092235655690309971418267523509508","1"],["3302184902683328743418555354483697453874416757972380259577448227061727492232","13967406801336631522353574485581511893486884094693894766734973971361875739031","1"],["18928109570827415192878095637318652063501449966670766807086187072970090644371","7575472893193358839211779665678409931341722486148970281068781853985524763320","1"],["19556686878354533965999165791074137462349871765357295817697586873814039020320","6081651635704067777361037942162191957717042780174137046403049946463983875473","1"],["12072212923172698399216490354829386071235689039708350898959078456301967363185","18857901097781420243451238623128168718570051435411106584207083846642269206133","1"],["10050725799757396749435821969379776722094581077474930774124590237879698208420","15949250141868031947765332872000707604421319744914603733873216651184427926438","1"],["14525181107561487275932815356114607308741061881490595181447815556444770449654","4802126858074443278663599907004278433319212044290807662737511186100076816301","1"],["20057611865797855772760588425794678634845662642167901232146844649644842030693","10772408890538969638832213586153034385930597385489021645242864630301507652118","1"],["3143469853859817864009623137456781106183256376257566879591936057670579897871","16337578348450036702004694398699925321180278703077233565918242318790224848352","1"],["360906845832498703482551977598421998490455394078243121752831119331841883038","8700337711413827465702934153639298051817674519571803472560482204988625150461","1"],["13850384458831076632126802164191264054961985838567515737832773904960281874722","20795674145994135312759822874061714507188408203283113564094721210466848599388","1"],["9350524907655204905867065518294292098941979324699057697174809384550955845307","5029623813585769507974434249713943250726872782895178375840246940956541718311","1"],["11271027847835810488450516646751717180775714978703325991212817408640125374630","14872580022049964867122900857665195712173055561115620700086577607107053203727","1"],["7315915355168223772288240357708399260837742342830148356784106571779731934781","20794594872264348157376583281187092861987126016674283924790368482949162546904","1"],["19136586642702037925598925653415819369946661816338149765225234349362436867779","11212100519625637580137783085236976407100508746256790279581634067685628480106","1"],["11367323798133740249509890546164942223249943782039941802214177491114126255742","14501111720493304847453099691330168313488985242635628880769008197002344145692","1"],["21494488771776112372956953776272597035150092236620228185848319134664225105740","2828099938532670170544385218701039637588543844970100480229746556040467858140","1"],["9723072121710976335840483198996092945713785496769828101717187531958881426798","13142435802240006792794762262277690707893440824985139643201321435187068531516","1"],["7562475316890926690641520441938952373915094149343436547535598476293623636540","13195467982333274498348559837692796193035165009917464861845039352406015741170","1"],["17258449142571322347481818404823824323867347327156338868445397433818491737931","21459134339227196614288621990103387295362841982236421502474940862217710125670","1"],["21411375999986716075511912032068552616245875925826326964223280586896046778808","17647812350358135969971537569551939478387502522790999549328267522824249613414","1"],["7461120345153911445071377380542843522081333024932594041533709187981437945354","20667648126326887811891282743609799026349129009117817973695138118145816142090","1"],["10511768208420874233314650245941592564826586535508464889275669147279899779869","20815650912861941846082363612737222006461755486497702864689398405510653882856","1"],["4994814423984190588030283313662754027601932183158184875804620981675461965558","6925254749951033361137791591123465696620875253459356986144786677820917099433","1"],["2562127819101588699949026570286022264993617944916175188170303770191056145262","1112106257867121168190488062229992028022216025903514459487671783828172387777","1"],["8250587411857401409947258805844717685479286297997672029514569055419185842844","13786829605729906017255757105252038254486155414583972980855560414873204947732","1"],["18936895170841551396957102978098348705923005041962095198214655225399430399827","11086114443002205254018791823646916289596029439791283747802107770243325471644","1"],["10627533008617459836148272139417467630071493102577495257991272076811060346171","7647252729427102335948468956238086561861441341048389913000322460533811711603","1"],["11568614712843083569623495241191273010406260313131573674987776573943012547390","11386373367287056369923035086120673022319157785136482351911639659453944176372","1"],["17978372835665540051401623457325477027769100693901730396748069640795182372085","20002848794594130427598988896332875757249901126178211887778716824628511464650","1"],["10997146334163745092351556502486307872918548396983136648767802505354680053715","9284839784683559578991614055051582861297793607151942130301187709587537267743","1"],["7161646578726320946715484422224522811174167677484125879247482786678253066489","8307427987199471487889390821349784607533797735715740551949705626392356764573","1"],["17838097862390006884107722941947605830618370783449748669821285470017832303576","6965341472457048229880073589435690631789522263549063053382368774851195878505","1"],["9191846684668804210505983877285491897720905130455039957423292204355960809322","19170258696031785091618445713541311794289285745868587555124681761930294553737","1"],["2116794836149832215113233490195918772153591821997171286174997951662584401000","16560362433536057803274244254873347549796429777540222841789655230184199995631","1"],["1650492263461922544056830192471442167706600662554195219164509864523403590744","11970978012380104050815378082438490900365876775158368575096941364175070225874","1"],["19319846628614180039575111038047037694420120607051775759507336175834031356491","554386887951826579541316789221354383842351204127316769455308373952609631280","1"],["8500995010889274653063557965395219731830471735030435716936538154923255852065","7608267686171425919489179592274722514283494641042768823859726638674188876257","1"],["8848312458017603913892527400598080568772124184365840568292098401719490748529","2795452271823932990907910875725000716328583087074814920693266955066161607197","1"],["3866618077032622466347368572677600047087569255818801623365689405806103496985","20961802633003701185742819376656453832479905586484105210664440693662884494787","1"],["21843147002667207497023911517738089123730518441118502942622379996440686020356","5890421879977327245577311168813438265830967872878750535855100067851351234578","1"],["5495389812115814774562182216083555436991028119147636627387227721353249495492","18023444649216004401498807175067193145283766874368458194179738649263339327017","1"],["6559128708099144505844550610035760993081621508054563374707016696534321495201","10272176022004813692257614120393136734414705702708011485239779393786026147485","1"],["6627364829241997103691777984303644218877467550874791288716251504335197555425","21671411568945982145515294563333831613878476827244277627375793792931864677856","1"],["13368024288519532660562828649281264534905228501326780449675776454424456014176","9593108883023987508653808921894969063397609420008651345298559320173479321541","1"],["8835128515897704394394084590213269798726337640818991473942277819471338147409","2182301478039041221512189784084104344719095857592489272795443968979997778874","1"],["8728334927356249254133479868482947535666964611917386719609793402269589142554","10404095407676603432186679922683729305063016962502837249708016333757876257229","1"],["2080843120958731802238287511235249691508550004745038554784447204498717709985","1635548609694476924283307418776579000081290212179882967155865314107931314838","1"],["8732974830173991886880768622546009532469303032456799316818161127286087676484","13272344738208638673285516908752716160302721211935131369592155938219668566454","1"],["2329565294147841389473566680854425133010439398470422189456548785476542015579","8923502421122737407425566149483864048158721600956562964566106157213612358935","1"],["11598930661314772604504628620662738110276880215938479961435848066293812948164","1789894474365666629629592062622944823228585278721660679600035710259445263622","1"],["6986278141962378884053194087650789944270528901308189398262586188710995881343","20712426605515211168898470250911932884372265093696185011402251069343304253037","1"],["5812031699733229495399805648673291800130744322897388481579357056191485054756","453804663406653761288170903644255943262324404942325469452706469028119428519","1"],["4519198603045709726000609502220442363742925288165841299384777950022765213224","697981325565320092322501365266363589327226865288628233552183481487801826885","1"],["18178232831747370307020707384084040060384044715010642742528856182668873651443","17776005572451764432549883359474402300094072986282763230850036309857531396215","1"],["12653485141557441017302165966273005051818528534232984426721160445752375419232","18169695598740804981887595134583187933085272596215794186039142012158962033923","1"],["4122080884510696758773630444220687075290410520918288786890564456201553593844","13507848631074399009479532291437678495333257431433360037639541398272687077674","1"],["17543306274284597520460022294147871337199661764914738825705056215489475710983","15643443945844546229910455308143528777094874986075261090629074174806238527621","1"],["6521279535387996840371972474907305110213229843183099658288494334908169859278","4625074759810033442118124406413710902495027535978639858248314523310862666688","1"],["18783308654706040492043020258146714840758417721436281906427163293657400067390","8873126675438911410828240392940801565905136219069560025077819557400959278236","1"],["16762995348417866787226978440694989111873013227002819352902275400666382379763","5678968648114796255998660911878577179084481558516909735719705457131350897618","1"],["9961864564097080934016399697413764103712863118036450000640080946165394007249","1346357505753977379936102387885489380979749408225253439483543703322968640350","1"],["10658098522713347002315489029644220812309741732520969587626762149901436847710","952043913565352707517691033608470299403696997568558326908622038244819333517","1"],["20337740117762810744949006573376498681071577582345870845581007777378018203470","18844656467350245229114680495786763479983024886425454586284988708506477369577","1"],["1466038818581435729661954820823820177938765449572337544943040592137613903748","8125808209484877889621905430344193326515813487833168900749661532009766556297","1"],["15519732138684413606602967440977339691849060766947553843284445908875241628630","2648743443423269156913482127850365250218277811258627350915859465408425115139","1"],["307698186119935169120838993974707639678619679408991989451987848860192770767","11030189549873290329995582290492038923587305331504275838469843137888224848504","1"],["9057925936629363004148754786673895699070603884532920580639476560436661894523","13127792343237874706999118418361664391002407611170567802073760362936437335656","1"],["16084041461725066363760848163790224910535252660519182203688754785604926361221","9883536519270389484792916733471014233835991750828145716618081211119209209073","1"],["13231980082970414694777129938464741835447301764984061433699360303971415136637","13946363309621818583939651631345800333008515597492570293085726832804941233936","1"],["18896782574802918583253017281810129874905769761665117934890142217927713138781","13328819870469573931283547564798436973065533564795763184318472691631172033696","1"],["13836556159437216127832488799987684761937485049367599538171987208117958589762","6233033732996250297706514626691354127815244165611310516187793749648601377772","1"],["19354034502458976907121476451493830712121195471234305297616389476146477301805","16778280505985294590712226580566140725397241262434459174734856806907917167494","1"],["6764019459192282557042750024187991068986212021405539482702718406966048967364","20477090163649091705650182974316310749962058449545849836113657396503940893610","1"],["21180656540501241818639502508232559323657187400489611873937199067686113164726","5310401148794361719625459435268088303748916326332739578012529005243760316680","1"],["16070114927973033727256423073281987372543357435442145071130865667630683771156","12676634613406612498787366197824672595849630258267777955071735495652981364833","1"],["3730187439082618872675796163670198028649467597157581850690794735430051515997","4397897055828801807068426418085273653353334050142072455127267084188903403790","1"],["21190879604275987793886496213307689381152418203659911748777861839480675672950","6105554998978871742870936552139434763174006317051948623575012525493439348168","1"],["13159729507804946302604699915274972702358424613028198516720831762521697516405","7557047809004126866665222964833548107870760868904298894784912201084183688406","1"],["7877669750923207394142222878937040401702962202936598851344269302516102629811","8853176698225138405315533556063771690247304294680691305409777118720551456452","1"],["10237197680346867951843532105485180730824134041259331890002636554198975683597","13060073021529349204849215902027636604142199070865371544369632833300880685200","1"],["8153643430286330443321426628615172369985346568716629387322782173525168665763","1567640943998221549619241421372281881724600827176868513060356790604327513402","1"],["14437787728876468957095449546353013956636524942639623568350532998813566067616","3717190596079798482446605954227556204998877312162894119700865221500997294028","1"],["12982149072951302503482555995528926609123796187247841162286971667238611486776","18486210254266141758986837979882486010995042051302521850643816559753493757286","1"],["9863576131668847767463097933315130864326991026853018025675649126038134701433","14676362032460737959942031222623312162632989822719097341251316230181482501138","1"],["2978793525481158700155649894989875256713929370252205235555205345267173824691","994030170136191762065215577839733683603443841521073041127276974618824569743","1"],["13735379133872436880854462279270575838262835014462581332261297634846686419287","16945812474699069408174551806821607773841560401733881485843197591481748365961","1"],["21828184967746147467144054879670513591014016990017589168699614049406411586410","9511313831771509323790462198067680579696270119129296068219317938931938930028","1"],["5859787132633137554039525654057725984684083481831325459222457683773689678564","6970810741569951669022349638871011714642472505708703512917030561726726910810","1"],["17880008893649645114899564195701420652506711370113334430533786390824093550470","11162713735186294644742157730354573089507652649304616775284544707857585480013","1"],["17354777418365668009124930645858695906178634499781837943014848690391918973885","12846649949680308891512833651607167015471152723649579462308262808996485644513","1"],["19169153889520423310622886018515654617724535260089607830205544408687097137971","7016934799865499671719542986361491466807693535657324313378845715318751184263","1"],["14483211695466139305430213369498199102651870559406299863025155837747701496108","13741142865653398997618426058964392828202046556140446693383506874292528213031","1"],["5005620353411968839700999244964951078199950124164055881149727859898072400881","10185774938048278795541561094263167777645954375923133411169097931517021618134","1"],["10995716675671814987095872173701136614525909949955031138729302359192735909125","602639206149275922760199586614356122089131448538780864450383781243275432759","1"],["5928998286643165695377971758553402317433694510947323906344363661650544273913","16635066177408772369685360837427818300182455364216887539638203528209231026946","1"],["998407564109605168151800356261727439198197049105723941497210065125777806575","4537331551602311138678077429062772566473379422163838527712570264490094683988","1"],["14716938887439647290288676720751906453250067233420296033219681312905487557197","11884515045047994253295356922378282067616917861198613950724930881472638192988","1"],["17462107187759174397895343243844303754598276755336126860492992879583327759684","13690228220566923730550948335749441012054026613837984409107306710294681637363","1"],["18862046667514774262586876322242149096803119978022138025088937128845964495570","18428319267551952662432109473699963565272873675704945477853966564095109639934","1"],["19079226339740699004270992930624985824678742970833385921630760835212989295255","7580049455317008866707579761689815660459700205045418055946625350191021341926","1"],["14343198071035159171000380436426531862064993661509812305156810607916488428852","12091262347666077780228129227417211461834531015182551461317242937088056635679","1"],["15704677824675973532714148436058291133585592509222350267998744079856097043957","16731685214885172222910377577532529774119691951763278726218039463489449318466","1"],["21231824669099677605066824704838777496736156437547465921365971808157951050362","12474690356084139801132735043870337735163167664986787102942930789379485245910","1"],["3360225309127670246502593830596983864364090857806694168423015928689015539892","17491920011494171590197218410199439661663739840061013838157333358615606753844","1"],["1670857003567908775337538494871740928350966693840492705962062184722539881604","21867081868597864758587545719291033511885218812732491861001001409175321150228","1"],["13132543744854561222601689620404168810821379931842040194344248238591128008943","19937833528170947244136635471231288066986323105134036584075790507387903127891","1"],["17990088403860234664129679631734296963403732903199072709362028751712627118448","6919622452599032507297911715205202163189342870325028149512757708425878240794","1"],["17504418609774166434676934261561330711021895459358595996109280684502646048360","2568346438647601378364362636605809731990339595277938531485048766813430486970","1"],["4229470041544262592010768668714603017986553747257604747788622847382810986884","5170724754343280538720122419446108052379422335275669368143184442687607354627","1"],["9019689019543139774622554013477985443025356924381597825939849647506301884047","14378144550679494614830555269091648982321570659863612872941982316579866425398","1"],["4851288747091841992665446397390251177482432501090357935729399327697545263971","7728916658963264476029500117229660054979847248752559950246758373199022074333","1"],["2882498435193962947721047359960962372383461656241324782839986738450594097885","15179671080323945706890801544488078945536264782516788474441249664490485434405","1"],["6008421902532866691827207582249478697937851436746599838251630920237829775387","11741581938493886051680648601098644002307277441356477897690895937384764864396","1"],["1292433432519390694302131553261409214273008859842584501095347542595793868672","18425448934084175503340628109051359864852117694426704161549166331114189677032","1"],["17467186131782977777708353409171070949495829752690587916532407827325480916414","20280122450691231589843890794174288410842076762293384915468951993477807244751","1"],["7769316357872948067196085839305034681779731822470191113778884721264327624063","7042752187742587560097627054041277646521416484223458003599192658002963162865","1"],["4940950783927152897226526901677613885825814609520263078766705126487536315369","14087061670826587296214635421587834673854430616875917486021028372566850965415","1"],["18350116172522666162173822188924964058137717890331695620584814407752413247381","461716251527135639099450492967872544015756465126665341251472497983767033739","1"],["1536988497623101593633471243815512321941569684394335645246123305676646366381","17052881671724754745371376558318671373978198566236429490802685043022965541860","1"],["11002517306785823184793208251218811158140524616780652243143854006113620463933","16958190989322843191899054334638000113907800346049347499016627725307530723892","1"],["16002488957368878930643989273024446444697485706059837473585494660717496648965","21679316644914222110905152959526912575027558333023798907315217212179748025810","1"],["9514880749555655046874108800507968963597390512574530565956254179060821634807","21171204364745965831816363796041840063265025539425399447341995511390277209631","1"],["21408811515767291571992401203614862767664461275995452710837955631767397632848","16315405226160380434413583191349656958525910209643612263620997374230698763166","1"],["15150624937623914071896543935637146707060316394636959726032799940046171567372","7993831679802667428308680053899692100013105366416974421122754744076103549353","1"],["4544735057758532689014783233098182890820252962972819960376349642242455145858","3360982250329668804805903805518093507117182518109115539831631518910810611274","1"],["3842110773268789441319804874138137714356683822127758341673819941041549803278","6410937221836650863169608039084622069471051671991029527414214389623582061981","1"],["3019716993555500490173254225772699639054393122000816122919771333727967851572","3971621393787835489985687043149391069576600900420593995823797281498814675969","1"],["15396834433719279447664133384661748429551096914091495223238199760760132662513","9596192581184360104761228584260960848509194329704704411190462116283832186583","1"],["5553576424307639096916435183421479409992998570153510098412606086868805785569","5042848896938075180445238152120776012450291173539374865497346756556783824071","1"],["20043323049221977603182496482433643788861300277997112428559425668096779942178","13646750072271130211475417782817338314203744119140786734334639204346234930826","1"],["8983318580118836566170154787106075990006520512290322991236659891319992034241","802660099330720191125872693966926836757450299651683315404216268675312294053","1"],["9939475608758504737382675412412418543208385513316674859108938760762355727673","15522664734945937807856467550451453110357667289074867846511807543729265925218","1"],["6784938413855214710756648091919695808943081028202796699347855118094908282314","18292104059896511995737752818903574519049979663842168892019783396795842810113","1"],["5233986231542676708209530244665876599779299588521502186332541159010325965377","21560959952317563096380056526062502043336372475347690587531784245919913527061","1"],["9142425496528877298045483138448701330499293282330552352068976414295766136139","2140520767060656781222406799810970277771287567156229620476501255104593662091","1"],["21431005715442765667991613516110671699462536276598982233059717632045907966662","16612636580379128689970707433402993365126126992209922181601798110277409596021","1"],["8931621228448851299626076624353959391708693635972947165643792075402259646594","3449710142839342968861899405357565031322391588719504199790607896846356224235","1"],["3084471062087749456024129203167159623480342772041544186309257977514354249742","2034881082725610998935126738669752371776180471050893056272499943158345532300","1"],["8611860381174228584007915400141567994690887625058918759266239121930513999987","138527047173080949075326339717093713855588950695047707779733825228997466880","1"],["3197144149815132612110124685963333806256349446755172141567063711264607619281","19789267107087231372447327972981413651943829661642586408572420300942401095499","1"],["6431682659688897407009950898072733906337698443646854410231587967685536348461","13615840202457505578339315209211220605822649912130700961852463190582105406069","1"],["1142872121117854304024598750814788851174656874599841624981403347988337459754","2298919950287212824380136671687561863447659542417878931706236093522323464987","1"],["17168195385045409024495268768456702561569894253083843622529789804117130704122","13422691033179001115461935199077389068012998881693947571841141685268416058781","1"],["21525874779357476239553507056330718381631218041854281845582113246328339139117","488510389328930186055854939098676008704657433876636973556390409918269560579","1"],["10174888234672251114429867658757676053059552749041802336342131398052723671106","5990761577297131601441097229811524416401889542807536909159535493490928942382","1"],["11950663456722309223038763291039992051578312984456980753121806677476198194804","1069708434667497955255164902483953240152128805578601139249668984843875714837","1"],["16037466746627127572957598054379660208961874686945069998640286282241484212980","16466474930086421523185554487321249440489281243629824554078826533267387789550","1"],["19556658179711047911707509917423816814804668086523058136174084036601677555780","20858327392677572211738059211796412363118559531261510627447524307566698945825","1"],["2599473130979314371063144037781431771909636945210964028984925906387883714316","15977892459107073180984749079859432111039621815134776211207928537921165939853","1"],["9045780206132305296810594039012811529062614780370980075871874473672176544589","14301339132262359763211394709984435795372150745862516727447805318194786308356","1"],["14857505685579959222259196282599201659927219368482046554267953628832784253207","4317875205837699356870033765817303905141142340998477900057408837271598398796","1"],["1952300708235703000024601928927290352355946864538006746531397606153134974542","2030266474963003753497471937673162548088252165567189878822435086295363889560","1"],["8500554388947025113420503477680256664217221881585303013746683492679202267568","4013499503308765887487786133431923061039827375787622789252269414698329537127","1"],["20774731589205360308639203937236772328440080228684885008679938458424233829314","20675321680905215191973253231169423585666467313786272137102631087793621249854","1"],["19221825978773259291354314755535928356834934468239222148233329310859911661919","10536733898380444879866980132438776042276419295446939307146715907491529355471","1"],["19986644292378043064534635404877452106880695450236278090960987256641361199845","18078925759578083397484323255335566489925306624061356050881100307164476757709","1"],["8632683561036064770820463561104179003096665530198644451598396306580797949297","5636383303435789238025172313186408224062710251472414070274682871474503070213","1"],["7173361867893699400766828612565461723527018469292082530401941914715213826425","3641869824835818701132272189994872301137363507435541716387895219021875809560","1"],["6904457502761627145569092906965089294053524334378856831351804359520433317473","14617740199170631835401570872559495237241006976689668279590530096352294518064","1"],["155529498467905535999944107181901886547898263950908583085895564173257000810","19412267128480486295947776460957382630297562054258128697102677755304997852056","1"],["9052823766370486359461106894772386836315112282564444127057158098476894689315","21355962221836772580282266704791945376267868152236405854881163001123617559823","1"],["837110359289555906645688830773230868505868677895254197108669474561557111980","4660807375251376430628262188767311963896051538992978188382242843847064024361","1"],["4613681857083677764323475605415868836270793807484673608883182295605750614407","20345358466244888898609996203932250709563047057719163713498143943981878814582","1"],["16887094076956432450788500940144409349969961780108534855143632453280707667770","16613929976683100988601788628857175539558397378000025808597839637174276162628","1"],["7346813230788196984324913134101578747843887916204907254423651096292209507452","15173436254404695715951686114893525289633347232674328269580435264872567723353","1"],["18192853614780083960097164684350739022254245745272764700981846759346593658281","519845049157386565782972057664641428891875482237633731001931488954807659545","1"],["8648283123084098500447928702182521253709760925428650979159716328210538694920","13174757106213549486256979939872559958164348911937014680839492972157113220104","1"],["13691691276293289193488550563487633127808496438980890308583730819589054413116","6973646420325099043259439060484089368037988431540178747789359000188529311367","1"],["19032536230144806351713700849139573651320813708436829140834800540093230187210","5112270557665658838763693426722044435798252164472291536524924915342099083656","1"],["9898519226707366712621406152444302264625565691280305299159823488166690720522","8328313831695237469805132171022538206114977673834834199098298197359872082970","1"],["3996431014766298557642949903605240943987349876002792379654797893092705169001","5234475528850575793708373118231499268661126985143489118430589297094472473284","1"],["3636959038773709899687300994633066557823943803309253863493665405897203293630","15416631115949613314882211405099623164001634951893278999549252700542247386876","1"],["12643856237949299713800584456830845586171239033201194973654054468938901398753","11098220159752853908450063158007962279478943065102079309074121271008256938970","1"],["16065308158861148373712188366978400383003860369415122826835198468097022199147","20994948624154661683543114682806377431873229223159341236406967696871129721532","1"],["896389156768705523771578007332772179627867688433425834219792795590001918615","13340943380364622842860438707966157297526696730557315930297199682423529939893","1"],["5548534392960271581881747852376675879609167594843512674420494666135439161191","4428746784699596667616704248226739196188032217833906796934479068873015407300","1"],["1168317616181115641827190666463140177061916483718861704560095099211821481959","21794960311233940825541196423266038000489227602983321039771411917609240827472","1"],["9659600332569800332641502528693261882595823997952416012455522301143601653242","9277350109332322722738373962057840045550153102518836706407022908526472963980","1"],["4676857050514326719960685776947349924411611238191218374530500364488711761619","16478236609357065856810897163286626200710001335698754368359177091463901457060","1"],["20558691279475204067722024683963717297832676601648489785659652167934265232865","21271813502996362577839955782940639372616638015804493860474009011236541142551","1"],["20754213088550107804513279844821487858140555908992578743434103572833029354955","16709262392524098192841142093673601509185980420203741702342728649783647607880","1"],["20226857459075479330881481605686863952192714242158571780638344228818909285467","4946320646118239238721394806655949959930222922679723056816037641338066682651","1"],["6328709474234481632572284975170561274229872019905266543302034067764100076439","14392340349533780489972371362101422355321136053910976732486488965873879034937","1"],["6235144190532352873083887010180433418333473107805711873798304045968244276701","3489820250246516298294122816949084921578264794233929257435942495565712205356","1"],["8792844194965289914141820992380912648900988370286471979909985099906289388623","6886189386439355131717652699870965210430932043257160321404146310170338178120","1"],["6709403934911556061412033781829443453265776613743258575223450713088675056211","2770437213381142168948654434853836302815402278316122534785485679644281631400","1"],["11257322664545335267452478372822142153817414088362387936917671384955601020714","15547363507814487268266927552444329091910291989190768974912084055532738369168","1"],["991270797045606820917795630625944229112712670122088486791959942180002208323","17981307198960915044613332464281012193688650709081008875130180677977833241830","1"],["13819199111949410252127575926490014140285432291874701725842047349382626858100","9567863052532045152415154791616966292571079140762860490764043341294724181428","1"],["386698723470451943097838666262874951270227357980916881487206338153326737286","9533864004114655478753107648214862331443347899590238976065811727364945730343","1"],["15271898380470897571742444334379419114461412748763335309492686923929516669780","6496485601067077184339114341710243320397151483746431849788476382345732929655","1"],["12390763172616984589458484092912679536760063568896328056752780605890086590418","1519902788087668773395076310126779780511126583892995802436662171837328037637","1"],["17715223666506040744570489272859860779023812115827553808427273393946026407387","17027029812859209959810617773368329154678369715320729321079935856306306496560","1"],["11460309721201185201590735310339677924423221200481271720757616331974150908695","10739505627401597503960552817393564838355322193666189772990364597070519622518","1"],["10081415586613493039624904993430441107529135585033107615602992619920608924178","18345939041381193678487671336562870910211822542623508387524392900949266418779","1"],["1702261046940281536293450051735974326848106705709132506657575934861606157401","13633285848280199123169681070214578668567586655012038572633785324459065258461","1"],["1053015048109811289557396705357834740246926984624566061698571181418836247514","2681092533481508498953737248679521473344544474266871236308331517053839717527","1"],["5580476556868241840817587362965207828521507883371848511332729488588615625941","16233709744263149689705469596313144602739730482101623366811815303646839865459","1"],["15479783228884117596576217284939126931354462856415365896038097429206427770018","2730710312246212608089579363419237777585664166002959845194017004781157200447","1"],["20805704613470019318871722378618993321615739474552981928843726407370657941797","4119228872864377052651817517533620464999613844045761392075379693380863227206","1"],["14442845142504099655028584738700677418854215373070800669233092354218793062227","2544205947400754531242867322494267525020355965350636118655714306295515393587","1"],["14607412416900718825191804827913940232201542529681335685152612034401458822050","14225300647950182922630187898793377031207542646652160760044493968223090585631","1"],["21049678585834748815213538229589727611787615904604431774887335602115488257800","17362462967875217422927874329075998608194782526570004857138811950917807747937","1"],["18236584883310228639396113506621239066128688805128539033651974508041732606669","7994698065289787917500514138843120825366456282056125214440004466948020182203","1"],["4151232498378480492228541422725510292657049561152206710575123180450114141788","9747331644363459315060707240307887048742035910601312321201539844864555703224","1"],["11758014236739299850387017741490376563857540527200745665975894472889893885551","8804547450450547954889176455910519701887315477982911677533225910033608108644","1"],["11580637862158730561383843179588122179111605047190747283228650864882825869046","2971184588098705197968412489084914318773839819971665988041017766158671803393","1"],["20080012485338457539126141547318074677793180728698181290707119085669927379232","14540709987173595533903191890241159402045194142848462822506854914811722755951","1"],["1250332365015799329852512729202060838749078803305393248458790636895163695636","17963011629912370891769374577848016539763634080701506151718335907757879403426","1"],["14757247934228821250990174289494292094830640533428393127301602271445778033631","7939818937100334162367585977047181575280572520084841437965678874994399585241","1"],["14392610116192725231808736185768043165193563010892332290916889468677023214425","15475250122742169981556044389440155972185857430484868344607455381502851108712","1"],["12235467419378806972722742839109973677543962672457447530542540683722007463530","6116078731565072642741127726682908990864889800453816878668580827434769401108","1"],["9775288854062869466625633694083624225917350047968545445700419117401787123648","21450694916749754313287940493213126527659359203908810115947856171026655566508","1"],["13252243634825038329412991933611556478031934905181157194988107230001178191325","5490148255555186882523817234798852035208473427632463615163639261952675869899","1"],["12613626024872429049065100272145569248388294481883769646857860090888420540502","8134702907778284031744549036836394226130023270675347529692215788424803517846","1"],["6575033209648441086476976693732245976831475140144518950454142285457082376596","5550452080126329662496723492704213582593198541627649162708980023696838315495","1"],["19417096081391475845479313499749863032717210921905583076914884978399641185645","5810183076419757853499997406249187934846215898746272076669372503155479543565","1"],["8349868724002565233047416003898690516816330554867725982026230958368151774522","21006005322115972802344046586869824046153012885626314657739960443376464197319","1"],["8489348462869600393322725665140308351346767801000366320981307524978791294903","8134478637595342624216201982757574637771208847874282897231682124925629166846","1"],["21003590812105889020980335793779976182246679198523060570186939497620504819274","18348967251933145135777332212539422552052329131187223647323318942711489232613","1"],["11420146763124549998823240131600312555718353986538851998883146365724558694345","6843661051210934410964995929865685202279297991181252220130150696326114978","1"],["17176233936771963460296729312575856921773762116595092877933674244941409514899","2938314948332229345792920482632696611702202552737101403038861067138247184186","1"],["13169406777535810701207049353307389424693687845194524967898037062267149643772","13233993641331277576985563583069280513508925665691089594378480149435848900116","1"],["9244353325438285771226032631258906936125000123728956571882097158002833039964","6043191708994691591800741241689040144421946126591610767219844136460815483001","1"],["210251574194112304491989680947759358081289666330722135530857398778291712243","3891749384331422307785438419852046216016579184409954177468209582992067247901","1"],["20729754869797639930887259375395938419629355314533332166063109973225201719360","6418251383377850414520585765451784648610479065879948722396417300606265698619","1"],["21196626842713831077627665979555656434741165442611535132827250338466161598664","15501890528946884376638560116475062531885304260649443404303889585614907431053","1"],["9148501856504221061516576163866710864243712316202143985990157759778347866498","7949927708818941857944582340315524518561180620874996025320462630585380138854","1"],["3618272302872237109884063041971316220379585963320888507554652264228596471969","3028465444871646110205200181576485828491803325462555667624679267576090322529","1"],["21814834220354554553619610042030284478825165640833259106865475545576688670284","3499093535712074598946213783144315972377542084544357359320130756756081821039","1"],["15842960002991865829612315738724740197262437329135752179408664768034130162208","7613659685073492610883822834837845381724372941713498397750764968322729213369","1"],["8146156189016043682919695159040045480683907021012154234870048645726473137684","5053764509264188316690757804883541869636558985722170911580275282164580855614","1"],["7628867091131739028917709650126792266311179726691530863060767090384388685553","8252451631038666638756368797968912687474505049430880806385178699279143614952","1"],["9807507347797179510362133937644234875759271198515070614523467358807878244557","3270128868728333878335646593305208524711687029814851933300781857769390596290","1"],["5743545342037543819188117685640058375612677590425838360877398135468134447198","15888519758077342501179544818114451727159671333083127735795798083533736525995","1"],["17404387376756707914809560954167725436066695905512083859127467679334407075855","237136817322663351172692800047804315287167799809877471180666883281195982261","1"],["9966896410153749607418969154265834639554071811617238360783204464001793642720","18693779090799285786177512070057429878416935125893997223427977623176780526006","1"],["12366121155209214533350799174718847300080501855437723886655580961170355031970","2838007195363572041025905633062419206806392264331537197704231452909692073045","1"],["9701240533069587697804314548296558112681913167560078023682150469314821669890","947476897860107874695589687057003081742989044855125902127595393861524273171","1"],["21599207597370018501892242573568503448279815968295118143547635699415372976487","13729895557807329472694013621348595971063638828760169960760191122398512433961","1"],["2399936888105256409512861183774591296632270605057216793734263483385717156703","1943330199317068986875094096264699977044444169936119493048795671756106040772","1"],["9750499830200326880182071964266062056825468841687316578131952438727231803557","5590668195847602204881223533969559685377177887819423300068916474930212276810","1"],["10458939298754448498949257781041901650583842842515252301167592050982259274545","3313900844577677904275863861399244049588701450717037713625544754799984348201","1"],["11264152753022911873052601711348076633415951886355812471757934553472222965406","14166948655318734192649475938990506857768979638885750610633827607190318835259","1"],["18690379525315105982357437332844193814346911105333005285839381228039720618970","4740412894031116755501763554877609258042596564233679512663871717331263483494","1"],["20719851522177959363860024640998583985005696302423800712284470125956068088668","6436361815544207517099928236183228164631593757539854534939880393896472512359","1"],["3034119609859232624405106897424003760261340711392805504289967340206007673843","13903658483531595453881135262343148750910276539427681506137091013968526797747","1"],["2285989480885103264822972815744786534128887553532456707062760541045707692681","14274603674922558623770822069846210833348373152088449059832160877253508064713","1"],["6431039766918981653586476443767549006672708025035539348497079939505487786769","15687048356708465933189671143269337041974300914425516516323376847902636578405","1"],["16702399321860200835335758421963474071395232468403104922149788512721356475640","7376905978489103741279674683520497935826379621678079074769194594997969747673","1"],["10262439750126033995345540817036412997181407188346649321107416781965459013651","20791038250645272002286138979729340623113373229486626665327580303889738964504","1"],["16567797623887392981317168077811406170867576303170937185090327873383716771994","20840841815410292152346542202759193825074984175310665671941548623172864190854","1"],["708558446760382376488620644439594811851465345829853479694437240141185398237","3987625376470734783346599698213968834739799707722375919665552144302626970567","1"],["15576900115448811515803900094816228219217442668246471030622239655346654415656","6873534502163832447704555380076343736982509080205918895497977563804070518991","1"],["3340616527188463570539654636397956953520491610774547685615414140399576073567","20212927254397406890236108319557816834456591255059708204927776916081709450724","1"],["12484453657189238274134523272446109987114503371433272010748019231343599269437","4113721152918183680066019445381196652772807473820621818681218142143529720261","1"],["5256583756082093860253666236130294095064605569998950240698751900554744269113","18424870880699221190543187501777821117724089693320151546217399073282389620434","1"],["1374079877819253419543954134671066723037195638719663974511176292394367239717","9963356769322226775115984450617005837345239223770959790310019091873391733570","1"],["10066359414476774346656302651927272560543189371183398943840905118013879711496","19973817188441956590452965162735571411867746319958244357346709432817116576597","1"],["10457519039659328640434060732431906580737299384456479759261773973594664536821","19293376962485187263496515913242901531756053314607526900719138274939575692593","1"],["19420040474285525697155740483617688742766436370317630168706991444311308078165","6593031834214088561377866949536269857895046551591931985450118095277866489756","1"],["13374933937668867575466681330210059384910182469179443317570690585373790480763","9254490343973373383014604513663685674877307993909416502816316441160262525026","1"],["7641385206377601538067035640660206617470848284519824698237041852283614361188","6583701717272032270476875619854806672194244770841942316964100501801107959895","1"],["11307923434055399392579624101772129573010277693406316094769268169953997785978","13521326362565164382674603001629978233516380985017262366889227928804419145200","1"],["6591374392929210137284654728578580595516483199654001667802880895663300293352","5695920178848502571412750552496890101711647059202955044371647891699667045963","1"],["15120308785385494180192967916714227257334828856145921756051857677334289763658","8282515479271126381042280944243765555533844705805316837159458616915521395166","1"],["17960603012330112032840909286781342960996555066056659335960105694011781840993","6350622142540838930678186799989803938529086347893569090945887298922064019452","1"],["1272062975470112406527622248297915434440343186836424076457571888320195734599","9759422361736650255227271709851262328309512056932399416833050656192981462717","1"],["12530679350691486671173114790021127272793844275676208251888001639698656057895","16862995921768281300950924317099177775492220521151096536557546809507316310314","1"],["13711707041118491354379310287656734491290233361594321244722523770833887216046","20202611169007707778602811094329322894175245858993947972930217438085835668497","1"],["18231460791352062519818960519399761677075275421223412214694412665135981817378","9053119254907377169975480597896997128700153439618632514894762858127657560365","1"],["1144084478398570650549259732972218549955977246652462362825623062358301520335","16479464598541345947159552211532899153194302001953851423983119655145740691651","1"],["4450221874012207484522354645802628728693822964597132908915061258233786988324","8632636920100108731022481414447254444459557574808896194899533991575735794545","1"],["12619542277680808170477809571142598318264678162396421751125897108216239376638","1253493022450723220599672659353476814920467045464976936457339314933212827129","1"],["13174162539310516780539777437436076024910142752862324639707180623346047710016","18614125902335531363906653809204299908479924841280686471284721016454992202476","1"],["5585425348073273219728320650941760496731197399822995393138539318705632526516","3719226435153506289892456169155841783398077078081669562649085385062503461712","1"],["5159313966878513561725499531467419020343703420142090546163044375972751955202","18709941772604551390879080867776140276666363053919093437116682463926489246856","1"],["10916897762999455345189775527577698152320044713802234236670049196278090945185","1041788781701498038039786712153897375004698286868137058538814408324725254734","1"],["17915637761971185655343494231833006277779492119543423658534824620769443928277","14193802755690961147725471758578039222293013681260760524799047273806247172208","1"],["18347422704757050232000866960392512618135054506914603110180151779773055718036","17561074319995884413179417424728720854396035696778284529928590122443808845812","1"],["11402967768217474724698937170644328480017050152756346154456783249856020932710","20995270736388266249593675200916835987682978306915356586261452357394675772599","1"],["8360284982228354480770290502433481744317264475156528791610639039124976386819","7812298407598345049830312482202530471704308770124800506050635258902921193341","1"],["7496167114020364437696703325549464655968034275827054090415183728332188209763","10855568937293460567550275927432431920762536962201811951095537450569804330885","1"],["13766318245842029198747070282003179192278789060614299226746646712729799862247","54540017311791219601262993108162711040794655225625061619281300517097501334","1"],["5660389280294227124734579443198697314155466987709868637681603602606938777625","19560555613608759790972131521982960927690544001460879314384211041247193644957","1"],["1791108931293100934308861730915668177007227827785696419011775652570558921939","1897510623240466418478992291923016223150733177449989101797724386604574049706","1"],["1018888527864088817438968070037963086193201267316150505055224777006843786769","4322469618988670095602036634863363253826084106553404581913312740281878639109","1"],["12635886834847896972233160507097628592199747120577252369511487891386942422145","7950909840763251716676779121002987297008579450355201827571427779299682622959","1"],["15859059773329049050954486774982347157218341357854491205689350180834785490768","13215846952024124821166425163151123137530696855833965468194003853396644291768","1"],["12218226568621707403554632952045285483865397478082903824315608317264376135997","20914779759787957739581369972860513495705776711839615949110005402062291077251","1"],["10087982794072374579185016543503136547594563650906849746572162484017737790257","18351993608513704420870827180639708883756637859936298882843464826632557691521","1"],["3171073328933177858072238007557849989743029943647236415168753693539436767638","15897095120370939880796031303356292339404929555970714141385757410075943433276","1"],["12470842487487786487698505314817489960350108712627984692969749734699018122045","5941657691601382690688495706560969507495109270656056343885587115313628988526","1"],["14102237861791935545511788485604556069540415679920631971181137160823836758305","16707066106356600003378003531344297325062557457372546944392084766793529892540","1"],["2476631314206135065526454683681660649085057562434666987059698430638737317945","3167131839062804332210403407016604130933351650729679259133649602608937147767","1"],["919497094559443487687164106280912695198210905948456534768555473806295807798","2353760386458833674354621867199983548586112755325568783397834142987236306885","1"],["9982038610783628416047042058047799070608085115557847421729527637503160681039","1201241190381529667257326606309021349975847114153625572933312308301647382706","1"],["5708842650788751192041849373308478645626004779331682223082668500454698947790","10643131418956634823833998655343583944583758673787144365679104803979547551499","1"],["21610684297719096718181151380740450291458521973190972678242246930844253786547","7807396980421233331861693229153660836999723044468237772585486994337307246638","1"],["3493402504308735765838268758457302782762046775846099210118469694478517402603","14886011525873601625292057971870347686555212767755225945615631056290363326210","1"],["20451974252736783367230044190654573642692586444230275633146048890230526961922","28217138249270862114317207441591134047173145157239477606047201059662433747","1"],["4034382630431034653799319308698927217094613231870367870094497788951389090197","15115598993388854847469024080798252423232583524992384565019701309095663300864","1"],["12315365605420973318991376330108900930283710508309183781970325272354265218259","3462131144954716693871873695110014441903644089763706122656312213054711688555","1"],["9394767579397081670259563197985362662414353317061218993996552322528228262236","8414064391723276105530929340002889357818678347673681239267428885616476920107","1"],["3126732690865988098095029760499837142987797609262222468595187245652292522948","4028483739983964528920287033711876628118274339689622077446698449834516333060","1"],["16341793584906639565214223065279757559496656660610360539641289793476826556646","4784743095933967874787025416706966593687938597758967162072868969416856371402","1"],["16262113973406410919472400944815886115218092663215307697482054723735390981954","10896411892478677984754431635559123182086582760821139752172934515210894497195","1"],["15369452521208696307090052164487638372758679457221468340365133814538758492054","9684740963395225854483484966127343404841504881224288878422104903511161600045","1"],["12106228541612343422984321001826340767752538282877020104389383076861267460982","6736935226422274203240802599378021192635624156536991734270155755735723202515","1"],["1422650557213878738561796603873656031453532910147948389986520536564751921427","7862558582757894050383543254329312395451238320541557870762721048763226338345","1"],["3491902203066237623397002708886843710791201782051465233959161217601440145579","14061552429831389164694803644134238451292512012731925681682270065076916747519","1"],["5705386662791126690608835897244968346130961386819443664780962154217752927596","13504456999494700932522673529505166631990626516256939378515703840070626906106","1"],["20564123964818262075626618920381901960966884620014652925545743615038400989170","5902906593815673247530074215181669880304764181872766679641263582440253045824","1"],["8530282289060107180166157237416407340768112650170497921592419244345131508061","51406515860962732092496815559401139835241316505626581398472875503022333010","1"],["8770872300115956112443709100667391281284849956456614308714816064662142902066","3551828577006789783266023626959205562063501641524676544703411383121723267365","1"],["19606875895101144613027996146782877405081188139241008600140681573418523287975","744837812403198034406308267817486325067992898877387756489205644518193098759","1"],["12376382235872431489220938459128680084362539635311674391386229668192032198723","12932362915917983062773777678403697420547623948221433815463426298800935688779","1"],["8651439748249007106399547638749268524102932263675345395942003549525606568680","1116921041521459640987123074721769688374590980204586953525968154016758542288","1"],["6640401442389140728691549454064378274581432554413388842661914093871117651521","669010098124566290512189683534823512407793406285337693413897016818922164889","1"],["3168326859754347154286474108382499361798346730142938831044582772322835048652","7335621874373462506828071385749817260379789902224624418715969693914476526270","1"],["10886849279798402828567074891535125803344383740030397179926036256687724891987","14635388731480464550727413446830338301660662022131582329238108979093068453238","1"],["14368194776711361400889498049182806083912583740299072440533254760320426542339","13484980088989112309995872006577168641926861824686572663154728742545854910250","1"],["7064344231508982874650495929625922007722484950634428669085120389972573093280","20013075662920582427893627971603631941900615998440829604247775883897441571922","1"],["20747711470594818300363585297342766836050027842772513199222223452373255298206","2336789200303849528627587721947117296506837498313620424850808169369756986076","1"],["21649017037093789585533417022693127456030114082457333028618841952486887410696","18111946135210949039229989506704373511496872917472962105233791536357038055056","1"],["15796215510272103745256281691741616571540431163003987034408192550964040905551","10058780188096675838551371377320869110486362856710231315686362404090549390217","1"],["19984549289433856370886259200093152510818448504938952420820728328229350083801","3444558009921267192028788837682442397539307682554617285866819333053877829890","1"],["15145316877715003402164377987962866891788392157836293368398128392044551533542","3781410341324036395857805901262222961611935918849125469221678451966697232606","1"],["501258377631399259407601797328875275171744507338780202303624294833330852045","3076625387021053354953426414218493615000969176466379590003647795394578451608","1"],["21798641595410407683034823134755749735278101067072764940822942146522592573609","17400907934718890605511889626885539710212267208969498485889472646234360779483","1"],["16831140886097059866578631296115191641648690280839411253377012757337440303024","12733734381337126220135823152996986732956554023534277789740463750398303390016","1"],["1015489390414787951448172964401073895420125297962683442643969441760566721436","8895342492013042810592924166721761231253306506708219966102169722040954866294","1"],["20884228292950961218452896081648286881212738615640341085192676725336569157275","9752355468727807007183457813716101587931286371678284716460404080431106863982","1"],["2331444544451017950625673216494328005380092523540117159537681304211072901886","8060058529425111651091562176167453932452834094868291569917929163314101114905","1"],["2840975354147947561562246639784605283383239778941686470262441318653809590981","2851604224794119775420891053674158133806761868136047953883645083689034564608","1"],["3851533653852267260183333805537232667869553635952037857999834814805814820711","1937310726958220558861900143421693486203863443565906736496167318078510173300","1"],["15019551144855135097187540342949734518992982869109932502143534875579859804454","14728084632420870593443955605927652697029982458315891685084769900280939356215","1"],["4824052900074036548059995415404392586715784029415207820752156199030549869688","8230773820750726093307948774548264921904580457121386013108455996256081975509","1"],["6800126188252174567796086551951286011204313873254670585572253059711482013732","12311010428619377114168196547894346761769632922375092056219362180945315667817","1"],["21649527300426624835717870692737380216550985905494922236814413933519978979295","2680021456227046609479747229576073837243743895395175934964002241026333097637","1"],["15805187693255735072225396810282328630235389054331337733568900066624365673978","13492504791476853551306768596578806025863087755447230463373009740146573636188","1"],["1711583487833784097405554697147179194237886772256513135710178329335113188780","16632515349441035022908680220581423456163171264706887780749152153828275703360","1"],["14457913638769789690737622678138160940089032240624192482122859514158712434067","14133964514099392692645676575471986816508972827194624506678016344426767612073","1"],["1476685242753333288397173037583512444293773838739809997377616777565743231166","3455129429866099895471619090968976024719168169921193045383185327362443473952","1"],["10840692222019147476792743734080814126769634991025183605744105664465938047661","10978570423812481931874641122269873421086511843005920597364734669244279350024","1"],["15710382264776887560722938408113781503162517739669790903013970222848520487901","14273185918289235541243293954713784616229842567287679646707272777475849623344","1"],["14637058879527470466586484482521658418916002514239518841723756069892477745470","18851333872738656123943882605453183842444894228597829782990905506699330149904","1"],["3312512481579605922724970014679434519898431406813338356847481970416488380667","12311697260396651693150603069336393169392978615412615977818652202631484918640","1"],["14857625975085865338083419555592115881315817937995026036975503560168732123505","16922625796057385559923266820692151170151402654934910477373848445800270050593","1"],["18398766428045677900290585612052157446612536520565404391665674879562307246683","8038378256778317635480759542739757387099404900983075088127983524001383836336","1"],["11590160004035370343331176720218684742704156462473273107909609521123696551220","19301926130652074964635919253394164538924107227910440242158625091526340744931","1"],["5458737622515079681479024996989160534691529197433729317931613888926155882506","14394033941715260413686051855317323419001623642575278294788774119691882372804","1"],["8163762257297303944090114605267454936132048547918726325405010334791593218939","21658490466893559621685810811540738332436326100036101922377489692470133165831","1"],["11535127099642564435274130779072010525767707356056990962559468466254399557618","9082561679396647071947530432289949600397997598314891402238841942838875606627","1"],["15623921435074981805910139964014764014090944620680162479657435046525254191296","15134472907986301363061110815672888916088410240757538757721225293790453031197","1"],["17012655660557757029615367528097163055657102443820292830737101798255056742629","6686714258878662643301980228612199826375018338522197221430275584694236525995","1"],["15210424976188263448208276224276264762429285253790424517575449359107259099494","7247443218203913547860085972529037794640625876203616596864215804391041006604","1"],["1866263620105409019684449468136889972608218269907333021272397774352901978522","21821023047162880646943789019117708447675759670534248697214043931394645205146","1"],["7693305816156291808291799807263835272958091731931706850534685020044140886828","19780854943645435188430011699079532154108103396391107034010797558058840320591","1"],["16605953518534279404910249037948175512407909982448256528484054464236685251534","17777312818713729432016829051193346313055299940181160482343545323092994932667","1"],["20881691920764229164029061809342575355916003473246853701622764903564678272908","11749232563889015566084069561839601736508448507086056804439089663818015593841","1"],["646227358390128116321494757343616514349353263169775240349336002416254586664","7645551345297352865432370510677317420677121143206244237141611600525982038182","1"],["10522521146338627239272958449632801351821650576898136041509975403003817666446","21845350007768709757631674373810541586844571126839711283677050933621432673125","1"],["18425516348534391242984292905852763335599130064717845386159925670814708826126","4518705572497133295713983735062196661871405664389914560149980758625906392923","1"],["9146953594633208553421939983620303081646168616499752909281320326071518837403","7822563357402896916991364890394869395492660529971531019239764780411989764342","1"],["182040420027041725712495148164027609461069734224336237344267625005348110593","13774143370432538578582991358363097429419866230391140109708258817043310364165","1"],["3788395639194229676044386944134031984460866404069252717623782090508900196708","3098904579805635821489401952007935584577176449912443344617632678317666632567","1"],["5501253639518395940368911204618721156605776959385591571741509743976365308191","15043410591404668793117482412298712199714191317568656468861995678569120372476","1"],["1730612939206835795027604021260162913426654387259756926092938249683934728436","19139907390941984832824790983512409953665490748401672215581226285732339256287","1"],["6838945671668723905632013587044323395279013763322384621732412428572084355578","12124365699562881136509505234131349086637989129318155607987884554257210913857","1"],["15458955000294224448555697237758939213483241449966622159732883137227884206875","18572854195301442728720523526315249024257538640333672124634230844231861998988","1"],["944765995766312902025712607549749980827979288928763627918046703056962668333","3112248324409114716217909439358410131626307625861171544791259001566465598293","1"],["13434064128675972967274656190281091957781903954397090076483536916472581634264","16621357463748966419100486068675077877365640264086424118753700736364754535003","1"],["16668093895142914950193042672086299051931012912971158456298337970742577439051","3012432398975455026982052611399324472612560100710466201827053299300300608893","1"],["4029013236422040037468546290071728433493897046099114696580895580806797137842","7248443340339197339984331863683608474242221373092308190339843858585826178061","1"],["18064090741406088136029779322636358732408205650489190276555089703741057340488","21865342632308129071614484758259642000078638200745367143422099472667791897792","1"],["14524486593032172917590291869043852134681016848606617636715854436231346259019","2738038098193390246532171507517567973177144984046870919586537012869587928503","1"],["1985001034348216157433556381979159351880077771742623601172033486584238821087","6521259815234980360672155147791269466308499147053186939612925493999714004073","1"],["6399740443007117963053440114644754407964113609101629026732469348357911870446","19990205811617061092170285850483212036598825560405908256444950403047927699474","1"],["1530055699699642529747947413247620304403348488430823939268359210978547420397","4298774933987218968328792260798486965240120953467841124088593994527520271621","1"],["16484150867737127423650704835760182655793701207880039650936792984532731310216","2633908140147712173443705571913099005793379499473605834228661747339734385873","1"],["8594611628440733210766209277321311181879838158922111475197766529734247450619","9862179863436112315326723462295241074899963533485030106083464887226164628182","1"],["10674570977088897279103032120872584196598182423492781895661827008308651411426","4152641521573677962713120244007626355221633559832251688172160331676946309268","1"],["1582258959168423508238500203817334555396015501024408395231148684026070548446","19640175134274687122458402765064212818621604892560782705466054882370615631969","1"],["4915095783751764378675792661794373378018849256634894494750120585654270127419","20696087859494229833762222427023165064672366759833449950342806389057800891998","1"],["11404501190272214003891474086643940637489546530426245765715539225616958980452","9173038799489585701473994602642524888917034469086307850144538957501467434960","1"],["159926127673419170884884780730277947745518391719759028095385134402346781081","2082635946208223949515508832782572935525961848571868235524419312054712102776","1"],["2801483346350463962076803378151306158320717212582018919992912343546004170712","5804034914908940182583697502557054277762184286996002865970820192094576242937","1"],["11805375427994047697532653583323603214337004598295205803599235687949614214377","4692720312258065240102286834308867049761888463032900041284526164265994391110","1"],["11423559296854112266706767627905984115468836069678596181315185623816524483833","10674354838927272612441312986873252865305086647500606761117635462296112280184","1"],["16826674526622240954276138799677279941294083487449192481872277905301364307493","2867384592814613767134436152553365769251389070703454862318686978080963113082","1"],["8164026879095431480899787913548445900329119393395355094898000144348413141423","20327142309605398217182485768107850490005544370368932363396004648150830289823","1"],["7129235261932594489330923339135334294650351727777530585391186271341841259231","4992551695491644892883694957860470326835336601554790466392587814300767998342","1"],["5393682038011371131700885199054705613772117725490945135299466193715702082696","20892202070893917527779685327335183778908126054197557839771914550285492543948","1"],["15529273346029932763559203579412248873750980733991450133749561988369170080809","437968719556947969847724247657437235479734834037583482037720777272305004101","1"],["13261976156353672767592176702820521078226032218540087050206993779051509253188","18324938702034120364051574857510446083774882631109276252696629630430126252723","1"],["21801057320047374775940368881461651481112984478848778288797424246074739138634","9771906965523090903827286186125018549818930382690643507632482514578648396306","1"],["2885907169995080049976825657527488335994021041106434985144508363577489669025","9184033098674740007223422869885979949167054278199118074232761776727764155595","1"],["15430328001735819966122841622409218274341747443662837762645315257816294429602","826792619364651284572764725333548042590491939047426471988691383268108792292","1"],["6634621803834421035052875945160938939427430807010817875662533781847290458411","7360188155273405544449172560978175819353800471400731175119020228964660078827","1"],["462935954333567414245588485582557779307644176619392242647030726713594818712","14871891106405406267009291917196977929397883403968304740002243487162216585327","1"],["2251670564388536197754027234309205856256734210570744807306492987227972563891","18009135482062159241361406190583720270742572812010999122202658426901805319307","1"],["12531463545561653190224422644493645780432775930020744755022677551469564072526","4987919346003056589025823121731156412136354731499012891764496630842762841495","1"],["17761091804403032674140471585964626727822427129880515752513421916878506876666","16692003040302244993047440528559763670282227172188689877301163380398281502387","1"],["1773374586137254652349068500300332305725431506585323850961751131310555438358","15396672172730798506774399751298745334565538905031283971876122043235296845267","1"],["5364479732948206313651069037634802296274230146134604484865086823592215778092","9921047262085533287740498933158161961879325480232721269234296627323833838691","1"],["18625746895030901992802127306403325875793558456496306934330918263998826418488","4255257653536989518706668053430055864734041610161094802224948135968588660230","1"],["13688512078765493325331347461159611108541269987947871238100087808391838870025","12035231026466875229208383836126855023253278499857037658703875528290463594751","1"],["15956438166886311695156953442526230311794744218510923514691954453799325633788","12847840993203610561443867452949665411664608793119943316701762812837211059589","1"],["21753780307137014345108417967178069351034088053388125418012544081727554019023","4290718128237939215434508222292417967153790115546263470002955013073699143942","1"],["19455314196026036494127034567083741900488833152123582215142845234401951880723","6375096855093922263684940654467285973739563608945444885894238651740798866523","1"],["12130347465112850825351704229081652319423456513317102924976147719390339600018","11666283790982944871258470541313769678551759122600803431300168576622852461386","1"],["8301676410964486350367908531121319814264795450370954775009644673108164515850","12324340294322147761843210547132020376095484735078805485687743300448270278534","1"],["12079333500992109542788106254114620844810084980462184948628939340910552965375","11087748143176563675874999068037861037731680376227277862202075011866065669389","1"],["16962993947716174155746047202783983409926733010587872101057619737101297701797","8069341644881220117191289530202203344871193260625980716548769541039195719043","1"],["4814955788053833595425057962506511459495027995919300637895789470195763849209","13157550564650954062497997448677624211318972367666234331311906210673614111334","1"],["9767947057212521094765360847743373690693096131608735893737804801207260589323","16228195973074427256489130353082200824056109396795991601809269870597892150799","1"],["6347748090798895625171765913267501434440627867259927104438569448761735153432","6278230769276872827143278704070411472535262508310980818109498341163190133137","1"],["6770663699063594740084769906096916387696596581138333739077501330215132089034","8086384307085140399915247460347981021104234646171582904697087741162120305728","1"],["5136402940302710364358629179083133893124907812165990584305129737454237987985","20691832733528132939752690926582188003930012019004974356487955417341646091317","1"],["10813437289628545462208833647194938516732771451252371615877083490717950774036","16180131770207299037660219881699228072023631144621925655738308036384480252184","1"],["5801606169572388144555480430848912554120097744257077251139868565964143774486","12536564642327132321951666944248688969793395014642717013171326366890604838548","1"],["7783199845697838881411389113242875620176919110839327048496527030234203236485","7940438094653146895116495174837878316848562565750426559545952290838815910458","1"],["13280034816895052737628828902379717060881777117590317348585526263070408524586","21002854835462368551185410721736517847749896852588681058129473247962541039244","1"],["21738829595231361428128819227756651831486482352784661856935846408886413046647","12361445133251439909640666651265598826554307885057689313246449075709883769115","1"],["11526485093907992918944806576590294028243023396692694156355479862746886191991","9317634368021817735408520064904636520482067605927401746056897200208921246661","1"],["11133273773535656302545692832869805603541266668890285237188514397718666815198","11299456048974797602280383825375652867860967025041353546707317351389353857765","1"],["1880090455120937654215307943484975521535545368995734800660078547075911310304","9107289835132016803749069099107381363828552310040137701711356089068855692744","1"],["7844408755024247172114229766267284912984636237109940719251231230600083581237","6664360359317336694574802393985945964928592388456421700668181643560966769589","1"],["4781288418950893813614982887978063356584798634303891894315671073009681595479","4496684581888550303469544239232702221462739615769492505942424362944095745911","1"],["582088315315471296408315436618905820353036338755484524705363701186252449371","6258061966363234884242510575065022638750595140516336946527718556461260753662","1"],["19155100537779599981127329337732717983803743036142723905792465033158290926274","8409062906844841353142306107704205696631466816269574237775271724238631064453","1"],["3702604507741379031408265481402653440379214437554108558595497772760823626243","19854536629054900861462403673089213316723224739204921137347136898014209629440","1"],["15162460318638614799722915250570307666698929519594914505969780722690135296474","13638578124381978340649337127257728001423011475283342710758091970233454639201","1"],["7773490382841378498933975836823093345809487606190058135554164599268635399343","12766615924962870065868028136144312179054516000819026706357016490070194839722","1"],["871418244089531911844942592811727739345149464534575565859997786979585327434","6784391309915824455962510091355161922423487728155723326932819518256871293565","1"],["7849879424398364353529647543031402214415615778726384751820118455483132065600","4438300982530104426717929895525645474139547703357198750258048643997423479562","1"],["14685273285542185293639996295391356734641320647275529054123254955255684984559","5682173753241418354537424276714680950731441269612680129594383400470536944004","1"],["13486166638620592662940344247778311252519290368045600921171875626556412186381","6988329946331704472312943832657304851136046962542448734008848903883213504261","1"],["6748514312511013207360523647722065041392471802700606103513227885629868795602","7230055746603018880743160374809312378573593582375609804275898135171952986131","1"],["16090761163941349701057759768931420116606623291832078625658336040705933456492","13387760356985609389382807872869814282070325738749804435190256360102928524815","1"],["9256389522690219365389129088829543127079039720313879329443195799832510511375","21154775338203056926783627607265231511531000023611052679879031093510649764544","1"],["19038497796072592930811118899177483836995358690152930195874809179257325527791","17939594265102644602986991860961272462375190833229101650100043425344901362312","1"],["12838909704362612305526508977862766132613409700737991878707301797776903928235","12744151415725226239401442357333505129709848001279896529251711803438143638576","1"],["3498958873724817417278055527167810770174631434089433366499337458781656255355","5795869049666906454584997221463962157876981062859685120491358354825570851929","1"],["4336130263733795958242526174183877242227961788539353624986492017648500596147","2686780795172512682695606369569919373868126792042009131577442431280550288309","1"],["9619705880317352825783333641920595657641008181192999139135576851958366778512","11798686612593687650572855044157164755944996018454487243602665900799719808177","1"],["10913136313017265661415171294622514771202407406469064373129144957683751486401","8682064082468862190966180822373076740446686965230413033193664921186300075156","1"],["19701931520808665027792829746333305638279688392902323772866142064194682409537","1684028386916285435921078079391979127719804438557517037527989002034947168927","1"],["15031014998127272985103926836133365045244532443432471323072798439263777076000","4923291614454455179198724518480821905391164522430246120707798816652536417669","1"],["8724696674950260860747984299116403245667185624561851727844611656042503612736","13157590135342984217751772466542858455776093206270715608328820789683673187004","1"],["16659413332018623210840103736891095362804016621236418843320981256152913480510","1988488761819812695005579284030854953077772318725843800911829632918394873284","1"],["1362397349935317087082220212270346463394047660324887931597714957725874808070","15175603722655093987400494672831114605084098701982423862432715107079267617679","1"],["14589895859042240510585286168785769009441819634364845599221425954088796400291","6770336975727955550860273675223226334886559010379145863145291157744306801429","1"],["21752334678865322552719939491286696645099270632348168823092726422120998622507","4648551027475549130319665462766854892498980587541705073175362548625505129218","1"],["3610839963031642601630915296652850566879702936093469459053559772758861183497","17999266902138797362366458820489720522443477855970723336716546715617435224375","1"],["15546614763226795775316525767700441389925448162298623713600435987663270540067","21807939416132089228253454070404491709443792700420464603292849226414077364274","1"],["9719550319378974196566964027429617309039680268896555645944687467192064588706","1963485972038213619720718172208410990079655056610660361555095349705410412968","1"],["21752299599494152327355772413361922419517079517891193533590595321999695046972","4912750377649608934362692501202865326806810734088890472832359298514859406023","1"],["2706720874560341969570840868373245541585751910404766085579677895129685900888","13690401574126244843276291504235252670677224473828066957198826139494147350534","1"],["19614416580917044311106817254521144625590761594431390039569480687072763596640","5955439242131207348880653849943796818060879101040547635536314876534227404550","1"],["11075256705314251918945851555469939779753042732804559802157160753605621797678","12031167826499619822583768177432349136723946408292168849092181287972177677400","1"],["9134277344551814602954020493818195497981083264601904303265338571328574849055","5833228561513102322302476883750567355035846587965069107702716214511616385503","1"],["541074749062158033935530742419890884431643923620696692857788553628915246986","3231367485685449533219007294959193745516212271834434035658666054262695418292","1"],["11344203023302580465048504241790501597362277731741707030486034278216651124848","6456929588131598209290772910976551790550278365227345747892560401256264363041","1"],["14082786460990451930290470168221341967157476271274650996405059833877547732739","10199507853928660077499481144062576755377954559715334412213030157609387069182","1"],["759387057853724014277597257376610390794792758960853817245366024189967785413","3096328080145776033624176847892964168330244573650429822553397911817490462730","1"],["191268539005651583291730013128125322071328891126206924549314523366523837273","13092396065963166918901922574924413736136475451708162262808886928736083915652","1"],["20135662709345515410607388229291184653541737862705986963816738982348807993990","19134880330967641292990885690998299298574665072145203948465548213046169639468","1"],["12928306307240240738171968401526014706775955308770994879965659330295012355895","5992743096385744399228769359499617949656305759869709927878492666600717217535","1"],["21224841853682779882789144499939804080776034224380570681497880527901179510244","3581922317880367634299522055861595875431867031743541232811468615434746623517","1"],["5884407216938232876880779390352344712010830849616975411248750309560101247626","19757363104568125006719981221643720378738239927406551206741643904423334740655","1"],["5250020102662954730871489458020027120924826443386436056289498968579753223597","19617014591748931936108822816750507166710031931157500390260302493008676604727","1"],["3765261097524662502410145592066718096378257746630712365597332056286719590574","14070743375007869575154435314832301865284322015764491181192038020489627542564","1"],["7299414360753705323631486739909457160220956805558139320813637824988081352688","14313688180423371926533937093708811325142839152028433186072608311306196104608","1"],["20504836038658227451960365089812215528054289359680322856801591271374818460295","3917655223760747016486015857326823605327370858828411490188070629437895114194","1"],["14789640355684610384988662229592594298720665375021013693732075077505325340592","21647895081944243478281551519979929354874715576351551909296560488505934645826","1"],["3082009830378020563449179037712491295654609477523582355972069759659046898464","11273331749812188622388624363924191271103902233520755760311374005713535702656","1"],["21242549046495838797513440254179502255481898049942921093564550383266121362454","17385341008884021289205961807081620254315547864748214394368949869693017104349","1"],["5610766663398349475147998036048634877746929400700975187483605336405556144346","2697936488437063449111994105268504016134897776021456825860791560312208322447","1"],["5228016920117325499557472158766495351159310285612752949380952949186584211404","7775086353409054844227628445730977946332408012090536181784731784570771047326","1"],["18928420995967547808622205471570596301603961890873648603898331422005258201726","8252768809134028536787745094915164621332271749219582915874174449548003084469","1"],["9483327986613693506958075144484702036887362533049438597377801312821700148805","21568466374008803745422352768828998363392034621957152789894485568617940491313","1"],["13538116238868850446169608704765702498752709331607125361998630181977767345098","18829477211380645615989104771391277924399202361312480199483375409349499171662","1"],["9844905172965330281520019017634844102281513777620195895228570623661654545735","21441071604624987135575149249649708059863023337873973570667664545247757093316","1"],["17147110014418377507130025886441558888572228487998319324671186192120231223690","21246642334008742669577249728820135227302621439353960368141409318074459562082","1"],["7403533903226971590414913027054941540647445046451701266730877197417197037179","12260151625083763853771816368806510489972840385749418825183495245763494216522","1"],["21464845980902422770442840826366642979139678865296302088149067539563425405755","21677234480513789417116001803057525101825520406293235123492511222329981100100","1"],["10753592315839323499338602139369471014169070468944691307289176248014544158390","16622192440642812649606527534939634424954486108440697688572861451510022563791","1"],["16771658971725108095035083193659281990484233049869642166403547650296673650212","7702087939619796190330789536602445861916191637991429257809548332403512807090","1"],["5656083062381890603941594134973570752007774463529161177252074413062609751345","18348537523845492756815568744691405567820072477204547100356806447092511420510","1"],["18532477656885630559438407415904189875880060714015562948953457242097493910721","1559419065125808352173698039192603142944574406022458203415962988591242003276","1"],["8617967260740531120081352173489085304588871738413326281122746849852588918136","5858239056618363497652338906161652563501462839883759641755192034490851354220","1"],["19420313681037081235543451330795497207854253120210633804046435313666792324350","3723034718835356712636413818713160453530691548764873089724104667932641830971","1"],["660152241769395694784954429675477632426905505161256830872007599108449509540","2226079915403476175580842530611459589735353005274419429682185423372625433948","1"],["10212076945511973442052642157189792487931923776476671054821021412269948304955","266980878494459796576019437832772017111783275985173256730287608932037412701","1"],["13526245265083452246660146626118043392493667865499097214568053546341425233950","13410490786083285872203370756332517166625807822159648989611450632110203779123","1"],["17364561140524795206356904279201833530310892714191166770487207778364410571493","17627670554214470999858336638011578402111165796495879474029814607257086909050","1"],["7716781547326665823061537062019642630493481019877817100307917099467582930783","9608727037022325308514627578587839364481714464599615747771122158461672968507","1"],["9660231455797875357834492384482283585427232664634956443702556546241024384869","11982656164632565193338435898301867764134835218046895648057763376057441515200","1"],["15226657335975978777588080607170885659447987627566108292918998910017999896832","19849528947155235612403232712666237396265294203894145562872484999473551666312","1"],["8620792846325098251662427745290055660295700762519309112933400383162576179712","13630160771720502372114482050366756222191129723573507791823848353248664748103","1"],["6251499113803230475338935417457042122529375079719444716871021085075818725845","19207917837529473869301558886985508640594640399996630864431554450583285888103","1"],["15175142736977077674296809061727968099712670802840428013857487257987153949685","5006803370693706664927628690216121119383522852175312494596539989651448332272","1"],["1188876415058058232907297147992784403823991136234297980960504074890614847259","19442828162667980823965740587932519779556104465790209873269674458855171047468","1"],["338421960788342924115892948605104135798444918912714658015172817969096643255","10817566438618474572102593971891073864624315620610338186439232681498291756698","1"],["5985105225753895627804118944550361679862375681229158890293074048611205423811","12026886629904852635195280912462210973983057943513348089362782376718855652234","1"],["6280415691138780571774641308237430036098358637033673591233767871845942842482","19355675022865469352126271922156543084339810208977885465493571230275326291472","1"],["19635236443060270424850691668282604942526926248344052344542185844176015677665","20918002336065793876563563911029699746280087755247260756416361405729171361635","1"],["21823426588214728890831448153812338002993947016196880305652622499832041095972","12504627372931580781181628054744225846377160150925114024868282367992161428548","1"],["3738669915481870242988929351668157868758836741485545773295192716874066255597","2204552637411082324203294591814749087730052776674063670995578741530032546681","1"],["5342083124849289109889069349185174943835387608778533712582052277144866441467","20251767356620575118761302590251757857777572566871068481385945406697380513212","1"],["21630458626749443118732238253874667201190327923248738379265402107756963979408","15491061815192645408429554894978541299650421773382141718423998382639425902725","1"],["18567583627941165508527668103475265141091891699876050557266114227281783156999","14954064409326297401176980399264197888417543157353456239108389363004201243026","1"],["582620112160018815257708671200884563312378071967990435391937030633507769543","18244196215274142603313664665876398503222906185099862057050169693728652798237","1"],["4057521393318050508841726583730155227330723561878879101753675225855056430332","2508894294623623943434488844931066633465905174479641043252331262499541189468","1"],["1196421409227254133812907332360711898701558275127462656470936621674601776343","8837865304276238891319815418124365147766189883768634837241937353162825134174","1"],["225164896420527270714380405405364560519097590021635634040116561181600007425","9010789471915985825716811713367906359761106076609552368610032487568828617723","1"],["12696879945178563271067527601248270060385069869452515137448346487469668994056","12654395760630842359724322964113628197902557030215433001370494218457805168777","1"],["15765708404971786614210926131018718694982631368992739517760199006555716380086","1961401829610348599548413262648645233989624270831727508639922398446853151040","1"],["18992955165567642156576790494163735555630145374015240554867175184757178044086","1469033912427612559638983602402469584936251385174648614459502995311745033873","1"],["6517475870178634617725703861311072181392391416132367635565346661978629650858","20032811330521995643903064656321732218734523363735151586982493899153299005900","1"],["7914800160355725451592843646962647900827951203854745174568876999588335904188","9964723039711248822756734598235062343743521798585403091107618512339307637696","1"],["14078556937311472753254282739935373139642035242898857481222415585817304721990","15523108552228398042275322877777808590513090859655812367276449210671520961303","1"],["17163629575717749341018852237217050003299426048842276730640533767658555125453","4795512957724514328453812319853629775278487076143222241014941078556393998285","1"],["18006323652589229119787709858390727071674978473677941663994120401469354937124","3527700004682549239243140400143206995445745933192748372010567840893668575719","1"],["1212741794706576288073790265941891567884566431455857617213712075679609291402","5807335796007817934359381307299944857587141998277597956858385607145878950486","1"],["11522045110079978214788238349617551235061214187694137585951574486683464781649","20110521480371016366566991927512996365752875879717236434421661754172747339694","1"],["7825460553446225575670149224281428731038678000487933803267921844949457468207","16137824670510266325734107699975478328828406140069277131106147325932287263091","1"],["15320084012099646798269045513940615392124958737399009619440476980403852163990","21773833669661689057488770557611915566904132346244358450560135834782876523874","1"],["1510663250487279638289870138594654865169264821040627763260078595426364669842","11227572107370357526525647855506853467828226941227046772065218072491452976467","1"],["6907745807944059987522850967579960423192903086472204514171700812559937989284","11148549418275467004422123990877247553844929983865324786442845042873680040560","1"],["7525517662394348160858252352305480150182174021517941312934917064564138811685","6751714879402544735398116739219496566576753950724546554035270849449691655666","1"],["21220007296488407290202021026656722317667485879043730988947167586620883052854","13191022019966853035708268708476704916120935602054470191488470495365742744817","1"],["21601932792542515816009830135872667529639757870053785542341283945276475875244","12744861844065684063788861137558389302228651066358179981665891997990575525643","1"],["5577194447651349713044862009474387994945531328988918132026484279468460389254","17884405441425879182517912587320743724174754242822387502902721728308009503753","1"],["13959956328752673416494195780329190273811854437580389816029976795904999917291","15503399460962878491664548788302856950613415479700392749384942722941030347526","1"],["86017817720083370218922325350638440312539325059886277643645973410828340521","8084525776440405108970169934777817494707751098774808571612469794153917684827","1"],["6566030603298622447189140622118547041692650284896872073847408988211600561462","16897268527985700136230215095019868922988230345611060875217071148043186516213","1"],["3478701913028402090622307473877027980074835446381522523803846065664924415248","9588225952914460723516870311873140603617952805633228573769840620621859449349","1"],["3410537662676701318548555532801992631245023244516245531616948082067091166575","21379615909842157837252757882400064655704328745866162758799955944339539043133","1"],["9504316040745002239481795688028500134622810702276601628754950042888075905899","15509549131831173461048041197433274722275338280976951563351056231365184337732","1"],["3515741538666388814631949993053410790195678328115891516878825633527627195762","8556756909618781197683940216969502101070780868697835723595257131704936238429","1"],["454593985203236082366657353756612874732350430698612957083720495580874378191","6323491346675086776814784648589351129761033882513773055236497867790552617476","1"],["7680882770159389746694798821705733734211987432183416845691451694074243811322","14791740688667350235536268078898399480801696044547621420834567360999410111032","1"],["11657989448070475425960701547598416804562457007523934743800272226451593299108","554844367930623554863854044151698919261336753103078936757690411097503363118","1"],["1894339625492311078711129587701793564106657720175222748963381196522756610652","2021186741135267146700556457122554893996851312225453307764016300949072584732","1"],["4255342242349962407520164771336752802264625682075345306925159895277036027335","7918111644196546368820648259023580965330417450276209895719385456116426371173","1"],["15868452278288926406437803032587796243603025499539457748980394833331796405031","7065549871574184953166632630385900334161748833372865352893048385819782812438","1"],["15997515748789606780875093885141010626431459356486166589961797381932408190204","4977650907342611669701634356488566715985672813287833447551260315579918227482","1"],["21680522853001209421807731916311363198959734415525528041714289213610099879326","8140836606625394333327702308335984330071065410559825184581834156772694123805","1"],["18281459019148108082756736277466132180299289678623338295707900557020437696937","10503283175385458228835721986534242199872919426268550943539319408619546395996","1"],["6227985306946671573050955609992726780529360705622384587796534838270043862599","17986541725678943559860869517011658653300531208485431609933950940587298150237","1"],["8122373613501524126446566530410214474314336950748847659510539916050428302047","7497831754148175059823689067451882595098886169462437770309005206637481166792","1"],["10651573665141958805613036463875486399950727567677707634766674225432370956372","7041583482698983961901131602155870111785449508328686990379116651975480288033","1"],["10337663655554956059799706107060052220942745598867854369629750169498055843962","19010995671006950372139647968260416225146850087308369804375162811809328323429","1"],["8280743675566639884634330966281142907165114054094710163520344836173986970766","14761697141203181201490915562934224256330061186760295348043063820644913590183","1"],["4939675423047297506525143598048813248379987860723828615716813907393331374652","19240997118400086283029035540689130616697693534534713104544095512537375923604","1"],["11665858186564375035697433444353086588627354161510024644107130614196300990646","12112661235346366702829958453202999089289795543223017341696231349503480598219","1"],["1948392210194585934125600965699044276394386917308165734686207644011750967000","3070365149811937292582843861023738411244013253680572845139332703746094983608","1"],["7080013006622797061903992291043558494763280916363871590674348721843225764596","1420150155456244089009219561783487975662935377630998140500526402131820873707","1"],["6443594415796059288327529401132205944869276991489754863393093384037451471259","16003213795725238624996969059965183131202471612003821646612926865133692198680","1"],["6212574184981958080932290122784009498277104019182911201899409138334214330338","20731019262349560883419151104935970536949026936453081942568307989640597133341","1"],["21553178591288327919998641068032105453000068494445344760853221172380934873540","10941924518345588400309179460329933597467845418034540055821271748690829820079","1"],["16294771635332158797804655218091810508830919610293790046296485717437161861569","8602736375241317397554882485169755614376313235500966231221193210921802836386","1"],["18960993772282267155915284178296916281108520761687720213654828820487526898172","6465160716639124041317144412606854207493892087218002855695515975609804925066","1"],["15737634425866257724863480604758995643578747190423656378600880069758649944097","18468135600893443092950846341137231070556881415828367595176520681316351858554","1"],["14349139098257542706540164962911617768048825387349705123297761509761594603924","15294468421822592557599951148526034870159503537321959869138193558133745857241","1"],["17674601677126206717302980647377358605462487589461397759081714770350299036574","6440730931530470390104206523007177069452471418805068811403163196255014335809","1"],["8241024450465753255877843281965916617533006575932404837298842980608373145236","11993441740301862282379675745672938141842485332465039411731657197130467231967","1"],["20550781801801629768077359788463735893102767770577402737906930956542785163908","8451619515123944377639783909565676184984593528335164229134643263606467501868","1"],["4543912769695851768173174368412022213505256692819130909664105198312968215303","18895960798158949886757672279045525108169976665315678245081636417387553014674","1"],["2227028161677877052785304687677427380406862106795026732281566747292720390147","16994631632682404603208807412814014221174248458490276062104772667458297033492","1"],["3817105917121240618029688389449458300937918839696754728445807724858120815985","13149136043726709303390249114303206055071551347432118364814601130624659785830","1"],["15330351904570725683440604349138726145036291463252820920879521894271356666751","900057392302198018076783635662453961111116541354852283799176847526436629396","1"],["10843792731785912915806240784978244875736809793327752641128268663560268718338","20095796023085211876656612738938984330349556685310118050315543016616114553529","1"],["15646439095202547927189242002350419021140191350205589702228722478032011781411","3797562219256944245461840195132446415067505273453034743071402751669051204790","1"],["11457486268490650887271733071036108867923038849205694140110614455025586897372","8222897487414056474789362799153771826020390381964490243644639474050399512271","1"],["997001066708792676538625391185754339488921594410659775836668566746032434292","14898263717056745065173719369508964734622743150290836585414883717258275555178","1"],["11684578220908694493745179088723387878687766015064578705453048779078032849625","20384265852548301622187663477289541694372698771047402599652878001087040182101","1"],["203390051067010005826690913898722478237747209034556994323129138067359209047","12105491945403382803432885183451747365951552245152943193296488418396610457535","1"],["1466878130856066429419362674386990409264253491375176177531781893938322903894","9304102376434628891922889654086658272013287267562964402727607203050399556279","1"],["7693634350289858116633919428929388441437834209265339883153333637432007390672","2077586405774342629580418163871040113097467167653158664966097047427226525249","1"],["17861173181373130771712143677477265803691974561544930333559566120874314438198","9545604665314748944942223391854831419849995591338638616092216064213134416702","1"],["11203876784410660061004271739197059983870832397897095757123601291918469509572","2111044921080342980342054485265108053464319387828282677439826042781270536855","1"],["21834710110886476413479540615138067918561229440024021750646753887744123216048","10218718070420760909841168631010168277090721818547518175477413104911428096257","1"],["623408919791300402165417298198288098160538250868369891881306231368527376938","3970374250660892276383535893105555002206605863238966061600520793437560906595","1"],["13831021413972537892502215048163589501643173598614492616699754561594018360133","20223559550333650787297944315218507481940405578397019100391538807402445277242","1"],["11999047298181716667805391416665952780406067647552239382498281893569265235509","9426268237593428748351910224606915952809419757151111025060459773090610487482","1"],["10986896929580649324817230588757286895930578065553227046502392021485712829429","16506969189562014812463723763794658443532048371179050046691967985838039110700","1"],["13588794557781248598196892900920776761184376134304017693799257499476455917464","4588461886836340183635241679970808657150662468956417954441800172530486338655","1"],["20653626792942635546875697085806951679111236781801823199214074792884821974514","21589043445397640108186195393338563342761582126399759276327507294136287799864","1"],["21394629639522983253184172290901044758253709300242228218088725879257662870067","3638628607166224757895344956892647727412914331938996730866120256613638697602","1"],["7093259355208901071421888492577370643414365588837107048529667537544747920919","8821651324382087107152043941358331968060380623392275910036679607826273077196","1"],["526244809925577443010315095971560717867473983974384584563552021197981530778","19864931567285380508989396217134175545785558585519547944302686678537706848287","1"],["1734874667543143898797910654913533376763781323172742255599288179517709084288","12117118453976410509780905778992606594031824909749831985543266523014847637449","1"],["20028523398249839659815327574439922517280178302393816616841229862477398094001","20611245216136710948212399876040634856790318547158218778366863904194079174932","1"],["6851108879255643740910497384133287657184426715268320472318139271496191651836","9105800793386278705201882180726321701919651275263677351884657008528522762423","1"],["21731815000362464550381023870194236459073098439541296249697822546466120584005","4937960568211826376977470098285168791957453861220159181057676498594106150132","1"],["4561062290662921195939762797960126263496873848924676194203357539848629073999","11448320922405201795038179548694243814777314413640662048970897570915937192455","1"],["16277986806988156235081218218575012305029485646896605281138744081282075470212","21422005850625565165536286203234225673399497194136354584487109740964979624926","1"],["20321944829720192168519009634529289489015559206643439686930910417776554301269","11389151234232595270331406369567694101701887301391067856870428150328268510823","1"],["7123625530679923850919616965303055031620329586518805083899194899633390978929","15471829243437941917575152511544795654366619561273433128580008029423715634351","1"],["4944784421729811921578835574144669221483311703986385682354607648956756989815","5228279727800290759675111670406619853699868760083690107566345851300304827712","1"],["8488475961088625636130925419821856710234377501549516023487012004866726755260","8599171133462868700910008637868611293286140865710300094894919967733298730124","1"],["15349976657540197998628598014803626265940115449224973889454287882647079261864","13582925033040074716242100168604078853750496173101110090973022487635938031319","1"],["14857593260080815914447134153023822982685278089332243854697602837098889165739","12642942715510702493420741068862211556297967210397063479258770656178224518879","1"],["12529056488123333370936790147285618023202399249633036945539125241653695845663","6686655299984934198751098363555193127678340733995944859006516218471318247543","1"],["12700811073773257400475628864197943887564809769532333392031935789288722304329","4249312636337758935921012553137903337313707171311700770454485845926818296972","1"],["6252499287099218606884105116956689518355013839056752633697150000269785920820","15144762690414973945862087080989790313285500859290960232458077149940697302392","1"],["9706034901413550369184331239654047035073395971708896483494501578166900359102","11727018242389721767382039809218729710906754003912569332610142362235515812345","1"],["21633189813385315033479949176141993757107244457882931348791595805063147488926","16934380159040374758568959293580994474551233058407629180077442763608447026741","1"],["13417756099909573353657919724122306528269356545979508000480774067204035958233","19440304068543879869389639207931878061170501416939410401395593410532519883978","1"],["432678953383961236697846352097286581045528688193329912097320581391170297676","175354801535463974147941420698664446800844167860873607077298349895600226720","1"],["606349810241240298916622231304944429061459976497423067132405951143407722391","192207722625366102576654196998955854539230173520717650761121716328416636924","1"],["11751086325214854057866854452566501369970704896826179634777188533956965762205","9103871123791476695035308259550478125208154508782254625233960857924999042183","1"],["5460079805596645313602663970069147181940456353237732324183535293181563926863","13139442425352579129790417650514039314939626335794538292541886336452634867466","1"],["4643595678119037794653218083374588771618898407475081180457664316329067806457","6979031257298487558719552166726768125692577050794853312283458796132881364543","1"],["18448706738566249933108245092437217744534939439173992011946206078775002637835","21044685681227968184697541628698583661297692880040930666123952860538418740802","1"],["17665293893775660086399616451424472530229668864837574133227987430564200904351","17317606963268303142673431637970757880866647039969324975416839413773432625615","1"],["5304300060268266954632145115441604145794204983779659746352049636765362186930","11551297296979799797890568835350695510294221229792806483184069014131067018370","1"],["17639034702981463553203127650726768429317319676374804630123867106199448636576","12970344470948812046453134890519804708222960353870401302112863038310158299744","1"],["8292133868919475179392781467529759409244004520084965720215997824513129948203","16790030388014142537694607568271316477794418333760927248386950665411257789046","1"],["18109934273439592348224034472736403137125416900556423907513057530024217251838","11217500879522229150212762874490980539731072687072878420542588358206889356545","1"],["20373571801810189818906852785586734190160347750134445065099443842447422118340","7644729092610177806210213596679401582162218061101089952922161599082729855424","1"],["21357472057228894671965234673661706886957931718059810053317991755184944363798","16284552025566965690730025991666920577287763397395083007244387966699229257283","1"],["9758223334824019175255242542948552410265559879216316589175335308122422407502","1883353967164329504339365960091985936251213939054456278295683012605351277910","1"],["4814974528301113541431733569588950208548247360896144317835889265164802413900","12003572474028338089854159516870844553073223838695817204385126243881065552725","1"],["10546745114179694843806742834184707798714245435525642340472992214521483222391","5170663531413710555603178970665515929401948635845569030471087738187703431919","1"],["18385006609467405610045340796226461545489089833780035563469253909237846982260","10954296331059967167129705344137145724220788695413486786914693073973003565118","1"],["21761500522797047515936219284901598706623476911992713665725732756299988198625","2508666070406472364501945027451663741252614133712242605759747698479968197325","1"],["15720149177996174653004919276849744380745656997797891733263833100151037931228","16542268241404256294611057560521818680332669688361053304279833072733233739528","1"],["20895924625405921555622450669232087931783706027797822439823873881994708229488","4391981005855021340739782972705529570860342548968139612771525468703264014709","1"],["15428081671130416570463799321279994329125175207791016837785332508411572079272","13398185047436141471686941085159097327050177255104352910933282253075027221821","1"],["1641024672496392975545086062402688733629299073234667615499898277951676625714","8155939963862209524747646291982065275318393823177414338827471410104732951286","1"],["11544505452783008076419175768958317169202412924596175259837799365091091619035","8999741394752932755248480096468308263827177961519545451039034404685573216983","1"],["20021672349188641882629792089812121849436436290841724872523900273938431227042","12502626536037027680820103069408257579809101821008682587226829362505997053229","1"],["4720238124278833517230947622168513872053506226233627383221337798105642453774","21764164718997781452407972857502274647376579862812531719837590984296711394977","1"],["20508993881838311505748144644354772565148100195664681304796246338865794192491","14045104329003686922041834334495625809236524743380886887602355130224483278918","1"],["18909767958638433758476317708185244848918930944170981333037774166537394554695","17181584460716693187591109528820248865448521376334603869675236494137501026064","1"],["6708507980704593307335346128688902413892424583538916615489452643660918529318","5120069347019305235954577993742366982382879721168855957589803540186028263785","1"],["6955232967234122012197951216026493170247158329688079480825065544657521906762","4138860502391134177003539256368242091520283950164882941000492375980949637212","1"],["1376437523491775560664279992676748372745855925488905265525794353433329965980","6500777055589025926009605394955112712865038495183562872055620502853345533853","1"],["14939933470628442574185923049872798424769239655614067133704683311479832361271","20510242319229937338452417473523636856863682981837267947432751872365796288045","1"],["15910215892532055425759752372402348181101512141810148560705226082013547094194","8400815612602189359748493452235347116896298421248024295978289736618135529600","1"],["10065793530840254988810574337603978433368752513542831957792869370352129164475","19084813026244718740071904344992181384056392707144106861494124221762375485582","1"],["13472810194786958537568303200733033781468413882096530770892615808566470051632","1472834308444579604020146337511214462243313917238315676647047852938505037992","1"],["1283159094419808135294749236013201847026200486624523955836891500356964048543","17192659783223200330878814894277061742080582140263926783663441863441747830225","1"],["1365307596141897052173435213535290162327947856854833051765099799984900246956","16183830140432808712610534442963823051346968897746585458738150735381828015261","1"],["1388417573745891205426928496421988714041848395219009691745077679693397267701","18082187242872153276034364957321798288191108967291704480864097177372244401187","1"],["13387215872413486763157672861614864739728530192017730630605983634257507969596","5961731413219114853174950462708864456089869070264779288708211837131749326886","1"],["12666560451541279349012184046211211522885147468362374996551657498881566485356","13833070642431445380555172082257019610607902244876432173725160669909134553264","1"],["16157028277909674568602546193285734727867133496760627069812730256519118319166","1475777675084862456639562007955494691912148134217843432937815259380335328565","1"],["15228147887232089867178847901922271159616894608521491383043344681945883223374","5657610863541623082576488881746980325235233657577127257999828410041262774197","1"],["20098336713497149507859689749880045197853553013376306210919887802368736274144","1139315181421658007799238688299443086762931441898294285105041489656892649907","1"],["16978751355939362081662713469968834824143106164267527796719501966433680193132","11889660100274829126022686681822039900130131477676701434930180210207553992365","1"],["3982824353263446435667297954841626252318833049242660694514552628895672332972","7753927998971930714603011484566124305596732517918950354656859455755725055125","1"],["9576408763030130307978350953789528435630876286436399356455084393464531036888","18257931484868329257187428544353059858939666852912462301012181745937822691226","1"],["12553630187289033881675670817781807726704567224400218698893952580896314205152","20337044472782615189218272599277591734230468570462009966095162417994000364872","1"],["12634877756975940946491314684135140215241283465738670798904293186032833580865","9495328619718533641114895250102519939723349618312216299568879872155762641853","1"],["2806526991985555086058299102944270553588664610530390699173617965706578504066","6831055019055684319554492581970653764230611182315984778912506767325350074398","1"],["4451114116141554902165144570048159263619865283024277524760485880051182058226","81908191448426599885580464732575945305399972247296342261777311439868361087","1"],["7696529053121943513403885373175421926763908135457696813650409760692242021449","14818175117752768723070555325336030941113628063555667380986877841472371288652","1"],["14727741597204299560587260182527918470127871053785336059574015604678524623572","8564133670086705760550362833602940621220312183226603685044373464001484422092","1"],["20340015826333193844303707293587938203700136545367683978271226232920799242401","2144739876205532401187409934114879673037366799195967177312547464092478602717","1"],["12344934518824777253962033560199691937274509792150526584996119244992511660025","9064203518939699142098833240264618611244519744781177490807469039640327098148","1"],["3644718501652308251834514437963911003885835031912110807044217656433945170535","3094373186943700454128744063831600832440466582076393087313593280737072684411","1"],["8213862106358450565338108334309770209275386140909246499724844502023028416214","7421506492436799022853597455808597260774035186164938111666892971890089461186","1"],["9746876569630843225585508900821887473997829757735673892299935107869751689321","14629161444847170221628077364181235270318646695217580287321448830873234479425","1"],["9555641752565547716060987160134573029722497231687029671333556749920363149974","762743059758060629401466713010900468456869300239971156925446201379204841494","1"],["12808369712054549270685066384050558683750726420110106992346487414470323946505","8573293829045103489133290725549231508037755047653549642478054338623736973421","1"],["9948094908189045875759044964719515550469197095971569537374195044378741319147","18538252064431486560012732391351498280374685163886746473630277519983106606011","1"],["11527561947054133349744819940011345634829941406767150869981142723822582579120","20451256522192716337542839163547007332518683556384006058523774780000362694757","1"],["12529902816537720435199855625414779690628979602595466965491071209211484187282","12365660242914401195125985550625247859740987517468972610500412493888859422404","1"],["18522105962902222527650731446148789880515870348774673783051045735201250616583","10222533103440101562357889213046782465300182613025726346404885700814887476803","1"],["15779541037622567134569390851963861505049532323053005127662359413473436950330","3518673641520128318923403947129615325874118656356466850848809467760770174698","1"],["6857228179213949503658915089022733597619062605896903932253068313106940237966","6699767865622238577613247332525982951236550788574806207667331226632670712319","1"],["11634765348322517994676915495342034717151156639253559926898227557238535206204","19034809652710572332726232488886432703060882593224087858006380713071519680779","1"],["12308814246273869703516452298269273156051133525656580094127560673724592970051","21277665681873785894786027616258354243967509023524811461413354118652572482201","1"],["11672959097078178173896420227668090912148556711739383399263092292364372807453","18391110519140072781508158865319955154697367935653230921771905318808544778951","1"],["17943646124947869205982468970264137584997040395726112349004607017178097818438","15915348888454658978808116895203687638088068978139200937363328547648213531275","1"],["7933291334243107305517948832513034120034660842248782827160371888876168618095","3368568093822659262314682530661161089463644020356735075761630718370080497518","1"],["8870537684140516949748740665329194344284145846296926741263623523693293393487","5901007479378006507409123587291159504850301582195092334148812729589302812842","1"],["19926642111437060595859146935111091142859084934076261637447485472911913216315","17335182476071706544712769209528373008725572757208829459884990048593700669749","1"],["14300294210890289065327315972763036825240090965261721114765329091749222409525","13642869816880622337365541107940260824639948676739280150302806219214128728458","1"],["1279205881819430060683807649340809279321707535991237134623695989269146299847","12324979699855064703667017221313232424403094698703200789042567055975412815540","1"],["5520976759412734896530674217297653674359719779984724140234016891749213696215","6751576662110413525200274859953667723018287652311644659681800407140576902487","1"],["10057321154303228047674400566328572930924172082302866395574688050764596012515","10044758923165064291040097760670837528620980396727760171590114752754852870168","1"],["16424209084964569728266198773655431983735537884065683898802303569426237357831","11094971173917040989714179112675178848729588186382339885887227988986210543056","1"],["17517168052648979251934555036774422559191159731738785732960613283152910469765","11131338678104015922574325832619837132710598684238377536824051834999107075393","1"],["6733777616320789693628136534366469448866514193704057137675766746467808414847","9308637781005617757568854964522183542173670238645105220558087006454496301557","1"],["9395813739473654214597420938028328968800774991696523754783115851187188135340","17004079592421209185849000415030770952802626074258917200141938151781945804988","1"],["14419036485702557963750711468649540071071639367307346187197158000394960209227","8240786476535928868375019541090646563062917672544182730038901878709476490637","1"],["12112302155853095723979948853414901715488225877380937023080682475803136282940","17223028956621377165605816623748502820451076839758032198059273153914794944908","1"],["4159222958263376464361511596394602280228062145321553916558510184449701946051","1405982636040092319948952947330087091093148158000884370253379435334029206505","1"],["12308037164385318588117605591035522809445125584072477836115263130859089914448","15544159976359663032721592554420814174192151265224224757131226538462559513004","1"],["2779317432286756884859789427548086540365051362944648895798021167513949550264","10621943496586225567254355559310592413144647105109702793513703579775263422261","1"],["20342024405459517641685881008319748705072601779066122345109744721910785496693","9841513727064898788996117745638517465344308342929787631139998257715825389108","1"],["8517199403289661012338491628449956301148040396653000908966086336289570749250","17521708308647980938141039455731949391888195078449917097851083202423858341410","1"],["15300583180886314695826608623817534806120584672554327419447749773319540648269","1446422109572233885155951736848084869951485054984426478053713436220647678341","1"],["5095571199956727903240397151859041192464939380716403036701410259033608709258","2090041212904632341679199722122080124951409975327475574628554719285189452445","1"],["18129974061884370712055342333451518458016669364678999191053313811577605943033","13989470065686508211361109905897232428059575437830237929519364805107916272152","1"],["9546218285955017090069743638622678043043197503597572660064965343845656471830","19429722483414196555477568017949921474729381886796222765876750849734377402875","1"],["15557281075819624476504885765439119028133965627751715918545901376973185750135","4630808714040869595857177094491020033819600472860990011746144957147107371525","1"],["18751915333031534807424698132518630056778640367580201680910708456236356639732","21001273177824947745979773880044419875313913098716389591236624489383213615621","1"],["13268705092071740854862006169725604802811181276804771579060032666543027012828","4315948549084344198669527849725705386954780188751810078247168915618878542756","1"],["15816729513337654056000081223155563001164675639420394478031130496624390376611","16101778330156818577034175763804160557636109984995931243170959216060275653437","1"],["15641130383578023934102840906399614877925343472841709644138334248374016135590","4431132656758577212390875059211476093786901415095470350413984921716795032112","1"],["1527936820186296613387442641362853546442316046333027530856712232184461686107","17424148854281123699362312854043055871950665553837840317758265666344395753891","1"],["9450390599856043334850480586179500187288850666902874991609007846784588497723","13902190668227726994812055521204525892156338366266771093605522509451782992132","1"],["7159483014166761632726673567995702395529454484087006147625189970510535379294","9962009257098053265915191858123179072570841837306143924935738369107686532958","1"],["17317051058400520401705301891015567459436884238180633848611458600750576921543","1978562376491677529989398742953127239522795508137464173385885776788018228175","1"],["7056548161257248081799353093450680450436516763718581447606243760078973411018","13366928266532808314084042801806098683874658620569335065857779458932974795830","1"],["1582497272937088820961674826480410377486970361035055189152883103509606634431","19672709405321056455794643879768192540602095579211907802264152799832907461328","1"],["8931727693422418115724451333955173273065812269219212939229162532574776766956","15805579461380083355664367121837374365838388895686656695361436648262355620275","1"],["2088835788007965538914661510021758006718193370900547438864760244666631270758","13012688742944870381640663982225887742159862416137072763987049913341442218261","1"],["18453316855415342248368084837127742182715670758945848400956908102403574889511","10922295959740583330050509398515782558426019667269389940746202055623524669524","1"],["286282830531510805252321043238567044788231452155867601866160853592449969268","7006405649947848303671226615441938697123526538153230095911331570168426022660","1"],["19216389580282955306298726807165566642708052739367614881326811066544931171698","109815986483094746274522901935316879098358996698734443604806740452180640336","1"],["13712995635341726465628241238530457995408081383732604786510097028695781137458","12470278621376668937920506116424434750694045591995104617286792226912961547166","1"],["2474501702118186973088401045220864399531716596568937645725828902048364950603","20095282503659163401344927694513963189269202343525098420948021893317252317310","1"],["16104650814914706032787746803417097893237137279789480472753218109821352449233","4636821820103455101272696785843817088226676829823220233495014035515270197743","1"],["12009993810530389202841769933433425656077814863551225630989170726400273209514","8363951953425480900899255243149302681619670261744068379605082010654943315792","1"],["1727909559436334991234268648237051338915257000343953635900483561363810121349","1827128435966987317493036515125019814493646890216290503529745306085350122744","1"],["11075762811075107068223142946848742470258444408504041980512168398688881985383","8508524552625571286286099900453409586138115842995214519326562833473490992669","1"],["936058805749078761830148497321015507152416038658999091964310598621489430257","15940409577444880651111753826082802583270385601755499850197009286766725096722","1"],["6326882002380807989419302284399240617560702661901806762940997192885134994777","11799874638680821622352925590793421810276750354438594894147450444921016750915","1"],["15274616847027126223972809799137689070618591288502548966743289606744136027773","20589283797817614688912005010864431387513106809168977323513768952239716667490","1"],["18693957439479791413384299863718212754385697804516691464290923762272372941977","21394409880127119109315631175781327402151510522982442313475507679341395319644","1"],["390401692227087491983091005761997921700693833694484082477138835202911605259","16042359010962101612628959999368699777874269214371322329412198789371957732462","1"],["242745853595816780515472356036125827355646410100374249607080703966330856984","1838158511737095015275372089219137371315698784549416022874418979851682122289","1"],["13961480384413306454088655425047287499905774303130568638551759833562158942024","9109499773538460277315077685795999036592803038391535070103484842897695316584","1"],["20416184389308771466319354455613676495512900918606223875752497516444242437236","14447512286944563078191231968565385039493402882118657845147138708805176027118","1"],["7854798723024075893444209890576235658558023783351220865492883652538232467152","16365381227034465533137438979229833099777373972530347861384715151779676208019","1"],["18947947392844812555962305719368194439773145415854504196035262785929525944033","13308391080338007351276799883366593017092717682105740621155953027471589567299","1"],["3741112495191341143868584747420962259509059577322725576416973569826160480243","35341202099331479856883429914874687898046806569566041585656887428745528584","1"],["3545540708378913853583667860888556235711857283583842248210395389376512085115","2428692795948207800931689412245509837138004383071207683175319595589283006015","1"],["10614912412091082358540427351165180850169253887786780246813432611865897847973","1308106148380294746784536705241365634215445852028900974308932194244500617821","1"],["12015580456377217175302904793930732644761750639211694650114102000562817922884","13433864011077906534497847992690178824617896374257322914093908476470668485666","1"],["4213131537754604996342940703909426078642855286951456241970915813843267538894","6424510345490620689791517438727818968541128748464844966872238947818562181868","1"],["21438345971213044280043548155597670721702676360192033219283364519593428767423","21651330374629543788081058397912102313651379997813047143757096439174937363825","1"],["10571509674595062275779012688776132968345084421984122625348991059273095824675","7695489181391383841179336043530589423797206506124534183104557204394781689313","1"],["2489507948706087216345135764438005329235571983013651265884206724000254536368","10611890283205371592250790679526675672417639951644405364034126317936619620520","1"],["16495759436771559292172782398781698426412406549348415448545632547626091991027","207063444465979734495272906590875569089707198364212906372793242242063091971","1"],["12213085338599829184608312305462754449824906637473380932821304157562683393618","6562261697284448455006942512133771290232598312232195687609052738868862296063","1"],["4496916608417706294234792316199236442473771562370725340338726247186348494951","14629516671701833635025841216906894712179475160659585809830701767777525823353","1"],["17900800737984949645170870769277184926398239625307654408164876592411214023321","3561909786281388623751830918789777064654907538596320192319827487338999129049","1"],["3324954545145351979572969211459413297935359570156665841104785163708323705661","18734099541232455595351203245644166132125023906837752186505250515343264681150","1"],["568300102571011185953364963682363135156704752973397380458853000299990100086","11129115731689390320376777735427307434432307477563196903907325334677925535204","1"],["10134871206617137380734400703247683564461275416364246007107087935429737002670","14695597651659237787007444312491373418658855032290665075616724256567273585310","1"],["14481482815257530839972690352297234212634278045254709544615801745357869122035","9294718283067634078162672083835543812642663003790955712420606965760022366513","1"],["16588406777693599561922361935682599130686529444313662919319899927429021661783","17868317730212820444085221556995085065426126290919282888766058885049344483338","1"],["15216142436232999214155266919818803680014047444528900326168079275901906787562","3867329603766446762926995142607352629922161656403226289812238894082500105068","1"],["21684820043060462639501940301855898208415298685017381935119455922007505892792","7284865842225715948872205585147033404306573844440890206015308088692548223789","1"],["18814008552232696672624213114153531091515648334049417782845985007429251995730","19753586665772726005197051870319522295064310196606208739661584884367239551490","1"],["3821214646841124021142434988907664452659674040148498731303978454259536841067","16706002430452856553230277146155172132746768594740763776072009545536134666799","1"],["10251657981394201198530053486306929316438254420912181414507595432576245691733","18245287371451540416389501628816371781760737102502847055234473595764089667364","1"],["20635130092120239089360553139627955865413924100004294160925749606794023372559","15141893792802530070046962085640131147415426148990826757135710139767436857341","1"],["19702110765357000770776066374788038196399540365511582951611775995521515021537","20610461342068346788331914128030026067208820066232916656961697814130493892522","1"],["21347571369043846336140266210255910499465782311008411935714122276243121255636","7077888588738854989921371990817153563699635525352251630487340830734967250041","1"],["2209978106369640845629771653253031237186173644365711978701912870672298598226","14745175531788218459331615477249193648448071007274061494233583738447785619020","1"],["2074095109151473295032030141243662024230932435226699209066991691152801981813","221079467118462135738822761843435699017778150839058823182727654974211204166","1"],["18270556479054180892021522581740506912826390954958346607724672380035357253032","16234941303757129637859276868141466087588002767857570230580385250161668743004","1"],["21556323718877940059616496887972394277620014407810127057603792022055808765988","14506672320007938933519481972167625626673977932554825117466959535846809716347","1"],["20281302799238864270813470986866719634958133190133594307951143803358293142554","6416059371402488579994248323610038732319503805773673115361656764756118457596","1"],["18357272983464004629038963683087103670791067478327710908991798169956388668854","21217064791601061659001549849690225060689162340027861055692445373115757028113","1"],["10047620141917375351038783956829245533119797044135836076943890661931092061393","1774911029221393869676063820452101461807170062620508310035860977299658098188","1"],["19527581372982834137483926575301202565075742870410580013682770772978020933152","11350548279625847762524510843636796471657161665403135537456915232510986854134","1"],["8438310476164506950193064248792322396912169938079160720338709498277182243095","13929553986193362459176823739684246455148139126305293378656873758763917143845","1"],["1911604331408939822077968713791573338790403381556624266174182429220455711018","3813688942114056978468632832061935225393933774072120981999122020603323550914","1"],["5064437767833774196961901036611583556079717934619430912934255558941454949678","4822386804625822625795565135966244612875675622692803668826424281498203539067","1"],["12905484937066415480011643448136726581930448233430021445995417208140957669837","6453934582398240358509326551664336740715475274045365212730747657673680341237","1"],["15800416377007822725477151453417173568059628296256104231274124618898764615323","2522685433805947229656860229079850643150198081052416793980717399739370463908","1"],["3900643517098026679100413489615310242676089929469492795853295575371375855621","16539309150321088651859663675802042020885107218040363610464850319553296069209","1"],["5547956599168095298043419293936639282390634650593277606436876363266147513161","20345093578173220907853402947659606787261372987735211660300967447574657922731","1"],["3109200992107877659788875625042754262136615036444274188076826018825178846655","8778280622494740452951702813796496908574073227943073748953065766968379432381","1"],["7443133251955888771601852177694960389762228417871853217513638670022445363791","3921796272769213904968797455950370880268942475471756561043468032900244868337","1"],["5957430369934472094320599046239062987861333376608753155951899418917607198265","6592316518539289206072985156634227199702165061763943587282431920626059202336","1"],["10233666933317983556775789133380478768817067585247531456557125131985330440104","202474514296922955553366563653529567388508695475797904648068830907555172571","1"],["18168888717530987750452477053922868032497456912324453693877969480260842338358","10552733484198657296287479442095337307485362985610120064392621468516186550180","1"],["6447088729811418580648511723396503977045236876641121399001619491064164181510","10764220755311035010443880008238034853337403745376770638997213445632831544339","1"],["9218413231589274817827255050888639252835088079546609663094668970030772301812","6474182018302882201361830384150601130190093351470318429542188567979326765866","1"],["5276774963130397637482363911745867916215226274499923908763855433941569056751","14159186603595811765375079429544289691316138324532289732878835214336056793436","1"],["20801878320076904106766552504681432300340121493105833848842134094164377703558","18366325000606479194130315148886113491921866072824345378156820607015828717131","1"],["7810676450384451436990095001733320680925872211498754929528099037504439201353","5033618209738558499222333973086386076323167978761240791772993984376134988650","1"],["7165879113546393811090542767610724203958740151885191240241544486914561870666","2846165227918539548283245581203707216715606800054207243971176045741429235401","1"],["17045851645478617242371460851589130550947845256293072134015651826505895780178","13247950957494538265752736664153502674622249483681534690471157006744930073065","1"],["8498271838170072045807589065998174246760658139275416609331515514161536565864","17827893307100102464891398431025464211164336013978297508355559898823195843994","1"],["7908064948760630583947127373344598938684900796787247633277842979780424165436","17388906027161364950910236827537621889239673818716293055910421954753571667914","1"],["7172174140167043906340968984981921939539750237065792004053180287918167053822","21847463662157053065870260685574194520583801212865508228754205594130798424325","1"],["6095226718514443747702336733510949938679296608116505525792477595017634541888","19522712273670667838831960172139850829816914827449299748806184155852809015619","1"],["18144635804228255555904939962696965512130908130661200920745003545327226455445","201848565966631033080884341829561881223772764416233170918574309213529992330","1"],["18514882191618880331229451283311741458916905539811713741617466684073497460461","15920413632598374112835181767838171761948800464575050372663954586029350031936","1"],["6315171315602181477648131205506576389286104546567690743362441279426944041822","4177357953288420875858243994178913653082052794350870622908833617279033011740","1"],["170974617548561909364854446566874850129975250381703739451552397889745962193","16358644010889202604309821363179838157104076279995182070969185491824570805809","1"],["10470096115525020913264399208903832495929400011186930389045420350262615657211","9196049890249115356945360404434937078141803971791644512910966436314058019261","1"],["15770230609821731553396550850895292977367056967091174710617223634810734107426","19686692329311562989318973945508383647828071212853262222902363216396935744602","1"],["17475730550959031113177439364578661318866547482003242723257504665397770289780","18441395906021344167848677922799072736597393054764707661613267797214031057883","1"],["21356100700103448195909645918589965205093611606753717792208665456121113026492","8176757909340620779717422241631825441082602419507372244726227690379998662036","1"],["5246810692554200303842695811198999934318703473546942250228430017366981627405","953233796665438335537206616655551380127766847939449999608168341528281051085","1"],["13349542030852822877484044161183072763775081914611086515351645368644440057166","5098543982581482789872718527937329881317687487833861368821101629498975076352","1"],["4483939492311512795873607048082756561266110811028456962616903918652827762163","21562791891038277362992964819149587726513524893404060463836523496862303600521","1"],["4998531819981716699122822479780635785105081850473195184037968955310443042821","11646869177206802021172275875077505274502014393659494614413220409504447452235","1"],["7592755048978629298977305426937531491703864058483998281881867418142517667133","5514368647742380953456176003240849699575147838005571855232725492592184188929","1"],["14175348778311135430132949730674889446641450985065116783507930234924912465996","3352954754152729448643553439788341292449318826961009283978780925750990260521","1"],["6028123993015459604388180959339450973732411409056777039078882120131718870885","21885393999442581131440192708922411948965167396372418657773249862702298706269","1"],["1032695214829515939316547788351174935610235017015562925994413700622613980332","6130594712717319309567405884411172988769496061554343946608680725843079396375","1"],["51474761385371770581007382744030075048872633515816828938699546483952540167","4665418814855937851170129664356192517705739325142395711931852781088895968635","1"],["3029773980491061041326195730901244130619710942919942948346536830972074763968","3764651301632218569670465224386293436632496563579057682818460204427665557076","1"],["86120063431441973635595717926002387556148586183923696581663229786949780134","12734897523196996854139709959472160530513259438830940270481044169142920918884","1"],["5498594895084114979604534564249883866624514264192067602935992343131579253404","1945829874873167972866242824355976337248077248669056332281088026479500033050","1"],["15363472782514573273227097224479540313186437588300807342963394595454827918274","21032955792397736857849837673204977950610010257194595923979469052893114083015","1"],["185724834386845712906588144830761165638063114603501497882349967268757467206","13652534675364152869557712128515052086223781189541338063236559427387809508979","1"],["1181412097967540331423124837655493309091820895396593209135461204723154453611","16476531356887603883595856036547918457969976319738892168643510568506567187006","1"],["7682486834035583151022182932580069784333166446021152680883859590741511334746","12403126447754699964161507631995308255239162470136503083771980295271604289350","1"],["11172907906338593059412697423901768640190152999817536518311605151181229084174","9989663645728308199644756760047293667045042504775248934484517827405311156835","1"],["17212965571024932531970964644415128178311213877878013650988873173847788078302","20547590822926208530649925399118444121898566117565511238524199040353949662916","1"],["21060967271437505141374639886324597657697034145213205618614442732587849256679","8204661083182938216006727613828926019551623530919989075319418733742437866526","1"],["15766845767495375642424191563107961943684858185096314560417903729756616223443","17230684983135802690595975432125339817536760225890540868324092580254567769122","1"],["13362570750307598071498478271716168060569379177191688111429431497912809465470","3954367079596779840791983765148717115139800344955479701136105900699425477085","1"],["7054724560036711362691404277754520790765829317922681838694900724258340358468","13804587401805301431515523516582875307240447164607037562463309651483146747993","1"],["9190358663476081691409372769589033527808207143623368214226447323711748704072","8270325900162955784561665136195650934790585219840046761191822448281804125365","1"],["21245003871885974992951532469225630483741147148207318542318046303486179476001","10925156749594574474854938849219468601653826737538266503779082168912552966292","1"],["2201947176963986353322643760109152137124227674454677634569102137938297523862","13329131579716802406325698497663622328810301736569454082721795143565965724601","1"],["10913863092064965015299944040774178620243947619279204071935428838151657582350","15386425354167780466574983926777071757688044671826254682517101914854810875944","1"],["6995840354988147504264700599124387512053628276317439274059091759650656213955","15946507216768618675848685090053894550797291041655359330701651051944041816253","1"],["8524844373576970530396806012657227813431927478161937433994190108655364224516","8155599659584564934986781444276704284841640952500406751341604305994200805843","1"],["21877684386385298335612184183200300922825448233045968130201313255918060602001","9059064992192528049463567901596448951973258215604320087425834229930269300217","1"],["11388096627872314591045710632214491154543463775314926833493020843596762862427","3889538387969911928628817351850369672107937619910696041359169246970333821544","1"],["10204618140947022618579250369401377756043372495913360123476211242751138287570","19212318593728618049367135690406729919785853261475047449749876664699044407743","1"],["15822128452092630578510261234290220232235723614487360168762255441619190410011","4535977149916948144945473799609538543490417431850257621318958857183095153352","1"],["100622366865941639627766859318484546497545234321395641810504388523254722809","11052199756665706140724625208805069026833174731547271860941216899820859757781","1"],["16499250386741888690379126802792953392670614587370498846588362223366398027805","10732931449606651748886881767756267078252605947854007839272302664166141723277","1"],["11931899560758779902980969773359589583080340109356396894357151622047266336457","10916487483249123279452092193512902563582445549474715314454826963005852734398","1"],["6902551481884508346758673764464736988159612087255678234114823791371241983393","186284368662931858099920930604834918922781047107434530386091504232771280661","1"],["1432035493676637790985524240258463366510327800784098751820485314119582124013","1302813879609685072092603743653395057400052952926639632416297468338259981248","1"],["18018929734318637636481654684281863727021326402520245999178179357038873251225","11882899344343119995613958361010464858141841672806718834408024636233483015944","1"],["7284928828103398964859033826046965230367117935413228858687672657667910162055","17160406900668710021448741120103544167837855964159053988245488471666237205575","1"],["19169065505450351124750501281773474792650229216389313063715222906073241594453","7151337789785224174300847421218302033748476418489211949910996055764700186105","1"],["14687015112680260169016061208213615686833763047639558854934031768143408899046","16738487310775363522478664171633506469680187153701421378991248025771593206454","1"],["4895179049988993705424888979334749548597901774727543738867320004026919235680","10214391480180695944618953870722774878207962132625869456370662590801507323290","1"],["6413403606521950514754586219381046823347265665524525301357077559974143580690","5035645310098149920807964794665887730569113652557589088643511816589141479749","1"],["4435254795136033469989286613756407569186493169146321500765594290286823319990","12713351943033857596277181631502582122793571222749821072306108673792439583032","1"],["13704957197837886411103672905882935773847852202137100141695049550612997719635","17931725914799618615680088507718943095017790398424231321635528921085152628889","1"],["5857268824302176015958050656404475603438993726016210661593013890470497868672","348882583684431794308377123759052063200223670497703352636813651164960986802","1"],["18740634485722852436258641101634399985809430801283713434335506241747669824","13838182452180620236834867673833706646633201207924705682799558190756333999534","1"],["6750700406502784867331552329917046301803564498742084543727545761257679986383","19342147461419317986977692243822650920787521612282785728610800855193231702027","1"],["17186878831983463415741490571706477443723987479015227959830685918966972470476","7693584114846995623913759518603051879547115665364660431296003127629235980157","1"],["19412413453285339625705032747551516340894908017647361315917783845197400682143","9846104242472962734413476587015720342712955555247464913067115215313199172378","1"],["6972708132841900780023238936821742611360944622488742564003432444491053267706","12077543211415262074777020163646130973263404911993621446541618866721768853893","1"],["12906493292386600429412332306037565273563812113418540882589247214236050405519","12087318915405889990076668356409554574092531325221334220959361943393568469260","1"],["762344221920775586968952779954534560004418900470422360460949580712229820951","6969666865837884653759552673346592792054679429441855582919046508087424075405","1"],["9488148251095827427136890022518219649764199525267802762520751224823802692012","1763768263152233826005022702973570650530871703514751935958906898349101939801","1"],["6078518383254845096524730704434278427100152366997517948327000022275395150648","6740418641442359449703185820911863367918961112358757037842749856868477678337","1"],["11875914366443137923730568630145133405053041308369496209400164751915722792809","5850782721965455999954973765957325035367480672639449306020363942483017162294","1"],["4073485304976748312171226656574939671510096948925282308730203526768905379152","15017322271433359576551674957207199445731978436137570556046784145803967437524","1"],["12948363769905060818552819628918305420056435417981465814874503661133795955597","9727644084389808175795394521348727213201929491873736525158300752683636825153","1"],["2921160815709790941677376983589533346932924658075252628938864528963802552467","14235849337683767248815725274264522425373753442425909613239540738994829757545","1"],["17298703457238380024611611310852201172604766316747309902836642280214435107891","17201454580149086816559281036834995220030155448555395310366893963628539905033","1"],["8805896092507556272166629687443097430831260258192272295574133473785632192809","14533860809182017828982415546966033779463711451256569844498638306615994923063","1"],["3453646839105989240737772459807156656819711243050414436057117628974924192080","6583485553038314574323915710371246827072164621717807817274866122614873610197","1"],["16888989984848792791573993727526056173713056042659218293318193719470824521265","13274087266101632382558140427198439905762879380561425551922888374015220672222","1"],["1653231537500325182129291933242157713992133161821840017650352709332212288546","3600617115965475622315324216541730065350599947207034715521085837749193536782","1"],["398136208902349920230687509509335781837417914192233374551575332910133954302","20429966448934312008736308146413548924811599095531972172886957722332754464870","1"],["3350554973714095864885044176195321230620798018941732133918247546058570820141","6043125870608114535449960292577530811169036337360339921726403562676759348832","1"],["10813845735607377027010085997727833984680811526187329731488105909181034337333","14437488721699265299225857633237960236769488902728561454257963897849857077397","1"],["1409800211433253832867952183566954685531616590945798829376468087150522337600","5728420402787110670901758621237538930829517949956219056017254375758345746501","1"],["18801409285629491748719472231065264001622762654525820151970493003093661628453","6290060214357877985452475553278350724146423488715083379341439324351182106930","1"],["19725574918723056034594358367832811214547552995499519847495359510690601212944","11276191884005578221676013335193255551967575953081578445363214976541979244821","1"],["9161580827099038933008539361460783395828242677167657962770802116885919669594","1191644642705686824822530380505738636439015090653541584903766894416463887506","1"],["1860148785717889817441618921386687837327476086536607939478770204284593464958","13492609966540818613517632073629364313393488834333439063656601961511074024861","1"],["14476944001068917369573937684555008287633019033663077097298507607977841741653","5124024886043324813241917252822781959383353555496198408126588070486327341958","1"],["11369915036451426873590684758990547123789391805836771300114448269648147348180","15973478792294485141605374682323617067287884866789873846251476896208892647040","1"],["18576269633853178380862384614848213749028632431586377145036965013360867314798","21266655972482646378750256786789963690451580111036814642059055623278327298549","1"],["7601955066641773459593523350290837947996086737009307256379235625405862960442","4077420650527568870381724841399013182239743828415927992729853898532221398080","1"],["13833943219184636277456330786486798344034743584370597325244446327791938855300","15722896097359227455878618495365721416347011959952857090834847219375680669524","1"],["19623115345009307545611471332387899339175866241724586636887456411077929608813","4351294421157394119585259089129873621916432695230177467738801528753366745699","1"],["12936670879466194848618225656781679369096144233677184151814705556407091139059","14320478425702224703285545447775999244537579507083200261855835686912536197357","1"],["15465167035504068509219308146807520836164407102721128218642538628671470273554","437222862641867809759719459899948142340174359163173337133623836350340388820","1"],["4599420536926505861869385752902822886472557505164378115112583360118061003332","5831023966146982870777302461659494154672277805710527871697965233343791821177","1"],["13024975858472207238939396797837990064776769930339548776677731129628089426758","4057364447853683705353668589875201583956871432880313213087948153449540379054","1"],["14070792538201395379845111968392682666140459089820592267434777597877741470498","1142652482015594590748387804760743642334557142780478956128802945752753444518","1"],["3508226483638596902148747557626695271548687596107089261485767583018409845904","2090454428363450849146496184208988558312514261897508890470886091744425624604","1"],["17246206787001638363411740916526277486016655097424381440427893375506980766025","4223174452881033428604489281851860348868241590281154489545979679678675101149","1"],["8624625369805660712973948689714254489238026172230871477843304580931793839047","17021461863035462379538722135569970457952552990519127841880737278464912170321","1"],["9500334926977441611010246172311607873814895250248482040452252072294281401101","12270486843409016823232729526670335893039053744086386968775187628488949304667","1"],["16930789314383012866829930723096319207295773016548291712118653723710104708846","2529218044533857731809720084063319245020809472913882635597877450485114516015","1"],["7520682812437250486568612881021982333265580966712044574665294182010537073258","12647728656249625086620631523164087616482503956939126294566829141432973311048","1"],["21230498825741751456738092807048721453806432751981131601583417268105054187249","18185119916213415920608413179264671638017525668462456345680220146071941956774","1"],["3760368617776955533825084002052743003047615796468953828706635429459866345427","21424906567997798375168211716004652309626014712371898304710904349990529517323","1"],["17825212796903343539636879957603496563630871017962314671993512884308790014484","6116782513808522127448130738659894293819587552239279007712576253887103634132","1"],["20013446538025977404567561037803761258728144075521366336811816050530637225866","11679314975791187095222161396294936603891505383575450992310239128125095364916","1"],["21755776879815781537823884096635064216468343314146844065845347753399748743036","15903540957900496166221010928230399270174277510619293300240077686456845949715","1"],["15959699276467705564605736815470812600219327947444514657376362567788242549191","16091740204539566135409617144486667487129712352281810418898838842608764313686","1"],["17278950505538040220595348975944225927702528509816109672945386522431017412467","1832465703831891276267898753879270324349105584522097239265238564485081991861","1"],["19215841226756001124087602680914460522904157273464754048638158321477641531274","7528399679034040813724059283809525166830648907327816180507469096645924902705","1"],["15956975990925003885997290853715008763284466322922008422364159310579982006423","8939059269995197288310753227957264762182512917307730657942690063018283030149","1"],["20095573768672917497143227756511279045395994565487242443445514274937257628674","6866965980146740915056112796025092834818135428033646189150343279032426808961","1"],["13214890124836001133854548258889714014932854373156626702380129075436458790271","15968422492036385976905371452282460139981979299533042381281150046115048880696","1"],["173905843008479531767838383916045687884267520840209632263583835971854874852","2152216981490745731207964483153709218764631395681379574707060959425666645048","1"],["19681498596049198595828319212744464039526731274233594648028638958495704860030","29287793922293221984993116880252966733264967101790997824217799853653915215","1"],["16684737754109704302341308936965075452642928686651120472204636551118883372647","21650408516156445028114020944257213198213691118763229888001287735832361508353","1"],["17948735906748463585583421252237903747912743077420050499087300514998116620380","10919330557903603921564234597587131324903731280119241441811848461329590094283","1"],["8977981916020065275683300317137247972320264489209775477125224575059311529246","6658152879744723234084542940306481543021801602190351775837917616181449277051","1"],["13758676109465386620438223328215586282359029307832571446844124181560036435541","13769902036567354340808895451569468031851856604599081500820451519734006430162","1"],["17264889392028352969358382940973254418575391786864225035275821815221050066803","3823223909184142429731130956131279369886218628115074906749648066005871750390","1"],["12687227341996284115144144669191758779983381548534602069422039717367376180359","4793963879108446069444504766326001178966710970525342657690215089046545903324","1"],["21735461691544657275169417545974169630975746999401407952064517673663255323581","17205738139589172609338078565161336214890733090650430716589247974911216777459","1"],["10912892567598106400512781865628236928100376470516680788169307421550822614217","11350671020875525673133034386384039466607949994550824255798359106647784825372","1"],["8335357777070220108890770317586837785444180521734799520829986266453570978507","13827174460596953118449949628906594991553683718464435050861724599974857146305","1"],["6614554463427694736964925059124059730707628952081752546742900821081968027096","12034762356080072894622598443369151492687390539548407017436046398815224365494","1"],["4595859386107871054601758537631469880444691875355039913518494283385550143409","14533121149691113052654203232426176953412528790304332434745058988905570907148","1"],["9604808789737525558065362444658316294919187517866691258431207545607298993542","15335889487251077904386750653848522911549861247525606224756510746824646372902","1"],["13571431363428761784811607971996332886730790392727292039002828936213498645225","3032915990524830998448125597135810204956698993870105473822609723346591580711","1"],["1463350291286345489905267428162424783671341420056669249014486661395821236531","17083098987989485443340943596090106251898131769796591317229436074597640358387","1"],["16668397034804220312437322667946480678902633498579453235483320979723138623955","10256818323731976711002471842261705413688474278434546032926670252098810048246","1"],["19610627211980635616370434601442041871201440923774494946171450132301825628860","17352685759134618255937011124813520914370967784469062283643454161445130225472","1"],["14384950382334344242691184286922934445676421006186632246621214192918208126714","1874358793180852238031239918059440298821371980914102546503586794620855208524","1"],["7085545086725196878084136169336298254423015774345243309301754123937405245101","944693724623513046968656327548265441732191042844529299046671952321377740030","1"],["10204755464899044095865454118012816810213684069095471543108435902356633830304","15821587323563426578749670196952062546708739690139481103022241231748835668080","1"],["754787245037492515836216420371763215832542191588336067340361933699742384783","7948480082464460771777277619017125101981034123729272271533856697181979567197","1"],["14985406953874365088328317172731254073207723869009285344074633779476000177920","8690970292689177035893469042668028647394521896659887371301161846122143774711","1"],["15709577847767052163019100358699416728381141561869723736579142230597542212915","17878788794571325181780584217364333665498031781611582022875813699206669594343","1"],["11374640887484727293721391065198698110034526621731152316362466188024805714956","4276837026069449946079276241737973970377305365937329104738782476344780104351","1"],["8701128976800881252008485638330446154631723680938266240336891863038596393471","13809306252124977749972878744904639416015985157036570178672337491787634667865","1"],["19361307145582023534901587961308161453985751424389358843579297866766215557163","9916019140608834389384279616498776715828770149163086324132442921432588144040","1"],["9575660611905926416083500013348909112620602171067129354452310858634461071192","7708891376725298952496431925634259525551889209868966431741089265362996320742","1"],["11015259508720929600588559542448690860494312509046590831370548368553778420201","18917830035265789647795653878927355510746102153202163575586930630853965295053","1"],["8503674126444139808644856554555026805568553264983228388207628482157507967466","643306926614699187663019137639104090566550647086949289621856255822734268878","1"],["10883181569894082428944456096509313479219211184111654884871461063031438427790","20877076668811840720711796450965718715048565398461650801974587075691472288172","1"],["6832842588030809640410167834354629981376167103526898539570100747952334566200","15422515193720682479792167049743299381635696802795765849485066445481764933754","1"],["7891695798650322311832684778213135662560772917511152984302531645264127856910","534240988329373484590412085457051274802745898181626310953243761371503619251","1"],["20493331421009801677648944077038081902357733335996756429633184919143512395088","19561166344851337495344801716371027281609927522350222200138026751964337266763","1"],["7029213671483081557867633622543943064096239596259895070141916611293770900992","10397806302587368819670838229417279735440669947728024289088540949314462582692","1"],["118279842033058838677492155108607203372084027031587579927064970440511571076","17445428181585096059546142920074353741831528413021390402029829219821575685463","1"],["18439337207667616366146100678752113979925454775441598181527212567412483870197","16609238577649407407942490435021245269119467287257832979566217276301943861877","1"],["9712914761816059997926746593388824156433465567766485224638856234352315799916","10670274257163554289782572076022771808385700062299041412011044906569471150148","1"],["4003576391771013101178420673435577328094246661350517609384526663454732743342","12927313966716303034680664525835475153529141823139772742294774157651978534898","1"],["4907392838673483911712784716157988313128794200161334938905334894190248510264","8077754165269025106493935804770057034224713719236829831260391395800676378836","1"],["16759506610819487230555726768144471651865501015533131732657196484219227504038","9038858884060662755885864853651216975364342780665565537877519934509288167121","1"],["17694942138636354189893747889215999424125031343045645082830391367694519039077","13857296448427670165107774175707485795358966260196462640849061064504032402365","1"],["10987846409251464517963806001825683402914389360868370841171027439942791615706","4599163721900224365961543896904737738400105417264857906230940355237088224753","1"],["12531357649183086012647927487689618474121848885545778483640033258552589675361","14415799444722319340275314711553848131475073231071992281389977506279885681040","1"],["7805698314588469177869029433030164491881262724260703021494566465950080369996","18772765993362615169880978471523181754027916568758670245277177175010879706300","1"],["8722571734602031967078298898874656965811884862807202419860964870817221343543","8521927008984355293730293327155206603764297727460571613867271360051793250869","1"],["13264021096954911329001309706300225610299730158112827951062101059214000292124","7492718352322321321910506347503954890198729955205118380096125542475545342081","1"],["7360075462729867529743607428337183736861792486954087301833519682511109962158","20345938825433789835918357340317594187367056927994798871410570980010482604966","1"],["10387491677315561210022886025376615554874321446190100160441377635280240904544","3903988814386109163378378868209495340312275852057825846534585640419939581551","1"],["11601211613041689464991647514006424010832215563221769862971472385651651526662","20859377645596542311700724499318233665418020243201840702229494051129179973041","1"],["21676911455051785824741649173335465332405986514835172642836623510753481622383","13473072581922999344248987738073155786464326501213978797258089821113876131545","1"],["13381893845791769725550559911979421899055818755418086698827407608353577775275","11010800800664297662307077569795102228499228548088358324191603424481416822616","1"],["8095208525566276453037869284582980779997217231644949962990143262470055225316","6467537503018071712874765947940057617290361782730583252122759631064228379375","1"],["11896087167214245622013716868151617443950316917460156066791444942899571298296","3054772462815541512658278406353682914865684103681268281042986797108001305242","1"],["13675612730837382263945192748888647969484743628522569719570932448338564735790","9071254455023987427870630703561147854885260134351493435595733828924476089188","1"],["12176208661554778895009107918712322393754806325703072341751673534098161816102","20278467683645663169116111290404475295938692635587405525952943318175594050679","1"],["10690702232653861025661773708267456294284694227806720866448081133821677936461","4368347144714381567171459124254446568660399390936745060913761046637617270655","1"],["2878867058881916827506440139876755112304199166896114397433580627732085253839","20659055806525954834498859674004949046608160683813477301777258107454923545046","1"],["12617096222234027593542999995462570211127838432815944690548514135867887874514","214261991174398089528310670207887095770734173942965655681299448578644001420","1"],["11421350961443166048121377757218013019891157500097167463719873633276976799477","11435549234921572215063767948086077880015171673780442934785683546782552610780","1"],["1416258863601030741326649012894703187501584350889699216804795452650461927124","4433617985221482602031978160130676034467800697855891570571954140372522367593","1"],["5750284141228862573697007136243207283617804855370430951651989278434241993680","15753126845691474530452310158393122301553608857269035675463834842658525556607","1"],["18876776546332688292361170607399336515751735888052348979131774596632633394211","21128809275514723891783500109454464736771192896190583584912511766594640883342","1"],["19343848180000740535445334520603665083785832118872778824475615157190835938729","14739346348651826656336489959030281632040096286169588047806697587873750673617","1"],["12284339485774856778784090697349358599757003317157796887873644409361697601265","19025968957240529280678406577134822603061384376243749688960955396890229822842","1"],["11120733650213280773528081748241296560128618174968768376356051096590452201116","9762423751152535344864423457931639421554531002925705181947256960136647382414","1"],["12419975120135629975735168420492555692622307677429680740660754771699765133598","17110996023376849858546127006747593677415281364791108592944714624085492642384","1"],["17915093181138638976178085119582332880561501093275938000943335325436743781228","8059269882793163544974305778289670790913709812560628862493562036967727558406","1"],["3690799551112790378534906051398020309026338994833023920839801945328661476122","21451532175706071546146108166814750619701645216319041112349720103097579203166","1"],["19316189152668118546685505395498013023152300756652218931723580659583978204515","15402815370200644686019268523411777168335830173196460876602549491686428094344","1"],["17883335590447217060933979910611235560521108673012192146021584552002060048991","4352283634854875007706743242514415896216658294625819376718489149086340312454","1"],["1133375379144808438311599185833560931716053853044370628852175106651726724251","7959316372248894230563144871214549388296771392284064943950303968829292044099","1"],["10596112939772410203151926257007101243347428827783114979012982312420006315235","4868972655254049984298366321375048682691359979499520226058881626376158735873","1"],["17107890782965143091458768290845053363368300940178789106428345126245085696838","8808711113986527334906208657701873976459155551659441690681325443633590673589","1"],["20459771874323683055172007487050812425294508133630625116568243786969145186720","2997727643011917889744596128503283113317732071087955219911052542045979804034","1"],["4068251803821164590854464288964459082715616809212246047902048397565425210685","21683048368579126697246581674252067587104342883394103711832919769650101011583","1"],["18861852024413858472032887045021355641520998085240432378180245250334901320567","14571723835415265589986986390572174056715728524275717962270647867396046888763","1"],["14386651342797544712022049101204899166140513863725690127573837044563373754487","10347373876909043007754129814369459249549452111612686379440635148366714041545","1"],["15437874645901837567499783876667309679260390680499842958528700865462775193524","19539553954382479170513647709346501433516918171812091118815219373291301173490","1"],["13941637156214686542260812554016038726054685206278944215183337623848384876755","8904507614100476620480636223988958645215219601952997096770828189762978392907","1"],["20163816015918627948992744790069803872511811040522897987144303799653743746859","14803493510845726689542375903017341229314559935052442473971576864957938685234","1"],["4304488217358369928658279538773996348984962004618550812791806802906903385105","21297406321453450999513171169932876143765672794738741790191572410225948868773","1"],["8234284599103506848693720588887514892524577025760952294974156220246536776743","6185504405327061172163012334480401408495731618842848522969064664830390589543","1"],["20689229826477883147222134012331973312517760298335219655313888024518880673136","4794805333587516000272466987998133858299509567821954790628642588082092780760","1"],["7932965480658675347989871439942830133497417545883488071050735747018846662839","15330213140447437080298983307124201531820803928281922592149492798438131284777","1"],["12646226460379619997455445536438952899460473971974109971966502613815460769313","7790789644220644575552526372790115102498085203154931194925617313218987226026","1"],["11485671009727846262032094478647889501355910920737861381848541829310467706779","13090681538387068321407288594011494933923704429771805284124032666346955789573","1"],["2330995424563712301305116330370791929525382688494399969845089272956629296283","17648383420767302966740431075219535554235709377135301826227453789052221721804","1"],["14253261124606201185143737844846340752246884815081799795667394505218189266383","17507180224180655980769712020060230130580185980997084217398583650279213596913","1"],["1514744385541221648995158862287899409507542893130229661512549846174303205567","17997749965424362845109746998376585471885572407409738084875281295110097253674","1"],["2960980285961269816954959503405933777311083106259048739472704222650396131136","8650386080175690455637729643274099542177599609519548763607073949264403714386","1"],["1776589478505489827948787297845974319012448916440211775072480572790737576574","20077522331644056094947523723443917398615115289619431340462357972817841370544","1"],["2304166358892514738104804434548819672025147305180937267481925495886394326541","11030318345785732600916311712805865781663613847830992555847272661381974069553","1"],["18081218496989260633937858417018739472066141972530092515775010862188853516054","6906199537104906572384644960021999241463878399034348118492395229353273212824","1"],["18466893914874873802307637436334223856599249018289741666173861204541633988891","20752281174128036895133066717457912377280163948376572589060138888394452340162","1"],["17993521382132807500421048062505022833403130626077753328183051786665287840890","12317634117595281922303462878967366807151007037445497178706363170531246165213","1"],["16859495487659688053184214476835606071074213092822439955877768846030588913443","15812651321656965005246019114823176415393734692409617985629935851162852397334","1"],["19391803740625434075753898156784812731073840708774049309918236722819492193085","6890398728453569401652258142238974421578122682454103247330262826075769556082","1"],["21121994509947240163524976218939357201867767951050932838047307225241904078282","11145172162119522576060686010834326749838888501696155187538914342793762479898","1"],["14563082665774079428156942352596686397766799415392554873228180001012020310988","1792262453986293334666673536273118777809840567170788927697661185636567830639","1"],["11494849481910589627072892352606991635378074804500209577924373201816133396863","11985857267248456437732197003446408851182410508647913394560422603389219339328","1"],["2251532546292123076886770985035506078071005534472204981000853549814442088575","1778389507566526668088394417902975743856584428286923101354772514719643364618","1"],["18515949414307803076324506590296467196580413897411407837592461538503022014407","19195379717254558254875950020963898077136065324875592065924795391763835672959","1"],["14275747509013345600203579729046376784779834974310459262493385986330085884262","5117170714627703001685837056729024087892630447265628825256302885396804255945","1"],["19398258149493798492564501972376487177658691784264664833474486110321573255794","12553366584419881364280831822390348240765292155754720976865823242371931302907","1"],["453965575790508760376735273679795702187123854148354652790153180900105811119","7893012835851029079164791418723416558865251174178346061552269294712132534086","1"],["15267011943301419479837139926785257007329954835716939019581707950094244871393","1373024454173171909600325008423392365550885175501495440712225041374866636213","1"],["1226376745328266095307000919122801929348999671873384166188629627827005215504","15847696782367254978632532492997321630954895980035071757600868000952823208686","1"],["1188674676825450791484223360371280746035780474471895487389020100024259696017","17477969033720002420617104686300681159391230583722345569395498883470574855162","1"],["9769453497055142635996994766318600668136303572272321024010377270005435941185","9434999037605520984096564475001784720505092750277379403593269447676350376518","1"],["12211171683619730149750854330854595604983100180291502791294859335663434768078","9883378767860899890016607129527455319355905956219586429865821124298253463451","1"],["2772716392128350967729253364969004613936257521909538152734732411586283730724","1259086365793882840860732315406188947531820745464006531199173783768911722507","1"],["5918844899557653470638415496663234176726947323327578666427876768103216558369","2526073234234385443853879483579966460432945830189049402984443375101922115223","1"],["8870030500698476222466173101694558585970616593743258443383560019752328862124","2501255582883971728200891824111993038373629144685677078634523473139982391878","1"],["7724233027201908719843731685759591214366545754459063833350478749429890522565","6997663713214479861592814889634196873683526008395497241676159395415330649870","1"],["14436797236343057590252112389363588338324049881866848823371451513427018629379","7159926269323287349738386620105883344101278502905813211224840778753230458446","1"],["175106500806008446647110197635464581284892530253794930540836263511123379091","16415675879006628339982250307028030644712403660682130468545655640331973530859","1"],["21177586208562098540954582420698580312283143311420586832509503507913426773629","18285647905421226155480770178512547569684341042861962717730643546368462896648","1"],["13041975043954991367939786071517067291956238412895526992688721309824321408350","5358143466483023854244226186277341681177407660158306946385570113352873207842","1"],["11362033361805551769131780604729978949848639902597391934991931530930877976389","17576121073409823063782571011620521195274315086839185427576955859477732995257","1"],["13715897649846966402186230861002032981580313220351202093855428846786613315756","17485086780382592515291020714668382009876204042440816696728613022919062232473","1"],["11543938211689370596291699139438489784315621044554828527089037292451210026116","18591658244905289453502234990692961723682176455597955069873133660571406926893","1"],["14882877646381623379916493193324455372174643481023711399794934556166552709336","6773885065267451307438074922175663469545217902463575581185100427164806456982","1"],["7395302997306350896991410257314771295275685342451053870400404484073133677216","19711391317734234529414428746621572679426144124024151843115213615401239406546","1"],["12894469203558003203128089311151860767002115129398255672795600153594437560370","12759169545704326687247048172093075430706713173469313055118202680864544483283","1"],["7472256573137080138206153422860158293740952729418680757006005577767287083360","759478308101488111085838891879748678397504614605960697167366966103683685416","1"],["20035884193872389270129924883032006247552526365359350380174784032616210436450","17651025837596655161721234970095930398172416381354323320153275498254666102926","1"],["5036047636518128963222232208992678122706531828337295392672904590891170006485","17007484448139312518662018777828500491173310516238587244252634666286650773994","1"],["20400753811284024453393905740167991061044925735296653941458838809318996372658","20330156875854467119994455408349639848692141001881158228779584726058275304788","1"],["67258887323884030474334118658951917984425396337654080400054682229709336074","20359700728267312369646026898282041308597944304123187233725176486943722191027","1"],["20445759150283861300830470593841101984575858295913498131346612904369801454399","12718689595853699420259385759487736496630071036646907661544321856542909547016","1"],["4772866096541775366009783856573380741115856702481445993540022281541943387553","19555920272814573310594274082006732578390236232579985672935120284798110727263","1"],["2480611788169881943157706372356520475805858608461663134230556945306415644418","3009368466726513982535543675605598044962119289973231080440234072277493620233","1"],["15632982159366630166238983804051034164985740121589552013804124979847068451259","17847567731571816458925391772902744880832871230017984858717462560477989863712","1"],["20367686929274521506975936566624086888592580983375016053924845236236854914078","8086020821130452007806272652628177071635369491264795386349892043451348594155","1"],["16827211869215263991008526732511538884364194355548209499622656399748607556666","21828751504295475604960117317639562490576324124184685955012471960184188214745","1"],["16993703551551140684551382106987856287671162183343619672764729191537777180772","6887142906965405729919648758862263657220274621413831538286727158354265282754","1"],["13309048390201462017323708536086058421823107640315466777791483976037768174725","8209860213744736656891402257009477014639023971160595726316523610965911128242","1"],["3681227786196261601847730871648549866681999341286446291309172814344860436534","4265181845566824057728643162617152720652734523036257218446673852826961782915","1"],["3142030535996012290146277473924110058032483766269540499359212852912142727844","21161361296223863107702301649178370362537629161191400076893874044732014311593","1"],["11047333839681724479598538820151732379882356356768634553776088485207458990825","15872324476270242588899430118309043181751998799140990401048368320041023791059","1"],["14090538090881670585163181242838268570729036328547851183496384261149433057738","17271175211918785581660806709157890884971945409886162667292545398428504682284","1"],["7902248133958055752077426985907756041571670988783946777064478164804654854551","11249627827013843359173817208188879047691863953587532226435281737994189046883","1"],["2456896904944641902754501153193680178815074511136181691567205731162052778510","4559365185089755934959741671597584087520069513878836024373265187570686182547","1"],["10979090481131037119187282439295283349739976103441444147700623015313149145226","17892472317448468472368692801371945451824206293025297765028350385861990712749","1"],["11819459597640704470366537333096695207946681611995128468619960007593940928622","5310036403520122165334050854694656666018870598550243364443703869738530709114","1"],["81561409775324745888885960074935436393631039711488787449068182611367551625","6198443368825589708712873082254816052011670522315454588744755739614969359754","1"],["11857759043116165517574286097744419825340017038623005807181347746701766492666","18203546713589505624460788821756859999903554780892274455605219279506624700630","1"],["13307427823259967229078733650199291024185250431032379321318471488171629374243","20197986727839164914527718098165948660095263024189418089401248118785595243564","1"],["21721041592195342292009216464968040283469903338131911762160727252352554035676","9942210307644193496925797193879955923462843991261967374278608716989258287290","1"],["10386357871790117554017987638636698500777787060593289118115337055068807828663","9231980009054365038051750600265785682327448735560403336578934640762710829826","1"],["9561144274511513587111430323111786598140181293234644768821863450760973715693","13545799540776173892744117374935638625460389528613932946683569574830455391751","1"],["14070618803355611819172934891603368458662412067922222279101481597079648352699","17016238418216631931197376945394258974657216438998920236751031144539412609018","1"],["15080575777666367682839395203928086407442493710750186364253217694123068703024","6921048599082712764094992862639191483267483300613000167191294935750482922588","1"],["8066078707735637603622197529585355290981785963538728094339191863535321253068","13776971640765058595052591504502972715850233707643820657892172870461451431955","1"],["2079465866767091201956696074289766249571359371437670471982379610122474648526","927458286488896008499533101993891899741863021355212487986394209595679392114","1"],["12753265536005743429984783118988952754287875443808228696633733331554947377053","20551510745944741022551424084335041269627722482971978626730037418547246331762","1"],["3062877668723612430956980365869735014373711670661302224204704635959369647358","2583921972266283711167300497261691220628959245121680126378475882016897587573","1"],["16745459848473731880358545511417735355134657184255295043452164585130360550722","18896780591523690109384389935005152824312660145383702966150823694911789254009","1"],["5899682497959025039768037952859173562032521519831287679504682193605188720370","2447286104344555686935393642986767684824000478089051440181275755940756590413","1"],["3646763672888685177727010269050551727843766212943989455917326242065548687700","594303344199679422289544977467450911188541540761620996276635944292617969417","1"],["19684715414298355230342133820404824049180439743349923921633391543717640341746","4311869802136409595028501149346983958465031426776820745300116774533998943842","1"],["10799402244581617818539913285215553559734558799332200562094096406365520265212","2016115919856029158232767351061184959972126437587528733298850680791597065658","1"],["9645167482348709443178739227776961544385889065554226043946460498457633306585","1440717906683593467305946756624114272337138290845869797588264285480518687927","1"],["10103855036838542252326016789738769141259509045710785619745120405573704566960","4216082396622025173862499195167755345820932362162468650527337145128282567165","1"],["5801117050566556406513717244866233992264353171310412972462125054129488260802","18922322892541662927775394661579002320109391121434564112197212892249635304111","1"],["21262145494217340980089195609726255850163173667647398514755115517866295909818","12615191300730627277151896588346754134592702429206557890754837283423079998265","1"],["1890731998996711435461303758234940468149235632686258765203258941353369926605","9582556509591927600526854236605151145551588006915780193708160451809272983638","1"],["17507732551989296572526213965785487868527765451154056999371188226718288960222","3988070553763706438603810021598266550102368911577424382177512299764665536222","1"],["20271845559625970235638976109161548468608014459884278303034011866825518064965","12341303377891506041216481689341151494404351406323307592707592771214823431801","1"],["13472690653373178744878280880646617766679574955939488419219982060643549233070","10621346606859831006185945899431531558355347017113606016123541792970380054282","1"],["21847904096468208148561451584368383054549219316190624003585683001491267777745","4063416724553498190424922886532556137961610153781933049683775452059306592786","1"],["17108462278362961830301792463486561070894530770734851752974474299308336155682","424504090919322318401178504677233243106764684591218546008985735677102038372","1"],["20471751105166596137705002036375426498463857471149932399933413016106367032599","15533559572255517805660686162520927581699622771774382264138559369218853058359","1"],["19678436148066019864247437910997441571123649664815077624999215578589853410668","564956546402843960266344659871112081184025058925078545002519121129118662909","1"],["12697145155544464368076471757895613011552344522007326380214658172681843564483","3913440541432003579059478912574110142164762752303119715970087220052341022646","1"],["117005867425327371196452160393297415463600780636020647070695497679173642404","7865018263290847028200513208280677996984163961287565617549289942627366004741","1"],["14441099351317873452683425465921449609066088013884049234168375276645192780260","14912686233856766832830722562297226678855543085087915928313250647740827832274","1"],["441214597471996177723341946380247397761871706133202059627459145835617928398","5698600195316326106070509383138416404347821184462399936305259797411937816158","1"],["13079353758448191332710067894333246214731276023761901975737219810620183550223","9872375521517328366625278777906386175740376775856114940594692379127654749150","1"],["4491200151029679135928178073450597589825757175497694851192420032759873119473","21874249679533790148854332823362458090951262741097134681596607147069750125559","1"],["21237013281241683739245902947964100603706346313524553895203828823450512997673","6380132076689774960494587715912630803572005451595237202850765148419709614668","1"],["4382822453902980761479799029064449359500704305538069455138056309542762832381","4254484059331053723274231607943149112892580572872856113795756789935254453991","1"],["14695990968562500626022493042546933131461489719913175289022790980425815639251","5521149628017604867733659352242783986220322161425544389748027717595136919746","1"],["688146484912331551129275921682313677411812888497815936024925670767418675257","13375117189854378248872913425920427999205635796104583583409636906864292859663","1"],["17825256652941183914356762682662349463374362518129074561149958276230178274149","15289709345973903129587293582907075691633645719480248237846469070652667383148","1"],["14640969972859965654908087537938114229407805222134819677655280690262204968199","14030071543374481495541766442445653819061168911315489706183333939578356673900","1"],["3379929871944338933651255519156621460028440454750951374919383133594892680585","247978138045430405716086289786966201502663469893816301581053477459784604762","1"],["14060429984921578391418814171275984464931300809459004423860358019110421362720","11024510888178113887784930015140516090954736044412389907108996162329519369078","1"],["14918346946754815847098113563868211403368766266420726628118996070617402846744","11863852893301041820138000221555235590591875293580689692785141041086355522681","1"],["11354763021028143746844915242675092704898861156483341843467961723804715515465","17774951839763270984698478612139332253951876244688394258291979077557181155756","1"],["21313691070204840736298174899474427808449986340456056629682854510754298074541","12138734374976117865756669971758531767281268033425394007622814651768218496169","1"],["16817428138981299314951518144058588844345443496819315920663691493254275727329","14877030233077569844155074800151525219840385131862796116681917031359779565165","1"],["4840019475181509756974541609120762925428365002355473346217931202960707517717","703164703223326170380405178206837283415146948995754380315065853993343389897","1"],["12104881306141627155131753314480706642127672403558719649837712886335573566683","13875997531921096931793418406608126970264149787000030046785238122513640794346","1"],["16440148427933996617238962530753230155872433270276559304608291606964475461641","3976070352955487074290004298068175929808524534671373176240914216402811790085","1"],["11633613745478156909801587320575304654847560985372197233690339248656743122090","6484087886473018657748536143386226659278119184376053094947821067035021954728","1"],["9039398447375016717807097618297409913954257645178012039197848599359221164883","21302129253569400166449239660446893095252578415284109125757566785727391949795","1"],["18530922483236570307037425999414596401845795481317608063564922123890578988738","8375858529769833740429760309886936996578307697914292565049946184518474594693","1"],["15714861445670835561660554313038746957331873648629906717199413399606696664889","21861693661541242672048936578519238355150533849839642418567696466157905728832","1"],["3877631205778006904254490018489455039315062813816505530042113812521581188391","18700440796444213257161822040575022815774019717883459231233620082822459401100","1"],["18869765482027455804040203044609626558038722642075229223401255008930781041210","4823507380952034863420077469007443248932345066694106220348616998704272847959","1"],["957796531045519086362228025751730828091021601908855180582699860807520896513","1720508743285640290853003314655694264713400567618457736777169890052552443326","1"],["1797974328747942949886306172718720543048794545042823506888983925728985801809","18145767924432000087812797873754429750453789003680575427477424902980743854364","1"],["10231027330475200123225209198287678851104548098809366169641459191922426212196","9825328522002104612834078383871176224879860801884716122616416542037975499509","1"],["4249741097813924468906547270421302024652019209193776288918947038831168454380","18547933672797241279516284478712015573557873712038427505789132965062480732621","1"],["15902422811744915803617854442028679215682317967747857083944115115092944036905","824967125712656136048801025858155276786845963773061591193517915327860406891","1"],["10394180357542978433322917835006529473928239280551833100590974637778109263","6363288164473993130371990580115630144660633803836876860456266994771675353681","1"],["299142579055611185714143341289013387223441548122610782069069088825673205496","15836509845698477257293069430153655609610993829510136961569516537852828782606","1"],["20538770575071089995094967233473311870276586604971197772734539198590356260887","13638749807306551155667511648541793827492902529827346959592880057957907201730","1"],["20285001102108651225032358013627212614165237613616057347698155816482501034626","18360139079124364662699528744764348478532851679419349967309112916925185768488","1"],["7421465133862729403344226607721647010571351203478486357386889631312182555054","17813993330735482703120412155088753432280275658031325188390940771369661705905","1"],["1363292816198603292833939034362591989074471016359754665257744482722277631045","7069455349960196805024165775470295542604306217433010695387753369606683625654","1"],["2745516546374077455408627148196952940673183680604266076497691062995975664870","239782455501171294653267841317774731634084639327884109022855253574046735186","1"],["2197407170536722964046478087573979488679143617689738141154492273991037680962","8271886990063724049187590299677913203949663005045934916523034238571960990950","1"],["9176048928797706999174459019391272487357555816354106118185945255015782456464","4985119465190724044266320312386976837875475306823910526881321011847880992378","1"],["9898992696470193454222558097375496114535974677748325164853790663558127064921","14039489422284613266511272032925099711673992660860367607321757538737472879455","1"],["2386580070092320245445234646295762458685390205263397850072235727136515312539","19275150802654041131003842091717444809720602239225859876623406483772206097742","1"],["20696113628524777389390217645116698182647094238707263702451761311271253852307","21414354352935884112866579346942430375365248348082841497333160608424823642844","1"],["12022475582354513537528114420700588671348920013939947602835438622409230915901","94882651081361099384377050899148006394879480357441501534215593238355752699","1"],["9961272282502530884954064064315542176736919718576397228760148684879557661906","13598528439127908682922430271655987265752341218623625871350519960770110939478","1"],["13019363723244273815752688221550646342799062581176871691211858785505888554244","20122337999898413694938824578321365012112842138734492050981668218645359435090","1"],["11000530739380685344545035958269511845222093193080268351255413800980645875023","6576156762360997775882581827063879042638068831042526897755075549871855198582","1"],["4256001577762440149593180002454644201764906750369663672828696027670546886186","8170654774361883483714843324585620220651998746245856303913351139986285703997","1"],["10463411875517275247812539974825942653524737127699749300067828021659218240150","15165607137831945722956579051203540771048170704002101352171266943938696347648","1"],["2884709563463276780983602049193304301081940005574473408468771015710631732339","13538098456409566156873739393503442771192313920366966770751315612282385567878","1"],["21091086296909958787283223998830630744708165302547048444198398677874533023789","17850786523576499167143181672815336333041055412232025418502246439528086000198","1"],["16965018305567589988187277169063105292337502431267350677182587469286760023491","2630179458728288105593321914070862152159542427958725785315587124507315659904","1"],["8111410741618135371350547042203398204083990903166451905942872417188602023479","6669391440025508187224989110551147326457803632698940300653757319476833731991","1"],["12006396143384543141325233193211304801717202463298123217903346913485205732102","1407399740292636965129109307134441330044688543599663735972406780718949744956","1"],["18270374288704774649234052055172850738869654341357996657381773877019540012481","21279727071968382277225835559145928430128565845974823899000567317554375616293","1"],["21813141945605066736947915303350610730967826485084936369594559603368464995244","21019676886896979880046709400256789403132453333997051691136753610736051554793","1"],["14377521593848546081944953399534861018553750425648540737791760216702371085144","20652801843610458385532152126554486799247944434999709658406359671144356485415","1"],["9893232809563806023769755695619477665552813342553850577963490597901229218882","1777927706009072913520472734397829333161942876780055070710374379029378482896","1"],["19610700064449503207794978335650209041587444962648446902828500605141412186189","19659851295710959828141807691858570931387530498599841160334385460389285524749","1"],["7848081848368424563987545579925921891089497464849336311314172955404712346332","1201021744545028580070469973574405722850738618705744554817217151849063071016","1"],["19058912636329617809274956602664332188618648256257119856412354333982762202704","19561546505361142411679921834289433784197648571655089922115813102654248780117","1"],["6673669878168507851554550068559440380555825963748177613987318047970997448930","10134018017271538872300406089030876105260949856880631515592459170107632567722","1"],["17507953753193656961916906057535617726394543227485894059135158685592274711179","19749024673013140852761704530230633389453661660768837919025424679457787549247","1"],["18979502428649963871707846160826986423366033994797477680354984326709414299650","6579541835737796107059419863854279896366150382983954193602693323627087811671","1"],["4898594582771520336531649647903959696872004276440986764256500564204888277529","14393648879633348704629675650125343479865326031082973754097591710512344037943","1"],["9779638961215366283213304586150517121915494496886315891300197774825262727058","7619346010178716828471347160574308484923528182273223813221219135135210295299","1"],["8628752901870449758470456641092168080756832878827641834392782985882542646371","7603681922677778321753209007287171240336137137060341365374237211548173608731","1"],["2033235500885758037671566169413839172321426732386086017439496023130945923260","16253552305971579465310905901898659563463643006303771031378846384218213428275","1"],["20664180490372306305352766170997691490021065523518872676307885261076818412773","3815344538422445802176889976953753989123274250937219413314212477564382727149","1"],["2750094103945254283550640538767940654458617697268274632422158248032815968124","13077732680812123367736194260605492747584495244056741499012306714431678539321","1"],["12499074988220641083081478096938216454634840580071277567934769141605935553096","10456095082128917360089716516241794957294321970667092179897817209131707846795","1"],["20952950547514664147362155754450753625177472302237316272780333897888320277498","1919545324778553217965012206899818649810832379954510845011674431081979564968","1"],["21332055732584955189351910669273621749014966137964696767765990477007502728717","5955766621275266198335480423908657330355896827470080427058175878709471897883","1"],["4433509218486302465264765160426254518725675693983153059596364649309801411103","14012589129243691402618954295042012729601170122496129563466447977692492473736","1"],["5337551954258752885959085997935616375312994008982917074641005809126442390367","3643667613380416186584937763991800827196928336364259062517942640795533754089","1"],["393640931258786415596446813372997499971079077272718727641874868241572843543","17243913863695844459634270979205277554600065007961140554964901323950450077761","1"],["7563769427511091546738683606182400512241267948400379134878221342462812119790","20467519882064800838201814788373300424787682264191327681518607415013203652878","1"],["19847889259963327008515186091434006186647047171801407133825428112423177890215","17749653620420029054079677540803904718130529811597747277486593841714847937041","1"],["9633075664212459489182070643483850776721631622473576923407033469729039654609","19092018883136342803856300017099484303124255524179071325407575378530335428112","1"],["6426773914125522648538842821229234068692761340372551547252151529482231727592","17799667898149994668174383483590350631572820625355285440433590678585824823518","1"],["12228634840925973044905485493462136322198834731090998859118750163013037172015","4399312690790781546685336004208372333779088122035029645648128578951083533478","1"],["20578152023355654859009657911352937818298266904828431083452111402493023145038","16320195316397011347915246224685778046917239516766820346133204619350112833722","1"],["1437083606734284701168514136765696149333888832312074396525052012356413339470","1390775185912135837088808311499216342526666310618501471643009620940302122371","1"],["3967733925665318284251418704064565820829104500421774974133071693499772442837","19195254075941684487477569488724088399777430265465388548750451552159929540449","1"],["16482316715473258292762036245875885300214952767366174642352503880625195778650","3329730421781657891863361419106746243511252319128326916291670591821614134704","1"],["3457845128929000678121120699806020029724655917618260400720874681673681087171","15304750994680277817878443657929488897499600846703505142013708026152246038176","1"],["20783891008924399248585525775769769590457635119324373022248792302614294006276","1214233566057640510005110814504883657474310295879987133181061623319154859223","1"],["14510931838177757471111806305787218643238962569319326729439983014019557030671","9795487767151190955647922872328393725809149717573188129563787268889472165298","1"],["7634265494564887267046008397119423512403421929135372882537101929972251266922","5610856241454361088466709497672830980838048883316559930765948588348376310147","1"],["13586699038617525440444203280810742280794668227269650453339064855829608154094","7677199967370677306792231690844971652943056600242870709099182641089683505576","1"],["21432994201793012839295119358407270111169746491139676296346027735962297215982","2431721961582976071995493868888608179565840613044728160132128882327646927506","1"],["960659264654782021089459188951381303231957849961233032350810829889437858670","7094994524855364859977992287851375070607089205031316650129314463651888001734","1"],["11449014789620171730866194505020532676805689341775765593673817069674330549715","8552016531363223480200940599286751499115407935394620512054107646602169153165","1"],["8644618602171649494161947024687462476496945410850901126096183488000577737421","11259712112551125264715398377974058848941265322974246327151889309618214329522","1"],["16970539888776848330316548735475578169203089520044852231838965452752823702401","11955020810560846263297910350033421116264839304932051074874790360164776791827","1"],["11850316782006545658076459202853344229884854612223893105390632054285509271643","713728568460024472897929388981554455131948030505040201433258662543826737944","1"],["6195037803525793428197445955480854656474499508987369974131908244049712547444","3520897295877985249999225505003166937273109972416745172839071115507788220515","1"],["8021612227220747031259702998122400129666293800862970414032635930470195584772","365470567499852038409084323648384340098194912505788729029305245314311171503","1"],["3159724947254070941367752153862306504566138651102949135181259868077509881124","17634665113877289019117993883487464052619954312817582450977965033616124344156","1"],["2729551427487848104578177258682279030363565611732065544033073101633425994576","10926617121275321435472695679970640038765538103592419263494090886744469437515","1"],["3430697910545713865974394014628668110879349711422708366377661320249735433046","8481340365808091864814044176204786972763426125797532463729774784868774055784","1"],["8423230137691046232810106409292391874413728301214175088352803493985060904693","14657262669466433316893338276328660861912731471440241307978852708276415634947","1"],["21328191055649916319653556782371784656190187784145992740227574984309213370287","12562148194059999950346074809080978032397752849221507848463582149513050936881","1"],["2102864607430724157772060513185368977697069851421412425749568465447494639213","1848337540851926964637922147544354784713257023435212888738657830480934805180","1"],["5962254136358057438654392745041946880665385911549023439207768881539312741783","12115641217659152367232285587491190822451874609165474544502896657261996887997","1"],["15529784677913130662720085933773572448466857389568587588835614996062064356525","3083833207164250324854122866538519231211340064267699882588457815947710305145","1"],["3333338076799640980790747834876036543857597844820922296811116634260743644218","9628769115918382586361027890839879226024013407346306418487052574785149425278","1"],["2109272335776907322762142533071284181277616050210981024813655121191771269256","16606929929805278966879233241683762691935439331818147457663683514881578847424","1"],["20167238002779974487736858558765060579956637690692648882437285930109825591331","3183752836331524868602874241976113481432608962717887838664934895783689829303","1"],["13148541734764925480989267715289426686653106179494300601972110599745851388119","1732555169821066316667118860007582020017296192427536798987053595730696281350","1"],["5353854676928205089392212713255874917834557461418107524403543493370838325106","4685143259612484883635809862061272745566669886404422708254097140614569952742","1"],["15165667357235594948520354717192445773034474026114751901606364186998953549095","9899605835607113701653665466245489410305699781202415247199905966613360535886","1"],["10764306570503349753271402644392267383439623370311724965966555883865950386527","9056456463794697808802200906910808857441267211445969438514668489301394273976","1"],["7639674008838092663492820865211783566168111022771620177422161718564986152254","801410240218532683994758103814832184324649033195870707025845206217951383892","1"],["19337426267028819744231713336956763059394530301266736303695474597244472170048","3613701824057416038883962912368443579958032293266652572763620359800137981951","1"],["1437755032431672328685374137549967084872490864219477232411979362422243285809","18881828852841811508954130967447928389951651735136126232252740262689628384547","1"],["19566337921090293091039563065048681672871257731286874056387440177727584076044","554534995411420634278896910962917231821463669207602417768290704610736327066","1"],["12463461872896609585952110312336775089563050492241315213062924751146807754471","6507717542098318305682947745899256417719677754488287138745199609516306131181","1"],["11936492608354755378555396190403712884902982234006361749257470282902362876885","13025890204288888131929032182381074773798693521929921173079541811084163261002","1"],["2340328976331362091972475018803587950938555431121990674347434704993404414467","3930191550410672745502257956196686638999029685447817604650625937924070155200","1"],["2896844196389053368730017042380739770903272206068443042871857440418180183665","16530938654263215566062239992669960131853256048891211197663741515509445325109","1"],["11423077361408753619257500593922906567201391050340566429580338356792566397554","15846046002374450484138736075417882624472552199105033991501688997913447387352","1"],["15738536502288021140690841522674527436501999742427822902710102845202480602596","20720935376997569298969366393418584138428918681586246173697424894595749576155","1"],["6264722684716943975545418545887472743915610961044248342290051428370738253993","5496571737372554797875674792471318266405057338450530206075604934455929358828","1"],["13303867104090956876099840918944335504421477274696965689812111264124253416477","5923446240691578642517933344904171613796241323666705743249137097215048693559","1"],["17015945109363234817243762501079218658801775050919437040951864026542076056788","19393680766150868246021665028737567851694272805025353072505574969562048530624","1"],["20587028010396796407451878143976844608844674767794511800236146989998790858218","12927675824613894222797343067733741680199831009881692205247948348135972160878","1"],["15860212372328846510440820405718447994913127535758882228082346625424137352170","10761989160939765374093238661633775444117481725198941154205027536701846441811","1"],["10886410543494259641192251331304649028722592600751373299604339155994133710772","14749438605506624885955426633496713207086168907184664554822324147102208375687","1"],["1311001587033975655464953217016702544853477641688033700772661589610964584442","20859073763641685993630329923107023994014032954658067841434729359837408852205","1"],["17216134724568834845557566827240215085768950934299288373533607202173427615208","14447241476433359447393732217618583393769021902030045087629074901621146889117","1"],["19706962604611321412820140520674915472312377158563619532043807479458597556828","17156232202757212102493695483122877395348235773374499758329302192035279951606","1"],["14818451264433635815237158495283547550327888405945673193054555638246877495244","14606688112074106789320509858310209255562313868767250512987278559019841325414","1"],["15409383400471620480338817083412057585754496106489524630902366496942188588635","3475729666171093586260156082211833006840061896117127318128347361121846843926","1"],["21321918276337453580301401990097885994293646639090996505308906939057418466687","1370415250206520861299270602536158734998651635684727082622498457831012359275","1"],["16027363752009925275372286393268989067064817648253075218661945200441075462182","18438150699677383068525458498953238057829690307170066271079176738383688452215","1"],["21693181406067491007036774279768296233300861374428659606320421451944896461634","1439124104718416174279191218499215667316750811400279325601136101921850973298","1"],["13202358884244467784959479220935581176810579167449337011893753863433042945200","2830519962840512656565643753952755853362955191224763916549021016868733181569","1"],["16051743829189804319500701651491467168484269081755545915013948782343362060414","3495894732473329716510835246004908345080570665374373065845527969499969644877","1"],["21385625388053375991095654568167673521194182467707412612656847452717147632755","14434362206620988909653189933810662565152978466955839983033413149142054477312","1"],["9203127158193902059436026761933879448433635516120816691254088721881343640198","9163537942117987162449106142190626466275697258097222756881730986567445538248","1"],["155192230409931401870805213427322221613821424030982930796606779461305860407","5045884078089975225759868757744596344412314013062334463323099758790185588285","1"],["2336922396663704447637576547530553282701721051614634212794419348610260140269","10204574792249447380518067403223205218676914439811755559245234220845386168003","1"],["21347342776310903985232187856363758109331191329447375192872635285667388797386","7094348659640717199506923709361336325951735323693024093597577871969800989569","1"],["5070799428946871858216088584915414554240883728589018737610932499775734695237","15301789146680636178683327990947934389846996548163283395497614203763868450244","1"],["10917306135286936903091542424798697689080720247012535095276381382814927337454","14941241339371984812335801802767024839437561293904247395869354614414449365388","1"],["615925536016827905137879876109674727897280038109907866752897702053419686045","5191022386227789114960954928045803747836327553085327529911880576282398982649","1"],["12130449734945985592730381708306950941461172771403975824500554565854565734527","19603900787444601683876536545387771014496760383365236724243257347213059943490","1"],["20311845861450880641637631635629922740148897523023170785871991904378081276574","16380175812341664920995967643053506414575119482090046369679396353551985100168","1"],["19409265587382892878339583058805452390724677947549635442588212953993488779732","20575538917782834696154017855380727629357775273725840958135765690831273486304","1"],["19688061519806527942066430630907983371762563700293983342406122560216367463256","20276310811490064943400530994064828257547642633928519266068948201483624040326","1"],["12672101716587007810672013199628052134349148982677993613021436852999879486482","15039050131181974667514169809351827140435902325480772174009977892798630969253","1"],["8253563558008536170026038201761855796830774563861087507763909197811059503819","16377169981505495827150358447008590274609815493658601733453480860792093030711","1"],["4885263929281417918898867357575892941198499575200657695498170314671651389454","7599023769343563526605482715191296033379707349237886675590259162373050510293","1"],["1285579398757588099057056673293160837478637010561304135467445722213020290224","1370857344765057155246110937608011394430474622781164093989275880386236268920","1"],["17669298408665744317627588221256365754373775704821260545129449000030753187565","8164936145596522580726209718044516525045778758834814363831941294696634387167","1"],["11362123465086253045710029329156024508403420217365355011243611078216172750674","4593985304687134040353354372488518383234584209266160628268304997386292872076","1"],["7296271396316352993271949540408918362777501961821390019823987470551515405561","7582142433142827984920624687915107425377486023092426128951034578024528560218","1"],["4763783037881324576237200980263424026386571688083657303044699750852276298562","12217133210828866850494986965870532973897564470863331250243842611608696365227","1"],["16503990157282913278120603314207521159765727025473897848212576571563106158474","12171395812129455094237710809850060027502405712333805124418581923080825959840","1"],["14442633181338043077722551163447282460362737052014521035805495120066407518153","11772586661713456241149003600168905869372628758696218678157441875044576467697","1"],["6143040203706108796197915129728516467991825298555114135963953629461544779046","18995184501949066608906719521192301595107980238004227437333823811074737527654","1"],["15994512262847961216584015304880119964230507813637211394333403460293091128469","2456574470142201935439859206975490477399597570146473577998502706384325703083","1"],["17057570665061910830315419350656831016981027006375801783492806265887122404934","905930245839905881392943263568356171137079223572222066581332047517816653406","1"],["19263386117076640214874566521163983106041705745345410856861750423879853932258","4198769714724861139476017775408117555131277196477801391125125435924743611500","1"],["5197278971301484815600101689309955006908014680405070962699058574002029699717","9858646964182021172279452740564730574007757185760553879883863137833216806086","1"],["10713484744727881069178318321416570559074198849873416004803352658607895271183","12880415627429764613268216198496476881360449473115655901725181460353464011511","1"],["19269974485486602750325474886680391724070399900336242397897916310702400025572","6081918796270081550411459562765837449315728773417494822293864993531975644683","1"],["14763756091879469411774674643188632563396433956183320709882620185379916736195","21832753904042908082982209051303892794968868054568739260335873832328903590557","1"],["18786539339779310553835726584263922581852709426534547270548971762708903784060","21409437280178613655677291667250477465742673452496181290769603112195293914838","1"],["10299798068570151039885011129763743573152233568201932408148118824757712447162","1263601559456190621122881397155253704258325778066841923542172143271482951470","1"],["21410662332593055165505038150828356607210014062985651149940546568332058670953","14240756964042656522684572624583072837681361163049734648352117568024892041838","1"],["11772162649259492923640586746293472139808515824669767171324421163222682402153","19719053894208161194809670787353152567888126801743245587695324187274718309599","1"],["20531862202119075203622680677034561858427390626245852625822650975367604253982","4763944117169508004483551613963345676331413101561187467342380711993202479260","1"],["2503725728463910718920261504007223883484038555500863589682972168647667705388","5249857067305552445455093666165381613071370560983793180932835636807030381451","1"],["12713774833664179249892777446483451723777165159419590470520831768664689483551","15024434222627694481005278475076808051011139151629983259206106777755719045149","1"],["7757113571714851873261500608308731495385011007454332335430203177644712867389","3898110583044016061549877282585222418755241198355029854330199148451184683694","1"],["9066604339184576201734815402313206581674090274643540939755488224402553450847","5430278113394633687904740809098232845369202538096398942838819100798324130441","1"],["13498914783701577165563242239517365722212344376216930078292246300733863989736","21089523053951115220301781689109442338165750984829544955820767317630426722958","1"],["9119098875841297624009331216027500732041444543142052412918676650206417440334","11883260225485278721269539694804807355498024814608346517849709940712194707164","1"],["18083420097221713618968234430508625494941823715780192616963284787855617529950","3060231192639313047794415392103556481851092743293946325076331843281996454538","1"],["8181272736186715699764428644051295002665927714872094714991714387766802386142","9124712563389239165093321841304104742282510846775413147204624899748603285537","1"],["17955936714347246591816635972544139262780274385831818438823897586307865605153","317575019163280666988742045445771376130051904488205318992687885769904346566","1"],["10971789774461405116272457062608148377034866188326507425445376233100742422131","6663289148482366545917116877575940245302554270487200630800250794264072120765","1"],["17247208037484188888523733018160263318226141074687430543644397633971642416834","1274619274447475868522600481593199709270433130913082985086342921363589157768","1"],["14167820848526683982169861581197151246023282249872048469596178959882679116755","3686059794398591338622776574470238507055911437876242881665976734350319897759","1"],["17668573339319388446191212938505990702141967052892163613462353930585253529224","5498270638882179227985567338570640055776075881157815944189243401278792616503","1"],["9528691454193096407079888277062923817864150114259718858139106829059607561297","1419931520763071423008716358871574194676580504165933401259663185706157378443","1"],["4177517222452139856700526468695202722600951876493188818262574005398803239944","17412753088328883148040174889730805802680605321949584270940326847533906626956","1"],["18774285104600204622554730366140460862127692542595734915720883620694376661840","3033010205837069242858169662365829247214039089884327079770380102715983220263","1"],["14124582958321866996655933848402661196483800215307682911342599670982678665823","748697386500896806448594549777936563688092465115763191071494647619640310099","1"],["18113392383701714495514180897039905189943425953360063308455373536446037050757","6436656538048286447313805021113466434300914849571598467111244886430499191797","1"],["20608928035659103093312629200252190293588029666082745468926802508179264686909","20034767752363782251807452123794829540013653384725990309768003561027491142671","1"],["17539301361797297938136648566111157471531482454028337911247411826453284916289","15792415040959288461300518813289014393999551091320582890231958948176073500507","1"],["19979962701019196796494553018351175275220680475131765893342431983470683183679","973507643932044145953897819821541800250498389974705765300137370490071146874","1"],["10378812766861009062954426839777814055755483375940049401200863503471282293295","20604878765136606757029344498252961305351292415189094908451777231309118175221","1"],["11393095289349856582199455266140544270263910168606427390722662129913112972427","19363411890964976142905678263072223196753489618935605734558064140788850489948","1"],["3855464508578859134057517313549861735650409335145053364643277280261341122669","16645556779519140292569453454711817174079961652385930985031462320556266291901","1"],["2071613055369989006483295539010461500032551641451636673529416255221905916418","16340499503759168126745674588364213778777746140173399573603424862157902756226","1"],["1416250260763679815283639227939008057778658384209194248537861345175590166160","17672307344382563859519315999269726541538355017050200296217702598082890020552","1"],["18421066004948161822111122928084358535891636812747023339168658795956289690548","2060538444906574039802215906917900624489331050133891962239987141323753780541","1"],["6239145097606905619921949945776386349752288721973558887153180878442081868767","14175205326537728848706657354912785935340038834698577271433789811365456368211","1"],["17847670643909827923306696547566492146656168049980205864628228751423333088993","16023827454067029107392431835040978358415618188068977508788738564901254897439","1"],["8781243827058040597607382658776347716930988391190339204487995799339803523564","7829204614017506701271381451575128278255062839854114984130941924262662064537","1"],["20968932830346136372950813204608976693075265860788527218051094540547681786513","19495830180011524839785410569574275056498395831886414451968062139761827064231","1"],["14988506691502948085738413871756445243334337119976899350385286259227588364423","3847595402263642498057352407475254318219841094504012285650326912113238803023","1"],["19044589825985633625536376110444296243092350481838279839240126136176740274224","13159154878979999600360558750587136049996490809305760891150163911624466944313","1"],["19733086595350804711270914823937656098235979107517453460322528111940288913173","17542943092320467944483121796488513308855375054584689682629981013151007269806","1"],["9558680527159275932834255896951348471030175718193099396347494279514786350143","8273051247093076986841981018500537753172843943182322136280194380970675396460","1"],["522124716912367223683451808428097901755357879673590365238866226249880055710","9420350411617581566348717599408672677534877637719038183304194039060369043290","1"],["717585891291784137891311145363929361417767750708940288404925117369538684388","14240329655207510175035829067335766862605738287083227828408912512033944333123","1"],["19763017748954656361696787653453868441038116212952962274651631540628471856941","3054064189785735013351765010487890606148556610581002955007273304362024450600","1"],["698434656565152159720739860683987895013922265469589581818160937200384805278","1713337536802859010979383890593922796127098449810976689579284365094951543599","1"],["3016559852238836112664602942410944918386739462636654034982320002397364261659","11030504075202087663583841802839336680630262610936641305960231865846926296267","1"],["18007666790440873108393812079733334466951665005854020048855738608115146976598","9318447602659059320175696246284554242356189613767476853478078965623789278754","1"],["20940022750056012814290955131398255117957514651610457395035777448520619084945","15113337490797450527625225835326215249548921254350815307082251542770195939730","1"],["2004937386341637676530550107062937923583770075287535157782935833616655650988","3149996413318456827526326594334760638322077995312518243819638689392698180477","1"],["8414123733294243144459790985847107093061598226032567678198033302026113765067","14845439463139093819545464032104059436144338079400054172414712454194924974665","1"],["8211015603574312907247186015574434221417830856554633033460843855883973252070","11996826662310182230255394561956829885538937336441002299369566086238024471308","1"],["8946056452959889059847297679610290243518613193275315495626676215612746845636","17563029730616554126083531422527649003829183455728858199716780724379263156133","1"],["18253984816785365306838993693379381983482902588621746040396827152352089993564","8291339299723496237073364862626905943363067587751321994153641576682869079023","1"],["14211309127562657997551671832557301474583306363039825841977270979805603345171","2725934405926497363174432587195058906107642051746229777135894465142344144297","1"],["18945836014559839493782367921490051436670316351750346073474116663986906111756","8406173031971017627775251221252812661324189842496227601038692133982650287589","1"],["21636538333535598807556985181057454784852222899822480020972781559476245771406","6666512940322019669390967389742418256141467915451764584257123980527996724360","1"],["8779193115008197662974276346525262353332019496317284615686156491171885535260","12057261472299696869453437040838769685337286444772217911625928195571115215919","1"],["5764083885138882676246352826088853612226318269109283360484382838616818169812","12103904859714787242872779904386410467299301044486916119668458825975117866922","1"],["1088297639753865517373122910857036228369761826084854671364300377854016875140","16514642438960010577843646293280451634968661591380390444248700389232458279926","1"],["11651205178998248285518738525197905980875854228002669740341341827040588267883","5908917487247030878670885567708528241473454922391198729403193872411623077165","1"],["4787383647251655132173679157098772833027222629677126273301621337248172446281","11048696527363501670428814148297279309399401802182904285207124704786346972315","1"],["11803236709020114326560785864572909771210079428797448495937394736086821653063","17986078178589373008138334621607496636565499670375895743249627142203932216023","1"],["21520821092539010467192314233068804020445135908867035586772242714026766159130","18028414886351308325871249664338735124356754007318710880704100380180357353089","1"],["18958764271728232569051561120317214234806754273095360754240251040035221692348","21373643522395921370865776831456971238194379088871147261966435301504443815689","1"],["144555330217227815320492524290114867603793272927517325995333414974999907306","2065008150603041004995128288161404890643451246588146415909994827512317654509","1"],["5118926345676633338499309847455315136057855213839338443691915087054217953465","12336247063141162741678431822915166360635798374273410831747505758774114271005","1"],["3259550623110900595257540365195224041776970628597571363354364065388075092456","15076699805621202020777487127189010275803911954057179648980327338097114011215","1"],["5717922028076002033591267552630790866584362401840894986861647603210725064510","8442655996675826191740567867725595315393757119757008106810570828348268756981","1"],["19012631003272424034196558429919629596041522802279389276708423340327037944654","11517008849117313964166998511940783513080650503035184240932121344052738371590","1"],["19131339429961952623331114604231497587502080257434642453525148877394039983986","8056502398283093896766860508362693517038989456506769114701652354894385826655","1"],["18515783138082775895746351305973526558325755563280026299128960523975333522258","16815688012512913765468469239778058103330925747331822552613113963493518753299","1"],["21243216929969840491654382599812357841495456013411386519717420673348158379674","15773354269202470321575721258571050389954689012007826800182866766372062103432","1"],["5849111899117929899389928975532232677653693393124353514080547272911747709507","9931682171327380263433261937939170103891088850065580183668308113444074372088","1"],["14988355986886697088290092155975314325926603307430689517130232065520464220867","10697533909618609713453402172043047467413550032253532132583960946516096056627","1"],["20797269114285049462241805991839856845251070340409953753418081865347119744345","2789846769646521362871206911999099218641940591877739879770844176571406119197","1"],["20501285663442841831504512389512561351893227602913004699830562977077096572735","2989027956225992173920279695025312454489794864760770203179347619119574642233","1"],["18254439558475546679965574483827476217505358283645708532169141259913627480105","17205067908549510729718137062857341149858632891367298995907067331136137958069","1"],["11450190398222828770983342258152157982517357836359653263058505806074128939365","14792079082160965498683267443343948616131058964561968770402444305734919082695","1"],["18439255250574370023014609224692192484424654329836809233121438705908273901370","11995327315078465760974282515493132375855111172611119682915844589195825417766","1"],["12384865747610451334431577473504074395191306059600314167412673246242884147498","12390601092339794435007817112211654073248833330529956654125507610220381902937","1"],["14153014795615404154846783817932118548075409785461615716598657300779957025660","17415416826175380519412844081883777122554686708963247336878082958784927947882","1"],["16825367269101236881024547914856561196638310167403536453738028900345542118880","2901306116065936333266988168184817634432510061474046390559984219616877759189","1"],["18541826564028420562124838139269543634717808242678180838737079670673278363322","3355910106428150081933192119442568293475401053438374766728017368174410111949","1"],["6669892620764267455067348337338526704993670116569895673557060279864446763110","9108007053762221860015856537539808850208611752566856733941166837804857963238","1"],["5814482257959106046974652641015818343104184192434597727748124753685232760227","1179862982613821475442494637402962078242585839288195334861251408958608600797","1"],["4194720554202627840303374406435634460717891183659549063051940998312773653733","17528133131774637980177682467388198327741957735241198804101507117774442408772","1"],["19269992485461341846434948510828702752600566860013410375896175264310065158901","8227840123244167075880851304399797817795648547791839335129759532104119103138","1"],["18357735220555221493773368510609049729704011547511395418826863020386892501815","1777387898912296507840902225540870160937982297492571183776419871349878969691","1"],["10038688405247883958133051493340312515859171468447147391382532431745431812327","13519375623885572196146868088050582755789692870840586275512720762087444121803","1"],["13757454966348220732944390401128448509304206954439509801769118226787832955087","10777499329104707929484813796271319551005120140201353340218051080943278344618","1"],["1897952907492934211433626889681263908606122836906830424584039856500894843788","6988882395102996625547705561752643983101731677626156665358418765625496799483","1"],["13442694916311397446976382441887740388675664215249307870999869322129947040676","4696284154778342216900346576287116208691519811641272014854042990942633133218","1"],["14723747305197854286433610825407484289928088741430669426927147467406454065964","16620828495869341159637024176336336248233554983243646883641472359337470271107","1"],["11005198021450714193630694536042642827429632397719067325070644616389737297995","18499899427995351253336971274324002722277900277351733666484162732001608155371","1"],["4408693945326802227408722297089220862385098997496030656191331745042794509054","21138217808623174979185352934012547207801863024174252376137061502858351247136","1"],["8511582136273320866623024071715094419644569179372436249537269102233249828354","14909211894286602449889954805229739360852540165354099636037653240521661101518","1"],["4756238234696427549790639736425858843998656859575292055509666932835453383786","20623748245014690742776316981851607586069401592866497696019012636717125765722","1"],["9651446110440861774536429599345586559366634514729906528773429135706177146346","13556954373509912381422664275643947927964522316474692388551504016957963587296","1"],["21842361835598527381689005820911714368608035353094243364552410854333770982622","15097628254827311389299371553040321080580518524332937790485953259037283777281","1"],["5384746224265606447441545963036509166546213188493314284050041053772313441679","16119565523011325924454440267833163178932211593973273441908856659825340162734","1"],["6681868787737042474611244644416739296712922149983817070530736420816208528600","3077905553238153331289258310195787444001325617950877573356364037781088018895","1"],["19830168052496608477851461682347691835619261451048422085268650497095376364699","13143188898921309238012603589026342558960663546009355776759600030644193929950","1"],["2531843192478238888879600137560989027264152594959881712830206748300423399868","12213154115365102402946803658280343371038018203706687542525049799505810780692","1"],["12850723064368747704535692911484707674866637538411175930595727822458140592006","4914723675495310857757145448692803417745139250672007698778495279719382584489","1"],["17177471801256336499365140619174483275647597255118634733852177622616024174126","16444184450695681857785561902617229477616648250558461795301319158207937467556","1"],["6159106262952248696450862867765101663312441763406479981685154109869216277321","12814101792783039964355674222609546397626468112375644586465247684883764489134","1"],["13228396604121415853726515484912833778568076293724595633581837709980254838112","16784023758225616534653219153285223752864059107244581567451202060780183480061","1"],["14974694527994921478946099610708190633286577053277199911620635383429867348659","1709357710947932718028563377073396806833340537287805546503439928664989659867","1"],["12845649658347420059705246189727528688339612988312173692594274965235146696297","10237385253257562232754727159473821970172469003311357794966622779850571298074","1"],["19237857060509187649405423118271406503260617060188744560419067496710006123301","21085714694395446906580992203872904853563250330563170052064927692106200157012","1"],["14059090649918544781697362039410384689707843894860341406265801103628971828302","2988941557461645563760125803265704750676677249069892181325633681590775580429","1"],["6956617195065643855353695077865037960851480096313759501737787386282352902943","8500555429151493159569482638054411552167640617895585718188446360899444992985","1"],["13316324588169777348326811704049725580118570793884970546444890434091939722734","2957503759135196886558989728791037739671346995291885088905898937903981549252","1"],["2381257293377903312221875403687840544610515259773870824367957063230589426570","13585935442960485632524203137105681322919827811204066910912251572848694431975","1"],["18026234934569917422084132924630405796943246983931116624936289796926750589079","16118267585147798195324540728968408303014734766512249232939705973087403667858","1"],["4901234739632037847598545694585947710885969206191837393485354569629119174394","14012904028341773336934700044266181899987457283946825709660116392457296318478","1"],["18279316056858819186202251691707257012888638062325269524439520794170474909018","12910029963758812042412814148828458604246566445006102754686882595285519386419","1"],["17834425743719587516020538053258215089991844815611665455087789898934753718742","489491701694966703197110259354294705871193893391896338007247346350149390224","1"],["6935592521889364224754655592023752842924887648153565380892181142131390209634","21593881847579637635882982442924837613083036795434313290403809091481319193332","1"],["20879889097297827905455938948111258106605582327831785644793932723212290621481","19444482592453146323497966973083127681449933299971778448231333918665645846087","1"],["7199437485618371995993599073581679676618132933423006848194459022545981082838","16438192108271910927096115525999993549641191819064979136481371459950015682908","1"],["5791377350851840810070815973458930466925332094238067449966787316917020476141","1437793515310414793737873919399257510684045312001690519908760265910978160483","1"],["12686589185644175348959556084810232515452348940287371739937721616991869798156","20615866100504117050424777792383152156028751983061434526045623433109253315362","1"],["15473874616543105126993325471128861483736972647970174550853573748102802489204","9576964524715270375727525456882533132250315603818519928397274341760256819810","1"],["377833713501514458765013200024279309705682003244506273729152699544818430228","3439425853025919725068712733335791483864824871118417688742007085138437953044","1"],["6531753458064821111757217422843836713172909669234301007685978614553248422030","21228662127331149563216396591102419947969253995635363911951752846782132930821","1"],["19476670937425872447426493079518894823873960957555426641462258354123858424390","3870472027388761246301989978761009577795947877059490056135891669992555695811","1"],["20191354313177091728053508437763681850311841047453296098077668717263798156513","20590559351503670243176805324811091086095955747438505110175773115674855559760","1"],["5030224209041138647170096148288164678447099077285629390512397683819925354308","3889558853183651372937341941288843473706402530763579846295697466592075984406","1"],["64843976809194087432261211426190431691246600108910861460185407517086209888","10837518722371740542122378223430614197737546196630979703925822120045569820414","1"],["2856700896625197448216224806132185316615546067655767952316210247621554190613","10998490690686833475958804070609634930846632883111995023394123513227336497441","1"],["18127372825574153886054948708893442235901704626321885911918764473504347854229","6690015087587622406522190583076826535238622068658473414922295548659552935131","1"],["7268887879495860796818709541966078762841069086792777699507823551993198303821","17434749391763536592226217172863685980090193560240387065253849854810750071744","1"],["8492227214548561656651541633669013422939816113510862403059518902961758228256","18986105267122334884663618213367206984393286748796390087893854514569625684351","1"],["15207325490140339834426529979317868617170162256451988135661213894828175564453","5121795871866693918834510466206519466823520029714095534109289743886979861882","1"],["2062353237721575413235389822180246926109307740600281471595726281878246502128","20252218191079153255961633720144209874091000304098336693794600125300931916220","1"],["6935666407183477320058331489711556215595274579707950282534910845513662981786","15561641315974171822181682708759839878437049926728827986865007036063000842365","1"],["19992237674162982697876283955596249343539340409104658216327013702597738511843","13012486632487985232257171044274947014006079259979494145614536143947801408927","1"],["8387933185695508774815347238524077658975752173216764091404846628503063311380","13706853871288474752775445108539689290334000553488052474870814220520653100840","1"],["13363919582892062668197704879094927323436875290917212198436837545992296869993","14849522269348691388872981731683823098753034142670522722863810792939459354422","1"],["1964600270296978550894180878822687771410389860108760200689520063126727218786","7015027044085452171023645796978227370297709160047614500652819694794310812086","1"],["12184771617766263397717683553077070863223502176136292971541265786879903675185","18304103309929164355769012114083729937138213151407348193281442001814127420389","1"],["10039652129641601888822903768482477028262178483679117543321265007904279714530","7547712875691425700632419751629833902465964100624015967223467021962398257733","1"],["11837581064995901417633552164123392262307225788153482975725584856369528997225","10370624228714008531416180612224996849098016477287685285902311713038512360519","1"],["12151825744951740880661439218467949616109198120345633613854812975466739730162","728543802040747750492034511983759015912438221313122681043404285737364685479","1"],["560091699233126925628429717917127788882878767768118342500607819949950395032","19897955894466880719997936337402128718899530687729199594965668233494063339453","1"],["9988467176138115059616840375883069642346087950880488489058420024864084617397","7240776128455554881640151218511385526278158712314268468230787426559040720343","1"],["3463744412389059612882591819386362344771758409881352071620848234898008018555","14662931408185095648488257207520687026397975448918721640942360676953970978705","1"],["10745007579695875369672461362280473581267936289277057532560100983469085571570","11262948158091852344403492121862926854976732328569776262429932208188711846642","1"],["14061523716244309654220090280888062306574676592947278875105736446026080524224","12363704799680536410776814067547777028096739151399902134164184708019938274784","1"],["7313519117423499802830456247197599865355780747549987297208843764725580533206","20860593642264257972484050643221390943845839437756404561560423484714009937672","1"],["16148222032392467119092679770905850978473291596419462854708037221203038404828","19372638071619827720878212401684484594942676590475673717398653726496542534130","1"],["12235386233885951545825990859882950362559035282710574066395611567953430243188","4259771137184556375079031106232039313758183384343728476725228811516601230374","1"],["1283601795301838505361463968612248593508747004556466716205003152617295540125","21256410183332279853932996038985098527298556394620869020893745589367351793339","1"],["12755105084549430221466557426075281471914160915451058489605303069619851146934","2968969220351546660559305095886238248997377235372567532197383325293578923846","1"],["2447060958947737433637518948155841237018748197944217369077587368385559946480","5152741075346317144453780715315588551474495882554561036729460055902596676901","1"],["5183173598788695752424228068372325007620312634908834155249969684728592723746","21708993835080328853965148590086013340438235397867933804889271137661643450048","1"],["6541613788561910973570788687068554270314639269556818261236749678460452208907","5357204760779404492519494044419378748971086099487687016859568344423992889939","1"],["8942705153322644029352664718602024564731150102456809820590025298669262401021","12912156331155368835456953836423007458972609995989851552250335299738968248644","1"],["11242241939007209092557133531869153472375754061903129003475434622334762305406","3856045424234611563480551521859562460578919357773806363787596276937108590373","1"],["15251769668704532074607456407991039446336838132245630069036412642109955559977","9827333107798497974563690480980314274321682963869371052058399869514461517653","1"],["10587066774692156645070669805682251435317285662475732398984819471111706083612","8624149844744652139254447774802177549865500966974872766929689824507226032897","1"],["190976137189527110697777091872619400506917419630521864762945549131632236236","15145763510814680326103199008156196352959495627591588145717313697336180675175","1"],["12720772880995280610734741872739397774143789211910678911640239792883497940282","16561115075393061680939625354830476301839931395207381183278281297954875614217","1"],["9506341002646007895258337074470720518800013105958174082532984002379993141062","479545072783384636358569524049551020819458740012859277844378488910300324515","1"],["10704568000949089562929321781157768977878609742823396066960237741176268942825","14922837866512257009684154361011492308904189954060249460756671828028176168550","1"],["9278401666021761136621779212336954541067005202037170224876321697857968307315","20266944382679990749068114482516902493580881713137868184458695004067735314162","1"],["19342842433691976119298816144008179125070884150721568964581912102524902297943","8492683951794576180483214873447923332239113040567425633586731477748379817739","1"],["11924885383059197298696323549883796160558853480433109274701786118019540523299","21061143925062644457871080144057096630856333297337363632370942612297946556557","1"],["14471579997533612804094924579275970768877862861128348986284179857892571250005","18384187916743577057534021273671878035210026163556315482322483926333469710079","1"],["4966682797628613052244000280823871064799520624635026996808456613101255511548","5527472192168564316636559164623251999236407862998912539612561547576174852653","1"],["10590061720682673287777257323847452990057580047381697760408995733765578116444","5359955289463521852608223350545606828181368198952560284971759815769701519097","1"],["5852043657554027119912926058217685736784912280782680016582466382458312478846","13225165253281353217741630042391508393990146037741699323453143200517853631208","1"],["13985448079625511980103850801545609448870257293598634013955973040414611108804","19100102580213613060800616807932996888327749627480508631020598363101283810944","1"],["1920246339603247476710206475870592578827037451117031904668290748157986377996","6431909759629572523728458922887456729197311474477271572494091480388875404365","1"],["2679794979345615273617915557568673658452030912705668448986543903895573289859","3383510401117910103795895852596084068818864257569071458149538150506085409160","1"],["7865528190624678171952610425902878329473864988968513915968233728331889078697","17746969741626506651201668823479049416656061193676425834430989415456387441221","1"],["5326880977119365116788202427925708280092775597731553962288756359096159049831","3204914981335561474598252608878394059879243333125062836260219093955226727061","1"],["3722558910172503329350069093923633744588719003989620446656745651249360375785","9117353334069435014098632044601849375733553568116720476527301899824401453623","1"],["3513662337646365522781507316095611453463128946623034673404059700965310502850","1544928260345134580105719046052139546492800121844663794295174024353407425742","1"],["15640754077630566545314734849547385631584049984043691358623790296311642379359","112804601907856350927501292280196740657980212669296347577565015024583728760","1"],["1814769904152878248383484681576688930902522380456675237345300526550928370391","10867140213184676608540115571181241398803545553688282678408681552947157101989","1"],["16052730908666446741189094980383937906775617304880051857075350280649493477250","3263886990050513444943795511866012710517950844888716593198624113978046815222","1"],["3889227676249795581319301153636781601840871651294062617636695666367692418333","14455889062234526610289728079251321305009133437140381777011800125746975325277","1"],["15879919271300660270600486330260154007612991214805931308310818214479698434879","11253872542124264188870864284162167508771520519378046971128059357706577641562","1"],["1240881892766964938386684082722564332715961130460993309630058143493583133793","1161550113799678671468169845087116988514612794536835729936078485094046423287","1"],["9199360162113313961792030397614931884806638570228919864174175515986647381697","8951824357130533543739025927475963732844645098742874668231429866409184412201","1"],["13267346240438916196222673656492589125580946493608759469954170972097567651163","9732805391892281185580236751120354858792062779932917178116718762303532789450","1"],["16215497159867986042917506761608701050104615756420773643161225733529325731072","7045574911705813117380300309718857253080497867957441759845296198872786786604","1"],["13731673827940574153801329908710538900924079275438187297074802250329155669108","16929448710559442479929416276976169242806962556023467022971740651309305178747","1"],["5102719689884838038262764507259639493622879623911919079147614174442721720816","4831702721326049084630198412684018620322998081149987805079234096672239310129","1"],["14737156228865997606338396253235307795594263230566460814116822877562955443738","16936814458265688432901617846265478994943995203201859178047871855079682571297","1"],["15956082778720150839074552306469279249750797014951035112696012022680484173739","21297609119549117707365612822010827972269385000282476927021340489222387062713","1"],["12185794386640012459421649423806610936928446335498356825655692628584991814379","5635898105535675317415803737171595955101095917882648027300365404632666434968","1"],["20666412199677421953333852955162505310251132760456198599487904806886198919686","4599587857471107555907587046053711853997003910068104250758123681870792772589","1"],["4652392281490418753043709371647128231677553265710105604440668748032010392253","20428041236518939260754771792271814793167746012707027011262805050865502510143","1"],["21485392387893845511068627195023595815547104482327803376648361937470036436979","10079232072486756426824216134936645905485992270692975762365823563872974885487","1"],["15087784379181668874565280559947501742301262469188832855224209059342069916199","8328397632397240384040660549648954696025555048968429721828882375849576390699","1"],["14894653726138401812404491164456423241995122266695640451995347268486554006927","5315090119950930286920265059790142172719758260957568777025361858381093786798","1"],["19376411328349176100303667179937979846952470486391309208965104946312792078866","12961548706689487692680927905987851887806329429206026286961937453751599521587","1"],["19936960245146256434546965817101898928126079884666528186871283832383955354228","8447533152562685025779290507402890172695510329936979711487770495419967765570","1"],["16231505467425852474736713041362514184277608908230140667615425442116019727281","19147896792602389929814335066414959760350564129642363734451584438622605450606","1"],["474925404813588211320476143423635125977761604379720042599594645925602410444","2236852249174034833131249773878619398740816489829605318124036744045409091274","1"],["16573746332553377757375175542902839222149950386566704690136834608757423344492","14274825915447645870529025288319321684025496027293982290595507482341576440590","1"],["393913295023368729457280433280664285838739747679588615318223395479862648001","19403881200821699613805640190295079270742273960249466369513548293747663683242","1"],["21035621129574986391327281989134176491778800902263618600061727517322780550942","11691592718119452587875594632650885570881817059593680050932818072862277429977","1"],["12367185511764925187939418921110210895325139815603452115635603872322692610751","13466282554035094569415678527406712969365764978125863212870763761993597530350","1"],["16833679720431562992053959083759166874370090184903561218432236841092675689025","7584936744901849550069126737411972686864953969857989828216942756257540499385","1"],["20232273349552672273550502417187865800574748816574050124790018563711978057229","16180950715157665006604191694969053799659621403668183296999610524494232305444","1"],["19497312564279517059681126452203563449702164770277870370656080583106423918089","10401871177207665995615791863607019588957253065674343486141889160042901299861","1"],["5373147527881570764510626959848615474297314003382453400725942232997810103095","10123044773277443156408621263016838380256480705508983529713210212575879429192","1"],["5872199414255604419138687359704935582849149270562608113736212413138166542664","7763384691428238654104344855545631622144515751949528545994248207135299347849","1"],["20104105054582291130622190361290105777860526786327208074584009044077406247753","7671189057803622207316209925838902910651064297995108767217149383712570925853","1"],["15621838629601509704731648090758400050840490553615812804896180753365878008763","9958796937017851883399539777890041884568304590565536666386406949578805432366","1"],["13949719711197421838290329778305406494421446454779963867911752514968174021424","13165050641468791813002314574679501050887657347243452708375926229762097748592","1"],["19782714001537871992287020983039021444200842264987513343967871101190971463267","15629323192335566486934540900964191539197173740734444257906948393788639445303","1"],["4237101263366491479875499737308263029587891714867616178453824229057205693095","12794579213823523232930065044881107515226232712265845207106492836410212408660","1"],["14188349390552363996976336075204101809092538433059351962373349553518299330669","2174294337062277180787278735675708201339001157534289323755192654745260017707","1"],["3080287201892531160251510108065563765441355756297812957406635321452300711646","4567282911327769701286904574775664215592874679300536631478919149491771881456","1"],["14924092335851299182453549171927322000820915960076323340225762210409466234618","15498353668625429303158856873960562400713208105622411322242252044787901112709","1"],["11985577943242009645911712834014789828588898314637434845311016523304116452137","18185678773862376365993154953636326562007114369316455031522017837659085759664","1"],["13642081730971835646705290871864642502629711607157212278330242479200880379203","5123969530646522721576299484899199308729113919361047486801767191104952297640","1"],["11960055551894273987157811542158754939262032264973088495277545262321025629471","4206985823117210328508355947727170039496788310687049198248057133621898937191","1"],["7862137693325981969357234755301533257547942014191653787916918433152392324369","9950572182975780573587649788921759146542453756481656366714278735491739752296","1"],["7507728097801345677978625488028573590093557788434246563343635855455444725349","21146561927327799648509091516282725491466414810233588904849822381037683988995","1"],["5232588593524154548562845111686303561678720553703333311680032312514281276226","148001788523104727915064099016676385079922658554206498062684763230596254813","1"],["12267851751185316952961214057130793031840203332394772940211545443941107267751","19334922384752786661286593555800763510432398989045405454676935216180439783055","1"],["5271942753475748340800177324541962958662732809846090288107212709385238907760","17201795871328626762130412486064631684473079599315076287255798209930747978989","1"],["4767555835427026081090025015570227224672835568078346310357246009570564948679","7430677130461721442434196740020051308582135843903147364214175411425480941001","1"],["12335127396105876133765218412489421085247326883032093304473853386533309217458","2893758816475197297688046674660107809786912800767090760549538526109273026513","1"],["13321441050135139609558054156473560645781090286289459165668918141776236590100","21064729723819295359408121928496273153181070048001708762631887176929962919027","1"],["19721360699679486241652830854195991188232383805693566449562388634933518843287","6302548393161664885903223414537812328286292273138524132761720839750086333765","1"],["13994426567058914678795412506089030054860933782683539618051211585612614685597","7260642926861349280087882533320213578556122983125218040860320709809257966335","1"],["9716825763550128263548160378501174680636778770024929487261923639831547283235","6812090783277407647892431496510591769042452390550367319473371576211099419683","1"],["19200735659672431670600211718914653209309714445405920975934949620680423708898","13148479852374352945094508215934673388706480272076843723834178261569848891282","1"],["21656964542026028013186449599164790016211245021046428395190131490002777518952","10227469088232648518651123663503326005674799791086593563298445330656531765318","1"],["20430644891955983556469867053723107851593895497723749110044107785859152777535","7359030269813735812413314096622960420013601506362940507715184950933273050478","1"],["8113606539744975053062537454165031246932327286306070533713091599034133379895","14059254685238967134330882235282699228087491409299257488520854894038414715090","1"],["6531155431195911353651684017132234535938230345678435832790786316689659248764","17224392178738601268570710552394153202154947434350027532229962563093751650028","1"],["16881694959580441030664140727946307202876677152853042498520462070356830191569","2798233289610704682052236261388419123370160193745383412614509667572718918686","1"],["15498468619420769649713384068400015957335463687650277095695035140756160932333","19818531627418667065213427521768377157400797012217599531581096513721448633207","1"],["11930012001295616762641742005493626472333747632817098059151664904613411576273","10410113746889835669154803332397114809351233070246065227541007475555598297646","1"],["21057927455161239419492407392636214888431138511835686493089251006696273961502","6766731874485382589878875087553403726627717731833841812249182802243865703034","1"],["18514625879526512646072530044695760656072163282042780444427444630762111417801","8356808469592877054602502530102727400845275923058261001228911819786783050829","1"],["18825743081664864834066598217846435646126776255323891783264458164034362118083","11718070202846844383405377645605960825208766548185179076057192667114655291543","1"],["2901588982660652951700154778731835708151548622814697435865898072345963300184","19345306617685982349439948839434678068783789966583508763085429232948379927433","1"],["20955651847718447356764768269653447843116739808937093384829150558933911125991","18581972297878588205684754824689496641615603913610010307988183172539826852809","1"],["1031859941902450201881367739357194105072812463351006662461897422990517717739","3985394844522045326778830677559417628458758095799922576872946488535794538271","1"],["20140738425248541390302145829852436069546970986277191568237587461907842159181","15426543180060867532190723820376405292771307616786003258629523804987130921542","1"],["7138679163713962752145798798225497707251511909689540963638065695139662571926","11691331947314945379516992851442295362300032088350020662962176389931221965847","1"],["18072158748006518226005540075750921769905101866216164660980499481040108359466","20324079976329556553053589072441855332856096117489685332729800614138288299173","1"],["16929904404090100748011268909495019637019423149489792538678617558087741275496","825595202855200289891747804008118544135381765123528802041763257270524200539","1"],["3076211283595370069676374744955595461914734564102778563949748051975142605185","633898790901987391803695086367326289941874834288419536390669573872392130242","1"],["18040215068625654292108898419452299483182834308443662118337005253017216038750","10169184787063950089003685030318471273960854407632831353018984271206867203702","1"],["14898218465137474978009121238558874315330919265024432682521850535090918020280","5840930323360286210809047402765797431210199152698907399750258078811563649520","1"],["15588667534405911736930772674711240820931085533780979594390870085656743138590","1256820079273465173145756371576171332131129438218080340963053746130593287260","1"],["8018569594717350365499055936104814883135061351877150064991058568783180857002","21619035845831146885590764346942334134978525746891982952239102732705386449251","1"],["16177737784288588949944295686835868678249572273679621199335561238306664831370","18920867263066013020954341325616156620215429270016022393850589445176664244232","1"],["20302432528695425125066097887815506611651641147738671375298694228230093072886","12863302986928855700674815335189563249713201680534487405478463693682128047506","1"],["10824896245163691225534976970475907974448696363231212420065353760428636248453","8815522746199543346339598670397580308443436603315618319504144250250456813659","1"],["13317382575549206142757942707683694249319135511156271788999171998596865429224","5704868617843934760059475568537332258787964100833418039879974250361925474677","1"],["14201663261781021363011009617595037351523811468636666456249752236413391559072","7442994097413987470469782984975609627790108451106715976364564286775030945495","1"],["14981708057856742902719335576290817425750613300012871399985899011779481287871","6055207029674429826328871948404936694280705119493864525010385105133566205499","1"],["16767229584851456956952866374699912173210609884355947996093490140697641304638","17946045012001064068041777496149382019553440925478225712680442520280657342177","1"],["6085454102826447028223458537548333778419096865020011077081322401747325357928","5577643121108126010112667820794082563392382862258208066701141286209428178450","1"],["18567690642380217152968944389997252768009560889604942331020468429430339665379","3922204597606444931756007584650480688182544741855336905083424818077054480989","1"],["2030333626446026304263289729527582078005422790715265316568168167915192400723","14802346113414582088253392782999292538999787992175965360006043211756992476762","1"],["5119940060074579332139700746112346905782712690179005871592148588123417896733","997299122531810584939213473709253260800644772910440015271218176674360121852","1"],["11939699799274444700102555028241763421554963856936633480128167858528870402856","16109366547561287335377229454746162699962672434210636267421769102404610531070","1"],["7410657340799854689227522544711268642016962560791751257129475419004597201705","7350475826729855867725474956769174375601169091358072312960808775592653683925","1"],["18572361242732299799412947970916104420893648233363182044638443782870816132123","13485260862745379749120508347269074943034965139079811633874750793032906538015","1"],["19132717612138725940334241905097174533410403088398776407537990056187901855684","3265087115101253234070646256543963563610880426701454181626108372252325496392","1"],["17771643580112989870564004698592540814942949686942392413871315707957985840152","16612681154712281420181133447085879767077222804705049148591576802210819930098","1"],["20788307636740712454963660099233197929832729167267355366635353951982551695551","11730096753398878271544211641973945455856160869936664884871603179639025649912","1"],["17021015761576477598668437298300749105477946740873203634582437919011989885018","7061311393734719925971308971651385960786468116959894964187246582164427649466","1"],["1413230277971209080609190639093231252587377042591568507951032844687533749094","3175790048866411305728827430439566593376532423150002126071524237753961060905","1"],["9606183948057061797464334006532745665626339300654494935530158736307890462457","9006564633824545427091544183458247268475591807250631414204400279840419743589","1"],["19889942053538672089343665855640820734367867058626339600382274537947132346616","11069351815063112361085633092971913090718319985017182390431470093987994101938","1"],["7263162415105688470489884618108001952274750231655030346839094536287733498521","2968656035086591891425997618435706868703400508049966617395516211764632273913","1"],["8784322815302561357451505824156167040127538757904474132121488470649960150845","21141199023028153241308876585168155254138829496667551375091134034811790169782","1"],["13576279558776717639212881358893014088686405581396559386994003363923254576042","3417616986932340939437069554567128637811484789437876505091182609938618210503","1"],["18212457538193397533650175042308738491713691198306947142523668246545452762192","18919304384227467684295604589098261449971720025787479216013984173093254390190","1"],["13953041355527381934940089642591708167969898425294836683157047743281628244461","17886760608316590613633659361713959396317279724351724762329899143089195937996","1"],["11069568018232822538162958700864609980908360326946869865603353811680808842076","2976033197430112871519715691911132400924399764448049318763122876171769871365","1"],["2295801102796017642277252025614312885046936327858494872487144595373091645815","13860800680022454344801858234209406710422679954438894636559513018946075297832","1"],["21699742803276498197490960653794227942477527805305397023683563440552365683791","16298378013839724542292192390179488496735049000717466602053606803160573825631","1"],["2655928975389269373044476481563352677806202294095546895727173158761442301660","2436425638531376683655938377689471967298735245772894567926516162975675951355","1"],["1973289064491835726282354103999685693569347394882102325018610210102162753884","21072631995228687234003986336298932707205502433051821203238647259791514008510","1"],["14966316336093825532307887702596307232726469339052091755395985166002769799076","5745406125939961828746871224672090857585035529691110894914034344483294772596","1"],["8954709663496673782299010362082552011125488360606108215927688675267697102490","1836186823471434918414043425471535112636407428922214202104015035251866158077","1"],["7883127298884957167975773894811882372514906381248434375895520162524934622610","9072196110615049114353899555486359125032470636334622709211869356765033556846","1"],["18587403378518222056865138182312846612536609769063208619111241791056770670016","3161322675021120874417619641115645532708024225985235393597880205354326656378","1"],["2004659930538719477298276873173646452007433189966413394913204400169634482665","8689476884647278353114514578969122696167870508275616347417774042740149887971","1"],["6352945059388595364896075399582952424403368210875188937092238641725982120754","9780013890991081918561728770637565166365912258446316045245534539896574085442","1"],["198557689143015113854882253412225548064331077829539366675717642341965893797","5398035687558501292574967070348392075490286430761955812792520443150824695848","1"],["16160377480258216314018904077857945225086059681921046487535485451767301493651","13448565352683340688737364189357644325559124146239209999975569379490627311719","1"],["480696584741088389580307431033929923696545456458811181737437127094497160755","10792982381632784119708449557992938348993261632489647978643878840759080873206","1"],["4489432636796261697233418458239500387383810754643949464038434066848465650116","12318203169718625683768619432286819356232041455822335816763146556913088506768","1"],["3800116398373385887730007185918378839513682660861784017660769063777050795030","5190692083109812033583982709303318150490571273792824724800114793368614092954","1"],["7864416530395222578447837925888436656859757692214626972432529775362474067346","11308492484253906967186211362939181401473026390961574284106064851553542940592","1"],["13909662308831041709421001395263896503244395653461172534054027386500679586761","5267743631759301470291349403181400326641218991182128889278318536186238343122","1"],["11164668187617501826203405211851733872540884562663851336743682522452848284710","19856429784856645424315154368437670046575075444912416425881090061882469136891","1"],["4061195970247130669367054257572763297292998754319135043559410907220352484026","16342265629304848614734833982210693010667430938721113086159020880796347117331","1"],["14857488957533030169249912202517160176201995948435992585842517432039856607765","17268458714923867056375641080001742018709716417001678594403187250302896536659","1"],["18226250119976161507125036164287685457513815665889486443936473375642822355976","21170139861019757667941577312613851610498234547371270905959836248200971216222","1"],["15959463373582534689891540580969673905980484106995441705698528999144747908705","10839254629792941869995712497652082495336541407705798379570460864780004672892","1"],["17819681854298703742872968610470486576276819743014408576716900695474936055292","17774572984670499241582355782770293050652144146713062690548469468264846655719","1"],["14380764850774505133015239938020023774817689361526442090530669846887983612108","170025317089754708987972394737639681695528044134889103674158891521240968750","1"],["13280201025670700092864458469600999282584880489146584635349291414315235278344","14747298060779793056668553112209992431617239624900618215732986610212184774471","1"],["21797539730815930532901127967131089099563483780998506872436734739462740407379","17089528179301472255741588710756157303985754048979491619566075469736977918726","1"],["18164117196598398958201294971786777366196855666614659879330120401320281380131","3406804240019075223387787836749470129959982890123855851873934280649717512563","1"],["14475376581206188851272549758709335865473404503575268674626090057304084400636","21311926804595131614685001708791504214864892589127157804440416869063506173752","1"],["10799039228209459300759744895707604439539451262987450027977918356381458083584","8921351783200010640883601648294688793134756602296409798433987857917490477899","1"],["19967054540085065695661472812858939922571674666165962767194789767641625299335","10370923534346615682281955433677525277334662376890955403615324291365437171755","1"],["5947071593305604182188740174014026820235071713721616710664689622668016689062","12944097000649102064681016931075772576131233620809564685939577328176286337894","1"],["2528140072546842534426007877074741570863645942262541273866351891954912931956","4619585112205510904959827121517710880558344451111547718431298494503266251148","1"],["8384401522086802400799772967653106795832456586879247788953587944968446417000","15479282055756301339316537286711294047952992249429172523130172466275509600708","1"],["12595008494639659983557712774082746076426113279750610864227482437869818366101","3252513689736698735178785795431080113407718931690274427177938483504352250514","1"],["7671009799982000839370823622303143241247862076354540488195857718765523477345","10556771694545713655832023248244545087176379392563562625222869232390350083696","1"],["18207512579765410373612486823096664082762423925804888457726784875891297350593","10912923063070580481846708490148486720798604111269746604052889847480396183222","1"],["4284122341237768970105399550848503880423532708765975689149017788982425165480","4694510261110243110764268121397011448913258999853439663199489699872408683934","1"],["12587806970245543718189783998515288510500865257427654166164424488617335234020","20728194304451244670636451646075855215377306966006179834365944659480412856164","1"],["9941841349569705764483917580365540522631631571133751696060209175921757855692","1305622990539923029427894282556290660635914393632851516914209306749560301139","1"],["915151805468706775537216526627297794111084442288727608175704816057839089842","12960160185653359839064833668399460450838313696778606775864759714546729838900","1"],["11686698204036609739930648364033183857697357214679121182167506065878069162531","6410278576525869867355030046198858338938521236714442027971749897145629589101","1"],["21521262242134876898581801470947553503292079471146907361854907397916475892951","21691155267238969511096579328630685801136733815698973206383165637366569438695","1"],["19556670066509037758679299263111429302715877521586173017390196141407917118951","17384118332331972472522568645052783220629296772982323509982718565818106487335","1"],["2084769767057590448252573644222943816887339972401864461025512378955801230977","4147025489599596443860368588420576484035798707350773459537678850816778181211","1"],["8438419291106107981704710497837463191933643875664494705768498364608638545046","515947619130767029944434446911289835710668866164608012674190223208579758638","1"],["17341617488988770228286194522762387570907277318958342396318318755795097267142","1984974665135483474601764116504428778946815223358585691990608017717988556184","1"],["2228131900335250453468810487881630584941838394915406516623549810110941118218","14405104222780695901605041685136481053604564535785081380250874507583188940020","1"],["16616142634386321380413850803199094906604836795034948555244312328494668710142","8996711913155937946012906066766220846767739532682592207769841272104314022156","1"],["12737169784993725453645462017167538482515849802308183869941213486062997100026","10363911398575045413326076707125037970838459573452311086721618884391351863451","1"],["19251675244334145680045593390952479401320643808736384797633875905335395559498","20786335257717657848291462747614732497834792032996178786729678464670805496870","1"],["10403811547706745028962599881659867375885683457862158428888379007220126897714","7949004798084627328884704773819298324280175966354095070640941992463448551720","1"],["9846436917772578138247840989547402946872388714535557989563427365321048093702","4049688184227831971252184720227776499481906458469872672954857186855506173101","1"],["7452144075196368346911259640642034690616767562240416909775683125947211901679","6951424356575496247514332373083998987570408526315817337357576879439407218406","1"],["2705658662252454291655940517981078462489076822552436431538544010632419663489","4663562574354060945845098040031087913185295874428541009503158071922092743641","1"],["12742854418353423486444142469100363640917241255936323717975555634482915275714","13911086255677140412656412563307126551406592447641496053050216189288233129298","1"],["1047102053039876383717626056458973042719608763259860286003454716861397551147","4022906712795883986700566793527938994489757200133106193183190197500937850959","1"],["13244311928232035005704090854823110407458749586212670184078285910531461099597","21593536943616964137908594084015722903715857927341714384389174730667275440801","1"],["19131752326567646262042142530470860238385102829630596076979538889603369637210","2692232306768551652115498170799201065770809924203469942268315941041707533129","1"],["6527348074909962002592567603337030290386979480172808367245084357577147307762","15546691254602877902595347132304242252187060871921878191643790077851036653564","1"],["12692641691688076071062797675181821634658049858364010814788565300419099225077","4023678987514374674489198169509555817366324578720080988466534529982272633606","1"],["4662005816546463633713282887982881640455500091564521020804011686343478518028","17590167329129895483699179475097896185867608641386519212137336401226789205158","1"],["15409659752506619325436440653591384286740577426990540948745376189738916218921","1128275265266306640093911217408135106954855876994086531390929349514945163958","1"],["5990484744643858580240410354427029570615512430014488089632431140391527771624","16716026902046228890973238580894472141169008489002750187566685851906651538462","1"],["4280805044188228981264178624540765290821003910513752864348800756609666260169","6127691583289101389766935468426127318848849526731472300620882391873716506556","1"],["6814876977179589839594917222476427648115406847435826576311711502730230065220","8859031479513946159164563058556431365766298159381314334283271321261110039116","1"],["13229035063068873695102551087268121701542355894822606656796965168483865882999","15183502175773580455552374045000451749466781942177170906546677791121841016086","1"],["8658118436166708758030263096774896239904535390978694614048814121067289778857","4116915983084552112375015728679923006031539732487940736823387956204737938598","1"],["14120899576566761243106663673443138351454674158514861923101478303419927463845","10956732805601182680335696550046727884412915790927509982371878194060737314879","1"],["47187828104647786170010490277083305889027098690715445622226807329171631281","2853967268972078952263199266299420078347447012021141764223333802641799795005","1"],["9734083079753250955689867693556218523364905691986016725457912650707492245090","16022338757495331859421586155242562699977783552092222654338766565397349791912","1"],["19507370979368572059170516739750110405781156110717739612254110066156894506889","21418855164263079314942178230369426647044087689093462802149572921346932462429","1"],["19111920423967005061175476253117073621922889687961384382872604082460616999774","1266269861629245608815940419959612105683645820324794133401361993732575368692","1"],["18176434821425747515341373527121772828713192869021231310776085715624581862956","8726868058619924719768135732841317663801913547901479115254194567149353905540","1"],["18555107576356184666413379843890086025899614541105265308648198941377740596942","10845823800541730120727323149384373665320559411140728996053677300021931302697","1"],["12692207827130977533352022819337869771611415001361159948274395631354525417036","828935567717382529550822446681796319899225502580109892503262050092882390981","1"],["2816717275768802383833764465623056969065234671467359929464822961691634388437","11058700059951404439922649378043567789678608853641774912169079662993050849860","1"],["4730276315397140050682404203739405643938764563551299179820409624400891141774","10443689119699235501437325094439661738741776010075709155788372827597076449672","1"],["19846951836924020137715366798463615753562914539044785225434356346104617224056","21373641945009562935454332053034805573251245032195080531623547195625921188591","1"],["11882327814307616446759998279668004156884554839939183465628744095959479460194","12934450577071247058192833469514199408270501418104102183954138027422370096213","1"],["5586196041544990087099148987979516532420843297705234549425927241520492624155","8671683757356806070302613949011261161154189472597455259419434448708223749220","1"],["21393337371480916845366633430638344636623165328450476046822711106801532223419","6435868962639371548689890248335253931644782293789696193583437320622444932826","1"],["5674261492956587103575441483762876290250052768463565791075166179482272770279","5913154053864800052514847379698712430611303468752329827272654035355713961452","1"],["21568648214143034636385211142596183436704046537960079377977595358797365716750","5984955743809007879331777889424276839673974586482687425939467440571148185032","1"],["19668087344870549827083533621333323435789619092321449703250712362572916860901","2677945652473761002587254960401338279289052124207942899922137948937218073963","1"],["20749728609324670034660008243845485360287833876704060006777648007810323266420","15847918922250692097420543475893722371320997652120996402707560839151199112082","1"],["19513252493135576168608329090305548733133780462454968437605795973966820768167","12097541491699743579489447937530673428083316770143230469579140749965876819766","1"],["6489717515393689297120253324556791349041028508637048095695550865776660877731","12048803562905675133658845949329777406071016166749310944940812461122074805060","1"],["9654532040533416760288864227495197558097362935444143036966698105574718472472","16761161626190604291052099523993787959438579687589281278558684212044340597829","1"],["8166326738073878914921617463772652449722677622796997653769437426103266034964","16327537642014303439036870542259704146508133831212153077018485140461393100809","1"],["17261747164186281472884807108681832091219865015019653968488500494865440892857","1918594811189204255618162338581357963246022114679035231629663849375502040967","1"],["7661250182667640388035689265975662905210604571986815987064376187065839035276","743100906186141146411840498180440403659963932300612846406990011162715110899","1"],["12150524827228435391306823494003788620840600464479126343470863289457773527130","4945616954416555803358544802273897773593534205927429057316714567506617625987","1"],["9519781563825118143837038301363810375743747308491501880708870010079221530960","13679511921758750617717675495139012850253643558027454230379023276841451865639","1"],["1693841335416219945359720823326326918803731009570969001396821417139025625324","1863133520284626882530481866929767817363723086177841580773170911111562330234","1"],["4116598885145436151482755846410754320400359481334525747331687934173713399349","15563107399548387298939120174921681763666481442620650213738192751214749063078","1"],["2534361699639417709876231809614545709461724012145057421524654442742895902907","9635875864679897654624047726413482921554369250363261117423537686416830122867","1"],["4126356018952944516903962431585077464145774144039230335488361238293895039729","21781282718207329544457683421787069220298122215981588228181688095913474020561","1"],["9327242993492887913735365286373334333978066894918563354019783887344588583325","2117468192887116992149984803654017287851679500766476634476448758419133670355","1"],["5369443855956136236494276183775879149500993750775395481163038958741163397690","11853395134085296071517979920423506473099534991896874016955486275003603917434","1"],["9765452380940124326599947031071168050918739197264075705799133993518756476973","9193777296402007275797156005721565396828005883335692984103448062345799635928","1"],["18755757131107570556630365858663764333644270517640142559066418681445712030839","3734120683590553582484081404602844401843636828147933198675915248866907090811","1"],["3009204655129147408413183993097789583728876366487897729085545367342416765850","18212515276477525517508093102620781106047180992670195709446983198474383024330","1"],["11306643218091937779184053968706504330346299478118350375627709970627738796467","18067995258139688525156131400001277816336037976059633294131961405838962983234","1"],["3510106818281599661384329786543752482946533693115908845938797004319214007343","15693741596660046614624643768161925972655547333005202468353819559947380627319","1"],["19154889250323825843600100088313930043758208382704832647540481564664817318392","9696512277201699278578532280155443514277133715452342545286409747610041706405","1"],["11918308472383368735513318970218470954022527186448554374057063490671580181149","4096365041006351728143675037885766802983578974197911481384492884370510885895","1"],["17915974325021543645747561194670257680856701430811895376814520934059197147217","5103761093201337567353293403149832144980878247037736575335099930946068039186","1"],["11479976148071916559774132587439547297918312204825350108462161021918267557690","9517753176136700838503682580845367508730067029882243785895823348971810133877","1"],["5557051282573583646580650497477345761120752427372318020015400261144043955356","10278848162458448155828024342896821511826945725626761332547205237122828888580","1"],["16546149433720580437421045658356596677837782508615572191259942077302116950495","12845078886515493337203745340359101755577274770346576882346445631116963423882","1"],["19896368661156793322700816720153810160877983458789234878672310107355374076914","15318144939161432855880103764253558662567320702999212623120874951289414069630","1"],["14163896007610209095710448118850101788821843292977531301183788720195658070436","6728673184700292656916311386949569893062590111795931496243994408249401283322","1"],["16045401254897777093683680349116717548316445480667440578109657370852293065831","19922682767223661754160924376359512479857041570858989950367381431884506461721","1"],["5044033491196492395871228917657000016560906750324167645679065058705603113003","20245964290627187710053849994704972943861028290008409169816198625502348236121","1"],["2513161746400368239664814660333164013942197656863485858890972808041930754466","19115476080939758558840396101980104876403072614298575223842672198083788793643","1"],["7805915027059685938033533150979140204219664650930011773597160011815562159455","13425893992958915660179155261782102865264953494314037759439492818432521710611","1"],["11294884759384813342150679216101678063510547370224826868594442079785862294399","15664784899907614372733627127044354067779529488183314420312834031556811966997","1"],["9613678115801283825010914465148349159526518013209606340017403514434893246587","20987956068460295515537081166723932982676210332022859680759591542836837164843","1"],["957516907481705039699995965698099328434539892670012068862292286778813992675","12679173707138646803190687433406164522323942648572001423736327118327905639088","1"],["19754474059162757009525818573783022023124335899685900335890614455552983684275","3465560708266322549806760485009696372999718937959394947370144429410958528854","1"],["18539546910698882328942613225609206527369372047030261014090015055068064571994","12692748586720105237194610729784159913446469789042558243377942082960956136718","1"],["7301428083739703587479364145079950699784336285352430116501862944279591328231","16171534865225094501601138345879573440068148732957311444414563433709918729071","1"],["4741812585738208797797054580892654384498937996432056528457357929878768783438","8520554390207506797606547368422284876021084380778991683293129098110253795311","1"],["21039852752295157168530188862924454039606450218811315486552431485872984027984","20129231970519325019673009216505097678060487426581002412053071034525554490787","1"],["10448347523373197712392507052311388675487084864106259909554222681416413171597","11695280599839941434680210625507127404414768193625978510289671602266703185321","1"],["5788094118551213187525709977366854912759159964597797596792374556337489875861","9955134019309940585909930719704477559184720314166422488051241983079878881642","1"],["9717232317795711677878413387581749768570196069526008050734281691712976466287","16080208227723781635023558653531992060987302855246923660565419677772134387494","1"],["18826645206668577897623703479462615523165060470450532801208393054666847432815","11588578950026774355506309284568710203389010336332125123100897445799496702760","1"],["15607445576230593839122567124348661054267558471508487587460443368083567489585","16996905509915478350835381501896265085882125754586263759915068869244804751551","1"],["5183022703328032332773885036285133171855725887138128997099112522631686295544","16787851015773613274927290597324466282634213982488828101552274230283694151373","1"],["14013692398263858713932195083466986142149428090273781716243847835066631415363","16617893948504788696630932911248064262963753753011470443730381634359578087567","1"],["3647668702188843416747260333185292765496087428800906291409107332580234276123","14879529525091448523196987462286279290074322668816299249236031124716504972386","1"],["6829839250291697877501230006786150371707769210896712560367233550065747345219","4574158216258686596008943931486576683615416755459892433625961787232753748051","1"],["67623190899390886953016090124327815389124563196685868294600135518981076615","390767965055784577575086394312598316972254890881072810608189428305963713989","1"],["11118949727275382713936662166375367169659399303853857822192958579299708921441","10208469408810382705876673887128817598089121065951599395723120760954982159686","1"],["13683438523406740789446200761517569672566950566388223456819638455525968636047","20412746836303516651339785023049658926150362219326720863902488350908244667610","1"],["14844248419629694796091402765353852461670991376361408751262684977534762080960","19204465340413564493804283198301838052811327330414659569522440405675395116088","1"],["10915958520418104576056047582373203463172673147542658001112805205368423829857","2131865422975760987822795029720290550935710648641453780409001798923219446433","1"],["498834179283999160590767149731203151095575301313456117190700238796468179374","20198423241025956489942951713369471250297481488473568508068130593474832669625","1"],["590589995323013306744412815644625454047752282249693537210192681996368082821","7313555205516164450107785260007269625692807586141969729866630104506962128437","1"],["14008546055343224002487588113369895032637668849374201645240024262945654306610","1953034639884497600937882990002269129235855410635921605125483772396310249874","1"],["16186742362985874640491680824100349900640405993852381225994712658030377865974","18186816683805851394332331723835522401279301013647343304511221153549287624185","1"],["20309961139364931884204238622680468749896351738275295226108607681042445427699","18885524467659664062114522894393108659076819377456817804383661381573561195870","1"],["2251330486499753195683190533641811433719944424185919738711805533253153320037","8050840652637614802865726460040187356809283950779517700338894414184286532894","1"],["17300077212232810165559455831296736487523897600133623447664166939080077665875","20537115469914783877622948726421028177266019677356022555978706156979732360645","1"],["9282964114009211126911083399146583641451363183449943654474212741338576900138","3895289631560528089336857983468569889183930370368085774964446995511240194833","1"],["20859546844724145169892221949480006563675568916735241895187364009818239844390","4110402844618447353158800297458014040725725670173519678318193219960144866632","1"],["2701534991117247971825686814057857439540210219237064632854942977925786557376","8716212995540526614595701698238945646262195501185119273654991401112283528218","1"],["15545872514901302922552243193225083187199879053061201134523746696926144892980","19875074445352686530317891319707264437287336013424561806539813085094524572905","1"],["5824759352236997686989366927501634726892684387474341246012344239908715357560","3910611499412063476995047651233182487925458872844575519254114282468018096640","1"],["10433170236015332166782862948982509326284312544783736093290624274776753183005","15664316939087507280977168210647720722396065113720289880757549081014153750605","1"],["1680231119373050252376386858386058725264815478052902569433178249311781605046","15849514114722647080203862892963164580973489355397432071630933291636479659425","1"],["9089104188906476020651618949868177407737527204459045408839693830185110050282","20295060722973288455745998337262914850745606336746409088985991593940214613014","1"],["12366598441094636840170078665410843755051735868684154730464507611534444972294","20298619383730638653492975500496866072940668623305753287790859134853037711524","1"],["16003751132398768005348438601898552102377402380939236311082376610051816400244","2639185317988748067156257323259362065596013094195200510456549166613771203766","1"],["6983715457436002580516307604048328392337295146457364956482542253949531357943","8459507353755523676311782376655200422924072416350597081221226320287970058946","1"],["13578907673877234108169678083571658604526060026917206640007862897864380137694","16170338637765553254854411536173094998129998926030696589176309278901726356608","1"],["18504236113070181526975237267908729995108344176124079742621611451654319684304","8719542344423846609079008693800001155856287575209458009812407462642674574593","1"],["2565381760009370849548866310902897729403590488614558440506134603809293582183","16452215392311295452468096843643774351052047301567261834948992209097564102882","1"],["18499192746513683309551900375931253270093885919984771411560216329009626408482","16805939137501533098101974388777735606544561550477429553887613191936817446582","1"],["18262257627537899240765565270738637586304294982728481856892862897800698095295","9947188203722403724427954726626190209882616020504117972537221515022041841381","1"],["4980540192207417190795678542764004675699732553053191150832150807481948086368","16297035566382467879653339862487199891313672467011588404890424599470675615179","1"],["3767751269117456004790613225391495473832499805318996583039696235881790833977","11101008765196132623998741551160174465026734450220025924520994565406464374388","1"],["8460920910670798847295159418246131782524098675619653666675635590464979560475","11103769293810515690658530295722669892164426534174695827063967518086008177877","1"],["11622157765570572568207356549077453412086035069936050798792674972743715940031","18959903868944797765845644003786993062146095461795647413839262957331187782625","1"],["13129022394305771434837099748196258627742967326942573005222402183730440972641","8029331856483174754672222442050341575444751357061771412756872241030470500498","1"],["10968663703699759457476393624195015996582210911301026677799420383684961599888","8588297597447694723098053592493015389188326807019521647587126865189528182306","1"],["7458757406321126781292328420256284348064516003111381684770251397689040902402","13202841836914418967266862208063311025451708651968159614196878945968265805215","1"],["19811587735114967163737057478939464848402050095277543859842492448873597996075","13081245207671810675900160921014136515704511719101277113998496985121293276200","1"],["15045610780599026404140472154697291626443348094713633482288432137835576799472","19326827566886114737224829201307043863924311655709598608415001457314840701380","1"],["7002130672826522888908067066869785454607549145020183430482112794619024208131","11054021410237971899775830148825261781965583162878002109529992604555573428784","1"],["6712146169445881959613904229179601140443243114266938530576488908705774615693","21015804770869205497061849514271051265659044813346897583517197713011154443692","1"],["10836782685870622860551487548964973689422352267596997444012432116521313930622","5005401849964476280009520831285508049916088559535256118887857108042885937113","1"],["7344392658263695513647776134163479883631109882567299718805225514068318869940","21163262199484806650191338867925727823885422013780796117920424973656267443681","1"],["20314006552180658959313711521222047512821540235344467822807869762512869669714","8178377740500746205433871916380366981324291682359263532220397908901599907392","1"],["16747576061367487687563318125975261700213363147092207998473236414678476672144","21434195563298496973761419054075910621974317649136537380533081824935803576873","1"],["11542236605591938084480461114731487127031503500149454525629812254737004410686","3941686992689871818896655005218184103571924108343941522764329921506390009396","1"],["9794311513865761399316411829484309984499669886310628561396280047971101931488","8917458564289512600412950696838672248822715724795150561267030040338448645308","1"],["14541200532029050005966720240172144446858414483184362278521801505464717458198","7843318215726957861713643307593257898284860267016303408751648815846054233175","1"],["4479578645393285418399642251152018150892637340224244576204408924672414169533","18548455121286066933328630962288608959545124104192014119799747831258259790416","1"],["21014599010566865912799018804968183321468861068738643008927453683959624728103","3362423659216957143268782128089068772115420221424085375087453313625415762520","1"],["6434299356191509744375895574432030660013391074695379755845259590532383424059","19971126039025383515001262408158945041750140762646028741443276069087566117416","1"],["8535298430423003496712402395330151048935153103086994391575028739125565100977","21244469885668638556854344423645074342936240031882148553718689505818113256624","1"],["21585372330394754082369570035646181068953087696243031544894055869945655914981","8014271396304076566009636857870167691135150603224304489748542272219304655390","1"],["7250497913726259898347422195940820069700749403551580138391133211041048285416","15651256167708602667612218820719770006586237266387445609298527153506993756850","1"],["15998051597311350135597231523511841392485576983883722456473123475695805169191","10597712896824116549602308410485960974665814548354184446299800496269943391743","1"],["6981724766406586006734357169771003661369325572485077721253027950099624776243","11162285307243210313562404982389942628076386942883120037685778069192106379292","1"],["4816687405148804598672511186315847101742325777388726078122864144869695668650","21829504897638361018015429161153080149136061816107047874377606565741858756213","1"],["10196361004956550042664704521667380336109725762422007472219949763879458774508","4435551400439675879873149425137063980525645133094065909697532645568400076194","1"],["19353056101843081022710100950330967996733610434653072823770843509200879508922","644412695655010317274574540377613280715711485609770191676642288272524359859","1"],["20419415113940480744701597344183420972186656661570470705879763743284111249795","2072896789625790124596487383295802730164096190694195303237610337934780136110","1"],["16253630582221791751602361998079514413129280327098922533398944029348352289005","18549668282575281366997773868221422537624196775502275138016846820137029243400","1"],["14408372356756143084971117818969456439752670485897215482547823901056288352737","3955032955675963429712635295640205623027134610895961759416887741406838088482","1"],["1991218008871656644814704889602308368519683827842767729748652475835504016958","18069870452824865981527005869642514874418505369802703824778549093512299555915","1"],["12586323934677847404788789976954552696924185854913710174937199863403120828742","16123096105270873970719574460816935807445630541439224371734117322539417551520","1"],["2303346808927357700370494243102691946754669280532876658479391525440883592037","15418846678660470056599657349596006200744324186221311856779697975078128731797","1"],["16413341682909112947329719433851999713135608617288612597996976295810509176944","18447714721079244010732738064236989376839435307732446655632237704140942564539","1"],["19766717662403559159953956237693995315643408331085962155858359578682557772731","14443700100503216231941944940632064952377355434955117517381479030016962572595","1"],["14019524642781690288697081521130565314653856913681636675025741222669632260368","10670885439070912485079170266405592310298927784376179558086979741775342308802","1"],["8131190352674428049660277423932283744689691598152996407307857293328202748773","6618432149921046345192021534273125388896821116525081523930226715922492065834","1"],["6309987828083647006256207158361033738799466123771830637819332682820824484174","19801714289794752672106820290933848803435250858858370590385359195785779302410","1"],["18721538552255490100675933817959327790049689560508108873634396273417195346766","20407148290305236321290260487380504241172271928052186806841271822778477209551","1"],["8870291730676399453533800853444530246916582040274790488634700238644281310579","6010345122681465567774825029899397558559069674091093581544524784458781661123","1"],["14664728669909595283454858762705829801154220408028966827707008247920532122920","13994718498167043556652044455921147226185705103597334576946333568033444190370","1"],["4182627927293053503559404818711218084454801530325615154779535858664544091503","16270532177366983223682035057969703137521748070968247927538432718108499082662","1"],["18664313331311987219806847099909253133981309018700282880256127732351718228230","13588826651033222367185131846159351156791417327470544164175688797738636531955","1"],["11854135358390772390043319794640222969561869808018317904753946079835275582966","19525724858802724547317621868384169048057407930492008324541463347882414568340","1"],["20772797895723262387698450466476809760828626260221658663036443541163532276916","1124554749745508222925195718783603327345108382730728315864293989610853201005","1"],["21769848714667043642248012248542751209952673856786191713406734651486924075172","12644889855321461291310064030217512534453065147773203071203828168651602579653","1"],["6796073636112771036265948433639903330840083390301748743144016468120036366831","21304461587288416322242934510195202755583114749797880272507919044529996417171","1"],["8810839275253042212452854534058438502666754953983475160399897108780522736102","19486350076686450669649636993584659737240883026274831784069940642639852854062","1"],["12461808662627704678904214829658417060144462480034895501587427392183192300683","2351491147494571963009265563528503013654662539073489464798150835073688525095","1"],["4395772156996742213500059984341440567433138601477685745975104677692163101837","8128164291932899009549970938461171638170127337371714623894060874315735129681","1"],["21016378993873255963462241205439609994319197924761327469130619725364821815280","10016736168387206273617083029342336113687294070586612141165569927103532253690","1"],["17012707521394456334612265520767870867044404824555282455360581929688524501653","1123777045148040390200145357747510974039746046807803323592184550251642324579","1"],["21089241891179275346690661582400238624072863914806864645708039884442212730559","1699450158844937206268635310923097249161234921354260941572083656492615538693","1"],["3262025890898859416191273439650858259782716137355460162583865694568669513164","6871663520956761942579555399722461657667481260071771745197107672542525040200","1"],["537577278552561924239736380878585434374829387632582753203410811442426216651","6599965482506055119442498509970765204010027937023811451994658805108675639070","1"],["2480435360167804276700074030300010995733161850558492355717317057457124360530","8182129954780743089186275943056206474583149985009967157440467001439141997281","1"],["12640381570790195446564289866423453258052682491397677444165985612609541915392","12622373286740320478513004523512065399693005990094324991091408577136703123768","1"],["15572679544413658965040209244949494177282529085564425896288753655876801971503","16785526497322448391389736513296003053985610441574068880172470725304778801377","1"],["12894484796948370226871041779170494753457560095301074561929146730371126310845","16454569282707009434189794011848492307684691746590337192765702207373119037413","1"],["5068129787808689338818745172550664467354078843583565086599672410979130633894","444560109203177658556929526234779364516676117427480026694243026372211452048","1"],["19430669003257077383145220295390871687376178550366155901179337101213555366528","291530088161005189424108425400939162462656581669122849966409990672474068721","1"],["17427517322898427874281675299187413054900490179094748235836329113228557455413","11342508988275009444087224638201372795073821320979509267551148825828609691102","1"],["13801721406176083356013042396739838717524198520537927560355321702812517602065","5127506157624350804447720285483983551073451041668928878733359872236540205692","1"],["5344856460933626374146124030392194562995099172185088031777146332783273917041","18352655594256829929183644976610369689931514784230869999334357585621472632845","1"],["7628958928299781717179113119945985083985202524596777858957863381465673069970","4077737236129201786055637210137942482818563823915967546982744392306655146156","1"],["19120209717111983843756102407088324601398442728549406829935277020861889778209","8085220539527896061137023801249271049992883148930681103935009763505144950853","1"],["4250019254052002056138435377180296455356444653063558299784825125592730999685","14694938133384860575471627622918533770311782983372834233488352331273302490754","1"],["11270557867060171216754296351789411643297700230316277028737919740310822628085","19621059561750729796192078334434243101742423493660798469305131513574218035785","1"],["2625906363797329926790379669575892535319157796238042359683827009630736814047","14684920774706697092670422725381193857154840597499999816870668484105253677723","1"],["11646793793289197137771450009853560741532699831605735801231354025658138361029","2996203914291102477033575665099709594475912965783233800541884108832386100418","1"],["17123925383441529305103647098090618722334294948907016106069109603629356982676","16858059520580876664156344807568488581988961299715447626470909595319213258288","1"],["9073641508378059468181988252709682421416620455149233548208733978094418421306","14217585516196307862064374361637501507073580869877653194415778824544765298348","1"],["12062835819597952558715672357550494080774293438213753182902207888510487029413","18526857969121379065697961774049320671046598300840719617536420686923871468335","1"],["16257885524686291574279627834709954819310365923085595341247671265520533740896","16684545851842485225162799384520964278207016472760956815670234159548881235279","1"],["21094582962421798198281210559833817585780357465998040629037862600309342764264","8943107504140272911531365910399043698277770512183162517999083978662408525823","1"],["10574916690153455631656497220515748125271090194290869034842381246543148938511","16983970967336870090307357716530623587187583006911698980606065516306796018123","1"],["17760114218718117692253283984244827696052942659411811531175022739052917455832","2488559823199711761335206689197363455247695360928747208142270079616642337065","1"],["13385057312705517119727871314070459573504438795651357773913971477186922946410","3866594732977070907078890759392411974746630289152254058819368300437767502518","1"],["16818274413395381539539185245384847320782055977064120417179489561852066334779","10645234768446714452483394614376729213933358790602037658579750343942814752130","1"],["6932331728431050529961410707045040359956971026745803281346665790453791857813","14359078619591961422896077872058906763943038707890463889959847949131930025857","1"],["5837203371557913126306800103641413954144153681468677460782984478928847529496","8591501084696884183549317516778376179724943052076608500692610890916765924971","1"],["7189185771746810401774911479669819965471270892332643289942787709040908107691","1026805059033140147090684947211601392873357193483885052562234035623984365297","1"],["12147286489535556550801584774460049897095089073925429329894729624695398881764","1906970092346784918381629562381532341240686315440282209600607492210151352117","1"],["19303297875384322092518419485353769557654823916557443828291820273251172115840","2961655868290700748069480788394220432894481983470930322873488873333400513454","1"],["9603579657468384418714464404569451951330710893922304062171865347673402475786","6389621576651933472406335397497183653162554344034345333633970470369558777245","1"],["19392569261896132388982366861446878834049606810706165990427772342876502585362","17026134191496677338269673626216482140726550254801727512055389777802838679267","1"],["9637583159780828019747704758429892982891123485079312533632201282118318045014","17516925301107176533362094014168475083784860963501193666755962751162197958846","1"],["16770831385993767001296787093799730933268180943383765431541243587942778217665","21573550674826433990816799937281171849788800499758061455365586021552112595945","1"],["18963476260858639303160589679990633792277527429230071802643284752840848735903","8100612333908851390939224756514419008575019691301386076142472029044591408941","1"],["14544944289130738338055919750332794799164171218342544388371202154344973463695","5889912160961775863617365200203112351028339639566285149342585780238791961351","1"],["1249958201414448947897881046443150126101563702840181409156804876776740883007","3804816333167591065530661540977987306637669061968744258803745555713751007978","1"],["15405560304333564090580689831894943622476198665818504295905021317922403257839","15234349784273647634323977715054095829018159656705502955513746646472888126991","1"],["7927534834706843141747552407328360593547269234278111141413877960636799082660","10698462138949942304745040870099025328967793613437474441949153167800220104810","1"],["16777882702941337550839953213030319542775760036674023678864190729760711647012","7366712335855237483821207049721600634005202336178064231519213408795939330846","1"],["21349849557507702243115712425540936157481791663765308702621722669336212333306","9468747026072503129160492614432810421460354539940639584091372645813385780661","1"],["2241687238475353039424378942042463531294245641674549279063402196698826174193","11978885032236436908874719219367171171179261271194269350634353392230244028757","1"],["10567558460436154720621535293394656379955989354035091694607183911114731570323","16016433650958278755169801641847371786334097416243707011149005821789968748723","1"],["19634239377683152630274568384929903491133275649085001057905829295938182801208","12256411756847802589152279131111293082505964737968703917075924421918817261877","1"],["1226990442693774986697167148137818085703298300733700500790979932651077067081","16190529544005288620095769261446081841452973016372701760948253998953760780491","1"],["12425970750332101219058201146820788169317421731196258625509238842940521660220","18153934063102235779734768781341965212282616070149491254755418774329538525093","1"],["11420015200828354501636730855168650884307903597398684314071228113314773368545","1141577645578790125342721495168647611538780066574982156057680874652467731690","1"],["3596847194367140498330291931725141531167616281745379386898487592483368022943","13873482625387111770125642146961992410763523443722821034923369499522749772626","1"],["2756031357671701733631308516351097141388630554222356578051387716932391119881","17055100098300788376787822048462618665429564711562781024254231480657564054032","1"],["18298811532509725380939870591887566899316954754470698454603884674177128728396","18388005838465341576032717254136299398741246261785646437547404377103602641761","1"],["18564864389613686423336530260661694883239055182005032801885435214164443226943","20324030900165928464529118871817898478261983894236897895924732259892289589116","1"],["9578421102433443379724352764685151651225205076154121070837718525464927806468","18969933382408099410699893398108728013664051138544295492825594480829720447522","1"],["19724077600596517182804712350774856968331198899530341794961114045976652767080","9907271358645366368553499965703614109507540031447374202385319521100088913514","1"],["21079113088663480569994865130830875259808096040280000984654628070101434924806","21174888327855448666459458440359338235026137965406714682256230098059880170732","1"],["13215995757231392844149900887261420833795227675995719604512082271366084814459","13750895269497578892333012541099831299686660408461527380828934319377886680639","1"],["14967269656825451756375330462609441785251643788679311747776850499591756451435","2987753387009048326264544811842544995945597424519126104999418154367131887937","1"],["10604235247102012039844315476419868693647894058208157097055343903445912587502","16939916914300993237701981098260580720760599718330733577546047770778470556559","1"],["6642477534161433092128564620579604640111261707411852812013930745851298701903","2488363125141043455356543211342417557614319214948874996461546675438669218359","1"],["4898821459665167651343504291403587538972170405439945725528259805899615328305","21451578499092144328615838550070163739355129571449306188608294629424471406721","1"],["1856937487656541787043002652147554524999014164633380018057328627164418183927","12578738352171290246861178001271115577122929301591044571819409794525620786390","1"],["18151356838697666474550427278912151610770533614680603283740596399591774105383","10525974182037409484687595646460815157953400305153095701894319616945329730730","1"],["12140978080062781970256507977327546296392002670978728283716452860326089802668","9151405208645484887272539990664013359830395432017272968549103473543910041746","1"],["20710221852920882965960561791661247075828905406856230750742172684791027969558","18747383028223522831619592105424629478349621549049409044259467415436294741680","1"],["10601290184809042588107862367323976889953266167417676520487586975184044066124","18088655607810284261987885796349429669916963053391318897682552654658376126937","1"],["21136134909396969237177042514276806454056200294056928084789553199777310151580","20829803615333788844643341812316067988247293627631348079687169256143860724375","1"],["7694578210112503116588829285596874032490254352925495301024833279754863673712","18633886891491239903391327983244491559224002735784883811848975150809674780816","1"],["21266224443175967774003890601516024452047177011991171902456178968685578931559","1861162902324329746771410669945103778674215001989427957332591914080646384278","1"],["3708970431443186297292606406378617093798334127940231233416893018163831585848","8441143211525314919058199919597297881837548758876384421029440787048034703958","1"],["13388637783970760862214923387371304383323209007448826056057114887979708036638","15227399006287310688351042232302396201011499637868716475069709991836793725289","1"],["3840111765850426354104537930995728074758410364861382622453576038802277089116","560705505461094887192899749597549503638092323182948215193956065593379247767","1"],["21218706558894043853374965604867974974415040606347318607548993037864697115715","5011984879997723254446589543328664823530872872874911082246950929063258104073","1"],["16573442202796693204786263170206530402065521505481868842329795198382722282952","8702289696240378120944915418413658368329270654670703970887213924990537663222","1"],["6167514884073988424001409725968917274953838365612995872582661978696592832827","8495784972193165455467314538373011838683036780571148307819338614416188170640","1"],["20011938562766655776849477788544208001926390807294978039683966187054135045449","8043911552255569268821017534389004416863886262251170004527688282895857929751","1"],["18218974822694082794266907723783753214624839245120639220629395353020565361934","15495380334951949809217288164622599534458270878629633767547483833796841842382","1"],["21296436870390448440949752243598193964046106011111575991945030727021660175434","7852429648516688844627537005945932299956102955290751850364012538802719886565","1"],["4808451996898319076753489975267983181295303613228490878404023694741211759515","4992561078319237295436104907822379573511084471628267735856414742730295871703","1"],["2643900810863211173696787575329475269685003775551647498721446641553394990921","17491275808047644897451392891132700833544187644325568718228361529541949406704","1"],["3237083782608150462993872201505953093325998852277951088767797741796357423939","16443609991654925964930794851359957059169135280578379675585753425536705866605","1"],["15707324119740616630371653607863614193660805602463753825332980027756933105611","15304199233949886918009654205997917299840907807348934193802375679538202083875","1"],["14551571293476052614533921025101278596361019085708319557670161387729587172300","1166558613658441164498829787843563029460833076929769326203956048441003847514","1"],["13890745604695149211518710626798689930997118897786700225959497847288752679205","2063792798003174587260892910225168470141624140304310246319994522781629104807","1"],["3573614253293516397438786346697605898707510357313206241158354015590960690038","12005970828384813294696638463525041167203997958095041509652460097399018220842","1"],["11603447729621815038658262675155571473245177400851310741338644853153437857195","21171380866172527490413127806753825381710360021689408948417935327562764639259","1"],["3913713079230055625993166766849467727793572314172633293520674076023976719480","18174022397791501604074603183538268276193834865423017879345527427043240063120","1"],["20079418131378270209519174639306617367033080133251619693596722988648673207262","17109801843685688509397452737733277092489340785882485907324234739003012503671","1"],["2986467724360523473074989885578036845486941324426543617360596948333405241510","9662195753306135811070319834538716440639519485699880506090509317423624003346","1"],["13694803524771325260585144122987896760012017182192450909419196188366982351706","19853525946645740411275911368467151115278831640258138984263909484750061573102","1"],["7993733260275952497854575058968744438813308875974879693159059935388642004026","18729929770740821315760202670410360861287141079070992578318644798243081454745","1"],["12852580903092657439472060762394482371092053565938413616332390110013444905902","4176911164593369352321310006837489194981083507305690357187037687926708139539","1"],["15307430210724467815181407337440415273961878241354232445374022264652660415089","5940148851425679156801236497821339527916738907138595964348509562097212313494","1"],["14450194077006812973718531633780568986172169871864490301227472127974094703270","20187366624159953639977982404061451338095650942805552397464389114765397409054","1"],["12822614924787788769347178665541819370226909731112245560824040620155849588270","18203966401176534691902184878952122209587331109433440089207381892872289795854","1"],["2125014178849100350273468845073198609647389219387625964895584987654869419792","3847681245178654153689728331875176648444974895942615268049256980043583896888","1"],["10554674363587103920233009977345974873784529766767160618768147678120087195237","5948573542815516801683896095880504398749897021770044581936367334768953089754","1"],["18568277440394805984289762380781658929545058785038331621230002720237288963965","20448046923665864071199932554852260740484605847867971503984417952167194855742","1"],["11071594749261133532903255116099397365139800930218411101164980443807416107915","2867245295654319386854126067962010746691893517207107502845031203570464870179","1"],["564577571124015815828646013727229189558425499765540682119665673600812816967","7366038405101070987366190258136161979677577592670327529198164975095395073003","1"],["16963451787394570045145305727224651091173160878598656191795925744621528401372","15156912613819167231819042962567507709262246147686802422929651353297635814476","1"],["4313128165135928929044896919801002443826713182950605033879314948875844753983","16086682289489111175491124196374059010902044688156874749471408529317204004342","1"],["10780837270090089393108846195544687960474332610885172703621056832675208383390","5373688658698703069975105932309539768917243273094751545414856915506635482484","1"],["2809332881759979876537874653753368551990342086128728106593454513782852688447","18392392209815678993941963179041785272891740169576692903557744731378678235373","1"],["13321697741862582102040284524166697007004380321334179894487061830103005986876","19105251391710074030911128603547418074017521089586297194355683317933836063933","1"],["5760409972010814972849239867428421382544444256210157952816736911359988627266","19152423651448516846008321815573559114240046673840301238684073118802306695831","1"],["6638734529718983177841108580193228311557032905649532802804462456327880298914","20946689743592351389466640129914350719436187904411673158118330638610247111547","1"],["17622373184867083296697525608801931492292778099520209001208968874268273409876","20897356238227849909871339385231903277385095404051148917894652314431574151937","1"],["1336101578109654463597899639173021916468486692180360226044741596986744054402","19829195810469151348431079321052869314038798643359631867349145092367838078825","1"],["8654349574477044366089519430446998772041797557297490665536026199561540813862","17767407837024044013456233364926929014252994508162482548237683113765046235946","1"],["19435138334718612105019247865461482142162407785345968637500644091771889707990","6802624388292809761241956420452109497668972967948966697828387203592824783055","1"],["3428230567910217600429582209502915938247258262867621487854275103203335356453","13708232019132981660398570145174165054342429799865711237315184552811633798297","1"],["3468881864243661318332957259389943363819685781104655566007434660437754938111","623814651302792377503653646195770996504626145659673871074989939132604952580","1"],["726137426044957011842170199625991343006040422083986137436529861380321599457","12678456245658443092844972449619561386552403772532637018343589698831799514924","1"],["4892111905461017461479611787044559856338429193983376420531102947865968960197","10198954282264334206671833003919783801950879794562891845119413971247040817272","1"],["12589287034398876838889235968837498949544033502142787941324981471220831489149","1248713931347762724814374654514762295865918219899712789592587483703025069046","1"],["8324225443218261202676199097100565391644149728474818170218197373067772153366","18461578413838716806980062544771597652940148099016070637250950747720180664929","1"],["13348260825072157749753647182119537149885983209683130620143270914580036846310","3099228343746268657435010869981959667375896107709317261412406028926629911051","1"],["9637818552406533112271639298964649305812165844341146650971478354170222344224","14191625582065307598815459865067079528318913485816169318065693725038046075914","1"],["18597992956975690967988999499363798703757379539457760447629075570829579217430","1331706122018606167303935602765016316012692472740499766742598987086318543320","1"],["4015083879236861706253456845988419935128845729077804305231349791211722417112","17031393289852440061149192908856674010197536395564297395235307868983986557191","1"],["9108560650827154359847233735654194888175499648108723985840161988093858305090","10089117650031287937438025171178466896922258429138648810307548117295782698868","1"],["7893082619489738604028417394708703535461164544612969341596384610826013302587","16120048882041670091811631829731055273464136271337331693572737964925223415031","1"],["20537576025512164705381454232617502671793347457485953639723911452516509429858","8365814224786286214386175246151684967958766191545238253090100325934945357439","1"],["2983620181934508390558837367000010373783027384309819870661499509459473064222","5192833141591879948507676743117280813403811171951689248612397580684250495548","1"],["17442009013133934362164393054824377790723462752028351136991735928399984996410","5878181296608931935793164979975888000676764691115875474160716390639650905125","1"],["18923187376038602090834727449545873519079288407101367022503151114257247684914","10535698040744198420831894780806840777838923425288960588878069911318057261946","1"],["16085656801765859495037317435262052960031120582209427761400471472010439226245","11385862463234085735054754885871924818515517429045616989192677160226880635041","1"],["8303019769579064308991089631242338385028223939120769360536077156401960782472","3423667145726269414244423882356352761789823089707847605203798866061948037859","1"],["19050186888791210093968764925725647645115337657825948696499408386715453146605","8519706710673718357146618530123142312928320484077005086434683168084142884523","1"],["19273444811118631082793788732203119979164239684460716374391264995254101157580","11666200117220495934835700588021138832807373095117525877426438764030914798293","1"],["17423811468353332630821745949770234625601711000908827337767462714826152580544","9564172438062077529022628340668288956128430953482397887043912943193225063451","1"],["7875882888465791670369037680390697450016574324503385896051841701897564467969","6229009933339987720949362135677173109738736068424416483315581386935877663367","1"],["405900599340418598432379930491402627833637366251278685894567520003183615373","184618856956918412239478248568229994431599926184689235529481976703583212787","1"],["18533593719525817660309359707021011660677429805453373688585293156562891207145","11829456295371646846485517119789413450782618146610991658245594259370306676562","1"],["17479680984237852110551199112392184166413564965186127097594065264385549800235","13618034343060479631757395684005189590291029099296570276378680853144224766597","1"],["18864516733162676776251618767035545806839898143019524722060835743263031472298","19203272234923573628587333199477103588890222778080090191528761581174949981426","1"],["11166662423739567669394205342054207344536521406093998972868447316557478910780","17875490217808883735603508523836901957195126899361379818204198423463776120865","1"],["11903742829099163509361128326213180685998327532629126367635863341940287069292","6691838156180668533533448344330232603417904513539379951055475246578784290182","1"],["15012703610202054259460143803026188323467781954892124263573557280223839355663","19786336578004515762428922655484413795999122968799814373468650703072252087748","1"],["1459424428267557846784223282582056325448799042738846923928721566543137498314","7140911055693833586692392709552812026434514341636217561821864633644647271822","1"],["8263772517039031096014262661066678404270865841151174431278381215772344970436","11135394802318560170236530798626126442969009203387180667604704296476515961505","1"],["1985319857631491471190437309654442986607116471897883960735628374886894737044","11251188498515455659589457529164313635886360836604069441458048456661814690249","1"],["11877646889437657868526937120226457531089167873285177985648260598993858151435","3438904442000595356331510964611369060349829289297664116832056971489871310910","1"],["6311409900640916833159825849018753580520729111219208878802257324561044779217","13458116619538260020502264273513917096510434177715029585150976236220932109510","1"],["12194035467099883072396978460908048078675207185364569758627816079650486401607","4534824267598130034458681026387558783451592605981316072565069682517242250866","1"],["16938366567757765074530263715882708108096750596981798004982970023305323350125","17548271118819553310357647810242639185826982048889099245050458498334935749843","1"],["10401376769211692439085141471080067723446907719547706795822329751989804809703","7313600856641874363037937911186100184730564353255300984026704700205709404888","1"],["18715866344190115534072289287960822173415789486139751186021341094166770464532","17221492915618229525621802255062913271341279113837189308186874643752743392942","1"],["11765534418923669359120438637004771552557105694357129129046219294647590807520","4618622300479394290788767330323511025733435358513488018434658860262208860252","1"],["17599460514405845629138685369200519202672373759042625986368884888077306257167","14364462133924011705149730674540301840144033251874670135093315042370058873317","1"],["11532907887756702053129381007045567872731620979163483731398899184387419602580","4624084571273135567878988640729016133682939222335783324954615454676423130055","1"],["9868864304789420138604829833123527430766657409173606260318094958172461447985","5915217523683881744373275465796668120459775698986435784091787259567856544140","1"],["20298364626541649639310633540677991637781646861685147375925664903539379408097","19818838385437690014307935903327662684805929406770747624033098161472362095857","1"],["2914179814391631982837043723720013979415977476902356204817998829493920206677","11499604026179856210853544889985298028613921844223843533420918727012809470210","1"],["21123779766406595650675862162938648244510906233295089422198809421655179953436","11469477151337128322969794427958487894397421083012343859790247853034484655243","1"],["1428545040160340309589093396536255640445135325133727965125026515737999681873","6701530336712578531947948268895544369766300599710259748292124636613651028374","1"],["12938597240795074080623944797766561831648052940747101290009276645894201710500","19520401864085673518308041238740193909290878787795773104097781828385030433803","1"],["6695299053006847701517682598829623623142287630052853737840432991154523540210","9146623382203078586852425382579639212910006638099925146429803290890157907432","1"],["7731892874575423054272623006573557488531159011588090587522142031848571171012","8995025716858586221782017716768576115124311741035212019316925274816156577747","1"],["15205368279785833816663198051034705410575243553528994417417234697387877122468","17289899775437383562638083190229195923798155154736113646211035859877031503433","1"],["13438814618612252141495656816891336782446861144957236981794482118966821675090","17124821004350914591854144596762490997021117447489208908477796772650141186866","1"],["9856704739861356860766945255153754898163851134765939565995779201598427589453","20826174102447311156032127822089112175409691356425623201403245927954696814484","1"],["16779392380571556070284928420467369246627956779508295977401238562123546106457","11381702217789343287605366693946388629730027220135950363586953944839476897627","1"],["9543251304144388365422174259999503613442660809274217806065408665508785051172","5721274900518396584883049147956922577841678693275383969441332702421779244092","1"],["8519394467380473818615642090755541297867087616937608880453864733875398823067","7173821505005415027770658818687431356120125579235996749131341631994880224516","1"],["5623054344613215875699344351786043282273500082458392956824625274624154551405","19377411192229545812910258439992254973968413745601999586477157326373225194559","1"],["19773307413185821533802411989292980366472543143824954579420554248800530462180","15409821125432409996389009128923617510291592543399311010321682279857590524290","1"],["16096212815011679832006083483567847962113817491678883921590671318032388226429","16718040408925815442445400897171433206747837123812617292953913313467557644672","1"],["1000263332217384433064655051314445328021588405334363410208047236769679925934","1248685108749235005632276615279412176696639236601476586610204558121160404207","1"],["9161442992825156820514473701545546599540874786566568776051011129416573569690","16151594554599591628884108773419702859617439073582039665435466575586528278506","1"],["13209417709674415205033551654305692580271155738286570660093370456644797083132","275693761618421863176641001098402631152208420307176489080598494249748140055","1"],["3586482151410434785461556580345498714467448260421684242058660383722401492811","11620809261519787435387104479130034762447798443539213227488149679260010330146","1"],["9988748715369656425380125272833597969749632016086594244409345051735333944953","21140777787097631078765515089130884048687599830475955568433493517669329700207","1"],["18320874045160156961884365655064383543255388371797912468094161170819494682573","3933357388657967798145783793647460221139761142909041475748845954228370945376","1"],["9285378398203335624346718160493552464577317214985067781462679371399009245014","11830663913030885239409659402712636617778238133551000923372139565283012972331","1"],["2682861607568844009810543199960184394845325136859263643647912160086537386888","13907128507961073257716537317852329704858391905757506568370324374852394008273","1"],["517323051666653482175464454840220251220580619586195339100401873079896308451","141319041758726058342630161248242267510813626964246293700962815673965785007","1"],["8545321582233751596099896297454821209628266864808323906943491453650884441585","20432550602630764849916347373579764324126849157784996667642349900614701659121","1"],["9361365689746444839405562735631224716924828151284811009425151026130756198313","21232326657172861359273975362723626622997997938416762672106926868520599029067","1"],["15070275305483224997521281538836592695237053663352664014691600460749015435469","14793511502104641807851815117082626843875480387461358214384058325563101636962","1"],["12667955972400953731626162522267278893590905510428667358803138808941498700890","14720150551204871946416963934991939316705576306388812848133291608249374310337","1"],["16397726399343895813919956045058578581143529278519306426173491690234183806734","13978629691307232482185200210521090107628350440490017280829103968686189777144","1"],["18110249378157751862363963122959155802489556095989404376778214381746139864556","14551865963399786004568780784886124489646060302860450236889448078072495791162","1"],["11787398696800646021287070022887716518757735601417818758040582063808700704938","12900608026246126878279528780165172897352176327862249351205700619637199862623","1"],["12472477087593553900606589834717950362139820557158999373238103677276382274577","29559341679005236428413973465133905266093545877935569687599352805967030596","1"],["4756786229031763104695934318291545118887201702330555571799613295999981475929","2981021304657990048072675340140764569955562940375863584105270571601897485767","1"],["15737089476934194036896246468810477333348127702301892749879635287566664294995","2490696089942395994836209110006873671774205345390292248841197858062949479635","1"],["15140602611240182424059064054931209410264188182349007001208313122732847042995","9075716250423936893308737878811940920924673465614287158086342641510270876113","1"],["11466610235234032685313871411184732932156988800896564798666646415718535403885","8683016347092679160934731620387484803052096853335651653143957730481308149054","1"],["13731910352956520785947304369599832450713033916739655122735877098991400862284","20820622736156626002551929807291799648361175643066246323802603004370765887714","1"],["20444715322780004979315017167932063970237038857980732473105331948419437446063","16500297405360591929718365821115580757569884516247201546574398612350876390549","1"],["17400115999214222640672140780806167460663814850586565984957334705272947944942","20245907809397411763764758966249359778316641913635616495161841454297907600500","1"],["11257635684626609678895673672714675103066299490929875679897508249062735594799","8856648799950835410418550420717671637753748381528467204420872356022326249945","1"],["11027362064863791817223240605213264463479370548708747788977376158890431639625","14926296876683945920945425983930859407624388838120358685744462243716762834733","1"],["4780745199389969193692775279979811613534766755974689569426726938669063164610","7687790725059647419560256372524629815089148125520708562548906406722252738846","1"],["1668958260925926185522048406648864233736156358930097325129383891760656889783","14484205566020463242753048537418266142086903976175829902204954265624011890660","1"],["21163640316782928807975539428973452209335564405916986090847465248960013440579","10390524568205402443552964389179729832631718796380104034014663795261788089131","1"],["2726342090122788151678064795385110961759304299154964520030607902547556120762","5210867436121977036734894171195364622016850488943235864127682167112654083229","1"],["6646349902812225109177567454959904336676523959349591245415714360538221568400","12322522821768519977389802406192664201509223761508733933610226251780133306497","1"],["21887065723242117881470364005764753439357466925714208468629658255233520600304","4898736171453849655727187756302229812438599742757151998652079005805582331806","1"],["8522493939610781153525040947587218711794264462172528262768689203115575595679","9305607039122336701716047542753491473982476501039556435552795492809516315605","1"],["18493300503902256509156800789628293816604483075885570405366782908563170092677","16460442600135310747614285592588345575858998947620578282480654989171398623104","1"],["9740351289658143725678106298481145260235863463365395428320135765384445452438","5181578390360811784883879946257316708832344604108646331382339463207135621350","1"],["17862000767637514128487988281090064241099435454413690711182752501138268572018","6290832049605552492234664839685954815779290384012326874646110945079823928641","1"],["7766111519376358258871419720355095405302204479106707652642007506551393459873","9490020253082131039496367830497552528160065425870582439730104875342382469228","1"],["15144897471519702243885037732411683265767905980710942187284655495543361086277","20852602770393447338771646658780466817200200788857065414253470610163891750872","1"],["8152438835316240207494747167193364918946544976961293582409274059274601287481","5322977378015529691565354591618516388147962758874331507326116947792451351843","1"],["8414851541307908990607156285092479594174635079386866256744982810874367756506","930936609684003763376896742465440145622339039505936590092672458983878190226","1"],["9958328484558258063603802934596139696466286073547675790357301615832496020190","8577508267030464458018535570283717581044137038457502562799194684580237144940","1"],["7548599338713693308763084139578470805285580738309152957179393781839181495990","11298247272468059742303471050784600759105659828961463793710970466260809277568","1"],["8614216783597361586269958263536400677455054496356856434435164604569396658971","5718103982514408734327655847519965429544692409806452709127176512322671714750","1"],["13526914315687702734912288076054976385209526696415902677750055953900066411408","14196271259992598783771090979946680663808513732030986205386718027089161223090","1"],["11918522666898394205332988069417522428070405334690000718535885000115099929681","13701594202098785599734699675860159393307625301627035432315789954194240592712","1"],["21293923220076598986542908749112876462281151475346143498568879193024003320132","21161575752211487001097631575953915005443718876138613993488916468886569858673","1"],["222728768391796018314428543987951808028517912394687773813209091363419355812","13869945564778569186852960513122799599495724924180360057451522197431570501242","1"],["6171998826154132365173890116570710866113352873254923826809132862984212307889","13850749213324098586770946439296720296591072043032239051283104283441938617202","1"],["228280554567177285717820430460661296887455957512003128756959298262227573033","221407506115939733503515749521847598813433109864993789941039905597641077660","1"],["2855572271055817616829021167344919953761884837470335088739568085814978571632","3885648589128316255473425201650195996098573305372673919833815590455920009129","1"],["2577882442917587122581038447358758842264988499699043341301579293401502304225","18591710229923348598429569484621081944023835046881577551178618064633793764770","1"],["10327190911670743023366047866547859748410307600252601567255281276805472289942","9171926115032119839435510005072580132322562473623538027080936914667250485854","1"],["18543735608219787927573846448906743056714578674830983720426755017878478274062","10176327136589294739469978676366629922433143036780092924717355518310126808320","1"],["10586095625941894014115232775898563437651853114458902058788522221466918408757","5254817617584334080643240505344634263381840873191711840965492041587720123413","1"],["55474028220062327535879230746059001683899791912795864421390766739335895861","13224845574980714510345567727352340769176688561307938799518654955147249595906","1"],["3598510569981908942830543293308680129844222737912014887122682522654746381723","7817440724369629203070631486738722505884044454229913449038069848249203219276","1"],["10461517566514075939979022374962955171212797350353135635991431758981292178747","6600949474344357535458028876304765837266893146115958762914501406044029033071","1"],["12150169524345698588446715761867900814163096525637031952789818027676120750580","18757385955784188526404228336836056369374838286067240498529475552256156044953","1"],["16439456078249927554667768564648799141787728406067220779150043970014690023499","15056905211513030924951549686598887294344973126115494439846336132409867373669","1"],["631618660039250509122013813559247441185499242277638923177805052121297650527","16096205966406431367876316668404634545570994309644490187986962496315467344127","1"],["15017497340823426954601411756616258054581802597338571522445252969252803759784","7715725036947075588765958405314862750187307635773973114943207420601919012301","1"],["12954043967665189515337881892958491954756151586579144329113062594307308905163","9314677482150615046750487861331930318951437350814709359310463368880459970028","1"],["20817187151009622169431719904799035870432298371339668080156391527053371420224","15521458321161866082582225991862867482114168427093293972352594479754364096296","1"],["12182141233937070871442255826135227772861896554707294886649311873530508332747","3245998423730022344457537881325060588763783688369078294362060683277150841125","1"],["8601099053937808490422453771019052433954690561210256522347715918641013850291","12013933277327669918693859926854050765666246173238738520057444823057041673028","1"],["15937944093367653551555057838249588874724564700698752302310137479344047129843","7532473969091273857616192500479280220215913632008263430095835570777401873582","1"],["12886224665028703176606973968480611814199491050862709991148583127634267383396","20024507302237380827405219417233912764693926096466244017879791295878978139937","1"],["17735540135531782644849046890873634086647501754908702270705944320828473750407","9238348530201761601225986999938437409839382249446177817676372587216211181867","1"],["12646901104033628635175199393644070266285510115653317619993449066702442432620","7191923838883478262054415722212995154710280656624455256061645867804041024694","1"],["12379527660210634102670059129409553878780088566127830967430666800179934526968","726917353670585062385934728964643782546564826655679256520683513819997437039","1"],["6259242631352965532344671510952026336165696404617540000112512087896177789821","14953591158780892416295882163682760092000583487079301245586497357206169850311","1"],["17442331567243465546356038051222577003106491851855226729770224246654153745355","19865403181872057125557563255784624578091570017902076340517155049959525529218","1"],["19938227372044340785657814397594000399094202750849531004513798981588235566915","14484903030923508842721575574810917146949878880007322239254356698759716556132","1"],["12252458670361836657033701363250227954934693577758503065047828867443723821485","13380366877514222617570283659945055501834601300644436146908322663734476880927","1"],["17015762487275342059007667332533313035740935710386826477328129843861682178720","15612818225793114445530973203209788498276231214864391012305384967552760680101","1"],["13441764077855325846863616013021909534975337323232217044192292125721068513379","15182857616735811552097457832615817236075224483868873045996993636165601975167","1"],["10719752570545121903508724495329498582168856484741175584278700488136591709272","19243235926127287792896710005162613297834163161938506560537475601489565310579","1"],["14515760238196847753832143917527049434055225750891442244064181737105925933838","21099814020718405220925933572267724493843424084312266126627343500229600362395","1"],["15027239776952878406439340912604980745631546335920143407427708660157622026149","8689214666282859497641268763195140968862417459487252599798436432829153954794","1"],["9480090155447884923243987827880473749347274121485517083241895554552570302078","18817226157418647771971559939086866700798289599913864235144044452398420089919","1"],["18000871929230158537297337180744661438864599161411253893533033223716919013329","16304870247769548093120937766665073299997027471059402818875387111881512413836","1"],["14575996411532149369450279450441309840166158502939249040554704539408057485488","7661327193126258109626701549888206229996687506546643266014879697920001409494","1"],["14896971272005046259032924649259668499635005269751609707944655293842984506462","7450959828054095844496841141204304440737812452222374348820670959317675007869","1"],["12290389475842966460769869520297989233394571385862458034978947859166140186687","11634725480646920002696096331508778812036957587981062851072125208450697379296","1"],["11966898379973191912032293144240377446431994907528158752505499006491413322493","2838153585437809262097897211046406970498335109401084884895810805483203017652","1"],["15323536259807002051833923077005815993861850590597030649923660019561964624822","3517013692872749107414815780931708687891502946665351919141725733138471112762","1"],["13027334486573475501384540948996427051854664249370715129973162771445503563939","16234687536635460203627749444275689497755799706545955736022406141621305547964","1"],["10132654701304167451203553319208615117711189073589993321824723560281769775310","7330622607105369900008460236973370854783226985760397960532243994513954193729","1"],["7846911080187822316091100097551979121677643463258443358474882851100257524464","10523985291353785360195055304539445484646527184625081615616245278824754931995","1"],["19665602309278581609907519937380942794632417383730170825688262137133239498578","6879540680571281913121501410320880957878609698781780933988338910037177860948","1"],["14633282409659924142583774080888619587029118624208263935490964185356867927321","13265784570085088075100500070870634841947693715440055353247193238084195832315","1"],["20066199050163989549406245268829682908001089757212955407865530251188279297994","19178278818573537504671122909997995529193483599650933436250507651254742292343","1"],["279199917961069259022768921171129292696007696639807341956048195940559098973","7323250592172372631497795234960814819754871957406938769107885405927970025827","1"],["9598337172261254496177466638504453531870257028210166828993295188463220116609","19879729912139025989463018635752787131227563331565328756146633390045823407973","1"],["21221357807757012434324624469056429620593041092831304885551070776070653725654","20243048719921654635347716916287792960078866395949301896296097438731904950767","1"],["9733383737609370642205550599771780456391478028472269422087860476302740693366","17301846396632897752018689234985950496054942144165603481624959104188181912766","1"],["4825760426760135251019950199225827296803782681314938925828570023025766213226","3545629947565883331822184221012442599584099684823764981908670653379110812123","1"],["16870650330337456386907062115137394047806068515889812781852337995123769310468","7041212460633961459793646239453832635431158229173314762033719976054568085921","1"],["8644481563079981861514909677693552708357392097809444539384285646790326952304","16071908282164858371251589021552692365392696335037528956792687365547103553995","1"],["9368189172274804265446419358572761320914995927295618041242978923443262706856","15598852392461475993594601359332897115257784184674072421376904007117557989925","1"],["11007587876835428866006393921714494952601763132014138997888860803151331795558","15786233313786671891179295018221765112283327195090829334643394535525235329666","1"],["1215288534762826785506569181076271179810444529774904508406430738492475859377","3631925736460802029485597148583686707102556306824522287700618633503165405209","1"],["1470319502495619231455640103667076050840859518183740294816814702088042586776","11167475500313682281671238493538488354232593409936860391971498388682378396060","1"],["6366981484731576024565017088671371167027759562310396291743830961826450203222","13978598008482574253742459583977586350636722337237309650803838973190101524161","1"],["17307669021378448955151984279876683622828165736412737637768392477798366122132","16726471022602590973066921196865546156468367696934804484355902914382051444620","1"],["3759317023975583493750469813946622357619154994324375416972544659010645241589","10805593640754601983008043975517542442573904198212184925797605712224190726427","1"],["6631774655913550086660830520204563879375469104823975368518277076814546907348","20262364937846152497340612159446014175696984446882344003412537484739111554854","1"],["8492596914238411492123225215993649131797166382142440749516763241978998014288","10218221761391034403927544012540874499928254294767361371792937105559374528544","1"],["19208710961981685165261224125020021682316248712087552508233490075899204069762","8242928610775237285191298685486131805051778569016168997261815838350287437753","1"],["17614048055110843152314819647654088314581804281457241884661214599154433732492","18970095346567302946856806380452321093965993277004748640111950013364790537074","1"],["14550047739049282491150880798194307138467634895774397946255059591516854092774","17546454278332623517752615532948143420388910828081833487529283605526079788982","1"],["20202850592420649152739668553833358332974182714041485968771969972742152866419","17459018418224441329602223027752890365516855453248655905796423049635391959831","1"],["7881381982366779687421795813088457621511543990120506642230718105829203120444","13447481969322296576588332642431325264629292202866875582317850359359656260125","1"],["5938591054167438491028297508767088479820548330455350802233853026261323450690","8034118741639089215333833007192962490492283631921892435064653392148488591810","1"],["19437700747340828772475580830493075334438777710820473384382450298996568305509","9673239768559214903661508295036363663615391046075043179156340904328854709673","1"],["10488749859576257957075458138211653435912785764730634330440144260684351162993","19391033891241575804079039894410505063563399257272872407177275722239950032335","1"],["18796025946312009684903890107494428936835115612349000478852288328570210712486","17359702395423382692364949072161217372418476240969742630679003815390093872452","1"],["19696658898194065835805498924429891951980804545422741415649062216439476038409","14106721337323341168653812757666549670867326678367801696093912606531974201863","1"],["7972281900458826299736953532519729930589720054821230897934288217140268447339","19776931897706648901185353769920018276640514107496152278447299969400499200525","1"],["10264393997686000525214352532223411208225206970641903598816389222126589434309","20187921727477639967828553577224709205855114841575139452145537387462630348719","1"],["14100944655360251135513302142591053960861071909854749969844200112907216484117","11999059808798211749976118163681371619514276067121994414053313711901376250038","1"],["18512430328745556309296848142520467741630910796473827055232399440597974136387","987651905661066376866429323438716605094415881220863433741406965736671745149","1"],["15518574751049180388063010107289994660196730761486334078252803144519968305617","3774581401269228354516787917066750353525732251821909776842198185321103410840","1"],["6504583544809542088518455333644100582845830241394944287906592972282889623451","18753803654800495826756033167927321203514179455224062610267093950333150282651","1"],["19394321471915334449486688744074504819362312799476644379036131957732117575408","10816650171801623096588414513827549587957766095720148438931269432242045533738","1"],["18671264479750518335449552232996917407580644094572827868657227985929758792674","17953059711300907028482580411103015169468336238327212353583986716226228017902","1"],["9448505588622039952455621988436188109612935702489345568435294913042793824396","1230214616755626063209535079265150528844880992728013832652968829073131431908","1"],["12264985948813314933918229368873533592741359481746299303490552762562865287284","19789937398867962422074252349292350838220056702091423948995691311680069960248","1"],["9635276935901687489619576654456080113324230357094620102538324872347386562261","12083551741843244685775794504604298488257574163366642239896062288322999189473","1"],["11195100044993129749169578140465469726256551140230580577557295989709737938369","5647036845114505053275558548260752024087820448674337536857060402056532285849","1"],["11679214001104437655054543155617408624099117673469131068078657439492623094518","3692404962450694826113121414672151757997394681844218497051487718202277017680","1"],["4507177812772103704714472740938111814584046947931436447772116453755556933939","13165038504788650803217287877294557822383541737859898878052455214262566708552","1"],["16441152268906215312251492944459042114483261508984099048035207950110997179760","20134619410660516061752432315494849136500615161736575658975210559840137155647","1"],["124598856959340935206684681103970961097261843040075501021880690699574971631","15812606999953815335254454389239859968259935311091991140753211894086386514112","1"],["6172354294270374896843128122381180922145655945371152625274129833348752580760","12741718973831780231092177488030128063060162314150925737577289652774053427344","1"],["316634836497877673026953990250120821228574050874780080307627165125053483377","14514794160126372490654575437763739704005876217475304735137602696904024967635","1"],["14389104518494073827461525079194800791037759122776856092163952984681541026527","3553437715509778342832884693512266809149341232184992439044299640836428188939","1"],["17792528443632257480753416844691890277826748467597990506858837317977095061643","3994612612263057439626357916185898224269929724376664246587350725121897070987","1"],["13161739789377948595142730015944565238622520110021895840514440676419874017127","9521201545816201835935168055900854496588397971860642296413702100985430369031","1"],["5675590607857274027390177863171327701365019969491515184649173385139194610599","657127299608203586568896273637412195906714964508754150114196568364360910987","1"],["9487838587054743658202543527450871243204107130182705647752090885222346828837","9792222134825566545899946482585928711599910519058002225613578963434425672884","1"],["13951766668789195828942130104473854741595687668597663235892671891281368651473","15436995945973352036680176546608631798471687500472550911585949182705830395608","1"],["4821553007274558217107422665472168056468562099684225629526179962349055664826","11865346257587686591058796750214604744658106491576925802889067126953833594729","1"],["6647753939510485742257114296349456092850634471930337025018193049867906028430","2443416187714423495255898512186613256399886883984032792282028063650062409184","1"],["17506967244977875496180419541417501227043095281891366416517494917246860964327","11312173377459811172661199929222807173571282076346002912674430450414145379853","1"],["8385558873215600137791605986505334102381817298680374499084226755503464482389","2051030017455475525024912865824401518934405912892050246399152563673848167282","1"],["10145036563111738383420638358100507142957686311201363772114913378190359121928","4210828159409002112862393073573872646742854216268738517188615882315250999633","1"],["15498162978123012971962521036290625787631465521921485320138798222087012693125","21552377790377341066861364624181765108481626208798090645313853821630906164212","1"],["1678635531224297811474103881359548234609353038042094861029483826353993515545","12600807434846450335857254840302136332198598788968024506832667644901547666525","1"],["14507948173368396317924971755225564087734026629788551049283894385884874951061","8590480533595721024055170980877124181661132292708691141125079398111332100675","1"],["20213018982672884709117431447215755000847087065306642344257743756969332073761","10370653819771763921065023604558824493144345057674702225933521662777468453210","1"],["8568230368922898428312287991678525747055622289226175775464540060962535094850","10492802506250811596345260933599114902829975781783612388596075072858982435130","1"],["13480190676454753047409630754613706281950972072939151923185951834849282441097","6943214367412639203211125436084622372448707820239911973010488249886936807179","1"],["14026537566044972595816988592339878856510047945045075215306020830117318763228","9012710235912793337939283963048010809205005782024598058700752225748524038756","1"],["12541912799123007437741929837379139646865509889545110136724932940320000844284","19859859872967844544024790507018879887497352211514399831720389644408764686272","1"],["1977390233259447146168565587158469443348352622042264475885775152032536852617","278942246788479535771732000128514281537254134259139892623519385460971481034","1"],["7672551531038920863690470775069314362068167508122793619120881153731489837918","9656809043973271716263777162767921165355737219557025445554197571077854336774","1"],["16099929827780592876859798607917969392678356030207483785606504827537983476631","15146942590725121283791028126290416326137481663335894541284632707005105151433","1"],["775406423575436382003241905463501521400776291661158278892395240291360009556","2794248628756354435970468201812626946058115299353365542883832543430456767681","1"],["16734290470884346968106155882369761996679966945758481060023178624744906503332","2678631896161693334556751389458738139123909313612515834219703265842920548754","1"],["595618891946283558134688441434481216500705574134115887990372690396539170405","12620205599742528412424054927647507507790284743908505903024912574895677344126","1"],["2148496869773681422741133156430011607476470403429260894148643367184390787482","11441774287163377880557372174190985621960781834876387957347845930269505507512","1"],["21474006166326873604969525457491267033694681169400207932024669941095172434140","4211904530640195813395036190133425715086406212947727470735938412757912438253","1"],["18315469900852658229509110480284711675291974151388150835916137295854592027529","17148517197343483688307120329001747954206485294314976245227541960714708524417","1"],["14206630192163966237017489184308639642603555626132878835785270540998899586587","12245040428835174754589382438523123421890900979894033878841833377989119190041","1"],["17433742068006034476945264463780254111215391314270080513740003800072780389513","3670780291955847127351394897503332178709391740471881445776499426735206760412","1"],["4969134641222006106846316798482935588538702121959633146699049057670636143012","10951081295322858788401250431367807409209481602570711788142160769139784743058","1"],["6525550510553607088285897299618436142377578067135240983579486703395943132537","8986315276147522840688986171676383249302661308714931971938716340982918859299","1"],["16053277298043754912341955080075223540547727391640577258741378663837228814981","13116821377584190477675676105156256456654301453157863803871475337674829941056","1"],["174480009735238629793975259329286606272787388973384048824038912108810804850","18402147986376117570396552109586951624262262019288502122229240060506277289404","1"],["9929544158306430563762078612335079899629494981828866473542487903927663858771","10027808087066443258541411276228598381235562018817554840031297620420768968113","1"],["16101975807445793358558084596507682589069283719929032527963688544237176306492","10111332179152387151845444367683945460602323311150301689399699489696376262678","1"],["8475173444692220468838497381697190834117190348874843953134569859947924361953","3460797897015235149765465276365591588127330023933823194759848923745042397684","1"],["12086571082257430639084749855106810604167910574331657519192702120724223771275","15451528123167238169083494306212901186302144563521293620370171954951565467112","1"],["12175279808498085519339766167430803249284706882473915011549485300816180198286","8922028673282946726386057198565663854059295587332560168989939128395554191409","1"],["21482593027764445129179628931816740124430571480050693617840620845872115275251","3886554170117182190614388452381040906065139539025589670811631373702162765534","1"],["7706847506617855609969183872215781897289290986354857237447647166321501027281","11711908954047757246995861789128702172031719955224557351723371536872377011162","1"],["19167654028699293440789019824179941144745543658750679738439654843132432306276","8195438159115496397778940761241590742772704812412681779670209865846499572048","1"],["14906264025937901253747058773424503920080072841611857766994843126504685420118","3156259335825689938213390028821736617172028132768817052898873306585095168423","1"],["8439613633328338385199363060470497009342994340993962940862453698802421104045","16366570926168636522201938261213202727811828029400371312501573240088165578332","1"],["6699417087244857005623156160435005156399283732228890517090103242483201637673","14966108773326349960435977729497089621146934282280123190150700547078639292902","1"],["20798229983800524300043558099006019290862390275443544681916207804590969786761","13289009493387615410521710255611342692573995267866149290806949305910701518643","1"],["3124023914853812885186068277970341970811409117878760356506804491568479365215","15412957928710985001438146094818732066824648775134414154273945465320108010611","1"],["3153151341759797384662709292546068922660749970365799540878842453620464495816","367666447468567784740414015241657628553149712721303721806054758664046693033","1"],["3867217959110849333755500702217714870711447621209565590922295885052105556702","3093191902435691068253122612025258879417076585670931986883027450267250670695","1"],["19450209476505042453128522768154888031785449380342689728422617349232853082799","21409561055114174833563036550769485894505737464656972216175202477878591730132","1"],["719479765454384220029873993179592300615369390589603383947476659239348488461","9217617998218051778217456634126822348076249097807116818405324745222330193752","1"],["4072997725498348256885974576779903606622267133694382395414297080005341384032","1512291349926506074301785491312527191561736454563236524627390229106481760141","1"],["7027771830078117750302562331450860010375174815409200309439439720403781652617","2998296194307123135988605208197487418600319339457010946138688004354753609623","1"],["4343603797720060533799753912691650108474595828831696309370059123868314317714","2296209604627754243665093919002990215524837530283182044767939775196566260577","1"],["16947152872359666518510056918831204002445646151583267944421415233467665350477","11682854437599767442981540254177997264915680535886541042660837325759737299902","1"],["14265698449662322861071470163748504091604017566650241518729350602540549115611","21234995976878943573865990651064813679367070621246153073083549895400268978326","1"],["20632014034596113343576341479392598225809218921540273516436228664860220236132","21408990791025661189171483916077550062372074368373687749035407577124216089819","1"],["20034637852513343381977304910093199914213491529739392598352631789135831262513","9554598495715693276416794377639884042995751323558670703546800204779811546559","1"],["9403636134616746476824562438457537145200629110204350308838402571411909738079","21008465253385178650010039596496435102102364451385418359419435805666563975182","1"],["16128666450966358070213248794976932953570896728103485063528968494510089128926","17303053549361036237186580180239771375940790159345838638324971724788860548193","1"],["13669363957571874619619772449408894648829452343878865979570067512344309214102","3967628269145097719854101779363051966731913276453668451297788367814029531183","1"],["5391736635423062217415311142128671929123506259441012301960671266048539400972","12324816214717472163205180662649086405209488253187159334630730554448779646526","1"],["44760471803353337373057390561473409498643389594613368078611796506556367048","8996698194153745169007995008911997786863942774343362404979475446563287565452","1"],["1240558339475560796011754838735597056139541005088584901749804176934286321476","8120879607841610370044943244993971269931096444153675361547397741224429452856","1"],["13205828441119759440028977512570427470451388364693146438719480916723798564679","15986570256636155993698547999994886241438139471715965435944096058844476496891","1"],["9789885848283756291733801749783537399252211126253729924274969722476102937674","17927916173168743629931129229050005096067385387131795045681538757181139197121","1"],["18496702781540551234211964198632347064103419753955008119774782594835277692966","13589010925205880775209447975955705394357194662810369042402839818784101438138","1"],["15230312037970195756035972625641544917748942920917895925202789496111257050163","3507135542109199810837330832138634239539331582998196467146027434789112018090","1"],["20458105338637280470192740659259127751792044951975713708745427990851806925290","15750908031793979791136879736079637257795478181686390312937196550311436460127","1"],["6421667876387386168433436493409450535003181723604030975895962011278668941202","7333946318487838075637034094508998856074585570825162452775173943547118971646","1"],["11309893151793959329464355968035843447362844730115272323516039758124579839450","7249578899148881855221118697587186534373424324845485453173407114319619187509","1"],["11285089614127311799803595269602529005656994260321408895504166495382241794988","8870283764350426426775706333716732846407018195501938230516188241557542800975","1"],["17539688532370181378229162259110626636725256860140010215899799583481955983269","7534006702689921854990254512485647280448751743278148895471289614820422367204","1"],["18514304223683482726597329541647715965183584950687641594719020954717583192389","8981296600987329265689012000379549355711411004018533316363497925820267097865","1"],["8083114244486403837068590644623899958841207578332416603299942239991425523606","17506154838670690068229085998390650109532924009679020649935133322350204571156","1"],["8843469857393528252333690829770241993681872468055260085660384720618338790190","7734333055010133654690804697179769492741713506982768071587669687813066543621","1"],["4867211056408366722812952770312625676555923472195638812620797661670548204145","6890895987191528906177621180460764696722103468188006993121865006831116627412","1"],["11025212237800281856570124362518042340828622499309109559961708690733359773161","8301646538835190554221743683497831339197168003454763989245665557461010749763","1"],["16722529778162978742447058435390013373079171384780471916410627688393463551793","15471018435900717359531989086826035380111855869978703698858116935327463828245","1"],["15148768381118850331993958314282298797411669520359190052813563280207676624117","12711577393333711945228970629719782392131353927512307527595404321703552533465","1"],["19183391967888851195164073034988100664253978135992891994362358252711583153547","20825698898703976830525194859869282704397637472821949191957620186864172101136","1"],["10487387869893314192610881911092096586530305595071537641937334549127583912209","19323872344567262847318921193515767802511423085506020808268143000210869599229","1"],["13079194505893221717449926388662497729637443727853237759366972523833564530145","2242742336325702059133550396832773582874779686789297090222353454326421214780","1"],["13482195964073107923699833539643802835124344442512951730103279602654135729189","4110586909095230875862375606627656309167839019200557229541797459077400144275","1"],["15947158527177878447782709763095905889045069974114771313155448606799386081905","18851663416401357346773075471167708060732819932583159380478979699411605869532","1"],["12657490304103306209157246109718609909135168275387076948879457836692306531304","19694792026755801287712900434705021455644447484346214886435720916926074647874","1"],["16855968430903115028174368550751802464039623462202623397847821995863501167121","16770517392748160676307056579473202700939996534135934587866500029175767869788","1"],["588318205466336998215637577286136429433729457439279052434387705296704367285","18105361525180333024935078790702932713807621785312717090663054511073237498116","1"],["12910241628531701847967332039691865695658431948648971430241550588084819212954","5773566842371677146980168273556767275696924580010839404101728609220502410668","1"],["17982125639177928372850411637771052835964126235507771116002694304462419638013","6291382787990722906362535450269455509596085856158830095167295639422655919003","1"],["12596950464802438712544130504249659498677027212837382385408749731546240241806","16466625190397722626480040397475955752329839590450408277099298651866487950812","1"],["18531380746021625053349657894309640778276719776737729484206005383822217322175","16331422119337377381420594469833215855498964443265856126229863897601312949190","1"],["19405764472900049739650922017934644330213779914162265573874207186166161987187","8114359967116595039848463814677339022263714094869621892826161814314157056802","1"],["920527187186622068685151598437522850352869931584689894350053979830079401127","16713085621824962158096865042676568648463170940780605044512016302308311417901","1"],["14231797936361937505826038057337990984698741363928852902366867879016539795009","12290380105899967499445731193684767856639502021826289852614038544474266764848","1"],["2682672327622211325033988861328163578130313391389065816984016310591671732887","21360400489409383879334130158432647269373744004493955260168281469040324014163","1"],["12567546502943287114356281255914157906660576907558206720781035520758399324435","17945081603998525889839055925970546632916632472988001141676692865922671077654","1"],["11334965286070007800870658767968535486221943810084329622340220893507643413657","1358813511959242883746398513508799653549259433683442639653276649345158939328","1"],["6549320788067930730024111541303621428041444888320876480843178569923810124992","1358448761890679545700217045570988187934728764251983626828169914690372763300","1"],["13992482732756929361930358185604122909298987486590508665529247675993980819604","8077035557666425122802481665771430669625696184776255385061046337635413491370","1"],["12354138124862914062496987324044298130701716355039700524132877157023283822424","16204164231014680169314069697157981027800733376024050902345312804392755863007","1"],["4283261824121314094646648066026167700162802814192154927422418739571233836176","4956163219835770463617464690193892188686562773536584418866657693456622860977","1"],["8038176700146652204357051514305079563013766786380965348611735663502095648105","1886050187530305525605071634745573156405079408828135447106478241138442119751","1"],["12982919452956220809311713094802435806681529795463032304707095503406910937854","16404304992989874244742015324469695109634179726680078121649503103298731212984","1"],["5048644490668406617027868069149216672098217804263838717475156747211775249551","7022307387726085985373420810080694716340535256068157115598056668394147617480","1"],["20698991591981528774062545675741658433356855360881957052929646760679457761067","8934746672545041666934151400995466262048047449363506963232599023215642970167","1"],["1351212902501760767783179975163102620851167727493661471537965133266644435473","6275915769370103615165123444168178128618972550048354698233278919309864736288","1"],["16086455115483029385567153770328877039080926563816214309671903213819571512083","15827969343798073115606538552323427488475138116695233262138833894713856131890","1"],["2318117372566900728711312641627562692376804041307397798323171546819164886155","2757265638062862156989316264273401279112017009386835498781832134563980973666","1"],["11398055023964839307155190350482751429301801558264010743378264717372728677669","7020635200791508247276256586462763131041714310958831919861449619596836823057","1"],["17794840568172674688471541178066010825745098802318958943990324702875305110819","13056732787996201532719453179710302327527944523310898021170651299890717641838","1"],["11637393242302003962192236198278645538937256731297698923890464032105554412120","4469833101029934190926604298725455611219977554155040370016380269501347271991","1"],["20970794020251791635272346774404371147590217347911652002645495373883705979594","16637790802466366191026669425707847887314946400731027105576560809436432963641","1"],["14582993656969702185067582190093873650349753778588837367366715586235052609086","744215534353075032092787249080555417853486219806471444160165081018619011061","1"],["6657065377955115420008587535710916091451551202166113572515076764098716096873","486804113835023842541839389082254149959630675042574604146719122769904088738","1"],["11542992525446806180798090587129923869177359673057976222181902382503158753530","17675257251332406118646942956364570568211858602104940926265216161204317761448","1"],["15239564854195001992963228469793121208319370951538412205338183842176068387129","18029641064711320084848842472756913532743774003526755864233236081287014555258","1"],["17204051171569559346727444330781120818162195005667408017332915709806954396369","1893889954594177906421936263389619278150061168110277245387492705576968612481","1"],["15914419522937625117207360602955157444327752571425572672945094676449570773724","12895736480698563127588991540439260053412248393727779870031820236477232269384","1"],["5401865466564078373489543965259955866060949786444158935755491035896522448145","13762262066047144512378210296168786321342055108705895285129878275711590403960","1"],["2453273876298373848930543506570806265836744932005475920611411943941842461689","10059179314710587290170123014714102246474710263735742356856957953625808479778","1"],["17579379321020161305422152789941653518846222988225820603848931921912284179475","4549249868873588045589821291144476500302505151045027313156438897056885304326","1"],["16129107219828123837167726775939474267978136234823385543421889589094925913642","18133971641129647112426709695176262102350912510796119721563544463819194326046","1"],["8265867239476199861006638987194715660498340984743861730608925149089497164057","15056300027666845333132742398094005740905546008814593137313666295603386324738","1"],["21275271556308963669521242307086842588874321518628756088998586053967044737509","19820113704812115629310651405894152411627679385428407881811673478324191450752","1"],["9829992501541938153923282946833023344221988382922139574563671422973627539697","21191197118388087266963305863617086821675834098579704825564634590795430240021","1"],["13468574313954027424915208717587460844965075171164419473815989190353615800714","18135462741975385783183131582590244852919624640494491236273227394899938339522","1"],["14977435842003953696339515278006427867725183341127631482150654226259552768031","13308223962707640413003741521520120109501894680931138429805897673482103687715","1"],["6919097566378409092926030404391547555888343349002591828687318838748567852797","18020598079592953780754029324250248508475130749350773413940486999072628253415","1"],["19878722478941149206838522563482642844797009083731422574574185271191895388306","8000511348905026948744668401465036556919546228076116860480335454677337904426","1"],["13426771929520447215292550849530298435559279413367901571243360678113389468311","20345844426427484415185855516555329976559191472820142389300416084457090745081","1"],["13307536272128815649823910586134851240426713481927310923966198280152461392394","20307074790322780576724215699971658063561713108591560771915694420022289632175","1"],["15849426696585016282087143301048588255593363052610448746604004208801472881264","13934699609706668952277289230534652728785891573289160104690082428837677293836","1"],["17813240407561634508845976897825743774169509685101798451108322197445983118430","16568769401813796796394023261867291825932690945259215385404915851051646426837","1"],["15702430381306105376831087715716970627898417442146301414931481129264296006251","15277889921338353628551122509912170327987490101183449876746229721052189445412","1"],["7164009167218359489542154341942953685209114868855644797260140162216086822398","926863205331996171924703778671867537141021581306585814430394086119649941415","1"],["5649835500421927692429007134804975694201264354767559737729667294405625492394","18603707069950559399027042353373522892928272761692503718294217752681585843315","1"],["5959395605787028918906711322006911473624780550466780615138600680351132386475","13402691996394375509274633053545039899301199852996956016264025361917142382861","1"],["5822981442747370213676995078517214482135287319869956370387646302565949356862","11244163171744297878768309599502558939675351619731191976255173162361871224644","1"],["18223980643061403070929873257588660670711764032977455921753224838369138113579","21595933861833393750556323670005495065663903743709216818491291009900053433389","1"],["5338444364741027504843776089864952299501508141173967171739297197502214012826","19976866308478328471408252561318024900000433792225965679055525807556337321263","1"],["16301904051071572662415959071383399517657952928515027388119029113503696216877","20129730152478423486012372812507372809877058874194267337907497539375962309634","1"],["18890352178862242940740966176083482201247071447401434073931279047681755520568","20747014328398119517084934658953046705469082947210538621171209199160821280815","1"],["21559506299077021459597456323174197455466724002955690576830096668509039958282","12287849105249382179085835245695085985701517208052145712822513845164581083129","1"],["12239005221429081052786118261070843489722328251210225829807344694745260926113","5569386179584087440433882811833420576867644679714839378059818785171212126070","1"],["11076831055998674600336357047588380471094038336708441411938540996948885942897","14457078669089294053126336238873801280958079569191543375442828897445195389643","1"],["12259674904578760575428919148024854047812984516569488375500938550989633409607","5807572675788430887520361122262952130368760548123260665191667511738602013448","1"],["16816627493360734621481700511650111360878056198216162724081725145887852819475","4744963202858324534857540552623992720268731086417733426650314442016924702533","1"],["11400378924084237419662239755125271783437392248998238969179523318291227731267","5715081880163607060350101154295381806021458819781916567550900546378754885608","1"],["12281746749900390361434855490572140473023611179436425428557641861215285596823","6314284916214957311314025544168109890136774187417552853853474788184792464413","1"],["1461937471329529710376624435683017054246014393668060616079318904322076947910","4617070137605501029629966609391740938710642132494526060973053954867429189749","1"],["20421427851938438802533295534195375325496258044487599682521018447088548356424","16754756317555177439993136063700378385312145538319344615960168631263955522527","1"],["7669031714067310458353091888012861920133589033536708167140392516582600258742","15701018111727761531186806046352527475177590192288834187935756760046858412785","1"],["16585781568753157844750401096642093975307569479979712091390276526840524315880","1807787981204253784856996999194594061719646398065769601821154248066004156515","1"],["9008325114967948497290861818820957703930941204241926957194530503268673436798","543041268891232271056791719305198659711433020109104932864623029210541641968","1"],["11443141283635176874278476422881833744900414054060558787797782409806946202168","20626709554494664614881180142615411963039164588446708862189955390241792392822","1"],["7383814237767184990161585137037317383406578289809349010413876277102096425773","17431481013203259339223008264407898960933872025211059568152125250435880822516","1"],["17582920403572652400339156298587564564688232450979445952113287993560914306382","11797550775851121703082176215061937810024499377050135877977879767650056892605","1"],["7847422642009484689506859904287310590736205638974231018383305239925356907918","8647476111624308263273027838413208035966496033138602852263181024057223098476","1"],["7187796345868624066188446407975422887270737313545793908380715314744350421434","6280234666651505475249885070289264079510638561902782691549451066971704218679","1"],["12085520205974200740215814721868423300788829709138933815596157019208838918558","15406915230777306856400013724379535552430529452267100700843313858275158729013","1"],["14924981451188487731948917432242763526777172363211926059844845506081475869573","9816602364917943352751037797213224930313055248140389653107976370786330279597","1"],["10946603684002800299665352162818685031989775987793364502442151071102367701730","6918246294042261876836742474551272091500305246001947268865310168772928086785","1"],["8499916057452490681079184296072116678947499089620331764662658109069951068352","11392726332544310824009492127498351050669359138524916389018936982121619105545","1"],["12388089208523533177197531740533525831074362034212422086864794365886120476010","17369713113646181666997009030457147732151078036802875310407818863213592642028","1"],["20429215544778236490454592089303739550785728516407697454727941306263051013273","17277089929310993139080511145959193817775490993268666149092902579190208956910","1"],["5563960165929603799402815928231026899070504894536540412632136481636332186837","18397558585043374367693514581984406614802792351835479945719902870664529649506","1"],["17658299827857117938890464961420231607527330974723289709470960345389772446451","12582069629066517081592842504709569756688938162007639121810666589368213130080","1"],["18045333222746596039545268034312695521031931523750707021411400652565618781453","13227353057639594859044499798510751697430544441448283530298626442446607935732","1"],["15357233329741061446094262175138225691570292569744303272287683899755465717363","4055259374666965241976225756687341879712371304086176170796011750918494202721","1"],["20258416536635269504205543646409420363621539902395878823261913177790827988777","848883417644385717524352166028968057445261106057427494530646817821121724346","1"],["11596020492497238722534114584082116735647924047392488354263411482958409013423","4412856679819802376617478119332019314432043317366196713673743782607574135139","1"],["2765867179817990845304041410954135657603498063724955448265954419599304573004","15095903976988480209654090295008676367996296924962197662138582327071242694832","1"],["14522984339413286427718936891485908095873036291411194166390415433195211299292","2630725944883973925016708150119993093807221668187557501397942069943342393775","1"],["20086916758596819952991019129905133137044700573203834719066045618226905894423","1681881357481162908576529439141428665358177822301824523125567679079553180712","1"],["8189039794941362732259702787120843887416608670923962737058394527872102683325","10352302761038114987646030186270904909455063492825645286829036781976933350718","1"],["13334763082464129018491205994236032840774766285941541806801866247374588550059","8323701333745910730512173361825320560946554142347393658411299278060123573557","1"],["12014068322786848460650296142536224956644525010572216542633626968053817149196","19902262982866932913212503681785551580897117341617455886215977654383211689392","1"],["14794615470980945776630248510042681414516481898119442162900443757686683953160","2467062654302780872021790943779518858607752328886510675107373665413727772856","1"],["15719169113155160240658649939104352419745701899790630620956787687429933866492","14199942508243657394432386819405815591405352849943764076512957056729607783671","1"],["781376907300854051733839120909455654657636302300639816699908239947031729351","15563713611161991599456279114368180983871427173174307371203912215163247050936","1"],["13065140559521577662826702132456679967318390350734139472366457079631269734858","17262456116943377255192762056491566694122703594613290640860315304010401010188","1"],["10930414355645746388037417793375896660670941869228918811260662651708283516187","15976172354037704707250032181241295459064422065840992960359962622611370846655","1"],["12818264079798486870523871410805577035004545484279630028803872646729398669795","6381190244641941967113866065560591477767160030407560717733187885132068828093","1"],["7134787615906214563717517846599325135990445747670719858507742819406352071354","13275804496113656085445382322843936429714513805589162478876760807861976402078","1"],["3070611347810261616776300652498307999379267165437586890546458146218166734052","4914351313880357818920949021807862749184689205478650497281551702163002899572","1"],["20497364503637651107242223036032669986252164821202762283142809307166551326811","16351213851840718934638181535093285464216980814243531744935269407471824634517","1"],["16058746670460506105212535809834050760836739210232747242135573335035419351108","9585316922993978737625984954263216246335208718569225938489766667832798109704","1"],["9787299925339365649726678904026664542350368381777631719798913505529100612123","19849986492753957956765420956466917708918752975150169385815000989079137621870","1"],["1262981730117268166258184767729500292784741067443515769040841430264843297050","15680814151526089903305892903808179578857174294121503950204324052755197779311","1"],["20794617350955087625411980527769319303660914171621738160677274109725321357518","9644240321714504586926234986329239284167689752720231986443466967739801004063","1"],["5959148981353517687065261175902912536162640633613060824939020282974548003619","21021208960941057117463863567698923385120661466750359316193798615122073028524","1"],["14336483927781566755502039098111426454580492861845299273932888734225098935843","6486813896302100770410139554710731112824392846265164693483653652779648475736","1"],["18901930975383084322146247906357524888734362047949718473477447827486246126312","12220295172348183417102798364835922625218146138456019646261481887931289801651","1"],["7552835804350957302804847068169928073626210468833203014761040879744347358136","4905368020290435489461445449139294326680552237798242201268608449897053503277","1"],["16200498730928853196828539445267974666361328230098798827074780004662569778153","13460441361729280193708155951003195711305629145872801665982333129964274549718","1"],["3630522189973711515304386201220530609852579653157602376517217098119974433151","1102966911841671559185514061845351734709190281813619659274490822644715093065","1"],["11676262165477245873959391045098644632290680643892472665285674576317146480397","1403014967699203734881441897295634762915590025882728936500509789546197863819","1"],["13792186640506540520084163034226408759124730626295393888011899189116686803184","17353249861882456368577321924905743093637712048479990789055123816811537907338","1"],["16213318231168291679823271442853631087748061570297253769637493228421854356836","18973608723950850133225041059403785161013228478900101683891370878828193364091","1"],["16510012200478863216896986886253253157452932090823597382604390630340497206245","7902921024914223946604133686465572677216477318367127133769865378259049778275","1"],["6328283397651185718102446611173096604913073790646480493980966504336657288374","3842776161312114248017785775534460335063346241266804091168411720769998174924","1"],["6954762828572240638029710743897184309550567179498873581354842964055751732568","15401295747673750858360681571901615989312431466778311609208014632366867213266","1"],["7866077638269617278376924734636655414217838390131679629124798696108816765969","1143690354999511702819655572278149870266509865571055980790529400166971910456","1"],["17905612335338826396240350943613556721398718244741914505759680740477524193072","8580066376423532463994347404952352418154395138868424647984521044171794368305","1"],["5922347821987501419145714319520581955568465987612635420697761414944188910959","14340055112366838182704859164782104662033611112073719776887899072031423627208","1"],["2830901776879927136663926478967942641976982459824822602140806966313304765246","8856638894147064884547372620193777206855195542123244759961435084201125492867","1"],["8643073712912588224693665000242735086630960720876073997617381957993162332388","12820262998144591211250075067571018763831521328450045517577678882404027696543","1"],["664194090101181011523425990126501652801480458013408949889857248643046132658","15065773888263740162688992004807165507288283144561156358237338141973236962296","1"],["10459683702362791028306123092665725505409134838241364959164466473894492423092","9146845376991371852431353227268113647828784340054096420575155155129522186510","1"],["20176281143832181595309027691054754071725265661230280542879491946321458776226","732080094174359805316606047178040872065000504050232292688179616732586753945","1"],["20232366485149176312350192966372125248214504118116749218584763817446146995151","21615546220463648273587627253922393175376633174607818765297835113553917653041","1"],["4730939021955040981431709019056252341895597510170358802861803065583531298654","12144840082810047904977306356436137635482356854847123993522920194708920592134","1"],["17180408583686801663563409217762538076695906479525626093808767863183257946529","19740011125499379153759692898116789458342787328618058921795700131542618346714","1"],["6523078590149248059810197873288376859933815800787888424786493787705945180628","5185378619634083058946918439278205971638029348707211226704655016350085152545","1"],["17103246437624581836076789252369720870003047417393192292220896424587507156145","19736434768644347896396012872535283905911427220180557029859966872837279563846","1"],["18170779143697633273991144140717193163938999886164471956619758300330387716966","3567892788291982270540493533483231396406002099296975873720084111561011396800","1"],["17376031542277126560087576849567459062401609277525572156359731021636484121611","5854536482673548648892943786310967371678650213287382328604631321193793281014","1"],["16557086537155279661813714557159627163830387293693677214560997636613131567164","2607097584309097138721311732988512589180224542681652055451459345181432582888","1"],["15845093210601372415727150537597533635683906406261083696511899495019407097762","9068618330606986656094672323590452330171393840972368124275526746160693867178","1"],["18250820816062831437530934926860824850305019517363530116574883261679309868027","15409067448682439951620041231382681926841348806960163150970533431655127563087","1"],["14769679948111174811947965902160900491288116254902666538387628280544673317728","10185120063706636066285390010011981726211828584778196387596957869653683846372","1"],["13012910668671813178656732473999167474826301324299628809030895357994010585919","4529753560528121843175300166680576429434813431611091176068655297737445933268","1"],["4418573258707964836166010594233603163345297881580294517363203594990211218152","17683701553901929979121611756381065578163534319173385598751015851862891378028","1"],["19984027852006108240075115883788418068154216984043321195903972764198412626945","20162050935334950717229026767384283487364970941302124724147643639622197877800","1"],["19240774125641116909369010094288343912366292695456116915954832666292477712868","2194451854611096766641094686478472247929144080623860793822035834538835287211","1"],["21736167497134888255844353480630752252671280178071201409840819617442626518284","4526817347765691613405939898141960778055374822581310451135483388747506166916","1"],["12095381514463920374757619841139661203890668612835362732158162142127989959073","8600781497803049280974568919504931539584701878052727966998644602917240403608","1"],["11638706023905793577535686824749395610749613997165963274509042213474507249275","2927355900455938090646516346158776745371436188012064242765453019431665845282","1"],["18700093530091468286492991928527626011530017251346156396235870229656791145200","17483474430708201611456373727821056080014084168986523600430592649662133707225","1"],["20720087528145608111680644344947440019160016979601072471948862981135797899600","6915551649302536780878845672472023255978729874332885950483536461898922910042","1"],["9053671642901803029671366027749729170020948540375972538743206033720971919607","13603338187821554119317091147381096730068812356363807744855888473736842598330","1"],["9122518370634346772831245252274647026295643726707882779006210710290013222077","11805891133880694853565615745224765203239487110566070752280097896341777184466","1"],["16680508067895199401470436894363624976776309416449757887981746432936350464946","13856519203082480528870232117883378220418919934209772906348505889406927515366","1"],["17094467056905235301523665286281894642742645504944231659382103906897378904627","8582572131442888958660792399603134440996498798090593806816624293930587872382","1"],["19458915996596793694969266434137433155133403835430226922092314692057943742916","8190304576269390799994356207870045546842593806744398885350113801090235229436","1"],["6765358782156879468998166829013190007127109455939301449496938536138015928156","4258492670217704833927686074068525522468085213243570146480931288080747761796","1"],["21057787904439284810297754561386888748793647615016026230949920234784880913859","18268733540881755742124412629772626885877197288845600363713808044233546242311","1"],["10217786976906303114301425281820458864579007243223779322796448245340016256105","4251973678546557686354974689949457624518110671015839045253190460819921311565","1"],["17256587979839621805959331430714484595467413130993216946999219644137782858030","435831565867265707731381862597463630859582269578683091554731150715171376548","1"],["9193268445025052354485068145225611498759931164165303761483915948507201003114","14773703175009646169605621795524672455193385253433032895796003646605353933489","1"],["19465126201114028978860881537863362754086497588122234111580165631341395601982","7929057191868301133626202435298538415019095678586045258555192608091512992474","1"],["4061964708940416571300481594737403041198074921005784252194681112034105717031","2659125486962463783718582453689628159793875568844214338894648122555105223812","1"],["9665836928738666148197443926896020173301674795287245305121749551060644662025","6201656622940397763720777609105526092508120142970272133982092992321559600643","1"],["124064918613601842315872036400701166629898328367227853822061928355567941072","15401806295419885869387854575205077012517775251837848836631451074012282632147","1"],["11555847422224048741037933325945349211395608755684416681491973379343517669559","14231694730282444257426678406277383043949737274286168244130328648698709082333","1"],["5507807712167091308133704504705407821774765549271635036918304869802687194082","1094284079626149474273960777104738858692992264669273116882513292360396775112","1"],["173896907828312985968088818828813072470331820457058967294397956734057918530","10503218277781661748399870432953434167670542928030517760860076463013114867869","1"],["8643442218168460116905051187844069674067047681228697341720359664001342765965","7420709678854612305957891658827383480008151929281230194968181646332946820576","1"],["4347539546413994864552775262927574244105501272905710881119940247360739022348","4904453680538666004174669116831844312107102606046961354721998544833054068965","1"],["903706225088064509169780199593326522884555150887144346466612573778151130974","14643250338248446934377861211377963761794221541932297872317662944121268690899","1"],["179097180381800339194201810641184135711509936296066183605963472939910226322","13665557556291774727682783233028329377847789843440580657835676231467081993480","1"],["3707686579625263646397689351040227013808288096096435702411381267924252285160","19726751682358893180733701542184686227945150177147305969338342536745400331149","1"],["17429182537560832662496173173832599214255553456416974653161292855995028639281","18209051833171690842643365743884900635224841472173360447503242092126888688859","1"],["11219234655729516513887538206977742419930616222310474963061804660789578425821","6630125181021314021199499879947445624965613225213308376177486006602263797254","1"],["17734326597313644361783616126703776843975984213929332810646873749776786061231","6249226321306359791719444269173135999753387018103528066205641526457042520822","1"],["19905031523251059573360236780733719759669774460468497185493621365245880540760","15395980899604149398154756857173796011602265018589163662981361513998261784989","1"],["2339837334510538835469586867897481581533993057729131855057394635667253366138","9491909097795041640664316398738675694922784511852710003472411501057750674971","1"],["6040974098858696767570042432323043757132906986892975476916236638303189095335","16196392870311496543425088699941759439723005791490666466573238744848375002068","1"],["5706617807147245151836972316620720504961575132993313525924512329151965012104","18308566133745218425828453844287569714338667706801550627871024471427262748769","1"],["11920274843763775250584888842933148647978200540299744451811855444832335040797","19150828166930332124337959836303356113322560998158826573166045369284780506946","1"],["15345548456839761152232785912820932055080987885059226193341548594373679379397","6085231904177024786635799858801959426829438966585211037139124388625943326684","1"],["21314338226939757001278742762152876039204488106518401048945175925964413463473","7192691078100791849987030433334886255964326315546461812190818683564063317933","1"],["3989252952537614814888177745221250920151065268173742322669442576926692634285","4847269341382195784580672430635205540416507822161268147442205935486462999826","1"],["16842951381717985970331754264366837185022033799155262903839963037313170608443","20434435397886758537746664758329246087235933663198934486730028448141083643066","1"],["11769943448211616637292287273747203199745783758114431170757662005375745819892","9108018101328074851571502057867538895892584895620322050032120952628606155630","1"],["2667739894703666884583958976607214451092806631710981043304615675840803054980","18021192828142530974009882171180373562462555326750419760772380164879180034894","1"],["5926020225235492305406643011811959210143231031678373445652872058419245171116","9363137159449265269674061743192608652563042418993443435089935352705224028426","1"],["4691793013110083171514054492365751651112259827060653013642943710091199838005","12649877027424439823903135297781876033803536959664768258146000077916570705110","1"],["16378017528460509992202468418055417648540277928968837037740035568533812364366","21651963357137968971367523975042617200967498292879154908319091612373100544473","1"],["4904120566064478840243682333638721379548954090376554301522982766137781271236","9972491137756889663276293844397840725627642072363645176960650694157122354572","1"],["5446428227169642204188484132221775523092838445642739063928644522295911735699","13644203927662759410950300550576348035998118123667304205993474125306431593708","1"],["11732239035281970560171238082942920712537636759418529360448200009905004655263","14167110984481827553424648556176613391605536840568820811331148311785502297024","1"],["20926847800367434673788926650556982407594461912802294929715740110185905677662","7349665029268442734347513366087272700075011926724995764125074595762695912691","1"],["6766290647340360903815661453080549219168322535715409677920885087476216720334","2035880394701991989699478249599259095830089931721819528754907899915877801350","1"],["809889535968488746930922650661413466483468021730693550184155254053073960875","18697289398850150271634440176425005142291670089489613049754739653768064597726","1"],["20152474267192604321697254562055743720963831051497701926017153121489089491165","1353842198615060800697407115537180373607800184647308875534936926403753628248","1"],["21389538087685513345522475770313340085840693612373978461152662625828243859300","6796529254351202991986696127251099173222082473036157841643857563352283955093","1"],["21172082595812513518612711108350458042248896602418814242073807080413068402591","18302840701829696846597708175964897172030390003820267221429691940379211315511","1"],["19470352841110408124787882264556076868737539655624156196064497225050552965208","15415657548727367159142330816319433751180570520765920000266638714909075937136","1"],["15785900324743582667036682853358912515140384143540381509441845191166354826285","6068679749262070040160886475353152042875006267683136395438197571363706589437","1"],["11852132186712926843522813540949884963291340237203587620905625822088258833034","2993279395320818912099874571744261804725493271828480632220113879517149291263","1"],["18828868148362225834229633062564229249543395380328928291883481024821760115713","16942929361821153237977992205807318827690959695651217950216475202273105617750","1"],["19615212846671915824759096028185396677872739233975826264601546377795152318749","7898657298110296775002843106908989274915554117121538206408158903343206997468","1"],["9403926374676724679499188440218700991132421659129408857813384486585355288515","4409151479108854017439039486323316942304785367842413294314207468103563699999","1"],["20274041292793854118820999849902943080846618564308495190705467533615148841599","13912221802285616988414747817865567905659145594476745456079549194641276840663","1"],["1586795551928198205678676883945079392831163271244964004600890333523570661930","1413668302279916057371219221794819228213180688435651224909579636524032566378","1"],["19618433590581153238350177692007815365956035754836038164441501102181792589059","14519881383921982503704722715931618262461194679001786371376908920084373150551","1"],["21575832810153966537497198989621418628908005439103569257056462492119536197433","10205017292175979794971614857596807532895170584721071618276637403141071336957","1"],["7445501249999492077412678340425649513605701262986903188509853600237836814619","12611223696507177075204645146482737369316677776703086270923751064962802320450","1"],["14239227095159748299613693240838181826409357516476619502753995103634265116299","5493036675164980935494831613756964147743761784890352006404905974056824021763","1"],["7091861480048860916763298325099373013057766082037952718313502532235160642207","14151936605215451048823892158960680858369209970991157589648493664628157075789","1"],["13197688541940858021630154476868203259281140630560554638135594243604005607662","20295263702635530957352631177334146687332676818594830741363933224030200769925","1"],["5108458308884323081391406122082078345545883997740722354147988787279929762593","5303656611573225223624247527637453369061228402451399923840754373463477449312","1"],["4220604033366412730976180500872778116481659408860134389524443746431818406648","18623965121026768608189944945878924554480596232876446170504239609112848896882","1"],["2033054367211477145208453718550492994793101595706705144578444353789717614255","8756177699683000080903674730471371456288117219282522171369011466888320930935","1"],["15067133140782380595893910790075782427150229852843921954964612061931821237170","18711010512174994088698964994392911097696918163522230612182399440368867578215","1"],["11289989589086478180005443529186389687531188516788952636132775726484748410222","6488064616731789653302216506635306631294215130258963279302416145312091555767","1"],["15914457523177103198582174547875609525707568341175246032328340475716567691739","2150882318379748684370505492897505127899884811268176782288882057066002260467","1"],["8193798373460460051616938204018810630893331418310333753431442414210475567123","21734167848730561697558775401847870557176689101840257353647441412195990847871","1"],["898435436172852714125134332371524657710838051389970482459881435593850838981","14044623813168316808417947023606222714248233869060862772730630372368424240336","1"],["17237791536954906470462426232769755815721309126758060773275431910631157935875","7582375748479704453766335329412490981719119539606241270982807837678680887831","1"],["9384065763314284495520224700511893763999245131796308489247746446033227073035","11172848165701581676480982921065311427229299816751915563281370779085662760384","1"],["12701546708346584346045604260769228410921664910862191283001845960556964306545","19020395057740081108953607904020694520695634006515055538386750848283406083192","1"],["5068683520880770923022401921801170378691914137069244037149412646789681993833","2310796978186124184903453701922599225155303036008924499332401343691367768411","1"],["17946316067924111106511213609661221829772788800917982867253369090904466869460","15550427135033517412092458170519377565466937317834495983173375456219793882534","1"],["17052445142173166329041717911013220529321970038960390390079742713208161392844","11559830462363637005566976606592249286702781816476482324238286332831561130338","1"],["12226461044602308922113827922151844523295678800233623664250432685940861388923","9902409710368076410320736293345462243187294538778206699977597662299732856469","1"],["3793894492227758277480948791057912849403582386910493229099260278304717358426","235313663562267975248531941124405165773485640200010807370295474906462325627","1"],["7440945416885271060715444070648922377075689587635380531485189863349628536551","10513111958210799945709029785912615412527268983829198413622710298133303875769","1"],["13356161327332349784972811269044400401638149795265837545037931393180133843945","18630224093263645580769301665541427516488171338604504772948212501036112440076","1"],["11571303460442235198747951701255422898960319892729519862125440855993345826295","15646775763122816259922982916057409341817477457048505327478802497062101752115","1"],["12321276368821694620010045455315768361825346204531481049493256538996298264166","15103039644245827627636295996775257444354954701678246370778276323755633483577","1"],["20239670287399109345216967034969393936043894924602469227120888346958914022434","7357615948454057928650238333149150674137574932533416094569699485443848510923","1"],["19223837164888464541293259365929331223458382877559484827860667078822597921842","21364260788516540493203548056462105944249670061875989414125870719293790844554","1"],["19366818154904435168515682309924915204133766227944431459890016526032682393015","11138316262207402898958353355240346259998751264443483694788559923146582045821","1"],["14579985247749675402223222000152972858787183615108414359280452243909232454849","19312218308310149563431928700431368426559585747395298575743140700339283494691","1"],["13033247701474581847264893521133409359365671361503091368319082859717639598810","12908237458668106101633185918424204591172142815092084496642224412275177636581","1"],["14427036686600288357126319240818446065729787516673074228726303264514263076716","17412754327534263594325097971800433859386980138678912806444740986482814571588","1"],["10161899981415576887069215635441282721722278099638688046458021583778786914034","8582759279178932922829819864182746982131203231928045818968450982844446567856","1"],["11709279596608634043800627535312055917174591839300374591782064981766401972051","14633004616653059578702251258770734243502161239734759535392544017623196771229","1"],["8495207790895337395814825905731094430984893464702202238334020542543795705399","15480960988135200825774445125745883342273923999964938439551675981095659314429","1"],["9428125771352025949355603338856299874618457112135714895696587827114716015138","4664043860880265902524502250089970054405239972454317306884451521756624811644","1"],["19092346629332569668553685026808641832876874127815017120089054121750102884693","18017638960811300689260335855228840003634158809242286637710539677905170722840","1"],["3539146848289133183574400160921277630484017920175391719335001153649268431308","15325644906694354293045411788466353956990714423362434184412139641148278308975","1"],["13447310103604300225476280411811449748806363742658268564808958169172291854968","1280720238365736525956138863116659192229099397916375099399927372873223643444","1"],["1499393522329003599445795230412692948292022496511971819890426353876557889749","9191393270803853664786465720073818339269902338062500399385589313258926176569","1"],["7742134838104706437750923794857178063777055084786779437523399302733756577757","12919109537119195475236475011658592778015087412652361403262289919793072532993","1"],["12323287479925715501567440826063932036748008415758226542134213875622235977642","13344659953236083700687490709569056846714806236267112513494741576398386862179","1"],["2179873258934858526496038847406310500913671838036074341809199032216489537335","9924026502601790323123342812703205270662558207713289221703810248106372485528","1"],["15814791604429411414675747603820831551636158999099682108407122833344561572157","10206380471286789616153920531619499436861420750554779974581552370218859092391","1"],["493468418804091245834875726243610981041508946951815868045229187076595815085","17389870732932424215734921055024061502724560280149471304333555739106119345487","1"],["21444831183342359256990416024913761943442857788845674266477128447705685077244","8218536073220411608512033239381846204009921768755771663177176864800246297850","1"],["19821688898552320893096564225761749878763297732794812488013092266996600194657","1671455765487380994157292555834833907078746839084141482738987779224386327184","1"],["3686487599350240638489147580704149703831231405700996967947466416712135700770","4907418059250976986762167411397082833045213089170203793267462537013230840662","1"],["13130852649152691375795366986723718487709492067211379310329950784671738691474","20947955003667983477675236149842465695668702528243442412092241295912402466554","1"],["16720947387539353920753139109206132868345944935638898350365985559902287933718","16752040257750155182744843224306106976471524423451830208843638434052835138463","1"],["10441417852734223245703310275977486023777519635467801386134958897595234280611","18255429017472067689418946086115076738292008986214108622408210529927822797506","1"],["11576899546838893268205504092302053806682412480486266031013082865262973255992","11741397984066946173819540602052368309535270176736007071539532937353289008706","1"],["2424576951912995707457653527591432462373818747814733654359902911977302177215","5081246205377754684471676556316868765809447428512663046857348237599447129442","1"],["6041664523539381404243332874710328622816469790506803142447008229804371609306","11184904012830824169539459902026413891320944765410566528427131852724738601074","1"],["17916720873040553015402671373559949596372714033390498322264619032591532776785","19577846522481366165099745822681856196793047594125307743192427851091312915594","1"],["15036286679861286913649997781888933919256540282026102116570087945807539214862","12615119097187963696799987544337779739932078904629123668393149826892983523635","1"],["12191642296156926766624186987745198410316061230258087472557943881558584413845","21596927080439623576180244759440056553310018123012821425858619428268145545176","1"],["14959398411547682036493391021708368333741016716040558311801775290726668732699","6832818080886253641411246912726375547804677647308294602375592819248562130216","1"],["8781791582959707691564683936249010809932986729558589964459465766891517934862","11393309652984650876164380253021862576448006338541688566427598559387149582068","1"],["8639056322408045659991729324365968581714892573706661605158789658915425570234","16298961164304370884740826082943650538364520493798356614875999698167504090139","1"],["9357366482247078656146603772288328535337346574616176276599999670372507989460","3223076743969569113175868769656078565068423825662146815069151763371695016627","1"],["11817923155030924896328381554159262083814784395891365909189901669211499056334","18831800405477860233867511192481129444237929375914757412137810484826683912473","1"],["21473112687235951377042919889622285353205612999011999139577004320428590292849","2077733057715446726074351180017699369806609539729728603903554417577030521094","1"],["15704842196456509828255664835562840003879567489819254610100606311519812296697","19595628852105392979118666985163257036415349366311925554417265386311581589466","1"],["6822285118041113892609917131147405898495574996150072121285058615305540672204","18438216980012025746551519283401593483355801463090191550951327822302805450602","1"],["21753889925452714496943602374143437760509692699305353065809001847411301312707","10776986355882224412351897989080919286590865606365871085643050104003355541726","1"],["703020723357223813588273849549196617980166786349789981329863820670527996932","11462248755027428084522537430366390199048943070277469925288640158136501488762","1"],["3407698657504449106790969024634921642399947761849421761454285594250804097373","11278501827822509067584092921657445778774471712404226379846447717626399468069","1"],["7737200903886870224037269742961307861077328734576525451727365220984167039266","18703786763576747836504802975739380432463906134173643502317224164859915709103","1"],["3480077574610536495719223589557271034502548738419235770890720032734058909881","16504196805678523749758434174474994661761218071419896222220687925590478425513","1"],["5523547104879754844380442435054447570941300487899707669102207724772086092476","11959661940802077702989540715322460400785590309860470680549941787521870439607","1"],["4588603335277247289065386907058975380336547516862023123274245112032738630188","18811345111003645336821954593812313924394653718957236079582274748706612314316","1"],["3922214818967218976999408665619239854000935241265100374119377502140584819834","14833806462378128787563398271118484826032522427885483375539483738469124874612","1"],["18301044268286445115057592873833073677164213384872572920274417957143390375208","9962129193575053331789646615623908910572473548710984344102403929033075166601","1"],["5350589095088911105674246442961454734925617196036731608271267360681372558767","19762787698852044773332951035674023100755465948099045239499423440755084841857","1"],["9284521263120196079912310011521274650431850879656632226332967868044781821987","619733948946779439325753868247350844198798064436276154395231057891918195160","1"],["19850790173520614782689232849755577952690606094615980120628658663336576132708","15069168039434699583892646312890447718079670145016746801612030633393721693716","1"],["16576178381700466077396547169386323262204284597674065886715394151913654651308","11131149577754458373762018378454124955007119418444044548498539995516741916489","1"],["10678490420705326026431068080454199404515293564504351347575938544230989640002","7221473366417565092044816251049149551645119951619163580688099656851883942349","1"],["21777117903669075896072558368690881872600432349168001328369213878283547247786","10765081076570552345542962915863246615712563322171804168825317484966642380381","1"],["834586099411610889298047169310036686388672904529623650233087485257454652416","15312370600135427403013069247209637121902971989625436664750577230064270248292","1"],["3623446269880815584403190131580619932245010934236143197194156515416956596643","2328010199055704632175030063446111982176453444258991680034041688197802226953","1"],["17587490474730097196117512500066095082600808772031747863237410215683973124865","702187680380699443664465170126630949434222304965718521986395953204734531199","1"],["10717171278337664829640065175881265545355749812369363935686405084117438161981","16063183521728896921920568763498876067390211682636693270358778119717453060310","1"],["7768425167437638306764570790473761833240868302464205869282553829761309025164","15245265047327741245446281315731823099191855540907812744576912411636243907739","1"],["13393582831770738971067671294629719733614709362694260823358607072688073759627","4750284504406124261203269187020537980862808328275524322227534293201061589239","1"],["11759827820566383524669490014921680502258953699090809902182295022120112601597","20352646684210462440847069315306010827279229307242298252759817892354941506078","1"],["14545511833600789215393710431398163283270143248029404382714129321790405255037","15934938941836925917875248221496063481362746292543532478751916574684462284479","1"],["12845600248462189287456672912419702668894892565259981094143683443484107669182","9918967306506128735120017948582931068185520854253954643074931176660583281380","1"],["9519684467455136172661074625222151674368628686321890820167205013553290865853","9973854020361575005468539497650963738023223191587717310779745917446552184302","1"],["416969516927910593739043907932679602837098554990137758072431891070637227749","18267003935303178419390197070487369085710427717912240488315100567037760507956","1"],["4473581464864446626321258919889578227151695255363333022217405807535467205822","6716288895846130252068565487092237903226706182927227255972314832314318367609","1"],["19681362965057210698199719440830608999436016345638967225709305909547969407655","6156118641376776672522614297821201855742320102665659618777738511167647719502","1"],["19331968457144587011331839740586123448811698838636370278273966176156531444826","4614056604976354436772426971449763173582083364441171353503786244535356598951","1"],["2969249108650428341204272858091391957599604913101019867992242699180188912016","21612530768678632974885967256897086353535732774374977498124798971163119545773","1"],["14761481003972758228498562893318154772491777548437460941303511166695308060491","15340691454372531873934836329377638623667607007442033768538865365081791805543","1"],["21428042434299583731942025671921914826975291255118260801576072747534560490026","2329811744432755768862180142600784170757620540521999907101840728657196108938","1"],["225571750584774017990560665416764530508692068512050956675408465927278287769","6205848987238151755827802525381144973765255700381221827506959004595502952603","1"],["15246593606282352461052091852153623488144726107450414388159804445782747675044","17407644971899475872948744819111594558473667810877329658042080103798821849026","1"],["7122045269151981863032360921922275552235666830008382370488832224766279162322","5471715348436221474644919471707492096047281348935547197049092661142811560616","1"],["13584378781477348328293211724043049988998155520447745976804941657448811120750","16240251819952135918502358055527814054233795510187276769932636455848815958745","1"],["14753483309587579452212132613943296110143755562700567509000722355188970510092","12894981346185168991188332622370559994884587906571000067115269207124384400520","1"],["9451163322868060612060215703090623948411786034123929534225372655250612648812","17927859266942659983235302222655795870049907906918006565344088879166961908526","1"],["17821817589281988803895927206086655607601957572029146332333044305348812239850","3774684031886783894599095502990049160477693964475425902476869529406416446955","1"],["14473675428152492757838005530881414461300492295084857159257814189352376957248","9187665838223495583709833572156835308683338218295995622476442944003081347172","1"],["21288654366122180205770015276655334512055923590595628668055560697092948668539","4832573660566013355701100900800320200204903087487825193419723175115475846876","1"],["10318399741245872209983146522306720386838261202031480433074499628767997159614","3081277960488257397019772308426267623352150155548684301342354566598574707511","1"],["14453248547297062106429014165410964540239861937195222412137076130592533289189","11920360997141839466120862901809180080708527665555152238698512101337752343965","1"],["12993378138215739262449305511591776408181416578849856710573241090280939258344","15945081370627309992261785222772191596721794725952817021482104830982547880510","1"],["10915796243487038319207909233243290302156180190959153129936900055284263260340","13379236373590045174471071950405783706163403039758483888117266853103105381823","1"],["19217509638993491004914765476867192845247232268904164536169590516941173956406","19793436220865502634080576869138576512437602991565256025117005210001252306964","1"],["17845663921384514502541627779107975576664798975247504094801642337668926019353","3393597859431994691144540953565439302129142861498146462652986427734871488466","1"],["7013681308324340546499079942754126016124322419763069960451927329935318824558","16573933037116478865872438907524211837235087967360940850002394197882810242084","1"],["8927277880719386120515540878388483020465498906692082426022621192912631283355","15679730262267311036690818020681329410949592630817014518108036726435802170158","1"],["21477363387690186576894902968074567008002229610686502137989302572972163853579","2162214847213348964298050465705983087370837131838126612765122211628009061072","1"],["18393110538321338635173718994441458147862197389882788800142514815562593289086","11012277464162510987435569428201464871339622852666037330479723819787807174887","1"],["19528548335611059807236465210555501709167726341427176008057380502583244278887","7273128678994989402172852773734983351668465557682757872020406348231803399714","1"],["16262030145585956821580934425494963152736808804025956303406507957569875106167","15745550411380986554949608148114664404713062471208030826898860781520942808924","1"],["14245228002554136279036232625394865096612597071518583812127670991504323044604","13693674829314759929850128571832303773085978435304341396598616848768794365825","1"],["6059008658935920468633365218386699466946460689585349750158646900390914628305","5487335211876600647258541267451553294258730149032963809223245439821423705752","1"],["5327624365466630054779304415700357275210304427611435985248121747569864455757","12206475524867560222583342810152086689879119172038848278849047604563797714795","1"],["11381390406096218009567622683825170813698024366297523148522141610298265484443","13809461215712766441284739608922925320979105915502543751127348982131763246093","1"],["9595121657795322026361027290235884884289745949624273520621847629909373186874","19285375564737592859058876061057745609674100384137134193424248515111133532534","1"],["13595974488651459185973220221326365313021706482914534009541196029041334915311","20376335119000175172073282745532401443214174724776152517701726366485567949968","1"],["13538594310723993970352080418171092342247255890599994486160984292847950172228","4748372284981442655904973898312573991114735279779011004529146944549284068039","1"],["10310789170718122610413654224453934752426845334980306065046211692961181412104","20689219962897249408461806469088160333116082112164303088786918081294380938161","1"],["20213146530699836495143285005644570691557018342485795297285861455886443375510","17492737707178620084515484067240602599042594269297749951084318663336638662910","1"],["11562219089610967385176309393316893573846018021371416862060083554684758154447","3517193578373916501031949716192754217618152072612771687889385087092651015352","1"],["21140975830350581283865357728673717204609514765254131102592110818541957266396","7462158722376042285210570465421303752247007232089368943266674257485121084973","1"],["11098048416746404611019378462056073238350547003086907455908187790854626415688","4818709195960435657223326186748430875577643780508029785120834498547829593803","1"],["12684039887002835183971830915406331935218868452351286043984778351364431319457","11829862088011622628371961212449653709204670546968293943155100845738650769031","1"],["18032205790486710333109661752896848158830901549052156444785974903490122439279","9268731308388688264728765237152624377763219928851579962900353806206199465691","1"],["15984228535676912792535770407032867873308648158918939346094950610946443054841","5304255964069265835658807386388185026140060597648966549680910231467575274471","1"],["18432101918088152741778649468040960899794994029643833130677639481607531247008","10257191001553178341625743938644162464815943847972916183590363755289865847385","1"],["13970332928132420041048691756109129491255181629093369022746669010102457000900","6259790425712978047597503440044172862897857395543222744791533758599797747522","1"],["11401313842050737390150809740797109413917778508335100295663301755809485359272","20660589080659939239017543222596708880583945078625113883160826416666669319506","1"],["14407944054897267272278064479828257642857180049596262913122644802627149206268","17581760772174205769368392038591701428394857790789662892266377508448254139241","1"],["18437342538537293473165669397243216341642588048728188290895663236368207488984","19160113542295994023895617292472988669838715155525989812873940084698573028810","1"],["14203266656913123558777644234980279501618357869407345791921344223298388648364","16833035015088085892672669974182255886322638559856538544869929356186384026523","1"],["10583012074293426925709189863063736772044704655020041313858393999617370201003","5976995623531758442467433024586874811816140784870463007053217719720577203557","1"],["2216088275672043410592676672358145072547322659076480315371973540622399812419","17145002325093333920578914746413520524155905401876530030478125153001310016364","1"],["12579109480025291478470512689562169431900917596672477022166281770490665974900","19068066899458782677231114970395131911346893523067832892415292100282292341190","1"],["18272440481700616038636188429221201512218249892480707319872180124892594021688","14271638463126592820470578211754992119743705552245115984435816703522844099654","1"],["16612816656376998566697746104900411935024942441023568541659583162515641328984","20311290321965484992782157247436093953444918427585171522138916612056360282818","1"],["19048680384678003125733913086856406214358046368652704080252292446049488331496","3808726543098661440126536851827229047320254511832352786842233912540098151896","1"],["21319146147645131170096345788108033480902814024505579450767045740117225010002","8662831232979050338836738781338983497969573436457100990012126882252709019302","1"],["10721031661486619623398536221982907575007244985594172124576375983502308228847","2522369822605878469721267242400696216433395396636511535676107094226545684836","1"],["10311136191087819813695636730041095289813364279568472164215103673308922304324","7968480998627323893691130008468884924744566560756604196578563398697856675299","1"],["392328029737523032470433606002566145512315929502862219492967222016323151647","5286755358281959782137534953999587378840839292847766566840615205015743667540","1"],["18638418551028639252620755521198992039117551913997317318560990773029833949488","20795825824252478718032492444298954031617096642167591060274842148290666217276","1"],["4584076853780956568159442853114337788950833897131521462655344206253326729134","2683648920815953158372479991166657862109368723716941479596228636671249320293","1"],["8528857880615017678274208418529892272329339498661435732904098856814513128245","4756771359100141261403865218721496377055425711319351875843842723625593195099","1"],["16643228410560961218128645316942056836026443229157340660956377862841489056498","8140671623258755959119598560499516207015787232591560565076453616859874112135","1"],["14461069504394487842677482377190228111401881663310827348441309822213460414737","20733034637812585107115851725328934278542961273685355986210876233985442841943","1"],["8905591935381761256488106645675965822386635817272972689961051537792237726900","14561177687863890360896635935280457626506121577326201863177171999070153244901","1"],["14212336794715652386457381579585096478899516288218295750089617564684649939355","16415679162136692261793104476933152022728469826406353369785382184840956860338","1"],["15498961104400438595284557457948802184396538895471127960540071131665360438144","12755877759963627887547569136633063732394622473012702133985356084002170211604","1"],["9599284320176563753192894928051784761231948111253158023365179856245159680534","18446127037495296409404627187955947594584899584730411327986988366229567383914","1"],["3202485127101147583404264527001834769638209794570953349756959787374035288167","15846098376121422825232214680252450511437106282199277737843305663905108830039","1"],["12127317995358968067207342346175330799149751709325454810496561212642918447461","15141066886400128434889795627050744346998433335770260733797963458844786657535","1"],["20363401839595903832655821686113989566822164286673013704760499134523565606738","19738970100995416931085374241304813696531796747684519433968853288688083162655","1"],["18686490718417374328002104417715643500324022486480800816432158857625948935662","19306563778396296564035111518192271168909902491601087525113400864979627143848","1"],["7985707008127615254112557578127695232698165142332328615336302186801347200520","11872162563603754425855305455829603874199969593349587339944826837342681301747","1"],["939556671342474046233677954558517576150929857221499829651460899087981540782","12980529927887710091890374833480771716421996287146223975397645991588889716547","1"],["6807985982702546018910008096735237797669070418519548236624472981827710426144","19037849916530108005164258427913882208366047483711226201816413867859818564892","1"],["13599704378332626522129929179170146797530356118604696871355107322292571883886","19445855338387039205390485661331019751903303849474956039022946573906366393778","1"],["3581746637389205941357619230478414486602477811480604865924343766174375744762","12952012772800799517730539253748569702524509387139185215866939985594412228186","1"],["3801677069210532539856131852590089563388412980841421576792444344194414569811","3656864642841693538469983141065016282994360404790589908271273461019118515968","1"],["19392202437444218457801912478379622510800009899306050608469221783816805427700","2964859534684909282789466789106566773688390300622161035550922204662667206891","1"],["15271303667309020196531774944038587234633016198295718935753146314134058038695","12660945845342065095187358756241031186672197194964135662249898311846059862406","1"],["12791138375075559585681184124082221554412241791821362013934712785271521109452","8800933069155289380339568063046951483518861997965200768127119916831477241837","1"],["10152549752322066998780712091325646832174990874559297798873816966096238257212","10579442030162465976442459291893233333322942622732482695788265316070636630452","1"],["18864423130832399436284322595072539729616059720324949087704906919019393102964","8647208332248209421057891641748878970211559295060712982895975491516617656299","1"],["7968378298753952535343350885681934936340931381331460787671905910816913661729","2202142774208575048839893710168186629148619574707987458687602045780282588890","1"],["4576187479467118857296864641734426495371975138636772380628980093557895478740","10242475198179831025410010947915147257709835192341743638868975153631098683252","1"],["10759816503401085199353730380592319296546344310239275920717536817239882765191","15554305836731982899756577686354738860557593817666823412866753751428605486047","1"],["18207863993774655702751789110485682840968514518047566664585086280329605369224","5886938635556042175678921897682724749791229631365126214815560610469528069419","1"],["7997997119621017959540608236441726728751305879159190820556255528516148695767","12627548230975974270648658968872450058530488305842244484036418335775913588201","1"],["1718562145547308540959327352672056126310911985932302755119136419209368344623","14299022961364115923271430724435436435799923522723357651355519934467078653857","1"],["8528130891969561341672157247963123333160844274345953425908870536602532530966","2844514218433406770454551043656646687870528545323163157547183227969431719955","1"],["21376251526777207725272903515155564198777727600862340410507074898166645638556","8646649791455014239374979550512005721736920696652217272026738322351212030230","1"],["15785045820293849850068634807749606304282097198059776497085412235829613311652","8721194283034252790056699591459778261677912467561158867997976053124559434546","1"],["18711711067445448609117033472464710717843326831567374207781380866997933337600","4736458184125011125792450512162689370584615843640246309244143733409528226423","1"],["4255385259962289606411350113714915838276616238729650666656541361310529361293","19106346593865967673449289480111896045771533852266947537803314950586303798000","1"],["5869504441691894403561693759076227657560053552564784796619963150547230431208","6264163363735548308913680996671774884586750063562033729063028927009785747654","1"],["21179799322254247303185140938486561620345880296470562308980155127634441615271","12746847238351370136758952333848623964827639136983069215257598140375638523558","1"],["1190222200606913636453980022321807264065365013257847579795067371560698438042","10979607055493895699502678405944264573135943305231477758105998158278364694023","1"],["5865524057547909706232125471841698118110863537503255197543055036369058335248","1647278567794002716046919937897591105511653382492700309455868565776749209607","1"],["2131400241176359342786052911004195154876939985549007468769073021279985668699","21406723625527097243648170636162716335704098098696796155215876276164411294003","1"],["18145237637931683211465630088150219252287319022839815629430507589434321969283","10527058293554505063613486307698863883671370616587669805705310939679341098800","1"],["18339279210170959156865415551195841403192403178971475487390469591436948110694","6105306876022969765023216504416785697454004935858066311219287377014878641806","1"],["8345933398229730883481293492248365762134563538890262691963331577496657249965","14019655236231253005856930465169076498436380425868052460122347302890589742348","1"],["13247514115214501607049008317438131476503809612452464842531177171480327531213","19591656380510454870311855464923805198126834330575858362674496466408567148018","1"],["10171371772335781469550506478152375490064649757326974883164931992783042884210","3224298730117745210840264921853106533132112190894847207779239022497679865307","1"],["15953210907539576971328544509877031871060940963361475776258620021111998469677","20668836000127923611054585749287798961678981077401665439080053552325786885722","1"],["17051682491034248762614620704272979294497562974316351364402075567271895188613","6850436723126556982196579114255258266138034632448775646778182694782491647124","1"],["17034420894246934276586702379953519711124329421196628722438677787976015839636","313470416011530885101132734659607887193664280611773479176645395390243665401","1"],["12880629866464359843875263600452021895170845584637354961944328990016094782215","718803932087339878985611235189960178226568932889485682704298893709235051377","1"],["11418111151732278968122237405536763214393881092854340818107117511001014877546","16566527668046874560363247550597828889529824407876976450274909079250134647257","1"],["1302417152303529783556121261903375373897680576823760563034379496216326006755","18071428638773060423028993883707214273318873488945178028491034963422665333180","1"],["2379733469264555488484129126552801149729787109104915824517789965675732295076","7017004066131918244343916133880052556074782024236544451997506786814124726585","1"],["9616044575268125517446614741439029310744314549588431799193794797097624973145","8824195649036380301612823095413466771946768601319585821596258252295041627782","1"],["11321522451668674763947342029893357119522506711381405837109641231640555634824","21657490946398966238654970249039787693368482813327989801613469701142995633470","1"],["13811897181965792817801979765272082706154352457387573721392533841839169279208","2148442705938831562241555044003145957093668849883380575210360040550804340107","1"],["8264580986458291249633900797393643181075872425874016710773125513260063432063","19075852872520822777012318386830184155885284758632890175154097756584906642300","1"],["9344034766968101751546397595637401859124041153892125601970800705682760017500","5944392574182494194658072694910884201493694884067256790402035445368079258750","1"],["16211613707215258325240739830837097284532612493161008849081608922386250958909","14811347604267093274462223319614196559696251901753733031500550371072373930915","1"],["12589461806766387158276441398152375956776958382832499850221684966328974531589","9803025599607718914805964968689889992747266011693583226314118850737747395102","1"],["18896378643248211449133471454421439641960930470232844016892375870035124841485","6938379189544769610259002568433182433820493492486749226420273582326878890832","1"],["6536861164324058086123127497129545013018831217416193750469527093542447450916","6742838871779403560072953609407148016510108903224559338298618555147881417376","1"],["346167532589727597407549797129043472199394985971642666155426036249280137626","10427804005812617029142211243705625014534594460142453778454886293148974169935","1"],["4588024676247220651202975651014433797544166203645318799819828585687396441302","3310797371449347374343763165473976519120425834897474424078183900694891847484","1"],["12973309888112803141679686634949212062453510530461385062244259650584590924926","2303300727562405628790270697377514284437820030379545652101906775906986475810","1"],["17605945074099268679957562823528409164039216352806773404349836868772574614339","17535518938807119480504767518439982105345995792901531413568104823513200876095","1"],["706298022551256655270624435641740537406180249980022733747479051065512353683","6921155067628520441713376641465700774319375712061852028091547794573429955904","1"],["2239445299431184911288878230871658905503439676142523526004577222249878851949","19885486693050219119567719748026761192395532353877028776781251351095380136147","1"],["15063180979566916519738974800213042404535325719387347500814208691638215435426","15113185266006569371716017837904196160221478496146864825518442821656508039369","1"],["8885845330555538081937669382420326536816479707549706943792639163124038740654","5724690083891728823128216259986799204034042538187835369671006766476537978139","1"],["13845537984741378021321076773068902326757330232294216292183661693858149030814","17981261847810327700213391210846554968705271690499928827702526672954081331828","1"],["16015753441155530669202059188122730312889663347194740888485148113929415821341","17390120919842438589379735078131207683860702432386211688724008258303509383945","1"],["16866744306488503196640600580657570050081679220917957016250255989391786604735","19775507399521008728042534189578123185592280519899328780726291120970340054185","1"],["9614713662697851147782380632341997849986958585629410343014957883446859770769","18588488692926729218912660063481572294723321578327131237533275225637267514376","1"],["11388075121430889009437095833775763792015287343310996452599784362482137676800","13226497734736418209919120272399324856176664031825054832069301975591019424194","1"],["2007854056543951628375283908925460838609095918992575509846375701125721499779","12883697986819193769625413428586564783484252363758846084203138474011882827407","1"],["19004267886827050062184281411682425526511349396957547832413296691734391475843","3006481325022126030951486635932379842942319357552323076082802812656561806084","1"],["19886348277560206616673414024129981689487180661798398953287573997709480553155","7358051294494345013037224085861552281483932625442534120757347431667527132176","1"],["6464362009346053576311366467699030087151697518295774950139766360296945650895","1607576451718954974294589523194079144058544069984153080613451980364618155767","1"],["17415217687431937908622804670785457089943633235048317490993078214175072693658","16026759286616272942309862929245865697443300664076826095568868040770876128386","1"],["14270542973672968877543137979777692482052638988091540070565775369976187288093","11925222311055431380613461274267089089974314102519059573873488539485098057899","1"],["11328474926199303476878353406211666872338004280372065840146747052682740335960","3967234297048887097625157864382857397171164448529520315353283191391873667704","1"],["6837619759765855253498048079929745943587675844475139104596569954499901245653","21534261561320570695559731063672549877381089580965386597705067490299180121141","1"],["8586703248470621065906586575409457226911092875446921860162014537477574554982","7452480309692016951646650982009367392975551785729845480173623021158912528931","1"],["793267160643962061043709027285619512154597098363617137560867841302133507090","16059356884096276070499591587940387698411482587200588926048190539876964672809","1"],["6979566067148893585530959687518072400567444939956357224630898661767675578058","12242255683819607032703164871345804737500033692956755761308102595872192166174","1"],["1938889647862618438708226013286246902440111785491961305127550800222005781249","9399522985856648254345444618097023967747289173565008840163220973374430377591","1"],["8098943129403942157567665735395197906691511592770903841037099878519424931425","10735146440766455282350062987519479931863758670921820899747066118782667778007","1"],["9444363062375314410389901064444706352992795663400293489582408420182868103115","11334802354451242608569692115244801836076604291964335078453262260689909989523","1"],["11265365678769473886998048789531414477905380228880431056647485242234939634524","9260024857668909100737757438296390392040588148235397092386261081352001295398","1"],["9323386623924492963639476605106439025229831814006136904175263740096274873588","15333245138501792724361077687405554935701209570260931981069176008574410107753","1"],["13696489907146497860924242943573693044901362338540673241513787277442713031960","15170803419826826718269872213005846777091286543561855080088935217286533753944","1"],["13069814192338282374703608418318996932622798664368474564647807959342216418933","17538443398661811148933416594255460028532583397208935201345036414873873333838","1"],["13641954077766550374776481042268394326473980242975459228506580361976352890540","2816565400433610187514006841130481804891202949230892376602293838040805681243","1"],["5742652005282443813531641153011465526376424589797196209893483116241920710584","9851180984619153710615859342289966079490017920792278259715560506551383752505","1"],["4266583584097159984090472907123966965076319842176354873753592091127067679824","7567651947467842253027021386932119552563302169880810586817769421540405251143","1"],["3458970352874019064683060270149808366424226729508032069052192825885321905853","9452394956978924648524506584244862843293844840398426643267088012750500084652","1"],["623391070678990104496933493164091465813943253924172168249415042420472988469","6892001627165875140961010294975951905997519982351303717299905791019573744409","1"],["14627813319372762065528086109533165755167528142787683040956886744585227340097","18526385499006320170025762064015824903609797767012372495503534243059539852206","1"],["15842134631951790480695536071605890107741899605644740420946027911521531977350","18790583939729580618443355067519747267752631876895024198279973343026517533509","1"],["14964888182763570879665510868461431735781545008727884721675066058024447238819","12320989573749988013754389946711846822077457042605363336815389820467208682554","1"],["11768224243628539487986481619307952556166977865512043440422899997962342896029","21883672804845308378154336815570565407303860399828124337774506771821513353242","1"],["12053418481862873918491839385494769880304327766226630060978881562529806647744","15464769743733734722172043254080416371658159417373327590028900918313484484447","1"],["10965245649203273945195499668579087613659759886168418369471684495967140308832","16790758349324535102339845608559699282835682847426176662995385758717712103246","1"],["20432569831404431232316008537967360387203449215001965884108570819973123687045","12094406109534309520021178394916053848630878721008586335653681886769345507352","1"],["5687749487798998618627947399006429273214191814691242365239545554208987988318","2936939260837323040415667240852026970024417754971923074466175090241108116481","1"],["2681342953810043439963848308259574232489765424874901454717135404479385276472","6397782107304183282490319653880515373584862941150949390135729791478354846406","1"],["12016841360307605489754913003691589090436007330706998154107779299043424143155","13390021578009393274420300745570849286421263504415241521397226549674116322443","1"],["11700581213453801836204363840532402431589245207393081287392817643462853068684","2319782487126389163222183075849893004481690755901000107433848041775230512541","1"],["6204095028239536816837239133561460194267438579313229227716745059725179903199","8502494550508971005693122536510324066276873395735027248802771561229502146590","1"],["13683349005421170035799167865859382396090147219854852537960482602398110237473","4590720646274092589914079953743389415282760770453006571360438198602905932624","1"],["1805086957205669306859697362197399435901707397254207143282987833337718889840","10481489563007974121025262505120989996802543803759338072678762181301776467084","1"],["13990847670473636808389296601701750906586468033145921021448832094729753821143","20127644633226989767122720351334791490547167502845658524970357961126270129780","1"],["10907633405747315132455990092210620674690885911678061937942472772368701888159","14375305543379151765054264289042171682086302935607177262080839418739050662934","1"],["17704251693385334346652355607636754390102338014430534308326020321975472289114","7330062947355287599336126908188990661750231671614952151488517491474614916994","1"],["8445654719877047792852975085010271926436138893681195380837594245137777491312","13770047169591692273148058889226465783958410607089474244991017801660145301015","1"],["3442631587380957008315503326491894192682141816732850699127416842718194375454","19266234006092393743690069528778127307900175808196651926180146009095304371721","1"],["10274014420732867223657925407976791644253141368858401432644375433538930615987","9434186555343221746590353449564940191337682525884781515855920971890977830598","1"],["16997762313019233297682939011191224611639434294409536613095353135202719102640","10464335809641174896367673581352702175503951334129830677544990541193791392160","1"],["5070725830265862969468839112385602794280775126152702498116668410153549606697","6097136111317379281606054080074828741101969231680405059878145696689871700905","1"],["57036350738466250861324131623702538509567372330292450099007159635430543286","3044781112102897531585977033193747196951129938077604273750122122362621161401","1"],["9384036150022960879808734652918896869018465388058544604302876262500196584425","3138392014931375142258741170131527500525795283901007990968465381285126658404","1"],["11570143538705801160859169972128173340060504222652992446775323671730913445675","1489029009777710111424615563162611786046257836419503096679134702535097758554","1"],["17949925463805189571740497106674915899374330352008038981381422417948432388416","496239307852577299164092391386078160228803725198505371822737777730057200155","1"],["19526638949465504169814926158271092575338306391783070149710758398744120063247","11926594405517032423000494981452543080828545218012189869647170841026733137054","1"],["11441189041533090075593895204277640260482137504998678107384449176215207914768","11414849787051362401718521091750390984142146798485086155774521842987498468482","1"],["6295464054358057148840022337565643031981933756723553320806809013073897725548","17879468559053865362203441272229877651739273263974918704995300031327625661043","1"],["14349521224158983837101074215909112641684942024675479621144430620433877841727","7015504246126648847716718372822785054829792092646501192156223104385767051056","1"],["21869701549758334077336326601602522695946955257291953306756189917326344533855","8628230781340197838969798850395269349367082539121669798151183161552198371905","1"],["15524400888681414164016026578917560244959627305321546395519240864025957626273","3721342890366374859557937309323899748740246773202434052976473892058188096637","1"],["15264519160990268780017638988401910721062679810181865001217222248931654529670","8951884148459403497071856589689839349388741259843617693843826441454005698675","1"],["8746940915804697354851486382333809761734552144964904390861495328390119961985","19367507270288980499474822023554178249527696947387136480982077801530934338862","1"],["12305320941967097731954080490816989392146866152531016078624378310490818044951","5577174079632785976537060125171392461002781996813328356036279572998754320613","1"],["8025407098849802267689258694270458571136787344761601863867474185278669102679","8202283648074510559808931715238522214497385688256906910183827114089822722876","1"],["2926160734823540596389981328336707236795089984987075989751302602959277853464","11793916674241569962840597399471265668750325841965556556811481814006702974354","1"],["543290452790617554096328457555133619838903590188457787570715355895072912406","14515847751932958753234678774402891498765214285651174576355677927154639944668","1"],["14642838027412226744462335435586252670905099199370361662981717248795566641359","20401267296376255686861523011413256123241444546472495857475713610785119541163","1"],["16010962485576797553045730176458067600599835377196137319293490807155570687846","13909306819042050750138106570590194865587882411753808556897781274391677020646","1"],["12817583280476691386727547826034281042646229575503175064933678498457457227203","13189032613899663730510039560043181718632785181815678329917122601274075264139","1"],["10608522289478279575507078062566834385323846509055674545126826169373376940706","7563891166534425667831075442281495823345629692254649995623946537302204731754","1"],["224849952807100375301895527879131421644931951637567687368980176401559297342","162515918053553407910050529219983769074253887778711205446192751437204206306","1"],["20897226607653319506655657533858738747532035656323908616299957832293162598142","17736417108809262803485615410825821394573051708907391389200705073337425651509","1"],["14205641668271330139740530030445887097468298827399664197324890227698548334451","6878059212127688955799897761008025929886773733293607231390724604504516563332","1"],["12331386222531607332735515278406157433639588543373771541217017706553257384048","9586383738787539578911185328308088041762404369370723352543256960234118149122","1"],["4410936023022233838843449188589629830237410520964504629539129420312941865822","1657666888327914089011912069086998617925189421054494759668210355175808372925","1"],["8177952589084410458078575732212379077248795522392531155390862629136970578258","10001733230867497228881032280922347575457082469637386653142431711375950317771","1"],["18765172892333790832677291622957911788419335468518806649934913445958932000988","542884631344450271799935197860110074488616227618918447304836806487246731493","1"],["19925755970066923918217221530709933846170374826474818292207923977036361448861","1166630492219692290899353352457802833440771178531022599130243281148528221498","1"],["20959973485395777597571326779012428612272709746663843722617163910454014788403","9675448914647766896041584566648061894046887160618195877021880037950487060305","1"],["16799528459497736992083175630856077738534884227002447480718201375858081524567","11824143312319340319126627355389690067483769955234936412226958589338129308180","1"],["893170782200219276212596550447168470820126352897788068923204862700933755055","10277370755765475949487434273845985260383422425121924666606316264026238564843","1"],["13185818937492337930796772233348491859944193257922394674819514508457764704076","5739702768951515385038961015860718939367661529104072450350916701847021741203","1"],["8655152142682874644460984049347914914298763887771608079896936659285140298175","14645985737178108168152511669458654884197793013695788916157118718858695447201","1"],["4775284272017519014196918707588561038335315590696081833776204665563760512780","5265623029501426537162655307373900481654343586725361630426412084387010436245","1"],["18112614625350721135208500201900219563675229916965832345569020935179592921979","10232907392761877579003902554268123304218655565294340537262286306837726040485","1"],["3286598885322604569439155333175560585458798140008328860773905595802563256153","16439331902883699604627594242176296128878304226427372145521526897124130567206","1"],["16495211951294944600112355039888543757610165005131726385872545792607657700306","13471895844998298531728256022883832960089599591092656186672953926985473983791","1"],["191282878617458780354687720746932496908058504926651490206226491987928937996","19406481951949478461967261610670159033961600242344098618210386937196247800521","1"],["15569967725418271252472684805098632534019715088688877856376112063237782178379","16417065134364737891002650306704512674159716348848858551462278339246976989459","1"],["17196981924190795113218282918193773814396024901105879773352344945211253120647","14494090060970372039196491063682631308835897259664729123412485222685050930584","1"],["12131424550949782802917600726050089406350747996632907773696744027680537194674","11956150708860721576065325832319477646081415378627515455035696352365002216376","1"],["20990022037497362690038580903841706684054091919060959927295447943284471318198","8127215582652475909310002068518400341250723070618736930473701865295309371731","1"],["15747405807101093662710257370092727808372371152859994603608207382694431099260","6477303152434334855540180070463820391296324489940242316195690146729874752736","1"],["3054427081209432857326305259888286798463039541813622844054730722529345320974","2937116464857348802888301401401501857676581155351881777387441769661969939291","1"],["6562202074953021043903580996773758490309115616312196715581353103581159680847","18600140841274502196419168848980149189190399100889668556321202007343288196677","1"],["4259083854641254451506476482460444426579309028818271397087988067505484557366","3137555634905453392531699521716421464764554385013638424474856499769325769643","1"],["10002281790762069001784503976543804867266996451465256871404571724362883667341","8435764115978116317561821645662036117110036140607051100773608060642020492515","1"],["1254136743196860576627151687795798095361131513776312487877813428123501347479","9003906842441219713975752740434025000747994879421628387261277093262196782103","1"],["7376398740888371243494597914516043944029620248924133747326068515525958620697","21123468179529455482452675100083743402276525617096378179475315345114319321833","1"],["7177130387320720237860592584619429570886573989125056514846172623332833425172","16856135923839957912145888676822362956610095435648148821630886291676359949856","1"],["9596424092754192136574603773372576642947192568424637944815953628810553257824","13112314116543029322934832736493178827062507697936098190351830609160628459065","1"],["16186619882324563830686892964211325331216892377216540013145812452707542112547","16699251234628246864802094968889615735544015736203922437687804673844551342801","1"],["5333806616308351262849996534358391783997877621326968826455373906114101713938","17137314976828817551537989348511855007155919467569756691433427897836603474129","1"],["2618083784719872965633839170559192471318176533363972291031335594153356320496","15456868855590355580173733139404448751110110446244047209772132343441205803186","1"],["14318660462058104872361074965596636229363950571224344360657054070977696213698","6222630804602364935545791226826977447761162487284530163871791871595841168007","1"],["6549311908960077502942026662925807422387356979352833765437359470119098069409","20581016891073542425713138198296239193200325045656519345338297703770742789955","1"],["9659213277651254667764598754636657341157185570938382296607290389607634738582","13991743428723902271197385568150742913669759951285144531087437314431830523267","1"],["16283564371518608754903616817261727035946270717145374518948378718059311446780","10505362866137699843844906963202659600061383777296189194416528563035609835247","1"],["20585074631204865284555129956216577024183652577951347708919613814902437640219","5764561551765061066532721059587277653407532716647615748199007988989149805448","1"],["10036125148968693252024735736977772578144171935056144562646476436313346916534","9787532111648658205905422403522750184672239108814057068966332359407832375052","1"],["4855743137609338286614989969453108122265847344018371690310726422564200403752","18952491693420762129827910369019121518597405586663737072042115670113235162941","1"],["16495182292346071357097774965540688412081951382586785955857464384629652880975","942592385099686263550952969414101727491761332776395163587449599640189570558","1"],["13361161122704246150880152939596760078976457163083176563604994352001053980811","11921197123094703872224961679720835287489604356451198075318420977742433080717","1"],["20463297803581824063954041306095175230824354762293515635033176959116591073456","14664811294284323738749724291467907346447928524385179569728277162398855527849","1"],["3662193145766254298990370830314058203602497804813859200731576336759773613349","3533426098716479336659754170950290265413307247074786309208725902144119848468","1"],["2162286891308231789886215795537366070862945358603999515238989436274921075297","10216861232558307520293690859548207623521004942769438332463378749797274383934","1"],["14544826028040772492604805911327508004127146530142494667769198114932870277890","2284007653678836074232729651228826085481119077790822042970905414836327780828","1"],["6840948135303491773635523495272933075268414635806373899750151397029231133991","599230735249069968177016967777488022420761533630624132380688327542017432023","1"],["5468616506737568560594167816133547655816214105625133685447661788332171962598","19352412575789956379437436569446393346356175326332069251598843637701701422102","1"],["8681299166439009776206800717326562105011120686939830840741953253346376154586","13924872791905585342233765416314864171563033716231296021577632025467435767850","1"],["1785822621771610744860646653645642819713352207955182846283461790327216498682","10913774774989037089795225892217068505924080449295495911450188668195834615345","1"],["18992537810940407417146705270034614237525998990760828007499173917189890806782","644460415393566216531869631784672756414254620940541560255072270714278496305","1"],["20813625707513038468784657727254754099410576963510583411339685939656305241106","14480505514033077740781860081986705366128463680177524653425565155137666337731","1"],["7675997391442464895546887510103565719215555730290532529159907994973881505118","19871276044170822268595362651854554285704818649342613062677293183462034196165","1"],["6571280832136675412419460491918601803422145195712800232677649012617885821342","14639475656744386180247166808778398751100907227116570498858855987837182453795","1"],["15624664174923303351567958941135698443914651111412702122870691930756517064827","20086588100038521670308306829918342126771571759407299530567005768712846064288","1"],["7733699789712809742639316065120157739137933486418138859547158653367494693806","6383251613260202503538178395159639009489472006620095444548186217439232701972","1"],["10571277308792523346548937566764968855942030892199994391600946667098274841681","15117817569189669878025929450446926818917591371977030073810596861227925335914","1"],["3577050859446923366902047780923157794964114571498768514569589092113198510660","10459586173092982123393207304967749443763812613795623086032045295438986006592","1"],["8558346828398997041620665435019366919401438377109931841783825409914771128799","13451162624524191149613973532410417473247632142399185618545802587019433269324","1"],["4051307943634010402414724238378443801632320360241436277166857074854772240984","4933045887245151269920628347675678166640790267569881576622756204101525008692","1"],["20812247277033729283387533186927637850464415225368392799740964498442830405792","16314957154525604946365940061635291397233203082028405667961851302425123740597","1"],["21783767823713508041031519876353439233328181580828795872345036727977055567120","17408970647408090432458255570514853621766411700773732073611083550583664565130","1"],["7620653854190286066209865468185112875526990184811099463329521897670254748856","12128236928832251828713067420206329503207378184938667082906325224687380404222","1"],["6068879318213234896297398332677963503398194636274432410900740878233350256737","19309576547700764353725043770202508534579678194431249708265432853758473892064","1"],["10693460495949092310286271759472552399958557880139384248473289474907936323253","5092588600168353571323865837192919719366402440043144745802554418137337372043","1"],["5425542855611472307266969089627234335950103904265265641277914639588593414610","3482139164215301119471431605891545845160303379386005413611023719183715890178","1"],["16243482012698408707005559170510531521135430184409437945134821091853070688379","13111872062993400413629659747456425272416996417264729584649367349307670188675","1"],["14215568035655492805245551251961990916850330231787470877823423552122931137787","12841675438910062104645643289981400801157095405792403312777162912912672111728","1"],["9225869803063348071216953235121163745926703089393245806419482793199618124265","5665242943305219599965636959176524072578723702742564480365697752618178670088","1"],["2646330950793880866451441646078282691493376575797907515513685518479572771884","8396794014528107782812402630519001552733592664416938001892892118868470264063","1"],["9207006017468802193620164580391811991828079676386810785596191357073693905222","9865170330472628169040671580054124634983429715954801806116669842263090670441","1"],["3071134140908185804206781038403259106330065626211036790043054084648840035862","5642319840715560482763525031149995076676007245688602687596048525102831576871","1"],["399640619765831078068579210741946669024559248829985354822181083407765024651","19828614858318271680703588674581842446586637793655116425972973767187620827668","1"],["3001789981931473552051607538777969298106505100180329784090382721361500941254","4644461299882607547897218228924167303889592208183606423719779774029995856097","1"],["21068611536517600390072928282928112725517033112643178290140206239727730134382","5292634186943136204352419857070938679644067751412748390894944451265323787571","1"],["18081235372916726952133498667877584889395748312752155138882404158986547387084","4970340913246844685055888728875038810501894071664570072888933507492652571068","1"],["15580809314794855239398882503235101542856014597885436697030909164191698705962","17885224968960120367084906146504512119835460418279300235911773711887648365842","1"],["1656309696810244716512534217926497535554238900780719907260798015023562210876","20434026799218518490702158574603978509251304890093950394121016604715937655383","1"],["18768609834477515786393975526056526000297432780750746127242653991027810974225","1457199166950178364434141382317796789476155426994720024805925060340987582828","1"],["11078020568373054007627286774828449114362013987198867166155351393352103128037","1182791235792113756551778222260780885214321750429994480853652754817938450725","1"],["8131838473016652711746986889527941392651471810718507035675498818041850767559","19941976795228429248037808193971110904067387658864209699644708058064014296694","1"],["18119951497039440654276883482076507727777243712032285697272866778504313643918","21068500280331273846946271125151639130994641150651698638145886738281293115066","1"],["3551771415838518184856005052141705189164809078903970278354536467252201517291","2692557023962660976086279213097635144091547723817481048011711560681575288547","1"],["16208745490216625173748819529488808184418991880040848834890235539934159121140","11481696624361417149321863823721901340982046368063185323876112259786441823695","1"],["13794544083419655147174856668456962163672884626265482972223147581667738880643","20074043575819364578572836545691085277429883780629662264800082804402105247464","1"],["17050123099981020393780058044310569376289110238042117319513008486282510646811","10569900541506648119511265118803582425830324477012588401018267337742135476544","1"],["9784143881076139809828109828916138778124259009158023862268012637919699744600","14255414191810051746016977338598375879965447427414683553074696615360487488893","1"],["15023235216753584464017942492377582392187920429510470095802231529126745404425","19154339273044230006339428957570442052879386359138313360944510899776628900943","1"],["7506490218469886529061587738137486030921149094275581764655744683214029400807","10953007512247543859276611772215930849611082736284783732936238485837559432384","1"],["15481882990445756511556034250817162288526749475770273933627824536129001398483","8498315594063134269122820688239900173898450857889403653430764429954430873790","1"],["14986792720467763604774085732202445692627434509409481979138471550786928850736","14280636601741349657968423216894523390274458017555862665305376332762687686740","1"],["21825264884788928135968225421770699898963229081482173395592747715404964225875","16904060860224260748866353550185000257775978438005249460958701397852393938358","1"],["893046641760759609643573613135746377823262861755272039109712062613626469159","14971875438514277537806575103997652893216930821922220017647720060025528161517","1"],["19885252476834213668575540585619065718198490791849027008036734574899012228567","9826236623875430845018471746153865014215428969173208439715265284918328454425","1"],["13874295623664594815845286670272070546743158778329691673348303225220730168087","3463665239270125889449673017479989482632800702064429403905674475858622928135","1"],["3916313571993177853525329782815514082530597336367156131136782244605511642394","19855199801106384166870552217106199337209341970743060925019266666393023813772","1"],["17270144125395431885332434341030053265477513430871108974892419726249549126832","1360674527624019151809829934804592513926901371764605522148431385657281734306","1"],["21498617419216447567869893877319147998297440056709515219839824703152666037371","1815935557301601455654431172825483859843608292550759955220403008769600087824","1"],["483247234934657813011417507894437053127583964353738047776484546215733344952","9280332862001781019915470665708225603791467341402435141058627208692823766427","1"],["20334731271326806384094527308562010512603565737334520105021600736019368328019","721285760957321581976735569970381162713061637385458201619740926496150599051","1"],["6799424198294889145707723660782888286392680968550403825173274144964173759832","9670559544416072442908067934087404518882892425300702695348960439380950889634","1"],["1590277518735836272999529002010992843784424689075387694938392859741471319708","6232805855355487601449015453801055301542540871402474773537834535489105821355","1"],["11674666359121345348534477298204483853375667395097294889136474941889062716871","5853027121842250295910900854485240665778812409569563925762505751194123152000","1"],["215503542041937750166785709141286408249199635084346308138981667337402453020","3176350202257073590791476065632639834061721353683791561418874787504552588566","1"],["543759720374236135128030042743314928493875925321620284963734625405801888233","12058476651807483967650026363612225376302478201614362162806723446565632527428","1"],["19789450470973382828758980322462204784354593212044924591590809818081271743128","8291101231190782798563648245627999679103807940492625816546515914246262706347","1"],["11249123775908478042035019827661723382224170855328829304004758219333657864419","21784470797692447093917923471992206568948243877298246051114025989738445037368","1"],["12471101103648860681373406864759260008550327268736215548347015455228836162709","16309932586336386608966683641794383917287134541036112102059705223475375223526","1"],["1651573907894902532338603725572970615235564640909693900629369778810362992126","2247688025400699900894362096355038262171451202456065094591482854583161088217","1"],["12196002805953633470897841010559832043457269852286740188910381705022404322279","4207302487298837251390832188423000515537624802933788016223218150910374606757","1"],["9911895086549369489995128363212891873747745903014379452289424787195579788198","17622022612879576195400949350585429420217297192884349137525818311990824356211","1"],["19330509660410001291108009446063495976265058589361544069799951222496787907255","11725732527189703568529815355835368965781347989787190846000374039352764598792","1"],["14741891392048026069815762112451797203931494434484198541660139265510200270039","8501213418856410104805038656121952563252691122875886147294297973114525411991","1"],["15703152675404698344888761956078766910894560416024722737736595868832667809338","4056781604595804121652613753954463489044715025534142385062395734457703163733","1"],["16846266552162897421454303423806974631239834998814435564084952927467220737065","12193205317155227113143246326290712118274328492916386252556954018720670908264","1"],["9239793612719521511082766144371610406994653895049931679065587821396895556266","3993846882630240147288382751946343858780939496443897739704812274869070061822","1"],["2032389599420544200292350910786931594271022536109313367979085977729278337669","18648261756741922245698604054594944312033454465478411842655374716356248078231","1"],["2089973349965064438395681610806450961091863680744992381898155255361153739742","17238487684478186295115534732225656231776607713016616483517829916427362890828","1"],["19790056274603167886587508286890746488383343396331015500321742531322570316997","21521689950151231919692310005209284458332987456614274344904748018567055587282","1"],["3206553491583524818379959634553299944422307970406183658387722662734106996167","16101053732489249528142226198468135955752531936806760089336671098249794816867","1"],["15254425081649042138733083031886760219181884806176524340710491176695339117681","7572357644902860028342884213104569663907297262684653493847288846508892998222","1"],["20155029959585458509404604199023119766257475325959120123642465425071508747610","4429220401727863985688379112212095714994635479006671414802159851283389031449","1"],["12235123305570125822137212435635710086005278681327410027020554862651126452959","4859031995481659240002819923078576104966439636820877159754675306585243177721","1"],["2036763348145201214579109644901774851155302064344585658046595174790880085334","3066810559853892301790294610847175807023827893754877577841026232040579166270","1"],["11390315320462424041398695034343978928059078408643541804183175873227937100291","16235604401832335380333694877595897606454947253735919396619893731036218856929","1"],["9186185328911582869767163734506949212459273353987868104874704344977591311075","16622006076158592252558647192543094622921640159300302447182895792564118745790","1"],["18548273917906020579558126049313158552843069217202105013830030965524512248482","19728440792811060808157857580540682271855430411965430769380203293066483864472","1"],["5930053319684495188152009271213932874159199168758675737423417181827804974627","13363499721918845864204256756162876388741047604216177077799972962657075597081","1"],["3297937599612736469679848585354120610250894140277621209148900610868039934420","9338185437700859930966759702264860020942470283944399469499558596149025029575","1"],["5626953591555047362177766556905129560528263052234390372370077086045857149450","18434100491010070045765732931003280271801285062820510335827461665717541369367","1"],["10459360955053631956200201675792290714139921186172135514412175114598004311770","2128634563602349754114613010759651175178722028133605539611568740475971115500","1"],["17679931798635736610337057130887536773163901809085504951329619237223935260471","14927119909240173441794794408075282220367232231705735533505024751181320021747","1"],["18125769129100149472645736387955864270131035764990037429477101802887905087628","16928929757755781375112829219858352934274917368692904568115472955598746454885","1"],["2549282470433017022498002866869331933907518007162092864111238680802754153280","2298601022090884129335484100462444759206261132408113152683176938248457772676","1"],["2775820479533443730327479238181614564541287700757844100063266049172675370984","11010855349370493969530906569114165882594947841244535208202304451614044127093","1"],["8991348807563488674256204437130921557784227431141825029585083013605641199449","17472084857497891775751938673295522533287838436850033060386036268045553155479","1"],["19998523771418002260227245605418093070435598397838718620072857877381086970121","18517410158505493915803211734088447116748344252130330141035128558416279853230","1"],["1876465530499209310161320009204732583626722987461095448256592175533613986811","21398366686654730859496524095664145070790858492716777077617949563923969258148","1"],["17239071439029076108433563728697451723639829116226718944808672650075871872626","5299776568509200239572541764059806113082742105375649243877738982191993828608","1"],["5771346781467214612702528483882164781627526983297353017307743527060059617654","19247160524701248807616560051753733445867784333870115176434026945705443584851","1"],["15054428856412940856693177412393674287140752140305784000149522010459539378497","13910579543146763482851961150757075355419052191586919872702041910697373193770","1"],["10244399733472063504654479010700626051487889840459205028351761986351572895811","13004101387747844093718190295504359968780965838379652963147954978015920046609","1"],["16074376459500959615892295867381408307275578263266540599428216108679605328087","314541048067026214538643941026184982257740294462964255959137344911377378780","1"],["994754169133913675554134203982399425162698228991456811118517903079213248787","10008726903917187745202888662802580443492202294448203772611836869644712484675","1"],["19963595142009579770423973632145981809567354255074106978057161880481587232776","13942163064551990240802720051462635603180149378190761254646550141021287059862","1"],["3103639462966497998866241701510422755411540459838796943779995869680528732766","16231325171016416328893171310973331281994481601537187109386914091478179369001","1"],["2392375908142528436666612816101260061181456863632505663918825355748661578868","9182979278194613176905965372480171561278984450266166086916956215825442701748","1"],["16441538182922327594761923128316246381702283775147856304393299078615263253177","11778920517621940437156558370914535542807269333722165208805306509387558645513","1"],["19571036115178073908099523011896478543385589065948199508697195297434588991398","21842365988104892933986249082984188627797927363575889246904532718033548531396","1"],["15896339878386524402109152805489233408004769282310812726146650244136344839492","16625076212009771049960648146150257802633555003907559557706898163720993385618","1"],["5580571863001776650223826368426836593400037874988491516198026329882896234762","18272013336809340582982612574868880611609131267705159779421739953505328346925","1"],["11513804672811253515625766028292326906541343273672892430232313545678539314293","13635568783378642989899604374773212334442368846329077854102097939279446610299","1"],["12920927336758791179615064461434060327153783759352180709185632289106038618533","7994170024044259208408986667796132789008599282537236963127612034741507162266","1"],["2520368264679508140544733733887612326607579820114314053697071252946347139404","8714651354780942072104290464752052418919542855998754648919761455889769418829","1"],["1797859240035924155214882302491225673337852999946793291741628604128076134497","12151823861082481070085020068219201166806486276498756809502068088334668883881","1"],["17818258313766896861777781056171235847805831361507953701995741888109681910717","6304211480452671612338724269376989320301950913105240906144564415257603190542","1"],["18727657706533962122550731851702696266379430911042925496354232497801604521786","3955054680683068957066010925457565695809907079250689649446022020839085686679","1"],["18220482661455572052504740271864650938101163513070032556181163035560217670950","2069789982400272871876611568755616871973465066184831595493117736811438061206","1"],["9837686295674535870810575638771455888100463543543467750603081491221662236259","8163198065506793628050740108279598882044853641581657657872798285489128936199","1"],["6706785068383752464309377545443717987199929067072496769207723138094014880902","7510188208256483380247658940308498641277629539939967674442123676343585208291","1"],["20584056756637510599212413664002428432733262722929100488532906283603984546232","14596537614579696706270823577305865335449901593636718021735553562310566847675","1"],["4653348364111499289451215933105358813562742153170989127919685311049190088344","11351506932079930019685887698234212437768675659499176959215272787840552590515","1"],["11609082878529944087530522829059130104456854960899576611163714082536869166389","18842455705283874696743501724864492164212073070735082830864373699879691699821","1"],["16289205802098601761815567570938730894524166441600359506810132979053793823679","20900650893861414557414053677005110689559485426830892275903383955456104192210","1"],["12977185113188873993428529537761969111536773336573651824931986311128932614140","21556629324215173950678992000279832612345024929079161205570334006512027154794","1"],["19186933341107016067317214983321070679471412220609840152429134908389189229681","6416627971161855027527318184394029303739390511119466757129871851155803654470","1"],["17287413549840173267954026335346714803693591349030609627678862697522842421664","1038987150845853076694473861062224027838912851825351958790806159257846054507","1"],["20414615242869958469515705234536108025461950649268063938953318820170433032249","14148675541400721082466206898826575522461083772649142970688752193547765209867","1"],["6240900980361086556231321885983195729231668852455397282768862676121938621721","14377067243386184758271102626583741116726918320708558681711401515498165932358","1"],["1855840729371941375142296013615383969380995096683055801125560613597424099327","7103244895442984209780265937539198917225989246898757111937265481547462881249","1"],["18815688681719076673642127481087637204744255172256515441212042814898007222833","2963568203299522377984501235756466111489202914374720220852332650195145786635","1"],["9920097878008905660652845982574078534685368866201450633910892473790344541219","5807975180566691089771750140046219560394390598241106737485324346278247509192","1"],["14023698711158912640097967314729018431041389840750770709704163387637123702726","12483697783362203603836768996523987021818520954718192039704319650507224470729","1"],["418321740609589008654599161254633884323087176565331403642911106971792070863","1334749949243756532003575568009443685097153987272956955380957095322602933343","1"],["18910399556902224002936122546817769155307136055197524283176602483099761985743","7488024455597778493506912919238879430600751102734123415641161200664647845455","1"],["2897231946979668908575832595375685504650264013426433885617094603199999984071","1727556445755177027986562201791215762658785573451722147936267785528521836155","1"],["19594063337091468804974357176349131345155530389924018906943566443663758774203","21089512467254259270197330233978963129350503959771007889114677024130115583910","1"],["5126295247169290008810902787683956145848699708732174061308303816148220689890","17016713764083026117558275802896671559859134231011113373573726648849431352310","1"],["10590075697452498700506327112001771247511055585523333991655385702579884314421","20801706602078574269489494821210242488070507258956125237814203336469852849394","1"],["18011433030578618019321108283696472353726364917284901781460912321208881555009","2062000254628182343127028709476529531591438026718490195532881949254090979349","1"],["17284603300435227098507242213755560802233491359670640616589697318801927868936","16924798081325674342357082299131629666115027421879266018285317945162407981947","1"],["14052139771665782780855806199367568733934371320185614701937069767982065375649","200625484410053845176554729404994296742371504328501637473761475702167944738","1"],["4341915177123172771836315674407237381592805875007994314529563206730489446133","16198060206209086707189393173039874967140975112925328335140044930271016472113","1"],["8062744744600484379027858486970090745753727576028051562328377337485752853783","21650957030274213942890243113170537672560149819230709691319075545319711843681","1"],["20041956705467020565204266424475927564141841378913074252684508866417029765766","1999149061759978854065802089401727729261662044775837014829843855934472107988","1"],["5850906426964562462661605036510003095361319373004100850474542199859775560694","21020538963390717760529416883340776857053310560422617765333308402173495442363","1"],["7650521626491098629947055611849537131484488110900718612383418894681227908030","13064838771455547935148810356354438980829490008732812980646902975621875453211","1"],["13037211713661759230125462302118346017196580506967031730750518223496493322807","6881751203505480736545722114906603286457033249141064982700918070730249225816","1"],["3425901270661043747769018089643780599204855006635550270129074382218529876527","4113459850987997191069361135749611318454878755938442310969353105186293706165","1"],["1669300988821628916890388852704377407959108355772506832223568430116493450299","9013036560988637032548870589656076645808054844148722742618313579684015876379","1"],["13046599396391192992452852480233714164233554086911003833019912563087255456868","12451547286106446902695707204853464670429237896839221065013629077280698145542","1"],["15151958594284058258239501103062032775744475548200804672925654535753060854292","13842195297256415248764903814400924844867150942116376141627391088694350604333","1"],["18472926952915443463796434255729564264405256951485674329951074598253501573111","7463963915612870395524944424444667399524314353984460200842432655329405389414","1"],["20431079810871585044441768108715035023395453367901614218203702615562570210546","14993138491264322198264107694194215304654482049217110127027922189265937740704","1"],["17580171410094671526790824034473727096779147524622100344168219139611194571912","14184239514646996362078930645309243637391728343199098463795528151756278604125","1"],["20846531517310718977736917073493000132796861226825732835980982581012241006700","9137030224766367591036911806134258472637552908385685082370382492665223738552","1"],["9267348894154542745064015288847043027900727742879752906361354210982954671853","17933407305447769228249368514065303954219560301542943316036284447994536265040","1"],["13770478519784223445995589799244072980364021914386469060581884411533314026234","3989171103856840325703363174515814664342904813630690780695451546250303740017","1"],["21384659142891579866127258067222661332767580400737130433585481309295183833067","14087405731922098927145970218270484950607633320553553245390958341005882877111","1"],["6361573442101076312952370759520224914407922079974447536729259573338329418321","13279973399118342197987562149529514793739775096940099448398088843295630475084","1"],["6778167955210054912536845222612616938553885211801971323277484516560508115124","15349264651807558254700051815589276536641816040463915505950798815174483389135","1"],["13609544950896841259185774144241587693484895567684676724361942626339756088446","10594335227491954794568644246014810285141642916423729410542546114970941402475","1"],["6387005034549366489068542041693298849254510433279955496703140203644254043852","7885677866576930377171521796876443484157060602428589611896037659619969567131","1"],["17228862545184824629232377584253536834618081230088091206673334243981322323797","14576515291273533273344997126671638828628999146507901732764083311476196742060","1"],["10484901551122384823984885246882687533324619059534368787663078843148023169166","19476650324702130915439823753566566000937788251353379785946140225519018227959","1"],["20815746652350140715898553494831584627532752129595494168013152470510430539701","19392664948861446677977663006694915847713423499747345180053643699724834983944","1"],["12212190808181963391896259487218093208722354035581929540671618579148853526413","5901256624726275863167301401613150468756627900684469504633882823024265006620","1"],["10775108373722308772764942513781196741126370330998010927705588749061661734609","14453618688301284710392297737542752718595890820600259958885691597166217896547","1"],["18852768420305096681610049998990296933347636333574593425953962600582900066385","12707795391228378243779125689936393090624213723713173309475090414399386223336","1"],["16306292737843395891227551629352821892526083592432296767475945589277350522668","11706461815684324810998679797853597699514945093755639672756499755266820003903","1"],["2578529502772466158912277256698354823775209667436822868982049985027880149076","13764863927011332256005121623794535354464587085779247675423709138890844877907","1"],["11766068010060589269321229266650727446915662337301009749347180340077759617894","4054154699698591004658840660855670571819955846376953134233167100837453216813","1"],["17454972085087279640372163054458194259595463339968638113773690736128412984757","10658674714736002274062610159425444709580361335257743941603861744421927652244","1"],["3297315908815594751295485625103739369978311196185812502285813218575760996782","15123211595449541384552826323343847802309681255524655261888835423334905577572","1"],["9800728562399291996379121433353025737888639721396412594585176131525851158424","731238194398346980368199816062853973321996258044190963404287610935337764363","1"],["18405522711738615100670216073080517425765685132460668983499175747418611090036","19396479802197724600541198412450761854045268459334825302982102683620870331091","1"],["16651353672347657917270304244567500311353348620349702818669626511474402396511","19781496136441123226387788021703939835227606042599229501502059953298867966576","1"],["14073373449880519954931578271101062253217284328329037549859445978951770130785","9426851475578521639718267848128590996823036276999841916492601056512264169604","1"],["3912160251641465292315076289931879165061198287019579142984482709377220145459","19593140046656330821312047248308916200780769693096769367877964968464911027306","1"],["14516902987955054752701607152437965720918446407137643549979995291796034463894","17899397690777473796285599347678561689512628964804823437946280900324265902889","1"],["21463959355685883866379365299615225889097004073600645654628648942997012101889","8128780520421347308126388029274445213986154205826150591897837977942974757745","1"],["4617150864233708306963898123005752074149214723570100718602912156536577367076","11769965081987419492367475339663226353595130864910550232138332766902305654767","1"],["16743563518436745983187283242815173538327576932852499325975122005537515548628","12858972183047105934186344953818642215134553207752392272646683925787279296690","1"],["12064138011213188839780597047979576380646068180099463876249471266742488029344","20672503275987698256839344687890812006115030358048192424106866204870673388453","1"],["1420118237622461530698645466749254090934846697862905261972586118023335530193","9721010294936952877153387686171527042717782828331010147692140305181128131859","1"],["5586337166535155250166851752498127000915707741932531475863669213018893169674","9951385095387881019453568966844042773651320165927174817220256280907916951014","1"],["3298138335958530424369558091454015943012749997674519332392102342756709773249","3413205329435360097514661501820232083469087058756429624485327321969941662425","1"],["17639326175329068644518370213912540226462628362864294956898828789448269683703","8425991352021602376108896517319025023724284606222131005701120763686268327830","1"],["18193762241774588264782061836477238825096148959348189388341866327199004185177","15239333315129529325898791723953088370276765926801928840298023415873214121127","1"],["15723776734171122860674761121846592549553768109545545812912964163047692527337","15266440918533943994509990847270019315877741981434014781974263409426995777602","1"],["14354856584025557604316083526722958044233195719498077691146289911547654921492","20835869598335624138410791701342386410221748050489279194458758668728752295117","1"],["14265678652965181562697402695350367273233091492468914547033796165741867674081","16174897586855055308544978437424002893988243702844819689265370705951011345650","1"],["8101545177698819742549384655572757290304868209011635580924073018818943220243","5900983300255368864620314084309501340590678678887745145684992154887447572876","1"],["11047771977165604227282551593538315474819593195649542439621710142721641298045","12168181341135606948264085524114032066435782373876006782874382133450182382226","1"],["15778368303290853273079080542218561604391336159815963699470580768907569526138","12208459287217172974047498691999676754075087777754143324736480824826717400214","1"],["17948289654460046815598074780756275360883761619034521596293466278734451363652","7590110983330877919853369708241811169111468759120916218300235664211513077975","1"],["13636272737329164147287292194195887161252366287052280958113591205982367344944","11001026129689367859753336304100124832497579424223961253848114067945360429181","1"],["4130809704512035179973860517263456295262908699494013753925046153349949034882","14417107990268126738840309314998741051753622224170509629625468207914019201598","1"],["2752834329174627371961052315906682211572909274189935796648335918523231396229","20469979589726335735209717809015795842991359363606335517658134469183175337304","1"],["3454133591458379716269493864293444175358782528622197860305665083788533562029","5076826054397044873197412699253158998473030081447305033827282007666437622390","1"],["17868474369040935638559982251273319921381206005304469062736247322809417352422","1548814699098066580200858663898195381860176219135684187719917590073221850425","1"],["3440238083626232278513181307013510673221885164034869179910934061373471107676","5319691432847099341137943726355775100059646253053692973440482278962674914093","1"],["19350859546842237588572819653754101959541835162530804187314726638256870641870","14586258843220913506083671792802725962658706260578701206936303028150100238355","1"],["7450547657510995428683631543955266278049987811392252094392869659885082277319","9054099423249299579488289322698969414537120110391204059044118634019262347892","1"],["18763636536474892419836250399047696549685730128455675106988314350616709234196","3026533663609468976833716220030510378403177797593793425417537620997295193695","1"],["3530253698919249030158322109335153095144417433231776447195854303705415631185","6554760363862703523038945504646200457224838659662095424827282639420854110678","1"],["2284109227725071985626544917275954734590786739564146446107662462744535483120","10898824202066622608565686758302773041658667511695168294406449547662384609498","1"],["1622005925221648374503140916969107484006260067983760043384000487948309222262","21764613130796945485004998122071780221783628070053652281181528528879190978287","1"],["15889678826659529438946871653788836088557257053580376089867951332973780228820","5432274344794463783448451031162633074847273917919967931472354312511931070199","1"],["16239106510442908180568455154012629722886791625938935675897735355682560314415","6824682369662190287954226552829965324537277584412444320053925907065228959731","1"],["19077876904235382622747210291412129070872670228028485125460888361615571126466","19710641203163990026777970983031068920440607807725382647249253261356480842411","1"],["214314912708114265509854279055007333142537839461082564105846658800325018162","12940069488677765104985785615942803561654100872207732116739012309788215822540","1"],["16111224353206432258155734163622529611581759674534732216623725840978316365348","20599897907218116543832903976042241193639477254778644404851094498657125190420","1"],["15797487801298118907192693382290377818252279099765460723701103602537928368800","8828388524012976355272159138658267857604707101208091263404712398323010285376","1"],["764309353232685655173674595049686545733009632406896849034624361833170111822","18677825420625417479021728766384310601163652769848187170916156797610291245722","1"],["8539829039072098934962325930744845936466544886177911170310345514430428280394","15074771299138961915017002503246792776456486722494772486767654440175869813819","1"],["13639987454833013357726744474475781511944626835347915489326668089122072290998","624242717613036146208486327198443671153348988686846414015043374298958898261","1"],["9866212610746170721271611799742429543654167348185764802576603962910321433189","21454433734851651306309769787847669396831092269295205405529153488269434490913","1"],["9142097860562696718453982454067097043337039557902226406542775937316648885421","9685601406343666491827669365184458776973882015407033280509022844658292318099","1"],["9321863688542375934795521767294321166575589178419648729610099694750848914437","21561569820927820708167868364084377535723044729114406446612470455837346729892","1"],["8362041294441550698198372837972373503128690070726037485132884007036479557699","4936793025514603880361993611771686415118282815032821094700532648886436368256","1"],["11927429470648017789739529110285291523451777937044327969978431419943017351724","7766493714140925997191202306326951273068688868580942980770069312878608490896","1"],["11136549647324412378279878980629629466095516775741568774664188698884423721377","18853960021806034108861227211853989968988011705531518266991039451443866260131","1"],["6418158805888344655689664077413722893577860459615425587591733945918963808827","5053418716255043915003571915032025782190111182837544931916504694221894252250","1"],["8357235822205232517532055762547430007809508670058753985499218690931131773685","10793077101571752933470310508209236988926233398843045590297178801355461239055","1"],["14808110970934610526223234182712974789344243781947627104668763623974593731588","10738860879230650744726849103114172521112114328148244688137010554399302410943","1"],["15654603044208145292426187385595096351501189482400524803278592266417228246114","3389256415601072762940847518729847583941699448635340580955749836344423540952","1"],["5959507497212988917058946494539355016442566929015673708159580600044993861693","11234198586821948577543076778057731669705984540828161587966928636862708984837","1"],["5918615523441999118990991066142375166654547519830487999054201757147691520683","20785515647944377390188685555318921985153322807189928795397874712485101652591","1"],["16863918128321603392612943681134713616675449021427953329303922320998480612121","1460820055893281138207657984109898452003177833669293865158993710540118425881","1"],["4813462701999703945129045471956975925893644450265578790732543703475874501144","20276141196626571570672750378901197916715884054784560247352434616340595876609","1"],["7229155086848488086133306338249970575324443110588741646858979713212215642962","15696300822747627218820982299754584152477361705710562829803899212656564671592","1"],["6878878827057569347276456898372817115262388627231646422702172813761737579399","20389898651108019252207583776412289438564489456230847945678653880917351851442","1"],["15378471607358680268196336856640551710580236620704506326325474724076711247575","6602289681313413507558584045274461731228573199600060885790100240769637789995","1"],["12351229721692203157869960366858390205697288923041399091312601805603822164681","10296525428487611719739595451039878589844479788476121702751665274049139007780","1"],["19560354027814459834279015571494104391019873597322833693995095764080586541774","9713696403066853534817341613991029577412184271241079595413559270184056285893","1"],["18709162691595237787740860271000440799251388364256583363418600877684031000475","5638387081195045460746842416633126310223459235555275221805499374985341261965","1"],["106262281337515468355514959083401248888521859060048463275112119898414060855","3952489570868408257271219510244140917486438386364558604223750547039380812916","1"],["6615200640177571168108897485314183497527995688305068919174012247543651949582","6450850401272712466032823990087967023312270454559647169728464861504367139310","1"],["11423454296358369399156439853752181946741723030433818083359932483578880134350","7869841052943789951081687740370602588275339911258716402526127148167118805984","1"],["6809924875968072316411080803879530085627801363259793187129348132363363811303","7994740042731967090943065623980673954778283387527423597995838841125660388941","1"],["9855242800691904969204293448404834622769391354248679847549277712062671244176","15899000321329489985845050157541953190010966893937507868914441774002693732530","1"],["19756568243198152411928836270987865978192987172025395979912082086268212313426","17523684112538782266482088587441282182254782283724854182362584784972836161530","1"],["9722678421998385196890876202100974947715231150932216928342014189568768066084","4467705508248563204303600857266295827923703262487019972358713697304131906112","1"],["10904506787436440921561780646689978573624675193042282102393607552092494048285","11027099272184687376223698684487372101937536641266565673470096105852132301658","1"],["13373109335399880627263794057016063289600453804979799043383565890347289118268","3868520708085292854583405821386840383291232386426886178674841843270911093368","1"],["20976364767464960514740818520105444402487517418524100842672912575557420475731","11578405045687128771846062395173078807547591749842426209479858759477492396075","1"],["17789696719199233134678562231036430354307861011413616470969024359685175895090","437181928914134599514337333016007199908586578177405525490132386515257000875","1"],["1230185846893605260743135717883487507645357055458960491852830672525256945797","4939594534666584811132711602205996458138814757037476107683372492506063018917","1"],["3556446307192536018105426572629931366389942649819947592984639193995891185870","12963649526073457878085417434383332306247972885122617532979502889311427441115","1"],["199422685977244355121667323752365779137017298496789854069291214466934745750","20686804410531991070127342697861569355150265824624907573900915859521302217725","1"],["1115869326274624491297947695625376509415853088875594076632448563122380032145","9988085731630967252289589601842509941018942020361858877990087061637293435421","1"],["14179686288807958652308506844596664589443123573053701056452231634259973151353","5467415990991532341681511358552023162208071175903466205105047051368018725371","1"],["17604721110164902523408082168615753114666124535841778833339375174709631110735","9050978364169596570274417254684174088985753644158527800763729529452916299089","1"],["15411108843108414365744746211727094349756316389968169959267721087712868605769","2801304146574551060561336364862621393735124786028409002270706642762861315196","1"],["17513846708208594771008890179315548902318832707713891811266875112553028951463","12258134596923589287219194039735834360306384636938634802297636347114233990160","1"],["12562926841706801725038568415884944113457889959595239775654506499005485160140","18297843138143729991407951753101384597230615480576392093384876809645897358144","1"],["605633027255027158379686403511434961583368590478348785261538726558667751314","16157121506365968097061815106489169744277177370904887715153829318230190954837","1"],["2279652691410592774021074666492140382328252452289274999582999819995695729429","3116995640256918712179615533539834132677247674369696315342759532631250413994","1"],["5355329082370298254030184581669387373343240089493462303135510492067687525431","9928852428116476053254290682872969865555672511607893233264449152751647842457","1"],["12092673170964972802640020978461253314632013573111316675026493914339208161956","2788310010673406021718257035333136954654556669042830167434532664502471709551","1"],["14515467176816125916519824134027517302899902161514684670399768589249246456447","2860445682164698872058898512475818807604093620146594324539704944773927370329","1"],["17953443788697982084506665691733392520218022602124526040537548151191840675249","2944354744528649847592442552385075609664187049865077070558221021865386210476","1"],["19887279254456973399235771207844571421983965503452505315571446053350865321960","10568801025481295408432219649451866892158268722257307448399100269370002625688","1"],["20654078188331042431102731628897266031961724739796891331702819013435091854798","14044822689628050373273813766176187116225538908993308251594510312521621548242","1"],["759620340618821773229804911220863687815919845899052036919631989168315212493","12945584317019013145292813426812797164509112352381162267313426647961517426857","1"],["3661921397864894657542923442645376312298303575844832734940404843882825147866","453912280592604523172568524106789491773084245295898283590952727670766723888","1"],["18189507362069773614094475195882203216887587523856917035204218154427185134764","21422628038090293735559085317044375245063195159432647487752549330446221195946","1"],["5142444521131465147348540349880277644016189293553653149712284836563823001977","18599362228762874884128312113683919368024199545128889040849766997518724994434","1"],["11205964966297086079625023667459523409548776718357128790986562283204857035956","380550726871143990143275048572044686951856994975942500148584945644788259697","1"],["10900190275559050205913001157061842410971905676388585131288612902192627568473","9390184040256386815524485653762689472388282798995408899551471280314494390632","1"],["12564912310496256288041810059143678390388564201792913501044470632024569094747","4378439481374578300239493467477919515929647029630275371936031559442610899348","1"],["8667964398947705205609867472534583721860671435210581386418551229639333996923","9952544631828797207937713450647407467481190546611563269260156975947509547261","1"],["11473559122830805270979975118361368335515662220659441051655209847377008362000","10587346474720751642582625338215670502675513659775737154540045352274380208066","1"],["844319871938523074910111262690351696021085293038324840123774562627578353603","6852452619840977386931395687147568963180042681223410503126093050642213716702","1"],["726946806768833040150407044606407529758726409276515058924357652700735294510","4584398484733634875261538899602674648457253953108476815525536718136732747035","1"],["13452364973888450612236205877192998846996776753894358574584658289309253855361","20759938484462529537743930060305318098961792215238759091657000776625086685182","1"],["2698166865315427375776110659102818932333305494975176403807531919919345408696","16123841800273825837501027778014726007601432252015500713785584853904733878600","1"],["21102354320946706900721017420231222881638919867802545084348103592145812177392","13457717563261625061121843774995657452946725555886787559135919511713819883616","1"],["20038210371621955320146569817672814753660097824924313319453234214694415994985","6404402455839073061895563755321975082048506750359348259817752337041567662867","1"],["20257978887192070310580792224835963961056903587979530406115856893577432360786","14454202743833706607308290884877083899907628282065293352164964817153344463264","1"],["11331894719581669952923410115007429644940682176142997169880611759525667141902","3705663650888325403694399126083900942887418533913241539766005621545331358134","1"],["4800091332590519593728030363189965000064010443064620813863474361866318335820","3524753902808386462966358603969071974422997839049328929457994196727710615693","1"],["10364697185914294981254814071107563057404739654602950164082608939131653311006","19307294882412007079282631807360412920415397382078605998187275827415427170232","1"],["5819440737737083979466980034665360527647213556926878460243241715441813071040","6165132486055325936100389523652233912839210167939228791889908495367550274639","1"],["10753892186240965488940096350406679580440776453102019888459547529943657676858","6021598696600829053601424976169631780957141207684050157571893351028960842102","1"],["587681715449203162345194177372906337724397000202469807740581051908879909352","11416618969758903709131308958229442455215827862263451643307633962802759656281","1"],["7067198170742462778222996669863272244469706778120625853019122801264371949466","6933507349273691598231878444403904542385186109213197842914357075949729071217","1"],["14411618797320507279494613061512822367283113217063635486881436407054540057743","18835265838601473322473963925771667782447271092875565981757467129557249033744","1"],["974297654614102812280075392764450677507509732381568994665495031493530338543","20814221268787483259172755381811825722829815868347860696228849867715430368420","1"],["13908629189228641518024399044268782803031677009725587835948976686906790929577","8523571098607897962292833355963078450097536358761999003332617848860078939595","1"],["6649104599766055038274372079478582822536059763104176872413938329428910274377","5151348930081679526737664255415677801392637462851105230329909606931996298158","1"],["11712714069902409365209794766286640791174208936941250313280440510453594257010","5941931825746542307758159728308292764294045422757309633023018845071505667347","1"],["8472304457376632181337235640426694293195441944032045641348179114217984538253","3283932858197710774418986065423794012379621803637174042360687004879831558584","1"],["9083794470710387793760076531459851191710975304696127355188190806215250744489","15759136484695367715450625668561196377146634721160479343481631191165060921293","1"],["13487684019566455896169649656415632439905432294068110293100005506739924919282","14003302871965769710656837958704237499324744204130485562877646734935920772614","1"],["10451053217028077245315968008080131802937328985303836797216012702549989976130","16019045291388507287374350589087187328025471436519333742816701104601618888358","1"],["17201506125951894816257946176053259196462174062714430626992237718517932848713","8200342364542488536240351200180081512936704307929243043120246992874861805981","1"],["9667953563140584318153588715671522741457729860475978036091843419612246586308","3844075314922573344662241733064742327867310626404031110830659524784276377477","1"],["16136953424348085877177971506528191572258883667303356159084967372941978409119","11550205459129651082950507355348509510134808686100697048401644137375719959488","1"],["17068850962526052223397407921473164144536200214272222465223950456348127365101","9553398428218455498592363156017777912434237137228547579145838286656436064626","1"],["6175540647942462349466204341616645129408627059620526895490017762225529467753","12052828894447510439949140704634901187560805842644866081492753557026315860811","1"],["12021956858359016609676883658384326139221078012574984976602272434343688546051","1705405733860287907520515392255433787560870934240634178414206807781453132170","1"],["8316850446006682815872304837253762567580817536977633845133807644257931032931","18801909749408238929475987280381362407977820249578296569074221422997867748018","1"],["11915472865059451023165524923493416564978337697114578085377720316727842752666","6481771630158129354628509306364796926562987216874399949338900743253818800318","1"],["5815429875502773192538375619249907777637431131756249942928951053106454712429","16611579707478378807816401880716052011543977632456761428465292090432237146331","1"],["814428074316717469457787135732166131581938791762117738826030949983188552901","7678947065060459797247112871723907693977656902483619910834234156582359871621","1"],["4792731832241346135665138373608212001749308699635955470221758449826615241373","2475925122706024430666700137257532430670383883857601465943971688936425788492","1"],["19307614695777003914628322279015379646230291613741317123127198172429006264999","18719723212678940318116910949507965795805692371571682074012889908947029980749","1"],["3598387994825026291416582175395886513935228708191976609311818271085034397301","2465619710900627053431142498412822454983983504616308808263042912157576704072","1"],["3090405000389105754929534289423747549959087000428741127753831295114923345815","12998691908732537013277980813388565518064380501977172646865051501005580135196","1"],["1626495443691796148795690906361135741606046977678764675927016215391834939019","19775732368154107381798292869117206565132581029332644905334917801167145435757","1"],["19417542813010880862110037882729084761563918823115184237314811320231391705826","12670254450584051590441332216847373944370816772700724905544425262827701745110","1"],["9840624717707277306472173041587236308336796653784654510321930918150959478271","16882183808109128632593394371590129476421065940328943790317308071203406690271","1"],["20916341808596910202984622202085538096543568494815938088727247027249374843060","3758134003631646663952191190960708765862928210567685599884281814702159998888","1"],["21023735011204021488527017319296333625134469373842494169444505194986306732492","20307685172988005819621245677063092570353391068862883797698164246230594507311","1"],["12443536892924999909180240536889165500482225821123474191501502187561276671825","20365850526012557606124238530661520636805188882436783954232044403997151378447","1"],["1312457809709023559907021555879661018236481087148077541780875120296543852218","10790580784761566649492281778178138286857438928846999513366763087719166481091","1"],["2637941040762552944845264302239159800617076738674329707588219097228410057701","18800394205028089136504356285210056170782799815810549971287338677598991163799","1"],["2134547778029978383549423565035926028313330757600102382666664392428404813729","2393520087295623714879535160936660162018295962207092665209976513169738146207","1"],["12948072476777090702031428423655605487609387714567151144838819005900095250706","365391349652280842543432096557027450384076014000238817453218204335396622022","1"],["399778030477429244359350691435125336954067734260711335239115940690604754094","3291516666277760981681933866857862262726782023772575063336345277010276398556","1"],["6429744457477663516154445107127054006845333708356789270881799787039331868926","12288071195551220005213091473688426902048422999068272451525897055610563232484","1"],["21553681632453453861148199809476918643331998177446529556561324378009292746513","21232316393228445938010782806277901356073090552580464114709413469316063080032","1"],["20238282315540558369302619624899885498878773794603209144760425364685829667800","7485800235166514692417100636598034384523380742266616353346090934747653073966","1"],["21792155655550063305261330091793743447018728078632004370799028190413400159046","10565696189647230469262346666234867839766198801294226768966914996276780949412","1"],["18845547185963785087587993561663863211823584931187936690808274475607199375578","6492742219938936962783682558323752299967591004087407801708633469491706723876","1"],["2827235256949565434657076884813753454509725937736612530778886592018363200892","11373637144690144108030972622791191104848040184804204573976774344648667920293","1"],["2516937975020352579422868735639149032714951868628603217628545315243573135426","12308766263333133541844270002429920655613802765809095024294130791218943912477","1"],["17712660393721764130889254428866234589715078136362306417029096895907822405968","10544737115745127318350256562558833466882216701250320320933925667182723943328","1"],["19270159177591251516564325188655299502063243075200878318548259788448238305624","1582004835059580048795968851268710936248638336624184683901205825447257193161","1"],["8790370422951680370055824858425836070607202679563705211612933692832818910994","8385808464928127203784354244418684386693761744106007358118479090475886316826","1"],["3969199510379655360643506205219860271661494961753837465881443647512963917274","20422228726034474812959548718501124935173907461737701070459588078432869001480","1"],["6410514536793422129906812227248384871861883172264717743051858413593703034462","11694292156329738240902456135234410774839887355014455876607985506049906500282","1"],["6725981617102353660619737886577212510371709116104453362004724147963259863251","6364058061318652945821646583167311809409754248333619828614398535783057711888","1"],["4306510480766793643266058140532598457160577400201164545231170959076388535238","14224973657239651332418733923598853137082136911290872695776587097186883707878","1"],["263869987780620986913142182930174022639870673709850315789882573719539426782","6699566739581876026744615812988377521672411893347583741212771111777982619111","1"],["1610875812239079739415876718551703457327374337784676159565591643163257957938","7386260835021181672827452638122407134131959460485938358493904560217919220699","1"],["5107761529395954197465291410256428818978174161300473558612027290735197373808","20726021502393080879629078131529580690372763900729980873776141341102950594445","1"],["13384336042585139617875419736754973092383022608092741155796203044761805856698","13235450783458326211216898035914341312931834010145780682448491633333156800926","1"],["14981138614592390860336720508133541812045696997384360079992469077708230396274","15961054382795783394407033148649119549208283686580261343385685077283425592347","1"],["10186475800259781304432974098637143664933233348514841789832927986258575904106","9295783109050523383997190681750382218669350506772345780401923794736223448241","1"],["13401159602477460666189174080917270960034544508585500602110102990862814876481","124490691909893322489872861676019273844559633910066623527517949902849557220","1"],["14363844445522246306989958079277232214634461618657799616572097911250745567461","7109332233948093025048847869063409871033784004885547876358786444201790386981","1"],["9992876345711617216761473947510747415468717569554298677390751474172473342697","3179466764144867904351177461649649965216200707811104439706962973880140100063","1"],["8333234067593406489381403829241423481401696495909553240007628947540724252415","19014068937596887888455318816166658317439791086284721391300745380891419914232","1"],["6240970478590748456239088966629399816659349894522240860976198436754922653254","13116974534794137971770589596090947704318151588187127290813053674365401938233","1"],["11030623300972317772095983012801884824353445327671153952344590711906173149800","20017440561931919054064456461504691451997270488491075909610189959283606946370","1"],["6910138270144862708311224246717126643585673293048154950887074837801821274598","16031483026617632400817407974828666499347079647288186810413156287338128391594","1"],["15598084741891758691295906222676507600271994348764901384504523002015649346749","14340569692102558835294987886761842000599021312097308787622781218675432591770","1"],["18262745393987563217750131622348369495352276936148971318987912942096272894237","16328978330493911275801386546887447693318713167642624398495062571096160112446","1"],["13109940462501376904011181780934364331255129862814922817992261165916531911638","19340127599043582865166667456304369634094816700075591657095748408811358649928","1"],["1418378567891043881430057474736855470970279937269191158927037681614578781720","539755517216779625742378023866806706526012800633514943737271606225181292617","1"],["5647164644724958820670482807518709994112029779108228606645249558428159879641","11975695424311392931054823977028269978960299331203475099077459399943551936654","1"],["7924817716417597001815612797930780630736419363514139831981139130843033676337","16589357315069736874914532587407415095062486566641491790634736116880438479689","1"],["1647166825757948676236047036955777075245872778272526073010956048986850629874","2634737017644062502606406860664182397486737925448391572589296632875000989471","1"],["2325937548790102262868469237577725545592257695096535958760867630093211114202","1949613092018722652089033123877950375141694278254501021467494404794928437185","1"],["17234369267388532830207761417063402097254439224843088786960491482581066400286","14852297893944735620598535405346931378263669461049970455268642155862417263702","1"],["15155735022597766060446250636613045724919173863770477913665362603401680368946","16283641150070503582802420284201808163911425563277013256411382934885200015529","1"],["15711780202803303864753611185328483844920405019309816689201446020536633735087","18465023144934165779117705024997451351483507774540227315324307262978820902199","1"],["11592499015608660748093990291948039718624878895748790887332617492252814285705","9237169395595559433144308349570444826006840980453732560630605076088785464740","1"],["8860372020627335281728529691340413444364280847696924879297509260016970465401","21860304441938723805266238932265345392559653124757574257168404075719052795599","1"],["16882898856687542581969204415638168666770194231540110145738494126927046096444","16309288669968249189993530786768181814254562907423846919900638609662787908012","1"],["14263337772094525366619113643230189656060282576404818418519066034205216769718","5930975049856576431609229971059318995833462753268779750012203224828439625461","1"],["10041927149979573775098441574259780834567459988880624833026961277591672227773","16849290977183036700065203428799295524072403449462496918551879530933123408676","1"],["1742677160917238192304916009493993673063252903806002209390261857437867035269","7559354502231439190237602430992603882653116381928237740372906601933611079058","1"],["5428434939917133945230806197964467301708097964829084096187087447711624912577","16350686023459597114593717092998044022808951294144022491962055031922934620789","1"],["4993127713901818984024948797329931852835053765748398119737400434674348345465","493629554061950184772621451812937128060099926055792243870847897248875341573","1"],["13851857319545237606996514563884333256410055892967358298712565526442913181304","4875838303336994460031438370411790970996317207961426353749001803448982867585","1"],["8761170131260613922283314454074989312430822246968421503020164669725327868192","269716239753007051034263679028158159621321931316939673843675275744514053935","1"],["7367666348824975442631765998729125979466045804880071456736708134268938277681","11413869832933286144300613758908324292545461090792834954864147833394513495653","1"],["17281372999560496289523990974188010902880190574849801986885387247789683749101","2828068027013102408796048244272066762139234613410172774825166788212376115084","1"],["17884240162316175935354541767073264850613219393895496012569060806613364192445","17629685141933097317666124912748598824317037723999593489547940003443411153974","1"],["16156574129738618128933467440388591403023540867165356827206892919751778744217","17408871681319702310184234432872171589779126581555560251450740096831643399743","1"],["20626715597634545230901225495540797535361887307314868599439533534969808352263","5047863026906724641351151596909479426216597506722866464378586546225924809332","1"],["4761316032065568855614722190178813724291760380896587923124595187788271758617","7620286782231325945217033618953045854759440003844250739963994976224167391340","1"],["16969566700710506575511549335750032997140734658545284995218708305965072343133","4824014338584936026718819802514489371402187827991779269682103508956246741117","1"],["12439124428657484789110778027671471965922167446449917059899076327715924097758","54657693463576267713470375174290745923966512128189456696083275624377419993","1"],["6978421137071717723586547665308279643325631562298694907925787812463041248228","20394812509992868318668338539039822066137228511164481742997535693006313540683","1"],["14178527981570288440186638419431377887170119079695017220979147334177940045544","16205068962255283003999617023270691326687731549578113780187172097636661509247","1"],["8872678282151795035824940211299314949073166129775480517564048384140995888494","16292526402101830514961068505825974091552639769724539957950143431335744164131","1"],["11382818772831504173800220541239077306704313968494403315836744985770061039047","14623738153390105573280877076201039717016295859236229460768163858191470227157","1"],["10043731870673310123975545977648919609153991138442080962610748274877034986228","20843470151404176345073867343380932782718788729790798542760224209693104557548","1"],["6262040880588643286009063945472358026859193203862975826035174599649919574607","4160460306445826680969226117691835776171286413502294584479337347923582809218","1"],["2800951616354914154917103259454933460432636758673000658278693655730239952995","13094012812644993547437175813104478845240572562302521637215479056967999257747","1"],["19520225107792816783437014820426765634362346708104294912542270351606605190138","3010076678616880821657593876709871165789041607566164312499699224367960371147","1"],["16315854689051916374429311543025459826794957040853404311224624051982283040809","1349648876297245818572495924096688158919786525237384558147481104321266309890","1"],["16469336019847618731950516254180877734701240604363146737414251896624831848288","1791275179142801239141255132079161228540414429322704044198173294456817112922","1"],["9042558510269563175215731639203441677804025718361477709403158210293824833103","18705713982310043209491446813159141924403118957273035621568489113510701804411","1"],["18962232505116998767812265832546029800568401163030681043867290208234331971799","13758560481977881451157731993132469412215914820304594675736440308370139807240","1"],["13997998325795944987210808597337803482317086262199093238056537946774478860979","13652337971668079691559595855963428017184052019290780201033597866913212326357","1"],["9299019482895134071017515236270896061608367874559734373490599694555822689969","8172517443889722697688536051947443638127861247094138390673081609286026024014","1"],["13586743876096542478074063315197854661015734793091517190255242708815131744657","14114525230115680714290707178221811794916440668489580359927228159109238447198","1"],["1953430643566506188898410386072231056073391390958149210121231519389982883320","11071901737034578113172670929318369911830853604801925327292694793389006850366","1"],["10547091952386565152291158039019415754304134640836951606778864396529628155312","15230629247863645971422888862512347258263670263460197118738205432212732813258","1"],["19017125512953866590728084192178464482098222147911437360581919859232204301506","631470702761434307546300856972624419716418259838301612785600962584205059868","1"],["19979503940400374780379973220583581280091993589142032801680218727688241894809","18980812457668085208454207227864301123823663917285090269482319183056681891522","1"],["7898867710340170204894874971338265862310701362392245498439698628525304688627","4472659734786535234165150740797766460902197820791243776818807680029370030700","1"],["20158612097079111060222461391170105955625266639353377266925748601668062826735","2193026714381494161267818373676749827719284572829410430223258292801231155208","1"],["3662396352969727321613348570929110932734172702150253205621003092624331741062","18035535387663205145482852949302223025238816242436711261463469327923485502032","1"],["17504541870512295124385405394709616068529746765825025531040092672656941299515","19630402931869434743009883485155325842884910815387971285402088104437757336721","1"],["10537543177933855854331416595600098781746365586956506616009338972014078931762","3015001280779292818841824335264969503098110552173350885545911440395652466952","1"],["2113887327604294819018993917683094206473630241431570249479935100821430793269","18058058026321612094979633880632748339017659515415702259330960132505773051694","1"],["11460455541745130106543416174792533111879219999757883674788114988614888690146","16526281868197569944418838096157679909870179392180973597532710411783569858887","1"],["14422987976442151305031205115539364400318161929970884567299743584450517456988","10929113657037772632701214284762450669505760567165876724007388596815613283489","1"],["20539412010350172582538221914506950966588174458471222947237170652952985554150","11790364497961438915200988065927218977944868431189878351051570108022085002525","1"],["7418461327695738937482781667981588595194695998907572669399242297108467802435","17801969595708111910116550219626919276607809345365694278102979725134495291217","1"],["18092850716304861592051735058136377623111495527192682363078406057281967827718","6423862289980603950736806272121275116970487786732485942792043274573124386181","1"],["15208014723708416677985765164901184001192830242011935053017515459767261726326","8053705748392969860024120730071479115502154175490361200696121007248976334383","1"],["19186478115955399528395427901300251183279630618010270543273055590017657318020","19046622628355547897342537194701155068658586125392472130940820126461227606484","1"],["19697706725852714273199589983020285652621127011310496108492923145107314837845","9414392216253054771811972801878900989921656405265952335685762761659202347148","1"],["12998994918995577853323913678740703874712301208304695047557087932490975195219","16626126390846975537776182805208924113266430003770416808655797250000060839414","1"],["2136197999251968048118966117749647618618269675438393246965931717386558739673","15331430054234530991909889607972417790636815201547923435451374595760965689729","1"],["15117775100987986503030987171474214480538194485408068087501895108983491575603","5668350219829880060764888566633423105723618883059652667734268403126164279241","1"],["2477242957016943516480799135327586198139117638060939776335924530506268677199","8283260331466450058092698339458033521662590393947990028683905361342931370851","1"],["9200924027462942716956291690005278157496515903055258059061566048311468806496","124380915144894326468154943543858441142646493288418083413888326500252304746","1"],["360866775261321609520269568156797571636050989510130174318605644567848079163","1995732418918489079186109137868479496586855426873100363517569958982876125673","1"],["21125174838837269884620188037766411915195928984623855288722882056268266267646","17565467846496422890557128804073514289320527990667703321764706860506619090100","1"],["10031260582801102109313770505541994214520394628424872228180656101553050668868","5933497928782883483060302887242430481491404811022242965163718896077658374050","1"],["2434365247704401574499214643902210609255647528203312160276340431818872176861","6408157330259224831616250062767804467809387636763065414153887691263008307127","1"],["6466836857315828945435190178591777545602405684010631027492172460669232564920","15891701906272235487292546303945626619520694703497118775945231359288606281021","1"],["17101875543221864695532042786859129450833669013630468909676375521006116878213","9254656416041429767362207807301441311559525037653943222096802843880336502355","1"],["6493487027832842425215838506551601930706921306595059140975731733540327400033","13628919465208440539683059453279448463784388346648232970847924446734040493011","1"],["17173857526025952900311618804739175265001230955340668468733017202044553344803","17690500992134603171396586135236976428222944076163551621628936436129433509827","1"],["19547275811458691419956702497620576010260277852368838617486145634389647445087","12164679867742394968146216075640401732952817595498428381532614933046198717937","1"],["8943821490029857969185312929184890377481272113322737503216046618982546039258","1276895888602968798678338666588382244475019697586948130370161958833249317175","1"],["2602139407386676974191840875875368867442438322757227732025217212236304520526","15317928575349115615079977785615151945176118529516349401471839174600596711864","1"],["9484986511676893522590628245651601115919021330736157898357282077243657197895","8047619760829014025322567436254779625762249207310346902277299581481525465339","1"],["12048801987999560625337971696012072395247606479703908919558293458870494874559","1857582850260125322373458562065046232419339917524250735569817575244868546051","1"],["8985604842003511735377746002687372691252562602287772715880139950838868327741","20887401367704010611212334825408014452740260608561675911206934881843257681689","1"],["12475945235323599794731967342625141918004129885181490721623703686252843970851","13505128284531017430107039832762571278361907936041259239736810508073361717273","1"],["12508451742883728088807825751472273645485877283246334158992883992839645988499","7017032264661618627279894988375525711080425532733332711382186274062688447957","1"],["7546973551505265266411733472315703053226646843940317994225221546581348327027","6548216975175556019716134911810391732939528124835913687137758980818923073504","1"],["10286711850980375585628711609640869591641502618192783463134067161255900871421","13848932366639599849940272897168226465480865801148880337859531748852524285680","1"],["5740443894822466781149776514625227890131569517462935226321887791217797876231","3289428372713820380525216518459277116603525286431374879939304707631929587273","1"],["15662724804693678633196488441225084540258381509100498602206781354509980905940","8887447997958349488273039467182758613978552471746468148726180111744601202536","1"],["19493484009461118341263106988218720671372583695967928422522091603121635617946","9444353039365181923824115810035247828870413842346561120591626045795814352905","1"],["14465655840065711499727794512783969500589690564933478456636739792941524936806","10307426583622346918653783987592124585420824005797737312510479177406634897632","1"],["19531268439617393563592105171085280930906596711756301072594677604260032866771","18800673666632980832035149023570670451676236101376646077130160162086744561042","1"],["11165401278930727725413663221070638716684827028532189101413741863262313599980","20957741456295161049089940764582102213514041313802475445050408899769482141202","1"],["173402207111851566026220467407474367142704209956086757758777655316214404246","16661920778814951213839039585840148623156042716187729503009446211439898710236","1"],["12571213377133568582446065754605150519457276686737829535277777795741610162250","10660596223989998407748808707912786076113223045431010833848263663958117725695","1"],["659673808177070509104437735284281233986704711390209486209466029642523915726","3291898870979851080884668049400620574675194010232485641083000753032815795894","1"],["15494633747645730866135154189125807879771936874313857198668898162251206182945","20113487352456328909763149365437007085474601051645533212629932575164727189838","1"],["18789924175210132773873048519335507890153599168910789726766297484639771358921","18933500067079133017924006046037620986727531291719922682911194367791756294900","1"],["16912614069545568385579313936420871728282712991757655851269326644004263259511","13286283036514755855336381836627394151404538260145899386483534115315106723385","1"],["19843514962929540915263416601229398646594514560219265778386552150933313424862","20222923307840610046880590938167946417824231681752823485843265864859520520443","1"],["2299981985114593403481485293670776915323415943349712281350821380472885684834","12944989603967274985297340625438982950338124539064921343914057879044428466576","1"],["4969472930756111035645297682340679402256690475160923421156958121365729513871","7625235325623416536826847503869026038041878005083990820374946454440943958256","1"],["8061434380939581051824957725522094135238230194635545381905641759083696163887","14391650896881968399002877155983420144827048961798608105859910024037644308137","1"],["8092790025516179608094279328555388805607253569980441351451603150465168202932","1550379177598187944789183913055515146136006882809470024815001258684367314378","1"],["13061670634300476447397903396111323443625870182164261575120007963511022559944","6957825464362674102011229506606035917634202848880861236953109133517725221991","1"],["15828946497578345247623803507057293459263637081856878542939555797220599266119","9795948024828204323340928946538580060585942492934774470541561822512597904986","1"],["18551261069073983803197316604107605428706274079813103093670824554488038167314","19191444721679029914230510039541547994261253352183711647893245032618690621919","1"],["15864887482385140833584784411841449430844505950482089835049847835952123575331","11054539371164759205773578543756419975077261703577783090669900378372435277102","1"],["17956265710979640467811365435520821027274865265476588532944929719400766803548","14328964189410493506513375488794575967657136635970761336539978246421637624146","1"],["2529518326033414621575547297707789007684298797794878216290517051392738934502","21761676339607357489164377644587391462263760187016360463343542940622315281329","1"],["11612490095449703576828330275162780204250381959174289297162432498370118176691","15061749239281681936308898679432017714615365006749959562840512368100761160853","1"],["19933810580385580054253119354033047022726165961107921160056159893859501111958","11926064394807999339646702045265992030220936372038610600378827106231632432825","1"],["11829846548756608933245880929229878013431522266372963796897706770038814480113","886690396313932587653339601218753498483924262819476245293260468257366728243","1"],["4138242794341734594049959457204307801589353198347860436454314205342753732219","5503701791386552448295650636483585849866437551862512969776238102493473940289","1"],["5831336117947531386102402343727444805944173023880321457062564825483140635086","15144916467787747246665051574497606337093303790421933755422004629791559052503","1"],["4186936091854031927675499063983631140773408411009125356676698627018637034849","3598316359965186649655093224772687759730716495609258634343237113589366426881","1"],["15010230027210180227957476045940660299562262993934991838229473150910269611212","14534410480554516121725707167050237617152778536789486032790783014605339391871","1"],["7770670269561251637416159189662759483743101342174390075797357039799572443611","7649502200386093074628809805709524338147641096648711345413176293281653980635","1"],["19059370111407498376114579600012970822612334156062018581133032297240858408914","769677877518980900734910505172808473684749046477262559628691639213923217527","1"],["17164291837269291794998403265760380908176016218691099649597574391333094028095","3520185865734355955833825367495012218899935785665294505170275037213866915961","1"],["17702144916028349503739382057519304615211672904557287029924602599778488121303","7765707070666095574351970117986727272355544139448457674070676943627182475598","1"],["12992145932204817374034896341701752928894251167244821025855076732220655396597","15331721383658117910122393592520574504078070440926101017266656704039442441808","1"],["17949499614624564244885791707327865904154345296309401077544189109508652482383","9941698468194763556611847845761374487021834002356884251403771026229531410772","1"],["15211136321900137938112953130972060869440929109161099750335080370943173355676","8443677280663298301614887980660320467458325318524027644346065930492093120617","1"],["5305962568354710386153241315432849929494208258842090926999713529199224307644","14255813810157051899879046676226086613096281149536643087141620977864103025129","1"],["1860550125181867014128371991977562401296270401167933927045447891806787153592","16332136966163216770989393615502998238418050990090025656593329290762023347473","1"],["17258387527940313486495161583107100499470369635120960090384803905564744181635","2246865518469165993644016671818610108526677504970426537366850295486107083328","1"],["459715333738412936286616234877158152815666066914091676537356057168806711459","19936640148601985426888474951672469441358607842373082688235394773291423249192","1"],["7078573266508329120771326147121865031125370795931350235618513359663558368862","14759923628741326959025152065716192669880523866311993433879037916425649570655","1"],["4708101839379489829494435771600212443254877002158186618381995906119965797346","5647390875728537355238951073239804364112620363362207603373672808762168069661","1"],["3346052398635821472938398201061381011300500033961662887013888100908002723294","20566845065803597566109784483177046295933777164117891825883705201045608536419","1"],["657913137281377373093065442387420098411305240463492713632082781711281263543","6458395864002865465492712252721522843130509049802691935883808091235175217178","1"],["10008491339567952056369280603222786573655423674677387344005342906504890001495","3686923484439719832618920280357834358818080672176140092848807163950384058158","1"],["1877653773403153049998215190676340832914328821268553792148786220678754806029","10682030691943935001061703330069336807080216085252000271273362428520610307271","1"],["18885973156892016040257096462480849386921299443334209886859138837532200078405","6919371768200643937334240087968723299071575863575548501544513376851914249905","1"],["2535476568777905993856561810022271350384577790896731469296956775151278268353","20157839517451196054829227881665656720926277324528002136006702725411767609239","1"],["1115455167367440770828594290527854884315542301759969965014965725101840225221","6981611488758618070184441514098167025950319088607459146307879985597483900582","1"],["10302759485309493402036478380715570272239212564400342317580321643781176823035","21406454314268214060723942011646955815401836486562839590925204658882047912217","1"],["23257217933397892082920496053799563344795896385758885511460520177709445397","641172666529358165963273128089158053188514616308544895322111548487866516315","1"],["1294082765494769036063268102188808623361471991908113128794716661273891998134","19480188939677180879160815174571843096106894165870073038599739924886883683573","1"],["8735703910990404762606360333712903049023961455891545754691809146666051850764","14646561065744990575753239296664224982498456154599674491615345169752408367933","1"],["5582206808275534590350028955655670042117334129299505955905228647269012455983","577683180069928284444097514767483396098658579444508514384592564942819540491","1"],["18742755310556555412493599954420150300992639427661089603971649736605318313411","7968742002438047885708565684328829519194071287386619695224320299075025919077","1"],["5592371133679417802393575811421411122452309735264265390889672922421002401549","4096674203399851766695040455885835111067741246575261742249118759046225531346","1"],["11679793790860426204028527248004762351798440575664590157039527942394459298492","12761172933400319245661464212730056487788304929197635649944452882950316527600","1"],["17970919773806375369188533637613390646129305769528891766839350936419596484832","14591769045214973344331619193007496883030896045737919248189057297170989869440","1"],["7134315084386362080762490825984369540411666893761107682397130533956232629797","7342807399236371478531833819346147002130170392454854916423834880675695975418","1"],["8745601104766864995821436849810133494320996586048571734693616776349944880","12265873220964751491745022377738419029498013127833039217968623478604334372792","1"],["21348385434442860964366596211691295497396967931678232462534346722895129614251","12377085143275546185979399034741574764073979088897970029264013919048182818347","1"],["11171941502148263531587854067225985857283497231175708021999234910232450160123","18989952600716145566019557399181199501000944804116717415240771121122956686263","1"],["20115510508572618492499389872995173818911765100662227074537479854432040330813","6905252280789887465099916436663606713347469125550988756276731993305119945745","1"],["9554187221231692846917639994673790216539583379759442869736546675129305744813","10561582488523938140433970541903851993734695798230804197389582691289207983997","1"],["4504170160480107178889821376664538219101561947071105513557273115115449692417","7210748220172866310907831072827169818702719296026067960541482947251909120987","1"],["13739351798318429847414862391307843203087917391845095487927757984560193972009","7973317503434498940217336019924524074705203092254027657847158716137197633603","1"],["7282948942929159326897062164751374359181746707546469261747515566602910098873","14770166147948833315044248270973298766562652874154515321642798842156462148319","1"],["16863844581640031041617903603225635433411697113380093154772618528014598132090","18747428516966916938961091944391618187793058751052635666886528649719585006375","1"],["11989593762799043933118522344436531304559340966763940140640706530137062192958","2626534723172572782336073725678519406871624799735404623275503599904930391255","1"],["9133573643799370865722640740892432365984943194056720344448379848747425871978","17812479581722093287386037457906866089984603710495327512709058239879751301011","1"],["14867397697230722180605672912705630951159755031620685637020867793867853069951","18266030419169199494408995261962443436057969451258733750527825701417748075791","1"],["13114858854254956534574246521001875032163345918727607422504731493414135916874","11854153048792358458642388181580346737076815360632877434669229374958788526051","1"],["20296407526440816192737167314127054384479757850929253586138150059120172737541","2212857955948136704979871155643151621923552027495300744453696845041911584887","1"],["4001105705163774652865965303934630100563685772984817815613110630386239627331","17038620090598240549293721975694123706795713768783168052518001899830894977143","1"],["4865231914447368544221870633735605552136867861738988728135288520372523519358","4363812440652259962607461605302959656952260021467203618356243342428357782306","1"],["3587686920537332464044934315883049621851867925222058320936181365686404605721","7077404106015328064735744185922020470630830483499407236069531602838118917045","1"],["421755243153869775611196625465705022246221819177110283577408570744448626556","7479487480179970256950629439636821054775997793492283739768485798878754450666","1"],["2627042620200458532730408916546172046550234009064775465757373807755578671163","16308471205570572193612004385734510595195772736260378367512878110680373561674","1"],["12131534504283890271473411542569681251170103114317300892062971279858214045382","8974713388349344912518257547733072435812859024812011545232585984812498386565","1"],["10323384701119669268368962977470371182012813965381508794266836483088268550738","8054196670227840767966555329648735768968235810096891090796248487852067286974","1"],["18305073590915445728212389241591090623729247417410260520852488042189521261487","1025767286073246934944011185182464326042513221078902463068436024970918646179","1"],["12589267587729875310794625286349894575366821984834066722437498791270008159244","16060986660747264667465486452050777796888243435825648597816897446849584534428","1"],["8272596151778133050761682326155063518668767420917613951374921579449239760441","8215819602197224922885630608400601853701672343097798168596062235381925623388","1"],["4690714627454919065319510110473432393676076839017410458324269565067160839246","3333338117151339752786376117565295937199339418220662469401076344749631154210","1"],["2942813644210125705568525643787524870216567739310662024066793365849121573608","7984105768613353537563558679398597361100017732171222616832120325600496327717","1"],["5696761199960762347301081254661429141948198746600840417045657784815260563675","3757105021723999799378247284066659950540732494506827902564732885709457446941","1"],["18095544342418371753850633096224950709747093918902909171285349832556308691516","9556180756551585377519421067852087837765184088893639789729364134975457708871","1"],["16064073828383703445894710598834430291932717040303564689497670952997471653481","21712189416380525809786081056724808748626279602558447634601743591710405281543","1"],["1977597208459748894826599560170380653073552026318725044917133584260389208757","4353141455194591540315330739750979101481968902877425815820752128380287543567","1"],["8799691810406108187322756487687177595765857361454408646994158593816083133970","689712134514832527217272030850304152250443439171453023173329663354904564520","1"],["16031742858371789678880121504205258121549040465064304022614799478055426367312","8215664453398864028551602782076741624157242706594180292657960612250023315618","1"],["13820692770883696554603179391585801779886972944406331425557234638469254266382","5289307834123287503657499197456957974935495303889984159946077320538087156976","1"],["441216286036650947662383752841187425323848849679260540631947214477782259004","17460617559521957034270136338823788953173537814650101567087087799506871312249","1"],["11911894011446599722252287016792680639613025277763290924781333952938794546258","9490026395897302386925180786729375089285353454491074897653499032525604091340","1"],["10460436146479268095288205665045510515550777179592139330860210068160784496515","6700093229145286912957307219479569348158790245693934873476512139727785579241","1"],["722171142329593325160965707425333851594598470937010752140728851059675352321","1892794747639393391968489016233264785417802483871556760371406571104499361063","1"],["10181191951190329510489417698459409846246692458564697850514805881638036579828","15985053600742884998652005904402003129588510768627083375676094310631802970525","1"],["21839257602623453225738377139430752863520090281065391619626846657290544788337","12075545159529860617350004205369291330276385550326943768539799675924071961484","1"],["5424064471416434761820068593868368010722452742736960228211770063257339748392","2777392610726791486355650694755253282751604095420220009211135075198127722570","1"],["9964530020186093871681261637863026021464085771178367729179758051235861347004","8708622606916543265246791670741520240954109792787707425058391579665837121949","1"],["8961536589225873751932051049364213865743215785201647937789175771791542559094","18913692309037235785877524827511421094735854189909157878906503255188967715523","1"],["15954521406495740721959527693380554346457603242412799553286445275139776862572","13667377213768564671697140107637083885723587655426312013380184489891018866250","1"],["6030279206057600131009133632244030004643822576032915508112815685088793143350","21293378355144121013338829373627101778012471972395557738212720169202505010569","1"],["3164981882246809060713915771325129317097856606749568383895642408670740519727","12975305021620373409759404713505031971327687591894705584240207595798956508047","1"],["8135640949252905643040657861338220212695543215808433162940328232056672150036","9115826001350126501462107897508092274095501006425438011697464615324888515717","1"],["20167100133549919507799239236817613216812635241823917651705488396241683448491","151484196465483593166846521631981432007850673764535559960446912432469631728","1"],["4217869987311267736746271254808479885748294687402988542132154866439460886911","4255478481938675009267102689378216005622587309218595041109035156644511356570","1"],["7016239045428289431291885734630104305014987567387794645145265916642021338892","21700127004776290485077929650826989225652989478187792915949268234781243326726","1"],["5231367035486273122200645916993394775280415992383948364662374080952344590013","11026784220718643179375122628641728943358866653780163016438774002110638898337","1"],["15580983218787748648874932678074542263992205996607605561998960750002138933667","13479835550000897370674098882312563102320749107335341773039183556437119858075","1"],["7185423536060232996712403302688885368335573293200780862513197796622364101758","4955004273769383283063225761971170598742464348928337971470948482312878712748","1"],["18766948099708129694173849509041939986198812269751175101265922357278141532208","18657410679171100940249287068652387617072031379993952710358681024686770785687","1"],["1254124223820469503459363886492990643107309756120217908917610113055305497386","6572319162799445701227148173061956911034097723241761605430938018239069584879","1"],["18323806652892895675580571049605820522473642987945990924566124427037204880793","3234198315436561858078734452581004737500943972278093604327131919767724831446","1"],["10877758397361629144936145079715666946255590669849026729706270062306348867166","21073097008860491967770080231253129756141421901147218202666032426924746843369","1"],["10153540713460900138438698305622390000192791456323390268821067380981723557047","14265881150419802649958398636849716546983591635975229608696115443490794741091","1"],["10258642410438987433847722779489004445131667818274145857888060557707359077927","6502119215574686357825619324708734820583269582914510310209690548540103078389","1"],["18738961523476397436876973172215201042927378030805251175510186177275445224385","10770026860737891582935635761249217255811750501429150353099931562512426529590","1"],["19761233140310950370951258849578336689709187428137187194936893790592066191282","10122613143273929135841326329318388956428924820474650324921128875602049889351","1"],["8253259441330607793310174252398255192909458398511505634848301772893924127168","9801075464941918792845250413756555068397970916043673772193263504629974814102","1"],["4442426007323761813546431699217994647435382363229121579864070827875559044492","19381837228583649149502444663942484070324007955404842325954054853652395086525","1"],["16355433663855259312126808833552377621244248139830063737316728085281443591459","13570835176013855554134779074878346754806128486558088882042014081763804813829","1"],["17331849380183790550958482824305854520725336655670755024317617609568560825337","9783583948834207592457317582537987831472497808058939675193708757474319480176","1"],["1504881694582628467111210122835232788732617587585533525203744761887712865455","5342001072027173212112267890902895847186115156719809140249102883152869345523","1"],["12184236999463010410148557331054675285076973593221304883452410272683630010684","17140871123731463501615953838896318257769485059839386889419822930924409737858","1"],["17760612629332841344041866515608716460416436059164537857157828442919545557149","19405222298895029882677953268885627996403467687151252532862953626545730636552","1"],["16613476575072749929736476190191736994756830458472104427072080434450774389589","15636856913708547079880649608973563785400651389487814345411661922039605378207","1"],["14281407275606572432845653479079433797406894683452218380422603391011883876370","15548618975498689876214868365715846432639171942403507821581332257823713586727","1"],["5594576336435198125825576198995210170469918411664708181296372694258741909548","170756142003660156829102034499981236350214183919751028346165168609144628527","1"],["409094978145684267849063035413238731964933676008423196112487618973342736373","15330954398756693414805934842826357626737470927467001957973762194532362267192","1"],["17913561105175708404558823046972445376915664584395674249167239441624602488346","12862066437332543430889700917029345214073833447081483949260376852349042083849","1"],["9488071243356111537264252768732654624137357223275663666565102574682767123910","13120709152085857172636355689317025617102702554970880888880203841795512768019","1"],["16051439217239930277624418808373865578730599046528334699040068960327083008880","938537257747671731197276266561364789435587068869994393772530116616473062272","1"],["17402656002161503836626523944832951099397297020323635819804564250637188400234","3326774792292105319501048227504214953337663661549300856638305793310106894729","1"],["2391870927361886337839506440131221697126723730160438499661901631060069524423","7391523477650326925996433684910457174788853366220185345078522012070009735367","1"],["18421924111984764309096466619394467072023124495925129345064024149058746574147","4425478711712011606961364159680536185630586844395911647032352008910045843844","1"],["11138449470368195349332907266371533285021942388309496958839507257622608086022","5287651021090746289355772708973529386142197457384073031625501409956489880745","1"],["2105631504330465392430408818341403781150215871077785078113442954033527427342","15097861533859232054368993588086012084393908287039006485781784577130037766420","1"],["16478445041873776309263403279889914723068016258363660482960953015281817056545","9897817350002087562077235232658944557873767673302920810183552704162011097180","1"],["5751692054945474942696981428933299803893494128054828015932368228211332951255","4594079401924113228518930141073345924483682562623180282359071707000494470289","1"],["11625552140625065774010321714224912953152659524177279256554195513548910949991","5757832523613448973303047360563990101328313848375776182854906324869047694238","1"],["5833288701473793402868625228446040211134692373744856902195955772581367756493","7988698405518719051291320072713113717899784235230042083115786173119927460039","1"],["9226107465339955082690152938394734643005327861697288805366468757109887272752","4144276544489806592599758422077036986664325974303341782986707771504670478624","1"],["6822045450270572913746767464154337885418148619371519515979484225013550784563","17253546103878712358293955467473494492965727242895457392130521265891926476137","1"],["549762933289140011422325697931977571682708981626909785925260816472905789105","17873400542872773852428415033578436106237332027847587551068134896786931101118","1"],["6177774286796455976284551083252222125040097520137907439262190611880046009803","1941612915937463372368636692907470054038574968452671379778663851811687770277","1"],["7805193366320546810518269224505796551715172886825521730731635759719925137699","4817278102306897627175798535130891964823945714837039522551361803455567132145","1"],["1671550897644758398376247895567701095246130833386878348265538150592438998608","19553930382967304843604170152576453405940706903698118959200611462175491694216","1"],["6755105710177263578548464927967748850043817846873697066601429948628866366736","21435621796903361815328351542442992461925396274201462258199471683689568090954","1"],["11337744174264322514041930777204990426496739920594955267147852542868126676581","10605996818954319773706470955389278253291486804108729240162555259525136570677","1"],["17127619846556574787513611146849631968781520801989521290095058607004950186219","9947267588847098975456960115480600132871575724096194825447235244882389686576","1"],["19618049447502907591970059985159929642580872679581159962696490236229414006628","8071271569865044882161946712325030767824616266672479112167472991585115015877","1"],["16009778917295389032471461428157042830584260479179862442326113380384216627533","21398497141625886564757829746683102824994178422675026369647191698569541673359","1"],["12055920376155765204772553422191997532897747869769982220918420396418462734864","12318848740664725505132090210745120614683666049581666483760090448278290263668","1"],["17216295849193541109512155363696812540165004228100219541466431878684663741028","2323255989222608061487550170277661786994709264694401177541858752845450390940","1"],["5427031657566548848594366932722843956736959998490105557867325046739759489398","2483484278484092031459882939079446362798637301311905205813360326925976465738","1"],["17282348002302324509059580536409202949864013277992799275243503596199411992954","21701105327229178321421562563636254840714161001584758156446890797486975573359","1"],["19949072787379099050272010897788735658579326974178886051786516645385486187497","11967162417987345618267311137823208932301261259721769828901421203119844626228","1"],["2940844320350644977892374937833435889679027327234171464065846346991717265889","19544677866922427514766264852646194778703424112610441846153336620596595710104","1"],["1787368155379739661158236811674459831970188993700149430291848434880234355522","5253186511822969567085637585342010627428397551056147842201585553212291857147","1"],["15683953236496164764653334137956485361259252281933112876481451233824356359162","17973771049730609090920720376399499710004082199773266977389070103425335922032","1"],["16689477363859554566377320290183925962125008742701588193395145440619185700878","17941413945556724278532684989090653567439306917398439926472558733846526984033","1"],["7070129403827529577917850733459787189320124469129633627221951930976790249270","1528395534936166669708302186612973177370646385854695415783594147659571737046","1"],["355184145566938146426727632519330192350360109893974880266541854925082888571","13690542653883186347543404204714757111659644787475730994021181946294468837814","1"],["8527485383341570680211489975312537777117112598427408473092077887651935141299","18059617370968653112394205631682616927781765500357284052689801157498078868712","1"],["5695771443875357017930273137495717257186713815028429214344022582873963436635","17423748901097196907316454355763985009997216847516219362218586391806574957203","1"],["20350341898093535941747702659523645684246325979397125518818941235143954341364","8833258606551423266689005997148958628691329433346451548633223976556700439936","1"],["325456290248160752816585869966294136874403275844278618739104741223322840475","15969633306163893622954792887174021353119133573854798631136301637650088740753","1"],["13292394517202541254809484007752073596066528246942470688870243828741136854419","21629639997861242834870197165883639836216055459139928927884601393018291985573","1"],["6668576393623963123792608534167180507827907794279240700873489398005927719213","7407098902106843057783784680329290832266218682610027636868397982616914833976","1"],["17043210229592698396525880621620315609920976999288983417059998057897736037340","5562769003073495049822497604601611192580301153576620840383634622834906698696","1"],["13018348106148478368776205366878199623234213026827414718293877297309292921295","15143780273110340203758911299391046900921849028874332765888097435279568172910","1"],["12794129841982522387281934053351910445845057243930150025927999170277706508242","16345666253471133098615914632574218446262679718740608825508240411700507272517","1"],["3482770749979236919140292171898251987145438069647034093060045969456458948191","20577456721099768350765293138412105425862404994390632245229804856320957845848","1"],["19800199667958288901539597352956064903411891033860225082808448202981212863672","1187954242968756084308151072813403384120020141847788848140423239678277447043","1"],["11875725319143454008854701541815011225995002943164047809248955817261415558602","20247737982578473354714705852526931479517623146903084255248026107397220116357","1"],["11591034425040314343593384152478110018341140532167790113417797085718805054208","4605631432454776081127622303394537022482372712864828240826625362730889196378","1"],["3543955317478473884679468335902462519187363913948298378141665961308161516966","4392139239968702635529945028459458072431496399374173397342408300138797709453","1"],["12886276074095767327081044951831135296650004861689295375621940089735141705438","15730152561361844833095069336996933717022618624812221592743115695915080089415","1"],["700468863741157004378615749333085498360844988640307554946707531004623879914","801907497421890301371419125758348731245768136898366172359671718086653669034","1"],["11307161724151824558948054192387921239149677460377163300811608289919707163993","18310857259551718631751028794891300274517326317734296096029468423149489872256","1"],["14741542846747546494495654512232209859082075292115661170537863286363969407520","4515962987244097086027316349374153854529844216993497849570565921127187385581","1"],["21096936664625272941556732724962951948699911887997863518480775668054270030163","4561720998703956213566015296284896816149358150135827820099319184704785207642","1"],["5719321890414296769342985154154334363478838489821571488472775510880304731595","1177537290352613399583243001196215565507496727044841839007278002302275550910","1"],["14096527626218241880388177266927988268638619666782462800480485639594745789360","12514593977274713053849936254619561410841981250221619506703763971989417894922","1"],["11476254345258682793483700151066943082892539111587127747920272039545252215596","17101687442604267360585795834884535135527277304120316691637613439929246876859","1"],["5951809453819476570483927937173806629035200168272470186392057977704847627993","3042400186037874648010169348393419627334769798277546635923630566397056834164","1"],["10964320742438586756018069567391150739356858148158303603236843300512771806248","20053863146628779851576853863959476441963700166978997077210404167715662023093","1"],["17007780128378818128828085762383962827296775759473718463459177203708772628872","6824207386175098810673752790606671556279096362300215517766701410393128840322","1"],["14823356470883848585439143897550037337401975418920471585921328905818614114967","13900829367837012720671517135702879909162590097897033453545235546814587656408","1"],["756239059342056592865282010568874995021484274765424487934180393740832438421","9418845479641461496827651286346603890370045806631989188809580790812822992629","1"],["7329873592307732978396519808443443874484885055074784653380845879126749903233","21831752805544564408592377768907670319957203993492495885954502681186877597817","1"],["4800399907740104654210040574149289616598420732857654727374735098646350534270","5746547902098071410638604397955884620754410580717110367814125118419076019305","1"],["702223560104630891564902811542269976998664605790168174017108127152259239924","12621893066567432961127397379368403309140749880437265925985410124806895403536","1"],["11285378213376392781212219208333199262550248880938469613912369496726065178137","14422868669386881409801276262588716845253442171970539707775662598226532563779","1"],["4664974466084858396262017920367972651092463359836982009280536625584345449284","17396451876242289869286145021065805278418551446496560612626905146969615953698","1"],["15613633843721418658800495499692514088092958125826504666304589190046905308874","20207615096109572934062024629780856785702526167769230619896492321500181274241","1"],["5957359070899619298279226805404251742118598512837586272876115635552914921362","11886868316442969236925471468083659461741771247042004053583604474518133969606","1"],["19525423584913540764061205102578592589324351838606536376800973659198891247608","7262413554482660737618205246135267428616272431243283175166784977808434580746","1"],["14908821419948560198977219348682052185975943636892097537617204914601805854538","21304232693852921553123989875007587369862304924386945514444479265748768990106","1"],["6585268076189843858862121095148378928093486488599822340345315984796631774197","18555589662971055188643283092245252970447614114782429571968589776363725111328","1"],["11556993718858931137246746820551782789407017621880363909696679271732370642503","9449953541738017855214122486462798912842972419586264219909838159252309157505","1"],["15040765392055096534943575615080752185187090154299122070435728694668974571922","11565947601379869912224248865195323706952594138006352488260690837370163214053","1"],["10082045663488636366376550494128645187118836494189088746154145262820765358609","450394293016802024541251262231703863308857383727291799281619029731806929073","1"],["18984873260120158733855980663568801144762558365621142346725762999950572473146","1943808474019987020130110011312952557746630224247351746396399612533815924645","1"],["13408071024245117841999576819345467324416059583344819281586329092876960005922","5418717792789150569316366995270216643190481588722459547820707766503726572739","1"],["6900148021518343999524439394904342186130770268594357338553015725440139411335","68499954957335991913993417634574385757179281707831089214735680752879915560","1"],["14274715352802065589144772017542440902780008888235209175765887261227873634631","2561425173243956125795845886324608294350510160933371643081080107131173462141","1"],["631928098854540215868497301669567576916221683108607213074388846135817730512","13310400941829447081068626229242160342040035298796505875325042095805988513178","1"],["9818575878567397824268921842578931758610679555650661243563042470970684932066","14597958488226276301679350193346244747052472106178357455999780674476101959754","1"],["15355018811402289098876046126299360886823483316129913310227729060428708526410","19312228023766246981950911772640409211269059934739992303167424392736102301259","1"],["7204527095249091830038555231956840663610770116896368807879794015583831384053","20620533211407075409289938925602630749381985349804556696228027252683419073822","1"],["21417323348949851277264705671655819865253038374343390669315878397442204936208","17473349697916009336197367179740260673346422222506583375676240702272655134780","1"],["14541465417275180714453476832297877586924726369137160232690861522422004048197","16736702021834103836220153996909078971613114208214817032474637157223542806305","1"],["16034389844023459522626601426693707590421567021613180328175574225926453310932","14590930754318476895319335675435729570029382456463886547470823448141120789035","1"],["1721568037390994226828016280863227187222838755485938555519694799313291549036","10595287081976789547828356880689197722221734691182298843168412558673280275445","1"],["13466247204721558221961963316918061287220959025742522499517954547415664491927","10033712614089661019123370023358177380096492448392790765422799014897659517088","1"],["20835549085042765182519925089556284983141014464616606835787606787244350186331","3063613138001172481882450627676586969873936344888558594705199436640348579473","1"],["10244946148321664141524391746254391106427342622406966600949235485804747488598","5537136167804210601908518111589333972295097219815349256737523071638310708749","1"],["21090851338638665068661756901202664495677934109946229505210809082570041619608","10835934156626658545289456267240231532207500330077978296274053511689794725980","1"],["20362884872410107716525601732341118939895955191471593952796088581748623632100","20414656489916079214787308617610157384687866012304703888724781377544184850907","1"],["12692144453782629725334282502675007581585315774775841913547052208421926694483","19753319795950349030733662620196366762141457352096680003138153101683394121177","1"],["8785853550586609183388962500644427506083103355703308252016392206599560120285","6054328328033662946448296348971826624852944840585647016307271284607177847469","1"],["12921911334946688629092048912421661682114242199964312209082048842391358911961","9362195256516896656254491819182558086089652364798777222579244369916933288029","1"],["11228071060791705331994503423353532704807020589364890316288241836393646211725","18393208062290850235860737014039385040658141738941110521140902711816067766385","1"],["20664378041201625528597229016003084185582878504961481968052405093905076609571","9741543448909077843345127651455539960456888923230507876805558858296188861441","1"],["412223960733992922758550333598554905224890065797840696478781788098232423997","8697853395990891931639058436641309581250310187700084195280344835524170236625","1"],["17326177205492247791006862755895216540577008458718007883330284351595067995572","7434156657122658406696178337180903608240053920990057114683260196403523147942","1"],["1585606279099562703187821708897017632291540976245273881451443151421187584897","12113346081995375229262133543743580246777796638836107559388704745769260805145","1"],["2808591187631562391173852446835428341718251730183573001835680793430991317564","21165436810896630726132462820312442625663574599317431883558496683820522515670","1"],["16873455696702077469841308147079564272028725293419168154515283275205100234176","18401883613358530238709139481471509260773357511344987350681284800668907177871","1"],["13367400309703864436843951189119546217398447973174350395635288695045091373341","20959886769445381844039793593498649569570185271681982165989916968538166010230","1"],["5214656967734158199037709412575995269730092807731210664899683206991609754152","3426103270274255430677730752290240168430214313950641647519403627998413956410","1"],["8271811621341739944515587897239765722341951282238561415370357616819375956998","3132197310146004989826070979289225916266029342649037815524778616801650053186","1"],["9797796702307013149850261462427668141487888275885698329096878375656961509578","12819368967694819079701217545640862601572408425453646485803769864020081828794","1"],["13652306660893598383652501830922157285059405963914616265692900645981578480313","2436083978030456639560914109442935299443514767682832441105081886269028303690","1"],["20665010717062740504348678308879455336136712335317113188337814642126574968927","4964908520800157528575877701234368869180719246579843454836163174793701196360","1"],["3675006346526611956260276115952111177826415628329763987609411348259694772256","484274441084038945554029873199189723833659610917931188138010867575069836338","1"],["8960373703191514110121866881105534998941609856406379501703603945452111753887","11906775504806439832696715373694004210967680504026617080030036813363882169843","1"],["13212624211630990321710461242310174251397371348065058950920302506118297046276","17314584068929388172318376551591501635937488301584369971487261584564867262586","1"],["12470286229523821042532496261823959787994692070624445123418135019244372489379","21281883204121934606563025428181216580413779783994725562926755516163909228371","1"],["10293894179259855623773507727749121653486837585407127984729479678970110251963","3498613970444133703204304225678822229086111577613336168684100722669478508502","1"],["18359690306486329469279200243363653563236316453068778128611671440429880464720","11282216682206110369294274356114644930482439756065974326232934194069742815624","1"],["19200659208755932739226653247832852848316385595029889037049252962493776441090","15064837147380538424726493622866127583257830911822860994664138423396935684174","1"],["15469111190940823585902653066941518080858162800000108782521514524900484180288","5855700963627250797785762951386895850877121099536118684342241896030459787909","1"],["21576041944594597794243278906283397892075989824223509191802004231382712342863","2759672919427521395652797981606130400811281880917733993754833591254354350045","1"],["4863547062381574863210422071554831529435099322655997707145379755485659830007","21137107258271146823295287067920824313800471663846647786010902472338545969358","1"],["4631510512857328936757262130527306881983573569926962728867311236585425237286","7672344616908981084915745570404426635076474994510045659091397501785523819501","1"],["15860102479192524035400314871119946212150919490825813988774353852377513724742","14194130127324853471213452543222478489086183383159214790939344924735663307728","1"],["19031523906074431421143972869919471876403529530170778873253669308676356019055","14725946852353239131991383960615767672877310312679173969558540399432245275642","1"],["6218157552973489448888697683482739778776499260560175360264563075275116769834","16685532808500317756350548572900970398583914152396495491744843632636616992385","1"],["2910022125043296111205230368117760945160380523098926232818873360165719698524","4200789621378311417091835537985644064914966414100948968821159399789112079739","1"],["12674504402865146794096244418350433181862270766241375027739316998644500083561","21706651142889570443375546229810583603480992779566243470980734068228314526340","1"],["1835681479944974220559055420909919421420297971985618400992500067439017556529","5712227625372159862665723941984924527963549390109495290199756399893890845833","1"],["6032903666970698957532136096266380672213053953758123383975114516784061441056","16024813335091992198598886788832879385047504304856963279477707842700981530146","1"],["9806483697949508570809197751422691312616354185535249686874514767214716630861","4355973750877866294156784904452870805766236578687386121513327443825266851671","1"],["20794964571517936018224750635269310981866778841080369029117431886519148977919","11911515746107984614052062920309660819359081673474193258021329601059419801231","1"],["20732808233234147574967301462503668623451240696549632998860307237375003863106","12801816110335383799780699758245510562811277108891626698812390491178863078425","1"],["12077433236476463670746989035106300087228536640970435710209738500743805023026","17621200265186661108550525205646400348618339314656707590309967377552734050665","1"],["13745186757813759926821989999188402376189128558017519912902094263469424996156","4878471255082400243918581436142071468859786440492146053073658976437794687532","1"],["13949554152480160468687577995592863204893499222203166408914233426879114268367","3155272117536741197733413707310699919026539533560725726550932168452789629132","1"],["14500536599739519155387422412889860481153714421675297473781782908975423117250","18221852185314425059981109932764036773862367418508347199755176314479066345438","1"],["4974004109562313616360796911325425294714599430397708104718996593810223740231","2483959488953002929848029436350516580735786312947567819720462728116220751531","1"],["16582107425438083894056281320559257641427125975906485376509748466865537464562","20479951872789579622034030501402979066965837418442580539791576999413647881388","1"],["20025984992942389627747133225042655164911589215804211215703299684808313348283","1471878651434263098141019502167409104486697211432695140162648416463387891483","1"],["3535537384610210482437327647091874035250368591985805273447681039499512912815","11497711122293153791762395983740637016011303153394050481296357815590078127674","1"],["17413448961525167933538344813577979643405448191873594159603935635860852013066","15169758429081611347194173362527403401314354760781903443658798292668805418611","1"],["21360999600179062726022778972086968611657560228403018117580682855908696771701","152948741275184352931004354792506769570264834084134237915772414471628626982","1"],["11710250682152895108986170002118742869306662875825997315836338016000464551540","1459575935200786147376838648258115308075606035073993617626527877507398688341","1"],["7262811258947226818934633628833787225498470159865402032104483479693525687430","4979414369972240968620237135436190949387472829253464519657784194334967789670","1"],["9626007198317519620292331142146955254640354349979052930962195751390604867227","21118842572616998685649141824626379812037488427926210009982540349120175451031","1"],["21842225309000764299985650363090974922622894264609707707818929586919647062354","17009024867075061123376490635608599670380035789425231280897158039534873881101","1"],["5681642506445291896793245372052846167853601725137371612929493669526525565463","3337438028917491048416305079964519035612501725348153220522263248556141419485","1"],["21787066184347065083037630531583943781089721859438056252472513792031581481822","15963389647481935821689563502195621256923034650043149571210047896943403039323","1"],["18559016094933578016385868835209140608610374498789710173392483073545272486926","17458802146095757039315012952759739491600460116467100906701717881193431596935","1"],["8866169514650559382507775564209854561339587192609398265293973995290383694754","12842036053344658590789444245223304041212958171305035412362500518670681296413","1"],["19325922009767988207471815080429175596365271619465854485326784460039422362064","4279706776248523929148269502163631363239489279950427286388296327563177717742","1"],["13075728191769028073841096241382669470932985538743057878732437279852786363703","4330930474412883738681049377403837484831086678444118507263037124740428600610","1"],["14990025417644457867796027641540973707475079059403514919846627856216661158529","6238978926048100576879707844752096942683957837431158354859068593493841652771","1"],["4415982588799447486203136362748964589778737058130474735821659866409524042743","5883805672178659355839758692263430016811820563199640085245644637615260948212","1"],["12349785415222879094285773924768692353982747877152060510079877525705617692323","3381487416166080084850825966098478039704751622432063217292964645576260540656","1"],["6713522502664924166478026758712738485917843910709605699104676346656120916528","14846913321629346829720462870891063509104193239907979944210264131823538529751","1"],["4581029819423759040466202574749611587091554657907847154132871940887363196635","18926565666096869292094831049981351686722407342400951087364724008067281743937","1"],["15179394379838097500639828030646193220944821406096873463513442787908176630327","1995466593071265633136015618425449291984463652811526886548034932323682762546","1"],["5383089535105656062372471642064393730179584787052273758964670921578764750549","21618207704437194201688935597954796555087551358807636551738646427281958575131","1"],["21684218119833749683191155990853240493978701946133431376279721930729463995166","2461867009532510085298526079628330615713871486873409421304066367166645264989","1"],["14721268571243477970809622945299563254567142853896081969310876251745567374332","21619025790438811965544690232327582800966814936368832049314412617865291063493","1"],["12427097618719081767995880672214456844725927159721448420560510181514908747856","9735337444739182376391853499494961568911432373872311711795906515741862730330","1"],["13188775195495620302034239942321695036763856718039209115288457033885878980048","15841670311799805518491320172027412572168821930217298816792723612077306610674","1"],["5092606883494506304123409527809454089811275575990245580498421252028868615022","10822010137169256337234703801357140571330610284976607219217411634701705621346","1"],["6528295821043532953164490157157259219475069890811629965064552680812135256390","20536363419986184738604363384697679120427782630278417371976004999279292171001","1"],["153843790006040132574657465156419743695078999773736870568660113361818721393","14490887720702629585231165065914180655165610764234502987068467675354266320719","1"],["10971186581996618899946914920541252503813081886097737961837064642138260443294","12363950666520673601994928343056333667084745885595053513858391036966671980583","1"],["9819029255307446134168755946703110743448639978159238449999985612719379916941","18234105959017310597394501686355761226779566867896088193834082783871347489419","1"],["19440348764945981232684000982359063458654994159197149974783110920678337684820","2582778637533275503184556799322545750273322866520409701358063724236581667580","1"],["9316515964259541520493427194604906559666597094232092535229981380679434965125","7603284680024689196040824898513278046186437516541506597083072682634767885803","1"],["17654875047903445840670527449715733357434220791138940547688961562085117226451","21315510760984910741166521430681382411837598029258771042388446071378507361453","1"],["16793081443067707683104000146401026685017172880384924388863358946852127405702","7799267846263028492654051450287898296680067255023799780956319028055050775574","1"],["21573391572849018329659329926083078665997435699071080013498972483747123245074","10145890048071379633016058786545975708759950787845742152206512007141257828481","1"],["2551596228542174291215175255708981512608668808083436161188647980762589831311","3176561559817786607186241389849471579129251334593467450071999143727173139079","1"],["6545499150390877018340942480446748143469989197276244413591222358783968181286","14588450983256227155395437583121284541205385287365925413420539227299948735447","1"],["6330916988099934523509185561327866960764569407500471686258871436556605736014","10176978170680626615262415110454589574384353553649201408691824613242573237869","1"],["2562442935581095297545169437415738961126696590861072776370372146303054070490","16286123130503907362157087624555315125073087748401039587927032563511212494369","1"],["8046092223578706638987260815873209594291434093633283690874712696414504410053","881297602960824647592390002396719938235615742315640412024253155196084467074","1"],["6560956725428213635483396509430720877457964766025936099010862726171404159009","11326807103095552259496799483695674626105723757147137845787279032739848213086","1"],["9487493997787592293475636627377593385536692356007721342825406616620409020367","7125189068669270390656387365276535498882468208063898722982585459636776868512","1"],["7436486137432938304387698968484630796632482293496024697181185016311324582664","7506367109124222343448459644151756723772810522356425571662978721150375118236","1"],["16831350437738346425969040024251920683582514434353518027480791285034584466012","18956014334077843764521345613994846347589530036646751822224623096994363363473","1"],["16721884203230215265894607184580395605219778664981824429802780017727461940182","15819423566657378762324556980294947858084444149585046152684903094253285233787","1"],["20743929428757514107506263213298546962510356778488853676359863849112210858532","821254017773952654539352575002044496036005934123003999540171655612728915976","1"],["8527449870443458252053090741949029345881958250931213105890744038884129963401","8930026882333013034381539869553746974358184947288270965886684761659022145305","1"],["4260928634703590859795457778807650879493165317508328077237913553907759073232","4128851308073959346053233742026171046996635054258983522633127419580554984443","1"],["8090807870720548598378515879140075828070864866184844564318408757895470096406","461969276204920337259215678561040991141604057127369671883874603875908599097","1"],["10337127671721990779922098755041043739699222028467990856906727815059887533402","17030436144392788223027475534116931447296516199015584318539381049786333001516","1"],["5445340938448543354515013872519793530871262551247960263930419460735821371668","15080332168391205094480596149240257899121305989073386570717161814713784685633","1"],["14296339527693179246465119715198733160815617829545923187252265886445048127904","11932642957470085993862235853196867674856733482030514630318896056542735467573","1"],["1703354733214315733636676039257253561218867327177306084075606556231844940744","10633410317765808372212109050070634139867436295533176201515591292844293785790","1"],["17997923294728010948247903391877833912760100574115007816447373247300507693122","8280969364226751776101299917272187273046900514992931525409093850057675963234","1"],["380106252941517458081553202549807123987756691683938773971593896608590255363","3871786158023169707229336983256650784911176727992237816687628945089190065945","1"],["732234355298436639657572189240389725237725730148921394472184943188884060140","11384459187194085473430954865941698571758310062907881873490473984533990304169","1"],["16149193270792131375307251633532002465276376578444677799215907998831433681942","21422846197459579462875694166704971164703691490781160159039177157790374792337","1"],["2278898521956527698230893610738145709827544018499611932973063814220834455302","12256720121994602171835154605352480040813307838898143985872397876741748745367","1"],["7832335897462484279942695099959147406408214640647287668794021977329164807523","1169792099808871098667171816068605301453401585106846231132041914384490930648","1"],["9387389922769588913856671793646096163926623682736402269908225018560472766393","18739435923911752320751098956099578741099097764837621868214081508296642866880","1"],["21529787056632047164770830546126271018250758661437067975672395004747587361866","6292781501462540600854299257261102809066622530366680874226673655511314523750","1"],["386774921579510964465647349623513679616798938833111756359417779871863907344","5197758950447404086399822433468069239020000478913271639092202397313710120932","1"],["12358355156163219765155095789067281910093862884538629449531098275000630314223","3935925542674844988144450455242734140199362424496884441405547721329176427146","1"],["8176884123178015680793867719920961006675268447990421698797714544353419585422","13097887207443613205260549192990337240586883203695976850621327774078505653358","1"],["15808030706316035475591471583571316344156191694854739685060290739633783513617","21734342077415795511466126924201618582637386327275183266181468109718785848766","1"],["2481987894649087009458847182039330833315490122500445220042263668344066368358","7725389137400638362451519180129307801753868601722827628786748804340617820710","1"],["19613263203042461402674647466709336328310242078222694569612856803935555226219","3281928034205416972901378685393642280488292628770060699717099439513576653474","1"],["5515845122174518641878537889110857113670065752603300862089422925776908341018","1546795456182458441027772126500966565767874974370432747974503097209939502391","1"],["8106513143618918235784316913888060566414634504243293548544156653343450618727","21160671216740532455936337677571051977663265061991945159904140828907920160465","1"],["14055521097763191290809247955656501891502699308013807237896679187423508244802","18305361762562441417907688317761148906923266963737653422817162593385397063489","1"],["1503372849730048791888906700102013530468376517073186346545345337058773196172","9906723554557932405228750840629801975578131262425415945091423627850988199319","1"],["14003797589008760366174222998872736062964682133668089331076756727487112698375","8159345616893263644431098881463517693255407419408116406609138745369673315470","1"],["10285027162887806389308075105412829023003526408652300612616471191624633524383","4434142298727213482325403187621039935953937911715005041268553765211694885411","1"],["17972714422917348854124435394080382126756956592853028258684156424746723611205","7976494625145692462672346326191777445179315676707420552279603879346526766973","1"],["21786169091768947599412482264329650126067595270683909193977432303798555682243","5179515805612485071682313719774776858765758837170448377160612244599171028562","1"],["17406407853649268862986067741904887962012747454965860955481889569869871663234","20242013705657218070601304630745040263285845132183155054371114268417225613819","1"],["12942720906894561658655997338283843118941057458424706600404368417145389646696","7884798556896808004298768025366304500060212466241677176388457155479201423321","1"],["17025607211800725884572450843248148951552685744530803139923887244942974167971","8853549362285997741407623036496836593649942234846495871650263706753295658980","1"],["20554193112487108358499843805672245568954224864812704604293983371381885182782","11178031843011619996147630704891952731457667212624686272490079023677436394803","1"],["10715533562216694467051597822823082628956875628911675921967919876373099844228","14291205676496166314156912167021388025761161587722672038510033313765554829758","1"],["1179063869550472248180968079296901360958445458751810044539658858113904804607","20811857274162779856245426308205970562654768792330322430384732676314014803477","1"],["2403167958634738471102770556476697896769032878408496377151963079042220752092","203006297479258380253447909687085998052398632117320313163664107741415735077","1"],["20660979554682757635319401047633066378569248617034851117227416817212726148885","16531221371989641559050290514610860758187900968390657513686880506294014436736","1"],["14743111471054804529685914022618019937513960179097575116426350187290468294007","4529414027867274860092120529049938154322175880727443591447250372324412042647","1"],["9072286889198319935807821844787563456508302216829565177811204170884308994358","11466506117169498709532632430690150740025596581739164067286301827033237546492","1"],["10155045597290576212372289137570332345516693172859108484452092422897879348680","20490182282793669867834989945394486403507780134164819687014035402082804492292","1"],["979541387749234439739350614824721397733549099508857002160543250579110123391","4675909166879539528860281423636644236645460435866732280260591020400647192791","1"],["16123043841568497034104416591854504321126581686547751931861694957491983092747","16229827143479174759647197991098796240416080199484896627583170330036095244510","1"],["4314862205404322401932718705451038244719403684766379939484208243128773210290","20053682512007012317394518930256552554201861243128204679810723101481674568309","1"],["3874229298183233933077940764945907585397966329234035466340995907164775283540","17624865458939617715068163833248842660226533517393709707209424461007231174211","1"],["12665237502862022863349253635756640736248812374228878677874404875149403488635","4340241175444052734557891357217712038762428712189356249566440320247486175867","1"],["7797046955683737650438712249752166455879860149620006019771801929699734689527","2928322378938320854874624843897101203801855078621409789032657499776094563401","1"],["11007634693404552039467998435217662226676736551093603540357470293820018142288","5396072619281564862496516753626503565998907395083485858132738046696836557563","1"],["20777421101477346018069300990208755594858258084797381558471226472662212934476","7335204083263840046199403328590644364109625982311393596920422643900855963700","1"],["2960510453308078964306193736986661333025046811546457569357602052366714133470","4252337260446150513408282531734557082995850237409914868744777363413757778628","1"],["18310651465806181202673361985245584890261861256854976329569068922690532977243","16583983101952577675255204019737275550066410588694224379213478453340532713580","1"],["17705995624766859072984580793845111584247522999453712885424155644634189905393","10865060792516459865576374089267409020479015161549174792023321923206896583108","1"],["539255192843111530521521569650582943714356133261644651651146094017757579544","8293998119221879528004276661613708748916606320932806133076647628598486067050","1"],["15316295931662199359094715428963222382084914068646436250264523132107942136324","10110145065649450214537374837130634998940799116250736996015447383888068033299","1"],["17959390929053335361578138286720496210038322396336504281768229254624483094954","16782449523198667744668769753498827863499731382376078914131857424896465018974","1"],["9848784590734089780033419428660699602020578339202464443231756690246528879231","10542204925665874967295913899791546264160750878024512379042182875148780590500","1"],["13961728408396561850224942191504670985803502568790047305236361573613204332195","8683954850199471512365411109639165763633940010781240287639599855917740418520","1"],["19527204761811416921028590459920626322514940939584601155961738090399105648425","7952153815228953598663236453313958215732408746820137633824874240631318370098","1"],["4977550553206176754557846526011595751391512479094931188387537980117422949245","20325383334904280023759433908421332480714030436389645923577966025283378558185","1"],["13111072706221033545683294702018134365885602751885561221946207292199719874824","2030229198994105007652219985431594972390948598534780093902845845916246336837","1"],["21714483546525941230288031696719002163942279355088972118383159528869306942499","5463307708467551206457990119117701745396432895950267915525381669556336254608","1"],["17720737243248492941683287260828199733649669094275934702282176943640158990493","18314776270322062557547569325802337856211942617473532676321676305444439926190","1"],["15360068871397812263641552249283109662636654226831272981620203049972532088386","16431770640816103634639357082748262058780389276078178860488030718892800265360","1"],["529477262224792461456967501880491932080270422442240300059000756449299116616","17456410842338357188031826956579980748044542332044618073920308806000266874229","1"],["13775029163780713692167792394808204986843452597867927148622853802897949735977","13620276124730522425732180741348741132977318022644434971606833107378505209627","1"],["13895612478115185403069828267695244918885325792532687707210556435441388928718","5020035278491401244671942260104405632649761221394012360111325044410527937142","1"],["17976031414780856418179852623056482650799532261350023507413996238520158356685","888484802287865746348151474651711023423330357200677638515548365499586849636","1"],["8251241720037292645418488251719568640777573150946674860975134961743297550914","13272253816631210379478155276619842230630632126876868518533156292355304404564","1"],["12462505651799110835393080039056350745862511512724834752201009908417908215787","16095037545027033243070312316742308064137939358838881248361442077251792379480","1"],["10506913815303152735078942470526201769510631586920212325610789572552311394032","15097092430916689105592763536758593855219548746772112160181143190882224084012","1"],["480700320313372945376585911675347797701074800358799356938650653024213300359","9005466701702186755476980402738334379217810402696659149649104576531516244042","1"],["17039373617252848887735187168337680065990003894634638012420018140895011517303","21740057342704132483086739883198223159673638419251496944774353132187214460414","1"],["21522306945306569566917560326861685320587761690101555001702384811026595460334","9985299421020502538068295198795036626302960200387072975129132088470655468772","1"],["13640595146781590223074976383192691818097863356935228870872235974114110308276","6261455216227840847026490988460513016130939445736382288464642556469523252072","1"],["3179737628014712565154560653828850716156563432785854675893115365244128997171","5826911687846307886796209993424267390097285940249773775706900429163042896723","1"],["5889371654308421320559638341248630593245079723146602220556119636221107491328","178123807122334608844673113816449206975190762349243148826741880303669903763","1"],["6367787896370627049597477527520368324649816497112968901104664168048682183116","2672970650943008347544179002361860506615038178993649363034175339611853612947","1"],["14283175084570371729876414806775510299935368988880970767729634647079043884776","6364787349576088256195100357468956659257818592340285742800856014820050076290","1"],["20481209201863565440721314738956503090996200630058228146008399175171862430030","9555247796115774516018919013209278154677926438733904618940177000945283042152","1"],["19672272858332837332920369981223993095109587734625523708491184299912842838173","16937808350996894959627106484382260046342640354755578947038689404097605252699","1"],["3752840632656006235810502467874889900996574490194863491852822278693390367838","215664742240101623699814078770542569761077766754025764051977012957704725425","1"],["17823334232904083921199065692186302916315060130435110372780779929488209134226","15217454361627625905755293112565310149339287223451916247454289209071391113188","1"],["1893205327788186437585274860308633004638411486626149949985581887430809915872","14683980510424154241445972634744431477634575858805155123137993318863293371176","1"],["21125869509610520424925423526507410253498052410045159888092031616708431264964","8545133753030391820806918853311031886931398863888904754537038518178449042616","1"],["3174562196971177168901927541209300653262124011623118265639107746782193232617","11298421627983069527022322142565919494886235236510513473984449822779678653517","1"],["435190056518198281948250960489980968646610313281079408454274352208408836374","5024907196518065773132522253062301323011561960989471237036087676473989875121","1"],["4591846621133644096297568079675213729866095021876991620397190820549633626279","11807347835758438017580882247847413359419596206759140194529990384476539590405","1"],["9081499517003106866664633026470377341179660400326933656376043094481642196398","9838907829631504919521291905532227102070415699921557798137422065718200201281","1"],["11541264680135363131338419226806085328642818356948358846136403293735516887397","1949897038003851224935786345808939108462889677195520955468829883208124511190","1"],["11069659400033863201978104737219004507939439247220113516568130703986064235432","15994653247671976229902845153701984049335061459349931190422179671842456546928","1"],["3042013630232964095228607704274781544472403107311537669323339035964831371693","6856754953123668690429928208840517434025900811897864810929137967830869355532","1"],["6956155849840133817322541333491461353500261562602350246548625268203465005990","15750459066456349987324372948257162341645414938369166909571075899365432547557","1"],["9129145105173477456539788388367228234215624799141514295917643434006960121831","9410300507329704513912382197525432688400474627920813788249763588050964280142","1"],["16159024633435426507802605529937365729713190551302721520770641665180272705246","3214701018592316785271002394466069894782129422470705873677494301707208626623","1"],["10701148392862557390464750717581928108204989697786435551374063828043421718687","14064477496722894076702247888876241791098728046445574260057169125207807951211","1"],["20372429610135674788192771087542644423053300105432523672439572852655204304464","6761171440847749958968148153123360865977848494540455657278809028883584897581","1"],["13400848036239956066839045236883409543290594218816531733033464593208308708792","5530645395666207365646353016327768482205231724492225395424591934348300126563","1"],["19994221729479386620091446201338704742467093704510651719695997194960744043722","12820080611643593841976875100149316921777373787977374111917256461259406854667","1"],["12662001787817458666032706755711696233758741038184547110279372713606853121150","11696513414303148413518243979891519483472724841929982022643711503966552735551","1"],["5690520988940902996601326726839465112160641384320163618252667558707838060900","14833320166129670101405644625795666124972318159165621369891351047046529274304","1"],["18837721271080505870211306937489843034482798092080437835144153793899969673559","2210679730648677662602878910063504856646381123397855317032113616978749277801","1"],["17812219611339933907360550887329371115204862699404994755439873649434780369801","6256935262422117214162749482386801736414436795652799118911852750533286386575","1"],["6627039487976148502005686253999718703218312453678338655864367622024078022267","10803665663630158207612328847570422313288737475109000238185375251989218499681","1"],["10596179620952703822786108535733215266831394573319447619719762989937844608036","16293792326286780837785739873888275107213592865845284472493730192510478212089","1"],["11232596822371842281748750939267581647742223835167766357600526261582092617388","3560621431079599816149335176217508634524153775884509179401057584322032477565","1"],["6695244789132540030559611443810547951883081898223730870284405356207975366516","18737259535069160088605295315901072470118391253831419950334461216765310290416","1"],["11280092136233116780642034666602354998627685864253192752425425068280899068714","639396834853670123543992194518422760294048604932103134984804996174996906869","1"],["21110705864443382741457641259798755729111116485921694842209960409475889677392","14697512035085984673353684590918628044826681109580252713675941839122188927848","1"],["8505356698669813502452376475805699391328221554643509023857990011293980971446","1576204569674632446742576892272956156672059167482848026925226182843689626220","1"],["11667415696823174273818263539431337263942830427805461216485524403113997304986","20570077530927118200949571636365816455174427631637920351496856071550867368293","1"],["11160001218180265099178012215066465035850037222098507539772599848844151196645","930350171800976606760995898128687667162465238359624011047243464462485494213","1"],["20513702902998871476031236397267140164281861588211889447202559957905653476937","13898681980508984840812325624387708290305686386583538955441954158988532968533","1"],["7187482102707837684420139184940366858219036981933803636940564036715640211735","13930423564456235944990566614864034227014782664903716453802420053927146849471","1"],["8254947470517804646831919804541515652600273871968197817247817077911841733169","8682498909066040443711774477648663300070040835827653656077024803682673406967","1"],["8211411343796845183072963667327681283920053541203813259666339253490712599914","8327962278754234248437217218335237470834570479285720800748788014652224829616","1"],["14929799762209166260620176011879503167177796488482859224537435112859504745261","19927486298411450216513324024330315655069051549345391361786839470162021972752","1"],["6348753697620558144062908690936064205716058271636668115896811110834766554152","3467377079843052593501006723666681024875622874318328703925224626603960466353","1"],["13479429940525320430248116919412314949023880407024849850668280161942742993915","21500756590063426776819358470695019986246798452891419203534630041046637427062","1"],["44955393840779569682418282916522098637757655471965010344779881481564854810","4449180374670688873255052154942552289207297230976638632864523250412935553520","1"],["6462689254712474585812096055368788802217442372240408279533547553179593734503","9833458216323202509394102793391572740439732598662998182396869564733157081091","1"],["14242043321383845236256035483896472417356524164602777436719161680926320934153","9658197086449643214261101759806748750202766237644044480600526924403964942780","1"],["6554682170163085447753882634529177091877884936788220241547670891789135013547","4999716614641406153771652567322311212917818608823875921678261937409267604874","1"],["5956744876759761938808912731620796674847656200638223615103433197977104202432","8589526190976771567729559342327354850779303600507012795526970920818156587264","1"],["1117628557363553598384643823638183802494792333823873133934283249936357877355","14830873035776023612403012613558792891369019531655155288714183433712247086663","1"],["9831536274809623952396585858053806350296134200686524677717157979216671206766","17936872804373456201614326581435277772423697303303472332243078909342872201540","1"],["15254199539375252871785678269320106598782244212811765903945251622833250898005","15178514490035556160604173223786286363331908668894912378827411930693553777997","1"],["8360988260258156541104701044063431887645719439182863598760314911790236122485","7959043586006760725522029363670101463811402266560042114451821610721941737786","1"],["18762636580010556754042481759952349478964051581913944235192441984169207474034","1128363120662057494932290285802219476206792068339452596723410661752511888726","1"],["3236732477814979923561440969096931201491108640442904874889223978911007933055","16833969392564469400389794078975820633986029143926120471292403931984150865590","1"],["2657538668432464392978776548317081488029651727817354201989574471349514633598","410791393751169527382200144472281557787118019662854463540283088708254488772","1"],["1637388093430198454292971881572241351507463916065242944756369409334578385330","1089914865410363692450079847815873471649711376342551547155702240814834199115","1"],["21595880673829108245648731905914003865813611209503435328002490557137824178156","939291077635780732898747794115550859236038418490538104883654653127560043901","1"],["13101448482651242165751843751379237221926335689021100047116465442428997356687","6892145861311563520550724186696987966726628073941524361090552109468177321079","1"],["12926137935881592986070819171180978761797958330350088792769551368729683195190","9861327835991994438725059140523069140408036185326826304651399585791847632637","1"],["17645469812053953408741157852711312575067993512504866789193027309416531160466","10234701284172140985063370106072760485602888982325843406222507204841845447802","1"],["2785158716731934264992582326648214708219819060578210582561454754642773723927","9574029156317101671311558651295984654919135206988760325514201275557832111680","1"],["825563911653971305289686327148397583412524223743816885392066664301200037377","21847649486465202996804206805833032544207726993068784553124659801836001153107","1"],["14935565639919296080808455536792932035725097545807554481700404559880994817959","19868964210222094900405221692446796045708884565916977733068525247345568409426","1"],["9501496914340747889664413928898080088162287370172577359253018531989534484831","4467005296359734825833396940330232223387983394292681462997357616914096088875","1"],["9259918189538629967840026499270863043536592853073014148382045943063979211177","16790666323114046171482972014179598576166796992693229730364361855289399866663","1"],["3657627346043711642704102802478564509895388799570875147092442500160193562662","15051266369635659022455271389345203678802140833132170284356280333181490286534","1"],["17879677797457340401816106935441486908044253152236416727521031862886819806852","15228071125229092656313078183573161351630249126122556072962985206194919714130","1"],["14487095502885406867557086754927167199775946207661857410458883737392642112145","8515155074477129267715758863243699215463344570476991020721596848302198766709","1"],["10818775757830724705318366353422001279632234392512521887009646856382571028909","21770902371016613984883520180566417698474401786643218550174395082571440087138","1"],["21168877175588898659568374001101372706882793656786763533796836041504623292199","2661827416417218406494779888173192667159528253068834224692458738498045991902","1"],["17337034702940977610840491985609231381991421194766168819959859608315400188687","14649954867318689454508203223385127632537025948455616427127278694456097890839","1"],["21626717855419363497400338339502247900396673036804087437299892960134627074345","4106182778264219738825711609964064908152248736841710913594296333167932698967","1"],["8384433725103354156676850161053128407055699172541967582610895147209043818803","5389418617131114641333197691627804245770083721025013435632110507566990681491","1"],["2553979981855650733516102393553638321349868976283803681270043361498198338313","15585541482861938707381503141495401644432705968747939964790154853743774563562","1"],["15783129467488175389672800622279211862577359226682981554359287644961073521410","17671957225190949833441487805802807499500290050633046509528872556670171311326","1"],["897147736694031425968415612281536492364867365624550117822815714329771814368","1748684789168610374471824570999105542517541806949738323576620895874391724539","1"],["17182098515539851630206036592383333984351969854996180235013899482371350804803","18892118313138523594633062330174714860601822067547233809356092503468042122076","1"],["20829217028604379936038768837585943654014195962548078586313957698282888798437","14481201541627431325558861833438101499780450518972342698053671891095854567740","1"],["3684391724969795231748424532638993946368110505802448121163909626006441084343","2954687409999697722907324195360458877649581478659450777183321439502486443126","1"],["8429963597833952745420306704413295197630976256966493972733067363840771731275","10700106087953054586292880595950327715818388029798662150219584275150607628788","1"],["19638568623924621634456886875057786718203029149191841155634526678941692837980","17904684934747294285339908302622712066391922204013418474496388171920387199890","1"],["16367712925978430381728697372477528431636607117852594025979790774357285109952","7390422354574737918120083730417885534547396168651248698251667373036382233441","1"],["13537655102801813271800682571211171957932297146523886002676508195757478161279","14069481398618473969992154237549812889104286538916304705763822386722688806955","1"],["6770609224440389620499077979034038377506633286044592546282489670642584640606","13342251340938514748446429153964659607160145785759955407344142285347614231630","1"],["8377503933671246374020699132761233008989266911858832397894853406236736782403","11484675422901116022545126830171060514150232646739931835361015499012866865806","1"],["8765162273535552709034331424403156397330874959502192935729030415687204427254","7645858445650671532632677019441293247082167704305105161205539185784103315436","1"],["6744323140560589406976357636727136234568243369459756940174964686416429171646","10936062857702433710576473743275108341100213255068866627937165133606598430540","1"],["3660627939050232103938276399537195558278978814949806467587782706138448905040","11983800132171872521535362237103235728453395224886503603916295802495659813101","1"],["1727715132360799319528268483064856808837009320029119987894806016947568621063","10277327559918760056956474803349040287522190009221349101117948643720220166249","1"],["8482219445947108553495227473535814672351568401074768292573915341962025195264","19949383946484194766466961825764787822176474511494734771793003866265979531986","1"],["6955418612161705932980749454632193769208643980485006514191579797233782910818","10520695835418376919706273000415950977021162837601432951278746977086186414563","1"],["18618759795236004454318260012996257403250255783422650839695112421648362400413","17449745904927880211491702245096494998488614548866978014085036231633910853560","1"],["20408514639516202171899121452801444771088432472408215617093740889496577121803","13148369998885848702356522273608496133513684273803791911821647307880410529642","1"],["21316312917930506300723833370887205971961080469132573857770720242559516128519","18088718506249741354714835252397297576617761373958441119959187389931837225319","1"],["9387506160309941022863236311662850284952849670990808718443931775234732412634","7889979123297408606677934809005571596533094802561367681221192419972735922864","1"],["18770112862327248545649610046958337261249630009435003552208098731152020583050","98525993094699223640443272503699778960016602978324491664093387986467327623","1"],["3591158072722529787562664444516202047483367006830003018271015855285038110236","17531071929794359505119896587372721375423760889656098858943542841442396314792","1"],["13578490167878206539792929252558602745845670035949389774432752659723501583087","4417618761955100509185065249125903927935982187651323203451042686199171768131","1"],["11413730182142595398240818502059500008395722189966543362667698558222965089901","5719696894491432275494998453023666638246871287911404224654731845751716745830","1"],["10045312987501370623884175679836348175426963764900843198856573772552946302607","12252825269511518787259300518259501467722056462961607209260636409188818625219","1"],["13581025591560610011298032856613720210104855359439399894918993433539955000066","16284804594028803253160213427707070674535622990845358090037239184139282846263","1"],["15091914604286935346798646967951560306743014580449295463631852462823822857870","2609039416912852273834661182779083849159695956946380577471337136111134065877","1"],["19750854409547061237644462877034011271778738926259337352836650297739064074516","10759329033800014122144467217699078423501207719575376101635242341932817293831","1"],["4063142599032382576819641547122664346747665434286424293867781685577201507578","18283587399994078516587445016485841970783822279402873597199997873872102266324","1"],["14771862160118832981442019234395311053562418194666882905795503341254202464518","21562214255172679439756135540224907624527071811621938533815459889381818722786","1"],["4936232858012648179978893666345074803634614885088935350962047490960911562087","12957845997956372788910031722289513019405267082178078933057190616315549978535","1"],["20905081863118187522091201681757177882060527825348584102410063634605689518394","3786365481322378430566848164509858913400539088075901026962044895583699587635","1"],["1580682577802439635942833370550788711524522939638196243981473767515688521162","5021628423853937250936486656339697737652922857808942647110491454889966144604","1"],["15170739360028602055510265949015733146684720063196156947779669519938706940489","14745380169381568453807559077513277502551041768693975920170346845301617210726","1"],["17933861955997472897973001072247731504793704922413101928662834659470289284607","9476523123356986330780595722559396710059569840361655792997283937793059561739","1"],["10299132523836576692046927425251994873924218012339770617109622870503776945761","2546076665340356328292012127195708046823234336558297300846900696886953465660","1"],["7497402078514800364756605136259774737500076686675264257207902128489431759600","2754278756633093913630262005247746744652934652963448409964118211337041820126","1"],["17559088713649370049263746973360843541674670092909174467070487610636212295418","5227531322219280255138571533303318692457735409996360038377106777731376044133","1"],["7616700814930360458969942096637171051465792828648571460516040311529755035026","2537059053008271893543869664166915653237651991486059474003729661832925544649","1"],["16090735735449625394713306481005888993213000899848527248040965054666316416856","2247740127840563292462439211415702739899498098089011809307536049368368227738","1"],["4415088425564313778496922202769679935425710742780972005922183095701317014587","11120625523760614875442952738977016654598586007991323173539705277847029102025","1"],["1090080593569148283745708098698008341826974266002000962817244781336352525987","14173381565969044233194013149947871493698625566586737445743013418388617371360","1"],["4918275711646207370325748565937278067535639140704823196991941511077543040810","11103962399272050704331078647856413851598739376577092420226430403784288942308","1"],["12470116993126593017244308110776749229506249402771337286620712774296556772604","4471644397716345933180312350212841047235966771593881842709276479282075948524","1"],["11198056582229258651752771723125275688663183863930789765339209656657852443598","21833432296081441675174619412458103962120750387411674798343764098700973917300","1"],["10123529036918094079873969764614601983331856588775727931342300724412809939303","17685921156371322338437166480054541984333749221596261551151881923372693540559","1"],["860128420613118999600692550180396899018751875879974278758961880732136671513","18369257715563581040139109906529502152723964506294878606546837677250221312333","1"],["17727194876931231548877400529799781179285142864174745569059386268687232062388","16721841909185375318074313817564588838688331292782448461919277125537666046526","1"],["20172737994918550905368401023039145875909334990959131947190904483094825266369","1714353852110508261036260664123877941642443029043103003181331554278224298","1"],["14063869887674078386735751944229018068595997293491245615118566606588812184680","427967891361318250963039256900139229331585024733952975085030763062027069343","1"],["7356731646052300317218671583107709368611289909701472021773080393513727659820","9262403972966975681964272299128584061429266447192145243466505054607737665479","1"],["20747284842428240065467878870185822999737557661131768724647967842058780975763","10576352461225063012026382571871853510834228260607639367180879236191367438270","1"],["8801064631015337552053943493585437457795299078728763368061025667521801439820","10416282402731384805921474705541363827004932752688135930893143418888490743769","1"],["10749557063258001844188639800735674811531894819023471363482939916126392475722","5346454860064699406657363322136678545165284976298726714937738081849459207659","1"],["10265335398789329049057836098807922341509738574670171523871783949338891027075","14566277744836452419109247806708338226650284255538371579132543313537184397485","1"],["17326779202681877298295641503682903234798592073736989988696447041619048005957","18755878267629409393494402056073055775312042516504564478221201317557954389750","1"],["16880333639437325436697266384226364512864711451485110297501078740090994475941","12495205075769301239665258040931720354547395521736832666396891404021337194085","1"],["13729371048893493325626221062456214997674202336269916619131202309789682209826","14120378787776117129251513751300007957134773984748054406276686548297621257182","1"],["5844306740792258640359469677602669053436746746038859094850420742379673736848","17361661066422617195898032381019785150593690484796615058977538920788480998215","1"],["16801780616838158416998480646284259753541795996945241409087851410903407783927","7716855297266854858232170817945109891480433997271787509179649018097209793858","1"],["16435471620056441410337002001037904043899889183525551824148286112825965833019","12893989978462738541014566161568573462643264449906695836313650471371758734510","1"],["12748935840162990949328904856027611612322515021471216815041975614283826384528","10197993785605488558580912265892485989223863574873200467157937648341756877744","1"],["1229966615964143594020827206331151680680559628744990449951766032967547087753","13472579504111623792263812467844339660136815765578958954242020448144369077071","1"],["21282027241770584980067008430225878705258870089725166631635334751719165207047","11489135814374438054267831897300037212357760803688490364568067648652466240274","1"],["5648649440280776544348658286313097201567164948722326526999379015049797346750","10688389998747510094629101900788352184532971815694798180260260960564654707702","1"],["10844138494625188842697427804266864829187695238847564020278445960261648018455","10193852683589411662250479750894595467285803117128201973942105333946030887748","1"],["748706860496589400522130383257832165403624727890467961423042114800975997511","5781886507362480595815013707565617087525205961562863066839198046140841086423","1"],["11727419553197942150540642231692507022157875659563797213459413000636095080684","17487489858447091150042298193369997433671736510772173111805114200819269623486","1"],["20371124061085686635107885937488779545241042493900907459317905368203841447496","14567137291938504199896743355857651078817705179052287515423954893915038323797","1"],["14248015065567043878711229453736901950728879444809276804220099151627078506886","3658946669715942599814937909547439700990090358143800536553490549162894635041","1"],["3424224243035012768186368786807899197000438046742360155388598583964561082515","3094080206948552853959340744946033717026152373181080734772226907355063390381","1"],["6040482546443827015176345731670972289497083410389425203936985966175258390571","9280088479235881618273178331590075363045989221840220081237519954231707173505","1"],["21418619181023270644135083372455083842511939438402270431230395293696437964641","5388560162666902231826479884238698628129551607446146145619648847063546686140","1"],["12983402602759486195487576384060623917013839738400169655980796192567314244935","3842888978821337432870964307107432414046074409047670286433939434834667212528","1"],["15190138385179851291234535056696362292513906638227025176276132811368798034586","19574480638162841950812088753145477953603391870643613389029678599036344855016","1"],["3500794381672978704885518779545502352370028883853088678340853401921300296542","6908647791530152160358740441056295530438847020838480402492008701530994755640","1"],["19440175993858094928350991400524846144054778653781347430266927611460860828605","1874010599851419025064333156215969974796080910273757496356535612174455452207","1"],["20650184730258599502846607922263354276919058003153593022808955627959278157870","12318489124195699279085409413814349956201494099579504708866903062146478498229","1"],["8091196731562845983605652013608415273094792194437146463542727279912089203748","12438207646347967992011216755874967280982476778422557357269155051424598530258","1"],["6681662733167126804129547732771854269206306866863687859598557187766968791315","12817255395966240839949770815663509349892004443595281723477804431243846970953","1"],["10244882272516493078347593565017119915154264309706671594069849434921703234534","14508270841994417897073195598319036973467492585167226170051819630698313840015","1"],["20609301659216564757376182593162561383432509245615393335938161232781543811449","13336617823830627987062809082133673869099070072550747272335287739124424175552","1"],["20434212108589600906114025579132780103496113503637529569676940161309778494889","13736203405409799603492362290641480053624803875866843591311126016052465224883","1"],["6675702737884503266879164233594114436751922687409535007474317018884699418074","18045560098272827146146300849540256159882844298088063741664328771026965931794","1"],["15589902486657709822534358401593257689373904694373878779024514058805333772761","684281395111477143187772254865510919959904501603650866186997375738381567793","1"],["18217433924130103524829429527003693995172309227260057129129595257326546699182","12370714087701628590510650346390300672034318077192241314326094434574071320920","1"],["15118181322647218553014297639030547595451080089961896254169113141131022898914","16906124849403456385466716393984358731487258927020796505425615080229753249013","1"],["2871506981084533417715702191083178710887519406342015578667447356327153162894","7776310150299908785961213160894283448158513134402105819331422782551846880134","1"],["7303900265319207500682138196246675490883288576427892357026983913574006899662","8340842605899676029341148091509274470802697447262145088582420520881914409768","1"],["19674755151636926514379895022945547097686228424873416537701279107204707822275","10088897128274678643376220281596968612424855030915334777728145908441805654599","1"],["1321681865886907210701224658871316536594148043552319266734211063434331391227","14032039590221223170693890669673109504280177925551210466145155228543836669171","1"],["18217540439393752400113157878281354339585996342616680311180446077997271787815","21379919340484384150920672490555447654152505927344665937699891771062593588746","1"],["18378773607391730096600215167196954652079084102697978988409258197546809978665","17638907065409219254099407485495031867881280563065327934792889833234667608221","1"],["5785367112188418828730080438270395922159663170250088271899733138676462453586","4076733583800369634849350138426418070433985028812820030473530465295887125437","1"],["7232987305651174636821949095476046530153897693499321732959041643887868532933","11408183575160913268544593076877908841343863099328310401485903848579433072423","1"],["19471106833801966878144653011689687710340679415339578816706002002743869843197","10999464309779318288238328121680844588239946571650075228050906723340322635663","1"],["18925699883160177552079595951746074633172858817528779881795242151801596550460","17958003536995945360896472332542533997096605491646177606511871297539011532986","1"],["20903486587442727340264130098611563268062605490750630220807127914036692864932","18108578933418683181109023187296168698014071488452384147794406966569788173683","1"],["540045257741614155916788115362431843013186356784051667324387569975878164180","16764725880957241378862986047642732851099026216609301199479793471950731940799","1"],["17607678349760084464211708872599713378764712749363062918896189082933912635245","15699331074311806517033461747284952271372961201272681075658541797447154935366","1"],["3856864011673415850258861618186924064134069429842484976551342564265706500378","13796390572189947888852224228927765437886022411031659838808330774063457658636","1"],["21160251571157079970574279709561399992744591207746314265558944683710471069728","3531652164776400076549455594148533976910098629313785870822595997328665685721","1"],["6794210423944691584088600146771455185927662747520209921764754241257782882488","11526790386570160597018249896745696374712545807204597601761932966720791423175","1"],["2755773850759565680460876072602133538377843826776502619138602009898077293445","11496420228759089364021405894576469102729872195924535896783052671041053318278","1"],["6958464666528006271435097430098380038684825733522138496519769614533353622453","20625891022080227391586308232612562107051814489366769213668648865791723111972","1"],["20152657012490438551036990314853945770017492417027880862532281828349811546222","13074407856437800203941488022673907486823474855981531740233148557819268900768","1"],["7478635544825998222021569872993845973122101817332353917630883684622270723431","12098103206002502017773461070001850285660305797668564809165813265630970956717","1"],["21602863372587795234866596259953659913134501562915719249660979875985932134787","13104682806395113661973992941975823365969785299639583314236605850423901869154","1"],["9734473476911213695352022070768286497752419685313869525179474469236475605167","5272324576132745839301637794358095095026314705525121709727490920498401864058","1"],["21592479938191801380216816743089048291675504874846211332457736403431695462755","18179577272328930906820102582513119688835808290164372928757367175435190239149","1"],["15988380367156703140157420683785485528295311950717271308092065267613448199200","12314980037055709207633336003999794079692308909934273476073046615956076904109","1"],["4528646576496013294908479187894612490616604921703808158716766035641055401294","4378699255109377370670621199723776834045854333402739792717249141492357314762","1"],["5295704498871433817486646084473911848554900719511409051249466626868538267656","11834449419813075664920347133012261479086567589826090406226102603755655530703","1"],["7076486907585853663369641356287835955009571404061666199111780979830790049696","7394665495621430034599256180860194086749225286738424974633350317663099819321","1"],["13862597493411732889966451533604955436751415936783645266166506340582252855848","18630945939536730339983241992014309829190490191605467808671160461777175091079","1"],["13127061575472372562355498237072102016373010192285540707312516393386613625787","2500172320514265282925480617116196717456610800029509383803347163052214647773","1"],["6385892298090415678236124799075687459426681528216812707563378747357673296073","19616624619509621729094619089649979760425335332884035641853946937552203932427","1"],["13356356759731752574263072454185787085320133071454321034800210145718992855589","18001841544552052724426394426826737775903811886657335874057423942742175824196","1"],["15881438548707849148557249815170537896670975665824813065207571579073045394955","10605653518487688338118158952289262932344711617085774773542421150079737976561","1"],["16810021804372802377699104123405300682551624609348829111223303140139381855292","14573524953322153590018327479983895828056637487896117114590219802511465083768","1"],["1837772057811249563065934772158313658331727407506039107348114210245877221743","980193242752478474069657930860644349222077991806829953153589235560867987712","1"],["3740480201640644079634615818840965875814888081665000461203529069177542590792","17429624206447789718737082615428454975077678995144397616885842701844773450442","1"],["20793022076537720075240843290334736394161175891501619313540349635691755553198","9806382802114520532971362452826865722477009224405306156891326238821397915034","1"],["15462521327261716392535004809084153571825273093067153948436669671821232137311","5845193426663233766388948927073286991483257444668279101641123910645986718188","1"],["8596453719692986062890135998173478370604212234602954929987661269673145579111","7604652657908935207472467830816323112912873904017368339588216033603917457944","1"],["17259432442611970225005280985923279581004126622210433242451349647343276076097","14450732076496953664260148329986912556414247871272038095677445056438993117950","1"],["7834916754605690633857608444943919558485502596411591365585332215750690963737","9357738807183745479406798457420420617660680280922473063620536955592250292188","1"],["6889172828138585230592842056771909792577419468269088852771190288124492190910","12705037462365005596587341350056612830073826885499133095403811692214104663996","1"],["16392635660092744790770758774769161197029678394033629215616964927949316919148","15324368784587618820902400140253907464729956378882630562405699902667946895346","1"],["9103202883777423590600602148694704903131372619431404836267537895257208014722","14556859055051307376541754256163969428644526027954633312468323960628118068558","1"],["6030595158465079702376115237886068247276232931888894489134504644417494902003","14343078314771689912985464186311079733169421123112277920372025771157988091134","1"],["6275549975570777797532589011070366450165019284948263796911300545201501574648","78931932824178529457853500905688618480263522005500518740776535094349325","1"],["3162106059096980354086240183177811108739212218783952569224878543608479874210","10289183082257495910050725400552947224891659347095277506419789146006106192132","1"],["6002083159817700395918305022155366930066036390859020867384952939923522073542","12157808125261361063959568244857930009690508528583109222114463435708253243580","1"],["4279432956196996053873581646120548608505694502324114125830002800982280819814","17643562309905625002779879683493228443354500455351120208619639276084798597524","1"],["5187343955157441335742245868437162701103482156799620643417130649663407016508","8746317073324981356038008199990702407103216226382978020037910060146104119505","1"],["19237414871570991018294989362711726517599099767303487870749277169686428220361","1120968361484111540935781373651093275338791324254004248560951054393971413698","1"],["19493352920992736353631364994317665133420858895079922697237485820507849455591","5594997318426544260300513513674046033987521195995010546993933511746099537791","1"],["6709073166723808411120875240940688567872902805208615931106792311284763861445","21085741319991689617033908206574982440463489394094881343659533268536102167541","1"],["10984484231682900861691143050286975214111480256112187653713740486965852607187","20707415048287195257667467328250541746600420556755031573512515489569655134980","1"],["14239587750497216896435110836854270285264392895391831079150265453280317631467","13541161294729292042315804772585097989894087337308220137641187131462273823468","1"],["4978334755160037306455579572205268150440876301331250195146935955172675247457","8980127106761676424172322323852993065723042735065114251771004870533742502946","1"],["21863034341417555991906991992183135505735615662798217740100207230422001555976","3863884589914229131950458709718460265430968339035566700544170371325036960239","1"],["1078523853157703869994689163398414589138149279364843954912380108952625233839","1038174756405294630532115032679491125476101545544368917285419276236585086879","1"],["11154283408642657023732778575124005539338890862570316378083993004222884443028","14690009215736775439879135421016107700381659940172103966744613205034121722576","1"],["8826902362799816605871849927418628917331984445185256347797988550609025134733","5024885498094301749148690465277754110516559055659155577711895769269872503530","1"],["20397207993583298703138653193672983200844815338131529491216746893200334071791","112322941850863254748442056766168877517392072899227724521155678720044683621","1"],["9647178298908148425956505775665562508380727204084526202006729471293278412222","16142215585211901052449600510400574632301396089546152438623705858673409850952","1"],["17078163951581099259311925538079656776815560804884159322782620232159244212978","18962725707504160464354852580665159292435301832558458192872941053173336634985","1"],["20267523629325348293169881973823125261422792120318601050716420592464053630045","13285885985538742006450461897604969696109696580819033259850577833671024872430","1"],["15679108488999344829552366318256770072072167792070029909108518746126872206167","7983329951155899941817797128613255071519322327567696323571425716707302311760","1"],["4377460379058827207856109012802660503962487522168119331856318757181007708555","7083589571050994499271330307694185392178037394277744150969259665258310175817","1"],["10257728702100438343269725821400410997295608189770357070852535059638026426683","2389458697437472390366400886255469620484785512779100586126408656295241122905","1"],["6795113933654663204753928936819403521962207705443569613910925655977927130205","12102338195284062400733473046244297771040132574655643690532501873823458151628","1"],["5279489856048830722769447797417492227593036716284855657711581745387213983581","15511804500413111547874265098297996118057964318388215914776263795594477190958","1"],["1963921195706427129863780337093576688989113747288809326118517918793124947976","16019929722867299924411603893196350448956926722884859702430255219587879104485","1"],["250606317995338559622915566004431215064169686812808829435833904161968615604","21166409633500996689565329821462833076369508486257316900414859648501517634798","1"],["3260343192814576744370936550013630875145068275828933555159426762696627235352","7394410875320283725619942160616757949524191776599541186772238277931510321934","1"],["20499479933942305810710106575166029600758267053166632557399310044073295176019","9572794648751849894173605254470560915865200519644048886531386929978124515396","1"],["6185533085865324828152868369666947606884724520961318359749645373942046176566","17136841255565831263557957196304948064787167499590355934275894653993980878313","1"],["21849470938729939905767255652820632865181464594386038257349210077757556163453","2076000667944924283729820999428568795636417616186896390687596113130679470358","1"],["12948370989512435199549902810685180743595837089748104814483504027241927451433","5346722072159492810791220663097534739819265301132334364690959174081665934725","1"],["18770304872418444465578963314447119002267147091814856105197750107749438705678","3090742848043328431537752004767533847994368261013805394704083427290863449007","1"],["10489137205200080214136252229696990287401907519954420701795298816782074239023","808523674725246268380809138814042898779794583469472230062145891632560897357","1"],["4911320181525360374324402934981629962217471041022739779140452370868798669047","7496257469723453348248861259409489551411587924088251438742758722729916999465","1"],["21308991138985133429246400030603686446686449542905851712019839373115564727690","9678268914213647826945833433490127598970813336519393824444476482085391453661","1"],["380813623981703041541093025955554897044038368996188937484770475347067460254","17654635205134609854556072000207067721809819965495955420651333288027688218835","1"],["16546508550665007173229844470439532207181797304837095287230637857293806700789","19869166166723224575153264317333998225943182658029075439416074979713630400557","1"],["18834794302517347151904560076821368338913332423737078209497973292260353657332","21018555199909745595870412855879857923772778740724476188765468355072212828317","1"],["16054427670783723425317458592389754778761701767966845368145114873232849600353","21758386868819546470373557693807262862726288725246323678819641840862839511792","1"],["14883914046026084548774074622365434501351670785519553235619811218462226712800","4898510128729776216836295279965109886242163711308028285505718308669167336349","1"],["16121680446280885667138745061413086675295884571713856368030311111736677442658","15272070819340866465319722342355210972725490812250941575686606828404473840442","1"],["12221111791031120869398231081159395266493950073752765511193724618968294893782","12281373388189938677328535719914993600185738224882577907602714512146039468644","1"],["19772030249884010639795089334174422169997136872119105886226039764693476065287","14053600082967057979109065550591717138588177848249323089951395387119189731995","1"],["20323478385007279440914605394571052345357822767925020474041436349844705581612","11179883890061418675672266173982088937611747710844115446322584893798666585528","1"],["5191891775513908586044595856602593443104376875278365222484933397347638079187","750721680338915292710623178836220137080585077469840695857716019749616269737","1"],["20755945324175033302285992290659292630225917088787167183679264870534975876090","12530010565871740582729193266955440160434262868502606808983210840948461474198","1"],["7108217646797175007000735530050098328790880041680390767274542973543718333166","9434700717703900335567531610949785649557775765848661488628556527446910421854","1"],["17790475753952376695302163702992977434345900084608185441620983730140793160403","6366097905237080330847511521210650665844964831357427190032464843224919867793","1"],["6461458626029832028273443471814020113903091536550547934365138943418262572566","5254709389858367856996479764506749477541692284591645351894978329093860679926","1"],["11533198792828184183838053000589473373809540198967701400450376763127020807931","473414869567479712027849449197460197962785936085656923048976247610230754475","1"],["21195957116767615276488393058845914191075671364765972729282704026818768428363","19947378800209249679605339625917039076593712535679813497461067688466758661872","1"],["21791907330580941496303173000808782513838354305655188605981929589771435714963","13095277311437581956774110410793433535801631023337085701658379200529174572784","1"],["19827898013870337037991327661074042312126570308312298144292340613942577275977","6004469416859301537145677799719453865322000793663811670538522862180847751761","1"],["11015203535124159711829413335527429362855893745061149292990217643960964314421","14978688808180238209664674918192406470118112699808869689973932955472690362873","1"],["9788307060395562803494846038007240011524918631948062277323468480010755773454","12802985027636196700612994342290320872511027777431982920482554835786792966858","1"],["18431872028972713325873056083038119994342514211216954119534487163751806884224","20374899592917057105244220468798475309556810762608873428048349809073285429849","1"],["5514658536041086367270840573225045134364501403683783702556071095763853026456","18612120916382495820833662142095715013235863436863628386857359832035898303587","1"],["10234952514434957987644265813673256551197489690842231583742954601192880674791","8933888658366997821068945341935596240976739624946335452618885340650027618191","1"],["7432113081093816501341028354516816544441345445775325890210372731568418691965","5967714204160203351288893910123719331553142975111749477691165498710037664494","1"],["11562427950960663347947509863222615229538924745193228573454989579929036428800","1531020616321053151338792373930751596773891739067045476169416765018195214975","1"],["16525107301792308188406631929811295192300276003673657446580063861804291247299","16685054157555186565560669496969942852719912972329260596166389238548838303013","1"],["6455435268283785944263257096392994826314098402574849975940404668593033296900","3697875634910113768604045142831986664038772482589187633130336931248603740382","1"],["1624858889782947553287855484182250433399218192210259730996876236726561855896","1712278363803145627955981572239364559213017341585886986151389778513663945724","1"],["18573354925143742193424300502370883208174710881311248625385060882187780292772","13313861296878822954643463381374469944132829359835867686690303432389939134113","1"],["12570990819959300158255766394326904423903559106818846241565752267967830431652","1692062942909608143782620746008576250275428434893352310089050157719024286717","1"],["54070874611364177634072121212987854503002024993654477587848040740259580082","14106692017494136274673400188380458572804054625000401720188404376473391373886","1"],["1850418378637553508385659162947610410161398220747195089980730453441544547608","17037871460553230069190117581669679992617972488668565284921693280954651882945","1"],["3074982236767113858263216181915225093444687907415489511594024782874545299633","1299181231801045802104298347534745929184104762429722215170754899174271386246","1"],["5560455463053999868242521252631816870772823070403922011058233855208525255356","17087873166629343518726000667784434957723664636223812017281363346932137137358","1"],["2629764398107023089877112346389521631489100638220155491873733354264601907258","19257119511790315411064743174994891201205973699186855693144717076441096002047","1"],["14877935098583824439440415212759663130521809122348434120083182335752842728111","3418581179177883782248766941906638114017159036850146322428160119127367012347","1"],["4149601178265116093163850390407624506789160700149820551731761272497959551764","8343047941419773649723410840601375088295785545762480225713115309583724491353","1"],["5485994193291365143001673998453653418501610522335471848553925887644082564817","19618449184304700193009537993341008100006943798547762214100945615277169886049","1"],["16998500775089652654343575900140330442418773157933481006935497545824702784327","17145309582067331448990175329265072092277367314665448314708242128233770335864","1"],["10499990180023577073283568520261641836290123611194992441764863639126184896893","19789479996307190695708882874432879088018907639069129391576589411455703749793","1"],["5603795420119633774391801449975147654106685662943767233421201658465007082671","11231120235540449883819631821582775081200228565279805876518071557892090804609","1"],["3519056929029693463943640710742039819237511645279378307686627499159050398691","20656349446564991321607954216973491425390118437215047553627770341699177940532","1"],["10511894493103455499400785388159945055027325368741816087201507341787834443590","5896112189925502907344862785477634173396473288419733536478459538553155150148","1"],["3654330713630961254002182652571988388245150407836566038402737596396416636680","7354514018493278466470693506533456109841007240697752249432221931594607670377","1"],["10158877986262986291700443234713049875249526898585826861946288531622923308914","19038128278496662126311429703350687900237006441063169709131850326876333189184","1"],["9914995272793720928081131602843598752554286305709744848354344340941081826609","15107976260838176391278380996015330908435356931544133996452677143251693669742","1"],["13030034804462568405814413157366553417315238392335902144009544005510045599382","12421892405510721951669294404401723940262978325536791583151770739282893786037","1"],["9659499137168804287826162712127499928004485161586977566860244951645764328550","14436904925718655525951824058474393634775983303785457699288754171136423801127","1"],["21540399867066754427629042394201304172247268321234807917767760851867782237781","11487880968669838397889981598197711752129305614135549160970006965722938585877","1"],["8580957827233852878875924883166572798638898092460918706144758009307825440048","6286690068198268000161114437819984277792183453645718984014204433324295765688","1"],["2405370770460633231961850162158390721817113690565475504194060834636306139662","8108615080655219049485899923020805719624700621470556485562822665126134828987","1"],["5736525530025535000181507987566764463337445191731784669317857419512555829149","12439858597451617818855283149189205693538989154967691692986061114556141835642","1"],["1584152973846030448523534091550571992994210974384658063504673062611594119002","4202262350868668289630478394448213185969186931271259892102706463006681127574","1"],["3382211869133976034966037102317499527444833230626161403804872916049481373617","12457517406003362122940367158618751593910651964445823643276198433002362238612","1"],["7819503962144856882097593893325395825768803337169968006986464228095147067184","10973995546085995995752499946423827870279183180217902180076573985098480753914","1"],["8363681876110034897400141961656136644663730940522656317512794151812908438139","6261514911589298504558410020907334223183403785230544359356714949538803175585","1"],["3443890088503415162001960499351584026785702761044158629734254475617908363697","8540919206348717702344287583768847960442508356260509447023452222279425399735","1"],["14570285442574789094026214491866901589162232207630676480937589242335494307296","5457533320486121064091053711333240153421372597179260253880122968200924172771","1"],["1820863873198502406413600197442454101088006388600181018216659771011786319901","9660040006986406781257065927674216402435638343516036416677935573058131995823","1"],["10151110971170317004847929497821879979066029780901708574541303698407277952487","3472401681180902435680893285033266479714087868068842271521830441849068245592","1"],["2346882562249852124338334350086246421673150512638217541253625145766677897976","18849801398955877262525215084636811873357026416669943651903874305817356646866","1"],["900274345324443734122795614818190830701576402202085790339942833608189310531","2619610124435646699307468909545378598655843645746177782808740486195578106145","1"],["11478045241633579232843946012553314047231250956527775790029786902150799052283","7507144803395904689596845537301735649338801172189100800328597395423408549281","1"],["14801191072988677748584118628742525928761403297302384964094825847768909348473","16427715980699392421503341461418862982644944215240237280090364681847780788296","1"],["5000998016813083093889086059405383302155639285458667248563541363166577404022","14328229423264081500757261687844759145402171218299747676345350718647412948094","1"],["6557963034657199674861270978993905479150229201493428877689388907385938394065","12562381226261130213194870129148573396344734677178333234763084650435105261251","1"],["2933757640674481926664164269242535630584050926919372394692750667776917474148","14642129877168571163130108988977103662935267699906554837427266818341067580112","1"],["10062512319190523281595064366507275576602243640600701412567871425782341384108","8323875239605946915385646214487165395065555273811363840590122901096986946478","1"],["1460278509309413384451849341394562803853241436011174688993127649072175145558","533219717478532131216768659305330839969957110939010872425073814202367675429","1"],["14364314074528801137065585478877348046561732288805759473056556227645620979987","14751289816475136191654162846664744101017326957019137497190864076085347038693","1"],["7241223149978019636817816490177467127885424000498088165551295619158670481553","8596445916766061403097841581625563646684652039867840446380891639115418753646","1"],["1371212200268681366415036717422626015092131289650174849208437556142991029340","4282388433342846125436287530794636175552173347289156049573830806929582491877","1"],["21712735674469231966517766015208297231030911055706533894470153255658417285029","3786871612722766904224816865962105643041062972836488906437309920916838783910","1"],["11917368049459492512392316955520474556146055423596323994990112963953471503719","17313560944366531576020361318379351701070699656401082329994314181584003895629","1"],["3400992470567808839008367042201720874517068500017479782086283068630156675503","14009375933722200304222423350038978993839199817528128635970534903902279408170","1"],["1218912565202843552282440332331859297017582050748257859318966363169801149589","2241143549035935052901980457696638437410458581590585510596684902498843301428","1"],["9375571759473543432062423180597408309638895594666294567507514707476079181180","20737210668163653377533947298197098596209025586874976301667925659966112931421","1"],["15685040161813954792168456823669711338354593528506075836176962706192882033653","19927282452977919533424841763484739210808055350804155733463194312152149679201","1"],["8561468500696480881898148786447205229921680675010339056330425614799187909423","5308778404350313323142418822880404442726854772851578339656618000337391628713","1"],["2851364921471043404351373358109257281806974869589808475778740595265199680721","16381092768711517043616123665416823199240212780776610722954597272606115384880","1"],["21842172323074971031684996492149578290626741938009173828375919001571352395016","2846124847404182024778415950257222487211331811518193716012303341158925441406","1"],["9485035840341795958222533229361604744055037201985659285923254361133358981861","17754404666463758422279495475782149810303442930950613625841703687103339320351","1"],["13992093062991039787079382752301494561452012641404673773679246789397544839379","17254494207214424447223916308712264271164300369464595490099743626773381876873","1"],["453875403050364380216690567257149733035614399409676128546070108401972562428","20766061427575270199112089803572903978781243317006693038423894818744143109239","1"],["5282910927597193973475035552709214462773234857771590975939172921011745454147","17263494084220122712619128742731511865364479736984677823046173605197625942393","1"],["10626880878619590851250254155545293630864795723275290089471601455368682637766","17793990456781948733977413134064623259819954805902694165474495651799609507502","1"],["21748434978213711065370853214896839088735297084479962361737963911675227936085","7443830684555572439447717138190496594458593720012946463863125531013419936395","1"],["10973567098857943911108114153304623569802510103901091690805973653891265086143","17822195590900307534099668475709860639443012321493832549750312510155065889686","1"],["7629337049484731332670898214497449146281528588680653318764652784477943179187","14893376615311283535408464236548513959227271571166129143039481961110616845881","1"],["13861380812786442582280265097577956751836135840985072649662177808623393345671","5009373876161332958767203323112560080600273461369269931018934451824058121686","1"],["1832795006434563514137341319294460808951447279553488037432251626476812595983","19909658035207723684277902616276982845899983654368762469809969454255827693025","1"],["8764201814533845007812363154557479677242366263251284070029049489638252752061","18355114793221136779961864444180495608158655688409306349743621414836218279101","1"],["2501627815290684864073405144230652316657913036943444491313358390214495490826","14524549572893986797523985952267205351041978687613341634594910706303335485045","1"],["801991977037976088571746586308595582352718794293327981054770062512285053340","3772888155589062394399041359805998317071743786746716180679974074075673451014","1"],["3986919187995545475740648163309370404778747825774719127283860150981242076836","9273456265829254869829757797602058528257012024517458660385199594013582731491","1"],["1038973418131077008731824156066997428527382097389567618036651860100553435843","14347934874572843011935405886086316300412509802741443165456801526415363999144","1"],["5236645217047877221425639605921365347791038311224787659784413854923644445427","3480744736875624507486879105170283945479228304624266524576171538246595415616","1"],["8595447663862551447543933962044044408838482651057132097269446115044890018156","11817365101786681279714405054406527930616490774713337084255827927470896052729","1"],["5995252536784967099645860652987980113836918604448346787742452263833610111407","8125853696205800414313894258645553130295177865248146174553519378436386037071","1"],["5362088823220909121648380922333519432294031047474101171168799659299294486797","4579137194481860051955982894914551167150313193778551062492857659144391382869","1"],["16916010950335779361039536980042329378259722978888585053479705341621063698126","19179739000101170640725294341691528514376639782242618098899932931493818413974","1"],["8700170613514873805722678839756611700071652487607523193406081754220519892471","21352833426396244484473659278304304122792720703706351409919542786435568624795","1"],["13836276708203869643069957829347731259986882905747613520602200556351646759304","16679167573520352990717989380259023389191571361726217829566170638227309732825","1"],["10877097634521932986055004339592278898399247389225482954929267527610503129691","16949896895835114787656410670716785448505459525729262509939698740643736689605","1"],["477877020860538070166497132353816305909711425087575863956323459684175204066","11425258875942362024789933344164034688937336980123074644235391898691032445588","1"],["1746891865358944820243137837994842158741498473972124723508830642916464709431","16157635909744270950252846662181581979474394480414381710792255440591258696995","1"],["21634647892579250078364865428405637941193852179488176142635538568718490370975","18324829406853048951552639909029990318872889489442855925050305823474188337574","1"],["503009564749946530471176404991691851872936042948867482805435319992705332907","19179227489171824024161791746002205676464773134948256327941292591107909951884","1"],["1123004778842054825215017464159409436328794266226844690535194077423592838209","19224057887287030077591664299232636218617971618599588423141496656932175888275","1"],["4124200026427041697383469243522237615995117046662780391974799699716819306830","2979280077671884963896029701674037263275418560301681154340096534186257022229","1"],["15871852382685162472150873005424261625597808317260684338885243514227479236255","19444911628683944085152011957867353708178736015108033776900898759350901510689","1"],["4728918439250650378128466680728333782561103639254262543091910159356124390457","18001912794788375501322536409184881589167200865391005091647538521267809869426","1"],["13285882687787281210137699678516965180325557260622131807580722690392905959249","5229260580747287404171325474533026733830542635547317510678207324138151126112","1"],["6943346652326651020785778470442912316641896182630846650302902412164635308385","12259987349839891798932206880710008096176660597838350217810040996762981568704","1"],["13108140635814895123542132685105833037604748387756521571903466080002792812342","3559831992044246596115168281203665143998373092377163164042639182895169443826","1"],["5914066695482022646820377495479914814874350962362018045260960465311115178949","5591085480844584138428096307522442720622153708591477815107394603352488696680","1"],["5996794333266618238168521532550109236268434964921253198672863692759828643582","2034291307924120678527369668076529765389576012115504505478088015377427257429","1"],["11438063584103524810611493004789448534854696097449050815252876493840982960304","1217685869367542089143215734985746290527849135524212300816128504891060329912","1"],["17294590402115094050728261585731621187208817221194210096642492936924636442480","5313749054890481625467016664527454451628665524536553041337914870001290297628","1"],["4911886797477132276540476428658894432247276114801826571013494844325230876692","7486803598012245891012138807720420220437914527109276316582266164604810422019","1"],["6421356532265523464882152987774572295971453340165829543749247296912893784790","21546159116553282961441328112146737524978566231549899076583733952193645346266","1"],["5484725260363727242163548489515738181887674346272076436954271742607505906994","13368898683607825515983809718137121606642228769951180528804180354715505220663","1"],["17219451011416899554854077789774640337404880208732630826056335605052346355014","7706305861901770611928287630432356965154546410562301813276745487121493964159","1"],["1615497107615907847372814073417207678170192935256032623555285033660889582179","17778016283039380594872832186129759314254210935975370879009868544135022355380","1"],["13655147268208890144526978331799606213666729612216743875660348396043331723445","12398606789227594701159693332219221563019171010935078937990385127317647125204","1"],["10560654019210284780671731586102540328312036858719734882259343844407771354066","16396329339263040904965764834397225593716070299689673757371608763646981149201","1"],["13850418192713444617568210301607155720336232617719416616420351287834255776124","15399670035206154263289283735746263844238458915516158141297354217165398853856","1"],["2194032343960637812004302771883682541297860995038318607466320425964109713759","5488256954826060656628914363738665015553319957801694765025387280864853165915","1"],["21079718636441262308256042788652957985087922903409157760210732352056025789684","6920390643406362816053790915248072171678763551108106458524484741016406514166","1"],["18178614847410344120841830386502468573951801819213909581489980812532265124229","21326306506873511230396897710897498731200051335609189909091866993785939208792","1"],["661878371005567237352306679629895693900012803401489846944320088058796419428","13459047998037298872081834366095089294777166598677319320188238174835927249058","1"],["13034502668882899912657587574304912979026293264036731933480203075186108405201","11344953015594018612183427304950276389064184071061320825569855611423288016564","1"],["10512384268562124379457536326275459241479917837509718164571434610792198708154","16341197351644345161816555830629345798569583310877246211832739468974433939897","1"],["7328493457763487154934252658922435433332043029633202808273105224953190881303","2240413279097316750429696342149529812571539325735405385771804966810718036727","1"],["21727278313356469652904708914992302726081662882171590828886660632007508953775","46009950472667071911371510003653353136502956894327079175286752809645590940","1"],["5107567949449482239728319532377988984311152014470706749429020292341206979495","12843838244895076213709583458050453714975467047256942370594189964070045024400","1"],["7532008785262478003120899330731676320731151410119049706784604665972561527839","7942927395930458830650639120159849152857943821001709708932347121112357416327","1"],["4373052781858361567266195095642601932978315366366476519569537790096400895105","18459461307522285813356717910638052098071167598633488438137907846304241968444","1"],["8145105053942031973339150856534541515538189536657656750921821844094085443937","14100021459187016733413523762778502576133833290525145897347796508134495449124","1"],["2363745478979378990627600357290765326321231835347704335853497313747245130373","8658149660945032799814080784976436444065719843152895109599583584735007491448","1"],["15591061167791534307075764631383857124708091558073395183062798070672097593565","18580098688707952829265065881072696384073657455417640167065092244234863949008","1"],["6856239436664386173592945767215553169391012472675536020220237728943240686142","4851952177749936408783577912990371244197086234480015122334867988104206682346","1"],["4907717963640870611679398503162473165490092460012295697665489760875383419753","1369028022349389872140632724367858822017417842982494788913117495604274341083","1"],["21161640518718222082604891757180819541391068939563338742865173229216695751732","17547623640582928465980021371938449956218419824171251527032985598610396001345","1"],["6636961591129640630569846225396997849963711507603025757080163049720693458604","5970549189248987857042225380932614715663350278333775076461585304103211748328","1"],["2950735533386702164492646723026454854170284281201582205427585214112504772779","5491885048961743657564000048039148187224039908461675345686739774254372881513","1"],["9560508359789152365145800259907337574619722797173575989053470064272982661906","14742459330713969611702347847020810335429658670617857341895529769530917894265","1"],["11911828170328426268907432962070616372416414448742886239124648198700870336271","8495338854028626459767202950575523696407809182301120759661391616060545808725","1"],["7405043557079933860829299033805001521227894325673327976445726857809630004563","19135668134544790784607311538885935889644382083470949680791725498040613403300","1"],["13382638037183944211517986528487521698364777398007426709035336167218304384723","9806452429962200395742734784557199291543516975218600333527642702452515280223","1"],["10196716510601640229999743512922632791661551786710661145161506430603262670277","11812209129619607259888903449055736237803844915209131598794718254282802263324","1"],["10553712375665620335406039346061612699143781715671554616600842763965010461643","7710222054128312075729926576382355411530462436883089366446710409047965358805","1"],["1957145979700192148133169614950667722801932957676379064568492267444695181302","13353591613343292864336323296395720683923299070938808218897140037043491006129","1"],["9708858592674069787079276183464353318544291224802347488426432910561906948309","2234260872518214354781431380954635695580240992443815100281297042477390298813","1"],["5102992078808061371761313631479073982193487944799445640501295822156713602482","11902393014424021890954507387886794065414043342731758927727188229108540989953","1"],["19888357416402306017880544855541529003847053054469337868961880730810481445292","1770108859231284662784349641102674017891515211960051146114356330420501453127","1"],["11139292859488343883751448817563466261226502057039509259551349335308965575980","17980828769529372178507141854643936947578153170619070874344521492466677972916","1"],["7034120646965471098280406320638513466578300954365905625687197292622839258301","18205780222332571317233293877562716766550018297695771703705181800807049627315","1"],["8498472680142179940124720569978928648367696321389119102080279129171174618131","6659490641773177532042560269274024830071457765896238194219269441889989496456","1"],["10906111125226915464329157071070439722333796901579826676965652891435832037914","3122262851272778261338848706261286298488197968835186572309930265011437938451","1"],["5957194242367746692563899366566380736014287821148608801640845060608317812600","4551953047788421765319555964704335899761180776005449450432109871674644886267","1"],["2351514947198549708692193621050778852814952256030935919091697599273934478867","5591225150231484415494099914993243545822914353483376156917585650933273965930","1"],["2217307867057207631327280640478591562319030043253200647947403026680261816814","12427233246942674303188500436719429390459852381394254059301291772086667044996","1"],["1658047702002593816970789306991016859588355320536766748628225827080142018111","8952952763385690719065851499158647744478054471131560691844910621096218236781","1"],["13049516148317180350569778344107996214704647380048185053954157377293069231310","19696736694414347097393528960702610632188989376966733754493237452319818310797","1"],["12666205862364334309212281532991884307944432486245782289988329511491050687015","2896769402164685828845078289794480553696879303926759160293058749426385656439","1"],["3157028431367271807348308214326912833930129995572170316487986838736622210865","5795766795237322029047077045763129410980506182811901073296412357803351759639","1"],["6396216130071447505346382550252453452700937416416331856486187614328714036205","7780530110159354775176767235389266946983107102732962172913886899346549419308","1"],["12104140670058824031252455902365955898387650591866574734333667232761274943638","18571412480569798072948347322627981787161020924469664005022722435835780562473","1"],["6711605260813994453871560756973019111993505547599013667169325263272187614243","3971073356548973220561633157986318714544481477075477314183613255073812577063","1"],["2974733451906312859545794235985576290760036468529241691557934502275318109835","10055064302510104544574083656239099062825754977294510112128651758311257973364","1"],["19896988369319852600201375730373772588139724829546124233060757947731185686085","2285972025890643202998040334596268539067825012074108051781524797875190760510","1"],["7662009334337124897778355724770314297094546463330434896209508037629513797427","4416993585586027127506562416679174159790756885165511326956993187360326879620","1"],["9427514778063164920303256536099978810009892987131285733707092643363109358128","13674577284007988059373080463025562609673734153675181984144262413991823538750","1"],["7975161790270764426164385652089794593298887646791470381104031705542943450563","8392789358677809826959901076851106775712198512005801839473164598849926331856","1"],["1580015926098422668557746869250016216910487556170281082493362333303230436463","20769748323572011212088514775119178218715465824240487337260336437218302970530","1"],["10097091763243004697494024921691559648903256024579696589576998041123175912141","3266947785756738278250046397890244345732835753595875033816468292578789737814","1"],["8491511389642940948918279462950723092605341383605168471580862268840432891073","9880582573944560060085626330148239355667466290835878014876629798838408998403","1"],["16499225992061847599086355880911315324435850924272211504014647612430852957416","8748762245447950471129863283999197883917386196791936240280739045725230816185","1"],["12409233433017408158233235280698790381976318618450056592070620473890482492290","13033022465738898383192703195008617958172703575159545188447862048787231030236","1"],["5560237648369425317533563248962537742973657493335386197566759001413681178311","20770901933359082228032916978649228248435816744015682471503312858815699684289","1"],["1298948329098546937683017277646056460547587645279474696631057637235281599494","17019379149117463882942355974334396008201104117420873229802012651845169466325","1"],["8481560828483902510954489490960376063822350905643340712557618693371740779824","15610157823442314954535915575001896050375222048190886400709611018979222159325","1"],["7315687234604802508181309946428814284169965185844989971764251046543056920485","5462279518697292345517027408850813292807750727489223008541302430618289678871","1"],["10861626997759324050887065040151557431049898788634040708758781300868839987845","5304968967652029120799722714697771400249377550320213814600893398824716628586","1"],["4316714294609936259222864272800401804025338897157054460445987759979917708455","8251585062789401246415493569155288971145065026879637443111748043909522931074","1"],["17755673632516673860801430215472930465290765282306369716120821772497392810092","7318138452700371815868709314108262516480726734019804690602950470218280815486","1"],["2294008289394462225372186366192027601148747419582577648001628415363284973201","15636704467293324781271097049721131690112651322107362085337365353101088453195","1"],["9339310596682048088828534959802345243130673449191191065039769953785850436434","16479632259637334140063907118512049371434367520440095028673961057525236969931","1"],["15983921552093700146080010770360979268950178282265722903197969359231042275309","20489229779750574283855963069633128999997968674249159848430265021626840765441","1"],["18728239052632314996045277879931100434086170617657693841776375154671288111931","20886292573232473472185518687996092830088145422221292659971936081058274519883","1"],["5207903038698699550997303226697623678077630433765511311498768262125170503583","17933238856389598696922270744374486702523642032626482810420021159622029516763","1"],["21865451872824202572599726783060346070290522780833103877816762767867884907944","2583564412391896960573086457433247020765740156734890858454091115903898017663","1"],["332750195214636430202374887170491013569551205020200434074453430122074959865","6509830845110307313532692215301230897491547344895147727899206034766925224459","1"],["2602742221729478475340618046637061837516789196598743371256723063490877439253","14491645402348933712091894025988238739309800707153951917556716547589763538652","1"],["3723230567397090248037539891919073279400924966326569067241144334789026684229","20838176897148953506509640536556832065808587252846751572706237175920994226108","1"],["8970248351201676515563913339109266196795632387303043506941711940420229698990","14009990197171438821054435441432175537114518685210809365413561845398168937442","1"],["561801542433128574478495036557995451944140976125824315425546454488589504106","14219178737471226069911562366228958639869435202722497849875526264636761702278","1"],["8525479298781127395714386733341011639738217164833790653188378513679408480608","320581884094457539679507086527388052944602150630293124901690491799438849683","1"],["7685528312530919740814133082725671230723680565384769613115283677538662109110","13605351769470444535098142366883529083974672463706343829869405817256566334431","1"],["18868176021220191328493447753379276275686310178179794606516334095858065174260","3526918579658234445426000683981899584772702109309531403509530636808210647959","1"],["15721887349321333048428254478661179365162469398844196551596869775399500084758","20319299295349900767292520296219213275249873222365993025520924804663677321536","1"],["19677201635324683283112195164135418183565367605951991642940178503774369363344","15232979169794937924739784248327321404867405202925897568152663246839871885871","1"],["9550003083937206158657244925393503287492680115252008541481216805855005975724","464943094580411466569388002179585450597826216949098906940840006395646661542","1"],["8222806676433599653270132968394601464840087298818199362429808860471663357867","7139963244352118446790960167267736776807781002296472889982386005541236255794","1"],["1383419912968076067082041123850901357652036888478041938440528731488568772569","12676913962939946471882553332967243526183092480840538011094659832302408668082","1"],["18310293020469375164598443084118677871461636237267534180237071357164321312940","9584914654426368798494589550964731150190836365179055854996044655680025172923","1"],["5738783181083525396361244516625597598737646760129194314730065319117676369856","3884602221502458300633094931880154463795177506150572944457402663547203505515","1"],["14710611464598796921390388830742110316875091875312734081642229066369668936557","21031343419922265639420145702261580301319870738012050515071512159251907254631","1"],["11562900860948069040963309507476897040129907404530299968972476383184138998265","5587356089530595357559549813299074322580736164655224892996674549028959313388","1"],["1465861328232912097214319028286938637377442879499464471958470236634491266876","15742804356038149165411878423830800000988396725916908008521973305163740535766","1"],["18553308359031127014732343177380132712811600881297465156582933284359868334112","2360153384052653145680508106260582601416034503578040604887657663592303731155","1"],["13331509566650421313198917408212260087105211172257643494516108678318199505286","14340380377937692403008870197293057884867386809011776562628579962413438656640","1"],["7556385860495361326477059779606381228848289589187743962195778038093503144785","20475742340824264623910487262026940040742401828670077581284548190655632049205","1"],["9338695098572580591529912058965796747775924286687704704070632340971700800703","9865054024974298133639280687396989420968791317386718371887490113196454937705","1"],["3856368168647874733084506344451211745234316515319316403395372464614271389449","16793952105690419156997668355762168492144323750388683796955607134246011788542","1"],["1600988021923403108894468654826651143849689442792453358533526931235520900415","5841611921607035400125168728903904233094017586874747304134101498123485391913","1"],["10193200180910261045415946139584010956168988358704917920328875486580997364725","8565058792337886277225211240388130034574274670316151630072790791417681165470","1"],["9080587942598912964923513941028635823155575806713174939555812628487309197495","10193365122839286490628090476151674600971956890443979481187660587112562897476","1"],["15354125144462577387740692482619298577123585295588946956144430008633311764587","16143182755989535845227616386672330354452856252694442479271698766614101050309","1"],["5328736865773985622703223987242773073433137285200179737454164522756234434591","18914832609480493210589142401002431948857753155302044339634671489280032557520","1"],["9602914381315907667120690230701545729064861908911551440988922493752024691600","21887762672983948743172277720622497863987639869360214714350258176734282861112","1"],["7137235938743302760762592172123035768588263169804792447526084806839280869953","9544866642389221947893517536791103578127379878325784181735294006547047277797","1"],["1774088844575928018713502288629746414546844345150358726834929406714429252696","1458899684281796547843905890599465936951028001459279461667871967333697937212","1"],["14560769892706070813295983304872307279209324885038412824274931627327159904864","6593354045164447222985562137064173607696326184939338094985883644146992466922","1"],["1230769264745315105518065218609874934917580186842346962457201591160451161019","2327475881150292078139971981209815190974287301573064397240146235748945987366","1"],["10083740726981296186818019293296736457317935948073739296523071358479975791793","5035217551370417314864179543038527123036512341048105175283657880101046499185","1"],["7084692778915975694691786482199346140721985892323206402155946083225752408434","11949415998606460226602812703305145272852725868601227712143890183635623254815","1"],["18730686015962640887542523457000250165175458457630609080587573511822905097636","10422422015470246693789737960934755499213602702207460540205700771955535368535","1"],["930554475869098623002773846221057923157643662254855705531193557340856597741","15269899379504031525512645425589179638346902708662845730411794116426718175986","1"],["10226745679612683512778549025547735586891199374317425172072949698322049211374","6059850379110786820568146014667275611999167925660980264920511806875648472005","1"],["4557861978548954635863495220442498816980779894547385899364865346161557284461","16257672514858017425335005704889985680205038492740272424471226632831399877729","1"],["11794260551439371022409308309572191944089249801486072930247712658061960886760","366613327704009228338029244534052804420858086146422857755665987129841580816","1"],["3262111490382912272173944201711476997003765954719432094546825249598645418634","2178999507897758962200926812801855546909320659918322545013940019863897701997","1"],["16428950742319008334924045712102909548474695095277603291720612095716066995508","16523350249046175813826149296797193655419030148273309103506200145930963982262","1"],["11103465117358713344478541729808913168289716868265447630252107833977081082745","20835868247785931375321431895415711313679191109285154096672759376413040938874","1"],["15271184949618555378577541347083910760971391966747532222277695057553429859009","16613443464586295852103524846348099722877175480110500000655328947368394522095","1"],["8138049594424846537569010207225924090399111318361253208030779734539760239479","11844485332833516184406882522125685521258460686384764652531827666733063557022","1"],["77143170346320062404359705484486407797498841460722403485055337089333391186","11928485473643139803497043960873860412742902683146056908417129326235811766523","1"],["15139803534840531552747769984176087849313628722775842081271918596470301535500","3641479201758091669922196557884383882374739348291346207220124336405407861920","1"],["14107751051553295252738186605957407236613525581064141005053706137233662726214","21731108683739883545434414673812889572561750452135354735743426593281109791757","1"],["18512599052479293081419010685245741360274085420614286590157085543238551273754","3247900080268326624025079645691022662899743398473032902657372116235475060983","1"],["9652413117653941883498242601283265251880528008389463254412602690493140680978","1013215212904564917236225996351560653582405084487628813705030198794923479337","1"],["14534514336164014946719784895684881954157885631671295054204305587081300751302","10240761479998004599595512545130975190692545212043518425111304891183126951926","1"],["8364746658332703290579660067885165367374994584257313323477869007544967016355","18130023466319367742240742172738906820778566078600074422021305376033184489843","1"],["10942616404278558801791127875997123138954893736436113957458972755382144961301","6129473252467615511661367372275373149072778947605899136305201350674765426871","1"],["2126183615651681827020437230659207238812923575755709830794723751175926689002","10584738423010976561666589347658189574092221653032634094394315513779468675091","1"],["1427126875458411834672998862215644457079859493533047815146474723527152206816","21488249673160684158995257560720722749657405559831623399270751214229119297983","1"],["5919534946364907319468510044750313375038813938127305146446704369513002079825","13799016694104149084769282449926940581631249976933493016789899175068020807566","1"],["14947304383541271900063939284150028260320637473536504182702503707889191261548","11644024854342349509960386842610784864884096357928886697527554655738523307475","1"],["8023236059005870330162623578473972026884396730822758411736155461250319317746","10238722557482588143048764623662858127509650033231866187419550443812912448251","1"],["1444553548720681924168213165370579789261606487610442198967519494450272329435","6845155383552713869159879628788882391449061541538934201785094371681303493909","1"],["15491518913810118725778899390196470684355281335583345344031292835320642803691","18099117304455175973836221451333136154033117875590029928161726899594077486163","1"],["14744700135202846785132662078571162848241716014264779181214837627183371962293","10965710538825193910595560943812642603813636431279282263644618441893066782974","1"],["15644433585041127949875529916774783569390562850591703902290686598274377905355","17137331327698288674585450969902683473056461969623988545018928250917301307066","1"],["20227886239067710164114494573941128987001986175806957138768802732384179229789","16402800396835368373797466250704946796144123298297450398916294032442393663135","1"],["6251578825913580819760919937499485377584168851220682651193367565435041314439","5257250893253492044321805091644943481766044001054466720603353736279961184010","1"],["18434748088888122439746868682841824700118867147208656451261361742472021178626","5349551368248371576356061535577812654663522612927327025985386677712656190435","1"],["3127266684925556714353224768729540448653337179907443898598681415012080797565","14622628010038539427236015899557611127734199146555560503783413883390644535978","1"],["16120927270153204082493872255701304678425253915641450444334826532701750078189","18302534350001376836671575442028479507356195014655922483048718816774338609823","1"],["12907868054751618048063594431537274336991357401794676151232589659384109864534","15218855735051783536434972186536200024807266415697479685298690665085421301619","1"],["18405452501425603449282577092741596754654872429569305371195666108172214989509","2495349801046262534333725185922792815932709724947133482219634540913984811338","1"],["15696121890343549704111578418068445803941013439133177455889180671895990890767","17471210880060185235942796467101967319788781376216761333484156208256720525768","1"],["6183861358881278193704994435790815810567012859141000443803880612399607074665","4341766460136298923205463952907356225962037729982213196807802201256771129696","1"],["17677392400527075317531060161748984063246533239965593703029071353670510809755","3510103628807452274899037709554926982456762793981511912883548933805032506363","1"],["19476811653921443781464693993817789303337704157803139558860815584017866441564","4987584547623510167360046660671589457017239778187417736963203546525305125116","1"],["12705599983103193135887095940797153296149779428226102790596785994418618758564","8609833403890930226876371102927841562842207398455033876455014415133376267406","1"],["2691324267421934169318300232046352296978159109431407547064681788621822184788","7932164751992457002405774660880227608348818812292599115350968688092113636593","1"],["9064762721041704659333090684335876058041983106722023749653335516244980026298","15773202548417817250102693987891905269474365842146806029614244790357011335180","1"],["1747254300018893981094352456705863693103148343198591565806261216796155983908","20860634751061238790193429234656111101106313091414219569017280877841192943796","1"],["6741922638042274018350584046231490071792838387811455596322736701630214842797","20269137082194565150602179617028604963413793993596878252007537252918346184312","1"],["1558209027337146905708470168048709136302658675604292984111710328019998999588","18616904778159111867869875257394296654442130824483574993825700840881058869455","1"],["5809016742353733575867915986832886244172916220565242669449419650689231083647","1206442472564325490471775152124839049468442309901866209362170795413396326366","1"],["9844683789140890755863185171095534504566202662267460163119978779181838098628","10789872282794595170008484186463920988213878038065713886832155630511815450046","1"],["19509660417919700176253894304883748114568012578382438089654147201999234227544","14155385860365856767127344240801649313510826204033044805325957403124844665411","1"],["12843709943222347816043263658940700968401248940165083337401602763757116123370","14400323246526125771099905852549656882390706296138158870513468487286785339129","1"],["11215683346908260542514030153674844606424916953598888786258078166911416294119","15390463374914359700519460675165789074291531892474389186698511032483321077143","1"],["20823285847549663135842818489420441789931114567219502985490318131134339656007","18350606822931767657375066426654261217928123810422496787655826256298223280182","1"],["1558943690214205195699780984827198902560017031049268352817663559172755027079","8302870615013469652052842792741318993089886928212662117209593582144729824448","1"],["14037953853737685518628180285773796546696238676621969016717290558554421934472","14030249681253149046470855824621824207064272720414753713136321640119660748408","1"],["11432869282207840154235957394350956065312934638790792712397530055884012580404","14603333168921629042651584509373020636300451959415548653151187583621790917416","1"],["19938993237165193590217590862735600780275801399914334958539725758264561424299","15009323881857108700252450136413862486733254001794417111067440686496660982396","1"],["10963843013630588436616531683785581307019538671299795970620926398488652227010","5925456091921462729784769076770155452709565999964789659506151220065664550224","1"],["14919074648593762042574461855789722619704513457069097888042532810545399348271","21455072390821171581718123388989387150006382631459450551983270538421558548807","1"],["6248767988799453694639669370828931871104890607483019487873051379715268729312","17658229109335891346531948924364482813112934453398660335471933463882836360326","1"],["16443086740319973679383059847457373832906037873527145132091868866609708248214","10399413703724904344595894076458581608761153119915037837807932861390770965212","1"],["11765353343678211951028115325821632318182977807548954127716475101945613054602","11192641285872913920485665686242631752208935623633006941054728315475396184718","1"],["1973726271041708489465539827228918613537589396282613561728791022196193400475","14674338327086139110436128706721562217220434783102395740544258663678903252586","1"],["16846611629475126080091184682787875610438333249519866890352384649676037318366","13912862716870972042632671002655840139944987483437555486397233321500632892393","1"],["13082817552842925855565713148337029917633885368644011761289256028896491471994","6008091868024129797110907560151602606887533473827050462283555867839610184872","1"],["19010169800011890363773050327130898154687401683721066535133211061479745565702","20884218158159041867259318417759645505958510480626891149467678112882081940926","1"],["950840873652552308432480935745522414919614262251778335762408536513046834801","8723268659865527514897192471152652192527568347102279093430518674173517097708","1"],["14702227526299276233444054575371679678759229196419111885067025185544277814385","21416630963581190263848829394701209650599740896048948723357954676090563325894","1"],["1602189973583106051356007515847390615042160677324033033346670798945495040389","5555511187613141533152945345091867567543222032162952929263501754726633428302","1"],["20042538345010615245961355395682704003938806892951857855786169242181477776479","19106717668617430981502363042060896062716888564905328497908126011889402378709","1"],["2695584159302620746670424484183337886314473349016270218897238884791498202320","10041942274696444105799780109152775930794338792124768769685426548111884888347","1"],["7120483631247173884124435177610581816160943595757772831620534479490125800698","13170805656861298397577701144956115411525435136052371557101004714218778493509","1"],["16059925477012294074859446729419906813416813399570321444584771010028774061922","11953922520918726463392248494115338742885746205115623194837878538582184908335","1"],["16751246529010469711459811686055346834812618903690407928800292565498563960539","12121375295101218998140254139862992924123388541692451639183252420086065777287","1"],["5614508495374556136453365158859118791084112132499206743948247484483910905955","6024563986369968189671452646343977283596852888125179946502579492194080564944","1"],["13080807077807439442817986453325424583043753673027258149396770193903147718131","18958162055003705278706356448620553407872513585764079527442777366862825535200","1"],["10528136228875954522119714741566946367783365477373642802492283088501518536377","10668146526825149609478496066350210868212886838895420406396670809261813972715","1"],["20891286145084908249409463189905387817536680523614280965106490590504718986145","19029266972059454842322132379927619491426802800295630446231085892117004001221","1"],["13868414636870887268128572676801022444476204702374222814184222199281456021863","16167976660024100165135989292405963712544323313651618482595411442545590375406","1"],["9704621941637951696630645277595893728261377091098388098097493573578293745781","3630387934986019932635363992548391846346012596446851808445515391544992274913","1"],["444921704943992105579572303228233248715353782871517591876990127384267482259","7765140654012792568026847150648884404528454957806777771630923000761490297589","1"],["13622304148123267185167507532871020502821061685603087780995371684553398980250","11002957134641851370076021949526146869390628126349723104447983898121057756769","1"],["16387017435556631780920914212458346875175073156472816060242303841000361758868","14771726214619966380439367311068434236264343431523164038384000967785683156873","1"],["9354313973629908875363911675827156552607353336926819788978641645584806418121","8073322038757017649948341681719441833016237445066462749925969546347498379842","1"],["9414585977994506526832838194338312342672949941120667589681877733289844290058","2117153866143779105336149759296624321432229436594129918102703422426361721639","1"],["2128471509951826868909475343981894985734084693357438895803187893480836334704","758810987149908287102286914267212537740261446439569383693939374853191598681","1"],["8019454930828127005306542647256609873112315193124367614262236057972265939101","12477683193924848711638181388020911638530493482482707247377051350516967441008","1"],["879041085939939286730994569772619310691387794870367892743599332512638207571","5266641667208098207312025481053210696881598481660845945360410853533831357411","1"],["11843473533675704327233333857638237476731539616746968263615100041007747192121","13855656115432184003228060065171568983141360961603296159060945205360812270510","1"],["12683261053561206775048802476474984267095918586217960965922911375348858895826","11329024243914143218369228242655375929244302451883245476131369816776123424760","1"],["18109849532586870853242507272289270323721893807898620887569870926521335900043","4175905335899418882803664905028680046828263123972079966602057338610153456264","1"],["20099011457795001514561188279171941150466045041581101211717234632894138293804","6619889587879265907152366821627128662979566526288510605884042144248838624620","1"],["9216636974699143869776975155677188642287425908059065881387917717641887879999","3385703249791793365723266645076822885160020130750593846883371139647975840006","1"],["5645339684427029283341955843355278609581351684265346857782746192233828015189","7454804669298062206229195071567719382147044722249390085942339420628583327696","1"],["7513853645106743801753845324442374395219134838061313067762697002165383568899","20565764450645473464524969891467179082152462703133449452082950049728056728424","1"],["21652230317838403632713187110845787385783561554616171560449027089114381111448","17178629462356687153422947757892544054711167358659587280072945264313824817997","1"],["11712553192602201201358626602063832309502277232540676789706428835221256429788","1946348405120615011417512145683634626092769092362760577509009721675607735922","1"],["10601024013992052116583292208091432987360984353146695747794543738904992709096","18653161674319429633302878952784714667142642620665997177250255758524560523416","1"],["1408555375770068188433335137858495330911572927774076407216034825418846930869","15053122035972026483040287240017524186470803258988092757465719874708018333845","1"],["5366984218070771673099830021598042359199028910725181458510585985680405716149","21317090363059714963978352021031696645140694553789891559142793017571297386882","1"],["10545826467877469191433654244041381737115710366117348075159912012356683489923","12349353382630043977345105335569238224988347742730892748416451609063000874893","1"],["5928638792957174166299770046178520451924972124915303243920634158369969693891","8071602058883916062570670068956569674146365046396053447030965860978521763633","1"],["18390594289026097061260632848005636785450126262689590788252284119645815039452","19429163811870247559247599323514472393012949937170400342145441939196943243870","1"],["8514100191954403362416991620640429201127787873435424664674931590293391738010","20839794948883228019789507582093475684813584884607832255929533067055962201370","1"],["13139351091382444289735174000983790258868292632101089691605139161281618177875","5673917480150396377598715959469546251019135537364060025387860766670590658058","1"],["9604537134695785716929909869125638775008680189510064719183862045139223725762","3980770353405903914889461728280105427887603904511304096907785150732300559795","1"],["2829215485061009816239474563772095551688807832371177289262667976813787452139","13849528008301246053567819111475038334552299930977129530447044227488819145167","1"],["15314797226004081472709901291475787061628594090641627469778102517306685532873","3687860533074928839478522342339929891720687020527453551369268581395776825877","1"],["11899561779322702139192151969916282184121988365064339697098573242934853376697","2263428239938548276651899760593369565312612681258957566488450312744631411527","1"],["12024636749092819871289699540043502229279773818563511030721677986151819919517","10274493353813431380660281624293544366471935815659624817813354373624875481209","1"],["16057935593623666341645653601697728020473425082307200713287583671431588435056","8710835601246188572000722057667818542991157859019250896365841262874343801259","1"],["2123667609588597637544581636745444731689380089059777020113833958864642521418","20908839147603410297070418577999409309337631356729482247939502656661508829300","1"],["3232501654590291066031377602668436507732466642118922578203952439711080893545","13415986607447986115773639058021833063428333805529333084485139162219243867910","1"],["19462274673313690086193817441514568195138904730041227132532233849808111714026","10969990597189425927671228893337080663725925445736610606061426590668862290763","1"],["16856394913320720185671463396045685732731378653610187772209644877399575296455","7063348383918364614577177180965222829581058120605478199120865287763551161818","1"],["5760731206353604524627131674452272667978132861382165339192357385924695972145","4822258820976660126956742769563733246696681929795664819436806064800178574381","1"],["19362486663809410536391569441623340911008148958541515994020094477728392646611","864679632611161936986828717376077391087895602926230476745056185223638874840","1"],["19645352173564819066715783814592631049598481042074285879753833156700367633496","9129515090272795794492321069204723832936427319276920074069840192070394840351","1"],["4364137742994467354311016087875825396747421008069026625056755281155967521580","7890519032680082648239186652127756230505018254863852648367264541189277687782","1"],["20621040927225322650385284450838889524548963844136893003582883350048558916673","2749882802838284972087684943893279551219618861651780634572801804390490973176","1"],["6563644228590261223568438930061359087435268718644709853836673405704503905444","17962230267888134619788670778702407740394237028938684514645268539556445002470","1"],["14689144531360921552464889050980920179330729255391584279158887770747697969942","16513156573654173500636893434539867640761642022356123829558396570105209003966","1"],["502657149813259510693394735363066122232383897667771979223852371031018905829","5118858964823301239370138054056743914834151489632780868747560391803028523841","1"],["11947425979948166034377538583539985908754538506010736231430164492436893822416","20176385048111270977378218658455117903612347569112093491767118194608403249271","1"],["15503097247286508092703200521841489184697634387706840326610071119678883867406","11630018317856604631163278886082362504299080492880452037696349100124848890391","1"],["1576175275978673599896975961574240176095326918364673420461417414058576747008","7556143880998282540096323192650258197232332326214207822085322407961214694734","1"],["4162538256710815525203646413207635792568545702286327468187665735401662397352","6269219428345247639865712592963365273863152637172814776608128035900638937538","1"],["10153019151015409065856850155893172722080670163061152221920777599032213528872","8459995190281477815968623748308125330428158146067590319460883674842933536648","1"],["4070654005548641379887937958735636843521699542294124749462340037223637053096","1659727777026419198490364373377449263124347275553451120075386027846715415194","1"],["10654182945457008554042664083758231100942341457063344277899501316335997796902","11471910564926944868380511450384443363714348151251317146789008142580059911888","1"],["19990942938581972491627390231188413924984145452684284809477044583273874790597","4703473618758877896886404612196146174386304241549343591723453702447966641030","1"],["395486531053724136594911803115162232365395692264072422018206202924344399032","6981643158105756612379363427544696008025593678383599571506108777161679608812","1"],["567774800259814415518443421792418887686646995225988580270379514592702873728","11425278239479682506721817074675491285298995890152117901055648052627703981934","1"],["21717795253653847689775775528262690399273017765054327739974922546433791247619","6902414630559959769415777293593062815094180218771520153927922244052964845389","1"],["11242201666161521374503970009374087249165821708164212065100087854727071648023","303083821401761233724975821496211021829291642534043876271033173732212138654","1"],["12247486968938480138298881858665715773327391194715148290412206939954846219957","17622908202321325555468736599480133031834856226496985957347427454818231868720","1"],["9736377171626904416304605600346523394890144852633955105827778872255968021969","11927720021900311526187878526523565851794469633950753359853513050685102832917","1"],["20798745857359524967600138697832705438483785266767593287572623212576464442752","13309882591307788149881856234828958665663429815463146627711266501702629041916","1"],["19314844220612246459250253689384298650161452474652950884154480041082456071811","12074609965682553722322655330633830336060647395995226400373324315170399446670","1"],["16897281105853025696189838068324754314773409353657393013808786827411679830992","3479867030830775378146519567465394304722788411201760654188702213935708245100","1"],["15718235989146453260151211396259273951358039918685961137329344928527563372802","16452629609449672121069129404758144973988261363668607732124683917023109896382","1"],["15560775433002034874173814275049439955466969128090653806347857895426423149735","8729539585289290928703418875535598967770393867337387824034626667475455009976","1"],["287753698415250749032030048172851258385092578427610708307674445316978587662","14954159391455745042892791660631222388233869385680488074177122528791486331124","1"],["13379660212354947158362806976445370591185947787341644544208733690932152829506","15365778069752400625094075026762427310676769706646861761879931408850365562091","1"],["13411359093412469795412333507807591407759644207692244939603880803299158273517","6580454008646201766632434209747535256866082194320320569701842015682982653413","1"],["4559934092009632285142299193392900975836218257763952241090154578194165807853","5949314547271051987973890302232993999022472124885350686648126822145741193201","1"],["10735191985376018026183314329845438125446261441652311676276697201395538751818","9088811747934374694721530432313348523454108072491347167218450634345363620134","1"],["17740543927571405414212985937087372685707198475834221931652643990876274953068","13043704321959617240276958068598032715406543515609060013768553743037050816577","1"],["5215110093101639396752244238061689420456286705128998828504868857190776726818","8722426802135550649630830958922549067840921739159888602377010488810457525","1"],["9553172528746065889759106156398109201500155197471619835291435917779514079516","402694072379236077763918724851921718272002302569140721907584209103408957807","1"],["20197753426096558559481845261681349797722689960416564300047672032218028743517","2508094816992047018188680198799978814595633367265806741006907350306201243426","1"],["773111976436197854114276098411222562630329462078385586197896139712858554710","6248117776143999295456298442156510005194668413501578800739991465701494559408","1"],["13114704444480609296326538104607405723585167916665155131541932986886375446536","1208695854774140967760932587626582055822858933084833964372600944125359174485","1"],["14138219384606612367800099504447809346839785591979291193661168366902340660164","18594429452883827948116664429113480944022724449542072205781732949515415106742","1"],["3892885186072924362291204266555218832598696036605340255650078395223496700952","11176834958701951048047721959533350913375039337178493424476306617482041593823","1"],["12442858358987974749156623491572409510728371070895811156589030472054356594359","626276619105963845216467906525520798737447373700565864158881106898056003960","1"],["3922804516723167298672022031782458992961833768169838007919668515375256538555","3872438538608809242788422805251698041280602450490361346239789311937256062847","1"],["7960311105827286837631202659838042178354920641212564456411848884032186563827","14432039917432676625786458789705066654731383755114897091289189275629432824520","1"],["16932375471774920472191062272723732055500651107344233026445675683625177312379","5385133197743409838811896337263547145772806100877859495553607310654113268513","1"],["16501010018586477056951605227092555351147769374098217795438493883700380537488","14195996184643548846187212653400448640992302363089755216543225977733851521786","1"],["11830601824395376976423783247644159476596001596294988102245291925607194319414","903241126491824597255362496471207415838987255825082741453533120801472334012","1"],["9626984826987371332352249914425144107368583634996362103525034416896106529616","21342842460008624199952135798866173447014270931665843490468011374388385106839","1"],["7603529873611903230350469814589244683133337870471207233213644483944107382450","6760066725607662578153334755930335296432335664335825715454970191852193360384","1"],["12868308589036494594115402424059583583404363050353877804289768570340533594587","8492646204628289589517645347813972435023586531114314437583380111765803317545","1"],["2346266297746556486059500634035400197391169456346142662266267282868668625686","6152084835224084858745848232985981981617234857345060036721018265553346486199","1"],["6841898398823763199223619043441561271260548187869733851074199659741763883197","8411623970363862106427901854787952268004905858283129181741238193576662350434","1"],["10809101350187237008872017674655527357377113572919692794766355549430713642320","1151983069192559179096261811628426106819524918226596752204447620897923876613","1"],["16802540541360479115941134431925422301869790536773780678466704801600570717373","7248549340402178994041298398554966144604931240526986208109523309299266100337","1"],["9613701337563834923127854564890381204556617176191842545921547789919646721026","8582737128735998248449364505420650506773767816151428570471911135222290168713","1"],["21742241393792447828246617484881842018881362424549740564485760251794158601921","20841352220279799847562758631954460245796675415136420383757367027767518402661","1"],["10837469292458548776995795931365825873931248868354385719302246034331152800470","935849482195222722942868620538909079378862161649741718805274774935757692833","1"],["9634138801241811290896798482356111341056596812225999893222917916752100974454","3734402364877947264815026792161679284424580369191344186786529059256713227415","1"],["6326615358342594255339535480288105332097659084792124573854293968694505728276","292779729263907175959881401827557051724102132569957740671930038621565956612","1"],["9362857621660599631979481801230218091141273870922807752762399036332387778350","13435899230361192966776922671550395069076637946832191156801788624721537128239","1"],["9468851854082114095049638474308373945721970396138803391003958539729201027591","13439554151089242489507763787052929260491568215780243673495890159929678169721","1"],["18237244777513160951489541691016877646590713420855738756110759645661740175935","1525371045703231279123148331940141030702664790018432818873067397328170333137","1"],["20969790776276737100831205359227864161192871317506423542092718634168251309660","2450147779524210089387356929994843488381776465213009666204767908679218276884","1"],["17872167848828687909261654683710060508711203714101447941389099350038148198736","1634870644374092733919700625786293641963631573973140722851496207468615159331","1"],["3963154608683909247847794777794767503337855764480376742579789640213444106133","19031293170192217695517494464726606374315317833796381795912458721596749259331","1"],["10790924876214194086798882608331016519886559780368191861641611260616641417978","15811296981014311808978993726721444329281831190408812840749969362204847194688","1"],["21288193663960063464469479156183941877301874692006758262424644695549694520889","3366145156037137890308437050520785412381701826920375191096845663056360737471","1"],["8189071053792595226995696593026757197072495669022611393302706404731870756995","12689731100881661474826810381772604887964788011986754849403218602239099913029","1"],["19273450512071984995878781994210035651813930539422167353707390972885958723905","14504894662606368943776739605468094867698882645281360247404557439199389430154","1"],["2650500898895052649900613706888539491833284217841381982162128345593393654146","14444547998334274408593362333002706762082687094561105408408664511581132459306","1"],["14336138770933993652939858336265845560879044757608123060245623144156587844593","17155668639509396317263103510951366952763829613629005159054195261281663323287","1"],["10401853812502199534534776519947251077897069625440796746047896602501396362392","21707473825667989263646334884950505221768302806290349171982445986064690066005","1"],["2168598244039216663475985516691811178515431325477196209994968736608881190760","13583185509951623337770658736893272076965221262106890000526568373610547996965","1"],["10508819988517969456439072382608347897842307972919516919904321088997760704524","5863060541677394365859419498697555458378291085210367523282868835049538449133","1"],["20980203967997599798160393084043715741011189096559468198272310426499736649655","225798734241371235596650404730329129025283895531300395948886962476806726256","1"],["19759221464422434176669873769638938174972873589502799949955303346282330188097","3935717034287378785004567716846427628976691713783013489051758240446664730348","1"],["15651312442460812009297169790394705437009292627181539654554568740329908644624","21274312886201139333579127171978637410719649411749923140329034016239640326451","1"],["6496689414784582184348663039297587745252105467646519432538485748433181753197","10921135684367629419361906613059554367395386243224477188756407201239861505922","1"],["376081089777538631344357585923456412094401024017106019605755257788650076715","14923761492819746413228915713397994585903414034231636609036281591219480024763","1"],["15942722363184824363920381679291357671098432989795381713803351106322345813955","14726248334638456320703320528777467330433567804392788743367838558559402109192","1"],["3023938284205022439601389471220082731598089432927084331293430417689549768934","9661961284421059578652755091005329498436476846512879950674519764443952504431","1"],["9240349233259074867935555219834883530506500249930336318245956178267509515904","9287844136212514253458124939281612614889564726155534789828614524265253407149","1"],["3138166935261080526847608202757909033794920283201331391693855578016848814308","15296816043240907296324653874860626384967450238018522163579342500928124894055","1"],["6502210764894733693124632031219998339938439862507041657196392485694602249472","17896555691810772680389445265280863574897524118340846999259477409941473233873","1"],["18998517380751927311221063224554462044358318391033257977351644529917250776306","374448154000658460309389237963689759978334415586910356503821122940015322350","1"],["16359069108759273678428141000543985846820556213287368914575257943953924609545","9460375258161760166490459742985129203435370685567048951917057940142100472061","1"],["11665055906896500189403329201582083860507650920080826478997537614161360955928","18051891327626616078771336140715059142089536516923781449629919759516130107832","1"],["9208147488236427022404619815354042436274876485491786999963381768716318829975","17392702463458130375607068825450632747863178824354971617851571956486310408776","1"],["11912211275683997904249576773553108366962248224232025771200408661679954381378","12235892645652271124850078108512421869142127948753925827102946016822805462472","1"],["5282049120424282992647289741091580822191970791339723310776968155470485991054","235034683291854411951963094839948609601626661624764556268591743126432622245","1"],["13972252796233655890758880203515901370618560867335251550314420368565116763906","12932837000791337889380404082249735601612456397459255924486277667812205737729","1"],["20094058912377343706586587169110905808430685613732151885763614754056558259916","11347127283391464198433122850461522739417890165341242006770472499225953918681","1"],["8112594443088973123066159208911677806021842873887621794881998781706949419944","10842969472130006146990936698344410121845314965184124610397739714839476666022","1"],["15271688272438574961569634051677869600943847509084616101711548544644645035397","3943698533799551284772816248061912936874041782617143184990570580478499462394","1"],["21702052529134509848962238742028392100976467869816334341418659950246231911119","17250461999923809658757870056673472831214874444794597455821573658035221638192","1"],["16074629911432006408075144561156513854803857564427673109993225962326580208658","1173890293104347503973797116175617203169836600154377771037044148004539993037","1"],["15040534724246680696724137570291223723712839471245540723590918376481610995527","8283954594318548907445570639288086921947606616066375328623911934308156978027","1"],["4787880587024691895108078036762387646855047919466252964181386833105270928772","3000098168252302897163352260269883197089504913081744173569654921778906634094","1"],["6235042929225557069280816749127132975667351702542325415739291668858976918597","2767057937705830715547683804190849608956262319373753722454570435245791308739","1"],["16758865435496137111129152079383477875418624531037017198588430351218673095088","9747992717432879245298224978165237610008819447853623035424666441086869427575","1"],["19158954018081234945068288589497352167906162671259455721553076682402471403044","16639837647675869266745900432867762350243717527749558501315973017123585968530","1"],["20655451869545253031598754018796994283199706095412000364472338446967005578982","3554517359846274771024993432669751601891891346669821658824328753395536055018","1"],["4176788027626304673502411291912894419720794537210251020015202102180083296031","5124524209843292671794127752603285766202654808443198830912101046907816677989","1"],["18437226141528544627125701919107234479481868097569486768062076751486818822942","9591436440546289930300963706300340518633130849937849378168181176600820744134","1"],["8995987759061851726536876876177599826257671217678060895572695534844614317878","21759471444584575142399545216985853164087800665723309674061540276543494922784","1"],["10300628687422869455102496880749070368464152557121403014621071392027084513271","17957695319589449735535289633120183541827970777167428913691082091283312169683","1"],["1257453030519078363930628638278349739875190571452121704997704633975919270021","16190216673570913127079168050216767392661681740028179011770401899168250724047","1"],["18189028604148021722204039584203187138869349610520112035911581109976239903687","18026710870990320343756977704050291981092195745822111936302357037098942688127","1"],["17686975682708800007048188700321502880433591333883427923019239419078381877980","9103394818934002654819243719897389122836546719940704237452569750697965342311","1"],["8402339185628457280471649813559281465268339071138300730701752725750659991402","5412845123015907784211728403911638369043690350727879387219886567407282367812","1"],["3132421563829508773375386768400458538558493977267498390774215530223739301039","11774428760622719953569024660325346329435621553838503209369293270829780815893","1"],["2885378507270515477926592525425093797826751437171082906147216705298924770504","13851885355989667403024789797839417035497624495829109540179743150783242382651","1"],["19661396870171619115095522559902088021209883215923334601948854110012529212854","11948671426459908515939127999257166728969453275485911595736476460251012959692","1"],["19848665825173360454963115810659012436845429136099096170983559148439572624853","2859981424071261993666456380552261281102163330925622029656825197835396482779","1"],["3682387616699956726111953371384453994743650687610262031992782140210155171320","15444470813364464305776205200468349681664481275711812064094777607321563769489","1"],["1418509749866952549956709337818647426934437170258636900139903130883767604871","11262326378030022797180602017714935606177872586090783529969510089163657005978","1"],["20695906852270201878378757813170150779598131256263438863305938954576382870066","3706737721859569489062103043889286233992753610695824810786936805948684213343","1"],["7219960718403725657917136230354979067391127704407812417874523386185002388069","11057682379418448338979386976496169581943248988109848460661009385776833318408","1"],["14732726836496858730921875431065599605908894154163979799180343832383934332737","15079700557390176013421765732261647793985469899361725380852504123964524910055","1"],["14114612802406628955862442340153301329979387743217401811705895106148066821113","14874077720296636582198212445643171468107788377892324764216915672376046690251","1"],["17515741188619138550676942271832875623365157650909874269728926711379767695266","18883858209092928264570046229915743675309257373883847499173078964582699185844","1"],["8033727792540873609694547255784901678146203375296576128409084099152082478778","11859268784887965168971996100688873713275503990569266410618390657485410514315","1"],["20828051040217397163285418553500461833355083269172700171342003113526431082879","18043195743416104987264777977173000017457273714167250365086886493843491194893","1"],["2036357309238117134415769606494282616525182244444072332514470182878027961919","6112257204207346580554966520933173038417910909020891440136525460687628433252","1"],["3093034834077252466220969225925542490163780534971521560031215280672284067117","21147086570089298405549287571227860806897380510683232357052366619486018429831","1"],["6154089577405703789916822339546743990035268228662990365944073875117930285467","10077186262693167578821186605208155490754935668374815778441063245030275301273","1"],["10691108724787309666241378884434142399964500624586250425051750904666105223176","17748118195014425143683686965886376229679075061307676916823636494590610026511","1"],["9011980762620976319731505282922401774219162650649684660834209288495092054208","17395139481601283896059125728591356530834477460128764394229398326600178436720","1"],["9670421397198553464807884823648600321800442644682852509477878546044742138491","20833217587040973809471109308377069077814241154855613430501103568524413866502","1"],["13436679477442198126877881689607305316645131346620552042585923126590621523104","21484345849849891324518261484596524546011365578298124347730030763212630685004","1"],["12787010964879742295544303604692589338821029022566517056959143646707053024814","1898368331200960571451136782475199353359976418645101039802821903876493583940","1"],["14640210958878172754893688018450570664522587712082976454977643145308082219351","3938782742249509841678841071516383522885216602417446992802385863984555278662","1"],["14039342246727567937911230169935987896580475367961138148113958134372886435749","5342610504569466326557771029130309397037584937295361108726465889872237633884","1"],["20964913858741383262023339909909643535388182942228940298351983273607798728387","10668985437685090461848485735620034946127105923517094711818835930158339429662","1"],["11195668236627365163467511519556924253374795338629143879246601793750507375175","19916417336067147110962689062945606093567904985177208130646075963096022689696","1"],["6733061080333279932878699412744620858467991833411008700891138417462382819171","14586234478182127843133583356597612971340353312600345959176492715284955455180","1"],["652700632078601051031462480816592861639460965605954232875822993707034286339","21223873802569407405801535071542410312611884555493822666175697375965375859502","1"],["20498728208332545546993109486380250333997187856073768597563851532758858173405","21585707094937560077013778092490051429031117045074762369143196675689876358261","1"],["6110592986843054289433863821739269491980637876899492000676870579572223263858","2081527064403209610995431832524232316073055095561401754474282958269854252270","1"],["21373095173871810462437984665298037155808708111640610910993550027716893315431","21357307921353171949806624405955440198889436327608574818450400607687785949149","1"],["8390466047144736204015789615694421010765294445036502673096866936210064034255","8545681456091832481217194108113912720661951857755954432158536884213769385656","1"],["19048837455658839081960293629327069163418160147377060285408351448455518067351","14736532145741219735167999694273875657612758982077585773192194497877539489089","1"],["6743658263503952648657854194673991527404465832710563594333929892753273760865","8391009146700862140757813918427676818944865939472775127450404003702906203014","1"],["4093842594985026348192756720307742984918485643236563867590620221237112092803","15128567698173293451038440270914964926675781677635363259245625492534239291379","1"],["3884739340394313588207596473658032199755656919160357712137548956987241135094","3702968065618107039369779822129300250427642329966111681408919025816507327449","1"],["16345653379732063186156128266356689435711051120150972083014882823959554327200","3545458742383215647431478462742046807331270280695913165856988253097227183444","1"],["4692780716142656014460612437911018015668450100453443945698331512982836293576","12437848230179443430376638796270570434572631045594696960581010230462586823811","1"],["15578584639904048489076909930013105905107746826096653920424616015322941470921","16189220040217854028253030713938561226362898931163230746963804524654474708146","1"],["11790463720624337130241528739845710761698884718758499722305683038327444668385","11700178595500965765414303765797958653720750515409963656228277693219280028450","1"],["17498495953420633287898592856579080092162131745484462893085031456876266862448","21084697679568514549482321718734497460365155522480116038026282222437375483514","1"],["21857842146015022045268144874729628832916946923448731956411346273187336139611","13116411442774985574485344630032783022776094162928119852265105422416264700075","1"],["11860611265166098760600201847593047599500843947363842790558678150040194831528","16243009549964441671043962957450224943398298637507539034951640294040614499314","1"],["10265288897853039449507190268669332102315481252117939308367433852447868387835","20284624474720566930556242791501748232834351374311052921917335262411943335286","1"],["3315741390252484612112220596070927227683834173840430893547602563995918761459","9557145665035529850091558874929701675735973321137577026433213001355923646354","1"],["14297594499880333018662666309323270338101112148311533825905452461182247228143","11708991911113506773012906770825714205980838370262573167190278444013289111290","1"],["2106780666111851745223684074894327700084903331486155487190311000103058313133","20159589316709375291291143412080890585712271963208245555123497833075781686236","1"],["8655985174305040252537984191767841562192803603360923694503391239155993775593","21821750569865184846864149068616494297129094905259450790151292207119780389005","1"],["11303943142275594372750745989271993190716362406747625116351699011907292541331","5479542140683368710633669589512402665532650498626352613213906191885861365388","1"],["15290068786876474333472575660856112492289560474715374083367385738763836782902","10372938988195184711565897745477375781175754665831807004811630047240195450732","1"],["4515203368048392987736145449448186788720949559585914646311621484437087979548","7709193906140694623207221197328168268136737417829203028773151618903881558388","1"],["12633167217271389860269635677272866857208607054564977871830564543396043252848","4226309248078078730055969323021417709046398651393814460274139105998834589165","1"],["7813038274729774427773805457620115582238735168989108506012751361576691785980","7470171542557708381762160574962358629954356516865270024394702539476786687133","1"],["12854602910641619582905043980896090991162069552638070992583466570125388276443","1288928221541145108771537192925410842080618606544874292380423395062726075100","1"],["7480026578505706713400131625199965804735572028379853960304939986748095737509","10468444639971360627703927851445649983902642288913027861176323635600027061084","1"],["13053758644221443145816526861933072135410222620365979207922444635996309671019","6260093926399912639134134416055960146758065763471878825934951345471492770014","1"],["10169140285028079585364278764784355273016091554286255270595700140060299429425","876596992591294297993342085653247807817453537113316764377616432506566528050","1"],["8201864550874541499189197872547036643509733772546404348343508175531221981760","3035348955989450145988442460318785527277212328672014161467311870253573949855","1"],["19861094586473950144177209442911065874823010971451518767973486721583867092223","3228309777023379653240994618430376068470227653812033426089017215748792452844","1"],["4056216011742070792221636405162850885444722804888911455977421026903634973162","8947768733241854075438737747018693260711766591690104756092228973773115084823","1"],["4681513759828468568280397822168876742299202614356612073637018483534340455560","16256926425250017421051693380572532828447997709500111304249228915268943314203","1"],["6296093208599351958344596788040915377832906142112595128508993614975551930424","4826166208523993609783139876294623128408367358851497221822611529784873434709","1"],["21097948563545105286535958522985923059154373845661199222230535737832748588220","2464720362914446917858572069854706714438772443714920296071521273917049950867","1"],["4190588650572113450117268497626874450067021440140795377793986099831123386851","18925855502324887836144139622447342335476822853282987147400385134156592911516","1"],["1712772848664275251107477742001915733909913166373314774329540854376844690058","8622812609525524864175580529966675838831736474018955688941966525819455424493","1"],["6838326838402695361720872662653908560921370564848583167117736034232637908000","3322798371758193712541555175768818486390947987693476405314080990638737523370","1"],["21057214730201819987822154325307203228018483584551575956785870258060021345958","21052207796822774298536934519957510125779141168677903813235554917481659378676","1"],["4441825335466794008031759341164810078237411300872490276368703572349441713145","21071681130653347560387897140518257155364915475068028125270794533759921413159","1"],["3915038671370731885083335851168920391579912267788064567131307613873559226120","10731759150186500920872746730296301144888207453074709617719597154711722480408","1"],["13606199380926686351604333269658014336281433137335640220661476144517913802160","11490224153991538811599284662488390133911749047950953825703406473684655415563","1"],["10901278956954228172456343549344448604572837176440015668797815284439665369736","9233898984314171081785769018145404910841779819224254398703890834736443720439","1"],["16497048103112017773485874426459932900490813652015240010071896270344270412850","8787235059584846175404819640769723799774085526830769974294835959746061738655","1"],["560795671346096905933628546538825308672107790080499093697088625228076524442","20978576485428951701786985740999094774487162670735496786194672750553600044492","1"],["7832574187680798091869692228303448807575653558397364694321364031661142102000","966325206735248503427167317536080409962452757665723091510293533842134967075","1"],["11755654351062519648880045934552850707267222998565430956097986362018334794978","5729776046466837540462606075386084906906620672964286615678568266836087825623","1"],["3857142454215690365784544597466597481203078947739998359875613835469287700142","20315501824894095032027348363059600537856054364903089140243831576783800742490","1"],["20199706045456581626923066100898051313402625282982786526049355171872350374005","18827971755069473576114015073189497774869576461931802745806267107877173092269","1"],["20931836682873134442744714803396136782636071432837249312888100154813404471448","854174181168413456686232965297492988839304953451523962220479573740713450682","1"],["11153061898393486376263348716435903600442212052838507153606526956371970745455","2457884712640767294652418788208364761441246890472816886894559855381887512985","1"],["1266650337897191518232159730597553304980279784173762195882290665571260304516","436689941236634426532108704228804597388430197976159144360720185140788372495","1"],["3809284577954623739614072088420592037941963473659371042843582479600335695689","15185265804095109803313334032907997032828855426375218973476215586358861075002","1"],["20552255754534981397533224907255458575975575618061935734409967832621073544691","18129221143090554701823162105529236971530324830395427296845485015199501415802","1"],["20563811722163034300067438414981904443275413047390433947050515099068421916262","3130403814070294715831479442134073015491981221095803032709356867972340361916","1"],["9114209527422586427119369190048643610893077952147228366534221595724124082780","4171219271100076627094795640940289992228614569250438889274127116633501818244","1"],["5543463368849121580676422406311752193466600490732802046009780755673744914166","4103244524644838023828798003618550809618639667736172908803317316320479603665","1"],["6189930214995293215804444246070651218751310816570016154276710758503596818051","17533723945246897526142208353765283324478300758671322971701468258281738080671","1"],["1431682670688076889107576462885428252707300926289511205031682260459062325768","13387780589910077016852468156249915492214474719447444986917232549268160605455","1"],["8148389339011601621024313341843837462120964350573876050225485125877235408285","14811300307599282096700933418587064569661472502063447976774186277116747239956","1"],["7484970204756736091620217114393233417303985178396800341056370173276919387383","3012649243653518273652704448685148997644745819828957888175675623196701293185","1"],["4801098789825332477465593228276196763121246952603824547789158405066329673777","3971667460463189052047079986169800546065460260697658292815188815126374751281","1"],["21676788437468323808430838353959223749888813935424411719261649969905859993594","7669167183852963566955220999218635755431574561638469957130736957809106113853","1"],["10624982217083752443239882693486788720350157621686445008929241145465184289386","9400355025951232794433563976419285979359488729726913811411043132370128127206","1"],["6629394432130073954441172798805652946152414518901025637219195849336727112888","16080504206955221441509965477426638985331297427842576115325713590834286223597","1"],["755315086943134956139311832019819076367514039287361922007457629958918469673","1711779098394586083707302536659735670291081969674060516478738547783573208","1"],["20881882671356231137787159134521377366682420046759117084959035219601816987217","16739446725219219372888425749929588595940804752548592504204246206302338704719","1"],["347732714726108217968094078362327282764829483522923248239765577847299284512","15095033301547193318720312102215548862284536649726963039971356997931890085685","1"],["13717939124765247309201602209605261800958905851664738089688607776729993592366","9268074146544797204749158941194072332992586214992641947866766670404241011503","1"],["12939993681061564068604056184588581437718838327111470860199249306687527149847","8260362766640900047656284310512060388693034548808509041999988374250846819094","1"],["17049453796677594827085285131604514392755809285410421475790031444374319824641","1021985832367655288671978812302855119807825975375335505956222235992129719512","1"],["10982177756154988100362114392929496031771890310364687352904671979879668611824","13511971966344212153577873411752257524884816649215326817366023555524828273363","1"],["4641059446527571634811338374296803365537121341932122180060850840873488759673","10405023954964367688729950018672211611560606902819410396947729995747377575498","1"],["19400335282667549179552281602271665526407929517951842452072845213260826616084","5552127232052746784485692990535759567429248909188814713276567639125326884135","1"],["17846692863072726160792092136941504113633210057983853338135517837993115128520","9833451979294841893442765643590001718449714613624296915684639191709704001920","1"],["9492615869521396473431189627441819474014231609526218426455519391669641056298","10516996853267502904673859778560519000969526125965413404206681684149646075178","1"],["3536635878819521403058364476681544960460300403833440401139058069908986120503","16774313190526216938903251078423012609995765007746684214564343386827042374075","1"],["3955229264888223962475131468426602865525261085710757993642318774986393317023","19257932841524422604550666296446429565535539446465457601676177478264354490249","1"],["10806724210906671979873927407842211618352166736521207947976582553915855099880","15433680098251398933479009740030195906456548279644669969944231753119578444284","1"],["21174299940022277147470227149713107152719982661333625303079276495908990392674","7137596348807282914071381262507315189413874821639146663681864976872558688004","1"],["17402166273786207303429840562990019728871434957280773019944780428243313428694","14932938190495535125870150873345500547708478486255713427215311538363381444022","1"],["19555503111162838522283512260337082020656646284478587999138997086731511618455","9138291565555788878850018822137266250489564019988230338372958271286610457299","1"],["3203119591618955485254455253466622497312996642602581192054370485422005715409","11178232852636606378427403501428774873285438139149701411879108567227510545331","1"],["12536828222278907891318574418626858476403279064414032233922172840879143256199","8184856138746502947176368083283866356621644945847308649652372506780620975961","1"],["14825090445963155824723451990172130244988651543008872134289505665670942474826","9177668372955977233091689170087130668786682013807612347033657386962360423858","1"],["14859300338601809004883414061436939586597919558183687403322561278335390180571","579296104873651317412982541377048090324217050141947511026469361260204543138","1"],["2824536286237033642866930070071626457423733537332667121916666310950640895244","3530881626791465685697018454291962329872956509285539295206919604189781093732","1"],["4898418844512370282221729935189814369470173214664447528880650919673568738356","516188164032565193219802342059444522724654157369715231224395210490631116075","1"],["13291381386520833015002923570729329671397046211634916167355929011231786263940","1052795824926823638122274115870001084927005682355848836635746075149425248224","1"],["9673851686427520241658372031549964470660826276372888158112866830898091115506","8090777492616185744953565363511298032831025332164802658879199882355921164810","1"],["3277152326712909622778771428948719868524020216841534634612169247716495337269","16499460334621027812154596806944122245541086198935732651532644123566195430377","1"],["18853360066416624619066335456514552222103395540484437261808696744209694775351","19608554663401354757715271158045942261618401892483889077251390287817578432651","1"],["17346711644822452410842156107533679167287732851256134118028734482133230082437","11089906569786749467629007532125858293140424766459713009695489053124519313780","1"],["1843748345550434866590510505215231969465129924560391421851152932188753676631","6842997436469747762907596099654325219017967076524363279974619856676417873559","1"],["7464745849845984488129269685314875853719548176959412470118697973202070704699","14471831086771842918070069291657731779236336580277509535050849587692160348625","1"],["2432242580869104373922614469205453844674205191619959146882017407363539631877","12386664814689146219508123909484945711651222551120700495791764878731190952006","1"],["13945092099106734209547496957739689159052610066271223531666495621951417478400","6843758428865567194493825480374269660523233589534415928679501475749339293268","1"],["4847149282030846803597231633449928348279286151567869798366112066406256862619","8780752129366392166383514987259241605761103332115066066829371243533142773668","1"],["8636258744960525210064855372178096052639178018659515366217978980950986253520","123942832838206926232578316313428885904876283231696859164126311760964542891","1"],["17770594729197429290754723926969962762523580622940194362075110708300599863403","14610699567037866476239561938410933402256134282831717757742452166073541826794","1"],["18344487379594636868618274499216458783711019885336100420365073700603581198665","18590010890748624349216404223610168645357671889548052546163331562416601556102","1"],["7076453448404645343585205784166825498423868946862564720179930534121078140359","21411522116083697422167501701460875215713092498838688560927292030156543718620","1"],["21692071278261384773467691784052776817369438865026496761980320643982449517501","15701837042676016418534351062424191334684285233028279977549680884645707412620","1"],["17477476455565405848137939805260971498469626466307246174270465090243743207566","10168739197602752065246579352509873305454249290099707775418825138719015039312","1"],["6706808670085896060418522799449287693514372130751211774461414385685658245977","12574049705906574076968825109891384458493651858514329275306301972435425503028","1"],["998865623511924031107010996767359016521571851872943473399228858938317685052","14554700832441538603633839853659859459644361788814112472085454264566254851158","1"],["21558021618271981829474808421992431404430673544502081993491835211015605045909","11206981895717450239451364729747998251451709422777673717723445323606135230808","1"],["18704857456856638241841179123629712921911359852482385768562846088177196682170","12065958737754839384354039033627037289985110820483994735202679061751873440013","1"],["2930573148484622031443813292618702415941550304952494051238806308991784016125","21743095991671140524283835102626611106843655373074891071558639320094106532260","1"],["6645202219148300245259907734050567666736822649577592563262620351505442991814","2307757187997676586040818264709293442183060077471284815297331833857506862280","1"],["1026269417810214609586253435374161324863588508082913922884844003634200061416","13540894548412532252646160896779059186551189111344665153608492304804194922860","1"],["9544012579588729062450561390779312391090923324714704894326948707648368727790","5643404088037464474847912807727899939116455345718304201622336371393116896788","1"],["9284638970932784859698144061900609620611876695645555469177698987278030969975","9491221509180900135664177460494855521710850753545275342026061543161398517642","1"],["8082687150316504418197829215597118721288795545949692504627865079308218387041","16055728187733161556833887821759915677411832297424924051383188737114129067814","1"],["18160075338936114180399559139983526918352446719256141389171305363492584095762","4705929302152785045483223634903759018185375019449332663399056136951800846178","1"],["20632552653033301169497245865349754573795534458649846201896157849514966861493","21726524668214336517089034011497779781338474684827319448300864375442728582374","1"],["5374139425393130595574874393264394386770873917041800472692362169864511244403","20264930288872818971696206710943827460556892090162661206823851836638742233512","1"],["7732690930753621079840055929128185917160638992008940992490638160066596972691","2532128522453385698220756732058922264865239686253143239740807122207426028708","1"],["13281103069381100107175516902914333675882558339897090476745879148260302311371","2666150144439984679589033104971548467222992338092524114685030951231314547077","1"],["1140471879688467423880661633865698296040238696044184500995555669550876900079","11518435290998439689560643420088326847735390604512978473338369263107099969090","1"],["9236217110791526485714350890370243907691289712428642251370311309180272021176","387786709190373064563552137221373948057450869407847806121325442567890836775","1"],["13341206922725338780313378906428159147229583071884070330247252880886580898491","4104696866719263724419819342134819748359669892680864135483417472301198047488","1"],["1583540816066126110076561552228840406764795563247066455770264631406750429009","4626790908422781012813343217223511232668812454680653358109974992339488525294","1"],["13213269884085736492285323374039526262615493928557107822924006248667966405000","3219620413116866081559378868202432873475292169313452755837260716832518888307","1"],["18034010828365788000475241780420598961210649978973007739479604446011314289403","19229543532877164281702224835008696731882193156523495949733331686742184673707","1"],["21637894767198547742650956117646812876450490244521769830172423172401353352472","19546494855081602717283398470659671548174030575739924830804554132140128275669","1"],["4712885200927611926380243944689081914831867752640028883136320628633966519161","12139788599649929387240504661344095749217772101801120417932685138926806993404","1"],["3080436490736562934497065370247273610480683707477594757073621886466966948496","1992319831547639410549076957906014495177113303282213967184126629638459749544","1"],["6723629912684525887276385196823328028826508017591938989220799995089570371881","15189017333837811098635216437709965077434891486675052773150973597206450003986","1"],["5207395103718832130990917329601893734713048773963955458415480780430968284855","15434056008266204195600999690628444187347057248081759235759212040392179794184","1"],["3593868877435228522054980053110670121779932107929979856663418906448453047421","607219981669821115442575325237808426911842407356353192475860685158887854609","1"],["20626058933269056817640768791234721606832262792600501491554414610134492467399","12339461374476513868439809152343105199037224352290509202200877934040649006874","1"],["20413879399673393557054335431052040292991051704834507935168493101363209159786","13266033148311207561385633694108531364175991612757306926935245087668014165829","1"],["11319154859497605900164504769569474868531267987138455544386746561732230732838","1541070657608316491613328429814333058103079379652156761955164984454957542825","1"],["9159778958272594110723109724356771381462053472400787496373115204963987182824","15941834068137604332950152025821139769485954971461993301312700243160134542353","1"],["21483781357252959634640304880746040158686362037435234281188806993483163256849","14529163416144093046091084096831981817291440585937425979042991565510025967783","1"],["19834229285229020330685944911933825797608122297954230984278773785568908208783","14426224080809423484554351641110356026959826169674834074174409384686020128458","1"],["3510779251143441924199983521958989578018683309027712094491765299662048554613","9080974875559038866053212032130759479675534471247122928919736217247056105601","1"],["15179181347573420610775814753028568619695654232864549247970197994421628450174","12571265960557121593975239336246216661224205780346691401552452049853454049625","1"],["11873326886657795554616561738743866365098127412004558436273186111626783786140","21879232028281790872281609859970197190530894573860436789450800438607668184011","1"],["19340634301152268616633603226071176246626159267563330223714299710194205879999","13890822801656494023785335347242947847405833082908087323183456386998270890922","1"],["3848582586995197540705248735401793773582430680901269187804239237659924797489","15098460198643177074603994189790272398573902569873385490438621478392785739612","1"],["298826663229126639341913870442008399158042185085294752360914542653421295618","17682935803178899523328989196107914440340216057297971939330106118777713091711","1"],["14597959781801166917324206962220019544430059140933230373283649685091607508948","18030519773002312989481754753818260432854472955518956930252899200697531433795","1"],["21602649107595833524418056238883701228759000534085445684123915734824040608802","7772038523007949133738875976615964255258707038751963208034041941526670826683","1"],["3087520280115931047249788164622046463265087661283827894103212034732301252437","15980581467422967761473272412788160097236151640815247471377692376364853065718","1"],["7639922455921407802263278376152931842758067102088497088355770269146302790342","386165770893835243214113689516041829057510935492495685861421928637387582888","1"],["21328891322990007804157986145023186671940485592236485569512236659376215913785","3398572943127942748818816062079366724942684274282120091578728392317599486238","1"],["889004669960206763364732804696680961030905657454646931515460309629585541623","189091966727542705633834000170413293605465796294744479884853760713336392645","1"],["3566196144807555888758772932491031725949608679244074067231705115649954163731","10842170418561099647659897190377091012558677948005145210158475493721120303498","1"],["19240189117039007665889636149691152908578390113996290388029982346828834816648","4796197045267650139409502438947343909914437973595870711726794852870048113368","1"],["17540994974785838531088034197785791007337121768459670165321750430006386141735","6606254109186139827147965894525037714680578490582568642111333222690267832905","1"],["16318121703457375123302372822121822864792773918059395976822837736245354819900","5354320154789147521411647329598447718739846629668120838353799037142807778644","1"],["16709599888662177801715465314465510328359184109781157578093850326386436178854","13614191916829867346775091668679466885460279642470148487055717332317719072168","1"],["14871023191674749668655091203663751023774626238872081996542921251844398377519","9854070155951945068236772549350839538118621127361348738076996038531550294179","1"],["13629999100989573358591822587973171376984377495552199848520782832946727402747","10287208533978728017889369132446972319390746783802269351576219937840012564617","1"],["3972961038919816957427891726701523653234841111436459927284464041120903325717","5140645808770754798447418429699511259906604374933636332608984179332361032905","1"],["3417328389060638568324159640839957665612474357093317040763417992996418393982","21716766794817408612696062115442828366343478748742886570446844752056221564326","1"],["4596161365426356333292230151793925303905229453999758857146559509188064191656","11022723864167786068854006510467292533801445622269117818459241070566797907989","1"],["14411589319010721424688603065368101477161579606788644764530602840720205143337","13044083717273642622725469783752265375742270014408529067266555577079186831461","1"],["10016817961985729063054645807722234499172077230559944076307502320338380493052","5434018853328853888491097053638760052299243059727656743609006993538086298923","1"],["6858311151453240505687012996708786119218995707762540878932142308463387621940","2413097357054416547649640506054482187081991728631953540419590001544663960714","1"],["7588257263412063515839178270406087062798037196130014342791333673572995714641","2843882160873839938431830293730405976581438985466133010576542682520960092212","1"],["1374845947850148982643922940780682243850226795141054792064529512999904592452","11241002522468024120502073618179447614322221694234884163655427832888268963838","1"],["19666557950630504088637076717669599826790218460275164575763344540712038149840","9150665925617409740549217084323462761582250418752945070090014846761373961751","1"],["17417172740844477818816513962921812812598711564140477189723013302842297252143","4345494866641259275287005995679461116714172578449072458863649255677698817387","1"],["9773781090395947234171475713937458524756247854593128633202703141681186497593","18887513248746046037434221574914491356490475097654867309362289628209340696984","1"],["18363740036072888045454468080998896145884145474471484321883103105102310630647","11724603443199806030080158043508994356846447676843593117680272048852062110029","1"],["2604983026428885771216617767082423177078779934120846150929430730956480225843","15062917810384913080219419348179501093535565645753192782819323803064713776602","1"],["3073668636582436394810802686437408836670948663741811059530708110635824961368","11654872719293414666968062466782743050879481566762520524229767683812650047619","1"],["21467315968953734581105363812059819615482606310320525183498348263132594122430","17331065696738850022741858974671209882960927903932950293154930600763964607645","1"],["14596043149073095393931218766191952658266890315817727175713949634652446998637","7211402116105102365698613702138149624214129862246638791428857781564889461495","1"],["18568353667954925680034119736821975648567318376730731650198205574984368119881","21586920769017714262716972526656768051054397958582573119286121942971572028249","1"],["886034671644790576513867305704467906015844624113893479844150122879380865703","14471019267493858987212851746105086872202754204779405852640050933345123269516","1"],["19137032797978622473358188612265302264733777077582502087057057450723810925739","4844406909306503820704826382419141922722071952070516691564975526635511998041","1"],["8437488176340963691383947687985336507596435767058205089767598997820391626952","17373264509521005513816713373981981182019847755953661245690724985910268199795","1"],["2196026524208106701836473962591640622372192127056974912708508091106733378324","15883716970769868166383911139908791295778863618876979174186792612610404919721","1"],["4351427826853235884829111540786653179775589931780786564605159285549088622969","280191427116344853415514297405315810154918343262379067176083705884059167793","1"],["19267168083397885218685398963453811363370667545561181426439949971614667926647","16952069342524531259167144602824604967225936645288356055843799809576234485668","1"],["997877828065706402254289944865395268732695133396359217197890514253697816154","6130539851252914468487131545159619058203541251393347844624227141592118480525","1"],["15836808579465272000025051497976845019850823562956458345051607574174529153373","3206806257406688035177691106645261372271281435437101497863383315789645909777","1"],["18684654789854244435230307444020687245674841244527766960315319672924198132051","10011921864687359370812716175826275991051682315422343902361458618910002860081","1"],["10609039761657149801331726035838137893241953100645873641855289456977361091185","19582948832965214444571737300272646547710569587392069233826171576658586110676","1"],["13388187203081826866518367088955783586040577147939402810593514546692163805714","12739164690659552471054417504779937827938337530712633818007103036133354522034","1"],["9381725839814413834871672451089439884869766112251955124077554369793637867565","12884433935522443495053818457489865302431322845001396811992010718112437755555","1"],["20447643711683412287201656417130506267279188969282235979929441044316744991806","15376704963489904322806387833381601510555552686333315298335479245126699525358","1"],["10640513203093077507748952878465772621880444811812421895590474922587180455993","6265656491974228303685981688939553922222174156460706892814773117753889692929","1"],["14435758710639029007176060700879688103114875004977447018183035712252245731165","3992086020997816492384723083399366369711216285223500906881790419081399777648","1"],["11264996290628470872840880926494291269805245828886534542733134883190759921219","20607511609890881734518806710222667328283524738160907723299617785275624419963","1"],["16889644810766622155093903639535135021294442258291631262155071782558441962142","21737058236203741830827848894962181788644080864791522177672430672875318861897","1"],["12971794777655045579657061187730996022895032982443685741117354261061192083634","4778452714618187748843032932223635070450536613216075872004305255713304414689","1"],["2690296576196462203804753763513638940201054406735671253382138490372799674947","2409613876074012035926169766705716701872060144156028811107630311489891691522","1"],["17438374563308058327616205455394721665144134681953941425326875642557815670959","15272407533572255281167600164556327954772420561895947667813901365718990191936","1"],["17337785477434680446279040918350701778731633654152851554926802594325086188251","13378092783004427892913529476113576769140238192503843020540455357014274882159","1"],["20460843773912174833667410458059059513128234212524736193088614664007316546044","11934597770809311452935044962444393637637930580865293696180940966922113005425","1"],["15221059092280848941347826697587110324815703791040179041805493178996171914039","2171784120139186464185351761750158387518359423620009746636283870297748964596","1"],["17348803795264804822456962387163331991573617129121704003429536695077904521619","17983942225010257618706536293068047929274732777202788591745600497885609275278","1"],["3327011312193301947124268669716581983163385336087629612313861274906336208499","482071535867512081158676821064208350074229858098730437114123887034475112409","1"],["20923697943256838273909446958332693671887139670042905478636967876224419451423","11508813252118652705906136184834592447198633156687765823593221519454044509178","1"],["13585389721308227971681560595658313964923019167734619128517042604072176209820","16851552120994116508561989257068854026293990247872918968420158926891125351811","1"],["14223800173461481566186126805983847806265188794972176488515806600390010013985","16195314919416729326719626111563500127396972625313083628377274822922841563530","1"],["550878750077845465173483507497465446745520607021444224156647873086113411683","11445636950060034047340045093967791673201354347430656319388250599617282535528","1"],["14978059476887058491804285335573496860465645323126286587564578585015831095090","1475860730714301454672915629791678799998985875642160658149136593421853612991","1"],["14622102640502795624781402676453209160789967966723094530648536252967354433285","14469596839974745170495327003688127850661456989304782388254885998916562593305","1"],["8871805880560670312760530431726000409179384854493697034847635365208697724484","13566529352645185944667920018865755024018253866881761245167647646170468228048","1"],["17511513706600047202262998307494446030845548140359048469374178584595940142829","872056949782603238944358307683696009777787300799874902130391312100611324978","1"],["2205300434943000953921510231854824612257063728537205730406250507757689157015","21469097514619370960956411586442361482915805432944175865864184272531122605581","1"],["14506812988669944357611698008891508868358078445214151815620391263179508778048","10970939579822579330140007170658421241020595855553989112527501774025771059182","1"],["19092318734357501629479001793179420786693072186415644660031557529908353273615","11715987819414470460050716550549399260802929169654462700434956290589191454476","1"],["21031870159026858838530677272424430127418308730854203082473878744349204303444","6252413856567732880194329518060921044278818001170066378141618905599273458968","1"],["5197481891168761500208410801702433649831965411069540326060747192470804631100","11240259942515280535252986325248594654110943733932694552019718880059368073597","1"],["851492244415631962546857708447070836113674335152906434441015409477149319051","12259593789665333813160390212170498820757694336127980565929869507351967817332","1"],["12417351511787072700292122192701620440330999608121726231598862924384407216066","2633473832221307555407598945830165100116998614528152794373943705880245017043","1"],["12560672167077463142182681396643555249565344289484550008333561977996420761579","9282708975002002971650152017084434813393561585626591074508866865950644005039","1"],["14458118198850998132278375906963972324101521328640581189189485621566277000443","13347713923468994037983308689333150485452938571384847345742187626858680429666","1"],["18673877565690110747734922782694653105151585604214380084349356988871991638039","923813847468780414760147823360760721593171410897146198301348594896357918261","1"],["1426495179382653440979406315204112785637573794404178821156962443416253873531","6117099400517744722847647533364447086063648093501693913066913494899193780833","1"],["18951686963904417560582476460397946110747471225597580763443520181650941435299","20173439274072315851326570439337729493628578323152369994237263077058036248249","1"],["14173262312695506311847102189812594037015885744872271000291557731609492099891","19637520544669534910603046773216241770025204557062844084128871915343160688176","1"],["18843673250686905310905654740895690083461001473394775145880722767395218204396","21049533968140174628361796742874208459010945244618296257967117445046811436931","1"],["15910661488665348257776090367408870332098855046921052150016476871934178694150","15740058325529746733751853580617029050190456724752402184447459899872451649562","1"],["15487666544594702208833300097111051114349879342597076366280465969794122075760","3892590833107807635423055581742850942456769674030325892252208381070959261160","1"],["5806671629123226628298338593642755896238525095755456577497590121548814636133","17149409847353350496767323229870001134264019845791706099896360306741069798277","1"],["9985415477012864259114949674793378990298368138961954491867938299496594219667","3389646697815168202617401036683300056224493652895650665921940034567031025397","1"],["5947681518725177886676910799289880664660055641758109680349842568540056985614","8545956338354579303801110718955124155342358038634400140771884763946182106440","1"],["6201635610812172488506418530208769560958216742752172018153592065119262502474","17220782482095080932398783741013860936659397472807344862139452319540189808502","1"],["3439892232323090167961862729890772231860840612805339845766254359795044830165","7725089171800084023260647178469030847314725028888029295359585769885054215287","1"],["1231329204916583424178831260001492233247604557048654984155942632108236495870","13497570521138691486964480591464455174972735909080953135230093926153648760920","1"],["10251224761314167102759553000496342407703886550840793222736341882771598209644","3406613133175975234112374895660059411554888625882353378125285351761386515814","1"],["13211012005922926426032571208886796780378950100647689815610849473089609663457","6555784868664062558021066802489076747700782295315589637636738182904254021365","1"],["1009196793757060317815092505352942812025159147525953004256659366720832248599","20601497073651282584991024638279680455129592978737959815474021611950134879687","1"],["611089085526497252109586530270092473023047953419512590763764362152676583702","5091593376281179463856869307900821528744000634771037523965533857444404675460","1"],["2401020830751790379525693721038206858506964056809657989322189140842092739893","16013965386236278222252954372945227298413973424846559224602576638968054167927","1"],["18724554116494800308864210607063952829917797935032059660555778047157387005086","4564742939409416586350759607183664551131283335308451704976044333637041020046","1"],["12195614720702249860167893349711914963642093757480241394594641629953443703352","7980018496532792274376611218252437466521000401519457880168008113392054825340","1"],["9620707581265516528316329633659883717992500702308348359471408163401570183737","8681487074254529891655880601966811952020545580244174035516911845768065727855","1"],["19792208849963022146350769103067151324560107074142499745551842634107622905603","15960699154546553710054572251653091213869907154425807155006099924519036705425","1"],["10464058114952010117853199787355301754831785776283141849612852320952843012584","19798974637251822749236069517414649228914179764529998885194679385675746767764","1"],["17410507246205287862185901110553016967406891559899899745655226503834637842698","21662304181756314360735554482685120534948422103751517776823401668557522394660","1"],["5372942414394996811748699679704416161623755229633867551509714037549472012767","20355141730100479025989357519936711595757777905088640341651824807023742351151","1"],["8549228470619371136983348221012512855149555271885355923105082252992065531629","19385808842760396382006969306943068398028383785914470049286149378267611907414","1"],["4208332127304446621190297207757110988455739437866794783566210515813652124563","123150236935565786248897854552650995478226472008354730934933089625950387839","1"],["3727172930603540667384657929591041934181278061816160517053520050717938436649","10473471226097220726171371010277776649107071296060199763137791958459441453980","1"],["112514195051028063852093232132605442312528704685895945173631734216175678494","17165369749955646130559914003636937165853738347235184008646491807586637705062","1"],["21613494234732212685604245476088395618055672793713496139210181400277800473767","13531417977978439399450654430929943410680753256203112934569910303553271703528","1"],["13686385623143326318062435629571560642181701554998689147647894963569111420420","17726290754662441168356040187167380884184838576830162707260374238167611714019","1"],["5478317186960216073137068513586201286613819534904738478911340220184838797649","12516418018794354680202073917718974364646561578486123862169993727269209204823","1"],["1348865004469002093978069582564614876105377895815633365949312208406299202441","15164833380456261501044445170566669650735972250549637679349238985011470962569","1"],["3650697437023091124201083728120877765636338009016731169508505956412157483080","8171033279404593692407590102742237837235223178365234083275252075716710408495","1"],["930592504743344139112215443805678802682606868990901697254437742766249597535","9909443968631237619715447941185219498504160990351153978217255535413658435078","1"],["16909045185846194829916708565516037692643476657991103615382130334341314324638","738838191525873034782706265284623882460684520859390199954402883468184967947","1"],["3759953642849593228925912540268573601481321198375059814429658037838398190621","453171335696951157171249350206884408689026424939106763753057297010408428088","1"],["3704834504442792479808290031769156638180554153731798753873419389662191913867","20791351707108444865387011176213500460499566193944560414960190718712589965793","1"],["12417508931446994405989067421915829907573310130729329987865218811211442367451","17202658148450555114374331068353923610571259024621115669567768099563935147276","1"],["5065660143689476489516574318646527373427970745811935204047302472504675157062","14757539392752356055558413555777184505181851361851794440220039675271975197666","1"],["3040891230487400136165702528639839013748101049557139079045070252547209790118","773227356496530321775533816949137841211960117989369266405721602118586133263","1"],["10071247632282954869817128419275746967449340700033251095322426482565403220563","21546994315921577250900023418082843903640728080366014506556099942210666342281","1"],["11848573753904447022901526650856078405360235199241542031192185114600237387570","7988592472126040344761805349535331013531102767569955550257828468688916745890","1"],["6079593642093296201551697867663279713829688641741031037033789188389208739030","2370124103234442539852561136851048649069730813059588745404883399194204812163","1"],["10061319487105323836174967671792463189667493148111976574912255747584561644320","19195389492159111496928568382634824690938453316383551043001208015264848840635","1"],["11091457998240797513283492333632315594021197354505583958161875834347290192955","5166694313047927712981407358386342624913455806067409056909881964806763279550","1"],["5757850243366280312164729842700483512374951293702511911569017921409643077815","2699512487181466170750623031179345004855095417747909843838145400924951926169","1"],["17421966823163670361309582094772459915522425896311615959052095046275515660815","3113654006952727763423186941794033169031033370657029220803524809026610296379","1"],["7653465227186613549030177641382712938165134945965712088531994649888640140480","1444855174012038024968158903705532376449462018625362352962097330563694209882","1"],["19496147108581300765035013754565187561499295602252854931249928480552500601200","12765188161178765854480856912874614836554110182595797784599424934759023346324","1"],["19207383761435149712926741624328669333827919837511734981832434950545253042699","316386730484682806099446598234867202275137965322402957836816369995188390566","1"],["6242215292566584064190043168281737519202302228100726860523293490415041052731","4968388580993323543613224898543619937087624406996665455796707162879141382613","1"],["2591731875320133417610626597527642453936236848949623724031363316687933032246","12797093727879042659389964384556151749595968926897455145481790694228984672044","1"],["9110847884474346914088752692056586246559558422865713054864620506036534992419","5273057561701769262123634475627227546414032584108058680352807938382471951656","1"],["6632967796553240661146457588377469362822566199793210085295138653518450434980","10512720075659219756396142974205795947946287013267958167798680365016276600299","1"],["13291099923936897772080478443373536083953647898223966160158415687855834796985","16654002836566012606004309146831737164215516816014499521821306261579054930636","1"],["11508421013747000486752972264441879996209074795744058938816703552274146079435","2397539404639691085085758398611320036281762224204357594059441504403275308565","1"],["11481537872508551678729171961680811431614244305028511400092370036263481976961","4450119502629942271888658116125003098786820949686025751978645179523601908413","1"],["20277896919977048792694118105978679572288908088280326278346524714439024285856","18908169412485207293355085130519375294465188780974431896146937858771048532566","1"],["2219536134194404671909697219609604029225781035829145570615929118151959271559","14187714327042457535965421202676266160154249629051379361303784842701308560047","1"],["21554792240655174043539001906477635229086127864695806852946539674697575182491","17397956869485587475458505095983326169230609519974348064910224194247891773053","1"],["19224209075078749430721056722497216457623240995128997811262152497099478301540","5383438984075649578074859575067792292192442570842955566296518070564554270263","1"],["10647375562708417297276402713495601287706535302805682714118764811353264173446","15541827397077886851937546803882231766223795973120591834981806984792795576385","1"],["4037185565146836089297873153059709377082183310391031417728838063279329310588","1510827249358206106095843941901630747687097589010140837103593806801605669836","1"],["18110865067832364129326388763067079688709142388569753743029063522870353849402","18490539867451699754124186533258843746505576097608215111522496162161910864588","1"],["5925599713236544134512560294336713563668251501351267815710706075914473263592","12063446177781995530085826874944070905657636543092820787530914269100944862314","1"],["6916174865543528163961803311566976201719330940818024310389027068271849022472","18554489128246812491913017477836076113913257366459390218452761357428819051825","1"],["13493313724019176458350489210946345047423493204894460549050525629867674710852","16333003927271676108506562788489534246968422619330070889917725086573968140174","1"],["14455447402681946052936800647618407468201842523085243307057569569631803120550","4763228144106643809239642093367108959613683850298911713016551845798429947858","1"],["4960093554905730408131034014958084637010386007859542904622412939513732372580","5772078922907356336249752824562926919650021236302333649087927335092253069693","1"],["4910546549136789213860755422048682025551965691481078079093567401389961054425","4232556239760200025634846172388411786024449937704192428670939801932855576501","1"],["20267957163651878563522048761661532212498082826640200580267341678314012696018","9928726270952555064606423918562150203602569836306733738180954461785649052548","1"],["3560937309815561322395118748218696891575959957792840299774491422463221159887","11782561978039367026854060493298599902804318558067591694977849480064091907785","1"],["1479898466609574925410650324254348632843524660954611680204275474851855269347","888836356512650831370066166028549346649180287001732374092268771432859629220","1"],["19907976622400212731903060050077985459753185624621045131878316209362632451074","15590707630105544121705020990225547514411818327081568906445385633201229251988","1"],["14092601844231844601237834129702994163065357568842596116068494060279835040899","20504396477688902797561431657389488354401193692328461849513861213737511417798","1"],["7068773718961258019414956743734158215123950167375390983061705467922072589374","510306069201543776679097623880942973543438983621009591984031839997602323584","1"],["19013298729494264905528840337279272860771134296507527606667148429674248150973","15134669409900012602023615599060215377645119980815249994744644211832371950243","1"],["21237952399835150211395520835595976040699313350904170357273502893702844447790","14931151922655341625585537226577744186222514149482484888955969189829773247095","1"],["12629244676803064127231944337607277278183061362435344317510847898998998675647","11383208701527295168088080967790020677018315720406471261703482557781378389619","1"],["1598292780963556895710767463666625622782871674700964617536727374975090339206","587064714665491587264111088063644592254361389537448353949584509419009931582","1"],["7896992576534680965769346197018116644464963119469128906419202415444977551629","11308759527687080110579917774353109838762916703145636269497730983047192422368","1"],["18533114741230047444983369059754353914058682563830721840238104199018237703573","17529926595295156414500638653765708063578772704464200797912769352180618086621","1"],["6109681378168700306547753316877497840329604656581864355237915953179735457348","18611847906202314040550561329489239897044431869585745990451095064591609566811","1"],["9679596229284067585621904138100921957682502530457687155288483022975119653639","7523714939735528653101731812467913452409386013946336664712201970085458642026","1"],["9277675181525035500813876809239154038485665205755056916495990251857846570122","9699186681254821446601218111600241268185232434515772778641671256704069364171","1"],["14402324134751585308970897920562857540398710563248680971115201714187887318127","21270210963319317118634722682125645403608284865945162020801753692673653878087","1"],["6508202847660180030479116978769932070469596469480546848992163863186743730892","17970423545440093347885698453987599156289670734476597292561486126581427105030","1"],["15139783630367420317275360071618790762950449535056314421642365874972012295085","7434377564706685097015123581699755332267073524617811637843782992228647101798","1"],["2801192450899378447000915354677514784148781768627850036471051900600335899552","13902416773388738930186582845801664088746320594497099338762861835861243458022","1"],["15142287366796795078536993301220911556484024285259297676873879881871230704551","8898352952586572370291334303917825720119183060014350280237617353389146768014","1"],["12684950011840035527226927636023468491713759873938455955137473237367037539303","13077408202437052147397719320116022006979957713310303178125564512103186538175","1"],["15722743798911184418264770161417364308917025193959243791437417176015184708235","46258113754406091267835034531029447329369016567714798849683147520803400322","1"],["21405570567955638760490504847020443758455245503993861652353632120821741553823","16186078187809083861024968179324167720756346624901586756810827036672211404063","1"],["19604192833496183029983463334802111961042798084173482263720533450519562626436","16193653704261890773884220154087624388039375143903726972708080042461884065667","1"],["8434178775327632715322648753017773837886408415410732306118162736140873549221","1281262480917065834175950079870710537694109261189621187811488632763311488472","1"],["11239852760534363229801076246113161300931242989016748316187425139030841188098","13230465909973035356324413462304586610385302431034527406579903693382967410865","1"],["11958904700678276305635145039253695261390438717872517657266106176453684003159","21288248657869083112298441209434773900121124542444668517766269368214747778697","1"],["14631405211858672715568703966833853877441135249814106541119687240821383913232","5773304388894273698008941741057706329252727601588687976525942393027982799244","1"],["12295410073187309182037049391054573563832241438459890429216259324372540370570","18443212839685698443985767074933137697004229434985654533062843105156652866692","1"],["18704210681913230181639893787465759326368227888303404208145137777751357726793","14864455015936521169216600545471757905314923417872930145768140310765608097962","1"],["13788297804516439115342644785516915448458836902508856754353606743365440772651","10940073474313808709805375251661783759069676545059148041613168225799382129715","1"],["5163794514746495651915175132407974432584857248776606403793884076804125287483","16182001208763513857545719826999229253765987298512098255259730075477378014178","1"],["6903289774970610222784325452682553097632994236715967175920462339144914949543","15680807217310852604738192213917759185333288237436823593862124195793090329764","1"],["3067311755157231493019054870087973463487751585822690496005416686011355924287","1378948054013153245821153709652120197872594248549905646657571283733913555892","1"],["20350722641618134891126194857940751121517224959031992531992957150174611624364","9898449755436223218811788497846499397450920040370546239209870183528294576612","1"],["2979283207171333018259160178933487171630963929521590626328705596014485939298","13618801472537149740479539765066959701816466658645055811984548547472296369816","1"],["13114199573453117221319531998330274206083729009105960075497263010124563089256","19773674161084300878310591722060531967079762256138599160409610151555079591673","1"],["6106481798026718431476789634904006435725052189269110635008725110023837573658","11162618826926561703087503579539055632744317402746921836550695225427059138506","1"],["17535545597505298614655083937081967266477578141160641896707996887606558956957","19775959879049733147342850300426396272392513002650991823064277477024287058025","1"],["19201492093165484152169764939069444873150473782140551067798201222813610500423","11371851327243811816225964269976697352273732185193870954886270445644744317897","1"],["2391076574674004191698072842876583216107510405113204333638587765840008140121","2825293986817304659951747310097418207840106051457264203863298936706756442715","1"],["863090927396327107497213622712999771425705865754783787501467416779502965522","67601123862858844136581490207834999571245877905176373554906876635682498334","1"],["16932610571946755753593954930339734536470280200198405990265762759482736336772","19686205577762575175100492345593954881359474173722465639137335187691856961465","1"],["11260504562182577840427807749815185539149560945535574562734066713404758508590","21426069719966133585296513628116590587550074563379698321301141876035472414671","1"],["13710095815158450113757430315132961479653379826065109172351038298893626838384","2503357835011255726644149317616255259066879893978560025104677916071756469746","1"],["5707582962783725457430710137741670071649036338524050946818875779996408886052","711017406288716335957682976799011033995145618242021489106289056171662121795","1"],["1189755754432191833413961984061464740507723533819378576634290309254239732307","18925685653410941213700597743057873060578967985341360090112266736325134423055","1"],["230292872525062330308165216380117694030089683712479103697855072999899252525","2426282274723278294999478952668955632694271960393233873044475765546755839042","1"],["4699618515989615802239157370282550697243845211262911343841196327248092233481","20579700286023765175656179825534159660087401664948348410020946400262150561972","1"],["8030017015392871145440289770052754959159875526967571298325430221936108495123","7250283873161351131853426747665750806106420745314728511815352595368002284792","1"],["14090739124870094545002304453059097894837037827193570675817170793578259536554","13022811474393837865854586047669048473123685710265483435519370789445798663745","1"],["21269508997048674925296247674462992900925354847487220984183929417015520950890","18241263208730315760626161783415388599805888911757429181671639141748381051521","1"],["13257377914781536303609530789957605230190429324384366254220699643052085382072","15077248914311465220054479508834845907583176960602832198755064324691532270880","1"],["2006558327578938122876836042167602151348281883866103270278050226061604180803","9147228925014230003869133587715857572494733966518646242770518201751522193275","1"],["16012158206341153731817620918501033416791740706697906922307882989627281489899","17123740080680705377899825107961283322728572278485813430058960384176517581308","1"],["21672940417128155408941586409519902516320025263160670861354777756508748796388","18019567150500674171203334544454960931039385357862036641431046863454800722900","1"],["13714068053064294197438439388144741312864284567352669231228897861557568275295","21179279418442124033906696327007081683694121204108281119674391797367050216770","1"],["4783114371997348791661034787987467400347569528328358804494074897962181047214","19322254133261329148510308181171873620486738847893764752113030393881065112667","1"],["7994188756237138161961844713989592556337790116454419323658905597055270238917","1569693466706011981602262109835559101202138220283959821473171848697218476780","1"],["5698437932775441111074792721100803740586289202352564424254476100739879815854","15564430481485506751297354438601969262357380139327223954714690341258523687557","1"],["426596228225546652370334983670868440994185136501973142282925245178493851184","19332645584947180700910692245952455672471632916993698227182761673249507530071","1"],["14766813033128415802787785866283112522890706891018258595736608901840167227996","21582755805475117205442157671132896316310643713573681794603639805149790970575","1"],["18929089135266573188829454471339566462392798610203293504885835351556888264190","10505520574641116111411068062810621667422277279915573285868802397008210194540","1"],["9740130895317305320687121113346425706788617421140123160628499024279643417195","18444653790105643193089710548084624673968642541623938652013703698947482582892","1"],["17004114467234827683279760994627327049369836498718438889640107891456203372645","7645855885826767720781076182684071550194943706868392759666576130787066613245","1"],["4539507470644927094013938130678851633754050855316020698385097170852640507845","3604064240114186694514823700680718859028176033551569270454826942704759015900","1"],["12947210006650713212955556741793364011381385485900761713738052355380180477333","18165867840708165970569140254748523168408369519506578641563038906389290985806","1"],["17052523155555928980748681189243471187744574953738689745134660909960521365193","4151417459719058104332746195072497215131681046769832246332774072026566631141","1"],["13154785965232667364247738027484051362495861300783086638699408086201530129769","7271476035256968729907104715152080250456495480657030433352536288088493993505","1"],["9978881904722583432885900285829472508741428396698472618713856611933338610154","2603599334951094872198984656474884562138782248486012024284716418098394919577","1"],["16532904410086314900504579003665683315704950237450201427849276733622787235189","16583867270048690618059595744364778743870942245357039111966557115634613170073","1"],["9020602322379566366702271052286184237857923364159672899117826221705919137470","6387998666111330258592427866200136930109033001939391954895518540928684374799","1"],["1326410459945534764297527161233339049069337575986456702197181130432725189072","6868552579587585165775954864727295536615549174052660849728009765339705364873","1"],["21160608615129893735157003901850858195972904852730749806557643612395132524945","8180758683899680521258928066013157893567988142644916699474754004695529662289","1"],["6974540672455284176522254945999571159984723416022730709824937367534006180642","4342528812609664035476778804881861288604695945930995741043444582231992733107","1"],["13352441699599930410581667683122590766279332760384859011340337380911001672182","20180132385092088365534600678770107648465488422580870137689910946044777132624","1"],["20484143976263387602431435879122472540512101799905791199725927125639549930190","12642711341674847160255527125126489045799272335246632902518505506186715778485","1"],["2381351379790644582300735700543828280832491291555815762753563773683534045313","13319489576490993337876301523666746204698852453158997220192899442449964837031","1"],["9363570483490190385133191819623217861662181863626000422969927922728790120938","9739445157178886652437195826948056512925744873773673610759657005335240275867","1"],["5486889856505080246504105170610861198461663142722055157897170787285270967431","20863452741300475653763268848775026573749835861877969878276193873054912899620","1"],["14769833867093229853882226710519299746923963540355569310508633877371998654381","2392751138235446568805489917298596483152874690781612373391869143609975599269","1"],["7379004188173503482578224496446511282592867467215316305298706397894201314653","3485618319235276604541158196422950300348675706322311880397096148153181933575","1"],["3593326074217563248498851092191577252710752014668207216289054031387137960644","15211068817014027140386749067923664414517180479915976723041266517165628306764","1"],["6616340250499150733800183256476185437384295969092018322105948037425355915557","14171382207395766869080881770803415908367583965292065510356531264120886570545","1"],["7538536952219868517066125522990831169719029336536476811124258869418848610251","9533760782609823743836600299155671098001478375439806917602312521630631024538","1"],["20392864692355916377942645401893020846440767076457557483420108472876077190205","21426442863453884443139142683976066528655255193335643669768900694555097520963","1"],["8651064740033022618221075656195326947519047612832215385927258613704371137338","14889279527869042247743217238956791866148757221080663767161278213222573245936","1"],["12095643120581360344863432548669578938752776761205332895176284846803935813848","19724005347102779095030226108218328123751673338597549027749210929269146124310","1"],["17855214849656579598568546446821604406783652551844585477411110615863279441300","2574186271074089506269010969878393008677830321797673276612898386074357082821","1"],["4833202337590699018196329772973435999251529052855238226290033499171025795128","4251625937838506745210277731681781306832474413934698333851646153509953273211","1"],["9190116042355758840146508704629388333267625652812281173981400550585206253798","12647975530100947216835555491633785946903634231699148653884509590541932119765","1"],["7315032205118002590133505736785312528845024953029232362783641720126278953180","6234737157925865513202363691944206124515437683462742778179074313784741499020","1"],["10453597895082808877669913840315654103156383219744733455267128071890879609237","20392030235957132239536847228695215720085763586646277867546525751729494366172","1"],["19140747304138010292709093694534244617327826645507105767192075795558812577049","11649563450817311653366409129849927162229972722343619843045951913821880931227","1"],["10396657524008301754090053383614463162633384442753183174843404253701280226169","8761943434078214556158486506248093136024506061593013345118013681416495211836","1"],["2735615309136996654219979228430943758092841079862072141168919943861438580660","14506035873271942374589692315042575200013135920615725492275925014264784184446","1"],["11626314671247728665685559357509726807011876533642325218770656970534397170221","16450129026442441125233496977190115988815682915569394512457549715093560566633","1"],["2633003680691743355639450726394447993245339302400551148065031390759645231948","9270316103233738357064875148101623308034726055686418203913446549396992754923","1"],["12318859108308362917436929904947340869897926070536726745942260405584018296661","20967716262254603919890346324202250231403088054555720329250974543154233604877","1"],["8480216899097883471827676963291812021096999285257612193277771643037919798329","18401438044975913102868272845351205388000906780526788518664585577372339792910","1"],["3900122822577745084041595756294890539260233946451587752794566452612869438859","5112004485586398670098692125613466454058271150413405320312924049870812602334","1"],["20389075693335774660721582931586139583925398340275603753912044996638459868570","13292785011289854042117220865318738922778454571779827369408964980968891887475","1"],["21099159079516468698715509029459648744889252767732745282080275699245557095127","19479135170981460761163290671717884052766620911207041952774501098944827081566","1"],["5183757051401842011371236814487147700363514370759629803437035472156196340010","14802864390675589593352726030925536965453685757648824704492777224152204263802","1"],["2722779171612166405450711315086809252079273195238648118941911303570179105427","1306464340567799289578607191042041728698441655391091502280753023411623305571","1"],["7668233379398202267060119435394830981472455581117826417103785530603426137691","2265090838559827179575033480375601043312460670182174332930535395378695316105","1"],["8181456225346878179931050663008237330459270487330856910270088247008911507785","10235359913365193490197204693710573248706619818324235806037816649626574492822","1"],["3446140884643038252458893553188018009120436788233067667397570486341296999912","11294857749257973351760597414752425827904977048563491970584919104069038318721","1"],["12552884846050461953730121571641019471442900723065360995789295924826624405388","19230372758960183945009403790237581488059208840812882989092543666127575549286","1"],["10121346035441573613788688521513253952646865726742237295205254851609307444741","4819809903417215775047979947338279659370294207204696232905941402989052088786","1"],["20576320723110571614576393219051401334425864064897217432082482929142068335300","15939411906799346601337437026128981277421834074945879060674266459043925103779","1"],["1648158581643723471525907763861378872983824409654150069735465585740290342030","5503555419237820796600374655375462320816894368988774690421318786663950143130","1"],["9349622803184456428236943802941409706476732576218932152754105279265218644805","17433557301222982757586457159892241131539495672946562738889172342008971574386","1"],["401290057018843182708365044672328397887976306898030847578365186981804749711","21512538166522285985548342056841212827696729554758181396073816130017587907479","1"],["14296483181714237977097140131173844912853272796003441398881773416283551856688","3020469089555453107044211663287835503458101150816934159934149623590918030215","1"],["15583141547650087430197319379080003200717589320608449179965736384032563830633","2654524937361128478580077287899450561372401884807525501066379668091739461874","1"],["14011415937220446051510256582859597813228685052097596233745552959457718099040","16277438456050473101005497331815110966258566823265704126475910638243386365880","1"],["16727821260150615288312896280890311526746054879230495605011869200296245561355","11751175237202179871027737645285350793876473029378538124768499620481619386031","1"],["18030251761695256123616778425621841646497874575534944434934889926073012129706","13434391671678487131710713863944770146827617642029611639700667214381288069650","1"],["16776293713360876174148579987687216499546403952424481525503969708891526191465","21101919507796363925369758674252204240790086135501480982282115003342185291927","1"],["12421212205385522435881573433665330019742384425255257715582460570937724000827","17981414229737205487083503623712537662595670433558818927508511354656234206026","1"],["16690405266156910386201098821661328023201283769247102543442252838134292942671","7926501848718939166202886095865835696278772619985042065084186477181075228695","1"],["1848567922271462819814661636736292497984352136440034919204210394285107258759","21743241297833399700514837401435053112313224979623301334398554957983740418235","1"],["640614409944334665650360312031774344265337091284184322809156773213149947590","11636741861826364185162026706753713791539824119081054036093510777247505532975","1"],["17471674861071954672917573680169374493761465145689719417784554000770892380733","3024971261154972046808817157896583450726535216284193159574116334057412206404","1"],["20267409578219838633667602344299308331601171269718214123452057794319243323109","12931867075439465101157897461514466969963733744317954098929365134443790583515","1"],["17440969069007202203265960803330638508200851774853175475901846947907756620835","21248853130592645286010312289362452212572155537368163459594703424596100533652","1"],["865124228595437634896074360402595639589978898751338700579671586513927160140","4766851547447061754830866882532460411326643253131398880119522492539000278445","1"],["8524986897464133635295739485033819123694997871074628329401515541521888321552","2718506497189577687177169599085895304422332006931564457789710514774955058926","1"],["4508546850473456014515868382587378061393267402749782993977778305506615573645","19681732451422340580800761447837000540711425406364310352092017139939650999964","1"],["6804457321703419697921402901249246058020542281276176294974013229329146960153","19338033273343093859060654332925259323252262854669100998641639470883040689816","1"],["849213854239152982958395657535509426851256651720180120478307344882951203068","19210489889156813119107401950508932764529108397880198772974227348018536877963","1"],["10478466706478542805422765476378071493507156182271901015444101199460086826721","2464982720421242372343438345822568786913790764866779347328815465692028384811","1"],["3500112393680719922719355453244766407952277668308121314773448726541957352106","9228608214002044800943536119413596951905355805604481066290120921261743239477","1"],["14354275611592485407960543972418875508029583500156642056995288094841441645617","908691229422940130265997862747815937469170257779863562029341878120273130920","1"],["19927015910273206800228314072816513536886041208500826786116807116331537942591","12118988451945830319478477946169331740862843038790237715026495370184595082596","1"],["11694482484449700017278865693289747139881328899263114516082260609396932762149","12803472667204846834819734769621337737933961455997034416713560657301063362103","1"],["18733315957952894252648965177911775039938619393680585186540742310141463413909","12146935614882761357655892596456310398501687866642322991473164722759858226957","1"],["21246743453778465413780529660253123898337957152222033410970036810845388686980","18601024768569642672534112067422038116835897818110662032604025849681124969935","1"],["9357965742058826991761931641386057455993324518700117826871012555080086875832","19656800789012261133263310905002887267867301085495317995164604127029334156896","1"],["6453648377673794473159146110650703400447535412718512879238842349665723831244","17230452393944943971712458593713660648907115253487133000052974481605186062268","1"],["21250341235135065934004564821259322450366562487728136856549249039990175147885","15228692705841072418668863799642936651581953518932169733684478592715430196430","1"],["4072314594092783033262159872232004637321559846946596140897213981404652039369","10471631722308911428180626790945088953739322027028480814424527243767199153437","1"],["18590367918821350879422596670768456066573918524022668207624150217052249727152","18698301602562912857233031683645772772086262553064491488645704897676883451989","1"],["6585272603455215501816237295996545397901837600246311915541145890258907607428","7378662923034442920240690542058319932141180813114804424743222472100802303842","1"],["11732738789886466524650855456078234763688008545716453333766472585143324909346","11188955757154140672248419693578996848009828027202713028344205863067416039898","1"],["11764224124066698783968696048388909036454589254965958054170177224874571504981","11158238400382261717426010695876301225171181489284624157937674338278133301029","1"],["4727048133187295748543762395308005651738960839908918190882342561499586240550","13567000874610328681521010059468698351216272683784925766877440760093602301707","1"],["19266070496596013465167993433476575831793007475726255850294832723103425913934","8127136597371892616771683816399767737834770806156970854337134408804042573818","1"],["12956485324416055114520280293107157866660384034179118973672200273907010892803","21869536198974877192023893745992504811735189740193784028639455149924400683188","1"],["7014113099266576792596026997973829460289299682000907046220506398008739265558","19595445825842847525839911388796382236089181800207057325716538500081232960659","1"],["20708466598662957643530285639820644757778562672598170072805413149917511374706","17676085742024526183650130372988082250927332562339834455669021476312335190451","1"],["2418378268656722861068968801921461650145418470085783092406641806165200268195","18733729954357200464675281090739921635999076488257721825460699991300132949199","1"],["21088949462074846966269588884983857142456845322203463941155674664658772601662","5122278338050079142019952634277532397152292617307821542769521591357250084445","1"],["60146071169114328076030569310302241241566288859040012966858559374797636553","2335086015210161905574657978881385244333353157724465670164640756689605184984","1"],["4179102573969146682980629108070149219890863713936112942899182458127050451116","18272720484177648443404107176064004328595056317547034012352840783088609635494","1"],["5895398185682397519995243242630277580348103594445965336112703423776088133246","5865744385867875449019868774317224048091137149359291279260010578554009583569","1"],["14707836929607288083780722873105268172848166482645532261487645144917573467988","21198786384883604468230728030609237277783050719659417296655670736806699828593","1"],["17193850332971205962747210757880425590301767819576349155962724281437725767989","6331479314392165603356032411893149704830143154815552522922475829283616439662","1"],["5279484288952988236329401757559774110231252379232380893805129760038539664032","7390912556658998152297673987584002317801043543095028871865725789783800261256","1"],["12685706741805996945928848990804610557152433336738160047466396524071408955834","260728641419459869422980815983465165489094839088565840000772807142835086909","1"],["17523145334747460324049216128111781120881001874420388941674325016635801866615","10172170296600028760904215200192604557732596450375313684048758156679524082058","1"],["5678750885673168180570110926790351233822181002237457680825103369557200013488","12163766079605161700040398594957042115266358736997739691010799612747939183163","1"],["17089815855601226771933062180916402372957923170804643290019977377956791947236","18630671207170706291185792651901407515738139714125517238140111623228447687976","1"],["2822740215515276515773957166808760115099929962553272171105510637065668264798","1475179790880551712340978359329154531902753116677345106374290488355649386680","1"],["12672730049777899937364679368484493324194896883881773814246984306459947491221","20745037921746645842772901194497995202132246693539131679827489416570287379533","1"],["21804479078681743641315334800928328694127627124372549151860084058369833463071","15451610556933784746171610981920201180345587337420084909078515410911655024421","1"],["18656868973430213643778070440135684083973784895254603950770226799586757824030","19930303868899997924777750460507999761373515815612473276332117804766489354259","1"],["4023827471448433509207299947217353790868227985322598188748405591858998646100","20161301149603772956591697007375003380328140263807786739013243844440464828651","1"],["2521767742572917127547331026171026983659017281068826012812473273452685068933","12781816894476182628784305417579662838500367655060524477865110650535103152609","1"],["10313196395408460202148961470321663479783076894355611336836177045788168512967","17385418663320114895447201269932146368078440103003654234183163708514231725307","1"],["16056456670577414431013419301383979529707631173406079688550723978559543037407","14644913854466160871746373303558970821218640692293464061376645896122614392905","1"],["10199301007743028670833057889830635252125742883305663734330928483256883659537","148863664015480937768108443287165357614539772866860601096305649486114667729","1"],["547398408714857838753040373917340453707195398932192955208764851084044249247","19149768990284169182743021371051297186096311125957583538138704636105698630823","1"],["12322834001444786995614710917799935356634152787254224444118820265016497367070","6162399119037317027901446703038766998938140252092215264854090899208732610684","1"],["3750752836312497701360490842027043863456917096535915282403016355988967046641","9889476708984589967643094276386281034431369552901245317742629876151934019875","1"],["2120198896323498191758684491523880908089287998647586238755559033840735964828","14576334164748604604089429114458930728488814737643103601775501939355326263987","1"],["12905726817082756207555679024346326797189498371668301531938469732692523869154","8678070178267085130254494302896678768429419538813751930800212881263347535675","1"],["4442420286361001285520234948090192297029544212405072118977724561299900096306","13874688784082808987620057215494475154509232285527290481535461779911023324583","1"],["12028146512873443925218793034577801773821161481870958863457723484246769073454","3159610600560190993972336219353381647390523006221442748948790956488180304460","1"],["11013714844354041338172748760841080250437886291046694827788163578398037500829","5652669085478596182906192892584658849515402433029889296098134536880595469817","1"],["5113144082974628828648188674686753031804238729482368177476074453569662605308","21483413910485911826030285935501400903068301586568911462746094788024738232597","1"],["3967415776469120783822961762592339161911290754410886055284447547544937029708","12224798500293606154681885022486135540345935940399321329006956503234538185785","1"],["4081579291285354383623184809399298887399042768632329929195240102969804041730","11364008729051415457441731715101659536419142135709075346351342303010962845460","1"],["9901405554444562594613690111227366608941530534905241783258751319440766257641","6923879114738584107588123014222470904970540738495621234414993848332075099589","1"],["21773709317614439319208430200785262387835670235551530477503332513293667384753","21179174747546839858823260558703993185869323952618489461324115615112595505913","1"],["1432623485615182852252311815754915709687243325984562950636519581517320654281","21182537417086981285963247136613172742924028138239681314197816230205243500288","1"],["8601409584723074917420473598814529525765003454520563035618153808397633189373","21141529792235161237886639738506287600039810935241205544592297486669414835260","1"],["2178186678409577782680988167728325635778389806552576871746684717073111591973","9318092025144918778021532898594181111901731695256450929470124300112730175412","1"],["4477149078451351375855382082281206244914275071353809785686444483422276861108","2055156077522596332751388461790848463052903370698735583298047770085103251903","1"],["21659376651990813237706703460289698484714465293056793012179862497292145843806","18325573775772860171105628076144689623255393188337791260367256288042453911744","1"],["8595375578966345544222425756005681270720335081034621788054266706187997260355","3693112639524691859684283635815635485825364568549029901585446726746843711021","1"],["5846784535397528122077421577491326160145756712903620518280561750838477446959","21773779655985339476846845990349880780765747812936027536039870056602544300553","1"],["1165667895561734279709229031896351322462373657536081731843635613676926908705","12894110982252439439827405482327140953788440403368284490106935133408777345746","1"],["18183175235182846167270135540297454971375502546348578210082799391449453389538","3584429370184533010810370092638895034597056876589538313583545777625959925596","1"],["5639304409938730416381017632186284478306938247800347478540814290371309073551","19330679799833521253558254667570565003355127325292656065664315679594289617060","1"],["8414988068713762464180865129279063027684899891892285294446306165176431234551","5640773763635462059674572118619724223369915795111103739978289450766086127137","1"],["21564155984054042732566642691548787300597040869593559675719563119457198038718","6879980576305798168745764670977800343930755640501670758243846441506847507309","1"],["20080175977781199054825283702461374564217016550045926328574331804111169761067","14265183998131816589624771804710615328252149584483783725631418380087040822632","1"],["12651109354039645631805611137690395637434941368819505374619702678556876846328","11862958892616799238998493444750491570456270483892897936529438822240284423610","1"],["9429878735734839442939295880281324277818847999206135550814998840445393405847","8106699791370787180607977585719542493941275763980680708356040237143277605640","1"],["6494902079759573292828146744088369029336378296693113622543905545534339220177","3345161155355763823571317478405184323572556294577897690227255505629971744355","1"],["6222426550271430747235760496259057139279322727782830720333917400022860051310","15180546348631432159189555747963659012116665093780018478821188189841589482867","1"],["10043860790107745037797774476521929936866534208970732903886088430724278396871","21184381420711715201640116609925731000496071202138863222683385660697203873618","1"],["6887360501165531994623425045173999892069848617409644137687939501177864116351","752326691599806159014167790670391465121826279081048922840449340706496830245","1"],["13416095713965440961284619021172061456719317252800184233327484263561797247660","21614003565478623918141800110878805484554262950845621459950960624585402404682","1"],["16331807623886248129046179889686711441811188623389091176170886113812928707812","16885274276641646187125162056123196773732804609449590971017461835082065329082","1"],["20822245519886391693198433402029317856310675382089412219322360750626365177485","18559237608301627360771854497163376288693535431161039967284675854867854989220","1"],["18783332460452270880727666669558640857602677598657424067098012841895509035034","15733959178094817886834676387226486400598472580384227725668994959013812711987","1"],["10921610226939177792570169091318626577039888953535075276238391543430126959902","14774807488609514355752369920251361745155412576828935798023177876301010018230","1"],["13889200919028919760402593934647094780740635715065295850948402000328558355150","4572048528383967766692100629825193429720511278666072294080027941885575510964","1"],["19841476524502479609188712391491508721189676798885312193009799060809091711175","12230417279150944016072410898468030249192899676959316192227334442724841982765","1"],["21430901074295609368321106281823312425333551706292197147948542794353185792219","13489345595698827381476932493965673158562778451498388441794897871723936496066","1"],["4235014205143466020778914628962689721019149767949325182050026246303529194204","2941114842850035831671666440605250323576618480356401072179694032407402339123","1"],["12302660822789748527314069145166445426773175351943544489139315170922891704432","14638619433722286511190998099090025056159986500340573172518833143683995708121","1"],["18334980699202595359704642803967517960057671214208174327148640104900227376511","17986987944668076353855624818711507031873421174110515229430616474018520813862","1"],["3532977570735581802957174336745909572257826367870346178988177039238886406088","19783001454153074254003653431326294173587601411597766346110932585326957316012","1"],["3873063760024075933394943868243467725238470057510734639889937166289629159924","2533071013946661993798509229589696252024282208090906897967989997333192222990","1"],["2837134800684382238018631738449334782589206140064945698934536238901443668942","8324286515782583126763767721124118507415235205724914850668634466345797718513","1"],["16099892336159085380474932712345668910529518310519255916039231977593461307940","20924642765127887940116794405144334062040970541179958003085193925907163143999","1"],["20382525831318881511778820685104910935022157088155453160462751314100542390853","16233827495674643032355343135667150558196259484867217043520891526196996994593","1"],["4439851697807145203859596019428355611608314374034928900329800743835535032224","10790528695626039683782181998180303805760341194073639333491282138082513686385","1"],["3415424573378887876353356539796958029637929841110503189912268539172787429098","3675469462150349815059520249731355971353910423216988703358574564850172899786","1"],["1796681507576941957375445184838525051809346695884065178645279193329310672992","7143531888446543245840741207849606001718692172075725251741117558679096330084","1"],["4592728387065168670995994146068494143836163340278307770131613536354858143571","11917395144004788972923050706552257829269373495282617065155969465180636007603","1"],["11563600529402296915556607021095159788810005933294977841920449632022080326402","12050466650928332088823123360437430633400237781328904236403826309180714804590","1"],["4222891493603370967218220360484630337500224874403171035678195692963996792204","3938041853355855687102654880863942063426847037500459216769155685399045248632","1"],["2144606339547443678408945080273123078401619239955767249613905597135528019822","2992762589880937742347431437751008087100616987813329027083648210120860317502","1"],["16783610444798592840135395979405499263600686410099144009525361647446013869152","5614124264924381333724878678421630301897769793261800822291197882614142359709","1"],["6303602062754146164431502226953110442551461532811308012263043205273085247255","1696640404438562163676242201685477326416595022798470299184946851587036541596","1"],["8796267137983308670066982817349386919799978611951661303473156581179110124184","5333436851700729234079035361572927182565311185872745318660205847568387261975","1"],["833414118408114908035465064787176649640674455148369111393000866457741091684","9716620162093045948631617290847678348792820343543297760458409653931953161511","1"],["7993129062222970577146812783503121869124823821849897909137051986120243376351","2583654469290316978913851003513632014639771216349758169359447686032242964510","1"],["11525091802440738322262843915809588612459098621208596549402459600026884498325","6808739370512494765713283058559032064406436426366427003226918687844178267461","1"],["10276554988103386807904997662695310851722575992767673066480568640965825198231","9197133980338065809577728343895094708727753436915035186775939391323646584090","1"],["15867860762606753371572598290718293806536282148954195724694826677479229812648","7161216683481556497864074592133088236966962654346732955949396920910472358359","1"],["21622982033375596278537038744117537587191692869362799848517345282411072634737","19047644761193668631243803399505048373121335947314578049548097752235947698050","1"],["9041424482898933443128329452875077208269164137172640587663213055821398486872","4923587853123772739393782153979417735667060996980895382592391328784631876101","1"],["7947276339388905166754536729016705055318329879109684675920934465549449806888","11077253525130626101765702400148434854058061878516152709300739876143175375293","1"],["17204800972305486013179060506796207339455072444091583755443058372090564096248","9184250819019506975092790878297802408180502144320002379951431752169082445658","1"],["8418967911611745460735459221263720467697499714954499319033350308648756383678","7456802321745806577393797097054653649768350406579566178046064504256816568735","1"],["13928871998047152742571563197935313368083256933130779421271352770027476715007","5472630806882700301969617187738162651634250733540112418975101673966974937022","1"],["17380100751565539313419435103366995052943739579395365489877126158328193237543","20189521623238538499565725097867300190332839939074742691353421332637277673805","1"],["21074864199029396578478777863070421570675003812300497459523123760820869634460","14480367187731965656658402836509444808297786162752459972600488557894299867624","1"],["2795907812762127699605106222659325708093528738608306560633304507091915638094","18862178592403287333270378755848375874044242627053244400797612144818674631601","1"],["15510489838090943157254356846319127868002172914653475610334965086432613224291","2325042387838986249436305210536926621241400479524880410515776753155593134650","1"],["1810917396020866469907976833138682760878964158028284147517169082660654696679","6331297620400047447148046703329587162263370510466404536035549940552280265323","1"],["11082651531242671181864226522827130883746988414882847899418733143152814136107","20942197117849746814440803051692805998122524060860045376876189914686957427180","1"],["21496925439050961853394102786496840847605934776218726113711000923636295027390","562811231806618525870870458523023483065422459243260471632948770816983890196","1"],["15657842306355593502558812846550230004794817640575099115691966767790130359804","21820574955233429409326210530565418119184096077893348762583629741173415144431","1"],["10633137366568048102995695505729432673413692805123650236559209690745808403143","16362316995585253116938783523365819737001267925637997102129631250819744997831","1"],["13544429933331227971714552043828228066389417577336220177548614122577339043261","7552887288095953104230916974593003841723569690203209436902315587354741235276","1"],["5976607085226632416073495363191419776609185887829591752115441151940333106999","14096697921649694963090634830427902234931592330338841237587274201429702314424","1"],["4120958133054116639485062387347763732151964398970153795044785804101691522727","17477361309171242798223318904500691140429116141163639357103423132184425316135","1"],["5673979271900209854812679601842390050323304111283628164987442121666938465951","3544763595797801915794790818413668184824104577650631864633125116743987965667","1"],["14292522765271531697262912831147579073885946832864102200122206319508951669172","6290412736445781318016282306094029990682689711216910120995575815631503994042","1"],["1951210376623788679734574041852172461600336515037546874231472868441271083412","14616261761942635275777826914516149999786531957005743529853620880222328096900","1"],["1059990680602252789415425959980227940294354710225571234731177501272187540207","16506375529302806143004064376948834854804222427378250659137929056887482244803","1"],["19801636796054771743197332014608434550809794152611670681633137768262556318491","11347240562857712089415132190179081505191650754443709234078209910658541354124","1"],["17261563296016193345425508295073717071754480223922639789841736282828972588175","6289552571913364006682054216185978842591687671791241334016074846109692869208","1"],["2195766785074009240482395984067218792904473901488524042657579232787428899779","17319388442643295930733455584910952863496519216427489574826003928433171065579","1"],["20398317070835341098130319738419124144435686167135033408771298664983633510622","9353206336011892021338513273826351259997895578820903190649490628593250253245","1"],["3513224463719686126343025450679021385862246381447338020347025688609984702551","11836581943479841353323709268071986547828756533076386018338301004769417178884","1"],["3252523916299045375191969548760593837808836805569976412278447764496339074833","15681885219970951558899262217192176268220277069779134445336075660199319373880","1"],["17154616678415056116147562195688725494075900033858236146449143755500874844846","13984611060271377933298969127490131604099690181021857708463676159648509824865","1"],["5011933181483494199268829075331028294572274418108158186900373611382603016300","13239164088741757761453253901960468321989195250220737802149903560812967009706","1"],["4427716991444244594495569413273951442560654980657465594033862199863738723833","7913102808889660924220355795124976645334790811488609172078825697973262648132","1"],["17053249743374544844061408570385110304858918165313821008929256092016683104273","18700289623464138395892597051794804307469077606758823845437717089007199544071","1"],["1251644888933398281738747962860254112507765084088816531427744329656741613591","14953416028205336402561941873089447680424592620262004247807723291311486095734","1"],["6921524277513398737788674589121518355108243333351775939156052918526272431389","12073418901576363144703432997950184075832236108850935575716511562760967417216","1"],["20811927354372499976548603640654918706500577614772642379476848593605703069501","18946801268811590282361461465065555173498323168885595788513245974203816251401","1"],["12823570537526671809890916089770174556620900754217505592627047176376613457512","5744740108084506609768392279439229246905623493605434248569862088485977325601","1"],["1326036506405917583730339433851635050477295151172166343163348461217869475023","2624672343372651912335841212440237391775483279180919298992422374455748698557","1"],["13896245406811529404839264248132241253211172859021230608293526926175826512540","21202373727080482594675938737843861130346828025815252115357366132145358350099","1"],["19172611212170190549218882210558622735054724873244819468848775401433384807789","8715392483963838813823230590991361191413184395042914491463979716721821353444","1"],["6351967457108594020479837197283282072154761961913814557984738371325283032336","14420340549081887704331686456046794884076544777429674037744175471849862918476","1"],["17293788415268550214984337128380734288145039544467315046622753497125512800983","18611667889992460184347682079065181026539600062641830060511432381880041073540","1"],["9203887016201065902030631518462441571041930911429812140690430269212398720782","18529020367330708729591938451327992710447886800724754567183752549700154581199","1"],["6568389681964917009911078988884527042815530471217672738252850696844246741742","8922699851169146713851942259704486648464706326461415707424049421380125088032","1"],["2410054487041069487038468496969365543385352950871588944899441420846923425803","16716271963520573784115542817466990987514900856462437715991078367575548837816","1"],["2477451782924363250073947134429265570076196018578043591826378439121740172892","14262610871570461300946779975818163890320527749560054380237025090865947863927","1"],["17291714022871264348760895147800927774532705630833024653061420071981277922094","8890254715246799456479852383324517736223832545153198788406769623039247776949","1"],["16258535847659337650264802805914052348567071311594815892391994383332136189726","12402058329434146270350427639249656242882671390481010851692064631011386776617","1"],["6807610820546991626355976948631853678906551829530398773803507073087246890172","4807633262108779699957214080758558846680495980384673825002930434694035677575","1"],["12725419231532882150199484022560550549902778425004446198809156948966402675014","18596249307110502336308431077667383006244363784664979040214498775992069404442","1"],["14004788430100172129559102066455299773786127628084244931697715560740856302355","10029059640017032448711840063216547112226600347568167935104086520780992892334","1"],["6985975027432842762069897949910566289059234644575400186588466097384286479104","8023588643626719277163646381862021322901942784199916693383667376977665937215","1"],["2068565865919896918586473816936963354031876035658225718672236258019793561618","10243655132258329591419364964649919227908891358799183602208729574069955259363","1"],["15331990600689778274976027112271104325211797289455102965621745786251935713341","3639779553182069727664370266149163215143796891024532845081713822888494128965","1"],["10552001236766306311907436967817377554986076900984760762053183835996977852754","11122638339074318464773621591779025815311400001632054827935353088179026366306","1"],["14785909807241613272412260462770811517682485399802467461524959771386185993372","6835015632194222376943477485915065345123454489610123187354699844795777883350","1"],["15693478581002394500946942427369286517664695477311205472549228270885343914726","7470512997981301005545505788143513714759472153554630356954953321498348632212","1"],["14221350288126807423843744371388503685639988137630639842983433274639794267755","148593819701455550912102550084175956773348334501790015662092797227985655553","1"],["7675852474363292506283616951290411206840838194669916459927297698120640691279","17777804553431153110178136855426821226129711885065173649029454824605019124718","1"],["14814496497342614474020849288787856066433489390583603471867950202341033440138","18503872732216381652024054258733182226912679851470503498157829352279834048845","1"],["1373725642649809675508129483443783475469514835964339903812588006662798684586","19301158013247735083196642855117304047859687265302707507733094924643543548244","1"],["5012244272643486498759260738866385572471389098932492784760158676527760488367","17276975399301640295396379936902131807015923206970897040121387482030840668471","1"],["2629923005044043153928105651360269854532982552852845026666940817193614959427","6763137762107470957613257003008526473531729055836418912029989589531466990301","1"],["15538052202533611836820223010559942342622069079123425597850753542915097334443","8857716571300699448153423100460358675154883567828256972928118041723944299672","1"],["19810324977244971446615214275683518965516717302707629788380784401554612519437","5318754780381010115921451571367368507899533287383110994165978429604927219506","1"],["86790331181188923915494685006707146651567749862630429595142880956065604386","231003367476290358834093088289699549615803655376903717098373301195151172801","1"],["10472249600518490679680204475200592708293851229253872705644525231120638396973","5749390590591566505978633155373707604010502528857183528359461425464991660299","1"],["15840646703489344641899583334471789263091069169564331293026135742779551845223","5256085359266913691305190386086632900230841701443609208007922050252087507835","1"],["1929871285927528576404982220002018203661497755020926199535279722063227958003","16685630932534318207863183789400628349895140029545216342287406960665257670246","1"],["3105373187075166833420199782299332649636660590582683090684075625411919271351","15205230847530150847322264682849459177645674730620726166405635915301551092046","1"],["20806283564406834694304250583300498427473400882436356105121068863800510150571","7960157707698726243926034227463438178598760540967447052702333082985181944623","1"],["1814967366177517406046026958603131450329176381130162757129559731640683699129","1218408833429323855721155459236555484986995342564128987350114982654828245317","1"],["15823748478912555597524301431472808935338786438083891940459247495782534505211","5537222358243824139156660613529565451855092802955690898537603515169103571721","1"],["20830797636934627953899060474151813992450008456100964677813698771456251918544","7199850805241820282476092250139830560898569813315861243875640219611425920388","1"],["20544809951983220628694013921725631372104203083639712809492279865829055873078","21316174363637698545731053533376672776693475960031179771167607275442414756260","1"],["1028275600138782895974371931520133825762248000931039247782372142108605929427","10876343227588175952698722987592266805761950167313776552082601690263923789990","1"],["2933837052678382274441484139689222563780938716946142623197865195718277837791","9216982341749389274578858011756637640780434783015535529210990817051752444413","1"],["16716767379297495820199944377823671555407878316006760628858617552286601742447","20740552429510006265912467143527478946391581333752785068088775300051304159089","1"],["5495639866768923621035903140057659396143859263245193910127995127762419721314","15149173891600823912554077152842538908276774306183312256570753594160095871325","1"],["19623948735769151531774215953642148627343347432409014293359819691610839591262","621325662656226115410818163777619517941265605647484333771406021295296734744","1"],["1979812047472275080548037058884868735583401971601947688676370772203952653393","2208241564129055925699021890045865083586406803705730036722192742037448516889","1"],["3737861279313824900226830019256983589379338322981248247044257839885459065625","19587221129142998511408873381595332041393652684253920336997811547810086962560","1"],["10659053717831153779847798905855853889011445985308445220812375107950733274517","3186108612229758317822084525597063714011984474421970014168806530175810609585","1"],["1841400913478162152553893379201108307091158717741900257258671567301545497063","14780257678932052316046573826961068448383742327688124710480531660320639534804","1"],["4210750617085838664314971820906656902662968699588518042385799639290220456416","10810043914044479432460446281104782111501539840754897141536723984014839162961","1"],["9796420484786373483173508087942430154984642561659930140617997285383782535397","19931223557802364585144098204642790288989392539897673112972101062341304728161","1"],["13407359040285206132341821512069597647358151916973257126263731980647048402206","5584269544846939359577100551376211032533258060613261455256524600561607331957","1"],["10076196478059629355603125757850549827390651462219914813787821233734810622031","3326479357481699772627453838972896394033652677752904822867648497357561003682","1"],["9858865986622365444915077151523689920380320940009103673962350669376896190492","11580883327760941059737346030586187479254372437878278473913000285975339371240","1"],["19211507343535479315938410153459028287265492949045517130939687033233369886087","11022841362664680271802682923477714476016136215255478091138506228652534905828","1"],["13237832010766232713480695431255891187112119903146012275362451364974699703685","12684738431117277496191509400073570865392574057084502416253428472713508342993","1"],["8015065924424685949950607637028211234308525364866581754540129427137866139187","5717651121959723871747838058520234406443612469187024613806088439751862179366","1"],["3120832450814607439314745829009633246225938820778707799067231211768123070218","11728271831229185588821387390897035838880253955786336671658933794987455805952","1"],["14866751789236889824619044677628455681116553006738300658832318876804459501884","1806471320267496081067627322312420037863950791388804203473075898586311526165","1"],["15313378075764851772339401317354630520508874520275940626853312249428399046568","11193202268960202324521127726722521840777553036696383711197951582226570154603","1"],["80711898084923369071496033045800172178882876483644836567046449921140301532","9764533439975628898624741336391324048278668358433033942954021269572413176259","1"],["3077856730932772832477026298449899153166483542558162375376956166199215979067","16634338159674499729391027439293680445894553496430047060380398812947435730596","1"],["15377156064780251523431973897292762585185066855598978813009385489513603258638","10897561379812618200725797441896750389200338017469837052983026784934415474556","1"],["5086627248167400834155253558114521756925038518736454628927888509422418817482","7942977120364864399011123160793471917383332092321173005127311146483150192900","1"],["21633433201383327045275851786918200739278106749500955325962929736748772106222","16163855564015943010861086582157734610449310218472916675691580529870353785895","1"],["10388664233236221602313691523980039939187703220194975130182763352711130440738","8657911466524848688750207314306534096732213950321884834869707210674572430220","1"],["18535365629417906348321429481058953291624027790580540844612807804056372435432","14835421981212032145621890314507915254528062500209288521871444766225372843756","1"],["11754577688181953674001246745733381760690324246183315847091541895535041048757","17956712849878976340322837152226898033545075937573381833152534226655562211739","1"],["15655887935453371402527968485955355331879978747052761509117801527724365768636","4148573563934074411340075587548963120470569662256979859445574345997659581256","1"],["12902681491531415435354713284381332814642388280911932407908735261869842750375","15047960352340346691564830075111492547336046632449468119749271603752967507813","1"],["19776054159321631725095976892606689358982350182040346425167952828473586528893","8782649893881749774341294498867032836979748184916855633725567721998518506863","1"],["4094627438761872183822243955387167886189553597261507788270384090798766810838","9341829767810549373415164367414169349587956569812567392750387785666535599529","1"],["5815015482439421140713882179430387245417890985631246505017844360399661576986","9557546796845084071340913734130896231786498479781446702969053020495308496252","1"],["14488370258857611983351520722065070715575285475169184618094928495078582111022","7299982053622019934835115683809297288460438718985228866854516792645130001002","1"],["2686572135266170099688898987868188055256457667735604526387582077663867269864","2992680624010325015541650674095875552669570195914844212852022132706785419173","1"],["14797546536434105173298933317794068684464788786237101471819307398638365145842","16549087426621820419086710570477952573072578206455545559454462488575233618730","1"],["3235804392984117132004373310534274932802750295087570223347093452666589182702","9923052259846115036998959894892842043997846357310411991677979204084090611334","1"],["15763906292272300638314604629027524000524097107198774150052722573526039423040","11277968821998397587159008241635300609464224588339891263473084687779006325359","1"],["3385757608172247705386289539201159010212097220127734102842892133383738657398","21447209381200196457535499260071168298549558060394161930288985122986419449268","1"],["16819410065260541222352215968852422048635029308212542032015302105998721453659","13191873935950959064953206722866442467886872105480625364228303887829802001614","1"],["402098973223909262052114074846253136502916539368294237482808101540770645688","12301792627960182391418290335231115454938453055033584904326880169779151544882","1"],["2666005778308654963355605692796808608808432765428044225147133251260576494727","7006966130031125152722432140089393391954222008502230911050490254005230339016","1"],["6179060364288703176899944202765867504770676640267717632282458687825855932636","5830508803497902944491285986258994703847339778611290628014010862358122908045","1"],["20120143506611396284686886868391626994454042216281564326104944756399919551783","13319617541601799350548699132177885019843863724769798225096951244187040022241","1"],["13417543406148847431657058135571650999079939186645238662062263626144007227355","10864521075597361225624154744535151564480540536879069217192032274493389943370","1"],["410102880477065241264364606732401962743884314724167305904614303434857977154","6004379130888205526488704790909818053344273439506843559614346222083474074968","1"],["419354754691855941614271536902445986164653530707672832870883761764985396189","2142570596501992284452418600654881146288648579185379589806297106082805606467","1"],["19062311641998562251499159236655331789544626729715958508502357489894369184319","17722282622403637115403526667138288575260073870100435980784659999405463005720","1"],["11767523232445007620111442730448212688011163718403304726175140526300626827463","10181035736252869860979728899374540854325322803545206088060585963114989313379","1"],["4251772806600245331426691566387204087608978538701216199894043987992340696785","4391959214519716063065245501426597515385224103688139680307683610005269412276","1"],["15375537904568385971074324002128988500097534108563258726908852284061830337677","8501990728668887786029457770695285509714549101268064727311072561071622527060","1"],["9624862253046155394778989882276724816594181850942028512259970087899303849520","4884045432980202263494791165521209974293564359819175426967044091594010695389","1"],["5458136387466200773189371187098909914866926581873925959715051058464853111586","2587087343347170956093259396803850950837189869929753777256489417166784308637","1"],["18112253527847879583402868374039102546364739838288434102083905274004943932644","13846395897508232749516136896303504731062555283388250666089851447820129899484","1"],["19003389527110737512866318415016009455838319835891313969465764841382498672450","12036468948447117328672268756866919024265677780303274088394752905783882454816","1"],["20872166113687673855860023294318212247440302561386146492990892839123779163397","13141905485852797871151307811914340325651152124776325482668741022452813778181","1"],["7843188314706105309053850449049316988867581995009402672938931480213360489583","21738395354082710100876279597270640422358067197622317535741709134133335404979","1"],["19950452832084205385318629283970489300176013407843657527862158006477020902155","14700459611939354176768198248722447736583434358119533252445109549403924256334","1"],["6417330587831389256299096429496052551625862812346424633464972534077760257660","15040201429914514441342775826143763036629409935168233933044997832444280394088","1"],["19912137176320780440597439743357031663495887686715866940282583591666733686748","14851581972719934864562139302728430696921480663069145673613564285643933121733","1"],["9104015665553378387719508146049860875044089639545094668187480319319819755244","15514709995464757696138702485722162982793740382996567543874493037357254346128","1"],["17121865436398422091588957326680248058023020708814045625459179972722502387836","5790727598035019735175830302999265434153805767952656981598277821374605265701","1"],["3587885220791989321996967308747976371675840590011102665351798838542719709158","9686530401248629089184285734627931725854036139310192054050354330205479701506","1"],["12156777529634574438730793623659891220188907801776962541126155614409734664269","18137349334673751567329858448084608484465083002005591048768489002780956383729","1"],["13936520055350509049678621804890679416869664626073267415607455081162039730415","19338636826152481019929512857056548172190868683563228302913100751435164216722","1"],["6154988437949649376959367407807140053236583049729673731830043652864138258405","8112729835595889690698076068075693061053868018749970031645808273227950805664","1"],["9916793507092077512835580810660636056190871204189807204522480669720209115900","14363502416658057915161769011809347200064179169044609938654475506019290397348","1"],["4931483078951037214484435386528022025857830516702485881971502582207291095184","6584714148193609711915112121244625114396597554766373564635503540290261695004","1"],["6794955605736027111793480179820502322322503651231032848291216978732666787094","5701766345855449018439443726156471481040399055329370539272457616544547368663","1"],["3135230984602581944748041538655575871628160029357415203578435173494631164585","2270610413006895159379257280389861687139350840838469606159239059044035669077","1"],["14971315178397641360711770983247811294779524510347551993610328716488429598589","10709220313044672908839108946589028731622840462432161762141283685131333681629","1"],["12747223340681787346848826563196968562689688372497344174423726434917320801501","7042056502283313706921500524255170605736660397496456024955197777399912493465","1"],["8317011460694965142185279546016260251386235918251915598050080843403184148586","3348219562135440249636472501149654275789052102826511401326603347875202460966","1"],["10171125582212614028455071876592813708365975916269634175969851342751342570776","2643105646470519630485023236904781937914054623978580902801872506454157907206","1"],["9226667809155029883514616506480553038581762974901568199640944159999393205389","8978748472455966654882172830065404727497826300487511581233823700078171740476","1"],["1084358218954187191919695912703298624247187951258574488481171867052850536162","14446952846274233525486045208515988457820454711176077259324561588409186316899","1"],["9029676024743042169761675437514425780577685407082052623282837487848192332832","20909413065514496575808904847615066548964635528071451638844497596033798455694","1"],["11487135305180733763663585440261687931222370688824587433483467193560111353941","16893303537311174931500078286650052713513403331106744032785738868759682495320","1"],["4299126992997939860319578129292565422478757079229638354372012592565108781738","21031170113702562037096480988210695693136479113076103517249028855031824862892","1"],["6398679207525276672813722528600403500849689621325456693845915202197675238089","15651468328311196542439153230678597026035267228042604768946113901550902983660","1"],["13970839390307355371932753015097253709236880481212764856061708438060025462578","2987814459336436157471202278947123770349878315907725236033981880585567931629","1"],["7924477811823744292427446774099022948409996915931877176751252930136741945350","17474446203880138295383334853292788001189044258334457901362598470326982116763","1"],["18778630697883495138173398497292953461412851206391497932693705418038721141710","6362523471283479773302975395521414813168381761375526543209340253551349064000","1"],["587108173201925543148156450488097400919015619594863040482057153916284587976","15761629474482514727416220382506111278577330149528817228277087682558469894610","1"],["6895245795925153317292601031053460186351432864669034613608380923314936636389","10278587524015549833915990861901568121551533100282812000107971650602950087256","1"],["16414656033240867665597954421560826454870728107196435568521113178686688838983","5974086822580783919471289150526759947137739113727964329518566291615558462878","1"],["14429505672222533434984552260760088375494940413424613810799830380773697684654","19941819093628915246627118265720010259773391002987119907184055711890962184235","1"],["11667273570608502490033365912299248191845859989000798669566026120537042577560","14972801028815115644685846255274001428605815962055358860022026795627067123932","1"],["5876973808271279065881102832026769016989469718121063140636659509761356699056","19009748568823895997717033974851535900870548526837395440105069982691820581042","1"],["13318360155861076028629867491136706826785306478495935691154792037065364080308","18633010042461148116534520988919801322212264242988627643924492230730393961899","1"],["94372902125140899561987628033254803273792965263720286081155324019309745893","16013022507585914042380603899535173157183741378599089561835118680003976194136","1"],["9882007904271536249046667366806236614255077996018535500717662627835982060461","9458117035670141079325193294182005502769897751375029485253964983843170453149","1"],["3481648101234972849491399704567198295886824323201484629419377642463996998266","5654596231519186698535913048716331658017899286878111812900091491449183096533","1"],["13790859789441479796980976193023013115507846718408613117517640686272548365507","680841243471982961642437927464896742708038027965525999004966336540745505264","1"],["14502108699947529562826123473823136176589749467297873966033986859449703221808","7353659133428349695312300292684814989641533186653146454203273700624042386159","1"],["6798282189986072176926860371651253724351802444736572099684098052639210437275","17934595774881663002844376026759609296932716346829379714189535224978974682774","1"],["2946956312779265595107329643897383981779055548820793437168746827217340816948","10150713554222205173857610012486702532799597686497949604519439133973576228989","1"],["555099154880523359161204298904097022219516479646277874595791324904626364529","12996105763729737081559835079818641520886152189624906068279975608247413079941","1"],["12723651770441847596562812228026462472911234128710222246991903393133740558928","8374242697316021206944294443746370187029208184549275738268223412485789965492","1"],["552979219314917545425998575890575261019678968543863474667255914747943037129","20705743077936289181412056674877123174259193327683526327647699728837068145748","1"],["5956384105002973367233313315653318630352918221681012248367424849307194651611","3246071167578375681575641025409676650050461518701650224974573305466102479934","1"],["15502130835932722247639208519742683005663620837236162572658670823681073488686","15663324503886510579319398971010719833925048742190890758801861281764366821693","1"],["245616682929556141442577588585730345994264916515347650059674040464048159520","249146577288063558226139839075403224896109377801187176119112324236017242111","1"],["15032097288969188392763394339532421064516255853975062233732191157919585443712","16721496235238439914369395385556200168307592778825888229919227363779394017091","1"],["7218834180630420015773345147630690959682413900569724326160390909386049361905","4305227437829369295273877278081516712588871863855734514054292128915898141008","1"],["14718207892627919956803628244337568729575961235728858781807466877427687080091","12790143087462410292866435883185494748805690894558029248858192399367616327791","1"],["16780921975978803526076209462078956045575129826352331736153121098062079911456","15615310309677368997634850728096822467135703169919609909196282718942546804673","1"],["4588444091525731438817762772782954984240529659952469334667502780734770466501","13114471019798379660601595009317524955024950380209598871506521325135576120589","1"],["11897320578689964655505931916680432991465258892394160492984827144810233820192","2841734633628413014062403795544234644991970953477191245853357078140276730710","1"],["4261817290603038259079139127580444516712701196093853603799177057282947332126","14761515718006274825927831584753470810808023626209695234887667275720651258961","1"],["1167612973447109530740690084091338723005197160842497401928204086352277279628","3736716391256317537775719881858773913327445139218485828966392406707773393314","1"],["15291642618818617697544934777792131283047054880678716605241298383578423671041","7418764730649339064756733456441830625182822163761943765387149895716108082373","1"],["9260468946811975240579117521680456901972213253089984448578031920969910886636","15445399866455760770069920021661174359075992972009044971606730589458503726916","1"],["15584435934034440945799078613320732600117281324230215683852492282961720776041","9773827939047528120968858861990000673785295383950711503903568718337375589082","1"],["4301888792921425692274943274268574298939279447869026497237645457344548859669","20368660086768750046008879769088631587074034755116156084535267866509953361403","1"],["18234788565970542146237396830963990952461823884203883592438418997187871160531","683485706077857995868929372403757491660518768178278600316307994052104487670","1"],["19376441885707280276004343842112051657279779500455924580639482216685196882362","19717461003626399787541077314127871264118884842687388713644973780065356454493","1"],["18840997712029909658963261664122122343084573528890915217122954355552727910260","20447641918787008761180411161092087564133510432511564290617424070772326855846","1"],["19218387611507148729955233414997382570709756047451917365561720842827690093715","11515817856834067710170180030907160139514698463177077952960359005694312555654","1"],["4608524550869848765842223737579058664268447866105207102281417785015770609686","10730295492126719675100484566248913385562225050130338337884470858844655943500","1"],["9613898414521812040334129088859563438196523945569253283650499301386989088323","7292013947185151196796201603746266097177274924168729447619351995440888389594","1"],["1289440340051800604049205560182595625759106614996596207512255110602770026535","21090588148401408360173732971312096057885916990139569510726127454446339349373","1"],["9461482377954996219230270238250869377092130683365919876230233189772574244","4994520911497261510512261280752030391516118800541638370784495950138140818161","1"],["7123259079484669046932499887202568296966233911504548963059691019705204520457","11721667080808559873158434884232283707238392818436096299685362969324079535192","1"],["4148793831601050072390639416154859304083395787496155440282081813859328886512","16182796951199545392704148588445723428948474106718605497725988590703633269737","1"],["6804886232962102349660437216098202862332044138106701577218765808517972391426","5627467628322820477207509514669140411103346187499214674455116315621060743509","1"],["19761427152030807990256891795284803311623130043647121126004410605334549970976","12486709724957521649552483214214442569593849424151590533681930885972704811499","1"],["11773699391464790547634687480648281131826101358647550166299333936278118550953","21538363917772519471868577429065035741315250688976833827936292418803073777185","1"],["3283086521235934387979540876108753807671967808194513165130889676530796116535","5920142761787004476613690991396647467506339545747330149000093994654992028879","1"],["972360716586166961217622732662709677052826670812831520910228061719725544427","6908774108137488361288084235725501704604659293792047579048741469712276061937","1"],["20202476332170909738432481986720299643794420437883005229108386066785550072254","6403839872790780435327226731079679804396539971759731449601986247225280369736","1"],["829683065248338659135441114290211357626795881491707127362140458001915152533","1945809616896347301457879046075794979414301583817859796761569348635159058725","1"],["15610104903403551409227546897678314205296318304615657417356692046123432140119","10817432178880355773234005321152657477753692295911544645183433022991467020984","1"],["12154320218755889564378260876665792518811024417897380997759782733851045582705","17394000578052944885913233237633830966610341704659317957573480041898415607854","1"],["11039161775977919632386698171643386701830127325239584440308853462882887384393","21631383437359815324885320675133364259644104887080208097748514995093122197837","1"],["13868881374218250939707032709346231570588829478979780855904965037352191818799","15508953713199120610320174982748813363939711059577696863847092758976986563515","1"],["16255165191879821203086384646112536580578111154439863839155925189384900337276","8560867679369735090167474536994766295587501874263761182305287629035155280086","1"],["21887602774117288339756799929605286136541871403769285587906663645586537560925","18432032695457635264924569550922280410099123127142584015516389594703970888273","1"],["8388204677363375702927279806321047434613346734516737232413050541091876050201","4836799371645615563915459662581333352203716352931596377354613885193206909188","1"],["16209470926571149994705607618353617354909752586690022658741866765127843799462","5032984524395883674057340155982127361773645927903310272411820037657193203706","1"],["2811895743989872802059921885954731856114562307311052575670889991438834234638","11648157637795045216777357030529603917530115522860331770812931941147133772170","1"],["18642870373757144563911627282275812556761310339334471860291548334763660215953","8790431733709682438359666162582855331948833741731254856438685213640434058296","1"],["1263110787838837760952960296204602385591797218511905937308989058147060531012","7204547312645460610015953419103541095527699062371166173878022772762862793618","1"],["8127611209484363917693730895930799208789686593535273988797214324452008546090","12486666864880587337847824736389454145292204329178076150217019390575182910842","1"],["8769670223804674713447867397919370631955590150173034778274203349926686100890","7392888315994466425016948378372366813719672308209520943203591255599430021037","1"],["11120236418311181839032613601472679125664408202813198080514021209339101777021","15522538221782032304170573313443423479554496899507707649882054778748864636592","1"],["5312351860139889285831708307795514395033850759036372510309723089409445156702","5681339584810674623262296284806250996564295715642914494231582867047585602084","1"],["8624568753949495475318362735338728106625774067398464781872402934211723702402","4970111948075555144749991627076230534270716581148633479332848171352463544578","1"],["10429096735006861208317040137607622070634714236803283370152985512959452066088","14156836824273655334582171870169865573069642874011213776233731678206468967089","1"],["9981475874137517880975238949638925531265977916077962929186596470459925826467","14906045497705211524820867729136722726137303187289105451245960448609004958624","1"],["9796258018835415669033453383036194020590931203147152433773329331321858652049","10368544908198475692805758333520319231386329221817668530317355838573764544640","1"],["304454362928118114702374884062727679924726270060849388992109523004865862557","1284364907765564298537476036980169325688988685510853732529815648149209586230","1"],["2513943076404119704407077647623327191416809774137974153593544393398525969207","21686129925444275530535639752901377190322605654003282134763869534168245726574","1"],["14793948287785209656063921584869042676895860749639221539641138835863839874802","6130519296444289664035606677372494394948854670074605280373353377567160347421","1"],["6547018132182021266346660755969848078151762063472475501723544654262516492274","14929814063107710540067985101851257771191988143765813763188320581588782113788","1"],["11045579598133759054444913182237823145368653363822620448868955557901330343070","4513083926441596528968281681690285175775389753410534359981320914507312272596","1"],["13973878706956784773882058894922832096215564823898199471817724218652529347989","7565088716082337689356073395358107524155457761656796616941778492074461742134","1"],["12109122959121869256497657449998110608782563974890434875851194286873320157656","8478455178054350982756865946247939798381089351929245096390861094761664718498","1"],["5575334879317594995758716661319454896922381548981997177102060355079491264425","17607277116956085367643235503681763950080154940235504794529803360846845159811","1"],["1918303771590131615539948921176568199499576242647395830325776349823101710497","20630361419050691905838165067602080943589449682715013831091126449822123620389","1"],["3885294297394466685121708239320062147836576673884027898802192061513000217563","9011386486299124831505713104708267446187458411880301607755375256900836522107","1"],["15285359181544563242823737614952786246515453428866310474690476522978810957384","3658048750127686886567750395472168227612439785487767637406716015346396010053","1"],["19209638333145046019747153362027670439218418807780270445772911028358674393083","9347666171678738130871502911688918908067990034495654215965896443976963201995","1"],["17837633394474544592312633214876288912684869361867734809823924350434469830011","13762173099233053903149067172115446988275718487574150790839972527333508796623","1"],["3312061192916555676313552866808472635688568743460495639273462858382584096717","54635454274242790599199442825937304388498674672391960779863943598063658335","1"],["20638494432307423062806406491633733095549887671935936517571854782169865840575","7428222669231928560478786625893187938825026781095996483593696164277950563120","1"],["2721241606829796712957160832114643853306419610919552331281656673162445789941","9281960140411207312426379884823198330757183952640648986977279527417725252818","1"],["10056151139355063078471408912713323283970165764451335272640154741789697667474","6994431456741490005025440072290106197573548506097073796635299277484976014736","1"],["9611408258429392468382996131133195093005687832099171541343369872985693714314","13178227028042771424732588589017613480029816690755236023713970219785904667395","1"],["14378722706919012073349643186015954571916839295388959746150280720157671282216","9615597223382899160390366562424976279747215566915195149887437845492612546295","1"],["4336660427731111223394313986817602784641957503346682373463589656901650908289","6178996472533534876758233186558118381263033518041747701006244045197941450576","1"],["1518100380925673948950265965330208836868385412400300374549977993989670711906","15225411114629084848636541398707355666305368851061966049191538357722051725770","1"],["9928943384919730379754247048902782713974222615202277730961311554406416690371","1124363422734227974254834180041349433197675553932561729840201647311267430218","1"],["1874532906860065107575406484874929201044268401594081687114947172311873678083","1041767454290115464393791640205101723386830560254946813634154745636864257524","1"],["7338262677313224449800463093472446085666526026778817175474851915208274421387","13413850926806783120840396670538441393687320991031017049904881390670701018700","1"],["372678724787175841046636575636439875549198400911232755219223625464531750411","8903233980598393872620329927637151354005131132223495516904645885287503306679","1"],["21660101071276239921652058905350328259819487890721460626419182184514691539480","15863757066477204669871896906916908251030648888732405041668442995287603859118","1"],["16064445255350918335885265688308209410264744915808587704981024087924402412177","14049583116899408852504616131754737795204923435452813685245312829130757703360","1"],["9083136899485629948682227133066462227577624403771198967983773164134079588321","10465294732599489817238308455861758850322236167535897760111046646781408085888","1"],["15761967060843099990800389176017886009314744787545961285355249310643442406257","4012530170546571300966853654966722506993864265609366546344570727707191660611","1"],["658660290723539744081355583024936058403898431546288976819056893586314566155","4780232828448565717493935379399787430358201782941446379872476896818182390280","1"],["3704345824159512142610776290808214593145735143229751724299236619855154438545","19225473198887680598038618693719019399180179604544884059252511821318968663791","1"],["21584178216830985676910123040260473647537579215003118682082045145249419185116","14197243678303518290268512286700393590725283435648113505327597924429420641791","1"],["17052236119362901852511465045944691578737742616762177234578500066089587204596","19505466545221259578744695601789535484708354380911231136728690674074980903668","1"],["18672562185575317530953445382067830232954519740572510593642301531406601191729","16433561378962442446812046608962902663999065719909180360762154824565210754952","1"],["16750112041070885823227230444330919342606049890939424594723618021963530096380","9642018801204426195576017895626193448686419984252494841883007166932542236633","1"],["6522573827651642979943148121107422459092072837539103933408604274959974737179","3621362212788906043949767262965515013098304554117716664962534385237584216585","1"],["19937559743871196251931530479016561788473951009738465091357651826756365621722","5357921270161606644047439391281628595977747571603886658781644858868351595918","1"],["8611492549846761962247615166084675322191285634658139284865071437780416957684","5063703995063555506170987243744835921175540898606398395288339709942375753528","1"],["16939679335930693996998596526087589370183454014520621240417744767290664604585","3723865441396834110309264890673291217050241037359171276287065891951006969451","1"],["6363832949781218540567110575075166923879662042043536895819111861301418611644","17183062689382996289344676448880601903250382044426817631499888099931409700178","1"],["11968307669845507830201839051536132942427004903243725493358032950734865062676","3312693715134557895346225612873590866286917188439224407802361307141233456927","1"],["3447740269725885865224467797579202587472478387932023678463774633572439481869","17071087240309242917331223869793533488030307211144778478753059713052350086057","1"],["200915907946491706738422007695447023679192314791573327662812303745927460424","21626151946215146391084953113861012669503175168998572457444308762783440648995","1"],["8573408999927031915326610985832248703535670909910296208541092864575732363738","6827495514314709378774992987544955771514268544973989389319818503729031698138","1"],["21169727381396972777958669559303508550179566181016118599533344122575776889980","6978268457552136510017852050761670936389192062120020041787389059063232719187","1"],["12472395828373307472326453058835618611711923909947047737954660856994148387140","9327451157875131804915738830200190692096804988586207752443963384628808542644","1"],["2391876239719571277480233574878848829017483095279177483711344387507593703826","14347847062599541229046218886250670935853431783936050694192952700728969350727","1"],["9868574741348425422067919111547892408918354370949555883425411281112502755613","13584267509872676231706801843897076174751295577617832115739018371024855258571","1"],["10736175996103384404715611684479017209794753413541947885540646706939398558932","10948423291089750436803123940449282376710418972256232613385292357294718081185","1"],["21331150709653139982811039194817779949724173878645324373147187795927174999458","7968719066941762358169607159015228478219788734606061798237836239136622249185","1"],["20474010931030258999103890539520848478284218354968803149962088441316687534889","19941568179599770591314028052874249817954435819631032230293883711222140081187","1"],["19419907212242885012254877889764881803934905090399767751313078200137995678530","7201019766550278533887923464314593721375660428550030428709536397576966465308","1"],["21705019088565597447707229352691515258765252637357454693079093290536009590923","211948178225979257519260452265709557729079552008244459509726999529802391355","1"],["2039269001288142779115003939078993992862033104614354018880242615474235967945","13933413502346243707127405918671519632964403504073600057471998567525978821111","1"],["16050687997135922832127318175379073670294174516898848069707918957254693549639","613896336683329752040537149658546465709480041308003569525579806135552423676","1"],["9539168792334368536113046037104600940513797091387686381111856472665784207746","4923007226695693173492307218379562015053708960285960555522919814968243131585","1"],["887872228870146601780924369112031562651602461214049564971545810186056835430","3853876052671392078463431909950976092559183726593257416578679201929710440962","1"],["15762758715979980085731312172526827662959956191567668202756955440908587892721","19977562708778191814780407988787299984481402028533900747647952213851362081585","1"],["4311366165851411894546162785384262647093846516388444901459589281340528507592","21445662987727691164784150280198914008519552071052057190661046276260381137243","1"],["3796498107478077786180819980069937728566835269981960308569549561140700398425","19883703972768033646101624137644877758058979285707721636965209381691770123836","1"],["7097266390910495881121248858773377257667846669785301933625798191959927307833","645308745863757924028242386258095664500956607141225126719281021059273797603","1"],["9537524152023054862587601977751840478725953780165919887609647712395959165750","18935955732233967580641764400746377601801397261205632865601954288968927000974","1"],["3958518191934077873206098117276014623446991237753123950248209083525251824115","19446564018068324597869372506388756763742026904638044026246778216333242501694","1"],["7823672403241461246077989371548451314935318701437302451390816805293280541655","19716347821352538521954318411547171185940538775068404349438764823329780129341","1"],["5184821316774374462546194464703478758921713547517827790888672587346477679754","18285872303378025482705714352669845416769391048374018323498210772328775382652","1"],["5597308843514271736169806568325110558750041256483529720831610187422812324395","21028136040333866390279311414129340816913103030417078622953686990129293124890","1"],["8600362197421786299476740998571015192213781011609455471898654471767416934798","5082723209341719022639246221156173728486867553530979306024611010130838165802","1"],["2781867221224811495364702543169165148697587443051792386915356357082966308955","20083120145777124384975020859354269015586694825857322945375907577262789181011","1"],["713707715243670096680141954133947742592584705420580294457167440375906510411","19145119036913670896813050359958639070696148214257306993069686195371197092269","1"],["5836454151302763216847169238183354857290088727839036851185873446067950975728","9189702668029945970400655659305805308730747925486525303584982189847533680734","1"],["3424499593185536971697856388924743656420950017942595448599182566478868086760","1208679336007153943981442901811018025409041937239470458535873948484870067477","1"],["2953161613874442087124540116449138078038896422607783200653792073216760693498","1061262041195761756780580880441382943998243481680013194426831244415098211270","1"],["13630471076389042169819580622038858374499608935088454344654318829086441169832","994807632808738667931553198471897737030132113757840651219637651594531821440","1"],["3690688738554812116921281846446268462360855332170272053653852444038973022047","4356827247322380554712904152257745338613729126023921173113590331820316063099","1"],["8214739444215934659096504865982137847591754267723729612065038455996797008437","7645236505866482732201267800608494849307368461191625644195984841806103542990","1"],["18970844683339055813149577726438990636865433374775322481135700242815781871378","3761483105875874081663524337220417773239502697958227013017328251864778760051","1"],["10967486818581718747131423961657660205370229978036227042122826247902277738764","1246243913809984116310577827964211263568081897044173130600636233199436634909","1"],["9754536097372211085201187963010872991266077009490852828128862665435711352376","17521678738130800958914003286462556588648727237772359438880822188401237622126","1"],["9440148924054376673239759935983816039342016035790536421828532295731935118446","17260037519328340831492301148707401708533850906837872417775635918872235661844","1"],["5577806830779553131564427242161571558941577446471317927661112194334708660141","4675524265030348802843493180850175221887326156376867944476014237651765116418","1"],["21771825666165886432071770417532634138324054317772742140150029687783869960171","20002708777807408342214689402397143911984458135117888835054056139760676190878","1"],["8511448126437689029004255239086420878544207794333870143296135884605315078248","8760859713021222879474333384460409697993983104106459184583455383709076105740","1"],["11016688086562081482052710235638234568339751503875550097668711286950675754297","12853571607069348377198546223744462382672394307439179716212823455322665114607","1"],["18733616194482956607205421407780989880843536277239267873746300629219688169074","20276338770925217943762708834381768296144144797147530624713601821950077938525","1"],["6457771040586231201848942315756912944928615122973011349118092088632694156361","827860790645142778207321639703247036868568550247856774412798604076635521245","1"],["18800264654880311132042204028582159036421682467448475779123985804361625417020","6710389970374866278975018626005756212031084388707571956701801321084248337851","1"],["19919417866716500247263634258582413426997641147390222879595371395745840596996","12891318558088371917952619821091213633289597442173793098951286944850238577764","1"],["675425264419204642103218118035125457135589017402429909556254354743665490593","13441805561634615389718702353458905779098076038030519794020025615897470209404","1"],["10952933466690747492795700781244779868029936548627334386749667416376248490187","7915978907174303663974641718209135242430201709734765652868589874906884567507","1"],["11445037909810212040951012956929947228516008904062018006907135639948954607383","13180368736093756185670157810070759910878544209585291623625764998051380472094","1"],["5438965445430112851313721500288096957077975110284300722984756705090674520514","10155791514469222608401904182627294497618246084246242719446921902862735411058","1"],["19261817309367803033182429427945379693401162802686815025363442333333918651777","18989298702735078876266223691589179268311799640280762662044149069004403678451","1"],["3325951121687718650005614931063350360532989734527452706218661827991417577542","14213128653635452157546770907581763689080295704194276388658751102664900427364","1"],["8172671258273315332360889267077071959198146242612990362854325753828365233662","7035643806190098459672031945939505978661593165763137796653914590895609693016","1"],["4682905128246045627230145110649520603945772075708838823484397344846743143741","6324903720918561306770587542058150955523803729355047145475066635175653127565","1"],["1195307961517829585004946606050384866274412110190531890523527855478696106870","713634063880394952134718957148535806126813023995148296019009439193728722452","1"],["19096684167198660208204664260620625091173616860627855314819789385815594479928","17971605831849727154355084513815400762241012876403125716902612110798434790950","1"],["2104065164914177516276516233091064986819023158477567039285052887448585440478","20160168199070632752718877896852344184566416340092916595620011114045269296154","1"],["14509815678663991013385528613241945717926778580416405602582406852458374415909","10488043817859581352185673055141859570824169077226011133501552059193479360869","1"],["8423694087279601505269689019109111573657906704091106919527160700723108433921","16038457408340964014746958106335695647404301623929312635053637713528074078412","1"],["15847622182125283112161638443530352511578607556955692298874646777692649857787","1578404619453693086274077770386559248720044436915636954221805809838374082966","1"],["10831900735706238510344052085236738988468555869929993066262367365031481469693","17590405262775230016329153707019623877664134078861062966455159421218792203827","1"],["7284200003546944306074239415546005578915241624955348287201074490624865925932","12139901926429542728520041680383988211590537321404774306784429376095915626458","1"],["15239841366552647637434576019393194306947070151477530646289069484437798281535","18980065586843833498127176666355629232924786614764687084844990282657036422989","1"],["13853068681882244985895681092173161237501016782788212574166678150228293665410","12143209739099922037517921025581796729464602828665495196560183388784321477394","1"],["19883631202109583428902967646344594840561843202273470659074402619644296347342","11025820076717753958244928965076990043921057484777541474561537134905556767906","1"],["11156907613071411389345232129656678340829107145559459493127840770238907077708","11225255174335463072810698898634312424979474035464892279650835450782055831998","1"],["10639799998996873448272720148897174373811593218241345881203929409940490453122","19664513133828678079787305747461977503027777531882571904947196657469491816547","1"],["7920281917504611760407517777858302063128934361580417150564578000827702276023","16839274661926810887732144538884221036404480533621978531762043941031655092324","1"],["15224132189045739534870380503880555493892491853067158721379435065332246461176","81175746753957377509585307887314880270779476909518608755992042066108017790","1"],["16693623583497642922175222141323245467643296679522642555224703141563555773320","13431374475250982036138550879488972812202502438289358234035511427098450278404","1"],["1574602582727087342416925238774581387371526733838146061132795986528431622908","13051111926794720938775615889186077431826228765359764460695269733085862793532","1"],["4396778312306156537467281333410491155588821164459010787104362865189188820265","21727973109812295715590282685464521855976362912677047310119496380384908866392","1"],["6368219679734365199308880178594083261544949215729073089979523555998125847506","9450425709944713563532018911214885910793033858177437358487947458163910049334","1"],["13552878201588621998592091313813822234247977334692800970347345565822692586767","20499581560978733921153490987631794552581384961896525631505391611679917737451","1"],["13440513568244091679187938746513233185860536568080209096574530921868797701872","20129031229122752748085714141015845314402490510201222730607602391249921658286","1"],["16482623882739591944917466442755846429049614849903051398736371424803246995074","11103106628406318302735641029494237824244902592147847791331329554967589131701","1"],["2538047644949320951744125560779592478570778102103202781630189336787177980949","4828494825566177968689164792713910158762111065978463196051767957008998287696","1"],["5899074132121366029869481528608751917688577848711497662893492712848088055396","3416441285857899278074125508558687727006216073920721349265337607606419977950","1"],["21779541650632944980618499909409699999997780250542339430700296070165635703038","8168048426670639695019834372929577373418381699232417813059962649915829141879","1"],["13583960536941687490485048092734757166782141304983556623121262723805609260419","17864559349945998801666230394416955737158732482735981088339093735152971709044","1"],["7702654629717814483567871914935635038899459722414358257861574606129251410884","19738916177210508522822111265459115459397346751766201678956580357616864015867","1"],["7099224145104061343644862198486737881295376108811428846879734176517740747979","11425162957106015690417317833482748699933217373177831804671436167298616008068","1"],["20078939306146181135623309574808987515262637057849450277208554568317227261916","18193891366555849021122741147216001707253806789784892557853156122756921443867","1"],["6983713186479996679898868098692004982934775716527586611970607198037483299600","19678079110943891291285822486533150003001600165769311462826858747601982001808","1"],["11624695898544744219351078171699899765882821730049923075607824760736799610658","6433572792437243073664758433503405909681183000738214783243595814080183074427","1"],["3718967831836231082181867475961838231892008639644822637783629914315711746085","20568352042220117513849846033956038854695144386062195115902227966924145297234","1"],["7909809612291109961111862161540382946281247408157719458820223047908000467987","378829334909144738900908175389257104378761617921230772247470752214817892100","1"],["12806164100163288198246693655570980221621347409957275174328648015830963862480","20719315217282534134511645669322628191191942060291461960633452576356213326624","1"],["11415396115352475057852057048157125287439041257728812446365962946504467944423","9137188018957059365796864452594374048577128256654270572145054484705664800493","1"],["10628389896208885056814488708561928756276881988877830576126180581645460292750","21361329827102143853982755339531051443953561464973616059067056890016136967686","1"],["10249321170401858361415274684686492341883034323085259361942942990585306565618","17043192982208396568889517630525507257277944956950886849063133590065406972716","1"],["12468546242554446681273389067206764683478750595608747127796457476701669590349","16104921459632666530407340998994482957428012042860244979702521107248672130796","1"],["14930571521216237651486239517215560336484388351274291014734205927388934715582","5132928110520874432363287335187376838776797303202706410662481331597562927134","1"],["3597551465025510322389255027116433491691136456106956266857670302045198226012","7314039355477713684730921449532074477814582798116493889502719747670074193194","1"],["6614080633134657906183795737515911992957891168305813412915455432945174763869","10801076314077700955156979733995142673410277366740171629664161216450207192663","1"],["2783826562507459335007956633712843691366052085147117439808945213683574712258","18547890470559068577359120142839619795454854946499907850004904087693060650140","1"],["11184817862041661485417183219122677565219818230162365035062126236117033374993","4273995051766240152153708079974999025673449136146323452432589498318484165325","1"],["17762136844049943864665021053919216601039190419299692109797971019219043468993","20076547433067770127084552444235211066443510397614785886267696704327153984565","1"],["13626229784342420001343229788981183274422738969994197499040805569752060035783","19786664265112771443073719485746057379088466903579143772330359199044311354115","1"],["11807678019726638298059469800342862470611688323513640901188020495004883947239","1502138066381751381248689978638306940205540874443455003986890359656238620736","1"],["4856307294283518270444264470029726849442963685705523371089558307736407808392","5294191617913603201455019620940864163861197221899182441448885774351873319793","1"],["1658401088606223394871714947926650700141064461071117977223322744834549298749","5169459914472479681409438080058518528535057520019058598018117055020689845069","1"],["2022911679193747892880264186092348161108845549770317316296341744924386632635","13442614402230101453632772751799021188979978798073738073359778515204244748758","1"],["16467571406925412094667660794216173688043422271486522685587124680761927147708","6829804823641451236657221522617525279234858116600739241792632658665134408621","1"],["16520992404202353345290555895325421384414560602589993481588763200523794200475","11194119768503996574767626375105630633994779540981239863094034758592464050537","1"],["10602458122719744524237071199084851003323928547570451351126226157171039652430","18553334489551172453528199189719351502991580477061121370799525037700323906138","1"],["2584359748552493860071780208628090398515299768780364112435241062459413122647","6352629497097669462736017703109543121277344093409621545130884292399958700496","1"],["14492842658379041982724032387952310473734332952936013893642629842042907623653","19469179579036151640392927322795577150139378518773667591059320805663172178142","1"],["2749225514269102544731059735148060110703173090115096246194917959198019883605","11999254339342352366863184644397970760786292438845673751324785424205460173018","1"],["19952350211821645809525779533322913914410073862120472103256039364213075408740","9791817331185753431421689313148850443080280015857647692716431404728003200553","1"],["7519499186439385855475613990550974710873563571012446713517461079355245964235","20653520387461706439343474264484536732759810443893150708002672454277767348864","1"],["2754136615765323637882200042775788521751779391828854086288902729587660850835","16880966951717013001750124419445477350525583547494420912946486498752038279","1"],["6186091194992202029389267797343261646677991284827283088970817997250177212840","8472807399629759126664827418850851312397868354147163388771884398502009622461","1"],["376300119289766218020801597291607130320868781895876692354971067626124177358","17128141240521986398322784816046390579108284080059598870287389998139534262242","1"],["17643310284721981777513374972314814477772791068205718678606379916845858829098","15183188668964689466027371038860104423569516675030418537798156192657976388924","1"],["12391234206216004844539022580903596646041162591449164708669071490248437188353","10783511186820271621830481803554205960306992499159646646655224540834918589423","1"],["21014994120239517792422296282820787864169252081170314070087759834986089153852","2618861927842864668241528097499992945655188548942657987023215044120087112301","1"],["14540529709648180089262722351076943702741210332779851350917652822068066117924","15756741828158177576328371592614739457223685514768865174901802349403639825776","1"],["18685300169697080137833644051608471963593984987388332562554752101154876411102","9686960179609773264823601324248793825544267795542118760265638613874690057783","1"],["12297308757057820323796102039692214508492612026265244684621031874099406189754","14575866166769271953029063975697427799206775845265535080172228663496747095978","1"],["9614395605135696602872995559345674456904688530014772645081696252655793740619","494058605689267836635385612896102587716567020434109437643056484944427958620","1"],["4500520975302773237005566473670008306908841224204813886745448155883357801509","9384659444694676904712979730243721854088043289881365987457766382486795028605","1"],["17479802707641512466111688090324879130874655891389297451044821611307349650833","11375672814636117012581862301945313417423219477021625219818963987810826138529","1"],["9434744940515010790360322905329836604215123904989443589791877526746508107497","15642514508635849562354788175506651624767454939973693291994245102640853170287","1"],["16137022189277230285526024628500274564296245616178492404364174828402597744402","16084040429965708498378795484070224534136081201723972483125622219112979569281","1"],["19733604314231590618168847493182727368861070235986312546909924073859834478468","7688888314590086533210187256247732011208800518177193659215937710550865705257","1"],["15801556661427551971423127405481011028884732303584127113629324152471507722935","8090976211529407622773068781786806133222653487033060970893806714883091265702","1"],["14411648285134136886567223317031312684159205998923930564379089878568833986018","10638819897751498010263847196399478955505123478851434018456090650482193024951","1"],["15892663506868449251630493640620947416074233518064936339438260935966927587681","20073519047398613271090741060872950018738781695786702239133136397740164983015","1"],["4132522448927730312174012621916364635013328189370291861555091267150386450177","19183700581933699269659380328428231502248713432480866440274932556842582953593","1"],["6957347304607619097084899549239870105814168549782576213141667987686421590088","21829769728290614563058954885695110737025575445733642680780342362510056012783","1"],["21089386585501867217731756750626880762780010964285878036206635135017676921570","18713580262871560187757437308676800419251484615962392428815659479044714980270","1"],["19018927445932751294138199235628129957624955993344143678789938686962440979527","14349091264877873624777993786683826021693039537372614928392129959283338564227","1"],["19372881515782668460332855132838522449824434902730210135363304974927631926171","13305426883118876910149080795482870396705417828125670983059079029044911439723","1"],["8491676078140488828866171497543252918309112539319933526650468072357653004094","19283772817458467502352539089450839316756247571350235416713976385383485182508","1"],["12667860487052523085416743782260698466439395523368606256127400764723992550681","17709060497360015806978619668549051166407921143887732080575186076926441015504","1"],["12787282159190520288677342889358487342582038744949366318836591503692604908962","13046147194006748569156041969698838480392798124758107668789699780313728133308","1"],["9091540733348055219149809739180265136642538266925706051267997969899963096893","7195720510291684665587191697438197043994478420036115989777434677193575634704","1"],["20331052516477986865658245574025997975041897422138648978414249559829567321223","19576836666266801910289858440073767128282601665747182935429415197969975123767","1"],["21569379531702711969389698879119101808345017412126040067848392325083079374048","511072888680605656801678652599493036046998212336428976141965007344346340881","1"],["263719566965705347301111517991426459257489237186004950908377078663638016150","13665170385051914574074087257304246138098442402044518476762346929858747813883","1"],["10489711345247090387741425210856920952315574028066842307721083855743117341774","14403981538316923676105207968208341499165266434402539032387410086154902461318","1"],["8916883073335578464526190141027271351353145774240877712503196555300381923420","5771153718176652486736333617356108486113982017844331679137561382084225106382","1"],["13856092217182783120427962582590194390099522354497975750923482106366188547479","9255191422012847753094688211534683828256013683510729086183232489204206742244","1"],["3448503737342918898942130099306952246094358221585419508989079381280211329131","13062249040327982753548242427249040468234441569120589842098684629241119540546","1"],["5380892103723668764701056562447886039965113028330586121901011005947638358645","36259062257019712249866342662327446753596822640327045255632413673741760945","1"],["13881021381721079408155220719747463176831567849721541189192302852770659856391","13165525264569734260807749043028681389364190425508024447248975650029993585822","1"],["3848458827128856709374231843426394684307227819055343981765352965236647087497","14605724050003303719136284828693093596003669138344282989035452633215869804204","1"],["20088201949645535401254978331389238334868696167454448866795420871228392048214","2914119785721974785994064221822599561307031265560567064508462720728021348588","1"],["10270484938546487242376218619194335537539618247100769706987150624950614343306","669731397886876276345374884231411202089855422980268054974939315870473565675","1"],["10495044923555876378755410650153926211012648801581646358488857101874507729490","20349551039343482314175234388059214582505028314617222092884645237877545866331","1"],["21346815581307061556678762096417826825431264236180837813548411119387830791970","7706627816743763982522102430373625548181320515049331593500520294223498917139","1"],["21376344306623344457659467801489604145047644478602267475358312553161120703734","19311974383175140712705410883007190510511959092207672440254056068767983881864","1"],["15122357155296678298574277777969598422337844776811452692748604371695741788842","10092989338151245900370446523942266270469631578221908347747264243580655062452","1"],["17141597962408257082769701888906798396010075304587955546640768814805232222727","2855288571651888128949837063268862698183273429054247799673623972621887453746","1"],["4059835555806720659654927497544524804024699130722318257573346645240037870443","19007381399599989716418158569183436963641918912058554286579996298051532574873","1"],["9305362547422542553243456854314673178889454463523346607075864378448935822739","15393829669208747191052505658193419694811586859101582921162694469315303556981","1"],["2470601729471046920051847689150903514236296027303073679532382075232791603899","4778768929268688891300993584557706665060290312048478757986251971327489557340","1"],["5822460481201277429631014838140447735814251142929349913223101147569182194220","1656291433417149869950504710985059138862984069339718242659194129957106133103","1"],["10812526221811380136617632179819302823500920191547758576051412992013917209841","12926008715323228387965671734085728735588705356992217818776141558819235446222","1"],["9573402873675718578686752401978268710035951084863576362413407447599867297037","2206071172665453603358167732644058210291849002869231221495026707952330733294","1"],["6511327225515985103253526057041568920810877138377506638754662501038052017074","6275246159669767200188425192600406120919091477363431483583989914208056160201","1"],["16556835356182296191575067693603361094990688818223958356162037032262229274411","11521915056564815725424204367810430836729887552360387443659727696697507674524","1"],["17593686345303210082270969007385125028992503316317149002783070982491639715949","15324451706209626125848541436967633062641409812801027138090838416353481302010","1"],["9674589644976168462332969738281810411062701194027730675612705030141121645706","7229721893253187166987450462986762390594946775686232393566153837926786682854","1"],["908395681548659622430915783697802497857335340650508188411688715663240780967","6620422207695810527796684194221781477872123133515889457308939477422635539107","1"],["865799927672488892630268277632326191335262614463751938581705955963877079263","3486120180392349963381226853368382078642330614432952960362940927006329534630","1"],["16303203268260387716032227078461144065334073118994930224325209607328273992156","4503877718671444167874035173167069248060597021565679665749786181577611772824","1"],["18938607560294586292497726932066397095765116557695122623330463620080816565351","8121699582342156500277560693315071609781500594472966211512734938241130152011","1"],["10907867665381263445728602229138978835667220003133911302972270197668510437116","20267335338568761902519509747239915855752891090554913199153966685840267954687","1"],["9445328122627103226990224792754117458305397351745325217590657466691589437777","5174568932409233192950401514591094285680111083224756108712502418928172365794","1"],["18852375571183849604927433989842171178091830555798731717160596246534232450539","7635602240791904542450328359104538619933565048655468760042782108974615950457","1"],["19484839336438908680555245902762447705197631702815449660491149808451390476794","9919498792261858872429885985492561676961355254678359592324696634173215829589","1"],["21473265240289712508424966436090863887877741290081178582813467396687955529232","9301287425792340164966262765763975110143646846081725960471444204465115689402","1"],["5618245726811610211655810317151059115616060787571398422621312511093977337175","5304810749023661021295491145207963783340110710206170197522561176341340358826","1"],["16860502347988983514086355527178185803719774104216407601773399554336355244288","18453545245643242781580830764068128635041444683774463615306986548842934811054","1"],["7883447322032035205116681673047788275008892162070382639753962495874499756067","3536053972288533898325769885947097963950811195201846157212508185864801844411","1"],["15086691146769255892053246185546528864167199214433300783118712426286947618584","7932215481527106618543379396723523151930501817948745496204505868308021451518","1"],["13563374317214534491040493811492686647939647352649956865609880261216835760280","10656008340272232929002313774670890900094287353026217803987828304338237323201","1"],["14093174227823462181844513553940302389659520649765159691336319025654535483136","5531730175336477790333285182464297616236118463026957933681529275722765707298","1"],["21188092771689952619300619325029474217086825901113113428073857677648688588872","7728973776891529968061494011030664624358003936375187421760878296147712411452","1"],["17013969843191672840833052105614953895115924205217142935104157436450802585487","16531477936262696881424123092625382192887301531651170994808443397414772668098","1"],["21616280079945502789999306004967523243413857571981951353199522803943054697889","13374157682297989595229479186212267385144551773603307936115248354771908835134","1"],["14043963255337645516331946330813329568673151551916265649123613233607222742876","20517674007442719794241486115860325917079355006190731686001927250072045115423","1"],["10470786519784791318290320170092189835168694201052900774478567540421160644817","521989097807231740976791813334113649895933078109704920076810480907010679825","1"],["21082180940443168604434717103958677052990683209921760193934637047546533161447","14684814931791620275463469662750543125372661921797203792405337968819207676858","1"],["15459459294544003329949693768192472305097336975677715245253732110688238386544","18938275770347606787011731506988457648360292925956472939438140138545077574737","1"],["3563542746055815556665469905843719721019011565840898986552167539617242907721","8734713126806201878579123125925995565531644554985992655844530303577812028519","1"],["9276125576448137241563507230764439380908225000033811217466971016535798720118","3323764898537714181652467586010566520551572443930542590476808729551207769667","1"],["21039360051188145004687923265661264834690125608096831658574568980362939709694","3302496768283912546316576226663867604576569548213466008736011839746204847327","1"],["20802674082785624593136652995278042658820383003023456357623556604099508531223","233780891786685674744163386931248012681045322803727914407279489236967638188","1"],["9310059719457770273435416958099143421049328846848788271549503741036708989894","4063601337907215527060010824312171431458463175500715877961521575799450865367","1"],["1665207605914611441462036136948661030874992287318773167480900814089345829754","11025478744500500033290044319358531668845410962059201489738540438144994850922","1"],["2573022736575962572397755362838805705883943161977308620973891306111346674857","18463297725719766894890332963069401816011882475345309856375573446310557337155","1"],["20616466112232334040378876349812792325791984052640905191617658190300089027041","20160219793999979115027040913354612066321265151824091746545750820351934297642","1"],["3197317487780153304149139924791349174446902587543491427236804242521749473434","1034161364074266068862446172704127835127186323196439602251207233037477470719","1"],["4110772686406919963145838738282975669211883730354743302755301998853171695478","4824047345770404826282297209119006722829514644295594527702478911192672714861","1"],["2912492550817224414567959700478371741805012099387306831928315985628857951706","11019600054507099918094807529210027228601516918563767558637985966361312788645","1"],["4589392579569227226778619523678088596170598776796982770197883733126337722524","12945305816596993284105068991773504943573790769367571722235285418798837876860","1"],["8266063426275537950096711912146612754892283810498737608075893940977948913784","208992535962362488856545346726592714028510851913320043384928958076465013052","1"],["13856281505310916443027266142514621022945423146712890260583624820713589146851","14492836567520387670594108249741174780392940492774236991921615022218482399848","1"],["900499316260319374060673042586249022718896305469193503217363276266821204000","17835590627596270972927037871337785775297330038900998142675416687120274066049","1"],["1744324040848744861298630790549414463059934699868061386291350006923161863908","15811671578072909005891570484887697840750652273366242343660173110428647017743","1"],["17856839372277556871761145270202443545838908541846293825721714656961551800841","18790692649789250366973066900276169182312559794900650370675179376565106686926","1"],["16694727014678117817215166487326476748949971967998416500737003437508624070976","6334512598005537522507409527811874721808203206272059958402756115421051738631","1"],["15692250181995074656695124881505969499240639029956058466386076533442677462783","11988904252422835997904640020393213077351042249456899332840770429238277741652","1"],["1334535184738191758352329460132040707325754835590958188241087453932709287619","693094698901868003403877904813558029674880313489704014673218106172936410273","1"],["12453159841569310443488626250322071470983541337411051459549615549357145364349","16940993183407793970583586295644860922708409242635869913863187692410440786197","1"],["9380435944234625279769839025647127076038058896668860991238120853035442078692","21504408524721830032260652938889819387835570413038861437233390193051765143130","1"],["8926574610180552022820512543133060213811047706026325722574682118122921506286","6406242265750476925433965637380390708402848298889249755208898583471825593927","1"],["21234393403597642199324829951102742730113929596663970958723842967608211783888","2437293551543738701840402693798011069385195363268114889027321622766017547686","1"],["12845254071107492167589012451514335239225809568277407282093787029562235494700","18744063818474125009414158704105529048128266469755222825539642019910720100098","1"],["7611726873335882806069594787071112658677242727695325274791596120829908135991","20772093776006999813551374068121717155430497788313261571766133019235990841466","1"],["6773930176561063116949289852484435007467640006295843573202968525567274237111","1766944240253125851130598063073845251897948469170875866792870175104170065702","1"],["21648750965640284106341483499529422000216560963369334444424063112257781558386","150673364709287547026933624577696878874662853103254186136240954430261454973","1"],["5410972656419613291133300528648752685609604957911168375166328795893877893159","8440974014373559523557096501957088514837668601292224024405096669703468240549","1"],["14466643782426537808299983682159252731544441980048273079943249033890036114284","11735838958814715820437283614403905715261013626850434876350954521711190201561","1"],["2092757327091083522670304075423148294192093145575346287410317445610706838216","241927002199806670039236604182697809175719478441620468254783855463975274048","1"],["4781784156705822746678932097333916283497092428265385525541932388840687384508","14933862073128671382847203319675064398119735390336074238139940533269417988316","1"],["12130258995181328511563224677237976579239957781824586016377415471802726417385","5911699578610598397404874391981848594354303259251903201102333736480344153980","1"],["11623184700937810636533500735271756929047359080099408448537108736798260483648","20766046240160879760192972442502845031453957106281533678869284586671243536519","1"],["452833004742282889602779217205678449239553636022645424235758011376901976326","15476639834481467017973964080098378185760489244264248778890839654196902757368","1"],["19896180258967070747577703908498738847188928904933808777406384480794496400794","21495408603211296482203660535815313885949151656704611653855783897937700967457","1"],["21030717259165472511881786409178106848638081304204875874569273261958286605378","10341478715725736696697544020848810394291048221868435621314224456264704697515","1"],["18066642165659667647774180528738173400137791031930899088586788687961326680359","11031504749176985344680812841997156578987188511410030343713102384822144123597","1"],["21296153695228950272598922562581016843514481244292446587728849057366839505177","18107573497582783118973922372782596195613941790195791913561113417777805545788","1"],["7570937882703681999014908245743784454822220928254420344985877238799717253465","2863472857985817129841104862969111599336044682071127236550553548909183818742","1"],["20158404827376914028684191887509405490606097537033946602497246040097454670054","4586150400163235889857192776300210034733606338688919676966500625277033950983","1"],["18186386309087085774771357571565427181970640242221832028445433010141011215809","15534736243786362889474677391363986019961283314855745342963091890917090137936","1"],["16213158127975474784770243732567902433240930590217340624600605294966546839896","4997978504472720215022869779967992980052157779964182650705328854275420480776","1"],["8695216876216108598404313104174949412688719648636342441054968983033955223946","10602205297655361887653193251794586627705208647060368705851106948952196871494","1"],["13084913868195583745861907404873679392554649619964760230043464453127023939248","8410383930856404262677107000551825664562313539268472110865961127931430571588","1"],["14100723648929762311463728730735838386062593297553840751339262249551837887384","4447897477813666541041461640290854620503344354909541193638893776614560884538","1"],["7685682879169337288250580651035854939532688830779740279121329340027477953140","7927809548736443678718962621188468118276500157139197754335668944012766886770","1"],["21884552425727681181957491949743500917649165527121532121367002748545375218902","10116125983425987469325194928353535371731165693352184377504664741572796310294","1"],["820172369027680840814329240496161010904183023109443199090199850430842370841","8738270947960715748969392345754896663138601334637238893741103618504544450533","1"],["21240894997382572960393272204158665091359993551016482731752991390152267742563","12583364036497842281143691644699836178993581944474677968507495978437225819446","1"],["19819807593403441114270398699700739517370245062974077194986714323027272848105","9287172770819000748759260635821591780110092445912544036466415048577336106963","1"],["20288122967943893472374367640928030678827115265828374383497736242310759510815","5841868489858608224733735837081096855837903775769653625835723337070940838454","1"],["13535289923034496012598782675717392192635962404845472217596335515017109197937","14182766611042787777958059294986088487927443132448281915611260325289148557114","1"],["13910724423413366411820227633003541143715077298490131260095506209386750170413","20729853703524450293558335004130518779252234494100907184497529826703769333140","1"],["16695202018718309921229110094378018687915096472425373021397016667408679294869","14866270951479002654308650521250148314118513461803593348821993123219527101960","1"],["10081189001402003856093628336437997162626973346007324062430160215976528226326","1325325095243881554584041630970937254257555963836078565218739003239626484002","1"],["19619372101747912394952976896243731229576844477448395104839770138961328081642","7686756555321324543933429110743723500564523341940339624420850861392261055243","1"],["3749242859542363126085633799926618385268506734894190743743659188477236714689","9056559095265080094649968462160561789949750138546939770858447050968056040823","1"],["2787349287702352053910578764809727819776987474515602518907471135464312889483","14091504613053309631109863552628238414206071859165781447298901486499146733770","1"],["16130567379132284183308557128507455508339414263347724990022063808980415895977","6601366757030438732381049789417540917778002294162571666782825054943105400956","1"],["8224108990778851690677139554538621355949358427351202894392402571374842637675","2260393210465731731876333427783350535876845989125664607028271141472448630295","1"],["7347324072668426841346885310848452139357456951952874336117259190928925644945","13094774767536035837914342830161166706818351617118719781553754105027807106466","1"],["2295718100494604778733918151360224290302521083366313724802562860022183343947","2877583870440046531557783984364334810408221492212174123919971220098882164502","1"],["7921627576828948670379967172588351455257119788400027175727429033212146176366","15022760506283565011692856186622221987935041310928449442713108825542170338094","1"],["5151674830389232384519164109849014807407589739633299954414083093305309899574","10067277597312438498209595159460258242332159664606198642608220815162053594240","1"],["9271051054167735959259410463834868441714944690535810752345531952682395147252","13691174638991169508649387370895471589501869919660605442919926115781552755658","1"],["2820106003827684611906847639748476833003513440065918057054396406254968732281","4386052194630552834863454914713621106899193984243362294415461975873496434525","1"],["19618073707628926727560576590072724528881056204581163112717927420132483985998","9560979037648120571671470365304582249498180677277310778581918000966527517960","1"],["8903018620188449774057544362017528983905513453905188750398532349471411454251","8745896134638298295285989235984350859818960772063829381453053565215536155624","1"],["20274380479336512103197380943189762329808821200114493003868538021355725352611","2604032961392979526127132592389659399827099078973262414583538801212123560927","1"],["523105436889715035204954709323851421949021832798083598228145726613469547456","10202443518169737372390359530364231217112444789126844441270369065135639925795","1"],["11918849055315708615914071459563999751667165094932093645653841866656265742764","9182960277458261103069997774547319812518686859563193234801264138679328782179","1"],["15781268537738228118458664576961925141911966976781062138427445075700548064333","8421345729537559893797920628375264939507973349638429289232036035921052042650","1"],["18276717129399833630628398046936348842970154416208333550011442589307580524735","16569413413236268384131562831405416027001049363815226557213250519980190484808","1"],["6748032462749527321353893805494915961683773363946607442607724494836810104390","10416486242210745386982775575714012659375711361274715566467599297444398915041","1"],["14850264633218263103683473042624643431713590511060867410868183043446648826563","14441256328404144332975682689837042953018306703885487579607762171560879994845","1"],["15201796201621131076825579474217389644009299803373030725625750829523488455958","15303908097662460365352448431322107070902782755979113807314877959080485801188","1"],["3737820879113648235418747777272901603605005956587033709482062530830823771706","19889031854188636661224016885740217623792192965763750983614645178249071065038","1"],["19849476958858068120152648643391676368425171148990135630499417500167622091974","13179244597498565779703444163145570363899497658677504540079936878829827313004","1"],["6103279713162717051710114261276041513865822909509377058939682489906822935517","4093353236149690082661941472886206907387799439306366583077853058193713033863","1"],["20776989490211750229216960638374405203365115843121904078410041175801680675294","13370466605232884148955368035577479901235747977634348288402850684072678783973","1"],["20931397772862544488640982215842084920865580476058395742097999299568418629865","6091364463939132226252778818035523444613651702772641090347014101519849664784","1"],["14556389635923487088438636428487153054601989550710454878080922138900256739637","3715412844841194894828555542723124649101401862827336822673886995324925984290","1"],["17840724386561712532727462582001715567924070658442807712201569984201589057610","19301806019544806675762325618578879422529797851793370511771471859471969710200","1"],["17064033396859168062915730761962226872809308374245478558663003167818777960048","19830080921423281823554108485313096520873091802803541018777660343293852980228","1"],["544013124223707465123259813800741855615242192098323501962250676066223006338","14950967068610614840316787059709703044451505986930761117860281842846565070766","1"],["5461436290874810765859351526382843004833332013848708929676076244032692424715","3529815687276352666794443822563498603172618781405413265906020870705028661918","1"],["21804172937054827001674072571654471065628419006971970550956694201119822561603","21490477740299986398213446037954160443718113226278523318175973520796608356087","1"],["2466609350430360061650867615188070841019566065704159913967059867453728820851","1584390438830049403042807739282110664683047944153377751032004290608855292445","1"],["9449919395721611023540499793096232636513502914464781717010766522812146838938","12195047542579930693013910599843135424939159240577695451087119607189474328283","1"],["7408384325406592965353900603045517649387876779309029744976175807028125781510","20733878457648695213813825304406157404169665647324117395229282526173893453762","1"],["13104819212231189952490784239293749606414602020963711884273463773623230391494","10594852691965959696186880858332897029486462137389648873279632222284106782260","1"],["18631140128755634463466927286127032659231035185777424396392581527943861834638","822646964512723185053910530004947321924169285754933664390238233234052295105","1"],["7122734618962042514728717363555343837542881973299391610642539279879719939514","7406325210997010365108512714056926917139114336721706993251307358735807825590","1"],["7737106143404405169421446140684546769145443949464361835139041520778032407392","16164350381441023475641898749444353747440068314181447518467152039615103827019","1"],["20666756420262325634597481605655792624358010429168225299015970874279714850276","136595974882528200719821709354503160314150378773301149254079181857440379517","1"],["2045586158921079843046968655863321078574417714618122501603282314492688174804","13103731108180651870203147545206884124475505695574890001041901012233135883834","1"],["9175253051571183331245503692246517412704461656324195831193529872827942979528","8596263832015895699366835385989319798503866563270065732444939914258864748810","1"],["5712025371200172130662839483985382860699161494691576818098624561489964544269","14127405259176860016321862098837700319785816002107817421207480599376282549002","1"],["2773749015553060373311623136417319590774002603661598047743538760228170199824","8258015010453251296674229590401892077748607556602639331024638162292478768064","1"],["14903868488305253805074783699153207913377747522476006096603936653569818550145","17881858378283321300390103369395383261148848325027475310208818002087102017815","1"],["15564290481973810361486065429594271954553059723812982892414879804122650097283","12673662255026613895310361785239127417033148355797141923161303772100857286743","1"],["7207221887071530549030926086905485525787718394034382908308795838654697891117","4326696058936165686237645287790838194864654854284121908284272607667277111266","1"],["14039909900045327287093313478822868757740628418656830359657429375513350774905","19092255638833930780366352844125764003727742564517674727239962881671630692934","1"],["12051893380871386730915107985438963089956984343486263890881278648948194214944","14877106586028418980452004613297220007962407178239156669622355580798665052784","1"],["9838851196954429942411249504648472064484776619087967511669439880533116073729","10853781576011392521384994387831865461240043949413179450363596201369297496162","1"],["17289342075780944613726248638993544974358511652643206338832390189801189241979","21553163875840447708985090137151130855222160304005339113586768078649002445751","1"],["6744390343020797695584461632536448609805103184911636797309260386646227509213","16821959007221340791323294451914882198169286133370231281624318747602763094794","1"],["5300900293582923396279508392690549955532053142642406436903663161759812514074","16392674262933127740410089457698253428478713960627024581990808795889036299173","1"],["19409236900613071433682941065548571200296404664848510078190200527026889589417","6711743592689333842695354771388373515282940307716231019144807561659526546473","1"],["19531696047678054471234798894292164335688534769194524700287175741061807430160","7842605271166803571820989293749141770707659336006914721715887522219259929360","1"],["17443680108307864239033711600946399254484131991110006940259637020216411470598","9888568750534844430151312919447402490962545612322030978140560537991860054885","1"],["4595508431587865115633298644780761152813985144045056120226246690434322174408","21342731037086012694404708206224399324574374536702877038982685437512296258073","1"],["8991534410862614434050525594063838086226842622836062975071621468312808763922","19685339130591791194765304792137700529766782522303391651907856013031477491244","1"],["10695962584057518990731272290538207700686237492917327985792979955779184298509","8388239862196959780151726070641329398656889693018346332948392628578059329644","1"],["9601079166055718906979292079124599915460033691586598558330913011218921411891","19809091411002807658774344742176537607023884353779658864562176882369622376726","1"],["16606083940202655046319345097316130192971658208639623898870855308770902845267","11251601236088200849029251426217946809899382872672353061837033728836202900076","1"],["7434285059510325587364572698967620108845929299594396237349008374547679596282","6385977789984489931308668048950740922350628630285609939969551351414362606486","1"],["17485613526093890188657593346829036123901127028741250600163337319670298707836","10521071639712029309924313244326516137217452146467121282496665959255566502214","1"],["6266634442426245304019782759803039531672667623279912060400388375708893562338","913681414913958151786211805152152983613948000180559123697047354050451766332","1"],["17040703962832968535525588307450996610959816457620163175877804392251544147328","12194788744943309545270892309364517450697668842463770914167831051404834302430","1"],["4767854734471827978341206526102737562327964608053104862606211418080258286514","18119762677717221535324842363470046652721762448056720549043941074667444964477","1"],["17220479637259775108268145703177557935640140224098868674982663683642775923546","11002750668057628046986070714159916932114948836603013258221659103090973718011","1"],["700513462881693282952311119294168742856345198321913181633996696412461396158","20986024633707030904396909124545826928834285879201316290483582511390620505872","1"],["15979676763454463521142501647399688208797607911533099378453849246937349027380","9077141916886996772183252170824829820179942880729940917099805941334407123053","1"],["17495725252018200176852036612824571563195889298334131535156545931601787424144","20097326865155000102658394334355252047464132799661046922100025220138254927562","1"],["13620342434236936520183928637545100902692205380267822378283365257024668004573","13026034627810171795173744159770346458091079497643973746235657356351217054003","1"],["2572065990514091906741434558451485002087667778646548376280651380962105367187","6981825612059165729855102860259151853849317861477013127146013311687562486055","1"],["3858079788881998946461669978332443046228482598857427880760885724256631240516","214918476284829005053485841855460395709923754581929755290360541277730915168","1"],["4621999690478653454189937971502934843177210118193553794442304012194409212399","3648162985760581035358504881191815231860269621788542384787422962823028461033","1"],["11945211204370181837432026108183220267729088552925038270729740701196850537094","5761118125717949628231418822944218662789186385416416414602651553105869670471","1"],["9214379798695624299632126190019315168194786663261714017780729889391296377916","11809464901755212356253394044331094412435911691077990409538286935630135767756","1"],["6010472811698038940664338079114402852678281830134586002282697740089916997503","13692220667186109587682730669565944533117262261172130443060583788342070201632","1"],["8128373909041907228291849513883484628416506167674827017989318502372065659242","20408347561016971370903173574287336728799914707698183116805320797354781166724","1"],["17113232941868827389535562997681704281301394903955204165820906313793092038786","6440612855139983755362637352878354385312729118869370362226446141905163899808","1"],["11506483855068434663405480783049250645954403386113502852668457947899045049615","8072835322343137454915830102147067477409357368079259657138869831187362610788","1"],["2460764321301726602590011702486324408883118755416887725735709611528217292041","976681686798510228444267294033109401310338851852903112349190378219632277575","1"],["8104351694395782726762565168148485017611350747317656655287552460640216923039","7652477325410883033955259689018820148067207221879245221407500080111104070942","1"],["20280663428728316021072224688163184220991110602328676980253742176298846009238","4293963826886863139126478611229043994492772328105535378347862115357668097218","1"],["21095725563910106888072470994674753309176502588208387316159400220469935014010","5602993955796480774506926655262608440161181183853659126896540747360390781945","1"],["14528840018035949024604242726937544833862851255701535552785600561118587910623","14224351861146028875506429061808293891085063171530070549066911279038814950783","1"],["18639770457335792849125567954136767435618886041349292416996684921416179550178","13593845710355875720553194205310757245201303943502898732391457416210042876890","1"],["10730083866968219145569629537679282150600373287740243195843614573032833653762","15140502815601333802692038473436938260370114453057935005150019063229202525103","1"],["20006297198718433777902060964512525444725339646033172784656149472142042665700","16287627396571663876888634833129186982664311610376061675440400455219757531611","1"],["11300377547547568458250719862720906622163030213354706911387758751092038423186","7190365094571431138307906075913631332497562250551468564733405269356392866877","1"],["1339520692341646640372195102891149534046467682391169678983387593011128612906","18715755054164137173045051570191017213522165277352574486097782780000183791280","1"],["20386027692894657568835725985838021209607892057655010283644078333469733742632","14181077764982823971906658932141499365847011607904339469240932782514452531677","1"],["20665705308818276486127064838906577081178791741700550678585808900204498877097","13589573223847663891509384748707613342701526780798536152449541883242034980996","1"],["13109377304184456401250683210832882455265442491178483783041592856572443954297","4530452598809805731164735392830590679274889426047106278534239689752139209731","1"],["965657781393690960545318602227579881161741375563252312626721672754299046232","7055779545905227897171728559140437568412194829515311612867493890331275703860","1"],["12169394145309591114600337779806669740173790979489747939524747590995331496447","21439677683581850088456608040712820284716186625531009683328568862693539764472","1"],["16701303798830458103139032955280137874513468775435180658550747930420593152403","21235506128815129358733450876293592412686213126022232913173062472623706007617","1"],["13273891353814835861670983583516200021615316563042965392908371017398880080069","18370256544790452426938505520355251307228854573577349273166803952974026683332","1"],["2761033782151822358770373930937065717483672492228939036606216633978396961603","1141103690079994097347023969557875665496832757608228511532846986943118461744","1"],["8975909643199886629941828557060042693859701348878260252695963059757929352860","10757753636911796168115545204327289595301626808794880692545666791480220373808","1"],["6596903326454789310369816927809728981777467003116461952545564886719323050033","9480901336532118224703526360392129461471526192837051262116898778438110827071","1"],["20710482934599735941870035183987533225870400255731437660008824789057317551646","14923643374344447779554979649469284898580305361393655018454425397660696383758","1"],["6518939143002391926549741724933389998149052891954431570832852752478153529940","18257718500639908152210107294094919408627740309660429442127836934776316262045","1"],["16915976344436848374588984479182530470907451604809306727390944481613316101844","16921073345203604885834178787647201599821608099075481426966670053697319701574","1"],["19088220864446318308533100098727536543530502383111768943222803745787525305760","8626091694090973173438716073987422559942994898834790101207626491867695486999","1"],["224647943966337701491000543310141216215107405415337738451090337736933917539","17923601853264622777072756769715912513847267558443832470954313820905071310855","1"],["14608734757943410060337293427357816468243850305136658038975309415906902113119","18955221425800810696341277992155076465352672316185419152742263742879555668636","1"],["10614443763191378699217747064589768704070448487910092902917238219289364032236","17520120470525874437992919206769522829937197555874681093522036761527837530645","1"],["18732559433119025735270181505612434769514266861526584388488719868590597669638","9610355242946058177841368863326317715592223904671058219131398781412398076627","1"],["18422167063072410933039639000632708207718160348884167109329519478362315510959","18707117933421381685191865666574177506046667438643191500859469488414968645414","1"],["10556147906108967564019516246612745351251532596613274017620550735613753962996","7129004996024259136307880382734883730954071703172714589695827711245562847335","1"],["5691374157523704179384009098925362540231887241988528248215381888054009336145","4160904330515952784134732804440242728785032622584750077454262134891093607051","1"],["7615994174544199303413908084331962761477966098325538993918479165856693963211","8483950687962507600226860092651561193269548222001222759029532350666109001339","1"],["695979472578701098186598950968575251451339924614381980862532153382559347996","17468332392111334817557807607355185212769669310729124721954617467598172708341","1"],["19216159944698853142686387501374606214174486612362396944138978133855319618982","6912175298089258388473571478924627859188176461282421781703401004054681614555","1"],["14233949536460439975583643515175935877026839541642551807588960092063312626566","21806291217683161982338763580533197186687779334840719488738640403430561131603","1"],["17310883549171969114262939639834802054871804312885746643970925124574805842200","759885837693179964917938268686057490374710246238025021302274697525613866083","1"],["3598969706995770431537168598762352431105066156680850958497539625647994041751","4296260760519788738649906305610386980153044830347761480163606260874306993161","1"],["17456547173844031603577726667094148117683976902853146067172805278369576501953","8046609958158292826393307869832314642272886881773232985853794999387929102687","1"],["19269861874833251844241027068828349638706215014089618003609755566958015035788","9785740463442462788987944403322624122551058379445490953475390075763709250985","1"],["8729169400474683644189556747478116269572888203206544277974862536930045935035","20278037736495424369384009898457950677270721487162690364874437200463249217783","1"],["9374232195905055202785429464981088896733687568045220983735516305828870209809","10603031154848775900586596549532744371037637524498254198941595382371323090897","1"],["14550448473157221977142056125777501610068116811072542097014155520848488217833","14229089745664882851361619772507465339780277377474532772507582323045449254650","1"],["7608499018147162980132412516814459867751068619588627503498021865672997722152","7081644195977754848849191842554209842140044406575346969624181962846790792886","1"],["8732398367753944020187467830642449264373058276292394248417106564693875738914","240943692157187760578851777435285102064961185564396475304393290054487426789","1"],["3504610911125909368145733799782958274067124831338383718847149585126969129468","11737228529494970136951659960773711484844223531314080104920445271975157537704","1"],["10680360177192144132761065277279978489293188166429215442461760394540297909394","6498447274040041572278835206665473186709424400875167941920214874624061993718","1"],["1337933669303770520249465010000088600848848032116613187994906143710395280606","4423803226259043412310499241302569918726631559858685449766028580422286453998","1"],["7154628086403229336430424250397681151527583140014439291908163334039995929945","7697681452900081347859058574681633304749910728256963059987151801098774682179","1"],["3965284431283233438827392603561700137226938104642560092434374885747024439832","18490902062169374992790651902938024628988313180318542152055130440878897655922","1"],["7954824862033904766531978230816020039722192760984625474739554956644663263339","4946828330061736594201609890845623545659388707899773862860450066663156601847","1"],["5873314542608306518307714365120739406625689716190130283557063595636275134558","3335992114796633479896072728615968894773085138978101654558108815265422147103","1"],["17926048635455291122706690874191776786568182512426146858297719528054745860030","17916295690442269081877847092316172084754434214460540116661971050281200551424","1"],["4079356817488578869652200636814834946460603666028824701453595111227438319912","10688544734379927959454597347916947371439530079828323126858824393266495608324","1"],["3470687784650348551496479493344428745576027827070408981201698657258250400426","10454242361500721609497328202697211992041542324410497304367143858277988162470","1"],["11574905366675443444866546276574721402269189035815899069497623127441006169134","18163043850365081343163521154816094168602135563934778363222352723547407842473","1"],["19948170597605050118941380590086776317446434749953893815871570745942813134826","7228455728404470319562641385298858839553348813042195891998377973786039032237","1"],["7761973024378676089630658111569505241408688539181911808909316988074251572163","8090475549551088622924823851759102398337564755701009470599216065405732092072","1"],["13937818365201341905404490759900324323505538001186206808283132084608390545888","6635770580651342894208982838589103670062133699693592278441361716885337723158","1"],["15946775614871522634505554382479868092076209533539489343955922798907212558626","20026116032048001987425984170121999685562327277237545912149239581972044862550","1"],["16883893384702897064397470818741011937479966166877643434703073165330824584743","8977431029353743593155217442315541550865807388511464957652641996649669212318","1"],["6327995662791242444510290146123906901779262619046763220864173359107259193627","9121211120283635712735377795312617968856293033683498837045405078551601517473","1"],["21085878527777671051467117550073242572694292471449207461550977201011498941316","2366494018865562062579951518284653645848051640119516453994765596672843031319","1"],["10205613399313121337677824033495224904988292732047839531690703742492654490101","4436844168648887059349980266769459362538770492278163218025857582512098807243","1"],["17425075760498512345543682627403503802337138256120581908540833736496733137422","7553780686562119077245722462783102814622386619988541448774276913637056557760","1"],["875056656413679348190026454829505038766761706922962594230494624103654804415","3112267448984689082752823696741778149510133950923690445738224228599909560761","1"],["20603059648522257588081637057055788858105085737703065304098323148386715355923","4285305701353146703245014236283630735978068100619124897350467662990582545303","1"],["14306971444792987514972264717868364423429352809877281493309010046704459428004","7904259261695558768170603342376926012803051670128329334087313603340434825016","1"],["14166472925153356130851336517317023450592390324415109473683317260512159064194","9757718025843169972210844927817963788172014394859246170546563448903089160763","1"],["13755477266712061556070993749485456121392767686041162575455499617967938359116","14589898544447547907353313700358757449287665521856646477907826346532672918489","1"],["3050592991494972698624019478045189828253447726231204142950929185196307025914","16839567958059982423050608821159939222995582522498060730188470076194362476965","1"],["19772926675036849125628797254152353593367117382375729417893817644402003960283","3462170171619039182707313365835170248246660969065017981794948293709217421189","1"],["16950096644730693055714064505341956142544098758947075301218264859508874505669","13907862600027255100590463495398180666127585943494540261478849160948541862400","1"],["5936070835026439714519095847415347779712832888585162839101935666055033917423","17873705108348824682165761009998775601022536127457254315999996847908682143904","1"],["13041569489715043670830265535605120296329359459560499638829433611008833987635","15693504880179236640961142932028132410607158115696277019844626586836068372973","1"],["13106196405706322804947258946711629316594835367260454869644631231431422141967","18298402132021324119730350648326790564323116252603069767425691626032430660939","1"],["5433578055766712061220723888539657481335827921594141701493451011969659647887","1342920343651931348235140986980196977230239434106909046046679205263892664553","1"],["6939538119806463990310250310791356654781099731950347507403194219409517793746","811653722458747872374522174826098194194040692426148209183137569698116046210","1"],["7179221665950501866033956911321343652221150714818833994751771341236919410263","17761052935506383394080295312137626127883552374786922825855938960062001585593","1"],["5412435867043284681261867400544258482814988596558752796996035830073505042438","9334795016699038558675128276067578295232114768152132380241529489165619929252","1"],["14946617948975030110337830804952847664832684588264538748986813630246824947318","19676630074574770086492046203968825692569663473262127663455185591014803119604","1"],["2544389099396109529903441098764155425887237252123170864352208575007884227724","21026197311580610933892209088890104954676720679286979338007803875555776606398","1"],["6681915965270795911207300071872024191501818667580327836911185987478833265980","4148249484260019867793073188558789286663821720357115644262509594449439821439","1"],["8192286471505993424060099448038727957368395075391674860751046258484730922365","342594518414740026658096507463487256577129640315395175605766354407725609492","1"],["19244459000856780087010208187447331630858740461644401717667007635659812360342","4725506846295834841706021314210532586887865277700246976374317240713388530141","1"],["12672238430812310077141841301190285540012646459839839612446286593414865950665","2413639585890803722866659857414815013559214800648622515884363262512126815140","1"],["8681729342787101628246825889962967243824557268429508359072761302418053474821","5030636389583012354194061580163890210477844272249846151573804311738848844908","1"],["17380229712149801028960493646242980920389977572662006731852996364700899602604","21752621567119504275428440947117559831716746538048803542125324684245480491174","1"],["7829398365206336952507585003779029799756717293248194691212527306523585991066","6268151518974632004167120321116840780235106062763228406496562302325819130405","1"],["10708069697272363205158595763002027970650522892614461677311537624575818083566","9744541739489774730390255328990347140198934935146679881876535293680655402600","1"],["489645556842299089675542172251664179572794719332226177386036604912753328989","3620221201347999432341901130154064411424585916753977102714533092056680516681","1"],["18466062055473693862700522936427447420147643519296086867783672787890989297525","19997684700078874408576582200372391182294662458244203844338793359182450708344","1"],["17333394391990379088334345306624396862972039407658414893606120126787416181746","16325459270016632046656066367999395866623896645094874674707053530295684509602","1"],["12497010269672158108522716449832717237952266559385515645851190992737205590219","20209995706627087577396798787206464931348991871894897537249926595484274337336","1"],["20490697727955207144106548847927898671623077077851543385230561798481100646013","14928579103263322006897042019761663996444883125589337865681710934608239826790","1"],["11527147442326413221949363875469101096762940295428711833909770490503217957570","12580664583203751653877440009570242566511874371561068445676010097897393928158","1"],["18434081104204174713142424087587526824483792956407733609076605208403947220684","10793162379704749848201090255621519479169934989661272436809527155460566243191","1"],["7926822694084092484169461537787916203223311740287016043819574105714588807206","13299687366702284826949780940875980184411980712411446141877925249073604890806","1"],["5846441709415161697576129303819281688174970362183979604262483682819102488021","3249191610003355616521499181839253814437394741638104291556593415214109837414","1"],["10136480964411522640990535754088436542031766041203616748764597810954925961169","10272523159249415976898073446513998860196810056580238369377561228515498744170","1"],["18849049432561027629522162616501911200347748359883430590023547258097759596641","9781974958112461307873507204295231163446395428060595756337264379253068631262","1"],["6714445877437938285720839442779149436136962904145218167666792207429655665249","695066222862077797957666763116364184380812916928010201509036364182783233889","1"],["3137919673249766584841909026166765352545313287110494359726755430400360743043","7078500001480768157463305122708556230093405509639639354881230710222485882351","1"],["18783114579039956394799514269415579626999467555699267124588211973841904170428","46395710959007289940174982614100810385554904491801531873677793259839911145","1"],["16768243294733459644189426893904038161856737665209301024432692197859066240787","20917791080952957215886418180101271650267220658426879683529276255518697199417","1"],["20878557856222118473916224474080688861272591034994322119450330391366989430864","16315470190656672421293302335809221338052065365543733842847888662917472165802","1"],["19655609553863278044547840067125782729537840875748202781347491948571980956139","17266174820808518354751712984564427241307840155688160531100625944831458695694","1"],["6319077899119916182240781908225823840696883076809912207340324219010120917185","17815101383403377948166560461624954902894704013262449712069238395698947469174","1"],["712086496475892328896154212553512854334957360043422999171961374289454317290","12525091989096110974777401155020138365962762271253254721074376486129431648426","1"],["11025741623430798286551727146943916050963656037670690154664166122014139847829","13046552972331752546778622135327573820324007639764127208565524865276742626258","1"],["16949728520247751603011412018236061896056886653706814973033833934703955950670","12990481240434184454438278077854661035746830984344532392887653105410050960470","1"],["4364363859555278115243498370030082261569829747553288292242085191265699575637","15881084965790661278574440759799998647933566905560191505434242639520267004894","1"],["2575537466208765021169463015190972302379922915812719831203875447823161423296","10065263773083412360033023917389126030519655975140945974699512216835479110791","1"],["4194783710869467517476292850090387633218886762154598991210677363105083730602","11623120001674358233325875581227249548901195732451396539901718395663810091839","1"],["5989794027706492333485868992555956798337429890251427328604070416058750769119","13825187793420972229724151725352773231953609091971585938285969344810175218148","1"],["16270067341565555342985779679601630894459014091980946499416668831885827928092","12997695323263046820325357728428303151244969437236105986312531956163130052629","1"],["7276891389174381360238079695981847768037432241101685486424869687702859633258","3843172658027085019720967197418542238868601525805830759358654783119981259247","1"],["9851174557812769618215685897585396492804607430205753566629250980436517803826","13939060231056630033068468150516664433800875966585504705830172264116371642959","1"],["10065919859203527443238609839640011023549799098326646176017108189076753876624","13280707798727845131915176286182064443718616790200802188897292914081780557152","1"],["10557469584370017551978515040194546819828134756577653433387084327299453667153","20367129102626273960333541582679975282848662443366603522261076595208763874990","1"],["18025988261982580135167457435534896159083359228965720607048206508798214531610","13712343079661196154169787542443694555679739849501783096176004244997951515582","1"],["15227246597856195668223822362784580989472623745150992158533880819803559060270","10312940287649971196254931005103963150293860580511307657507172425551216658529","1"],["21128989937765794089600575146483775199014339359942867177832630341402906665668","741410477536362420569077178562251494556756375692106367365436628300450393269","1"],["21031559878921104831528572605874530262465731932990346507246519507944928772861","4916850620269360241221309589286774720081786287390084368111350151112661999949","1"],["14943591899761045038445696982438268960616128553703541477005752683989719857062","3799568839157289769133061154392933798076905095216536734350871953219063423659","1"],["15699810800641933508789381668450541711234618366895479417652573323236305728796","7370969035850918081236669670717210112981113741419463131752024770696445152265","1"],["678090917471584862115352923586773032454598809642196119255059321187304902791","2335908429064907570267890617394668774457888809493841025827045265590144863760","1"],["21729117429898917378173713985623767553624684288713655177694036013239361615214","19178516063011944584650357652603878866690153578284623894950405617002637877376","1"],["3735730812739541381214877433212743183854821203275133266165464092882982873244","7951573452113484888818003421335765916101099183762313148948746090716433609541","1"],["15432846757165597289608250030969028771748142311754659348031372549369676462811","7114116860214146229004370019683358036190258081181272919465905808710656526913","1"],["11005412209278700426660693365597307460660976971393226300440536843007460038352","11240888048088527266984367844065004138935831501782707559852218322156185247528","1"],["8681957651936815306130949619914902640363957832203767583349818196628892793203","7130519292161344862939791659047809777722932356778908706631748312956200091709","1"],["3037990961468681409230919618343351111965559917986396724087626796407741410498","15369002971610410785851975589097016995364319930690290635487717766380591196053","1"],["6151179849575774532707891678485357777717693034457330316932102871658429947236","17638136707166639221364416364976012745971209700302550297458300774416645311902","1"],["14908650820933779917883725802225212720234035641532670955557560960422403275064","8025670792102268045435885068994737195698984354555655351129542436742482467327","1"],["12263346219809737743032321134424114872563319790233217817732337826988453636613","12062288726909879469913905550640318761624217850268491752339852041003941135622","1"],["3494420071645422824409254355580963418969157420267987312080638176956545563392","7655667197899210253405528547827988043865814950492029019669612730356476755551","1"],["17722176407187861629168260427353942543286620562198643191197321560380684951482","1390253709410840187586799828971204845960035576264281998478696808993603537369","1"],["9083964841906616801890003321524418786559311106436567161907775970093142654422","1333705503112110461081553308278648514073511938968875905909808275116816705069","1"],["4463540383452124856893683416542046544238906946382079925478082023290887008032","3511307769157617406821414855229433123834790596032600451167965047496822310993","1"],["602757012279689122527622680390395647179460510431065283131854355200967493667","14531463118682188935506553939109801377044010474331813064681803227380339172205","1"],["20636616239781107194823129785255238263836456385067228226027413767513678427315","14620938661357379410859272860456998584342054944834591497676781026143481399696","1"],["7939473225868657974945860179239577183317272220556698059343904915162144998649","3902162472264113421083888150112623132080338011768103457987381182283832966036","1"],["1200387701693159218320699298832253526477788402033937440619151889027214038989","19219051683109628384806198904689462702524948588961685347053810163476291137017","1"],["6995702670247122376078810488040064047667151834134324684480624182876923841850","767060065085993537104801692412676278329855339169335502112612614242350612519","1"],["20021327449717160013748689321386367138893539828654772222614569122194778144094","13882290908796229492254224459836167038867500841486420330416862465093722586560","1"],["6446420682536392076229183286998237871761740829844897506043895825496045623486","12773284385244039125760396896830473249390472374319308973159473602654195471120","1"],["9850721662402895886467755747466497393996728737044057590053879370908915662799","713800251685194928817702876576380193583634456640645542062121718567828423714","1"],["1710348920115740188801429036237340072323073812992421193204702277854063310459","3541728572156365701551897620626800956569745780543898986168412099558877143104","1"],["12062936414750684957474540897941421789545753761395109300549720677712797966186","21100866825976220446104610164738633822450335205767410551411918563156756007724","1"],["1715341348144579611874218927683274519771526413015641639501264942372820566051","12455636545474323625099903733895233457886540550128462225983145843605312628517","1"],["3342449222523621068703492480785531335443960745251253743469769993311258795081","12683069418361310623079495346635523852144819108683380560928773589759663239230","1"],["16755097477937476907681273016805860192686321049228100471853280418349379172130","21818697027065227722782089510879423831617528317894066593613729752325686765336","1"],["10739459326921505020825551116599224735956635424061051135899360222293196392182","3966839008651722740509476323683610087784216302100108514432028610752706752133","1"],["17271933134366584473514530980796443245014309052558461779351804302620839453303","20243676284019673891393395944078307601967504504093791639508830656695502198655","1"],["12589295058596471407882870825504715039633903738081576936212339449122817143566","2400017656195577926785483459497708030005204165515176563077395028422086528146","1"],["7067075903616768079119363449476367633891855286073550701759985516720536628449","4211547650573722697107735152631192790290317365512911818398989972606378821911","1"],["9753430086346616169598529790243407464933264099612613521569138591362441302508","19087169511744664866941090654161039979522017656835804299824586762287977424552","1"],["17061964537103288596574842681057038290495376481330211875871582290134957284171","4593034159574257654350739753915453742966737944238341853299676727308173313186","1"],["17156983953864065328429270767930683216751898415250859858163909288659794806475","6687794322427951183794201681151487956534670122438653652243060567871960323451","1"],["6502611583575388549443300197296443077299267319205862694846313686137465955934","88304110036639676497240297690238995888882152123569431038722576685746976905","1"],["4839391065083399323927679990239405510730381124412861458786003875509949395431","17813143965587318644026881975583182345977982239756339006934365262462699326061","1"],["15716252343046574680132282024719781976570321894942757741681074130652941249826","13594503892387121484487382810933325907433229788073084783778169345962145405895","1"],["11170683127640458751396178544720986265971298984662142710070453325276548244930","506346175406598037098367799548217826781739476054600425700689080805854092581","1"],["14185869913589075000673465184237467685758949993282364554251744294766804138886","16778246830727395351287005197043623351076107972236888433453894626550217538887","1"],["18058636480770607840054950463718148839917896421955955943577119245984096159933","9395192411546572028636559869502574779476806774799495911770617421309161180691","1"],["6247086748233775553189577362423811142569969446782175883649824294604747145673","5922860409624830318190914951370679529871693438052742702217221712904771582317","1"],["2641649862718724671305141993333820086706451499365765298885918746721022447930","10958591882731986132675260711907625193854227634729927871345263607546367722772","1"],["5505569761598047135593515290401736800937377450025159579169211541793408162731","11675773386082581673528623642474803668266104809498993819189265280264734415945","1"],["17244760395789888627705891841461328992864174216261918500451978564882819829426","14279193647484697708948198202013117344396630269623922321500450491894753956347","1"],["4034998640992349772628607496918645404215250831364136036423478326175351913777","7751282061918859860548297081117612805595921154906898710467360572188508004303","1"],["2190520142962160915662502505599158835322203038480859069917477780956408102949","19070820491718375204436468942413596700662925922859638090004196459917074016697","1"],["1525397696820641378628945196026678799511045573361626049327285677773885303770","12694802213704456106167890612342787692519965242221383552965707184708465790781","1"],["17059116591756805561441286436743428538060237840453118634687608964594741087336","20104626654693674342719812977343726921683335916568034485881115452681864888869","1"],["16729106934075453570753124877420821886571703435879546833581601484639143222153","12137321497200615114655778159612295645803446691634399528805671687035347334594","1"],["18995310324867371967007798856137032935795237033467337049213450144897404046655","9104189239757391521222495058052665938921314897811468152291459499103893138781","1"],["20862168020573129713597597719828146703669960951932259323937854227620026400807","4014700091875884228719775747183641238680404371685649028778350855552395253511","1"],["5917737763187737724403364120475605386369148722671879584778441629352842743638","18669956891331552831338012166917341717608170925007659791280593976731025501580","1"],["19598235899097121595000761816245369327502123480316891943299775210598650942863","20671528398204992321872779119493671739109514865849145864100947724228828696363","1"],["2388737724287313219855413689633680789261515455664907405276095543838063987319","16740982685974087179614958468462576930278008489764249750159847467757140093557","1"],["9136280394071531512304287232975426739625156427906166847762012739894498471659","11357395260777952160821754459018127440354311839574811712061499152017603705922","1"],["7122591039210520546786774550431034778869156401140058249912056119423064788023","7388444567702167653740409059890063074839199673866087579777736681287535943529","1"],["19940226527390310192743537014300436956379677608367869516243416745802216967810","9047487394608717642769584005256498123168766660129557010059616654922556723557","1"],["14368611351682705271450950007030394710891549559965800096811806169480595851394","17089561792844816249864833482803917845737274340903696905243895841862888321503","1"],["667199578860921727437326830974768337043914887581304147944270849772595771247","11001108818362082419543769988177995980345723800862931838475889974060198818742","1"],["6560118799849211384125341179123192842648274872918493520142744812294947933879","9105741301904295150996701548775292578003601721794578685033131304236741824280","1"],["19212195147088275684342270736500563067447368465556587131945583920725797834234","14514492089740425680182928190752324212103431178513631762197717789290252801982","1"],["16844925435567228407602394415289548592202088954156425673575552247923255454884","4933440807212497521310163028037106324556628035996895570534827959824650590697","1"],["10326310571223928701085521757606512516952320259166176681382762575740793770433","4337893728615635040075810263459786461311971252043537181764817684955564444782","1"],["6928418907654289919934421958040713939186318653992823664125282355875926809607","6117186539326524830998127382987058635110860182127116107255420188870853904744","1"],["5308563206571645448126332914223869229794362810675670056250876844291650612324","15764462877544580197424986543827742665329096608147795690812987333763151129363","1"],["14005711672443493004019405530241330796651512483900983419015149433625406025262","14000039719357129291064759848241189446035955201405014814528910200983568885011","1"],["6335023155346351503491483675929667311339751036346395207928853913464852955920","5169400789332466911089680841354224538005489084438704295788564772413570599783","1"],["10952125481342151197315307534706815499079431259140136068912288637571409591413","21494452647674321625116641668874660735045677685829434406111604950787178298235","1"],["1750182899353918325966077317026310990010210255474346765324498485977571166930","9221469856778334131681074029241997488545910530643920656137259736507722743169","1"],["15247137325636881414621009944429447104750761009119634294392150182073042495934","17244197141488393755116540823496202993019907768161966471919250174878817172023","1"],["15515018578627215855303109064270372699868260506235343708786076808558246430974","15880097568068090283870462314734864831852096842375708967133502189596843610769","1"],["15915967939013407099116716421772679989933831328334009864959702822309947563122","9479274361820733899141912762152906801485263308467085880814355116866739003111","1"],["1612107370917583601740381462993760719922903061835407534217458520400861133617","4955496517951052372602155050686538742990176320693768606974878456747036708926","1"],["17369827818963671392667771973613570064817552782449124901598330701904859899433","12432744384278550702714878624523573413055613379104568496062611352087814366482","1"],["15797825649883191448092191296268087867484876769117232527367817546545892102725","18552890218422642908286148968115073939495866068507367635925207449282173257990","1"],["1497277613306921781908575375656346807122068364537624140645424075124883617314","9332569349451315270095139426079682051153317549173784670322695139305981513795","1"],["12001262129632615121954380602811753729899342579118713641454425859938238900708","20954576367071915912072224835065323603161007669819442431172613776187681751950","1"],["11824474464621565301561414674219741393809065528255388536507410725646346865397","20622747985783789349286483496935531237533610400133224153018932422049910219682","1"],["19591479081741920292253524118175379371825213888439705771595031802676661223161","18195089683284519400615235561853814357697450150811000433488514816588724738718","1"],["6498360272421350788008734046418989627527269599600869745030109544937941648360","6417339666171122243520195407167009255572956102680276654371853263956466160014","1"],["11528062046364986424642917629468591251308189443227682161578659909820978261259","10851213654114888823889999736287688067195121688026635840151132270692880177739","1"],["10979915834158018526357808028091320096324402027152630355819828705617617804894","10162568796930772033175552809252914150244033851356551663366749862938934525253","1"],["15525595464878018142887604677323451163977039491643859856665720545195970758118","12694236310648758213247851422743674070107724944316409225383941738428783586","1"],["21084398929309487717139494049081811494470717235193518156830406786520011254849","11228051077217389130144366102970452499172233212812148414171010620159971887583","1"],["21355875947483716778047810679626920424303694132904853252223316592728490412626","1759173492597548381763789994658859085693662063096543989588036878306338263110","1"],["10855186568452295964166924782033021343386020291199942327679847433965869081518","8012999419551850718393512933351353496882763723381780764929344275665810641577","1"],["4277499598590783401808384317584772219160450020586756365769063595562417029569","11165571774442786736257177103792186117886024662852144516753003071935960624752","1"],["11699709927897853293227395109015917108518905546376228876405717338406680115715","18656288765895308296818805381712250480183793512635737916398321975344864014513","1"],["3031103370152278897933441375973128612931729812641585558456615996578874576314","5727768514568169822267045085165432681250650442915457230005769734123802579512","1"],["1463254113484240220384886359054311321887270211674587199206062710104709672122","11388845163456129686654429667092792632569629120997532023590689726176753388558","1"],["9980567427446164589127298601268932089555980271395572040442923130425047369377","17695149044256388408110858861444854361641924470979779077331556454797053590372","1"],["3785755284867195555180386198002773287199275887729644237399848688782183198835","21320823278087099418367193734755494772408333648173042006035724484386766878345","1"],["16277725200866631689227582018601743134069770131307188950264660842019973183278","982812947432752496333018101749518809220924690221773749793355084014418618278","1"],["8286523781401628217807383410993873369884530253974731097161578312772931427699","12463027125193634631960693731529757331091086749407639478895323062543066892796","1"],["20240202607776434413319709648941986105938004805321932442438208876815533811134","8009456751921902204013720688739102104889360876634144812543912197877462867629","1"],["7178277331178297654994888347389092002915824029132463492542831576204130284626","3291907839267367321079011030589195169509500761487467115000196412637178893963","1"],["18415298197547032163976813355070334430713075772083766487903998042829684910378","20304486261143844743993533837052759126697071254558850494781250007460444366819","1"],["1859373611461963369007272590600496627585148173004537769768069359868705262069","16309633348524897618445718628402035432824285401150597965055446663361894997047","1"],["9310131925294148731158071069304403847608426630889714204037811796810147874836","9764069055050498123783736230771544233892424658842852559755885778399523237390","1"],["722200808149831046724465404843068729466375431178877267391970138014017564816","3795949294244274312479451781619970154027989902535227546670327732712998958860","1"],["11908655573934002385547077443871767144252473243393500229378828276396859582421","7869211413574798031780705877778028445512813588835965455156076302152271739661","1"],["2140376433532750416765525753867163442834259897937849462974068746236472903428","134990307137631081240616076856445156592536132837914744563250648471956781273","1"],["13812191003732558672853333919852037778650900930603190912565897055495149965678","19191782061383299735630617587486308413705913989774396158116767055015442241860","1"],["17532134761935266545106252362552486189089603301237898752209601868279450789079","504968284850965142522443049560024632238420231760717122232398916595774479155","1"],["15738254816285527868767995436810439764304448102158502415742432831410738721485","3980931755830758463479099924431959198724006880187533600374581854459702800276","1"],["19780042736913750671572217092952767376559860911954222418250149790388440533019","5119858344678966390661092611686631724772078817194234868294776974756397228092","1"],["19170732856510889967947205141702493489919450068867395926207090576734011647776","10493195598353164699297955926753733275216498704990893826702607999385270469091","1"],["14602322149603833315241501365256993242068758829383754384508194256388151644422","1579592310959531200477412331956973755182759393856605042286569139131168471642","1"],["15072242272291182401109307216937771517041200381150579212697540907260298008332","11089292984014773911066204381287005629010035559365284032577631031000829071750","1"],["8803189408439163415742015567652910631828985078863377567427262449775041256319","1308677717387492282332735233500213333808992766012398814002349677935820479447","1"],["19583317510825174173236902636325959215467538250883250812446573966032759518626","5155631703210768848615424103750640617924737264758555681373162199653431053124","1"],["2809680154547411555287543088188012969440340748437611146434168131108191180405","2419480132554759965820263458578881405660450271811681468886686336096944046933","1"],["17434081784992936828732684490047390806931451556690061943786289360160561830798","1599633980076118603428781478071375931992139486092857834563049336742422502593","1"],["8257249293148054633769549103271054026289649052079157896997983110646643766477","2752013203070233782294259700612694276331657566939607435747249245292144599738","1"],["14388614312176108282551761131339305913115132524427046179913015130014295968640","17435616011293973657739933482788520990655107559472528893016394947472525574029","1"],["2076513196052752601816510366861059312045335603671307303846387724727112307847","11460674591600747024489983719866260055027299171447021923117440857766762546","1"],["8080761660712609945387007016110624426914297805748834176739178247662468913788","7849594584478124707002824942382900458898474108836978162130385427144812056689","1"],["5529477346512700700035371646746883346854087705675230506092824403351676665898","21399512179690051159032300477044773002455179756880094874141919679357802096370","1"],["9199314440193535307014485201192184187941007498990881078495075553771337814279","16191103594658634492429113140487390911532022518020645124670902482671698525024","1"],["8022174091403695081962256500149940757483556272673296490687280735462161353915","684013468312694080747208863306699184727014657493683436271278655434069169874","1"],["7801963147345294695648501592152886962371416406644099054919231173250259417356","11430952400179433003748722948954351764387108178422553078525407333944288384084","1"],["7727433610005116353517674840420878756293733715232131606336375414701333411450","4899728144055367886899914241110783256157591697508081729541264902243302191889","1"],["12094831114019082775931739320200955642398857907497195486777656561947360664917","11096651325711608972678379392356776344151495603841520506883696912802951317293","1"],["12887348968320397740610710173667078965766977321430897919378795960472902914239","10340596614942413196668274478854903255282902296563100658214995582200819837058","1"],["5163008415859579945344590412820352218447231798363613989872368839628598219758","93338741549305584849284665415064211148343867226434451647405245229712237","1"],["12956507864962104368582314690859486956008893526950541600153086548775766673940","16591841643189768930612061130815745369265696885598231441982690355598228646298","1"],["21882564821425713751955026847703481888969586588405155821977924720614842805624","16753891368434897501737167507506129529730297675206142598200584021730980833576","1"],["8544696425509764530403800837284425208860929624093195319405565891853260318816","3016307259704812078030262719134007893879582182557492538764817945002575176021","1"],["16330043255344996039078363126729834114083349760835398068264083936048803920150","20947808901333824777004239393933750696539405946931156536907893217603771558430","1"],["14807698126007313700597799852111537595034036939891227329541226623934956047745","19757153288479702819612365507567498028755844690633892459757521583726278113376","1"],["8873599378659336216395988893735726196169586917251496032245035613886612061523","19279707168424549250695447553060181375051626684228579731532998423967635386251","1"],["1946585849592553337986444926311964731630124254627691417449119444806595755397","12289655415732475155662371000383791041869234024121272975463199981958043999283","1"],["17833749885784531415818438572938587361125210292414452922173137283346018979699","6239150729421928816749849356751254471810964588808118963016806662024054763886","1"],["18603885900742285702402226559765302595323013242591003718103555090005313363724","11266702248900352355819132471785979578034883946824220555310969307265650307017","1"],["2307041587757449649557164763860536176219788209161248020748512713746308213756","1885927066394366818115777145689881052252219247446291341238611608226881597635","1"],["14479354813351672053445883735798402277646676561954534051175552030981625054294","15826222968428960861676740302789081061619843163392968274529109898069411616191","1"],["20944954235647068651716446733535572547453066831250084846152286744770289608433","19279024890740468941995790165278105977954575951799077254115171664495607310439","1"],["1313364204948654681803865681382424574716680217790564314103292488935584284349","16151810868438076320798610828953145780224117250909378732809737686075533569165","1"],["9683785297723006392915429804872458007499893294701931426295678481336049932805","17469266630837519205488037491263025302855277577843497284264090997840969891194","1"],["17059251252816542308201468060924667293125050541978373229731217623838876207671","8545993219198509817914257592169818249328167759098716122295893655230643558383","1"],["16681849758221463431403826295689958193802232136616315600396002750832307415786","7696477739865126101316407329954063124967632518737443401365209797865741491021","1"],["1588117313433497071503075353124785938518600890039383585963756466402790899724","9414220267809397356295254154845924789736390647098634655787785717008299969277","1"],["1708837984133194457993863276123003395596695398241457350429096882241786436458","20344435320437499527355272883025702336611669812315135874744147449484879947648","1"],["10959386376324169318815143214055208657125876892115982375714024090594763282718","10521938826415430846432791386185219437796576200883098135126598770314259479092","1"],["20345877813060148578321124188152662905388718313050132093591556845744673761042","1818415098423221722434646094281718509183978530473062618809736607013161534199","1"],["8138444543538450255154245374125559310984477231795377144318664896257299819087","14147142447464741971615939172118181000742435169775878716174298790803402107096","1"],["19527067593607953971409156809571944798918127169349608983824531630480361889061","5439632048277705581451852801922604515006220663361128033490739691920909572848","1"],["17809384205142059732759692995528806665412093849238283640869422898508803786728","9189818565012070614821694107525558601903505065971334641301953688816666203849","1"],["5187286778590282489474289340966732025895118178949262033464577021609637429134","172246299507711517412544347088442688261723347884425474347969992908436078985","1"],["12602788154446712633055086988251762562445945098719423721273513273290182443603","15939966787141561360739502076262581833057079612023779682943333923274443262897","1"],["6774161661217098362215910757985814329092820801869742202141997657867599501870","13984238440428089168500434203621246182639009254093103023546173309354541023607","1"],["815773302901009994913441692882311662265714538653672772057512431543153564814","1606290271979596830711380708658367813749960993310006788925465887655088642388","1"],["2008343031005344059269711653552486461999492001782074226024905758562839612617","16732955728414491929990785629363907914719716267131998116203189791885261671348","1"],["8054129120839324220554336694462747248966733297385151908038829838840628642217","244244062912555177521329994427244028044173395362698984377090133539368098605","1"],["14651496385985981329400133447234606603492751841262981962388176241125284246631","624209351575442519574116791785785860664001089890401138174597135944368231855","1"],["7947855274115588918885493725418758773390090760507841034378087208573687683306","4319026319851145974019794959277297316507355231150819179232217965245183083500","1"],["3553375884929861234255589544603712251519632453838760965954892367990954887983","15172046391822986906474113433039174961078848858159110801945705367985000992179","1"],["16238871191655126247403012345535400033847291438415155440456013694465398212233","13399768859677513597282288044955356976276048116858335215735060043168530541215","1"],["19659114428160818663924638884127221911381905054553432459770339377686467842138","13476575088128364981994969218296318096567882203485472000604486681940933241582","1"],["13973500209282393283860868185194919724154604549163049319774176644834302230884","13314621836936670078229991155314944681977221767758515274290340978120348458872","1"],["20348190151311827164802843378835407375387347369055730629249521872014767062760","2271931581861606555053792453139505787961806927684952549943313749465496494874","1"],["8656985094432088722850732926487930103723905939808179820356046877537420191026","12089481453428007197798713229811153507284421076179661853948445737013172976876","1"],["4136615269584965622319335238792938247753673707569323616488233003816714521657","6200506399962840302145313733012558649411261836124628852127649924908531002721","1"],["8815648817642281752402485859168702699450883385251077359083734908851024468293","13471365530840223498400338820733957248475990362461912725198381528024731374219","1"],["7307666240043409297118923873369543414673660601037445216303942740580103211086","3112232443740916763044622222104819629862891596131176594890668086758851341059","1"],["15565481226075258826240979441144042124961592230469964367039833627957783179912","20005155069316890752881568313006404760921186036866669702313749757586837967252","1"],["18732483394687689406494359589295176437674017445671998018992769858791405038007","2192563760820607836451488944481423966459342346396175899358468578501618738654","1"],["4170802516803227001628086027041320847119807991181610761270015242532387640842","18294888979944028923181436183416646482683429299365479021945319979794177671918","1"],["7673562816910242521498090765088961305450723247184191113811648197803754986397","3283810852604912359032010881204579707613684548791410802562635174479342891518","1"],["643254990454046550779515772710451999872112231866281586839200605020236916863","2042629719476270702730532563254210237811163823558947161146643031134290139822","1"],["11647674807886360390865710954016653602236064534128095602453839554889740041308","19416090851105042876955408071064924823703272432721008545327087740433943295937","1"],["6397807024041115440773507236420675040204670404087553484910311799148469295873","1044647388342835267920520661297874379372298273073525423752523657602311456098","1"],["5251689403920763416724277114795399632955558120417097978841843758273238618140","89777392276716266474345068403431259648192242790043266130106250914611873251","1"],["1256215009017355377544841588721100135462753204199186849332256397252585161006","4439407687288980610046876949950035627234751219061554648221722323684836229973","1"],["1750242150778363710261865151733119835382260539723689517095777280924277723979","14790249575227675250945525613531783627012040934222411996040532172218301776481","1"],["20889853732796648763403010485536924382148523088840279901533393856162734838571","10283701489898152289032148942691571243599122854768111338188564199738532683846","1"],["5617755555806201646488110779770283624064459020266761419896198370336413411906","5589306522927960059139185979054948194782296527041347483763192329162801719843","1"],["19505409867835188767849140102449182879798374557783536310159550848120770078158","15506943385916426412377821574511473099945323710743096327537765925458144603735","1"],["12467081093437117426783295427687406882974850146677044461374019868072808968238","20235568675480004066931378960404029183080168595412318260972348405078966171806","1"],["19499460028277981878951081101209760346062995828592641468021164463898440917284","20503814329411737533317713550484068459747984355141928068633236781359592052261","1"],["3574045402333115451747484829751337605966646048694597645033495689103625771888","16553511683137670494144561098360798659112514555226839400971534495435951335114","1"],["14414011486898023865115944626961040982458947493448949186907843559262681790972","1675444761243923877417959575586798969397509819749872138490028333148356890234","1"],["10787915487045108150004918337706070383382968312361383239793799618070259951956","7336603501078110914637220941659403835570653310941350045040988005424888913893","1"],["463379853382557747535234622289420473101995026358767100645461875431328547710","1507097897476339872187030243392271432639143013276504615025600841494585195833","1"],["1455624176055342064300679054316559601180364746736727698790564452195895421479","17958333688854498087465110793574527064631358898921578408101781791897357966253","1"],["11317099326529514935574310836400679804162060593195070849243058962140768936882","1931183487530998821366056325492873871993617564366810914150092140098511575750","1"],["20904940344464413996198857021474987610210918395808583827607365649675277415331","8932501085594129408494632750696219458978494165746163949402431006750591074958","1"],["12784543023656754114432647821996207301765806061852534997610343790110305692835","19497420404032004531059487003006984258377341735388546178190130156279325402959","1"],["12818182444846341767485729606192754409700750730821320536514117213185727589221","4457883681286210802167194196695983993564968841789579177925966504112645440531","1"],["19808943184504793623733565264921285967169381048204930652609187947720522006642","17665718174148442178737219572324701468951564416854135816728842132760508203357","1"],["5470218160355826167052191919020190773930942786974612055748186101722776584187","17173763942324034797495737683880675728506174992060568187416251461574632820558","1"],["4957228351765266859367979061136188751040000353132962989528273180480691276387","19387594573387801962682712338610039544598626943459077231591214189667707719712","1"],["10554299817121672577647435052816569083470250931854418621911523976931759025235","14114746099544011073803631976677165781219941866114141728520096318305978346042","1"],["9340590829655443054479442007250229974114008872860394960822990274229966894820","14945843801622860198065243609766667799465743565599371531463192194618103785142","1"],["19076198188182350441898520858631172000062269683424299924663361156218118733267","3649749509879326019432806919317483832670345000295919246346361375310192655662","1"],["643164048141724548552116457668005377419034836635082084629386437649978034355","9376293624338596789640451989959056247508902815108628500952964113867392217201","1"],["14861023549565204235551064775353936750244796966847871186695155564360741182644","8190046641047213976001677548667944707897553983701804578420127153565052879081","1"],["19455626165105116966521688527613280599874676382796873602075015665728898130352","15055547370445549821861170264727552737816932300033394451112117017087074547681","1"],["14986598570061725921189875007032874717669398841339892674306632156058748689487","6599723857242656769388856490014906483591783227974377221466921855710663676375","1"],["17664805352263825180033476197823207048501169372005782709052326814851176726533","14019330081050148622530941653269363405515571444446706560650442654720766216614","1"],["15991723906484165035400771375352729282517126064102178262385059406849762158116","17952767578552105337957900883560918395951458193564633832017819175310048976927","1"],["3244294659010487276382215218957212801791578428260385472734432282739925973973","16865733249705679177743642085250922381243110325483359569010721195257113675119","1"],["2081992275282524170893050107458316348525093211844820962701928581063134095966","18385528297467035767237252515038167360726687683811956259568452386656265872403","1"],["5295168419778378468410400791549203023274240203735196133038947753833287330421","13517887482494824961337291416452862235832783707553075790261005433473145738711","1"],["17753654200935938798164716994957656721897078620282971840470805942073244890365","371551227424501073660071490865246604590039451504803718094854191302080910186","1"],["8284082088241654844559287779133735304791855484285643261568763508158969666105","2280423560541550946830471056066858372025012526839821814998467408902002848123","1"],["7336982343517988988952145921641529309916547979643800589754127156209717461555","12204009547364139279388877644674715072638157711501715062043744864004811390689","1"],["4631079051556324151041450393805608186334495914566830284637061744308783714766","12861282089703704897821048846789329400512090073399909705963564190469266087163","1"],["17202151976485496015185641179986330689065203385971707124934301578832871393113","14222553743036951110244835308950000328871026624366686096674455415549703163274","1"],["20311371894058224366120266602889843399314385771845894389940410444692953721355","2850655300386705823170489481472188518082459345573712683412702290276623568239","1"],["12768173833768525911225283044082156492960325484629970791381542660448089345036","1163612031832475513210325998688053822725308708094689901772788573661845508838","1"],["12442406462152748783044855051152152027319576784923907751510162935236644411538","19004881794562859638033901937656096228178825954604278137309489675984823355162","1"],["11737271043533408285226040547248470674937005731053293147751435383821827897830","10979702668476952960135442531721267568885684950417450245645433702986301889627","1"],["16554988398781552612503116943474938975025284085000546666947051855246742460359","10438514279148654974830256201644354016555552532423692622825687943535391868122","1"],["4965051319087381200945959020357101637418243119730339084037590022445435766228","4755417026242216430697781407564108085637776080912412775503204620819170009063","1"],["2376052542017244879213882345215966804118229534224109909840854933289798516414","7503690147736493060399107102653597577246567684041063182166764740876764541386","1"],["13907288303309077618490942792819520269322362848938028585263956112352378485345","17447268050990519696486296046786385067501233689091174541676829800646022920163","1"],["709427567924333891467633763884424688303290018597226940628926902098002162039","10598918438375450802105646162751588806953272166996114842185114773351879166333","1"],["16080119780979660215163679487834390227515746314621388485235847050335847419533","20325038677608358398828529239907454210876030596222624089138293259463010725801","1"],["7964851105642934952355029288766724757960384622635964011787343079199734532141","16823518713491883729068569651017024062070713430132465365316255973201313088120","1"],["14015268130736708906025525372346668096942518117513491067485139324847178915601","3068440475175363176220028989886903657412053630332997449596015881470538351948","1"],["17052597404620330275970503226252228172016234707175200480752579699542670874196","15259702870322137715330265707388674445113074370986305753046648278171996891405","1"],["805775706912062472378589534740819818872000335383695610723647567605988760524","396252971225212514951295408039370897975623386300211004841013726088950900444","1"],["1632961506469599012388472985873755806142515791429125461508150059020027923763","17533198422395751159121797228769514412942241496501562056898039099339851377112","1"],["3464740563783110190054654411652966369183548500583634389208600976383022895187","3569733316762545887466563487205206918285243587555631571382494916845687845732","1"],["4912030768219982507229627588972971242755500050785483571617880105385109856991","17799949890599931634930849776862605387217961386273899267182007576369976000340","1"],["14065526536749075923340563195206838944743151799977798480501460565550086376980","13406552155727756274474699431750650115406910610078300993821914946603362953018","1"],["8443287497882156087511224636623257212121283591656274000706596385332303633601","14840311924439804088811620938809853045726732360392067296818744434371174892635","1"],["17108459388279271283675869191753515105731965253057241721793444643333132181509","21738095902977829602333348194179601114572438550055933126028037579794687505255","1"],["9809399659171805575628838495874432261855180330006150889608054303041122950259","10239946928735514905404650525744384188412953800778891753951448365550715835390","1"],["13272175536787961267103985163208220795213061758887036923478282370288891801694","17453341851200406561250223475995916201050784117979689821996264856389788645608","1"],["616354047280944796749971141091520130121156240892277517472078146860700985953","21839434575670348621235504317701744260693009469705813840944029756114906926941","1"],["4707578005433727838081541080122701626270294146340160800449026400889721306145","12679520966879936533589540703427235176206386306622214786155948605865548681807","1"],["9000851685821136413940256709321836402038146765615780055749689904293659080237","21234305863486784995765822839135810191264481391747574907027912053881472600069","1"],["6703898822420587556745717459844036554565229835276646509988851120393972157175","11883705702858613385839536308818782311516077683117447424684860392070258513939","1"],["2529492438198003196311917036660347739494615495946853533328381039562423256483","20061596587812352459539267954042834405980459065327100940447485200996291317384","1"],["6176009959985267450307257718325187037117979898251621116914822752430492007983","8354347227355718212881415606880025907662616062179538149424514657705290605205","1"],["2348441212251689321984686743522395988145194506722800910572073064734787392916","12933002884472777503108435327118247651692505174440124623796881339798752331088","1"],["21855198623574715104547697608488744593720468857134711608524111585989277801456","4116841785140743961740899110863981828872956961173686849532665630635868763905","1"],["2366249125113537117858285713471707821576000880621692047191030224910836378368","18424838666966778919358730926087237127669251364459816401300689944032683880041","1"],["19939734656803173098648480405922800163005284230250276255874014876741868562230","14081263606981904162112309859834552211164977066005740736548141531947178702535","1"],["21722456926045546577353222241110277410874971674727990413481843707715811857473","17107337387130985201595796669080620420180644513122562451830612244182378401877","1"],["7706157576765177637453981029939813896445616967261356167212726846694663678610","9167943247935970323885703391535687527531569842030025771573683988697804927803","1"],["2781268419104327878972525122295732850800956634946527385901505746110479372114","5504940698143095816402571632813394578900507032830885089572839579012245946040","1"],["4559230279382664407205926821489949240325480062966581825651614235475771262499","13868185285803250848600295466815583086721992301473334534080569921351645183877","1"],["9273693196395331508566173465359953664905753617470448386938187583922062842526","19955192289766938848455531074165836993265602139838464508817428434139960294176","1"],["13877283641186597507038121075765725117081037404638078284342506928106077627206","17775081992785654455276207489020584457742100249053753043089216458504274115981","1"],["19416971981605869876863438455545665798285556081222594259403224560939666294486","14018074135436788771055306489674798998190450793885756635695555287025155333199","1"],["2831072367651003602698121479389059713753655589719536735262802376186677135050","18372861725909397625884169501328110396444534025607594652017765288020228508852","1"],["12992852671929539883759704335204754286515667185028717350284726653950830615293","7518462081156340658749541612895316232289175602992775460916110027786438269916","1"],["11760367561689396647984385504395974970876378630797363125756104822190220459710","13595546449728393902377417648198231272350575769275198419485621499551927010852","1"],["18106720597546817952541770595156612051095238694279506385049636370321662640971","10237981121025344663219023992608584255576997681996890709093661635371646233497","1"],["17887295856765572157696886835245221289719767423033287502161448595598781767085","4660897026736038134926463388101011579849369718529506828360287127780828216809","1"],["4453346283214512586199612385104062522245284207344544259688610800760682436108","7394700048508898729389878726053428369364223519783194882771515694551535959948","1"],["18013536392729586823283538364932564444513560590482283092572861988006696085743","3784198840774734403515264473881415721190640888049684095731229068463736674890","1"],["17297885996241184311058347728470525307634346262010384491366985701095929557370","5574076025232103567878136521476331884275443763430043875988598623166871092336","1"],["18608656833664100821443197014284556202637478714053861277140350991066983720217","6112086510498988797327896905025270125402330925996203286147567048367749994574","1"],["11397379515557252997050362115514551242847606613827418207699036416623856224136","15374045936866421968860972477867704106823263717624143301371635979652228632910","1"],["21632228901573347028715382523300260647795975465794350599290129909929019445889","1829363132299205333509747682358196722563823285377796793227360824683598269019","1"],["5521333517120697861112092264718778437207618647787883904064258664845025110919","4893286442124684437394365677516271462568003357601614148139259179010086275350","1"],["5419313953179156187798773704202061515568228889372516760588583945414462414615","9378828149778689027659961020703807392279740449299138577023033058531093974004","1"],["14782971876614741156030461589609258729943441107675442001799253671516173519094","1762399397491415059024926315872040051657498711261206521608605894525340786149","1"],["9489367409147670351561739813024061075369588858250827422491491509523582887953","19289883990713307490910561496753962632397788798415442586513420222726857373410","1"],["8900677251255226523709855148196019708339624948858885047089388208075035438990","6714973400998736783965869220594866825749604939351950278082162453467956721109","1"],["11453210411582020895558576416942048012089366438456769871655557087422306530960","16563466482969256465542516347991904586711173225365430946034947067931936321676","1"],["3228024761477865670915188015740908854702959657137029266633032948972356198572","21495588064467364153022451524567231432472383824633976566802902082070281397280","1"],["16858836789666114225023648237065978659998616341503876487563848812092115336436","17202172534474236078787390785544004589437740040913431623414515361667814413025","1"],["19117899040845284605491581451173306795007733680369452630243502959820349322018","13349536513812263281772869823975768900850572334596920633831958950062135543392","1"],["10297786601783748385828609464704576895710069693342253680423414476513797914120","6858882726829535266211480708089270946474246708073745705783698004282992763846","1"],["17495172192040653572178632361280243599652943413684335231172417296393024446901","9176538018308124763541922063068236107703763073269902462872651568664568665510","1"],["13014539080247243371211060639991581038667168745270895993625220229698986605356","4619588254707162373439396014232972012024186298396586807594273929083774542749","1"],["1436382767504892028006684474306280234432052900541031273420161241757341275835","19418053856883793384450978452369372454485977927963274456116163439877579791544","1"],["18112641960195977692568026371726891938053693841457915890057613856296039978307","9206121684453529334690432978975177920482621412361776206032730503281000400711","1"],["11608125994386112924650242895513430376387340127170584844032398058242646863653","8366823973803649575287239735615486954696764176185454570091856771371108928443","1"],["17966424846802507904629187512886832563605047934662136464561552709976811210921","5532861582646572752701478365421902407423496129929803241153576818927890526415","1"],["7719793173534271760756677664551443892515582190282785646927106247185530527400","20079428079355053489413417234553313288903251433846565164259710547639630398180","1"],["7286199305101891722873295355929911455976230229172362913391221095142851721739","15611169070333957650457208909071337444822237572833489974758908726431267327881","1"],["2735581875423584642869965940910507707998433245352224843029349978565747832322","3890582560648149174631617196457855565958796166761502687408883692926770595204","1"],["13032714562903624411891705702467378514603281495524206095879218788830276449917","7945205427489335432546723271734682696302502284029651890009071222204041162788","1"],["15448726847687821277407911174434760637727593639227703350170410647136670714154","2798804310960738903241488930899555351603513452038717689662672889701112194927","1"],["3609229066461520737786862639305505736366578237392769021458366871641430040016","13910304280550443738732860837181682855676409381195214205987856715084596183615","1"],["18206499841538918228794318205761647460782812731111146801845212684919279719385","4850681369351489664589524148241334153430265546385096925164929576795063675470","1"],["10991393895347899390398530586172864196821055539483238290845022886529261396552","4178466339932569900152441212020337861767889841535819625079351615315805001009","1"],["13914043037839226337453708371860048956606696862635097566619249875975544902973","10127326759515601521792627307214857565059018941392441108486479073476690478795","1"],["2149267438839445068143812560312545745832073484780999225552033030005451975750","4102840360709544037752923845170690327214543357147556454159070156898812426469","1"],["19532756135068665783452305743451190928234548223806885453339911350008957043824","1832011564901775165225738417605017305707147628496033514884325193957955640640","1"],["17613989038530403566026215956851089064489900125181240937721428299604541288352","13190397013169365436937609692123970150513928428565023690579911061112539107256","1"],["20188554293022500726819675877294358558789519278856332054874196502933240717462","4986955188863577087971937596160234848674596995621420512716422884545021392327","1"],["21507111822883967805787174800337318751975208100075533667749136406434539535288","19676141004977338555940119735521756392740712838805641428795298223873259739770","1"],["10421175799157039533681240015214394529731565264613295367900538819729810288536","14763902368227464392100513096482456845138815729778391463472491290160286818512","1"],["18820200764719974759707405455871033906981426192392202758888058344957453934036","7557169726855560448543148888863301044514376905883737543243537467683688026712","1"],["11274134318123436161581731833986589351836640754563803560788906702326434383399","6137582243524407357649211009406604606710908745310440984839416178891981632494","1"],["4652965669115029983309579898987171850244105192765648019693768509184679239095","17666824247587210042192338147276388428543178074073986998477200163499340563070","1"],["12321814779520286918739730917259319583784671363372853620678635402618183539204","8098706196492829570542399701847693717079727326553657524194141512042696277354","1"],["9536285323722244894279882008705901018093478360153208307653316162787249409763","15076946164539171741218545397583452182539455567959469278888702804642453435970","1"],["7750213558550948661026258780622257143956387404704822553052235947041785233674","15330526795152645705692608360465763890463061287472216859854373679021392351929","1"],["13885052010895163161664166738520470080551534294574198188841456080925686174774","3050484106913425246427441042107864164095395761765026972538690736480397151634","1"],["8028370028581295793910851590980212649604817992764712365552143339572498011320","8650235232403438952283665264978155598826027784175721872923376930001216859020","1"],["2874188112939265790307021729820027953014834143307602372562920156288597971375","13341177651020332003352900603996393169518238518312915049783662804379715351431","1"],["673126245933449962722108380864570800316984057996505242214354858110402581795","11277545548462680556957602783615648408986486959049790531610268903228264849823","1"],["3528317572895893611138396315821006497243063225576477619086534413878253569867","14267165843138837648782176061644804779711855839375500838250773323238167863299","1"],["18056359806695944049334160755750399318076330640396131800445187919781486262671","4283355276836116290354343102918935200033319514159270453487916332803379714363","1"],["1775761623450303723522880399146952612031744215449537244527120437972261306042","17015303760188408975966150431180266100406161073758809175158970775047566816297","1"],["3821797983672705412945198821992097767093636729890241966234133698560949453402","9497324723670853271712464197501988844654851095783801464256717213505995607631","1"],["18036664151506668714549775599349974870212192108091461410194898445646178684512","8456957915064474460881244068141859228719362521752724639422968113615874429285","1"],["9635279912591106122138231794312866463028948960820622573890726679462332574278","614316594624167365434575108971866631984888556724623563328974395622175390307","1"],["339195042924423641558892153353411935099879376940033947512916247432736420999","2423611551929351429231459857505241428751864466737942125729358669614162684299","1"],["2530419114040165340450596704761839936120073878285254429525678804953232372911","19547704511549416737237181314676770334787164137687836867816877433765165008261","1"],["16705453531877657934531635426550760291737137177399046447245010086449081550372","8982751903798947992476963308438255339783139449128391874059921708765406042126","1"],["18296025071328459240841375419795323441890990523874288903350490588958757832365","7585927581330601633883267798255975275623672396601596090557247709455207969983","1"],["1895130358331953701214564279557028855153599842897862117407533737334926244608","17486804221600219440771791223096629828800856672522768154465581623409669827634","1"],["19466874491407326102957790746142698781085568710810757710130935836245992184078","21708064358507735234360221596319069641549426832046682766327862869594776559939","1"],["2151299541016157840090150628311691218995419554010896650648784404673602372883","2410999985169303316230980680099973550322819445368756195305490252695077366005","1"],["17380681347980101204488192839254553001659077495595013356241536699101163183929","16586093230351400932803054478983672524701801123277764361625772154126007037256","1"],["509593970191216264457154458327570917584520979924874441431150135279316835638","14623302166712217628452312543852500677461627769531181651988341114361209163523","1"],["10847420680147218232185335211232330540772647139820209653403402727550781718970","16362757963985020571400287316982984532115682481054130390626329340364602474407","1"],["8214477589830938551827707441711602842609338289747766441787328049418598636970","2115714715856572389789938183090051435472068046221000376103285345046325857617","1"],["17729287579363305686657835442687341369410752855590117451868359679284927698257","16984763498123634646668676929848951473977443071923619405005200859356961178684","1"],["10182435062711740801711051925551784398685093955233693820490642595545200105107","20460217754016727575652309054868244942741579598209169754249125522707249389076","1"],["9715224864661447561283715075545495649315694251898264488941034547786387048365","19015289650440849131937884895192400805609742974966170121539134305897183020607","1"],["17974511690848018405601544587695447583781587006977320425309189015278466002391","11471771589312314322787040486888287688767291781132037597550098684562213724170","1"],["3409135934577935151347212575882648768241265497659461190448184288523644987233","10565269469647840568998302980617107230873977707038912727120658461384146815358","1"],["2192486083093873959365499135224724646985738191446167012848446672987920406247","21850229997535459124255904198502284106695290917212025385067787327572741471555","1"],["9685466477911375684234162662938521543651602704623266109534744239331875829040","2729791551226095051637416055946124657540364624626117592890804773779431249028","1"],["17391283686493175096338606950937447534634286656474440168420371539796543269185","12730621669860488462448800083684428432382959191547358473647568303554328494043","1"],["21359485237584759782420331055071008319986515406936629331148240899678311808653","21135592711536281822285989884310242371476235974206259798105101421724175246377","1"],["4775071245721925301002174791109646619595329446841118679658083398228980345986","17498459683501378337900828539967137195142991921515361646486498803000114425880","1"],["1820088671227802444777928828237321553385000911646138328809676612952734522160","5407821313961439351748449613651713735766013873437269428523648870468011465501","1"],["90419435838264773498582026582722113157482937224446970027111770076818967939","20642354941417237685102018646986704192003171321286435507313689533505213029690","1"],["21398586426870790534809479140745434663055664774094905693926512449567640187124","14278636464023935285365313814925060619099216516743403587588241912991286822551","1"],["19016034510720838227124614173234585257445739212321262370195535224671331882563","3117550372621819404963050517253648883654968252935235727210927717720393796671","1"],["15525711754835546180972094866054769911022288546953964031630368809670064239016","7300662431907021857174778762309014930921847171453776937983029606872414211733","1"],["6669997236790021490290207521002715403905388248849570817945555569338606880532","8123341795771570473382198023417655054248351317995268736780587596637594721662","1"],["3906062981310941158556589799698496697686058853339524422673345515782182390830","8640936793239066984485003289931096916651111650701903871114789272832771249577","1"],["6115893602508807059278979364433260273374485557219017136773120993331111341809","20370720824421005577651742487625125250819944557693502830270298945443949781189","1"],["10465590465596119472368548625597122261716067549840590536272230808647070131001","17158306160848908620998889707248947964242590994962763220816910608539543388029","1"],["2115114031760129770795109102447699228367564463676068779323500405917499932087","14569130732457519970762733138947336787491649948415092182577243989169059686057","1"],["19804755304203749409139988616425247161606601111324011539383649405558558476761","13794719327542272492992188847415509970670974405807368094540884286792789324473","1"],["18701581237187742902991982765329916017122706138155304188436363397928091445534","7305412325815256759305987958660602856797269752518768008833394108061396846375","1"],["14926584687291157937425087475356825757997262083020845561902307323332498266502","17210299365240821644802506885403871410409517105751094356829026989581679794349","1"],["1690774241823421934045822254822538785111530751677961729155828609204099787517","11686112181698189676566813945682692998879667208999938022350684321581927354201","1"],["7801803815701771317210782247631294336971934021613580765489373354797247150421","19537503154626506011710248657344306119208486055216787125398223932811772829864","1"],["9547780238163912131163236094129746048020015931076433802526358128343069545698","6005415790660725668027440890571802053312048083625650543107869766589626059702","1"],["4469021042151768469413682076288436202504345616786132637134255487393444579524","7498936893171888309966166245362650775181395578173032961333834898051573547155","1"],["5919125960611455956885858476924454465254909197639550355260818498440703311788","6998272710784646138177758997847629471951965087041309653436213201893421984348","1"],["11215341930344104089810635147402270838155281617222391151633098148731751636303","1008554922115910753015333819562193229921732153965765564952351389491421816181","1"],["1910416014140087008279706248830040800757103092025037200661023317235568870953","3640966526519924648634605858628556945030391976736253775626714002686611640213","1"],["5463821796698969675813129834351991196339272294194486476557643336133288384227","13651107238637693801031502975893169518513057577294527751363264963894312481202","1"],["18134964704621445835645102186201516120495986510714080336264968482531640826236","5420902482951240340847527850612906053582041778247864842768385286595619276192","1"],["12385975359220552233119567068333647557278028366078145282129569471835335000671","4025516932840467352845675663222781418210603464770008887555327269024070184679","1"],["16704509058164176422785219910298109852068919609232227856469450662990879996679","4789593437800418699411637305996034015288796741578888990868137125814749968729","1"],["2544786434049101519277279768483563143199307331539632085331824902825095113471","14006167012125665719246257190685499322709691381277194515731145463630203404410","1"],["9425679249806350173216567263066534697237036995421304900149136432804275442589","2105222892719881675898039979433092275812032024896543936373146828899731838906","1"],["5909229036218274812323353651011291734143891451917833407186764543996849546464","19801394940090631552022696361845382887041160537988090409376973846341734605199","1"],["8141692684056940553895481736344750480898748598743285161378841757486964562730","15159708516069507650853603651599875437254026271930293516791476541796779949199","1"],["13105673614527862286770854316145598524531073059356768253286190320195410843431","16694090506776931172132866210464897567758754927224282371911127474471756258430","1"],["12891621360475477030094522725064853820869425828037015924302997998825485459543","11023334173162327865462180747134422136480630729579321512596356889275330100217","1"],["19031381493963582495184532866100105825094862023206680849163867351574224254737","19660189869701740447760101132173793955042729238509933606290615429552450973549","1"],["3590947534664235762914002169220059158340020528070959107350730684007935002362","9814151695979638611453215196620512331265368397338978723250040164062869514009","1"],["12158996259665483421799763359441427070238333261855595723266293951667534490172","14910883709954249626367194366532733846307627628045933010177318539678398991265","1"],["11576313075906106653452412791990100169102079877472754864901442095263672277873","8783432233989287067503333769429858647777321555860964011834478986734277261793","1"],["13893097245189573644603025665667322830711578039292200097291910140495844633160","10827820227262869769186912331711279120186312949337061049499469236242551850082","1"],["12149141243221488218093666308893556494308282423549626464250020587114829100679","3918123431213588176788904102641183026441180232423673438886520177516376179045","1"],["6797635343154937112077661856138200028951361174318075274773588097596446722442","19873496023155902023922862001180612186361341532455033696303941728741854807478","1"],["8880854130664900892643011359279868615315266459793768737898239026384319198879","5772545711107335464809068350383548031784057895673554742019696856764589769662","1"],["910872810200766534519515699225065391036755084281091076262392933297214331934","13127354641120377693811217374796028604301681032044811805835529730106281142650","1"],["16252764864533244539588140351559279614250080187761964196673482823530566770582","7910457676413583200345439678504624087162774480477682450274349555873215126464","1"],["11998296888711846823026333062216106250421505253843316141693590330391590849282","2414470330057275651372342149083194818562617197114963086791845803973846953952","1"],["8904576252854295719723202637146254680849425300059053202779161326551655250550","2274133945418929436359818486042355824308474488519246066196928375930744690408","1"],["18913936087818225285070153382393224931968144863087667987915731952084726622656","15113554217177365023771815012611614564306343169091563996205930774488216409768","1"],["7517960650735263385846707128560281207056361027699649161579395101328045768752","14326900079026749411950586058309235244637237855658487324958764041161083723177","1"],["21250320387778940389804746361233767261576755831233654553092423997180638520137","6262624185285862604157974269104359307289158565937673401955439485726888322353","1"],["10031838324233872670706733440304741286851023945518352226322358512869406763374","105696509047267311938155332757323166841556028996516246194822734390582572687","1"],["8539822580867553898301495542115631028323464631095744929568778658686503647129","353869775216702449823923719894823239199922660543293596408708491851818890500","1"],["16267792745892410659662095787422152055271652418260501074751072422780697125225","7287020470764042995970864334318368608437111627156712537523924490276263681931","1"],["9734793420552675182368855491794949476683822326310951834260202149270057214435","17052338544192260086537989127048205515804843297515831082583722860696243940678","1"],["4107614835419707991080780987319143785226841839034897201159123774611660853194","11248402706396344488746706448786675856130581632816097612936082345557040178477","1"],["8332176172524364655525080245563996401865183060068404516939544227145123499604","3075754745321913675324651697583070414099325980010996569984806411652406432906","1"],["3696416721480349503027533845946155466411762102779087077900406186948413511626","20148039262351273965179046512114498839095822904973614699245537958658567825745","1"],["19996349811567574111802347357698840067788088286124620191469150500458069410550","10225747688045899516988437496871036459288633777016090170180204511512738182039","1"],["10964096229812937400417763401717161303039023186579838559017225343205453495891","19669429171906843997089554733959108795200123447549716335886828461875144377600","1"],["20189346561896647413987225272331197600200099198861673961362340170874911337740","20226025217414420698727487194140472081512057851903635981991941856108850531014","1"],["19248345609238927511708412209138345251951822944525043492607487956590973598087","2666528161093483873117224300117927887376041569295895960368842827950048508304","1"],["7614337050577729604768819924194780028254662992851081404829540930769075853965","14721765305605112919207751516970201696151611752659928690452875486822548809911","1"],["8944038670253439630663316914885378217162351717536164656145262950738134344767","21508296022346768589420167444529439158233058537104557828147470664458348137946","1"],["14090194172000100246662805131223191797210827900679508985931581767386885543162","14807108521234136472715470963814722103476539648612664021782027691230423008596","1"],["800026894630385201341283790879839288249281699734823725375145814096381755211","7613319008765870896289513293792295164369246189282223570618841967234739553358","1"],["2979338205828204476324731115995523821356603595327673174174693972036827182762","6762218327857518143923070852492562085660701805378689596799140333606803673404","1"],["21416035084353384887903851016801784702838890751821269067243785030874097396841","4188166146759252528417253638203757545012769138890666696824909982438591243560","1"],["3528618631919583470665874169234641179972054282416743265850168980366437486148","2934407519779847854035346759692493874493314244085973503059231873572602719417","1"],["149595501431397601202506471657270563241234046619795275088341685086477487876","18372078666887141271567405458681975281078167966685216962440392608945035549393","1"],["2228332927611374353420041832956940743079891422971384155964539541126557274157","12453148338829149925312166775003812236539347027858227345999172147034206960111","1"],["2623077383225866029659505099940802224341283219575708044555174215528144549909","21753005451309933234391150881906785556144648067232300355663418957587497077381","1"],["19929653418327844147491780767604027232919799733742120844673719370459230150341","12788256062911712930978045463608242055012559002145159992572338001904584393633","1"],["4320866104493646509943270633171506319598854526880519818103115890679526542148","18454460459457885952205837606626246949501431986408152496994781234166423462657","1"],["5207907496956347202162541282595453410372141305694392449589014092295878865857","3303786141582822799537093198344130127024798680738936509088766785268720563360","1"],["8323581672668647850388656619615415492516388764537346652555210178330972169509","8369410706412386461856525154899218326542485254125860801705880374826466287896","1"],["5217807987689842921449745721772313874541758276376182218524444939049258759633","4467238560368412081924358754600887732141886075709288017720543129791903990544","1"],["10696024942953607655052435160604484545053063894975354579996154007646326067937","10253525965597042058262325990815342998707452430760515314478132036493611700278","1"],["17858442001362100649046282472100935786164291440869302104450377568437284090729","15906647027393380614077492450667771089005812135861912146897625910538981645140","1"],["2304030575484481495946450526166645264266282052617497396646748364535459072163","9875379328433451342561868581745260961086674072896716519889023637553961875716","1"],["8744231766940743887297832478293643585238008331598745270845650147863933191757","9512728890324568580358145344829084490665952485923726529630705041839813446333","1"],["21417841203774035833946497597451807283774550219434614703615723168300900518425","8224418811441131999103984011656057546787455583518497256834318792857011954550","1"],["18654153753615396867554305597129277759611598723915049477362441886416249041660","6559571620259519640889040298365067583040852667399531851518929414199226680032","1"],["14037060609671645372083823985656100675707404471379299965365499726013133849024","9268526768884365516804549282507144602066316219010414461829290912801370408722","1"],["15226860765702914314686635867522317693176120638786882883774975415395808762148","7991595429937436620350148049842096987895062975064459370664228473111227210372","1"],["18727747749334331022565653786594485866139738029791650853652605226121383311953","882883507243676104090968745247161039452162305686411150134477317847817949704","1"],["8439203567981977850579826354759456934660596677024374162230045254910235655418","19072619037397129705737088009216620470378292707185118750346477938581251839769","1"],["18194888144069599762745248288171639578834915591321240146000275338212959842548","16614867031187975777126502795540269312692873352231783213825236645172830354428","1"],["17248010059423640086057346881335801708665695201877521592983090445232971965522","17883421672920268601084214281188658642225135284833414336338121445080488770027","1"],["16979152915609556350054699717263828330700869777898228754673646570555914735203","3361542807056724169850430141457475617056042737966649033172626870746740601208","1"],["9498162773881457335144092312781320773738481434996027630727902907238126387040","15816030681000008665212262728355368355978704958621707470459872727853943542292","1"],["2674093743633545829084801753751003708402445411109811065380702089470529414644","14371556547384448725009582969782988753649733735236469479701895474386863424672","1"],["10263576208599625432422477676153964805080955391922688938597982158917204209890","7254867802413665483331200216478447238287669346043927670528694958536378598812","1"],["6776905123451499036193499544304700706953927689360198282017372271512008813366","6300391629460961732166951508148206715600854857630654896037790993617449155503","1"],["19093502187025299890891114821743184075628874739335428915121180708094519094956","3382760430141066563673325595178711423838316377574331938219243424507090953636","1"],["10620713741589509403637953713162368880224860790876255854476007843716845689383","5558395518296005716304500889121978636850804561317612729515098653292925179670","1"],["4281990773072794711231911621943116733815781790757169253398013299200647009093","325847769116777932057491247999510900579655377688650601464035139095894405972","1"],["17296609630876002449065744137307511136871902184564526674165514635470287044810","10636701373803124854585768758213879786363937923287046074652748747033312805312","1"],["11869828765213425048671150097438583529463565760208271672735829019851049328816","15808257920604359653399884855625959500347683053640888105812285280718273361730","1"],["18521118762983993495094423360369766512242061226806271507341707741789023146231","11103895441118116883149325320732564372274664401319611919683982233581099522326","1"],["17626655182978921321802731665062423505607663353195953221261334199774975171818","11192905040267732705581214104466597601164230131524456202674115789375807719405","1"],["111417513260424923875200394492209327773012137920852782996046761658802550574","5783253783038873911137329382208420222017292611699236046039650030196682005675","1"],["9085997946105359722686568160245439740895073117587763501304502032880259688548","17358177927432801157954901712359341118060887130539761528932082545649867701112","1"],["4417069943753183984515529289945742111578943790932228358095346149393756046510","20926811933408423171380913044540739056633167521126838612922523937680087541446","1"],["6957535668606967149577291498090297683073056843335302251192530976938527682856","1543398814392461998636641248215055693666308578971277233539402576537351075537","1"],["20407060118930609152648007090540083113410429751909704994011718713248343138839","5408584550403551584485664192611774193705900149102929029359916067799763588718","1"],["5159743753729015079602347119773615814167559546572255185560689143027920917963","19756304557619772047226637479780709669664804236847764923123316571576761368197","1"],["7760399277753225944435137447190617729877249241555524588302033942850336411317","21789620237323131779807896948067273088792498677732692690324144357256706978798","1"],["14645325864413714806360272010971908243332473064851893119702662125370214716997","10591472284902948097066738184864617966021529711239270788084451615504960494181","1"],["1195459720339930697976537825975528744679492846040399553803243296780422576130","3201727307720143011567147823666138754668522417622580844845669630525103974750","1"],["4413899148305915079154585221752133011681942004178036152031232208211625874831","5766201676971899998737931090405259473844987289621259454319691806546837331535","1"],["940524425347394520859361572215666558068896322046978016297059599747870522175","19735631602399937871302400750064349782119177687508388477533056602477926303484","1"],["10434915769284049597775981348165641453611329079072716693064305319451524108398","5838663150572287715491271703521997561831562877469570093383041835796052929504","1"],["14880964757459559049990529413362633196365392189661906488931347075593096688638","9074145590199439801365143271867447504497863447315270709757322539670955036448","1"],["13364233970997572568147003690447390476322962228393459370637363849148370481768","10841095801958923926495865663204086415698651665544435301528343981202491204408","1"],["1112036191049621826008920263138879685797469400518027517081835479238557624857","5461860735640180892479472127592961752014520273924959713807817835825612800277","1"],["10400168220305811663050817080796746045322883183027374775534118840865939689801","13072314592010781865185791230473295314998182689106551952738556722651715508103","1"],["1375053565609465407599224253542619352078955701462774066858866835435543805271","4599938337599581689149955070847457184884355808418524513168749566942453448841","1"],["7816810525907058115079852679087068196265930995114960571371526293718773078325","6529786613364943520912725171915981365503517032137755558128079068921227403166","1"],["15710502389571530581958038191295757310020113272697324016671046268025564286481","8681468612090340309594349855951262553715666131767193660331260675025315775677","1"],["10666001887806441071575538806462624920106814055756751504627542109193056736324","1675713433771105496844301524110925456870547421994081662034563010491330754133","1"],["13946296699990182652708724944271438444236883181701700662314336169336083395250","2183675436994110323771968467482122984945518777852441727280133225059761518502","1"],["14034865173848181282019125695541361011168882127822865525070954700857742094877","3393546232113677929197477824291616516358964071964310155361252441345267203377","1"],["18833506760558164666702571395194319785864056452761191449881530760356260944529","10777288665423255910093198453183414912751890184037173242276712880017263862764","1"],["8862260249807612728755919236770428380143647912787589588225597850742760506400","2229202979705608815255057374463010364233767538949832565449894025957948961191","1"],["3512439873021514509048001724146852211863113245059548971122470323200672928908","2356582527222811438092069218416397354637677561099507545067467741703996517081","1"],["6523615593594089040656474175335770486445888577319297241355515837308729762479","13882862512721547960691941624277463715321699801561722142491788361119176318583","1"],["12584682841313298612574261253131638957797329337441502402721539402641291007886","8428707624576976653048694403093476251993808489070745078129608771565869811787","1"],["10312668116224943239364777903031262021463095835887604543441388905814450818992","10487442293919313305886396045022820993595999488396822313847834659098543167070","1"],["1415871375023988754201995963827266112280490789155650869448113918453651987080","17187165830323341348776760514003102025509701580288626213735013626695734932869","1"],["13591243638344643518899833669456581872915463889286609219764779643786425558016","2589613789530022990781084755737873252082950873181109319705995400680866575033","1"],["11592194525336975725727183460321657291303640561006886498641856901132242797606","20872249376879272920475667862984500966926237230345837959428110857649470082273","1"],["17749518052608020705114261112954732402365230199277937032154333408420238582244","8037959234285497360262215280472897278514216968062698747992052525661510378402","1"],["265366739683877418850046385164065841652710086333916330905954532143597509730","16818581037733577072637563780159827940016017341137160433258262165963121744257","1"],["21005502528457363569979384577347963546973358137816493659152638307109612290785","17584457265898310581556373371227560326948306561433370399474147626382412315643","1"],["18700502663932288683359598601686087817938715732078192419199447640836931577425","15517085026107563785122488395731020799051151661441827373991981520568388743526","1"],["1337080646857753200576113831489609021314386634508611264473197249379174598474","12591946392264986062922026198866556929973094866764866509807697428252483955068","1"],["15720730404340071689359677642860106420296653155867051151612053454128945772925","19593596447507729049060444396974073807276170045995426147086732875808133486506","1"],["322146234270244998135445714344786507410658936240462467635548506487214143546","14393937697969173958086503463099025890320288091981326246350977668177633213968","1"],["15177740029065379527546071915698338275577118499751951841706160591708537534914","4158147941063662016382287879527303274774575903906057341458782135478025355056","1"],["18416201361441812386117685531440495675704641804639124562559531301403549888954","14357546216041804905116865486131558186591496095281645343880355707211802808538","1"],["21787650208846156086741536641788625673183189950841810569506170908156036520998","6688039063287848856167610223830891618816977622463490002727505485826650367592","1"],["18968997338473569499031744522624109164526171345393207222111880385626593915373","19380282289225265819935410660990584329378099745117325767216767819467717385084","1"],["20488954776272770534170582812514750222857481665634252524920728210054607976250","15341625835082785609238426018419260052385236501223584405626729558431051910361","1"],["2325056449216331715534426878481537502171058484237277727096453334738813066347","934587633966998259992389450237553282997921356682062021478962861587800575929","1"],["13488619020277577195852414582281366554511386054299194711836999966801905010664","17918834354034734365774719084043928361539420730249676152333761626224365832827","1"],["5669663203393656630935938972185127801051445201872936502972788831077303972411","16814741503215767191556127569040866133073375257388665840146346305613732646399","1"],["9512617219737158527028831049341661723799952699623821104053698250646401772783","9826961548976669389705106290067315027619757426744098597639801164025020815712","1"],["14398732017918552226588166420379500045795441796150182283049914513210833898079","9082609371216482161802890347505920400441677070322938794361379634490424614900","1"],["19105321347066250662250784131734222873289999988261975483047826614440237513336","9680284229703523858949167725755582675537048959621390960148559727461901977538","1"],["1035693949066810217807284316922116339910293616276208877690857076795637577976","2765708388078574153720245979726260653188735003061568764826552455255944391618","1"],["6750061617281925288335661199326392699936961082822127186092396747631878771072","10840319407985778849856669521397662585952378108630093660299312839752670030024","1"],["13204236238714769132547890753272084326417470720613639656631588370501089710656","7556252101618169136552662090488574261262008087262949403779018444423136081583","1"],["7458395650493389777489113023348005605360126056784339599933615258726436633987","21560784716562737091707368819770025470913096039205192745569738895473331208312","1"],["6076378209394082986634888938599719470920321808589868683834110156580047238659","9753608213211659499369572302864330983525739572351136065015027471506074504860","1"],["2749283663073976290133528047027545987648888387641976847679812655375442161449","18450697227688235573981176943771820305041448994235729438117609761098812327244","1"],["17322721305490281976336082063632635058640207312808980328495372708782716299228","12225850960079610593241155132463291779124331034214542163392779575615718523112","1"],["19196869589426621153156739236840115120258471597972591625443917985021946648347","7444705808450746727911151231068061984513803297829390133182303661085482546866","1"],["1598585951302318451622874074298925380127513286586940158990416922642246640366","17502687976741089515497574410085135848569206848908463639223974270932509028687","1"],["21007135616013262083400722943219676302630840341656567297761807937169436205874","19155240267461696475783793678615670923422898466563482590039739684486720422962","1"],["19662074589195668826796780934432127527072418048803067703986564141079788016664","18785943506752239034194272278722591214430107261976707811643069052772277631720","1"],["9563088109617602754419610858463211758274463079996618817150540234443343139324","13901332528760701939794648166798166453903195183014265552691568724949591446523","1"],["6173065384227479151859568229824432362683343981980267912473120786410848630607","12377069919204225888183456529516749265656690763430538749181489950015268504158","1"],["3146412903292600361617563908097731912547429612841175423615266870702080971354","18934658034260727252803773791231299348349244015999116320758017827269111298373","1"],["11226269870534700556770895918895832901881049580388558132282137726486536682292","9736985438433013362980204630991354748258191687097782049332897207174394129224","1"],["10182456871972288887815617686308229146871360987897498478288860317109967165529","14011602715139449735706945942327324670699090483671962022679960856904109851108","1"],["12511338566340680447443162414941827528184850054977166916437037004744344972507","17452015076402576775030311237189020076661311154738091006405941984093219967958","1"],["6525736484290667424437047380837166402427828871787167889596072043657423314110","9778781315913845358837842505801944944663346786488886841880833417942208549528","1"],["766042811289974412341139060202688593635226958643798175682747169902230481375","1979570381751800679666096825916585777373420487493088049884022931253163193470","1"],["8702804518196926935121300228962372119337533961716230001036512722929293389303","1847543504150126211389313189644812735371897276831460891687629308593584865304","1"],["7016574764288171941681565871898730370990151659077057567679923969760838756317","18023034267389208012509363717224940162696031961827155514507140415692786443195","1"],["9571624172151709067501674915964892359543134497717737113238029910938987309900","6500747726492821417039608748189945659714425586773672579205457438979864499221","1"],["7095140787372674140923021450418089647170346325739775380925124334062450010379","13040657108763477801954465198316472466567218298662492344962170332433096963219","1"],["9184002626709469580739126042469523429161305552108663313946842037390888179830","8143586751710777300629177705636041069876955161107046046916369972388981094883","1"],["8160072635140219893649381327553956752479980529335896114104837789122933493402","6193508796110339950199433775260096955214495765310469780593692523694776565184","1"],["9105710890918270030644774645455844102920556991597020498379928882575938592283","18194603808061698329149727238395917006154968964061561833622515980778965676864","1"],["15961612279648307465666708223137080587535552408817316033853471121589039651278","7090724204305819485587576405843177762420344948119662330381625967333678597691","1"],["5768260724090988236481321675916156199366059853952259323333663457908953791836","3551569476991981068041243975576761409216348845637484106057779381880442607125","1"],["15863280432050787994035870149985686692924757781640506806349581896059219074813","18109347065991063054071647362586719693800035189718509344431350633358466209679","1"],["1910260324049343429908823659342888816220531784016433907352800061294955185587","4740511614832208210588823139554309067538744002636673512066755852349018655770","1"],["4197129655030757478019340301976342823942436716908208530032745778087910739703","9456742696185508315851151425553368552763603773901020288837847873257039564034","1"],["17916786263699521932910654647693577512915880271145014965590916916933529877182","20316188900405733959398979604296043578957798964989403609538225252413372364826","1"],["8294510638821272401114224615163410333158547882947252323242230471915293911975","17952129959041254498365406081206225082994076461465815976543569856154655787449","1"],["14290235572146205187073102837521039970377898175807218758096123483700994490089","17027500378171330497837028118324255074077264797142559986545863563252169827990","1"],["36939443503884976861771566833924466156275029839275222187689625790682410475","7950137082008659636297421976812934702942160450713791997005000195401985843032","1"],["6358867161887299670509734796824442487802686792690843269205304210500741522540","7479932944453054632992215468355695169521420394623135238731022431938677847968","1"],["8254120991274697373093666420410214035389860402639874794682629363068405651309","6918564459386220733405214787515348901562447393105972053989638600770994308617","1"],["16348960932068508719775527934664237347106657176373183944608802057273857813082","594830087101175020193546808903013940302141639918368431727478256300438958677","1"],["6980335871470612552478434119187211521705232923425855423075842363330549049902","670467721956206827489878720618888204203379609483055873607233494034226323394","1"],["8379784015403607481429605165447482530845842616890364378309770140633877215201","8689424080132122333870933043677288423191345907617368893880696902017769892541","1"],["4552942256413977442389979344513501063388220704219459415120993474445540473879","7345221767575242932870911890287402714020125040019311734942448733016402714309","1"],["14976877773003116009291199861856909498829265394160181426660237029015323827480","6545573992907347634983373557439509990144557480541591770182033240635428061224","1"],["2712470012468656229168560693777721669360625823077895774983401840533272801686","7867955403447503062746430251011544034885683279696852516642863879644930853159","1"],["15273370771161035302254427649128221759621668568902601273201136914513435634148","8510901448350577252748565671207086838133434572712571731396047974151798607830","1"],["7496471077677422155614729137290540023355030371697403983235477403689818491739","5799828690806297390847291514748698593505110233921564732521301575514267380359","1"],["1377852685649167312236751058897812414730907684030490630768363886523729422053","965961077478384052566981248191732136456210324776315520861661567497498375123","1"],["13167218177884838124451843338858818038493788847306767087803503415528032006622","12882066907961613719854704698158841752228821667063621118220584697444819840459","1"],["6762471230137776918316399711821484222706933099709904517958357376720252382528","12866843620253134352461675134620187627857592582809814786083057464878944523481","1"],["1372829839811681918350032040856046928774857577976808613369161272044192214957","2865258297882068646905255527640806574014607888932467318993441023808566951419","1"],["5749688569393595120722540681713002894133198694374459290016957456740230982003","7314027018887907022530594475231541160784531416725764004253115312114849891646","1"],["8737100500407567712400241183137788553307672650049916604347671569351121393545","12487889731453922104418668508272288198083283716048388218614476867882368686202","1"],["6633004953417663658301042559137454936805195112285561004901729549898193969314","11673806662118434189482303510822847310435628764112575887876716089437533773061","1"],["16398869589379787961622367581525031393887284524367646084273356697221460816402","7173548051192951839224368599348461236699952287932230156700239575829513814566","1"],["17540184288142842889578400264249007400677087863429677475077837397649047729663","5107170612852492933848397859755809618211951525689870000150506851092325303585","1"],["4921477407894903094637239974666272744017675120635743198399311900564342338637","4795838665562883397261857673610746036509632278766474695086642427244864298604","1"],["18272951907482697600122862977482282918736292944566995241776041342402304700013","5404330457524456517712938183092942353299584959975866717930946160242662569193","1"],["15764197330073423054907829810374303518583132839148872027731705764553396348381","9836911146342923621300279510164188235520861064974184088986371949791307658908","1"],["9261794756118592074627824154719079626099306374011617047728932826866365915526","6724334024204708222633524423965202923825945526012193693597340675757221310183","1"],["11650699337719907433014540289481958338249940418006766676697166546983666923730","1118551472772364749693970407132784761363834047091957573371878053124778499077","1"],["6796145276952941744153238361924401235917741966196471080307059725797524954293","4347485146069315866059103091064203823294605462823360340660494300496024633597","1"],["11053269314811346646082912715716806721704843110827078118855430412781596988700","3873980085541889140451121007476993232088406899964189352668440067877234196686","1"],["11477125298104584926605582867335069815632872630256412191179082478101116502719","8328130993092952508104601692388465539930340862816369156900859747022214217289","1"],["21778323315002881925336486319389264220679447420550711166413293730891743601946","19557089460755866943744543396730818868998009317424428087201843255617067261015","1"],["7300033010170874689567165173690741272755726750008241735505868017033734094489","17016860655210188316128361200713567420626643790463701959798729712391583867793","1"],["13624964801574189709662277767078302125997169000308245639659966175772241629622","392566475381278848609445179318812468908501731434841471673774695735814967272","1"],["1101883823697264880730006546169510020851586910366042039060210644702852637458","7487369922301185817822342851765774084190085956509404939547836572270879224774","1"],["12470455183847440899445103262830608373290079895563187355075195427624722994845","2754925994134743677402542989549388988779666961045088723892049946997424419941","1"],["16982914472245569663328067455656429623777307200260162664720798112404317679971","3916481800974694001338542248613569925816103747126187555396163318196677693571","1"],["3243149763258429249895334243366590826206222793313278004272091207739426709059","20208464836567973714967818317548794798967166713208765815493811148827933088912","1"],["17927364242067941976947280552926392262553722367905822092538763259011483871223","6435129970223240809532468804781867317586347149882151901223078406494235083498","1"],["2229181820648462357223964026745294430909036711191959880354219465243604075939","2952917979776081149587660609744360165099078007883900308702910812678419915427","1"],["13832624103120538999693714774954600658046796386710612822161567049383937331840","5580836197125054737078789241457747808282049325878756261853324382344758660431","1"],["14151438833851766062899229941608398395157063064074245775820998276939145001558","2115013066978386234627766731131895567536287260879890204281425511024863803486","1"],["15604676597621713315877630358329723538568455178988510657107068736115952735660","19789489100527109485130238052129606352841335005884621244230904365024401439674","1"],["6414004046442233667734406279057579295261216792326101389213157402391694932841","16976619760480210337316460228908145512914461461827969609829268642511695193684","1"],["13055192651336806446513356376401058725658216130871563606294947385845371058068","7333735814271903250803830280187001251382187477996872447540673269014440590862","1"],["15619630809438130187666180271806871536232869895327647926118645464638646669211","8537171775486057961353555503912487949772432407756416009710650617600413559486","1"],["16827268869410115490690729817526238225587412370311880337209403989750399333003","14782660653267590585129635567826449167931741472917277722930214175887378676101","1"],["3776993618867890198559059761036939121707944862484236768823679353201392492953","9143113441260801085493686727058620538005598065469915797148890109136522145729","1"],["12229026262120656413458342627775632200164185768697487105318880706334574122196","16441996105819710856087036964492980055966673208925661569501137808220110131936","1"],["9074492120509934869289992568657009113929455816286870399680633757206922263040","19942549502767895272657125922082250951973463538473704463836660612069039357735","1"],["909907079048980489809213774181684512107267894714978328826385726440968611801","18182879479470436903800999946552650785619122165617524014530682204425089141678","1"],["2083689034954444571610595311868072197813469279996115245029639780848424715480","2613688645342001287217054064031005919899514937128650165025689699765148557117","1"],["3034850328617681095140795759009118675516547356582535306815291679194985976003","4011097074451972429263630602464414238491399893038789629415428325067911178172","1"],["4529232494551196260192634805383214500027363053476386556078685419083980297354","19851743697987899565692172752301928670336924274727276598289265682420398611303","1"],["5609413703912071824226421411162137206372403664771987875096405479519398457696","956897836859518429540051170505302140596849264088679831846027590721174774388","1"],["13568721355034993466071173367935090235683361272431011082590008863774139786907","2978389351910062108066176953597302106743835261214484706835479085125973148055","1"],["6665370923961216130626125651839214407642916570343444745778370999239514930392","1900696829650692308900012780286637383521958047689672643860083314076078819761","1"],["15268407605777930605408453586839725197203918966715164787342239533177325995517","19207299541410673840526580528226884908152390384010272804121475357782877942608","1"],["10935049901116169913681548216535626395519280996699500587732867360928368568256","7412019248228813450436840971150908984346827148115617834964842177842193952007","1"],["12845175803050812865153674494466755663560514123392154527104334773588721741088","4983773037524587714049041624169406945224617065490798007573116454920502424285","1"],["20140450459882020203482364477563527638444531317918543515560884803507303374087","767278238461011685829733801177386015601942476728172681451376333257687961226","1"],["2330083925181106342056931617681412706100058508409259674322958858661156012076","13325055792881929418392375756329951601154039623532637009993924838815273221092","1"],["15124755073487322406841928512559904326473173923577871433842717697445768550789","8224101795177313839045105069887224677741452362923610564545818316848379650018","1"],["8512704190091882052674234617672438736081234380859853348225091170346999295761","18040612891686271187255444144591113958176230480545404910540833552595423829372","1"],["20018225652296544932161362190449396002833918698656154796445509307131020772469","9961651467409081338298272126763533826411215563648217947030318064943962292660","1"],["4589569835297676679289503007293123628377473416561243983827589103972222383220","16878833793717072399995236194974720171278973229088540774473668638510775469268","1"],["1626200470902639805255386198622513191768278465848549327174858564960770211766","15344569057034979024421931349337188249293488070099875871661011487381821692338","1"],["1425272266302493750557335685899176691370785787171644038099553397439805286509","6833300576769716936541512560657552103175153610699797424397174291145731101832","1"],["4070020726641741679370318539403337084513781770764878197061780557473571222337","18928566356437751802057050890578009812349643773600431300204526428755008813472","1"],["4345544206601584463048413404210687499579185612585438029039320068191954472680","5257318647517784013113417699922556275114683195001761879403123730557497789920","1"],["18488318451807709897440426714578157508569724596139252590151708171279407099312","5677689183478255813454632730912032021302983914718342957861085019759580376166","1"],["20087569008972036235153556325628940307366701808043429400294236767383281526717","4846412306062409155332092264362645516323711089587244493996303499069381841393","1"],["14053878649871947928587545468531608289443268008273403084352355947287430642785","10157685031811770970441591543334834096456187786970538192763288107899240893240","1"],["3484595091654424850983692142610692311122559088718619178364817975825643848709","11555515822021858935468977233025813975672780559773727058224321114042076506950","1"],["320005103401794710511453898062677974330435386137989109884914616720025907921","2288673511905172417713519223039968417463870332793676244324093527437583109027","1"],["9596419687505429096972687832583303077305629594340413501299456797246201568347","44415374963081476346353156424224452059320974451803329089450032443314906024","1"],["11842521311163705004204914998994725289331649385115734591074346336477756016203","8235479273009856986080113833245111552480847879612909034778582193017956552079","1"],["16853997301192062071393877106830373786069721801381891630242105706747078911684","8164485595173529607108919268273126875497175621809773760022305125509103148064","1"],["11170879737649857814081301146430756178782118188302018490480115713257429638970","12409622280630174636957352229447078128520257950197548340053697648007044761749","1"],["1070071948409572495731318746087460372522653090779496512662240653152423784664","21704562926134438846539500598050702130804364679322107721497874448891286425821","1"],["10649103158630665705302209230997132691753656675754941992838620861988656720415","13484841724634280711682843882938817330292946998269563628053206327077252620341","1"],["11970963434282233418250566222706907910861566458032173293134514072504346130207","3773784739102498641487344650712358872989708475438261102396648843306804936271","1"],["8339546674812080428313537298187283002618060316168804859867651282578981120364","5902753092446755129466692967063077004089976128051250893988084519684377617884","1"],["16384170647070791474038588748922261679541920422169999400941920412676665213100","18011371211675493204987956969195834718510950533568113570015366037862478886207","1"],["6804064377586304934917631191052769660369799064950760181020598482102031575915","1510824229504626172584278400467953291036829624347478437172698677428733162924","1"],["19968489249533169202891184395167166582469227892995541520735741944728119725539","15081502798145535813555838155427879733392416166124582102590856683738861110850","1"],["8932364223713704139994101708406150420640142407053192526751890612992299046490","21534829216091123376844927478654003414031619214452913834657972466999071862909","1"],["15189550223586207270034995490808742901769631602481076504420162784801006872120","20995021491107878456682178948694051758668810951866089114210805410402182269114","1"],["18419988671326749786459435209092715396995690820553145169371745299776793567870","10656151215079293282672062892876435784073524904547587053113198906559733989521","1"],["277272268322041571094917652955625926741943065208300485841607225554235192093","16353550539148058429710458906697995025716202495962424475056280139799683558469","1"],["19302797368607229536373633748884393616300843336890435834597485723801742253733","18490114541610791716971006991368523134142725213300859309428623487828153843727","1"],["2263318509625238969150600363945796030505517572103463197603291100245680751693","21029329342213946872839234211731089214543219890307157775870088741906598234438","1"],["16743427448514914800723054197668466481073817880631115806251805954130806658271","11814788054666585832365164028554598979360034707104139268996106124127042743794","1"],["6933618344334075724346796712051653820258814173431410040203416871790321223727","11256805293878107253920794134269525791949631321833779709450152251869218973503","1"],["17953269100761814292673571052924354877227381778698786406906745450349262775578","20184239693291394337163126448875149761067680158887078128096489524203514395841","1"],["1383438426237996895534478389597014756930953034871558109128913368798945607326","10081216999681226056761654578913182548729563001013569896930235580500250859133","1"],["2321395958842674546034708333586741703935194848238782840995838560165759034098","16121471130464622219347462511916256189732889948128696059597808023177470024078","1"],["7623421788408579271454517705500998924628453732594636498003021767932507693601","11232133239643205288840661219655031679042095214645738039416213209594373269761","1"],["14204703438817964418840658557269425269902599503702001238638037811266601087459","2978671482007454486328315317935897766693034066434929905681396204342080058470","1"],["1033985191955722075096725347141743687485177044211061955566742610855365176830","15495483605543702544926085781335867125921504807774690667152472731385590263224","1"],["14472000775117088538000107694467168070413004415843750706573904455071917770576","11629476681488520617285377625284136612021014663794875292943757526939538831074","1"],["21610660996601188568555551055606579556110431115672026928939633645698342901074","3765810470078942054264787699655813251529480161124876249925442984562371843197","1"],["3047986251253192319779266614711924186875873320278627955537586508348192871091","16520075903337932346193928811815758697471041486519279407951595323176783551223","1"],["11391524052149758751035830407724591381734091512331109627212101619689486106883","9402941544229138375182451356390430995189341197381972144672291159088822833844","1"],["3980619567040670224774454608133427110816643784587251959217141999499072363077","8270860534614188900091816649179728201525101901749270107379284213986603219753","1"],["17623917331815641039348678453982972956620089358591680803799444416446708982984","21043213233013173371488638326601681046807449100177964226813656050837989042934","1"],["4650533004031303810071414737693779260949129935348057577115510081098034794696","10241546759392232823659132509821217771469288945273416600642291146159934054238","1"],["333749787805337383771520096669617874358975298363425905125957902010273435898","16103595957102765109674407070041943458858500062343426317643100660182030265857","1"],["10195910441534618199496426525803451687211331008193706363128088032507407426670","19395166936976388226030966978228042175926901016960572409649042377549060222507","1"],["13400656892664946419949632034968617346033483701087345627864550194454611652710","13297562472916051606262223995317688538715787204686005375551097111408597935849","1"],["16097277189070280733333949255764354964403097950806281039461292531189108275929","11364404765343035328032612318521452251196541486564426381345865675734684027873","1"],["10490154056786633566514511249010898890627969156795289496527221553898038718672","10912504271592489395034343208040625098014557692897526937320361316265057089120","1"],["21670288534051401437481493925729841006435280542811676410837943927496975046352","826534379210026424603821077420075131770698852464680927170490390573924023448","1"],["20725118247615876027634108013452408558043087406814752118759828688957862570823","10622212833703712840447785136446789426132133903588005618860239338616442856171","1"],["9340658370407967816387199474130874169870640936547629998902053570877822479329","15657061916372053261739093168934632558748101321131844348802253139795236949765","1"],["8204607408400480095582021063919493196076127866072288111033367978831550880144","6076196617275373194468217308266973226764077858915760685680261908006363141212","1"],["18539448915972275751660376394237113356542315040594548000940991314736482677519","3818561680919288080210837237778299307275707765478358620813154358518424271074","1"],["5741683582181510918556986326822991135050603129499731972455464986849727025359","10684434470239140442504725845691852045810705017365666662988496517002620942547","1"],["7067566222496148129183772222822606828658247962825702301753043876653056225646","2477746279040486685826238555684341431394939874988238646802730976311079125062","1"],["18500822152802119510189474627793338141749256845243723896728207857220574176438","7396671932055522172054979198928199639943265197901646112849426439552487282007","1"],["15871509544094917742772216626144414826201430392166220866588946792745115376000","12574693656293182416774113254725662456287833732095077868435051710161906150828","1"],["12814716827600203398594752221341036001267053351354434732517372353861022099181","18337041707067244614604057222297071344004297548748153169774149485542689497595","1"],["21780042569866656484471160791106259607225442321201158884434247495698692983773","7429550902579153393044084379101533853808228228441154929369068757964699909316","1"],["8240482340091637625077199207278994345675583128844092652348689024682037189640","20136286731061862532739201246981559985889771945933793802633026075424372807780","1"],["11999693985693409607106262106182527942806637183860078520019578839958863957349","718280257162399066500558564415063734115994228684455589605056655635338098164","1"],["5594841097667157248375397224814958866065321496643844049582272499384179721351","13205585254442941931973227686769660107328449669440086669318404403218476562113","1"],["8281362279040526306363407697547926502440681573922862517728372784128084849603","19420395106488152053052036206508809767358107464830660658909544711402790142830","1"],["13294647805060053034226536525737762677462906331685137452362285544020957739108","7793770105313736640866123784096614760849109851311143630930905605537974547527","1"],["6140775539343284581176032581215756728703389085817432341978593787582004968652","8764681035526066156170888331556089720616952090675667078582884571213166139051","1"],["3733297388880378526530745552751612778325686658031784140572642571464028586901","7657077976161717425655194360515833719973158773638935848567370381671859180156","1"],["3326001050633841699073125223292042741116847948248681166394764103494065847177","12988576871025179721958471414189302134964898131588087409360559949647743243338","1"],["15961274055850113162006183312463405641003472950090658429636530521605015216887","1144669967096867387925813467822293449627942569419986892705230264380262630592","1"],["20595430424052898795911642375338617266030805743765497822533833116262070498337","4317617302275560819844988285280752416127801495009043965387240666942785435984","1"],["11250980172879386543682089189787050173378655847647768772055298083883566139793","8242084788671308101368373741888926606164931309454573733561716761211258315881","1"],["18545362579784711789366845368066575758431757569321748680782667182077170739813","16042630122804987412345091924053128163924447224616198026535186623484598593913","1"],["1562826192254849108760532492004518948966887113143738327834009366322621968552","638700113990642384302672621925298692632397448899585335443398231738836578278","1"],["9693603722452578288736104201089370517131929683744161392299714369306807979682","13860189850921912941295812883219552614067627702526803856801714722023634737075","1"],["20926540678859595692150523024803218241425660127403067898730517438253648924496","9053102246084246289507774234171772759820001265720969605617583605641517372924","1"],["5306086960318307728574596030816686895088053246273987950267294428023786656416","16171862540156949307889322747907630283900648240374426652897703439094246091851","1"],["13952054500442459514861870398692634265568191503307045617258209571403660617045","9725596558529842707686459704754776238351298972373400165412272443659922557122","1"],["19415983972939635855874281250670674301677174229991629782138400088563628716518","14636395353615408875465941864670444013919531688466200797028237149996590083218","1"],["21823843584631367904866522653758495381811756469719335370005831388024808445891","21551399160960297961579823622119424757812823528253537407835711075198609212360","1"],["15317187543943160712592678883608307781619390592186984342515954329646325236161","19272908382376110289858278960867315547021973559545090605189437431257108508784","1"],["13592307406238844540432384698284367227783338704407468555759285475231017929073","8527809947795274036579477732908467507066867569140881294754598347601191197647","1"],["2534059964978078398271414441058749079642721543762474791589955168176576138133","3509425940711066934445317810550310533305861564512343709138536317638680880388","1"],["9726439115675187242999554724089426965065967064267004585974863454079942338056","9177941939585008165713065604066789716183591599092701967124585094852676855269","1"],["18400910649082925449327621922998879393558351363636721134117176750795433473862","4397004137128430543316952864699257706469215768210696142822456734911086991167","1"],["9483374151784038338593630186395537754784536813976127697186789123222331146922","16439698628860226292209065257050171972482877402913496937042522427682620661018","1"],["16061257326947293113835508900532429618456830429688633703808002350592106251688","1856047958989061037860163626907252001083169762549965183686227263361004285483","1"],["7851951029752480903798278920665214131620882082566617535207558359763449960635","14609206829772117691736288174980267874456021721234355357065228067517079297997","1"],["8929352461005600941553424380958437665927521448911885104857181225840653261963","8497387531695074244181962875398478885032778749080651416874681848488914861716","1"],["18651503018841937366250234993697778961730177493881710631778512809707484418302","10121839970550902886656720233455658952528029134523797387297433102493983154699","1"],["15788840943253005487967407898205210697899600462848250131970825492016078292328","19533840497332617824680629541951535861005278843649467465250470800734078434939","1"],["11756152077738804931934364505351222503409588554345984037754648818353916558642","14807699572460783721851189655661406638860695948917808920369306534110609677518","1"],["7360671631417145115601648914095764578805152649608372501330896327949378057768","186175310175574564789559549080580879148550951744227429081467473642838637999","1"],["10498761044554881660689042164742964350796015725840414012049240919523799609542","10478065508650386338625320648318849970329212600165642839345687447726364224555","1"],["16478117327410108101456641145613395575834854506101698213027575293653787796451","15756833279489715941461649494911265552652317774991486789499514714091075746800","1"],["16913513886190642464535667639219015436550373878143649849140259572378570866893","15493173935164145146828623529953465755786571960993736438810620222351328280307","1"],["12454286181547238139636271600665212510510772247641906274574475711998372193069","4207664395646851661245301660897671420061077806477821546275252350088583085237","1"],["13661222325308894379006974306414161223281974247013744524514885606454720598367","7058727923821076932582821927410629555522181616313710151352202770936207395411","1"],["18841074711293184714290222383194565639929834839020286300499468522313698436827","15027566897036344398246283768735520812350787070770209073445038720578233725534","1"],["12896281233171930525103018334050806990712148650123002151227187338119507225680","7600280460051057880870182443695132525630384633905490696872782459489698495123","1"],["14427969787439602914419898002715832808069628593201663988446021520500100675766","6385175522273343642106810965313099224963745299072053914681775044782012327387","1"],["11529339332523235468209599010238728200821053278356231155876213132378552604922","6934363995018798878550912635705617635243663178778027158277235718924261430021","1"],["9709033350613663842889940569657840581793889755153757988788361524573322018332","826825037915509818178540532807901613767240917685451772105248338857389907743","1"],["10726847362639081987298397283451511591846393850599419712837087432661549797049","12233376347146216301214671273337980876927920005858268455603138524063328573400","1"],["21668694410488072102335191430521895658136879168857552685990732594587792831619","9968452900135095013343626695123366793317610069810722604496014064600407450576","1"],["575210042654636280583610052772553617073797658889402225065558872889818690881","6371273046663652942560996462478936114891482317730009025914152876978378524319","1"],["6118029002662695616132543376092100909032590252800555946981901644789547625878","15179776665322972917607603461187437210792037874670717148503487448561614954015","1"],["7633072672865168642021649460033858810976804076025756437043608445418252637591","17066036037971112533902071432170284803250483716224749535655181272848326334082","1"],["10475652820202266011091463313247200374844508195756878697684061242367018824582","9872584257315588540641847553759535689943757948755653583381327275571293791451","1"],["20705408553437849712724042232725090786825246269919110139319634084481087747129","3087010570756556901714337931262748046967289963464642273853370867196041104380","1"],["7465071261038097168441191466321288029128363422947734310800860500554755308969","14781265312975279013174363598869757766573670976587440310885213779783289572815","1"],["21512681746091236309629537892720411430135752829761671870802115359843867048936","15604409754834670877765705248717780697476414733605167050030265503459762982424","1"],["10282578018281426284771167796130255646394312579532749454498327618838394098204","7139219314723867766159293345205053066406252093138955454202741007568111076826","1"],["5964414488177198203101798460628251442205882786903958323247394107707399171182","13669422638787894357554187487886705596323171245363085066402359486077208366413","1"],["12384759424101547054025121455202732696217453365648566759227443355788663672970","5155156305687509894375386533454651566314059573766761197404203405568017341962","1"],["10580247032781164080373284751747971904478438959835657163247878846320189043333","21025262654250110087360853158677745416749992339358627891523651053558363431388","1"],["12239699619869288373856403878207152019044122936451943680208958051930341236522","16546591682186789061757787164549777527380379576806597625987976731208409195380","1"],["21588222332443918613551565507524545321607259529582727525198094423758540442287","10544720221126435103216320423952949544911508594716293883214410224553057003106","1"],["2168133235256068008254772756299120596620726855110287273072428747400370842891","8439012589236994083344423468471008698865125223722039219935631611171971167555","1"],["6088844454351179842368697025007046079565293269133006712512384115420629929512","11888631847388257733189968636002264296088593548561299168867121934940888818547","1"],["21043533126304814473226592472466067490642249553215822158670624646883233061208","14928160596580044622162628433265442980063033271511762104322535802480890497252","1"],["1744449191624966934041668911998546278851374992247212414253170672137299715111","1422167666406338962755961343067656268863544277321447153576185646785487124842","1"],["943124823342486967618884909016335817380775932469252802665862356250455940785","18919520867962486288871945096766252792856508272941772710440564771656146580489","1"],["3646552002122513612150106450786258134394818807717184893152033816016510061123","1165543145946991028817868544771299222581761085634887436517139897181885669560","1"],["10264271224722398441429125500242320826601384955167530871334976179094693587044","21794486027251392554762376511256074091982885013678079593230058047746219648798","1"],["13333018476303403732238299191922508384770182060740691574589885872303130795534","4106967478171472576920702511218171632969525002396167106127587701723719855811","1"],["7375590512361709981406282069881264567270050760685509922367933335565437841012","7035709136383888478971957026934140345642453155029203754646267128822706127471","1"],["7915831686322254213139545578711070818470536618842949748614795279730496188144","18637974361212737522140823502057966483349372554861765765635281718032204731510","1"],["403770366041969605468857010810825214997425880753084923533763633409631211946","18783209149492599169568047324224528077014182521859723093909822527061018923389","1"],["7688323352516251246272404592325993928678574086622171104839904868038629171179","6400478629550722242255382674861730578365639568124477185324123461979011399677","1"],["21791261563029330763337666508186280192571557463283421143046778581777378163050","8150991109875135176830848961775227192829509938009770871998976048793409241611","1"],["44412835815181849431040525622389853393629171310236137200988414100768451253","1185348984134520834843605414689692860942492059997066869648652280907292864979","1"],["18173223801038108090537805313405034533022440742271171310085264860824848816861","5345968604193154404519132122815110550538640853247043471387154985755974748897","1"],["6105477674515910914611983973454100493008387741493080697212231569036637509389","19107928262113753531935735574101847876200235887476916437469223950816562620335","1"],["12535480921390671834000431884685532530810695013712196537389834777766644535520","1525153672926545397516288710055989775020584147392676130702308293636082090774","1"],["9221967312469178906475822578039777893409535537077839388878888832920480704680","12158522298490615816619246160376375003448335981012699070666571275609986996038","1"],["734881160679202538659514031041693677707668919042254710400979897917209337694","5714917325734029607894728382122153091925621045211471650167961212246217942064","1"],["12192618541158407092351352955265919396552259868226142278026936651637812004330","15791798549435495394168566108443695235433173152311156657638825227697097005116","1"],["13019782234498934754139009634180454775731700605907684645684187105471944900574","21521218412518498876885241158505205358944260541414864442849450893085718258012","1"],["10949352001085429296777900651316554777391755409086208089862805681862746469909","15931398364787319332444878447804728550857131053694586108602501884304007896316","1"],["2199163798883842343563155068775813432460755260902196767065680700658739427791","3533192515408881174636438655465579287608764072664859171081422878313994880845","1"],["829805452536292596721699907872319054061548445151372551029768080151519900695","19781913061888217790439240409966235079653566794928932679319071962671133835390","1"],["13456576616306899772534333346874381274590029261725112136142213751180301359006","1533327567374608617348802736611985605747747050665324038925343601697618968534","1"],["19908445571337898021129278873147444805805539275159006859607257638270855343684","18550746702318298363695459852851076034982616901562261223410153718328940886743","1"],["13260361521829916191662893336508113259006391692943090018808096651078094943559","17527486345898212937210963244023361897595995775926880516690573728302620976282","1"],["10220822358764347333916608343448310723476495671974173933792452336480314468700","21378340110375863009247733967831865779097794414975753036088742210612319473119","1"],["20308891820523775103278499244740567636171035860935849011271787673919456930249","13178083733272435441998020897678426908010358631106683994355629503519718867105","1"],["20771845443750140918421686401521244456109652356079216301142710108534868248501","1749166917534397366148102539193350067350125802579262556659852629783575737581","1"],["1262955318427432300949520745020527511770038017688127351059169127323108140033","14871082318087237291006838787147096892952491057919330927793859131017611099242","1"],["4026762643447670137055646574790326066306620710377778361717523299688273675316","3819239078571676464099455511705968435554483549834752904802842850451706421644","1"],["6809830806061528922339203505016148163703464089563699537996005317549583943462","11414871721736500648534015466729948903872327040735781738737333453854973691588","1"],["19163110539392297563678596761583520131784583610607631015185210046115377671503","3500786546358477187348393437479371130261582149168180443554032397600613704156","1"],["14527219555532884134374812919884768509010829228314665930972427069536460521536","7902682852930955267340913012794480587704396839498135913524644487121132182989","1"],["10068376729381730434353778489198879855923508813450426001197620540952059589798","15418291682070383361355800573666941948407715731392835742236942561258632979390","1"],["9279146061883141666379923816216808418677478470370052749814011596977185725027","13876998649491647353934911866046826056364040347367514709434551015301615079225","1"],["7474988487361636969252365332112946688582690004543335820635095921079997370335","2093418408533388592041327351453184839351998873927978244708633747708635853692","1"],["14505929411664465864591061380050495538584267456727627873666294526376695445313","9464569397576070219172779025628417284300731853396490378564176023376930300011","1"],["7154172563643028872728803384769795798531798845368768131436389459889705288470","5230779953275213751910746195017921039074509870056119293847505264422647579604","1"],["2063451464034628704515361378364757518878288514040302838041120905826488397282","494420700649291488514995666820319756753726767309923603422218163865003275365","1"],["868819374298010543210418991072014678215335166849114824879017975391450223835","15873700538210714801562043188725342307501333941938577825359552999300828820474","1"],["6842192164050300593274272971094662350083349838632870209381000396044023516634","6775770172210296520072727369682667736723987300538505709193916936618944280412","1"],["17643645261148069908687657155308805416639777453733480438641370805999771820712","3285485134726858959913704339759523821665864374698626522438110604256485762638","1"],["17041087188320500126319604837131220492451695328311910695614186486037126532296","8322235151978116775562228430877410679027064512323913503025888589661545891885","1"],["1148385942880895176866788736322555401481680405350754010607586153839938659268","7570787995541212384662803383216385308820791445959920980848022303941969581795","1"],["7040159306858313122568371608662676238933714098997024614598611312704794186741","5917683322197316247024604966047395570833740148771657447244974372365133471072","1"],["6646667493289402986288598807553760207446713150900542924896432924755680542777","9014741284027155392642847733062267044678468478415344788341947930163891155318","1"],["14271624666320016655729156286115785051595357627083364177245820383884213864056","14866356795908253003784141412601778238339013550635564695407053506795238342079","1"],["7351100512035125098534957032184898497097305034335248623531476055815674745707","10348146710691704787522432967078494940886497879620892767492854188620450197282","1"],["19059796947372425715532218934125583783980716324681841596330230676115493788455","16908788441282531471759268524163679868919239603589017925270524157265804247995","1"],["21139214079301915531591478303474821140457506581379743531868370105231792955898","1014379718201251062726291801202290765710387432939412578200506731874670773912","1"],["17202152463631306446913273718716283566571928118879828087355938561861458688693","10701890890806907024865935869138586910450877059220576309597711233800581643914","1"],["2716156263397416536097663872330645476053033780452332473808523474588756309621","14827574701318537426346012454259281080498557596966764586021097656929852985619","1"],["13450531128497053118888658194422301562972529757897701697071959865118732493130","13961243867471836640684856640493117944058023463029045566310008167664308386470","1"],["951443186724467814223488917555406959913440257467593928318379726837943303178","16204330377807259380568315477233333661186464224755250754836624865418318694910","1"],["14970882834930566268062613225672692263711519737685432674086151195931839382487","12084251658729081476806584360236020931149931655937316764808418115793985082664","1"],["5404179658217251640738197032882369154373231906648571951274805170527157312149","1301190442133252461080786488427957730552798858228965469161148716599130426785","1"],["8102060440799097359679699232579494969560059913102742275756341313706638257884","5971163704889916292489013950914759025924866217713486973403627086994854112346","1"],["10141385986508268432625175320126134721417561310738177910462619568427334865465","14331602288881724124041556804846053127330798713768777686046792141803703037598","1"],["13284237360159294753636201164676005764806923741421014438425962183055815794047","10961667088153483071256577794226535019521827428911058435512982599777160939300","1"],["3309582102637832502324115571530359801203754435582818122747305445212231375233","11755521700719099780463877923308745617712047917858201814881266176741081618974","1"],["3424500496711182477923837694080922303740212688188321038632712755153883269184","4400889614626532927973074786348485256800156623741349486706440193193061618481","1"],["3246457724308487418175676181463682553465901894184455887174696254046206165806","21485005563666816102420708141340741692411061124905807751771374738404776615521","1"],["16557175171174766065085292573003685758889728894570965799536116128549204933962","1286182334993851455251159868156674842316176350595875951486790478611758188718","1"],["19140773199793362062113750597344208562690018321239509459265764538386254694189","9307937198068937765758513390331626595362922041535387989229623239452332358637","1"],["9141088834067306819122539444089152318106000033988700090393480613113456364108","5675546411618044202623834480689054894996895569012238681043308227742475602422","1"],["17883173051627737702574779791418510529398506461987037183710555430743726893470","12106802843198260654848050921837843693275008673327624678224307057772490048025","1"],["6316431029259651668881943039000140899072655821133716284098528989890697423408","12253940831019291369426132813883520714275181316562494143884132256449106829024","1"],["211366493253972113636527168557273948863479669571520013861789484657405214064","6200634663937786224845265274811648799496319791022545404022288905927741481477","1"],["248074421514775837912874127457001337288051129722952441410802660756483763135","2563138513495245056874999085187195340053767009917370436962498878052004374007","1"],["13421444756370745341137207972604317990802279741616333176429141103279208635513","14429071120400060165913108345323724655188127927662441482539553530651470977531","1"],["5239290000203285932605774474679745926235502143991175632253771123827396750596","12019461367942462630170870235665538868335663811598072785854598762353780923192","1"],["5292515894896124286807370838267764709882714635669703161489080983570197670647","17616081282103929164174926507130262895588083029056915486517777538494271411398","1"],["15169636301217813242590008531177488138270486663620811824860063149040144007862","5300927945733332155960854946747285519145326306438791753384403226503837198281","1"],["19943155981604318200561999679517430377474029729707610417303281100766249813451","10841888385221733795273887106623049959092838273052661801406531126073843247194","1"],["1442412351863186371227193247382907512129963024761660856536755779927454882724","13917070551615095614146691038608605662257362343172759992990411186495153915932","1"],["11712779062206830584588074113521086589329585665050876788747346206837326486819","7306192810537238457093056633073531575939286939352309387390359005999193079454","1"],["21727922421569220450654345817795344703413253919026129499801700131176818141772","17905423849980177508486011576502816732581333391406783767578050709133602886645","1"],["6741135417773317143931859472766053318276065530981419698423893997488201888855","1641728933328063140836987542790961222515795107639600355319896064881987382738","1"],["9019857217759073818996494322677319496220028631169699815984895281361160102575","16432527826097320588143766943572729713210164675408574664696108490643779029779","1"],["1374362440678244532512079347084252411154847833167374564137009306390697221626","10362326754795792505095654168639450546752682050360014989166275211864550856189","1"],["11122520501745892019946767710359042072523296940323427985008229234360416163593","10388218230104317883859828676593480661146908958967742418327922268520979800135","1"],["2897837993220504120532425764782292913897218468369144331774945036200014269445","6732192643665380294965489696929521330683500776032484152517279269322476329488","1"],["8825139279534373701342224240824952710563208443150292102713349700212015585344","10208429894052995305501124882475142529300367374344659102191625751577287347782","1"],["20577580931338496310980216797428421519858456179125893460752683777322659838666","6712918383472214860158846524361512594407657605056614713778229764029487443212","1"],["4629481263257590198975188163789534763236791758170364076391647181612931354959","13818288668875882667187336820942875509119564949516921216762775842629183910787","1"],["21463759951036400198333582234233160326870342243530740389117500841424665546037","19049046687996120475101925447368130914343457917562807358849951686797991086343","1"],["6818999009103587590412112950781136361281456471422892894419585604200322545787","5879598027396985393231712982354352557189415317370713998073016279901807143507","1"],["9076056287193725953315392032920369382924223949177593191355890530851489280814","5287055542260726017550665827106970156495995590438982013884085202438582807164","1"],["21818621564232133068150462261015531760718292447331433188272876394608894204002","10836439102881958266460892191387638248709719145490016118465258177690356654333","1"],["9535288275059081474992321795310834128446446633074179309004970992842692256420","18226391219248820778138217580921053541277348529650521688580868415766332135305","1"],["7307413092260642969062652627911737002907555302096172874453485725005240146805","3549994746287969592733884786590920683044493956160716159989179111600114669114","1"],["12338411113042246292745328384716717050740932328510452987415185538407177807196","15571822170569732565110038477830136023249620756971214587418517208797320602098","1"],["11618490496495789754764172318414365753217614551290574787996571473168190025550","14999143227397048830866600412479046872580586393765577371311654482671869178783","1"],["5937070393955801465166515993063805786375931077300302632485535164900112113171","9055671084552124751315473168975601944781487606417592457648852246611023516539","1"],["15966045760072572566423944877850224431352602235176708108442057901437927037321","4793234520068221617275383828321142517619013760687768359188672273578711371374","1"],["13069379376132805138811401042255274098325647671890078802572572230068015524989","16600203886855190790024224341697133201066132559597009604872541806732780173898","1"],["14390951674472796832672104863505063534476625695854838194636455503080580691440","15734626651732260032659989377848180734917174586698756392139164218916411474745","1"],["2848827633010290390531222766006688454584023415362014849321012324898095406473","13466835983883019576973905438674851674458686452547991097099572585581186215466","1"],["12098665120316055851740235014608029560819634757913312111082866406837105829710","16184318188954688412426321738062871934158837608853355616341628314244629589352","1"],["16544066007820465878330180339307721970243747079332267092492879009710274304521","1375894241029788722633796115740730186074614497972461670618161084006645807532","1"],["20565923219690022748616003307151516974178429051936365339419862380699496698852","1947599049505490788048759120212122232312138105350287657459438162543499333831","1"],["21792862410210593717774803859075763933215835931031963184696954273706230503664","7606807836305025301501064641682394623643496743194851258724664033118255008413","1"],["10190594130647123934417728820747700093460574287069219810940129478795543294556","9117542202055933386948489091966425430922496173239808484864240552262711922148","1"],["18349491263046413810296265871963256031573555208183161243827495158512437824616","1817251854383766434518367661885921590489182871118868316862593634820162240075","1"],["1711900431437019394742415754356737187744924167362103167464395229925595896844","5002882007306970460704200735669091955876075749715898339340260672432610227328","1"],["3570476844911185486255329644025261631038403614014113537545120638592519980142","3105299733345052375396735895179705519221871694879980928396643324722919943136","1"],["11890259183095892365490788547796856656996451724678898722974771663901892281012","8628358994614723007192465853815276338847124743470291441116520384809185477647","1"],["12874660504977344034655963076063042614831891057446207806978474936448092736863","7222385240643552012922568708552843728311972581126830963079555333985605186029","1"],["12836659697636779246242562244319446237068355366224731069400492547152028762873","3344151666873116944078003096076225189587419730701224384706240404183705160982","1"],["3066248762955221563181904884285581945869300511540245549092425070928477645829","13061298574672954105008528153388680660183385831066818089015081552552457267235","1"],["3666592352368718550953788903408927702096614305141103699336864189054318229895","20277145752977497580200154201696750468149531501511650048258761259946640907088","1"],["4971351943160467245953274875493203886009310363772611402021408167147893460454","13420346354418283247772422539780461945430156877481936709453567675860343309519","1"],["15597655235995756259924306877318833297245981302153609050494627488706135226300","20178325076009424940708461999253628635243383268224766258165507914555297962619","1"],["17097492025679601894011231765032713470197558801138769511386656178939378602562","14991019485960334022065255752276279975986917221480291463378047203013762051957","1"],["1471576620453844774939863808091477050932399281099482237736866914910608493134","5418411031364942080022302734134639379225800577816089575359971099360637783949","1"],["13551913845125324412895156942908093518869780050428792800573653480319876120867","11099480535328506864517487933745638589540434964079872325714337246065915645943","1"],["19578678970588750295802237018752585216124889086220100420857870070268814387615","21411576507227178252398887241704448966574382505114480466106237125912174309656","1"],["14750417995271240536037102261550970707002871256213837326624640594909516685453","20276439310655130868291070978093140251645458164468777126953006517592978741853","1"],["20154493427483384972207650489354388163626017441226931675438783132173474883093","15243609872195374195400743022364741846546289857556952944772969672260045038334","1"],["3781613424804524066783079435431909397212760369776178019773100314859096705252","7894318946820366486576127179030928925200489065230842806454171968589494967444","1"],["6950653773600839944813302844813448577544882878610145693669231618578444538215","39119185883709413029140418018417385111068705511364434695711839552651648416","1"],["5764195300622555689618526685875676052353766463408881931932319386962283136306","8448172875184957765226200658734584920646089845856417816259923560556075009665","1"],["16619797934856120009302657082979773812592632418843963701951878073816540220578","5874407932845635207316252934043288303301858464287303177831785077260549058028","1"],["958270888650895876439076171012872657799347344053535410442361537189904719384","10146668224742661304875499534919714832023013230961586959673518586891183133491","1"],["17266068930901963074731592463072096975716679933465286289028718490819711559966","4132197204056078081788893142729774467967189668684250134074364310325957124990","1"],["20483252671559975500522292804621549460777599043121534078433167476896667733909","9772879384099659355376170933074768456280140606602916894195251864290451056544","1"],["3886531245354357445863572448972156709159674269499324378196269428506567204422","17973555602949272182744272675442408690667796405128952168313018086042022843037","1"],["20797852540759642045180485927875592369873643960607908802777364311973739985628","13673386564383443634444905713919773064905771058237086999241515922588806929242","1"],["18723715791556570115564618834602935672046605061394113301561448011060458437818","4219983002962546073341460371377310036543876233985972178508436711106981243337","1"],["6324155961313531940953005286920616572591450260238389734223217327266048934602","7022358535970014021522377812974456014190998300028061190296652355738058705613","1"],["10418691478553698116335528448272309742779419575290337092010534850494072265444","20387083488163921781570214010897598594922431374506414501127831782105799646174","1"],["1530499189122418951717820096134834670353542019038075003809493820597298059246","15009885238241951369237012400735184157863674973538942735776480928097592824501","1"],["18452886938494886507506445298174116436094580648548545223779955878877789384356","6023029656634670408699019877926231042757044723058615129640106291451957874518","1"],["3560195824364765038600021610538805531635455690650788633894586981861581897855","19351452129894146470416928680968484814320170390872999402847845263751643597948","1"],["12782010944508354574482867559042095809507075580096086480113037147488692259776","14028088484171963304481064851411306803187254547113033537935739839275124355292","1"],["1659976876662672188549976524233465490179003806685635961840318761575184038575","1484892277176369868990234600542773304116650176987756302654295496306308141991","1"],["5255973451615506690201224622844741815797070972609058442648046134032541691586","17593233387756734691096033088057318524873500355005797551408520167630166110831","1"],["13121688618520178312883568736163696487244660556690439384209673137629653074468","10594084406933278679867996906966919144000924936677942947570551457653990964892","1"],["1898711927466591305205846906745084241522885228632428013406512242603789157584","6398972297509057887059265857055406925314893165731314870043463734482522514915","1"],["12269244728722102280649245376334494575873855139668551974899728665397794808917","391620082022412658811687543206314965800247849662812617051669487646216301928","1"],["4576538506212394482310683619794518364268229179187495050779187674733033142816","20833668043094262720700544763054795891011855594116738917585268873295804606492","1"],["3833084826772442683089453592987627275341871210211873964235321875150527169214","12141424923294989007785470750327756619105056695529021084523220736204623318260","1"],["1939752799324962854260218620797853062912804112894393515715099138594646952875","79593582538713022337657412234984161906148626963953810038873274620820549315","1"],["13105842943371295140050371591167444744344115117291193678809495844641402631907","6203531553647248338627137402933744696055832867878332489547793299916343421099","1"],["13292362353398269068626153478323890630452434633752876467181525599298817355664","12512259364874901806130838106873470931918141426905783816500870102341244478469","1"],["1789083114283253831518013292188789846873755473506817209368138311455331554853","4835832724748708579676974335268032242907746648278385679516470654193425518394","1"],["4247262728939895347914225937663928781824869893558851940940337530798888930726","15384339747372269523674021735374533026889043519155241728166190013891293294422","1"],["2560196474960163690876636509443387259204029480926948258718926239217637458174","3437638048432586311360233600377883059211971387750527507396868083185665737757","1"],["18489099106919642436956658976563383174016279985777367572326582417018174094152","7706980178951348916597874818838819508329133417401470740213625828717215762969","1"],["15675331749323396976883376954021622276297067721797126266404636460657152165593","5329270693065455284843872582768530578394596790026181687885406086614010072220","1"],["11696601016847510130968586258327920968491224472628192228749249756818489118734","331606172287445115867314756430351563771542643912479918286222315778457591548","1"],["4448398449413559045689027375958617040109147325008387984044065511176082692158","18676400723447385399653476220220520928002333685993691928084258308677052752399","1"],["18184036070756650176547489615212593834079380996541900947261047399385811017098","12945527876051113065567562284990739046726245065755837020415732797901823345863","1"],["11346619676902863349546974027733546538723041306679479745933903280059172123307","6930457208577654594559937864643343658659212941878788574241012909919602578063","1"],["11979387178820280067093836122718414488833845603381668629679591453939659590606","1649623705997567387609498683913294145318194534891617699152543996450768139659","1"],["15103823793312357571523697273961881341110234524732373447272938387080563565086","3397952596845311987238241484405846710238428684443055053396444844015942471940","1"],["16549658380347013434963868458958328543892906585362058014670258491181951125627","19105417396327214183349111321917508783191827498301935179937782789306094047652","1"],["15495439287511179879580663904455941999049342933846181847564126272661442713200","6838883933944056234980441055095625038846956469863184586042223182498447289217","1"],["11115918084389748806829109035939314683044120109309838184348695764185211830963","20221864385080005465565061088391731259013277217698856332310943619553160470650","1"],["11976555363539469005109798205540279046236780842579535680513621303631521532988","4569738128613054480025990959962234373627455438802945131332436072358276741141","1"],["13042831539495309266610519960730008498827037725658015797415274918688120084245","8839110272024720957040016376393980195776203892702739616033663281446739170561","1"],["8270651326753166899924395315564994117621026732047481028619819072247384747789","14833761587832416196300532425655176261175577019452660304385591604418743363097","1"],["1062760290492394515686916484872723702471507070462301260104665306340395678329","8884397486340085240629971581680174930963903067745048576808480172827281747889","1"],["10828944404689743176751163080917083051876809143122365333444685695055115412455","5352635310259824829176348096483725711071817913940190172912227099977661871260","1"],["112665640725007998202381625236634436693865578585880382428058337384800763460","18474056999270025523717337633622099261757813487696806272998118352973796237853","1"],["18629908228089465420651901517584971874858480090264105018317949142073115124476","12784196847593761135715862850807530158806007257242072118634895086935394431432","1"],["1478811596495357109905530147117968732595512689940552786293232555428891005835","1321216213259807254492745022860426009250884438115276283618324258091056486864","1"],["19794366670405697045895680396213463993763071780909232879619515898106615084377","12955700840368419885148081208317210502166924840801123056167085631712502309947","1"],["16607464936151116637869797222708580788832528684842038903471858793792952212766","9482892022481872323100714776669772823040237820238421853978068860530988895998","1"],["1519246066439954460938327400958791839711747833873210562820007905976771342958","21214423187600673749962246084900311682470180098112013575994871135599447449402","1"],["3198186786716293342182775746675386229652044471356490300110202357148040428847","11447749329190933683767421206964305991249327238113243489594992975629072697806","1"],["11627468707152803890046560045807084088126701712152034981964409678793945033286","6767812311682642910998635504497557077787600426231287537488377393936240091297","1"],["19973626874342091528859647518358649528794661302476695029058497539354249344534","21786812532341289429798438989317158349185095560830495215766843125376753202366","1"],["3974423591433265507011618436551828776000542661994996253024417540042633426604","6289359942128955304913980450643660733526795107701058930784817361093911409345","1"],["13248893606311669007247939484483571462908640808387477938345141386442320431978","10350984632575167497945608348507421947725942140280396949726207285987342105255","1"],["899933016970450732471512382399282622157708752664594985232063369782027083876","11691915713063360097798936167178657945422391372750911828698035263479486744861","1"],["8961115105554199350703846916036724950756345620983585575729278238225080438721","12729012170335492355293655723709525634235539999611655949644405734389085084019","1"],["7330814792115161581929642002011185805703362000394270090241746813406108318024","1239175152289671608915584768461174661625371739610141565923688563125184679955","1"],["4193401105644653714018333316257795172527751835295704172708260967692553924517","8119087690904695857411937830357606103359669787802636790501100847885102488312","1"],["8209752572695811981242641245614747730475229384974526745168181810430086619063","6808339012803036444940916186626905024104329521775419581101536834361179413293","1"],["16370405477018439439155714800591225502779464288402714075145360800252111438384","4122966828795664698822085725154970520662379042595945276977649413538882077546","1"],["4681863896205988659273457832214675725440587050064699477952592648027380607843","6931554147725135678594165368561546350146217839895020732830370528107800421625","1"],["14032264910131184409106888046166637798564985851826870805870171941574073956350","914856891626247615165796533119326209344590036239499151064850765612944723554","1"],["9750781289553324195001235050585235507167102393070296448011792892382886597320","21380939912810864776262021620213984724264028793058209994686701375708744972832","1"],["11198167942330849014196939019889268638484341416122946273172303306868188647157","7039040394184873717260624564596139793566913004565362445436279802042776537109","1"],["6701391169363911698651728246773975313434544332644577257999642212039879596989","5704168461146784965720826635436500403867652230137464721359977250417088952481","1"],["14643631164407686301078463496896748080373562403651559985253873206454874160144","6152447928365404428176397961785718161209753044801698781447734059933390699752","1"],["3961743885068586206911814381082381025924505753045339015972855989735599226334","10622638328111038429994745747280119527189045569990709717447212309249432892055","1"],["19438383233080300986290138731771736726964176132577070009358074514497498125719","14948405892375970726962784913949662480041712410434511496999628485857628594335","1"],["16314194587072343538692036025346201530069535220585550493676757479301461662578","18589588125483256637423695940603938797925036645468438616682795880269831578834","1"],["11814426362249503095356494535101125682049952131046874598505868646453625032092","9526772205096463558321738405390247676588102329410656333571692149812691002987","1"],["8654997995432627311782225198014514246310131860673011669246474657898689493190","20465198604651019024430137388779290828498373599765187815567423812148132403254","1"],["18168629014823490177598725647938872255561176321369892792221896020673251255009","14237933438600935859470994775675695496585055093225755551581616551233363151623","1"],["9934533980691181735293622101711568339479513061436572732011108601696570646100","5518429267961516008554294606474194488614162228799112633310879618045274531694","1"],["9775602087063318079801146330261132133390287363243832798152594286932203426901","15689253862957733283573571268471976393310247771030313246828412989875387542040","1"],["2008904075163196582119447974697521117007345613069598630651303388750202540354","11909062092531071485315133503911876303097100347511563585861945293459916384995","1"],["4889541738514384204079576451944349836462321686262386960862800765253487448543","7884165766277893306245667697063673767050508809809776511793715908468063662986","1"],["12813110864912737002723299282466545818894777274115064555421093646409502731232","21867809758774615244079589479852012930448501942702046388602882312904653188330","1"],["13261336070135060266783268323470742346873134666946800873008991692183713918581","3781501302477347015207443157909517016329345183882361338746323499443674367100","1"],["48358639527701425343363532961121753751765258976757918670382748883718121594","16614954923474262797633615987574148650834120948860305976875063328292932621954","1"],["4529335319172804108577858049820879325095403874118659105847560953269241604819","17323606950471978280464608629092743135443191312403683255945749811429835165414","1"],["1011603564815124049844174123537113187943093626638951358345298339521322866200","72745939297488665441574076626208717737455443054938558598557192745178089943","1"],["1146662806532003425492030617681868889023141835311463978600550527977615130834","19111518321586701771569980821994540694127191067056813754782405631136954972684","1"],["2763320049906438399653626740521306396039405686349725064071843071036430479768","4279741689556534701133828663362242183936768972703847458613682247796479526760","1"],["3552933552202989047958712503103663890030341017987913626620791668835197214419","321140072060014492563808794818802138824760307719817778009362194899719775754","1"],["12074159463519702254223764102163237127244064574566568551671320018193768806633","14693371690137321991206384035396947260676046209636143442080619483317100735190","1"],["17270147794365383931663911779127488234127622056437195219405642420861402950777","2694794583899664783796167464903143773298339566335419560609132167280567601082","1"],["21621268291451354227925950607331083381666323164664776201192604400143940066132","19610721338103962527477738555238695728329620120272904724913300496709669944180","1"],["5835632539178709270317050178332777007452875228774786422140825973468909466277","13972314852681948565056807016906906811683303379938244518720203401929326198136","1"],["3541584298393929377932288697245507910713264843518379221395925430621220345883","20583790549201379501700106578563442909873346302934364014883053167565474955447","1"],["8126903454630192733950253589828592475045242230069820470377497589688258072284","1751228329772197600558404682820897735151857010863667621252653125779257791517","1"],["14900143582697756813314772303829006670738102962330758881319767378173018182095","18477891220641370546663383964825664315291123983040283370233290357699227961032","1"],["5737708038094084339351496644674751853952993435162947546421666435061687639097","12913679324721515507396495814712412116763049849548236683140660916979116359532","1"],["4287678177834514933144749652511103973438750921376566031236110689038356674114","12950267779556653446278220859573919405411916854396681070697163309746638989295","1"],["2099618666964672097343818248165932002376736762782576181423890233709596677027","18074616442834279023527993680102138251609856908455305184634385361636164682797","1"],["20206432383921447688718871671607122864941038938822668042989302966647079891451","19514870770436467342753792406304942782935156341732041463189644821263554547121","1"],["6143038574759676835698014412156090567140277530356941904615049888256165824596","6887517441030237442295015832052445827499459046925694818615926964249126053181","1"],["9061687056258571220274886445286422788644547512515465702074772860483905546140","7382364794861990910597181920144267908723903451993405659796693242512848887463","1"],["15727376385735804572564917672961596499219097101537641104456971639947696659231","12608889389108960508760316083513654350873025803382569041640235328409249712940","1"],["5628892670315454766744444185230653181324821201445284738442883865212332261124","3037570234346833290305177632337449100977600507996023241587333349074582719804","1"],["9006640229392130201789854662026052944826445380957448588365621513156971518628","6417059938276532457684890989748177328250118563149928863598189620203666856012","1"],["1455336887069365469320977067121879754216591868180889261781532040989943548719","21087323159059148518628820240851947062138676501947270413800309463714468520579","1"],["5985078305632760447246655921902646821712216445126271008878337489767525840391","2920623231460710313745420026035764715552298773200098194713246982338060986485","1"],["16674720325629070143832344013490224060967650494058172720453835111289261196947","12136359549798665949066275392213117405847898130792426734951531941165700367966","1"],["6921263680309453555211175406777623494263859284216671721886919473831609747028","14453040130720042389784719457631408490153688399165587793289237072216987690057","1"],["12101694698010255655420817281473181204475903214648381911214185599989143819003","21618827772231716445340364966768605801969720070345554748002696071870502601467","1"],["21723351268336683152629886909813531159679757405358959541564069391069317841913","18107766166274165064289476792317630654084203761571259953265859508847813122998","1"],["4386184400387982108168468784765759647444716711156238258540814869028206568988","4701184454996668574955061242659850206532652581327206455604757870935208534447","1"],["14655096209471255895717547032417624311750453388693384297102487012881233743283","206384398089982962015530405553188871265121660922825710288172808576682888107","1"],["8896217982825389625332686163199546266294405661508317580964223615215193749692","2726829620815594302285501930138961419039476954598978062436341796281101890357","1"],["5580568187280518044092833455923706324725612074195636969013638389854387940251","4876390793272612018418879200554334910243418235383332402259286632450099740169","1"],["14043670634960039030933094817142869753209919234354456367706452664855071351850","6194582422384461207813150555699393580242061744932139391959515758093899606432","1"],["248778427622163131883668647022006823733233640125678898942856902663069119676","17269367925276605939478776770603076123280369612435514393892467382758085985173","1"],["15583137303743364307138140931463342941704185449625472030786252576596380908805","4587671463668447215560170169013625663926539239314851788329842392239270736070","1"],["20169942404490225555714705634208438173238175411468681960691551990714109232003","722816635279832631747342694595841875444471516978226426838777741117644395288","1"],["1259749873833802779903831292594843213293681930698134744294752561875942127450","9304643139709847878326186488376013822495338588047999524222106793544789083754","1"],["14445282049055835761813135402493889981533497238172218649887326477490845244787","16452563531029627988515501136849843117164810574937054436802974194713708814931","1"],["5395253839013899852612259605990674019429096822092446618014332531376891509653","2528571255724407243766104629141731613190805036941490648371003400312429229258","1"],["10119694235790959759435793848713204935520645145826893047901219706102665794158","7497032825662733516454379167433041040896607446947770127232061890422798878537","1"],["9328891019992697636675389699117480438666829446336614902521659150252188389636","4314967789100609593598391171555966393582473004230177762969593307979117002934","1"],["2036322141550626545475680597008152166663497675968699434911859274006804392462","19419796026053196609807548548971769506392602433020988127214082798484237898703","1"],["18232452821167289327157416550150596710753375334418116286636097583500644961674","16260393853552207452573190343033059192235093773764349629216638803144491812659","1"],["111671348089563644091434954334155156527839744223313019844305557091629098042","18500774611659498618690180827239996339075543592794021137964433198487410251831","1"],["15482479530248249767896381975229994323814007694983691991073896832558015039799","11022126143706394066133980862071214012993910808590387532122976998189910771695","1"],["20118505918988326726608667905137056856100925892918694984669765394546923148512","5225067244207140094020387479794928091793887648665426089800147693693984938079","1"],["9018403862601806266696105267653577527216942037774548039904840920713544116344","10392240814849956183027731352946425348452728684121839908829332152121674524431","1"],["13633248947653999315467163357487205580240743412763585297371555184443867147690","10561686504783325068052367771551450107261985269062881812043787975722884130134","1"],["7827495878997376394432784394555181002221052006853487851233779691340031386274","17969222852675906762873522619269073361414970928594337621791138487102800502936","1"],["12138869153174305085916551490283173211595666586228571379480843313188227876892","16594060394127307691877316716253038893812489408462137206765879625812304724487","1"],["1650590082609476069145043257826046363865618633736965443555225224265281689140","15291589180278191994843926773413685440089128041883697647519238470056732951413","1"],["18693071672125026718766372156855180223403805352361616577951292136565135217901","12288396300780955074769516131102702969775005459481595025199994375696378353859","1"],["9022103099344149619479594808794653203474363561786711853720663300803009636455","16583750083434258082102249002735226939806455667532055863594913703087079608294","1"],["10526689110727608860383612173861162106849096248040889757046566760305778163604","4108249531437524993870568450999841537888313216059473391516422689034485206743","1"],["493098656337023062985667087789824250300022885113602535269804056549061400189","4230898192719728411971106692039374496505718829208877781925646410169333892379","1"],["20842692399034211173891857697546546471660943806032025026157509968990096651981","2126069013522910653021628537516430516600229846647471813768127048065314387375","1"],["5606770964474067553622755617742283254525576045907026323758290597283568800932","4022221661287273530659304360404921534222508988023329705972282549653832714556","1"],["6528378785838822865287694971965941506579912356228811273530066221543202575023","6479946182641683498980444266834009819962513122389967052210847835453559759181","1"],["3343926139265989342579201513857372755253164100317429160112853040361880173602","15085184525733690028486151173393284065604260604009722840158917443752543942414","1"],["12701580661485030339745402282215163486559935096486236054524389233812154561676","15455437384140003732744370295503886408568302626563818893667191880258724455184","1"],["7424768968485470514726189665703892455033922293999545177729248768483056205595","1936646799562949176363083271530279595091119279568120846787711093074700921904","1"],["9372526289406701596551911633260671199227677497545967283371705803369222090589","6840360006433465147481137316675145894494242316807234162025840130419257800453","1"],["15914741676957220718659548341681722970486500888559877133780206279761244009742","2017937434960636804017641335300834082236768292625070555815148062985437340981","1"],["752341746164827461277500683989069375737637372120234442803306266743811262843","587234512587947274137957973386705274909513041035643936239920935495388654073","1"],["16454547283894938774665769611322952360271088757816970365099837994857512798554","6947082474618878577829170565166444021745475293321705996734571603067958514728","1"],["2884345630232140229839832424814033673419660787332336271566179374836483907385","4510954654719798956703803438225363450712121750619089075226085056043495466175","1"],["16396266340671672478142677833620439037947193395873456994999646122613174525325","15317671974141564307221307597324975211613934366577011982993596200218399392768","1"],["5789354747238521573047951437910356114855743097960954615948131349503099171483","16360141573998490922660512852190970937323066572161878891982740210146721327494","1"],["20150894689710764920319058447540925023038681047026296086965857385928925893229","9116132873303233915193766324709627909512272309988465139493143709705464584181","1"],["16748083214364389172871911951940076780730311469660312678507683916244924848000","6579629206047335392269708648014727116293309338291919547603649835834403425697","1"],["10738203081160998709654709036834284804550198761679113959975749575591644375264","16524624200281908180030773255555140121832073817183320935516201140157997249608","1"],["6722073226952512072390941102810091303546955669435295375396588868015552012421","53433283579399719529870703323425016463690344507258624214308164127189012626","1"],["17405420903076463724034000208600719436244785067206537448678778040303309402397","6446752257795378199089274388434856444905664510215029876726126851747356598365","1"],["3102018437376336667173889606684098058083102203221090135663493849516333151002","15616641545240736603654303690559620542833464864618211357992261059652668829827","1"],["5713353707536531226094947850596452273526884359946621814247960573672891649815","5429414816629086613288635432549052801439592772932602575288062357094957414830","1"],["13074557853238206181017397528228511790661791214100656900197862651825647605944","21108760694667920634471306451836484975159559134655813658328766520051227898882","1"],["15711873555085015176482244847624379894434614720612505248039522481385991271636","16664620952935105724146330351181163409256920264123088341915426943747260003471","1"],["5006115080583228278571311707014514165168334708660862811984769874099771705135","732261906950224047723895287398793324334371608651878332474737908569815443370","1"],["16987452695269727960254730850269221840012879160659229592998005483392251034673","18758066254726570340853530969084064871608157791217356410204711496350739600104","1"],["20820433788936807850386566916046500415143456663860072955696490964804302647268","3382818127686048023997831263373219874402766359907696179566188573887427252016","1"],["9515879303005626183361580560446976502939100143349809269917277802214687033549","8138687854481473954339989357890150201780392331547801957618800197663542714558","1"],["6966391716802334674206147549515043223255481615577223987668782379195056961543","3927588446295824239207929425178854456723633166446759459001555229080037959872","1"],["13428924659918475854714557038913984976769344288095013269102655195185412337130","7515802331293183109130322012758227922281412326473527379056386752682055102587","1"],["20693655525612439392389314441222733820743870762021742531685208900518825694283","20083895074568628777120216823834376036605250359585386837589738733811821056598","1"],["19564140177752980478190944091965589484637295925697094222220822766715852748623","17809759455078732194627374700705980951793457172561352917222392356531362751375","1"],["21168746635973872195422276687769796423361436233160688340549545942796724870257","6298412472087760447213341176465401064234932686259462537498021577753329011963","1"],["10816310914871815606888904650629783592727566184706740905188126798124671974843","4240704137156653646968847845857455027729953093386419950335575139604607457884","1"],["8770300163238235588829651395063592763170524296627769147033869145317120115306","18005300982610577746688653118156068533578804360609846459997614758690463710982","1"],["12382122967803497186928252010712598548878186542197954428172812639088068403575","12917592548084449554893308576880776698690590425350660924958413377961017293905","1"],["19747044237390565639598939545889984449006633797848099680182494311626153844164","18077300076580202824998830218788242896840809956098828366641426651381146236011","1"],["15592986924358008856528650471282114322082005606835170134599220296198562052601","4498883331711087831515330089355289027189156940426992408721628484629178247913","1"],["12522436468244080447652462366939210363523248907588567767932813744680774744063","5894992466993591116730598059751045176218551657486405021930008705471411255110","1"],["570899049830887770711922274772306714015242518298464022439174217899451894429","10803222450448631565061429273982980449809015787669649394877351843168163877675","1"],["8020899363719893536308095905849671400163087111328918153500234666243346723003","17429570627670304073222666295969035189827899904506014220633744768681873734059","1"],["3848916934122696564971504928987299256518419583093026048825804612443127871096","1897052775097407239398449029858825163476048363941167962166348994814716278036","1"],["4541565287638322526025991591599122488588857374693311057315990807557145257681","2246373988912787111364014090668755431244259324697271828587454647189503908871","1"],["12854566732532915328710338029106497852893723841526724462017176358550763226266","18703971030700972860669409035176522520308312426244080275632402402017913461389","1"],["9529108023214205855381393488973687152749918034546261533623759698569073171733","9688872345244050086291941568734258750914248769818732164162384119142946502859","1"],["16305289687269481307451457069435253663289605528397920202998664672526185539154","12003116817181230344932346010585647854109054586647910659018673404976824953454","1"],["13948283692050012674151551015826617089321612281835214850930491541488675730885","16423427202477157751997110553227842529917393339136867647650314408004468012910","1"],["17021267396449127973850269555775775160744768033343994766008891830454888584938","3402094358446230701569370859476495558506561411929783578116739174185640758663","1"],["17081110572681474641058137001690608457131750177589537924062966481378370071275","12061534396852070637041985272124688919327115139727459644272538703460187144067","1"],["19261740400657668550930370930806481691814105886349736634023692124852557036620","20190160773741583681840955588422052501060715172519107875577271460808470621089","1"],["19488651609759725391190399072294002996587345207228682028897594824051175369108","15415723108529045757745122577313944037653178672148538610391194326978202162147","1"],["9225859259680126126753211658618419013938150591881496540144605185671386018451","19127373358631506598732731209004637897880821928335928190470189880995331358079","1"],["11290097091374437445689503200308868246897675427426216366670335217039995022759","10303585323300357533321347081886603843494469189134347636071351764663920110131","1"],["13466147695159507707656513546716238561483450101468855539091357007826493559160","2711069571853017602531759613745202997075271877282993492589493808700982570185","1"],["4901171396435054087731218085363397796734797641312817097828817929241992530118","8029868691102076984192977887268330148630959707617231290886893875265754343946","1"],["17487679429814041272792920391945726437054443781733543227817457148679622471475","14881142653998758549453291030836402975064514678273809423663144766914059983551","1"],["11779389103449723728433624124363825901401842148847174440846709605581543930492","3972649300028773598884273407265451116950573936722852871108883576934859817431","1"],["8726228762376755353801911687168367915245557291692262480717583077248407867672","18201115356514329674423631518130061536314943363150548459822751855091937927559","1"],["13582122393467423139824352379286012573833628256124803404942116670081405864520","17186037344030507673347179701437816016481587077431933475821350723941692142400","1"],["16174227640717830620648721317255608740821599085135718207121637039307488635188","15111746416421120083075406201522298740481910419388919783425726377321701266479","1"],["13825334286294161709822597151661080713209921439621266512218561742442128886975","21575723693146864548178889032924733665739701362119013753553424795655324555857","1"],["3480917042864951944419274490579442876667204686574805260583620197929822369318","15151603702682483431654995769516747006992601146517854618150632845942709059333","1"],["15155479943882829172753161756310325644304703141304320866589673198756817687135","11369692388691856416080593566370403552664578223614103189969551027001986294961","1"],["572595791621487869160047913605830316782306073288869060927727718967996939414","14155373402139553472528286202937372488817250472906427246940941370659144411478","1"],["11413800228110773909848258898921039104862467689043058533446639229168709515354","12789121693457037239491631955916430741518352335339200070831870930105943241110","1"],["9112744461241604399128962399560160098108161726139862098706795078037292820015","20073967423708916478793737293051664626147816657426769451753530473443543133743","1"],["1025447508464596677177168071913078433834032407559123104542497466162318715088","15281419193504897798321252967331546351303581470501822694907171352225438711480","1"],["8445113158990427252158551666597729132586187647429387547248786620990396962931","13480625457860879317991522720971358490597816581649336976980756850661612358062","1"],["15261999106659371863578554382691762239530622714541749714890680158823127828837","866211726655879529900193952849172669010031838417981178931800743086984892416","1"],["14427289788204430512099629469825282706364140393834826472764273256756676469330","8519523182033723408490981856171090715310396632615549740136775465953487062251","1"],["14516564544020068797483693855037093806704088281464828205478735670055704148391","9657881519589263899095829901850496084710065113248060637086891038038135440467","1"],["11596997849587061752560174491779800048857182934097618560912980571178791216479","955931754748862078997767233763032055970567840170443221754240168779183755812","1"],["20989630025772173709643658339972625674807855610538992560612281421226830548741","3086405345264062270344884191624305670556722580766506923708318952809510832467","1"],["12885645111920790091994002548828718193449675881168739695592298133837532657358","14611990602352525418392435391557080667961557918896771008872661623286219753089","1"],["6675903602442496638061862415633205534068299970484514252271917544870896968487","4273799113285672167460664884474341855172668000388177781866463940487920909187","1"],["16360112051736179849962869039230321948611745259784100575818529267102366290800","20545329326444349551729256435836773575780041009360086106583831417866076849614","1"],["18291606157205294231308239774480377319844600727107178495663443366566326667987","19751530434830109174327865597982685166638711826809786622693788625470460839527","1"],["14368260136397715915638541021236776571047057245064026114521639137692239655618","2714544501477103229917252635842140356512498442197170337288046782928256740053","1"],["8380884287171706764111796487176205659793587116118907698678449733762080441548","3666712601035636532527100694963649117638300590011298193596894998854534147409","1"],["9931159432305784083656073569211791463408989088251026994868667027184650360173","10517456730832696617670180435135147202891429273597987254345698148245466457078","1"],["13119823751081166749505228653677330564984272133828504084847157297115212010001","207216262114518120867804819910858943917405952833391743133244184169566693081","1"],["19484921439752019583028295749918626050914712906181521323966370797517916683985","4789388436232417108778013566693348995058800027877745417707760295690048973485","1"],["11313105331473730644844929963384259594997706028661609298630027017517335911567","15284427193529193805524026049023588865952573919369014011123708608982574511990","1"],["19881251248167319762625789092875925305149262310388271163906232036848242096722","2976836639858520461867219123183834346918547464421352154015352114454713483394","1"],["20253436808826751406026710417627198138229233077936172580353693710464368940685","12936336970614608206619672929641129183213870207025194868973560128554273714894","1"],["2272446986930922229294122695117014052988512361477516350321826639881988103081","19376164030339600997809251372928842681272644948439693517155417642277309224233","1"],["20062185953774420341809022381645962522568671540024745689694889149380068565397","15263078028459493183391413775338413337180185314136364335574758307893616627894","1"],["17452992913021763319994856846881886732003669340697270128491517457067612730834","19060243789393537335817153393463032653521936417472315259461987120223476694820","1"],["18705415397938957819728406323518718817366115005578149017019132363329486346995","1699456407572690100615837304269259373767183477682439214863601900350108349926","1"],["3106526058330947881311922858204066910775890603974938744219788727457761738216","4492995749194706079196826569093597391482727716590188405544210132285275579230","1"],["21429987971250225322400002747476413516212649462017894351386923541285419359776","12574409597159690425828337257337534296180303710441093914617069992750954252639","1"],["9638050334561674778050976832560804707252598363519801887647173943069661177251","18310403098560866072334852431624629228008894289692164069296294941224320772515","1"],["7330990916047461000330804849040685585141786653170578727515273366233550408322","15439857487580762171519259028987414616546409506272355465899504555068635145991","1"],["16123900648971168423760856340437460141570660932513302384640106305093489203045","2134943169221019923726663805323194926283156962358071238787241363797059131637","1"],["5096791510817801270965532297039263839759951111227353116279612180206148591333","9888466701094910561570992136048262176555566002946743712086002635115494260533","1"],["15858552073088711677916302862387793100757425535850874722667053795658171003374","15175426713145074183454794036225321827264881216975400777094659664816382647561","1"],["13763623740039140045698537412418553218954567807988033234447868507093494420624","1633097822022446207592708227537478357182658011424251056072388034845354899728","1"],["10294581370417008892570035202613284509130039134670247665691788622883291545009","11280848002170600768581408789614395768540399377647593768991348091921300653092","1"],["20938183892701306049459032674108840652373198540399241914022984946682012010100","5828912970124667001242922662204492818440410887442969086887234870375806565896","1"],["14754702095588116796211034079061436061717037605808917233981602600110209406680","1813491992872524373010948554094844025561338579074955531291167526479708095121","1"],["13641232604836489881336285606741100622239656599925431427282405604114822531461","11690005589314923136816676321024133680192188637455045506885145668012745173777","1"],["13029712402784859306797606037181784984607807805248792712006614251364485839274","3818084237688625105593928298021964040925778719854318823445085136980324830845","1"],["1444379214422052496688950538660302362871789520316874138461846107156343386086","13504142552808034565770908191820396565832632465859370181394249322088384854954","1"],["7933200698559181372509418058964645817209025257655352855545341308427445720899","489767563949217544706316131959404098196097166881749549355682432631539316262","1"],["12621404049688840465111933699265026000002588609816383791349092428829503806631","5459076793525092429035501348385666678636074860799924700124924969048120494498","1"],["7109204831810571370374008781843123337497125188710030325013795944087621844498","11555135104752889345992708944400484423264611751109330976316287650222557328859","1"],["9242418974914223629267951203288512905006538017769044650963554694714543389156","15839228887783771136959619219418665098951306116465183544792351335235513157579","1"],["1957372321156866622898580885003036577023367122517139170907840206365632776270","5148727971887085439103502028934549879478329691958763877778507156116503411558","1"],["10321939213443354592572284121332882549900323283464719247592179404837270920938","16001630784959791026385742024052894922091490661389760733780475597112871540392","1"],["13178232598286668129424795665067193108201256082788534220547796671160830266686","2809031533696897955403907235783064931720707923727062708098233585080734267858","1"],["10208921537374929770403366896719324502693387417930941405003455343131253429468","12471226319410270593144353242500860431715575470185097560546099197364729387443","1"],["5165843542197424814064043535157528166988012812042251335069991725899233111031","9611604877765768337157230696382422480542852175826654415897634430879773795497","1"],["6509359953894050029923233536588215536229713051457590008934818706503351594781","12720589926158422452805615400730310396776592157280241557869907480760644649032","1"],["7908940898133959064428316714121593690293656990664444062756222777382488265570","7179833399372447644542177578779062909941754026599812688470086386623764593051","1"],["5798169569495019275318603630662690015179774819634709814671448453587464551458","17471571229078974853267940997515395494855113325739913596005775232258982194428","1"],["6273588183258085208994082002767936263401952699620097105945805474938022373729","6986252857421106990320694487662032422195530954981888327255677683704958048133","1"],["10956496757039387793027327204170432257969758805722998301777073159471419073643","9837907034485580219755451733580676120918383492567319799033334922905048999098","1"],["17668710202264532730469678029651544348852648602189544014165352839378445722632","9653042821617293205073345070779908234462501995511517117866271406073984800724","1"],["1540200645967695476876464689741319691208212945226460335301290088385403883465","3142383414246471424730240939305295926456566444805054189244882127709050942281","1"],["2869080917677846216718691601785848767109518384268295563883580371352475689113","21065363440850536529630023389183361642271387866009452368446601678951804098324","1"],["9316744515003923232733021268863924695167579098879912065529330089840899432578","12834598515888830396391368305763801856403424216464950716310706943142288925287","1"],["13007418079437250938112638123450499235955949478809963853878774909652189870133","18267628921068058879854227739580891787974507083116008063099150761877779168466","1"],["10582919313586891840683776549378430546442023266628974914885629619333794508699","7763989524507540080843205406951027631887147500957653195047793850271607936879","1"],["15779896709963191370690058285714406955758485419747768359317972327294180654024","7754234881138862187701481639912734085367194844555931131831729328708492721181","1"],["19379742953921542579273004214477539689941793232990719778882716755375743979404","19919819670183204375745399288659327698866312041804661538484613733148775924080","1"],["5218701312906229826568956124674546204965165244722029419878074926958729857782","3576908460105131523950269086349065420103673031350252327559792832309026600450","1"],["17686600919145416413693854827561743229627095008003930355964628287524150881556","16641877947538593931922148174998110259974746053504657863097067486673440835770","1"],["6733234833563932869917540887794937651737318045982914236682448353829320550303","19942739123823859119105923393373903134457770880049029302977320758948414266534","1"],["6071151018995139482273762679760653926946133020178433123653335535520896500108","16678269482282127783462234019159480988826460990989949791364118210760122958287","1"],["11589473772837139380658861973448065952332971531645094278609040779245137471794","8593936308728680494303235008323798509037752672272541606094346125533440454368","1"],["10458166885427896080025901108760787603633972158189871710173143471702436857878","17862867206684090814900422715942383619535596019827293241603705118113963635238","1"],["11791014937729655092046027352697873692785394309079426634272002248237090868201","13308590044120581032299226278186805192961781590461530910486531106820934963047","1"],["10352604743138177720527473514244479429575610100615025601411320668312610424138","12931739778693512394488806094806807096949713396790687275212076715798187553659","1"],["6143567031243257496175159929776920699063312671444200009165303139533266192547","19403878909134373026856215479496153765979313319222170298742192174002886578907","1"],["3290874405619163252615498586729160649723204645646767209588760238752577833883","6975040308868244613790927915774636113263794996143037602857558430873696809618","1"],["17671592182451717209006963260999246766226762534488151397088348490246796909212","13645233812469239938538600129248256954590015449434779258744875030550324978612","1"],["5365096869461836364304533056548143977888729088118342034443299473505144188802","10125058418655509076197588205625953991331934420421089841928786775399151814860","1"],["16398494982760985978971551847243841394861916484100589278805029883122455144098","6371487945375124447859228568424825048698280514702413046672065220856076406253","1"],["8005257560300483777646805442352492568156953584745329554445910854258778154460","18516681300585656339598499557589958763214846868872320658740490284073821593224","1"],["8549539952889581589116163912367849255347839688229766453255036297485835754388","12733882688531186938503685574589831134289733500159551781311935550447727694816","1"],["4888429731254679579149273588869743339217774427087771145907050831600299879064","16259344301375861378266793792181139260770656090398163748391310871245515857519","1"],["16516467110541045213171468582343697698373474300286138397161332863464075745981","2096469687797580501288903430607967691578967122325189902335907417019394420140","1"],["14946194808836075362465131443918292569568833303729541017337840779465058874897","12795930546783884409810879337587693315032184296315543467708086717928201820468","1"],["12545788996811252140122654143472621367302575162204519949842618301630456803507","19623935834258152484167040568183087594142747012648081834538945157967739520534","1"],["4968417201850853071592674985209023830947966387981102535257675304247867659548","21206895662691976451746447427729678025755329286779035816705963636788808907877","1"],["9338558793663866439822171060998566306480363065599254862908061501238191466475","10773036617679278331186615956458413423194207964430675256076966445667242433769","1"],["753032053230301892518412254426239866894420443360591342195217147181850205230","16067697339294656197621305023626282151801555394380201469968687862445980739607","1"],["6063481858466785023287777605464824210578428593197708515680639408203170975486","8139492644921226237484652293714045389873476345593458697684399284791934888741","1"],["20939448244953366611820370262655169300373602518396300236054236648949260835545","6305283026099227387739710585124910831115132922452147745501883662507241281403","1"],["17808591536053222955196032192347017521966229015672871103321554902224378608112","8260066056229142744158055329617078095424648326323050127726784231616707832044","1"],["16480350769066497542224679012964671463838456596517849342212254350269195720647","3163262662821006276972589598196409634535933926260887313630368674019507702284","1"],["19660574689827602468271424804694270732895090563504291922642547132691792485551","1870511437367546705808822614428331303512993969096714556187855246222516732646","1"],["2025249511912236696847016490315581157029083335470052581529942493574897709389","1241549583333283093089474765753402785214541507050714103779676950850572314787","1"],["6051701168958368048929316393692243483551132872106832910641942407694884788801","1258752871871813074815912904702461560509045613722323293985287267308687901084","1"],["17122622617184461028688860903084710703394982232004532951117915580553404957530","12401821651069684921013652239987504998268536047330269258609264083571639572814","1"],["10808761918382276857724572471152775977856360032132345995452914443701569270648","9188803515252257539221792488920073313647512577771028505572240300122567681607","1"],["10673680746902371798111962510255689922934800730577842643686003584932672287241","3961155759278159175397872278955767653649132205432224464048105087726340805448","1"],["21167782768592259209061528912467920535966713650995080428778215261632139143797","14849554955758926492362942012481226500876551865636085090558705880475814420224","1"],["20563655884032420095630301839862934983820746252295498836105332167286374949456","19586573696710661076098510339308526934987748951660525734311942202331954140568","1"],["1103869328372979973708701656378720626062393116891484557560364062732893641716","15731026499679298536116604041230091659771115492379123145002110499466444042140","1"],["5753122383266488992873442543341400632410996399010483443642676544589189937919","681575747864401290336969034673741612100373053864419766193996504087221000707","1"],["20776142267301559652484291789156770454520202785999790416127931001282660186932","17759776292873270625732510031335961235735883594790680074359820272218268019256","1"],["5781868056102591375173242648157407649013679966145236802379168617805228084313","8645316692913790775968978597998254687282965716344512643851138406219966798844","1"],["19662181762147417286536486844748968448327530807550265067050922639689486257493","8356348342567622485364677579558022685222378904608394683907563958226027864452","1"],["13403546576139720761072818767703520452954458757603737453340350210417370627810","1546760616034528353928445644879515356977790506862981696004586327928643022492","1"],["18030107698481291532920625284618325910883801775789953543064150361876048440947","15799167617313576721389920205895914771673598277794584312643717753854904418371","1"],["10597067431362843774381730960263540701481572233283044219134149020215679238300","14191815408788645599059286220037104936647565781690186950102217169894217081075","1"],["3038209119880583784660888860515795704256182960156966230390806386519575837984","11431073091539683119413007718252815045469453478349806951015561154730982940703","1"],["11038675245082322707198479215224371602314518493854408007709083036389289822130","20426513267835834597887358371351497685175417321983507641646846155781844018853","1"],["19931261046771507461228316378447912210510391998978344382012603324752258549201","1191720120624671688736712752961605347440632041118555146794118452693540574766","1"],["13832797651074024681609318699346474616484202291674784644412284254352517946668","3214793541091205344818755649157941657142907747053643232253451545950055428149","1"],["18822237738267094273190829751526988850344362309983837809364054458171425080085","13437215362584843958240075661988299404421281752350541640275121130164934443647","1"],["17026478997846086936359264402908784290497880190635941440397608509891109040436","18795108746560187391597488463741570590111635156408445588833811453586444319124","1"],["17061710954266933757614656034749877603158822358691821644558511782312368102452","656268369149187105807834496664182048445948648493487920303000743677888294655","1"],["20468665530383195162358916526328002732268550837330855890004658862812960946596","10453187112042202531238635620038136402477148447862626539209011853154773233126","1"],["11332327758053573365681453515239460970872537603650325488566396663025934347380","6519649663979914067980540060866388362628591109769673416014650788916365478655","1"],["19563144179718143134279761625064452920933448781160587563289282478379203709904","16419162586862835699236041225466195656065196733316049752335391463045315530580","1"],["8380078294075883867065229570870523140076499826733519914986272197792744827416","1787510656106496728725335642389492582271372964244950446970831280093767146951","1"],["18180222450320604605170272404163388213791114728792801344063397900133522609880","14206059496161682402896310310047364639210643896432912327669852277120302433031","1"],["14226772088816654913760294730509120006751797303023396576497634591874842589379","12652101584744038312470155352048056917880314496470575380655664215915681160604","1"],["18331265193139457675343077695782292506582209791853342600872325941346988946815","20565671788633463562271579530757798881086356739007577796454839367120478799730","1"],["7002869901269231013923363058600159167442346553862416685567222089045428553834","17341653941218076658828630688466255281763357596706265937379578721054891296738","1"],["15079598338678721289294278386174928656336456960103588022151157774961671493063","19848358602760092904764798628192920110966562864797382327912729793791978635910","1"],["6522177902732609746859841538695943583394830972432925294529085141000028914664","8399760330520383892925639648662922392677643019975502381424953341120355712174","1"],["2441760219093096386421611746888805937065116995030520944622974092932567455033","1494766927833355845720596594441906411050686738656757155761622164215619846943","1"],["8975535748570406173029000765571360233645662177411016785531806395669970051450","3488891694453279856241508886533883660113292874500413897027296203903414823188","1"],["10522047449081681027358432880493669298951080747859609618211974960920349139196","21305714319276206377463187799726679349063731924605437827640598944202637812358","1"],["16435993796784626436056910826886381089644791786635114481784900514888743901296","18374559052579005853389730014020547699771311779286457536313972592221575753388","1"],["6916564650480181635831376370292986869374800955448474573156890997507215178780","16675606380646059799453173079208405901794540583971931185426494663394350772773","1"],["7287322043966969017476286498110652111492100757778151921018683779731547909853","4078427814927439337582915223882710713742816593051172939445643575727184435313","1"],["9353946242542691267837940113261574322942420870739168759972939333771421321639","16160020455774617975896843714859339200303248152027099383925632885505501609637","1"],["9145477602116769661346880929274399327322125068584588111016295824826722935094","12815486374664278876164473726470146001595810319935083405639580179512533414323","1"],["17149223517203399941017262808390997770328368101484205614168308646532563034923","7921912375415608727621487273897894527966608953781970670271981740361522058859","1"],["20948591385103530934423836919340033568016532800968006245452653731679290680271","13013949276329039376612194876159702115489996062856607565279296193841415226844","1"],["3198061192446231967223707954710246027498405886421505555319782821986778484766","10988218005714694892828400505833967205841089706787089553548751963247515070715","1"],["2161331469944587400873104202379665087480000550819327707152278370894815738104","1558625984309400927146628388346131844296527532822466088080333222574172553906","1"],["1821845835130309765053503031429603048972345803953322204861342783534977888827","8746539359822482042357145216069511743797660483518678154853604341935100796683","1"],["15772160244587544486923872231556817239118678143275555462608953495080574745236","12832944257819187038454295492615913707929921513654420721320691952239965322801","1"],["6783963482146425991638860103765477326333764232643805828623306593727218652685","9351801592909786078252871476286158681736007867730228562578945348657558004458","1"],["2877865617741124197382497586525119863807803567523275917955669389195966624475","11027369828706443297445236210064090959718421225785731626638671660545893035989","1"],["1036517033596138483705864573890561675665835634137145529548286549184241822325","2661868468975705147155649610546587829426720605607929338644257470456464061762","1"],["21025670096867395627925834927360089639656624812014709589440580953463400646863","3692231823394415285802755881642919554663082093265597706939026533791633264652","1"],["13944850200231212134859383590954130373130347307577872658799279722421034963307","8308030520279570437321389824829594488573645124295571303187535705733105195580","1"],["16454077804025633727220770406285381922511239909332202550218518515669297684503","13047712571709161861586580291127371415409442394853320158578693179253279507953","1"],["13339392610606952200861142943879540990066307488252579881092836746827142644612","11638940538969882882316749494093637501331853050789139462763300417200793571313","1"],["8478624527875947592736834438861046285082174687095665883692805781768272246041","468304885994671814458858939562299716366014722651151694416596742139344515024","1"],["6055961502415168655473470871859440184821844388388727852225199294244043752363","20097398594881102809077854746169336071352466499561604468158246211710598984040","1"],["13751683885652599023917019543368526944565379955345134917975254115272439366426","17748139713328353036709401365147064341292609649585192139628560730657581832249","1"],["13567747264765068022383751942899979818433810848471205025578895889298859335666","20533136631749590704859218592916366697864649024860256899192912680702874568177","1"],["20321507419922595912791353975778901167282757396240707308395443053726144981724","36056627545413974899149245220494836272583515629841489435754742237909041580","1"],["15125911741635959276395177250967666739555999680397668796990926783519586161768","11858790885929958683601264688348818837613574533481200761929922018849167650484","1"],["6985648152446127069158429230833364652184504746412428079581691057044240949886","13906406613663926610365847041654734419150474254096055874932397554474552403678","1"],["2444601962158882221382009521432094641561404414308609026422018173154834164633","8450905261509697994351911938392412593619502629543253937996678660201180382862","1"],["575360631209954398040041640228191797636816539473806675178278765493764230735","12180330966000443956965375348915918091214160835992991370296575492822945082345","1"],["15041944737857865777399670405621668434066489392104231035879083409613949728981","21454564771210747560110062852172227571547441560005609641589126303323596050525","1"],["18410780662375293498960431825822701102341654892018903931298899466708949068317","4428858919946752905320529450553589160525119940747388774239430186641076324667","1"],["16173705591199373423896977320153686464366142420141036800393426781075322168708","18038331206706948574478390054220580619094494625912512286387006908105741853894","1"],["8771838193244904811466111054725456613681992869393256134521370307553729998852","15001181734407013164008597911108960589812797650386721794960747207966278110601","1"],["19406424998581116297419275737067536605732534964973027493246936468614083619714","12028698733283417594686706743796936855439707927215833984643236748978722214707","1"],["17725235896200915938629696368826152030507331731370890337178642470645596189612","8391183670264188128070457240880816690172249761030479709525029266548341203852","1"],["17917906527624822820411371778213308461843995473901760643101526756007983276318","17920356182912994855829427918649902865761994181701392192442235088708563916240","1"],["12458692537494936629084443231761760783764044537371490097733358972038143669877","19584553428322603022329846828935995892611426853860677175927001004952924594080","1"],["5197917842151843569187032210660577980271863172015110389035356201620267925720","320258853295225944854488301142097158072554791642563597670852078800545623375","1"],["12042557285553635408101172975548229901408545994169245659431829610936349126886","9933512085267522054312326696212428596770249875893483680830161202377350971871","1"],["11800298154087560300553740109659053036268762964565574628578447352631562884348","18998985891042424801128648681656379652692041750816429664998058197868878917570","1"],["2874497762134682162114314288933881046787791124571445493766388657430157233822","19378117064648320587440836775126710231612085222692966409363774487830779401064","1"],["11143480783367406354057834559519587136870640420801179694208833503563538357560","12296765983905408974046122257189745000902498977977274918761247986018214240321","1"],["1442545675833517870768617324307674208593870713609475355159958860858665035779","8970028394756558844892037947524364135323069427162232463538125789838746763429","1"],["14330299527676820242099915470605486534941262018266008551930382024748414053296","12354377548819624582012422439784379813268564157240820547579005365943644285490","1"],["5104402099856138567282484699734113810063733932578164456787317520749960979355","9541417091920597120597090130362038158948770884290768867807299988858797658328","1"],["12472639625583905409892752053901569914153510509817351323836375505032584319029","9059702300419491952984003857943739064153955125004037171515688277481998826313","1"],["10212725076956372850351106909251543274306203549940230450528936070030107870261","1625600067222397577163110829140005400289710641414742534498390285996309205246","1"],["6053946027046731039479015760583218586406923599589228554811717175438313155554","3767877688356585733237225251905556266432622431177199325445247177914831450551","1"],["13308016744076451557925765523454755019528710592112329735239734415230008023207","3548643218357760487415612141676894172996135364629462455368740854904369224039","1"],["19475756300329609259294144234657262410063599617133359574506666700217717103865","10155158718055339545155879791787684571741250992613700015948630624238406878293","1"],["3253810864977701232145098008907312610993949181921451539207203218694324389864","2793864968025017301786335554908752151823096783528214609405902972056203928798","1"],["20952370085331047435963330751467787461911310838431970855432801478309023024971","12161806062980924901815283334754642988360062691904344513761433426323352072876","1"],["21150625577890478285271003362973072768962250829603745403654451779290702815746","10276234293091117312451783025517793034817603798427645778429784933061022226050","1"],["20869520437410508390975473688507856379908618793011993783495713777725070823567","19851169336615621259081226666576650610072172034634084214007001087349650529894","1"],["10686893868714533380883700385233512674143261739244372364249418240190047337209","20796220269727780799359644369180232584571455097846836173835028810752573183119","1"],["16031874924126380616379945831687116087027762143531634762209298876279379883266","13643848758249802164532529637790052614386935168023511233391905322217697649291","1"],["2240635139845598831541505457893761994681124000441077497341253590792324198669","3206150626258729049323386851152223343464613801736887883054535207328502462248","1"],["19914326381788675174709255262068845099907085385951669942430385287709255957730","19404976796732842946941876619008264868181960884878700183478693708183247054519","1"],["12126335563083078099707564189736671764837221877923389616857826231149053375069","14872317888040320933305604928369399388309137310984347776185006488219570929656","1"],["20107667414244260266007956618272416975456883054540706876235431406455085709163","15042469012040309525823516003591171087592184882294194492560211630132475573135","1"],["20989522112622566150758801782933607226100403551756476852320791815419312111038","19813287223964970317794773891881476362025523592225371213712344445647602887672","1"],["3317475480474134563105680883357468487789382137733496857861590927661580365077","15759308077289474548869080089557727340098400755622538842556875890256850945208","1"],["12940719657900599050470784108349933758024475936330337512397150929465424792683","4316768355417566857647113942489278333179308770438306939341404757241799726019","1"],["3282104061599214193327480233718670167404491358607015885666380801699210755140","3426232288185484742835452645261632195988275105140063673862510704177856988245","1"],["16551935844131196151400467364060542223449961166125466598067225780069690226928","7973592588493511498234804288362461526857374624204494123284102085263041961620","1"],["10230891919653428561923507822878501960968714080002830312947889406343281203301","20320373783353726252585388292394336399011359554568792414986540782801677408529","1"],["18859015752165299906367194729466746595024902131845984990297327814454620585148","7800704246883709640587413562383281526975224540259861374853562401896935979211","1"],["8997526647209984564588800643705972953497354374960863250892157906079613506168","3742045931155783375798469870264077466765254553095731526153610726531486185352","1"],["1627441768304820160915041309518877258261165504130976934506721622699671912964","10431418649994221810342901379642989637399368256470542114064879376914230350338","1"],["3983915512243431294925164548918135186223708570931547759437866764506262627187","16130606448403268490029161738547051581747935768863606059238522295666433666036","1"],["10251580152272392767638142988561758251792184514189196398753922081010290338141","3380276400805347602391543835209710038310093696791225537738994516846472592993","1"],["15251617221793612058922894808782770181423654721474502048783300653081789394576","800606154461396729226551992423128933587644183218621534549711424824640534611","1"],["11697174425556353626208124414621952210689142844107690123897556090991806930235","6972068818551080985719375778470527685284529616614752275905538235255462287702","1"],["11767064037070918595362246593906790649056688611587688861609360817791752857002","14382612249156899897466391783455155931598876136297541070401189436227596431496","1"],["18482628892575468117774904172118662311322729125273882242553759827368372771643","5473533990808553753504981234140349653976841541443017139978756645175116428603","1"],["15572272411256720268922338185120197745481747550987404740403117189519022770283","1945262170154915594019973208390761917580606608135980862666885886094391707345","1"],["18952722026981155152789534823826982958938177431842216776369262939424246901446","14968840887651620515202806027557600367515452574344659245687805285639567766184","1"],["3091398284430721272473157510699245469331660878681020779916654479039614787567","13087982403033444039157264994272781877395317738933091807547120042013014762811","1"],["19354976989446144628902331282752447344387544517311744350479335977196030628592","19693851680126649391086284586105541720857354462445445901172493203195623386364","1"],["9511075186003814310625478114034611594234221736864199134459732260423441578918","5389243649326761809950945740878341720746743708950095385197565570308124466846","1"],["9300168661084380906839277999647482201231967949664275468236669246344177848836","1607672739189185026737189212555302988384371921142077863277395807136475503112","1"],["8727783864820234775168458068303993569741367382332628176316273285995621550903","18794413048360902970590043404648423711192721836897224704968017048886157289209","1"],["18721806715832116852947462004334495679225735177813836744822827438956544494047","1553903517228770983528761282431377415812029633388055214213728244514413739424","1"],["9745358637086513343565782540577586549348960108999555711926397041148257247572","5963969245885785682990159579416658113843380281167743195695935381981505309119","1"],["16835284018422534564973384007387273508143665218408268888043414743539736396854","16853281469895014503808193765940709853672542365170195584736957404825157153926","1"],["1080588261451990928201345567958377887920683617571794562787945255293655347689","17250764465306938205317256735621733304837537845140389460588895633185370761934","1"],["15102308144018168064524223632159033124527446309866244274305343093049079853621","2221131929039166221587339298227525187184697375448891210386194770171159505374","1"],["17967517232988331166915464159305472872978935543018302040835818654357639178696","14503881185916465526779556228353618794403180096110660585975809493103187337982","1"],["16940993645729870872509309866869443920813016447149588936969601692470315869726","12413041603712053939277292746361269709419533429787141271103758612926855071065","1"],["16658539706336544613445513303846778804375598257597217515456783206246927777001","7859709216360572574863417352717554999883041613999842748827893787248887969119","1"],["21415258877755032338623337622564645321559514298244329537531300379160925288166","13459273744583348449080007683997857476792944748688234746215740697798131596775","1"],["18556839098015217657802294140320166814951356088282539286565412377241085932873","15903625980402502017611622057722600905915420521616901791510604602867775303889","1"],["21722944291518515658016514281314275950496107014704159707117394074210989189421","13747666596657664598383061602333836512692905896860026645109920348693353341398","1"],["5093418951788278397543986970594463593824665727984938238714866361777971732783","16357280888752955665713254499484007573119982988819172710715472059421459755120","1"],["9180001920958013397382673248637230501333179310229876804360929453793176369119","3761157012726982505950176809688067906421266683086017671159722577633329650854","1"],["8825390056628369807287902062167971786422582263172290230644145786145729991361","10765784014352564530228789740450678293342396815640580656172721265708509355783","1"],["9863900703674449435616833664873309556695272382281754883140004465763154401181","20826485194633693767252985703275012171317720471146516375225793634199347621137","1"],["18651890509783539054875209046455152212899701747047676368279969745337943723858","3808363070362987238788320629020200204625884302800998811636621580339600448065","1"],["21202589381941847696456229607304672422073854916004389395817053898980102733940","2724008088079377984275717910496009243561229829835315764578505417795339968155","1"],["7217653710370588218908285436155969662193056220800410397082057013858639975788","80611900714137579414771809945005736700712000691091596051181988667375530199","1"],["2498230758838060819759826012655258662467247752580498857271468117506340655034","2670440408082031773865512010983866075228268213995471389699016784940211550068","1"],["17401323297180669245797935791906228418080239623834949853110265666437062195866","18872339303686995813054760838560923508419697029970426084805845671890923786956","1"],["8119593225284152323039774556311902503890552590186638815480327661406201650540","12281487778826632241706445487885643314674444594826753014998600342567800750183","1"],["642385706814151306811283486314520869507589932236853635326398107215821351313","14004080673684230247594712559244994491384520065567342634323970230458004295470","1"],["12185044512681387338660211627836018353810705456232217871438414008366754109088","20307456944635078259598502651824943254998819480199668682043232747005737043273","1"],["19799236542964933633599509754789615442539095752425476561324029306570986823468","1974320219338887010592225739868628278742608895897228621013496632911471667165","1"],["7106355426961432510237631108752479029585587114699914783834524468606090369704","762386221617497981088645266944376646572572850316936611415156328685295938810","1"],["5447245755725290582931649738065471767783514117003031950707852908977895488435","11018329979757196567367700720270199353195455337924671038405577316336030829794","1"],["16318495191991439792484306416698885195403669605748072151345123896674308728318","1866725645921306046105181803276850773734308546727063336792651813938824984165","1"],["16753589218191112113161741313602559899739754753319054465311277833758379070076","7303783448809456201577345019222610644282610130074922452616879699937817454736","1"],["823667833875129629023803306611503039766100878789847436017660240722061703034","21964448191262200592144946835986784350377775806362850809879871832164000973","1"],["14835130194406159424525268348129025630476959650867690029695035004348596120109","7268874347968738665903354609066081564755556038862714795523123467366902685094","1"],["6227084795061249518771080049721926833438049582744475288650571932770481195514","15754027026227059429038874148383921415672601319425432587656592863872969397759","1"],["15870741324336195547539619146789752172143963683523620060565201407317694715418","12742188015945400493046089325073624785349061157213137054670072286551253144475","1"],["19334495227671829238744695259598968167342097297683207671578299120589471046152","13870614037226363274550629975276528749272104320501631302870908510489544363558","1"],["15694835625602888807982523068681149946092574817502842200807458056701067575495","8969416305987140457862725544790439994375331178071765967881645586820116930686","1"],["1609672887426464275802808688868051483017236784561805812912115993917577257938","8041459398093270744587238573491875079808350847632931045477900201819038504849","1"],["15953235887511783543707281871564088390173651635636249423575352106747768518390","14594838007114226396083703786503598393369940252056892757520946626162582167895","1"],["13551304483436994323818271628645973287683044948128007618308433034233130598648","7853318388442378224703628763745322606711382264382339994515102138798141929410","1"],["2159912774476625727426960129990398276559567753259540333629609583034021732589","9906061110383540437010528927118661792667927194807939545395667991216974538794","1"],["936353455604955923080963393787140620868323889210450061677322327038551203258","21631465367084130368949749863439155002155776508622899190950679605217889994042","1"],["17140466339039955476300470046090782917989660049708002727402842660509747408966","3959597401964871843563103457289844076787383946100008109506893163809660927812","1"],["15892473438479907398182350905957403928834544288549080509689236337594727276747","19272867065341473721451076624165508639942580937988928474866397978302261851964","1"],["7800309185283602381347402502488645601159624897066337156518611750994561658063","21387475011513010131961119149023910584255592020407330798328747647848424464710","1"],["3317084160360810848496730424329752130230878456670943055954264811513555926124","12891578998379249146513221616144337687948650666940841918988417036484239365702","1"],["14753784379015938358327280887527182277942172471508082024741998477413555711058","21283972498723028031923993458739193427844485958074001953081724787929455276531","1"],["14377770217764597190730456034032625286247460715948623459855435933931988861956","3318313953335015989137135223888127403668107398525042897759465065107513099545","1"],["1921242571862111731111748204846939198098341971234792118689854990765282663405","1211085711784760352006167956486235705210668255155044407821540170632770082804","1"],["17434615650858249032219400039705904662268553274908368439036999924462174598700","6533041019841797050643325453455446862090940639476749526762912145927561555111","1"],["5576135123187345778785447622707671530109532297829373678572192894408611120127","12364351964145101796019236169684336422614227920016970921942879286275127316573","1"],["13898457420399358770853383389087881748689748471419734752703020623886708947794","19830124242196678563420788750648319107694389324659936685785850454712473459384","1"],["13414117862464713780964365007560488009526819302442508286805809249261295368005","7115503122007576651035396056920078062523901199628397933066076567581029970598","1"],["18199233068149208154004681858521714510971205505182097009053308324026232886090","1793453011611441433740213094617249744809271503042738032742281106914907477668","1"],["20599582043318111832807340031039997928003468554552939703087912806480384004225","17563085638453874120686865111311181695823993949808258459203390052387311504907","1"],["7001853569674950456086304624774239620208761205539354641804059373967903513479","2460917049095026294084014018290554401433081833393287889809380747487259505646","1"],["16883153509583130050748645671876627950057062301419945603331774819336847042915","1058713961653504285676058603930374048386401024594196854572366914726590485223","1"],["13387870107943551455003544698599719393316262085386412014026713253053183414434","2854109404998495612487683312715908629331645115544382142365830775249054400209","1"],["19940270152709614105181360983012109490735906301575350689651574874057323247501","13911815503043585149656897325028425303690946850848361252316014504681168035226","1"],["14985648200384191996718128828062633554625703145012705804990948703443647392231","507296377854741076373346020792958016092216412026356231052875551795938350040","1"],["14579346013530265324741884604482456720885096328651880813800103692209424352318","4453467267749864926661003230673788353144481761730098894072527740713701559915","1"],["6165766223373469463730364790588811902748335056123685946121200165864351354596","14335208353584461157195368009168376206742011336648574531388084014693786554699","1"],["21099665745164776544782057998342449786695278628973930453979088396074062884690","14186465058067227362268704213636426461821621269445732542548167149533380088575","1"],["8394660806672368696744603836890587748857459670782568008894301091001365814605","12150293080200054412470236017105172376488726104306728568126702584638525527039","1"],["10142608802187181982383323256894039550606002383700825411878295773908525471072","12852365980438387775724144446272506705560333003353343089528617020932658035662","1"],["6035962746199833121554233050128996985170903971925009260436074445473918862769","13363176995737174064966523742003521151467361576742937942950925631597035038021","1"],["391601573414489653815637219290933542561488367698592414535832524825295269792","19312829499196122940597443570159216233602691725539885913558035673970320068890","1"],["15960086847881045547991440040356617210782264307731462249875127247436944105917","15203834916695010264448113470676494563597548713438347289393356052010349057794","1"],["8312226226156905017613720044469098915336479309556400355994420907803986556958","6231200677939266340927771950605316191778887069424937762967677140170123401193","1"],["8825301416093710210804207029159796332614431348644103885625724909682850540303","4952236122693070419087011985884767924034737519011888124631778648829340304953","1"],["20985330218041442840770489314348756501496262465956611359643662580478661180983","20090934385378539202352633383733516747964292432486186009492604535269595767390","1"],["10118755964265056162718031002459095947607055043875638231575537118093890468432","8521153053566245401734221169297012448871166503442684287333568556959114572397","1"],["11393138543157693407991721301495661270647869197810418144081462006126270859352","6702598746244733616389746509893660742004934342632706749382843560444501359671","1"],["11483348260877071835862592740192276258513799871656463158981740483805576283402","10826590920927001996070237172937478703644589395739517665710549860025861381068","1"],["14951180829152554197696529469455262926956764122176706914337232326684196437753","5229195420754391894006121714820473295962039443818643919118127797345815485311","1"],["16496276237012965682474898314379094917035174847215234298848556600910932513535","13274500096532821702847671951932984283905129992881481894739225636075988276552","1"],["20625086475358089465236168092432164516741754187598701613353892511657863609893","4139347470852631589310527087518257651610559664673456585980554107117237579003","1"],["15847971693393699586777682942083425711773779318387195100918480844414691578168","7870509427972083130131549671600988711267785903082405201951696380954273016737","1"],["12678604150298841740560244377509460715641739219806272486436728548020997252368","56765234371266588022898657580809097878596036799906067263569848659052048089","1"],["14409887467722167482336162081077828578871552332172574115590147652779832212757","12560631973138533024408515472980770929519387317509766010651934578980898171854","1"],["2145883678419272733993445590938741733821194880748701690250881941294046477585","2847848208105318160335468762630402114726849365419485299975714259862073623105","1"],["21420212145160065128695598289234911229944750082740808749386984339815432138789","17355531888953770747138570631103035230239986492194773662411270774272513161773","1"],["19110886839992817154081679696308550303562908007973434651922150628672286252255","19214324659299649599153648050503507862099210638951011812917325212522391651463","1"],["2982761753621093913780618190105145077832612347368898283158956316222642456403","19707189587173928839755438257654082485274412672598373761766707134512858054469","1"],["17662655110911842756969542947132647561243518236680166071915981480331161115098","9001604011936929524394456902945424521614826292010890317189459565059574078916","1"],["13555666892742274515443741812423540901441187722813070864095879257958917666842","16630789982325248177813965915609326262236661818512894301679292541804785288081","1"],["17819272036231444285868610939088142001757436203114486078405185419808910417514","258257963649171020470480036187974004524973078279523195864130482022093607214","1"],["16931518450005457747644351436845460234658816208776550905590721414865129084108","14680530088709274512043330275606786588902684258323020219341645995972990912270","1"],["18223465591859415512352482699439300012303848419544683281693240678507554396410","5896743301010827220702235093334513506103881501364763064912054994170059289171","1"],["12403059163856762212293318709135161021059385232273691214283531493057416287099","20495100250721507879619280182694414557498427675327255090850070402431637240930","1"],["19166748356581143901456603285122386702219079200206577031863182183491409296926","3662905038407588307460895463317597520415321763967968264623322479391574839008","1"],["5713933333881475541453369853342897258470792657780204730232594356805538175881","3912471331582549532934180094414275139707980717541267361235013468292295144700","1"],["17224987044390839851086370914571676392089814279419252543278570629994526943753","4295404606499113346730196372731577700020430987535686972416823895704872428970","1"],["3234226814776093260194381532510361545636388864543764092057505382640599955065","2396886296614356458738643272098016210335281662379738282748423928685752312720","1"],["13983476373990276212540665420107594063110697904520011542517490167617548207857","10931510638612350188585693128774656726900986142921958880367865450858229274227","1"],["12042851180420730107158106941871429332874915766520204535994767366891343584837","3966296047425269828293984410572004564372090748914448280949756277760575352295","1"],["8294051387745179893229916246839190263471465084949922531989434807275212917792","2427075332062563047706629752573617441090498934837500763422843196512321349465","1"],["11112155119359005743484609784003503773212721371765606100576146147832554398056","19769538537017911844576274650201904650612061073622908131692675125728187182254","1"],["14612590312621819022218221609196747298396273723003589181859173566472143899440","10887299442329685167955048367527955804558709490421781896115680941540364606619","1"],["11162630311017122174152015753805777104507255329440176361665585548440111769047","17839125470401081756187762407522344565824468243772863323884383022893254757448","1"],["2220342366060299863209815565291030038364403190707826660497528975554163155303","6275789507778191705828164922697803169572985538572580698238593089542955715689","1"],["8607808888080565767062056045364065845361645121778889131863058989438352945497","21594834169364578430665204679160315306518704788241991111732340429802571885821","1"],["11622005764714653386382339696545283814989109542353122486331303495040831983645","14230479004758360423482455470207767644593727040769919095851081010947146649442","1"],["5373987568730901327060898508684001377727890967693656991774201683857845825486","20962134191479989696090297736645698629046707797547063020483515100758719552330","1"],["777876335499464451428362828378514223216586607467129585097177117466526155502","7949365793554249639756110754814576056372290149909802588082981161668577909317","1"],["4650294432103675938251555644290571088138824467523102756053534670673536920398","9069390847020419924949432145887836366964367074070508252627902362881456284843","1"],["4579298477146916329308375756656034958484346333147303584883302995199089595925","19726505610036273975786815192864846785380394220875816068880735041589450887128","1"],["37641028868561876920787795924132868774621794976168620253627246539570035936","14064980575552766840428006304291443790261202421825975467326997383613038186827","1"],["9214077746321928146965835218518524275327433523315361716606345815074436893691","16192274477555963673653430209277565273245078450241986899502058602179751548790","1"],["718637968423454765270533650362820778807814665800763325469068415292523074237","14923922246334532875699806904536300353745610097167492406389367541980854372042","1"],["16133276578844037423924584756164225164517296381018367736239036725542068944722","4024733107640467133457814780706656511258568059726271629280172902690836556860","1"],["21410701128366864881965539745901175203811077520709895195340094318149135279193","7016835145190337865398521965629332879934514458255521290790507057297364766785","1"],["10233407127718167575251521608118824793468270283260113656053123676693592841818","16827077934778637874575249143605228602763551010831650279207098767868191129366","1"],["21074975490440244410816800849743187676405226241813886780676317078898493644764","1011072094609706053238977880084303295840780486414865013075702222940738610503","1"],["4619634334847574521655010281209560762465378759635566970862294789331785369400","19324066722211348608859517970677821220322485525882988898202334658560029926393","1"],["1727805970623609696861027590064731760657309172334162693674468686745415606178","4258226474873158002675989321668554637533948590392381135574251426262364492366","1"],["14035275819311484032111081700167084759293763361461742601303374334694381088200","14235914148902104609940771130002007041466891584788992788679737387248674491264","1"],["19348669024271268516525674113898528743086900172826401974330251474707579900206","2005106348078725409473710444994412733126793247241413117820068062641065994615","1"],["3141464532861479616385216681208819624462381769233768173094007816667538017187","3978339265213647548315566023097999083296493145060668145934117270365775429330","1"],["12913443823535864024011249239984036480750541546331072458847161711130877929337","19923013431423173562818203429385730141478208286170355410438441065090302341323","1"],["15573581027906340862849843023479277156503317725563180183234026813474072551679","1261402685220816877888079325175320824347658292710685531483524996479818799637","1"],["8398555104852222633300969897593292143383746111366816891786039499184869387433","3995503137798714740460799557812742891864905738890380739386038743223560570971","1"],["20845034881196642617870168767103335816502033687083966263230535372485175430353","17294578493629263189774100676297329877764792211543134489846982444201522940763","1"],["201848852085589799789210765675346547451088855396207300368409609392362503246","15546881621372182628234288851387563915046704922988893930115766953952808881580","1"],["5614709087904887327819816150803003389197787978447022193754929206364629221976","19563368986874322343077959911426086273584849956403473874879299695714488454384","1"],["2264033616045827825502147252186732887950408456874095605105894655976282954153","3001774779572052477645721020134034706659995159848535944185151467549786129066","1"],["1416933936671987374848704421362252535792052096564734323123110365980143166769","11374325758832358276303840977540880528244465653615652768199035517750760126990","1"],["15494093065529532543817013122116335099766118712890750323338711872884609089779","20276557700771219274364577013897048232642157621291836594045327912761709856822","1"],["16058772256290084868950136046146148151781471075740993480855218333658869107413","14156758113657082658888608214492793407842425870203196274143269121837745783902","1"],["163834293544559491556408688771014652127238033833169662351963393647024241279","16287911022218684940410907350803567977113020938090750530126265846607268890889","1"],["8109759767245942578690359085495874180719903790357328067513646850391053516354","15305931105150785602209373647811383835219899598953588366718013253854236341078","1"],["5876853235162900884275340495953575136638652886858655960853337885552164577300","2562722204882645754077325125571202268901864138083126237630280346200161887614","1"],["1962295295375502555152514242484791050825409476467058135792191030087359852200","5491838915461391022211717896251658216244670288251953225311390996412760238914","1"],["5756154505959306718489981524768462893550032175098201154265627866932846840902","11783268557625414483858080760691001363219376812115129586154752037506956014813","1"],["328506855505125498630710363434304988860135296789333140797322390179279731709","17485177907223979056970680255307789448129157268822492383848549108577753942662","1"],["18818831272074664203090911481712578095783954583154274947363970903870133068626","11896332653738125453300812370124920879657167536743981179877158757255788532954","1"],["10862374482881478259884674660917707955417226156085866815331644688139239575412","6532054661375528940611416087693138487591910855573575177229586639367482474104","1"],["2277739498365609611332358816726365428248401798198931552463297299213746396410","10311599841598037130914581535921583529770615983215382558811201345048709943692","1"],["10050639352915130864547675669258558034072737622867231782459257890471203179421","17345334630964421817254028351583899542929416973601092962499287001227320891921","1"],["6393161948483720510206242048401525422606958508418099931896073498209807440353","20668889101688831558121573089475147003254966986707776793848830782995427877576","1"],["8370211847853723430650091362243135169651225032044102840471218582020292680816","12581439577597146130872219513826268051146240059928928917804020840146059403271","1"],["20613970952847010572381639746209610974676866016282475484201476899671339161634","234070330114292678277913921828259619188217836555703893656579430857030494924","1"],["2377262841290848765602493992675040894629811671469524768421213270349070883312","19281581549389555169593398784497430145387115616033519557118415377804253070180","1"],["19348251544838440436609097819647452930055295278059740940143512417349464255184","9950262392801370714025761106815450023108151325464057941095483780342431307224","1"],["7820663564451530858278987147393142796980029771689325987660291216378948637098","4378230898671996544868832980534727049818749027182513316077322222210560946135","1"],["17603967372476179958619187977857089389800388938287747644665121025412875781961","17839868095220041817004972233712965336589776781297055737641296324576541563332","1"],["13106967984665414283745823261521025809565963662922900235897798778490248164013","16989272945478399564483886978378575600104348218582218984044636126835880594224","1"],["12240775831911147095209072510329563901389433405445212970452399339983855057139","17805290766358649575694945119219047828378676464480242044956999302868679642691","1"],["2331990996856266455642240634683135820035898679240464268244101077727730100360","13155661592679988289292372214039784181785658104738413386377499797867646111671","1"],["19856416975363302443479892871074343939617722337620981086407965451222325535749","7139185756521903428996754317222382073595866297190788218184265765747635574791","1"],["9160081172330299805570697480591593439937353723407308944586065827709625876208","21467146454533693732595095630927358320289041066359244990263596943565006422684","1"],["16901909585177974811999116895238658673225869362297026945366325940723808030034","15527281754758364916637067166157675832996865201924055451277334239425501244361","1"],["6422517161477581893186964696528132533705980013936857624051398631771008819948","154592861200351548527909377637218384196280047910313497431123017857737988399","1"],["15432954853078633304588788068898951104096506914851075893552695581249136250594","15503465782926467219978184783166095595620558385151405165541737749584571006938","1"],["20657097589244212533385448624001265520371437443542990202335681567707661481314","11442098160823539128922852184407075306745583490282569053902877385028636292259","1"],["14382789504998187116226206581362402346043243031638363966059514680712974000071","7097352634205610292868435925289226367527209449396021769844362784111023754244","1"],["9944855526688840835768132634377136709060410085892092370992842163225105803985","21329303977012801868553847830579920315521352416817646543538788575146811832416","1"],["14160441557281646450653086235592598103383916835838723442599131138171005390337","6033324545551137641308107137318227708047229897314776966852112719483759402039","1"],["7239300852044028316398482609225750019754222965473612472932169025182612601451","14468151424366777516631473684170415306293178286456207632615451375410226358759","1"],["1479834089015605818466519967075980252385169633917131826972418244637227827845","1198773010267023279073138770603708420090468868576343161833471843080379072333","1"],["7736686847522531669591032055676165755365033982926721145138869279834945815822","20892883505674674211344451265848677532277415429205923446157284230376465675263","1"],["8124301290713955282558827048142559981745444998264676138071000175132064772148","15832274614481700423173722307956454390068703980766339068660577863604035183920","1"],["12775069425588287076591630316101801812807692017025883787759970187752778104857","14954162629180936957711718620233120804903525173402444699725814889769644843113","1"],["1144054179802322985642585886023082403712864544462279041016428074314770398585","13566309570937662418708856706690464117454324185600321182951550691532036109506","1"],["12865723226714699488526106381145472175744517757361066922218584030278502698589","1780548022571665994507944773039169344632335021168590931499284217421890418683","1"],["1295507016777344671836298293400822774356406202044518298677735878388052760917","7863139696095703471233609131654082175187854548298594649987006455929527274370","1"],["19091541046352547355328544836140803484201645546436462451333752743905871418211","8263850350519203193544711658189231389999916068561926478269794566005498340209","1"],["10036450786420917908864315253029704329453995279617693348235738745283385137549","19151579757311289399836025333588397747955314028188791188396929256082507232204","1"],["11057694520115944327139178148941571277193507033432834028749969575386457281782","3929342782340126703627010959161997116573210696333612534273307229583600330463","1"],["3397209381345002495414097964092651351604651186980497728429594668180333631110","12428671227902205543820136369886919877544880271518635795355619624449280235981","1"],["15629212015323245394743093916053355283537307745952742930018209982174790084312","9125935616733925981026772708043669606138402168454952823134604209430502154059","1"],["13269432289133172164301795896915880880994520761734762628649920546095186922576","3318316330100555491551135463758480767517158951566882617224397107237231378525","1"],["9216701187699659496060040837826437233710661012006701020748922399449321153392","13972471126223944443100884740081882715906263232674506165804610932499745360429","1"],["19373012992143757811501584859162588420320347289869233303148936286390401048005","14406684467633605631828671865730086678876423219918670736796548108142784120501","1"],["9850358891915567626643493002293034209336910933609357466981869378426266756601","6799066306141265708291127220102733903358402989616315643153334692128576868983","1"],["7271243875301754829744736285541203947359798538012426493732090505172889002938","4727342826186025546421967072796425049369038745908516425820660877409064460991","1"],["3245006844604699342494827678338810739044638870549720343082766441996077837306","20344550157190468811905780939337687516516789988632482025444660245346953823874","1"],["15793892663115293348774153351542690932523855584276812185243454359745412247924","18233095924886312411470615476873088096633315712020109264192874072388973004455","1"],["6777514584560160984735697639916594111919528939509266637098661613613896906451","16892433290238944459173070077494289229139081006717138902945170450145217992977","1"],["5004754674126310802602674119407349695492470858102210496504486668106751374947","9392916000321456755468864763661792333994944971573766583905884605017563232357","1"],["18462272579186388656720937148564084407765472953572820659883736127001983885989","16607009055892688520318898226028034395327722761855082497283355687448871885014","1"],["16716440894310432836118412468803092546866248514945989499107505507945770794319","9986159360261718371427985563689408835752806540173950854722111157929714684723","1"],["6685190447385619747360995457895438314856510938677533865183697918866056052507","6473494658603202286853432304699519384521178971195722625256770064540343510102","1"],["14485377174528344198643287945461918547702494035697236918011851182397998347230","12977083139041467636038679774357860666742193850090432533650624743618081279249","1"],["938204738317989870344428965364160105199446337868406126485973522651471987564","21819455716846545626516853474739715775723257699282273614130362679081877005853","1"],["7933287824652860635535833158504979208771119082241603257362131173262048170795","14414693397746499298172681221590600276876394203757070438375056634856953044116","1"],["5048431237238764143967850807065229464053124911752505875231665704868688573319","14922953176002716642213007312415939170522652638745167867744174311372820142727","1"],["14908541581578586264858275463408510042161045898246829156967001988988539920109","8072451103523543126411489966035339295970648687729176890673306515922341716573","1"],["7678708804840715137766278339258014696372776160429244737522733430997972136163","2151630479389427702066703594276648442565720308452250271164047321181510789831","1"],["9523488837611297169918663761232778269316597928448922974397179409635841118094","19622362462321879792166179158896956817427188518976387029317411560155533671662","1"],["5688747012345547275166147062209808063287255260827948162836825904464807450900","1036104400750105730936078325195115490420378788126677619046395814066869575172","1"],["10926440347096557673676689971676277530465846988924080167267934582514225580631","3384548170028754476338568510453672116752935117306970374879723982598645374715","1"],["14309305784243525510454749852579150131868515465189731824179276746623470626375","6715953657760635004452232739997286837722170066479098892391858477880916223294","1"],["8596562829582231674757176176118513618244931137240623933281550280807973204070","12561455716138639632550211625005444034369901118771638622123722195498510070185","1"],["17419594085943195715088499674998289041805557835479721362140047285568776873558","14363253596177045458857479996206848328754345741418891870358051125706595922061","1"],["17222162943777539690011546004092507428154864012461983865810136458910286690287","17405033958648144485004714847031456755477925508274435592010863023838778338730","1"],["21621688286503548128180236717333822646702818350301591975084093329285443470075","13742801081738151107166422575804511674616803959439853631968718918058452076703","1"],["16339290982091290992600662173737866538565381643505132074621139946697099843074","16258875494529749254775392782634117462689760099626432420301143453409914308515","1"],["19639909609784952553227405908770979827766928147556860639745789206235097803565","4141980986802282888566350712665000970041341041328301224853052241746462822733","1"],["19896890123171070768713281839743581764881548751416964056903032624537505883744","19887310534637377971261183419672219069200777080381779327289263676088476098801","1"],["11899308681883021411900400173294397823610661442871965347143667340493013719839","16775947584234004737056696641725269756800047090034101360850362146944321129000","1"],["4755898898156825653795904922084761355522998726457076817412405937598427814126","19578696357477475802762345012476175525335561922229253298200107260707935904617","1"],["13489563839177022756099096359682742191600168016658914232252133446159513861760","15275767815580196118358027625271294740692363496207307574825765023102826446465","1"],["9033563738162273445808025153098330722493761832194142069388976814514528661140","8162239747120651965633596170142152298520239801894023575323205534864345373150","1"],["17197605334360151015313275839147931540403418926805699427071116737414446191049","7850480890980012888394714863709461603759105227422565111833802733425792490749","1"],["5633668152864533283134587294681050418037292662373496352966467045429436415069","15134824565717059946646628860139195699415898530503055822108923205797031059951","1"],["14483101387936078067893392225157959864989010067607725121299110683320358652314","18099763166296957823841553703630088836198246575783446123677424920253232112080","1"],["13768590491938738431794293471152204389629364581819502926739132238754929591571","18586966684770118027829251935605634811883953475790934100657941886522034907245","1"],["5640077711805443894988674755313676241588322815299569662925171482346623878745","15069571026236412459546857136282650819416363791421642646238897152058990117500","1"],["3175242250228717576848087645868554602182423897525912559198097313916093268265","18587407981573295130173479084210144741254699915976367207474062544927802619506","1"],["15876154622998238053762112039236989390168925267870365909482602128465514213402","54574089252450377417543504458793717710394956281013181863344129062231181267","1"],["12372470082043546576617772700569732774500119945553595065313720207225810406178","9957824884684738233247819684069619176885767699305586496119219329725496916476","1"],["21593605392757284349991781436375135914398174920999658826099083251255222407638","20436205137286107910888326641124738721238235528439760339588247244370536483682","1"],["20424746347796274986421580033419879569130507742912947185884769420640302285604","13199778092295546710119612949082190810937846689595132367403078061683624075833","1"],["8261665199878599221041110206153351387484387677620012884754830195815517150747","4452517385877483655503259998544168721457145852086135486416939366569819345334","1"],["3041212845928353083756925844895938672617556268289385824120410672545266479141","18231323421451298956091521624615663108745588219100056807331781780996939647820","1"],["5530205642410238312575114309918655495468892572033856929315969870320346927572","3231043150054561930213307889131325962333531950861992301548813567664522266537","1"],["17278655117929905393592208384310764223785686755937737731859702706732543254434","8821960230888620201382115051488565629139584579702841457225962146304835987703","1"],["2913913760752370966257097041516435819945234249438402213034017956886973182320","7069741284997275504311406595562490705636244693443129038038989549669979188775","1"],["4207428796769285248376679924784566949920233593407213287775842644268271999220","7286316955480173220435942475873542894220909042479413328922901369590593143583","1"],["17292441191561502172876779490186645766971072780442263976226182001267241782823","321655820639497519212575420075099119846305413074544166082186614137927095546","1"],["15583770732167020867706994140836388133372919769357606448137652182595548225774","14783128100163678368720044171395180100491772275042999377240863427384632775424","1"],["14116650018302721851433723864451740301473975594124551183216215163812842231264","4211557552342416747604812250637856655849799954792250562017840811097302653994","1"],["18694250872652409464860116525446153403292138613416367540320010040600306507822","6482873962663475010947851753310902374966748416127131912369410755320327695435","1"],["16589353510104825420569758727856004204236151863247372478435654572996812413333","3257557872982820393033576004593628015656166751061382053331700645317092558186","1"],["20716335394931303077683308889681633273644461551507062985353103057228959623805","8452239487179977876812920509510323925565620846941106099178598610583703075741","1"],["5515089604045526104632471990665819742734691685524701345895100490094861371105","12947082252004139719160151197433359413056663257778307165370413394579729462759","1"],["744402613015723016204153680331000612234476909481210204436333873673745027300","19859641697470067440030560498152609786880606004528448706674368112971998698582","1"],["11715372989261858914757788227860296607413695506063675684092802480440164901362","6976445609190475736199397682119516801289576098306343451610990846479917444901","1"],["1953167140666989598590714604485942282086614077972296260983754671284777166672","2534999477958887528334854218657176041907288505355626452842146074987628910138","1"],["17976800324496319104955289046282680983355658291193085323988029807396176878848","5298281927085887112071453503723549473735142275206861879939996664768153490781","1"],["9746578679707742173501942047014639130461624403041613577883863516764263996016","13449735404970626773307988608237403889022006836188619867855137764737188670977","1"],["17940509498848893242713842805894681825412101492559369538810749369960535150378","4973913558480006292051047044680944380980584773624791916438478503024008316535","1"],["20873422549810624092896925271429656482057808434167300882602334659117587462858","1640644320768040516942550284685276067007915607757539782439130295222894372964","1"],["17434146715944485904705241667253561979370798982239840843359649362173548018916","15973528827646778417527240032225801836306202189300665889263216976330182373749","1"],["12009108107942990563697463705730621333964964363807199761485944706516321596972","4816964402424754221501724647665595566401017446072896307623501002317345450837","1"],["7758837396022716376025152537794602843931791957427857868711619714934677908023","7418843174082259986243899505154340207743566777775944214544176865973502091886","1"],["12962615561318373986565382415200038133586004075873394136562993071439948471379","2644402975251568232812911412161938638877978442998246622899062690153283880949","1"],["19691619010333517766755391748805017263251549686788214532820728717424478899786","16482363918994623502736209089648980713267926763875641607270318913064111982100","1"],["3245839086753426289438653715849794778034893954870388865583451360235435367028","2804224941496942847852344075850935761115532863072188604966179004475144637187","1"],["11643357898282952016071024944253609938384372310752558958621843348964989936999","11019753798174541863910543290007211745478423883953013499306322076555526826596","1"],["9012879950074808878803000225798654414640949355885328409972353453067942246448","10036414949949675030501355183916715027208675482446249796594390055923583647750","1"],["4936492938017303023281874219791093782838066732530607475740999339845709379222","5965651051221676189458229678508209606199114832303947304360158516182325525781","1"],["21187048605814350781311053175194468464774582112704276114095450192635875291530","607477738721523100817753687268565394029311014040821206444898145165243842261","1"],["11328487730362342659392890594437422487526570977928795669756922395902683857887","11921294858899436416966372607589499704385490741974731782456041472085668489587","1"],["4759637055276575372486293450856486907543424937165241375284173476065395182440","5021577188085735318296958035139890092579102390454517863372396981324830050324","1"],["9958112732646392749228404634259455398521373184483513132689697971842946998795","13736287382405625426606661477281382104075688324642175228591048994579436039173","1"],["17994466236622063374341585264359611227475354619558305310216402152505073680009","9722934376331705700840161904196869054861404971498710533806568993508337376893","1"],["8514336317239551946501134966565969730071501035266859719528179383617782918613","15090773086545201786192591570189630865701646726788943930257961197082655459383","1"],["7211061990919249440623508161792214810843673090280122485892493203312469184157","10564661511473280956207440730219195325587303623976949653944677097214492110581","1"],["13690555173314335054302367493358729606858222683064077979706681037900571493377","17026263128762291030584684675364264292885299929236573503654412588104413708362","1"],["8503882718916458756918469261216110339484560061225557555370289160812807780604","12692271835004051841700746027961811774473747176398727731419581240420517254107","1"],["19248883087554362262332870426379981086610659176197361520165841174361963651648","11781619383717665929002082355707890735267353390261548256623173764183705497419","1"],["17312455161109936223132539717513034943509040310934401057247250310506235673729","7335354948336447485487357482758293555950109598997915140733822028548896202227","1"],["20996357160493776235287450921658646834103141142932622413524920346458513438588","12443597984287359066282952497069997571432922851797690115019198589150544558802","1"],["16782666557283770519448605004166620763403650383649845338940376088623157414625","17824048491760067480742467077504716482110460931053387977746426513034433065260","1"],["9433682708241106766771959059963304269169438500729375636558508798829044300468","18217427349917791194287727444198405457022555046940424150480563701830496524995","1"],["13596392634014033590067362032355193870233155946179970718929300353856168087583","8177973563992086461079833816834059683299219910550564743901563467700716912759","1"],["11938842555554480697596159073687362718506640441817738815529408945673132355825","14109934394524332483059717853461056564911529702521681860322383635645823610025","1"],["10439395262391850027172935798587047518744271887320416617499445361328469120791","16055773274894208040666570562223775215164671918999672809318803497361874153752","1"],["7838632257881234574794741744447304831002187267225943414550632321926994551866","12389405999150118847593610943998428826077952034522338422993015384133987797799","1"],["2575363554104044994316639375008382128720406334308299926991693348003401490435","16130845799732696613565906936822903699244878466781797327528666367321900738890","1"],["9691549943623058478077281302334120444602367780636539148307698985064247542112","491684894533890994517385417243797704489228959181010860953459983343913615676","1"],["1928993569845862898865597295146011974342701681385238039240461726061549205795","8928987994075220814548653366645889434705077782151171215441265993114835353272","1"],["19593164692299212496134208311736034572558669206519728578516200211090384791013","18220383002552456679410034941893470276566997730967091978610006748473518784119","1"],["11821228314248522622785401292168047605797481396072165206827039012433985276444","11761453403257223536096433497348990328447043099891528755143717584115341149804","1"],["3417340737740661710162640999675939454527450593855009680012774139041171061805","3506833191409015214851573803259983836620063322783629272641614459726593635888","1"],["2657355232871087505573225828658550103840271063871390434099200020914016622776","10211503251532723371196583827597422216778675157202074410735810646500782711023","1"],["2008424856463491689581910873470289446167975022742434384795702543494572149757","15106434123394966400554022967038723276127256044686829304551273235558986388124","1"],["5747164505178064227339451735290432065600361709734067963545551687172492094073","17177107522914532362943543281905875019462551109129236018000360233342890645670","1"],["3612817015299348295266667497331538874882889594780174464452556690260034430373","13735915985696529150665462576412045603924496300645058515924619569466983720690","1"],["3017347784327007364426239422302754219304077380013780471116664464443727933642","10251403208200297148784029096859257310735295402258157124383483191702681855719","1"],["5158513991060448789723416941305326987105994814122773276814467790252163407874","13126216314931022208993119929787506702227453246109237436545876877777528476947","1"],["6076428358172645109094716617436866428248695273207614626964603338034134872103","6459516580758149986691781576490036692409108565489836301954849861005711774527","1"],["12544111072746729925927492767741705806663218286362874271400797454616548235594","4178951708215480084826775824495148039066407472148122334006946502292662649429","1"],["7779470729960357125601626265590076544668707618509856257559600364692023307601","9866980647691229888630427505311826374618278430374255631297456741848615246519","1"],["6441034947175631054515169827074015762411850094905793238597155386435619658413","21321025741617422171255971636536909494107832574228879741940472032231186423746","1"],["10130656623655346928023327464600608857930892877378999979941231663681734567274","10089030700925084053825711804840424013177596966257219424793761063352464962357","1"],["8009102845917911706452344486662674287277388792116406508203353339559402730216","11232824767873784968733017775509732354573190497648418141770121523112832201119","1"],["18971262854831157789153302842750595619293387965420580451311138284359468275708","1995303355513631880743996181249929399957008573561995598138509544672817198754","1"],["15166117535560889232056950325659755840841826217650207105516776683484477208165","10432164416981286611077387553053565697176061028907988614902996581398889717806","1"],["223467015460846861714103461539790663856597815942583374478811891734746016771","17246584783390738416838061721436920459626458581009595300124528950738469214178","1"],["7870686250876372228696390238073913573060056346276495740514111707170589932679","16796549579005062453116363430443408744165478879734295274320109080306757731826","1"],["17437587054182461374322800727905037708233248136968526465747832115006778773574","6322972890359186457241505237720251778655289088452579896455915391538089912279","1"],["21220419915755837378951915355634880077430186697100485863287101399129857696490","7833138758842679381274918971639374792929635311119202451324935040518288833379","1"],["3792039048294011122088900304312975613839505951194598699307579803942732169408","10168003124266959296812740490636651759857771682427076851204756781535394515465","1"],["4128032409591236687776047444245121592335060733469073951819247577377754634326","11031013952765217370469040520720010081633239912824995767639123742194491972077","1"],["20449291196839759590401627583191093768810991867831423187051368701812416791796","19836597021202085769145977555404355234460906373495505397184613582044295415484","1"],["123082418183222848638116616397798561017750411985183667248444212278298828471","5394564572721483183919564137905815891026339586243230240228061904395500355674","1"],["1725732828990839666193722795624479746947266797521005461640821923155329715282","10150953280515610922614068243480357346956776891582738349457760880036414663867","1"],["12841153413686671712199496524163267148138319287015153096948638647697852018927","12186478561175700682174303196140226342821670857087432940363310004616164684565","1"],["16825638205932894824891236010129575957918996667695076364937670060412362662632","19633589236568619389443708327248931293880944118345405282036897457189703102943","1"],["21671110091432510917242678108604583633874013656845629521425408889197773865823","12976468359076189554500150919543649376143906917740404328687943248612998591257","1"],["11866243977403897423631657155641485895791463861973719803095385019354049009705","8884177585033925116938738745366328070546798219103971393585877271351647625023","1"],["4272059617540589669266826153507222002675250043881005603204439185552069176357","4386064857212673681343541785661302866751059819107710458721487771766732945133","1"],["16914836218339587700913136370092243812082513638780743625748337290063815607274","18960855494525190010338144731683931223847441705820676269380479686676145288856","1"],["14655294647698865007581257318576862423511650562643660254023843399171642899098","7298021354800629490295315527258070391647222669411599284562560156769746164323","1"],["12475735903248668579808426955447040759444706988389000514111788664197141711526","3330910189837811906827047505842216531782755338645636228071174022551596301913","1"],["7028437467111798600645315455174862161381294068309390329156267549592436485465","6105826029633008401256258726651283567806159501016363148464071363945891207676","1"],["18382391821267414356298128570720037498255767561909051202093909232984784465080","18750394984225369318104169473879191515125483566330121606791173364702318024425","1"],["15753878432346328286498947968363358761998524855359145624973213763362724917083","9356025577620260256702588718476010338895998410840689590759821630512356368560","1"],["13403426327155173236851171616342030039228076048210894136878559055630864705359","11541788610264109834683578325554380879297583214269380288448443371993564161680","1"],["15594802183941094254916938215948161539421895335314468845388283103674273629587","12611195174327230802834703968990539002700092880866556225659621894774278042465","1"],["7205389471783898762057042660031103656267231620569432519515517023372812633999","2411632422659001093481245945085701936694371013182996839964105172816703524907","1"],["8598540124643535139679285036976737626509484003732428708696236426596069921273","1743564624144165089163374095637636051737533695026530691312510656983442411856","1"],["2394977778333128888441312849456973913247847263612576032046583902630612619723","9116437401219875972320833490461807949122723670957304721879653352041985623616","1"],["10879805309408321401130231605197812624587293787018097395163192190356373109676","14737035701609661058295272521456094004469124608871659371152345703551282614065","1"],["11970048261896829389488005580866183969643576221595562734638958342415908142629","10313254557123690502888572204887820177941805676324079537074171856683245643055","1"],["13081894065092705459760236613799109885354633572843377142804979172547836914708","11056476544713942744427277583420602633215035318810196897953511659177593920668","1"],["12545589052433078326077999909668737727354024832849095233283068203572291131800","19529628068076037455996187077323546728459239495497674594844720119087976481140","1"],["916729008452560507221842417229080881395033272762051905401462508660468117836","2538382346256722812765177812631252877846452761973031972842229685437903393435","1"],["2217896329973854258505720016485577406916742754392162090426740514108637331132","7959926667516177184559274110537431710506973266995448732487220767722128464381","1"],["14127657063959292032706947712673873672614054368654819911433404373236780718001","17783359199492680277992370173891234122518827541802979716346301979330781678417","1"],["8937932087548921192517902178737215401661719177667114563935432311506029213830","5399085259675466470584330837464494761971757052956267440928757495382778471441","1"],["17145702571299808497421277394280192460902474376807781303583818908534883329769","15971836769894979715243162279560040223930918214644090258522029414339781685983","1"],["7746400191843634464937077010054885070130885991102027483880487576342264850159","12084938409126846958812422280120084847334654069056322073642507661621581553247","1"],["13418108913949984561781523184828069864439369106558184755731352266401533078062","20689159003233638459228579538387486301271684199746044773444027762996696931778","1"],["10277312668530308065968581360823099938206605439198734344060120123314034332579","1433641308085935764348314036529355919233231500854696260480755018727816023244","1"],["19966156307847198336679289849598019015134505119199749301327073368445353455793","2245625849523729253177601566406441255387135983806412254785453644530739336692","1"],["15332421744625289942209356465325698483135096319168993542461703514388619519019","6258572589820849389490217168509251213645136863485579960927029954173513696883","1"],["3004014812069442386366742294687775798106335833073841888447991401732936254698","11850431518017746788171810889190503052359460262062878247776904059211848902212","1"],["465094451358941648702880133266242801144931337572084089396582702202531599392","16251866647401130215452012672452926186978350159838488475019057987884679672476","1"],["8686443395808632022786751611055964481170433449193911852551882551958109799946","11652745356285483218256775917972189097913480939885207130993835787622634945204","1"],["3745151427001533402825177405915627663018969502318990266951135514355796348664","6668612309818119905337669363903052079972229576275171805878299505174251047235","1"],["12952350886537934634406456103419218883468053890023579126474115036016108601204","12644619671379607458491508107009422834479658009822984925147384892410845115367","1"],["10195269126371495863734986799053436760242439453089020555977519085903558033094","15590030840577099623035852354078913047720379801247208701346541041838616446759","1"],["21265170593324450889237853262847860148102480792586643528608115163397053105159","4074768767158371218455789359397461172649277335647671950013795489393239493610","1"],["2546794637208283062828876156398760161925727223209587157990223004835824943392","12591237904423211755075739178708064664727188010962101715466111802789313153813","1"],["17580320384200963732707062865505997847533353618191459588459646770725562957683","18183409672872558796424970515882879012473665038521638574087743443947982203493","1"],["9353558328781623829272773270898729791977605972147360573164852479332007600998","10422713428199732616731442016475526904526643149409193190291386522609888166059","1"],["4813278526936428552715804097952061103838309945884486256623314662572739552210","3474150152923642420449619842791803972599122767939589559041551593990138067987","1"],["9154618258883921520245434099123561760579617503777830805953171897394009425582","16315036268833078839943016934870975626922404329904902699829686192992647777244","1"],["11382156962987437496889094070122900068793566627023521303212568801009357174277","20968823586180790346787807029758115445474303861516615992825065981743479089669","1"],["15682769989469794486173912163909946111528701865834196352504302456617535961772","6121749716081676420773593998913859457581234132584798361610841793241587939299","1"],["16129052595327568095639751199286394138309749946140100366169308736324526090947","7942393965006345466741895171258985489578186480378142695342298656473938603804","1"],["7862835725475910633637017606881994167273296206326236002661209244756463688719","7085172682676986360540971233280815740998002409966681218191536738424628026160","1"],["21392470308639864609017651870987259275138315277079529431889965259546973041170","5821307355916959103820554617181134988918989944963046271450462814750065178404","1"],["16683474499587357296763464034079025156911417435634098649398597626242036944111","19567914541810119490637281178781642303579251446092990466545439049132827024085","1"],["14281813511374783206300276337786287561612983445956772536258175944952381817142","14034229973264457703635492970768298309777298258678906428265793820012378252170","1"],["12016062873868377284241514681423871107787251520221458026065070443371432972419","11534809510168906279412471242562857299877699475874560739479869725092782782364","1"],["4977657292068606766424450015520999166203580257902721791019996095462321215389","21131615155775190589617138452437084758671985546601401624642666932799119208484","1"],["8941876801511356420230160497995696584458083153065885028236221797483456683492","3879526363338499748565438268718910113319432681284667625103612502987211725002","1"],["3301811706310422348410650474650887012999690865012685868209888397389312775367","11820624827554710882026373094682770214899065763755916974563937442320350480354","1"],["18488989164346370731659307607226133507523466721555536462010687637901982184755","429490888379357226375561068063271529322072224507220042973868969745328405675","1"],["9416882515074746717317725253518543365313387256028314105255665489975355118562","17416333802405150520638490928956548212865034046250789359775239458773895094003","1"],["21854568352780303975434116371167707155542162595475638359419693745929814977317","9990470370442485542899831634424200586002980137587065088011353685406099460423","1"],["13041777014267252676016879889744906486164822632200878474823122078797640614759","1802808760190344617479299510981590023413425316807681399809433089812896328681","1"],["10299682058327026244032806146323850142163668742310553138765536117836971128143","20215896398161918190361289200112094229238859633610602873918034213789746584567","1"],["16317449423410440959815868438955790438475323480720604518474579692957093100030","2593005431711001638565980712520164358774434591630123598049749694080371550142","1"],["9742658704379868074307544622655623164028054917170785709146261454785376421907","19572632944449072001115179560724382696540151841974666349952355570958715811489","1"],["8004563832350445537852814002867997110974762683665707112511579080580910110643","14393491694902983924964846174639654803126368183321811442539529423275005877690","1"],["17173356149165570397592194436833385647096267613301785604958177941764727267419","20604844696799313122908697324456362727487806424122683646926165978426109943160","1"],["5838760977346010522141338647249771128277183633028702731977976104409662171404","21663590209075513480943467688094172997779833719436146533582684390948307993926","1"],["13794853824917954144407155242665193074819306125691851595190762612307948837519","12436736717465228622387274800907971036203907576335714627123340996027807271570","1"],["1614518886872462664260784761908226776778589167794528432018476694082322304264","10776337727381941399284527568625443443262315290191776151383474770971855834662","1"],["17727770785692098661892693250917198371529021727165416284091497729205567268309","1139647043541343742036634317681387887568780213949816136040829282655241915077","1"],["21500794439826198944052215595060303651116778628206717992176328120211911592500","6167169829955661402432660366321010265073132554072870014802782676782278266338","1"],["11608543942637969635788474763113047584455469798179259654142189366323521413001","8809265076479969478734724220825455052363199055035964282749067962243155307506","1"],["17693735313343413063917693087864238950888772905862796633347362527847590518557","11795415222247124096411936751285592792590851490459650803335442719821343737856","1"],["20276606032975388491692049004966711366908964397707241613201728436685600623609","16669888099694471142754317834767426248341333362851162144494140082534386343060","1"],["10111456744148501803542562762842125319707662828802420115444282541857496874829","782197155037980966831414614624104596940630365660262967263643923054178829855","1"],["17314302754933653281155187163011352295023105504671978813329168482078303958921","9950974324412430042466525799288430073724523537569611970949970484213224851934","1"],["1701022739903471527279218771159753193311413858943337974990180027517563605853","3162564989369038096123550714355944670017613587091679527729086744773567206284","1"],["6154974783694631673288677899720419417184052516365953370959270554283510255355","573862919980713104051131781646493342857329156970568016856030252785894117378","1"],["6349016270088590402029676257730134646051371517645283541167905850319182676449","311571394294565446131013919832254652942122748633695589439537901972500860686","1"],["7046078926642255584912094792480678512170895291447275150674431743801836578564","262732723639823701370787443809234461890034068912750218271988929679310787261","1"],["21439877431579098163549189588939086493416177501198233161095156313417328739507","13559719765278948282099910419836028748493644645592689720810280629235826095586","1"],["5416210823097197400875295988213612981676301481573369574846782174580009204000","6830245078902245871040535722835258946496196964749847490208902423856848566610","1"],["11220231876174597520326554120941049174128409876426723481889219164194542304020","19773001307720978533762093530940239679421875321264621784701146654167882699297","1"],["6091814725070496820873921720810221279396856666877726557137310973584408284049","13841818880214538617210447324587915321227815858096607575363662976626258531026","1"],["4224404299558569845453170593278400684543883295532359444075046325269462864600","5202538948732462019055076509776477043476651435063364320783032680656841558803","1"],["14519614863781977696751252903738194607174952814041969783668289303250731173663","21810613639373007424590310650314927637387017443520793382385311182875873401824","1"],["13457890493487207901350348574965113141877618151640990936616023160919434707973","15866317980243848739992588062351859697060186962597308072874375596804870904773","1"],["12696444390443165614177229673849131065790064866278231594980729274947322802226","474348466485144389816798050871835443869206173955211440020189431564222729485","1"],["2091518080818921712248419600879433975351130624571933898400478346905813307614","8302257106604006203615887433429920505896222042938879904240213222082893670492","1"],["18100487577987500208079079158733233794189457451123162003518161455424756893812","17697478592679371674211045524484588798889650596272842202700573961723675130576","1"],["2054443041320401096077553982182221746720227901395049343566781479173260202538","373170500704681041711469363367232529206711553906807046243258515685746969893","1"],["10607858405179963421712455760607156581745820630675798132398569350368189648102","13280666247358352714463499842063143123830694677904166758051367733893686348590","1"],["413749810115477490388245020705853497513025384398192725734721997503874831457","10893497096341854183833041279057687053237958457216762859215144286666577965486","1"],["18301046724040584285672987113243554595462567299684217463023252581598106333741","1801946651957180552921043976530627100784481573980467588916978873125378236700","1"],["7777005226580065854819416107433790059351839415882630917039180538069912007735","4565776786868400487591614479972725469570465740287869044294843208651581067250","1"],["11718624775350226165981350882452768707893678151942169256901653655535732593352","10974288324957157151258029924922169483601812357933673526342069459551403926017","1"],["338109360400925520575792581745720955270026791376017898095776818034891561696","11827718321134741657391849311430753307129206270220880273500851758505892405606","1"],["13461720087323865562700632234512586489669547855644412409394187551443293824108","9879047492038527986527312609274346315864382627008344646709215463053002489871","1"],["1628145943437220271106963628272126412398393099642582942777549992132255230828","12329733490606472978516128022705388723663691052677632632722079136715076153937","1"],["6321721711922903155641965540576026137735966478029474303861875174622474568793","13074432905681588962455896305745713782665788052548991688331549900030635046888","1"],["7731286403981631432558993777796695339068930470669442109354979247355918318382","11194017000561180700866830371244544956822059748449823062329304820189917750027","1"],["17523061028667919137676258954960834919990434902554525233068192255293443837412","8012646950885973700063530713761451187306478084687797825188101293336066433847","1"],["6057214543781109017531323165812369424132312350408220414458321076161184777827","2482518945241231546348903578770721882357668492869499531620393763264160992976","1"],["8254291223239993437351390253208177496315266824172422554049717110997859418498","13986911457682528135298683382176322477372152548613546956305670444580107128921","1"],["10371678309827519927106162841160294196950536728033569148481329091069780969721","15435676020217521134730198814256682980048399648062149941030100137867857219038","1"],["16195934004666789007864293545395506148262461588245286874407169049445367369014","9691666689725434341050213096830639673396628888891465756592621577845322093357","1"],["13238762856229807549009690610467502529112946574372143997343184287279136318246","19036200050104091538740621033216566270803138378654559525643542597318182406091","1"],["4976870268809159720075937248592395469759211764834296466355633832364042129877","1726555425707651875019375150438695537063231284278929721968723241821513475991","1"],["6780686652707728402138014465696890353216564129631747708330510477072533859072","11925162214015768588118651173999822252930946511854659292945338957945411569556","1"],["1205460571566162803318040497484084174970453451443543734871461396713164460440","12632753049985557733473279145633384225099576760034725946453919921117666368324","1"],["5127434011760163134481554287594308080119486872701205280617428093158265156674","5708877557848513284338412333926173557559079063745653002275814629850300111282","1"],["1596190004707481432116437630916816853761451214039961945970079829429407542638","12809316206033329220186432361740934838238402739109630535387363840585256960678","1"],["8311010623987490568706701184742584877834318381554080419392147610563379459518","13797868138373208321701546362521228317803605462822120553550127468932985379042","1"],["11170021874321238780462919381602211029092440889121504729718501276374192159413","3471960971112318358033883889458883318641440974603269879033672231140303239008","1"],["17928269909302066647792227079993766146304728172803223886430603258419965716776","18755403979038464324475720974364761814302001941248247316130002749020897085307","1"],["13561458605267660534791341007349711910142086291603067511927302825435376508431","14855674989661198553102562311812739493378553002658116459904099699791465790994","1"],["2162181211646350090095703063777049063189639151162531221237333539744410519145","9831017112434634673704654646590977226417137031762833174832007736016994205492","1"],["14366148540570819881724074121116749915870526075693316813786676438280026395545","14461656535599842093585887101729621360129473555295440995591169831515181797116","1"],["19345246419979352278789847744789669540223136976320092042136631680379451416867","1863124997161031342714716057022387970468364712431873312945147546886698028327","1"],["12703150861982037961977162045222105307630798843026829445262303422782066459850","12262049511485339959321254400725253860650023329239011075707217493498036083472","1"],["5312124741881306374202983086700384348719181233229881556969074275305057741286","20966838353746939211578999590435372075575414617755931237538385993776209102137","1"],["7220614548437842758094699325859560495468648575985422624762230474429008603661","12745104198888973158235524103831382292883777019092822511862529353659116067310","1"],["19351114258803518745513029054760889180508151710342341155275011321753325775169","15567126332508219909658768493568264760994237277521360887435084252886149907716","1"],["6402971643120311992389739798060775288837677129884845211268059925119542160784","19770470709383316776996829974132941018338482609458113163702335380937416270821","1"],["1264683086462116883107823467949301273979676246538720032227189713678621913598","5609191025059936238777974054371942457199180177493593755748205469568240770616","1"],["15749346569272599847223950683942884991331741289245631348135779364450704542379","16821194194787469226694420922203717523396716051692994448021854341874661532648","1"],["4820581418909320594481025560662832237632332747426615993294023290509896335687","299432664184860891046530753760701498793897589245961818442159267637760209115","1"],["13674446321309227965066999024765902149011917102760945066397667533858640099213","10730107051510520128708743885945908134044105793110621420316012090931901020666","1"],["20664966579208097263012824354436878142736263993001422030220599918753712288708","15228425938232397313485172419217245339092350296357274985660484648232112604381","1"],["16094304636514970953174990251722573280107488286553359167712990745879045543945","9562117890022242724653243214971800734859690064144502143140941235513416124398","1"],["3568022478697253693483696762809450662711320547461801843241542565537678081323","16355133224122822952129820023993619765998964374823084117513295644565447461704","1"],["12267602011799298482790668705693611458056811573873211895392216211045883394034","3917992968477650982392005535594474119317839016469438924914439890646434481451","1"],["16683389705486507329734571946614944298613382982665441381701545173427109421860","2763611120630625800596036993755143098146357750853131876411845285679616316216","1"],["18722574097633972966261955497946622142283468519494944233427613820861661330362","2643268940353905896203604723089277420834518529871417561652846613061077164139","1"],["9994329413217974508674839588977247350386630493862644880792222162610277156413","16927862601817492069540674416106258243953843069583967961765750021427817148005","1"],["1544865316389738872528840526695287933304958247136152633590915014089318518464","19729056498592640323773334055906119618044688016809266930955850391505573733659","1"],["11742771465581135157421454446667711945323288626629265870492078202003970542908","10820819900088767322060404521604349541545899977647071867033272407326382697409","1"],["4556935690720169933924921746536972492186659583992929343702369075096751010520","8331875780006582978843194266314825308200282918785425792605206560259618212434","1"],["16246254955591442525313826762737279070641009143494167745075738316130120504979","6376350138834021710082291788014227485803016080270498336110913182020424326504","1"],["10118185841866809003573858466443178683539591191387747328152238545037311504258","1106853362056782859098261873799803728242315404729795961279765241785972562387","1"],["10908140474038539647863132553608289026550812762836270292394948487726096906267","7824471158463647810790268416762681610838829404503342240610761675108658363296","1"],["18278109287228551416270717607962954863529815173362998934720068763968726030579","4376327859835423739272251007612051653432894383726260652848389911266527387926","1"],["13598028113354385203943363816812091002196336095816653573813424507249567894001","8102834199272595071296690378616770988202437379752193304443099722885465341285","1"],["9926525302243482021753707244774351561032343806278256264915786720685582465116","5833819439823441917774426291483877306736046971672751229209544340493691764728","1"],["21600175662452190807806210095960027743846802056190025419211150197399961533009","18855562148352060489848045938287719597347114390303058127869959770838899439197","1"],["5117263048702414606187375492720246621822483388509461284225974548860607257636","12062369348893514358658734915752418116974439357489289303923921212854898786512","1"],["21511667805167228191155011436151974753787930525310969863227994455069907417142","1940198137730392159883870911502119668690668510883682346510333569162749374919","1"],["2114735978613222960789357797951302479841743689040808470360028896989619645018","1248565072370423686105720842172817835494893839756487787573189793602399567215","1"],["21297916422823718233715108962820923751257406854029338899065684363210906678476","17494661015668431242648339060626565787498696716888791976669913674060908936613","1"],["18448681973007179558639425440171316889218910058527204328509107923142142098930","17926716280573125770984584672592760110874404283125976364830775833843183576722","1"],["18934303208486286768117805836962579908007167000465111574986333159491660134015","390305670725843916976840379759735271104624969013839549652524062142374191188","1"],["3820744380017048610933514550188272229740556154206926085290155822966827725110","1045954212506874604837690381383238898149695306496193937261720849351486591377","1"],["20345298916287057608289364063578428412811734845126903908847209663692620764536","10180804455049750283533243429526954500496171811985351047621015731767793022447","1"],["21688388200951469085834037497666604259504941779919584013449412390837652185175","8612112675511417740929720208271403193965307011989640816234488772136890817288","1"],["12713722444825209108070865060064931247532415176805337916272643085743571249399","8090428646351407654078843149846155867181539695042547346517024762154936225516","1"],["7370229655586031112007813385649982686828320001803932193051283116969466399568","3360000841279505002580982863272939979068210803774690736514997466185076195712","1"],["15835377631882561012427737495751142084991234469926627809778673697128764749389","8507801295864817682819187471737224632809917425658777212965155420429137015134","1"],["17158314645384973849629975684540113013094091392545642587081824953137997774801","2153269639808194237484552056556223279635688266363738783935912315025820346867","1"],["15653222176520723236433477578798014278053879159882278905028669492024320442556","1194497846936844700832906739488021231198926113705184359582399340233890870660","1"],["14958371734072630205229982621480113531504201522026753193883737972969780772792","10120028493641521890217291915801621031619183746279570062748585903076876557564","1"],["10720234426693890079724767007038542745124057670800718596761596887032016294840","11606550819095220563784088850953138817472117749270793428735783563297238968826","1"],["15471239952202789910400923483531383975913321178705165262695380173764582713","2722160071659841528623217122364206046294546822801227935985082022659613244387","1"],["3584287167860450537919149479738732715702331232673560202396100302235432780270","2586614054725369878308800772867711792871476131256115991112521460118206994163","1"],["15605484991832676308163867346168177665186820413030182558657904532380982821261","12122458826480380078426092559599755788529644642564145403738266754986397561782","1"],["20928985975290975574689816789167597082259434202503894290656418948334834053498","4495090977308735288363858697926836838356824720150461761931908514104285689350","1"],["6844572910883145523995785243255223892788631919476800539095304430701737863124","4869409747757134771593917313296011478306719109424325370387671920875861445488","1"],["15477458690109019487720638598392329436342751871002893424024610753502602668536","12687536144144013647888585879084516713666279621670645378439584030893738547048","1"],["16328400717212414836357988880353022490697458524532541588308831031325277962788","8836912664328631492982162608281435967117250236776232118941549179514186057248","1"],["1387759660618591532804407306994049774308529669360676825370812696006200182939","17275566664918852278199072849717365150764045336445849138268389478582701524999","1"],["8502178208129001133593286909341515942214580726738778209389399282402268507227","1692540929849447836489119858473216526055725710175824817006238584250733254454","1"],["6448048716802331067895633477106992145975429513942652274214099466397287827088","18245037960293774477320619317170764712809816593678555776173885863601435060367","1"],["17998661492540994442872183106752557966635193344938056234825622615043377100567","18432997052726960860734254816258179999437019108769018726248429299273362862632","1"],["2131917390397517520169558132592814411069693707475186208695574440941290552515","7531672220649125422609102259949955977938853585316682621419161837792320677357","1"],["13206689435247966085513941663332462944186294791547994446259386203391375108023","9717528497037381844635778918166128367995188473542556872937419140270004542494","1"],["12034757863077631392925915924600957719286423775652525078021371056415987378780","9740226582988385751511399399089501929238078545646863035192268928017328481256","1"],["1729287162890963135929466050425840975360647897884327156950587916035491181313","15548562665982239962785628370974308167442403579520864951058332407053041288733","1"],["1484841130595382869927640933413697287434770273962497732372825161654083813007","2030188387824506348467475300008525393037052856677593901046143100278835103834","1"],["7807723428564517186662604793826077077579267499030502886990161477087033988747","17302171307203530286023292600394327021320500276863484513346160995515770455865","1"],["5502106184725590500692218884140534450927636121584476755191617219488968304018","7834274003370673412362320348857974486771323695572750664889476587837189667542","1"],["3951814880987075369433458638475464115368851671435377528111440895004356938448","20280948475707191973919002067837653009916035351318106598602382567741841517439","1"],["15433119951881862356972712814475395235950874698973045121826718065491825465803","15278931892878471506007949113442797712963578315492988572435018020901722445316","1"],["1451013178508650767660286620509736368027350811726160585756668277895478085953","7052081119815532556572573758421424058988092929969697988007879100169776887199","1"],["7782101205841790921298052651169005194704315305571411368295240162463069891881","1151572962341252959626309172021039528485149609636524755593304240609944139594","1"],["5751855897638080989777987789424376907117212383311732560169999173445160630863","20669995841783134800125435474664267458728026614322653603127151592908964340470","1"],["18096316114054103372504312635649982296888136141257757356732280740514241788162","9168442981833379207912686554413894276494293404664094852933665692383104128625","1"],["1065355799448484473971612064846308230786955544879567198863043888196271496169","6402533013704218054882593222890378276352318558403387599635301236496252656353","1"],["16909728514417984192853061607884489196437882992266094751793028539826303602232","14900145276072107444895757009048645040327047774117476470149524307535964156617","1"],["4580057977752763503210832833742924971459894522878234043935518314853413195812","13577197394713226855266038902020009166879734276722147720461728270743877363752","1"],["20201953057602951206941660397163897499939210292382257020625721411701039679744","3628302470037020216417007979483925796707443784806600749006673199767243803793","1"],["21196062253278832079362748345596317198183715209561296034579864780946682275453","13353894111232224552264735997735180670178270314565229515220537030516471301126","1"],["14860541315921441278132814410777435336666860534584441792562444126266171579532","7193525748665672244937807190672863688877591609857067782235159865228006484965","1"],["19962413570368724955196778747800074112941582796305375254051176573649578648575","7822073580315920131365997966783927539049612117814807119837408702883856958907","1"],["10042983592745952374301938450119146771833256738751327385441080430900440112108","8093808857499662556811729508856234145504196591243896945698481843891814373938","1"],["6552812245776766896999530944727305992082369502230500621969893755183893096587","13828114567682108451049301638890804969706657532154440637455764874306024464397","1"],["1746926145803706004973839484487431708813519228155534623018080527596506316228","2794520909771200859733377399918274528864717410939497416193674001034847559430","1"],["16050136382504171825421783841258402839193728502963697160216321040372653645862","20126428502249664204353462904550622498933046257220668290306738822729811749060","1"],["17963040295157278034151033427332291446276434400304350776960099388159946273372","21067169189334912673379532296687004874812687570777553751178960419821109523570","1"],["12477194225692533894869215996552115190961287985246815715409003597200269192649","6236169108800549708267364371937002604828150120517610996606143607433696883826","1"],["17739964098129297704223122058496045638622093999299276594788222072242050917710","19828166608524537810260475223117417163597633168731039867969101380718965808847","1"],["15971824933843920495805502106796231102327866614163201381959351604675398250532","2093916718287607000638316020912860471901426135634136811955423612324788464158","1"],["11872855342187978088983678202963147259637123376296444451517121118556077989848","16205921845620730466769714853517652461504331616520797049931278988934296449258","1"],["10622998826945955698495770875739432108256069972951419426963222539981892235362","3356022202467778994394521657324513668718155071965336972177065990882748000784","1"],["5546017525389036558721071885086749362568704007044788705910840800278141330907","21858388946148027364046372433087301482247401458520680863042314297663651403603","1"],["9362951083489049391185789573217685662578273116193576455557960358554721924397","17547956300331534874929078936024511495457158279168074395892417772005263489790","1"],["14159820875678193335809953750977337236121105940506745225799347198462240134277","12932436070202060193573616985661132832496801144646187955282745315731736329170","1"],["1883917221948443893422663854171932174345080104641224102997546157034721334879","10656281231216932288692783187101688751343599833096155884434633905641363474926","1"],["1713550650491231973494641105750249247159253668823470209855593966280179115501","6538889786538382094850888637335535054121665266317345244388517438854439878638","1"],["6765036841476697900525096104107111024590176701910326342593919135670380168010","18667327528667452525021588632303815364207936345690810250556681724758188464347","1"],["12926251440529543246576176961984719742454887373034275164231890096221191413225","4389731486561446943104952883732612594249716374717755457794224055135211910401","1"],["11813341958743860435980707535371253407741460439381938349623756023948574089421","15663439184038070573207614672349605254728340069930453796679413610177543819538","1"],["20632356067404933160616874432814993644092637591150423761404407672650903561139","17113301396969209997294792289842435742635405524279508396433385330847894082189","1"],["12826056837416645829427528449668598376104830509897725394735117055026209554074","3987668495807587928948819153092053644654743763570020724819852541869120602534","1"],["4600760804232471866180471867134439046844252281409568336737018013545437642248","1809686261087358296649751138806132651103574330897479043104507727961571945587","1"],["7090409492139967522699180029507486914398285972464405477564650018141789347376","15497575137133327405776199254185343680445561431134472671907693889274396315631","1"],["2504484183500983490033873443827808985007835219428104288510803711475095645558","7010031642781567438865055994136112860365949678161624018735073632639883456553","1"],["17558973677940741938198454803882177276434711810200235249430324378078652361153","16450967290953224831240233356280412225418306683986599738165020556337497338747","1"],["21346443697473619235969674583845784870027267578964554298678958208411294635812","418036383103210163491682013287382888296057199593452189325472963633127229935","1"],["12235787574028746511638304938969806171596231600366904649254356149536236506632","21123774050355208995669345525561108109765516618340792015372823640832924406936","1"],["17857517297488580225800237098882320794849270651548250661573269024461269008244","11592822708682766478088769451042367610555766208270650651295908263517426745891","1"],["20801967557455085224704199652416949978045092830173314792613484615701552828027","16336852556007252693444238116344564484565895875303694834640706470668692218999","1"],["8589944750041305148020640336321964513476644325948637064267154840909497844633","16933020058374053014065512360701167290485129737738341000783022830547359394108","1"],["4366374636850556368546132973911159893787617279260417483402496885149477330839","9928948407380336076677225457219304096700423906712434851754976596136324107578","1"],["8921648850206135334749842522634409138599956899419845244154109530520226458712","299431873472449415612151826016508188477876300599576544542926354196882417959","1"],["18348546690859207416471710810552219070842493905252433660348850284173417664489","19131898252839650999844819350639038768134247798830265540814135889232666889399","1"],["2414363858647868999249075724256942412680847498682962335035429956413793860792","3110983328015148552349701367253133920452407770538404034315545687713191713966","1"],["18236571884391220969106269799286083696266649228224913776992979483435628895885","2168403622239832794571610497177238893656589456569047346705167157753527631856","1"],["3490220564154350570916130407042612449665966903111684416368506795660166542458","11615241636272665759429254445411777692029984261235910739500798838046365718969","1"],["3500189545576741818542320859915994933656036025197146051060657648543106280699","16072561565080902788719187845036232777670731111879092459569652063465954681884","1"],["13468999607204236715867312177340380354266237018081739957434167838219026455290","9649239580625279845633282425952498179261658109749909064904734372306426075614","1"],["12149544910631673893423425290893258933728622204269768453439973403037948269724","3081256072535219174379278612216403941728597740819225568103638103852434109508","1"],["13131650908374075197041391857665642822466336427588313078993338806514393908414","18787540270557289904022096209929442566706973791275637475068133386649131305334","1"],["3464585936424322554097053172213078388094191729713020030507120642886813612180","3078153407488178955896427400809969110366359691987752272253228584581368535618","1"],["7973047567034200320875913092298593329364691720355445398748930767699533709233","2848344101723214439444708875802265680513474222138964224150679764897214697881","1"],["991606692509819718132153876179123181385667785429829268845472438834194848130","3692754333781251131017554330878482935644504571592942973231968757193824390602","1"],["13137635891493465853430381576870448444736091548798958022534621830975296545323","4727817007835438896125150203777363553431401288276687262461253845730786045424","1"],["17766487133016268919902514652710141883408864837802909820787786135980057889640","1050264372263389337814703217406913725347230561751092637314820239602740452962","1"],["7834482042017079445980656880844511576193566928422817866897013129055055829891","19962186919180814501617271416996874001547737922825885413683291807283232912160","1"],["6486037309529570628021619820919850777760268374621060638009075751938777933081","14944512405871693225523228017520029366055227348378156492264300263855344341871","1"],["12558096224750768734410945060032744581174568099575536160857663341010267766037","21653257335847104973859137394866957539835935336095248705625913142852705095786","1"],["9050125831463443786015236828776284415425841094058854794758604630720751114604","1012254713690116849453690082949130363487719008579795443097887973064335687586","1"],["3310316907045498606596152469868733465003180935767200888070023613983084733078","4703205652016807128557897974456081190170702592256327610120274179660231453566","1"],["17517130629211990630823863235020162026438763253635704480234555922685750699774","3234086311767359685537227837005156609540647639255699468722532945303948743935","1"],["11319573922008809012453206144878904718193297282229850822545633778287012133332","2670358327599227783865660342340282433578486174671068660609615117623715317546","1"],["19740499848383273864165427373029648870785613373599202682486153713947240710583","14405403458519065059949710675919068618796480348701669579941692949966408281277","1"],["15713049737932135254333845948715936969613407123893927479500773695728209610245","19072553197981194397265000896966674004973897271408058596366105634109600519393","1"],["7038411255962344815523654492148595996704176158751806582212559969654243553394","9284716850572143828115622603307473796690419073632002730627595487239924826417","1"],["10629706477202028852945407642028659164756645204466362039008232821184136313671","11392595294617102477049465546055951676916630549276624427583430181678680478997","1"],["2131285525292632305462122838330293078494535999038630480328257764520073140624","19367703823743602590736236131324761322411957142513707749490998814741248153142","1"],["9263641425162573716975312723963063984352630749133234709155579423229798252720","21017034690964061430642990626890430336108145132499192385446574380604069511712","1"],["12299308107600034643824277864368011490337265446973487583466479992956279072471","8066315232547904348026251335276542955383603750346784063123524610020930189404","1"],["6896703719241526108534550322790000964886207249544129448544166290330490259301","17085768811971825811235464806698882203110714100165412014125599913524710346229","1"],["1023687449432666046784098244149736829140721688948167900691809758221616552704","16608443557825522650653618174686245328911616934669609683393297480065983661135","1"],["11903839640257816960730135307427844105193009158648752996565180327315980855584","9090576790574836744100243269753871426513249905099185120311859532810702356524","1"],["21182548878404815044503359199318357667472581504910596059300850363667906680565","14940252680032346147119608612501533276963154718916307464211196173557574393461","1"],["11883052501713733252971046991859334786444593665770153346765791041969908748961","14060037432523196994661291835070469754372149769321607824837378846076700236125","1"],["7493469165702270859973965063546139666650122706568959045023660865276072682873","3401349494405173107753983787072018052850980928608264205339793778676818143287","1"],["5835330419853059367324056992034571250618083950080511024685682527731406656759","14931272197319236616355706630728823885265295943522565211101832057847081245349","1"],["21633536669594347414283869084997672805054441488963259000887109102650346375386","15315744766846200984383752376718830298627217336097015220630655122946201587873","1"],["20603293135227241930019670165812670556816885968637191588820781672533636368622","8385033673901004075500050114957223979239815311716436727695498859200405266649","1"],["21020388261880402199871470210580152033569451141557633000139156168294020848231","17284326349825116639672548956580914514750824662661692517363631592215877118819","1"],["6553051978240861707162377222784526706383085836133447545485293066859205957266","6556505406548847764289723474316277969788668167872425451105876727415847280732","1"],["14429137798718860620830320180202043737112423075268757111182118206289103635290","15319383719865968371979772124044040316707294465334521388445640935186905634386","1"],["6588593656106421944034981902094594264247812249963606519118910305665038678911","8006079011439092679951825503698806790389130847845867535356785216864384409787","1"],["9005424470825217149291155672111346798741860207624020292350955267535444008569","1672438206654509635246503419033149384994378188285727781031894352557371376030","1"],["4994443492654389008158110578674452274117372396109750678805069999582346985843","17118287910666127771100584763518039475873359876642191374445419750180672553150","1"],["3263442228693920253873626268418681221937797812149803530410931920840447764913","3482309932462101644252580511664495354868363407262047569476305815567092233951","1"],["14190820837596883349786457577642351792932172628207774759363369928670659015471","1671009812576623295420511938451869213918133647559971374498124842645999240984","1"],["13195988933802243106107683719640042814842542314697279056872789799511675335644","18349352118270979268576369139675186336230987610967397494095710283300569703828","1"],["13825324198750393142843050607080081512494124944831464924679791960276401069042","9163272564108852507387081655278475049248897745682308561443146489706522684848","1"],["10836962149187976080157435495388117142541742951483056341870072651102609810692","1685711221393858987694320462907760567383916561826750493031775864566278238385","1"],["8984141497584432144377382123722230403769784804588538602848270756839410740307","20677139824356070335108902395867543836367958287519232208818076820566390793213","1"],["9320332335284612011000517636934127412228110449424166277878809548045219781064","15536469951301842590473825175588980362918034897634485901681630035407124196240","1"],["10532731736594836935596869782087713517352397411511235785676897453596149306908","3096997886172614799158344536094492695502124506038677126378191944376923019114","1"],["7342997341619170495301116086831669849632709057729010492778582144241516992375","19409481848990146634995073338096189507773956986461219514273674516467271583067","1"],["9601817453065926872592780210354365328490798372590295523513876931514628914539","3085338304930023891993728394898067481582920286781539384144114787332482218979","1"],["9161971070596431695080397620697159358981832693329668306544125559723451379631","11366579696145527018668541917126299760532195950615785043999549199854595489176","1"],["1737605913032579747474498645111560180675540685588561720852082339433464352963","21601612609855819099786947039395823282316692683285159546280648694310508552239","1"],["8278173545786058773869841049686730343025654951944192136162030172677149268555","14929188653839633945889119011745688269624889023042577169417740161726822167462","1"],["16864785520620192418896375614177558355792346724806828509959412368305265696643","3485792875446411992004601185434776342967575384873733721551294048249220186357","1"],["20168029470855297635190771502269876414988054233587095041871283160239164516533","14230786220154843531757297909628979280209716978845196233530060894046849179835","1"],["7932465592126965067394970416226601135278822206294492599754611304337586739574","3065540685204049950525827748455271154489105537738093739069502529543654287135","1"],["13986754782399916200266374259148616074793446455092425411217616103496397734298","15983403436480211116046974486849232517499101253777946171015593571051873417977","1"],["15757498242459482517575769750825942539023978894621807397110865587680734175823","4205167735365917426953858783577914756433583299432789720010687788346235146396","1"],["13908052059392032420825714116964642697420287571914393841210953847282318382512","5495000096836846585546251691547100711688737569622240257214748446113286060411","1"],["12105356702526069125501877866336113496239270577025032567234604957313106298920","7836233863309813879990141711657377357548180887257515504361497671074633316353","1"],["20511867449225297702593415628200762013068698686305081614036932030206787469657","6751879445358798659118070068403592246898370610874180489302231224957638210528","1"],["2924071537454704614049684404882154561650636023266304836609374934766353487878","1907094572118463533955751250324675924521920940659033547726255173305889001101","1"],["12009343084264880209227025792950830773638667685065274402879403328261054924794","8042316347579163110855283770794001995805546674888850372778344394343578998664","1"],["11747153598868558835836352466184231266438882076635825084565652760848221603269","5274708219783991827944791613236032861642054850298998754908230174255623397242","1"],["9089217769825467954187539085208328536463371365214760465065534425797756123810","2983515628277242877625436339585363825648502265224579501874821088720369446955","1"],["7737295229839816796770024197002533280361387791706617237358723777972990700374","10523245881887070384665297755905448285772474227619941104280503256309338689584","1"],["7561693386645742784200855186163621602753716830254541489981312770797393248972","3189585476657798120742175570561413028967495777086849475848278192448847637062","1"],["21794643225274955098960083930263050694748405108337419599204573341150635041372","21496850044010403774689519409810336038154378615246240491521405607141439759524","1"],["8249420091924969616273533259370759057591045991135231864994243681519400470521","6302589379669380352364296994295534623226715040015365936248463992056514747024","1"],["4526854558012796481500259031078316245516979148977039224074963727795389607942","8315713758705303698856170621716004333250123890356625095554522871213410698763","1"],["15953471066087768615363882594560322401610887170702658211617906966468137714101","3488744242966170740189669524488937139028647822060829707913000467891921780177","1"],["7942410988725656023985576217799994448882773114619811947351359437003641561005","11901436225671349862678942290651050573017542479282257952288449418787287158149","1"],["18024978813966036629210527304503302829393358270738291853706999831808771223328","16938580928515716563755976140356856129210319215626070973043788915641975311517","1"],["15272698215816202157375063597149935446472496526867559388339677841843584483366","14365369537333017827318966316557736619343601699012103345314425952583342420333","1"],["12167820440570998590852242702771924296682033656968571917009846524954460470164","14194234995511689153363632763719411476906219331314429823946570149325381737587","1"],["2233396544832576781359996824309974674256427777047172572408672086777492890398","20378378206201687936712548315824341725105511713049138220633659326918028377397","1"],["9222695112534167194307384894754532748641896305722788277126145802012998074267","12844329372392980042497213316942233343639789663776951642574905699802342434545","1"],["529658808050907403609460391240119207675765765650705287915463098714938513479","19455193167793193168999740792833384388126377756877188508827889244265987791966","1"],["51446237444476855302783589165448170476828446176410545157351320902834797885","6917825745369198159467474052349401625741122113553275182043918570786195276531","1"],["18719193047766707003645395257718232047422207831035993331425455052054120517919","13878288616383493358986358778705710198099670465879180967609263079972589080812","1"],["15840270849707703889250443390930882221344314533133027380731919512601183951773","8116167964027782927260826693643518304715589014304114831126902387134457233331","1"],["1591587378651412985119392298352372773772693839591689146400753197540934375232","248210265031134968749829617982084504015381266348864805560410558300700288661","1"],["20424581457193191476336247856298267167389258874061282221565407004511785511622","1916891396648647346253372041809936999599968727600198425679278167181589485992","1"],["18768668504281807410923607597901682891241176183169868706102173198784770077137","19269682509395862495661367864893657214780620394870219446508966530140458026776","1"],["20294013390619779586809437661165144390076771309682532983098739751023322239082","5214037644262896729229195597995607770619145024669367327564148584439024670493","1"],["8351564658433416491580088732124694153515790566199002357347232229460928590838","7255805446904418071819349989252071578079675712899477299944493440387203386001","1"],["9418918042247046798339830746109280598262491244208306885390132368741061111870","9803413407303577663334834509708842949503522904425923984081481453993736233804","1"],["8737628848776751768202152674194068127437425504237859505838574300302405833502","12441487786035045525958465490536352144058566949559181877879293576853810075401","1"],["14241685930444010226519115219375384343954953758659516633127960442148196377824","150874615065252305003214342947047410032514799985004243231341129275543636973","1"],["16185197218557207025873141869240744235789455787162698301135404304991135448880","19549545897341602300195487136910437781500205483277044901617751204505226835137","1"],["9910556039399898097378511949027188171091924398597418996556169976830522319947","19203915138514953808014447870467140350456207449326613002367457633687008363523","1"],["7645297437897850119514933916197675945217890936658283943496299691869395771700","4054866670360657341895964153192563006366695689979085145687795836735421801534","1"],["17901075247590219624085731098388571929908545997267432746292685346495439912045","11531939885151688873836438820929937556411288388520675604409990546612849319418","1"],["10399087120318712110397624487415021379719557691664875111922910849107775155625","17690876541768170471170337918236412973184659553296643860572280715595373363097","1"],["17888440046650109180780893585275264945143806361129603620038916334741733438238","1660168585434539905954393586675625142797045925978746486750709683828011664777","1"],["18293885074547899840669396714887155545794471345809510978119494367787021614694","17234910982911344203348628190858640105086384382466512934786707214174654613290","1"],["7441246413876707513605625013164159886327333791620312633491682061730825761563","11851131974692167279156758592164599615252637846473631870002941355578880683542","1"],["3577384579534916709081613339703164915561081353049602481619099452312946666478","12246344253401479111359345033060733983917952315131688344314879565284425612604","1"],["10683360288353077250919342973480346475494925511933754742557825458773855108264","15445098728763528215052775436646537697786198579967110346270752343562321734304","1"],["10850111519947887275297655206761983512262077865780244742378605417147679598624","17847120486755049918577717688327248740804382320881799722431523301642120722560","1"],["5932147037023885153357923147746874384800520476671526456639225543871403057920","7092724312017464620476486184350250996042816504408112402028907421334502701791","1"],["16597466039011568289693327947731239663419059034605988803232343635764057253904","14284628174341670260057868650556571096615941534782775607988931879503877325352","1"],["10283445658668963822108486725812383323820478114889064193886593318105440480714","7568526392092816519420640003665196476956682175097527682404184642272098737599","1"],["20159218821761895202268154163371136113332711552541323842950593894174209237751","8316758613292254558022850838894756352557858086669430180857435473590416289660","1"],["18753866131744518780505047882526095206410383615944012109130913075466824783304","15253286302251747506286116684637986185609903873187638035455857204585220419694","1"],["6481625246440373397499988642587303809840269879210116828611655896025039777966","1605432595851259482297785604118307429955219105829222320227071160330113959169","1"],["299179688977916154000092983264732819623939972527029265719878563211127534967","4935627408029304182407113389712816730769149489047036500415746203023363722522","1"],["2858846344976599004917047093625757262187856519911423824002401020309659662227","16535547815957704148140332935046937671887931170020963068823287034328306962383","1"],["10609295080646951047545118787494510805230139691289230247033853271236344390101","6985878128684534802030529740541774163094559855696379678461091793952912404423","1"],["13141775708743780717530143483292657206800472914699488968236066386748642914076","11391299231419909708376010053821270943185017566735432435176067979245674904055","1"],["13589172154087048632140779471184922744797883637622942791540706052786319910429","14357508207165068249576157778137179916000707670022374679299004382389474895155","1"],["20960328733622623364830826492957951154203088485974306115605791601077213405379","11322260749010444855895223356814076581104613506704919650792743603528272046217","1"],["6474640274995751833995408757500899632110202211307226699311472121528369689355","16759252804348109495098254400356325348418666086438193301527773216039138740302","1"],["5717871962794386568372075982556204269220418400668486073097624474486148241758","12164343362192084523414147406431966950103476075953033676332275042982698478175","1"],["17673947374344513482832066513813109354041248571331982877016255134727396109564","20423699730877124959492235022490383463481993118493804773744352466386924679713","1"],["21110074161049709655558545272837349894929894076028988820599628981926156853501","16524233609495265103909916109665135730293899418924213243971156707564408649481","1"],["2862057867270561396722193623776803977293928370360036457835090865681251212753","12996761800148924750869505905958977395343277549382666337301185255283390313711","1"],["21811428011928373222331719772626794544550296666169448738193578605627665259507","15123647086087630146990419082363912818083080561034585747256147498307576592083","1"],["4110982304527433330747363915630492196290411598280267580838792458414750830526","2895769345996728108985955085557976763029515866865759458770171037625025193269","1"],["10907949802793150201251557616537168635941306052109357210547723158524517088951","13348270117660353808367681696134386678900457402367189101647696051619556753366","1"],["19781284617150214487129440323387282491111687707091298047986267305543343593523","7920237234186365119790373934795162464725774965114329233860419822103474730661","1"],["336498861971570285982628672559357834367103563441462086400615532087953931725","3483236564503026661117429909097312618537073391204261468732152440982097834287","1"],["1505051304540654263108198208990117206427853233495457131933792781388654058161","21510601596749921768906372719692348114659433185161649858999026623521478302198","1"],["18336938692836393557499663879674330389477443858910228809620262911014861596316","15656798362810213252591811769969094177307443951087491948359109160443464227373","1"],["17230846237455526687908180190524403528884318634862435138334954227066964896532","682211623293962453413902916478998125218193814653579880267786409629146154904","1"],["5888137828075142347504543595048298778421121781356761872116144080535566117179","15287489320340892682873970296184145536275547240743114929575406923747437133982","1"],["258765556428007239201434621975980947230015184454415796513508044006862162813","8688953104921961099523864649618963112509154674149107049447388409992591233409","1"],["2845378388892536563355731913191761882948852723555564767405201816729917275544","1084389246500593196899718825130230639206056444390954635728205193690561730760","1"],["19135110965835345046836350512474720194119746816709091669477012681027006564516","18806849369339865890266018415933527145248765749771483052329947534270072358179","1"],["14704793606680552608247592507115339244705829881355437275541296938385334363225","5193625021775772496383173979674165140672468100351709936452447653545986412347","1"],["6397033792027578737626875719233886254393511947495595860021369782600258864790","7464982437874796339051540513896303619902347718172883391566081965493990427774","1"],["1350266186927789931194603078345892007165367973490633151622557152925204476579","14491614427725503940568604396720222329065387128580839955162411086503134865546","1"],["17632350407230660144735382914008186989800434544201694368374394789625328011263","19200347732522748548926777996218178204137385640263053077068828946214695581047","1"],["12237167024270248848042560220405682183065734478107954705375243701935048116852","12086815323173580684929398330282706575004555860345160707165455933571245528189","1"],["1072061049945390352959356337610084603203833974472709198566609425120311637354","21599686143597682039636236318820535245115049427716696048540301921209460802544","1"],["581750954603671904725973447351969472145693162911855825773842613527092774337","21518319863783597212753647567987071441172542308000662107744827162267733168846","1"],["16592141227654484779394063487961592281709724632553630075677944517634915628382","15321419740330551994534402396777030007010132619137358384513992775399106574677","1"],["17280664827506640472394641356182175487049148171038638652924113049510425829674","10991303829222407833151740076688539946904544092814486867486638952580063198870","1"],["6601395473947795008885485734191873651014656791325558754852206497285466354334","5939287392517495332632500351567526462352267395225423291029014630781956427681","1"],["2267216385458767440797385091087294753677921942087792805490741608226732788954","20500002297063749310128361368298434619882887464963782498911036732359200090868","1"],["16089394725295859742574188196303789074026173947597036711708132372276991026941","20050129547987881446230761661926746002141563479522826086959844158974936600780","1"],["10212078244867137078536875765156061725502371008221636825129799583882391330998","19977838786534352346972359256344450935210418648872838360688801182761748643616","1"],["10665359783730640794832096840989880475942164367493520004106255412884205391271","8099869400146326908792261123739434733364597071635142485837112573296114417887","1"],["4241942809757041017291112357071857329279201047398656611004855238644047401009","8644785227921442344085483061525955664234071782068029306228750247284464863416","1"],["12339500451835204870677738767713976331046480066160275744601178449885044500110","19039961486777681305163696051828882549847421745180980656969013405965609724832","1"],["9872165637831163872329975978130714584391117439309723467477466170231120020123","20302633809349760963675482194617055386190248426216667414854341704291861568527","1"],["9973558478414886748048275107423559286547078830011722376608636165656983214051","10470021487845291508230929146501296141321074869745748052413584253408201727283","1"],["1736986570621644145820369684845821654723754857963298448076873653319623437030","13575362421337342210922903602798993606762486296467116899791783016595628996478","1"],["11239564427309882189077219627446204642765662566097064184246066614581131216112","2672520110660692318368475556109560537929591404436889555158365959243087590371","1"],["13689967726376636983487871803353224311251444686441512922219127536742591426924","16635322250609878750476414808583497326846366835093112265058632754880705018104","1"],["20933084406517532734207829791739301329342609247950484344965590745143099186032","788817014202406195233256704524475441964781963439769182252963495768406358714","1"],["11734034412763615045899963384251614270097343726426643921974109227210676918414","12172105696823330461222448422870457347062066513696572567955821526127047600622","1"],["4792924174828617958177810793148916409208474446048030381787659726481507690386","17333735216080468236404146164186202737724540431872167300775124935279257509783","1"],["4242173279726279751207080530644921412497290605749282944755193021250677894843","4263609321324122127562876515844569463316698173375684339921850241060951556365","1"],["12285415534880089916837960257990658760961183979503839904432569790980913191113","18767529196851404100170610662674598034602093557816504870447892046250428679452","1"],["12855111485483943348181482588521018872454444982894026401674281636484288769719","8290538759715699145264837190225780710929573125241391294225803503129173489143","1"],["16170714304858007925136141002779416626986752516286611243756210265750802318699","18649866948523469712744107459765023406485494600652468750971153852848642613201","1"],["18285529314809103079209528684969146037581017247179502089657168246548112501316","2026824602389527637439518189698171533348671288584256837402385231919134862487","1"],["4431518834239975910400542263214216914571188447839918099776072790809044791835","19162427358864431037956263460768134770110100748845880670609767018291390182037","1"],["5381955565544666781028257817057136518189985449270500211115626724722895574490","8113153607066777329108116994116492300100254412740275001344399186062964143889","1"],["19140705401443557218339712733860415210316345216743802898229232502530392776580","12703332974639832014388090492245678566723803291080882908104524850441548392775","1"],["13528475759553166390738637485945189117497137596386074419232798231104736376180","20735544560883451498882696981069575463906682009156822224167730507688335767249","1"],["14572292249800595470118347369520560568135921452135122759555304832367823227903","8881877245399638517184257199022506400305939523600274896223659670925114557126","1"],["20241882438321995867296565474713998454442524135692481538337980187318972572767","3204837243966136506617768799269351193901893411177769925300397328252822895998","1"],["7573171095041809732421693692239448680723975175959332274749415662187316460174","9876003801949249471186123259047385406271731746951595465039086290752779890236","1"],["12240165727323041239605536993957705044899553868370155629750381927453565580165","15742000056676684944086479429067711066729292933542122084530983697159779249281","1"],["13697577440371132217932402223996282991403460394699759260110781901780347135185","5019405222972293946640702088466979773094638038256258419145811797629836412916","1"],["16946462471088064157190777174363499454378491417796531211937667907310398879605","17803882202899787750139088572591684956696634142131843754021378898265362800231","1"],["20681502789765467508888404323695576185548809498134846294790346223232097718444","2079280529601931322139145786013516961684169410456359148238869792369546061941","1"],["162953056734103609674368741870128973715039837349293523127859039140882915406","2071384102481896235869473046022846440136029647232665103342480516387794414736","1"],["10628969660178072080884471915079942546647992363607699406868211239635141560417","2990185393051207926098879272002055885205083787345397562363930063904952558140","1"],["1358221135505942365544389649988555098311376748547106277074650071957172926155","9162454989120626479867217773432713206898022245887244651096124625891704234346","1"],["4705629322062509896069375948681751131042418775142176957840247466789767117185","13642473424096015811504599720171182932863677369448691822498849312103749723652","1"],["15113789746028619560448574489596177138635589873187234898848497501929235380018","5353630037387599042144272586020282308898136253216894206608525890629778991575","1"],["17952603149003184427612054569327523955634204712838572248151166131374809389903","3969535258032357051504487029403949734791437419940674817702022251932346625148","1"],["4366476115831146442059720367915066039507312819654774364765357726467357787605","10404031469475943866272021179615799908744041951214002667824215380913386633215","1"],["18659689211255162044463270078535768439637972423381262207860311669232453251111","5948925591956160282882743343289293447768932645503015411134919223567897965271","1"],["10734548429159327617055504641867014384589266787672258331216549405378448013467","13648119653809374875387531758350869029186788955243697044908586968688840657900","1"],["2660266988616572099966541087768427581114851888988910982514045143221956467815","4240760063958101379570978703327073757430237281578761752723067829446897773749","1"],["9259854054776687345832441769184706720246732585429321485971121176812092367307","16678069368666056820854916420272572270167095789639623205055748534698211637756","1"],["2988666480610799945596059405972033998013105800486877339832395614154020256261","13474094244698064465199267770327920757707181907736275112030436277020384219475","1"],["16965769053358721069518071876576924624163113253256603200482592803153974212045","13459163744369594276809557970439118742966592109753734820158794559268664642844","1"],["7593873766375898067803131906113823625487934552522675104246509877502824096598","11051142770328014042384547637311959242664000643155301406372464331060411988142","1"],["14364588410898834057100602740805866057069303453025063700777498321904770500252","7363847748992320444023924514614698137162839934442139495454104523884536370593","1"],["7071010700395244494713603999745858657103991213061755177118340360769106730359","12024457045906532203342857497350513822389613186510758074970834569054406547332","1"],["10948300207162986072508592117885328527003383172010049903756410628607322076117","6691695483588255266751659447932912220977143934119009896830728557456471604576","1"],["2771179712656887856900050153015442488815328213232436003535907002988490843127","17835253920549356435919323914804271900892817537314814899845779040485455628851","1"],["18260804055702155342338284615394115027985172417898230209386185211553847902457","9812182145233782502336034010578228799006697127143933456414444716115854641896","1"],["12685625579601296279559450170671612820334791461903476573083960981253639977903","1065697263544097420288823584856619434171754891740600753663153634051448175843","1"],["11837943170536361051605122128938305678594059251458982846858486162656564525982","10844926139616610237744004515133819522168155835611999215868600947415251788940","1"],["17037676830073535696080756700956098382985243953576537794198105788395624910416","11464327517654525277152053374066742265070909292458177039292100608826167938653","1"],["3721568287093796680283714755967143879007604334425690560096676237793738118780","6512074093686624352841715462576859571514636098405285880458494567346800948677","1"],["16845752632575767282102747544304485568548539382378089727796484241638824720613","4186196756707778910830101494772163552231475946656063751179355567238654401138","1"],["17556673300286950664073065469787500172081958859488236212445021916439878408586","3374705089012353250147060872842882218061442221659786643751106196341887874481","1"],["18699122995116541661034274238470273044045498478103410360722095991350300290167","18840382917097675042640665991283308026357449848947997665049683561059993021557","1"],["7124178880916288851928911272142029207325562805416678146799103664267554580459","2739631601858670624447771811695293169393185386025537451068923781167152530414","1"],["13168621819264863670211086731573997492742142490905816743542225218244941431519","13941646095633213460047145536944932232682999493380008602894214766950723620863","1"],["4532367961174603831646336466284182058016454569349755264210623622412197829043","7962284701462287160348630136777040647126459211672588020331159670695679659433","1"],["17179543680419552507283988476077226545117020669610949349662994951501873558750","6438695118848430869691323367775243292495260015754936185703268433916363861508","1"],["12047855432158868244231003716280947091835971299167943271901438131836704771848","17582045906781609374625443169529461300498814896308046161817023020798530993214","1"],["16809306681665778377674707063150351937653726066186347840805911145400533636292","3429882385914283669243477393314806948758505300204985930586753937777470924358","1"],["3344459610279688016418241774629735694107996130455346475747233128948789499937","18311476297147242486720253560054686782654897957268619183681579693489582948356","1"],["12548717184429404974133430133395459720820196372325715944363721312743003622239","5282748409630456188255704669393106214893305002300546957145802832316937997151","1"],["5203808708778330767932230909920598786836832451441675436584248990888323529458","577247972759739620084434810785565274158265150211806389954141957854793465043","1"],["12941276064660979098293558147782455507439086316343083100469599716232412050589","789537135748255504577398678754854741076249587178936070938346516280296812403","1"],["21542983261296006959139135786597361053318694727641162147274241314804788188478","1776152773448711451665401205920294306262808144386897510805848086985140106360","1"],["1261550355007989984010007432136796605489882914549158872389601551179112334750","7698910919431781590883194116700672819141896912111580403680800541301955914315","1"],["18363922753964752155034101981429334661588873844328509203456425698167122855532","16414874180281888517359896708719180235018251109881171849770213425749129203804","1"],["9869207501331077772239338372715490027637830849273271822234628379621081751482","12732037384383811178325010994899845023822443252376155609493687413381867494244","1"],["16671900710751298190090394480890387768821688753104749370904504993728434876145","20375184603958946831990746020535031243271272426473657664193935315209057418227","1"],["20962057888658966364489912495632407391264348973700903587186354148008979872696","21555397503244801012153837450534665348141825767860808488088629523635137837605","1"],["13004435715829489551263812103249751918985246858365282268251067676319018046332","20867087586178787580115480776440325113861859550176073679140343527885738079323","1"],["20069902358956222088710361553485259780311980467726300323185332908541779921879","15102597238426551893155948900321483090761147151674270588681075891491233926477","1"],["2063016557296253062058228606925483577998027404100718822753133449251950262731","20449093620430393835603385854915165808938611559222506700002381386596946823444","1"],["21190498488095244877680903992015093245498641919523187484335014225491053241739","8275858207800946643779477263204930785889480288781948471677151896001577540106","1"],["14983997241446426553160385653602368067313711556703114526797257756054289567434","11859314173733307155735285022855331181788345154433088842105343401250663067484","1"],["13586503821549701294819483667528319613162577542125374744473445543230982143176","4114098426962081994445149640943798278990764260466945307889138665642090064400","1"],["14368826813851077571556686053360927957236888095366418322053520775472721816458","4020063002187021084862450865334651812480058249697697938925193978680391846365","1"],["11455249050001278492739251933279266270825333196436434504883403445735911469088","348568462120409508323540198918559768405137843952827826974744360128556189265","1"],["12828511971519431006542606334772245215996191369100091634837377703031651845021","5137286937060854588888292282148459428630538231869057879950321599693857013480","1"],["6008378084227916833203114304524709952665915442815141394777881728720817977442","6867598945616862542845758008655718346256095572800213858324138615076085498703","1"],["15555595595380755677059463903420218123748789030225574603654226300067116066482","19486838089560499768630905316520827211958091383881423859310013660583098023607","1"],["8496408253439613762964332305524810584407947719360139390194280663007905123446","7077528238397290669545016249355991899438949078846555276088351239750797022538","1"],["1493210618527746709466085529409203103929774783895775443286501973292049797766","9069974848292078369705610758566496307596338234394799006591092448725764896991","1"],["2088714163555961719207145890281543067561381391762087831508211567094267237985","12303138947814942140452620175037414907923405331943453454756869106278455503330","1"],["13786314415336301712474930852103971297030618042557207352427314286794072977929","609150393536928926998122039982534333397335297370187181678239485486354657475","1"],["12617479889905475833523849897024105054434461092373586711731941735203675694097","18359940193659840370023669833685075385034089401362999221829053999247356204798","1"],["13611078951041928238180115657134730891540745838149619335992479571098641317321","8151710368567147671814569201426494862622520180262850627392491929292768596789","1"],["13311359330474114222451318828055755070266155999372040693999262050459713230475","8670444760474154142978341356474376364063656837559143366257534160973257866594","1"],["20560676918848687565307346899642530652954647210637436558568772615651526220084","12320005144092942194158625099528042500522601938885766006801248934246529106699","1"],["17458133917806716199323024502420655217891804863527691217503917041896017120746","9321305924366301576717888357578402256124920035554550030353805923301466247134","1"],["1587059591544117442901581145400374034265799670275740734578918599146406835406","14202414151157973336383543079278058511662239863015410267837138183694231817653","1"],["19813775514052894337787046712607295616552675431555960323917587385817095020173","3958786106640249707515768782657530919341717379171966283063583808773842346527","1"],["17410049306021607880568782248638293993756490898676459634895911740932146735761","14936655716335711925535870772615010674426818677000382544816745322658621657932","1"],["11019052508920774618973420095938111352666179031856539310636342141745053488437","14841321183494255783357621383977943208719950886984513871776293469771703247001","1"],["2346698843572303494479173964692685345178962505446579179730914262595169050146","2121520790244138919377975785273027167194901482635943671679191493490276484145","1"],["14870318584327297698764568022542003545685885785635521923488631891380391923108","17872825898333498902530533378980315769319619755195786983742555972008208418480","1"],["8367530159410245750324382238463331773242556442143826406010739782706567345548","4801757295996048651810845928293743806850722972018462589564028493406311647654","1"],["16072287804331313146559143114586866497990587191683168005340590562223751290285","9809404231102336354199528847352799873646874868843338033974786033147640133987","1"],["10915416387335732772262958608236846096035412670070978719237491664220395702277","18767140282642946128040811358650973980372476770091482455491895298179657362871","1"],["16471008190458931603031988003393307026298792786566343810662159005098258708585","13071865461905382058991724749727073349617694666870657916547316581619732710128","1"],["16730855348811960733962912243225084900635991796933420760482983585593293943823","18882238584842826524887367149719608965085495128097744179965479801499946459372","1"],["10208328827613663688043842224507171811885917341050612765830509336617066779873","386948002463257431231402664923416600480045663276448890524214468226013470832","1"],["7754394133683149913775872600882132948326554713518619891895213570653144177253","20453522707931606322791965329034248667666666216166285529987522477811900649199","1"],["19094301210243840015720112744974234625233218227478244213481720951976386504858","14884694146606275918465502267377534281995819093403844569100143279513607257165","1"],["12688387914804053946999620392294702154093046187289652654124467210725194728765","20982343067988274544814150976229525373250240865975627152803650815816616873912","1"],["17207656652124462752724134486329000367710507693321339078478657059037664208600","6333044892627140940674911667969653312728216962537369885360359720513118411359","1"],["17152270868026500939296032699586842206025344561817744021724990817241493717476","15292397501908220676204199652527132428402925031064855338546111180783916438409","1"],["19761631115846477247257139267794458562973302145530075748733750418008519160734","1253167963093974016923629128056902149803675245511913975395970178057278057681","1"],["7746934890882104588564154636575862679507319520388331086077661159803942890368","19301884989125947010617623270679653515465766607660245980294184286693824601319","1"],["3922416230111615830147029341033230833338439424702583970173744155627257980163","11678972044314031808325232176024492527913156098777570711624973163730570267250","1"],["6409433716853918917310558054949230026105652279699807874300467399802456149292","3955956151765248007472394176941318110444706513310241347266567115991103643985","1"],["4892215823283538199771674750847325659583800967967381282736223030628138926592","19746295515104144810385323295663405185058540475088117729626120858632740379640","1"],["6573285945716668177076819454103778585837627343996866468029428972646031209790","1434047066118226091843496242235463579691814390174671154242144230773997727","1"],["15139733632695159827430331329570303259224571499146995723927470952853524119507","1631282991984768880117519189113986791575325576285299100558874858886058895009","1"],["4785929119802060755799756776340416480631285957977483554870459467396583774376","10150402329992636398493119270110424997962777187293109876642475388286305175445","1"],["8712275062112987635828824157098022953204815781386617029952079137442500172354","9082211459290776392423137230112248048626035763589634449048410979079710394459","1"],["7333587726723334694974832463298936296998153849351093491926759203964360030777","4625043447281812491926290252392157230528579757547904034205144843264043873683","1"],["836545468972305348466097716054978042214289683524613905682417334010353040730","533808339512118558911435743286733784264703868910828249523657395716824504956","1"],["16072376578954146958797193203298649409833587283195268893848220883909557548693","7897920613988222791196794113766022685811200799314193754060377458470027865311","1"],["7500318323721287719585326078187818441688799103784059970671539328642871147789","2015192484947632967194120894437364164439181989042126462307830733595368809232","1"],["18637804179119094587325388023102791788800464111443852877506798719321275637842","6947037358152357924893492107258468076129464159515819210490863315096519889793","1"],["21092639230368612498718929467772755590236188921764093540566709283773831923827","19353647241444175260287037041473562745086863764278710505411813064549060714006","1"],["7696578018212506195902079937964892662053151743059786591249358290985736533372","2670234085840273076718823736100411899276770923591857119459210693711549529074","1"],["14892246145286791423817143749279063008341434279907983843295010076374117429335","3299537783907993506097575117369962270839762673067108500347424194441647318144","1"],["7867832056444523575136766947698784342177720441683046890595919790701942695269","10871051216377608802874513959472041480687750168467712779942060641852294350152","1"],["20710157290013363497657475010870253652313157924219703223905820081965898172572","204377585712221390450704770680766457557944958368857476424407603146275112772","1"],["1976546306117624781551300304519720448132531057588949747870274166627881114566","1176678321763481297415053482104594327554425207346792029299947776725528073008","1"],["7845673584101446245789537306726708465415102809744780022860531516126290954886","20005756281446225140691366623388080374156275127291804863188000958436248647469","1"],["14104915236999404376749481457171258693726418700072689611224117230016461827440","6304278772515604841230992760077759171726683919601438928421698603232082980027","1"],["3277522395003623223602696092221594985100928280031258964392359786388259789593","628423293910219564916678118945138874244998440561802848135959379979887793974","1"],["20882164543973050906029201291173587329747023148304091353128836511190629730812","1746651557247185351424018118525787598996047309685211724958396657669594506273","1"],["3621936151412477555412523798681326753676762652280184210264050262294262251096","12592464826353203647752323292451873901215288920531185071537201709931292466383","1"],["4402003929614812567753025737141178641145558899829331117433773062004394889108","21434336180476019987843242241732022629779807892545507880896434560034985604663","1"],["722501476296055296319848783511386521051378749911488380834458809898178200470","4212756077500424999127957134272195790518090468620622238640504417382199830252","1"],["13924794002268206267160033898454180912821687836625223190331628756157422231074","16298412911105266472442944742511953099172357515534729806801346111637155337964","1"],["1792691013417730251836838294643688196319606318051922042777790020461972350006","2685151690943684449627480009299177031451468141906306669146091046633958407838","1"],["9507290914251592758205645121181384109857236525893575558296172912697660093057","1266382315617421311491589635385004834547912391152619588500673495703227864937","1"],["21498359012109299779742386486309790121340419009415115019524558073203964169795","14829262426038602264655403159226504602996531623155392337320958434555979868060","1"],["7656507158627572238398477512169603788723791752178018065999035298105301647464","19208421428554122471966823604014152006111162552936756034394255234561994902708","1"],["8590029531255951332143649657528534668160276758875590274611294842538274831142","12489780704069874265438181451398414705730212031070104968797390546054898079119","1"],["19957184678219252578298319850951161775647521060089842818668038336205610520517","15192098938211351012262296218981962002720393031768251348677133386462215700586","1"],["7029253352539537657480500157552925379097308595060870327372850658230933955200","19896031079350508891223858225619495557369692571179800606230365535665756110378","1"],["11907736494908974515702799682981676135796431041918916833317328428447171760277","15385963666557666344066792168994256699638287101423427965716083675783329324786","1"],["681799059404064617692313298320644337514985724464877703750024400904415964851","2268635515189545767184777002407390029636556511784962040575460687092138652261","1"],["3643712125586948321044561844870715608877037683259349553575610449948143818856","17105842849975578463467731994288278467978896021851359975563914890075389454751","1"],["8967637220433641783023683693081695617541443525058758436558123255654213858740","12603278862393834491236405146560275499589082066500094309515820396176167582746","1"],["10599876483375197396508166424082000194636363982765459414433552240963907657109","16787177661812683186290854448029770077853774832789094326626253612598531404856","1"],["1776780195304918823507093718019753498220480655969793456379338108344550504763","771832805901331577265970415943873985384493874064919991862889925898282624429","1"],["13513335623893811654927608599646369216162667674424338052487974763453025819369","1015673154081687331069252016554273949702663880935788239363899397072244151229","1"],["5281735001339253826666280968112327622592990659060885986751570779153982037597","13426080360532635851979285852867975032669263362180507201441459792838966172115","1"],["26193555139974112823836117660992388705962599365634451425940952591817222862","11526775460692003686099542080669954273126269534763009790476043400238467731981","1"],["14719206356414396578781157628931819368320822217916276699542883657774840791112","2946276045311026868301200825840797088438768480856859104837250141702957644892","1"],["5754950723610572961026921461902150261207701151967572975745702857828654809294","8426536707708988091151922904988553967679024206697836066725946896728399447408","1"],["8230575946618749547215113584686225631743906017018711025383987083255065758676","3521919866026424179522089360896924209814565769495022793807502576748517994725","1"],["8400615540104607205236992398718460119443975687248975193339805611313851368889","10013074410533167847129030836819750077666111812657743599702570225780095431596","1"],["5560432516836725544420715257489107954219198519903236252981444989390793259742","11349481304512462534551698871024602493301256704784384002472906808691330741858","1"],["17636627845521941451982303736100322635829151956588954224155681277398770991882","10504858981866949719954332426139838871823190036039364315163132533394442391896","1"],["9533058202072189486365241123712542562203232086653342652689030739505816920599","6584325388159835513992376593246376151819373688170352804052312206413351321034","1"],["17092762342685610017319554134649259165782889705463344602634342684720162950684","803327143251360524282919154449534894036592566046746301251573160372205338994","1"],["16727489158727674793550050854344074256247750369128134724903924424175770088661","11225936116132448933631802985674508982904235035563205004213339370373402990986","1"],["17454386449093396855178215317773531105812153519065202961969193027686074605047","10077871943881415160393710580035227326135886691777447299540090603476343202633","1"],["10080456571844390861670159394220414069402162908662382792696695826794240009831","11591275288136078672460998572236618535407358841665293166156495724296718300596","1"],["21612525365673243075611000226431141664747587648869247811274269596734733737717","17809133369234623226264989609461181300167383708829634177645075998860082558869","1"],["1067430199430088123803359936852282382540687463960016314713515040530828065812","19803662398097625750324242126890843530067855846201818397420933734167086142867","1"],["21418046313868489834818990630444806270010107725216708183554703008487515395547","1504836944641621528725974137323133596753584180135758114413867197699627021675","1"],["3117584271023480722482955448199335529791393679779412556156425490772132873386","12738850604384224692637363178865557024840496980212782463549402305160157484143","1"],["20959362089082479862937252989353222110112376604610601691858580156950339014933","12920623882830888938064907877727143311347992857495394076531979344269014971284","1"],["12667696814523841122022387497070643155267006730910625437976890479686607316955","9476342594874589855838639585000749289871638201240645568608163359896024143769","1"],["3163553455141280656500739418470155204638075072699626961366754664026736381458","3706609604971973025841799545989301912647717200681258943148656369686639999356","1"],["20744267423967792703590338292446653339252008945098146951627526809158574410624","12528550448724969349195795225972250021740630917693788752968461035292041643424","1"],["17159051850862477505387835293395265434303659889962213958438446992664059206302","13754757352471805807260574043478281841383625566615211285972866240388198446205","1"],["5586524497628077825337625167791961131683253914347835550558459545360500341380","5342081908247200933721142108441954437860645001923279820184200913711313051755","1"],["18258515683559882978615753913306252648254185936181647702920402130728369304716","18140870772824871625652965438653160134439238409626175789463219457993260693775","1"],["8305273067975643924359318853225265258608547262126469429818559084527582790389","8048071607569634562553099722819124724301478251114095644168865769941726404404","1"],["4069998546922056440000395082513810342387935296617684129865338911669054442802","21877959000401448755745519228980032096356171139721666072160761143170555432941","1"],["11317982345782689308708798397455115975699276248419283492493527331809066197053","6918851836078107689510527659434012275932360709641050312724931047249497506572","1"],["209488749309733876827939316266009845733858592717297354495301549394298324204","11546351818408303574119347369398241911894858289470622362661371587119193267703","1"],["1147077846141199889419396807944439947909867638683393072025671875461882362666","18612277820044579196841171965276333242128094304447919447945523804584028033181","1"],["21543267095923856949866276601667353304268021063679924804528146590896543458071","13377970715065488594203395839542133876555001866399823324503743389788457918199","1"],["17300806749521438482296902608253377718907662269261907941178539917442547616897","3000960272269273460002705296513278733908732312018946210429338159933907441840","1"],["21545252648351650367210058444005893211055404281935488990141169704921883044034","2391582073144788352836623213428399025977240081485505796163581921336111246413","1"],["11120554620682374422757989996349261422157363660423811804230201361748054085824","14743606750059375101198467153984137515514089136841909837844851540168782291249","1"],["13988671312947222691075830346370925629129179433917422399230921435792132870268","10008746983587543580610763478211916477186865256809647955207351071913590633852","1"],["1968376611198617352356979511137776871543802308942731317406003761315147874829","4485242837751153863880343032308589941462661619533129674121465671190618046365","1"],["4172807208642818536469704467072574716919854994998422811012920696610877955","1011888271718811084821944904439325667612980374868613887687228280337839927533","1"],["756445320728914745519607038524676940392211072187751360481348877830386464353","7438852978906084959084329589375874110577426364909774725219540710273639516684","1"],["21547709906411066163999715123964551973775426540320638370914059695539889358236","15685242817775686695104762023962880955998980779444992598951690375711100126084","1"],["4245651813287646705687389299322776417254368249738086012158983478734385733026","2152472527498668558347810130287209888876791748370801861999941536317715089943","1"],["11329048322184433399591804061928130691876739036222256158208808028919714224894","14869994506208847404827156897834575756851337982242916240879480098255985598846","1"],["11435967120442103816752697809073158898534456715858420594139742342202472464011","268619311284928296411012715176299205875435007242006934119240946316540957602","1"],["17250057734319302521578315298695979455554151963059665755793427749038072482396","13509771640654795338755324072650336891162032735483026870079354664196720972086","1"],["4198330570282513583101450643538678337721224225973894889495243956908060528815","2188841474569901847186614488447692506348396750758992166860750483674494288076","1"],["8218809751927774085145773767851306999356896360343515482693741319692842470947","8439598641696241580924967110650779097405984928720329617741588213265212898480","1"],["16075322532844846752401900040049735132139477592137194402098361093804204526326","19256057430932907986925697072236649604608947942248488227750693265804141562666","1"],["15349594263173930452955087641608387131776950557668843580740363565718422682485","19139100944026084092032066055526247160709430974217474692679803117267394388067","1"],["16085191440968222993705181902849838453564069414126810298565417850871102622293","18813945732004744642707927803973517766974788426722296408007542595951475989807","1"],["6894307770136089033699811411722357596224376990573520019255880773891217260003","2087338356609386978744640559230299820912277229426211177409874871159723923852","1"],["9491670366138877217674543644905167615514639730871299239059727715232529598684","3032782766289346600989255843097076551396491861846015396336570723669295238812","1"],["5415675345851335857840817427228701117940184617295531432798645913973885839816","17556097938862842179997451884845195890714079064531742275538736693448977439291","1"],["16003403314356249061008425281339684391307254316377026824168901424694732199617","21320213468283619372921941620325627086691305701752714079678806940546985374868","1"],["2055998883791216860038422423014482385300227181057310357805878571611634427881","1416383780224979527360049220303117071064801208024640861540468198546988320878","1"],["17735791374665601551636551742318815551990804222383362691335389554178118002955","17910629105095903005945572986813623380649956602944051972385176499515346253046","1"],["4867968628806635174060956221644574521696845969663773908893093111867367651866","3204021929356037106063736533816568668588853408026648029445859427060856474148","1"],["11549684176486351565613091493748649445598651602974891176293151282876121663017","10406740589052183988523393931701600378330853700944630277507696853942782960690","1"],["16493393504119158305050540862866765076520321510690524154409681170751910677158","3512409140418562907408095185783131213185844338217629572359630886113318129480","1"],["8866240609033448763968630042433789080720376504754071243422431014714211058919","13190167033612920439559981958632649277951342052446821209944327175468975153327","1"],["17008523363676197377375654591638796113242122043710137368535079865589970927020","21560776754975023920227777282438983673181929151660871751668974536053659404457","1"],["13880142135061035926130364374529162218514158870130270807652526131851448081447","16996265523380483737709054246066475482857216236022250758075604142913656711050","1"],["16136677770933392409706180177755196963197672862154262524498041097515090162241","4732721214400704604408226475420082713536787433818615866014580551386924571689","1"],["3877398672582780839063321417653191091128902631758409858184024533524332993748","8867783220411886001259654079005433651936892327492661429595747788172726192313","1"],["12461068895096315887892809882233190620491684780559476945349800934058247443667","12058538848482033861655368021955555777389267627859676643295380371888767784455","1"],["8949846371980868092420919960346840911599727064602588377051433328111773058122","5556103479039668244848760641275461989190219428449736839784481129753926053267","1"],["18328130733275388876774399450425978768530732829040065242927708430195122879568","12942448665497931126780112393790993202986535838930698353053540349229053202839","1"],["7496617381547249965395734523063452841894730844080149889315755778052213201464","2921561004503767940505198451251968099196998864262699807193979052526713680977","1"],["795690170626579302130255970154616759898002313025727063984718626168199330498","15504427857601347519268621067647975871817149801064646290540915098855898905224","1"],["17065308984367511447487353858152183510495777067865509302714854061216171104954","16217492168243148830007249267043397688500585974757157940182350660075029391659","1"],["14035454165760932063020743825317406318537840697258798960866064075021195538192","5851494958186969341490438322987110290871937270185033715778415406141805333806","1"],["11871525765319975238094564331057105958500558175915901899633484444611737898355","18492164597550561376052123496030103103905534355498384708746524420748936771082","1"],["7175301959686572738409248929495532492480543670335118286203176461029412749781","9486013822651420812359554942264499377390999455756012528555874128170784883777","1"],["13672757752025420667450456595483532172570778049353695088402502521386455114511","13213886966853048612002606991640146332124464223818005932051658436433695354800","1"],["2195624826647763045478556453118035502239641634202407065064835507353762059056","7272743483598437894987246783139532365648026474392847893879676612205765423985","1"],["10249116068502969034291533739803308095703925187927830369923034379513312210517","16083411258922979007618929962983098272028951074588854159148034048096625380191","1"],["18226587825058920100516003099106297246466500313042145935816133006885773965585","6143246886323580067973850189239490377566372542682882931033180326004428846739","1"],["377449455957606696063369345535971855552566943606304116374948130633378086529","5192823766114392046754212168161003796943110582434713246473339314905440716463","1"],["3999397985446294292871655498848479795905123153486159357637334501690159138569","1537787267884890034947988652340136206991495714581735373418701041804834292760","1"],["781205898763242116250395420602031559906199335322183507820500895660939204379","15943476918624318367740495178891314758920802239680294448288239327164570479905","1"],["13405162571831438365982994987802312031461177137256161002804955026512299086591","1514227872122769602045867004097482097743088622421834868598036123503248581103","1"],["20219897922681601975014116852029778982455729771079889796346650725802504891100","10996018995156604464588084674299162293083410177448476699917931908245595445271","1"],["1571445162938353954105076048389669078093086536588413783999974514433496970988","5707654590181985943351911895824300244464221981791462295845444927784980718356","1"],["10595126015422926669741622281482384225172678979667383084408411540791565815293","9435763632566715809608666360768369566478438769910657101743604640089751179672","1"],["17661098891164099025807660407451963334467881555500245299516581805608856570929","3300500446101833757791123668324164881782530414184211009062691195017004156267","1"],["8109390951139878697351288804593642528724572413088532338649429070008206357718","3084872243764134592135339215985953676760017941266828059790898702141178991683","1"],["11300231313032239372978587874869364585910600370356710598261249616562381198077","7178744517434487532421134279868777523295676300641388224655934427021370076223","1"],["14323664169961966705763055028253187868844696702421365502731430435784950520667","9252954492648987102913504463765532762543798379670112842452201784088295127037","1"],["19748835171808441199179047886567576588334546447250448027630945450090972965235","15987606576591818714538025595501839640570484880710033925638421918226472924935","1"],["2054650813682640418462266154281496850812731361973889877866533828930067625893","6424804947460976032973174747174708426319045036838789075165110033718854547359","1"],["17270046716610653152774478651977090026884819312289701681704196689148781830846","17604671281348651092061883350980569260766256211960377773848311884959447845695","1"],["10302054455608426709474954599628795052767846978784428096082701534620771594382","17778053034731405345620769995361086958407924708383705016642751569668143415487","1"],["18203780248594131819326990289815130826502954106775406903997250089165835325248","9287859977429752281053167059425443044424217912137478511919227301727298688546","1"],["20105992010562516013026371256077401647860683285428667357203920247060752775484","129670317472653260228846927546520121574469151765928114397513644081039825798","1"],["6991889531381056447948758555396802740602018923909388810668849962337548806574","2850831986019502024521391737317606159962394401256139892741576376207652837137","1"],["9516415431590923113655459749260843670213811745214311815701832578142216048846","7293819741122005291887983596496688940023683550719874986087344637021475043392","1"],["12236183592031407219872727038224047814503978264259777852156760894101513261197","9685319794078173977255968458617065619645751352090475121400945615918264738848","1"],["21114973680181270899488037557130760600144811823979126213726763420758395444644","2215587945391269827537954165401502503315085211368276593654990542400145833415","1"],["18138146191004791769712372550847409946440339650051900463363084258880295659967","15835247194789242864517795103695204457507940290994197903831009101309968920997","1"],["17825278096864809935550068398719818153800143156126295694701284071381293827765","10973695641243281608223409026589195427695878915466497767572502745210777678664","1"],["10248452590973989973299381417656458449747304377584422068882787728324260081456","17920693573182933624727025767900654891523271639341021921440571315059806092710","1"],["10640213108526198986570754327865377568908871153709223339826269913576152378443","10309524789037287439222317468244919867347155314792466589725787189635430526400","1"],["5711216566568905642635412417991878647511810785183826811679803824750377179018","14354532807253925117580777754884183790583825037609882974208039098194838071144","1"],["2143749129248880481026836982879080575975740082191830519567800223016855841978","17518820214129554414194429849761863638975892345447471800468054014259441086938","1"],["9066489645885571068517698336569685472058728959408988745126637631879818794174","6460153555920261114101051106625633241082206060733499560995824174809755006483","1"],["1176428326030809069893546495639460066710037823506401685550177225919560816510","14988895465665976714626403048514448760087117153255517476248597432639803828933","1"],["5590458551668917509316897381813419024906207030733631154791698817524698834693","2669072987694949459395755028614336178522862067284688214493135624476146837102","1"],["12853215036785908126214659392030388517788492899978810502480647159283207341897","15038604799234276745666447077196920019963815781014254610855371207151335105521","1"],["5651874386786123668285176556251726573471314271855760525539166387942034488542","7502488510866885843644709168456247113721698411847753873519798091459778970353","1"],["15876300757629964163744076374220005527551272205632655260783952966416895313571","18113703213683984898662152297314743076323249239132385980337848821124867639228","1"],["11853433247847548658081892546136053108897626085471640244343622730697272222324","8907612396386195842430719405324940420154344208972892340229043205801624956996","1"],["9237513327651138440941864278573017151441265561471223604262336115469856225580","12220257720038204778598190995536366981849947622638073458891114797253081704081","1"],["10825008184713287085059518088073678014838604315899908272579758447941452701760","11634763642351110378319584604750385521218770982139939257047616954664697626815","1"],["9385443038887161425073995875484785150581194553888818830992240562092470165621","10557705899570318509748957051923657097188435278082251699262257431612995401188","1"],["3341346839936784546266802765405017187684741312262869820928954322412766863410","1669188137299343542574652952349669801189245262931974173932812028828528661708","1"],["11835559743693414602880279506666542129024110988000964692482934221754330790138","2377488199614260700281294326752474782599235943018711952198423006592379396700","1"],["16733077951453876705304764590187172920170451164078392607241596758940460378564","2962240730704002235877442473014007678403340509105711434646712666528603297907","1"],["7055410908611373433173903748879998415213034211700622416752546988054123969475","21656597236654046232056344118296493458435772253057628551336283517821769559943","1"],["17291715984013585591709345882672313605935832011213114560047215106775144469421","18396772995289993520108009714620996691483099473033812372806368289119014649570","1"],["6955570184009408379650927423873148909752152935449607434316679240895477916618","5140991303878260115118266401599194998358522560327504657282264859877704337489","1"],["11073399514212457542489813672165129859307646743707193950817225147718585947407","3585902597715308846279930439218071539294037918377088141876013350621939849641","1"],["8867267625004330194628658551186202874670534175492460842759755043670217253499","6356852885745798755834270038982625264836181387465426308024263610124207924981","1"],["9258983858169843287540289725336278311167203636056814854491284901090310563282","10147773401119635391774096466323973054867731486730089997983561896451446680511","1"],["19237556762437621343605873533195283376991188450850903267511808655127209890157","7312440565619718015246399339717140310029102398082605889105245279657539411445","1"],["16903862042844478625650749619269599747056440871935904488275738288603031718770","1230093296106294228556183470201831090478282267416103532558962389450000655084","1"],["17452754334642459960685827434883864451795012335162830240010079375903146920987","14296089268437122251162289050184165088421359902005933884517868361969819220913","1"],["12313179701510203178917330943167132838133681274645398597662853602655675290871","10342653792336587444296373407033009077493032337036348781341318169934545974484","1"],["6308958850987269891725503329694587576880319349600869289099940208861591315855","16139603337396917443310134676501900671657059717254596752649484770729937258639","1"],["15062833798848731360601032812262279681752584414423530009373408307751377057191","14648597966012017755165112779072519797273894591776065261659714411333423945260","1"],["4537830854315796227578058962029222606354339691138033265887391268541617599964","7259000828301463826952693944902113387855660954122663354561659101502313053668","1"],["2345003963840587041618234204090705273841981590423967242383203183442161565700","12512458987512145088614977015502906680462191377186365556290753028192708259392","1"],["20234421158642961660344348794103726173479352382034310520156942578525495937530","7896539527919066896402228243293356345077261627137903881192453898929041674358","1"],["6505761130732132257992864408388989129309470658567432139916851172941778613705","14440873673855343370500809150239481328452421542943508393068484866017005156289","1"],["917638619850135443587845889045631263627591904567443590942667156569409229828","7522583001842230822523302878449124968165896509629034804220727942394916727660","1"],["20576546289668822065803203343785682324522338362908358663749733418961531345334","8538730279009725796855580036206861554828021641075765400628317459605992502797","1"],["9908394114251983379860836749480033609758623344891292315488168506971764798522","5613898393908588828969486489483831136486226238551944215079864661545066863619","1"],["16887543660845762141665943766311210928296039549019171730866951999533037950058","2768676572650383693712830326755614654513396715959493670367418975029171620283","1"],["13901973038958286891117780267656718035997623956301562218847304544931347107392","15294610063831475540852897377701757179096993297511156624825791041518860226377","1"],["2216685353167408809984877541661055221133452665186374660334706284194013032450","10916533296840393385344119627463605250061350866757359184633731168286877596686","1"],["6647213473209627875365283536533390164392009737415900155198976619369862188687","13740484407548791894977792358826075268119872410121124485293830989770022888306","1"],["18109566094443742768445825642115185999402351011465176164700375733276132190119","7734229354759045473363826215597744643244775688232097967786695524026180981513","1"],["14290918121058724056687751550919828326069069862094639636845100866361024695149","4055208980651521833529398113582048139778605010769177808248892731104578906067","1"],["2741499055857722323623053525025999914518856113666342000317096813745548586993","11591337784624642005219067519103214399383169033080273107629662365871414646031","1"],["18324988506710567101245142195761675726198196841241781998715621858918733108170","16282494528344731705864766195898194217172661518335829552999313378314890731973","1"],["21724394932343798085198175179595684796181813073879239537718620993471121555037","14299051236908693658721133085390626660049502702926293136209887625222332653486","1"],["13119058426815940232907411722315168530185438955380748447000973547138976730031","7551030004298971794568394057738914546217220558155981634347915243405233345449","1"],["14775394051741995194899690595207929482521937716221837921551657230541384050267","6684130095000073043446064422741370033010810390260858162155377587544482804154","1"],["6064539451646662834693974498787053195830698782166786051859526391434289699532","1804054790148484810588076505225211675091220218401357151946269398520138111816","1"],["6266640279918823940553092625630264295427445457549978697085716207981409998219","17302806657345778746617851190586404476098510632390933068188620045256548943485","1"],["19008738147068893426771410152952327210512019142066616857232336420596096320139","8632660040785137454146714065941497622647111200337782253700776159599847767202","1"],["16688676123721564295282014786797289430657500484858319712378323607574675337776","10470964854079386438033350352256794705447160997140949593705323767085031060472","1"],["16318413350068214551875809297920758988820500400927968493991721509623233928076","5729641630572037383389737150623669018845942964914598631771371050577823334552","1"],["17216346697144278080645746599385125461692690483799590393177868912434501091416","21030132354762898461029992371718345001096404294028998548269304783359927883541","1"],["19031215512819250550830357522273391845667415189020431729050216862124315208744","12316706120451463807890837542527883274632637556949363279368993749883996123586","1"],["3611848043163356155092031792087251949557867018895989467205371544088081805352","11370394357225937485740046918661923509916242752481148601224795621465679536141","1"],["12671940892586082946068509973105249948692377164925654510411325431951337096512","20130224260181668274831389010622692651018634554473865588996957580744332887495","1"],["6055424648262195158849858759435783172574888597198929545631887244659837223611","1527908058036045378853117621612555777454832735168622544194990170841922674673","1"],["21228749039341283891641126429109273102581025948227611635126689897029223527251","4159119270152357578966780281528603523022207117756426350815144061215879447778","1"],["3373927911956811164035373689454371253168859293019794953300770703018224845208","1685628790918233767350009448794072558265642865227021092760406440004433330331","1"],["7959825612513473840177044434923556986524903409156617175541945178945793892295","1874551215854985609783652052665343579089898650327787020682471333687957755579","1"],["8887484898490313300438327881615573362945717615996738284080931142727275576468","5474666717628349901348050791582787560840309034110589820998534162766229885883","1"],["1452342477320448442725390403992059970021204904178462671758262037162298322405","12105937455421014200451369440735308253322907277739314025345765335548188009392","1"],["869806531452387621668290679990908206095443141036419441059984131831587530830","2082203794316737933805278491650693808980159500174998629420001966037013629040","1"],["8190220261360538792818812492223466666018271756739186928311542836204616811449","4098820926525016518565699451116309712528442275611744549001035020914732249523","1"],["366715731770495666340931301167058636491059385096381420253237889013438238409","20060627294782188815962372591956514903633735814091820978274475947565300777296","1"],["5343391083251791477718598722209249707883569388305658182796838573640153562200","1091194383371934424420928105101881201108479103552716656083775158650796072946","1"],["8718749690941614644552215073404557543460383601576951484752843151994394877102","17674474998211503767352717155959563773006035274161151062054719506820286858605","1"],["15060255601190541354634639860314128026889090015937171826819904716707729666907","14579978877923282539547433864252966594454847103360500397424016930609493702102","1"],["5517684409666033129402245082029265295112177404284377857800432729433129891676","15983436382630499960188596722443882199531726257898033507813080745555593700775","1"],["15478610415394023992107736871708690739586782084912941398363881085610023962894","17552465257163123071420047204655018603822380601290084501122694468093767930399","1"],["21305959921765946613793055237400950666267430116071793241469925312839210499855","6110095027352085013843296666080488185808104478714546300930962359749941075966","1"],["10146571684693635951781295074618158360138873484674267053253932870718969518402","13087860702742724331205862363558079332280808841924461143136848751875570930062","1"],["1166666631699293250236057500153629978467226417845344515987616671860226410072","21197671314128789907343482876172815032858321065839148967875223890422274560301","1"],["21599355629581237265228614413918118146049932431566951946278550458071415871169","5963508797933919477810332996720258336199039666756727223851808687766188454335","1"],["1901595591436658056652356391893872091026462668711633283671545527074691673710","2426880232853725649880765598859260496028488804108837517440791008318701124382","1"],["21504017388041390204978218836847106391992473947232044210226945777162122368253","11591087008065190620512308288239897166613986875405504057233748465493972090744","1"],["19012049179440849039592890850301291469724253954258790264210327595090933895178","16567504270037950418662155798459692315870460344298990599747090243433784795355","1"],["1737393823036918061631071934450814952239326733695179524300938451329358934590","2341270264039866158060882698900840704459649464438285179506774197989902663563","1"],["11878185256287630141649404722404046357315564808278271035684342862522376431419","12927616677745620049147031652841727851181662614876594825423126669440954795540","1"],["17881869456958558800220173900054057893584005306901768573386757412672251034997","19642375304966836090188619426372534503898582926147582780828786427518224368110","1"],["9883116843625236295422341430099488138375343223458246489719419943178330561596","11915145869793999031851331519395318804764696470307315591405731760022901132416","1"],["15329902918929603391932220692461653921558290043728365939697498833735529646951","17149036690673056207011761390986226549077442389596822024555846399016367301425","1"],["12033213411685195037266060885886575948183546826236681327826433485061437378306","17985239205638529209275932314102796839653513048824302257929945651099465630068","1"],["15604926896991207571409258822355145448568415556782493992842182085043527124051","8670215501515632551775327151331383464361749944324765696979121682406744101707","1"],["21876045173796592959615305722945350442966816229424321635306969843494832552240","12867817226206466461403624980124610303467070859057039878194970152278988151483","1"],["14946133087990174957598272517434693722427910137186949652617273699725755769581","6146373800445820837209907189192873316769736195793519371312805357705070494981","1"],["9681420012530344160230113381486532794008118016234725742269677949415361001304","14930037706555887826580255557281033839281239066044321290685335960910280699640","1"],["15142562544007538402562801300957421234619919629579825454190258530872742455978","4633566840375219114179775116676303024437443903610143767326711913436161980940","1"],["5226628828260861373401859008972231175671972315706791718725134413088184206930","8525581806792430572242577728988781073872766485477104358407488399073535057584","1"],["11003969414002428540665793350262667457017740879380867174757062774478491474586","11736008801132413563552289261423100323176102898727443921887559994417919715408","1"],["21215966663761206037246064444892232691311984219274964681760150029165163861693","10848483466442252448890412247257496618548798659242988300290215093460972457672","1"],["15215695679310345335761554250804313477562363557772111558109886587659545207166","16346477401549799699514712040239172226690360144623650879930850923486705639532","1"],["15465420113793549424859083796757894078205312562823080916458753296081134976628","4330954411408702582340362390370179674911486673654288238064800546039256628597","1"],["6087511529064411649943699345077151040242268046848999835304449543341384604382","9268193593203294925022899734384356683966752697027319264638843268810708994128","1"],["5502053657529421692460575634512189200308590554689820785059002582837875339823","15147833746444436422293679424364117035692354407004859156553304372254610561639","1"],["5696446640736619092771204776031148219148811632570671975704589799305013542277","753110886665920030513601052260653875897748951197873002847733210689139123770","1"],["19537501364396987429862320059325950131728135699703720125448213268120275025196","21169661178316918114678178106134577566050236594585950365002612855551753378191","1"],["19060528628328924114905240147610829482895697776865489941444422671071852284742","11949740457113861981627185761999517823591210163531948871408053400318103791507","1"],["11167760459712544762185200034256628949257520322055797281921039976878031366686","18414362740574635845660376111095241870879367563880822041772618144407045995428","1"],["18328640033070591186106665338652847190196208744552961924315524987112976864810","6834918318535823992961167949988104328989804638560518525802961960395900234262","1"],["19250433312804141288993813186642535111854085387315199804387873192172917949223","57743736184533064586957437752364215088674380516407010116517561974347993841","1"],["8255206652114530006093983711602067250546297277113791811861377565570781304769","12945993501967542457009803206073116234288411313318842691712256596010312653293","1"],["8042076922072472648149427600835566249319955202801237442424516952553998865875","19525589161374684583979540409025678925366775549283515950362554275364361923743","1"],["6389946630758027525574820514063330048278071734234238228152004664355619660084","12233338351673356403965958717495772820116064630944697607265042594043774833295","1"],["12050789193960691396929203353123863837158222510537760762018841958804694157275","21527939524734532286654342771863490017195018120537345230876345815642943943267","1"],["19522436872514328594324789143029288031000683115339223641105447878082332349131","10019786179858712195414885265942662306699142508230324940774130920908890596425","1"],["268938657634900234357049556582924252745588324453720745536160029548595449739","8038277019278694701907928510705550426231670529933154913939935809607565039010","1"],["21273634343725644049336832298285115382338460871577287935259690174015243730156","13145350543541511999270464988393790027476311090459438400808168907504653090203","1"],["6570700065191135715329726908712376697394716375312374951405047225965641311853","11185228288441433930995043630872012419618857208997988976128476430944874926578","1"],["4820292871997575046840731495877348436150269910603602875187449004494230059369","3531035459981705077374492340326381040975285932910102005336956338288954072417","1"],["15837689557377562807258714006614105233771454835293220079723161644166438087739","21237355273497852956467046548330388211877698696790344301055779900045088283958","1"],["3047269739402951110271471172832826446805774699509077468795542357154488414422","1259326901893849324533298092617088440941702291573482510606696167662192538125","1"],["843604782318139566731638166748424814196883268591464368242869014470638089110","18431671507729411711051954379125806193292871396452318486967839071274055973965","1"],["5154093571799733317801587231521238888306742014796535577536471696143698872962","8160007207078816878406758865821131692181078032031609532855245724710616245514","1"],["3895670636688231380002000640865209868425153902800330651521824435569722614070","12690768474823001125644404448154338131741351119292157582886987073290943101605","1"],["7325834035948620376547381580441369595121316205356440307036772640443126878931","13411278867750542822567934978575787272076366216139614314999453747676480956025","1"],["16420903588551437680455241217214885230138370669030631413090439607521760062538","17074603191700946630767713658543121544888782493753412720383077217846432587951","1"],["9325634752259160388088135144439275621643975067975782063044210498630345097625","12092094872439657895086629395245341829398054809365422138978072720726946694880","1"],["15777557123442714453653366621740387239617423958390096353574141310263878534156","10784931597845824476396516295428097775919919633426744464331508778125898566664","1"],["21202799214140765394450494035084612588571967944001544303974754072897497911998","9152586209665827529317977965589083271754243074912311345180028307301736237604","1"],["20545444648464776612326646642854600745141210500391407725192831812856817267584","9604887228256103222656489207914547242694791114630781030447563765149252710689","1"],["21760025618990395467942200474113604575628674550943293364657455749230966454308","9760705388279274266670353865062562572066124163461997546928572019770985223657","1"],["6898006013067276771905740386420907954971155700779106941444509057947848545108","17755999663724512873801597150080656839725993623212450603020636916037224061914","1"],["12251738947610841282407952090459177820001001716643077981396991889415962983904","18670856608068686406790581494447695012374417381990976310971800315493641814251","1"],["1353711213195369444016723790542394970817005446343137557847311868811040498728","2689130561145934172412472150726776534781871123506132344303781105147404036252","1"],["11393314257172651684424172816430600243745613544196056879025272367280055386595","19919076785038417115896831249045871141531525872662774988016310346350543957236","1"],["6470035063314038514843107287330303505620274932212977620503602979524158940076","2245171983363654727355465429641184024751083188708541901447546804479268247762","1"],["5405734534337663208752913813804589834051859801276310043867948163329874843356","1180509052650085128490433382955173869612088065308411589189231981117408890565","1"],["16120710335584004023124532791495816155043177462286758301899709525163740466970","6583114676272870178333859295822729452744410701406010793518154914004674191819","1"],["6879026997874897051217697162780635783798509010733976187717145632472802469889","15989818541100518371570474836356064499954087242238914455301026283501204270426","1"],["14127491025552696523990593622525026461810909921501330113130691582057277340307","3069657683275474584064322181722893066875856855860982328563323437665637224498","1"],["848056650042672871300314901595384035682753963214551478734614870397751648315","14974515530901866292959325816774241513504888313546623588906940386613599921473","1"],["9255264099627200607952627906693120767835488939796528726435791742965528532214","11789930294541504566935885217368871284586494291045608300741355579794904337202","1"],["15553196866395784791650559348696911399015925556889944567611749935750740242887","864829351490524388890034463340959954194609587120754663887412984928875517014","1"],["2805907008035671080094389272387099829370044872105115223445967690484776149879","5310713921729258412787694144046401322457815276008394089786037024281574807160","1"],["2637491320687899469188206491982206987527554135100055546083648427496288184603","4436492530304241965739784627302468430210848676317791350943220121952010715672","1"],["17183243988418204477069356985760109955516025336418356548855758631146865286602","318483044995547299409621279118112859848497571591069261068298721770526221857","1"],["8210034870154969627198519132692451991402487026565990702284858144372636419233","2168070849784074180365765488014889409043084204510053555827180952712076735983","1"],["5778652657725420559640135070348423500273038858073407891425061318336161130194","14078089832268003432716784743671834097377102075769391422820718568244578714557","1"],["6169246321964766699329234652469511031092952026039451397083913071913916353394","16763969455071084500619207805508960261712177918561882137695649943985695859959","1"],["5230350887916485227020535863002822090804623976378852620206841498828286122941","10512191443173332546778898322283883791196144208658811308966098633470812334039","1"],["4356832769342227533516036801814502869980680865527048590373482253872236026051","15938782050670241401642242283535779641935892781789844641889052011451804664807","1"],["3902194313253549409305734995268110587188391272353228568023731332212520782332","8060718076476930174887741868924742799647302250521044232474304516895075029329","1"],["20456363317228151204580226345747509709301898728653449739232056499678403324316","5311720970248337273229909884236880552044382556551628919246129167960192570820","1"],["6315556946940333689058766491604033339237035096318930706436363921950806466078","18964102010496165990902897322152328884308488332761195230230012636838390335575","1"],["6145738142892860307431424622443995706015538504581634297665841993016439704370","12992781864802621518334036764343044602924638048624885100126889669564250857900","1"],["20811758287250411278220090732969436981960722132214526873850117045649131455796","14251230829409768206564267640724238125076963095813947956247276555615073626569","1"],["4574091500938747715868458698541470009323632040741719064658226787101057751063","7423845960221075297803531361440551727362116658768409173200340535549698844101","1"],["14070528875729413472571506064752713858387056266573547620450130501660454993982","17994729212426371494204753566948543189095576962917739532709681436510175198183","1"],["6837598885298012056797790342519667254675673217908495321954351368211737523632","20585400472779251651423898261930563427451340751399174109672494749272683582883","1"],["1018188973153687634011822953871703254548061436678387786032884934825623770857","16754390100682592583712942905301114247818591792330242528024327167584603190017","1"],["19867897581724862593301547385183295865823820749190835893895194860126785077555","12180971408097417784622052312592086130207367089721179599103154424131903111833","1"],["15499009634950316226130127864226539729313527207390123625031485433959816018976","17176273165777628840586022422229932122998241340969690386306946947377118468796","1"],["6067622558305717969145704088055332449356297547723059271865460093214201037232","9446653696259203302435402614188556397461064881166258475245253839627619558505","1"],["17614174012865136455475588426810362469308804704830810034768539016207140460412","14615162996290410566575907066301691680916259142390254339664675741974623437580","1"],["5512133888087550722576594780688578137933547235704236288136629911153644558348","20317085525992369844484353792896363583882107874106949657414728282666527267585","1"],["8788340852110911573328642211301942066307537970662169092539627491633259598280","1395810132907003017778365487321145387082061523289790194035215628693196800368","1"],["11771735518152817030032403328988421062533617897688195019127883682553786126925","13261240453330656522631190887168583061101793553937451474634715322050705747482","1"],["15518687322937950538946054600327537557566454093120082606336096038462220175692","15005101909667105656430672478145106669762918852210796288358640505327531260746","1"],["17113003668986860562330161783493861631981395427235855479077400669033208726521","11651669579753035627082684736409396730040723721018473854260818243496869921361","1"],["18582828703501503909612838001796588780955642803881430368317906107446325336369","5864297204469604378920434546651420945823138848963409586550129153962837797767","1"],["20019009129602749334744160705513607018970153073680275533097927068353575340194","11037415036423969840475271629276256699582223058238735032108399463341786471387","1"],["4454406026870361206108087247250792327124626896970278953526025677558254289761","443871592771952289181818430884022030030222511248354668973731127400150583398","1"],["11139370594605302016332061893795233415192478786836848269697336682534303911816","20071756239018396968980584532598666006819432439836456301459220392514921805024","1"],["791193420814941935849691667993695743144492557819910013488083773055382141920","12329164812554619879524966983099551590433734406139749314107289836107213162228","1"],["20222766064996283127647642071069874770603926219162922926663115415341425737296","15501223582598303475941034047991757873630097360442090826293221918575911571943","1"],["14062577918828356360580416286816043604389527367781103618103756765061268235973","1813647248196265937208260256182354586201560667247443748104865563650439757767","1"],["8746888932469214699435402565012071533999236879912959091268879389994299387779","6317340625694869598691394853437533616511033764310408603758297047268036685669","1"],["7596315730691561226386741238356337357700586286806267718597610707420558100859","1612275905099474430803398553264093969835639900020583131975180792609047885613","1"],["333269963679059151925288126960115637935728424699500906906849041213554765516","19309665959820418209834823227985833872039804288864152292659913554143388868006","1"],["8484218485455027871396846633919224993421391232024539932482172691352119633138","2584811414948249875817931853771555944583693925334942531401723020965539844287","1"],["12069868137855070059970898371374789236389254976121913669843472068988259656850","6159495543099033935921426966663850740629617078108315943758999367899638159697","1"],["20144542319472391542198641422261978464746354112796566651022041628214070404085","20782351954085926225797993684672093060681090226488029489149534412573370555244","1"],["21710409948738687015117976937851191284614861616599723761593711603510831014922","11694607685490954670159673130151455293120601266196488472256440611562472748480","1"],["10019047318510570214374429440129754224444832546030453614672461901424236015084","14339116451278622125738701598377571944064810785040734918047792576811388257969","1"],["20868629990501854322206316126394864563594221706734764904293152370552641903610","12778032718054587800323087290877907972300931999389217820075802601556453479921","1"],["12919441434475577560810858197979133988536955238525857440330139148120085667224","6975926220125137515447772192144071926225011024951203424626689646537085316436","1"],["9860183477979280913707902765652372363721132544555361648975585788077037333976","6227575754529999647512323929661145003619550997764759748535533469196373643206","1"],["12883814305264024334392166120822469969009996993806381969529862991848512369425","18312105229375994846290280967867700856468662695279079739514097615335236020893","1"],["7139844228696883847037352453389501931171785631572883823115284165499821612817","2238653078161873133970517318262379636862380811033297351511006586463156355915","1"],["5424019543875306993215072572080316715605627616837203046539112162771921515955","4107982910873502506846036195667719132474566652365302251621279774538199420395","1"],["9098839885913902523090414019017107840152261896575480433876948796752034840773","3939456314437021455662244793079811081723778581636512823739797176562495164995","1"],["7237493698035281744811918762262096709704178834912243817713045631150604871381","21256339442672433413556032733465730948682985610265681494381275895012290539321","1"],["13110004470268878764439285593075225969959127530008989630205460147580126793008","3717973778118338416837673315547883400819638873335795999442557358697668529698","1"],["6531256123100881797817402946400480800380048282203394797292854724065905742458","1916282625367925102267642049018563749439605594368588586034065018906807626311","1"],["13720739538288850268697010471249649054409353294080225110132185025733598668065","13031546908699049379145447136152609748314708006033006113145776422065937231410","1"],["4109131569363649263297774773138153572659182397792233710562874129018183926721","8935085094108268642728569561339967885047794510457096566324776538481874241727","1"],["729147640287534329876025310058433475897203631854009432563150495215205774009","5623715897571599808092798137934032875992901847182430901877872482733902039654","1"],["16313480151308679490357354269974461548533390791436712761211956418389879694719","3044979920888489922433983797047377409760524329717639167402531527095565071618","1"],["18303703377989151460840195538953171343556540459032331163264086810927757408855","12012319075559479706374928533671566709947802966742684900565206666189470183751","1"],["3301027440153566222055440246603339759310466309181014988965961160217968644102","11815237545733647501946783269504255398843857055225577187379791146456556424023","1"],["14753759099808256177324103224801929331777847160432299651126799610971609925759","15283195144747058982413072334102977608560405175718470540602600560929478205647","1"],["18430298245844376647363037809463059997890314346164528785292758795659187704857","12962333321049874589553456320979124609483245753379993490172791934757818221196","1"],["17679352050644273211123955081406440452744922724424559921782091220587327470317","1228961746606701706031079842709309533716964044163106747772764011356794711797","1"],["10052658632558850220921281537876299604607509155899817128166256638574229957927","10550163906892987525041808847329055609434004416824121416012803648658173533259","1"],["322181507076936249080114825092748772980827744796036126511424843561110766354","10244147430322277738203527961839039828948712423893057394951716268633462389269","1"],["12118161304976794953994339216929468498640470196062816413542088041803452065193","902441536446065796791978709374146515290147800127441522902936589279583124487","1"],["9376232992285648727429977484485638610996530453098884829276728487751345133009","18387049412650408540249852461629405582384032363855477431459885909881213743836","1"],["4600894249098113494985416498571904685827882060380637466238028031704436334519","13351176972621508150045285786369495700806877797644627072589205450647270169360","1"],["7495284617553361185923568972596130903530956616817873698779598717508197936384","17169373872853281513084371775267311268257487816764580408281164736313533475305","1"],["14112812176850368927701499553496778599337883904445654580858180668755331185043","8623811216759134518188633080350123769085261019656642223538036569281322331434","1"],["4978327102587481204382995258353775456996598607406398249296719661909182905684","6278406954081035980996901580876658848589663367621761837394566078564872066548","1"],["14296879947226473539244996450201175706676305550579298048160309008483382223400","14102229155092787944674256406239315937843219823300156173108734191833994556181","1"],["3307414071358802886292001638791582083530517225063639882467232492672934876945","2587729347952041546210225832819028139424135668313678163424809852501475637892","1"],["16673450365003562848594169282850185942828853318192380288213059692275039725884","12799682608774004956316266817416946648964236776059007652152898697171665244594","1"],["12012636163000180082619985093716001449498624490329884699935463916956681803206","12845287807157222779683936659711323295518970785370741900027862330515962564669","1"],["834905069709252530409187887571024502145198514154210178692692885783335729191","4331438638169481878007635312970127271277975915147419090525335698834427688587","1"],["3151402925151405263748740182279912098576241256013076183745900394199706351819","14751040802120728870371563058764481386085954319980538697532533553765007176163","1"],["5908537140095556986958139364039130724829398232864997712555347295442241932396","11513441472647659369197800310977825484542865618107120436784433101044206922701","1"],["17028634146400741763506799201825210192301881156106893460180778855604517441286","5043418206087108855153490245334258955332166640358744347968316867281089829608","1"],["6782435310320882071149879738282298582389372498351505321723778254736938484280","20556200657678417028207000785051794549324523291150517525597877695570984412313","1"],["2519473541485030992024046446435632524331555128511494573194329368083947341215","14916129904102088631837532619860132690096226177805766375680109191727107711497","1"],["13196647570094634743570819189319388462213025020078420985601444079546832301216","5161911645966832621834777781422455583758430105794785559099641607813306950908","1"],["8456410286035243099052913247084302039329148289817599950057070240319104008407","6315406820088261932681531698986316131998357759633431691131297566891791904851","1"],["10855125340907008363128361825967859976962942296469190441200029025912757332812","20503899620127963121719207730719933335132792932316640509882643275894941055065","1"],["18794314435713510151653664682111706481685854722313423243082394334549313229414","15476477959012171586519976106224482791198548993587933485635214079989213570600","1"],["5007977062599802258222510414127181977740050119292373194162460856195140931530","18798318283883590901879788842169775410301638229881667536377308646994223245919","1"],["9497295878341636551082254243577434226506224022312415248968723274179798456646","138771259162541811966520176925845949350388830532553758551887098704808421320","1"],["13292776124782698818786387476616274992906195220163239853412729699916546904448","5416822672556664114894219522096127629933122402759765901670244541614943478967","1"],["15825213026405729047532148194925436129295918421287803804770712907427375728189","11187143072558926857829984810648851650265917388139933053145207771986345326396","1"],["18409829951245212567044172505748357658172720933353782103610830748076343265416","491887947394428243353363871600087014736887654689988787745291999263164547167","1"],["190933969744393636106135173199252851534230923954582725500174294308839251931","11718863959574965293922820164501046401336678727470614681231281099940387199063","1"],["5714465068552649354298806215283452490987598604209631396154416731927992997708","11836520453704436833567499018088798603624497036789990230488054873430501534408","1"],["13909574504082681370836316550939289585585452413490515439189978938138970127508","7353609120386483321124314651290757937407531862277113021811581197429379161886","1"],["18311699995839831175029946204297632666364196479810687653351096060557422413064","19992851136012604687466714253691849627590834097086110113637523035279452740921","1"],["9882450457872432060236930128318590427795207718271532623267435313482310116253","5358969096696069812270706563003605353517717422187315483170366978414874417613","1"],["3908777979417088770807826354462909719881374707063863615164874293343489113105","5100170917705281396632881949949832918973278698361968162678665682151818454149","1"],["13310118174208239036433692431027225328911643830812667762226848828679096658587","12513317167329087590949628110295800314706767380137461532964045866864607997703","1"],["18103017994420763328570715912441623803839655406576530822847840381009837652402","3949296689801560067131069330150966016011753209866439407407436633488536732585","1"],["8009922009376668311493644344562177881298855424261044679911442948605625372779","9472423723564079823099424576812262176469361320606354402330434323052969732045","1"],["15882623571946890210358519070603434290631618509922681101319625347789748536025","1016529089046556377235674178308803335682585748994821111433946590249987009433","1"],["13074495755246872735729660374790374027975824079012819668790048639820319180874","15174373386242712609928163352460746620618245736148980721155393305990939814441","1"],["13831514797812540435580800950062070649913187283335912127602638693645336835453","6997485885151168675968775162938809278135397481372280840143654176427499102944","1"],["12603252067798019115197508525641993999565643289892730136118828659543733881600","16879608130889259502950481413702450920221181324054694287130916946133743132774","1"],["11928206686004582390060971105267547049301070446732182323207330878926517053843","4744755938995913234506888563439356214675382843514745000359740326433254819202","1"],["10290574596880816336514335894056681700168777866311717419161239941927940435723","1100943720072525877416191596327190874888040663386739015051077165695780087174","1"],["7578932372452230923656201376564524831415127947836457867540624268344196768995","3185459808935853909888695523587169085909405082153859681677848849003123423862","1"],["18058766171427077729070475299578171936517594271705875419408689601518097811801","13095606232267411201828674912941539567504260662896960056625045408400622341912","1"],["14215470920655017219631530636869585529070200624512633481341768531061582186000","2939557296239638741321436439217805171873853920341659612387427911466444949874","1"],["11569076967295228703213012801634342717619555833403891231812796859707649743068","20275448213438583355999113827259030328726055648996649023043394779582220120236","1"],["1800436326982610093335219070090392352964667760587624383159260450721070018531","20066505139064976310379298374983643213166961559927394855304679618569245891020","1"],["11148813461285704904268712078903861400297738495673602199431305590343457614922","6519753701580217304647419335502623234721038830379733649971939350404184419032","1"],["719633892790059241930965372989900568910460474717768644588974826446796962589","593625400493556509791949916053186105884337081680564924339612518952454162430","1"],["3786596710878013464932001523131177170180600626227535337483089787737885431930","5838289348796894421895695225669419466909150148778697932921398527235820953107","1"],["378749375308771744755112626100297030524659686779079227757620338054842564815","10956040539249166312810305138947944114867237407547216843083858301139245430721","1"],["11643820442978525350281178909627228218524413842206210453909212925750367537233","10235783417529911893959817551175538753436384791820472221285061132538404927872","1"],["19084779633441917992186715206468658548687824974563572396377053100630788180625","8194110288596652239238486197843738827555041256203780504940749485383183466229","1"],["16337907496561461450848760574447059772190046343090787591859367697542265213782","1817073867234156089966100532023541222215706257335680516427312897570463433760","1"],["17274708014253505427257546924442419666578740037256784415420967151027044857652","6854029455664425356038368644612514440031331100865314558289451630082817661874","1"],["12054857453456479057504172755400685216034279724777607454498629455200815445306","5344485554751569585328458039962066333351332351349816509022558653214581791454","1"],["16043353070446528344186658954108692094914954668912150750254044499405394348424","19214211069025558247091127128775639466481308188179369559025480822026556079723","1"],["10019961054395400413322454438552243305280472657009573493871350950166446043125","16712179429178477051649590798318179019521936375637061365301994500715931081333","1"],["825608212422493020053232946655079660436363185116335132524632846534903295190","16470477921917766714979492454439591449337847496764060249436648196669281512877","1"],["12040582427405029351805210130097473540088452213919018150965206335308915846093","15393750234597448793465637786684283487496521483897555013350037774401666330725","1"],["2266770485419353818335766108079711951280008701293791936337553841651329541795","5318462652278726515448149157525545174764625362003299802521241932271893983835","1"],["19083583078171104591537700725921068563662193222771388115662767253672149373859","5609745468260861797140309896450495763652660724783586903149900369307144316099","1"],["12038492510656643428513878626940774978561467979021279558253696872306900046375","7816728137896159451817544588059800886581015472149947953667018592046451799645","1"],["16859417461249171369429832143986722881445783621857710832580681741863091042874","415323781357677159696171027388293084677263925046879646355402948520401671054","1"],["10221995443767802295902449439170689634050537624833611751770229172410694283280","4968254578256800374499929708591105683788598240065608897141950904514709064851","1"],["2190725314032542444464970699143248963049113947963312851873287887200830250211","7912540411693749283693065978411950066738271556906148477192264999695743119873","1"],["8692923830545328072465139225453379970689864854414170417179326445198217199693","11685379483831875093497128127211745815717308117386481239007001623488648646088","1"],["13247656873150882718958696109897115651103939854874607678491477369807780357222","12102685491755747190363520328704144636110254071835042727767171656848835495321","1"],["12142038199445723423478528026438494709942522808093835711712416160371766037625","4672818826822454693371399815589809801831820880761646801883931603406901710309","1"],["8851054310667815280345545815951078613933863953718142941533170117363250634807","908677416052080258225146496350894695649112800322805605218284523357213252221","1"],["5585398529533310790907495963735099232863902681776493030859107787981243192512","6715375948681406127727549124911079380826333729506686042036244363930939215527","1"],["21511750022510732461819399840329791398187685527440786458691590360027602063861","1749376275015025850492494761017693283957825539710806528678490314632750525240","1"],["10566954127129866471973852516843531325887314358387923042515274721637853962205","19249849124551882359495693224724580361153208569136781395466000137068150287527","1"],["10763007270853608821692891810587897966999054199804965113562869924072306052156","798045667502785492411430374898126501778236943726839512867139787985832123120","1"],["21108268902044301037681921268360544792153511959996698630124746569479853795954","18623780352495717856131782195390309219392157960666745188329541923893795505499","1"],["697100064215251651963829744051782126939477290692311258063934793991897111364","10966415442462572953078671632725984463016717308504142370308155194406932722532","1"],["19427047100454132427920010432686199134821977253874742371394414534961690058762","18540696129737338940645923122441385266534979132999977638898512870735598191040","1"],["19005906862518275300791357592793086145917324604352286767955083142650223425675","3964696469807703011932108286561555856179192351013358865657418102841911342883","1"],["1932006539532186369463100453884715948227179743837453113710335053608426717505","4336341252062992338480935444398877542731228560526556446280455269884187221179","1"],["5478899033549976541551251633465024205812715276295896160058140500782391834923","18811194316525418260092792012555261960373917441953792346389448638794703370188","1"],["21585151616188119194902350097412675556928523898333101561751610938210609519297","598862040645855602668724450838532761223740641306790096860931023905920616221","1"],["20578683340192054049673216790606528049410937233758418705636167633379888161441","4367756487149837117140366292772464619056596997416556068073558038532240388829","1"],["11897583454491345005497200886235105254021227229504357383368196234199018779292","7105322537070833012264421431976450974114959429461036263540022624370088508084","1"],["12466619538881385448433759924163945613808654045084200093581013343466370506141","13697097596549641921386969432759046441677678552577387051473523281247287332816","1"],["11227093692145251844346812220326670305682945180513957099172409174537168892578","4872658818453043705236064897709600404557646726874106050825749822447193715492","1"],["13269319625339885410089038229525681899761878583204800282449805850946869433956","20991105556096643863697041202910688630394631337314461514963696247321907850516","1"],["4366863428383366444474933314673440266231464439107900503300840725193522439924","21595928746013693451028900755106904313645734377914940519244925465550233494268","1"],["9199631072754981157968236831637045742165875987328479862292337828865726369326","16249029737445433716422241930570820558964592418934256033481235258387451525992","1"],["10358134063943295193419704603199367270899582977927437826347083018826088008304","6538381169377755559223991714121629173500167773995184930486477734654398550552","1"],["13829060712659356727516686960094723964486297089144250070139503865381046905402","14417047133060940530783888110168590035824151268610223116254536610771976353712","1"],["1272743472243091426129760318267140583849047608506266523362495911066831904728","7447832424609874649089545453571192555161365681381954501978495741743596728840","1"],["7110107218109014672077229226718518875224379418145692344369062064675034579622","14414437931022150929431946738575319042361782013142610474841972063804285216891","1"],["13263869378875439985998361151011207666526979943989705942552054960156650239737","12426531381290306250369749812902321315395262149633697908097315445984342395768","1"],["4774345017964813936443883424886150149047787660762501609833275874818456551164","6870046508874256995515033674799367727147788598847561793324431184377057848756","1"],["6534905481468735332125203460465208253249879645094240829255737655553736941266","5019840083484555904649837318179234851723783918540658287708969479185341398931","1"],["12425738569952938804507309312414375876013488771095553006513883565686076942474","8941756910207292043911640902804271687585579048849946372979758150923323969587","1"],["17678748307888786229260876179270204950147389364536246740160503569738583908085","20331805340508724943963308357602133667674440708917096447109692618810216467995","1"],["8555354804976712567344679851781068564242907581201790496327136814392334104761","10262444161152444301014699700223523793566970750575298109933338254396708958596","1"],["21690399378253738182803962367580257952575507297472108230739917971968961660767","5672317542354668706596755107511351796354682681750446240205531603970154567277","1"],["13317187715658542158143233042809732006678378495835861130815107551919855614184","5289284752225374943222541543300048796623854332162643205019305765806798907959","1"],["8704533932030407286602731568303028730378782715964328252579520028249575528075","5756567857132111933619822098851593588460627076535790312185240826591557117939","1"],["11926460813162671673631001343293663422289644595346419908451524305445532215864","16298464134535771914975586124304319691231614774220914366048970883543340871540","1"],["11758211115192089466025013930816241373413676312553895887631852807294264792834","10836248673704499163851783860522578840452633850530989330037448010177355654671","1"],["8066044956667590444028566795190338976020812127560731929385406214443613681033","9281998881199589093643989065923751341992702634147262130671419028814861085170","1"],["11191223123559787765617965507867809534202195109911578414863306678484229397340","10290823596365330974582737561466066651289674531120176579726685971582331358158","1"],["15301889524619606246303486689619575334280895604657316581459259214690351895903","9383411967213917974858092093837428526814448822155741476773815516907055934148","1"],["20364292036711634718792201312053771292562170446355699904027725872002033670447","4178744572810165898209062132832525417336235440013084432927017401962045432342","1"],["6251815426249814207668248991183788983551811153847768124055101336823459857496","6157041114176389346891039984001153698990608641447664297676157647842667744750","1"],["11288554753941498616661821721042340878173527639900832336988139969584983438886","16005970962001648661912523182635682637041264935050198734526150567520194217294","1"],["35116963998734253955575026062311664365379265303818834899514873398087306718","1049693988467092371722068429925054327184738850627689001493590388623956747121","1"],["15440321979059902895045173607540971702744663459836760456595053741475885761621","13094805052165556055079397143955275566011765450119579757910998690360779614361","1"],["16238547889471163468987999992558752823444185891792572094754338216762540605657","15082604923440328331235250080440345862912581863091605374360940143852128392039","1"],["11362208045329603056776581924241134647534351572923004621399357836159399754760","8391593869020660861002537717947672630024525281528403960813253264405191742309","1"],["13537009224834591165772498543345366681929930999235016297146934841630599973565","5762788294353893523529984338475912057126735669786688519583747444141982340118","1"],["3006446919263213303177761074143047261181547569947927378060666755106363898384","5327870690477213133571387182264107960084408579578910215409860907252621187789","1"],["3262040232656565348759284741900813510574615499490558037234082262591135708182","14983735649935402291290112288613869390145754657127478102492682167061819669011","1"],["11343607208550880939026295410110409440010317181996945063975005777016654431045","16774024799177010193911511500596694409970967901626805617586301959883969556503","1"],["13901896789382511787351492295965867710104600312657213979069212997335964480057","15992145645564558682078540706080716290283461286709080241398280556777843631121","1"],["17803328964651854082741290140158193227263994924526828402364329063789161737255","7305305622984288516363076817553586350434199423100820900191740576308646402059","1"],["16611209285069719546101849117183345272434574442564850086422559009929958025888","20624949424350970814736333691316579974882268331852467175288208711103698145402","1"],["19852378456442891212924543813889754154674063544576330029421883385362086119573","17411829061068954584012875263635969000210742106714897188874374444904047660671","1"],["17545672427857747112672761757724814484479574148570346864893809828693038828089","9183182783673059748445509571167050754102050841910505453962951078351703088105","1"],["21401432947688552414872905646536052677871939542933861163004510061420086048561","1825826952339960033571723279109812934358187292258783184763176975997723386064","1"],["6594160185756394004592188733461693132554119036616767979913751614951327463462","15340124904926011267227305310806622349387994032900574346338278212887584927844","1"],["11052212604295327859560528184070435439712314416105838482738098877091192104887","14017109123255112072105024861910521851199982533473267120139293474518501711265","1"],["3205214448433438755820827921861657706978123768231145884882573073481380238915","9688303466825983442935543672406389183085323764578585001631178104736579331520","1"],["9134118457230871618742552155370181047896010851560331421726800055656824503147","11060344723386508378779827520214424664132317548972841046334478476514213218274","1"],["6697766122616530267733566106657661385424723981698215049731565210254849117548","15461855262682570364375845550463879601080218285586019739637579314681502977531","1"],["8903470082925123063447233610905961134814496228614224693870286372805497637974","744666745478021284831653823496494627118631632213599548386479175578791705881","1"],["6629559384386873119452097381992773445909610858574278898251346497192289980411","19554709455334555605518445773138169924183179205782018590728680697044286741474","1"],["21627509055955475456849531519057754208245051293205382569670763636352265921335","11881035548727980133623061276122391602642892303795661108785822091880824337608","1"],["4744124311040289134585961967616276077285818998623533117808738417250082210073","16800666308303285767961614261432341741404948032223385241601075960998987588064","1"],["13768049392902767851766275601727658480376248916434076476209263887390056598040","8925111559839687830538277185537756641285154736339154965398008248017351678081","1"],["17212785322516219222674405963257646808297735670886461162118457001954629510715","19799449474317381235994991809702634396670578807507319018222789754574934717286","1"],["3573497099889821217818697045055838610099844742474422803640718682349155491983","17798636985162939086215482791657767407545344086103879332487075058645292933828","1"],["1792395765159553092875070767767008794514834617398421568221721417621272027361","21296733017839112807911797927377249996383903501296691090868701496021261467480","1"],["5767779088617507305310765881603167545048172469637204976767835141066709325196","17581978415877652678298247216985613382137251736221043137284524961774879003734","1"],["20116272212031311210330978992387781552702474024109781169719688412995498926999","362052917661168324510441523470797746746984591858839835116732188134442173634","1"],["3139298438721632807782906310262031845364638897999395586586747640473688076766","21122878167182193998357027547958389769946970531611017711827109621296133794970","1"],["4202442096349521065573691684437482896224948025619229409373785210640000279568","19731011501182487946710781126838164784220488451637429437753680778277697170905","1"],["811555178471968801996887808176874570651601026577260967428246910407465649515","2495433739471686128572974334006505425623690220406839331340753494178278301546","1"],["14387740725103610603388944252523810445241382770445944947189694330481683372347","410705250351666467158875182675753153042260128362721496699845273954673881655","1"],["18141367942644237283623791516544833344633530637498105703998759532317652900324","17000343248775880240381161123912416898508653686846757501667744418572618818930","1"],["15697567227821639816033910702100914456097988944678734861071509204037761952321","19706459266728196258157369680183035546587206327629206492483680609047642517240","1"],["6146145136540130540380857752377435264602918691515553138211336379846804933341","9051673716981160744850014366291136134549718716591385319366451305239376833998","1"],["2230016046251390792880915428908394948721155649345218298420518984634516430482","9673384382564960610957972803961447085241265692276340769182393615746808268081","1"],["20006937598741925493153879425557810969244398452983084797876006269527458581582","11011755540304548620180284526080991900743852941705216813152316808030102236177","1"],["18486093590004134767002091233646771217809779843644178545977647035533694556732","12944796926624164131143954431760451028833242449504866457954109601298810192470","1"],["20953271685537662200253662630294646839010707659754769337566540822929892214345","3911830257755053958922613833539948200141933805046423310426206013467935241139","1"],["8659470484905748882834310795814096488164217953582139360306770635725882478833","9991985712224971484967032833329073858050169061327289112661768999487144523005","1"],["15818701784611617281120169034695371017244011296972365586326758626087069220766","21275229265040035218820842229515475304704795773566932705355044358241160113495","1"],["12325434773768045484247271741664400642571619815953476306304446909073401134488","18611186403889118864815309082975675213179542337004623398299865774643956810507","1"],["10075683140237351720225271424552364057857143891395058023234758153568186840457","714282735175321650025623421327377911376632585431089775588931454640468339768","1"],["13536528788205065163966424810170589458358548090317043726226671212068202276618","7100632331517148905632846308597017049456113182983906619710308843325180691620","1"],["11232230522965443254367033375677954691816630230471687665646296895324741150295","6111118009885986785231313405792569238247730919545245799766620152528761837216","1"],["1475981762824736161397039856396076501010443421059583763369792280959194984848","2097407798258033654770314956810374739180971039417673971813293454221221635850","1"],["15614259923965078043084958550945493985851884884226554725216167140004322963210","10719770023385925346603491970719581110633661951360041086812193881910162342548","1"],["13146406182990307677251824991235846859864295627540856445735604998828347073491","15955248698813700892675432552805942141881231305271106600300206810411948314738","1"],["14158320445962155646229903090581342945985250363940620121326103220469509245543","13706401242231761198792555758516811591097403881893431533070648456643363728389","1"],["18358359807245902263511823694881129247328710086102201768895965990978767512626","15963709953544427962134938126903441279645438667495785526580209216222442536083","1"],["430329063612078443500344689270431781405491446536123945159158441806173170183","19881516338987436398937397376548170446857041541911276230727721786468912975544","1"],["13104752703677495521477618589552491296116684615122373369177933121152465363073","17805896181046691000775019253158877821437404820377488417383296660977748895123","1"],["7070481521142151499397935029694892836572404134612837454837265374431413682097","12202637146104827341427783140594471139022103558331549482959802869664313875548","1"],["15122759533526866039671541820429803173255641139218611346746912487906692905668","4439709210451441148224023129077559715131711660960054061911225758376824882361","1"],["9765748218573262641549772417742047712096059408011800430050282889257146893990","13926781439897821915181832422909776244218624167359726315112090302802399631589","1"],["11328695200503755617154630500272148156480475143751487092821960728223833431966","7746540572329246897619071613592147623647125829959813580693536034377837363698","1"],["4436992650977623609844383081713511948631419850002773760441262739161928794027","17931735920246728838470262589907391378458562956411514890324661558389950115403","1"],["18028451563005243841792813086551473270683218020360157598278942060725986111830","17601310038153118946867441037700230227068936179698778840380085536906942845005","1"],["11344729918640629252878066524738165193198688469493650660037280099071924701959","20805641905557619226689446154141142058034575252593379993812761482522817007167","1"],["278527388003379949227020065635093006343077463338292472481973799737453355115","9942242684978363337944579793938038143587300099014131088490974518446687958723","1"],["11508806821157820070846521712057000935335777308402520150123907548330675449733","17569660047149282675450921274387790227385208030926809709139539642732679109199","1"],["12153359005225575653649874793596872859502695441923064535935533542793548869831","9195865684229412882186887029453070115839926651986706498284963749356794014524","1"],["6609554435943943829466778689000372475245137214973158325544162640289124283886","20670363316379831725374225725935071121560572197869171521912868382414401796462","1"],["1736506183880353488041750601522868246847203066397803042629627335755102139063","1994057159349667618595051826144332651708582829497667146736798720454331333978","1"],["20749756999193138368715683924549538814599365640890840438588917131497071660912","21610913228993534673528787003598256242264938048305519167212540286818350751591","1"],["18657813889731385057564164376912232520590473246403202976936396325874707012118","19973901191128987545284593790202208218161887921226112716097442556385585417390","1"],["16731561840476483379294423985321887270683240594559268275928292526423701488553","6132823200684458302101994054161916443280703450358704683792579548791153429554","1"],["16435240520592659210396418039521018402503142865275970571331130116385306670866","14122794811521560198798510711488668451834514626014339340489826319661801073305","1"],["10985450270729721731618403337391274967389285293446865923438983255225484975349","13270547477005198795111035359314672279238207637638474915879491364597446599066","1"],["19997303138855418108470389670514504136394899245818489984253270534421449821955","20387258734385139628867084314948363092237852021929201639216834212759037809968","1"],["11671465745574738572681940633128634804833927398920640916877164757523827270969","18297266066940469486661155889064398376722194188756863971853119303944624334726","1"],["11082690390341176179984724961792127068598270301367806051200484717881861586788","17953767962001890535679743613022184964871777957105905970739852397195387111022","1"],["18706420376953753999791149758877752800486540318341335641860295064441134709256","13872441122811580161097639116419120190328570219533008696634907560960495335993","1"],["17107754665313057703153322698664938639548900833022460264411948360479750994054","8263960339502646449751740039007104763165194693437060312537942223401469066924","1"],["1637146561776483147435448770146240759947490858936622917336644170763685168512","3524419510263555785172788347367590350658187526058915691027608247118101296586","1"],["13168703130358258289688114580231145695646617228185621869922232038290936008984","18598283488579276366594850328541118931348412690753202762080132864582318236462","1"],["12335297878578193881017686835920673955829584018825167524822775372092438775184","8756052218634511195975987386649772024829632345698202757992067386855171092366","1"],["11784888106050738399681558025984862837621739837688995130177239495978985078229","8168954105461298268325556229222862494083304062663384813946918484021567657390","1"],["2989674741821593454842459051041615254115079091376143842289203946644252563657","21038105862839903204638804431672055403485843474303178462618671012985928056644","1"],["7302122701539876069685978536879644238468134875738697038291081189119649725421","5890378531472110311156038458738144792027270555357381393913110709506987973494","1"],["2326728450321346846402828460475189709252743408607378727288520076944415361530","770510816971712640685485783634906764084942530388521716575291887117838844363","1"],["15615890644202507443179249114232121952786209889892685255940824984226109865340","8211083559723481678895196434608595618759314639859427561040710348315233465137","1"],["20594368361966437233423172394778989777220364799851164472038061404594713691666","465383714627933422292745193987024275421194286739704880301457802550650575260","1"],["10662322905543394719798579260204579991263384429666642512964013212489572901517","5415544786426202027781585095977257846730161649577039815443234727817377942652","1"],["8465135742363451148330030887609940830649515077455761169363827970160221131046","6349429374094348624643726133427303478618552900258602590838275581584358941775","1"],["5654208413343141848753836484701477364966251117258079627013278116777786097615","10714903084196760427443450564137823667141185848307598416408305114798440067689","1"],["5648962049706745470826042211427988345903681114346532571448205688254893272599","17962167444615276370454438116198897667789888074445596344074361638270516292305","1"],["10127121203110676620531628957364187462440354555448109116902135799371232695607","14530895632662686746482448328892874615358487697640428408843467777510640166591","1"],["21651285608715323584811944084940113967347243385982393453044568994687467322960","12897728345373170505520309805799297214507717574914980966217443680216995596263","1"],["4819562953902534995231340021368885798442527361623669311253853068487340630948","7699304432397631131627445289935382617771494723434218650503414906411981962865","1"],["18928818991045978130592068935964934128525331431220681748351788201319486340504","14589133287404195652954549535911214888739256199702553268159809301332272245479","1"],["3669336559685216533598423103805686175294010543673950548316236480527286099616","15901987940738878577792632744306966092572588031324289541505615533230180622533","1"],["810458036525406974126083966259778300897742169685205345832203906848098554700","17062804622985253510217949367356920497211792498017571424232246112329974294975","1"],["15675295648508419135261014733225874257360876423774764248718963361986657093708","18157373724485727895450245690893114011432658856325864079692060955088327287262","1"],["13563960766741921275167254036093985528958761646037765259397392009324874277763","7070337431805441141063737915438821481363520158712959827379650413984948267074","1"],["18817038254046054560649605366900025367419666216572294917748285354945095393219","14025450286567567954882272199161329835482058806369203548646084007378180270796","1"],["18395786388582831885945422228879643212033748752980279250198326260463347205258","17482627318358501367559083161480934758273586907739445537568447177187377924306","1"],["19730428036207957405890540659937664662160691744002987745953559014022838569491","16655085565403063620147610205609816397534616092794513031333350715744131772753","1"],["3830286255921926971528352452744284867976647685921809968365615300826357895856","8848387269373950241922933154435307069274852651751206691472397231215175100688","1"],["21861771883555902002673584572858852172550226308802316536061097650310402348392","2409901119136797011698457793815896709777240469003582286591860022521016938994","1"],["7542063377922376624619173227622019620338865540404923171307649753358251359417","20124574088956621457855520641494748966049034368148186803480641725273694621409","1"],["6529763048040411626557204657394150157396122263242337278605286261945475968179","5099799606164079329744251500209837851240459196842398582155171254114348004998","1"],["11359885220629798966069514293800194422893581312221500428236705057801852278303","16044042669250194561266157103431362792902006323152292262472065610709045836666","1"],["5583674229369402060582885609455714053538617964422509162864739210274089511229","20537754442183419009273270896450056104695662921470849005304540203687412267798","1"],["12588635157718151342679920594929178802960226343063277901196139536506508016343","5825311739461032070132320886786000011441655024687880574069861900792342254270","1"],["3099296516568200863100126006324048466503386575083027556291828951539574765180","16261528313670945787317473564634074364401562189941268725500595240593913817259","1"],["14943992242596582992679715149920713030030272546865711221579076159913491443077","8166264685528868651804277435345293736553566520858948506784138594828892559421","1"],["17714972336374901036720728479902154897535797027708242542481925495179930924100","21729988849596691980028984899116734070992001054692532983316977118456404778512","1"],["2785638928662882156735177043918936280199342822298347793176171762813809629197","16271049051587197913116884006439581862527482015835135576875104531196146465241","1"],["16959143178376698237251555491038342490735822324650836155424861290978446717215","17813481202353344160534344575024059960168587930552922161538196970779353619726","1"],["5042159609285317932983720725340454117994283942772937667380515332098662741314","11737813489531842531313420666291165791548793997588642175956571090802867950349","1"],["17223182807810145767182108841093264638588616507260555084718438127085467385364","19415838895347507141552478278870886336722094783829481727700552624219930560138","1"],["13782136877935428558031626693147539920769828497074116761109763565831824573061","20825113373168005411926029787244596769541194091239013036754302205174626887616","1"],["2507566183346611064140452896049781301696012179131283324936359670684452598522","15360520097945023196264754854573225784537720548396095268606708907235396246256","1"],["6473952433017018187405130131362911273489969684752328285122411170598395539797","13645362994018240296609817909805506401634543084011680795025915539661156648280","1"],["3287109707008143662753454591843061462374055054747969714376117620365214444582","21274889527934654076955304342593660653593221778002552738078504160846600779286","1"],["18677692111436891646324252017801577652544978240695573133416086545859204499502","8080959632702182170694962894782153885805161085610723946238216638663268067964","1"],["4125128656923289974491959691539307575950204924190929126699017936127440268096","10072663635155354639012826461852693750478457985626835955631759665812595348080","1"],["3780792589393045522250664072968015604379411176695366569411983393737624809404","18805489779587292721860447061468178696726424216660023006334359931140830537701","1"],["11569950230969062107654307569794466922099216400132289663777550251023350425743","1916898724961064998424725195397699709277343907827711666236122863041673878782","1"],["11979252339577916423666432661874195803738496470588104833194633815973489416614","544715551369447664143064011944711507242819426704338852899676872142540995432","1"],["21559521283270126196365494915179470313712264465787246245472406431725168410880","2490787922346392752117137278554027614978800380137927689548866013052665019599","1"],["3820949524690761424918102358845001321859108763357172291494175817124296606388","13054679897397228803187258413813472306371856140129232908172706465367589842879","1"],["4153536486823831483776591668547536635830771206367640827445555523624801258329","20052373998382150580056167250023873613385177572422436786095489079919439305023","1"],["17683174462853277590034490975304258671564627238421936843457840902650034145779","13368848482776621962764798038534551941473639881220316199743368335123278162810","1"],["14119209751569789915236305348460073245487164770501071862365115584485890018837","11328687164496959930801738943367444773643474668519810228251589352392414315601","1"],["17072251824657527653430676343758689851044415009096119037619572906251213740523","18132617244348900392829714451489208713347720556457909437195447694018475592873","1"],["1192447567466539630357629203384110713474726346392238631798267459067896863705","13700241295855122737505524829136854931918784495033919235390795181212799243262","1"],["1270451575780203732106437411819222554970684295597767251212617266486869179643","3593046323182752591261140945747070843025257898192007157277901983539955528352","1"],["1416448634323567462049241381248774428391064270366911277585269404213632995992","13415913384723772511202831119127709131182979314529096622925590766900935348759","1"],["452264358317059411276917690999860688195454588260031048117216919307498182395","9832658675787766380614187312137754420726969721531180405062712509993734641466","1"],["17813672141587045947408852849817366059254693295631550803184366308749877036734","1348416690263102210237146230196555258056887675050519312614910739686059387073","1"],["10797610456186859278304546801622849904333831297051431996785248899207964781379","1056276785751673300131363880659268201505123845053002986826563883607487595681","1"],["9912693768558405058964561033450348617502618318249850286241091196761864472457","2217544924590348814823421636685558649439214881315537969084867695104844195601","1"],["20011780975480299644290027730941176888642625548234988986925501631274923070508","12274715080554828253812453248824166790318861883243946267095212092926932240214","1"],["17817287879931060118331345295402592252450985082698726611854355712938176208019","16793583608147220687534779864061890690690434645385523280710398899668001506522","1"],["1173439977507334916078175239268014912907698879167778206883603872285710431182","5324161381133468522518326602059942095553031544866773131879775255085314982134","1"],["9970925025184472284947014302695375495671690820875966786637752865659928945478","21448429618979434075258163377172743607751059448442389267316952769060910641862","1"],["7010601379071350823990107022996321427141637423979473475542201837158200329322","13091801993624333753145417221009032366500974488268914010403965745889763138018","1"],["15602398441217909459279559301942503573677611714128707722487158926136931512920","15221869681626087627300944422777289634729120957491666162681540690207717475694","1"],["9656834797890191490422347089724019505886719719570287538175229913027629498530","13682138477081689108231082333541364249003088058874646455497927152828351124543","1"],["11071032303371578092867443270002750428641805592395874161837938836301662694178","16575894161298693593823052648776969199720695367883701436898183821336853606016","1"],["16219646373267732665739276125485293247543193064323064694492354973310877230936","12225037298462114420926550122538529264573435070081241111958554352185401045462","1"],["5827734184390836283598027984158337123376820922831372231513371666741078125694","1668236819492567003650072395318538688463265842427380141192399028789097517970","1"],["11550961406230694347742067621654167843441349215544310255066384935984415375405","10860217441320481703339480298251328736541150721848137816876493947420382014707","1"],["10640307308140673862516400087276389484856173604059972315164146173333409102392","17373340472248197154785943627429472543618033144342892258317163009751399933485","1"],["15490324501984345495590206848250025000526277840315034849128002630069867110051","8032809981347574112521967417932972078159725873721152311642597141487737577034","1"],["2058120180520222753239689447313357281846410354888164827486925118994385257110","8178900849175038837577344269066519385347913475123611186686113728125593661","1"],["10668321121932894825005719474417326050828734166221389232626577280605924456651","14879307092252546732823399848319398589836289095549347999107234050219554013479","1"],["15308307365815298140844191366402306560709739821279189244393948743893549341470","3118038583180911525823577106825947534469210130531847744357761359139616195982","1"],["1820946499815536119601693958179349680601377176834484736950733346425944692079","19388112821281782009709894997560708924516459768386090643928651970440890801557","1"],["17209598234352360751158105641551630302206913791290106170391692603593623343584","685208317238386178114163571564549484443681976046408891754745218260612386090","1"],["16221946103697844172068347760490970049535841873122674292063459885817780291294","21754498874018728573417520915455762906384474897758913967765303265667274748325","1"],["18251518142204546031180755380691409966014322503750358174859101539974819398828","17762675649081819908092009053203325791105144165419216386949203682693298384690","1"],["6940210862638773672744691672069172285405511473717893389978188603542240026083","10719314641191634900169616217602688913880019101342384145112197798056401902044","1"],["7308109092399349189012384399521736903546361118399601908705182427374209878663","15168876328777053314254743760403140377867797763762159289743198988858945048932","1"],["4728549265011313917242105184994215855922946678047642575998054781786748628245","11056446289850105651141245374982496008076887438123245020900377215160221982030","1"],["795103827589632874997050300545597178849129623988777876470823332006781539158","16927584044464131685337023232476603758324567391102429286662492185609843330248","1"],["13506209829767321996750776428744495383175090990284129952270940521733338871060","9128229033578571801381308447477851384249619597011313028341439520645823746179","1"],["11824855983909881600546031886919461916977525653339803636249480294396589560422","10280523390112969350646302132013218349692717327849840164557335912315445086298","1"],["19865290166950344346103285167797456239965046027534288544987920544206401506228","6778465132469746168192456438103545938045931865979072235893681297847098770206","1"],["2957301099043674464625582237195795771060051443568698621640471374335480977022","10292309310868267664466589085743481311748563737141465292333828397161029502102","1"],["3620043643493022478282332150072460520437040515051347213622480546788134769937","3683139783431311441206335703754651739334869388003359409815465900876562507011","1"],["9802028376674557842350711805723185361410073048319885873088537492742883256940","9616129644190327331437515412333607160687876380582852994075876670959936891750","1"],["4897746892724997059195098636125783859891019995173014533208887709348339122327","18600538612576761048826270911124923439378644537928355679665448907209490598182","1"],["6592003345975851181759283882408378526860043152109056642072136607052120001399","13454936916354335061696971692569058239891324120396179108642871844272905820980","1"],["21536437957102201971038514468892131933607073623861533394792855789566735972993","3956309861708925474958700833545128948756030501126518308440018187581433071649","1"],["2460998346603537291425734121737474621759220274658032029352982840040274326015","16580462247020971734109526221844451116964661441594439483997028760327049268297","1"],["11196950392257138506077229611062233010355043367824039666510406163664919576881","18440213126550410344309809804768369902617118657462123216142648735613646604560","1"],["8046304070210155882305741284956067061340355671800304398690019688567044697919","18346352459279847139537422039142896787973907768460433976082120651925205906487","1"],["15561962090344244591072632446525958119553069857026100310780968565590625572578","5446145376061866911355653565439218830837034311750161650703570601367124089167","1"],["12678061306558199507401400911214989251794323555035880866031159114434652559296","15925157292378234868164430861969174876666392030616324573014452562024932816091","1"],["20559887125237463429515874062838483717808367547783530773771420829026274891885","19796530205275782909571396719622120995685355464374535969363188091553525657817","1"],["20680094679700717391527735267168595944203957608113760660449107939061556890227","8384824017412178603491539005884190283267772063572739657283551003930758117166","1"],["4178096168077899776027256661223732299850045368096516505775459783277222110734","9258822090792379091819017937352371511415621291522267710371700101745518791426","1"],["18583864564186820815912238762577137242322155053576932232842685749776407346935","13825207231447985379892270761770318071282546925778643721988536601777118453995","1"],["11716133413653272383955242705802256558947772823123601904723244152034555436466","8870141318186411441578843938465746856771318669736115757180332904678733344764","1"],["478538621838394522498877369175812918799515823653027631508794051496858557975","71354572272838462138746014884128530247112884686604722980183785034653443831","1"],["15791356291852618903803812002079621562919441509506252725095339644459709222878","16367817926584899302833272979283658867183241449448783062978249226353371650204","1"],["20286619146764977237461989187445860557362174992259495214680840885132811102049","16799981232836236804509786938837808598930908836026325942550376041693913220070","1"],["19254498483029495539040311434155504138342051479520560427318888627542532781954","18454151371353152903611956216860747366236820184996760048595147199713908787483","1"],["16514543252352733406564192641143317145947707816782498015297551770220557737723","12417390748758715300504758044957045025376162162358902471999109978945071080554","1"],["16402423479294135568465787556354553770359638706477138334977382685853636239389","664845748301713042468196080890312056889867925521643022734419416862100808539","1"],["9430780347006622338359543093741468897773993804638401804086215639543695236030","3746623820011251315384695599108154009909761066675437488123555430923832053043","1"],["14253115542202512211851759327484267434198748492173694098624867977699931886450","21502729111396205827885638606569024216015902889568729902988738931459608819102","1"],["4513382590840884866184005934991936056033980050897797464771039744665566979606","20936186459949427425615031925328200873464756065147221060994461671046325477119","1"],["13174296301640263990956675112769693518737176803957385956304154070400824257026","4464726436569157168210372168077183219330899166091534642748041611659142061738","1"],["12157510641824641464428554418867191477930544307273253311940507089685636146822","12797563040127771621661410986971903967096976737804057094802698915169769185637","1"],["17223847058688696589637349880154601539450183434634305597335455126240993118819","15382507226091722047385487184466641113357358761457992028337828487031406071794","1"],["13862058216902178465961295949798786058739030123226763612225549295623463410139","5116692596519927757318778283701631497198495181512593129970146011955871526688","1"],["7086459868437814734071414972702506042315198684930960372834102213762595601743","17880105468547769831505694091129952789806702744074521519193220100830230896584","1"],["19901395115896526680234105250381626700184389470282373626509387569130496097250","13677614897228212651024167943750586821999731710160284513902465741037948213959","1"],["19644460539106474524559438010039336430077911506368282969430440478581967898754","2753394554677277899109337878770102134086344429870055389395226634968351933011","1"],["17786133696644995396872777279336899611369502613520607481808737441064755085357","855405326573942899862537370846748368708406973495164000107774683639360197093","1"],["1473416940986753368515188410174729985839324405377470683878724664390300152483","16217028000212008870809874402148263582745745987172521204305395891445202494525","1"],["12029302946724604026709513555616637990334175199638414600697145798523875556610","6865661747345852524665959604825817194778301767874091560868510442978571103079","1"],["16089600688128308752214586042256127642294375630974269732268252742352854732383","19060339384833188008013703999040940268951860106728980602553283259859742015802","1"],["2396835251869408502260363249104773227034410787948104298258206501350396185917","16476298308150515363155513621382051281229304399705532460006648287376508700970","1"],["3958217418537810309053689175093091795914884306171363265310054123520119326161","7398127008174005138127367797082759127149965774639231567100942819601747932659","1"],["18943930992849689131634387775551477990112775222088333709842826001307895530133","7665196337957539580052057848093690292965186671144703395985316748722175754797","1"],["1432101641450150568145185370255790430215468812766742222749121800448323054886","4575774219867084692666322754767404454118385372635775756291779384946179758441","1"],["19984625960538381201319900913688560656539974790623024072957883465641598193048","13973997657689113556847924894960708785700837198734203993927832861860870046358","1"],["15937279824606047569190000452742243953878395160538216392865381131852086316754","17180963625678195498442968396247373966223723527490347116036963644282673617567","1"],["2627887113749888883729595292164776692592486495116906905234518782187206932148","7937772669089794418837503796280298288143632933839150287828664183910735451796","1"],["21033284142245516169696771957005918258111297036752272269347401430779706378731","11280169387596033172564781220952075870038208218426608594518810855975667347347","1"],["5579452299311640975566257681280650675097403070391607060638803699140555528533","13541035355104309353290493747394631720464832440700013116887804916096937203235","1"],["5593795542488521668609040817074114592689681206167302899866866511958236928319","18560139171977478476487371764493440199343619218730067845975091447143720564869","1"],["14384343746881351809366319472932983505653390496096562124550634908498209572005","5618325299596116671856132104290388024357636836204168317672337109423359420312","1"],["17251209400025984540659422537645842676215942116556156481931344096121625595495","2776134289262035037815917427051177542455735242048784432702658551734563906667","1"],["10126324549504806435069242635998225808619071413826232162005203110175142185479","14890530133375127682116086828470048586010340457879825405914488615973407588034","1"],["15552008897985029117734351270488536405875233613188867824869360956753394072621","14541194919622440503657286993319792256263968260944365795379357559840715445226","1"],["17533736542567870275848204731563275079598204457702524695120012568155174267985","12329127897188574073617584149979818962802073146990328794763328775181551160356","1"],["1463639120505659191097036952453159982410888034977097120308576416043207357478","17215506057761049929618628919919118035936234692260907747644460112200589370506","1"],["7195576395510234057902226348777782132260436694063184231480163007966735894345","20419422259090769728503733871982289763501715042583737360403010704572569445219","1"],["13752914190500977533492051860286752375592905328623425908497350223536216555518","13798858623549731798251724853442202444387453016753863252074462977572199084077","1"],["17040606828423487005895801135133968832214005961804643659189890120124086003492","11609831350154496859313286742270321748064190687699929353547944431719715495436","1"],["2960211992144195159953978727917993509157708169210485510443748715063447508745","5526333838445937669410262151878315270763529138855074536999041471031974669984","1"],["6116479710059646283170047555707862531409380136041071339606508709937137186327","10478815472070443331140293240021049011401842707263384520773211478630461158752","1"],["17421653388324652391426542487991529679693001830694892096243725057345629159223","18873253152787645658174530510783083632942144134852786710201017901887824436640","1"],["10326565221283259766096582397023941729660723406826084998595333268092928275224","21579658129527207175696665018806565819893607166994430390313733556887997187409","1"],["20780443914577610479341108598228941462021324437298710131753291487615502463204","15994102695472452565856105304440914295774770963042317607945409939345967969594","1"],["20668809866536443300658007490534029241460791089892296824811129402774480486657","9264173954835066912657890337366962342577161583927442633796362692935242607725","1"],["7081214041739602749429091847797549331174510644098890545197712899122007181183","8163798123301754694050002774418239291096993495684050161520183056885111505654","1"],["8974735921450840316400954323738445001771573688510806826283006105835833925243","3217362970906220857021502821326639331641554501382612580070570366203806087977","1"],["15532295556059482591508971802859634486164736903020802208271723818107225321129","8414333702385916525473865063633309204967691746813078440396581036533287923702","1"],["4625493050310958657115131921923829195974558809248415389492950937029092825595","8335462110671767956120900787763577941687608913597262154998560239642924556337","1"],["13558996558954532395004578690318702958104434169932254435100012347351498833692","899396471513807204502404737909431428291203404744943828479962604362425776371","1"],["9181501501574490404394864695339494050423714391167141017740872550760468133650","5860508615506428930006462335217039743490805312378928032144219626666530050961","1"],["11071448392402982599356727862328408328246670518196863948464745929542311812458","20537747145814992869759274503642643291595052686758154365962647895178987407378","1"],["18992174725402487709659401496223613112971437463183162210214326680116531250570","20116948854670457886457511594478264955976693873031751478231973192884796299487","1"],["1385733840627940312706057840067932714555305179695993013463680613308201412580","2005005131834236774735973018915996271778509215203282608419322991012003888043","1"],["20466418004732869551514242782897665441714417372681931155146789784816374058912","8185858455464962328066985874852005082455705102506228287093265443934460587396","1"],["17781110344300058245635973144992760482393848027113367631587629847042003800858","16406446756063657906956181497997499385947764428833531851914255293908564402344","1"],["16617339065851340208795695523916096696476930146614507583536416168165168973734","2696590798500314204406687521333668081076696683094359681527390899487584268886","1"],["17527937528119841682366183209674706533203267348849837170934472998125234363830","8930688769781919224057613840528504495431556913844945729263540283446352946639","1"],["11062844371758446203403818899725787452570943499007412148989160324972864630238","15839016053915532571809379823799609891443498366028739181289121073431049636456","1"],["16402997631266297017363607554528443787572167879674524172309741776453083468621","5376291792666124502071565637534634279374802284689930274032738650565833704807","1"],["12457183936877383212042354600164658304555718749506502002217791811926570666724","5621071975640050788902158446070965174480052816204062607458221499944603779140","1"],["10687783660313108971243258160575865757131652935455827081380565309848416740093","16036835644356017631143457962653063793515534550593394669865093030054730202099","1"],["7626677642737856344238906528138386209670828976654928828609784302547415228589","11404715821356819493255790040054614006765771583658088010427353885587942286039","1"],["16689635344125853839766427823853312807670061849064530940875430457605402925453","4266168810580240835095522358586673439992273054619940286542646773636830028264","1"],["20733224624022847691913424565381310634962256036802884243519180638856808449363","1205851061475256415163259518190733770164612426026593018573495816216528051629","1"],["2743777134342606325175309239077298018740852461512884994463470669194140974129","1172936954768975516585766170357623873276378782677231076724115491387151357290","1"],["8798769555905149773381937590766391086854336355363516099927493860876889290969","2332520754908307222005603683482107483677423820311453667531748828738426738648","1"],["9621112954692884317583119928668452221386009005539087313124663041411813291950","13532615695984378418590258117688304792985638167936888346820042879620563830970","1"],["21583514455707127008515363342847163436852565023783002395917545258691220692067","16643072430542436684887557914411010436877759373689528341611181040959760143665","1"],["15325760487105565713136746591254422238263149368270003056114887785630422001161","5085734862096208142199667517175240175825241209117581931413919588167588664991","1"],["19182726107246191947886185853182187935342575977506970178428632553145354882194","4056851155768276432138007645602574864971186107356282276823054489735369835314","1"],["7473451912185949567008806249454318589483661606792190991927138313809066740477","576891076634898866182275162870095428670839495332369406564413211498217099874","1"],["1417386853963931883256330057055836585449309930178877153780420869168209982999","81455331648717634937910856659852287554534132431681278525466930366520007583","1"],["13427633136226569813286667319031161363347144668973213700469233839610713734610","8091531896186956569137238999724024518586155073441613654970670859541453962990","1"],["14657613125659337862765883802817458010187391134320227988040061484908823374108","9852332029983267649301598450701785250201096676446985944656627732695157138863","1"],["19501743044544069281920839054772023776702660083780747563232847695145540611538","16401428273841493530867999165883549118632509728892129413654207134658009494847","1"],["5029606255426122845182969384281458224627873767879163067120268369002177577416","10194629986542037406110171848052377994886094322383101570557546494455017496218","1"],["16755195765797412247787765298532704915626558233565156524289375997184121497125","11595425894384135556668822856923504898765641581670654462288060843667579376636","1"],["18428782742561500774337619283127455410665713465446134167141748510740790369401","11035855295235239753876281458793857307109605556229127488540823591763466330389","1"],["12238251332363961708634758786588416634621859274944603161871471163058701430433","20480316892773344184925939522955542129987014353168617130723644003935069660719","1"],["21679966329630924666233709938347944826962357646858388247024842176385537446839","3652668864732719820086209959111327945961051705327221004510146365863179114555","1"],["10397900377047157256882032820335056689570900813451661331125840598792973516355","1464019047472309276825638992698120300758921209449219427692527701086364874818","1"],["19891342488832735341005648160145068698411449712165594925208779913582609969770","10408318820404501449460750979917987310468375091184766799476719528792191368752","1"],["21435831828381052765846625758634884101739169074298893511076145790905314706968","14153226704710441935366739233460143752510000976691292970775343779010779041966","1"],["20969804333567291216483310192259886694317792035508411191583581515752360695088","8087408632124549572812755405293714517024347959068784641672671768370032413978","1"],["16871025325055858288089014254646255584456013315415086141009899665307297861573","18757327237811384710224477637316480298114061889517217602660592898346043484481","1"],["5820527271283599352457169830671298875325443501063432776915418252910705348555","21582396543090212286797979678659454663061839898596544171181351218495095534750","1"],["5298865697891272867271657204496444843337340674634411885928357288512822820698","16547096805604085882625840178502309322439942198462550658345233157792772563275","1"],["20117580156102707041835001451343198626035146779515310325013145934262607700053","15844714965663148464255446640418835114009396916669911393472737509721884289634","1"],["9594948486793896414053662348187859110029608077665034074798128287734651907974","691126238408122776672076649440990010750638710893471524797178205491768933335","1"],["899770910270970036007293998694003441043226934395411006993074350984405033240","4886389606301061031526628109228768826118554413642937096886663035707141452213","1"],["16252944233825838934202924923896265732206631866568180868511979057481150485100","13272988654243364287986812306664519197126076409854930718794974212474711616300","1"],["19304456699088513284317438967074953230407740213907173689814570239364862629582","13258977808584864642123850262024648118575569151163084563069581951508447524745","1"],["5914690696786683863005946870965520679068780832799683816687101223140616332434","2521141850761095614881306990923408366906837907580322777516539053855881273175","1"],["9435523523404150273936552491741617990340586171474090262810869819578546047424","16044682603637026115434519540414068792555652894943092225407083703578670958220","1"],["19769926174507548628228316237521863183269900959200787477208843869100348495015","10704877291547896820308046255398662341293746640502404095428095730449898433125","1"],["12566709258194071167750679202579940333151560972118817215721205017326401333147","5886178971818907336348862290081661300409788472595209078814403705858624943895","1"],["21040561510353828646971102169777492880508888277821844989771008884029824094688","11389717417696794517577842991151570030334486912744134792560338267997230810163","1"],["3933999421277025329733427045762861518255367192340064683472492448739247567236","3999841087029808085317299060563739494121103263954865458981285379232428559664","1"],["16192575440168022743636909270996106137929470386798103368398535218069636605427","2624566620912354398879429266068680301166077844861895745584837172885554534720","1"],["19015695816777274098726393136674691437820957206628671443695659343127463596587","21174321623976612574408897231714480507539633949939177650491172220861153628770","1"],["15727761083091015930250010342559844555954467359630706051155273185244009321393","3743758503810898541644798768373369085412265056725080102628988564406830717185","1"],["18947036726588414856745679981308025836379001907027120419597474154329418469989","910375358766108903471970176209243207522113068249348988982759092967357755130","1"],["6664801432346018058480507102137824026719111901606424889743452871174711881913","19948777774101828583037803707096649459361414255316215077306968968171268237591","1"],["16997297760977829123501271630301099084287342528695265105205068969690130516623","6861272111141822220127047373037562086943716947445078682958646599502691649438","1"],["7243060232848578138428739478103720425197599100501694353675288337813834747778","18433771909977142318123810481727133402706980217488985468340073814625393769118","1"],["11247609821181292769294088762767123234930275925937347309551846516946532263946","18918892800253730918953383767032111321763073389898944913208789940005823026768","1"],["3312012965898755128781290132237203830374337131081757664958494254580308164558","10714834930424429633083974152724967527440015152979466826062106091981198384058","1"],["9347975971563734240823362413417461421089566591710196752135490373893129816803","7952355622073904885753524980602100164691325425604658910542836646352972980135","1"],["16572019265540939627123660731363944489870935266973185441363981276236868870075","11770494503966861977856241108584405845175125882825702790021814779991670512293","1"],["13391133521920395917701314426875485825369756767059161144162417828530801009853","7766199563010825640007138658689053662584917879432558807537792837842446019985","1"],["5995213059595898338037783350542896478254496178368008208350546225650059281207","3275666778036013309316512482755361224323743998086138165105088013077181679319","1"],["18680071749275874510454396984348716085949331661276844303345321807735298241413","10308109037149666593476844217560266084881971321609999866843512460754908501828","1"],["4264094588775297641285799058491578967146986400485027409395047974904555375297","4315984633530466972332265508222687138879049713326907704064444956070186885161","1"],["21249527827458710414271379754342821007938036001071364851131671107580232964059","18980645650702470371474698751560482361122359009147878073534392328809925091754","1"],["10683752336094126505286476336938923528016375773885059335570677769648874229341","18766613329995566307954822932896203029482574114511308745594918860795297829458","1"],["18693804124730771917647454715203395925562546002125006768753879009790561574056","11330986824538811009186266747692101329146448891707008356737357291008491962137","1"],["19279507460076469117678247536730904124650959075659846843058062889434257773495","1295057396279828328380957295073631542252778353956028448098394189040370007644","1"],["14224916538502116291562029148568638059890052209986190773225394203324265399274","4421648293006570841939313085693608295158163526979247692118816854819737729655","1"],["12865118820527744032275043433728259986271516723157011171953510709397956660590","8329814793554033296267828209480280128126784654914277539388607485851999043165","1"],["15624106038841665623304100077108302551290492692688672462346568867807042110193","20740284689179081452047381655135128419446771440134885782079959646322318638070","1"],["17266776055646037420242465167484243892342424905446581885093639219412399509278","21294276182464882719545811207033700660848119264560474064590687080263349534196","1"],["18807503704313401375118018382598692076578697897994501014382195669655894306269","3853163133370408612408169674535836918880599771167557577705423999585017872781","1"],["4552770339056799663356923642303003972001162215724885578989240291907167499963","18159616609416516476336236495857831302769002806852855939104378386437296296117","1"],["17364787888245437744676784248671751663539984343348131735920129224430665608670","8965314002160487227085409108874075064990549344587431826186753652699578358676","1"],["8490344537168259511346699370490587538913222781549499737677069125912912280556","4840041092121498821387277769525344431659683889036116620547382011338895749507","1"],["11991234835922255401043805915984322721504792884290721649755257296920753605499","11881352827417387234921688659331280310033640624909920488744717755014007429823","1"],["2681345671650672920420698099052882381065154836741384023117068592094229407587","701384248599904052039465517475014097046881076854631540273885808996364267152","1"],["11153755986796638960586372227925459242310264044542435521094947035020919762768","20096934280917657614600800543585074781445429483144797013895083426487129392897","1"],["9522681301916379650771723455636965965431510373459466625502313424026675871422","880168372390035988969677308007500763914362158061704587715356331973318806879","1"],["16487896542975628995761305826530019486829145514196539617608892803110458215948","1941205168358385071635971008835381861863868767376382487815535834018812368345","1"],["7768933152278976024812231781318539138161277636533023304568693797740287752180","14262359344587978733508550636749215034476955486855280737956374982446280398222","1"],["13391602853124882713801304484640025616289172138610201559648808881274041505585","9935875949402030152950396630743319620244612550728056361324620473896023481937","1"],["19766487592334258427814022172686771724349015598436585031878564549241657114426","6682656824476992943461921050761513223692504021505947969348119223493874987496","1"],["21246306730772573982888417500982908887219581531832733546885073563817882152972","17501299518591605146802148098743827497149951614151587142686093455778461536571","1"],["71151886090874454919332192294032074607362952317537318617742679268415232482","15194689044710607735120366749341825436036881414152285899457020275382542849447","1"],["5997780298109448043685345387885952432568130640280209532550789850378584887976","7352823232477334720158643100182912996177588298685838779519530751778562386210","1"],["17155037872573256317384150322197903371797982171684164399474519630593461367626","10870677824198920628034394522591429182502650981827682123651776834248126346838","1"],["2648696182032485732945112374270168345942656694144645104859801930412165804463","7286692995275700082416991062590989867217590265020633394394053296720952576455","1"],["10746632771871494846334892164183063756137066178000264151780709753847596964990","20580785344273643017535983430403593712871116862020024374958100174208493749418","1"],["5355056829528085078892157626676685518890744542091273906594280242704549599961","17623216823878637028491272714059706771689566733742959777339494066747887407978","1"],["3669440499364437344132674663424942883463007472455651678512271317489726244625","14298733849143634696355013371067366731478408803500939667764143354313332266080","1"],["5891446066135681085734353367610777801844892607744578645540241090189433079203","3194451097653018654112802159653670504839033574673798395374319124655817510055","1"],["9224040969738975373252738351032153104578090000798731321030007687768173900797","15337016077420706172994859502349806105976620533342086725674448258552495915110","1"],["5242559941877509761747555700289751143070324436144164655526234412165777484537","10756761275648215349467232481965826886578692388984291157945981875768369135573","1"],["2366493822576992363752576732792128469598977034126672090538042770620175609748","5664203103756337117084944743430393532439991706220019020718796054643510891391","1"],["13021576185084830925619386663145612238502048485672343769580205092667105625628","14981648315558399864227965672121739661118980372211015313997253033551145438137","1"],["13175046029443836475988888252008730574618665004761385159149174628060362860407","20470126476947374979051771765882284998548987253869718994534944252057124612272","1"],["19663157848593594279005056616108733007264765224827152351441219806269930167724","5873582471539551320692857411169911009753501638803451498577425116272277829303","1"],["14638562136123137505791866607816141638003638172681290889275447604067781447066","1617753665383681944971660836376250975558823015418220891393573885094225963296","1"],["2839094545887177619383140715866928307264646537577377369201043341019924275683","2495142595685934182255990952189654853005847645195204237054333543343835225543","1"],["8396708542419909514151651827150244150851014530547360685289427199650607353772","7419878628764237743102751177892077541810810458081229805237972694575050976081","1"],["3784389246138969105352430985059163056612423787602325841105747395193321099983","2639278497459228831891463914255975842987332795465797610152608351313109731448","1"],["3258799761701863634259058522017403413365679891133196942320391912077399149397","6258661403349735504236181495072639407633711411716041129785721825456907604998","1"],["16941793447006736363783498179424230983463316302504962264565070960115128466959","15700327565323386557637185191810107227370586926622468286739861839003402184798","1"],["1094307038437555657993066271326854503913079516638546957246955618042492268522","10914806840356436572005049180128168747964899816529302097926491173606575870382","1"],["10658227839951967066987476871522840968393711055116271431995124734075784944977","18851878242271780467975172391263161372054171895434648160730486099781422821111","1"],["3615074225708995699891714721631117021393731368266408565637456925840040263253","17751736152411535126445033736737732425044840290252118944509618098594534433177","1"],["17037291719828973183775830446615942525157581063574621290726811056147502044593","12455856849072205087098214676840661409619926335061541800836397567471284733530","1"],["4889768839717583701098441292779759930835255920992840251627620069097591495947","512346162876125981078008400257372926146364924109640318801214773697119665163","1"],["6048464522156730008599665357879453523990336232784293808824296713338424613913","10262104960400333516977224969880560453470959380449862784524020595871768869759","1"],["18239798220984609491684101453630219648578991124571571325575906857379666073663","19580121286113613513624790441788263646229955350387612335246823732322659436805","1"],["7756958496991455746174315722519283317514939246754053119540958118608465157507","18262641423132070496981923636642879642520064343893353396156449430013491002493","1"],["11325296803246105285815003573959477679840612765064717528235562087990435192218","17318391538791087265477789552539767598939580506668084100039389965116637587524","1"],["18048409011908213329923831200255789031268186998221532771327658568412646884340","14321424981325737470062993620596139188220854179272985644565266962112174750969","1"],["16347760151090259146958823446046991033330306348465763148915103751152688172547","7056905502637556144960488942864604469191434788774621354832797594452380318052","1"],["8681889802826446449730065052602260618241196856210514980390037208619841872653","13148430346257888702604472077416207213554687223245108984837481852096964318719","1"],["18906900599552119647537679259994442835931239623004012542500557053185697216742","16605206177684108630522605748114162687887739065062537921854200822760307164724","1"],["19196839201234082289962142007460547372183308913580410831359165343197737481517","18091752216825870856042372044431479817240158172996362130063772091929362875775","1"],["8141691780448828032666799978309346775605753004481121509697126021462038560769","2364899383205981945838833320315211930355002617559308447055523181263581468602","1"],["973498639671008781476646606444115465588616636919045388246697525843596457563","9584072838973383154236326808943493946012003681963052638066053812165068163229","1"],["7601824199398193804830332773515497337067243196887845453935826086402309109309","21482932240020203307723003081489837386681309100821062509027535370050412510098","1"],["3976194325056218353783973349926728746238570887517488137226524686773290497217","15266375901726726500740691224311108611839486027993455920078958839159701359345","1"],["2551398575640431561559990426850738900039606987111451603789490666851667305678","1793150035445737632102155832967444417987628994301179629197258162591929787305","1"],["12807999409248780540086149373697168437251859586258447645409970349643382913423","11244357179662711861567232135155433426377210557241131005326408559503840361796","1"],["11323353476910026685968641646657220840029398827422633346420993091243310007746","13633344870038371519657196445218439280492943468524793585332119702756849731454","1"],["16504665647109261531681118841709899763636672099923582202428225696968332329823","4618877157811238728429538442146087796664875195956016377841388313006320340","1"],["2143110103730948731397396506672543329107942865028978892618713484484352923366","17121462741391683690736946531387250345821424470620421127393615932873765751107","1"],["12387487268861580313589308934870791104851628947190587810478197683308898732982","18952938521661430548280878279475964079448992955755686701885271054188351133009","1"],["3699460400647953344501255377252732244694595356441651672335667115020929701432","20296479993669722092457647950225751661640359349345123019737906327259203963646","1"],["9961015918495803222242751265286845834349154609848653361368556146209768599211","16748310298891799080639402976691066002314981816274593764807238331481359150753","1"],["11421431472028931125788847386100032777192722874753516941788456436236833348154","1179558440973445771305062978685591180267368737267981374829117542077060546887","1"],["21769878817744285585628074595698235335413764129650221080282508400794037742159","16941954159150432590729547898307631162419644369837250397028865674754487860199","1"],["8984275902979988460259513343288521297601467351569587558556111734081799332385","13889029521484327931495622364729791144138269421343842921154605415441836378993","1"],["20241137872504275288282402840843632529599796682730380407854647253672195996534","17466669221891047927336179221796072721165350828220908490064110401962965304258","1"],["1030807072760318563063734408448253415461385956937769946236417223604978457069","5894414687833985234512940683603461851082136124014093144827042721481379645639","1"],["6705821921867436583281099029135048594876701975326207687124225789942946576661","17837021265229317226979888355591995140708447225239972171386982528096182361623","1"],["2718889555347587921262092897784620310003386612783638713456377009777691942276","3563907442254465267211904880925091486789761307743709001843112332148860226894","1"],["16974963815095223996624079559319986977650388026837959789880121338083615415694","10474726515661925989163140919249534470613603152965614669839770192824899692684","1"],["8878514672474120414179618960796497234807465434869484931075623975974906988803","20507657859195244170572416237108089928232900284016033221237520283124857385315","1"],["10678355244963958488431281127426395132739796045848635243670827421843965358398","17914272656020234373010557849653652267998762735074495524497760685763523441491","1"],["6257855490330568590639486045856391919196629135006393349984408480023545088304","7144189629451962473044003148842681701297335250937130418367243473554093581157","1"],["21139535400628845066804031599866422293566659717295497499807028062209455680187","11646283587671305237523189142922833175303725134209710913442324350230265189885","1"],["19170833260889597903901887844476865335756792380232414498847767932855040951938","12801553653769778186807186032777416926618798484110134039676960626741713982251","1"],["21250864282175295169259023333244831832563156392641866161941658487329746389004","2707076644112586467287113389437835271532050846527628304367514757386005757962","1"],["12427131979817047756624987193895554536907393929132602090171773208427198325816","15497520384429663625964502522252134297678976470472007434209752917736870390179","1"],["5866496813176070206415542555582254928173383978404754178363817222291576313606","15431635451090215297147502138723746883869327550259912975945370580803661068945","1"],["19852213245397811046910223809833690641109130944030754045248607614812257220709","11880512889373797650597212605065745073834947537889930612987009864520184706968","1"],["2377648200769704740389708102061249719807532752295216926290124541652966400388","10260088222046295988008667667242517418990367287157245266923348582192443809923","1"],["20986304081598721984461482197441070304791666360451221483728739289420506142680","7096697263877285130901753086180943822598379884920610864823268663828005391916","1"],["2718560105462455832307531497571516328204213268847292135818842021747906714174","1830669701655091386909436400310294198918771868357548552429075707797939761796","1"],["16668425746305136573379574074062607546177308190438133255194832490694451731207","8153214715254393861088324515715620252497741723096972623040818925003537151297","1"],["8735255439354135597560492099809638315670991808027480669579165318221950462398","20808493537967963928187463762684213420251468161558268385999903693790595726473","1"],["13101119909564628061159014511876674896418034312248394552548082094684422843418","17683980094331593744996897814680146668011003280754115049930426681002534144294","1"],["3717432862772695752857568951607787359712970197334744983256502602044371881909","19250550767696273203783371564828611039915779455010899288978167526660331130008","1"],["21325945189501533812590804636905191944675988468240295790321778962685819446084","6504898059975635538920818018740189664384399051887887942334752472217069739501","1"],["3197873439523491728860455206298109018641674915906401443369975053596082856795","10437904993423194183865058037431088924933650432491914451843805574964394152188","1"],["2149165115376766548869090317169551378705921883256859246386340444523641713189","20177153189526560667725233756077976036564683524776511936808134918566090557383","1"],["19325141058911403223472720795738489103368278601896514882211032020502729070696","14579358091895466830766322235585742953231003165228744252227550271751128817070","1"],["15700506166167656658635606235294215671641166644831873937373229665540333765403","7442018120669305720347603856771210751721538940303918523006248559606387306213","1"],["21862701719604602363724473663219988630101605594192256214625841149442322402130","1141944062519306364303341333202999572235061683085873917207953456895170074363","1"],["3014187941634643552823494681422318787335487693994278451798280086836799396140","16613778540626229207316801717331339174876814788112596262130705992174077842573","1"],["4149591465209884384886623962291415533280819441926083473610810749254169000885","18050771599578755778381568393196204428291067334191992056952341383460958341803","1"],["16571845469107696464592406509646085098901634098048366137382171426950401501575","13464350816246863665208010885451198578609551997572957882340032552505250314796","1"],["20922015644769245524342888052143879328790503096691768063224216865273825582692","11292916121997935547542729835737013438631242003198939345720520022067455898400","1"],["3932983302995879562093908410229238953993771737952527531763353123131579367642","14567330484266356209893817616660351474916163595558047616593417479802333024423","1"],["10310282877073578199141503213427477064599896848691937938770127269601213775670","5363378379657179869685066692896622139370969461328461315068191305339346359510","1"],["9077028025205258920404238095053959742952113713995323746840979113343686567636","14287991735402623195271697959728296499421802819548082051375019381863831206533","1"],["14058557858382017217052217070323960057806322808236988510350728545163152010493","9054308673263146164715269552886649608883735615429151116098507191269185267874","1"],["8378354464384782075830233110678152998983598059545717195060182762281125402937","14650263218419367561480232425916460019162704714957490649307398613101461519310","1"],["1141090948421488896898631091755251232405199284721658664867448268600152232523","11672695790330550084521100630210252870265329672908747660510726702487264517477","1"],["21692018542814863420362538761976284476221209197097166722447059046292203646678","2859142107156759308900153351412413020459715244597200984362898719753417830445","1"],["2691982038210233791451519165967623575334240876846128966171347709108097810878","3707580061044272733921498289171183647327761879360341244731144335020203008024","1"],["12410255064305872342204580016693335856336343008781164131482912350217958069776","8400731321581505365068610719326422273952763051493123277979740323116446603837","1"],["1195067819705992842916841984182406704058568171312147453595246892149607863005","19325371293570679243607232431117309981400208245595594692429571552174424226226","1"],["16925838227491956440691309294769754224016777595205785929839444337929130056060","850091828049134365530272037363906581795352129189733800623601000507541232398","1"],["18162040101414074991166546591016450216053006586823332256144076719268535340170","17560537979246517082634739582332834573985446675496086788088288976394729793616","1"],["9564327544248607816413373282735834741228119560121703845615606840606374165739","2194371142062673787133189393770371285603752678995670179220249170401718135849","1"],["17738782654981717777466412549663479354805757889173698676362997250695226922899","12677204411192243943315880810007167773973097099667376915850357000210330812970","1"],["15883273410612312232344891433523493146394582223294173086752570183383489837169","2208266442391333473134736665690191247780222690081014936081023392208207746730","1"],["20290926193881309020558363697527086787872391185738036975347449511207571099556","2276669812466859513068508057910225910704703834936078591896760810133153603351","1"],["820088077948762946786259683013293173990234735685882466069576609521766222267","19514673808907742018506274944002597426285158853385888358893778151911328821128","1"],["7305395992933833542559970877108323065861399683655130077504243532412929237257","9599483852473932424930805266971395321503388278270450922047291247077711311853","1"],["5417202015788789583862444591707920282144852372361660978637753316780102638843","11722029933431313008827660744580732118312391173245314300512233314711751216219","1"],["7148199069446631367160944568362366868723544597768925628822219313664475527479","6680941652058341001705315730280548703591260504643250829215880140374795290100","1"],["12700179427725949713885727030241942267200413809341317100224248919148454923959","13904438393060379115317967104269237026653587906417174755663652991758996194379","1"],["19042070801781790562400533252592083425184566472116118742147538514115231676171","16571474898514627134107152008305699682786795443115923693273875775004759162646","1"],["21518315000085100105060023599172933613504178333276768145285524807021645792739","15264560279655710081481472480434577107722977266916690360966077892978067814477","1"],["7399309269796694057242577388209247160475139601393272081746127276220645775440","13986813616485109682466575568470864596273993038658203424487319924225239344684","1"],["19486186679855257471509888483596785583472857543530902523262150492751327683744","8846935659070166786205938616995410183237397465975262450432840877361278611034","1"],["861868556353537497203717039736187263640272085517776240013339335031631353917","2734931753245214950330314038392427535519852139002397804463128011156912676693","1"],["11138686437335065429169274465463335955573029466993629871514093133436111199502","13032701913511697847481428067390065055569542241163474240649016587862500632672","1"],["9855638391451532646780926959583928590375489107328863169400544809562169496729","1070489146145605100535629406095241161854631176605340345233942168526537457303","1"],["20173060928229991355897484288396243707775108141406852151738422869287738603650","17299157591113275741144259997443599625077805767515183510861547512536947780422","1"],["5221330170887017125734643177299980440786834042797962424414425657929700423703","3313170225652064006072978049223349230286480779327123839943506964669973156307","1"],["1120001167468177179150796418131927900995914745096658454400425800883068464957","2175266244592466848592663544621716753094670349985208147984801051219867871023","1"],["1877233055468521597237780007683397010763033856162633345399539852011525812013","16068191705569673559396860235001108555248570516934619826501282527342372210606","1"],["9908379413889768380348988672784170803351523040691016973296605270150244306621","1254061882987021032058993323134086950253017310136135644884971418106187667804","1"],["2841089623953486075657988990556462896579648874428781699199755822695627836553","295580640329659870972147555624018855904834225762785217417806566495035860550","1"],["12892003396922266003785921831937045538412122047113501869842829750244910251258","7545921323221210271029263433548004544744470232145077084344808324098144787900","1"],["809301292191220687745043067789739677981138090754371749166645150197623392623","18213003087348058590771999811849146453380301397634537790173072219812714629029","1"],["2510066721184500393388225191337487050480279577198244045361654260398119858331","12640339470640683289447983477108653774630312305012070337907989212717707751719","1"],["20465941160802171142112836478543387052654074624630682001456820163215237195137","10293611329315991487500097966348673462758838890271241526907617204329452931333","1"],["2241949742104408282680149524488870946076009945534883365910935274126139537992","402842153054361271621001569604597393784506712223987093969291095851884936577","1"],["7100164587189636874329908700048531864362855237161995336336566052050748754534","8613229871001499947161032463798632093433488917408665690979889621963305961534","1"],["2473686302405696869872330357344880283180855812132161825164660237144880686793","14431419267593740328773273286305383443965814462478876299966716923267995389907","1"],["14447404203373563651911391756224961080264637114381761561040634941555491018642","435940484462728378364960836413835810902719881196693156824634080855773787942","1"],["17938261410946082462986172247460509945123646299147632007288469587338696702709","15451425393115810316160529453762979227880288548902644280849954761859090261189","1"],["16455074252983435051886147522082184204078950461435464034371290767646068645334","21399807555680975824851472481629734793823765545607925735056178740949282971976","1"],["18379649486954588209680376029784707176089572202998581599519690606059309307733","17405664523655054956216246901838820225204126536965963099208911686536565318088","1"],["16820672929719009127661892607193248242880745911321256552706770878874193218304","4460297887096751500625952546438794087566891648764639620764523742550301389863","1"],["5082253050336786566061103267269867349191632165313532841023125418283440974811","12498569787402689219074093374484219786056660772699941703328518969274916366048","1"],["19390605045237588019161284718136539477283981519190740816372605752848744528942","12337511267378494133881984671270577962897980764271027467739249509525673148370","1"],["16445150019022959661699531636210516164303094831479991556551349707042091333707","16110367224831146464934306271647343584812918299419257265917245328366947872590","1"],["10426152641632310864002937395067125520451909137498161778066941822105107478656","16521567724112907231371265838985228423796029842426044981459930863336244842654","1"],["18891054307334361131552448085817741842016609632552882349530795005020215266472","4272050334030904385375542956123329246739165227936367581366990478168379022341","1"],["11169330010555843975444033073797378115150151700950105780965257659567430388879","14964618492442901624336617967860582553826860624931245035199452668250458949243","1"],["11711876244004295645665332152521931486448370625671898742221349141892415181847","18710312872822164036696533405764503069797804557944418308069555828739684866736","1"],["1887124805263642019818424458432019367636367510001324775215706802214821946039","18767355057132868517730855198702934912986414726478272589748518724617475344181","1"],["9879051116161131522434357555215524987181049608223967894119971543953950131471","11322733328410776580730277322854942124893247568230970860718599568523659701454","1"],["12716529214174368840976460244528229236618407927092412415559871392049451597296","19372369047431804482223688646605530404037216564843732977953826530036442225627","1"],["481106665223155256297945285684994302067534550951799162525453396008632016146","12176691497421603606103266542307307788696381923576481583130534585721267057979","1"],["1086062573426035434926732140869599964711582525364709112105384021902810463137","6896487973133694028516767378813980208088605234721867871861565822706233913175","1"],["18990120289757601797613546343188556212031771267394552556844009346690762588874","3327142520552461744076647588054324250402461236590500349943714099392314675150","1"],["4435997886062136299015923581264647784066867822843121575374188642335171135934","10732865967403207643363218457260270986520910160630483976594899715071246986313","1"],["6060149139495175000307669596762171471472520033997030257453015088147703257267","7962184916381295341330858389144325030309585234860364224212356789836183609521","1"],["19643568311934569139905938041010275264024017379776763620043857008037851643271","19514885953828798666546948964940552182419370850217580313384043631354253622949","1"],["10561180356260868295418381941744060138695499070709456541375502734205878753996","21132097203334548626324860829680554025477665600581350857686684126979687446700","1"],["6441419280709336777194795703646348769214673782345615567884798812745179443148","17004336276873240843488057335653789886960439958951640832151362267216691684477","1"],["4332987592627270228252745827089795227259790693734578162198691906574023263923","1577698933062060133234482176849986040406377592367070469940042603523414127392","1"],["5794191988314636258210532848565787435451466819539816244521848515197660646617","15464639843663048566170046593690268346272479076957699854106139087095683830173","1"],["19650798737092059870595619490783080075460460621242350848084616932346027049354","12378307209348819181512985869989496432566331653456205803627286518549957094585","1"],["14852097904324606377932875596599753106662820323293173928280111500881495105170","2618382101248537410008069920594817132348266270463850189862605143648053761580","1"],["20408807040052918465139049959469246664460721151044399686152721781275590026418","1157350618561404210392465082312578961766116702500732760675317622568527981099","1"],["6109318347484964545376573368502589435819607460340921165390832612719391360208","6073684717591597894814607598607996929627023123322833284719991501947775051366","1"],["2378508193455548978607449528643513975573316798793126321277916947492766151719","4676380003015585790038855765849850190777033696608193072473569045504618040526","1"],["9213357611485657555687536801578090912173721115560854378656673851347160639603","5097472333599386178717019701112689357929380768668471661553545361548714152967","1"],["8128281955366052411094286202995456990125645791350389594432548780945098952878","18432924402244697757750950418952773746587572024883538276669126336915687947870","1"],["7027769675169898099083540569035413412953424397582475741999403438295873939721","15282288137316027877032757672506851101713121097529938534452652876231932129168","1"],["3354522381926808223314341503625899667516614942103045746027650498128794540817","18579831469282221230606156741135361934315853968157959574772326579002337944304","1"],["6693574075473382567886956396273335788671328248607387789351191287633629150935","20438068307247415297320094238853950429718572076137458219552243245789264277312","1"],["13468317488071262502507912742165436958227781348416714575515995320731653269244","6658226595482253051411924833713285446877787192214659778691871338819455052504","1"],["14468665846557930827682234141617687629122127422607600385627571608149848473910","17996673066682415709394277696526092037061211150265186949917594807802003377779","1"],["9305867569091885816111501372264638151007346229528748852910955626763181520165","9156295258525698246678984733478389564776039428299242612291453415635330945241","1"],["1246067676290963894329941303539409739428755504751003973685937958073161347848","6815251468603026747376050867001400667909064932437167478427182233796201222416","1"],["3657498763103490370798565811886903422109941925233876975002992933491415452878","4713577867091687242271415226590056199584897508230724826157336036702585137896","1"],["11837386904903761293815803376700615169073644401556279372702908025165814690955","11762518887910187588025587420752699130960031742442995051191006740820029299931","1"],["12572978732537890580447055170168761061741643420401086520960526139206790252096","3522122283945276157732428541365622848003675034231456731135327075790350918339","1"],["4311972365057962166870696572621344499527678861914241619890841720428417007251","14720403860221807231063645567575725612487033957448465604042101277113513342867","1"],["902631516942431084122725279191988979808716505527729043859770648693682413478","20108900628019481196344049781644454483316529908056126014189609926592925697527","1"],["19977639228519020569113966007350705772669732896931206275808841063195617606544","4444684464566056725792704082289642414688683908497267260650628885450820899162","1"],["440641118646092041240216786869058954624505977418490391787667105890203056639","4522319864987869277530918120062313843101262271741697744347262757428346043023","1"],["9616605441665755412526819861588335335212656268476795362430500152121777123542","3786248331138379300853049484420670114014156289480167590228071790024483632956","1"],["3930198817734638169777970987532816559660597133300781340668652815740951352822","1692132512590191189781471372429028084645147039065643895587414819142209138793","1"],["18548217338655582689891732931329358372895737868327680892722424893121047766800","2466854304308546399514940261467972255846979695197311789027541164478019630048","1"],["5813323337143720315990267194576307636133582682312274907020502427833538971306","17695236841938047716302160015397532393726263755030331688711319739919383982112","1"],["8890141980139760981776224985421634248717739987748575550197834551036854251802","4457292893634766114131830421808463479893079425751183968500875621161537539426","1"],["11700297716328085181189389814294975219549676962062870479959537813417224369669","9555446405408182087178465993637310974756258038667264759078554223825989297526","1"],["1731545744568106546296711338105607059921999898185062792286242542451112783911","21714231718864906503300601100863106952197651313768476357247958004638601723870","1"],["21385466468199717783679717995241443138987090451735361898444104281728480108091","18750314444655812769991323954875049472485335925038853214118066117455621931181","1"],["6794609830839116876213754977007853542976181712833149545486881707035266616203","914661283208068472942430213680573364725833713622764020345750643032913990108","1"],["9155318256195915815612957823545872895712954451512906720482622829472295580321","8472261981041313061115028962899161436013065391498709971334132643885611853565","1"],["13690584152313028674907241883929410169021505301102206926278222182657705004352","12659481237665904192358750802441659798968127405517372993944352573358457535713","1"],["17291514934547623335655550057878927684010889193057811162628450282657203163027","1911895458805193455702486346013412894081161773017913176783110818384645818898","1"],["7988039028135817292223904200313073262448325103666509565633969137038299024355","7488567155925851764117863260846312860102597766479842146906190591421184653822","1"],["18234307618999739977084065355178395941641887560881371248557242877983169880507","6022081324097632077792325509584270778990422229375092280273840384886873465172","1"],["21431914620439294614003657354141943409381292734058000172827019511328893895011","3922522202951223833949589896865258840884824519564795315955861363802085143853","1"],["16001022894723079120890522138988162163417059777022338465657578822410050762515","9956058225464066978388747254177600026832365326687093042148028517136273611515","1"],["4203676976557569964559725460322652611021958641988713220036335327701041825616","16126002127784600644325051162358919003436336306879722374711090464922184378364","1"],["484345448926879226106567349362186867189567506512472930732065233601643410383","12133654509294910749750115830701710382375769522531118825077734510855790720733","1"],["6490651839720329286808110453703972375601025855442405700201473570487448875262","9532891615520697667091335109325354050410979790529863095346907241040807186255","1"],["21040231027252026649222135344644246952845476529223460350208527537740749554546","3502942050923203967399321497838731232809279732970890605392051440811715166206","1"],["16933073058548024834871476442827772317150384092699945626972165208721432932221","9758071393424925764947379701345650101062423152860228240599679814079734418891","1"],["12536020164742574558892070439737683178292832639189514459979815794757285510593","20821909731825264632124975270882079179527395066547644750009781121571833448085","1"],["10466728493865020187203086997200480943619788043019512486209350138417171653045","789408211299036939683412955350773079327279381234015873447645517389749602146","1"],["11374389646119462209340825851494887830254006221911822627361430357113352439542","12716372250674226949814825844669785298808004061941367819257015037041393327434","1"],["12584427725347204870235387129813571581658943464170982468751542597366738516166","8365079096737048526096028100945372225761400831757701173738872083608338149968","1"],["4378440934385795638234279040842377003603643888015078755825039026820036537252","8044020649425481742176645045938194070519507835456758700964953816054879740947","1"],["6826150591130729001680791824149754356151565562064830459896175563541060830032","10926531620084416227219521026559425245216154325495604124455666460629861433983","1"],["19286897376951761072043364991619313190086073116686676613533847927096368273729","15650975538981259745193406264509178586017201741775313527387633036568414877853","1"],["856766689713001288129358416568360125162142864938157394478072894437655343246","11494362313528010757639523465053026937842508484918800832369066936597748684649","1"],["5754161938126803730056383518311917945925121796736105918567257998937537517249","11004201962217796430015276691425965360099233150595276954546990501177141774761","1"],["11024272821120156643372278040013920917726184503348139924568388829939487399800","11481726349912529154221534696425515241917795624875618961204610059035580336431","1"],["3270412199607905799604569611077672540344478849457435964250390405317532110799","20010714736956506562176380083387242696222635447002122958466437199778700099907","1"],["4717825239436551921590777416359777217085173925951409326274108425097220688623","8981313083111518104461568120204841659167386914983782990841933016705285596602","1"],["21691681580402631184601922229161837706007496651645171939078781707739846078624","1679486776143389576361609472826963013110246543592521822654827468060697468865","1"],["21550328478880272313350223764102115330097944621970871435634291633048307685397","8409816318193465659851457203555264440855487153138283071883873821503376379817","1"],["11823050322392222673139029352245687427562112399582657121669532914816344740036","2332388072599970845195442422809966867761353785429433784050031403386594656228","1"],["6345679438294469100500795800794078167798279619114084236296176851469809723396","11734016038525958887817160304449653527608402205882594490035310186627759876968","1"],["9506927109441611767695007106182409465908221418001017684856237388963518476459","430585514107036883978697671964673656042132998863923314866243158741180242292","1"],["13337166302631561307285894803650790588892255265866299592956181869619356119410","130131137738484384028996421525874956444676586942875578812785349030157607108","1"],["14550451434216237722563676900954364516297468639370348524586756290657553429336","2351761885523898415265171290043053722353992629653029959653374580356509866301","1"],["14438718356338167219418475896698281447592310424553557162655200884052065993357","18033594308550731814403843906307178298386934755188444318879228188642217455468","1"],["12568211412391725802802587573429986552868718130632070844810833832587411425868","13180282251871263969026402374170379741556559906623589857181117905932853737112","1"],["7698940534212301180477241305062090109203090169977155889689374621592081369308","8054874739423254309141682466698457398092633068518780541537312735520561866514","1"],["19867564408152845355921504176858711724495373259004865654136215226214643835218","17141508828544561515307643762764263724212971060956021001666292506852611259985","1"],["8809369418971081391296758927431127425450679621905748135637273190119152763659","12400116725601219045620772446378549596563824066113689713273609575885809204703","1"],["5017106601867454101274054163143780251474441557376156005166993966913441529392","9014165861554502741366359389178650094697185397014162921141948263896439046368","1"],["7180634890044969713978845194808407184669077945356149344374469841230528687998","16720228710172492639809358842996776124070960018281895259272685318662742225277","1"],["20358008663160317334048810991256759892342731498300907177002685874819257613906","3126498985643399882363514437877582985938378439902263768310256516713515137238","1"],["20831878208147795710145852159591846402299002867774121407281951050133920523701","3012603019284906053468073236039783067180877904456114405534058707898874904926","1"],["1191928086647102787464862070796223843006392733810483322708345748608095653823","7696749133905782482626313221202857297458953182330841495743918887550662771715","1"],["2827204973528084265604774223674864902466516426620814706207765748049544037477","14898264353669361492084947077556120169143939989814008571915793987693425806903","1"],["6989290677765371717741157897271998104658031658366540440413079108584447413808","6454552082874881861134033993045602488601937911209560684222097937326148803704","1"],["1658331985664220042255302631715551075909132743306899164964764404514022698045","16143669234901015575241033185374724244918441780448605322858441278502643465605","1"],["5153155992760464606601200440606185160262750931790529940100959383856414787086","16803973476653318183627484866085967632907978284523611454731978524535676734314","1"],["5394948305163433604791958953378323526172267594915208157203681112473902122444","16344271331226551706863285032222734840997703427818822180849643167574134656452","1"],["3765032071790473339510302726665216807000431648466589614848710982549936040427","5007323024623767446832281588074541005709313340819462272173767539861049248987","1"],["9447370233617039844047276943774429559720507658082353953611693693309927547541","18716748418994295686223029986514121088701844046653321814426416923515620612408","1"],["17623937601529320727736632189448199180382137761321019379936476654138669850080","17903092794904035798930943192798494213224887489798989578409457567630009555933","1"],["9392546420360909144624382994562915328547330076875759257559203756849352351639","11499055401651621743883622764319989793770879451153553545201358791252195375470","1"],["17975403378839170924997434226015118894514160146767576384942736119759522559341","20283687234803986073729728467299459678403500052720211879682720077380927182635","1"],["3722304026523371463747299289607177174425732838928547180000117639607663012947","16657466767430739935625121890691490795778582912063926801083515373094657536410","1"],["6189461016958789171404873199848583510273126317907513068267902194476188777836","15839787757178934030603380522344696229965832434634263497545551203939891073366","1"],["1036854596969265733802964585864243771358687872039160156935673591959880929847","20041532547700846787897054654339348357138690909142047483989568742376500515381","1"],["14996489969982332976783123168722333757566005199009678632251606247938744192727","17346445892317884317546481458054821362761880401191911950439522234496701454266","1"],["3721117820767750467999451923810365385686203392075082197528461650131514150206","18670943079876425764618341414402956776978988171052777065051001456001413153172","1"],["18472028598391933832053830464665512019768182002140235239862661381033878212775","21826306522838409392723137488807603645819234366644079157051825569985896760242","1"],["6619452647191346426059757696782054777634555899487756971851773931109571283802","7568299280654909752802882344035654534325205054287981152972763199787544465896","1"],["3192285292885139652778408948937334086388133645903896910592070546867464193724","19462269652161446635213878677728585915280247453906825282581410177969133011015","1"],["16141642604618920081323534062476870664535200816896662927000560567463332764626","11756535825103972975832941829108151631434622964948433274899833189609742751720","1"],["1915059092637936612967674577134324413933781329791245040484777941775936315458","18852929451399784017406795919676252703017051923154649264081054531837110927914","1"],["14651403490959420629371033562753464791005380029059267708797995015455835764240","16011153464052926719908662450537583745515320032026088136260716599328125790775","1"],["11477010372404475220464258706286464858866799387354796870537182150976713039715","8452955912450614517233227157432473435263160783100707662556557425302097919114","1"],["12213641544615858801135977668544060616960504964601929920357833436880164483508","21572521269999598602653922277876722633381523671022413831859536083478643315325","1"],["795831481191491044124503954287974744270940148920354166163844440869324135827","21158393263915127917318388487595800945214440204989501370620771109454063218194","1"],["3577870168315352474862540661577155040221814871269296945530334195073257581581","13544929776006137221864187447764649178906151767614855691405578195999998628749","1"],["16154871215126114516148227809210338746216528141114732128502249913911517100118","939050451621187869953164372106670226733864833796632728726384777767947811670","1"],["2025475003345117955169615688175972125941291986855593385883947224870372234298","20402104881476898407933538780214545614254327703223891098219061602015358572464","1"],["7789159207006649530524574672982670196448018116035218623929870240657362197136","7832528901271272690602865187347080553481587036266792288800068834646693097469","1"],["12043184665768902237392604072776893592857257520061451111219304496195436940714","13668557430133212952416676813054289771416734651061759220880931746946738967225","1"],["11682005870681596908447095537632372703204090526139645030856221909834471443382","5900415043708810619899752884095378331564491530007186182094250418436419527225","1"],["5902688465785188392857016942461028273664123214598063281922061572930226611621","1083056089585144414478775496230676152966433164407134143644483877630799662945","1"],["3457863440034563899838120661664398890061703484444457467460355416995757961571","7551515192089401757314326036024679241854280320235119556067178249804986853508","1"],["12758772266858492695000034329516983172947061499693900547788828949821238846776","902322236794189162829192589682084683148433365225709766073753934234673827008","1"],["14844936132771705457920879350905315113122378685618337758389793908813064442415","7539161054404207398796058704648913573109831661722965743950687496265947383740","1"],["9101383513119320185059205462433998035819961652748222580344028057819118649579","21369740353429708545632260952618735946626041134721690037011829434619936515330","1"],["20079321419533307664530264618224288010184133892055043255474219141769125511015","2761975413248164005065180465796482244807376545146200285823480918840291229954","1"],["2557457235353767768249317828176283101030129262111291797221687823060631562394","13381421102478847352636293018331080460074386111725421400982774129524192428403","1"],["2949238916912423653443929295226680974162655277822406183994263529229281493602","13484195651206348747554410023152941012267469708592385471729157372247910873774","1"],["9432336934931462612623454931629900101910817722450627398460851055406462832867","15223941150885080006667705056482225681642270380769256428127012955535719973471","1"],["21224699111124271962028668204490435731987263632725776276810797390152366078130","10962184068899018638846364497634370218472079100160565452075260288134207510815","1"],["5529136049116357953810445448558305771536120876561668043848132270199192483369","19316578174029332177356803774337650074094231076951905288665141351347525757448","1"],["5891153425213423203009473054137893351345937821329781377574528411493363243732","14387510264217891401363974289313657913874132467402413805769874112461617288033","1"],["12904845356290361407574656121495249964810815229156938800895485160541302976413","6001203500670000164829005449354240242766995127231079593759501401842106476467","1"],["381330010886939418126487742264957646265006592159402426711857730035733337028","14893751669790142244049166081072745404454550773596766232291371395383387321391","1"],["6812549428221435299681780191508588577283971032239408658104622905107531871187","20212641987585465999991838555718658969280203940291529713373556832796646491451","1"],["15255300106191270297319385684499271743109655327340687887504447739538785557838","19052917224257789390264987769411936956599574699814014181050580544577618504606","1"],["9670004345507957583664550471647214592252978164561623227496681611951752871856","10082456559020023665296126160445510965205747720724951143381401468334946067059","1"],["11540916571790109285182908726804166153745526394817534672020276171619868210969","12904141437180688740448850992489845905493611735277242478596631454188852784336","1"],["5061926175493288997821389850791483127693621142202159359108224601733188545854","1916687485795288421373505745598992655241114295646362220414686530558869500644","1"],["21881867378633980706880048214859739536783668278941383445148286456962152172109","10444509937898638549228993888897862611642119869279071171015033380684320842784","1"],["8276543508740180403348619915222308692394139288125087662480144680216811244553","11316928441939823312440763430343903621018559115852518965639809559779509979688","1"],["20164868657016750010570579354716186298769010589218521239206941104378746543974","14875276064305816242843332161423146325763877942473375693009666462598207076542","1"],["7086644519659421631399970667218633842411312730577276173216317700724338808521","13680424190746246725849884403258818480850111233022504776213435987108335475376","1"],["59659299260734085393079350152347137282623511281684701878612290007347543813","18301738507666158242057644222183834643381440254355838794606067517780958064886","1"],["10067754368756166311004174673456058408282810158490141315366714740721434441198","17540519087682897452113925669677110305251411751949073664417086187974050299446","1"],["7722939253785386818157095894885736938286703760835961630350601015013653713992","4593492248177307770827543791733140440808261084731686052656457980092584799875","1"],["19268473317384817861033998387263344412578635277193677807972801563423835062190","15887962103703737132078002473531305876520657450567786483846073023607187402086","1"],["10827338462765160101876259934112549555669562873616802627636479635239091397940","3582154262271997045425793945989711818802854209429555575657391091511147511560","1"],["5961062304806906680739505584843482019133492107237580462837477108845768648222","21887641800695008755192270894421407007532563694326129214112456923869792725697","1"],["3428976371022215510828129480002914000239019606675206822763186514806653780355","9583316884122109852487215618131101593516891527748390650384092940626573675244","1"],["10786087230710218107324080190922653328714951454431781169673530529243575369152","12236991171278583682842387811150386360453910921013485618835251097121556689450","1"],["13462517577922925819535539432663843685758741966937765680190956608863393028556","10331885468731191685254054073125714446949219101989894767147564408699904935210","1"],["4075806136140107405816933211247641316185700958660140948138196140030858999238","2127559026946284558401411656880871925860359049949531406281464443639320028149","1"],["6082013217364917244058958211344367783146500071443820850524616353032649406923","18776394012482915529487673885532906090931305375814390089890840400542061644683","1"],["10490063399465002334016766417301565649305121094045334876132680158916609374231","17378272642283718528451889902933063124065452657161200737836028098332474381046","1"],["14715408928565193560860371393180542675997280116619455761475031812543584946206","17957048477336564975600478434017670054839025760582762979631575109671261565217","1"],["6157679761684143916450428441019337151896897670377322933095717538989666000487","10180141124644738859852421920768211865092872010402425283738908299064198063781","1"],["21281740844167727208810768996030153950970025978522026727182694816434190644182","674743350777977049139058994993697442228387132557329853084533512629539222822","1"],["10494485051347399833702307490783918611346464124094519598236834819956465145040","11466659526193897296683211045580504104480045628388579038739556777929247537083","1"],["1689398499170674153202816242656734538375691238352271273596130872690421470575","10768811773157530691265873069427183601630828915090944641877129616126442658438","1"],["11708590660385642121487504820428855568255355197201751666639054823147511461271","10208772884524259839403844219802454261631847246400877824981619968838233977102","1"],["18049496306387477511787870914679173874682899887528900765367376361212499398315","5134667298187073670542463935649882735585205577677232805758423992662559443334","1"],["345155106018809180387447702773088066684419507039677110584869892175517727317","12880488404333619731748974809648695085553987410278977446981898306567138669157","1"],["7772226716661098007110767807298410015483295459388662363729771517475999609661","20536508472741959144917102634642346126765667664645550072218739013017583690373","1"],["3100099273925199982977251415358802709505475326653269365882187873053579749634","9501056841169013575714038198759637949408225191088743700514182828400730629901","1"],["3657538837128501168091637321357852439169421016805341661996537856194043491649","20879073699784573194590937364943611621716507346001422036317742102825226495295","1"],["11738996107922979871644073993320435690765388348622041415314875276000015016564","734700611765724854199631012517133867426457911741840278524903285248173117910","1"],["10142479905350463933238405373481432693514009756312675705495281037972353592642","13650108936906762226703042995139452968730624147263852621980640708337839465812","1"],["7350839128143888209139566347856042863021757361520900185452732676977925911026","16791601116465331899427047025468380376352055559272943397468632038157889665412","1"],["7945943821175219790432241417032650285388082003166726386788365228383305476473","18418121735241853579524461605008561304073027513839582704275178507880418727780","1"],["11556097655100229135618172449201310712082048931448010587180728418966835495915","18711691900461856349109240458196556357839120622670566651931165630403322780650","1"],["11088559791318981260700949119956159356622423794103630743894339246642008835263","12106756942119686377609675859877942744213873979998639938358880297276914255231","1"],["14938430647462913364408417150393423573982866556221156894784837412530413949832","15258046467284191734386575701182598833953190273407463247822426993943623594940","1"],["7665252420966693755184412238639201014280884779176205338215306347710510930143","2468729558650490211071740616368934115473239615529610548624753853709794165634","1"],["18344970811297285053102652544726988781531828656559671399482674006244231797478","9541744275937792460152588660598980108261656003969311573099835647758058428211","1"],["4443097297901908611069734551807149033562948799344685589587807327268005454840","17332819957944176678495395788650073671150359716823532116369610695162200705328","1"],["6139047866785374426030525365493148272443577911726911699904594876069759742266","15365484145673674093012778540059725077983124950366074734425801459282460061466","1"],["19667092297986715079833130998162334146440269089731101565123547052790545416787","223375214275881855084114349818949541861931440398328922798101102863749500756","1"],["21411825226292917236942148699309667503599196399873035383569262596323459611691","18127777816969288214704583090962340092148607827401808137448882690787743151413","1"],["5359760972366502518720230023284273382550618813494829772563582438039410812332","8621539297484898843105468975835729744165150314272152763102444847637111143515","1"],["2092590553673848794455809883108691294107439745794477513349293396483359962060","7796678797226478080508340053620703213886671397306999994253538406666408461590","1"],["12897447112968674804750849060235245352661812742380873257598725655000976197693","19013831544514574593640037308946104273364615592601978051312915331381751246905","1"],["301748023379870953016591447798080625953048158237569431043235806886529936414","13447501337424581001198579440325546891097874950163179324080214189576943456025","1"],["7067935521521261932642344690108258025256615277558229751366383196061556062550","5567210751132851085285687535806516000740717308029260369696953191783054130453","1"],["3376036959358913778031044266179890848640754819703155988390454557817964553025","2653802298045180386665655298247914682824238378803157561941566150304859021272","1"],["7592542639339229779094897192080500540435112590608154546378521060628927370626","11451177188008378737115172506511045027127048381680937585885165910643276947067","1"],["1737820597638042870807496359361559365210083058649770032472414688493925653241","18934659771294574048807726132681197674794580652013401297282025278461746360313","1"],["8054794879182916420063815898725489640829590574059925641449693674492072607874","8961995529546462465604418825547609630101584014093063725231868890106112182019","1"],["13239671062013186213314556924049297357365285289905943262827580730229917970841","16879507251444408665697446743156024770879953851536355124401700428390159370572","1"],["11668601210104324654635426744466140985325095734117773496177991735108238760114","8511268321143674156039502733102392121774917236936835983924619614662712953607","1"],["18535461227215310396177602225896100655979980030833455421609966256432783408787","20596057516590955389380818264085144860986918030311268851853365782529708987114","1"],["20031363956847447727190636282203525375384760483557252080838271753728304985242","7888947696375946377340787869179221631036176011514662232753991215268950429025","1"],["1033271051893306687801503619498239604089493025945973138575714579776542722341","1772430791116818575403828007666420835546569189054707658220568562692272881355","1"],["20782565922866611691690673251018808575027829041363089603085268055637450753490","3998290893817904119779261898431680030188934843688972983556509809292616306257","1"],["18263527603354285851862656996842945718740650803798904199811968398286037916409","9541069794898256405477617132575869667213610067899989260787671557637736688101","1"],["20080309299329402155585093939276731746327419541022028638438140832751988601066","4404608469541320252914689196121466345065840926702752704698247572564552712504","1"],["15653812559109145970739697179554137834049940445833552119030094729910526692125","14777790483452059581271698319591214255792714689331531258076629581400177238243","1"],["7609709776005970367083154837594387461632474355525217233326685531198807912095","7720446650319746277536708899698367188157495845907934055066720202431604529268","1"],["13698787441825680288012724140839781535858752979875288182619383514232869352395","19632431524429154948952528817729996199804839144420372181908966112567872394012","1"],["21474758765440309429487743541466826856903064517858167816902638666822229688547","3938044867240583927781991336701314430823387567542092394810547317682611283315","1"],["13518324353446243184675508601959824508485884072275197920653920761966242228881","11785401860411627026853198652214660747707666091378330781081290369451428355771","1"],["13912883144035409218283490075159091291179651877239975931013339508293568415939","13393129799129383912836754086406198427106325478646124903288607614819421848528","1"],["12280369785498847931676280452976233290547362912846669889089497337453398759567","19263883742050740443690410693861077227199477102706171056519905143394667653994","1"],["4309092239814996556691704300197461889027879737353249249738592353754939617913","12080789216980136139469691339806447437458631008464221338098025455482227061966","1"],["20612821139927538280397625044229125572353944124085187275727968246997997700303","11473339769562847662647254791976742330414178653665579908859061150002144342492","1"],["7597348550612171118455303605825204035193883377766155412767275104083835748437","1023179871454639768206116496613062006848059144515380434101249611299143793696","1"],["11548962986276884774971102699641558395183507980422552621522437011851360834883","9563496371485427363344210070812488026017270857126378806696750913111143202464","1"],["19622891075595578903675456299492656567497724595885094131594204071705346369399","16721449859840204825508982673432763473230568020954749785903904543480051145930","1"],["2762768425172913731085417447045800765243373721277903605107712525534102619026","4158656170255518168012175145781215770728985022400730136391615896897416750818","1"],["2777280936057701999053878428718184870345438175284803070730070404934215228061","11174571712321956926853972968279132654696288554030067456006299200168573577843","1"],["1184432795197967313481647714596417674118210708876502828968918408267939283085","15178174324344688576525578485781232913156299170209511127362215615948987068633","1"],["11219100060568568720003553800791825237292211533596368353502220083825086676705","6966851196527289326647011412925404172755059832258517084587170342829169578405","1"],["12545316368541743926760272553749187128885089414164703370965401284282308675715","10108900190816750418008180898080582932235895226754633634803478390559935145193","1"],["10484987137260253783579185062771455762558404181401806987555825542261891608699","10967285290991463882482664077469493067548781470041833304539770522801570600498","1"],["21189121413567723170231617677911924695358852988041390894935317274059934223144","15410969269120113936846844007671937415746111593585823589684934839207249097820","1"],["11963466445043427494666498690160628022276636856960548686372543830374676354174","13731168525479344360214011472722442449144109950949730432888651723922958892892","1"],["2806089396864565240457780722856424219225384084032735752206786135363934960143","20109093474459947392020293364470684069750019404575943491473415659301016181628","1"],["13857710282897977584741505218080139950257856191462447263684794257076406754133","11688805018888962335071057205249649672767847047122896259450150883278634306260","1"],["10427571054645848583563986836782020194004667399506987198430374091078655068774","15743429942332539357311529860627509642917121480297522562809033213334519077715","1"],["9759356580400324379162369846739846687021545717877235729971294430602617473393","13469557889221016068639527390381846047917390531862397185898401327526291239115","1"],["19599146697585920685661924694757883571165227990824230837348294664108544474720","5541642442637115709851749841905262485430984571967648866837805792345199140733","1"],["19936048051050943568392506874884444402217412198006235334257705467856717601878","16476677190210582121551709635346904410483814179446015313149151264173822459043","1"],["17331324185196416403253360486205680024827637909712817345320206742921070873856","1209253622013890245494197912065791480315543831423841822413548250985599097997","1"],["6148075164034278047442837746976407703984086902022457124745512405197224556794","15080971723705008546986195124751291925928951932173432199588831994904980215590","1"],["20083445527063058306848017640078909532706235667960577032731167422206046433370","10099136770736668580245885264028160715157721088475202065245924232667887828660","1"],["12113856272200862769917612681803787078438815553763174746504662987550604615182","7692633515171977469011786781353551078723239084928888323425408103997530867816","1"],["6483011204528711678255749933144532259765141500683624272451866298872621046995","16761727488016492071833844952719917849620693084583054157628642417877927216027","1"],["8600076450547687023047325353961506620367268335538674964258282916403969823072","2094078594460961140601067050906465184465026343573247111675221312934419716713","1"],["9182937362180876121867694187345173902652639438172113114258219998804182035331","21418786017165547691997316631700444000296530390548393466070753719701482527517","1"],["7302703281558642807307481948017845450209252422425782328879193174690060197681","16324870913449519709684936457213128296725105127361213258743977842853080474706","1"],["2166854719539625035651213842156047279794221967760456099579164140227497010445","15232136674889999308676982320355067684929496309107899098837341724137831153162","1"],["2733940338340163352561598639884204486260772423163134746595569078181527915704","4303773759394932291788409619071059564993683648302339871474426461507405331072","1"],["1454062634851355319987299153476093580390204631202392411915503196565663069330","909718532404441604649268289638770352491936329439403171061923889633446261400","1"],["21326954165800225278842611554662453269349544644100917549405806073921856264238","1539382254723999714368068572213627383753865005490709731452658230382278040290","1"],["13087931248876507041624927865083305192859873423357645683530608652780754437924","2875919950007638752059682221902104974348571077722410030921885565787496329534","1"],["13994008199769240123956816499625684449898977594861934773360303124825424373109","16115462086538090567051129246405733964481510524365384211156980459272803712175","1"],["19131405811300555085299207457083548887110621462379093326647755336593267274363","5866205486793999197133901428975418617594048824076562190605168173141678419880","1"],["6733609848944385311369997057464924435730568654077337023005650073791731032976","20559121748027556972967513706956303306502926679244659651310492888455041714588","1"],["4090794833850538967553508547397075432151918224092367543146113088214232673140","1419338117908790926731100315232184216022117555370214992794068637492452018590","1"],["14147799092031541451648805060131792475896693649206820890055564972249559147964","13726121548542310589379852217802075503571417449629230218749584098110429028302","1"],["11809991456689693935979237295534541287343658613448413750679384811072814442651","4180623139582445276300562515609712907168767981552824387842317043673602298940","1"],["14833948574112051169243647083413163112063308912264459229622548479959844779681","5304717624183205441675053474932161839136220749755402725665719522287206124745","1"],["7332144260302317965792833438831913265199161368985517905001357948358655107125","19787424965519079058570300349921826210402698973896548860000047726461720929988","1"],["18100607981623148038655574527944883394016699520342948726495889852154069598902","7711918897376439802158742529163923009803334623628622991170328690177894972861","1"],["4769004020358095086661520577937888443548934932529114270790122052358068565230","967975891396452883496956096368217299818919196365590038040733810423678331526","1"],["17665995527991983808679510155801106795207743436117102811541127015956003513076","20906562402303366684228041319927962378423637921275659973680724054025978730527","1"],["10019978750929223506633484577579950943408431787285827681840388159182099287566","13653156566552041874627558548760312922375189001201469742744279759092506686571","1"],["17366713415005402229028739820941139423242912569726050082199838981683476680363","1061808428230063312329827091569698366062693290677545425011128736048611032093","1"],["20220698288340346170462767925522147110612049289821741739973116068479784654456","11689778304679769218999137883351589013589175587695911877124882639384276597888","1"],["19597474584793693032954778048194219353635385517806937123707528239851075851990","20181759593867829247366314162296801039652643577127120875656792679683600638826","1"],["21373544393784755659909752208580373101054390194670529485168685206240541544502","201922726560473387452313121997240963937755100420327559850002660826203707314","1"],["13910055089384002181076883107190829845585732598033009975299262550360522822009","2772000644777346617119252603708498250917402181806564190616632620371890338340","1"],["8320466400762311166746619701835222766152549913326048751503013387165684807135","7063225511581831069187958429798928650343834427846268340295453460529803290516","1"],["7811638216638400129870787777503840534975332719262804610573267008051464909760","6902885670246818638918913469597849493996730808434290141583430971430725165032","1"],["23644663748948835057223224618945690532775090230695323881776070630186137965","4292952129566394376915764489588181205267598042598707570146955835548346170771","1"],["20106452798838804744280226416797505125803914609454251325151562869960043756785","9636174381687155513625803779998038135299947731088536189737069099029396405566","1"],["18310079407521152353936183371192811098556562189704520522434626031767803511941","21708419523555605448851936143355641601463368374000532442537245544861261575924","1"],["17523710699268900280339766062410108816656706040414194716484492386551913352110","484392545928755174858120757636911017428287389276866239313622734542142955182","1"],["16047269936642226923834532962106418554671425963287487817396077226391897537924","11988124307060350314206086336161213415365301959985573683217271061816804120444","1"],["4881852040064464651437432630424174223454613682277569641100410088959781639243","17747849338289568697526697006897705430441353597514854477053384658372765586095","1"],["8876021143456874576364073738863537838146259397499135853488696434022253330388","6083186737517023822486637473868546541692119375846423771148086086206222721729","1"],["21811506269032480895864098378280691177343217554303673267418317360471956045070","12935607895791398597781722015761235981300582839571488016675694116665351836449","1"],["16284972515689034174212628153886776635242968332937369899030838421906338069037","9180682394132250838082295381351176788079593630333545862139044765013747520938","1"],["4877502661741555182165633167682190795135366082927529985160675602188407930485","2007720605678039337794324410955868412532544784708879442936204100403524655126","1"],["3490896939616156358588054704639702720473921081985958885076499175002827077499","4082469027716066037946205917789748027815606116955288834976506695489210497428","1"],["17509473879409985824573814590833033257184597533078630046201795796121627044296","4540830433150959724894219237204662908373873722586292185752182968393818020028","1"],["4258649882605548651720661546060808355823453291494206711289969445546058725565","20175818502298040913768654810540538999526963492927855473817633282266994767206","1"],["19043615806292343065238299031941299765829874669106790758006950873479814939730","12048829890584269781459055497921846542267861987989640261830686034778408350186","1"],["19354853445460133773899666724929841299765148675983303064429365447694723638074","11575610917239309936633728890836550619933647951615762776149756466149192789867","1"],["8409688964373907658951789395286352211964322468862572376989144612211410479511","21197510201423326831044277008874996222939917969819996094220229236488003241380","1"],["16192380109793072278475147901111773691171538976068476999611601280607622105881","7951864139887586499389355393994646304111325662951920967246657944069639057116","1"],["18382196717855437472241300256001398210754084639021310872660478328826782535238","13612567738386668267032075585847631291612824907898485751108177186374123355541","1"],["13083870924716387648945329023512476387295599929786427389872116322041040536883","19360020087370468845361952660727315746121608190976483467757653259793112225622","1"],["8030261151373544729909015406865909961988980174659803674323039788902960231149","10986804679977813962452392907610950941913384420809804867262422429943124872485","1"],["2008579456313824763367618365375747268590148221070534420156507040130742767308","15719512125757610970581985348537404205619881438045044635531360249132570487502","1"],["11860716535536718188404935298869201206311062525844165418031327562817242620074","3180753597414945597003572766400261555532115129608944015817229991331278159561","1"],["20519025906859236616689935350432757894618463625596805637525999465122965565117","2922584738946573347469281648594716837258099984372455208567690201019396317109","1"],["11864014360186671073096227770606817798952011986802914614570508649211004346264","7183968685869214982022473448524180750363225831937782243153756961175482258353","1"],["4453468644480825793010699338034974066296975965437588974581211492877866148002","17489900999014066260513944972095545667592560289433752637219633139632964942477","1"],["10039010778733658111215506664124413891514218185225467268777057736324529722370","17159010020915144120217830020226162581283725680750266845107659093421954213352","1"],["8256857117038076783801030541731155797700332428626954167229682133460035391732","3542120947769693114808442690750943703729057143024043020387647639177427416318","1"],["8744531319448489381227052564368636079159440912129517889401447849513609508517","7104817520400886587925936721976480745760377696550554782245127430786833308059","1"],["15660582059142322394716396948549104622505023034411012702076096351874429818204","4605239025983620667808785261879709816864814209630593576067156209475668053467","1"],["10483994325440964638420928753521249004716509642400727938108213609991392680004","18511395450887455902393624836045931049587563968417920774355309223744535276596","1"],["4723131870372124347548252060027825342757384126367350402576329930505395259597","7459385089236428980492669548125032414425214460236075996868296195122752287632","1"],["11779725675125200915003428871648343701176148556739667418896348406842200834856","12722283672029591843724528039823470200777338682696705612157414785702616013037","1"],["283771738759525025076090917763419870041142401003401008825379647694740469453","21276703823768904487607204003699970011922042430159839373867496543547813470577","1"],["3419242384639645286431651105949448857406778932349331558788256171358995220292","19481316221068615137775843680742362750279434137981227136463815848581704359116","1"],["9513176293544747590382407036861899629898867311614448170952114543994875936755","11368812354009903481989169190270338872544559065438612975863615912375568080049","1"],["13532706101743604426476106326164847037026922282070235968325957596131453197117","18414091662735953199135010257117096106513042649499711470856155352646753250814","1"],["7323691831983136887848230530301886676308467454630285102723771057029084850779","11887750510370427853439899439546492516302216387851054911235297687112411793652","1"],["2006571279890899760889924977132714623922150269857042318939838626461435907098","9201702682200451305540840278386142656581652683947734173487149923209538093510","1"],["5692511639781550348555657117867883196965752596638376389319589332967648485221","12762871736428573137848461839885932657779401057002894378403393298891421684243","1"],["14844653631737762437736029883305388926325589837842576709683156157675147881352","13641548969782215010599826692318663184620405750456171919094330603766767677607","1"],["17498722588909248349549708008715322201342333145820465580402435507592904884417","5200615920678217381351928379075929765038561573430633219558653695982659963838","1"],["6940938598764446196862837912539514261892660692440891136373787865411640601910","7692788485795134308958304313319489373377913039722738196846497083969837298819","1"],["13705000467612540489558885176615411700057135540593195747341825358788210309965","16527291232622141212886626003224419781539224054797290737709314715318665845159","1"],["13008063938238307690724777588017305521608096987085780692023304250465881261685","11477421208416232087422306333997238260608612583121835579315266165822865934615","1"],["17693687856438958088584210346437465594080050880221721414811897199184449394107","11178438403266240877095421963505549717461893865909635234310276392326634999966","1"],["9802862991246935923841314840274733222839088487521407168863493834866879393311","18800495520050607901768499042316854533717795553564973810322196644626359532426","1"],["7591180033283637257864986714839421845174312753768735945009553696086418746661","12020895544288002024549839253800137171337611792193784902968804609048877202907","1"],["6904940963152856533964063484988770033482071398570215347363426197732256412912","19407512669700993477546009193851046630437695948202849310436588821244120675229","1"],["17770880508852371747873985620689728263882214553200773445092985155024964317297","4545463355456945439998879104537174607389582191227106706184178344921342473577","1"],["978013937219019990359420912574001917231687405501364886715137018575411690872","5833158402262124700378884636252324018303906615304124484305710992975747648481","1"],["4512986146447713468036854947172875283989932979587443446190532347954518530957","14173989549627397715075822441807744373188862272704675581714637193604538269534","1"],["16837271618146919443972732674529363300425596145742525517186183290356843394797","7403690169850263234467355163281613601951295431733574052864600258732771254868","1"],["7915342670272472939135608015522178916291798631316336671256891018668178184848","9404023040898202344007935601577197525228285345788870489640193748581527886084","1"],["12487124307386959346815922106096651830553919635480046246947432792779622530304","13561234051713185262824363332249013966251474601650203417458378544985898019104","1"],["929427139341056131845807234473665735093154723211282523818497090737530763691","8508395123302988088807242146468296391351842019204313680239967744823784539411","1"],["20747188101245081203553120521962704598345150048823392012647146959644777489308","20095749947631329201089130463583683768102436251156580022477779046182837671186","1"],["4812815721659815956883591396219219757699240652416747744867124608394033807074","14863470953128337434030132541668253809479912996175261662656333015410853142152","1"],["19238351283204261646340019768327459213359573029156863276416422860728038449469","10444608635580653514103893739664491483966205139033515117393704645262905255537","1"],["4131335579737345470695393525682369145490978220340674051858832728453085480881","1000305128909410332958041051216348978816368485095986557283659274454093019275","1"],["10172914300024977398281863940390872136229490095732708706755715004526316475604","16439695363867252221442219637873816242768833516820868574984406821967618849128","1"],["11576097099985816464301867175676748837464012144105036984302434679212082560000","20048036175478374545344729166601710042512681842761670756051160260225150753477","1"],["4963512516691603779228251968092608053281527434789693279190639308747309606239","18459940696727661215966894333972580041764769041173149095735812839445552881246","1"],["13682312498093348739507319172579229688447832264191913192003222860185488298043","1631887668876948305624922196539306395039059212617423410605398872903520876482","1"],["149694480628635789222237033015823284936844065780160581917037971514295120493","4326530460678762786835057942169044172856844277000576313293026184437253741682","1"],["14230328722719366751790921612460531342220988660385352375065294941957426708771","17239603239561876483734805054395800082177624909975593528089023628476708445069","1"],["16464921332247487420553491758568831843531764493302143382530662299655920003668","11472225683945836482166847697970396860417715175635976070881228650419581627148","1"],["12448254328234895711315432831064687063808271638647862589673393302597086731632","19258250837619686448224747709400705938643243042063574129204397478853430029705","1"],["11626662142050663919183622363735246565608677840578085540630951155949712871458","20191514807057770588992951446588710231613421009449572583593058143044229053397","1"],["21431389928611145597584137350924574814952570068475052266635567930823042573659","8800543191622331629972661906739549605312345927127884319833401982682413705625","1"],["15013028124414936762940903540870574433927831953958710885453059336249187113817","10088126296546755156123748342920101537812477228984825927026978724375109600660","1"],["10752183075472314562168651636311422493280867003363073546013399699548176299874","5556072564239658729446744923836516153317962823274649770671448087556772510476","1"],["5314013140867856702739447238583840443251608417709766859059031734806294944015","16754059397860935843425394358202971980802761535599911798314386368063467807034","1"],["16661455550848925163965130846828212872178365905484668901357443830821023295242","7074152492039008633203357688443945370898635227958920327149980510366437359184","1"],["13394043792086810682243682925710919747420639181653978854558365821933843063705","5213833222228002633462168969786060521036711940005269373853353940590892865084","1"],["11109519761168857137635319478339760079619715332178390884783703206271274599078","13712972376591967816835345928432888283034502632434983630501872422435755484403","1"],["8586619276381276425251605175306417756722518874136583046357346764669999299792","20135431788062269520767924206443758088742175439255201449202228307521293486322","1"],["6721683594926148610288911335062974092738283214363128904840739732088232294203","4911753768751089598249230660713673526156903809044656267422291728911435962010","1"],["7191692514895961806017093391808727154935949440131547177623237173994844464744","10155945022800374893413671744712893697070382466027079104486526488614541258890","1"],["4507044278565855112453419667246650711341688395206316814245407571892978006201","2545068256757232082811411423357502535892397214027379659904816862013405140290","1"],["6738980188957059391593317456115730899783963263900294656559432993870045215585","20732747837241738002005504985435790625206776708737245542093391538522004384513","1"],["403128204905158048170689567821708691633073582804502625802701471192517879704","4737507124895600033221339113020857500594449902773489078312669998527928184173","1"],["6278869237536560064087299531421553446426544913512545195892312976744313571455","15995027697261029736285183965786196774915304530252615118521768108685831996588","1"],["10679828334485618477018519693865894337947347558398043675811178634499688487439","14324815345332420602033297727456948896094513184943222394549662265168041678670","1"],["4328060265014535559086121953041256561246189322791328668415145092631565135035","6105333852119215401102950810453750657068286477006499664738186040553689561600","1"],["3132584463951026554459399096116806994747830771145769718151432174223245963144","1590019711357854834948831241241547219947625497509090198297732737846279701284","1"],["9443141732388679941650340715603098361722761566222200990053221044243451603964","3675896091016895781614969500555190977320295474862958574558965920945176288782","1"],["994057782007577368984592588969461614280143759363381650591291032785418999592","7801272316612660805883173307293000100852184402589245250232415439213043723247","1"],["18901909619506162563417614858858186446392044617627479630360836489340689711202","5507027561090187148703928860190410689199170546642160366312705545703948302494","1"],["15803442157787682475179815725313010405769923744775579235657187667960545473224","15380525490821038834676193535269724226142143595992963102628251914944462649882","1"],["17441308796523627550789252849409892103240021052965779903295296074919245465966","10806004861288843422232540779209814615237463517537548121878237930738423884612","1"],["6567339326516617548962433207435503472768106770361452045707909460484184869759","17734571633646282560649051700137911489628504156732394589691990802979795731985","1"],["1746179133075470712074237847942519160198273305020742048387295893962080737094","13585707087947018410369343905991477729807845507565895413089886196189863110456","1"],["217671942285276683560681978250362978017686577432477910745832201464433361381","6954393935482139741292542647996345113633104187531049176455091911172873072997","1"],["4989939312110019624320443964633505430396246502360455392886017411330446717839","2263501736620241364755997179392475147940664521637629739005969702856133640438","1"],["16272157629396918589941134710447457004843856439744350795898166725319070945461","12085121259385680147724951882901132821584486015736416248386812210150229369520","1"],["9118410289357282479900909490082500733069897040310366009838228469486566957854","10307492114237180059346408434942175545006984007029756061756245318958168509083","1"],["19263475964398633337379470158409429419613171108969400577472846216312114203711","16395237938478636421287101303477135123364025966520163441832839565770605402307","1"],["19655042749729664547179738803115350706060375226724093652035294597638131284717","14493912482847740455273148436593806482757576495023953710210374077515049545749","1"],["20308717450574127778296879503634689888121596028116495300846614424492585823002","13944845449281644983543151904682651792293176328471277701157029337443396396241","1"],["161786878759944887183297343777754459023560250658475212411622966265012889170","3079709287038891423133668304288465320224993976765622780736030492518526945832","1"],["11199460208546169810615723966028988990686139634230875946368357446589969064036","21809124398326405393024497494176132001610973408581846431939685752019458922933","1"],["15927057406406067015963020720164596203463302813559714819512151942148089863336","3448036642027189165214749759154658997656346494257473259036402925406764154574","1"],["15013511018758506251086638774606587985164492116890680571676553795703064623876","1887029989824276424379841338680342580270096199891417514569401645258573381256","1"],["13286222065240787256962796134007392271323943040678248350849263896334321373838","8111464916171478983446525958881433158274516283153070777730989098297865066182","1"],["10835975656688966270486186532470886637471625041702511548581329744456948111598","12898682096319796445214796094017262030077121374739485114463452462307672372275","1"],["871143464880444660538517607850446726420985545416629963582968547865694395633","1812920284236412662141160341249115158338997018175451651927184431083554686770","1"],["13594981220110621101203117503990739962761664782778925761978437748176609873402","12091132086271931545945365328417122499813170966253245166184400993598240647280","1"],["2567789824035006454544133868604728060529235457645917934136945493436635649497","789904513459536063077804418286331054327392327075815233944730593448864425561","1"],["10652699473563359126028320760893039379978883691858072425563718567648838817217","4966134188188648879612063850602036323501711033405786919314501697034255700769","1"],["8345173026340419583856318992715370113772700945902122461953063566996515824847","12293390080897754856345390963585316811727118921472313728306779042035343168536","1"],["3301928560034590412483884949152196862117880418006048808667377897166473750005","4088804143332468655853729451622688549815298617359075161413642317036585828793","1"],["119962867672798001814375859909171432915369569972903445219630675402049886739","8513358517390276684016993558101972818347765817001165279077026342772699106706","1"],["20968805904584562305132878801840519264438186147958993754342938044835723592812","8671644095387125504574391360598357609141983976204187178422828937724161426455","1"],["11693402281909388506740341554225057095008759030217731526092348992819979575903","20555237741080628451815896172051161496767990129956644551829859388661190802477","1"],["9422342888914809267174654687881016788972176819470824199285579608504646348070","16733797962246027688323161080197383290566674004511506850683587088793968449425","1"],["14078352842781213519935229981911162870236130030779309642904230801106426836954","8335948301121192820549582668737219732618575145546405301920685006861420522391","1"],["18481031300516357198925995195063355488960033424870065859165689890997892690361","16755475837439065767497798332921557808558271497509458287994648110269731081604","1"],["10867363701721676496969727738148817493928414230817989194360799331697742062413","21355689966864187196171028007455317514009745461836679117428712939696658570061","1"],["18309051873320000072814849978450795223428584521046118183504577245441556152710","13237910434660471510175639696292588579685182085493541791066500211011485449676","1"],["990621993650700192701209411627120183515149112773326572352546930585845200409","4256771949069122631078798737714796293470059799323430121115518194069678522137","1"],["1084122442278473862340328027225755116333588698939154294287680425513891727737","13960269649427672544242560820166275085668322577730045177572188391782792988180","1"],["16533514298077446309526921035139167494558942323918471400472646871909060234254","12768089109994588641858921695230092891345805412997493194907978515205346707639","1"],["13865885313543316845309193652504712354744044224576955137395975227516214650123","4825849725402560512839919543623704834214928132503777817031000508505695423859","1"],["11988809832865822220947408044409330123098266707870411608563447082644030859330","13848162996620100394907548873150226145361466942912744982367205263026459833820","1"],["5327474342018656663281458735056040682952718479050632349602047896074142931035","21558146276643934772197896655272735832957877435658160573708513305683355529522","1"],["14239881588109292544631890515555020914626402969096097804857445447673266642198","3889261929040863884887399843765370895284400466371639262574336647219374184749","1"],["19719443580182543066573932542890418588712154173378436000973854123721701269627","342656573107002240807615722635035848044532154843080548131168980952652434100","1"],["14972568152496465418278494903789133718873544916480427607369715918460394514613","19732604588498961663334027160391397893788663103767248218120150545216740626777","1"],["17585514473114865521364546466129688856715116351964292948794580065667779512154","19370070214802278093413110044585018204347612689906511424883257538864542624919","1"],["6572693837616868455393175746434563145663578584708520724773508411722257137924","12637405792861240720606839213947892587369740960390109187705329898784656519575","1"],["2833517630958060321022126890697327400128559849875924708482056306362446435347","1298423994715519913785618500592684285272747273429016201531217015613671067345","1"],["10937099901493458919647639523355492154143004107207825140050671790759331644854","1642576649062596134026409002261507277259620290553814332250782826234386367806","1"],["17356726866073609934703514750102417097007268126467070977478562942086277553392","3802892901467865876206472934679050382789172270104667922922065356058251895636","1"],["15006226890648870635557992890460170350395730609750586608248163590133346972515","12203186787681873390903249023397219434795209802259748547772441909121436985274","1"],["9205113782123922722070014060721386478342105061148218954092115329565755351410","15962783107811472084299974459969434877664544526100907291753400443721740234763","1"],["16519764315226718168743624222154749136402611157532223430657908091347197325889","6070809901200579643315811327407379995162413619355456614749116275887695937538","1"],["12674225236191725359498242690488015139652377070399168581230895895951538050328","20449900165467364978992542807664796140209238311136040954593360840086917184080","1"],["16256916320236118021776242586912637930999249225903873480565756898475029775680","18145458695123511632067827553375462614871948233262430933745778611550279910114","1"],["8962005356218745098448864195969635223361952472684427659951006610095923317935","3622039848070815050550925718421799316612081722310681931905253324715292565592","1"],["6409071291507337947702754093879219585907581822313575159988129446088983394618","6484172493284588508973951950879310783296797527978891317350723376100728097404","1"],["2476608989186347875273948008981684919509866008201709851759495970393449024683","7722703901987022615557305715467720479737669210639231430085079557736312906644","1"],["12984680123684273080782548813207957813189791074509278245379140568521581419245","14115767200610485051834820100362045481939366860827273649169576186561352152383","1"],["7936411353830777057865925759655286727692471713516365331999904280511611006119","21569948278172593262978888098826730682920753689155767285410882307439108791004","1"],["14251639875935988092596447678844914291024623570199407897161589580676683402043","12097880620160119947704946381633553561402667776399804515721400820764767574994","1"],["11568079620862115209638760175111530744404134052909811503704511761132699632743","7208810157455827300200659221421089376022527720102842557312349595697883755980","1"],["10489952418367462205941407250702520691832244102166936946827727280920153425258","1755654601819386291180619946284302661702503680266257465572070876232827294656","1"],["4985392318156024486696427206970667807176468878441531032723666820516672262132","17860685495886946984362978139468310773597450929089379145976951803151103012878","1"],["7536222620195227699716199438447707699736257073645489610617911779999017465938","17928549443240550635219277016218456665636239742596853421954063852151485747521","1"],["3163375430227344786449703086542633838772529646751216867181918193095838747880","7828895349746065222028031623877434945394558132167927960720103764137153136458","1"],["1394398843453335381669350150761836215668378113210981334953731193719305999120","7305078378569385400048099645386860085152714096994701289756198488422865382707","1"],["3750747349448864831525272391853188050401741416246370031156154358623895889706","1215539947907658213947742531549835573691682999381450651554061100053565965887","1"],["1420014274162918895336084064621915749777746484227566901904648298382223172312","8879735719828067799263974147778441576749487324149970318727208429865669656434","1"],["4982746767090795326495205465092253665629701644007585537947051556448315871590","21520236719109400583836690735860660092429662133291646311887208649557850238806","1"],["9031067340850202839321304163045938920215128175565396630055453160409925050899","3384310495153243057647122498665929667526368390855843542372797705096374948773","1"],["8244622553751535514041548963680135360590731012780223486930870873140451768364","2418270869150605651839565102978379609990246889133589945889869021044062616087","1"],["4733125913987126824161742086644638238935957402905494140261543064425076097107","14336096365502229207385778185289930510007601579795552234995322436817936240413","1"],["19968679247103656490451217990166637356276041155833450142201478449830547970939","17620657416527214834001027364692984702627764004376737590933825946552225625863","1"],["2139985399613233544945331619100026410303884556759894789334816415876867479098","16783440388986502130864709906476028948847717730315200322858582790130832432884","1"],["3208203629963832718101696354720020546890276047436251782843946663925046063698","12329243202680657836405547067234986159750538099972290828503891425649205798981","1"],["7375194100351111012824234297525262841486995840347810836840530723255223528487","11322679142466100176860062601554382114082274883378451031615887100684666992250","1"],["4483961403339504437195191639516995507685915335602068866201274872187623305368","14840614986134510305976480529834305627931150963581030451426034939973588213121","1"],["5426163952422594589507485340373119660435800182610891139090186004081180709943","18233684935659642482041857486323258959773239455350823177296280701936182618803","1"],["13696074697359816480378006085783431761656742521876834069609128838662817630751","2330435203446449149888495356835910767956795547928772970247866723595178933286","1"],["7984797816422831139166937082440687074538243342305222372178151717684463093467","15646176907236083207429546311163658091304757895161059563004386640397865673265","1"],["11738856404156482195818517233235835155549324870698614361713666568763241349209","5308389483708105317202477991341830123680262356709982707810312235437982497118","1"],["6200899090544336966104929163636773961703089348004125525440941358383492913956","2824844596485836793171188359484179460540050503414421537610317107283289729088","1"],["167916246067773895091314769716112454547190436424288071207089625969288960005","10246691237817506952626163471886382614898695565947557563595721796131885236602","1"],["20506089872806737761851349256810772196640740192017895574535177753550553376309","9499395008924377952289238588395532854736391769861390631267039869827387521984","1"],["6544119640072755278947244391238473487098225191340353935182495439711372255167","16269094763113989766046668074495961473416120541143308720147982422285550101981","1"],["2899572623653093224887400289543449624023493867106762913336813175389221628999","20904447655689067102935272657073431847563345127647304724897838805080345568004","1"],["21409618142020147646521560522971361494097652594255863917631972919427032117206","12287416452309994346611612634735406150764848347016693812521324299029347167968","1"],["21123509601659103708397740764159581239711472751924719177028810424532039132480","13168701494770627200145004758430217084924899211494876076650293077464105788142","1"],["4577331376592957898906086287703326115784969274455420618542696724581077358972","4081780759989914935634502670913575695114562094156993788946855086291872051306","1"],["3021581474035085594449476393873178351432317994920776046752669192479685746173","1421553336222941357108726713484142023576612316576143142933595115213032413274","1"],["7208485771713141965571990310103552698231061557752840462817977544809525324572","6026732546237020162482295752982809638878538891026935877513113449003150494890","1"],["12351785409648527858402931158944983093266164189719069669612184431975673522309","20983330900482367274568433557724129384844399382600357166443626881697304693431","1"],["540608257378853417672897130260380206250397269309506191359161443216786185875","8563201970734348125297436401514911620789962951189188548692704464051696051302","1"],["18909822774630317921125915683189278296825717095411957389229606085959256729393","7823469708923633004891036814739475310814376644665102312796634107156177958146","1"],["8249417267556578644846899134770383732171298825377752240820231977385788437935","14021172874636036842146434911459742089168754416964580149359516527724050836557","1"],["297108415247256531978281854061264219087332556273268394061781118424901001289","14065220805807863990890591343989873602991662308292340669745614769006483767264","1"],["628643818889580790404641071891858107638340670853606657928240510478708900045","18664003187107625595376426082652079014113267576461869110102677510288751975400","1"],["11416234475290812489508630725011395328527450201400027954604568446899411056915","12281819652446802357794859825465734627144143230729308473389112899785686422952","1"],["17158344665844975318984678435647454138101589955064944093919045828076619297914","9078913313121301389603255604096667548490260295059357902175835060751655191198","1"],["9542530146961030700530260725325308583626245738431395913274560337546329900136","2597038999086523952503320300482319348102445701442296655398983314696947039503","1"],["21465639981522556774419023451864347112473564927761485333883086840473556656164","11301593562681565296728057788255294386880348049489073197982956621486794137130","1"],["8656546289085307557010141003004625236938146446090308492426264334942828148482","17662304939142424223113942430993236114874780540299716471141052009631103332276","1"],["216289869941327899390949977200699068338216938149572927048667188010398101842","13055531063288626411335027624295760259765840014311080133767182478991798182351","1"],["12080734704864632037309134544254696885133122560051547899476446775110088404722","82507672560994667326458753073197432715573066342342085808242480023484847032","1"],["5658818852758968761088555229409059211174092286430318720652408361189630372704","12269997254290096844601138982915760322914736616853633423175434483846827203167","1"],["225697113034159660064422714724315452712854413994162933658896333354129113726","2878119510191959235406053303959276568590040786130903553102337905012815778615","1"],["17361734169957082033282439870569358552903854748104724803722610946325979409707","10255294385982103603647264584393825488779894442790289059106461556534332633231","1"],["11019457614830358766129718638501632411495557794987996217815394572650903755383","2570355963223048209393147402372148057783438313722633905250202447071021159593","1"],["3657777515569386855206592334456370110965998153416175792345505976361675288538","1396050782238244325224660499065444953196790989305748820133664580756587026624","1"],["12561954735979968279283004404025685425274463172467391171475296452013152943906","16215732981531188416043271509447299666245844224139562745984191151763460138138","1"],["3282006143475740538015971201907423531424053920849843398401344495018074103581","775013885757469969385297831768391209018558596923952361272369698364750368821","1"],["21388240403838566806537454269906303665235683435438149487614668593435501834731","8321924405119785073347605075814303191234565904175471697967080250761605357462","1"],["8873137000723384814550923465245587475582614590947590151899092982504569908142","5342083551929817212779390977425572556498281551393503090992196993189462347628","1"],["21431620882714967521604107719375910879318581770256143401905922233417956083214","9303796938575509421785652323446708348183957705444446870849173632271992809962","1"],["10537074759954245389966599247248297603649938260991499165013843557802057468221","10303326483842289984141561237503797282510405807611912719883214667490888552353","1"],["5476510520706234762657731397288211722061161770502107198083172947053610535091","4894820651160906212037625568932927084620144635088094834457855487669701355593","1"],["6869357212669029489966236628973351274248134578584073957608880866164811728123","219290727941275215297721951705846089303046558950041673671838965466210749174","1"],["15480446437679019035420739233624266011297627710088999375721897856264784637994","45167500515447800970638984163211473855537619099785028487756228321987439616","1"],["3185312881655691384446887641740123462158527048501558224739411722590384485730","17221558858127930724826884212114880903435085049424092926757398613431413916658","1"],["7723056729929759649384550316047560177426782037868616519389472654737286461756","12125755874802953751626256921901564691426194611145999356749966128663089815599","1"],["21524585988779137132217403425993892095691178076335899623004653264001692823581","7802794294325253487430075516224395134594358746913928535588501738767917500319","1"],["6501903518504719398338011815761354552370573510643204031264814276474491436160","3824855447514635649036970995228584426054970420692770935967537548305673949440","1"],["20195482180159877457533157449093105749155750923590896459111758591594459979222","16514376179847015522176328038937635539112139161243680374799730508047249014423","1"],["3087623784264808537000935270340719400383518980244223670741998584644172753001","6916786814460739708285333057427798209453077779416283419677698236858439578169","1"],["5301199697778759360637451915875897120548301119513513022422800628570401155964","19068043976466576981241277945562186840605182482104762527887096226850808753127","1"],["3581254611547756081664057823665235874406395806651301672190385478380699104968","17048607007135143500469955122839000441715270034292359669886336020505627343609","1"],["10448249404703796406331117300962745725688336360535037497752453355588262803454","14644645350203338969043678894818216970210040334700472298969826599404342869077","1"],["3368873247734957240024141945135622823745167053821225127473937775285708095402","3974101729908918237178406951647051317758198535654828671322950858205465893419","1"],["17243386697114283156765443754905258468660951447601033067048672273593655158595","10614432584849877087979254116018350792996561280860775261825246166084965731233","1"],["3920746554714685148821209491685620522665894638425689533534314540595647436794","10546961900018989338126969561324568319714841255546454978890744978656436414988","1"],["8176380121999754919898944096925736953688576053328525476140514080315339848054","14607008914489385380388964519579168424628978343219131369357189038020215788248","1"],["16859146334075088515887609211576103178548735219851257275670866051567766095934","3106591217616136074988031648346052920286994096713812155504494135017463371963","1"],["20635674388393350041309089503915054468732185382262385187162407527029513789541","2221450243421993573169124762880553757498902815604706474748689649350121116226","1"],["15875234357251449440137498447139755319999591572938149900488759389541268113256","2195530087006646307715070735784297646263105139427950778151307708883230436002","1"],["697452110790393976571358269040105167528306203323995290157316505931935686766","4926704868789344077846563396840049326773152372510429053678176211430822721562","1"],["8517652487578893826488056461800342557240110610708505941508267738821014973268","4472467745696023465589049350074159934829645950253950162720450063917899083213","1"],["17276498585855166882186523990209528520665046949853906160457098762779884125942","21388480600330504186631173721498722809011472469990496963038629418384079311960","1"],["7109089394139384741552532238127560653954069059450609833321782375431875131979","2130146786019753949642614028872709716558945118026487489803901659679861029871","1"],["13514033297229729812563335380594767515875950777050692143815130966136898470131","8301731554056091070907036193138173004716470294833857049801184371526864340190","1"],["11966120883461669044501040684765686295571665224218609230727536636405487195862","18001666185323694527652381524573821076352837673783021039895143949529741187259","1"],["2577854313757624592325735253949800646391513830158890902634873226453296675665","551957458912927937086292404636539465720381155804277282186603325700169532452","1"],["5904373252550087954728325760927355330505385209663535900873768627259859728010","20955954354540340866673167137841313548063904201322683335467262686215282091739","1"],["9777840268080344959782369184786196794519512670701158559456448875142723460684","19581200428576839665704944582847663306399225328324926700130917491721460173249","1"],["15866472061660884653067784775676280774956285780783847151965435206220964145838","19588270215075630380921622483700981106438118094875651410100176232814275419144","1"],["21156025201745317779476076014981673497879061892179003712635488923675615687613","11930031731871979625981879711813020143087691946226476837482347061309960027241","1"],["5964201606392475725230152589475354123281103628237939236946858238933933746788","2405589287006163278678956091040854930308690961622099126028799547624597565854","1"],["13467394095746252495206254946461257883869650259820660973455000549123162422537","18340322399497616723317993705443223064379596326159750711994855942522675751206","1"],["16720043075823506250887857911932607349173484368262069225553084823442564393096","10955328410471113034491257108015316181930711007768457806704556979510888238068","1"],["20947112390938447772205556861503705702964259260420454659003339930277670992786","15966147935967164538731830030806030169698500772312744452780017954604166005736","1"],["12332645508047250686189056924492861849388108026545945719865704657291511665963","15449842321976556835802023221092274123589607361550762788145773444227090859839","1"],["15246242895181782167084715525488558316331934789576662974120452142275723157471","4185757487237110519398422880092761350834403135017874286893273270191838181223","1"],["14237072797199503159525564345115825272647669422213500400161699677738570099799","15623419418845496123148363537574972261854412352233913949503807073880567739092","1"],["19003813424802370756451351727852129344756595255107466643993699888175684810548","7755721396552965382952793284734092179097136982031700673171447612502547158042","1"],["4252199339486263613388138411450210139776473975935223935620578234073138825210","16894203474900416457243310804538582761282053010654119131429531277762340487047","1"],["17541494025788174853225955481489729096852907803710469452395043497506589689193","15514684811324073160692034918808571463782197813200420127816483781987034279848","1"],["6663443881832545077745607086318115200472201084325630691556608362263054374392","10708512254907087581858602701067394043105345224529188108904434149061539864771","1"],["5906604139646435004318210762624950383914490760279347402786741504679666480372","2758490210169945559274311290046980975641839298238307733106813999060024665189","1"],["16398130231711577279363494211640644440781953817136669960201531754976321041415","491092043051091159359613450346102638767454997481093666513674906262608231073","1"],["15248655743852074495604875545123030685294571807458570807645402613402061247421","7086819072220449379238666941603293364022104922304720792502081864571424367811","1"],["11685318680173615368907947176067090966062591456099114399217155472375667578935","20534537484958980174534641363183235775704306479810102058996390441120065119335","1"],["12841854550889928560770685357283598961891687580178849465543953698593956812278","15071834978193202051601240587833368917159619961626220704650354516612039172279","1"],["4024805828503283853347459478222753768500520357748828575123981959610328046380","9176065588790810439063828163568776698683627450841574369041505301323531660817","1"],["334636703202201732038485561112661317562168968479098650987634459703760296593","6738641201214687835291310774061076861767102671827260914415591086500408500387","1"],["21575722267117782201814269239116740612511126536474208447044659793769533596977","10048739377076394987022135561304530376855415647580601596647879623189763256470","1"],["16246030643196711420422471496199776182879439207554553626033553815137532356054","15764535804012078262926488016551139952090357149833349314979160606095009602854","1"],["10069894540351387686434222264162780493086695517430130128878681615512265369263","7878678882878445603565991528495163766754147143028796961023553990945667385628","1"],["17075182978519430621474434521126177201435680054693921322683580931118174248320","5502296199508101345879536642477146802318064937440322392132495824285447903928","1"],["11651645846570936234288508009172789273287461114786935209180692945453526001209","15924286964442575951714719117226844943486576791988425505647383883273811741164","1"],["20821826553011000806247829186999453134581842573499802180408336824830944432102","21772971037251751262464431043421281252655289877595239775618261550568909031612","1"],["11343233894311220536381120372322381345295058272443941936427396043474446872461","20646058272777613353015104048985675619382773388107044834472092429754807959721","1"],["13986550219032792123385588299209299122509371408363260312811224010179934727141","9448795370341064836397518317961947543060328347524914951403588038722897605295","1"],["20132353504400690271145064977368227624927833040434179732277562879005492057389","15692275321514268444685755543307077883054264837329708032552819025060096630385","1"],["1876906595019151629512770129812018069325818923792497474483733130835856305940","13725268823102469891191531474302888181649309963960695123501925244873465452088","1"],["5755602188064893936000093359356716850251868081813353340402254546003960132853","18955203294969699858683982646427980698350186236063461080368587130394910610195","1"],["19719501508726278008740713791329525327378882806745444252126963230014396423497","13920216279131277014308637789258567263074908668674043740295781172329451037028","1"],["21869704372243042644256636081273733549155714776967348720614565411716407691193","7893496278800070900908271807039418525759557537397250613833635363787091584447","1"],["17322459155161631806015292341987018567946859291670400645408188870222329375468","13312792861419761865934151797270482877224094256850507718430913980233397948881","1"],["20171682428217517990635589379354641524501617793448663292128679786349269022005","19876303336956124716632499665011190074716728107830380504451479792174201343155","1"],["10303985862804868313178187091318178378688907866156036223245495150027025848271","21230018078555363884152216504703607292081155218083219346989020330483600304520","1"],["14921382854655336550744443765421730005750844040919110876623222234464583528792","19292567017044745258750763872884013897993666214797619577239463452550967423260","1"],["3748622997555542388759125345655503083006591022218017243804760309011256258040","17616559575829302674319979091567924911066448557631488058938471285709700670204","1"],["6517937193770406783487700345802502025251870853064179547194748244833629565570","19191523957694385068081368442333403658373058060620365343921104516423195360567","1"],["10074007287126496908381805269265035697191006905793179948216770788244894253894","4254642781305316358298325200478955897976567834514698563657751240765713020633","1"],["3081795135132018485418759404233153620713346955572959298628378655555765988718","2318760101768913777577579316885863214104016020316886845349738081122087960012","1"],["6144730061316069929061373039763901076996574887205410206341973614566498594923","7821019702549143278152950513773967570577941388341725631988123278903571140876","1"],["16602463122061699770445997619259934920137626489304030170067736132363570920521","11680622363527269330140874976843073979124432309796172797478477273305751144318","1"],["4585219814079462064846677215886583021926840809270234956374104852083062914240","14683739917759985792928036777513630561283083796125096673402462805852298671644","1"],["21379496220308908635035241511006850156811768999993354468364198182811297283651","9819123823147209654148236016133851124733567172276696823469305379039156860099","1"],["20644150037648724860404707454426990948138875208874511107418975072922558573964","3708743666282188062486363951629752852605873797014086575483833557041521579122","1"],["7356877355367427921602821577667282950589396448095943256108699575668926507805","20830319591768309566887167175331811016075274293105522464328311528205798757464","1"],["5001390165627839324142318432103451865648202921900632612737953128651774670305","19501997302677254010559875113313979072499652365351791738174055004430228701613","1"],["13684304254894242126882875947386522770696300376576146260367545751040467990714","10415642019779721237740741165796960748098763588750958860411994503538094602145","1"],["7378054693936301011364029525845880507490632942195280764541771398590348622265","19203013122253037767060929072106128632257521695659344860837534634047662892234","1"],["10859546966216531116274899874472715569350414349116019934604576076800932488698","21551841657312350895011435411817398314199980838321824153280746166835360418830","1"],["20450816957735183560483196689819254005454398768339871824257194298246701041319","7362991458774254647252646248705318410706933474515787037765151937125798619271","1"],["21465447163518730528687592072703931060362913123875922878338166212081897435408","6184326305808621046597836134034155433719511722126117575058650077527233470537","1"],["11804066879384072886891725182208100864217923887860339215705357898410515932913","13294630646912986350764376160236440948114384621443309535144349512446892341397","1"],["10059976582879672328543270927071633739680504383107631393396872666222845691879","2987328996924167046870227573259497033661041257901418123986691599958578708828","1"],["8065361780232246500046086257411198909447257703945955629688986096049325818312","913667379402022336594111507829163589437780342361205564772268570802598270500","1"],["6734298373633524887889501223360891130043121087526819909413326848482302319106","8262700833094129338131659920594649539312596381085983655151641356732297668633","1"],["12120335040877187206479812073856360152657189659407008746415780722587290928420","10289883906135627027555012576772658780174697632127352411200563035108562861206","1"],["6362457402123324797575078394815840482638374997998271090145103276117634393840","20069432308017729822493899253225883687106843339552154483113026701552940276571","1"],["1527969074609542516531769289776695157021849720355924074192797704199104472463","21493817935644732813741599930452860142796236642192430420962162526417619679693","1"],["16072293765587555840310836066589378476845603103217008242932037861769061435070","3522551392392370003377863163718594566501133734886591172240327810757246318700","1"],["19222109718628615349862932910132908411282106447326055779175698417419512624737","17586345448053156183091086805332837810094074383783891513513659490607711238118","1"],["10584294369163052595148977669623208939470379214302016703907191695523141703423","14249570254164529103380175182395959008679499964865221149936947563045760917490","1"],["1513993479816933301511955378334044974944788936133183501402451175635021279225","4211133496143958161868368765900454074130066083809945081516916933365593033955","1"],["3755747364388876654285066171936798640494264485787352977395196971004022971651","12226694676739669407721923291985745461646409378372406913417309861211227934060","1"],["2094175714846578511980726536739342332262131729304021118378147615368576269118","4718339373197158038541169043140779611883790836859126391450647767710293417972","1"],["19267808278637714900571582779964883082971244092411680041557805848861986447428","16827121286623294869575185003473851300083209991231560042994280304883408947276","1"],["8581234295764238024547460114889646742355595388893846604197754924189859491892","21122396378310562211456258000962629993955316502277274948211218871609150209285","1"],["18440969075612063037798293310610867897673186576772664541899591801300749878583","15327644803587288270613105603273205692227456676068414846376053346154964102855","1"],["20300744174244619095199492472659004586749271413440083537638404006052916630525","7326669018258481191541976073044383431672846505273347556226560227336189370937","1"],["5115882256879906930790000601017697392612960695915414996499008814955436921217","5560586294263651702638815125022579578642814783139777420962699245034191354682","1"],["6962084015648959979753795280803558432286215125893216400520278468006291991034","18128023101796291791655967671375948865537968162145057286795513254749321397549","1"],["21846920115322201323401194376783720943781911652974273341444640947378070719517","2993795406834384067855044326397691139274158999267210767512850594229925954114","1"],["18570579398568528298121653228454287890090695244874028056853056439829969984625","21011781931179207648942094188762689884463501832082795030040604433186264731321","1"],["5081998964958549136779599127312188020162743128424325652034901180414897151543","5322720041360814363193290644542601190219804672695123598943179822851655803272","1"],["4548265120949416970006231548016955512163555005997352305034029136211127059006","10714177047042064691090736164740768637389588922523869744845005305969840234164","1"],["14389468831444107225189165251742816527135524868183197018793239620121948413819","12488915833553715762258482848788768970359513274161234080336732876110568607876","1"],["7895115910495948989786249419797280396746557102587115831375834003519446718523","1020105277639549270762534175870944514226522755991776103546816615206888201366","1"],["13938408560294177468285286284614662838252659336847476082214327373791028207131","18748652497583933920728349280084217715325302143067006710374948103721719276170","1"],["6150590969819070300700690006653253662399243586257591841724715412195625531250","12079631174054712620201219853949363214922252081212875444876038994082750670014","1"],["10595862971845581610545432874873391690998124616804921289085026726379238802021","20765523580809852379035975858152813321370703853288875529791395579552883448868","1"],["2442197579710716753966755306645260340275322672749768618145089091395903875505","2985254893031186991631198543162897334099159491172946875381647884380461141179","1"],["12135699083310199346061464712041051848707344175209750013697834848834256667270","2244288140297156182889534824958715202726335526687324895650035435016267330709","1"],["2212706436092003771698408015163022890489489490900915524319107201207770937802","13597927298573185501817338946632542841145766216971425999990257988707384864544","1"],["15903238341204392284012872047798842464824577418685771016321908490618430542134","5451873853726133387359061634206847759768607284654204801961234994940899794207","1"],["1864099998017665353334217586504653668105599817238960240096631932648954382932","2648670233885705006064190392470292927504764203527661711200858985248188613448","1"],["20841749242303328036932199276709643216709743474030505700414210485300980080843","10792907769664874638765263893441070568695900106333642465001912911723981300267","1"],["15409254855239706029859271766519916220396205171663512623721309801757660892466","21362060670802996096531593118504338272721436490813062074706762860775150338394","1"],["9686214841341185332499167933080265121596134810075561445663719123309232125828","20604241370454556622933157825878942025653310427056064809901758784355634739724","1"],["1704276588388477621897410803955020476916118778609896204216157595130513855110","1823562531341235301405602005444651106571888545919685210927049839604877352094","1"],["2929994447717083326150409567161746374399643526574163925320857870887408630898","2363674188036537058596145151019684626739655015786027201962389116182051692879","1"],["13095080864706345296000375068094052748529154914929999539919085755826126218142","11166391805220738332074978159658115925219283354620787150147689720962325608025","1"],["1312008491634541565142480774742478239651117002750157823010269389295992576073","21482627888394968418159043256856138996619363399988953785193942440838203147963","1"],["19860875136741714810590305525331352420736598700286521812458880285118891380497","5647596356993817880440576827123057911619179148467287367290550802626544959864","1"],["17164123930173136470673576084665046926419196757106792876843010122047528564429","16050581771848711297975185245833281780842987415830307923825918151229684090351","1"],["8028922808136250465651561560658253157695971237039075308993789750221177397378","3525888369399932230512571825822146175512124767538305234100365822679486135952","1"],["20352592889854590252914561846249173355519735637491785221330336489595448321076","4339181654147961367340810300168726040606967476452116425330791953421102484361","1"],["1540236102197967597681023851713943689223939869659800271137471766792419563175","20484757357117367360881976503392909155842767557536672946890009641088674504803","1"],["4590082903831199371216699446714782239372052327958822513380615557031921023119","10229434775687212854994970204440117027379897550420430306586754319558400625012","1"],["19414360336330159167430041787641404189648877337036355862880537561376501069173","1405944561016618890079403471298014652694744240380170116519262818974181940023","1"],["11382477634902991723595789142023219931286851282465442527913195290273529422394","21728758902298107438514912863806175736634974262809671161658113094361089019569","1"],["20599952462653423024707977703773510453870922604489416363668338411748466431109","12669738413368041918801147113863602872959914823171942878861704413926492852995","1"],["5889370759974673571218031616487653811793060521994684078251044683760456081475","10735626255615457736931559138774679296752922660251948010131974566298517017071","1"],["19473389764897554670617476432187073022798979689940209927776212193749443769756","117857101854716690641222601861112790456582757017108965065523997620686586284","1"],["21384477945879708993544798815425021066399422042119916630762262025229816450103","5941977742596486823907895054068996633359002938860435073952282403327224288689","1"],["7392864897555964026394290523095702214714978430118274889033469690983980975717","12419302552522736431335666591332697124626901851960591836469660718533868247943","1"],["12907904600397922781288447541518719806872203234322164848976234391363785190194","9053632077120608796426506162807709260580649216213767065022626408994855431176","1"],["17557639902398243819022211275634854235553345125440854082892470562728569493931","20549532722354941614037641968807596039987368182478503611687379230429834611661","1"],["11556365157473806401604072764320002973843670624921317735967858219036247937165","2335839106612822489094711240826070013379344015199414097484674993337081468787","1"],["315221976940894869293898112979007444160534617295791307992810093486519506451","16510628146887945861296342680138550235298041037978646117980757126523549122340","1"],["7082791483239045272515385965447571982597625998670527731694393148457220666328","15503306302282086727310992030805318878280943576024650951775827021854957765094","1"],["20047019203549785819261326113988378417168298201095846695564335017652039437","2547888567995265736109528122154684452375167484103691330168644461580514401510","1"],["19282817450349010201079352877712042707257195736745134384268355527010494743382","6154137235277987544052860809891729800796075496695170864265355017007890850889","1"],["3696305164795610146326644783196165651358039670728644537521472962188851131914","10388063553547076689253149183043640386456142603101781875049879352939674921847","1"],["15125575809588885005093104967602290034116832167981103865605058380952790421524","3545534354118898177408052602211342340691421839762675164052812812000665433856","1"],["20008684453320221263076742663214959657085027526117503185796308321747207813218","19210471593496843228859599705538453388417340746157764658999031591617225296658","1"],["18160523289912292582915922250085732583936124830069753434901187301624881118912","12219757903148796638480662021711518001428170402170370051680307101105590131353","1"],["19586828863939833906618441165324623381934342723370407258004929186773998066334","6641732332523367543459786869278706429857902085386487864133353652332126506866","1"],["5604925984422376102267797700498577736279105150299361032951823230367868432459","17962490151457900048919593880782318732104488678743789192646477723251985574598","1"],["18131453648775225930991154800389295171587713651531049606115531942436146066200","15563082890825698015684797286067928223154482348244516774645433381688374324135","1"],["18503548110707957407786571212597125679456906677036341056940194144865507677255","7015407627760018382616155237598605181653434245515012270456760502742552471557","1"],["7565433855793215057389693960196664580167388361257320371624813274795251380326","21772051484577204067592491023062181490915451794216835046094416112820105469248","1"],["20169430737134996521750966384502513226949265461571176461054291777561557102027","12484105875040894017072791533537676958751134587161377408115300655509668959197","1"],["14061105278639760633087712483711930828075792470007767658271164916849822696611","474366326696749047727278942505555247305107724969008708483186834022441197147","1"],["16827710327792087093962566271991004690919977355177009996888242555251021948554","8783209235201251640703845102758556399736729466371987209011845117461056170576","1"],["505549030114151536564327252588841806238914991398860865611747034442457837582","18207049923410717745073038595479640642366053026919775093122077506525952518245","1"],["414060631155161226781403280452140607534110576768768383850799425087531934868","7156584602920147823728301318785875474374001519119958470032164534074700257359","1"],["3488753378099168177531640829899363402724521553118323366332485119705601454916","9140732981312306483340363557324910457926577158187140336388030410929097417524","1"],["12679701851498069998918451136731732343818972309898015361521612001431477821322","11066552212125285227658448986769017898124384395066258206693288351960446015383","1"],["19166320780352918656804382198743993959910760291855221556270554456534876471466","21259388745654464402468630324161854306945696073098026184293367349165131167492","1"],["14609612244218065234637946758298148831232451951327954253490217815515182707428","11161413147627430270774083466061281635864834245182150869808979139283590099881","1"],["19549415666663847412968195054422476993061127152368956110571807269872570096205","21452774158770865042933503507432634499329435110990781537840033151916661084593","1"],["8510811684999950508576403806682455464531525406781965969357149454972386928598","15016214835687538897708221421373047665774145577498540780817304186377227635272","1"],["17332129929208317369902840662162447936235882298816826146040427779516935092195","21600125729571876621901394190454688892407230260853197130502128042339878646392","1"],["7303700385530789847648111475066300401020339376279356268734127336171105764341","238964968121332590483760952919338991835025665442232234553600504023071441685","1"],["15763521631143822135906180021939686977181133217274380463095503341224140117335","18202682101986620165244241400905175675352781637537241638816582681681994096941","1"],["16481424935381650185079880281795430048287191852666142048167406965364380281682","12466109258579236668580795956694937610770568530600613569034185023441521938180","1"],["7539426276609184331473335962895916792647698539027763135690622573823918568741","12610963271111380102793043395698918005124356086347478150806841902990855647367","1"],["19588811668467166593242757937840525086147213015885839766444077245947261323935","13248804658151092721327878132871265303658093659706623683387677378671087536504","1"],["9649244224398816422148312311516584333195988623612763498249912942982426974016","21227380577203009192686342076246958428026275089898280110134823154319674797599","1"],["3161871000031146304853111812488980446590713734342717293178476781148394378284","6912111434967335055471535133473502813645163432086194109076673057317928578753","1"],["1434605763571640935196004359062979206855293881773301188035771135029270940257","5985370441326529511514792237473733518105792796484950519342402743401878748358","1"],["8551685296340205427572054622050517881475802635816112338066543087686636357382","10379433680482444948118116760765107697733395423942339536601354271749150979858","1"],["5607097129269631324467834340086266768564152029981247803459904926673837228601","17501295631705091400203885098491489934605217039273629867655950001070946081800","1"],["6360668026173099672347107977547829889685166773434218399266983493743890028673","18664638922073807357357497109211394962628644462716749667341001642832458785284","1"],["16455339766968923906007665312643297211142072701709651901217779565963282121127","13931125629692925796520680334976229171285365310625320675106114463024331727244","1"],["13145257879370903637544236214352398801174180083372005913134914592150167374650","13864432753999385076498180007209645175991629248567021750203204796048864796","1"],["10945930269490708794811141451823443162692748555412076636516157637740841834543","10093769970666129033076852893280168347871018161535037567979244690089944621197","1"],["318514531846123526681352334605540412913733317388869442333063843754061400031","19957194392338150070923729034918134412034163355014872792837725391248805562102","1"],["11198523528724720003279804841405558121233242246583457403066088660372829898040","5336346630729148365273445942960915149642979917691842975384637250052918501638","1"],["8416170174645708340082788769182432998631753991048563835643530732524880615946","21372483783756469092432997402430427319471432270059045735708623520993403541804","1"],["17866915289011581554368997816092762125672218853901233918183982152994504413855","18047026507287689461573911934185125755785742767242377932061103966344705964872","1"],["1256529872721225151568218762447053546501916439457966598167730442354208783187","7847318449401998650410860081545986343139474000437221504666010999029595259346","1"],["11544082852944299621917717216061206182212583310881403678864894340720672103107","5901043222274676642426363429150441361903662322644058361211124846414827624959","1"],["2194439430153317631560289406138170166608474819487536563136695135321688574048","19016158096397845075946839911325782581712502746252188696972774723635450730683","1"],["20887471285024851895064666543311734757212918596869673908867634556097018509069","16625898814617019401382973826208954876458531974311840070236044531578368220385","1"],["3342434412413322407852599645675023092172494154979121804355823754335463989251","5618938502610065529345388737091750468702769714937813459411344610879568561328","1"],["21274829059081062614167737273205061534599380684917403890483440658543446619379","11393472362349719944305350296040614228567502630942326473050173295327302537589","1"],["6301865872316779924628110627585580802912766913834603754348188156556706079366","976143614840645310360136976990731198999600319160966995954191959215771443119","1"],["15684457231746500908764366819181653901964978223144110400757640837562482927303","7904822095327094107553512910995114414218683941349793822322895127525626216595","1"],["20581134718864465741069991852292282224022478946144550863454801249116889657491","12260103803471584902659350781264918285616117039951292810921221743129127316484","1"],["9454516553378396652560618934724602734064842939244181257287812097095814123669","10563266315491809556815288987600571213167358916772085022731863947793559672599","1"],["5016906853470473499111948106302147724916241512906766586689139277137454243849","10898656923700622577467845129016188253130376027103714679798060981484742686186","1"],["4972578450992450879385496165993342174467415077999576400339179099347083549389","9866743870698765623217520545477709461798398830026521856397658051295926655067","1"],["10293497972657437529930944810386236958647314946937036798856333131223679212356","20324391802020883848863190282524777341812019317386870472080606359056426510110","1"],["12400654755993339939464732724136724009804989642686151896133196215332090095897","14684248959106813423602107270329395127082891178019076229127448442876692583511","1"],["20856379476901663816234687460134775401823180158932917625028226429329056398999","13009831981992447775109965277032335375170985121417998734706778822098479716030","1"],["21266969765242989788081441556190709372678431848499260614743579401510821943444","21566425149324849218879030807969185128439416169243804954331925486543024735905","1"],["21183176606897375842496643772362977021713600159164527543745956534802012085995","6945223252455208158229055313827878768123105933165155291729480681767118776171","1"],["18491704115737632250362027831506979694887867044062145386123261722461980746264","8970889241228210465883795286805506032020443853462509044171698038380136090331","1"],["6015282061124428023763023615118686935835587390126836145243422431018546215706","5152036405769656394310026676729008497247988910589489440449270659698932187200","1"],["17895250211506466686514000875313501489915216459818897544486067995438713027752","6865765624464428402662667954347822497197077040189543069823737662767619312988","1"],["12524119654657251810019971890605698563844264948409772309906179934750960339813","4979207413200981029509232454261215332882727948161070358341057578524764806466","1"],["12843842157932407492721298484243094413036459734776951423400103008065715293176","13081010274532809481682586822215547849858158179025840314451926825912860961195","1"],["17733426398567150347993674877219571501221809860514866346510664344294225426037","21863994323521565397286754233735180935845374450280500622716014462772754409765","1"],["14199785964595246095634913939261396045897267165744631329371387425243609782351","18513486736373902991186347035679624877411175025219345646261852199881475641250","1"],["14865479432677927114371524619391186159076936801389639572684439365348595950241","3948864602947237294410827712431808483579068304668512912159011213595790708124","1"],["4576052522747150501665227070648252785703648923401447044674067273686861535741","3490013620845593215049091615087082623341967791814173272737958349533539458014","1"],["10991938413349626495769471220412928851696099975414275888417063998668647337632","4437039870296504884734053243970787793038783526341578814174229147962366826003","1"],["16301571970601978268939838531757041581634772166084820976804051754691733325933","15979834048379063620487497935192970105875861544677529327331212416041622646030","1"],["7085639178977370557700367773451318438816207440903829374978937284229720244097","15180596332387872075006374205580502355056470099065173679819060520848141041647","1"],["12170345640030345364636499718184583593342300386038043593697913715807643423249","17868176363339531483730725955398957211548139683570412145309570837474593357214","1"],["16264618511642442115337639989635482591911531645149851059971184912135955545823","435106519760163770279923580944228772653147844310674155794184507092595740567","1"],["16542122209225041238370494903830404283078765032579086603801531627038761122930","7961257620304186837818608441745530089124493537454734030240774862246897066732","1"],["5007130148694386960164783216943212725555667237542717291020221050153733857602","10680636743017584094524810402750376099384172230566499404126288581226862796097","1"],["205698460680836963011663959008592725870956130935251846188310316208671297420","16285655421279189057137027551639766529030930542293429407823556020442605798761","1"],["3186164472568867181216038476104315010737490301952927986830297402042660137523","15487846146787172705644204505613476928223264081062551061235226059808065577506","1"],["11515014564455053497532972350480321983126237477742815075385724136834709283840","1485075276531346403151268271317643130310269322941321089462831888408465938621","1"],["12821394872608855506564393514359355634935250082318291821585196880558504883159","5562226738856637424136348229525222312887136900718753484445185489296165862838","1"],["16490806083198660826988426754098050826632140961567472385276324506736124483340","20180071116086681067802672132276389821205491217815877959337458844417434199595","1"],["19023781683319881322662937534455999170301226059052330047977737134891249403767","19120768951093583893461027366909657534690663081286733884730423473468858409169","1"],["20294489244838705393089870267719635106611875224794680143430936844396334406278","536705158512700918968280249707640673914068152291869600371575323006862908045","1"],["10488463684000494084751079262447526798420595008700147304293883374444420060540","3479051146509702090536898577089462454798558126377328501569232135400916029786","1"],["15869312675210237217676629777362169534400107091697282922020184388973444552794","1105893360783356042641913233146738616343342107507507890740635293959051666178","1"],["21791535511916618759612733456811345252477582467392250833701997503969605667892","13375142499968618595243117406136116740157980780614295084640839184973459510167","1"],["21081808370690126661124728087602031990724084606007865169361436270704767759975","16340561114762407330489604352616279756122149242742236906697969814152362286278","1"],["6765771797670820443921053110443994999932053913474361706365516400830289904153","6168318593277239850018438147573169168829759960213172881346652234781602758441","1"],["3067547422434388730462433444857960462503445230990337990477919326549417889350","135519921146488052467119285753213995627452177590673476151555530503673928868","1"],["5683696135794393776497043031902204749439362882817099932276978226855884689220","21507214591779984059885266986657389270465937719658295606175456692973368054477","1"],["16758516734183140945046230371489976345871626075383555076016895292286118814649","772454970665764226441213841501361088903944222645196744523083162785732987284","1"],["20269787752071487399795503871778451647347332975856542153529780715559501998728","5700590774966161420892913587958385256030067175325376849820105384517385384401","1"],["8097219171080473818881015709684629967449838782491367450922550931486448915161","4742577324353506898514893296526673788632791019991955975412417446689654215044","1"],["12097764377058198364714890251973520465070771860483751576730199346184779268789","21133490586698488371064702250273301250650947967945672008169955345065219336854","1"],["10641063312082562924760844330307991572014911958868863807158882692279781562221","5345383473711873139820840162405318660301550678365099458643483861585745204039","1"],["15169106395214050601448475663741006520135049816721394470931832144074548802628","9369397913982628023685565740542441793392564127040861353302497829055405419090","1"],["10389569962366952043251319086653682840190619461829308636051190896848188294443","17505320119084688006828963234511519260119649949769021079311346573988672450465","1"],["1497513385994412679260006662321430716661684508033874471656492003966450002479","1044714620812514819786547187020304854612519403449805753801935471510404937676","1"],["5188309711281771429956641325096435133807217901183655454916715277249394299066","17379435285280169347343995449355391859216719486832169705421671850625294203125","1"],["2264426635132557570564322509288013871500552716848082459179075114588176994947","6003831046944524897039037887098000159636652474876813675598407757484334728547","1"],["13287678835450359395732795218410748637319177112481762220683289453676442516732","14087967144830267165725142309201523560222512842713113007507918675753613520974","1"],["12862737762290541494525702757065118716028814054709494590329040546504987097925","11281521134329562909698431980642181115531166363783112195860855530270075882264","1"],["6160887096981750530371258003564945840498333912059037332690114160653946865810","10787414653415063235581494319002890557839675670817320657934276641603790396366","1"],["15004740805310237557177935253755170628882644905150635831048392186611107668643","15358087530596697770875276404049393046248034318655465970482639478986208740581","1"],["893985671310963416455886568960453875848940737968312754556233675846945821045","5847398681901706009300032183116752509776166708513503283299526176053458342582","1"],["12697253484083849525841858122726146284699548319680446559858544247531744427551","9489013156261967675554691294055847917783413673575147906533338780215466469874","1"],["7961913212398647169434817578931542724164083471633106937154283081316272854360","15899802646992890515931964674941266323796297313820789227858850139541925915748","1"],["725713172537559632256879679532282523249749244376785555121333044866616265649","17786794687294500452638787883682338368627822024080962435489262224111365513947","1"],["11963962958392046553302705133048377569240776343861953335030954176464815125952","17100999400911153765383097328094532520465231431863644463460682897915576114616","1"],["6090808510148041377636170798269261826204662555211154220127651953040784036900","20476502653898874261667426371838856280993432158109041873590999607309495688150","1"],["5185563334217497922808480331558274134312583229286356283081750879394588715210","17585938791382114298234189815015192843141393094485928028595314409630340019015","1"],["13907474716484160286733473756484101744021362803200761975653980284229517043947","7983294738553443315461189123651330031773792962025025543709460694308815688693","1"],["12687944056707179835754442509026740459206462050585405790230532505478162417406","20006652064696222803483497620794996884244649413665287394975181337009684197066","1"],["2706070304158374470136611879426069012414229021890047989459188217376887424614","21106703828983212957505681242200616062982508537908634880776099621968913414970","1"],["3874004544528473191745106862043586328059374626827671519631649722783424143425","16807792660917930241489231917259771423368235720431058216828646144519637821754","1"],["8550361216858148962188728496282198324458457737201752003422392122759423399880","660260809001158125268349099688212293729100465028725050002230118941525433424","1"],["21228861100507584179323551611594447442147085399509539600878959858965215409588","20046388189557867182431324707248499194712680196315862550052887966648818618250","1"],["5555896913383300400802984754614797354328337331902875548510822548381314275251","5152653371267885334906694515319697161754372189997298415205892311011225223345","1"],["7993163516840140610583467282749205192931446125467471623062800313691982638576","411818076583512558636012450061902265669922394991645830493016068501746109359","1"],["8524023350070761271262574583824880441794021276540140649142780005477818886721","12796227075264557513150274483676484927287168656890728482658171784837288745693","1"],["14640375505101328448007556905928187547971429391852692867816148155998090535010","4853967940389722410874575327514571402842762367429092828157804791695635885942","1"],["737759930220258273615032885398694473742463249788003393312327196170741117642","9681923751878447540352300754701554482196017912645648554703509882037167713573","1"],["8361839469847229230905589797095590584592670532983778475445486689840111842612","3658850358540807482852720045470937711194902489629324804199705615416542162766","1"],["13377258219617102710623680370886172380251424154211607415950427483347853437675","16034738858893765540219464366138104709820859403429836764299311034218197529666","1"],["8719249436260887995477191270093613639396979005367808320165873299586961608356","10136238380407000277474154174167717527512289973226812808271939877662908365234","1"],["423637208740861668328204178915230556787547295928371287310090777079664281497","3811007270592398073813251812685500319071400436855627084627098394053718621713","1"],["18572394858592861529768433302736846597221547659407925136053979386075456272750","3936433442035605203772079765932746316873943278545454391834545821537255930572","1"],["15974932723567646163555784256452995628476532313082075086559405506884411091480","8406631334321816125015382219439606867955921863430416998781113425151223582973","1"],["4769990831905073586313372190558748182554225268030313374387942780025113842606","13214188155283241604684684782048102388074036441254082230033285375792338001576","1"],["17770465076175107313653535464807120346897929275130075789789550879760938640014","5990023810776104760214807487199501203299681649079162052239975746751544569593","1"],["19548225022460926606060608979243037102690406376163024198996304395794834868883","16643607214266151783527585757419853147791637005139352127759970461438560703474","1"],["759549487940162576786718416943762555924585906124243746945293733501288336488","20327125605459583760580442882831129464448971112817842455867733350126937391560","1"],["10382986986708329708817925392778571529349887760684405568666606860350667331619","19741890455864640811966144741986305472077471164269889255842186459304155369982","1"],["9336855347849373589924847379072518338332084830843727427092853628702049969683","10370300358619268081859971291605879799427605615343418856717472253117806192634","1"],["13189253484842343856584018990624866358609862289960106378822573810808270922750","6804515881947318675560403442258823830678495914086560689575942455773812395425","1"],["2067426939649407541059104289709317060864775308363154540156197401758490077825","3520954856243004733206377390344727013562774738876915600153564771336333841635","1"],["17004071376648712843775171908395855515646418349382092828178328867646237787644","15659330315548347105150380676879532235435919049905314286582394470077959698060","1"],["17722679963023454175853833459717333161606460507756764745713625278193336669157","19054596933176706722352732050349702309603000525566940505794537761159853427974","1"],["4206826783274347509353155346286197733272873287967641144485552337647161877477","13508369487298934630411985383063344389874989753592170872265254491519243374675","1"],["9689213299584881556081675819355721262761550734436617283790184268060932521709","20569663864654806902095489529322972982313189089227147499959502981621410423534","1"],["6383503191617148025557194521522089779273819736987632084396041050083529042930","1978930492174898685973702106546020457472014033209764872247706043665704133229","1"],["3373160463214737999937271496767052426350082819135264003590382595458802828040","4029438953997413319206571261390403893161843598134465099443802360067177832084","1"],["8152055420511249176509020480789696408933729549416257555505574778899652618144","14172116597827315265765828162054146739455279327742614352770689761713999660292","1"],["3174688122657811927163010738267035285034548252701728994211270402663354205937","15890847311007288018116958158781587213017104445961399854304725795932902329567","1"],["15099544673293522978989579192146260553836412909959098564743098582385825851560","18640702614632435287898554070144019590081832455757949722559470529245272175515","1"],["18615066837172336186674876696214410335009323351001453206341072813111801232617","17173274186625696467878764629246455103479216666037927999937155032951217630367","1"],["7385512355910801075577585164918052013446628152711634898479592035548533035588","12162062536989387356522254095619525412380570990804154284242552467178779279914","1"],["6926908861307576337379258403325760919299033260385339319044016617684103628528","7843192819333121792395891093149722062258233139994189166463041476455179531394","1"],["17890226200450776635147632529213926990300477220851836525392897503355510345998","3494568820026913669575443274819393602920464796336814769178881504990528899703","1"],["16234971396433788998481676305854685809144697198191459967162237734283449062805","21007579748171388543318289071840325349691343972432206294787692823859359513269","1"],["13407516167712135060526570127950735767325569640980108392441775409307972827723","21641236919872814533284961976353240536523621247301949732278983524711905540802","1"],["3142976821975364892625485599271303556860062205628273388337189705582232755294","10113179529209176951052466066743297681530265776220397361670611297267869461713","1"],["16528999450338327502902734028149041690658933618779946933545086566321820196042","4666894610864251468709806162904783807857392729756008439403353605748331880523","1"],["1344696485300520581824515223927167447806298607702360468070461924459471909059","12317365581839381906767963052395333813149332039328728302191483212220185454088","1"],["8869338880080663482828508538567876977982333123941616255136297618516970899756","11938088140662866632898617479205724538018562430759602328850910657147543631348","1"],["5709092896533436120537867940097912868232042953359103223581940728688957515615","12400937785557065000273308189742295034568025853879561695837413501686952477954","1"],["15106124066463193699812147753267645200758430890403105764860955610080232744301","7743047587286668998275197902116949781282554334015935872441448095048623248692","1"],["8085123479113072016124094851350412169462991288128472020972506723192071769498","16524301948738995220454080418192838807769293660331108599081741478762515508366","1"],["5481339834150258034764771018018792013231154209404352455151687987708066002413","13694924345466181427263125786751217938419906492574040831213105418468080506044","1"],["20398370587488184307965854044041716781153383531259701542532488632427168472823","18533846544917563137569690911558066324287600311312945845251453064245158773720","1"],["5943710371808092844906360006547830243083593590509108595891807439483832162515","12219608225582008605157191232985533967567432047232874894578178776358021430786","1"],["15828353297841448090461897271059297362962122104368992767125651760679427241168","10343684051205639207977206913309001832138308710220389037234615315221297461877","1"],["5603820753070891595438541340546519749966767100674174766347282499413818259774","19196642813414520612541987112110544526653985873465191257159090288083522661815","1"],["13099433398182069867652311865659734023961199593821564761932569982340386031457","12781509952313892552986459983730551249950326312256324511771201575382478067455","1"],["5014760813407047012883109707963320780340359446792175439561418964656509784890","6129219977313191450883853213860626732818336367574224195088761441194523239856","1"],["20674611508047768693090473902388236246755998777984125763671977907602177597522","15184597225353087932525241381305570780169558403546492655656130313653191737309","1"],["10376588761211912030513112906243991765200876396554033105038553587224236382889","4049726181571105890330104794782042303507242181174722655225770522519413555282","1"],["12145641030308272078331955547044526749709309855389691296917374117447720481859","430561479572511974077892166831453430710149595486310407267680502300796564146","1"],["19790490352632517718670588101059390972539002817095414945184726899627734358394","18701608311884784862364753143571441417815625622506299228796395787100919573668","1"],["14592039134260259434180529291171262904143563781830343070187961628848529439094","4168543586692482665284298765760862396596012860404873337417974371197003728337","1"],["3093178875118770766458781683415034087422638893671031731808483422252358231402","1397912313499854993823813057201398186990542129605950797598492350199661370540","1"],["15337198794559227578724746812633161332054818886431873285533288607726001013429","11221409304394074035831350771970666254002628337205672352959631016403517690991","1"],["18251255843758946592320390931943095126257207847095672957935825783493885014378","2606272944293349398958966121607096307067309432608484955990248928248082258064","1"],["5173047880083259328577919298887432695541578859354049338972866391980028686870","8202199683631703865550565462508556573124395916624989645031801830262308252596","1"],["7658761023987714044931256948777066843975853504992990162639933302010468738142","15605706537830045335040046696931056657942482061972467644323703041865048470322","1"],["12289068457825192743889574223310309028991411028881744025806441562551757936255","3751107559897773597197729359454334323709486558531282943083573233112702771984","1"],["3610411873585691589469730753517420380074320320191429996969791549291515815406","9529872426928146727548247534238957461425280491699805300954906693306400225768","1"],["11627496319258951660821584580621288065625271905535342292330713879951403912006","4782269861511935382585715459551814843973992291989001022594080398039893545743","1"],["16201102482050507538333359648420206337023867607704338839037857614481167236830","6882431042374181195242965812145480581205740308185167095524022919178158956656","1"],["14208816527844238130034605536840115745456025586062878425498538136365176285972","8208086592900793023206912972935516330625718797875679377512439903013071497998","1"],["20828127955107584224242571327556407741862437819513527431886409052954793027208","19619884430534227941044618350692711162511687476117425052102925154618762538547","1"],["9866878981505887078988658097923745624689365459875293249929992963085363584295","20887847307639627018633516169762646093980154819016984086469041475150045950050","1"],["16884416252652039830421445108889254631222238286654389602746857875617036065510","16536958938871725264196283875354889709061236512060766597170452337842101651529","1"],["19176978532967483788962906731212653140801427634029626335659245526223114923062","12725310143445241558036771095792921070151152243786099623790392561714942740913","1"],["19144969286423865406163393560656080230014442419491743383946617907753517369303","10165427479230502777206927834498235824545586719142534770787752684556556895348","1"],["2555491362496850889319250897279095982613190634148288777674149262788462936885","16959774629791186952733584686718033779493068414866910054328796957364762178504","1"],["6434540051279171015032118756201566150280197883778241536150834749501806472318","11016936473678815294218934801045188875514932007878274513978942002832306696839","1"],["3275828277080542898044315199473392231707159143480755887953641554608419121149","12853973754240238378842040622728968606478615319563587194997601938063906766624","1"],["9945524213410607277106065016627641641618994068700020713916656971294471511912","4939992554288222058276820420664804825476694374885837081641732509284820733514","1"],["8737232813464372823550973354982153094153735860647115775627886496318779209276","6816894697916495448876362407730347193372008725810345081833706926546120357273","1"],["15173615771703091441948825746321431943688429047108549004970520373789878931096","5295604644505899526880823158066768795824683671868126516477046034012925661595","1"],["4606214167186872531505090968299561715186636224933501073982735119308956218542","14568470858798161177396539364250362305652759089024700926123522564670991378807","1"],["4232097248284148673894361379791929241598789131200760789962739447013625667529","516762154761754550911528707126993460624976160989235179054550007289471667392","1"],["19192824376580521288048435208175258951019056613438108938784312462261692409509","21121289867442241454141152092310151826035775018364553870560033272565813835354","1"],["14499966298419998981582211897571568543106989764455546449553023711840490181097","4529609721426951475262160772503510007042531451180402324605848396773311667257","1"],["6470969583836819952012084804639340698958688260298614671291743769547173814786","6225231886388328052414084951790083015979845270990097388513750769363019995914","1"],["8993479000604100620386100519363854718917176662101307736489661491406759008223","8105513988234080845053709090070542458392402063208299318524268716395870154872","1"],["4685314871662459362098953612331834150359096492753015913679112723205671064948","10754017504350211310513560552295771615869186984717589968689534945295165027476","1"],["8305640720581841497654107456340311892253465376374040043793418114595626162374","20894266862851084684094400598471425035444747746562448461902908242630840141802","1"],["16864750853231153495610736943802500855507543254009633467330604575092848157430","2150324132651392031746049770591579382494144491011736451982296400729563038197","1"],["10991275892089142009507769171513432072584922114757005311873471011359309489243","8817126322251201984118200781031077140972024890096458408969720392759393260109","1"],["9744616586974129137026045872067046363130156885786361990294922049245360805447","12444504256434162104064524764716247709224239959414382728866418062609408711251","1"],["10719785995897509415238429251964992946914197432476998252617735665684621103896","8608953392903143858621257999207549191666041359985577830610665030512016582764","1"],["8385382916352201663590183067785436585974440975248500415376193445988554594196","21267969340868891820530392753019969641980954524702800950415942058004753171798","1"],["13734643458910433092638643313962602687442450452983066127710240353041028600114","14827394228929666303807052743345341093883672205784228161840638492900182247580","1"],["15324462616760422012912249690381460147604675887840759768795038601911605858035","11733640533754184730728320990303818279270308395366497046345552040554650507123","1"],["11071387756723777618759303779490906678042304239348388328371426367446778422281","10273972944421176240506005296171126393054720883595389616777094815135831082324","1"],["16834741379718558783829185969795902496044479960291235070806149541547713508802","10170939643980933495731842338525462936964476191495574166078944234668737714419","1"],["1410447778975327700159664221112108417081825229089964099135837289530854671117","6154713454729358899305837613523804946578439092040023768300098697946817109815","1"],["8507127392018296513039019039387595893975131460278599874713486385725988502578","17920599294755798148728687637732693974997437823976615217699446725215423828221","1"],["8662019157144841147623689310913195331028205984993745499205182813281442755028","9066433955794811000893550695575222854605893833956113045105916940002410105594","1"],["10659204766890810553083627880420798984834003020910935418527543986423428957865","11123687425876398097497101057831224031578661671546186513963827347577819679028","1"],["21631445369642167209897505573987936770732170767525334981862168032130337469164","3276473470983335259227089882852999763853198648132101024752335460260985853669","1"],["2610349552938137021712099718603457441237642361908970054749615174055307207876","20144011879930262464968461290961798984838678793952236585012049989897325388479","1"],["17968903634657500344259384634456384236324828122947173815739309687036511200011","11437084565712226454029232419893496712790600615846805158133682180991339004469","1"],["3564098245625423834370480371542163451181069513386564791049395744193668873977","11767500730048772030942628315843924337545836923202046993603641141160933970346","1"],["21171945847738442611731883252967813784485111548889253215978479107418488255669","19479923713360569335861567909744668672029681853774929402691873210865834796073","1"],["1325754964469785617945030413003544064619304117418660394494447337631372525790","5166324820726052778877408936695940966060227980396016524701088695510331875610","1"],["4841512681627096956069412972798269346248346404356706598349291809707880253102","17975322396887595991108796733886470246863691172111227519867230149188922966752","1"],["14068165470926181084591199813039733255115436594079219798151529988989832758924","17553088328637514557307255722102342356699789831688264146001390009258035941832","1"],["21704862030243855843564501273236793093220466375203276211494839759933610170906","4451061282412184465381694112987657507121269348474772829461078140856074563128","1"],["14023951539972019917386117418597931009328857294994330940945084074453119062148","12359699632624879147324287554285138563257268861809818560564236834259990134088","1"],["6756136583066757699087016193891892527959735563916790578790711904289334329006","5951585108836193372095462743332539192536404691982063965438433783359379863096","1"],["13018398212658171249827220961799613177257224976218751145618336334313416395896","7896957650090280923517415701814993466868310418024350361051275782242036264618","1"],["7500055930577660297873848297691436143016549517233617302264068414440026823347","3995586870583763472812980141878479547805672075071419625048432227137457955093","1"],["21417787004668669941347995042445259463287937173795940819505883694410995131587","5032812099334465362358677926832704237719797695134368257132938107440493745767","1"],["21781625313298686231987011830863705299466609234918833305523824831241505150039","1347737589542570666146425748839009940420809034239567095647105718505692086631","1"],["19216216491000147731243710701261339547075584154906769014490070152997044098450","4776550696265082129535079127553049931257610667459140331992144448755572381773","1"],["18849141192724400006185213467180480484404929523489078524039429609559553489599","424557823749507717331609730142991463490736595365468953649438395932257127831","1"],["4137047358739927049485965697747780514287179410141420634066849176955382726585","12633916733325779580054095921325751269154946487926871135283665628692822761986","1"],["5436229993689671166328314712124142905149476072962944757488531261347330892509","4600738154320121001360909587879756178315199959184906583585840650837299686337","1"],["6114740349784982699977498373800310303796497276638155293799766789072437938568","12118645430592009380431413576212900527423201255002728264620682758278998087266","1"],["2500922546939479207721969668229931875325572784778537948899704891057636892962","3793668892869196139417057449021812728409357563803242630385307549836034683807","1"],["15600584007261167465779314837391810980521016577092360295444686317246708720821","14991826709080332530164820117745784573414340068154170353640271890419964721444","1"],["3459682394244723792097772775093123707858673033746475417110399124655594644517","21863352649952820801746467340413921579732285653686569791656642413835086166488","1"],["15997276108021292226973555965723257954676152801912825153477256974316304257963","21466781375801489128121183162125826416530102716059191529987726833366582477943","1"],["20875020922333409651161842798224670767314618297833145945081323127880588549932","16230917834615515526905636438156276857645167427736426620571584995134994703511","1"],["15576975599290788022841714371495153977651569061342128104784657619431056891175","14571038128239222743749075693051703488719316141778849863298066803242690191706","1"],["16432408364765759165769671682938499062423496022432698983411795770488810506304","21194730963256626202468357389118538013459459672718627647699454506774654218162","1"],["9455271671476082610952493518293102091612852794097400977644501253078877801341","7408940351276241353584883592317089080885173010019265748289069987103172839817","1"],["20195907293499785749720376783075023548528962768632080333836929858850479710566","4473498882216860349530708701826183030977663156607608537621335836736915128563","1"],["17324696964265007400523720845799393972232001797536861318151954120114480744191","3078618953387933982792108130602074939055391145920315972627559258191336736610","1"],["8900530060756304947063456266216574727567406398845724796447467608491142947849","9842667145828103426186778764530458216843990532728000688964517568312117250189","1"],["12019279689426002473626333996253241992083266201460238315706917420853839692209","1470443712934748073692836718015418693112315101502995380434873955798474585149","1"],["12369691269320851226889620592892263649768276622809360233782802839940255865884","8667110048888565775949000086076629053666752751132490264813405403457331510256","1"],["4634392547810628261451895945866363841530481789726365992199135179728033698139","8418993571631991867516080439825741285237307846000429710662986445076554486476","1"],["4336964316991290458699483267563189175090885713051156793904323889422024748359","18087411219016332681595100337508560945385558740506419975738441432778151871269","1"],["10759361497916124226698596010426472126627700167492948594700432900264975970922","4815541706834418017198403431377315085046892706774206408382712527210072277832","1"],["4940271702656017976165307199706948270086149105900147214105376355199098317575","16348485337598826335651352461553684423095119351857814522151741054407596483966","1"],["9506120165531270781229059036404221064535434790507563514205511759784190486388","7640158237203217045256149841932309247640798750863580337820702560115295926359","1"],["19290338961664395577184261146849289665517234898254451476344807618315825577268","581448735245153769387245655452012087254785898230281249974836683997236056488","1"],["21694677396902801116558572924652461907312638146177486301880285676277275699588","2035712243850852638799524733101008737536720245998150062335017100196547161264","1"],["6859297558612264819149479201843871820430991054222298145295268669554932073863","5496842323111374833130590563273638868297434719640343661519319929273736228689","1"],["696473712206007785333846543768993915721565328176273606541770284964189485007","16213592073535271197846060118549326878571358178108544739594661634310716857830","1"],["14504541966769457870346530214976231256727630165529783044906740147111223440019","14166060098077097130182593321800076283961078313708053574506885085385364057574","1"],["13098903047850597223551217857676581542170923535249541789386589338106998821681","14797671398320771556402271955042053767112146402581713386015087406457948736894","1"],["21462963468328562778150036722142382228328202742490643817296360714578176816732","1506125709518269942807001348821423883754694270308576030400062159657767332546","1"],["11117541818802995843334838026653415669312282090491318073085543575191170630767","6464405341347826613239761274193596838914631194646043408162365095946068788170","1"],["18144011255699314070796350781589957455280817572944366317699196681096691098690","15564676162866742067933565562772881191603413355601009777033673921938396615055","1"],["19552103510331331677032779202217117769503269099371494307505291452032769443703","9280657093906641878331615622970518544198195275239681620314900144221312693304","1"],["17635409690759446967980329861490382743435755356667106852514347519986097598367","1792261268458420611386406910825631894881371082152216937658067404328357143369","1"],["10113977161385011916494208266979398451015535346478297726021183255979007726506","13961965734199105128503872376907132926898256073953041761706554063013801817168","1"],["13661190771466212249290342253897565155878302139890443051441755328300577177797","12731149087358212916543039305522140096553512571864873128596910444668068268090","1"],["2445714264472975086588485208922949039309349984172808544792326731791697321615","19593792921376415164760444612236608338453651345297217439408297103643774289854","1"],["6241707002709949280665361350052516498976680835553958006680124908131897133876","7927750418157259791080871797399504820533743745338811104354290239621268128470","1"],["9791109508969933344250333088633948237421706895222864026584512044902262636667","2425002160141345370375888396488716911144781005065105541654813399807811714136","1"],["6502649671818557109005332846063369775962974156085148704738945269892924038216","21091072853841447941561251661023402756290040535067179081613050138924611405013","1"],["1719225046631178092781033892901731766112308951163920734672182326645258093235","17090223408831223551357955124879527624511455670732998530718470353450455072534","1"],["12478600386215476148843385324769559851503303422005315426135919303100587549617","7085562327248208660999397526381018049323889912635056428462461070630574543893","1"],["20998043635139134386693389790563173602230126397039222644792361798010920168597","20890496810176728168656202392568631822285394032470006660728228332483350009604","1"],["2524154353246389198121030953460897625049204596279533214439333473261713871943","21369014754779110948032863263321353125495129612663115372341435998367162335679","1"],["18105014284922685534027499170680031647154951588809279526284492882187525668240","19352042888946466268528547721629526622706439019834180256709888852801549580188","1"],["9879037839279656393977968047842504340495526595712622053346724064982553871641","14528679129516537473090549347973248615606432884814045857145050224166850244291","1"],["9436912226969789544653571212569193181501616743352636180329983225481391884653","12372888811328298486555710608381054073786702121138360233175428043029777097593","1"],["4235573848042856221315041372069072878430782027425062172606614248899991271180","5983043139506389878909006103425050187397392335139262866663142430581714320136","1"],["9270994009895973370624941113842521151611205911149553319273076323724694546499","17110785711199885816610703026727622179883701030977034247909271741727357128010","1"],["18634313775089200328689564908499177270864913036424739566826020315370794341662","10932196783926059310810959976576406785495207564373081947716423521827070690375","1"],["14425181860401702372690356933411604115742714413141239075148455831210227438663","16367429492283821872569226125300717586088491848020083978852120222418946321355","1"],["7236030783151689892954321909602228677547911451271782185613254745325516429430","17373241180830471347203443988161826486652213143713557909671363607397229681626","1"],["5674426767918841920291142296298268039978853551131607817199920196543231349069","4300135113398490552495344627373612209706873331062312589073768675199803930488","1"],["4999195687108338953537053482890483074379064865736266163577667939729533656412","18247928412095912032237383042454769251481484196499941255546930218467963574280","1"],["5725452376696031960068485005800702107052000310080148293966096471600575812276","2771224864578261816612931441127124747621066574175705439436310639818233748306","1"],["14690921551849328376727823641451976547978458562169533134434603253862010015961","19608703853895858786919373648566191333073687308165144023872652515251235429440","1"],["9517113020493621081443754327095269109148241544613038881073457685396798119329","16593149108811977411363694567308173352281708778613716393241889761545261718676","1"],["14196833686071471129956406659637987344795545724243185805945137733509643079449","11798416151714131993080713946434968649925708164772429829551952431112192085951","1"],["12613801840528470423353334926642071537071375097114331263510114642861056026614","19230254725311299040490634433976041483720453159683942892319902663011854829271","1"],["8468882036581627462269893670907218018749734370028612591457317902482728094250","19295491123898762454939005122457068516495695184775333715576481534790703978947","1"],["9028229591395654974190804375593699553734494761951665306239662718546744684802","19700485501709018691559681841243996776465269625086973664066422093405146738946","1"],["17151724418787729936922330082308116259319431146222340877553545645647760984630","18892782025400579260917959488341666557522242946607067916593761702854688139170","1"],["9936388126675569319487469860979405096718384381564820325594716202765024382214","2063661037866044047847242176860771189089138445769772676332413467814529317452","1"],["9901643030329792456078381009022456837383639611350090443460066056920020829137","21376177850332229949327691908028925651598206927233005601985682222357964128122","1"],["21707860913585785616052585189688473942579452588491205754494335779873082597876","8551839732389354424639310103285435593333938402185095174568968005034746964445","1"],["3870770488741735515301469727302529956405281392978964913714463608390823678919","21527344213119231751568774198775739259443427685712051507035814674392349731200","1"],["10580823612449553227196490301213197530152749970465745570362179222992244080540","20399370114377447066669001373111605549405716043905568975959475149369969642880","1"],["6519683799034033762230023488823735313306362718969463089375247304741628826407","5680352889641032353594498264500316510431982739222976305461781652935520918982","1"],["21842391284551833089265238426041713193974958055942563090488754132589360850413","11122446812877362646091173509665014374854394499681704928760905504536543768883","1"],["13681951575148768003210213472984430418280183778461152858630530648689329453280","16220438093299885794951010556196127662745350780157444044667431712243126881427","1"],["5247614550350040269806366236013864961103767047831319137497635714345420114178","10799706236017519845719807057377312718881164597833606293955663774145499852278","1"],["6462198457510274373525844191895996132674364827697556633756478481523971050510","18102914883070340352618906061052535562544108060958168976440722157860014058223","1"],["7684026573754319000653192080888145872617388383297612953409989336669995845926","12259756828068456185977620091913240104873003692265529233578920476358432080037","1"],["13550955334924565766639953064614244235337929810170612007826574639621559911088","4354353706278270684607739812237135275068858464317497445607615986111069078410","1"],["15973831750002687997349884074039797961528843241876949371214021775581973239860","19141892126281743830209438592322994244921545732826447733993125183457643844589","1"],["20227179716327516707777014057676395886491220064278946830239975149012979370124","16546284409530302990651704769142505152490996630654752256360010226500876244090","1"],["11265298204044668444292221805182101088605945372434571386897728411713675590485","1919272397063215884881156136527553195900484273354140119209118317199255512358","1"],["3820468712141371299686326145457622355198965258428048836439880320632280016773","9983188694751508709628977581467389622697601402927113469665138739971922503946","1"],["1994743340000396426034308853945966703028726907055018436980793712927646810730","5997012860266133916189245458801860622498245722202090166062864765801060345831","1"],["16910832107206965751428255457175022973478792642958367417238411108318684068922","21790691892073958238256241317136398912329170087177370977697464324811896867566","1"],["20000734202733090688143227370113505631815191943612372882238673663695088676010","14120401833273475563718588272308577009396966035173368131743457050805661521251","1"],["19029575048862749885376070874076732679584247376407347718301423758084973110138","1977204151626462001803498687742962342425945946314045414898830978422075878641","1"],["2915560464693799282164223860504365390780499429463244815811921775535177098634","15566037290709505370227671160991636865828220803076896245751790668386459040039","1"],["14607099735196141699037930061971396175834438089838480288255265914544512791834","4426760438591654476538806239395219073501635309272596589655458046986431703591","1"],["3405902654754050398036924841131419214841329411381349069831567090011961716786","20474713108646310280102546503935268652327969064024152783646509217799075615494","1"],["2316659093083536467800170478966470105272992496203187817584762428489263330275","5386829273817924017512316532330485266277500085300994900806457508279249497778","1"],["9964064094558997347683152486100465980163997371172082717970735952732574440232","16045577218582633468538563780221571442458297208485837823332933818120645438853","1"],["7380196640206471564315814566601044894589127717135280037413923974792665638670","13904302544607369992201137602499036344252583404933063021003163981165656850450","1"],["3294740018383661350201113233906101543716756658138707925864465906782161923732","17891608325802643506075954434909207693532441865607756602777910153808972355140","1"],["354707880077657116533437370134109653503452784493919936045650579681451065112","8993348449378872438588944351841740209791540332811559818193439487647880720298","1"],["10169035160823907344259600424725923698714349679517408547748966676229667203682","5378883090379104109487959546901490408063957976167182771355226992643071506983","1"],["17222032818038570645854295914896524845922650285331283057139458016215689387528","14445992945384559652388787455677575189282543042675687455323486336519061926275","1"],["11002140134585830262935744425918967205236870771424270312318726451192001147746","8860987294375505874775890684789345913833446752099854903449166009724553679246","1"],["701724437903767755620533022243862284131347764054214925144226817326231749836","4106488192067321927480739738304034806093502063167359204317452389980849734428","1"],["4704392164584314035712193350905815957403759764482285374981392385262452147444","534598472673441624488227909371685718246750294788926983762734901056046472455","1"],["19722769705748530601749250012093517445720767801101241582161789173274255755791","11375545473720230580870033929461747822519064343109377348481988203276727909302","1"],["14753506278423970520024885222552533087256607328977830043672980716491403468905","16587674746660543051292498995028870112848434280533415015229188697467257762582","1"],["13360782259617092119769247241194595411227336311784169462417152615678057946976","996017539036720338222318060473986774229972899495560730634764365720948464945","1"],["7949199488713884115573011475329795322863579089130001679224300046544388680412","5857265036731070199968433031736448632790441158261931479344444900514754786063","1"],["20885767679876631988961986476636581186688781868553545863001521282960911398079","13095567343807253055613079159706881612179601785434998649478073045147585140780","1"],["8843886827096313188755711221676190270547713243708510274592033992671012158799","1566726958973276885289865842890568276858327489825926368237946462615122397514","1"],["12728826360913651467094473195942946365880805626186938650443902470447895894747","14349541567407769257993537507962203729889212002495037722546400961311816503783","1"],["18312596356563603017242154746673942626213933801601722879716182628098306333346","4043730587534518089875351684759461809730824890056568594252409888113986548347","1"],["16967188229673110380290780675918139726508172469272827831950909511013712285141","6577224700519917589184078553027246476375673867024917802437368428806317314674","1"],["2360311656290446480085515532274825028069554765734977705212866369763867691506","10504062410983172628422236061186304126858913333282938395750974822202189486034","1"],["20721031100255028693921667673304537940450069085625558591736442229791497080408","12063265327969063618396804952287016250848179537350487548498814539771677819717","1"],["20935418647394327069288984533497262304930410536897941173787979434419499829542","6386221944726508287281285630963918532035832060699709512291292219299666641817","1"],["17863460288274582073815071431195958055205417483177437550393431822360193942079","7488921583049738116508369800231898268034098259628975108928002477696385148967","1"],["18977489766696095162100766026968561244469462866063414436079491110035030279809","9622714120414599756119355658386828570162576727914750589922595505493637146790","1"],["15298602380941245533632974639616882492759650702176303855269017631186260030812","7366511297642856800697144728920291322575972588401477015192253948016187785590","1"],["18786519901574902202265501998623996806101868849072276631566575462733437772792","21308687193260564892480153934168855857033877404158860156624903400073250108169","1"],["9692997462296027279065932815094657002837583925699706012580209917826687038163","1254779669631214231964891233219035484711540578269797498429519532272980318973","1"],["12837397749909020904686723741550811314183186326837716226541386116851858571176","11795766686065810656751140125436075512544144957901946558575071104793580136239","1"],["8069061526701252185242949407193677584718760621418957314892826510298967997876","3162554951196273047900777595741042291107038665744892706025535740283816872293","1"],["15559526503954131754340096843272177597008509827235150765986998686063341461412","21038907177642878331325212702412872106373955116864455440095916051047554575959","1"],["15895477430605838261696969610987564599921708097783220844094739328088563473257","6084675847729627197905846442383132510144468973080504581212016971955968532905","1"],["4056761516041298847395630270923154365150603882175977389009451261989470088786","1392626652344467912866121002700097429959820445249685173769223398418248426810","1"],["3803764778501477390829789923496632485218295544481059273206529779442840579162","1877053390586387939316697502785703192526093552379015550287594852589009773882","1"],["10510184697842043891707443754994908232710810344648652154262615719617027117405","828529955655257216018706144065752332592157423031389323066022189457523303951","1"],["1948140993144971120344691582692941602941549345770720310128229537046733973213","6046529589589813890762213816969762131453030583685611226748791683327042330635","1"],["5806234851592630672409684936393419177426204251008387738325611263256629102443","5727062215318738673006232541913226733194391576313356211320381882407895478625","1"],["8837567139832399898986271798743177448180920372746235499700973377153073940739","19851222541285690648909769487747132643347514803797090950531810417255389058420","1"],["13532995936815291237866603967850389096026040397932461943268180982198289276223","5217973620975432227194420469209989166822986067543117932579603063310843099407","1"],["1818253116455000179658253447430449704099122876972340198877451437933385191299","19301006212328162200783913118015034285885084486563388014580706261455689363808","1"],["14974758988807092845917716781146691147022908056971321926220757327422579833444","8441633261775422131602766760911150405934824764879438503035901525361485585471","1"],["6761551296086309697786920838371979247647559529168159528025183052900993590840","821925192648515104888593707170548875810292799483376115348811905890285427143","1"],["17565846454582213085670019245867923737967650062923364790225004817782434626666","290779662718866525346443590800696327369363255371873533197447386845304587467","1"],["16086665649050960903841908560082858230548667782791355906597723815159850743656","2574350533771858727045822446820516065218351219134598826746780641950481797561","1"],["13617583415220377187324164891238734298052921012635902464787052497518567010770","4445857378877347323534537349859977073003517310883538429315978566365459496708","1"],["17574014925719751935279508030417769884789574575200315732098570139745500719669","7619181353457713580616373439675202698842715931593415486613809380433812766673","1"],["8969399555740262989045217107128303689617210891085910897852814113394305263605","16711035020731707845537803137488359541418394724788731538733139541836469073542","1"],["19384370839013759087702680389802240488896788199737345149714140489984943559767","4726736563217337833298997548072395673977183929447824984437915183548381330303","1"],["13711057447325023653405009912827781388392114363313459268104212966777553295236","3896566739024367922058672456796396499561781000579780390025241933817610947910","1"],["12696065190986340276419595273181202843320932053311750533543004871750387206709","16226244963673147644623647254728032386549436561689976634853356320261408814675","1"],["9902205070764869261941873547907587032819810083429065040917801851472037684068","1977420113618434549713741681443168200886999786653255164349948074291442247839","1"],["8076136298805954310403625776043935864440213665867485922942870957074091828573","3458477132592928946144149400602891807577452577936377878028609469182684556633","1"],["15664484136362318689962694934234672796644681638123367269449321894920768115899","914208727527299991823799116213856700025049587442557960021761870930965106478","1"],["2310754974215547023897341722749200554992045024576314125254370453305436456823","12444658711106589299683063751175070892106451993275808926483735578762441774261","1"],["12961984236640128670675041020051216334075933745824552209534313259678880548798","19987080795393661867952960956670007767703777531200987480950926083601213862319","1"],["7781198453186344690529598919902499602906456573522996875575580343505009847464","17493435363436222689646707368651446444801331030054002114064334230999641317824","1"],["11655600969820441965511874220594859550682356076196066040994423081604893978511","16058909142205515193543251832166386318606417443995608028106343318955712379472","1"],["5282417645559562137180656356120832813852295394781130450267129150975220688148","16246570488174116807047562924571259505631766552864891382392144195308335014306","1"],["13989938966915086090444819228779532462922083919651182268527665549536642386445","9146792570785462056736786576188715186645919436857792296150720662096014298398","1"],["5898667790664520548612521929143552573579993261791580179446494870532124204704","3849105112392271728958882489866840276553944580091566889945135066976809315521","1"],["2872207759538716272778538466555366071614231599255101888418529190289966870320","20309984236902478515429144332097515496420204577202266976465073783626946265822","1"],["2884414075323044448601006196569626165940537057639740790803880067471358120055","3390386685281058446831325897769329120943371988219073275692172826840214996551","1"],["17628661107927616811617526931888986064867182541259166962391731524252421548394","10266380196076340633181093795990616738720748238168023671894038583945231664213","1"],["8867894877260967041016217484661644202340349532211190895672901732496169193466","20863711032791089394275806206167602253215548362480365677221699581926496651445","1"],["16104662553262723804380415829134497976687094051467880146236617380692030550729","18469443941371388154597515117144491927796004459374262535359511540946024067483","1"],["2455259943967259305429014343540105826193240240742484545772375697689954706575","489882793160494322184861306303492626519247412543110928288315057034898156763","1"],["18431195060584551887109362280361314997603536181360238331819891589963747819756","19838284232586698655436144881140423131741431568869739751409469510922094274687","1"],["14742712592949616522733007321723285119708673343150527129503449791143612663212","14253989259533531993128978483449460483887860903670642517451737909235988436373","1"],["17112922723199852958045246437687404140350289062727489040492153712534511811781","18355005961589217537875270659076721894160670600638174669809963345549730001365","1"],["3499456352801559491857422619073650736764444481242763376773412489041788148697","6131516417928881118330522881282616852501418273502374533521743303605964968421","1"],["15496228375870697592189999018662488279324098846595666092442536958081189220652","7368738761899531288081521961511418914008013103413079141913626032395486712293","1"],["16238744250005220212913047547276763257120385196216247578904486696586360758014","5302577393992729624189014966838556736630811330208801633277244706130291838175","1"],["1472193964268906086364798031178881918441491734937412373787984096958040663907","14588798256477741601098907008505527419391889943649884518293301433689016573603","1"],["11657828957139403504679976212472927142074336007490333653560670292524605600988","6415518273810028791855283226928721568350780719800825581740129128487199736026","1"],["537580204919406451644259629800899826331478990545540230915889671028160399947","8087803349640155382298818415926462434393123117789649946835313953749593295179","1"],["17049325942691737474350675385078435029531687050477671388750429815766772967859","12722733048941224652275142485101126448911415120223317948338074478616432044495","1"],["16314262400482438109739400323742827442296500367646483620016696292221609990263","18587551139215771706247023600171786422579625026690232390583180077365071516500","1"],["6218908082177024206948972837171076882574819229008819096392142806369746388423","16014650601957929614294381394916515031589626170584716778076195329416717319798","1"],["11274371042749431594622921333598111371179482233699673341826572516324211990652","14465777961459492697137169373624474921066064327905453450129365198627556206816","1"],["3315976097393756907957420172708634326350041404142530666767417035383705599032","6575369602638576525873849690724757132732828348130277838356036101415759831846","1"],["19713104744258781920605246731884085023439363609358125077474985679961784693680","16360778381497588759838793232965852135882671269235988771733223874247627309353","1"],["17350142762532081421048514751520274679250650124821483884106359897407212168081","10699047679480506200362838033275719173244924457782156434488068451106698455999","1"],["18833852102982774680159179918312049591556135934873969317591426147792426654117","2023869009663328284755290427581862806362193939283936555804264238623723394197","1"],["15320583387509444650601522176676957023026162201758390894898255628727842694820","15614791085865924280246950382996279614698134234630902358313862162160128879954","1"],["21017667544526482031857496671155352674702825015285048651360892537290112669242","12547592995015619541278756616177915751245012023926069551233434691531064499554","1"],["4543910362516343291648248026831859922601270384257099791025169312215760313513","8359427549210288774198493725096178289022454600660353848129975009378951271516","1"],["12263961405197867073731713283053981195199576226271196668452710891395764928812","7404024141092319804798142349889734646983491431180509655917336149242642859551","1"],["1588087426126563065730019559142494625421668098886660682665480510128810602426","10081139885022677892579644140002917996830450674162755414787594837012735277230","1"],["18649659412521351738359610488368597627259577915867652872903098073412884071837","5075880074331405746452478575996873253876068963534389109319492831365161967252","1"],["20070495778840433369621524837711394897672464716739451720764352809633606004470","10978775838205316618781677156909593276897174442063961363375129610076322519534","1"],["9403230070245368038828360441694323721577150451481290002343289962161693690681","11519746717454780253190384441754030742243335847556189784630143409454360406089","1"],["4893276106076082133166728020791139973784365337796537571529812960205049671951","3144464039325871129579325751322547055256329968625571301932284063157720405390","1"],["12181497295771814353282317784568812903813366292477805320688675991036541393506","15758752050194666596273131234015328293719827761096256291117876731389160178877","1"],["13535292441142795421508317438722010882503331119489343123129886508337391112363","13122798156094098764547468622248654793213201004735456755467978616923649976665","1"],["4659125109741364939692726692536490570906980151294430705072118379204566521090","21021345599937059690147394501242910973056899274142808210254203709932768012333","1"],["14693399876990666030079992192114231030707202614797518919877834586068323558634","4218315191361361571706464889703033169163535484693900942295855295890584332124","1"],["8531461186055783002661703471074840892532697289360995542889972232134653610645","8822213324664731749962821732197527473143781669744915162707113090033992956686","1"],["15792099415341985723181546537699784471196364438563888907890563209382615137984","5037919502081621208722876615623861140806912406926008510321289451330986923212","1"],["7339308174838431398761918776091604828231628162534135401950310830617447210676","18593450284774868102452728025967877704070603398631953845389671436673182088669","1"],["16825975385105900492611238042203816283402161058822391738398508169958449941581","15996246863248429041271765247774065847958335845102522244374437059302310070664","1"],["3811335592103012970904984213459832640240658559027355263666631493869143452179","8649961829106653262275185745060813868043309473311615289769301411338692143083","1"],["11229840700203104362492957790658332529047301395669088784293491416716774317953","16480545777340699749756433814790297132791652892105130818048745954630022623738","1"],["12114134144665614108777094314258233888695255185240314556333606490116507563587","17082317476767488519401638530304540885325164088887752810162852517867962603135","1"],["14215489073113345143290266707136749300228486248692228613420984553395971870230","11338592519854870708673794591983364924044690964399913032204051974376410349892","1"],["6036411344286173876868440036168324512035542509024304920730633604079959896190","18588438903154705855322427364923954210984604291708120324561460014340644427054","1"],["59436399362994127689112809518030527552704976161141665790936719807567924531","16232913720035483406283775982578469514541171543329821251265089993919826118601","1"],["15756460268316193109147062463804042211133061950845215092095749209275198237620","5642968473094421172419633230328607473033087454017433647072494203811899403070","1"],["17440527282110866027824737761462738570683911037043982788650084014429011897417","8693002980325279301777042941175077869257282035476412393745435498843083381003","1"],["10883481067068983676844999558971324943213968276891072279813414618320327912788","8622805298323619699008026249931134916729120117633098597472085504623155692428","1"],["9672068131787196391438441093406291147138938094920610721835846888523776796072","15741201383567829340373102992883823060255677364612608607305742169937947086234","1"],["13505620445752506051655709222159352311001356348273431717370746655871396311926","6313112022755774009441381413045978212429013686309117200426639354532915292529","1"],["14062136261154043203144667263868695696118543757796008220513644879059873430877","17130553784741952512644422075657624101319866047749161585167314090332727831853","1"],["536016391800553203311335932681600902953328373141433714707313433205002770917","18469734514125335970810337147455298151978204348361970930353617400711550375025","1"],["746958416423514680228065959761767817279750063138057935252447231255086161107","7455964492482219249094241837599887353947815751047124022180496681402618923913","1"],["1381780643564510647667343055361338451232102065116069872873022217875352999474","10102837845400270972858442766269001092888392916640691899724299735086836770551","1"],["2497058822966901925262066977805492546394979857058076403500869641569753905507","12420885757475308395914926470785210561661448141240539655723369147900784913281","1"],["10782978844818013167857329221546509902995714781533400058746575174408475794397","3077402491653192929513960812044243290179037325912791160423527442299302858974","1"],["4113273493466355240006476733109432453423490337827032901698286377379162613091","12328288165301366912383103539340025312745255218245676002753871527419136051964","1"],["14079083412377184418337687309972988483438635256455350248114268052574274898522","11327879121636412119493889039650564223178626777843298096507550406572974671346","1"],["3294805782636304197998265297662403004083166584222886313087760665995635172207","18153760929502739076391968807340405292659637226798953669525073468892947450396","1"],["10467110542800229155936882525294467016788305789065964912820496029871244013118","12553588051399117984681112596532587043143606359510373929924080969943676365263","1"],["4704084543076657078930426778136830398662192759685069108970948181238853869075","11717648081459391051653126241572115202293103191659070499858810978693234172410","1"],["17986057509188022363840886543793847510072329639687784934549421165540720980822","12226666264449351455495257399886584112312446094755538049303184634606889240792","1"],["17177439559208049387473189131030487215440789759185596161540924326285976922365","21596936536285585255379442489132994975243223195659384051478151194705104257965","1"],["13668428564796434573162379782810829586938008459192189128935803039161669988192","7761968708472659288804175517870630124445154537765630326958351012451884188983","1"],["17949242772888520832790913880988591826707824387486661865675413019909167200017","6265052584507633223714582284954804289311154219204629952010836148790350265236","1"],["3715181932792584528759070708650821564694481222017176385420882717054172750776","10440286242793880900530633065176111486244462277611833029421151675946532376365","1"],["17451819435008890145523720820217872526419460960826867977102184133386975326490","5542012819560948158951597424721656000784974134788914667027875312951650368987","1"],["7435145939550931523704715225879599291254540388467125805857712236638574808849","19771652481372458001046779724060442935542548610001028594113251960286275989872","1"],["14669188442141642665907228515139646468961136209837196220914354677011441977174","8962958193782707737386474455338830622989601126274279955704575471521144271528","1"],["11694047478602164910067408759317252126799213642820560621431365707239304731045","7738327541029770694217385904979701109776255042302601566061031142088392937404","1"],["14702720922063405638672003404947297438936057595958618369835965289276180074513","16305977130300503898619900649929818619427803992979236829896460171729506956091","1"],["3472891489755962311724383745851557531290975610196118771182041694964701089746","7266668423812224940235628866633764931641533555868308419892835970455876527120","1"],["16513880815053651407906693210568269995523347430284872170183704925176148862527","9104608231489483740214699128250944007900563794241961721658176383252171369906","1"],["18826884358712743541748473486517443385473423453472502978510173378764698798028","376698601523978649140741923303126867434385144521321011088921582272550962233","1"],["8512224450307257432837978663476561124155967309204771721152112571783905599552","12280883864044940589177208911438360828404189214158427142991035752567328414337","1"],["8180307538798737566822296044522240266785589636554267953812548140048824483518","19289376143295215342536186979845558687169834266060262474724250684845112470012","1"],["2968168254994354708786678589102974817067260332917478188421112498808425649534","3986009365104449076616067422635330729070694742595305461301112907975250631424","1"],["2016187946294620100920468787265112673520989064902237850604008497325078942793","2897447165767701578617203705907921894869881094517306523582939557818174075738","1"],["6190046934149413844485583610171616267523745016700628998038488544439316707090","18775688722705172520762907241045533565126038652080746498966318087896758973842","1"],["4242052186971297320549424386050670217217154263737227488736559771094402533428","15479078543640850525085949786527380769533835350462826976518972388971711073897","1"],["18124785501871569805070692970840327836150058223111560214430369123468639096329","15339113632755030032533671664826110044626412040254687224484090677105018927642","1"],["6478272619935700592544473077822354364326745093527047864349860769462693869166","9613490634766181076200071901663692395810355787495057773552507594470140826791","1"],["18985415876301082254961063521990790939593270399692011992889116889809378118329","20584191842071194459741821723717978357386297641200844085280625847966111223552","1"],["8708455274823774735875386664767348389005467703659204215083980312057224717821","5643466941448115824888860538340911340460098734994014247437908621811604273561","1"],["16203231973931585805983800439917115185567468784000234417233942208058625859736","5846235655723765542076003227597022376019915534546942488165719404659475286060","1"],["10174869081344278841436464774463634796404481756560117560633499709173546044612","11739495382927691028471707107989714723850544446490612264126273434384169760931","1"],["188276595078731963545237849343869381865075426161720999996190757229539152339","38510780834984698608992754918000058005031830109616750939301184550881752930","1"],["8085275471740613291235596843761327471948556191538035838935392759572174284803","13763218089306733945960052270670080171409922530930946122495369587252736383426","1"],["14966521101950866353603657868821910473769347003651406889314845781937305605354","6888937286130550158537372559855716624347504396630362438156551804440445693535","1"],["11453996268252053652719160603994268963942763050473814734886286917506784186760","17943528419586729806755673498611619029648681184481899585590354039339261995817","1"],["4209212980015508296736818652783255918676457665092060936269451414522815047811","8538177166898268271918174853912072807829564768940167108388196865756865600479","1"],["6737671084562525900751629268928141827446281702217542294352483221872332041936","6072477173925336222510017323821302990134360192024834961818355098488490918853","1"],["530401133015675392475711571058925864213124133603543814495498281971286709825","14884701285608555894991524392426087279442085044728387898112380035629476880125","1"],["9156823253776038180495059312067914561516237466063145397080204702996782895078","15994197186469715732916655025571151261018768054551372336464044849366011240943","1"],["19321265955099437090012699674085598915260888124833585006452150506612679257544","18487750464216969617457526004889216782194401070593599419162211477236886570453","1"],["2833308556953322888814468966336919539394166148724113372883972198206356723427","4080921481364346194348699538823367257661591696064050403745089822795373781903","1"],["6940289561958432721473301764723802776002269837598203533464051620632938939336","16926705199829413000958519043936538370299096441068108548558875744112600449693","1"],["4218692830829384552372143144231273681516872453089767621410358557784030483610","12042331862501843378559770886627304330496878382804678807529050411669421080238","1"],["12988406424886909661199266448024097423243692770647928227838917609309830217505","8507760401412608763217207610923478123344561485751265092244985773049332318756","1"],["9641348462497217564757108675876284823935200528215993527762953856356798807557","2528687892989485250898588962806763583053014228529985484975266264657489728477","1"],["18722064930587973605175455417877799037242358977573243659208774270973151789363","16205679439314452755338084448058319653534914164988279034779734004372964985932","1"],["796860346505852085927297692197458491806930666831729300593393498706739616998","17141555451852909245033710441444385392423072881026941182381042650682503017982","1"],["17053418331925262981422413957606904638389755458937130215705434787515559875637","13930625979703192343643739769158195500811088159391530862725894465252322061277","1"],["11034970050711035280194636566756460089679295552014515135496095442212455065876","7796395892475437060834636479300339392167962868710232553984151340111235396718","1"],["16224480133228173688437421043478213565511548137550407063755073761281605188862","8840732815382530366191297144027532326938412219696027638792634047344370302711","1"],["7540758545644724210313504523984666217135748300966980566815548904632824926021","16613894394080079083128396605151473737936110732482540987161723461080965496828","1"],["21147280330023587302796073457591398956695829795364194617358240529903856757072","2807007267809239192608723537079578813420580999657407721744444396177847285850","1"],["126840727587353441554122588964385395246573070687147856357500929793329725068","12324419086589717806855387169122201914750848586849564755482848400166837943971","1"],["5970043220112883411480809936403958722044578605560422920326456678025040390463","19299044144706333875788495883232059762507367193136090708808342056664743965916","1"],["21725951969861993940372250792185151074121425392680218789005780902029401520604","771695585179114192655300416041849506228834420595969165348306808142928430972","1"],["18576698878346071233991937773256256563372691779898972676739006788061298116160","3216909480898477098245374224633513369012556118201083978816253652893778319061","1"],["4946610442354112895487803033843860112822274507854201573173602510788177374833","10173812725854930563154880850977517086168729032889271575784772911172380912988","1"],["9866682289348349477473176977052711889146086113084958356446051842002358137119","3986534480936944012601982403621446924419710047172936081872893006943527916431","1"],["21423499120854324257972168774095949941262872921403685527787124599582596414350","7865829006233099949677826006270041682428360675754201017797370898200268428862","1"],["16671318926920953994176074397558678281091594027783405614456383327885008992155","12428312789542998499366858770747841420161268409034762829649058214834977985328","1"],["2005553616254078796660460489718363021725420517660091088617727594161593216934","12904463167401466469692008543279967602650987985003658962011213458093556631695","1"],["9180915069076363652058625224669440920392389546404174341935616572282391745308","35340233758096747735875379337687584678886949404450862849985058605920603584","1"],["17343296576298699296378542176985062455074563082590794992737163955598198578354","3153225872753506790262735597794389323429764627196488676315240751599010038042","1"],["6766559140859802545371786475069820798699324352549472116776478671868665956314","15145292678496431530772731182947752323195142205080198698569420901308248161475","1"],["5510931258986661188996912981937179184442886777023254121598345517279831569283","9277142037880596700850608866066281085148253796624876035075657414704031968085","1"],["12732952000257842683214615609672371140151448205975690529530994423079870568962","5632938734862384845601650542755793761235220692207861652159049025947817820652","1"],["21118366904039844254854467051522396707842394598077165204886574431601874710988","10528823600825945762497262112875360839916647902441683338154959195607267269419","1"],["9278579754667119521045637405360469156724228042319937485563844784643112500325","18932096578334937618310655232550701469970725047236080351998698308615468682806","1"],["2239297237265990057820241992302176226845024096223057008518352216730908461155","12929251326856811324058861865118512516234640558379237986887485912437960938539","1"],["13756102866358078175110045308695394357624826995365301000356772399659759846525","4718903413639347628953505511289812408118636939587509490094980602226089911444","1"],["13942247501524891303923216377930561029498540834036488341322402479545136254434","8267178466227064980841291546659925955966950664397960051966844124923121740865","1"],["7894417131278145460606942484440457220392213042036828386745545583190975142235","21744984727161310168156049576779308520880203045851283405193285488856246775697","1"],["14591495694177415765383560788402941132197073402181730297191127675312634753320","16357902159957662453781863182481639942604139002937257163220080619497658696748","1"],["7537480721309204831214965460006431557134003197691780341018815415803722449076","5338632940752238025071456353351349181229229958419563418088334391082917585492","1"],["15679726572838170539575341513799670315999169538229065247100283958904264195290","6678778796208549138395976727896419650875955376921082345324083981631216537817","1"],["6433859864085677184143292908395508911323231913423148243588481002236715957944","16435988034097130437874672551249332652982497675051575686843995617174005695601","1"],["10730733693875391459785040257227875010775429399347596428515832631508248467742","3606311864010538490472320788011930476928810674166184485856128115719141410965","1"],["3828125108562672943441076122628846100986481209158674186470642860449822931430","20183851276398129202101989494986325559046803234516313480484253835187431033484","1"],["20015021691960482806805135153759868256404028904863393746856331046101867265360","21692930936580409187778107774748374537914860319050339459277111242485661946281","1"],["14214912578934403852995428438828333196005111157000100870567702792351779701282","11719104401616417589017240813023811608534580978730312976810900472128795084329","1"],["7860737849079513622290267418586543757658717052913511726000971926590553561191","2201908457860212814626149680233831924519854152367157765071169749491814355053","1"],["12061111668329213172848157047883793961802780912507566463040170413811052411343","14608026834946329028706331577421342948607850340115701514308554078811811788967","1"],["21111858699665655392779843074942697041964200106308280500623362065916558563624","980002001911505539611406477653056652533004326518467265189771453413711439205","1"],["13314691262735581950437292509216351122282160364419173842075768985604090541940","15311945173316028643786044286503209478177956640313694384646499504615986579157","1"],["6195349040024773509062889456236639841100628893241006350484412394512612865733","20927839708864087657416870248676233927848795954828407889909374457652577737337","1"],["6066662495189496876354030375854422181751152885238070415707026045245233054760","4298514486738576203647016684158749808736776692704288197796685822556447802307","1"],["988261288018103908411942372604908692959119718686929084698053470690542373959","8974382772384652774300723311188587450454088848434459910431774362287419557326","1"],["7558238205215886419167480609380628477893489510770648236943106521860792034996","12903192955432160584498744673769290702896070158656330084798514407520724332553","1"],["4399556548987748353129457027664270239504996851122642200189466202932712129857","17696817862091048853431725224532561220553653295550212002317830554658140924507","1"],["603857144493736596790160957131842176057966218259345297700870142210835022693","1853645202861411625404263314827834856364039842464448969089732959268405027429","1"],["19007209740322653672123408186545821522010159947470352995735213532719458981948","15727852837773582158941597337203991692683043540511124821111085121767991448977","1"],["15801879435074450136032228906821105816043283992266551618065155334396137678095","9867928832164984890649000503725649263910495469208423035639142126526817610176","1"],["21828773878574299076859845664088277928064870208714097720633363397247461758823","714974488776379253196079938494821626671630968664638854226478251256430442517","1"],["20258479273130331753970300397706477366927702232354795291675419576704619317857","9611943873781531896746312908013580328171626261899312348711525517756936489393","1"],["4357030628765462315194315225697855264128736738547659346838311001712868723685","20228688828905598202312393873697816841388059938975447234160562692780599133687","1"],["16847099505058807863813735501976107565218237458300375319367294799631179646124","10300051422962229697137262075807175894665360935076893903494373041138704738537","1"],["3119127604231589677168527921279682860213973594377324707939428865049416594051","15897282222936398207001449106917108646137094771275416684214087207673574240164","1"],["10080004983600041177216500797492059780102240426485299542430155096561861524873","14903700442489241082362026553061568966907995914929920482109680663836780833177","1"],["15213594862201134178889879064376052961900350257214789584079438091291734891436","13344132652464376120742373359084264083607490187028014873348877821095133270471","1"],["21078133773882111810196378980634608407594397913886262037755214809254345247511","1936074847977579978774210709254130978493613655962237898959035032531862344762","1"],["7646844955370995821739292640130679411161897623344995005016004023220797431070","21399734602588227727376090536864352472648184733766665635935128171602654532668","1"],["8968073657530790311716982651989104374918040951655952380639806132654033801530","14892388142491290099568405676450702648861444517301312851220476603551720804116","1"],["18280934237050593621178411519449865177260252762571326781863695926414291654703","9143714535644450699732978960748755549935807388974162506648117680412358912475","1"],["19580330887629011060787616643458997561338405935674397326030361395280007783911","765755929661174167927039365396434891744906091347415855602175494630524171454","1"],["15598297939988669556904740383525598322348327056883590417787984938797247515766","18746086162952149347799499031640275401806346516185353819509503177515417525159","1"],["9555609727954577129597029533050433489625916539549528245874439003795584611194","17835717801646224368669726531566299396052484896833372143153734783174951862920","1"],["3854599050038455412059115444966659531839070215888242787922930550186033348747","15640841025240175356881226950891703067228236383446448531108717285794911677898","1"],["10707377952267973320260416910274043545797904552182521126324466218265657064335","20196429938018950843076921015953736649795678831838601084770357373612560936818","1"],["9558905459489761875347036778630008425064300305137540693336842057713322231704","177012241628485002991220003209616269041362035900713182117098485186712434634","1"],["2925196568735793632314928131573658979580546322472612469013463374976342271355","17405996443832919194606827793220417137571985467165727407389695198332554270056","1"],["4803669242456723274229152354670360963636262065426962234516203386033530293443","9148565345485886952252168273502589465224040400124303165632139114889935666132","1"],["16600207805347462866607337712222466226187714622187478734137072580086925453704","4601694417738456555200206333046782020241002763435201769864157996286676287559","1"],["5501789451256180162595986171505219009725225072324568882829623263343971382593","11253378581454573286501222982287853241107530545222213758452777561721455587977","1"],["18607745660487046084751343834900447494500163968294825457422677041920533501960","7277000031771189369618780417770494050441591200817841487861917723285477046506","1"],["8301534052871738092636529749693438744454180320249261410177113222460033740348","1726475858192913857309010621363585097284168632380218520464656716303782978350","1"],["20594105595426486377923524295465663968035687297753883576375870875616892800576","4543964110653628647629187157679229510908744387962183424034356021284601096594","1"],["21785755972633426067417398115161117723968991619660398683993369355628250287306","4220562291914915321348667740234506573760833714554495035763904364116137971165","1"],["8445887201695375864786235702050798897783790817796855331364679786156859978055","19679485323369053996651654717897764482906055215990246271188130691663156758254","1"],["8530993749667155732893648878350205698726343399705934260393062720599715195424","16875941408927943307093825425964490326478865088051674461464808993391959836598","1"],["2472734144473651699000751784853272664862796394788993238881396879423318279056","12818361375284766397131807242117711600110772510552374333185144076474050059467","1"],["12341338025305137653053895437612315364086869993969528304388215315426948514188","7531256778150143069731052223762626895752469544948246430162161312341349295320","1"],["19595106487657203459936260737907361704401378437182689660723664480945143929375","17128086802811394160325759913155214139094734673431612501881741194425444629778","1"],["1821976209705155833773750977630021759424779162552784527020214887662044545309","2450410446466082553957604985379569738173440847271210002308665602514066892812","1"],["7993952875653023283166332928879120250993551481180265664234347469715727757308","3718147242965055476051837902903534747407055655286883518979804406883194715395","1"],["19241305248889430035273074368771725246666409923383387061784885995504418232045","14772402458948837676807683491000206891982343266146038561983976647960490022773","1"],["4290953011949513036602182237854332846473739992737648853228379271514542266364","8175558326130483251393757580083497211495023330054173521564064655804202250398","1"],["7570583437220810961712302485955034331279799736827942128010117529996084685620","4248039029610944789884513165588344877960690880936572177587358639857935990118","1"],["8901085819272142520979992345702232562341416948364709755148549466477238272597","14127743428605757992853008385702746477833909399208878621799084311853356935714","1"],["584415748096276692122973120552067122455708297770062654873876078686591691292","3422053426117660787430081727164325799414328740902878054607312992710244584786","1"],["14095234188514803849034581544364757168682622916323087818460526798397194627979","17368612292808918207554452100838281767715413800178314545214103714454292676541","1"],["10481137574900325963017902491390030522104970134261483774891533199740300984561","6573216032516462190903103887225539734237797116648917264645774631813466523581","1"],["14699784445319795166790213936030364506621056371221425604202855166801038707841","1978897219318484969350812418267058598826429626106722715975073203054567341645","1"],["13067933727587045135866245700549613415740810312354558233061227072257063950551","18529933484328530581762881995873296964168392194221586751358984551409162205748","1"],["5679067076107916116916505297943977940091220846273614617631346956143662785595","7716030373527695709800197845622802947465798934162532700208453454899579351979","1"],["19343287087189817581800989624347677302203935345733116039877824930805640054571","16574969607937791253165134957000894566813714403587102753886240153277104329234","1"],["19039932254813496544605352747126769333990100554319110208140256228434884842791","6830793163374436694421153840999026673065726764563886089424685414133791507004","1"],["14562437733746654689903255711659612961770632941961489913606695200390550483436","20597066481916932368248292528118308721981007687175675788283665272745998059852","1"],["814058297257016881488651679930692741410613830162265194486365610356858385776","11857060509512888648125168251996116885985651331914829728585957557954179327874","1"],["4172498901128174481360856218844388622208575196773023365925207021881008235854","16101497700530027113889137579357382289794458936590843561416601792412576774735","1"],["371355316143384160076858401868125660271169494091417853610684995331983309438","18912120557366835777184677655468579897814004719982181580860500722785347042024","1"],["14225399286213523902199237998500430196517643977428682020864948950821659607426","8470459503948753428524311014668657038781389592335570285392089819064590301786","1"],["12398573389580949470370509312167810890968237662819575057962697298464017486782","9110496737270598097928425673276276215227671818677061999882680292682670202512","1"],["9594462777916619026027275647527488413121952506032284820235023496023281137752","13821251586791630707403538292129240712166488956638923791157552452982051271443","1"],["6641410192754258827066197771914576892019952405172176260186816632825630667510","15522079140779783746613327669412694333136114007800483847966592120740946286716","1"],["3871255167038385739579685902589412153049493107953364507471000269261682193622","83664008225353623568455069238055534093800890274941331613786098523313274361","1"],["16535781089072805138776946160332685637191764894997731188816546511547637834931","2871130158141277655225678601881983821954690818121996220448671527638480094752","1"],["928084198390028340351496281799707372021226324171305860834583452491956687580","6858233375352855535653416491732317959877479327925528203257136330683147257721","1"],["16635648436618094501573676325913108169297455887994530532287428801607206180687","20033583296484423275707303036248835042430261842732233007390151961706323329398","1"],["18624391792704498645689172541426688716324832850585628758475025501829779309123","15741922586032078285959698396964253139889726504350596347262972896645844199186","1"],["4424161408494844168059880139127800216668573915590220216333765129777991480040","16857896435007977845160325380314469023697359874855235484718917676331658192206","1"],["11468972635862274982592564505013835738564614275501331078368904729337177470061","389121480491026854680930001821433071946806705187139086925841768548369152641","1"],["7753336658105198429845490840192530126929265477053437263301771475979904790001","20534508012157254290547929271428539819482327895255200643737893862476176383289","1"],["21132215585477657871792922748857211858658245307059434893107515319842337440513","8696985645939180011714275716724270060315085503575300709477183088078243064653","1"],["12558098465322652393446233377923839510969279748757549493772933866264731222878","17648280221999388413804071725951057076738785426252036781257484480643957880759","1"],["908470487188674293918087317158469923260235679214423833339206520494662743380","3439681421826291648310417760155307696909688625521638213844850898490489730289","1"],["9543734331692319381394253892435088502170923281467529973746612068604171120866","17412199511368073543865653973714348934053880511463368709027029043227297533779","1"],["15436839094745280864317333256769421492734158380207060167230867305446904153471","5810716625648871942739511015587391656137104230076583214150169206367356761161","1"],["15581850291040303648120553661662600199730171060578658822739489438436524566586","17971752758126471242877010521105288256869737654268687156153697106117603753185","1"],["18897643770507579279387848575033710251588105776178708236653548412196868533009","2857701215087477227728257703928531588347544009221787426515978221065100179046","1"],["10340269317454430998461492047991624048502990597816527436457792903047644149595","17690176004869815418340596735538955114355509349772681235955112097287409084231","1"],["17576902361795993121348741005084051419616396725260821551967485301961695372463","20585603397330341373507044464957960735092763207866470782575271660848688621774","1"],["17381597454905602525751371942690127357835694375324923255643132372907974693879","21466871319074169869951500553812030521307333120290502087126498555033486398890","1"],["15513778841826863319483578821348687885862480639304534299949062160651025881173","9151239483005077275621395155691356698803510902208100124502584526413356741581","1"],["15520897714761539926769818653414332397255355733977008744184408895243786068241","10807768881997056316180379473898829153292587400608786452618810215969394477561","1"],["21817930872230290018752801845687723376176139153194505051523167577588260969818","2741316452745440538898214814365968167556906906462875002561465152827154015408","1"],["8455919378596310140271237178594839600660113977460063816888479603973494048788","8161823094367666282208272582277901167974098767362532767691198657626633184897","1"],["9167372305272984194562849354416675529343723935691174373097468595433053459011","4103418902976643162274016325603524929245125384008867306788898307601829209351","1"],["14546247348540439036980165568964073662314145963260902855484723235055079298739","2171993332599713328734550007090904804019938745636458393202137470836797669644","1"],["10201697215879121514253854409520812667667611143777539235049929025833835720632","10007929671545407419093005630615078527069038295644791941229880192414444282580","1"],["4504483973422748180719324932935753049028927351944768029179936888330617001530","2121774471969501986193658262745941972478046172253249738885706654197516329200","1"],["13240533823310816099174224783746552351325411628054262124043460656787098291770","793363103846279073247047717776542089102620908049019948714771715343171649083","1"],["17587017165163421939012737872407532764121924813180823599089070000470149667522","4951700539407827421571198124950914238926072721949926297382383121629578716427","1"],["11743671539218604296370867148906146071845260489689345406639947723629397206861","14561381968268592987722707167061805444442165152456492812772591631400657782885","1"],["9290682551483883986454776571540990575487089754921182825826379885702837284222","5847323662169564015371749661462325633879558674569862123378185391277127426297","1"],["4771190772237387099218477835359847670350113571183945426877212341658463525257","1585474088099637793750136520507835841417576081635521323304511442324547930591","1"],["999258149944083237508137893451491182378851293195904647382038288649935104978","4176225783436968842430277360978417348219986903816198599718094706166395861227","1"],["9202021166086734037087237679349701150452395252469578369916368148351384855214","12225052761933900250275593984637826646771682212927435370685782152363521155610","1"],["14409109889058066609497730781802682328159623531724978331648101687468969341226","16020244799152074141014750282065058264821925746888036295567739713396278559327","1"],["15987139624674048047997676611679189416247115096779211895743979067087291024368","1741871415184631358105255625149066357130373879036154786680398693754327374750","1"],["6634421669064549710325045349568899884119330404813293961923650794026811690208","5237222561736023308921803937515451654221695663457020504526830570831116835802","1"],["8827736408569921773588949575243894279658673368212093498934091034164350634317","16244824110476668146507956218922096362062034686749570122696272628152252656863","1"],["1359510885639150821177486887625816186419829217311501465644925930378191023816","13563056896998512736204529225112899932781430621606920458955001732184392409880","1"],["15910897919304509052132596122557329357940928329997286227592341199292260923117","3687777951813539725475758863787502923845681847310257754681455486377370595720","1"],["8524682323393907034454230848488343633462086628928734260187724264517412887697","7741508880842211268471763428339885389686050644721644420653386577082941148837","1"],["21240222302980320052632447488982382796099603527536265605882222419147957811695","17742423558844897010522323214183321095723918364931349057311094078494292050415","1"],["19491166653107453112887534206062326980709533278684576018624075688073083417166","13955408912771673395981791820916474243096643369057667072517690232640110845184","1"],["19735175775001254755556024879220380607772071099656991357656727201724326015914","970011905123815192111222892504557648152008027036438631680740524189797908785","1"],["19265515577164791200297467660375407480111518629112870527979343808659371580443","10551094217542408716441728369370774474990680434128762636241303977684177828386","1"],["9286109248675357486424092509861183626314237911738705973248783734592313491403","6942464433842736086353795742327620745761493101793806442750655563186635774674","1"],["2109390542901997162002035793921272710121618968436675365982755602490689008944","10620099997233064381597991985558275298188079688845331891513227347306144500232","1"],["7152785048837712320521158497468766711875017417403153711085311499890088349263","19562567094696615565168647900096464459577839300427303992008586540437936193400","1"],["1385879996662066395057244359911979722840072972902320938904910886083228547748","3972314793221442797379814625357786635510843820997474592840512478711430786883","1"],["18932540483198774692707311772885446818804382842327894929843240371855032863510","10625155086022347799536221411590455237109573008582960770046958868069339079899","1"],["20396892448144465559639307597333949080587894516554533207614527919963669938389","7917247010899877356372154829543735483398285062368003717803337985187675633381","1"],["776701179618529431524178979666674065127738621817003509583411723321784228941","19368822959908598323792418937578376438314437655653913550061298773230056645283","1"],["18629701847559951983549413648271212297711416050246981878648540207299317486260","9654700281593795168513377139140440511279809235586216810010814840164856285125","1"],["9221295716065229890694960861931652155815726220259122130212815484848026621191","302739004331041096271849554984016104747758881110742037543415038012864547813","1"],["20320740113423287271368744930004121602647664275912866010590942592057375215405","15630530086645333320734728661259409745918511273015205722135898141119679044982","1"],["7357549302599774563725370621010360166832321037721970764968162958587642737480","20250788513742222028969992665094000236344765095779143228793353613362842660217","1"],["4915203185524574815762529204239211867510730439119570797650998058031157843864","16761045518760535208731441270159873010697671759288873727352904857629499055705","1"],["17945617938782603990645144483332891313740574627437763047405676098347574770568","10827731300367240689996613372143558273081430641682325416444512261994297258619","1"],["9502669322038005516237188769659389837972918588260229874606028108780904079948","2261252927615032600771669932899998034162979822065006911502818815692532586939","1"],["17393686242985899940486190651665702190616742198505702026825779108087982373464","9671213429415487589154613526093686268542114477346364392091689401028987896171","1"],["17505404833647739121160525058329804732779068165665965047040986571696828057947","14964011914112256806057528230063081437415737212312602982755605624270853385938","1"],["4763462915159529100029490301845456414462344444166624833540398594086758200101","6294619654803733886848625478306001610772212692752661125105638308882898798496","1"],["20012901219042365502105528301341112448895285603112522945800841877255800017326","1085036255876727904523130964339554070474342879666631287033295708633701838479","1"],["21824359545594872369991409616649043276968690196222695885081300033288353445896","21756986032764275099087505654478198866501074558528329704108006373681480534228","1"],["1264204321279355405458890410160879302550224407350103582522158105909865802014","578799785748528831114005656340004146185392078111626937761845855094555319457","1"],["10269931797435744393258803603926713446988718233468497272406338257095349270291","13894748562321743627590388576330751007391522175118843602116824548249598571857","1"],["19006269544369218839506468483798502861805526347671549560921863826842079768581","1119178500115159519700621628012200769653705911359901157735497079504504331467","1"],["9379767561109497235303946876970046035139718626251820659829242113549806308629","3040258213707683016113890522570135930523312068074334673407334548950859905115","1"],["5298914501969684394874346142021004113050926964737129367285454495020725367915","6640209123575263887497965079616465695785903080923370312037320827846003793094","1"],["4368193720916852516574062508550321018655875837617922799150624947488956763235","18113285956129055399228546231797378319076731037469566691630625308845223829828","1"],["8867440406335805212602881068761778885126246154786355224711404881028371750340","5473327326436896587270039881585871812571575594936582956984801381962813959068","1"],["18906803843522005896717840163475885250789894607649422862403428019902839821318","6916862854802758161901182199503636600425748332331094829259760935802590392433","1"],["21270379934716995814106047337457173254606816303633538843467618636528619019043","3241781292762688273918836076511799434062292055347470935507926891994113242332","1"],["9437144122018608024470981698153447649701438911902737854481212864641993876632","15946624284934206991449956254289892461244057225039636129796902392175510096166","1"],["5938435987794648056493568744227295963056068513002071735537824838992685652862","14742057753060911087835092304892208044176812783166997438735062045689182359536","1"],["19482996959324054479807794121226602157395498341284901649653289594178438676087","15811293628251644212178224230893772014454601807554580057607790393506894705828","1"],["13015082575912133367745743968147125085037310422199408842334568212468800260921","16121159454456195178993109631044448587404448180151093666501588268520505428434","1"],["16821244351652739565289918438699116929446342147928336744379996701740916099157","4230083314752213647312787826339777251869373739094695860323892452534496084387","1"],["3920804968307929336139680777405666243916183265997231497054550290974063458405","7533738461135370231015209637041736096244453337364168545277660257242153097743","1"],["17487080721141673122558149967317930377912750139249229144483682194881962168232","12123653699148964849297644576103413351247668673385734883665487452286013075411","1"],["21105730112969890803807077199058318627143646349858073801974141512582706754716","5012872005149975004428490411370868057395792191949395176019164853834335966826","1"],["6799039531332224028332865875867260161515776185866007068711993972635999489264","19369985606326562983211807664770474847748896155874379788298083932579897553535","1"],["1260921265765742922498647995182332197148088224390222218651490441846303270704","4437733769199816517741907363056350262701419764229904425451368341398220276794","1"],["15206596981773789469270686715096205773973840730429166322710755161859770278903","20048879131492185422273502288724637611976814187206888988779486617415709178438","1"],["18105678215094427695841374084944983514106847607841181709505893280411194756074","2463707650522282293057615220492280633970464798195325440768541023430813832572","1"],["11237667553205677583889082316942575869140670026043596925579335696974269563249","14734876070138704290096863253195376017764599711024073452335090815762746782855","1"],["6011720866246925497039084312890228822905091269170956482203182253815512798353","2362785568896228825118268104879162121618217119734339441910272746793640713623","1"],["1788673108848169288110880579096535584187132639145520789787038661364078517984","19153600181569672962779755850586779346918286007603467050588623163932632964495","1"],["18510538654954299789335321007126337454482915701808736296013411309660383123970","8034019642776389557986459551874209434745725373987851491224238988358861110980","1"],["3663832514994355653821518661112641835058752032242464061736125701379020261419","8798304402072694314347458049443866264539596705418930190432735234710892147114","1"],["19667935147130210418525705165909283567239956548922008242152257291188673825549","12603499677552870227284294320751023816844537344764126022008220116486742727716","1"],["21807805840204971269111791756873699871010002440408275407757285408885642231976","18094002184341964648706589924581838083306390717619208338129699626241621182530","1"],["3733731030977978909240888646857591212270583284555741919213433439968867639763","13378808392777896273504156014026476736887235149989524534674923210946748500738","1"],["6829416096230727753677082239425229599366376896110222640724505024282997669232","16317035568699362066194562382293951263738056692977568889701903369838457779967","1"],["13107240321617094057377393441763304616577659822347324824701592863005234496842","16160514185230340115926282534822438380096641141085504308628928655151196323065","1"],["13028802751596063517932300248082312968595397072024674440017636617962471892163","8696387175941933081487554941968834957908265106600774798828564533341840917573","1"],["701185441578917106190054129131371668314095406606782315460298896073744012320","970910692734066464578682149439960742859395624065427875244919076874427764727","1"],["21427613092170728734149957352582127433271859902443064597800523310337778549028","16410195923958891658082506082773102380742396355983130144060086088206612127350","1"],["13673325711922604924628558014142608897872827784403869981989100660933858453240","2068683222635658973606872063459887476578963854433553007006764727225648963280","1"],["9579352329995387551112476350888301342731252908554077642048385738890616054809","5444277904583192404436152458869799456597852421889636778790382208089146225839","1"],["13540968918087563961507760373382970161229556191603222328197135905118616150573","4666275560289849152500636389564616818134692748307174138834869906055435298194","1"],["15999968522580453008474069814569264727052697988610183686188387445353423638187","1773129795751218742716638096186230802890751936623318007692216826744216112767","1"],["4901815524088257427812450237585935893351258648593361364351233153201445522612","7503957694998327792262385752066692107152527938854976366731841266480050356897","1"],["9273086051585221293234169555882043317932979701243551335584567471855898094695","8464854259196013168518439343346769835986429853816864410873919333937582505515","1"],["13463272224613419799406354311461596952911480975560904363434617633620211619544","1697417881975457663578169293829126983538934367005753732108752057170375818837","1"],["5787076506929862198416031857746351924029836300309106758112753576036883257626","1508026975869593462249297258327500585345293741667570497439736131057354006193","1"],["15523761406140146675377526374996744869444352855509769676622344761585019083730","4428909431049318957196423973364345442622444563129707338023944378646887595673","1"],["10884504750277763606353439896236463515316135860038716823109120866490927957522","18991286041358356775972444858512697821918583012982436544861803393979543285429","1"],["12100051908195606750751899794555413584587961191252159643802176587335725626479","14890352832676811200880865264198046455723549642237674250537237150031605848610","1"],["12883499007565319316912926211821453379647006194642625322065107183465962976181","2354239876950166611363157028949594796617240332988487370551944414109864853258","1"],["9770655699537325535983214526379938007377097999837054107259172256305932059410","11030664832822802226952469493836662452628731997309566818113734669686214580195","1"],["8066589888135659398098443193325021951078362832626828138075660095284098433949","15335036538480622957923725284610550927008229475076737923341105443173384057413","1"],["19440189486607370819568555895550244117682994978917979365825769519885381571955","14823495706728148442076175163487151260667906342423675445644192759469314160620","1"],["12215172917333542684164941264016644740307447779996248414979657818682227464590","16423275949242301448436019175169944725060695987691611519614936341920556046145","1"],["16893800461628661550300469596686380907913404709340328634985992187327806723198","11925493852223617845042404647359353810699608380584798751984880578413424958848","1"],["3220695576874964283015296460664281184091612139635378767464150149433432601860","12653144367132719802233545993065474378247887714528094304090898673081470647774","1"],["19894126077400911366338210199578784228606599758959869214039532694757815896528","18874003065167590962346167447093020286710121832231474300623562371633424988185","1"],["991778692950406935322075405954452397726389765042916176732832001656979493113","1176772182316170030828321728808707711775985600986695031594634565845037046416","1"],["1094675661662143748594553798761283514979693058538998782621529439552594312013","20224322343865955461630348143308610418990692614357975110494353524470097862543","1"],["2132391862324000224151502907377918699857502897881134815529822870995442558548","7947833007671420904403986995432244332573147723432697798206515495001883352089","1"],["15719149056696757682209688593185033273137422219475402986955242333163023805598","14714123048162632654956846418394605422920662161858615117933323834549665257627","1"],["6796796012846258750176493316749839614062243178545399165774326198258868956187","11583897209970089415763972106708245429013203723355180237591592063773956760556","1"],["17173714346482566362654714015131535096967342507131597396012635745385450472703","9562097587814939848593965206832097989353074888884829334572341602230502638434","1"],["7489249132575639727897152655546207873545607258852687011852044503774375972191","8254140639945735081114691180597921027418100806900455082156178317761877935271","1"],["12125342396496162943891029928821710689131078766770829048950174946936100706968","16881759374035088345448159502103756856478108187119565062405029437087542001648","1"],["10545354268446133017574320186860820067272303239211903089435147112291689532645","4120915002145685521079627152253891251360364462011478545628962200445369430463","1"],["6874868554014298933966089210312001967758444817256634327416116646663708941320","2531341813838217481845437800297790522987857431699646494823656835070121427427","1"],["14666700802037246123181992904523749467383552712598492630926338877277903395713","20157180621672767526646382805896991542776759246367355214903051844228857652919","1"],["20891800905657549795210432735119227688184399801152729283591440456247403031546","15532813114063938283457314791809313041842045978152147631382094587796114746474","1"],["13286637570784041984569998816863911449589189607136874718218086174547060714112","19833365918039061021669265239692649874672946820319943489093532927967333028565","1"],["16694385650882689507137288237473502152480773738262725063892429829523650582230","11698468708701472704870333045405916575880643901958423444668386749114461384415","1"],["18130685784671681192527393257657421926122752292983050134567883142856627686743","6159667039683275514277044993472158146995066543207599823888886584581191630786","1"],["20978527972046339975888395555361206783073592331977526488024901392882285533542","5230992405052201654157078771215160725516507733767336839037271977632824557193","1"],["9959831041744897530366437295620411092102540615311862335955073937236329351578","4008739559180499415922791021552655730965329018560208110022814892196665961717","1"],["6467326492296033705575410799729358877389635104777317073864896802578804978177","14133591410901388684862920227334731444218235236181361590880611014678452031118","1"],["12999361616503389914693999621657872106988271263508873362559980451363261163651","6777805708368005577267937435250072671340815826126404871086624035731759782390","1"],["20010582290478572834283191960262354026776848910187156951324752760983832007256","21136672368391388449764687303102745887098959743838625542143046805287179271248","1"],["5891544554821751816000746710975633756800190956907303020459845562200560577047","471501462670818652683366658030633017927846699543456108404629195758699962521","1"],["14836211510631141210198004736876822625948764477959864196733490661640153631975","2701182538168245983814623058933695279246300578455207370746366597686583459422","1"],["17157620580427712518217430279563775781192658978076316314065887765954559660308","7430034550610476541592026830568474163956959762316195815487391206691257325901","1"],["20851716024719875878121826886270884263419441966880974873458272895354065915547","249966671527859774831533259447617025166242815073548988382940506850485994846","1"],["13291168306164885803024762149245703186053856077138062264402902938353123359633","10859630058052469521737228998899421664182804405208663802116266510523917766280","1"],["17002598692606878322373155892823213943775613662670260556799281233013299190630","5224283719494000144644952289401601615764059020305508144732613379773486772694","1"],["5317858946680551101131196854522688334342879071229560405676390606040653615281","12122404412549463877085597392520342834542363236353964068478286667525815167227","1"],["11279245456439320616150557842608253096519682017459646080528115028572164531775","6552828614077487168339115013758043114134831917274884708938033785131275600031","1"],["19946222317060003565961336733002607624052383797662058311155751054466049451471","14097907462698536904261172066180329111006925255125489735270237851932275399406","1"],["20035741804393655727963665132911357986603756739993795798517184471618872536703","8104357562353574669905041529621316957365790586979883134236012193155187588066","1"],["1804723313620436981195885481518347768360284917719210996366729329842835606419","10763764934600167452549504168628177169893786988275240954028675305493775048298","1"],["3625575093080360456508809540181735202084009630133982650123976635711991220421","21555277375233125977624645088903167607148873546248701115405360459232319345250","1"],["1666018739564571973489340555107581432628131359472580850397470713995777444987","5441932515153912595593127629286186659855251879969027407954198856403956218766","1"],["14046164318164769998293713923613683745820940739520972418404437299131214091201","14628960806554961532333428936706485985664797608987946525303370301884659951262","1"],["8368191988893759538468606512984936881645488719617715763665701832469562533886","11494963213451869267456288764353462832128949358268798423728825689927680013939","1"],["3670623314587231501021773236227450678628915113870847692153350820641463347201","4868087531232049859287110305452272493613468859771423224183717999210099579033","1"],["19333702682065014307179631030120870770194249229932730316702385899200037384169","7548747468835666636613223234087954739373272872432983591147673870483134054354","1"],["9045116845915559265398553462285764775837507294616113977362272004775795586292","487411796929282431661977440385656794927736310360744877207123509148123887502","1"],["15347823316793052301363706706465159419090795016722841407029500748990353372205","7145246796525084181879481435199574717991884920433310238789919787678911997108","1"],["20425454710202491057915810310568238409736707922430612245592418438102420330434","17174572937884648195821189828412085879050505612989840346805351768211637956997","1"],["14828147981697691799837208398165132975650283056052360915687861249191496133470","9434199202928327620492841377812488556044080932371696881859797239656024399728","1"],["18203381782456129489769641635561694485482975030850190189872231340172658363393","1491289921440087948736059094692846184880441783668688082457284115019782229652","1"],["21562058871300792690233537047731521887967385668128928340237103806255130277251","7804580247043093820218014043409507762988869421669569277277718094786654239245","1"],["13113588796608690634849115526402903344360750395009710837362569080373031670414","1212716862841955082524948813450276249491981176332128115654165786308241881392","1"],["15621565584637443093017052479712871158509664445123868511609102460930365604007","10117003292594418305697956843101780845638242660448844316248530993219461499955","1"],["21383703168236694021794232376279101154598439588158469508242100382506450697317","1785040215702850519525005540487556308932126079790885882465018327810200674286","1"],["5594874420799766059656452798954303710929851668059723247397638871528773477890","5103581377274399051765461107510485653411577748261520012053075960838867726214","1"],["10525351189614904622496190123198738906961512904397326102231740979076432334403","3995166518333058593586318483438319274997107528559536169381267235250626866965","1"],["18038154578581306999515465850458323825734761328660958941580060477424883465054","4918699556591814070663587605724599468291419254672775220325685765764584791325","1"],["6364620949239388894826528204219405655771961076183406128343665034737700096463","16954179376148375079430470258832300792854024537353623172597528503665026678492","1"],["397012798067194261726288356386728969326684104015240489763484550847138589768","18638498545545404787477517503799141613261837464732523768579033348557642587338","1"],["6387987398828769837099623842629306630743021379901996462560657757773553119036","17029081645790896008684748986804000833758773258552454775654152072041168830583","1"],["18370447893150307095162240653216447075074361818511851867514526766784574889859","8915362676426109373658925567783975805139863902839468169206270085906811361829","1"],["9783875725515659530595443447149633250780059179333816374761896473097307293121","13272333135916948650370609909552391143434827592843627900560225814701523162479","1"],["9381803123531544869763271584814226775526793360956565702059446823542092070432","218368671893804246572767520115942638971012402205500269093429576142361274414","1"],["7518165725008394411881748815014307466801450997900342148428711490802185342410","10347028269957731000414151595281141361861023297546092175687759198790580697538","1"],["8895078861460305984699798935143797422383410925602537198620403139453606546123","4634034279656456360660280820047388537692600640710838696521965632412262888536","1"],["12997123408630166208686889947172511799442309099073977858858840914987125655507","11361216267921985920566311256684083905458337586930286013642608473822835279782","1"],["10967220528312552172659221627989760881044715744989972106782873194132151656336","21390369724234702015355012624496387687677130415595378234135455111218066944952","1"],["2396821207233300427252594979696175057195082998837993981541270505771281932877","13907499211626214092780866481188854265179277276662663881432781455470167871947","1"],["10095192148832536531282330144258899798350409439305628988002988823379173266385","18397716110859120711440980930423177052682812748366810910640895465397607766477","1"],["15682074912883281443479140148800094543414867745039293288329350451880377230520","13659580643502498821797148996519218077173486413656764837396640277266485665137","1"],["14314146132658190594133683739214796808282072923627471146015403224917227538401","15118850725509796313386528429816670594966389718942173529920504186558845414110","1"],["9615977290057367209740887281020121539230336004011500263899897697235388120479","13243238939126183992730174795246007705689768279316520938755242046681509815471","1"],["11024671011023506016083428314885167607249172439925638794055600309365195216482","13138401296158560319503095175581377332818770743903109411798276385758688039977","1"],["571194109115341154261403137619830915171793811727116930049227003732413565733","20563460306062768383082313836886275427273724153465453721914796472895011019204","1"],["18567151137950481390643716640205430346639003788792747556653680959260306088709","6965629796374612491878539848649161712017522585669888982159887407424086085369","1"],["14508603188377086406590691094616531886699944538454411708214556209602501453191","16344574356383186653368510600511980555036295184295723775593686839288164087489","1"],["19196229240461014943426963872651235646458076465928617418872256199173954828099","16984653723686964593510807284147828171985526797975387358851584213508362097390","1"],["10083841522615930691379245558310132432939477002970645599466489563875720449260","18312579376906844930645968472795457300302825595082208273784403719389004291263","1"],["20350881439921421698867099864440189594925845351529458164655662154900483827549","17615836137478360516500539464474287893367037558158104542453894713814141683966","1"],["3011648081051703663322601819813954471840192237358807903816714231064344991437","4745133889234346961724494072202836222767463626974643066524583195899848577836","1"],["2822635828065506022816920560376881340860780571840393770282249303472211247848","16835731208609102262921196128518380765933322618127249152065611117444324783108","1"],["5709242826118402119006675668141382635890989401905613010684829860304900824724","20814419330199440459507432100118561362996887107710131963128186434887536418319","1"],["3350028260286780374481240393331354714847838370290958114880849624483344156186","16076049574042154793356347101724335466294028031465445871265021443697381136672","1"],["16443745755472509180239564866484626083782223927400755531925327456316130992963","7509732044504293408661963692421797281753723652198936786764992451952697003304","1"],["19053225663783230027313095354207816805282873873562346701032900694090243268137","19007372387537190322254233911225050821745746930594430904887264200834933774354","1"],["16824079489076761044345420483711713363061429789928876455113414585304501643546","6919215020980195539069266783180507841049026240689762372935666072909474078853","1"],["12240860743086017868469255416939695898482478973249701439722601931694019909894","17503118592517275640193606324323907376111389682433828769935137483007019788572","1"],["3895456223784704252090998829257620550622894840082537123664876748457459920971","8814798529908634086202220133208771278475740506500404107779049257289432932373","1"],["2811015812832480216662807518084537029229512401880673931206508359848834352849","4331733752615235961577514103283246923114173173002265812878224860414209049835","1"],["1228828116019252586435743500879813279531769110750421527788550540538550136764","10875027037445543060125389283885495562241580603370856076401635527858285062764","1"],["19286452920533686817176446394120197382967124471668643670068843371223173813856","20789253393833463789187528663900506970391788535124272170688881051095435958468","1"],["15130596861662567208180582312897905172752752378836381250720292760594856308582","1486365321012198890037732713947128992938344257445871990166367950284341888733","1"],["3996923137786693226080152757748297623362806188092333095273021565135461168578","11247756494316306216046833773966154087822951277391630006009130873058976963710","1"],["16607663868249563626081335681632781429451462208901981871671357354654202801607","12874051193996843491320110955283357996573556170574764587560786215378927034820","1"],["13536311591945854953444416065072934207181436084105847748796624689951381062060","2255594862569444834746370605451175098529048767462914862193737221169307206086","1"],["19820661883457672083004518606024180301820557285442208366364302856272282705779","18026223736415743808797005964547174388707640046890826469375925369866368708091","1"],["15226676090102982991535289101367121514337544541972350439940832208768235301610","7989897039272555569037713104018722698241002197478851944611705390578862290936","1"],["10593016792420385186885926352602685510596604776543007414342519063065120747189","13894966056599500578439762466432345610515924430464719826876505823309212208595","1"],["17759039777511683396857900027141758872109292109675592421360017394948612648823","18984644954979130261935137043119084029711390071963364700516254792970088133252","1"],["7552428636687690852467051234591238632915257088370065228089271870181800377068","15352220835572823929727939371384768017716116384427680636512553513799954230035","1"],["20830760042761643084851505482127988489333600698872768289762610820173395185316","5846143125972164564006338664793356241035162064193221121554288917673859377520","1"],["7692660628365375691100209851988166386680833199285117729810812537831106139640","14755637032369634821858931823789630631090729077174339379996865861721139602613","1"],["17881278347943159924661884235305694987414386963080428361760758448307823940140","2167592439126518245084118239940493939820980651565152094164266055418019771272","1"],["7858349600931710878939686750020311809628451450933221454763970812280442515425","8541055907385024197433921626538778539396226021703791351616256277949047199564","1"],["7772289167388411515523527311586666685749577483135446071953626914680330117036","18024329807839165637186576370155172637277875532448909604968219955834273766850","1"],["2707829296901195833564073777796434580628114161481463626072540984375211627907","722904278496035347847527838198369824088115610549232443277612252371344245807","1"],["20552179036779730888810049124613461455308865866709275895419683720291580201852","18918972630232716087591776972701786104634777980250533792653956929352028832279","1"],["2739831840399701125962083908380641632965644405886164586595651607704412936418","6004196559872756722392290607024075409203158557091563590164359942639478927502","1"],["10384624745063778754971678222136363379836307016377927361866827223160539939744","7474358589775242009534936358075245272888023917192442147212799716716538400351","1"],["18088868493270070557531991328879098655341827338338040267530223640989171482078","9841644986587245568774951874334490970435245232620192277063045293781264510785","1"],["13445144868278927516670707107794086640852911607880127532984847851210448577723","7812159723959933753609848327928374067295854922087457411726632211869818453763","1"],["12473181492489355282113651371080475201023024835212161076694374185417733290114","6602855802833137798566225880735396228910285624514742934514006381497501711910","1"],["9211209532056469899655525128437547168123375003714136404282722975089446208969","12842007643347593742875493360029660338529591959752625652594041184364493883137","1"],["9359839891872119483733983998555718284446006642667793530264928456530645782791","18070092496186675353502799532695262865615871148728066329710121401643063153766","1"],["1245287859955211769613298952113879122687711245351730437629162253710142202622","13183322546291190578861750657161966074686462315652865569242554097331485346773","1"],["16899247356631098101155446991909067041677438870571451459039483148433410641264","10502240198035165463025528452938553751834841767577917613629169771182371803256","1"],["1383607690461903198625955857340691055044826538550041178075736050986545410633","2724583400830709864175974849354221930512211370212757606866804611469009511237","1"],["19248642937579017112465274065410227996472166519816236070124041940018995827652","19040622523748517599132285038772050939497985790098384388428567642548061148466","1"],["10053967228651537570366448517216535849870036914543067078011831780564661599858","12924242695860293566565017316402637231191310256756950154564093855247543206989","1"],["9011632001613640297229162706338355341606266674374896655700338786987371655852","262649126285471848452187983541175337455110971381097030836641425662650842117","1"],["5463998701673734180658159538499930989266843946125721312922117204039880505055","7806257427235419331747315816979051636516946189050432679470359871212564613161","1"],["2506659783281822477490722309274408353633395151779606433092204494770449243484","7694748802081670784797705314783757891442806650367617928999677917241314191499","1"],["10511416807125325071666457414018265574623485791860077264604331452358627941119","15656226574424455623892687635951221467585995281616217828506654948708309329080","1"],["2803635126212910330676085646086503370234992065386936347303702917206920902000","12928762849425833865048916128503067185448526617099590296990560009423693053798","1"],["7766789034600960030289127326908656727719868197098301805225106046930584521679","12069489786553062521919945610603372113716596798042102154673597256184346527726","1"],["21382899273465056710691080882102868434937992304520134518230536749924532279417","20575974889876828289799377804880084243685323498503930814315401348715415032037","1"],["15826569443478066051193234132018611395551751302343388228838051775299772813573","20257505718072766122151822094701657527758126770431674136050809052115695587602","1"],["2952259757802104304926828891123369913562183883771254182529673637337536610629","8051083695110985824916539254136005454432172822037668685188389634121601111076","1"],["10895828061061271164465870927753206316617421949722673695843928473206131892016","8016775730910937637538365763961189553102728523919399814386714199455969110939","1"],["8608147591852691055378437142388689811932356741994261506077767125261718816726","16636044918012859377278399713195662116476423745769686607003465195073095760471","1"],["2053579104811079819916786096961317904961440559233580061726161531855709709894","16787493428639758001663827360867900597841649014392342832168886102053142394418","1"],["12086336938222750587563759528736271382678780184712062039691950306367156790928","21739133480830005188035871720986479534223980170904124469590730546024368618129","1"],["15724142769922355817016068994093233566667231897235778099321167732103817466955","20239298221146860052533480364387985713574060527945411192283760494861400829560","1"],["21251647238991694206468168683204361776102583913157829777829538165011566066904","4100743194762176373998318300362506179085655045641326622124080676571727172850","1"],["9374923953917809374366647142855970201953056476743962623931753701676613321515","12914427367338905003283666810996550927717015726918138802276571009277007319751","1"],["7492159951862196928438135724421555587646268578579153139032300512715099064945","17783651233092595475885243131061794913331734743427738906860241584814303334665","1"],["14708524371644902337925961767044728730847247451256104958482789182043670957802","19791962042412448848262201443454853136858151289938528909409380202009108184858","1"],["3992462958332649098769323719254526071024568494617223381719539210788983440134","14024657849940540499173114900382113676884811777510206600733678421506206452710","1"],["16270214784698224374289525161136296057218841804179758097100770787553969889314","1139892489696795012215571113251362344107567075502934053154511994965407921593","1"],["3412015966092644596584602276228650031950909185656776475698612246701986847377","6087971847895901762495708556917757081841937257089584829190394745043097540205","1"],["14297438913402523425866843996207082501505756763246761157624931968767594607394","9506065687731094094140804762227452745803843074678405595078864109011366225754","1"],["10169192608391729184207819391436310772379525142973678281434177397625028425203","10036918853047263837621581873170138934010601664854941353212056858440436513417","1"],["13722484224386135397336953763814418618790026641352646940320562419888409049756","8576948656143083164532794496270121719399280620896672826890967768870854042248","1"],["9602437550555981448071893630114265061224951463864754373334904984471535862483","4362950467903134741912070994565615263503493569651061837807011188329365839044","1"],["4501598438579703639223654152852778938463784562020514023664200146484340864696","12241908643112253157634647385102628237132451538897169191234463640975473750067","1"],["19660534824266782532242812538797431124480590600205014979929838154542525976091","20237499987656520042602655652245961753674515027207151537800062091145303494431","1"],["17572614216461317303378387257007587958820488181987480509900804412651881203107","17691146117596665395973828416333919126720965215082188661871491189910881505959","1"],["5145962939826207500875804092083956753277635486659810820880424816339235876234","21401064764480304133460747529003760462143226896144783292249012621164433512378","1"],["892192243635129046290013838556491439053247234785389263984062691175477633808","1111940886309453967837948974142200364042472447155020583603928733624053830232","1"],["9605050683703723270370504495322181141597892717400401352978144052058867692815","1244899386712742755266134634808766912796259583462174587596438959622837517329","1"],["10356589105285830137014077699506236666820379360261875371196798960971670503828","11243504119528443032486621633909634182748670397923396693454854424789008149710","1"],["21052465411927984801052637078698188049465803981602424286646975719842223450606","919377356720890908782855083556714995672414524263995279190750203110890025333","1"],["2691613396966844233115404831446570829164769509036595468160027428825799453391","11995961286904172095921703868504444936394919085405434616430530728584918761380","1"],["1946063422372660092021617591209155320640424166243762784105156948678059313923","11082788731501028569819197144006226052276632929802214500321922297593589786003","1"],["16062272339589431659606540815211544457374708389500567696521883837557268206252","1471003125192966458784091111400426086136690869374129610486215195688548914392","1"],["1433384931224511024327245905788325974636399578676557090190051319307088563796","19207290206530034857172592455742885368584191935411781363527266632327589408387","1"],["1269552445194860188259417311278574987356331023534265383552696342035361753388","15740393906786085125587979700193530745690726789628110597341225149571683607597","1"],["11585193406563161233944572728953194601478394605051969675410842288770624319141","10740476899651194926691906066936561835864836596348461797228820744500370051234","1"],["8213811884172743248862884839947598523978086438268152921394287378528720682407","11996015371160575999537495457228935074779656663791194887174183132016766672766","1"],["21403367288584178283729101985506615979347277793587793276982279765180645281591","5788416274840037219551431680391127563383515021841798976866122777720839092526","1"],["7813169177444292167126758045761660222524507183192165123558989296307815940977","16984965130466038344229019369119181874987374126666670556179759041379791338145","1"],["10054408805715517696832604372585288011971076579578956832936304804517973949479","8416538862966159387608782587797684859623326824890060236088392460886910895714","1"],["20592897718149623895965291622488262837550819695531514897251637805455938836791","16968371304996492121275870793044483266823153057090781592631336628250568989638","1"],["15588829484202959080813042089790831378655545708103284559981096926942124851125","20180986681843326791307667189933228378631957293529705410064764216545963930187","1"],["4857014350251976683670710667264650181070408740637420671695033549755666773983","17087734844229112647440267420321239859327374904824854615511630794528716807504","1"],["19644263323305099972333856049033808572048194146283570663013330982216853191475","11482910749839665788868455048993962522277007724597242648840132933803203669729","1"],["7932692104872771652301741363564040412698107680789236577221713091035412341968","315589980863905084844906517073165605649325871255950578849677864882656279546","1"],["9828176341656321866223079089915579662293429280282776284921031980501843410226","13452136201065380681515646621008541240210413727299163090070201504245647529514","1"],["742757996299084206245997809054380020315568196005074358854607412051359302026","13695930208193250465489709125686967473260886779728282756676415021703830298903","1"],["3905382621499388578987099369423530779568309228623607793446707893442209248560","10431881780601699058872970498004139888732440824908385880503870078759554801952","1"],["16773445267401663136000652544144384686498366453047273527398183660394867301379","18509683639631214132970371233234967860340001691033548086894547456510576587492","1"],["8964037795854380766880684482403723436259494912625155465571745999927089613886","7106078001720565498781423556696415800840265510946326910652454197763167263446","1"],["7146167842887128090026904070387454456720409804697537129838354417324243346471","2021925549162421963661789280857551166606657828327226901603961426171734379914","1"],["19824587299072110587777304974342669677650536626190426157308170542734378764756","6288536304883582643878461193078842959034325070109535558222327579255322864724","1"],["16718058275543800561360334832094865745224973022452106673758252794066080740106","18288001654647177543592699029573613226347589404563865857174847016933389603316","1"],["10546350372264559005069911294528514547429759919182016593536594179857113639506","3053104337545786213531543108923102123493501346961156156747577456236084540079","1"],["1580932400542325747485265059129545649969925425912051307322925389328238398143","8547801700075375782234807536790141579869107204364739990394311027741351912664","1"],["5059837719194317977658454879260445772579640710503938759839598143047250494957","2889679757722663872482875238866924712970432470465447719748181454151688775203","1"],["9631075026220853201095056543469002869774477136114414525656613777868574725071","1065196601099721817856909090941674712978401563994395530295295481437988013748","1"],["18895461803049621182296124006615303119082357262837673179383419905917374772759","11424328673127222534299671541809152629984263711660123012024525852929774993229","1"],["2998622073545591867691923666718400521353092734555343542905534178931941090637","12928635432940286404350959619916707267419785242905276695919372810476580017858","1"],["20217462375233404410854226975080973286749133942392820031358262006054880003509","10120869324274388006913742278631113381284360132845465839923022442820876051234","1"],["2464921659683069484927701009711343809539234524434996132893609141952846050247","9892489814511914847288091548168207043868523273764231944249625502495376289520","1"],["8420390664921128663015793201655915114740563209113455371537817803813822272394","14704050691961710280844024469598752901593577880226118898403658982581929501723","1"],["2100274058708708231095236004108027384736998062141024224794566681012865345943","4114142627919270820723220386312976321551736925894019731792995367155325678210","1"],["1492430521739603960839102284664101480731820526637508079722666661197861017644","16870004887497907219513737730842772543051954752165949574140760343320852751890","1"],["6161997101321974018055734175592710650474075590831144691022816338988603110672","3380735029174417887735980811235202179512560905724375639082772147524451295432","1"],["3185018703196741496704052695956873424853361181029990168558343840626396973395","3209355370319632443845462148001169462736939546109359987893958641935240669888","1"],["4338513413775718573759800404881619371167470322530259807058662635425349009884","14204530281583664601285266740725199949772366302271890873813916861682866215598","1"],["18033600594354418387015165696205553613083676635448256607370173384893000528071","21665205341628313998223278448012931998204001654662314844139845932627181307453","1"],["11914500421252747548937444739837488521749951012780938911048600125742888176259","4119572572411262544460988172923573243685440400291774225200578139662525974389","1"],["18161044277042122044496001637412499925011548159078949445175091680738540452201","1393374992064546560919490477037087870128632296822537059379661494435848735975","1"],["11615290224486111934031403100786234267071003723448514320636737160972502749656","21388982568198344660673216486654692774531433665022460783768956071159460883482","1"],["20960462035006027955784245063617761804306576121181249973055575829559232854522","13651056842034122741142528880842629434888126921697510871074974996700127797794","1"],["10539837863195595688396410022241217088230592589338868011333374693760120866336","1671519759807754086461825159254207001804010884765667654879901082369179261598","1"],["10442549833614319430859443789611600446269489109466215190570167307791919050569","8819139072428866234998722334788274904221233965344651801088132273548096452129","1"],["15460099671313183621062882688930264077788602794387814312515807458019615722675","6174464930428093519374471392790962593758050623226519710917559555891665581691","1"],["6367161662709888948961202670752879898097157022814605836776389369633501126133","6246340586141874548869015410489313197665254471021790810589111849575423541296","1"],["19412672425788637159037641704585761216448526065994040184857467757647481105937","2277977866697617828246214790159954964201162189174067218520297780942440778038","1"],["16647321055377434550014029385394128374131617504315333890656947294813279080548","3593825107512173682956128236950717607439557703719645075514593858998253474311","1"],["9293420887539867740797527874560884792550426546691545349212565182775346497819","6244035938551242274654176343095536986864802348453185519634403974279546881170","1"],["1434564922661235399724697476637259717787039012805549289383470214272084911576","5636218662716839590962955482560141772720595094860290638236352173073044386864","1"],["299407087101695305215738063973208505764951121425904248092540058282235725337","11475834861673118882723156770848094534228878327635216688744558704014252728704","1"],["13706471574096754965129736683647992922515638021486724498226111381099185520436","15436317143658925149946653697804450870326810322913845632750309710740556013449","1"],["12222159838141190578128774146608007807053348732251519966678585606599510622442","8539393614580100671194682876695685300589085676927920123221078250868508327714","1"],["1620090141745049929956532166820176510324425133409283834819042804517515366489","11119894003619632304341670253384624950683215204591879480271197143721643941453","1"],["4529465503496916326852979942440707783387552576941844224052449668763066423091","2491485981409185141841456820024663160469825158226376584722893483613275960358","1"],["12734582911682424647019509896562339242637062747474956051357051549674292144119","8855200339016697483621628718072706590060170571482310377479854131899065251616","1"],["5997983302106628713887698375561725982112961312738406015308278355284529077421","13289396937016792752549383431210295133167215968143409876353489486884968595767","1"],["1633321084502251275868518042237790014835299915555943639146903428049752109563","17996026485124279640319906948538821316272688026785060609780576970405723497766","1"],["4329942634451607016771643322355028243604622847765509106909771106716775964185","18727731363749692510248606330316730166212140744020608058505861976807216845396","1"],["14709849926778274830563051562160743407775058372792061049342243382633728587592","9979989605365989780585758410239705683264723471202984366460347194102141931153","1"],["10683430030339900786395265101276938504828125996535678259620536646186183344444","5347753229461565577664705008577947093551010833533541666269349676267008321015","1"],["1296019453615479446785762450299052346741487607155283270478718752505315168894","20800888666281347545760628836620758551752504934852645667818509415366707637780","1"],["5150772999429411528348463710269471392146722854307160362346682259789332891890","6256525139864864685483200739599367808668518288027785605197257617941868382510","1"],["14698882869290760321743955296969843074953656277145124335229925721824636518305","3974388964045426721662774085284367722684756421928779365627274562295337961041","1"],["9651133200621336818499721097060230622396357043448584509478508935494195817860","8757002628569476233597474625875662666293109335907241748332628916674620871947","1"],["242668964359364109516877420694636797957307987538550888972642131622534970992","10848874601718583494815487768589269288840752736849811038351896178627856791912","1"],["13244283672327429612615379417920398631377298968830421309853906635248456473989","19856415045514342015969387746244272416705253973851871353318506857721647959655","1"],["3975058296862646777204634203613920344953114266747772259447867102156197807102","8333577901766716390831891908725409431179007225771296611850041896023560548969","1"],["20764137145617522962289612072677999874428928285126091198406106355108207187862","860490001232551712354294529636045770998418549941671175099688201825242880759","1"],["18275458578442013303264250234632848050833660111723655531530825306218506941115","6962203227136918240414655296850296940737509706242808265623826280101853075750","1"],["15950474102362617796245655310688063298913297245560906607436946978236203431234","18495004678489047426427015777879002626593223589760436299197418302605736325867","1"],["21826376564754399532535133686405470190814005428913454345769459518815651389958","14308661183347240909296781537761348897095529725403166232756619628308663941985","1"],["21469510434360220473579071450669173641648567875811869546682402215580203423661","13456958504659573972594346954044934435744442137892254466566662949794795221301","1"],["15486709695522072398068285721612427727286848263332527014371794295323997618223","4324724821484424954920888441351567897173360784359702343331051595138338933097","1"],["16341226232814516445911115365638124049950692923412441659327224514643377279578","14450669778282332599934583311019234592819792095495007717976868334445240445382","1"],["19418364874677117311571574067022946071314810554868977334502791731600668964167","10253307857761738864094511384490242144296865329743133481404507206158076826788","1"],["7865725508270609560549886633988114883298125180114837816160189545746444029724","12305492709410501039560944361768567262589145674423779491778368742877275987957","1"],["3295573585922863440289785534099685309649975345303393520499841093506284052317","3282199935355263672766646395278707404322766253369130563936277642028462859698","1"],["2426813331213325239067811971838440230544219643977719600101847556794685968357","14483288547625686124242822585169762766694828631441749804950001703645335715233","1"],["2855825513464487861695945348290870434947870943525407173421293329347183389179","7881487040573129126233733875601331821504673391904552975951480721961356939974","1"],["21233827672813264495242223239645085427297589915550254618548630963889220217215","9355847076071345165394838818047407291721838200881777707166421622031478800977","1"],["6384640089865659443053367843421813195910521440451260014862417994502989883146","12616160265593647720385837063474299666297977824936291124010828800015012003397","1"],["13340535760477417154177007668044335779401385270869652805753963304778645361527","17857712903039537499598419835678028022472144954806805591039637534520736238040","1"],["1630425820205027305967931846428321675208049520568299080047244903352895547839","3249585794113706900700321464274876141300720962539056274112370707345034973926","1"],["10322775798398523791719983164185067097856966980069175607466940873184502207714","16721903904285787346838742646550561123280842833615504991563403627669772912090","1"],["2566035560717925695195111729845911216630862573162379625997180286486563255921","13609206995970060551621277711927261701574991438538082879328230974326345345223","1"],["13882924525582709149010499702199450871009370891567005216468597716734255004527","7662813128669723938225356213954895589449558686741038036733614739202111174495","1"],["11524671458729225193861977924453603151498623718765023022288939575644837982749","17677464469035153363461481110919344620413686809891500808040510237066192906779","1"],["544454531823362117630817434320127760404214853522727223536017495447640610186","14768307009999443005346540793036082753163173895528509207400045977986342054817","1"],["20609547557783440091630429397507457918286984962294808046602854658173596638359","2966485663864523785103139533103172524698759700515933020779261570474987139205","1"],["3277712917198860433304925891245428761383776461191231622748405331717447498451","5133895106930291969387132335720837224426785244006119589691919402104618689913","1"],["14864723992725962769739214568276815777846222909429322255206406452047452380814","5612451034728997135863883011563645074073935991608273044189028221681734516696","1"],["15248418324335418665543136950547090615308009691707853273148901492422987619609","10350733871185281021348299259041596467121884026741458612935833495203412141901","1"],["2740592960407925722140033248495022224287646560692663442897111390379572332693","10265883489260945113323800354310451574956427077955893513513036504480536785261","1"],["13163114439837628005960676503298213093515458658029810869693653402954042477258","16868646301335493909663007903510246905469815095979035625424177448037776645179","1"],["10229953640122530515210143525163333094130094354601912335360252389336915830999","6384263178214168310457084820485482402645692537830196180933942954462695608230","1"],["1225762469813112537725093602052232215458453659501009539055451112808845451005","16109872698771006545404811514480823066051474705642220126871824849850250201727","1"],["3251571966142922154191277535915137259699425269200565081619818889088388022842","11169918503939021549690912900963525790711104289121777455148294488474476938225","1"],["14028166933298911945718766087012418064013689169197124944661367381500409293107","18256321134108483462474321469471756645066405777164096464444793702391857837767","1"],["4185036880424804217176970790752838846924622717834147562256902844327789215128","16409195063909573090329421524993387009193157302486227724717377037731118916431","1"],["3122441218832155784405807485988887842729250440759934920384324237730837652046","4406487427231468407947239180667310077058157354111870341427529493046547561294","1"],["866983381135290081179567981623884731802681276606068177483820113037505336830","12225510005796688274707920471877895071304524314637121445948126993255250762524","1"],["948660471445869292066929147589621289965705552081745002374640432620083565647","3149313874313674183464071332920721665322815506815433606416975575801175535724","1"],["5519429043155925654988666425158600548198366284044489732607250513193897638720","6030664649367623564629704418847374184164855494290004659117722232887609829268","1"],["10840211435903917134857126297610904607176481516491910934150643586411913226150","1387637901984551240336275131947201854887243237139184446344687768606498019214","1"],["10849194221947285080573323984957840778389949066118029257530757944041943471225","13345979666740304790658315664260181029559445128282320415829509610887613204359","1"],["5765806611878261620728228221519333083183570918062839347902307493659107076970","2107475698431601449193952992579358278505087619725653184398383090031137915261","1"],["1607095718267410052042677872722772072605038742814807977438509247669900513408","5264190204136820263174226981529123370198052672008422717494947331555642333640","1"],["11763392551309410096898941374411294594489152112292652436299347429793878968881","7521128847500833652892413099235825049227640446002102875121251108610656152279","1"],["18016657194396931806843711900475166590218056712912137183504178818756343200150","18791569980190669944801154566823065683635980016387707703126024821813500574179","1"],["14909280984948038860825929618077183597995591970342622347214954337346555188237","16459077027823920501613610478822494729137100943957740878304296333321412395537","1"],["15282118865598199794857972712318689803263350738150073319752630463068563859305","2369082248128860183815814690679430268124976784532173757213118511322802347232","1"],["7492417630057468236741072027075698052567805566740293316907893356935759544472","10716301547396776517740335786680719293545112024692894843299535079669847186057","1"],["7991715949794206358767509732174629496060261400818018301476271371118864054948","21776709759911581762578655231463020560929810731889131436605313159625715772010","1"],["19197475244889971471519299680349298159075477314406576760321566886329343289023","10646572286634237466071210196117636211165929372971518094319590031449280300068","1"],["19399660067947014436239957279988293298751078506583940785049918176790225804233","21830476326455171770944098909772538533765602369617546822900297342612713546833","1"],["8153651402573801439386380915212634847929399378738975060168682049620133394993","9988959073056700327390782704116385106768545286558932643493386605602665409089","1"],["18280979760985760052082342080787258441459482465629269903012236501431862478491","11146070964967544638461315819424478665329417390002706743586892244238075184959","1"],["5694439087755153461396061383548990774704083023533302485618659296747907086588","9110136492668117613788629728050698256580482055574334995797919520129497924578","1"],["8682166541693423800810244198764071906731873287405247452172635093445882191900","15683574725949704281446987775239631107891234697656918982023456728391995847167","1"],["12961570558816170069552967991175244364445598702180965884386617824402128984986","3362434955962557001749984228394728552618835906575785493358976405039087151210","1"],["20343990792586167148793916669751977669104104893530908960910661152193914051417","17708672855457384986608155402839802692514183980788003816889802812450705656034","1"],["15497996848036279961475400295149475475323461162147182118993378331400888992709","2073981562650601937913190608068509394354349022329707177326516617002959731952","1"],["6728109630231806754757187169429215812672842020472781797043213958384689023153","11789266484420810997427352458814647539242220055983768545781698776687483214990","1"],["5389758633815810616391792463876523480219027281784235390819397886032105820614","19651392968635425595199376327602091971872743306928799546967414272348163286622","1"],["14010204269952893840601008205988487188742631195812268654486689801880887675776","18914394146085559757536388018987077559876242464608759237305994185581460112304","1"],["6930774056947255597115319573788095203472613755715546026964723463659278808145","16871709511447729791417395473500307346193609324296121642178897581462738117722","1"],["5404055459618382717394701172053867667388177564471823163340801261134185632927","21504861773974890075375884571991521751754765066437561942866675593543670379025","1"],["9454964680793998928924162246854765323184955000257225219657832047508861210199","4385341948277219506847219019284259745959871174374985006755759743736804336975","1"],["13315290481285561279765340323163197747002207545940484686638553435627432036412","1550507800148524931807445706076127017590052157213449462458200566563663237513","1"],["21749202739677682514234228547989597334230022574189980307041539054049801608448","15221873430328642858168324865802247990319830766640202118313635807244781970606","1"],["13720036812213894125955307845332698012896343402093996566534493734908005040779","15623428099899272849233768373714403667600494137573021431912234385594281385964","1"],["20935098800964420943527360449549666701669561187990521556416202306187396698711","12046554312926511862660848462467814902776247256953462243009176014741996194746","1"],["4802446078747819131446760502009112480737926628917622058086156604529134555200","21549860814040823310129920571323702156019102326404375262963890374524338674541","1"],["12703708465501543109590790143518565786961116997156726410629638587925121862301","20897142892128711264752931534301570055757370533375304183901324716029716849949","1"],["12420547722479475535219374416931780765905874889768337532348343674895218078150","9581079150731096157004029174489111255295561335029660011888935747366384819723","1"],["10747346607136282342875273277883327802676321276590128577182380118418249803459","20700254041528118073606125987920002108802150426227962290738051483206832958720","1"],["21104461667400262339981297124470414186807475069233942012093642556036231630726","7050244159112270562370544562063700928287626009563437080427695870253240355634","1"],["10268259259856234826289913831754354807426418700001577534280111933586644408677","1543346046640279272344834586510181937251147276893967892693627198532676546388","1"],["9479941109580349158549255287919629637778211394987607960892989960848199901529","308808627772723354608537547536359792308471949699475783657711086287520358424","1"],["21756598508680503189354090992885400468933780656006492365127019637366378354248","10671355003258118625438876096312879053091650288710514382338336675925720216121","1"],["5982721712112845385087778432047520462117142459029272314343641037370913592598","13586536951826672038350260558765169618405129248132877915128429246926830397118","1"],["14272836844373160748072141507371323413955562187126983023292081093882502194630","12752570003328627296423631106584631020796268277370327873846857685797020839004","1"],["13982003855275119793999868381863106402359851977472649533649610076629622972582","21757309963769262209814840892058229106102318734804098907093864640786990032607","1"],["11205133299339515322256374366269455910546831426617207899480821163896021444436","20793179416267469639171243205146401440089606662780643946988969884982878624363","1"],["21339135891100953302183584812903799628353002347320447081340097940322322380945","6035937691871388814195213955291331128721031729065898947817402013754603391970","1"],["3349678620615656982949473706264926965401220064303561385076289352408892085028","11380174576921144703859102826141831733482788395144102713768204773799927519798","1"],["3861019661414080031478672329061535505765773644867727450255214836429784562125","18451989629991578122583834569074741181403537777801780457060891803134638544200","1"],["16019320941910739726471210823800905092509868516249115633823689740226727585499","18245270508751392021316735807888510880035841789142867734165917609878621399005","1"],["6138158861002096115109388686685502408616002868198542085550263903861705849832","12733487963644810957286529818658044809485485508393217858315174284912669691661","1"],["2463807332337307637030997478841583479983143401851400073997563864770925511669","3860076978527155322027836382923430777524384324490967582508686295865008887382","1"],["20734039407719510121919835807750561035761281950180103013951279465372339947834","20235172502874724910660884994282731495539039142720637077191296455244951556799","1"],["8745309428923086137029883019563634739913912882616134505721876070638526075751","11715627078907075508259131225662161825262736709365460211267997082459347986083","1"],["10636680249337867826012815682828140337286853815184405374689102486529486155364","10745054389772744585778100845513989301005470429111637751658509678659071140002","1"],["17397775477708559448814256643391992410681175761470214706669658972446635177228","21160990509799175296480119390998779221191332680301335952393405024852727755050","1"],["482910914918693775406415355748766435710670178433609337111517003751689844411","6911509784795608619657738932976725497278521732086988207455521104382472697640","1"],["5936426328967044117444338260357544835434665055364318617377120277133011952324","2973347974292018406612689012756971770641402358202582821637900948115807735322","1"],["670026829910610330061927005774146015219073058255206879733360051252932914726","9048998455491460320188834297158867495464319064069953090211763681372921771569","1"],["20914090016031651162622424365582569291311429407438873685328002796523868717791","4956232040065028799109702880223159811673131269658390409396621033026717306719","1"],["11112320676746710510181333729426730865948630794774266928330714153979140540676","18035758694343042406393867787787330196928793292716794249584086443717817517201","1"],["986288317654732228052357527043385375527962405018513406058221143275594362754","5040431239849231616167933813811078657127954666578055229257525855597266865385","1"],["4222394429187948617964218949848058602431591041424628513158139870133955386772","10336456810313794477921219362788639524331648208378651619480453797302659956081","1"],["10313183766162100629928523834937524103306270761478225161814241281749047716440","3445757009758370682706608164411629380258748160671450369887616098542225216905","1"],["14744203902856958508024871797224574612131295147756991191574466826837767593375","6539528510847410023988708944798423799652819446491952279570080426630719758933","1"],["7596569119742961193371112287933645321962636883537506641697466031364683099353","11121265048725730778812687276661511986473463687909620654134560677847910456291","1"],["14115722398586934040185016264037463858726466543994245736787346262111238694675","18708382789261208305914212918445386490684919408065105904057295567458032648752","1"],["10049834357970797956693828937298333766370898094918963458757328560854635157164","18089176829700618117190455775132239728233488166999013424669724188986675129176","1"],["14410524524076490156350180024667886935061594755022429689315543341566344067756","7737101155244791777494488696477429652939853086165977553163627847743593180653","1"],["7462305074402308758577985490901399221660989519914604349316186205895356310374","11690856210145041505199215636609833563694436830718555933630436239366428722032","1"],["18219085214435753893854871044752433201570247426639957173500895342805493369455","3469908686265682335606287245097099926589582643793561036805827788284047047505","1"],["2035767212318723028428156755050716505759750967501957849227649724585665834204","15913088887425105995589705154592483862922999271315869239182387106286598370241","1"],["17216365133437532192056301719267780371733125599902939600032852991533439432104","14691681597125602356081646282109388972846408566909362946254121037097792251079","1"],["10042809923434096340333918826863206701010178890791286480553710592048785385451","17627373543064917271091200635519434273819948496488367745689662982383918890942","1"],["19652312389527393613171155861388513213088843728921135684129818996949858694088","2958407911698674056876134353155165421602648640096984468217145799122111525517","1"],["21138544988841521713865975455242595761624119327302043366486829448749375258307","15550742864116798226465040799546397967687007060589857641371197513918796701552","1"],["4700558138752587424290487703469995583619769546933180247972451979471753524842","10619824120493820099629363190526561955939348803034013109425939043834719557389","1"],["11501243333587481021886634159985206366703262765116311635985240699995636924079","11110791904945554306966607882945555097548485486972665614166029874932121139341","1"],["2120391871968836197094491334646062213993309499014884252470291651108354355211","777698349793265511822508656425862853708686141754381011774025538405796702489","1"],["16427120919419350419275511083532866124308988955139389741334657084504558971175","3092226638889908747111525782130666238814446791655646313057157853937047684457","1"],["17816973853730018057367239491292851073231958699898890842725245161237611016026","3896532895433900196393315814689040852126513817102913360727866854696553113153","1"],["12684319455541949701397524727892004987020612926867896320134769630319365561031","310688501904257134473856785770052162750876995688800840440087855449101911023","1"],["7296238544781280120527349216417213993867335658434777112808324469656864227835","3229033604683989764511160639712955348392641586232214577927749149269892772230","1"],["15460330968389464811133475334898677620113366626228753838127535774774283647939","19112981956278823579963737292101060504694422370198504134277848059138835771807","1"],["14612246484887340692721376288489902327889745861517297095811732927799502608303","7506437132460118710475732109948457291733782164634841436130668625465272300642","1"],["10123913130946168201860946651081659033615155148875574137200183519961734354302","475839335172684981731682029884139434286829997687155132850389232812123429561","1"],["19757527556002614715369931994896896284248330474378395118107902099934485410302","11815814186487521591526663600801285822478673282854206805748938465426987754827","1"],["18035703236991007271411540795958788335827043201162936979965570983413060218771","17294574861319777377487187093721016901988215613544309637928975493807560128158","1"],["14048337299892386565926882124977294920425352800189642141264169005132881941777","20018153457538101350169863593469173029294060690021917670571523720016016297904","1"],["374351692445500065725528473951600465858795152596719032190269150298696929331","6862095426657836773181319409763895016193478130644453123102651944009458249639","1"],["19164524524252628495553632665222267523752734730982233550511604880582742920907","9873457719629173299674489888529499106596181523747589537836760499783103412475","1"],["11914567887815334200775707560175286488786179785284697514789101410063712219195","1957308587933172151276744670609366599159095077146798963347505397457327374796","1"],["10063866678922973204239290691552347499082452233474809963945838888772503746870","189736714585257908772597115472509696389803595010907695339815107874052256232","1"],["1973138659648568581599981543773452274458345675537671549593644142485567257567","21244753860184555873464370009605550460318696994169396521665455980104247044203","1"],["1094963488923513878619957162923430619062653951953668195576921948601990049845","20864707291788163688766973737124536590092353138686266271050738096235338039725","1"],["14175406164011648759423679846810131757112355098329116697971803379264016959959","15298864153357579593367446067816317719138981179900132501716732296768461916297","1"],["16430314329779478581677884912191382595246265247363375599109319474429571676185","17580700185025769243038594871530841356575886488115692891867961859464365138189","1"],["20971227946960180211315932956218261520092912356364004414205600526001787309867","5688447054293530470931105027648486476620140898473382685053237750971941358074","1"],["3963045937924806189902873000238170260315827471096244372287666849678979483873","18596394798444604097495075622530754140870676117306475976673085023623677877399","1"],["3005874387870971077298857869378290764019129263921220755704297194742785566251","16070479646350287948001442897669481792825694472302574553297155634869575893197","1"],["1501628039315170462757698866744238898719648702315027334716937258181066415231","14123472054839148416515599624333975894750722339811494982063006443898146472188","1"],["5949970224546598383906636256759770936987008209021568744089536103601946017946","11998258129206985518305779521962096062397010130977506448757053515187069270304","1"],["4065883167149935307127599950953678970696656542927912143082791721171928705753","6151007164039102214549487285935245698864287915077591493241315311460122801990","1"],["20518384091940233747096045175710594775591371884515245364666081241007137533050","10124540491824770626041239748153346013336567315360677566983527940016259897443","1"],["11931784561501400709665119231045060004889787665798067419304984944667763424638","9091674937838972691494843204478915239818230049201697221930296490546306006083","1"],["3855118854505901761895025214216267257155380787939629436005548277387530856559","8381886842993204041969724202912883614935348119215195620672577666398744137750","1"],["15924520854937970096316001268383715591502744061866178909030798318045902181550","4105783616824344383250380294496279405426891137800006530286570585153328052421","1"],["8115462879667474111116004411605354737498939190348114667019191575644806316607","7041312230049027181167754994752669195713801798913422630365709351619140916027","1"],["3102225456878254098939820134271898979495246867166908636144214970277142346511","5375494823092459738076658410432277137077514426472637625341869829484008199685","1"],["20814094740463580018844313274438520997198882206862805628603113184493917315134","12809150696494326250725912476855773020925180533150034640388135578329670615073","1"],["13865530699561861303750836059713591076550669763991584700775471511206370759792","19909645502195350276133145136169652657618531434147521310392456379296098147063","1"],["14136836778842329647228618212509387950151697956331704675765157297083293442931","5167040536644497124571277115836987566147287502283021113509853683064318877188","1"],["2831753584451629351969420607778373341331047836681593579242428861694016802382","2064039780453534358819449106762534544671918239713372045830663725062112333984","1"],["2797578663560385307699613213760596780585876563720574534240688831886775476947","16630640375235303148035149069207446241936053067558185064960142954372594373835","1"],["4939805888815380527288189837219414652231148006321348648836987702428695759654","14637234109778098074894508577600656804987717962484217372989969112722284788174","1"],["3367090800945437750951375959510174939396926942206205195857696254702884057674","19136276188277589244968311367090816872728665129962873552055271424403633972340","1"],["13092131017950071255165815262766166189127258884918899599648029296175948371413","20206599098396544253241720129648697456093832879215823724055552371255438998263","1"],["4855767385973786659509151873357890676208029398146345733881291896298055936369","1006317195265874795871736024856325443055020510773922927391878830033236402212","1"],["7000034444682351525500101939779412598146706316028537036973182374073104241716","16879302067653868419662466301278912412294193990908717609234914731332490985728","1"],["5847698906594034634707930305999129684953381756764844608250553786791607352169","6741840518591245541602812743251354927368561352206261051552191213708999430467","1"],["15740621339045393893083574233495481992346612196053622905674394873508257298505","10337579193427589751517323404213425491322400922963458287665516920276057538003","1"],["15230771871137365855138471484527995408336271109668871505747941192364265994606","5124956243146280118596098164842309056735565685197334838020794099134119119981","1"],["19600821818918802682124930179043080639090129383917023218134830848844315119317","9746377243055868650787034149318799604166107452418652259596698522511294291694","1"],["10760131448079823351796512805603278976565862037965680362986209688503681376921","2084016911489911556582517983738126710509736830551410835165868952930705367469","1"],["12141484501593633653913881870963048488088218925572826221845789852313439801648","13882056251563345196767755242435654029180481040479204421436967577921185500088","1"],["10523887333232614875816309804133617754811920710312490778469052462740260558561","8750260577139794403852760121851816475094184277055083537986984448230254545884","1"],["15654072809425596934732525300965978509465419786801517029108036096309111969693","4865347728904297616865932633732932401442190604529775945442799940730849788717","1"],["16681929944239652056312865552345280761695028554640932260563873596669479900301","9715143169090822092378346841020125092919666994332988874905027325716975798373","1"],["3114784836087184917824188689680476043136186096042580943536808144378143099787","13342203709614395833183645585257264049215802763534677406213513427903588123100","1"],["13689671373085536692880606199695328108526855709063774281053295129969884970775","14710787843555854079752469182711161946493416740404992938387186399290263586854","1"],["14760414438814063710569087217624136808444330869496020549054710577338089172100","11457596202985122545250121332021232123256518396823751216199694738202916910598","1"],["19526578005982942945216342934272310638976796338581564757831330907866470011554","2819104420913020346273237872108350343678362370073168831298711205948500795741","1"],["1337370077309208873398572799330293498118034711350924374985127221220660390054","18351446256473598488872383482087760364799071396088007676302883491440039117711","1"],["15999018530140063304901790446860625222576588218190554362483871559500560158099","20767990896449470634952394059234002677525883698642542609448986275889402257096","1"],["18289865485879906152502249723415348933983304772454814140407791742346097978660","11244449762288742663544720751658820073111521312323858663547624359365025876193","1"],["1716140520455251959247508331283043728241325716692379089167910756811971275366","13956323711822395351953644402791612678658724953997750204236582169395741147317","1"],["11704607685389980950089241663473368559053376542650741315943754984838794172","9880249446710027056495864457319983180525831714840676311362946726353827725937","1"],["19635507057431207270372133844020735130634779130621091830865202068399559288463","309864868656429775124855261452105593184800673200590803669092868201058591097","1"],["16862463372356746893418059792547833934138870177722252589469986255767598110772","12957468728901422213111696371658204373801119581388534552677380155649520968768","1"],["9234147725498819869206113319352431196938575163697471453872823377883964561264","7883369396493317633054052627535753208475940713518126738824018588842184043377","1"],["11573563524834294882539375879844119636301492042339093325785364888942002135200","20151224291464876687000606847013057609146449808011363551839544293321757766759","1"],["3148539634456771408248811027006170857391816512416022707680909692026420657315","12294306722138134042497649088602387912309856464125474204336162891589795866378","1"],["17793988759746413348799803971305326276226524615228217116097944319828566034814","17317317989591121976639698060299645602257594127809296382770695215818581388702","1"],["20111871142361955203943578490855748890183150947214005273748996992602806274213","3356288228214548730141840663778387413280174697900477154055070855396041477736","1"],["831257018871093756168186011832280858660095305517077161664817176531107270268","6794712186649921109671380944740164551325360190423452588392359161402605934721","1"],["13165886167092297386177536549861133267359280972671354427521198061614062941127","17792699206610291193663532625416886376843774490106672596392409615648561633769","1"],["7475113487563541987632525404274337825755404441721123489399675676459671313128","7003010322879715007167362601973106227677307804008628367332847187832418079186","1"],["4894780169484827389996633984017123587453891229607560986305132235856869009783","21303363547985317733663554446378980502218175997963877716858335623332553771290","1"],["1547286262555608963612239584316509045041580384218385855797596742281409637312","12949199854127934411002331768302226489624236883434038638815569635312752972291","1"],["1033986940465348655129800224261609834659473913929765633221673402128975836727","19734545782712394291922753089997554874439806233856426649792370001423031654571","1"],["8006238808653068988252381729837228347297006943547498490028292233680762687569","17581472563745007151018535928037274768578109817437335123031904407309596627939","1"],["19312502505841810514846751268947451418909481879964246349528042890263903814463","10397240309151336499667293895791609709891986156674728130564903841332660774452","1"],["17056345973415755349333314473354196128175443383735112560815812862286402672614","13103344317379164221836518260362151994284120951778012801565091202337289491339","1"],["20556067210012840475572508616077162460107590297147830844327853639644414433342","1537390980008603816784637623101161603064996103384852500030964857846679913752","1"],["15120076493253088134097154900697220038602116473647367701038193913266214430204","16582973932441577540545702407045045133963338360626670910335914319534949132105","1"],["16241869605598103476467840232397378051820835285538125076473146708160304616029","13099454156436042770539768588248841564484338307798042506408133974029296067780","1"],["11558781706459202084728841902589905865555378035429839261603843778776847079823","17497202960261890107659679275764486814938222695928940026331407222531865743752","1"],["8373622109255520262216700640221039888906748959933228691047902482713866971714","10774805199125706529919892986014000891108284093277648562163087182083449660601","1"],["9931048302420182378347651302422176133560741622303946011630208410768578482614","8744429968410431004803365779789162428485330459302713251834797908656873123424","1"],["17310595864615431712533131627402432126906346675997166381344733642972774652358","12444799910352667567393450398769779988785475831741682027633172019435248261779","1"],["5187609940757498237972839391722119764995481390682795967178208935380017582882","14398072220349521045161235513978845975506587165570639831663964383619275441513","1"],["3557642181754079144218271672324669351248854431311904713121122984166960996708","3050143334878679398830247659287499794665955602123789758617220358406615282779","1"],["751003279754840426426496441844134883216190146698715279907973069070013008858","7560029904925501907665270909552806930171413475885450197637373906186289703221","1"],["9953518998595440847694470878784433608952161429836162537071057538162026863504","20727636436560525911062032158988314656114075115845495132837535695887418118223","1"],["3353656843310599014830162376264077951655304326266374374218308728529951073058","2719063338843532694795003747687929457069652955792516850573462932092131473610","1"],["6304392491492645938136004318763797806503378087990553035652638704548724197149","17325061215961513597307166432636841899455233054133497850634553502825155828599","1"],["3541018419704666277989309876040259601969726247976611045833721857941298170957","2709155344357010147998248507010019587827894480184006290600551577248423787115","1"],["15831832559007808392082826343733738576114702943800172485738161741947072395562","1272575744702612500992921885815008450873352192764913738129574081399433679334","1"],["4876153972114401514138699183816762694736413359772067572726415841273708592778","12021894328868890208701406978193999548626543411436511214607658378566748753205","1"],["4581417992895379503472164153980652101993244611803617708189279467820398564932","18851829505355021309065860041147912607852168943508503594464226754115908462878","1"],["12379763714057534321165959655609057159201583929681112001623033252319223032602","9411948299781998906123072975473974462377793678074210481505677459962048489121","1"],["6043540116857682955964847136716481895627549861406659868454312819981589183055","3936902550185122426826861203804938076452540761571105275963408550090247527550","1"],["20493281358876345557857982447135228817214422614840757859240033040713684596495","8434076124031271112742444195442494280999150501973713480296482875046021867004","1"],["8850170632149206686440275974925987719890541193383322365408717718039454316409","4734073216044503148733786821632966408918258643512142608033860009255972503018","1"],["14839509051812055753490679347291964619556446737806706625156188570269434485736","17873379626863285646390359908591108473684731052074951762286113959665680521512","1"],["13205873916250862210130679748833516753589657348402450510254281951485169679624","7428940733140010478558865078793979876448663498995642275632508143471013561454","1"],["2757556694584765249527940394161683446765733432275065260219727769649085102195","12958374201126233493097603766853280937479813732320898769838739061825193769248","1"],["21698135622095930465114452874355666966904021992755245132278455742673920546379","16839213051045294941021020202737259305413491833458216687729256320476151940896","1"],["20816944879416304528012550374418458666560720512060384788047858196569095368264","18831724466767840917329612175055418494282310193719163155386962618835167171623","1"],["13666165560816354676750550842689480168190869537443474744538133950613505292732","10445353212398805277585130621153762862734452148761282713432305151910180044596","1"],["10167747913940870298893529042056579665035931619097863359626188303073173086427","169620509786410141094834069911339750862077816153147535971895921338205705878","1"],["19576834388836524364100943165923347867563026702886363643926688369945239262338","9785968291859703354524776891772901341373325405243499711254800847878221717683","1"],["8447529411712905488571575157744786203745703937920802257972962732709377021907","15675066295313866647087271664872276715185589086031012240821020924053107903586","1"],["2066869997863548583325856974567537427305083160719959804735642554431421048842","9487888131391567922543528553097095837591652276454531271664691620537959450902","1"],["7136996334501830627730199995537262083279077597222235120063262624774715147465","14395668053691206104679623341811907106570245877550498825172077837695179472040","1"],["18655101512813366879217176520888922251449162389315549996592544313449864246873","17628059661117314135855343980982575185245016536192598003158718226845641913783","1"]]} \ No newline at end of file diff --git a/vk_verifier.json b/vk_verifier.json index 0c6e72b..ef12a0a 100644 --- a/vk_verifier.json +++ b/vk_verifier.json @@ -1 +1 @@ -{"nPublic":2,"A":[["0","1","0"],["0","1","0"],["0","1","0"]],"vk_a":[["1114178395252120380395835212597801981089399905319368502910322038327297636405","5033894282647920143094588130989706038816118666385188297428164028250802121541"],["11204369287866566481790440577452570863155384959741708497053387501206022041196","5804122404011709706164213043421176877293761551268564612957682946191385948083"],["1","0"]],"vk_b":["21502216352809485080540484588657130416201550918596561744135679102208461442666","2868090884426856501439409534931120005724644305621622228858085860168686686429","1"],"vk_c":[["6132826916796173784201732531285327915041466217971374202416165094662772918168","21745292514182636990945632198433440675390812739972912576130340262689749324094"],["771505583294284223449947888751235336787816998120918568114562783124678603668","3393096609476927450002720393920165677184260635403434210470312068614019743097"],["1","0"]],"vk_gb_1":["12719499470261599561309259431682387098359700522807496275922119401706283527128","16621363578670067280062291944220200497396193306084620768371306905372731356597","1"],"vk_gb_2":[["10964959780919004944755595440619126945893196497479441585015855710878271674269","2128708169016642077859536709142486990439502854897055565299822951071887976085"],["2388598870284376494192851636260646163256895248220461084487594797988889825261","20110295053122713144819603341600445626597656441687959152080135372786154275292"],["1","0"]],"vk_g":[["12255811247188042732673820469397127953046292441028573933507149762907917860381","7279942967825808009089038706789890489125264289371774766033392871666671678200"],["7190249513755559992931891810866588807891969433945206422275821065594394539722","21314329220359655301619987728101583897798145529926111725521967279053488865751"],["1","0"]],"vk_z":[["17586236151988045592673833893440158242030817616966567700538296220528189715389","3551310632722212929105681060373481610723584194504089389345599320999381324165"],["9267522905249404702171212401947711344560303757795853174593820034048921438294","6158557086581678490843952132823078409925994557584598523494082907032631181314"],["1","0"]]} \ No newline at end of file +{"nPublic":2,"A":[["0","1","0"],["0","1","0"],["0","1","0"]],"vk_a":[["19985519584080263762668341993856051812817149733057014039676847897200507691061","2181109597322042138352810669986217306056442448243279697032170204953641610884"],["4722245620595613996243112082132264332627940259179414874390560397321647278411","3400776435120956936886576954625279836157961389267622768619472922473391768220"],["1","0"]],"vk_b":["9051519069840476233553818286258257481055903784575902174881649290327538263582","10249312525296061515235568405559708325277139324366453224970766038859943594897","1"],"vk_c":[["15392067100266356161894239520152084489885087552022991074617650302798401582720","6938835913716473401039215900378656886520076156392484898456372827320957060549"],["16303229112737416906652062278246905354996047587380175804083493627672468770197","3031195631638642635032208301608950341246321271941279740460156045752345697664"],["1","0"]],"vk_gb_1":["1538852752139562836937566947090371851051723792584168487966672305897682596352","16127188476311614483079904515156727686697933665329864432319350972959528220824","1"],"vk_gb_2":[["10806550322041306601397452553601160495844701165830846821176429143696622197246","21238298321220717293536671894431758678097780513096350148343932876175521050942"],["1875185714310135396025943289767180264582642869919029808893525736040932860267","13563233540368735039666550808532979284671659177726104268513460550344117581117"],["1","0"]],"vk_g":[["9225948274114617389115429920681164779887821945735012305718586690526396280573","5122583398615973782513838221540123862407030722463052004069622842621525684882"],["9027408051824839381608336237739617381324291712518590297334622202654895019710","17863770299906116839710399795148692506559666892300718532448683708995182246773"],["1","0"]],"vk_z":[["20109059215884020661602388564489969108662633362863824042575059135461589049873","12339592032251407925881113482387030630502319105659351770019933632267286181208"],["14111360184024474909319460742726715101045208941393541920802560527729070343970","19784494882099453856826957379824813910027011502382221083238236524310362612962"],["1","0"]]} \ No newline at end of file